﻿body {
    margin:0;
    padding:0;
    font-family: 'Barlow', sans-serif;

    font-size:14px;
    color:#333333;
    height:100%;
    box-sizing: border-box;
    display: block;
}

html {
    height:100%;
}
a, a:hover, a:focus {

    text-decoration: none;

    color: inherit;

}


.slider .carousel-control.left, .slider .carousel-control.right {

    background-image: none;
    background-color: rgba(0,0,0, 0.4);
    padding: 10px;
    border-radius: 0px;
    color: #fff;
    z-index: 10;

}
.slidedrustgolge {
    z-index: 1;
    position: absolute;
    top: 0px;
    height: 250px;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(360deg, transparent, rgba(0,0,0, 1));
}

.slider .carousel-control {
    position: absolute;
    top: 45%;
    bottom: auto !important;
    
    width: auto;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0;
    filter: alpha(opacity=50);
    opacity: 1.0;
    height: auto;
    line-height: 1;
}

.slider .carousel-inner {

    height: 100%;
    z-index: 0;
}

.slider .carousel-inner .item {
    min-height: 100%;
    background: no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slider_desc3 h1 {

    position: relative;
}

.slider .carousel-control-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 500;
    background: red;
    width: 50px !important;
    height: 50px;
}



@keyframes example {
    from {
        margin-left: -270px;
        transform: scale(1.0);
        opacity: 1
    }

    to {
        margin-left: 0px;
        transform: scale(1.0);
        opacity: 1  
        
    }
}


@keyframes example2 {
    from {
        margin-left: 270px;
        transform: scale(1.0);
        opacity: 1
    }

    to {
        margin-right: 0px;
        transform: scale(1.0);
        opacity: 1  
        
    }
}
@keyframes example3 {
    from {
        top: 20%;
        transform: scale(1.0);
        opacity: 0;
    }

    to {
        top: 0%;
        transform: scale(1.0);
        opacity: 1 ; 
        
    }
}


@keyframes btnsli {
    from {

        margin-right:  -700px;
        margin-top: 700px;
        transform: scale(0.4);
    }

    to {
        margin-left: 0px;
        transform: scale(1.0);
    }
}

.slider {
    position: relative;
    height: 674px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    z-index: 2;
}

.slider .slidertable{
    position: relative;
    height: 100%;
    display: table;
    width: 100%;
    z-index: 5;


}
.slider .slidertablecell{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    z-index: 5;

}
.slider .item{
    height: 100%;
    z-index: 5;
}

.slider .container{
    z-index: 5;
    height: 100;
}
.slider_png {
    position: absolute;
    left: 0px;
    bottom: 0px; 
    height: 85px;
    width: 100%;
    background:url(../images/slider_png.png) top center repeat-x; 
    z-index: 1;
}
.sliderbox {
    width: auto;
    
    display: inline-block;
    padding: 14px 30px;
    background: rgba(96,67,41,0.8);
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.3s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 1.3s;
}
.sliderbox h1{

    padding: 0px;
    margin: 0px;
    position: relative;
    font-size: 50px;
    color: #fff;
    font-weight: 800;
}

.sliderbox2 {
    width: auto;
    max-width: 500px;
    
    display: block;
    padding: 14px 30px;
    background: rgba(186,120,77,0.8);
    -webkit-animation-name: example2; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.3s; /* Safari 4.0 - 8.0 */
    animation-name: example2;
    animation-duration: 1.3s;
}
.sliderbox2 p{
    padding: 0px;
    margin: 0px;
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}


.slidercontent {

    position: relative;


    
}



/* .slidercontent  h1 {
    padding:15px 15px;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 500;
    text-shadow: 0px 2px 10px #333;
    color: #fff;
    display: inline-block;
    background: #29b012;
      
    z-index: 5;
    position: relative;
}

.slidercontent h2 {
    padding: 0px;
    margin: 0px;
    position: relative;
    font-size: 50px;
    font-weight: 900;
    text-shadow: 0px 2px 10px #333;
    color: #fff;
    line-height: 0.9;
    font-family: 'Courgette', cursive;
    z-index: 5;
}


.slidercontent p {

    position: relative;
    padding: 7px 20px; 
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 300;
    text-shadow: 0px 0px 0px #333;
    line-height: 1.6;
    color: #1fa00d;
    display: inline-block;
    background: #eeeeee;
    font-family: 'Courgette', cursive;

} 
*/
.slidercontent .btn_s {
    padding: 0px;
    margin: 0px;
    
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0px 0px 0px #000;
    line-height: 1.7;
    color: #111;
    border: 1px solid transparent;
    padding: 8px 28px;
    transition: all 150ms ease-out;
    display: inline-block;
    background: #eeb249;
    

    
    position: relative; 
}

