
html { height: 100%; width: 100%; }
body { width: 100%;  height:100%; margin: 0px; padding: 0px; border: 0px;
	font-family: 'Open Sans', sans-serif; background: #fff;
	font-size: 13px; line-height: 15px; 
	min-height: 100%; margin-top: 97px;
	/*background:url("../imgs/bg-cartographer.png");*/
}

div, ul, li, p, h2, a, h3 {padding: 0;	margin: 0;}
a{	text-decoration: none;	color: black; outline:0;}
ul{list-style-type: none;}
a img { border:none; }

.imgcover{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.contant{
	padding: 15px;
	border-left: 5px solid #FDB913;
	overflow: hidden;
}

.contant p.static_text{
	padding: 0;
	margin-bottom: 15px;
}

.tree p, .tree a{ 
	display: inline-block; 
	color:#000;
	font-size: 14px;
	font-weight: bold;
	}

.tree p{ padding: 0 5px;}
.tree{
    z-index: 2;
    color: #fff;
    position: relative;
    padding: 0;
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom:1px solid #dedede;
 }

.photos img{height: 400px!important; width: auto!important; display:block; margin: auto;}
.brd{position: relative;}

.proliste{
	text-align: center;
	margin-bottom: 30px;

}

.proliste > a{
	border:1px solid #dedede;
	display: block;
	overflow: hidden;
}

.statcont .proliste img{
	height: 250px;
	width: auto;
	padding: 15px;
}

.statcont .proliste p{
	font-weight: bold;
	font-size: 16px;
	padding: 20px 5px;
	border-top:5px solid #FDB913;
}


#topbanner {
    position: relative;
    width: 100%;
    height: 120px;
    background-image: url(../imgs/bg-menu.jpg);
    background-color: #6f6f6f;
    background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
    z-index: 1;
}

#topbanner h1 {
    
    bottom: 0;
    padding: 10px 25px;
    font-size: 40px;
    color: #000;
}

.wrapper{
	margin: 0;
	padding: 15px;
	padding-left: 0;
	padding-top: 0;
}

.statcont{
	padding: 30px;
	padding-right: 15px;
}

.statcont img{
	width: 100%;
	height: auto;
}

.wrapper ul{ }

.wrapper .toleft{ 
background-color: #F7F7F7;
padding: 0;
}

.wrapper ul li{
	padding-left: 55px;
	border-bottom: 1px solid #e9e9e9;
	position: relative;
}

.wrapper ul li a{
  display: block;
  padding: 30px 0;
  font-size: 16px;
  font-weight: bold;
  color: #585858;
}

.wrapper ul li.selected a{
	border-right: 1px solid #FFF;
	width: 100%;
	background: #FFF;
}

.wrapper ul li.selected{
	background: #FFF;
	border-left: 5px solid #000;
}


.bordereff{
	width: 100%;
	height: 100%;
	border-width: 0px;
	border-style: solid;
	border-color: #ABC8E1;
	position: absolute;
	box-sizing: border-box;
	z-index: 2;  
}

a.brd:hover{
	text-decoration: none;
	color: #FDB913;
}
a.brd:hover > .bordereff{
	border-width: 8px;
}

.slidernav{ 
	text-align: center; 
	position: relative;
	margin-top: 5px;
	z-index: 2;
}

.navselected
{
	background-color: #000!important;
}

.slidernav > a{ 
	width: auto; 
	position: relative; 
	display: inline-block;
	margin-right: 10px;
	background-color: #FFF;
	padding: 3px;
	-webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
  	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
  	cursor: pointer;
}

.slidernav > a:hover{
	background-color: #000;
}

.slidernav > a img{ height: 70px; width: auto; }

.ptitle{
	text-align: center;
	margin-bottom: 65px;
	
	
}

.ptitle h3{
font-size: 24px;
    font-weight: lighter;
    padding: 0;
    margin: 0;
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #fff;
    color: #29539F;
    background-color: #fff;
    border-radius: 10px;
}

.ptitle h3 span{
	font-weight: bold;
}

.animatable-bounce {
  -webkit-transition: 0.3s all cubic-bezier(0, 1.2, 1, 1.2);
  -moz-transition: 0.3s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: 0.3s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.3s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s all cubic-bezier(0, 1.2, 1, 1.2);
}

.pwrapper{
	text-align: center;
	text-decoration: none!important;
}

.pwrapper:hover .pimg{
	webkit-transform: rotate(-20deg) scale(0.95);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg) scale(0.95);
}

.pwrapper:hover p, .pwrapper:focus p{
	text-decoration: none!important;
	color:#000;
}

.pwrapper p{
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
	color:#fff;
	text-decoration: none;
	line-height: 24px;
}

.pwrapper .pimg{
	width: 115px;
	height: 115px;
	margin: auto;
}

.bgd{
	background-color: #fff;
	height: 100%;
	padding: 0;
}

