﻿body {
	margin:0;
	padding:0;
	/* font-family: 'Source Sans Pro', sans-serif; */
	/* font-family: 'Raleway', sans-serif; */
	font-family: 'Montserrat', 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:none;
}



.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;
}

.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%;
}

.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 {
	-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
	animation-name: example;
	animation-duration: 1.0s;
	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: -50%;
        transform: rotate(40deg);
    }

    to {
        margin-top: 0%;
        transform: rotate(0deg);
    }
}

@keyframes btnsli {
    from {
        margin-right:  -700px;
        margin-top: 700px;
        transform: scale(0.4);
    }

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

.slider {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.slider .container {
	padding-top: 305px;
}

.slidercontent {
	text-align: left;
	width: 63%;
	position: relative;
	
	-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;
    
	
}


.slidercontent h1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 25px;
	font-size: 50px;
	font-weight: 800;
	text-shadow: 0px 2px 10px #333;
	color: #fff;
	line-height: 0.9;
}

.slidercontent h2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 25px;
	font-size: 50px;
	font-weight: 900;
	text-shadow: 0px 2px 10px #333;
	color: #fff;
	line-height: 0.9;
}
.slidercontent h1:before {
	content:"";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #ee782a;
	vertical-align: middle;
	margin-right: 10px; 
	border-radius: 50%;
}
.slidercontent h1:after {
	content:"";
	display: block;
	width: 70px;
	height: 4px;
	background: #ee782a;
	margin-top: 20px; 
	border-radius:3px; 
}

.slidercontent p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: 400;
	text-shadow: 0px 0px 0px #333;
	line-height: 1.3;
	color: #fff;
}

.slidercontent .btn_s {
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	font-size: 15px;
	font-weight: 600;
	text-shadow: 0px 0px 0px #000;
	line-height: 1.7;
	color: #FFF;
	border: 1px solid transparent;
	padding: 8px 28px;
	transition: all 150ms ease-out;
	display: inline-block;
	background: #ee782a;
	border-radius:25px; 

        -webkit-animation-name: btnsli; /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 1.3s; /* Safari 4.0 - 8.0 */
        animation-name: btnsli;
        animation-duration: 1.3s;
        position: relative;	
}

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


header {
	position: absolute;
	width: 100%;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	z-index: 15;
	height: 197px;
	box-sizing: border-box;
	background: url(../images/header_logo_png.png) no-repeat top center;
}

.header_ic {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 1;
	box-sizing: border-box;
}

.header_ust {
	padding: 10px 0px 10px 0px;
	box-sizing: border-box;
	z-index: 10;
	position: relative;
}

.header_sag {
	float: right;
	width: 110px;
}

.telm {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	float: right;
	margin-top: 2px;
}


.headerbtn {
	padding: 0;
	margin: 0px;
	list-style: none;
	display: inline-block;
	float: right;
}

.headerbtn li {
	padding: 0;
	margin: 0px;
	list-style: none;
	display: block;
	margin-left: 0px;
}

.headerbtn li a {
	padding: 3px 8px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	background: none;
	border-radius: 18px;
	display: inline-block;
	margin-bottom: 2px;
	border: 2px solid #fff;
	overflow: hidden;
	cursor: pointer;
	transition: all 150ms ease-out;
	color: #fff;
	min-width: 109px;
	text-align: center;
}

.headerbtn li a b {
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	color: #3a3a3a;
	transition: all 150ms ease-out;
}

.headerbtn li a:hover {
	background-color: #FFF;
	color: #333;
}

.headerbtn li a.renk:hover {
	background: #d7b204;
}

.headerbtn li a.renk1:hover {
	background: #37a628;
}

.headerbtn li a:hover i {
	transform: scale(1.2) rotate(5deg);
}

.headerbtn li a:hover b {
	color: #fff;
}

.headerbtn li a .icon {
	background: #707988;
	width: 38px;
	height: 38px;
	text-align: center;
	border-radius: 10px;
	display: inline-block;
	float: left;
}

.headerbtn li a.renk .icon {
	background: #d7b204;
}

.headerbtn li a.renk1 .icon {
	background: #37a628;
}

.headerbtn li a .icon i {
	margin-right: 0px;
	font-size: 18px;
	color: #ffffff;
	line-height: 2.0;
	transition: all 250ms ease-out;
}


.headerbtn li a:last-child {
	margin-right: 0px;
}


.logodiv {
	text-align: center;
	display: inline-block;
	float: left;
	position: absolute;
}

.logo {
	display: inline-block;
	position: relative;
	z-index: 10;
}

.logo img {
	position: relative;
	border: 0px;
	max-width: 100%;
	border: 0px;
	margin-left:25px;
}


