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


header {
	width: 100%;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	position: relative;
	z-index: 15;
	border-bottom:0px solid #e9e9e9;
	
}

.header_ic {
	position: relative;
	padding: 20px 15px 20px 15px;
	border-bottom: 0px solid #909baa;
}

.header_ust {
	padding:5px 0px 5px 0px;
	background:#c4112a;
	
}

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

	float: right;
	margin-top: 30px;
}

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

.headerbtn li a {
	color: #202020;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	background: #ffffff;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 2px;
	border:1px solid #663074;
	overflow:hidden;
	cursor:pointer;
}
.headerbtn li a.sari {
	border:1px solid #ffcb05;

}
.headerbtn li a b{
	padding:11px 15px;
	display:inline-block;
	font-weight: 500;

}

.headerbtn li a:hover {
	border:1px solid #e9e9e9; 
	background-color:#f6f6f6;
	transition: all 250ms ease-out;
}

.headerbtn li a:hover i{
	transform:scale(1.5) rotate(360deg);
}
.headerbtn li a.sari .icon {
	background:#ffcb05;

}
.headerbtn li a .icon {
	background:#663074;
	padding: 12px;
}
.headerbtn li a .icon i {
	margin-right: 0px;
	font-size: 17px;
	color:#ffffff;
	transition: all 250ms ease-out;
}


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

.logodiv {
	text-align: center;
	top: 0px;
	left:0px;
	display:inline-block;

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

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


.slogan {
	display: inline-block;
	padding-top: 2px;
}
.slogan a{
	color: #c1c5c8;
	font-size: 13px;
	font-weight: 400;
	display: inline-block;
}
.sosyal_icon span {
	color: #fff;
	font-size: 13px;
}
.sosyal_icon {
	display: inline-block;
	float: left;
	margin-top: 3px;
}

.sosyal_icon a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	padding: 0px 3px 0px 3px;
	display: inline-block;
	transition: all 250ms ease-out;
	width:25px;
	height:25px;
	text-align:center;
	line-height:1.6;

}
.sosyal_icon a:hover {
	color: #ccc;
	background:rgba(0,0,0, 0.2);

}



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

.ust_menu li {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
	padding: 2px 0px 0px 18px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-weight: 400;
	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;
}

.tklfbtn {
	float: right;
	display: inline-block;
	margin-left: 0px;
}
.tklfbtn a{
	text-decoration: none;
	display: block;
	background: #ee1c25;
	padding: 0 23px 0 23px; 
	height: 56px;
	padding-top:17px;
}
.tklfbtn i{
	font-size: 18px;
	color: #fff;
	margin-right: 8px;
}
.tklfbtn b{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
}


.tklfbtn2 i {
	color: #666;
	vertical-align: super;
}
.tklfbtn2 a{
	text-decoration: none;
	display: block;
	background: #f1efef;
	padding-top:8px;
}
.tklfbtn2 b{
	color: #444;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;

}
.tklfbtn span{
	color: #666;
	font-size: 13px;
	font-weight: 400;
	display: block;
	line-height: 1.0;
}

.tklfbtn2 div{
	display: inline-block;
}


.menu_bg {
	width: 100%;
	height:auto;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
}
.menu_bg:after {
	clear:both;
	content:"";
	display:block;
}


