@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto');
/* CSS Document */
body{
	background:#CFCFCF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:25px;
    color: #333;
}

a{
	color:#ff1100 !important;
}

.border-top{
    border-top:1px solid #ff1100; 
}
.border-bottom{
    border-bottom:1px solid #ff1100; 
}

/* */
#ui-datepicker-div{
    display:none;
}
.ui-datepicker-header{
	background: #FF1100 !important;
	color:#FFFFFF !important;
}
.ui-datepicker-month, .ui-datepicker-year{
    color:#000000;
}
.ui-state-default{
    color:#000 !important;
}

/* CTA button */
.btn-cta{
	color:#FFFFFF !important;
	background:#FF1100;
	border:2px solid #FF1100;
}
.btn-cta:hover{
	color:#FF1100 !important;
	background:#FFFFFF;
	border:2px dashed #FF1100;
}
.order-btn-wrapper{
	padding:20px 0px;
}

/* Video */
#myVideo{
	width:100%;
    background: #FFF;
}
#myVideoClip{
	width:100%;
}
/* Form */
.required{
	color:#FF1100;
}
.iText{
	background:#FFF;
	font-size: 12px;
	color: #000;
	padding: 5px;
	border: 1px solid #d7d7d7;
	margin: 5px 0px;
}
.iTextarea{
	background:#FFF;	
	font-size: 12px;
	color: #000;
	padding: 5px;
	border: 1px solid #d7d7d7;
	margin: 5px 0px;
}
.iSelect{
	background:#FFF;	
	font-size: 12px;
	color: #000;
	padding: 4px 5px;
	border: 1px solid #d7d7d7;
	margin: 5px 0px;
}
.invalid{
	border:1px solid #FF1100 !important;
}

/* Counter */
.counter{
    border:1px solid #EEEEEE;
    padding:10px;
    margin-bottom:20px;
}
.counter p{
    margin:0;
    padding:0;
}
.counter-number{
    text-align:center;
    font-size:2em;
}
.counter-name{
    text-align:center;
    margin-top:10px !important;
}

/* POPUP */
#popup{
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 350px;
	height: 250px;
	margin-left: -175px;
	margin-top: -125px;					
	background: #FFF;
	z-index:8;
	overflow:hidden;
	padding:0;
	box-shadow:1px 1px 5px #000;	
}
#popup-button{
	position:absolute;
	bottom:0;
}
#fade{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index:7;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

#download-wrapper{
    position: fixed;
    bottom: 0;
    width: 100%;
    display:none;
    padding:10px;
    background: #ff1100;
    color: #FFFFFF;
    text-align:center;
    border-top:1px solid #FFFFFF;
}
.contact-icon{
	color:#ff1100;
}

/* Értékelés csillag */
.rating-stars{
	margin-bottom:10px !important;
}
.rating-stars i{
	margin-right:5px;	
	color:#FFB000;
}
.rating-stars i:last-child{
	margin-right:0px;	
}

/* Belépés */
.login{
	position:relative;
}
.login-form-wrapper{
	position:absolute;
	top:20%;
	left:0;
    z-index: 1002;
	color:#FFFFFF;
	width:100%;
	text-align:center;
}
.login-form-wrapper .password{
	color:#ff1100;
	padding:10px;
	margin-bottom:20px;
}
.login-form-wrapper h1{
	margin-bottom:0px;
}
.login-overlay{
	background: #000000;
    opacity: .80;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}
.photo{
	position:relative;
	background:#FFFFFF;
	margin-bottom:20px;
}
.photo-wrapper{
	width:100%;
	position:relative;
}
.photo-name{
	color: #222;
    margin: 12px 0 0;
    letter-spacing: 1px;
	text-align:center;
    text-transform: uppercase;
    font-size: 12px;
	text-decoration:none;
}
.photo-button{
    width:100%;
    padding: 5px;
    background:#ff1100;
    color:#FFFFFF;
    text-align: center;
}