.slidercontent .btn_s:hover {
    background: #FFF;
    color: #ee782a;
}


.sliderpng {
    position: absolute;
    width: 100%;
    height: 7px;
    top: 0px;
    background: url(../images/sliderpng.png) top center repeat-x;
    z-index: 1;
}

.sliderpng1 {
    position: absolute;
    width: 100%;
    height: 7px;
    bottom: 0px;
    background: url(../images/sliderpng1.png) top center repeat-x;
    z-index: 1;
}
.png1 {
    position: absolute;
    width: 100%;
    height: 7px;
    top: 0px;
    background: url(../images/png1.png) top center repeat-x;
    z-index: 1;
}

.png2 {
    position: absolute;
    width: 100%;
    height: 7px;
    bottom: 0px;
    background: url(../images/png2.png) top center repeat-x;
    z-index: 1;
}
.png3 {
    position: absolute;
    width: 100%;
    height: 7px;
    top: 0px;
    background: url(../images/png3.png) top center repeat-x;
    z-index: 1;
}

.distr {
    position: absolute;
    right: 10%;
    top: 0px;
    width: 186px;
    border-radius: 5px;
    border-top-left-radius:  0px;
    border-top-right-radius:  0px;
    background: #ba784d;
    text-align: center;
    -webkit-animation-name: example3; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.3s; /* Safari 4.0 - 8.0 */
    animation-name: example3;
    animation-duration: 1.3s;
}
.distrimg {
    text-align: center;
    background: #7f1423;
    padding: 15px 15px;
}
.distrtext {
    padding: 8px 5px;
}
.distrtext h2{
    margin: 0px;
    padding: 0px;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    line-height: 1.0;
}
.distrtext h2 span{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    display: block;
}

.header_g {

    min-height: auto;
    display: none;

}

header{
    width:100%;   
    padding:0px;
    margin:0px;
    box-sizing:border-box;
    position:relative;
    z-index:6;

}

.header_ust {
    background-color: #004b83;
    padding: 13px 0px 13px 0px;
}

.header_ic {
 position:relative;
 padding:26px 15px;
 box-sizing: border-box;


}

.headersol {

    position:relative;

    margin:0px 0px 20px 0px;

    padding-top:22px;

}

.headersag {

    position:relative;

    text-align:right;

    margin:0px 0px 20px 0px;

    padding-top:22px;

}

.logodiv {
    float: left;
    display: inline-block;
}

.logo {
    display:inline-block;
    position:relative;
    z-index:1;
    text-align:center;
}

.logo_img {
    position: relative;
    border: 0px;
    max-width: 100%;

}

.logo_img:hover {
}

.slogan {
    float: left;
    color: #ffffff;
    font-style: italic;
    font-size: 14px;
    opacity: 0.7;
}

.sosyal_icon {
    float: right;
    display:inline-block;
}
.sosyal_icon a{
    text-decoration:none;
    color:#fff;
    font-size:16px;
    padding:0px 5px 0px 5px;
    display:inline-block;
}
.sosyal_icon a:hover {
    opacity: 0.8;
}
.sosyal_icon a:last-child {
    margin-right:0px;
    padding:0px 0px 0px 5px;
}

.menu_btn {
    position: relative;
    z-index: 5;
    padding: 8px 11px 5px 11px;
    display: none;
    border-radius: 4px;
    margin-top: 0px;
    float: right;
}

.menu_btn i {
    color: #666;
    text-decoration: none;
    font-size: 24px;
}

.menu_close {
    color:#ffffff;    
    background:#;
    font-size:30px;
    float:right;
    padding:0px;

}
.menu_close:hover {
    color:#e62d2e;
}
.acilan_menu {
   display:none;
   width: 80%;
   left: 0px;
   top: 0px;
   position: absolute;
   z-index: 10000;
   border-right: 0px solid #ba784d;
   padding: 15px;
   min-height: 100%;
   transition: all 350ms ease-out;
   background-color:#004b83;
}



.acilan_menu_baslik {
    color:#fff;
    font-size:16px;
    font-weight:700;
    float:left;
    padding-top:12px;
}

.menu_cizgi {
    height:1px;
    background:#fff;
    margin-top:10px;
    margin-bottom:15px;
}

.acilan_menu_list {
    margin:0px;
    padding:0px;
    list-style:none;
}

.acilan_menu_list li{
    margin:0px;
    padding:0px;
    list-style:none;
}
.acilan_menu_list li a{
    display:block;
    font-size:13px;
    color:#ffffff;
    text-decoration:none;
    padding:9px 0px;
    border-bottom:1px solid rgba(0,0,0,);
    transition: all 250ms ease-out;
    font-weight:500;
}
.acilan_menu_list li a:hover {
    background:rgba(255,255,255,0.1);
    padding-left:7px;
    color:#fff;
}