.prods{
	background-color: #29539F;
	padding: 70px 100px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.homebtn{
	float: right;
	height: 35px;
	position: relative;
	margin-right: 15px;
}

.homebtn span.t{
	background-color: #FDB913;
	padding: 10px;
	font-weight: bold;
	color:#000;
	float: left;
}

.homebtn span.im{
	background-image:url("../imgs/shortcut.jpg");
	background-position: -35px 0;
	height: 35px;
	width: 35px;
	display: inline-block;
	float: left;
	margin-left: 2px;
}

.homebtn:hover > span.im{
	background-position: 0 0;
}
.homebtn:hover > span.t{
	background-color: #000;
	color:#FDB913;
}

.homesld{ height: 100%; }
.mcont{
	padding: 65px 0 0 0;
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  
  background: #FFF;
}

.navbar-default{  }

.navbar-header{
	float: right;
	margin-top: 5px;
}

.details{ margin-top: 30px;}

.details > div{
	background-color: #f79248;
	padding: 0;
	margin-bottom: 1px;
}
.details > div > div{
	border-right: 1px solid #fff;
}

.details p{
	font-size: 16px;
	padding: 15px 10px;
	text-align: left;
	color:#fff;
}

 .title h3{
    font-size: 20px!important;
    padding: 6px 15px;
    display: inline-block;
    font-size: 25px;
    color: #FFF;
    -webkit-box-shadow: -2px 3px 0 0px rgba(0, 0, 0, 0.15);
    box-shadow: -2px 3px 0 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    background-color: #375D81;
    margin-bottom: 10px;
    margin-top: 80px;
}

.hizmetler{
	margin-top:20px;
	margin-bottom: 20px;
	padding: 0 10px;
}

.hizmetler .hz{
	height: 325px;
	position: relative;
	
	padding: 10px;
}
.hizmetler .hzbg{

	width: 100%;
	height: 250px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	z-index: 1;
}

.hizmetler > div{
	padding: 0 1px;
}

.hizmetler > div a{
	display: block;
	position: relative;
	height: 100%;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);

}

.hizmetler > div a:hover > .hzbg{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}

.hizmetler > div p{
	position: absolute;
	bottom: 0;
	padding: 20px 10px;
	background-color: #FFF;
	color:#222;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	z-index: 2;
}

.haberler{
	margin-top:0px;
	padding: 0 100px;
}

.haberler .hb{
	margin-top:20px;
}

