@import url("fonts.css");
header .logo a img {
  padding: 4px 0 0 0;
}
header .menu ul {
  float: right;
}
header .menu ul li {
  float: left;
  position: relative;
  margin: 0 0 0 -1px;
}
header .menu ul li a {
  font: 500 14px roboto;
  color: #969696;
  padding: 30px 20px;
  display: block;
}
header .menu ul li a span {
  -webkit-backface-visibility: hidden;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #18293b;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skew(-23deg, 0deg);
}
header .menu ul li.active a, header .menu ul li:hover a {
  color: #fff;
}
header .menu ul li.active a span, header .menu ul li:hover a span {
  display: block;
}
header .mobilBtn, header .mobilMenu {
  display: none;
}
@media screen and (max-width: 1023px) and (min-width: 1px) {
  header .logo {
    padding: 5px 0;
  }
  header .menu {
    display: none;
  }
  header .mobilBtn {
    float: right;
    margin: -58px 10px 0 0;
    display: block;
  }
  header .mobilBtn a i {
    color: #d92f2e;
    border: 1px solid #d92f2e;
    padding: 5px 10px 3px;
    font-size: 28px;
    border-radius: 5px;
  }
  header .mobilMenu {
    border-bottom: 3px solid #d92f2e;
    display: none;
  }
  header .mobilMenu ul li a {
    font: 500 22px roboto;
    color: #969696;
    padding: 15px 0;
    border-bottom: 1px solid #969696;
    display: block;
  }
  header .mobilMenu ul li a:hover {
    color: #18293b;
  }
  header .mobilMenu ul li:last-child a {
    border: 0;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  header .mobilBtn {
    margin: 25px 10px 0 0;
  }
}
@media screen and (max-width: 479px) and (min-width: 1px) {
  header .logo img {
    width: 200px;
  }
  header .mobilBtn {
    margin-top: -50px;
  }
}

/* ==================== Header ====================================================================================================
===================================================================================================================================
==================================================================================================== Header END  */
.slider {
  min-height: 474px;
  background: #18293b;
}
.slider .capBig {
  font: 700 36px/40px roboto;
  color: #fff;
  width: 400px;
}
.slider .capMed {
  font: 300 20px roboto;
  color: #597490;
  width: 400px;
}
.slider .capBtn a {
  font: 300 14px roboto;
  color: #fff;
  display: block;
  background: #d92f2e;
  padding: 10px 35px;
}
.slider .tparrows {
  opacity: 1 !important;
  width: 62px !important;
  height: 77px !important;
}
.slider .tp-leftarrow {
  margin-left: 356px !important;
}
.slider .tp-rightarrow {
  margin-left: 426px !important;
}

@media screen and (max-width: 1023px) and (min-width: 1px) {
  .slider {
    display: none;
  }
}
/* ==================== Slider ====================================================================================================  */
.boxGrup1 {
  background: url(../images/box1-bg.png) top no-repeat;
  min-height: 113px;
  margin: 10px 0 0 0;
}
.boxGrup1 .box {
  margin: 15px 10px;
  padding: 0 0 0 40px;
}
.boxGrup1 .box h1 {
  font: 500 16px roboto;
  color: #fff;
  margin: 0 0 5px 0;
}
.boxGrup1 .box h2 {
  font: 500 16px roboto;
  color: #fff;
  margin: 0 0 5px 0;
}
.boxGrup1 .box p {
  font: 300 12px roboto;
  color: #fff;
}
.boxGrup1 .box1 {
  background: url(../images/ikon/ikon1.png) 0 3px no-repeat;
}
.boxGrup1 .box2 {
  background: url(../images/ikon/ikon2.png) 0 3px no-repeat;
  margin-left: 30px;
}

@media screen and (max-width: 1023px) and (min-width: 1px) {
  .boxGrup1 {
    background: #969696;
  }
  .boxGrup1 .box {
    margin: 15px;
  }
}
/* ==================== BoxGrup 1 ====================================================================================================  */
.boxGrup2 {
  margin: 25px 0 0 0;
}
.boxGrup2 .box {
  overflow: hidden;
}
.boxGrup2 .box h2 {
  font: 700 26px/28px roboto;
  color: #18293b;
  border-bottom: 1px solid #dadada;
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
}
.boxGrup2 .box h2 span {
  font: 300 15px roboto;
  color: #969696;
  display: block;
  margin-top: -3px;
}
.boxGrup2 .box .detail p {
  font: 14px/22px roboto;
  color: #969696;
}
.boxGrup2 .box .date .kare {
  float: left;
  width: 70px;
  height: 60px;
  background: #18293b;
  text-align: center;
  font: 300 14px roboto;
  color: #fff;
  padding: 10px 0 0 0;
  position: relative;
  overflow: hidden;
  margin: 0 15px 0 0;
}
.boxGrup2 .box .date .kare span {
  position: absolute;
  right: -4px;
  bottom: -20px;
  font: 700 55px roboto;
  letter-spacing: -8px;
}
.boxGrup2 .box .date .blue {
  background: #18293b;
}
.boxGrup2 .box .date .red {
  background: #d92f2e;
}
.boxGrup2 .box .date .grey {
  background: #969696;
}
.boxGrup2 .box .date li {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}
.boxGrup2 .box .date li p {
  font: 13px/22px roboto;
  color: #969696;
}
.boxGrup2 .box .date li p a {
  display: block;
  color: #4a739f;
}
.boxGrup2 .box #prod {
  width: 323px;
}
.boxGrup2 .box #prod .item {
  margin: 0 15px 15px 0;
  background: #e7e7e7;
}
.boxGrup2 .box #prod .owl-controls {
  position: absolute;
  top: -86px;
  right: 12px;
}
.boxGrup2 .box #prod .owl-controls div {
  margin: 0 0 0 0;
  font-size: 25px;
  color: #18293b;
}
.boxGrup2 .box3 img {
  margin-bottom: 15px;
}
@media screen and (max-width: 1023px) and (min-width: 1px) {
  .boxGrup2 .box #prod {
    width: 100%;
  }
}

