
@font-face{font-family:'Exo Black';src:url('/fonts/exo-black.ttf');}


.body{
font-family: 'Montserrat';
overflow-x: hidden;
color: #999999;
}
.navbar{

 /*   background: url(../img/bg-header.png) repeat #383F51; */
   
    height: 100px;
    z-index: 1;
    
}
.navbar a{
    display: block;
    color: #333333;
    
    /*font-family: "Roboto", Helvetica, Arial, sans-serif;*/
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.secoundlogo{
    width: 7%;
}

 img.firstlogo{
    width: 25%;
}

.navleft{
    right:100px;
}
@media only screen and (max-width: 768px) {
    img.firstlogo{
    width: 40%;
}
}
@media only screen and (max-width: 420px) {
    img.firstlogo{
    width: 60%;
}
}

.navbar-brand{
    margin-right: 0px;
}
.top #phone{
    color: white;
}
.top img{
    width: 35px; 
    height: 35px; 
    margin-right:8px;
}
img.bannerlogo.d-none.d-md-block{
    width:30%;
    height:10%;
    margin-left:25px;
}
.navblack{
    background-color: black;
    
}
.navblack .top{
    margin-right: 30px;
}
.top a{
    font-size: 18px; 
    font-weight: bold;
    
}
button.navbar-toggler{
    background-color: white;
    margin-bottom: 20px;
}
ul.nav.navbar-nav.ml-auto{
    margin-top: 20px;
    padding-left: 90px;
    margin-right: 70px;
}
ul.nav.navbar-nav.ml-auto li a{
    padding: 10px 20px 10px;
    font-family: 'HelveticaNeueW02-55Roma', 'Arial Unicode MS', Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    line-height: 15px;
    color:white;
}
ul.nav.navbar-nav.ml-auto li a:hover{
   
    background-color: #007C7C;
    color: white;
}
.navbar-nav li:hover>.dropdown-menu {
  display: block;
    
}

div.navbar-collapse{
    
    
    color: white;
    margin-top: -20px;
    margin-left: 40px;
    border-top: 1px;
    font-size: 18px;
    
    
    
}
a.nav-link{
    color:#03436f;
    font-size:17px!important;
}

li.nav-item.dropdown a:hover{
    /* background: #231f20;*/
   background: #857f7f;
   
}


li.nav-item.dropdown ul li a:hover{
   /*  background:#231f20; */
    background: #857f7f;
   
}

 div.liste
      li {
                                    position: relative;
                                    display: inline;
                                    margin: 20px;
      }