.sosyal_icon {
	display: inline-block;
	float: left;
	margin-left: 390px;
}

.sosyal_icon a {
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	padding: 0px 5px 0px 5px;
	display: inline-block;
	transition: all 250ms ease-out;
	text-align: center;
	line-height: 1.7;
}

.sosyal_icon a:hover {
}




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

.ust_menu li {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
	padding: 0px 0px 0px 18px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	font-weight: 500;
	transition: all 150ms ease-out;
}

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

.ust_menu li i {
	margin-right: 4px;
	font-size: 15px;
	vertical-align: inherit;
}


.menu_bg {
	width: 100%;
	height: auto;
	background-color: #37a628;
}

.menu_bg:after {
	clear: both;
	content: "";
	display: block;
}

.header_menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	display: inline-block;
	float: right;
	margin-top: 45px;
}

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

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

.header_menu ul {
	position: absolute;
	z-index: 10;
	display: none;
	width: 250px;
	padding: 0px;
	margin: 0px;
	background: none;
	border-radius: 25px;
        /*-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.22);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.22);*/
}


.header_menu li i {
}

.header_menu li a {
	position: relative;
	z-index: 1;
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding: 9px 13px;
	color: #fff;
	border-radius: 20px;
	text-decoration: none;
	transition: all 150ms ease-out;
	text-align: center;
}

.header_menu li:hover a {
	background: #ee782a;
}




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

.header_menu li ul li a {
	font-size: 13px;
	font-weight: 400;
	padding: 10px 10px 10px 10px;
	color: #666 !important;
	text-align: left;
	text-decoration: none;
	border-top: 0px solid #704794 !important;
	border-bottom: 1px solid #dadada;
	s transition: all 250ms ease-out;
	display: block;
	border-right: 0px;
	text-shadow: 0px 0px 0px #333;
	background: #f9f9f9 !important;
}

.header_menu li ul li a:hover {
	background: #00b7be !important;
	color: #fff !important;
}


.menu_btn {
	position: relative;
	z-index: 5;
	display: none;
	text-align: center;
	margin-top: 0px;
	float: right;
	margin-left: 20px;
}

.menu_btn i {
	padding: 5px 7px 5px 5px;
	color: #fff;
	border-radius: 0px;
	text-decoration: none;
	font-size: 24px;
}

.menu_close {
	color: #ffffff;
	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: 1000;
	border-right: 4px solid #006fba;
	padding: 15px;
	min-height: 100%;
	transition: all 350ms ease-out;
	background-color: rgba(0, 0, 0, 0.8);
}

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

.menu_cizgi {
	height: 1px;
	background: #ccc;
	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: 14px;
	color: #ffffff;
	text-decoration: none;
	padding: 9px 0px;
	border-bottom: 1px solid #333;
	transition: all 250ms ease-out;
	font-weight: 600;
}

.acilan_menu_list li a:hover {
	background: #006fba;
	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;
}

.yazi{
	line-height: 1.7;
	font-size: 14px;
	color: #333;
	padding: 0px;
	margin:0px;
}


.page_bg {
	padding: 230px 0px 30px;
	background: url(../images/page_bg.jpg);
	background-position:top  center;
	background-size: cover;
	min-height: 70px;
}


.page_title {    

	text-align: center;
	margin-bottom: 15px;

}

.page_title h2{
	padding: 0px;
	margin: 0px;
	font-size: 31px;
	color:#fff;
	font-weight: 500;
	display: inline-block;
	font-family_: 'Courgette', cursive;

}
.page_title5 {    

	text-align: left;
	margin-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;

}

.page_title5 h2{
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	color:#333;
	font-weight: 600;
	display: inline-block;
	padding-bottom:10px;
}


.sol_ {
    margin-bottom: 20px;
}

.sol_ic {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0px 1px 5px #ccc;
    background: #fff;
    box-shadow: 0px 1px 5px #ccc;
    border-radius: 7px;
}

.sol_baslik {
    background: #f0782a;
    color: #fff;
    font-weight: 600;
    padding: 12PX 15PX;
    margin-bottom: 0px;
    font-size: 16px;

}

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

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

        .sol_list li a {
            font-size: 13px;
            font-weight: 500;
            padding: 10px 0px;
            display: block;
            text-decoration: none;
            color: #666;
            border-radius: 0px;
            transition: all 0.3s;
            position: relative;
            margin-bottom: 0px;
            border-bottom: 1px solid #eeeeee;
        }

            .sol_list li a span {
                display: inline-block;
                position: relative;
                float: left;
                line-height: 34px;
                padding-top: 3px;
            }

                .sol_list li a span:after {
                    content: "";
                    width: 0px;
                    height: 2px;
                    background: #48aad8;
                    display: block;
                    bottom: 0px;
                    left: 0px;
                    margin-top: 5px;
                    transition: all 0.3s;
                }

            .sol_list li a:hover span:after {
                width: 80px;
            }

            .sol_list li a i {
                margin-right: 7px;
                color: #02a0c6;
                vertical-align: text-bottom;
                opacity: 1;
                transition: all 0.3s;
            }

            .sol_list li a:hover {
                background: #f9f9f9;
                color: #222;
                padding: 10px 7px;
            }

                .sol_list li a:hover i {
                    transform: rotate(360deg);
                }