.acilan_menu_list ul {
    position:relative;
    z-index:5;
    display:none;
    padding:0px;
    margin:0px;
    padding:7px 7px 7px 15px;
}
.acilan_menu_list ul li a{
    font-weight:400;
}

.menu_bg {
    background: #fff;
    width:100%;
    border-bottom:1px solid #CCC; 
    border-top:1px solid #CCC; 
}

.header_menu {
    margin:0px;
    padding:0px;
    list-style:none;
    position:relative;
    display:block;
    z-index: 10;
    text-align: center;
}
.menu_sag {
    float:right;
    margin-right:0px;
}

.menu_sol {
 float:left;
 margin-left:00px;
}

.header_menu li {
    position:relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
    
    display:inline-block;
}

.header_menu li i{
    color: #666;
}

.header_menu li a{
    position:relative;
    z-index:1;
    display:block;
    font-size:16px;
    font-weight:600;
    padding:19px 20px;
    color:#171717;
    text-decoration:none;
    text-shadow:0px 0px 0px #333;
    transition: all 250ms ease-out;
    text-align:center;
    
}
.header_menu li:hover  a {
    color:#FFF;
    background:#004b83;
}
.header_menu li:hover  i{
    opacity:1;
    color:#cccccc;
}

.header_menu ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display:block;    
    float:none;
}

.header_menu ul {
    position:absolute;
    z-index:1;
    display:none;
    width:250px;
    padding:0px;
    margin:0px;
    
}

.header_menu li ul li a{
    font-size:14px;
    font-weight:500;
    padding:8px 0px 8px 10px;
    color:#2a2a2a;
    text-align:left;
    text-decoration:none;
    border-top:0px;
    border-bottom:1px solid #dadada;
    transition: all 250ms ease-out;
    display:block;
    border-right:0px;
    text-shadow: 0px 0px 0px #333;
    background:#333333;
}

.header_menu li ul li a:hover {
    border-top:0px solid #53bb53;
    background:#fff;
    color:#02697e;
}

.header_menu li:hover ul{
    display:block;
}

.ust_menu {
    margin: 0;
    padding: 0;
    float: right;
    display: inline-block;
    margin-top: 7px;
}

.ust_menu li {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    
    transition: all 150ms ease-out;
    margin-right: 22px;
}
.ust_menu li b {
    font-weight: 700;
    display: block;
    font-size: 18px;
    float: left;
    color: #8f8b8b;
}
.ust_menu li span {
    color: #8d979e;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    display: block;
    float: left;
}

.ust_menu li a {
    color: #626262;
    text-decoration: none;
}

.ust_menu li i {
    margin-top: 7px;
    margin-right: 4px;
    font-size:30px;
    vertical-align: inherit;
    color: #658fa8;
    margin-right: 12px;
    float: left;
}
.ust_menu li div {
    display: inline-block;
}

.hombgpage {
    box-sizing: border-box;
    padding-top: 150px;
    height: 585px;
    background: url(../images/hmpbg.jpg) no-repeat top center;
}
.hombgpage2 {
    display: block;
    position: relative;
    
    background: url(../images/hmpbg2.jpg) repeat top center #081f1d;
    z-index: 0;
    padding-top: 240px;
    padding-bottom: 50px;
}


.yazi {
    color: #333;
    font-weight:500;
    font-size:15px;
    line-height: 1.7;
    padding: 0px;
    margin: 0px;
}
.siparis_vr_btn {
    display: inline-block;
    padding: 9px 25px;
    background: #e99130;
    color: #fff;
    font-weight:600;
    border-bottom: 2px solid #111;
    transition: all 250ms ease-out;
}
.siparis_vr_btn i{
    margin-right: 7px;
    transition: all 250ms ease-out;
}
.siparis_vr_btn:hover{
    color: #fff;
    background: #111;
}
.siparis_vr_btn:hover i{
    transform: rotate(360deg) scale(1.4);
}
.tel_ {
    float: right;
    position: relative;
    z-index: 10;
}

.tel_ a{
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    text-decoration:none;
}

.tel_ span{
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-decoration:none;
    margin-right: 6px; 
}

.tel_ a i{
    margin-right: 6px; 
    line-height: 1.9;
    text-align: center;
    font-size: 16px;
    color:#fff;

}
.rez {
    float: left;
}

.page_title {    
    text-align: center;
    margin-bottom: 25px;
}

.page_title h2{
    padding: 0px;
    margin: 0px;
    font-size: 31px;
    color:#fff;
    font-weight: 600;
    display: inline-block;

}

.page_title5 {    

    margin-bottom: 25px;
}

.page_title5 h2{
    padding: 0px;
    margin: 0px;
    font-size: 24px;
    color:#999;
    font-weight: 700;
    display: inline-block;

}