/* ==================== BoxGrup 2 =================================================================================================
===================================================================================================================================
==================================================================================================== Anasayfa END  */
section {
  margin: 0 0 45px 0;
}
section .title {
  background: url(../images/title-bg.png) top no-repeat;
  min-height: 104px;
}
section .title h1 {
  font: 300 28px/30px roboto;
  color: #fff;
  margin: 30px 0 0 0;
}
section .title h1 a {
  color: #fff;
}
section .title .bread {
  margin: 0 0 25px 0;
}
section .title .bread ul li {
  float: left;
}
section .title .bread ul li a {
  font: 500 13px roboto;
  color: #597490;
  display: block;
}
section .title .bread ul li a i {
  font-size: 12px;
  margin: 0 5px;
}
section .title form {
  float: right;
  position: relative;
  margin: 30px 0;
}
section .title form .box {
  font: 13px roboto;
  color: #969696;
  padding: 12px 52px 12px 12px;
  width: 210px;
}
section .title form .btn {
  background: url(../images/ikon/find.png) no-repeat;
  width: 40px;
  height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  section .title form {
    margin: -66px 60px 0 0;
  }
  section .title form .box {
    background: #eee;
  }
}
@media screen and (max-width: 767px) and (min-width: 1px) {
  section .title {
    background: #18293b;
  }
  section .title form {
    position: relative;
    margin: 10px 0;
    width: 100%;
    background: #eee;
  }
  section .title form .box {
    background: #eee;
    width: auto;
  }
}