.haberler .hbbg{
	width: 100%;
	height: 300px;
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.haberler > div{
	padding: 0 1px;
}

.haberler > div a{
	display: block;
	position: relative;
	
}

.hizmetler > div img{
	display: block;
	width: 100%;
	height: auto;
}

.haberler p{
	padding: 10px 10px;
	color:#414042;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 24px;
}


.haberler > div img{
	display: block;
	width: 100%;
	height: auto;
}


.links{display: none;}
.mots{
float: left;
    margin-top: 21px;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #fff;
    padding-top: 10px;
}

.motsfooter{
text-align: center;
margin-left: 20px;
padding-left: 10px;
padding-top: 5px;
}

.motsfooter p, .motsfooter a{ 
	display: inline-block;
	font-size: 15px!important;
}

.mots p, .motsfooter a{
	color:#000;
	text-align: left;
	font-size: 12px;
	line-height: 4px;
}

.fr{
	float: right!important;
}

.nb{border: none;}

.ic{margin-top: 30px;}
.ic h3{
	font-weight: bold;
	line-height: 30px;	
}


.ic p{
	font-size: 14px;
	line-height: 22px;
	padding: 5px 0;
}
.ic p span{
	font-weight: bold;
}

.price{
	font-weight: bold;
	color:red;
	font-size: 15px;
}
.sublist{ }
.sublist ul{}
.sublist ul li{padding: 5px;}
.sublist ul li a{
	padding: 10px 5px;
	font-size: 14px;
	display: block;
	border-bottom: 1px solid #d8d8d8;
	background-color: #F08E05;
	text-align: center;
	color:#fff;
}

.katheaders{
	background-color: #2999d8;
	height: 100px;
	margin: 0;
	padding: 0;
}

.katheaders p{
	font-weight: normal;
	font-size: 40px;
	color:#fff;
	padding: 40px 0!important;
	text-align: center
}

.containerv {
	margin: 20px 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.videov {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.latestposts{
	background-color: #fff;
	margin-bottom: 50px;
	text-align: center;
}

.email{
	float: right;
	background:url("../imgs/icons-email.jpg") 0 0 no-repeat;
	background-position: left;
	height: 55px;
	margin-top: 25px;
	margin-right: 20px;
	padding-left: 65px;
	display: block;
}

.email span{
	font-weight: bold;
	display: block;
	margin: 5px 0 10px 0;
}

.maintit{
	position: absolute;
	color: #fff;
	z-index: 2;
	top: 50%;
	width: 100%;
	line-height: 44px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.maintit h3{
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 0;
}

.maintit p{
	font-size: 14px;
}

.detaillist{ 
	padding: 20px; 
	padding-bottom: 0; 
	background-color:#f2f2f2;
	
	}

.detaillist a{ 
	display: block; 
	margin-bottom: 20px;
	background-color: #000;
	position: relative;
	}

.detaillist a:hover > img{
	opacity: 0.3;
}

.detaillist p.ptit{
	position: absolute;
	color:#fff;
	font-weight: bold;
	font-size: 18px;
	z-index: 2;
	top: 50%;
	width: 100%;
	line-height: 24px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.detaillist img{ 
	width: 100%; 
	height: auto;
	opacity: 0.5;
}

.content{
	padding-right: 25px;
}

.content img{
	width: 100%!important;
	margin: 20px 0;
	height: auto!important;
}

.content p{
	font-size: 16px;
	line-height: 30px;
}

.post{
	margin-bottom: 30px;
	text-align: center;
	
}

.post > div{
	border:1px solid #e4e4e4;
	padding-bottom: 25px;
}

.post p{
	font-size: 14px; 
	color:#6D6E71;
	padding: 10px 25px;
  line-height: 22px;
}

p.dets{
	font-size: 12px; 
	color:#6D6E71;
	padding: 0px 0px 5px 10px;
  text-align: left;
}

p.dets span{
	font-weight: bold;
	width: 75px;
	display: inline-block;
}

.post a.postlink{
	padding: 10px 40px;
	background-color: #f08e05;
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-top: 0;
}

.post a.katlink{
	background: #000;
	color:#fff;
	font-size: 11px;
	display: inline-block;
	padding: 5px 10px;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}

.post a.katlink:hover{
	background: #6b6b6b;
	text-decoration: none;
}

.post table tr{ vertical-align: top;}
.post table td:nth-child(1)
{
	width: 85px;
	text-align: left;
}

.code{
	min-height: 50px;
}


.post .tit{ font-weight: bold; min-height: 64px;}
.post .subtit{ min-height: 86px; overflow: hidden; padding-top: 0; font-weight: normal;}

.post img{ width: 100%; height: auto; display: block;}

.verytop{
	height: 100px;
}
.navbar-nav{
	text-align: right;
	float: none;
	margin-top: 5px;
}
.navbar-nav > li{
	float: none;
	display: inline-block;
}

.danis{
	background: #4b82ea;
	padding: 12px 60px;
	color:#fff;
	float: right;
	font-weight: bold;
	margin-top: 30px;
}

.search{
	position: absolute;
	right: 50px;
	top: 0;
	margin-left: 10px;
	background-color: #000;
	margin-top: 30px;
	background:url("../imgs/searchbg.png") 0 0 no-repeat;
	background-position: right;
  padding-right: 39px;
}
.ln{
	position: absolute;
	right: 0;
	top: 0;
	margin-left: 10px;
	margin-top: 32px;
	font-size: 18px;
	padding: 10px;
}

.topbg span{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	height: 100px;
	width: 38px;
	position: absolute;
}

.topbg span.leftborder{
	background:url("../imgs/leftborder.png") 0 0 no-repeat!important;
	left: 0;
}

.topbg span.rightborder{
	background:url("../imgs/rightborder.png") 0 0 no-repeat!important;
	right: 0;
}

.search input{
	border: none;
	background: #d8d8d8;
	color: #fff;
	padding: 12px;
}

.search input:focus{
	outline:none;
}

.danis:hover{
	text-decoration: none;
	background-color: #254247;
	color:#fff;
}

#pro_list a {
    overflow: hidden;
    display: block;
    border-radius: 5px;
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
    height: 260px;
    padding-bottom: 30px;
    background-color: #fff;
    border-bottom: 4px solid #fff;
}

#pro_list h4 {
	font-size: 14px;
	height: 40px;
}

.navbar{
	margin: 0;
	border: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;

	background: #fff;
	}

.navbar-nav > li > a{
	padding: 35px 15px;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Open Sans';
	color:#414042;
	border-bottom:5px solid #fff;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus{
	color:#173152!important;
	border-bottom:5px solid #ABC8E1;
	
	
}


.stat{ margin-bottom: 40px;}
.nopadding{padding: 0!important;}
.nomargin{margin: 0!important;}
.hometitle{
	font-size: 28px;
	text-align: center;
	margin: 40px 0;
	display: block;
	padding: 10px 20px;
	border-radius: 5px;
	color: #000;
}
.container{
	position: relative; 
	width: 1100px; 
	overflow: hidden;
	}

.home-duyuru{

}

.home-duyuru a{
	font-size: 14px;
	text-align: center;
	color:#ceb99e;
	margin-top: 20px;
	display: inline-block;
  background: #00aeef;
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
}

.home-duyuru p.title{
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin: 10px 0;
}
.home-duyuru p.cont{
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin: 10px 0;
}

.bakis{
	overflow: hidden;
}

.overmenu{
	position: absolute;
	top: 30%;
	text-align: center;	
}

.rightto{
	right: 50px;
}

.fullimg{
	width: 100%;
	display: block;
}

.mt40{
	margin-top: 40px;
}

.servisler .item h3{
	font-weight: bold;
	margin-bottom: 10px;
}

.servisler .item p{
	line-height: 22px;
}
.servisler .item a{
	background-color: #FCB51F;
  padding: 10px 30px;
  display: inline-block;
  color:#fff;
  margin-top: 10px;
}

#sld_btns {	position: absolute;	left:10px;	bottom:10px;	z-index:50; }

#sld_btns a{ 	float: left;
	width: 1px;
	height: 1px;
	text-align: center;
	background: #961A1D;
	border: transparent 5px solid;
	line-height: 30px;
	border-radius: 20px;
	margin-left: 10px;
	margin-top: 12px;
	cursor: pointer;
}


#wellcome_page{	
	position: relative;
	height: 700px;	
	margin: 0 auto; 
	overflow: hidden; 
	text-align: center; 
	z-index:1;
	padding: 0!important;
	background-color: #000;
	}

#very_top {	
	z-index:11; 
	background-color: #fff;	
	height: 128px; 
	border-bottom: 1px solid #ECECEC; 
	position: relative; 
	width: 100%; 
	min-width: 1127px;     
	top: 0;
}

