@charset "utf-8";

body{
	outline: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-touch-callout:none;
	-webkit-appearance:none;
	-webkit-user-select:none;
	-webkit-text-size-adjust:none;
	overflow-x: hidden;
	background-image: url('../img/bg/bg.jpg');
	background-attachment: fixed;
	background-repeat: repeat;
	font-family: Tahoma, Geneva, sans-serif;
	color: #555;
}
body strong{
	font-family: Georgia, Serif;
}
.ccm-page{
	overflow-x: hidden;
}

.header{
	background: transparent;
}
.page-content .container{
	position: relative;
	padding: 0px;
}
@media (min-width: 768px) and (max-width: 992px){
	.page-content .container{
		width: 100%;
	}
}
@media (min-width: 768px){
	#header-mobilmenubutton{
		display: none;
	}
}

/* ########################################
					HEADER
########################################### */
.follow-social{
	position: absolute;
	right: 15px;
	top: 10px;
}
.follow-social span{
	font-size: 12px;
	font-weight: bold;
}
.follow-social .fa{
	width: 25px;
    line-height: 25px;
    height: 25px;
    background: #ad0000;
    text-align: center;
    color: #FFF;
    transition: all 0.3s;
}
@media (max-width: 767px){
	.follow-social{
		top: 15px;
		z-index: 10;
	}
}
@media (max-width: 480px){
	.follow-social span{
 		display: none;
 	}
 	.follow-social .fa{
 		width: 20px;
 		height: 20px;
 		line-height: 20px;
 	}
}
.follow-social .fa:hover,
.follow-social .fa:focus{
	background: transparent;
	color: #ad0000;
}
.logo{
	width: 200px;
	float: left;
}
@media (max-width: 767px){
	.header{
		height: 48px;
	    position: fixed;
	    width: 100%;
	    z-index: 30;
	    background-color: #f1eee7;
	}
	.logo{
		position: absolute;
		width: 100%;
		text-align: center;
		top: -26px;
		float: none;
	}
	.logo img{
		height: 75px;
		margin-left: -22px;
	}
}
.sideCollapse{
	width: calc(100% - 200px);
	float: left;
	padding-top: 38px;
	background-image: url('../img/bg/horiz_bg.png');
	background-repeat: repeat;
	margin-top: 5px;
}
.sideCollapse li a{
	color: #343434;
    text-shadow: 1px 1px #fff;
    text-transform: capitalize;
    font-weight: 600;
}
.sideCollapse li a:hover,
.sideCollapse li a:focus{
	background: transparent;
	color: #ad0000;
}
@media (min-width: 768px){
	.dropdown-content{
		display: block !important;
	}
	.dropdown-content{
		opacity: 0;
	    visibility: hidden;
	    transition: all 0.3s;
	    position: absolute;
	    border-bottom: 3px solid #ad0000;
	    list-style-type: none;
	    padding: 0px;
	    width: 200px;
	    margin-top: -4px;
	    margin-left: 15px;
	    z-index: 1000;
	    background-color: #F3F3E9;
	}
	.dropdown-content li{
		transition: all 0.3s;
		opacity: 0;
		visibility: hidden;
		height: 0px;
		float: left;
	    background-color: #F3F3E9;
		border-right: 0px;
		text-align: left;
		width: 100%;
		display: block;
	}
	.dropdown-content li a{
		width: 100%;
		display: block;
		color: #424242;
	    text-transform: capitalize;
	 	padding: 13px 15px 8px 15px;
	    font-family: initial;
	    font-size: 16px;
	    position: relative;
	    transition: all 0.3s;
	}
	.dropdown-content li a:hover,
	.dropdown-content li a:focus{
		background: #ad0000;
		color: #FFF;
		text-shadow: none;
		text-decoration: none;
	}
	.dropdown-link:hover .dropdown-content{
		opacity: 1;
		visibility: visible;
	}
	.dropdown-link:hover .dropdown-content li{
		opacity: 1;
		visibility: visible;
		height: 43px;
	}
}
@media (max-width: 767px){
	#header-mobilmenubutton{
		display: block;
	    z-index: 500;
	    position: relative;
	    float: left!important;
	    background-color: transparent;
	    border: none;
	    box-shadow: none;
	    left: 0;
	    top: -1px;
	    font-size: 35px;
	    color: #ad0000;
	    outline: none;
	    position: fixed;
	}
}
.slm-wrap.red-theme .slm-slide,
.slm-wrap.red-theme .slm-slide .slm-close{
	background: #ad0000 !important;
}
/* #######################################
				ANASAYFA
########################################## */
.slider img{
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 375px;
}
.slider .whcr-item-header{
	position: absolute;
	top: 15px;
	right: 0px;
	text-align: left;
	min-width: 350px;
	white-space: nowrap;
	color: #FFF;
	padding: 10px;
	background-color: rgba(0,0,0,0.8);
	font: italic 28px Georgia, "Times New Roman", Times, serif;
}
.slider .owl-controls{
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateX(-20px);
}
@media (max-width: 767px){
	.slider img{
		height: 275px;
	}
	.slider .whcr-item-header{
		top: initial;
		bottom: 15px;
		min-width: 100%;
		width: 100%;
		font-size: 20px;
		text-align: center;
	}
	.slider .owl-controls{
		top: 35%;
	}
}
.slider .owl-theme .owl-controls .owl-buttons div{
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	background-color: #ad0000;
	border-radius: 50%;
	opacity: 1;
	filter: Alpha(opacity=100);
	color: #FFF;
	transition: all 0.3s;
	font: normal normal normal 14px/1 FontAwesome;
	position: relative;
}
.slider .owl-theme .owl-controls .owl-buttons div:hover,
.slider .owl-theme .owl-controls .owl-buttons div:focus{
	background-color: #FFF;
	color: #000;
}
.slider .owl-theme .owl-controls .owl-buttons .owl-prev{
	left: 45px;
	position: absolute;
	line-height: 25px;
}
.slider .owl-theme .owl-controls .owl-buttons .owl-next{
	right: 15px;
	position: absolute;
	line-height: 25px;
}
.slider .owl-theme .owl-controls .owl-buttons .owl-prev:before{
	content: "\f053";
	display: block;
	margin-top: 5px;
}
.slider .owl-theme .owl-controls .owl-buttons .owl-next:before{
	content: "\f054";
	display: block;
	margin-top: 5px;
}