a.nav-link:hover{
     /*background: #231f20;*/
     background:#857f7f;
}
li.nav-item.dropdown a{
     color: white;
    padding-left: 20px;
    
  
    
}
li.nav-item.dropdown ul.list-unstyled{
    margin-right: -40px;
    
    
}
@media only screen and (min-width: 769px) {
li.nav-item.dropdown ul.list-unstyled li a{
    padding-left: 20px;
    padding-right: 40px;
    border-bottom: solid 1px #687074; 
        border-bottom: solid 1px #687074;
    
}
     ul.navbar-nav {
        /*margin-right: 260px;*/
        margin-right: 50%;
        margin-top: 3%;
    } 
}
li.dropdown ul.submenu a{
    padding-left: 50px;

    
     
}
@media only screen and (max-width: 768px) {
    ul.navbar-nav li a.nav-link{
    padding-left: 20px
}
    ul.submenu li a.nav-link{
         margin-left: 20px;
    }
  

    li.nav-item.dropdown ul.list-unstyled{
    margin-right: 0px;
        
    
}
    #draw{
            border-bottom: solid 2px #687074;
    }
    div.navbar-collapse{
         background-color: #fff;
    }
    .navbar{
        padding: 0rem 0rem;
        
    }
    .navbar button{
        margin-right: 10px;
        margin-top: 13px;
    }
 

    
}
/**********************************************************************************/
    li.nav-item a.nav-link.dropdown-toggle{
  color: #03436f;
}
ul.list-unstyled.submenu.level-1 li.nav-item a.nav-link{
    color: #03436f;
}
.navbar-nav a:hover {
  color: #ddd !important;
}
.navbar-nav .submenu.level-2 {
  padding-left: 1.5rem;
}
.navbar-nav .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .navbar-nav .dropdown .submenu {
    position: absolute;
    top: 100%;
    display: none;
      
      
  }
  .navbar-nav .dropdown .submenu li {
    display: block;
      
  }
  .navbar-nav .dropdown .submenu li a {
     
    display: block;
    white-space: nowrap;
    text-decoration: none;
      
  }
  .navbar-nav .dropdown .submenu.level-1 {
    right: 0;
    left: auto;
      
  }
  .navbar-nav .dropdown .submenu.level-2 {
    padding-left: 0;
    top: 0;
    left: 110%;
    right: auto;
  }
  .navbar-nav .dropdown:hover .submenu.level-1 {
    display: block;
  }
  .navbar-nav .dropdown:hover .submenu.level-1 li {
    position: relative;
  }
  .navbar-nav .dropdown:hover .submenu.level-1 li:hover .submenu.level-2 {
    display: block;
  }
  .navbar-nav .dropdown-toggle::after {
    display: inline-block;
  }
    .navbar-toggler{
        padding: 0rem 0rem;
    }
}
/****************************NAVBAR END**********************************/    
div.color{
    background-color: #eeeeee;
    padding-bottom: 40px;
}
div.color div.container{
    background-color: white;
        background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-bottom: 30px;
    padding-top: 30px;
}



div.color div.container div.row h5{
    margin-top: 20px;
    text-decoration:none;
}
div.color.container.row h5{
    padding-bottom: 20px;
}
div.color p{
    font-size: .875rem;
    /*color: #999999;*/
}
/*div.color div.container button{
    margin: -0px -70px; 
    position:relative; 
    left:50%;

}*/


/*==================== 
	Footer 
====================== */

/* Main Footer */
footer .main-footer{	padding: 20px 0;	background: white;}
footer ul{	padding-left: 0;	list-style: none;}

/* Copy Right Footer */