.page_title10 {    
padding-bottom: 12px; 
    margin-bottom: 25px;
    border-bottom: 1px solid #e9e9e9; 
}

.page_title10 h2{
    padding: 0px;
    margin: 0px;
    font-size: 26px;
    color:#004b83;
    font-weight: 700;
    display: inline-block;

}

.main_title {    
    text-align: center;
    margin-bottom: 30px;
}
.main_title h2{
    padding: 0px;
    margin: 0px;
    font-size: 37px;
    color:#004b83;
    font-weight: 700;
    display: inline-block;

}
.main_title b{
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    font-size: 24px;
    color:#ae1001;
    font-weight: 500;
    display: block;
    font-family: 'Courgette', cursive;
}

.main_title h2 span{
    color_:#ffcb05;
    color:#e99130;
}

.main_title h2:after{
    content: "";
    display: block;
    width: 45px;
    background: #004b83;
    height: 2px;
    
    margin-top: 12px;
}

.main_title.beyaz h2{
    color: #fff;

}

.main_title.beyaz h2:after{


}

.main_kurumsal .yazi {text-align: center;}
.main_kurumsal {
    position:relative;
    
    min-height:300px;
    z-index:5;
    padding-top: 60px;
    padding-bottom:40px;
    border-bottom:4px solid #e5e5e5;
}

.krm_btn {
    display:inline-block;
    padding:14px 40px;
    color:#fff;
    background:#004b83; 
    font-size:15px;
    font-weight:500;
    margin-top:25px;
    margin-bottom: 15px;
    transition: all 150ms ease-out;
    border-radius: 0px;
}

.krm_btn:hover {
  opacity: 0.8;

  color:#fff;
}

.krm_btn i{

    margin-left:7px;

}


.krm_btn3 {
    display:inline-block;
    padding:14px 40px;
    color:#fff;
    border-radius: 5px;
    background:#ba784d; 
    font-size:15px;
    font-weight:500;
    margin-top:25px;
    margin-bottom: 15px;
    transition: all 150ms ease-out;
}

.krm_btn3:hover {
    background:#604329;
    
    color:#fff;
}

.krm_btn3 i{

    margin-left:7px;

}

.frmbgit {
    padding-top: 45px;
    height: auto;
    background: url(../images/formbg.jpg) top center no-repeat #07413d;
}


.hmdsag {
    padding-left: 0px;
}

.hmdsol {
    padding-right: 0px;
}

.hmdsol img {
    float: right;
    max-width: 100%;
}

.homfrmdiv {
    padding: 30px;
    background: url(../images/frmbg.jpg) no-repeat top left #2b9540;
}


.tklfform {
}

.tklfform label {
    font-weight: 400;
    color: #fff;
}

.tklfform .btn {
    background: #1f1f1f;
    color: #ffffff;
    border: 0px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 0px;
    padding: 12px 50px;
    transition: all 250ms ease-out;
}

.tklfform input[type=file] {
}

.tklfform .btn:hover {
    background: #154b19;
    color: #fff;
}

.tklfform .form-group {
    margin-bottom: 7px;
}

.tklfform .form-control {
    border-radius: 0px;
    font-size: 13px;
    height: 51px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    background: #f9f9f9;
    border: 0px;

}

.tklfform .textrea {
    height: 105px;
}


.mainformdiv .main_title h2 {

    color: #fff;

}

.mainformdiv {
    position:relative;
    padding:27px;
    background:url(../images/formbg.jpg) top center no-repeat #111;
    box-shadow:0px 0px 0px #ccc;
    border-radius:0px;
    border-bottom:4px solid #ae1001;
    border-top:4px solid #ae1001;
    margin-top:-211px;
}    

.form_bg {
    padding: 50px 30px;
    background-color: #f9f9f9;
}
.main_form {

}

.main_form label {
    font-weight: 400;
}

.main_form .btn {

    display:inline-block;
    background: #004b83;
    color: #ffffff;
    border: 0px;
    font-weight: 600;
    font-size:15px;
    border-radius: 0px;
    padding: 14px 35px;
    transition: all 250ms ease-out;
}
.main_form input[type=file] {

}
.main_form .btn:hover {
    opacity: 0.8;
}

.main_form .form-control {
    font-size: 14px;
    height:55px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    border: 0px;
    font-weight: 600;
    border-radius: 0px;
    border-bottom: 1px solid #ccc;
}

.mainform2 .form-control {
    font-size: 13px;
    height:44px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    background: #f9f9f9;
}
.main_form .textrea {
    height: 95px;
}



.main_urun_div{
   background:#f9f9f9;
   position:relative;
   margin-bottom:0px;
   padding:65px 0px 50px 0px;
   box-shadow_: 0PX 0PX 15PX rgba(0,0,0,0.2);
}



