@import url('jquery.bxslider.css');
@import url('component.css');
@import url('fonts.css');
@import url('bootstrap.min.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700|Roboto+Condensed:700');
.nopadding{
	padding: 0 !important;
}
.nopaddingl{
	padding-left: 0 !important;
}
.nopaddingr{
	padding-right: 0 !important;
}
.tcenter{
	text-align: center !important;
}
.tright{
	text-align: right;
}
.tleft{
	text-align: left;
}
.noradius{
	border-radius: 0px !important;
}
.noborderb{
	border-bottom: 0px !important;
}
.padding-top-20{
	padding-top: 20px;
}
iframe{
	max-width: 100% !important;
	max-height: 100% !important;
}
h1{
	font-family: 'h1font' !important; 
}
li{
	list-style: none !important;
}
ul{
	padding-left: 0px;
}
img{
	max-width: 100%;
}
a{
	color:#0054a6;
}
a:hover, a:active, a:visited, a:link{
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
*:focus {
    outline: none !important;
}
.clear{
	clear: both;
}
.flt{
	width: 100%;
	display: block;
	padding-top: 20px;
}
.op0{
	opacity: 0;
	position: absolute !important;
	z-index: -99999999 !important;
}
.full-width{
	width: 100% !important;
}
#header{
	float:left;
	width:100%;
	border-bottom: 1px solid #e7e7e8;
}
#header .top{
	float: left;
	width: 100%;
	border: 1px solid #e7e7e8;
}
#header .top .col-lg-2{
	padding: 8px;
	border-right: 1px solid #e7e7e8;
}
#header .top a{
	color: #000;
	font-size: 13px;
	font-family: 'Ubuntu';
	font-weight: 400;
}
#header .top .lang{
	padding: 6px 30px 0px 30px;
}
#header .top .lang span, #header .top .lang a{
	color: #808080;
	margin-left: 10px;
	font-size: 14px;
	font-family: 'Ubuntu';
	font-weight: 400;
}
#header .top .lang a:hover, #header .top .lang a.active{
	color: #cc9933;
}
#header .logo{
	text-align: center;
	max-height: 128px;
	border-right: 1px solid #e7e7e8;
}
#header .navbar{
	min-height: 0px;
}
#header .menu .navbar-nav{
	padding: 23px 0px;
}
#header .navbar-default{
	background-color: transparent;
	border: 0px;
	margin-bottom: 0px;
}
#header .navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
#header .navbar .navbar-collapse {
	text-align: center;
}
#header .menu .navbar-default .navbar-nav>li>a{
	color: #000;
	font-size: 16px;
	padding: 0px 15px;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	text-transform: uppercase;
}
#header .menu .navbar-default .navbar-nav>.active>a, #header .menu .navbar-default .navbar-nav>.active>a:focus, #header .menu .navbar-default .navbar-nav>li>a:hover{
	background-color: transparent;
	color: #cc9933;
}
#header .search{
	position: absolute;
	top: 0;
	right: 0;
}
#header .search .area{
	padding-top: 19px;
}
#header .search .area .input-group{
	border: 1px solid #dedede;
}
#header .search .area input, #header .search .area button{
	height: 28px;
	padding: 3px 5px;
	border-radius: 0px;
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 12px;
	border: 0px;
	box-shadow: none;
}
#header .search .area button{
	background: transparent;
	color: #999;
}
#header .search .area button:hover{
	color: #5b5b5b;
}
#header .search .area input:focus{
	border-color: #dedede;
	box-shadow: none;
}
#header .investments{
	background-color: #cc9933;
}
#header .investments .navbar-nav{
	padding: 8px;
}
#header .investments span {
	display: inline-block;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	margin-right: 20px;
}
#header .investments #btn {
	display: inline-block;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);
}
#header .investments #btn-text {
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
	padding: 12px;
}
#header .investments #btn-text a{
	font-size: 14px;
	font-family: 'Roboto Condensed';
	font-weight: 500;
	color: #fff;
}
#header .investments #btn-text:hover a{
	opacity: .7;
}
#header .investments button{
    background: transparent;
    border: 0px;
	border-radius: 0px;
    border-right: 1px solid #fff;
}
#header .investments button:last-child{
    border: 0px;
}
#header .menu .navbar-header{
	position: absolute;
	top: -80px;
	right: 10px;
}
#header .inv.navbar-header{
	position: absolute;
	top: -80px;
	right: 90px;
}
#header .inv button{
	text-transform: uppercase;
}
#slider{
	position: relative;
	max-height: 600px;
}
#slider .bxslider{
	padding: 0px !important;
}
#slider .bxslider .owl-controls .owl-nav .owl-prev{
	display: inline-block;
	position: absolute;
	top: 86%;
	left: 12%;
}
#slider .bxslider .owl-controls .owl-nav .owl-next{
	display: inline-block;
	position: absolute;
	top: 86%;
	left: 16.5%;
}
#slider .bxslider{
    max-width: 100%;
    max-height: 600px;
	min-height: 200px;
	background-image: url(../img/loading.gif);
	background-color: #c4ebe8;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center center;
	cursor: pointer;
}
#slider .bxslider .owl-item img{
    width: 100%;
	min-height: 542px;
	object-fit: cover;
}
#notice{
	padding: 10px;
}
#notice .left{
	padding: 15px 20px;
}
#notice .left p{
	margin: 0px;
}
#notice .left p a{
	margin-bottom: 0px;
	color: #663333;
	font-size: 28px;
	font-family: 'Ubuntu';
	font-weight: 700;
}
#notice .left span{
	color: #663333;
	font-size: 17px;
	font-family: 'Ubuntu';
	font-weight: 400;
}
#notice .duyuru{
	padding: 15px 15px 0px 15px;
}
#notice .duyuru img{
	display: inline-block;
	float: left;
	margin-right: 15px;
}
#notice .duyuru .owl-dots{
	position: absolute;
	left: -365px;
	bottom: 10px;
}
#notice .duyuru .owl-dots .owl-dot{
	display: inline-block;
}
#notice .duyuru .owl-dots .owl-dot.active span, #notice .duyuru .owl-dots .owl-dot:hover span{
	background: #cc9933;
}
#notice .duyuru .owl-dots .owl-dot span{
	width: 10px;
	height: 10px;
	margin: 5px;
	background: #b3b3b3;
	display: block;
	border-radius: 10px;
}
#notice .duyuru .owl-nav .owl-prev{
	position: absolute;
	left: -405px;
	top: 30px;
	font-size: 60px;
	color: #e6e6e6;
}
#notice .duyuru .owl-nav .owl-next{
	position: absolute;
	right: -30px;
	top: 30px;
	font-size: 60px;
	color: #e6e6e6;
}
#notice .duyuru .textarea .head{
	font-size: 25px;
	font-family: 'Ubuntu';
	font-weight: 700;
	margin-bottom: 0px;
	color: #000;
	display: block;
}
#notice .duyuru .textarea .head:hover{
	color: #8c142a;
}
#notice .duyuru .textarea span{
	font-size: 14px;
	font-family: 'Ubuntu';
	font-weight: 400;
	color: #000;
}
#notice .duyuru li .link{
	margin-right: 15px;
	float: right;
	color: #000;
	font-size: 16px;
	font-family: 'Ubuntu';
	font-weight: 400;
	padding: 5px 10px;
	border: 2px solid #000;
}
#notice .duyuru li .link:hover{
	color: #fff;
	background-color:#000;
}
#project .new{
	max-height: 350px;
	overflow: hidden;
}
#project .new .new-project .owl-item .resim{
    list-style: none;
    width: 960px;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#project .new .new-project a{
	color: #fff;
	font-size: 16px;
	font-family: 'Ubuntu';
	font-weight: 400;
	padding: 5px 10px;
	border: 1px solid #fff;
	position: absolute;
	left: 35px;
	bottom: 20px;
	opacity: .7;
}
#project .new .new-project a:hover{
	opacity: 1;
}
#project .new .owl-controls{
	display: none;
}
#project .complete-project{
	background-color: #cc9933;
	color: #8c142a !important;
}
#project .complete-project .area{
	padding: 20px;
	width: 100%;
	float: left;
	height: 350px;
}
#project .continuing-project{
	background-color: #660066;
	color: #fff;
}
#project .continuing-project .area{
	padding: 20px;
	width: 100%;
	float: left;
	height: 350px;
}
#project .area p{
	font-size: 24px;
	font-family: 'Ubuntu';
	font-weight: 700;
	margin-bottom: 5px;
}
#project .area span{
	font-size: 15px;
	font-family: 'Ubuntu';
	font-weight: 400;
}
#project .area .list{
	padding-left: 15px;
	margin: 30px 0px;
}
#project .area .list li{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}
#project .area .list li a{
	color: #fff;
	font-size: 15px;
	font-family: 'Ubuntu';
	font-weight: 400;
}
#project .area .list li i{
	float: right;
	margin-top: -5px;
	font-size: 30px;
}
#footer{
	background-color: #e6e6e6;
}
#footer a{
	color: #000;
	font-size: 14px;
	font-family: 'Ubuntu';
	font-weight: 400;
}
#footer .head{
    font-size: 14px;
	font-family: 'Ubuntu';
	font-weight: 700;
    text-transform: uppercase;
    color: #000
}
#footer b{
    color: #727271;
    font-size: 14px;
	font-family: 'Ubuntu';
    font-style: italic;
	display: block;
}