#logo{ 
	margin: 0; 
	background:url("../imgs/logo-alt.png") 0 0 no-repeat; 
	height: 111px; 
	width: 205px;
	float: left;
}
.navbar-brand{padding: 0!important; height: 80px; margin-top: 10px;}
.navbar-brand img{display: block; height: 100%; width: auto;}

.slogan{
	display: inline-block;
	margin-top: 40px;
	margin-left: -65px;
}

.dropdown-menu > li > a{
	padding: 10px 20px;
}

#line {  background:url("../imgs/line.jpg") no-repeat; background-position:center;  width: 100%; height: 5px;}
#cont{	width: 980px;	margin: 0 auto;}
#cont p{	float: left;	font: bold 17px Arial;	color: white;	margin-top: 19px; }

ul#menu{float: right; margin-right: 50px;}
ul#menu > li{ float: left; top:0;}
ul#menu > li a{	 font-size: 18px;	color: #3c3a37; padding: 54px 20px; font-weight: normal;}
ul#menu > li a:hover{	color: #00728F; }

.container div{ /*  border:1px solid #ccc; */ }

.underline_text{
	border-bottom: 1px solid #49BDC5;
	padding: 20px 0;
}

.btnbig{ text-align: center; padding: 0; }

.btnbig{
	background-color:#000;
}

.btnbig a:hover{
	text-decoration: none;
	background-color: #254247!important;
}

.btnbig a{
	padding: 40px 0;
  font-size: 18px;
  font-weight: bold;
  color:#fff;
  display: block;
}

.btnbig a span{
	vertical-align: middle;
}

.btnbig a .ico{
	background:url("../imgs/icons-user.png") no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 10px;
}

.smalls{
	padding: 0;
	line-height: 20px;
	margin-top: 30px;
}

.smalls .tit{
	font-weight: bold;
}

.smalls:nth-child(odd){
	padding-right: 50px;	
}

.smalls:nth-child(even){
	padding-left: 50px;	
}

.smalls img{width: 100%;}
.smalls > div {padding: 0;}

#search{ 
	top:50px; 
	right: -12px; 
	background:url("../imgs/world.png") 0 0 no-repeat; 
	height: 20px; 
	width: 20px;  
	position: absolute; 
	padding-left: 25px;
	}

#big_Cont{ padding: 0px; 	margin: 0 auto; clear: both; }

.midd{
	width: 1000px;
	margin: auto;
}

#fast_products{
  background-color: #fff;
  z-index: 2;
  padding-top: 30px;
}

#fast_products > div {
	margin-bottom: 40px;
}

.prolist{padding: 0!important; }

.prolist .listimg{
	height: 320px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}

.prolist .listcontent{ 
	text-align: center;
}

.prolist .listcontent h4{ 
	font-weight: bold;
	font-size: 26px;
}

.prolist .listcontent p{
	font-size: 18px;
	line-height: 24px;
 }
.prolist .listcontent p.num{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 20px 0;
	display: block;
 }

.prolist .listcontent a{
    background-color: #bba580;
    padding: 5px 30px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-top: 10px;
 }

#fast_products #news {position: relative; width: 100%; padding: 5px 10px; height: 40px; padding-bottom: 30px; border-bottom: 1px solid #DAD6D6; margin-bottom: 30px;}
#fast_products #newscont{position: relative;}
#fast_products #news h3 { font-size: 20px; font-weight: normal; margin: 0; padding-bottom: 20px; color: #00728F;}
#fast_products #news a{}
#fast_products #news p{position: absolute;  right:20px; display: inline-block;}
#fast_products #news a:hover { color: #00728F;}



#fp_intro { float: left; width: 200px; padding-top: 15px;}
h3{ font-weight: normal; font-size:25px; margin-bottom: 25px;}
#fp_intro p { color: #808080; margin-top:10px; line-height: 23px;  font-size: 15px;}
#ref_btn { padding: 15px; background-color: #00728F; color:#fff; display: block; margin-top: 12px; 	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
#ref_btn:hover{ background-color: #555; }

#f_products {float: right;}


#f_products li { width:240px; float:left; margin-left:20px; position: relative;}