.urundiv {

    margin-bottom:30px;

}

.urundiv a{

    text-decoration:none;
    border:1px solid #e6e4e4;
    display:block;

    text-align:center;

}

.urundiv .urundivimg{
    height:247px;
    overflow:hidden;
    box-sizing:border-box;
    position:relative;
}

.urundiv .urundivimg img{
    border:0px;
    min-height: 100%;
    width: 100%;
    transition: all 280ms ease-out;
} 

.urundiv .urunbaslik{

    padding:12px 15px;
    width:100%;
    background:#fff;
    
    position:relative;
    z-index:5;
    display:block;
    transition: all 180ms ease-out;
    
}
.urunbaslikower {
    ox-sizing: border-box;
    height: 45px;
    overflow: hidden;
    text-align: left;
    transition: all 200ms ease-out;
}
.titlealan {
    width: 100%;
    display: table;
    height: 100%;
}
.urundiv .urunbaslik span{
    font-size: 18px;
    font-weight: 700;
    color: #004b83;
    padding: 0px;
    margin: 0px;
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
}

.urundiv .hoverdiv2 {
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0,0, 0, 0.1);
  z-index:10;
  transition: all 180ms ease-out;
  opacity:0;
  padding-top:20%;
  box-sizing:border-box;
}

.urundiv .hoverdiv2 i{
    font-size:40px;
    color:#fff;
    transform:scale(1.0) rotate(180deg);
    opacity:0;
    transition: all 380ms ease-out;
}

.urundiv:hover .hoverdiv2 {
    opacity:1;
}

.urundiv:hover .hoverdiv2 i {
 transform:scale(1.0) rotate(0deg);
 opacity:1;
}

.urundiv:hover .urunbaslik {
    background:#004b83;

}
.urundiv:hover .urunbaslik span{
    color:#fff;
}

.urundiv2 {

    margin-bottom:30px;

}

.urundiv2 a{

    text-decoration:none;

    display:block;

    text-align:center;

}

.urundiv2 .urundivimg{

    height:164px;

    

    overflow:hidden;

    box-sizing:border-box;

    position:relative;

    

}

.urundiv2 .urundivimg img{

    border:0px;

    min-height: 100%;

    width: 100%;

    transition: all 280ms ease-out;

} 

.urundiv2 .urunbaslik{

    border:0px solid #c8c8c8;

    padding:2px 6px;

    width:100%;



    background:#ae1001;

    color:#fff;

    position:relative;

    z-index:5;

    display:block;

    transition: all 180ms ease-out;

    height:50px;

    display:table;

}

.urundiv2 .urunbaslik span{

    font-size:14px;

    font-weight:600;

    transition: all 0ms ease-out;

    display:table-cell;

    vertical-align:middle;

}

.urundiv2 .hoverdiv2 {

    position:absolute;

    width:100%;

    height:100%;

    background:rgba(0,0, 0, 0.5);

    z-index:10;

    transition: all 180ms ease-out;

    opacity:0;

    padding-top:30%;

    box-sizing:border-box;

}

.urundiv2 .hoverdiv2 i{

    font-size:40px;

    color:#fff;

    transform:scale(3.0) rotate(360deg);

    opacity:0;

    transition: all 380ms ease-out;

}

.urundiv2:hover .hoverdiv2 {

    opacity:1;

}

.urundiv2:hover .hoverdiv2 i {

 transform:scale(1.0) rotate(0deg);

 opacity:1;

}

.urundiv2:hover .urunbaslik {

    background:#111;

    color:#fffff;



}





.maindiv2 {

    position: relative;

    min-height: 320px;

    height: auto;

    padding-top: 50px;

    padding-bottom: 0px;

}

.solbg{

    content: "";

    display: block;

    width: 100%;

    background: url(../images/solbg.png) no-repeat left;

    min-height: 320px;

    position: absolute;

    left: -50px;

    

}

.sagbg{

    content: "";

    display: block;

    width: 100%;

    background: url(../images/sagbg.png) no-repeat right;

    min-height: 320px;

    position: absolute;

    right: -50px;

}



.page_bg {

    padding: 40px 0px 35px 0px;

    background: url(../images/page_bg.jpg);

    background-position:top  center;

    background-size: cover;

    

}

.dtyinf_ {
    font-size: 18px;
    color: #ba784d;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 15px;
}
.dtyimg_ {
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    max-width: 100%;
    margin-bottom: 15px;
    
}

.sol {
    margin-bottom: 25px;
}
.solp {
    padding: 15px;
    background: #f3f3f3;
    border-radius: 0px;
}
.sol_bosluk {

}