/* ==================== Page Title ================================================================================================= */
.sidebar {
  margin-top: 20px;
}
.sidebar .widget > ul > li {
  position: relative;
}
.sidebar .widget > ul > li > a {
  font: 500 15px roboto;
  color: #fff;
  background: url(../images/gri-line.png);
  display: block;
  padding: 15px;
  margin: 0 0 2px 0;
}
.sidebar .widget > ul > li > a > span {
  position: absolute;
  right: -15px;
  top: 19px;
  display: none;
}
.sidebar .widget > ul > li > a > span.right {
  background: url(../images/side-arrow.png) center no-repeat;
  width: 9px;
  height: 14px;
}
.sidebar .widget > ul > li > a > span.down {
  background: url(../images/down-ar.png) center no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  right: 15px;
}
.sidebar .widget > ul > li > ul {
  background: #e6ecf3;
  margin-top: -2px;
  margin-bottom: 10px;
  display: none;
}
.sidebar .widget > ul > li > ul > li {
  border-bottom: 1px solid #cdd4da;
}
.sidebar .widget > ul > li > ul > li > a {
  background: url(../images/pasif-ar.png) left center no-repeat;
  font: 500 15px roboto;
  color: #696e6f;
  display: block;
  padding: 12px 0 12px 25px;
  margin: 0 0 0 10px;
}
.sidebar .widget > ul > li > ul > li ul {
  margin: 0 0 12px 0;
  display: none;
}
.sidebar .widget > ul > li > ul > li ul li a {
  border-left: 4px solid transparent;
  font: 300 14px roboto;
  color: #696e6f;
  padding: 0px 0 0px 15px;
  margin: 5px 0;
  display: block;
}
.sidebar .widget > ul > li > ul > li ul li.active a, .sidebar .widget > ul > li > ul > li ul > li:hover a {
  border-left: 4px solid #d92f2e;
  color: #d92f2e;
}
.sidebar .widget > ul > li > ul > li.active > a, .sidebar .widget > ul > li > ul > li:hover > a {
  background: url(../images/aktif-ar.png) left center no-repeat;
  color: #d92f2e;
}
.sidebar .widget > ul > li.active > a, .sidebar .widget > ul > li:hover > a {
  background: url(../images/laci-line.png);
}
.sidebar .widget > ul > li.active > a > span, .sidebar .widget > ul > li:hover > a > span {
  right: 15px;
  display: block;
}

/* ==================== Sidebar ================================================================================================= */
.page {
  margin-top: 20px;
}
.page article h2 {
  font: 500 24px roboto;
  color: #18293b;
  border-bottom: 1px solid #ebf3fa;
  padding: 0 0 5px 0;
  margin: 0 0 15px 0;
  clear: both;
}
.page article h2 span {
  font: 300 14px/22px roboto;
  color: #696e6f;
  display: block;
}
.page article p {
  font: 300 14px/22px roboto;
  color: #696e6f;
  margin: 0 0 15px 0;
}
.page article ul{
    margin-top: -10px;
    margin-bottom: 30px;
}
.page article li{
    font: 300 14px/22px roboto;
    color: #696e6f;
    list-style-type: circle;
    margin-left: 30px;
}

.page.col12 {
  margin: 20px 0 0 0;
}

.gallery {
  position: relative;
  margin: 0 0 20px 0;
}
.gallery .item {
  margin: 0;
}
.gallery .owl-controls {
  position: absolute;
  right: 20px;
  top: -48px;
}
.gallery .owl-controls .owl-buttons div {
  font-size: 26px;
  float: left;
  margin: 0 0 0 10px;
}