#f_products a{
	overflow: hidden;
	display: block;
	border-radius: 5px;
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
	height: 260px;
	padding-bottom: 30px;
	background-color: #fff;
}

#f_products a p.fp_goto:hover {
	color:#F79237;
}

#f_products a img{ border-bottom:3px solid #5BC7D4; }
#f_products a h4{	 text-align: center;	color: #58595B; line-height: 18px; }
#f_products a p.desc{	margin:auto;	font:italic 11px Arial; width: 220px; text-align:center; color:gray; }
#f_products a p.fp_goto { position: absolute; bottom:10px; font:normal 11px Arial; margin:0; margin-left:20px; margin-top: 50px;}

#services { width: 1100px; margin:0 auto; margin-bottom: 30px; overflow: hidden; padding: 5px; }
#services h3 {
	text-align: center; color: #fff; font-size: 22px;  background-color: #5BC7D4; padding: 12px 0;
	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
 	 border-radius: 3px;
	}
#services #scont {width: 1020px; overflow: hidden; margin:0 auto;}
#services #scont > div { float:left;  margin:0 5px; }
#services #scont > div a { float:left; padding:5px; background-color: #fff; box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15); display: block; margin-bottom: 10px;}
#services #scont > div a:hover { background-color: #5BC7D4; }
#services #scont > div a img{   display: block;
  width: 100%;
  height: auto; width:180px;  background-color: rgb(235, 235, 235); }
#services #scont > div p { width: 190px; text-align: center; font-family: 'Noto Sans', sans-serif; font-weight: bold; font-size:12px; color:#aaa; margin-top: 10px;}

#kurumsal { width: 1130px; margin:0 auto; margin-bottom: 35px; margin-top:30px; overflow: hidden;}
#kurumsal #vizyon { width: 750px; float: left; }
#kurumsal #vizyon h3 { text-align: center; color: #fff; font-size: 22px;  }
#kurumsal #vizyon h3 #leftspan {
	background: #999;
	display: block;
	width: 40%;
	height: 2px;
	margin-top: 9px;
	float: left;
}
#kurumsal #vizyon h3 #rightspan {
	background: #999;
	display: block;
	width: 40%;
	height: 2px;
	margin-top: 9px;
	float: right;
}

#kurumsal #vizyon  #cont{ overflow: hidden; }
#kurumsal #vizyon  #cont .kur{ width: 210px; float: left; margin-right: 15px; padding: 15px;}
#kurumsal #vizyon  #cont .kur:last-child { margin-right: 0;}
#kurumsal #vizyon  #cont .kur img{ width: 100px; height: 100px; margin:auto; display: block;}
#kurumsal #vizyon  #cont .kur h3{ 
	display: inline-block;
margin-left: 70px;
	color: #fff; 
	font-size: 18px; 
	 
	padding: 10px; 
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	}
#kurumsal #vizyon  #cont .kur p{ 
	text-align: center; 
	color: #fff; 
	font-size: 14px; 
	 
	margin : 0; 
	font-weight: normal;
	line-height: 18px;
	color: #999;
	}

#kurumsal #news {
	margin-top: 10px;
	background:url("../imgs/white-box-bottom.png");
	background-repeat: no-repeat;
	background-position: -3px 230px;
	width: 309px;
	height: 252px;
	float: right;
	padding-bottom: 28px;
	margin-right: 25px;
}
#kurumsal #news .box-header {
	border-top: 1px solid #fff;
	background-color: #A5A5A5;
	border-bottom: 1px solid #fff;
	padding: 5px;
}
#kurumsal #news .box-header h3 {text-align: center; color:#fff; font-size:20px;   margin: 0; padding:8px 0;}

#kurumsal #news .box-content { 
	height: 189px;
	background-color: #e9e9e9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	clear: both;
	
	color: #898989;
}







/*#menu > li > .altmenu { width:800px; background-color:red;}*/