.footer-copyright {	background: #231f20;	padding: 5px 0;}

.footer-copyright .logo {    display: inherit;}
.footer-copyright nav {    float: right;    margin-top: 5px;}
.footer-copyright nav ul {	list-style: none;	margin: 0;	padding: 0;}
.footer-copyright nav ul li {	border-left: 1px solid #505050;	display: inline-block;	line-height: 12px;	margin: 0;	padding: 0 8px;}
.footer-copyright nav ul li a{	color: #969696;}
.footer-copyright nav ul li:first-child {	border: medium none;	padding-left: 0;}
.footer-copyright p {	color: #969696;	margin: 2px 0 0;}

/* Footer Top */
.footer-top{	background: #252525;	padding-bottom: 30px;	margin-bottom: 30px;	border-bottom: 3px solid #222;}

/* Footer transparent */
footer.transparent .footer-top, footer.transparent .main-footer{	background: transparent;}
footer.transparent .footer-copyright{	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) ;}

/* Footer light */
footer.light .footer-top{	background: red;}
footer.light .main-footer{	background: red;}
footer.light .footer-copyright{	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3) ;}

/* Footer 4 */
.footer- .logo {    display: inline-block;}

.footer-1 {
    border-top: #333 15px solid;
}


/*==================== 
	Widgets 
====================== */
.widget.widget-last{	margin-bottom: 0px;}
.widget.no-box{	padding: 0;	background-color: transparent;	margin-bottom: 40px;
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;}
.widget.subscribe p{	margin-bottom: 18px;}
.widget li a{	color: #ff8d1e;}
.widget li a:hover{	color: #4b92dc;}
.widget-title {margin-bottom: 20px;}
.widget .badge{	float: right;	background: #7f7f7f;}

.typo-light h1, 
.typo-light h2, 
.typo-light h3, 
.typo-light h4, 
.typo-light h5, 
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small{	color: #black;}

ul.social-footer2 {	margin: 0;padding: 0;	width: auto;}
ul.social-footer2 li {display: inline-block;padding: 0;}
ul.social-footer2 li a:hover {background-color:#ff8d1e;}
ul.social-footer2 li a {display: block;	height:30px;width: 30px;text-align: center;}

.btn:hover, .btn:focus, .btn.active {color: #fff;
-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-webkit-transition: all 250ms ease-in-out 0s;
-moz-transition: all 250ms ease-in-out 0s;
-ms-transition: all 250ms ease-in-out 0s;
-o-transition: all 250ms ease-in-out 0s;
transition: all 250ms ease-in-out 0s;

}
.footerlogo{
    width: 100%;
}
.footersecound{
    width:65%;

}
h1, h2, h3, h4, h5, h6, hentry__title, .hentry__title a, .page-box__title a, .latest-news--block .latest-news__title a, .accordion__panel .panel-title a, .icon-menu__link, .step__title, body.woocommerce-page ul.products li.product h3, .woocommerce ul.products li.product h3 {
    color: #black;
}
.page-box__text {
    font-size: .875rem;
}
.page-box_text{
        font-size: 1rem;
    line-height: 1.625;
    color: #999999;
    background-color: #fff;
    
    
}
h5{
        font-size: 1rem;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1.1;
}
.page-box__more-link {
    position: relative;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: .9375rem;
    color: #539ad0;
    
}
.page-box--inline .page-box__picture {
    float: left;
}

h4.page-box__title{
    font-family: "Roboto", Helvetica, Arial, sans-serif;
 margin-bottom: .5625rem;padding-top: 0px;
    vertical-align: middle;font-size: 16px;
    display: table-cell;
    height: 120px;
    font-weight: bold;
    }
    .page-box__picture img{
        width: 150px;
    height: 115px;
    margin-right: 20px;
    padding: 0px;
    border-radius: 2%;
    overflow: hidden;
    }
.page-header {
    background-repeat: repeat;
    background-position: top center;
    background-attachment: scroll;
    height: 183.1875px;
}
.sidebar.widget_nav_menu .menu > li.current-menu-item > a {
    border-left-color: #539ad0;
    background-color: #d35454;
    color: #ffffff;
}
.sidebar.widget_nav_menu .menu > li > a {
    font-weight: bold;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    background-color: white;
    color: black;
    /*border-right: 1px solid #eeeeee;*/
    /*border-left: .1875rem solid #dddddd;*/
    padding: 1.0625rem 1.875rem;
    font-size: .9375rem;
    border-radius: 0;
    transition: all 200ms ease-out;
    border-radius: 5px;
}
.sidebar.widget_nav_menu .menu > li > a:hover{
    color:white;
}
.sidebar.widget_nav_menu a {
    display: block;
    color: #999999;
}
.widget_nav_menu ul {
    padding-left: 0;
    list-style: none;
}

img.contact-img{
    margin-left:40px;
    height:20%;
    width:30%;
    
}
.contact-select, .contact-text, .contact-textarea {
    padding: 1.125rem 1.25rem;
    margin-bottom: 1.875rem;
    font-size: 0.875rem;
}
.form-control {
    /* display: block; */
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.625;
    color: #666666;
    background-color: #f2f2f2;
    background-image: none;
    border: 1px solid #dddddd;
}
.contact-textarea {
    height: 13.75rem;
    margin-bottom: 1.875rem;
}
div.container-white{
margin-top:-30px;
}
div.video{
    padding-top:70px;
}
.navbar-nav .dropdown .submenu.level-1{
    background-color: white;

}
.navbar-nav .dropdown .submenu li{
    color:balck;
}
ul.list-unstyled.submenu.level-2{
    background-color:#fff;
}

@media (max-width:767px) { 
    
    a#draw.nav-link.dropdown-toggle{
        color:#231f20;
        font-weight: bold;
    }
    #black{
          color:black;
        font-weight: bold;
    }
    
    
}
.urunMetin .icerikBaslik {
    font-weight: bold;
    border-bottom: solid 1px;
    color: #B61020;
}
#icerikBaslik {
    font-weight: bold;
    border-bottom: solid 1px;
    color: #B61020;
}
#UrunBaslik {
    font-weight: bold;
    margin-bottom:20px;
    border-bottom: solid 2px;
    color: black;
}
.sidebar.widget_nav_menu .menu > li > a:focus, .sidebar.widget_nav_menu .menu > li > a:hover {
    border-left-color: white;
    background-color: #d35454;
    color:white;
}
.logo-panel {
    text-align: center;
}
.logo-panel img {
  padding: 15px;
    transition: all 200ms ease-out;
}
.logo-panel .marka {
    margin-bottom: 15px;

}
@media (min-width: 992px){
.logo-panel {
    text-align: left;
}
}
.logo-panel {
    text-align: center;
}
.widget-title {
    font-size: 1rem;
    margin-bottom: 2.5rem;
}
/*******SOCIAL**********/
/*# sourceMappingURL=style.css.map */
 #phone:hover{
            text-decoration: none;
            font-size: 25px;
            color: white
        }
        #phone{
            text-decoration: none;
            font-size: 25px;
            color: white
}
/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
  border-radius: 45px;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.whatsapp{
    background: #25D366;
    color:white;
}
.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.instagram:hover {
    background: #000;
}
/*Social media responsive start */

.icon-bar {
  
  position: fixed;
  right: 0;
  top: 50%;
transform: scale(0.2);
z-index: 9999;

}

/* Style the icon bar links */
.icon-bar a {
	bottom:2px;
	right:2px;
	text-align:center;
    font-size:30px;
	/*box-shadow: 2px 2px 3px #999;*/
    z-index:100;
}


    .icon-bar {
  position: fixed;
  top: 30%;
  /*right: 0;*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/*---------------Whatsapp------------------------------------------- */

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:5px;
	right:5px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.partners {
    margin-bottom: 45px;
}
.widget select, .widget img {max-width: 100%;height: auto;}
div.gol{
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height:100%;
}
div.cover{
    background-color:#EEEEEE;
    padding-top:20px;
}
#youtube{width:5%;height:100%; margin-bottom:20px;}
#Footertext{margin-top:10px; margin-left:90px;}
#footer1{height:70px; width:190px; text-align:center; margin-left:40px; margin-top:5px;}
#footer2{height:70px; width:160px; height:80px; text-align:center; margin-left:-15px;margin-top:5px; margin-left:30px;}
#shadow{background-color: rgb(255, 255, 255);box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.60), 0 6px 20px 0 rgba(0, 0, 0, 0.60);height:100%;}
  @media only screen and (max-width: 600px) 
 {
      div.cover{
         background-color: #EEEEEE;
         padding-top:0px;
      }
      
      div.gol{
    background-color: white;
    height:100%;
}
#youtube{width:15%;height:100%; margin-bottom:20px; margin-top:5px;}
#Footertext{margin-top:10px; margin-left:10px;}
#footer1{height:70px; text-align:center; margin-left:20px; margin-top:5px;}
#footer2{height:70px; width:180px; text-align:center; margin-left:5px; margin-top:5px;}
}

img.icons{
    height:5%;
        vertical-align: none;
}

a {
  color: #675f61;
  text-decoration: none!important;
  font-size:16px;
}

a:hover {
  color: #231f20;
  text-decoration:  none!important;
 
}
#Categorytitle{
    font-weight: bold;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    background-color: #840909;
    color: #ffffff;
    border-right: 1px solid #eeeeee;
    border-left: .1875rem solid #dddddd;
    padding: 1.0625rem 1.875rem;
    font-size: .9375rem;
    border-radius: 0;
    transition: all 200ms ease-out;
}
#Categorytitle:hover{
        border-left-color: #007C7C;
    background-color: #007C7C;
}


.marka-hover:hover{
    transform: scale(1.2);
}

.news-title{
    font-weight: bold;
    font-size: 20px;
}


.carousel-control-next {
    right: 30px;
}

.working_height{
    display: inline-block;
    padding: 10px;
    font-size: 80%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    color: #212529;
    /*background-color: #f8f9fa;*/
}
.product{
    min-width: 280px;
    max-height: 450px;
}
.product:hover{
    transform:scale(.9);
    border: 1px solid lightgray;margin-top: 0px;
}

.card{
    transform: scale(.85);
}

table.urunOzellik { width: 100%; }
table.urunOzellik tr{background:#EEE;}
table.urunOzellik tr td{padding:3px 5px;}
table.urunOzellik tr td:first-child{min-width:170px;}
table.urunOzellik tr:nth-child(2n){background:#fff;}

.alignnone{
    width: 270px!important;
    height: 260px;

}
/*----------------Slicky Slider--------------------------------------*/
.slider {
        margin: 0px auto;
        
    }

    .slick-slide {
      margin: 0px 2px;
        
        
    }

    .slick-slide img {
      width: 100%;
        
    }

    .slick-prev:before,
    .slick-next:before {
      color: #355d9a;
   
    
    
        
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
        
        
    }
    
    .slick-active {
      opacity: 1;
        
    }

    .slick-current {
      opacity: 1;
        
    }
.container-white{
    margin-bottom: 20px;
    
}
#log{
    height: 150px;
    width: 150px;
}
.logo-panel .marka{
margin-bottom:15px;
margin-left:105px; 
}
@media (max-width: 481px) {
  
    .logo-panel .marka{
        margin-bottom:0px;
        margin-left:0px; 
    }
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  .logo-panel .marka{
        margin-bottom:0px;
        margin-left:0px; 
    }
  
}
/**Product Starting Here  **/
.urunMetin table.urunOzellik {width: 100%;margin-top: 10px;border-bottom: solid 1px #eee;}
.urunMetin table.urunOzellik tr {background: #EEE;}
.urunMetin table.urunOzellik tr td {padding: 3px 5px;}
.urunMetin table.urunOzellik tr td:first-child { min-width: 170px; }
.urunMetin table.urunOzellik tr:nth-child(2n) {background: #fff;}
.urunMetin .icerikBaslik{ font-weight: bold; border-bottom:solid 1px; color: #355d9a;}
.icerikBaslik{ font-weight: bold; color: #355d9a;}
.product:hover {
  
  transform:scale(1.02);
}
#sliderx{
    position: relative;
    background: transparent;
    bottom: 100px;
    margin-bottom: -140px;
    }
    
@media only screen and (max-width: 2000px) and (min-width: 1680px)  {
        #sliderx{
    position: relative;
    background: transparent;
    }
}                      
@media only screen and (max-width: 1679px) and (min-width: 1651px)  {
        #sliderx{
    position: relative;
    background: transparent;
    }
}                    

@media only screen and (max-width: 1650px) and (min-width: 1390px)  {
        #sliderx{
    position: relative;
    background: transparent;
    }
}                    
                    
                    
@media only screen and (max-width: 1390px) and (min-width: 1160px)  {
        #sliderx{
    position: relative;
    background: transparent;
    }
    .draggable{
    }

}
@media only screen and (max-width: 1159px) and (min-width: 1120px)  {
        #sliderx{
    position: relative;
    background: transparent;
    }
    .draggable{
    }
}
@media only screen and (max-width: 1120px) and (min-width: 1100px)  {
        #sliderx{
    position: relative;
    background: transparent;
    }
        .draggable{
    }
}
@media only screen and (max-width: 1100px) and (min-width: 970px)  {
        #sliderx{
    position: relative;
    background: transparent;
    }
        .draggable{
    }
}
@media only screen and (max-width: 970px){
    .re{width: 100px !important;}
}
@media only screen and (max-width: 992px){
    .re{width: 80px !important;}
}

.re{
    z-index: 105px; 
                    overflow:visible;
                    position: relative;  
                    text-align: center;
                    bottom: -80px;
                    background:white;
                    
}
.re:hover{
        background: none repeat scroll 0 0 #539ad0;
}
.re span{
    color:black;
}
.re i{
    color:black;
}