#footer span{ 
	display: block;
}
#footer span a{
    font-size: 14px;
	font-family: 'Ubuntu';
	font-weight: 400;
    color: #696a69;
	text-transform: capitalize;
	
}
#footer a:hover{
    color: #cc9933;
}
#footer .socialize{
    float: left;
    display: inline-block;
    margin-right: 5px
}
#footer .socialize a{
	float: left;
	margin-right: 5px;
}
#footer .socialize i{
    font-size: 17px;
    color: #fff;
}
#footer .socialize .fa-facebook{
    padding: 4px 8px;
    background-color: #808080;
}
#footer .socialize .fa-instagram,
#footer .socialize .fa-twitter{
    padding: 4px 6px;
    background-color: #808080;
}
#footer .arslantasgroup{
    float: left;
    margin-left: 10px;
    font-size: 18px;
	font-family: 'Ubuntu';
	font-weight: 700;
    font-style: italic;
    color: #5b5b5b;
	text-transform: lowercase !important;
}
#footer .input-group{
    width: 100%
}
#footer .email .form-control{
    width: 60%;
    font-weight: 300;
    padding: 10px 5px;
	font-size: 15px;
	font-family: 'Ubuntu';
	font-weight: 400;
}
#footer .email .input-group .input-group-addon{
    background: #808080;
    color: #fff;
    padding: 6px 8px;
    width: 40%;
    height: 34px;
	font-size: 14px;
	font-family: 'Ubuntu';
	font-weight: 700;
}
#footer .email .input-group .input-group-addon:hover{
    background: #fff;
    color: #808080;
    border: 1px solid #fff;
}
#footer .code,
#footer .code a,
#footer .copy {
    font-size: 12px;
	font-family: 'Ubuntu';
	font-weight: 400;
    color: #696a69;
	display: inline-block;
}
#footer .code a:hover {
    color: #cc9933;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear
}
#footer .footer-border {
    border-right: 2px solid #ccc;
    padding-top: 20px;
    height: 170px
}