.album{
	position:relative;
	background:#FFFFFF;
	padding-bottom:5px;
	margin-bottom:20px;
}
.album a{
	text-decoration:none !important;
}
.album:hover{
	color:#FFFFFF !important;
	background:#ff1100;
}
.album-photo-wrapper{
	width:100%;
	position:relative;
}
.album-locked{
	position:absolute;
	top:0;
	left:0;
	color:#FFFFFF;
	background:#ff1100;
	padding: 5px 10px;
}
.album-name{
	color: #222;
    margin: 12px 0 0;
    letter-spacing: 1px;
	text-align:center;
    text-transform: uppercase;
    font-size: 14px;
	text-decoration:none;
}
.album-place, .album-number{
	color: #222;
    letter-spacing: 1px;
	text-align:center;
    font-size: 12px;
	text-decoration:none;
}
.album-date{
	font-style: italic;
    font-size: 12px;
    color: #AAA;
    letter-spacing: 1px;
	text-align:center;
    text-transform: uppercase;
}
.album-button-wrapper{
	padding-bottom:20px;
}
.album-button-wrapper .btn{
	margin-right:10px;
}


/* Calendar */
.calendar{
	border-left:1px solid #999;
	background: #FFF;
	margin-bottom:20px;
	width:100%;
}
.calendar-month{
	color:#FFFFFF;
	background:#ff1100 !important;
}
.calendar th{
	background:#ccc;
	font-weight:bold;
	border-top:1px solid #999;
}
.calendar th, .calendar td{
	width:40px;
	padding:3px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	text-align:center;
}
.calendar-day{
	cursor: pointer;
}
.calendar-noday{
	background:#eee;
	min-height:50px;
}
.calendar-unavailable{
	color:#888;
	background:#ccc;
}
.calendar-hold{
	color:#000;
	background:#17c64b;
}
.calendar-capacity{
	color:#000;
	background:#FFDD00;
}
.calendar-reserved{
	color:#FFF;
	background:#FF1100;
}
.calendar-past{
	color:#888;
	background:#eee;
}
.calendar-available-span{
	background:#FFFFFF;
	width:15px;
	height:15px;
	display:inline-block;
	border: 1px solid #999;
}
.calendar-unavailable-span{
	background:#ccc;
	width:15px;
	height:15px;
	display:inline-block;
	border: 1px solid #999;
}
.calendar-capacity-span{
	background:#FFDD00;
	width:15px;
	height:15px;
	display:inline-block;
	border: 1px solid #999;	
}
.calendar-hold-span{
	background:#17c64b;
	width:15px;
	height:15px;
	display:inline-block;
	border: 1px solid #999;	
}
.calendar-reserved-span{
	background:#FF1100;
	width:15px;
	height:15px;
	display:inline-block;
	border: 1px solid #999;	
}

/* Calendar list */
.calendar-list-table{
	color:#000000;
	background:#FFFFFF;
	margin-top:10px;
}
.calendar-list-table thead{
	color:#FFFFFF;
	background:#c34d60;
}

/* Navigation */
#Navigation{
	background:#FFFFFF;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 0 rgba(0,0,0,.1);	
}

/* Headline */
#headline{
	background:#ff1100;
	color:#FFFFFF;
	padding:30px 0px;
    text-shadow: 1px 1px #424242;
    box-shadow: 
        inset 0px 11px 8px -10px #888,
        inset 0px -11px 8px -10px #888; 
}
#headline h1{
	color:#FFFFFF;
	text-align:left;
	margin-bottom:0px;
	text-transform:none;
}
#headline p{
	margin:10px 0px;
}
#headline a:link, #headline a:visited{
	color:#FFFFFF !important;
	text-decoration:underline !important;
}
#headline a:hover, #headline a:focus{
	color:#000 !important;
	text-decoration:none !important;
	text-shadow:none;
}

.iframe{
	background: url("../img/ajax_loader.gif") top center no-repeat;
}

/* H1, H2*/
h1 span, h2 span{
	color:#ff1100;	
}
h1{
	line-height:1.75em;
}
h2{
	line-height:1.5em;
}

