@font-face {
	font-family: 'Montserrat-Light';
	src: url('../font/Montserrat-Light.eot');
	src: url('../font/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
		url('../font/Montserrat-Light.woff') format('woff'),
		url('../font/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.eot');
	src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Regular.woff') format('woff'),
		url('../fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.eot');
	src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Bold.woff') format('woff'),
		url('../fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

a , a:hover , a:focus{
	text-decoration: none;
	outline:0;
}

strong{
	font-weight: 700;
}

body{
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	overflow-x:hidden;
}

.row {
	margin:0px -10px;
}

.row [class*="col-"]{
	padding: 0px 10px;
}

.row-15 {
	margin:0px -15px;
}

.row-15 [class*="col-"]{
	padding: 0px 15px;
}

.container , .container-fluid{
	position: relative;
}

.min-height{
	min-height:450px;
	position: relative;
	margin-top:50px;
}

.tp-banner-container , .tp-banner{
	width: 100%;
	position: relative;
}

.p-0{
	padding: 0px !important;
}

.pb-0{
	padding-bottom:0px !important;
}

.p-0-15{
	padding: 0px 15px !important;
}

.mt-10{
	margin-top:10px;
}

.mt-20{
	margin-top:10px;
}

.mt-30{
	margin-top:30px;
}

.mt-60{
	margin-top:60px;
}

.mt-20{
	margin-top:20px;
}

.mb-30{
	margin-bottom:30px;
}

.mb-20{
	margin-bottom:20px;
}

.mb-10{
	margin-bottom:10px !important;
}

.p-0{
	padding: 0px;
}

.p-10{
	padding: 10px;
}

.header{
	width: 100%;
	height:85px;
	margin:0px;
	border:0px;
	box-shadow:none;
	padding: 0px;
	border-radius:0px;
	background: none;
	position: relative;
	top:31px;
	z-index: 999;
	background: rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.45);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.45);
}

a.logo{
	padding: 0px 15px;
	height:auto;
	position: absolute;
	bottom:-14px;
}

#menu {
	font-family: 'Montserrat', sans-serif;
}

#menu ul{
	margin-top:15px;
	float:right;
}

#menu ul li a{
	padding: 18px 25px;
	color:#BAA252;
	font-size:13px;
	z-index: 999;
	text-shadow:none;
	border-left:2px solid #000;
}

.videoPlayer{
	width:100%;
	height:auto;
	position: fixed;
	bottom:120px;
	z-index: 99;
}

.videoPlayer .videoClose{
	padding:6px 15px;
	position:absolute;
	right:0px;
	top:-25px;
	background:#000;
	color:#fff;
	z-index:999;
}

.videoPlayer .videoClose a{
	color:#fff;
}

.player{
	background: #000;
	width: 100%;
	height:auto;
	position: relative;
	padding:5px 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.45);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.45);
}

footer.footer{
	width: 100%;
	height:auto;
	position: relative;
	bottom:0px;
	z-index: 99;
}

.footer .fbox{
	width: 100%;
	height:110px;
	position: relative;
	background: #000;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.45);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.45);
}

.fbox img.ficon{
	position: absolute;
	left:15px;
	top:15px;
}

.fbox span{
	display: inline-block;
	padding-left:105px;
	padding-top:30px;
	line-height: 25px;
	color:#BBA377;
	font-size:18px;
}

.fboxspan{
	padding-top:40px !important;
}


.fbox span b{
	display: block;
	color:#eee;
	font-size:10px;
	font-weight: 400;
	line-height:12px;
	margin-top:0px;
}