/* İÇ SAYFALAR */
#banner{
	position: relative;
	max-height: 400px;
}
#banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#banner .container{
	position: relative;
}
#banner .header{
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 40px;
	color: #fff;
	padding: 7px 14px;
	border: 2px solid #fff;
	position: absolute;
	right: 30px;
	bottom: 10px;
	text-transform: uppercase !important;
}
#content .left-menu li{
	border: 2px solid #d9d9d9;
}
#content .left-menu li.head{
	position: absolute;
	top: -70px;
	left: 15px;
	right: 15px;
	text-transform: uppercase;
	background-color: #fff;
	padding: 15px 15px 30px 15px;
	font-family: 'Ubuntu';
	font-weight: 700;
	font-size: 23px;
}
#content .left-menu .list{
	border-bottom: 0;
	padding: 8px 15px;
}
#content .left-menu .list:last-child{
	border-bottom: 2px solid #d9d9d9;
}
#content .left-menu .list a{
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
}
#content .left-menu .list a:hover{
	color: #cc9933;
}
#content .left-menu li a img{
	margin-top: 40px;
}
#content .details{
	margin-top: 20px;
}
#content .details img{
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#content .details p{
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 15px;
	text-align: justify;
	color: #000;
}
#content .list-image .area{
	position: absolute;
	top: 50px;
	padding: 0px 45px;
	color: #fff;
	opacity: .7;
}
#content .list-image:hover .area{
	opacity: 1;
}
#content .list-image .area .head{
	font-family: 'Ubuntu';
	font-weight: 700;
	font-size: 25px;
}
#content .list-image .area span{
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 15px;
}
#content .project-list .head{
	text-align: center;
}
#content .project-list .head span{
	display: block;
	font-family: 'Ubuntu';
	font-weight: 700;
	font-size: 25px;
}
#content .project-list .head i{
	display: block;
	font-size: 85px;
	margin-top: -20px;
	color: #e6e6e6;
}
#content .project-list-image a:after{
	content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.5);
    opacity:0;
    transition: all 0.2s;
    -webkit-transition: all 0.5s;
}
#content .project-list-image a:hover:after {
    opacity:1;
}
#content .project-list-image img {
    width: 100%;
}
#content .project-detail .owl-controls{
	margin-top: 0px;
}
#content .project-detail .detail .detail-text{
	padding: 10px 32px 0px;
}
#content .project-detail .detail .detail-text p{
	margin-bottom: 0px;
}
#content .project-detail .detail .owl-nav{
	position: absolute;
	bottom: 5px;
	left: 30px;
}
#content .project-detail .detail .owl-nav .owl-next{
	padding: 0px;
	display: inline-block;
	margin: 3px;
	width: 42px;
	opacity: 0;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