.icerik {
	margin: 40px auto 40px auto;
	min-height: 300px;
}

.icerik2 {
	margin: 30px auto 30px auto;

}

.homitem {
	margin-bottom:7px; 	
	text-align: center;
}
.homitem img{
	max-width: 100%;
	margin-bottom: 12px;
}
.homitem span{
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #292929;
}
.ndn {
	padding-top: 30px;
}
.ndn div {
	display: block;
	font-weight: 700;
	color: #333333; 
	font-size: 32px;
	line-height: 1.3;
}
.ndn div:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	width: 10px;
	height: 10px;
	border-radius:50%;
	background: #ee782a;

}
.ndn span{
	display: block;
	font-size:19px;	
	font-weight: 700;
	color: #ee782a; 
}
.main_title {
	margin-bottom: 25px;
}
.main_title h2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 25px;
	font-size: 34px;
	font-weight: 700;
	color: #333;
	line-height: 0.9;
}

.main_title h2:before {
	content:"";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #ee782a;
	vertical-align: middle;
	margin-right: 10px; 
	border-radius: 50%;
}
.main_title h2:after {
	content:"";
	display: block;
	width: 40px;
	height: 4px;
	background: #777;
	margin-top: 10px; 
	margin-left: 20px;
	border-radius:3px; 
}

.homhiz {
	background: #f9f9f9;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding:45px 0px; 	
	margin: 25px 0px;
}


.homurunbox {
	margin-bottom: 30px;
}

.homurunbox_ {
	text-align: center;
}

.homurunboximg {
	height: 203px;
	overflow: hidden;
	position: relative;
	border: 0px solid #e9e9e9;
	transition: all 250ms ease-out;
	margin-bottom: 15px;
	border-radius: 11px;
}

.homurunboximg img {
	max-width: 100%;
	min-height: 100%;
	transition: all 250ms ease-out;
}

.homurunbox_ h4 {
	margin: 0px;
	padding: 0px;
	padding: 0px 10px;
	box-sizing: border-box;
	color: #565656;
	height: 36px;
	font-size: 16px;
	font-weight: 700;
	transition: all 200ms ease-out;
	position: relative;
	text-align: center; 
	overflow: hidden;

}


.homurunbox_ h4 span {
	display: block;
	width: 100%;
}
.homurunbox_ .czg_ {
	width: 30px;
	height: 4px;
	background: #ee782a;
	margin: 0 auto;
	margin-top: 12px;
}
.homurunbox_:hover h4 {
}

.homurunbox_:hover h4:after {
	left: 0%;
}
.homurunbox_ .urunbtn {
	display: inline-block;
	padding:9px 30px;
	color: #fff;
	font-size: 14px;
	border-radius: 25px;
	background: #ee782a;
	transition: all 200ms ease-out;
	margin-top: 19px;
}

.homurunbox_:hover .homurunboximg img {
	transform: scale(1.1);
}
.homurunbox_:hover .urunbtn{
	background: #666;
}


.owl95 .owl-nav {
	margin-top: 0px;
	position: absolute;
	right: 0px;
	top:-60px;
}

.owl95 .owl-nav .owl-prev {
	background: #606060;
	margin: 0px;
	padding: 4px 10px;
	border-radius: 3px;
}

.owl95 .owl-nav .owl-next {
	background: #606060;
	color: #fff;
	margin: 0px;
	margin-left: 4px;
	padding: 4px 10px;
	border-radius: 3px;
}

.owl95 .owl-nav .owl-next:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f054";
}

.owl95 .owl-nav .owl-prev:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f053";
}

.owl95 .owl-nav .owl-next:before {
}

.owl95 .owl-dots {
	margin-top: 15px !important;
}

.owl95 .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 5px 4px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}

.owl95 .owl-dots .owl-dot.active span {
	background: #e0ac5e;
}

.btn_dv {
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	font-size: 15px;
	font-weight: 400;
	text-shadow: 0px 0px 0px #000;
	line-height: 1.7;
	color: #FFF;
	border: 1px solid transparent;
	padding: 6px 28px;
	transition: all 150ms ease-out;
	display: inline-block;
	background: #2b2946;
	border-radius:25px; 
}