.sol_baslik {
    background: #004b83;
    color: #fff;
    font-weight: 600;
    padding: 12PX 12px;
    margin-bottom: 10px;
    font-size: 18px;
    
    border-radius: 0px;
}
.sol_list {
    margin:0px;
    padding:0px;
    list-style:none;
    margin-bottom:15px;
}
.sol_list li{
    margin:0px;
    padding:0px;
    list-style:none;
}
.sol_list li a{
    font-size:14px;
    font-weight:600;
    border-bottom:1px solid #eeeeee;
    padding:10px 8px;
    display:block;
    text-decoration:none;
    color: #333;
    transition: all 0.3s;
    position:relative;
    background: #fff;
    margin-bottom: 3px;
    border-radius: 0px;

}
.sol_list li a span{
    color:#999;
}
.sol_list li a i{

    margin-right:7px;
    color:#663074;
    transition: all 0.5s;
}
.sol_list li a:hover {
    color: #222;
    background: #f3f3f3;
    
}
.sol_list li a:hover i {

    transform:rotate(360deg);
}

.seop {
    color: #999;
    font-size: 13px;
    font-style: italic;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}


.hmkrmicn {
 margin-bottom: 15px;   
}
.hmkrmicn_ {
 text-align: center;
}
.hmkrmicnnn{
    display: inline-block;
    border-radius: 50%;
 width: 59px;
 height: 59px;
 background-color: #004b83;
 text-align: center;
 margin-bottom: 10px;
}
.hmkrmicnnn i{
 font-size: 30px;
 color: #ffffff;
 line-height: 59px;
}
.hmkrmicn_ b{
 display: block;
 font-size: 14px;
 color: #777777;
 font-weight: 600;
}




.icerik2 {
    margin: 50px auto 30px auto;
    
}
.icerik {
    margin: 50px auto 100px auto;
    min-height: 300px;
}

.pagegaleri {
    margin-left: -7px;
    margin-right:-7px;
}

.m_galeri_l { 
    padding:15px;
    display:inline-block;
    overflow:hidden;
    border-bottom:0px solid #CCC;
}
.pagegaleri .m_galeri_l { 
    padding:7px;
    display:inline-block;
    overflow:hidden;
    border-bottom:0px solid #CCC;
}
.

.m_galeri_l:hover .m_galeri_img

{ 
    transform: scale(1.2) rotate(0deg); 
    z-index:3;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);

}

.m_galeri_img {
    min-height:100%;
    width:100%;
    transition: all 300ms ease-out;
    vertical-align:text-bottom;
}

.m_galeri_a {
    height:190px;
    width:100%;
    overflow:hidden;
    text-decoration:none;
    display:block;
    position:relative;
    box-sizing:border-box;
}
.pagegaleri .m_galeri_a{
    height: 100px;
}

.m_galeri_efekt{
    overflow:hidden;
    position:absolute;
    bottom:0px;
    left:0px;
    height:100%;
    width:100%;
    opacity:0;
    background: rgba(0,0,0,0.3);
    transition: all 200ms ease-out;
    text-align:center;
}

.m_galeri_efekt i {

    font-size:40px;

    color:#ffffff;

    margin-top:25%;

    opacity:0;

    transition: all 400ms ease-out;

}

.m_galeri_l:hover .m_galeri_efekt i{

    transform:rotate(0deg);

    font-size:40px;

    opacity:1;

}

.m_galeri_l:hover .m_galeri_efekt{

    width:100%;

    z-index:5;

    opacity:1;

}





.listurun {

    margin-top: 30px;

    margin-bottom:30px;

}

.listurun .item{

    font-size: 15px;

    font-weight: 700;

    color: #666;

    padding-bottom: 6px;

    text-align: center;

}

.listurun h2{

    text-align: center;

    margin: 0px;

    padding: 0px;

    margin-bottom: 15px;

    font-size:26px;

    font-weight: 800;

}

.listurun h2 i{

    margin-right: 5px;

    color: #666;

}




footer {
    margin-top: 50px;
    width: 100%;
    height: auto;
    background: url(../images/footer_bg.jpg) top center no-repeat #004b83;
    padding-top: 80px;
    
    
}

.footer_sol {
    width: 45.0%;
    float: left;
    background: #efefef;
    transform: skewX(-25deg);
    box-sizing: border-box;
    padding: 10px 5px;
    margin-left: -15px;
    height: 40px;
    margin-top: 10px;
}

.footer_sol .item {
    transform: skewX(25deg);
}

.footer_sag {
    width: 55.4%;
    float: right;
    background: #48aad8;
    transform: skewX(-25deg);
    box-sizing: border-box;
    padding: 10px 5px;
    margin-left: 1%;
    margin-right: -15px;
}

.footer_sag .item {
    transform: skewX(25deg);
}

.footer_ic {
    padding-bottom: 55px;
    position: relative;
}

