@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Josefin Sans', sans-serif;
	font-size:16px;
	color:#252525;
	padding-top:200px;
}
.pagetitle{
	font-family: 'Cormorant Unicase', serif;
	font-size:60px;
	text-transform:uppercase;
	text-align:center;
	color:#252525;
	float:none;
    margin-top: 20px;
    margin-bottom: 10px;
}
.pagetitle a{
	text-decoration:none;
	color:#252525;
}
#top_line_decor{
	background: #dcdcdc; /* Old browsers */
	background: -moz-linear-gradient(top,  #dcdcdc 0%, #eeeeee 50%, #dcdcdc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #dcdcdc 0%,#eeeeee 50%,#dcdcdc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #dcdcdc 0%,#eeeeee 50%,#dcdcdc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	height:9px;
	width:100%;
	border-bottom:1px solid #FFF;
}
.navbar-fixed-top{
	background: #ececed; /* Old browsers */
	background: -moz-linear-gradient(top,  #ececed 0%, #ffffff 15%, #ffffff 85%, #f2f2f2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ececed 0%,#ffffff 15%,#ffffff 85%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ececed 0%,#ffffff 15%,#ffffff 85%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececed', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	width:100%;
}
.navbar-default {
	font-size:16px;
}
.navbar-nav{
	text-transform:uppercase;
    }
.fomenu{
	margin-left:auto;
	margin:auto;
}
.header-info-line{
	position:relative;
}
.header-info-line:before {
	content: "";
	display: block;
	background-color:#ebebec;
	width: 100%;
	height: 10px;
	position: absolute;
	margin-top: 5px;
	z-index: 0;
}
.header-info-line span, .language-select span{
	background-color:#FFF;
	padding:2px 5px;
	font-family: 'Josefin Sans', sans-serif;
}
.nopadding-rigth{
	padding-right:0;
}
.nopadding-left{
	padding-left:0;
}
.language-select:before {
	content: "";
	display: block;
	background-color:#d7d8d9;
	width: 100%;
	height: 1px;
	position: absolute;
	margin-top: 10px;
	z-index: -1;
}
.carousel-indicators li{
    display: inline-block;
    width: 26px;
    height: 7px;
    margin: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color:#FFF;
    border: none;
    border-radius: 2px;
	opacity:0.25;
}
.carousel-indicators .active {
    width: 26px;
    height: 7px;
    margin: 3px;
    background-color: #af4c4f;
	opacity:1;
}
hr {
       height : 21px;
       background : url(../img/hr_bg.png) 50% 0 no-repeat;
       margin : 1em 0;
	   border:none;
  }
hr:before {
	content: "";
	display: block;
	background-color:#ebebec;
	width: 80%;
	max-width: 1140px;
	height: 1px;
	position: absolute;
	margin-top: 10px;
	z-index: -2;
}

.offers{
	background-color:#f5f5f5;
	border-bottom:1px solid #dddddd;
	padding:20px 0;
}
.offers img{
	max-width:100%;
	height:auto;
}
.offers .col-sm-3{
	margin-top:1em;
}
.bovebbgomb {
    text-transform:uppercase;
	color:#af4c4f;
	line-height:40px;
    margin: 15px auto 15px auto;
    border: solid 1px;
    border-color: rgb(200,200,200);
    background-color: rgb(255,255,255);
	display:block;
	max-width:130px;
}

.thumbnail-carousel{
	background-image: url(../img/thumbnail_carousel_bg.jpg);
}
#myCarousel2 .carousel-indicators{
	bottom:-50px;
}
#myCarousel2 .carousel-indicators li{
	background-color:#b9b9ba;
	opacity:1;
}
#myCarousel2 .carousel-indicators .active {
    width: 26px;
    height: 7px;
    margin: 3px;
    background-color: #af4c4f;
	opacity:1;
}
.thumbnail-carousel .thumbnail, #myCarousel2 .col-lg-3{
	padding:0;
}
.tovabbi_gomb, .tovabbi_gomb:hover{
	background-color:#af4c4f;
	color:#FFF;
	font-weight: bold;
	font-size:18px;
	text-decoration:none;
	text-transform:uppercase;
}
.tovabbi_kepek_blokk{
	background-color:#ebebec;
	border-top:1px solid #dddddd;
	padding:60px 0;
}
.footer{
	background-color:#53545a;
	color:#FFF;
}
.footer h1{
	color:#FFF;
	font-family: 'Cormorant Unicase', serif;
	font-size:60px;
	text-transform:uppercase;
	text-align:center;
	float:none;
    padding-top: 60px;
	margin-top:0;
}

.footer-info-line{
	position:relative;
}
.footer-info-line:before {
	content: "";
	display: block;
	background-color:#6a6b71;
	width: 100%;
	height: 1px;
	position: absolute;
	margin-top: 10px;
	z-index: 0;
}
.footer-info-line span{
	background-color:#53545a;
	text-transform:uppercase;
	color:#FFF;
	padding:2px 5px;
	font-family: 'Josefin Sans', sans-serif;
	z-index:1;
}
.custom-footer-input{
	max-width:420px;
	background-color:#6a6b71;
	border:none;
	border-radius:5px;
	color:#FFF;
	margin:10px auto;
}
.custom-newsletter-button{
	color:#FFF;
	background-color:#53545a;
	border:1px solid #6d6e73;
}
.custom-newsletter-button:hover{
	border:1px solid #EEE;
	color:#FFF;
}
.custom-social-buttons{
	padding:2em 0;
	margin:1em 0;
	border-top:1px solid #6a6b71;
	border-bottom:1px solid #6a6b71;
}
.custom-social-icon{
	color:#FFF;
	font-size:18px;
	border:1px solid #6a6b71;
	height:50px;
	width:50px;
	padding:16px;
	border-radius:25px;
	margin-right:30px;
}
.footer-bottom{
	line-height:2em;
}
.footer-bottom span{
	color:#6a6b71;
	font-size:2em;
}
.footermenu a{
	color:#6a6b71;
}

.nl_line{
	clear:both;
}
/*******************/
#content h1{
	text-align:center;
	font-family: 'Cormorant Unicase', serif;
}
h1{
	text-transform:uppercase;
}
.thumbnail-carousel h1{
	text-align:center;
	font-family: 'Cormorant Unicase', serif;
	font-size:36px;
	text-transform:uppercase;
	color:#252525;
	margin:0;
	padding:20px 0;
}

.thumbnail{
	padding:0;
	border:none;
}
@media only screen and (max-width: 768px) {

	.pagetitle{
		font-size:2em;
		float:left;
    	margin:5px;
	}
	#content h1{
		text-align:center;
		font-size:150%;
	}
	body{
		padding-top:60px;
	}
	#content{
		padding:10px;
	}
	.footer h1{
		display:none;
		}
	.footer-info-line{display:none}
	.custom-social-buttons{
		padding:10px 0;
		margin:0 5px;
	}
	hr:before{
		width:95%;
	}
	iframe{
		min-height:200px;
	}
	.navbar-nav{
		display:none;
	}
}

@media only screen and (min-width : 992px) {
		
	#content{
		min-height:400px;
	}
	iframe{
		min-height:500px;
	}
	.navbar-nav{
		margin: 0 auto;
        display: table;
        table-layout: fixed;
        float:none;
    }

}

.fomenu li a{
	padding: 10px 14px;
}