.btn_dv:hover {
	background: #ee782a;
	color: #fff;
}


.katalogdiv {
	margin-top: 65px;
	min-height: 115px;
	padding: 30px;
	box-sizing: border-box;
	background: url(../images/katalogbg.jpg) center;
	margin-bottom: 30px;
	border-radius: 10px;
	text-align: center;
}
.katalogdiv i{
	font-size: 62px;
	color: #fff;
	margin-bottom: 7px;
}
.katalogdiv b {
	font-size: 23px;
	font-size: 600;
	color: #fff;
	margin-bottom: 2px;
	display: block;
}

.katalogdiv .katicon {
	display: inline-block;
	margin-right: 17px;
	float: left;
}

.katalogdiv p {
	font-size: 14px;
	color: #fff;
	padding: 0px;
	margin: 0px;
}







.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:#ee782a;

    color:#ffffff;

    border:0px;

    font-weight:500;

    padding:9px 32px;

    transition: all 150ms ease-out;

    margin-bottom:20px;

    border-radius:25px;

}



.iletisim_form .btn:hover {

    background:#2b2946;

}



.iletisim_form .form-control {

    font-size: 13px;

    height:40px;

    border: 1px solid #ccc;

    border-radius:0px;

    box-shadow: inset 0 0px 0px rgba(0,0,0,0);

}

.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:8px 0px;

}

.iletisim_list :last-child {



}

.iletisim_list li span{

    color:#424242;

    font-size:14px;

    font-weight:400;

}

.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: #111;

    font-size: 16px;

    padding: 0px 0px 0px 0px;

    display: inline-block;

    width: 35px;

    height: 35px;

    background: #f9f9f9;

    text-align: center;

    line-height: 35px;

    transition: all 250ms ease-out;

}

.iletisim_sosyal_icon a:hover {

    background: #111111;

    color:#fff;

}

.iletisim_sosyal_icon a:last-child {

    margin-right:0px;

    padding:0px 0px 0px 5px;

}




.m_galeri_l { 
	padding:15px;
	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:140px;

}

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

.m_galeri_efekt i {
	transform:rotate(180deg);
	font-size:70px;
	color:#ffffff;
	margin-top:25%;
	opacity:0;
	transition: all 400ms ease-out;
}

.m_galeri_l:hover .m_galeri_efekt i{
	transform:rotate(00deg);
	font-size:40px;
	opacity:1;
}

.m_galeri_l:hover .m_galeri_efekt{
	width:100%;
	z-index:5;
	opacity:1;
}




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

.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: 35px;
	position: relative;
}

.footer_copyright {
	font-size: 12px;
	background: #3a3939;
	color: #E9E9E9;
	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;
	
}

.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;
}

.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: 1px 0px;
	font-size: 14px;
	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 a {
	text-decoration: none;
	color: #fff;
	background: #ee782a;
	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: 0%;
}

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

.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: #fff;
	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;
}


.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: 12px;

}



.filtre a:first-child {

	border-left: 0px;

	padding-left: 0px;

}

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


.arel:hover {background:#ee782a;}
.arel a {text-decoration:none; color:#FFF; font-size:13px; font-weight:400;}
.arel a img{border:0px; margin-right:7px;}


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



}


@media (min-width: 768px) and (max-width: 992px) {
	.header_menu{
		display: none;
	}
	.menu_btn {
		display: inline-block;
	}

}

@media (max-width: 768px){
	.logo img {
		width: 130px;
		margin-left:0px;
	}
	header {
		height: 134px;
		background-position: -464px -66px;
	}
	.header_menu{
		display: none;
	}
	.menu_btn {
		display: inline-block;
	}

	.main_title h2 {
		font-size: 22px;
		font-weight: 600;
	}
	.main_title h2:before {
		width: 7px;
		height: 7px;
		margin-right: 5px;
	}
	.main_title h2:after {
		width: 38px;
		margin-left: 7px;
		height: 3px;
		margin-top: 7px;
	}	
	.homurunbox_ h4 span {
		font-size: 15px;
		font-weight: 500;
	}
	.page_bg {
	padding: 160px 0px 30px;
	}
	.page_title h2 {
		font-size: 20px;
	}

	.slider .carousel-inner {
		
	}
	.slider {
		height: auto;

	}
	.slider .container{
		padding-top: 150px;
	}
	.slidercontent {
		width: 100%;
		padding-bottom: 45px;
	}
	.slidercontent h1 {
		font-size: 25px;
		font-weight: 700;
	}
	.slidercontent p {
		font-size: 14px;

	}	

.sol_ {
	display: none;
}
	.m_galeri_a {
		height:100px !important;
	}

}

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

	.m_galeri_a {
		height:160px !important;
	}

}