.contact .row {
  margin: 0 0 45px 0;
}
.contact a.nav {
  background: #d92f2e;
  color: #fff;
  display: block;
  float: left;
  padding: 7px 15px;
  font: 300 14px roboto;
}
.contact a.nav i {
  margin: 0 0 0 25px;
}
.contact iframe {
  width: 100%;
  height: 188px;
}
.contact form .inpGr {
  float: left;
  margin: 0 20px 10px 0;
}
.contact form .inpGr .label {
  margin-left: 0;
  font: 300 14px/35px roboto;
  color: #000;
}
.contact form .inpGr .input {
  margin-right: 0;
}
.contact form .inpGr .box {
  border: 1px solid #d5dde5;
  font: 300 14px roboto;
  color: #696e6f;
  width: 290px;
  padding: 10px 10px;
}
.contact form .inpGr .area {
  height: 55px;
  width: 788px;
}
.contact form .inpGr .btn {
  float: right;
  background: #2c4764;
  padding: 10px 35px;
  font: 400 13px roboto;
  color: #fff;
  margin: 20px 0 0 0;
  cursor: pointer;
}
.contact form .inpGr100 {
  margin: 0;
  width: 100%;
}
.contact .text {
  position: relative;
  padding: 0 0 0 25px;
}
.contact .text span {
  width: 4px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 5px;
  background: #d92f2e;
}
.contact .text p {
  font: 300 14px roboto;
  color: #696e6f;
}
.contact .text p a {
  color: #696e6f;
  display: block;
  padding: 3px 0;
}
.contact .text p a b {
  font: 500 14px roboto;
}
.contact .tel .col4 {
  margin-right: 0;
}
.contact .maps .col6 {
  margin-right: 0;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .sidebar {
    width: 312px;
  }

  .page {
    width: 644px;
  }
}
@media screen and (max-width: 479px) and (min-width: 1px) {
  .page article img {
    width: 100%;
  }
}
/* ==================== Page Elements ================================================================================================= */
/* ==================== Page =================================================================================================
===================================================================================================================================
==================================================================================================== Page END  */
.urun-list .item {
  margin: 0 20px 10px 0;
}
.urun-list .item .image {
  min-height: 205px;
  border: 1px solid #d5dde5;
  transition: all ease 0.5s;
}
.urun-list .item .image a img {
  width: 100%;
}
.urun-list .item .text {
  margin: 10px 0;
  position: relative;
}
.urun-list .item .text a {
  font: 500 20px/22px roboto;
  color: #18293b;
  transition: all ease 0.5s;
}
.urun-list .item .text a b {
  font: 300 13px roboto;
  display: block;
}
.urun-list .item .text a .more {
  width: 32px;
  height: 42px;
  background: #d5dde5;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all ease 0.5s;
}
.urun-list .item .text a .more i {
  color: #fff;
  position: relative;
  left: 13px;
  top: 9px;
  font-size: 25px;
}
.urun-list .item:hover {
  cursor: pointer;
}
.urun-list .item:hover .image {
  border-color: #d92f2e;
}
.urun-list .item:hover .text a {
  color: #d92f2e;
}
.urun-list .item:hover .text a b {
  color: #18293b;
}
.urun-list .item:hover .text .more {
  background: #d92f2e;
}

/* ==================== Urun Liste ================================================================================================= */
.profil {
  margin-top: 20px;
}
.profil h2 {
  font: 500 23px/25px roboto;
  color: #d92f2e;
  margin: 35px 0 20px 0;
}
.profil h2 span {
  font: 500 13px roboto;
  display: block;
  color: #18293b;
}
.profil a.pdf {
  background: url(../images/ikon/pdf.png) 10% center no-repeat #2c4764;
  color: #fff;
  font: 500 16px roboto;
  text-align: center;
  display: block;
  padding: 15px 0;
}