.fbox a.detay{
	display: block;
	width:110px;
	height:40px;
	position: absolute;
	right:15px;
	top:37px;
	background:#BBA377;
	text-align: center;
	line-height:40px;
	color:#111; 
	font-size:15px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.fbox h1{
	color:#BBA377;
	font-size:16px;
	padding-bottom:5px;
}

.fbox .items img{
	position: relative;
	width: 95px;
	height:auto;
	margin-right:10px;
	float:left;
	padding:0px;
	border-radius: 3px;
}


.content{
	position: relative;
	margin-top:40px;
	width: 100%;
	min-height:550px;
	background: rgba(0,0,0,0.9);
	overflow-y:hidden;
	margin-bottom:10px;
}

.page{
	width: 100%;
	height:auto;
	line-height:24px;
	color:#eee;
	text-align: justify;
	padding-bottom:20px;
}

.page h1.page-title{
	display: block;
	color:#eee;
	font-size:15px;
	padding: 10px 0px;
	margin:10px 0px;
}


.etiket 
{
    padding:4px 6px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.etiket a 
{
    color: #888;
    font-size: 7pt;
    text-decoration: none;
}

.etiket a:hover 
{
    text-decoration: underline;
}


.category{
	margin-top:20px;
}

.category> ul> li{
	position: relative;
}

.category> ul> li> a{
	display: block;
	padding: 8px 0px 0px 10px;
	min-height:40px;
	color:#ddd;
	background: rgba(0,0,0,0.7);
	font-size:14px;
	margin-bottom:2px;
	position: relative;
	border:1px solid #222;
}

.category ul li ul{
	display: none;
}

.category ul li ul li a{
	display: block;
	font-size: 13px;
	padding: 7px 10px 7px 30px;
	color:#333;
	background: rgba(255,255,255,0.7);
	margin-bottom:2px;
}

.category ul li ul li a b{
	margin-right:5px;
	font-size: 14px;

}

.proje{
	width: 100%;
	height:auto;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px 0px 4px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         0px 0px 4px 0px rgba(0, 0, 0, 0.35);
	padding: 5px;
}

.proje .p-title{
	width: calc(100% - 30px);
	height:auto;
	position: absolute;
	bottom:5px;
	padding: 5px;
	background: rgba(0,0,0,0.8);
	color:#eee;
	font-size:13px;
}

.proje-harita{
	width: 100%;
	height:250px;
	position: relative;
	margin-top:20px;
}


/*******İLETİŞİM*************/


.ibox
{
	position: relative;
	width: 100%;
    min-height:270px;
	margin-top:20px;
	background:rgba(0,0,0,0.5);
	padding:20px;
}

#heightAuto{
	height:auto;
}

.harita 
{
    width: 100%;
    height:285px;
    position: relative;
	margin-top:20px;
}

.ibox h1{
	display: block;
	color:#eee;
	font-size:15px;
	margin-bottom:20px;
}

.ibox table 
{
    width: 100%;
}

.ibox td 
{
    padding:10px 0px;
    line-height:21px;
    color:#eee;
}

.ibox .fa{
    color:#eee;
    font-size:17px;
    margin-right:15px;
}



.ibox input[type="text"]
{
    margin-bottom: 10px;
    width: 100%;
    height:32px;
    padding: 8px;
    border:1px solid #111;
    background: #222;
    display:block;
    font-size: 12px;
    color:#ccc;
}

.ibox textarea
{
    margin-bottom: 10px;
    min-width: 100%;
    max-width: 100%;
    height: 80px;
    padding: 8px;
    border:1px solid #111;
    background: #222;
    display:block;
    font-size: 12px;    
    color:#ccc;
}

.ibox input[type="submit"] 
{
	width: 100px;
	height:32px;
    cursor: pointer;
    font-size: 13px;
    color:#fff;
    background: #BCA14E;
    padding: 3px 15px;
    border:0px;
    float:right;
    margin-bottom:20px;
    font-weight: 400;
    text-shadow:none;
}



.ibox .title 
{
    width: 100%;
    padding:10px;
    color: #eee;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    font-weight: 700;
}

.ibox td img 
{
    vertical-align:middle;
}


.ibox .desc 
{
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 600;
    color: #eee;
}

.desc a{
    color:#1565AE;
}

#mapDiv{
	z-index: 99;
}


#comment
{
	width: 100%;
	min-height:200px;
	position: relative;
	margin-top:20px;
	border:1px solid #444;
	padding: 15px;
	background: rgba(0,0,0,0.7);
}

#comment table{
	width: 100%;
	padding:0px 0px 10px 0px;
}

#comment table tr td
{
	width:15%;
	padding: 0px;
	text-align: left;
}

#comment .basliklar
{
	font-size:13px;
	color:#eee;
	width: 15%;
}

#comment textarea
{
	width:100%; 
	max-width:100%;
	min-width: 100%;
	height:126px;
	min-height:126px;
	border:1px solid #444;
	padding: 5px;
	margin-top:10px;
	background:#333;
	font-size:12px;
	padding: 5px;

}

#comment input[type="submit"]
{
	width:90px;
	height:30px;
	background:#333;
	border:1px solid #444;
	font-size:12px;
	cursor:pointer;
	margin-top:5px;
}

#comment input[type="text"]
{
	width:100%;
	height:30px;
	background:#333;
	border:1px solid #444;
	font-size:12px;
	padding: 5px;
}

#comment select{
	width:100%;
	height:30px;
	background:#333;
	border:1px solid #444;
	font-size:12px;
	padding: 5px;
}

#comment .sonuc
{
	width:100%;
	height:30px;
	position:relative;
	font-size:12px;
}


#comments
{
	position: relative;
	width: 100%;
	min-height:100px;

}

#comments .yorumlar
{
	width: 100%;
	min-height:70px;
	position: relative;
	margin-top:10px;
	background: rgba(0,0,0,0.7);
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(255, 255, 255, 0.25);
	-moz-box-shadow:    0px 0px 3px 0px rgba(255, 255, 255, 0.25);
	box-shadow:         0px 0px 3px 0px rgba(255, 255, 255, 0.25);
}

.yorumlar .foto
{
	width: 50px;
	height:50px;
	position: absolute;
	top:10px;
}

.yorumlar h3
{
	width: calc(100% - 10px);
	padding:10px 0px 5px 60px;
	color:#eee;
	font-size:13px;
}

.yorumlar p
{
	width: calc(100% - 10px);
	padding:10px 0px 10px 60px;
	font-size:12px;
	line-height:13px;
	padding-top:5px;
	color:#ccc;
}


ul , li {margin: 0; padding: 0; list-style-type : none}
ul.liste {border-bottom: 1px solid #444; padding-bottom: 10px}
ul.sayfalama {margin-top: 10px;}
ul.sayfalama li {margin-right: 10px; font-size: 11px; display: inline-block; padding: 2px 8px; background-color: #efefef; border: 1px solid #444;}
ul.sayfalama li a {text-decoration: none; color: #424242; display: block}
ul.sayfalama li:hover , ul.sayfalama li.aktif {background: rgba(0,0,0,0.7);}
ul.sayfalama li:hover a , ul.sayfalama li.aktif a , ul.sayfalama li.aktif { color: #fff}