/* CTA button */
.btn-cta{
	color:#FFFFFF !important;
	background:#ff1100;
	border:2px solid #ff1100;
}
.btn-cta:hover{
	color:#ff1100 !important;
	background:#FFFFFF;
	border:2px dashed #ff1100;
}
.offer-btn-wrapper{
	padding:20px 0px;
}
.btn-success{
    color:#FFFFFF !important;
}
.btn-default {
    color: #333 !important;
}

/* */
#backdrops-loader{
	height:3px;
	background:#ff1100;
	width:0%;
	position:absolute;
	bottom:0px;
	left:0px;
}
#backdrops-wrapper{
}
.bg1{
	background:#495868;
	color:#FFFFFF;
}
.bg1 h1{
	color:#FFFFFF;
}
.bg2{
	background:#eae0bd;
}
.bg3{
	background:#ad6f64;
	color:#FFFFFF;
}
.bg3 h1{
	color:#FFFFFF;
}

/* */
.section-background{
	position:absolute;
	bottom:0px;
	right:0px;
	background-attachment: fixed;	
}
.section-background img{
	width:100%;
}
@media only screen and (max-width: 500px) {
	.section-background{
		position:relative;
		overflow:hidden;
		margin-bottom:-40px;
	}
}


/* */
.thumbnail{
    background:#FFFFFF;
    border:1px solid #DDDDD;
	border-radius:0px;
    padding:4px;
    margin-bottom:15px;
}
.thumbnail:hover{
	border:1px solid #ff1100;
}
.thumbnail img{
    width:100%
}

/* FOOTER */
footer{
	padding:10px;
	background:#333;
	color:#FFF;
}
footer h1{
	color:#ff1100;
	font-size:1.5em;
	margin-top:5px;
}
footer i{
	font-size: 25px !important;
	color: #ff1100;
	float: left;
	width:40px;
}
footer ul{
	margin:0;
	padding:0;
	list-style:none;
}
footer ul li a{
	display:block;
	color:#FFFFFF !important;
	text-decoration:none;
	padding:3px 0px;
}
footer ul li a:hover{
	color:#ff1100 !important;
	text-decoration:none;
}

/* Bottom */
#Bottom{
	color:#FFFFFF;
	background:#ff1100;
	padding:10px 0px;
}

.hideme{ opacity:0; }

/* Section */
section{
	position:relative;
	overflow:hidden;
	padding:40px 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ececef+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ececef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 50%,#ececef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#ececef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececef',GradientType=0 ); /* IE6-9 */
}
section .front{
	z-index:10;
}
section .title{
	position:absolute;
	top:0;
	left:0;
	color:#FFFFFF;
	background:#ff1100;
	padding:15px;
	margin-top:-40px;
	font-size:2em;
}
section h1{
	text-align:center;
	color: #252525;
    font-size: 2em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 20px;
	letter-spacing:0.05em;
	line-height:1.35em;
}
section h2{
    font-size: 1.75em;
	line-height: 1.75em;
}
section h3{
    font-size: 1.5em;
    line-height: 1.5em;
}
.section-image{
	text-align:center;
	margin-bottom:-40px;
}
.section-image img{
	width:100%;
}

@media only screen and (max-width: 500px) {
	section h1{ font-size: 1.5em; }
	section h2{ font-size: 1.25em; }
	section h3{ font-size: 1em; }
}

.line{
	border-top:1px solid #AAA;
	height:30px;
	max-width:300px;
	width:100%;
	margin:0 auto;
	text-align:center;
}
.line img{
	margin-top:-30px;
	background:#FFFFFF;
	padding:0px 7px;
}
.line i{
	margin-top:-30px;
	background:#FFFFFF;
    color:#FF1100;
	padding:0px 7px;
} 