/* #######################################
				FOOTER
########################################## */
.footer{
	margin-top: 25px;
	font-family: Georgia, Serif;
	color: #e6e6e6;
}

.footer-top{
	background: #111111;
	padding: 15px;
}
.f-title{
	font: italic 25px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	background: url(../img/bg/footer-title.jpg) no-repeat left bottom;
}
.footer-link a {
	text-decoration: none;
	color: #e6e6e6;
	width: 100%;
	display: block;
}
.footer-link a:hover,
.footer-link a:focus{
	color: #ad0000;
}
.footer-link > ul.list-unstyled > li > ul{
	list-style-type: none;
}
.footer-link > ul.list-unstyled > li{
	background: url(../img/bg/footer-title.jpg) no-repeat left bottom;
	width: 100%;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
@media (max-width: 767px){
	.footer-link,
	.footer-map{
		display: none;
	}
}
.footer-bottom{
	padding-top: 10px;
	min-height: 45px;
}
.cpy, .cpy a{
	text-align: center;
	color: rgb(60, 60, 60);
}
.tasarim .a360-icon{
	float: right;
	height: 19px;
}
.tasarim .a360-icon.a360-light-grey .a360-icon-card-container .a360-icon-back > div{
	-webkit-filter:brightness(0.2);
	-moz-filter:brightness(0.2);
	-o-filter:brightness(0.2);
	-ms-filter:brightness(0.2);
	filter:brightness(0.2);
}


.welcome-img{
	position: absolute;
    right: 50px;
    height: 75px;
    top: 11px;
}
@media (max-width: 600px){
	.welcome-img{
		display: none;
	}
}
.welcome-text h2{
	font-size: 28px;
    line-height: 26px;
    margin-top: 20px;
	color: #ad0000;
	text-shadow: 1px 1px #fff;
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
}
.welcome-text h3{
	font-size: 19px;
    line-height: 23px;
    text-shadow: 1px 1px #fff;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
}
.welcome-desc{
	color: #555;
	line-height: 2;
}

.left-content,
.right-content{
	padding-top: 15px;
	font-family: Georgia, Serif;
}
.left-content .container{
	width: 100%;
}
.right-sidebar .right-content{
	line-height: 1.3;
}
.right-content img{
	height: 165px;
	width: 160px;
	object-fit: cover;
	object-position: center;
}
.block-title{
	color: #ad0000;
	text-shadow: 1px 1px #fff;
	font: italic 180% Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	background-image: url('../img/bg/horiz_bg.png');
    background-repeat: repeat;
    min-height: 45px;
}


/* Haberler */
.news{
	display: block;
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.news:after{
	content: '';
    background-image: url('../img/bg/horiz_bg.png');
    background-repeat: repeat;
    background-position: bottom center;
    display: block;
    width: 100%;
    height: 59px;
    background-size: contain;
}
.news-list{
	padding: 0px;
}
.news-img{
	width: 200px;
	float: left;
	margin-right: 15px;
}
.news-img img{
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 175px;
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #e0dede;
}
.news-title{
	color:#ad0000;
	font: italic 150% Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
}
.news-desc{
	color: #555;
	font-size: 14px;
	font-family: Georgia, Serif;
	line-height: 1.7;
}
.news-read-more{
	font-size: 13px;
    text-align: center;
    border: none;
    float: right;
    background-color: #fbfbfb;
    padding: 5px;
    border-radius: 5px;
    color: #ad0000;
	border: 1px solid #e3e3e3;
	transition: all 0.3s;
	margin-top:10px;
	position: relative;
	z-index: 50;
}
.news-read-more:hover,
.news-read-more:focus{
	color: #FFF;
	background-color: #ad0000;
	text-decoration: none;
}

@media only screen and (max-width: 480px){
	body .wh-ps.fluid-grid .wh-item, body .wh-ps.fluid-grid[class*=col-] .wh-item{
		width: 50%;
		padding-bottom: 50%;
	}
}

@media (max-width: 767px){
	.sub-content .right-sidebar{
		display: none;
	}
}


@media (max-width: 480px){
	#image-marker{
		display: none;
		float: left;
		width: 100%;
	}
}