#content .project-detail .detail .owl-nav .owl-prev{
	padding: 0px;
	display: inline-block;
	margin: 3px;
	width: 42px;
	opacity: 0;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
#content .project-detail:hover .detail .owl-nav .owl-prev, #content .project-detail:hover .detail .owl-nav .owl-next{
	background-color: #fff;
	opacity: 1;
	border-radius: 25px;
	padding: 3px;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
#content .project-image{
	text-align: center;
	position: relative;
    height: 541px;
}
#content .project-image .outerimg, #content .project-image .innerimg, #content .project-image .floorimg{
    height: 495px;
	background-image: url(../img/loading.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
	
}
#content .project-image .owl-stage-outer{
	height: 495px !important;
}
#content .project-image .owl-item{
	-webkit-filter: blur(3px);
}
#content .project-image .owl-item.center{
	-webkit-filter: none;
}
#content .project-image .owl-item img{
	height: 495px !important;
}
#content .project-image .owl-nav .owl-next{
	width: 24px;
	padding: 0px;
	display: inline-block;
	margin: 3px;
}
#content .project-image .owl-nav .owl-prev{
	width: 24px;
	padding: 0px;
	display: inline-block;
	margin: 3px;
}
#content .project-image .owl-controls{
	position: relative;
	bottom: -40px;
}
#content .project-image .owl-nav{
	position: relative;
	display: inline-block;
	bottom: 0;
}
#content .project-image .owl-dots{
	position: relative;
	display: inline-block;
	left: 10px;
	bottom: -10px;
}
#content .project-image .owl-dots .owl-dot{
	display: inline-block;
}
#content .project-image .owl-dots .owl-dot.active span, #content .project-image .owl-dots .owl-dot:hover span{
	background: #cc9933;