.urun-detail {
  margin: 0 0 20px 0;
}
.urun-detail h2 {
  background: url(../images/down-ar.png) 95% no-repeat #2c4764;
  font: 500 24px roboto;
  color: #fff;
  padding: 10px 20px;
}
.urun-detail ul {
  margin: 15px 0;
}
.urun-detail ul li {
  font: 500 13px roboto;
  color: #18293b;
  padding: 16px 20px;
  background: #ebf3fa;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .urun-list .item {
    width: 236px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1px) {
  .urun-list .item {
    width: 49%;
    margin-right: 2%;
  }

  #etalage .etalage_thumb {
    width: 90%;
    padding: 5% !important;
    text-align: center;
  }

  .etalage_small_thumbs {
    width: 100% !important;
  }
}
@media screen and (max-width: 479px) and (min-width: 1px) {
  .urun-list .item {
    width: 100%;
  }
}
/* ==================== BoxGrup 2 =================================================================================================
===================================================================================================================================
==================================================================================================== Anasayfa END  */
footer {
  margin: 10px 0 0 0;
}
footer .top {
  background: url(../images/top-bg.png) top no-repeat;
  min-height: 87px;
}
footer .top p {
  font: 300 13px roboto;
  color: #fff;
  padding: 34px 0;
}
footer .top .lang ul {
  float: right;
  margin: 32px 0;
}
footer .top .lang ul li {
  float: left;
  margin: 0 0 0 5px;
}
footer .top .lang ul li a {
  width: 23px;
  height: 22px;
  background: url(../images/ikon/lang.png) no-repeat;
  display: block;
}
footer .top .lang ul li a.tr {
  background-position: -23px 0;
}
footer .top .lang ul li a.en {
  background-position: 0 0;
}
footer .bottom {
  background: #18293b;
  padding: 25px 0 40px 0;
  margin: 0 0 -20px 0;
}
footer .bottom .col6 {
  margin-bottom: 20px;
}
footer .bottom h2 {
  font: 400 15px roboto;
  color: #fff;
  margin: 0 0 15px 0;
}
footer .bottom .border {
  border-right: 1px solid #243445;
  width: 477px;
}
footer .bottom .irtibat p {
  font: 300 14px/18px roboto;
  color: #6c7b8c;
  margin: 0 0 10px 0;
  padding: 0 0 10px 35px;
}
footer .bottom .irtibat .map {
  background: url(../images/ikon/ikon4.png) no-repeat;
}
footer .bottom .irtibat .tel {
  background: url(../images/ikon/ikon5.png) no-repeat;
}
footer .bottom .irtibat .mail {
  background: url(../images/ikon/ikon6.png) no-repeat;
}
footer .bottom .sosyal ul li {
  float: left;
  margin: 0 5px 0 0;
}
footer .bottom .sosyal ul li a {
  width: 23px;
  height: 22px;
  display: block;
  background: url(../images/ikon/sosyal.png) no-repeat;
}
footer .bottom .sosyal ul li a.tw {
  background-position: 0 0;
}
footer .bottom .sosyal ul li a.yt {
  background-position: -23px 0;
}
footer .bottom .sosyal ul li a.pl {
  background-position: -46px 0;
}
footer .bottom .sosyal ul li a.fb {
  background-position: -69px 0;
}
footer .bottom .list ul li {
  width: 50%;
  float: left;
  position: relative;
}
footer .bottom .list ul li a {
  font: 300 12px roboto;
  color: #6c7b8c;
  padding: 5px 0 5px 15px;
  display: block;
}
footer .bottom .list ul li a span {
  width: 6px;
  height: 17px;
  background: #344250;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1023px) and (min-width: 1px) {
  footer .bottom .col6 {
    border: 0;
    width: 95%;
  }
  footer .bottom .list ul li {
    width: 33%;
  }
}
@media screen and (max-width: 767px) and (min-width: 1px) {
  footer .top {
    background: #969696;
  }
  footer .top p {
    padding: 10px 0;
    text-align: center;
  }
  footer .top .lang ul {
    margin: 10px 0;
    display: table-row;
  }
  footer .bottom .list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 479px) and (min-width: 1px) {
  footer .bottom .list ul li {
    width: 100%;
  }
}

/* ==================== Footer ====================================================================================================
===================================================================================================================================
==================================================================================================== Footer END  */
@media screen and (max-width: 1023px) and (min-width: 1px) {
  .contact .maps .col6 {
    width: 748px;
    margin-bottom: 20px;
  }
  .contact .maps .col6 iframe {
    margin-bottom: -20px;
  }
  .contact .tel .col4 {
    width: 748px;
  }
  .contact form .inpGr {
    float: left;
    margin: 0 20px 10px 0;
  }
  .contact form .inpGr .box {
    width: 214px;
  }
  .contact form .inpGr .area {
    width: 598px;
  }
}
/* ====== All Mobile  =============================================================================================
===================================================================================================================
*/
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .sidebar {
    width: 236px;
  }

  .page.col9 {
    width: 492px;
  }

  .page.col12 {
    width: 748px;
  }
}
/* ====== Tablet Device =========================================================================================== 
===================================================================================================================
*/
@media screen and (max-width: 767px) and (min-width: 0) {
  .contact .maps .col6 {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact .maps .col6 iframe {
    margin-bottom: -20px;
  }
  .contact .tel .col4 {
    width: 100%;
  }
  .contact form .inpGr {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .contact form .inpGr .box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .contact form .inpGr .area {
    width: 100%;
  }
}
/* ====== All Phone Device ========================================================================================
===================================================================================================================
*/
/* ====== Wide Phone Device =======================================================================================
===================================================================================================================
*/
/* ====== Phone Device ============================================================================================
===================================================================================================================
*/
.tools img{
    margin-right: 10px;
}