.info{
	background:#FFFFFF;	
	text-align:center;
	margin-bottom:20px;
	padding-bottom:20px;
	border:1px solid #EEEEEE;
}
.info:hover{
	border:1px solid #ff1100;
}
.info-circle{
    display: inline-block;
    width: 90px;
    height: 90px;
    text-decoration: none;
    border: 1px solid #818181;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    margin: 35px;
    position: relative;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.info-circle i {
    color: #252525;
    font-size: 36px;
    line-height: 90px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.info:hover .info-circle{
	background:#ff1100;
	border: 1px solid #ff1100;
}
.info:hover i{
	color:#FFFFFF;
}
.info h2{
	margin-top:0px;
}
.info p{
	margin:10px 15px;
}

.w100{ width:100%; }
.mb10{ margin-bottom: 10px }
.mb20{ margin-bottom: 20px }
.pt10{ padding-top:10px }
.pb20{ padding-bottom: 20px }
.pb40{ padding-bottom: 40px }
.p30{ padding: 30px }

/* */
.PricingTable{
	margin:20px 0px;
	background:#FFFFFF;
	border:1px solid #EEEEEE;
}
.PricingTable thead{
	color:#FFFFFF;
	background: #ff1100;
}
.PricingTable thead h2{
	margin-top:5px;
}
.PricingTable td{
	text-align:center;
}
.PricingTable tbody tr:first-child{
	font-size:1.75em;
}
.PricingTable tbody tr:hover{
	color:#FFFFFF;
	background:#ff1100;
}
/* */
.GiftPricingTable{
	margin:20px 0px;
	background:#FFFFFF;
	border:1px solid #EEEEEE;
}
.GiftPricingTable td, .GiftPricingTable th{
	text-align:center;
}
.GiftPricingTable td:first-child, .GiftPricingTable th:first-child{
	text-align:left;
}
.GiftPricingTable tbody tr:hover{
	color:#FFFFFF;
	background:#ff1100;
}

.Icon{
	color:#ff1100;
}
.IconWrapper{
	margin:0 auto;
}
.IconWrapper i{
	color:#ff1100;
    font-size:1.25em !important;
    float: left;
    width: 40px;	
}

iframe{
	width:100%;
}

/* */
.testimonial img{
	max-width:100px;	
}
.testimonial p:first-child{
	margin-top:20px;
	margin-bottom:0px;
	color: #ff1100;	
}
.testimonial p:last-child{
	color: #656565;
	font-size:0.9em;
}
.quote {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 0px;
    background: #FFF;
    border-left-color: #ff1100;
}
.quote h2{
	margin-top:0px;
	font-size:1.35em;
}
.quote p{
	margin-bottom:0px;
}
/* */
#CarouselWrapper{
	background:#e4e4da !important;
}
#myCarousel{
	width:100%;
	border:3px solid #FFFFFF;
	margin-bottom:60px;
}
@media only screen and (max-width: 500px) {
	#myCarousel{
		margin-bottom:20px;
	}
	#CarouselWrapper{
		padding:20px 0px !important;
	}	
}
.carousel-indicators {
	bottom:-60px;
}
.carousel-indicators .active{
	background:#ff1100;
	width:30px;
	margin:5px;
}
.carousel-indicators li{
	background:#FFFFFF;
	border-radius:0px;
	width:30px;
	margin:5px;
}

.carousel-arrow{
	position:absolute;
	top:45%;
}

/* BOOTSTRAP CHANGES */
.navbar{
	margin-bottom:0px !important;
}
.navbar-brand{
	padding:5px 0px !important;
    color:#FF1100;
}
.navbar-nav li a{
	color:#000000 !important;
	/*text-transform:uppercase;	*/
}
.navbar-nav li a:hover, .navbar-nav li.active a{
	color:#FFFFFF !important;
	background:#ff1100;	
}

/* Submenu */
.dropdown-menu > li.inactive a{
	color:#000000 !important;
	background:#FFFFFF !important;	
}
.dropdown-menu > li.inactive a:hover{
	color:#FFFFFF;
	background:#ff1100;	
}
.dropdown-menu > li.active a:hover{
	color:#FFFFFF !important;
	background:#ff1100 !important;	
}

.btn.btn-square {
  border-radius: 0;
}

/* Icon bar*/
.navbar-toggle .icon-bar {
	background:#ff1100;
}

/* No gutter */
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}