.footer_copyright {
    font-size: 13px;
    background: #f9f9f9;
    color: #999;
    font-weight: 300;
    padding: 15px;
    text-align: left;
}


.footer_logo {
    display: block;
    text-align: center;
    margin-bottom: 32px;
}

.footer_logo img {
    max-width: 100%;
}

.footerdiv {
    margin-bottom: 20px;
    text-align: center;
}

.footer_iletdiv {
    background: #37a628;
    padding: 14px 0px;
    text-align: center;
}

.footer_iletdiv span {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    vertical-align: text-bottom;
    display: inline-block;
    margin-right: 30px;
}

.footer_iletbtn {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 7px 28px;
    border: 1px solid transparent;
    border-radius: 20px;
    transition: all 150ms ease-out;
    background: #212429;
}

.footer_iletbtn:hover {
    background: none;
    color: #fff;
    border: 1px solid #ffffff;
    margin-bottom: 32px;
}

.footerdiv h2 {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    display: block;
    margin-bottom: 23px;
}
.footerdiv h2:after {
    content: "";
    display: block;
    width: 55px;
    height: 4px;
    background: #fff;
    margin-top: 7px;
}

.footerdiv:last-child h2 {
}

.footerdiv:first-child h2 {
}

.footerdiv h2 span {
    font-weight: 600;
    color: #fff;
}


.foiletb {
    margin-bottom: 30px;
}
.foiletb_ {
    text-align: center;
}
.foiletb_ i{
    display: block;
    
    font-size: 35px;
    color: #fff;
    margin-bottom: 10px;
}
.foiletb_ b{
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 7px;
}
.foiletb_ span{
    display: block;
    font-size: 14px;
    color: #fff;
}


.footer_menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
}

.footer_menu li a {
    position: relative;
    padding: 2px 0px;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    display: block;
    transition: all 180ms ease-out;
    border-bottom: 1px solid transparent;
}



.footer_menu li a:hover {
    color: #ee782a;
}


.footer_sosyal_icon {
    display: block;
    text-align: center;
    margin-top: 20px;
}
.footer_sosyal_icon h3 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.footer_sosyal_icon a {
    text-decoration: none;
    color: #fff;
    background: #004b83;
    font-size: 19px;
    padding: 0px 5px 0px 5px;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 1.9;
    transition: all 180ms ease-out;
    border-radius: 2px;
}

.footer_sosyal_icon a:hover {
    color: #004b83;
    background: #fff;
}

.footer_sosyal_icon a:last-child {
    margin-right: 0px;
    padding: 0px 0px 0px 0px;
}

.firmaunvan {
    padding-top: 30px;
    color: #ccc;
    font-size: 16px;
}

.footerkurumsal {
    margin-top: 25px;
    display: inline-block;
    font-size: 14px;
    color: #ccc;
    text-align: center;
    text-decoration: none;
    padding: 7px 28px;
    border: 1px solid #37a628;
    border-radius: 20px;
    transition: all 150ms ease-out;
}

.footerkurumsal:hover {
    background: #37a628;
    color: #fff;
}

.footerdiv .yazi {
    color: #FFF;
    font-size: 15px;
    line-height: 1.4;
}
.ftr_czg {
    margin: 10px 0px 20px 0px;
    height: 1px;
    width: 100%;
    background: rgba(255,255,255,0.3);
}
.copy {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    float: left;
}

.iletisim_list_f {
    padding: 0;
    margin: 0;
    list-style: none;
}

.iletisim_list_f li {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 4px 0px;
    border-bottom: 0px solid #8e6299;
    position: relative;
}

.iletisim_list_f:last-child {
}

.iletisim_list_f li span {
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
}

.iletisim_list_f li b {
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
    color: #f0f0f0;
    font-size: 13px;
    text-align: left;
}

.iletisim_list_f li i {
    color: #FFF;
    font-size: 15px;
    margin-right: 7PX;
}




.iletisim_form {

}

.iletisim_form label{
    font-weight:600;
    color:#333;
    font-size:14px;
}
.iletisim_form .radio-inline{
    font-weight:500;
    color:#333;
    font-size:14px;
    padding-top:10px;
}
.iletisim_form .btn {
    background:#004b83;
    color:#ffffff;
    border:0px;
    font-weight:500;
    padding:12px 42px;
    transition: all 150ms ease-out;
    margin-bottom:20px;
    border-radius:0px;
}


.iletisim_form .btn:hover {
    opacity: 0.8;
}

.iletisim_form .form-control {
    font-size: 13px;
    height:40px;
    border: 1px solid #ccc;
    border-radius:0px;
    box-shadow: inset 0 0px 5px rgba(0,0,0,0.1);
}
.iletisim_form .dropdown {
    padding:7px 12px;
}
.iletisim_form .textrea {
    height:140px;
}
.iletisim_form .form-group {

}