-webkit-box-shadow: 0px 0px 0px 1px rgba(204,153,51,1);
-moz-box-shadow: 0px 0px 0px 1px rgba(204,153,51,1);
box-shadow: 0px 0px 0px 1px rgba(204,153,51,1);
}
#content .project-image .owl-dots .owl-dot span{
	width: 15px;
	height: 15px;
	margin: 5px;
	background: #b3b3b3;
	border: 3px solid #fff;
	display: block;
	border-radius: 10px;
-webkit-box-shadow: 0px 0px 0px 1px rgba(179,179,179,1);
-moz-box-shadow: 0px 0px 0px 1px rgba(179,179,179,1);
box-shadow: 0px 0px 0px 1px rgba(179,179,179,1);
}
#content .project-image .btn-area{
	z-index: 9;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0px;
}
#content .project-image .btn-area button{
	background-color: transparent;
	border: 0px;
	font-family: 'Ubuntu';
	font-weight: 700;
	font-size: 17px;
}
#content .project-image button.active, #content .project-image button:hover{
	color: #cc9933;
}
#map-canvas{
	width:100%;
	height:400px;
}
#content .project-document{
	text-align: center;
	background-color: #cc9933;
	margin-top: 45px;
}
#content .project-document .head{
	font-family: 'Ubuntu';
	font-weight: 700;
	font-size: 22px;
	-webkit-box-shadow: inset 0px -4px 5px 0px rgba(172,129,44,0.80);
-moz-box-shadow: inset 0px -4px 5px 0px rgba(172,129,44,0.80);
box-shadow: inset 0px -4px 5px 0px rgba(172,129,44,0.80);
	padding: 12px;
	color: #fff;
	margin-bottom: 0px;
}
#content .project-document .document a{
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 15px;
	padding: 7px;
	color: #fff;
	padding: 20px;
}
#content .project-document .document a img{
	margin-right: 15px;
}
#content .project-document .shadowr{
-webkit-box-shadow: -5px 0px 3px 0px rgba(172,129,44,0.80);
-moz-box-shadow: -5px 0px 3px 0px rgba(172,129,44,0.80);
box-shadow: -5px 0px 3px 0px rgba(172,129,44,0.80);
background-color: #d7b56d;
}
#content .project-document .shadowl{
-webkit-box-shadow: 5px 0px 3px 0px rgba(172,129,44,0.80);
-moz-box-shadow: 5px 0px 3px 0px rgba(172,129,44,0.80);
box-shadow: 5px 0px 3px 0px rgba(172,129,44,0.80);
background-color: #d7b56d;
}
#content .project-document .tcenter{
	padding: 25px 0px;
	position: relative;
}
#content .project-contact .head{
	font-family: 'Ubuntu';
	font-weight: 700;
	font-size: 22px;
	color: #808080;
	margin-bottom: 0px;
}
#content .project-contact span{
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 13px;
	color: #808080;
}
#content .project-contact input{
	padding: 10px 3px;
	width: 100%;
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 20px;
	color: #808080;
	border: 0;
	border-bottom: 2px solid #808080;
	text-transform: capitalize;
}
#content .project-contact input:hover, #content .project-contact input:focus{
	color: #808080;
	border: 0;
	border-bottom: 2px solid #cc9933;
}
#content .project-contact button{
	padding: 10px 15px;
	font-family: 'Ubuntu';
	font-weight: 700;
	font-size: 20px;
	color: #cc9933;
	border: 2px solid #808080;
	background-color: transparent;
}
#content .project-contact button:hover, #content .project-contact button:focus{
	color: #fff;
	border: 2px solid #cc9933;
	background-color: #cc9933;
}
#content .form .form-control{
	font-family: 'Ubuntu';
	font-weight: 500;
}
#content .form .form-control{
	border-radius: 0 ;
	width:100%;
	min-height: 60px;
	color: #758479;
	font-size: 20px;
}
#content .form .header{
	font-family: 'Ubuntu';
	font-weight: 700;
	font-size: 18px;
	padding-bottom: 3px;
	border-bottom: 5px solid #758479;
}
#content .form .form-control:focus{
	border-color: rgba(215, 181, 109, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(215, 181, 109, 0.8);
	outline: 0 none;
}
#content .form label{
	text-align: center;
}
#content .form textarea{
	max-width: 100%;
}
#content .form .btn{
	font-family: 'Ubuntu';
	font-weight: 500;
	height: 60px;
	border-radius: 0;
	font-size: 20px;
}
#content span.header{
	font-family: 'Ubuntu';
	font-weight: 700;
	font-size: 25px;
	padding-bottom: 3px;
	border-bottom: 5px solid #758479;
	
}
#content .alert, #body .alert{
	font-family: 'Ubuntu';
	font-weight: 700;
	font-size: 25px;
	text-align: center;
	border: 5px solid #758479;
}
.red{
	color: #8c142a !important;
}
.holder, .holder2{
	float: right;
}
.holder a, .holder2 a{
	font-family: 'Ubuntu';
	font-weight: 700;
	color: #cc9933;
	cursor: pointer;
	margin: 3px;
	padding: 7px 10px;
	border: 1px solid #cc9933;
}
.holder a.jp-current, .holder a:hover, .holder2 a.jp-current, .holder2 a:hover{
	color: #fff;
	background-color: #cc9933;
	border: 1px solid #cc9933;
}
.holder .jp-next, .holder .jp-previous, .holder2 .jp-next, .holder2 .jp-previous{
	padding: 7px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0
}
.pagination>li>a {
    margin-right: 2px
}
.pagination>li:last-child a {
    margin-right: 0
}
.pagination>li>a, .pagination>li>span {
    background-color: #fff;
    color: #cc9933;
    border: 1px solid #cc9933;
	font-family: 'Ubuntu';
	font-weight: 400;
    font-size: 14px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover, .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background-color: #cc9933;
    color: #fff;
    border: 1px solid #cc9933!important
}
#body .search hr {
    margin: 5px 0
}