.onlinebtn {
	float:right;
	margin-top:0px;
	margin-right: 20%;

}
.onlinebtn a{
	text-align:center;
	text-decoration:none;
	padding:6px 18px;
	border-radius:25px;
	background:#f9f9f9;
	background: linear-gradient(to right, #d8d8d8 , #f4f4f4);
	font-size:13px;
	font-weight:400;
	transition: all 150ms ease-out;
	color:#535353;
	display: inline-block;

}
.onlinebtn a i{
	margin-left:7px;
}
.onlinebtn a:hover {
	background:#f9f9f9;
	transition: all 150ms ease-out;
}

.demo_talep {
	float:right;
	margin-top:4px;

}
.demo_talep a{
	text-align:center;
	text-decoration:none;
	padding:10px 30px;
	border-radius:0px;
	background:#1a6da3;
	background: linear-gradient(to right, #194a8c , #2064c1);
	font-size:14px;
	font-weight:600;
	transition: all 150ms ease-out;
	color:#fff;
	display: inline-block;

}
.demo_talep a i{
	margin-right:7px;
}
.demo_talep a:hover {
	background:#23af4e;
	background: linear-gradient(to right, #c4112a , #ea2540);
	
	transition: all 150ms ease-out;
}


.bzyzn {
	display: inline-block;
	margin-top:4px;

}
.bzyzn a{
	text-align:center;
	text-decoration:none;
	padding:10px 30px;
	border-radius:0px;
	background:#1a6da3;
	background: linear-gradient(to right, #c4112a , #ea2540);
	font-size:14px;
	font-weight:600;
	transition: all 150ms ease-out;
	color:#fff;
	display: inline-block;

}
.bzyzn a i{
	margin-right:7px;
}
.bzyzn a:hover {
	background:#23af4e;
	background: linear-gradient(to right, #194a8c , #2064c1);
	
	
	transition: all 150ms ease-out;
}

.header_menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	display:inline-block;
	float:right;
	vertical-align: bottom;
	margin-right: 70PX; 
	margin-top:5px;
}


.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:1;
	display:none;
	width:280px;
	padding:0px;
	margin:0px;
	background:#fff;
	-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: 15px;
	font-weight: 600;
	padding: 10px 16px;
	color: #194a8c;
	text-decoration: none;
	transition: all 150ms ease-out;
	text-align: center;
}

.header_menu li:hover a {
	background: none;
	color: #c4112a;
	
}

.header_menu li ul li a:hover {
	background:#E4E4E4;
}
.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;
	text-align:left;
	text-decoration:none;
	border-top:0px solid #704794 !important;
	border-bottom:1px solid #dadada;
	transition: all 250ms ease-out;
	display:block;
	border-right:0px;
	text-shadow: 0px 0px 0px #333;
	background:#F6F6F6;
}
.menu_btn {
	position: relative;
	z-index: 5;
	padding: 8px 11px 5px 11px;
	display: none;
	border-radius: 4px;
	margin-top: 2px;
}

.menu_btn i {
	color: #7b202f;
	text-decoration: none;
	font-size: 22px;
}

.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: 4px solid #e71329;
	padding: 15px;
	min-height: 100%;
	transition: all 350ms ease-out;
	/*background-color: rgba(143, 20, 40, 0.9);*/
	
	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:#9a9a9a;
	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 #095462;
	transition: all 250ms ease-out;
	font-weight:500;
}
.acilan_menu_list li a:hover {
	background:#c4112a;
	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;
}

.page_header {
	background:#383b4a; 
	padding:30px 0px 50px 0px; 
	background-position:center bottom;
}
.page_header_title {
	text-align:center;
	margin:0px;
	padding:0px;
	font-size:28px;
	font-weight:700;
	color:#FFF;
	margin-bottom:17px;
}
.page_header_title:after {
	display:block;
	content:"";
	width:80px;
	height:1px;
	background:#666;
	margin:auto;
	margin-top:10px;
}


	.ssslist {}
.ssslist a{
	float: none;
    display: block;
    padding: 4px 0px 4px 7px;
    line-height: 1.6;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.ssslist a i{ 
	margin-right: 5px;
	color: #999;
}
.ssslist a:before{
}
.ssslist a:hover{
	text-decoration:underline;
	}

.home_urunbg {
	padding-top: 60px; 
	padding-bottom: 15px; 
	width: 100%;
	position: relative;
	background: url(../images/homeurunbg.jpg) top center no-repeat #1e5aa4;
}

.hizbox {
	margin-bottom: 30px;
}
.hizbox_ {
	position: relative;
}
.hizbox_img {
	height: 205px;
	overflow: hidden;
	border-radius: 0px; 
	margin-bottom: 20px;
	position: relative;
	transition: all 150ms ease-out;
}
.hizbox_img img{
	max-width: 100%;
	transition: all 150ms ease-out;
}
.hizbox_ h5{
	margin:0px;
	padding: 0px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	transition: all 150ms ease-out;
}
.hizbox_ h5:before{ 
	content: "";
	float: left;
	display: inline-block;
	width: 4px;
	height: 20px;
	background: #c4112a;
	margin-right: 10px;
}
.hizboxborder {
	position: absolute;
	z-index: 1;
	left: 3%;
	top: 5%;
	width: 94%;
	height: 90%;
	border:1px solid #fff;
	border-radius: 10px;
	box-sizing: border-box;
	transition: all 150ms ease-out;
}
.hizbox_:hover .hizboxborder {
	background: rgba(0,0,0, 0.1);
}
.hizbox_:hover .hizbox_img img{ 
	transform: scale(1.1);
}

.btn_dv {
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	font-size: 15px;
	font-weight: 500;
	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: #c4112a;
	border-radius:0px; 
}

.btn_dv:hover {
	background: #194a8c;
	color: #fff;
}

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

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

}

.main_title {
	display: block;
	margin-bottom: 37px;
	text-align: left;
}

.main_title h2 {
	position: relative;
	color: #194a8c;
	font-weight: 800;
	font-size: 36px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

.main_title h2:before {
	width: 50px;
	content: "";
	height: 4px;
	background: #1e9e46;
	margin-bottom: 7px;
	display: block;
	border-radius: 4px;
}

.main_title h2 span {
	font-weight: 500;
	color: #c4112a;
}
.tbey {
	text-align: left;
	margin-bottom: 25px;
}
.tbey h2:after{
	display: none;
}
.tbey h2{
	color: #fff;
}
.tleft {
	text-align: left;
	margin-bottom: 25px;
}
.tleft h2:after{
	display: none;
}
.unvan {
	color:#888;
	font-style: italic;
}
.homtext {
	color:#e02134;
	font-style: italic;
}
.yazi {
	font-size: 14px;
	color: #444;
	padding: 0px;
	margin: 0px;
	font-weight: 400;
	line-height: 1.8;
}
.yazihom {
	font-size: 15px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
}


.main_box4 {
	margin-bottom:10px;
	text-align:center;
}
.main_box4 p{
	font-size:14px;
	margin:0px;
	padding:0px;
	color:#6c5050;
	line-height:1.7;
}
.main_box4 b{
	font-size:18px;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	color:#444;
	display:block;
}
.main_box4 i {

	display:block;

	text-align:center;
	font-size:40px;
	color:#e71329;
	margin:0 auto;
	margin-bottom:12px;
}

.teklifformdiv {
	
	padding: 0px 0px;
}


.teklif_form {
}
.teklif_form label{
	font-weight:600;
	color:#333;
	font-size:14px;
}
.teklif_form .radio-inline{
	font-weight:500;
	color:#333;
	font-size:14px;
	padding-top:10px;
}
.teklif_form .btn {
	background: #1a6da3;
	background: linear-gradient(to right, #225b88 , #059eee);
	color:#ffffff;
	border:0px;
	font-weight:700;
	padding:13px 32px;
	transition: all 150ms ease-out;
	margin-bottom:20px;
	border-radius:25px;
	
}

.teklif_form .btn:hover {
	background:#23af4e;
}

.teklif_form .form-control {
	font-size: 13px;
	height:45px;
	border: 0px solid #ccc;
	border-radius:0px;
	background: #e9e9e9;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0);
	
}
.teklif_form .dropdown {
	padding:7px 12px;
}
.teklif_form .textrea {
	height:100px;
}



footer {

	background:url(../images/footer_bg.jpg) top center no-repeat #373c49;
	position: relative;

}



.footer_ic {
	padding-top: 125px;
	padding-bottom: 50px;
	position: relative;
}



.footer_copyright {
	background: #002e6c;
	font-size: 13px;
	color: #fff;
	padding: 8px 0px;
	text-align: left;
}
.copy {
	padding-top: 7px;
	display: inline-block;
}


.footerdiv {

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

}

.footer_logo {

	display:block;
	text-align:center;
	margin-bottom: 35px;


}

.footer_logo img{

	max-width:100%;

}



.footer_iletdiv {
	background:#fcad18;
	padding:14px 0px;
	text-align:center;
}
.footer_iletdiv span{
	color:#fff;
	font-weight:500;
	font-size:16px;
	vertical-align:;
	display:inline-block;
	margin-right:30px;
}

.footer_iletbtn {

	display:inline-block;

	font-size:14px;

	color:#fff;

	text-align:center;

	text-decoration:none;

	padding:7px 28px;

	border:1px solid transparent;

	border-radius:20px;

	transition: all 150ms ease-out;

	background:#032030;

}

.footer_iletbtn:hover {

	background:none;

	color: #fff;

	border:1px solid #ffffff;

}

.footer_ust {
	background: #eca030;
	padding:10px 0px;
	text-align: center;;
}
.footer_ust span {
	color:#fff;
	font-weight: 600;
	margin-right: 10px;
}
.footerdiv .item{
	padding-bottom: 5px;
	color:#fff;
	display: inline-block;
	margin-right:10px;
}

.footerdiv h2{
	position:relative;
	color:#fff;
	font-weight:600;
	font-size:20px;
	margin:0px;
	padding:0px;
	display:block;
	margin-bottom:23px;
}

.footerdiv h2:after{

	width:40px;

	content:"";

	height:2px;

	background:#da0011;

	margin:0 auto;

	margin-top:10px;

	display:block;





}

.footerdiv:last-child h2:after{



}

.footerdiv h2 span{

	font-weight:600;

	color:#fff;

}



.footer_menu {

	margin: 0;

	padding: 0;

	list-style: none;
	margin-bottom: 15px;

}

.footer_menu li {

	margin: 0;

	padding: 0;

	list-style: none;

	margin-bottom: 5px;
	display: inline-block;

}



.footer_menu li a {

	position:relative;

	padding: 4px 14px;

	font-size: 14px;

	color: #fff;

	text-decoration: none;

	display:block;

	transition: all 280ms ease-out;

	border-bottom:1px solid transparent;

}

.footer_menu li a:after{

	margin:0 auto;

	content:"";

	width:0px;

	height:1px;

	background:#a2c1d3;

	display:block;

	transition: all 0.3s;

	margin-top:0px;

}

.footer_menu li a:hover:after{

	width:35px;

}



.footer_menu li a i{

	font-size:12px;

	margin-right:5px;

	transition: all 280ms ease-out;

}



.footer_menu li a:hover {

	color: #ffffff;

	border-bottom:1px solid transparent;

}

.footer_menu li a:hover i {

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

	color:#ffcb05;

}



.footer_sosyal_icon {
	margin-top: 15px;
	display:block;
	text-align:center;

}

.footer_sosyal_icon a {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	padding: 0px 5px 0px 5px;
	display: inline-block;
	width:27px;
	height:27px;
	text-align:center;
	line-height:1.9;
	transition: all 280ms ease-out;
	background: none;

}



.footer_sosyal_icon a:hover {

	transform:scale(1.0) rotate(0deg);
	background:rgba(0,0,0, 0.2);
}



.footer_sosyal_icon a:last-child {

	margin-right: 0px;

	padding: 0px 0px 0px 0px;

}



.iletisim_list_f {

	padding:0;

	margin:0;

	list-style:none;

}

.iletisim_list_f li{

	padding:0;

	margin:0;

	list-style:none;

	padding:6px 0px;



}

.iletisim_list_f:last-child {



}

.iletisim_list_f li span{

	color:#debee6;

	font-size:14px;

	font-weight:normal;



}

.iletisim_list_f li b{

	font-weight: 600;

	display:inline-block;

	margin-right: 5px;

	color: #a2c1d3;

	font-size: 13px;

	text-align: left;



}

.iletisim_list_f li i{

	margin-right:15px;

	vertical-align:baseline;

	color:#ffcb05;

	font-size:18px;

	width:10px;

}    


.mainmarka .owl-nav {
	right: 0px;
	display: block;
	text-align: center;
}

.mainmarka .owl-nav .owl-next, .mainmarka .owl-nav .owl-prev {
	background: #ccc;
	color: #fff;
	margin: 0px;
	margin-left: 4px;
	border-radius: 0px;
	padding: 4px 8px;
}

.mainmarka .owl-nav .owl-next {
}

.mainmarka .owl-nav .owl-prev {
}

.mainmarka .owl-nav .owl-next:hover, .mainmarka .owl-nav .owl-prev:hover {
	background: #ccc;
	color: #fff;
}

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

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

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

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

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

.mainmarka .owl-dots .owl-dot.active span {
	background: #111;
}

.markadiv {
	margin-bottom: 15px;
}
.markadiv img{
	max-width: 100%;
}





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

	color:#ffffff;

	border:0px;

	font-weight:500;

	padding:10px 32px;

	transition: all 150ms ease-out;

	margin-bottom:20px;

	border-radius:0px;

}



.iletisim_form .btn:hover {

	background:#c4112a;

}



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

}


.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: #ccc;
	line-height: 1.2;
	text-decoration: none;
	font-size: 11px;
}
.filtre a:first-child {
	border-left: 0px;
	padding-left: 0px;
}