.iletisim_baslik {
    margin:0;
    padding:0;
    font-size:20px;
    font-weight:600;
    margin-bottom:25px;
}
.iletisim_list {
    padding:0;
    margin:0;
    list-style:none;
}
.iletisim_list li{
    padding:0;
    margin:0;
    list-style:none;
    padding:12px 0px;
    border-bottom: 1px solid #e9e9e9;
}
.iletisim_list :last-child {

}
.iletisim_list li span{
    color:#222;

    font-size:14px;

    font-weight:500;

}
.iletisim_list li i{
    margin-right:17px;
    vertical-align:baseline;
    color:#666;
    font-size: 18px;
}
.iletisim_sosyal_icon {
    display:inline-block;
}
.iletisim_sosyal_icon a{
    text-decoration: none;
    color: #666;
    font-size: 16px;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #e9e9e9;
    text-align: center;
    line-height: 35px;
    transition: all 250ms ease-out;
    border-radius: 0px;
}
.iletisim_sosyal_icon a:hover {
    background: #004b83;
    color:#fff;

}

.iletisim_sosyal_icon a:last-child {

    margin-right:0px;

    padding:0px 0px 0px 5px;

}



.filtre {

    margin-bottom: 0px;

    text-align:center;

}





.filtre a {

    float: none;

    display: inline-block;

    padding: 0px 7px 2px 7px;

    line-height: 14px;

    border-left: 1px solid #CCC;

    color: #fff;

    line-height: 1.2;

    text-decoration: none;

    font-size: 11px;

}



.filtre a:first-child {

    border-left: 0px;

    padding-left: 0px;

}


.arel {
    float: right;
    margin-top:0px;
    display:inline-block;
    padding:0px 0px 0px 0px;
    transition: all 200ms ease-out;
    
}


.arel:hover {opacity: 0.8;}
.arel a { text-decoration:none; color:#666; font-size:13px; font-weight:500;}
.arel a img{border:0px; margin-right:7px;}




@media (min-width: 992px) and (max-width: 1200px) { 



    .sagbg {right: -240px;}

    .solbg {left: -240px;}





}





@media (min-width: 768px) and (max-width: 992px) {






}



@media (max-width: 768px){

    .slider {
        height: 190px;
    }

    .header_ic {

     position:relative;

     padding:10px 15px;
 }

 .header_g {
    position: relative;
    background:#111;
    min-height: 120px;
    height: auto;
    display: block;
}

.logodiv { 
    width: auto;
    display: inline-block;
}

.logo {
    display:inline-block;
    position:relative;
    z-index:1;
    text-align:center;
}

.logo_img {
    max-width: 170px;
    margin-top:0px;
}
.ust_menu {
    display: none;
}
.header_menu {
    display: none;
}
.menu_btn {
    display: inline-block;
}
.mainformdiv {

    margin-top: 0px;

}

.rez  {

    display: none;

}

.tel_ a {

    font-size: 12px;

    font-size: 500;

}
.tel_ span{

    font-size: 12px;

    font-size: 500;

}
.tel_ a i {

    font-size: 12px;

    width: auto;

    height: auto;

    border: 0px;

}
.page_bg {

    padding: 15px;
}
.page_title h2{ 

    font-size: 19px;
    margin-bottom: 0px;

}
.main_title h2{ 

    font-size: 22px;
    margin-bottom: 0px;

}
.page_title{ 

    margin-bottom: 15px;
}

.sagbg {display: none;}

.solbg {display: none;}

.urundiv .urundivimg {height: auto;}

.urundiv .urunbaslik span{ font-size: 14px; font-weight: 600;}

.urunbaslikower {

    height: auto;
}

.pagegaleri .m_galeri_a {
    height:120px;
}
.m_galeri_a {
    height:100px;
}

.hombgpage {
    padding-top: 80px;
    height: auto;
    min-height: 180px;
}

.sliderbox{
    padding: 7px 25px;
}
.sliderbox h1{
    font-size: 22px;
    font-weight: 600;
}
.sliderbox2{
    padding: 7px 25px;
    max-width: 300px;
}
.sliderbox2 p{
    font-size: 13px;
    font-weight: 400;
}
.distr {
    zoom:0.6;
    right: 35%;
}
.slidertable {
    padding-left: 30px;
    padding-right: 30px;
}
.slogan {
    font-size: 12px;
}
.main_urun_div {
    padding-top: 25px;
}

}



@media (min-width: 480px) and (max-width: 768px) {

    .m_galeri_a {
        height:165px;
    }
    .pagegaleri .m_galeri_a {
        height:160px;
    }

    .urundiv2 .urundivimg {height: 150px;}

}