.animatable-slow {
     -webkit-transition: 1.8s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
     		-moz-transition: 1.8s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
     		 -ms-transition: 1.8s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
      	  -o-transition: 1.8s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
         		 transition: 1.8s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.animatable {
     -webkit-transition: 0.4s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
     		-moz-transition: 0.4s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
     		 -ms-transition: 0.4s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
      	  -o-transition: 0.4s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
         		 transition: 0.4s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.animatable-fast {
  -webkit-transition: 0.2s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: 0.2s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: 0.2s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.2s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


#bg_slider{
	position: relative;  
	top: 0; 
	left: 0; 
	bottom: 0;
	right: 0; 
	width: 100%; 
	height:100%;
	}

.postbig{
	
	position: relative;
	background-color: #000;
	opacity: 0.3;
}

#bg_slider li {width: 100%; height: 100%; position: relative;}

.img-bg{
	width: 100%; 
	height: 100%;  
	position: absolute; 
	top: 0; left: 0; bottom: 0; right: 0;
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	}

.sliderCont {
	position: absolute;
	display: inline-block;
	z-index: 5;
	left: 0px;
	opacity: 0;
	padding: 25px;
	width: 100%;
	bottom:0px;
	text-align: center;
}

.sliderCont h2{
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	background: rgba(0, 174, 239, 0.6);
	display: inline;
	padding: 10px 20px;
}

.sliderCont p{
	margin-top: 10px;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #F1F1F1;
}
.sliderCont a{
	margin-top: 10px;
	font-size: 18px;
	background-color: #0d2048c4;
	text-align: left;
	color: #fff;
	display: inline-block;
    padding: 20px 30px;
}
/*
ul#bg_slider li:nth-child(1) .sliderCont {
	position: absolute;
	z-index: 5;
	right: 150px;
	top: 125px;
	opacity: 1;
	background-color: rgba(247, 146, 55, 0.81);
	padding: 25px;

}
ul#bg_slider li:nth-child(1) .sliderCont h2{
	line-height: 30px;
	text-align: right;
	color: #fff;
}
ul#bg_slider li:nth-child(1) .sliderCont p{
	margin-top: 10px;
	font-size: 16px;
	line-height: 23px;
	text-align: right;
	color: #F1F1F1;
}

ul#bg_slider li:nth-child(2) .sliderCont {
	position: absolute;
	z-index: 5;
	right: 150px;
	top: 125px;
	opacity: 0;
	background-color: rgba(26, 92, 145, 0.81);
	padding: 25px;

}
ul#bg_slider li:nth-child(2) .sliderCont h2{
	line-height: 30px;
	text-align: right;
	color: #fff;
}
ul#bg_slider li:nth-child(2) .sliderCont p{
	margin-top: 10px;
	font-size: 16px;
	line-height: 23px;
	text-align: right;
	color: #F1F1F1;
}

ul#bg_slider li:nth-child(3) .sliderCont {
	position: absolute;
	z-index: 5;
	right: 150px;
	top: 520px;
	opacity: 0;
	background-color: rgba(26, 92, 145, 0.81);
	padding: 25px;
}
ul#bg_slider li:nth-child(3) .sliderCont h2{
	line-height: 30px;
	text-align: right;
	color: #fff;
}
ul#bg_slider li:nth-child(3) .sliderCont p{
	margin-top: 10px;
	font-size: 16px;
	line-height: 23px;
	text-align: right;
	color: #F1F1F1;
} */



#double_cont p{
	 
	color:#555;
	font-size:16px;
	line-height: 24px;
}

.static_text{
	color:#555;
	font-size:16px;
	line-height: 24px;
	padding: 15px 0;
	margin-bottom: 30px;
}


.static_text a:hover{
	color: #F79237;
}




h3.tit{
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  color: #0d2048;
  padding: 10px;
  margin: 15px 0;
  background-color: #FDB913;
  border-left: 10px solid #000;
}

dl{  margin-top:5px; margin-bottom:25px; padding-left:2px; float:left;}
dt{ margin-top:15px; width:130px; float:left; clear:left; color:#5BC7D4; font-size:16px; font-weight:bold; }
dd{ margin-top:15px; float:left; font-size:14px; margin-left:0; color:#808285; }
dd input{ outline:0px; margin:0px; width:250px; font-size:14px; color:#808285; padding:2px; background:#fff; border:1px solid #349E49; }
dd a{ font-size:14px; color:#349E49; font-weight:bold; }

#double_cont fieldset{ border:1px solid #CECECE; margin-bottom: 20px; }
#double_cont dl{  margin-top:5px; margin-bottom:25px; padding-left:2px; float:left;}
#double_cont dt{ margin-top:15px; width:130px; float:left; clear:left; color:#444; font-size:14px; font-weight:normal; }
#double_cont dd{ margin-top:15px; float:left; font-size:14px; margin-left:0; color:#808285; }
#double_cont dd input{ outline:0px; margin:0px; width:160px; font-size:14px; color:#808285; padding:2px; background:#fff; border:1px solid #CECECE; }
#double_cont dd a{ font-size:14px; color:#349E49; font-weight:bold; }

#double_cont th{ font-size:14px; color:#999; font-weight:normal; }
#double_cont legend{ font-size:14px; color:#F79237; font-weight:normal; }


#left_menu{

	
}

#left_menu h2
{
	background-color: #00293a;
	padding: 12px;
	color: #FFF;
	font-size: 18px;
	margin-bottom: 10px;
	    line-height: 22px;
}

#left_menu ul {}
#left_menu ul li{ border-bottom : 1px solid #E9E9E9; }
#left_menu ul li a{ 
	display:block;
	padding: 15px 10px;
	color: #3C3A37;
	font-size : 15px;
	border-left:8px solid #F9F9F9;
	    line-height: 22px;
	
	}
.left_menu_selected, #left_menu ul li a:hover{ border-left:8px solid #8A8A8A!important; }



#double_cont{
	width:725px;
	float: left;
}

.haberlist{ padding: 30px 0; overflow: hidden; border-bottom : 1px solid #E9E9E9;}
.haberlist .haber_img{ width: 350px; margin-right: 15px; float:left; min-height: 150px;}
.haberlist .haber_text{ width: 350px; float:left;  }
.haberlist .haber_text h2{ font-weight:bold; color:#00728F; padding-bottom: 20px; }
.haberlist .haber_text p{ font-size:14px; line-height: 22px;  }


.preview_modal {
  font-family: 'Open Sans Condensed', 'Myriad Pro', 'Arial', 'sans-serif';
  background-color: rgba(0,0,0,0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 120;
  text-align: center;
  overflow: auto;
  
}
.preview_modal table {
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.preview_modal .preview_container {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
}
.preview_modal .preview_header a {
  height: 40px;
  width: 40px;
  margin-right: 5px;
  display: block;
  float: right;
  cursor: pointer;
}
.preview_modal .preview_header a:hover {
  background-position: -40px -2450px !important;
}
.preview_modal .preview_header p.filename {
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 16px;
}
.preview_modal .preview_footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  left: 0;
}
.preview_modal .preview_footer .preview_nav {
  position: relative;
  margin-top: 10px;
}
.preview_modal .preview_footer .preview_nav p.preview_index {
  display: inline-block;
  color: white;
  padding: 0 20px;
  vertical-align: middle;
  font-family: 'Arial', Helvetica, sans-serif;
  height: 40px;
  font-size: 13px;
}
.preview_modal .preview_footer .preview_nav a {
  color: white;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 20px;
}
.preview_modal .preview_footer .preview_nav a:hover {
  background-position-x: -30px;
}
.s_web_previewcloser {
  background-position: left -2450px;
}

.sprite_web {
  background-image: url(actions.png);
  background-repeat: no-repeat;
  background-position: left -2185px;
}
.s_web_previewprev {
  background-position: left -2520px;
}

body.noscroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#ajaxloader{
  display: none;
  width: 31px;
  height: 31px;
  position: absolute;
  left: 50%;
  right: -15px;
  margin-top: 45px;  
}



/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	text-align: center;
	position: relative;
	margin: 15px auto 20px;
	overflow: hidden;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div.owl-next{
	background: url("../imgs/total.png") 0 0 no-repeat;
	background-position: -242px 0;
	width: 13px;
	height: 25px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	left: 25px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev{
	background: url("../imgs/total.png") 0 0 no-repeat;
	background-position: -269px 0;
	width: 13px;
	height: 25px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 15px;
	height: 15px;
	margin: 5px 5px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}



.tag_cont{padding: 20px 0; overflow: hidden; }

.tags{ float: left; margin-right: 15px; position: relative;}
.tags img {width: 30px; height: 30px;   }
.tags a {font-weight: bold; color:#5D5D5D; position: relative; top:-10px; }
.tags a:hover { color:#00728F;  }










#footer{
	width: 980px;
	margin: 10px auto;
	margin-top: 10px;
	overflow: hidden;
	padding: 0 0px 25px 0px;
}



.f-title{
	font-weight: bold;
	margin-bottom: 15px;
}

.footer_menu_titles li{
	margin-top: 8px;
	float:left;
	margin-right: 40px;
	font: bold 11px arial;
}
.footer_menu_titles li a{
	color:#aaa;
}

#tabs{position: relative;}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 1.5em 0;
    text-decoration: none;
    background: #2e466c;
    color: #fff;
    width: 100%;
    text-align: center;
    border-right: 2px solid #fff;
    font-weight: bold;

}

.ui-tabs .ui-tabs-nav li:last-child a{
	border-right: none;
}

.ui-tabs .ui-tabs-panel {
    border-width: 0;
    background: #000;
    text-align: center;
    height: 560px;
    width: 100%;
    position: relative;
    display: block;
    margin-top: 2px;
}

.tabst .addi h3, .tabst .addi p, .tabst .addi a {
    position: relative;
    text-align: center;
    z-index: 1;
   	color: #fff;
   	margin-bottom: 20px;
}
.tabst .img-bg{
	opacity: 0.3;
}

.tabst .addi h3{
	font-size: 28px;
	font-weight: normal;

}

.tabst .addi a{
	background-color: #bba580;
	padding: 10px 30px;
	display: inline-block;

}

.addi{
	padding-top: 200px;
}


.ui-tabs .ui-tabs-nav {
    overflow: hidden;
    z-index: 9;
    position: relative;
}

.ui-tabs-active .ui-tabs-anchor{
	background: #fff!important;
	color:#2e466c!important;
}

.elem1 > li{width:100%; }
.elem2 > li{width:50%; }
.elem3 > li{width:33.33%; }
.elem4 > li{width:25%; }
.elem5 > li{width:20%; }
.elem6 > li{width:16.66%; }
.elem7 > li{width:14.28%; }
.elem8 > li{width:12.5%; }

.ui-tabs .ui-tabs-nav li:nth-child(1) a{
	background-color: #00aeef;
}
.ui-tabs .ui-tabs-nav li:nth-child(2) a{
	background-color: #00aeef;
}
.ui-tabs .ui-tabs-nav li:nth-child(3) a{
	background-color: #00aeef;
}
.ui-tabs .ui-tabs-nav li:nth-child(4) a{
	background-color: #00aeef;
}
.ui-tabs .ui-tabs-nav li:nth-child(5) a{
	background-color: #00aeef;
}
.ui-tabs .ui-tabs-nav li:nth-child(6) a{
	background-color: #00aeef;
}

a:focus {outline:0;}


.socials{ text-align: center; background: #222;}
.socials li{ display: inline-block; }
.socials a{ 
    padding: 16px;
    display: inline-block;
    font-size: 18px;
    opacity: 0.4;
    color: #fff;
 }
.socials a:hover{opacity: 1; text-decoration: none;}

.bott{
	background-color:#fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
  border-top: 1px solid #fff;
	
}

.coverme{
		background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}

.h400{
	height: 400px;
}

.h300{
	height: 300px;
}

.bott > div{
	
	height: 100%;
}

.bott > div .heads{
	border-bottom: 2px solid #bba580;
	display: inline-block;
	height: 60px;
	color:#000;
	font-size: 14px;
	font-weight: bold;
}
.bott > div .headstext{
	padding-top: 10px;
	border-bottom: 2px solid #bba580;
	display: inline-block;
	height: 60px;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	width: 160px;
}

.bott p{
	color: #000;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 10px 10px 0;
}
.bott a.footerlinks{
	color: #000;
	font-size: 14px;
	padding: 10px 10px 10px 0;
	display: block;
}

.bott .container > div{
	margin-bottom: 10px;
}

.homenav{
	background: none;
}

.navcont{
}



html {height: 100%; width: 100%;}

.slide-cont {width: 600px; display: block; margin: 0 auto;}



.owimg{
	width: 100%;
	height: 100%;
	background-size: cover;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background-color: #ABC8E1;
	color:#fff!important;
}



.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background-color: #375D81;
	color:#fff;
}


.owl-stage-outer{
	height: 100%;
}

.owl-stage{
	height: 100%;
}

.owl-item{
	height: 100%;
}

.galimg{height: 100%;}





.stext{
	position: relative;
	padding-bottom: 20px;
	top: 40%;

	z-index: 2;

	text-align: center;
}

.stext h3{
	font-family: 'Open Sans';
	font-weight: bold;
	color:#fff;
	opacity: 0.5;
	font-size: 55px;
}
.stext p{
	font-family: 'Open Sans';
	font-weight: bold;
	color: #fff;
  font-size: 40px;
  line-height: 40px;
  
  text-align: center;
  padding: 15px 30px;
  display: block;
}


.welctest{
	text-align: center;
	margin-bottom: 50px;
}
.bigtitle{
	font-size: 24px!important;
	font-weight: normal!important;
	display: inline-block;
	padding: 5px 0;
	border-bottom: 2px solid #375D81;
	
}

.welctest h3{
	text-align: left;
}
.welctest p, .welctest li{
	font-size: 14px;
	line-height: 26px;
	color:#58595B;
	text-align: justify;
}

.contact{ 
	padding:30px 0;
	text-align: center;
}

.contact .adds{

 }

.contact h3{
	font-size: 18px;
	font-weight: bold;
 }

.contact .adds p{
	padding: 5px 0;
	text-align: left;
 }

 .form input, .form textarea{
 	width: 100%;
 	padding: 15px 10px;
 	background-color: #375D81;
 	border: none;
 	color:#fff;
 }

 #cf > div{
 	padding-bottom: 15px;
 }

 .form input::-webkit-input-placeholder {
   color:#fff;
}

 .form textarea::-webkit-input-placeholder {
   color:#fff;
}

.form a{
	background-color: #000;
	padding: 10px 20px;
	color:#fff;
	font-weight: bold;
	margin-top: 5px;
	float: right;
	margin-right: 15px;
}

.owl-theme .owl-dots .owl-dot span{
	width: 15px!important;
	height: 15px!important;
}

.footer{
	 border-top:5px solid  #222;
}

.footerlogo{ }
.footerlogo > div{
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
}

.footerlogo > div p{
	padding-top: 10px;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
}

.footer .edit{
	padding: 10px 40px;
}

.footer .edit h3{
	font-size: 18px!important;
	padding-top: 30px;
}

.edit a{
	display: block;
	padding: 5px 0;
	font-size: 13px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: #000!important;
}

.lines{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	padding: 0;
}

.lines > div{ height: 7px; }
.lines .l1{ background-color: #173152;}
.lines .l2{ background-color: #375D81;}
.lines .l3{ background-color: #ABC8E1;}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	border-color: #ABC8E1;
}

.fullpbg{
	background-position: center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  }

.owl-carousel .owl-stage-outer{
	height: 100%;
}
.owl-carousel .owl-stage{
	height: 100%;
}
.owl-carousel.owl-drag .owl-item{
	height: 100%;
}

.sldwrp{
	height: 40%;
	padding: 0;
}

.showall{
	border: 1px solid #808080;
  padding: 12px 20px;
  background-color: #FFF;
  display: inline-block;
}

.showall:hover{
	text-decoration: none;
  padding: 12px 35px;
  color:#375D81;
	border: 1px solid #375D81;
  
}