.arel {margin-top:0px;
	display:inline-block;
	border-radius:0px;
	padding:5px 5px 5px 5px;
	transition: all 200ms ease-out;
	float: right;
}
.arel:hover {background:rgba(0,0,0, 0.2);}
.arel a {text-decoration:none; color:#FFF; font-size:13px; font-weight:600;}
.arel a img{border:0px; margin-right:0px;}


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

}


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


}

@media (max-width: 768px){
	header {
		border-bottom: 1px solid #e9e9e9;
	}
	.header_ic {
		padding: 15px 15px;
	}

	.header_menu {
		display: none;
	}

	.logodiv {
	}
	.logo img {
		width: 180px;
	}
	.menu_btn {
		display:inline-block;       
		float:right;
	}
	.slogan {
		text-align: center;
	}
	.slogan a {
		font-size: 12px;
	}
	.sosyal_icon {
		float: none;
		display: inline-block;
		text-align: center;
		font-size: 13px;
	}
	.ust_menu {
		display: block;
	}
	.tklfbtn {
		display: none;
	}	
	.main_title {
		margin-bottom: 25px;
	}
	.main_title h2{
		font-size: 24px;
		font-weight: 700;
	}	

	.arel {
		float: none;
	}
	.footer_copyright {
		text-align: center;
	}
	.slider .bx-wrapper img {
		max-width: 160%;
		display: block;
		padding:0px;
		border:0px;
		margin:0px;
		margin-left:-30%;
	}
	.page_header_title {

		font-size:20px;
		font-weight:600;
	}
	.page_header {
		padding: 25px 0px;
		background-position: center;
	}
	.demo_talep{
		display: none;
	}
}

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


}