#body .search-head {
    color: #000;
	font-family: 'Ubuntu';
	font-weight: 400;
    position: relative;
    top: 10px
}
@media screen and (max-width:768px) {
	html, body {
		width: 100%;
		overflow-x: hidden !important;
	}
	#header .navbar-default .navbar-nav>li{
		padding: 15px !important;
		border-bottom: 1px solid #dedede;
		width: 100% !important;
	}
	#header .navbar .navbar-nav {
		display: block;
	}
	#slider{
		height: 195px !important;
	}
	#slider .bxslider .owl-item img{
		width: 100%;
		min-height: 200px;
		object-fit: cover;
	}
	#slider .bxslider .owl-controls .owl-nav .owl-prev{
		display: inline-block;
		position: absolute;
		top: 86%;
		left: 12%;
		width: 24px;
	}
	#slider .bxslider .owl-controls .owl-nav .owl-next{
		display: inline-block;
		position: absolute;
		top: 86%;
		left: 19%;
		width: 24px;
	}
	#banner{
		max-height: 250px;
	}
	#content .left-menu{
		margin-top: 15px;
	}
	#content .left-menu li.head{
		position: relative;
		top: 0;
		left: 0;
		right: 0;
	}
	#map-canvas{
		height:250px;
	}
	#notice .duyuru .owl-dots{
		display: none;
	}
	#notice .duyuru .owl-nav .owl-prev{
		top: 50px;
		left: -20px;
		font-size: 60px;
	}
	#notice .duyuru .owl-nav .owl-next{
		top: 50px;
		right: -20px;
		font-size: 60px;
	}
	#content .project-document .shadowr{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#content .project-document .shadowl{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#content .project-document .col-xs-12{
		padding-left: 0px;
		padding-right: 0px;
	}
	#content .project-contact form input, #content .project-contact form button{
		width: 100%;
		border-radius: 0px !important;
	}
	#content .project-contact form button{
		margin-top: 10px;
	}
	#content .project-image .owl-item{
		-webkit-filter: none;
	}
	#content .project-image .owl-item img{
		height: 300px !important;
	}
	#content .project-image .owl-stage-outer{
		height: 300px !important;
	}
	
}