@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Medula+One|Open+Sans:400,600,700,800);
.main-holder {
	overflow:hidden;
	background:url(images/bg-pages-top.jpg) no-repeat 50% 0;
}
.home .main-holder { background:none; }
@media (max-width: 767px) {
	body { padding:0; }
	body .header { padding:20px; }
	body .footer {
		padding:20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	body .content-holder { padding:0 20px 20px 20px !important; }
	body.home .content-holder { padding:20px 20px 0 20px !important; }
}
a { transition:all 0.3s ease 0s; }
h1, h2, h3, h4, h5, h6 { text-transform:uppercase; }
h6 { text-shadow:none; }
.featured-thumbnail, .thumbnail, figure.frame {
	background:none;
	border-radius:0;
	padding:0;
	border:none;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.featured-thumbnail img, .thumbnail img, figure.frame img {
	display:inline-block;
	border:none;
	background:none;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
figure.frame {
	margin-bottom:30px;
	margin-left:0;
}
figure.frame p { margin:0 !important; }
@media (max-width: 767px) {
	figure.frame { text-align:left; }
}
.btn, .reply a {
	border-radius:0;
	border:none;
	color:#d69a01;
	text-shadow:none;
	font:800 12px/1.2em 'Open Sans', sans-serif;
	text-transform:uppercase;
	padding:0;
	letter-spacing:0;
	height:auto;
	border-bottom:1px solid #d69a01;
	box-shadow:none;
	text-decoration:none;
	background:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}
.btn:hover, .btn:active, .reply a:hover, .reply a:active {
	background:none;
	text-decoration:none;
	border-color:#acacac;
	color:#acacac;
	box-shadow:none;
}
.btn:focus, .reply a:focus {
	color:#d69a01;
	border-color:#d69a01;
	background:none;
}
@media (max-width: 767px) {
	.btn, .reply a { margin:20px 0; }
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	padding:7px 10px;
	margin:0 0 10px 0;
	font-size:13px;
	line-height:1.2em;
	text-transform:none;
	font-weight:300;
	color:#acacac;
	text-decoration:none;
	position:relative;
	border-radius:0;
	background:#fff;
	box-shadow:none;
	border:1px solid #efefef !important;
	transition:all 0.3s ease 0s;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	background:#f0f0f0;
	box-shadow:none;
	border-color:#6e6e6e !important;
}
.wpcf7-form p.field input { height:35px; }
.wpcf7-form p.field input:focus { border-color:#6e6e6e !important; }
.wpcf7-form textarea { color:#7d7d7d !important; }
.wpcf7-form textarea:focus { border-color:#6e6e6e !important; }
.wpcf7-form textarea.watermark { color:#7d7d7d !important; }
.wpcf7-form .wpcf7-not-valid-tip { padding:7px 8px 2px !important; }
@media (min-width: 979px) and (max-width: 1200px) {
	.wpcf7-form .wpcf7-not-valid-tip { font-size:10px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .wpcf7-not-valid-tip {
		padding:2px 3px !important;
		font-size:7px !important;
	}
}
.wpcf7-form .submit-wrap .btn { height:auto; }
.header {
	border:none;
	padding:64px 0 58px;
	background:none;
}
.home .header {
	position:absolute;
	width:100%;
	margin:0 auto;
	padding:64px 0 0;
}
@media (max-width: 767px) {
	.home .header {
		padding:30px 20px 20px 20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		position:relative;
		background:#212121;
	}
}
.nav__primary {
	position:relative;
	float:none;
	padding:17px 0 0 0;
	margin:0;
	z-index:100;
	background:none;
}
.nav__primary .select-menu { height:35px; }
.nav__primary .sf-menu {
	float:right;
	display:block;
	position:relative;
	padding:0 45px 0 0;
	z-index:1;
}
@media (max-width: 1200px) {
	.nav__primary .sf-menu { padding:0 8px 0 0; }
}
@media (max-width: 767px) {
	.nav__primary .sf-menu { display:none !important; }
}
.nav__primary .sf-menu >li {
	background:none;
	float:left;
	text-align:center;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0 0 0 102px;
	border:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
	z-index:10;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.nav__primary .sf-menu >li { margin-left:50px; }
}
.nav__primary .sf-menu >li:first-child { margin:0; }
.nav__primary .sf-menu >li:hover ul { top:100%; }
.nav__primary .sf-menu >li:hover li ul { top:-999em; }
.nav__primary .sf-menu >li:after {
	content:"";
	width:100%;
	height:2px;
	background:#ffc40d;
	position:absolute;
	pointer-events:none;
	cursor:default;
	padding:0 8px;
	left:-8px;
	bottom:-7px;
	opacity:0;
	transition:all 0.3s ease 0s;
}
.nav__primary .sf-menu >li:hover:after { opacity:1; }
.nav__primary .sf-menu >li >a {
	border:none;
	padding:0;
	font-weight:800;
	display:block;
	text-transform:uppercase;
	border-radius:0;
	position:relative;
	letter-spacing:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
	background:none;
}
.nav__primary .sf-menu >li >a:hover {
	text-decoration:none;
	color:#ffc40d;
	background:none;
}
.nav__primary .sf-menu >li >a:hover .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li >a >.sf-sub-indicator {
	position:absolute;
	display:inline-block;
	top:21px;
	left:50%;
	margin-left:-5px;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 -100px transparent;
}
.nav__primary .sf-menu >li.current-menu-item:after { opacity:1; }
.nav__primary .sf-menu >li.current-menu-item >a {
	text-decoration:none;
	color:#ffc40d;
	background:none;
}
.nav__primary .sf-menu >li.current-menu-item >a .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li.sfHover:after { opacity:1; }
.nav__primary .sf-menu >li.sfHover >a {
	text-decoration:none;
	color:#ffc40d;
	background:none;
}
.nav__primary .sf-menu >li.sfHover >a .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li.sfHover ul { top:100%; }
.nav__primary .sf-menu >li.sfHover li ul { top:-999em; }
.nav__primary .sf-menu >li >.sub-menu {
	background:#ffc40d;
	top:-999em;
	left:0;
	width:180px;
	padding:20px 0;
	margin:5px 0 0 -8px;
	border:none;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	z-index:10000;
}
@media (max-width: 1200px) {
	.nav__primary .sf-menu >li >.sub-menu { width:150px; }
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item {
	background:none;
	text-align:left;
	border:none;
	padding:0;
	margin:0;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item:first-child { border:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item:hover li ul { top:-999em; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item a {
	margin:0;
	background:none;
	border:none;
	color:#282828;
	text-transform:uppercase;
	display:block;
	letter-spacing:0;
	border-radius:0;
	padding:8px 26px;
	letter-spacing:0;
	font:800 12px/1.2em 'Open Sans', sans-serif;
	transition:all 0.3s ease 0s;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a:hover {
	color:#ffc40d;
	text-shadow:none;
	background:#282828;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a >.sf-sub-indicator {
	top:10px;
	right:20px;
	left:auto;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 0 transparent;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover li ul { top:-999em; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover >a {
	color:#ffc40d;
	text-shadow:none;
	background:#282828;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover >a .sf-sub-indicator { background-position:-10px 0; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item.current-menu-item a {
	color:#ffc40d;
	text-shadow:none;
	background:#282828;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu {
	background:#ffc40d;
	padding:20px 0;
	margin:-20px 0 0 0;
	top:0;
	left:100%;
	border:none;
	border-radius:0;
	width:100%;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item {
	background:none;
	text-align:left;
	border:none;
	padding:0;
	margin:0;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item:first-child { border:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item:hover ul {
	top:0;
	left:10em;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a {
	margin:0;
	padding:8px 26px;
	color:#282828;
	display:block;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a:hover {
	color:#ffc40d;
	text-shadow:none;
	background:#fff;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item.current-menu-item a {
	color:#ffc40d;
	text-shadow:none;
	background:#fff;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item.sfHover ul {
	top:0;
	left:10em;
}
.logo {
	padding:0;
	margin:0 0 0 -2px;
	position:relative;
	top:-1px;
}
.logo.pull-left { float:none; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
.logo .logo_h__txt a:hover, .logo .logo_h__txt a:active, .logo .logo_h__txt a:focus {
	color:#fff;
	text-decoration:none;
}
.slider-wrap .container-slider {
	position:relative;
	width:1920px;
	float:none;
	left:50%;
	margin-left:-960px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.slider-wrap .container-slider {
		width:1200px;
		margin-left:-600px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.slider-wrap .container-slider {
		width:979px;
		margin-left:-490px;
	}
}
@media (max-width: 767px) {
	.slider-wrap .container-slider {
		width:100%;
		margin:0;
		left:0;
	}
}
.slider { position:relative; }
.camera_commands, .camera_prev, .camera_next {
	left:50%;
	bottom:66px;
	top:auto;
	margin-left:465px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.camera_commands, .camera_prev, .camera_next { margin-left:350px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_commands, .camera_prev, .camera_next { margin-left:240px; }
}
@media (max-width: 767px) {
	.camera_commands, .camera_prev, .camera_next {
		left:20px;
		bottom:20px;
		margin:0;
	}
}
@media (max-width: 480px) {
	.camera_commands, .camera_prev, .camera_next { display:none !important; }
}
.camera_prev { margin-left:505px; }
@media (min-width: 980px) and (max-width: 1200px) {
	.camera_prev { margin-left:390px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_prev { margin-left:280px; }
}
@media (max-width: 767px) {
	.camera_prev {
		right:60px;
		margin:0;
		left:auto;
	}
}
.camera_next { margin-left:545px; }
@media (min-width: 980px) and (max-width: 1200px) {
	.camera_next { margin-left:430px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_next { margin-left:320px; }
}
@media (max-width: 767px) {
	.camera_next {
		right:20px;
		margin:0;
		left:auto;
	}
}
.camera .camera_pag {
	position:absolute;
	top:82%;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.camera .camera_pag { top:75%; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera .camera_pag { top:70%; }
}
@media (max-width: 767px) {
	.camera .camera_pag { top:69%; }
}
@media (max-width: 480px) {
	.camera .camera_pag { top:67%; }
}
.camera .camera_pag .camera_pag_ul { text-align:center; }
.camera .camera_pag .camera_pag_ul li {
	border:1px solid #e4e4e4;
	background:#fff;
	width:12px;
	height:12px;
	border-radius:50%;
	margin-left:4px;
	margin-right:0;
}
.camera .camera_pag .camera_pag_ul li:first-child { margin-left:0; }
.camera .camera_pag .camera_pag_ul li span {
	width:12px;
	height:12px;
	border-radius:50%;
	left:0;
	top:0;
	background:none;
}
.camera .camera_pag .camera_pag_ul li.cameracurrent, .camera .camera_pag .camera_pag_ul li:hover {
	background:none;
	border-color:transparent;
}
.camera .camera_pag .camera_pag_ul li.cameracurrent span, .camera .camera_pag .camera_pag_ul li:hover span { background:#f7931d; }
.camera_overlayer { background:url(images/slider-alpha.png); }
@media (max-width: 480px) {
	.camera_overlayer { background:none; }
}
.camera_link { display:none !important; }
@media (max-width: 767px) {
	.camera_link { display:block !important; }
}
.camera_caption {
	display:inline-block;
	bottom:auto;
	top:25%;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.camera_caption { top:30%; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption { top:30%; }
}
@media (max-width: 767px) {
	.camera_caption { display:none !important; }
}
.camera_caption >div {
	padding:0;
	background:none;
	width:550px;
	position:relative;
	left:50%;
	margin-left:-585px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.camera_caption >div {
		width:450px;
		margin-left:-470px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption >div {
		width:300px;
		margin-left:-360px;
	}
}
.camera_caption >div h2 {
	font:90px/79px 'Medula One', cursive;
	text-transform:uppercase;
	color:#ffc40d;
	letter-spacing:2px;
	margin-bottom:65px;
}
@media (max-width: 1200px) {
	.camera_caption >div h2 { margin-bottom:20px; }
}
@media (min-width: 980px) and (max-width: 1200px) {
	.camera_caption >div h2 {
		font-size:40px;
		line-height:30px !important;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption >div h2 {
		font-size:25px;
		line-height:20px !important;
		margin-bottom:10px;
	}
}
.camera_caption >div h3 {
	font:800 24px/30px 'Open Sans', sans-serif;
	color:#fff;
	letter-spacing:2px;
	position:relative;
	text-transform:none;
	padding-left:100px;
	margin-bottom:15px;
}
@media (max-width: 1200px) {
	.camera_caption >div h3 { padding-left:0; }
}
@media (min-width: 980px) and (max-width: 1200px) {
	.camera_caption >div h3 {
		font-size:18px;
		line-height:20px !important;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption >div h3 {
		font-size:12px;
		line-height:16px !important;
		margin-bottom:10px;
	}
}
.camera_caption >div h3:before {
	content:"";
	width:70px;
	height:5px;
	background:#fff;
	position:absolute;
	left:0;
	top:5px;
}
@media (max-width: 1200px) {
	.camera_caption >div h3:before { display:none; }
}
.camera_caption >div p { padding-left:100px; }
@media (max-width: 1200px) {
	.camera_caption >div p { padding-left:0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption >div p {
		font-size:12px;
		line-height:16px;
	}
}
.camera { margin:0 !important; }
.camera >div {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
}
.camera >div.camera_fakehover {
	position:relative;
	top:auto;
}
.camera_thumbs {
	position:relative;
	width:570px;
	top:20%;
	left:50%;
	margin-left:15px;
	text-align:right;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.camera_thumbs {
		top:25%;
		width:320px;
		margin-left:150px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_thumbs {
		width:260px !important;
		top:29%;
		margin-left:105px;
	}
}
@media (max-width: 767px) {
	.camera_thumbs {
		width:100%;
		position:absolute;
		left:0;
		margin:0;
		top:auto;
		bottom:20px;
		text-align:center;
	}
}
@media (max-width: 480px) {
	.camera_thumbs { display:none !important; }
}
.camera_thumbs .camera_thumbs_cont {
	background:none;
	width:570px;
	display:inline-block;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.camera_thumbs .camera_thumbs_cont { width:320px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_thumbs .camera_thumbs_cont { width:260px; }
}
@media (max-width: 767px) {
	.camera_thumbs .camera_thumbs_cont { width:100%; }
}
.camera_thumbs .camera_thumbs_cont ul {
	width:570px !important;
	padding:0;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.camera_thumbs .camera_thumbs_cont ul { width:320px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_thumbs .camera_thumbs_cont ul { width:260px !important; }
}
@media (max-width: 767px) {
	.camera_thumbs .camera_thumbs_cont ul { width:100% !important; }
}
.camera_thumbs .camera_thumbs_cont ul li {
	display:inline-block;
	padding:0;
	position:relative;
	margin:0 0 35px 30px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.camera_thumbs .camera_thumbs_cont ul li { margin:0 0 20px 20px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_thumbs .camera_thumbs_cont ul li { margin:0 0 10px 10px; }
}
@media (max-width: 767px) {
	.camera_thumbs .camera_thumbs_cont ul li { margin:0 0 0 10px !important; }
	.camera_thumbs .camera_thumbs_cont ul li:first-child { margin:0 !important; }
}
.camera_thumbs .camera_thumbs_cont ul li:nth-child(2n+1) { margin-left:0; }
.camera_thumbs .camera_thumbs_cont ul li img {
	margin:0;
	display:block;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.camera_thumbs .camera_thumbs_cont ul li img { width:150px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_thumbs .camera_thumbs_cont ul li img { width:120px; }
}
@media (max-width: 767px) {
	.camera_thumbs .camera_thumbs_cont ul li img { width:100px; }
}
.camera_thumbs .camera_thumbs_cont ul li.cameracurrent:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	border:13px solid #fff;
	z-index:1000;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width: 767px) {
	.camera_thumbs .camera_thumbs_cont ul li.cameracurrent:after { border-width:5px; }
}
.buy-tickets-wrap {
	position:relative;
	bottom:0;
	height:66px;
	width:100%;
	border:none;
}
@media (max-width: 767px) {
	.buy-tickets-wrap { display:none; }
}
.buy-tickets-wrap >.container {
	position:relative;
	width:1170px;
	left:50%;
	margin-left:-585px;
	border:none;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.buy-tickets-wrap >.container {
		width:940px;
		margin-left:-470px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.buy-tickets-wrap >.container {
		width:724px;
		margin-left:-362px;
	}
}
.buy-tickets-wrap >.container:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#f6f6f6;
}
.buy-tickets-wrap >.container:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	background:#f6f6f6;
}
.buy-tickets-wrap .span7 { background:#f6f6f6; }
.buy-tickets-wrap .social {
	list-style-type:none;
	margin:0;
	border:none;
	background:#f6f6f6;
}
.buy-tickets-wrap .social li {
	display:inline-block;
	margin:13px 0;
	float:right;
	width:41px;
	height:41px;
	line-height:41px;
	text-align:center;
	background:none;
	transition:all 0.3s ease 0s;
}
.buy-tickets-wrap .social li.youtube {
	float:left;
	margin-left:100px;
	margin-top:16px;
	width:auto;
	height:auto;
	line-height:1em;
}
.buy-tickets-wrap .social li.youtube i {
	font-size:30px;
	color:#282828;
}
.buy-tickets-wrap .social li.youtube a:after {
	content:"visit our channel";
	font:800 12px/1.2em 'Open Sans', sans-serif;
	position:relative;
	top:-5px;
	margin-left:10px;
	color:#d69a01;
	text-transform:uppercase;
	letter-spacing:1px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.buy-tickets-wrap .social li.youtube a:after { display:none; }
}
.buy-tickets-wrap .social li.youtube a:hover:after { color:#282828; }
.buy-tickets-wrap .social li.youtube:hover { background:none; }
.buy-tickets-wrap .social li.youtube:hover i { color:#d69a01; }
.buy-tickets-wrap .social li:hover { background:#d69a01; }
.buy-tickets-wrap .social li:hover i { color:#fff; }
.buy-tickets-wrap .social li a {
	display:block;
	text-decoration:none;
}
.buy-tickets-wrap .social li i {
	font-size:18px;
	color:#d69a01;
	transition:all 0.3s ease 0s;
}
.buy-tickets-wrap .buy-tickets {
	font:800 18px/1.2em 'Open Sans', sans-serif;
	letter-spacing:2px;
	margin:20px 0 20px 26px;
}
.buy-tickets-wrap .buy-tickets a { color:#ffba00; }
.buy-tickets-wrap .buy-tickets a:after {
	content:"";
	width:8px;
	height:10px;
	background:url(images/btn-arrow.png);
	display:inline-block;
	margin-left:10px;
}
.buy-tickets-wrap .buy-tickets a:hover, .buy-tickets-wrap .buy-tickets a:active {
	color:#fff;
	text-decoration:none;
}
.home .buy-tickets-wrap { position:absolute; }
.content-holder { background:#fff; }
.home .content-holder { padding:35px 0 0; }
.title-section {
	margin:23px 0 0;
	padding:0;
	text-align:left;
	background:none;
}
.title-section .title-header {
	letter-spacing:1px;
	margin:0 0 6px 0;
	text-transform:uppercase;
	font:60px/1.2em 'Medula One', cursive;
}
.title-section .breadcrumb {
	background:#f6f6f6;
	padding:12px 27px 11px;
	margin:0;
	text-transform:uppercase;
	text-shadow:none;
	letter-spacing:0;
	border:none;
	box-shadow:none;
	border-radius:0;
	font:36px/1.2em 'Medula One', cursive;
}
.title-section .breadcrumb >li {
	text-shadow:none;
	display:inline-block;
	line-height:1.2em;
}
.title-section .breadcrumb >li.active { color:#d69a01; }
.title-section .breadcrumb a {
	color:#282828;
	text-shadow:none;
}
.title-section .breadcrumb .divider {
	color:#282828;
	padding:0 9px;
}
.title-section .breadcrumb .divider:after {
	content:"/";
	font:36px/1.2em 'Medula One', cursive;
}
article {
	background:none;
	border:none;
	border-radius:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .thumbnail { margin:0 30px 20px 0; }
@media (max-width: 480px) {
	article .thumbnail {
		width:auto !important;
		display:inline-block;
		float:none;
		margin:0 0 15px 0;
	}
	article .thumbnail img { width:100%; }
}
article .thumbnail.large {
	margin:0 0 30px 0;
	border-radius:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	article .thumbnail.large { float:none !important; }
}
article .post-header .post-title {
	text-align:left;
	font:60px/1.2em 'Medula One', cursive;
	margin-bottom:20px;
	text-transform:uppercase;
	letter-spacing:0;
	color:#282828;
}
article .post-header .post-title a { color:#282828; }
article .post_content {
	background:none;
	border-radius:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .post_meta {
	padding:8px 0;
	border:none;
	position:relative;
	display:block;
	margin:20px 0;
	overflow:visible;
	background:none;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .post_meta .post_meta_unite {
	font:13px/1.2em "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-color:#d7d7d7;
}
article .post_meta i {
	margin-right:0;
	color:#b5b5b5;
	font-size:15px;
}
article .post_meta .post_date { color:#acacac; }
article .post_meta .post_author a { color:#acacac; }
article .post_meta .post_category a, article .post_meta .post_tag a, article .post_meta .post_tag { color:#000000; }
article .post_meta .post_comment a { color:#000000; }
article .post_meta .user_like, article .post_meta .post_views { color:#000000; }
article .post_meta .post_permalink { float:none; }
article .post_meta .post_permalink a { color:#000000; }
article div.jp-playlist li a:hover, article div.jp-playlist li.jp-playlist-current a { color:#b8b8b8; }
article .quote-wrap blockquote {
	font-family:"Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height:1.2em;
	font-style:normal;
	color:#afafaf;
	font-weight:bold;
}
article .gallery-post { padding-bottom:40px; }
article.testimonial {
	background:#f1f1f1;
	border-color:none;
}
article.testimonial .user, article.testimonial .info { color:#222; }
.single #content article { margin-bottom:0; }
@media (min-width: 768px) and (max-width: 1000px) {
	.single #content article .thumbnail { float:left; }
	.single #content article .thumbnail img { margin:0; }
}
@media (max-width: 480px) {
	.single #content article .thumbnail { width:100%; }
	.single #content article .thumbnail img { width:100%; }
}
.single #content .share-buttons {
	margin:0 0 20px;
	background:none;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.single #content .share-buttons .pinterest img { vertical-align:top; }
.single #content .post-author {
	padding:30px;
	border:none;
	background:#efefef;
	border-radius:0;
}
.single #content .post-author .post-author_h {
	font:36px/1.2em 'Medula One', cursive;
	margin:0 0 15px 0;
	letter-spacing:0;
	text-transform:uppercase;
	color:#282828;
}
.single #content .post-author .post-author_h a {
	color:#282828;
	text-transform:uppercase;
}
.single #content .post-author .post-author_gravatar {
	display:block;
	margin:0 20px 20px 0;
}
@media (max-width: 350px) {
	.single #content .post-author .post-author_gravatar { float:none; }
}
.single #content .post-author .post-author_gravatar img {
	width:59px;
	height:59px;
	padding:0;
	border:none;
	background:none;
}
.single #content .post-author .post-author_desc {
	padding-left:80px;
	text-transform:none;
	color:#acacac;
}
@media (max-width: 480px) {
	.single #content .post-author .post-author_desc { padding-left:0; }
}
.single #content .post-author .post-author_link {
	margin-top:20px;
	text-transform:none;
	color:#acacac;
	font:13px/1.2em "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.single #content .post-author .post-author_link p { margin:0; }
.single #content .post-author .post-author_link a {
	color:#acacac;
	font-size:13px;
	text-transform:none;
	font-weight:normal;
}
.filter-wrapper { margin:27px 0 35px; }
@media (max-width: 767px) {
	.filter-wrapper { margin:20px 0; }
}
.filter-wrapper strong {
	color:#282828;
	padding:0;
	font:36px/1.2em 'Medula One', cursive;
	margin-right:30px;
	margin-top:2px;
	text-transform:uppercase;
	letter-spacing:0;
	float:none;
	display:inline-block;
	vertical-align:top;
}
@media (max-width: 979px) {
	.filter-wrapper strong {
		display:block;
		float:none;
		margin-bottom:20px;
	}
}
.filter-wrapper .filter {
	margin:0 10px 0 0;
	display:inline-block;
	float:none;
	position:relative;
	top:2px;
}
@media (max-width: 767px) {
	.filter-wrapper .filter {
		float:none;
		display:block;
	}
}
.filter-wrapper .filter li { margin:0 0 0 30px; }
.filter-wrapper .filter li:first-child { margin:0; }
@media (min-width: 768px) and (max-width: 979px) {
	.filter-wrapper .filter li { margin:0 10px 10px 0 !important; }
}
@media (max-width: 767px) {
	.filter-wrapper .filter li {
		display:block;
		float:none;
		margin:0 0 5px 0 !important;
	}
}
.filter-wrapper .filter li a {
	color:#282828;
	font:36px/1.2em 'Medula One', cursive;
	padding:0;
	margin:0;
	background:none;
	border-radius:0;
	text-transform:uppercase;
	letter-spacing:0;
}
@media (max-width: 767px) {
	.filter-wrapper .filter li a { display:inline-block; }
}
.filter-wrapper .filter li a:active, .filter-wrapper .filter li a:hover, .filter-wrapper .filter li a:focus {
	text-decoration:none;
	color:#d69a01;
	background:none;
}
.filter-wrapper .filter .active a {
	text-decoration:none;
	color:#d69a01;
	background:none;
}
@media (max-width: 979px) {
	.filter-wrapper .pull-right { float:none; }
}
.filterable-portfolio li .thumbnail { margin-bottom:15px; }
.filterable-portfolio li .caption h3 {
	text-shadow:none;
	margin:20px 0 10px;
	font:bold 13px/1.2em "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing:0;
}
.filterable-portfolio li .caption h3 a {
	color:#282828;
	text-transform:none;
	text-decoration:none;
}
.filterable-portfolio li .caption h3 a:hover, .filterable-portfolio li .caption h3 a:active { text-decoration:underline; }
.filterable-portfolio li .caption .excerpt {
	margin-bottom:20px;
	color:#acacac;
	line-height:18px;
}
.dinos { margin-top:23px; }
.dinos .frame a {
	display:block;
	background:#f6f6f6;
}
.dinos .frame a:hover, .dinos .frame a:active { background:#212121; }
@media (max-width: 767px) {
	.dinos .span1 {
		float:left;
		width:19%;
		margin-left:1%;
	}
	.dinos .span1:nth-child(5n+1) { margin-left:0; }
	.dinos .span1 .frame a { text-align:center; }
	.dinos .span1 .frame a img { display:inline-block; }
}
@media (max-width: 480px) {
	.dinos .span1 {
		float:left;
		width:32%;
		margin-left:1% !important;
	}
	.dinos .span1:nth-child(3n+1) { margin-left:0 !important; }
}
#content.row { padding-top:25px; }
@media (max-width: 767px) {
	#content.left { float:none !important; }
}
div.type-page h1 {
	letter-spacing:1px;
	margin-bottom:20px;
}
div.type-page h1:before {
	content:"";
	width:170px;
	height:5px;
	background:#ececec;
	position:relative;
	display:block;
	margin-bottom:8px;
}
@media (max-width: 767px) {
	div.type-page h1:before {
		width:100%;
		margin-bottom:20px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	div.type-page h1 {
		font-size:40px;
		line-height:35px;
	}
}
@media (max-width: 480px) {
	div.type-page h1 {
		font-size:40px;
		line-height:35px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	div.type-page h2 {
		font-size:35px;
		line-height:30px;
	}
}
@media (max-width: 480px) {
	div.type-page h2 {
		font-size:35px;
		line-height:30px;
	}
}
div.type-page h3 {
	margin:0 0 20px;
	letter-spacing:1px;
}
@media (min-width: 768px) and (max-width: 979px) {
	div.type-page h3 {
		font-size:25px;
		line-height:20px;
	}
}
@media (max-width: 480px) {
	div.type-page h3 {
		font-size:30px;
		line-height:25px;
	}
}
div.type-page p { margin-bottom:18px; }
div.type-page .extra-wrap {
	background:#d69a01;
	padding:20px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	div.type-page .extra-wrap { padding:5px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	div.type-page .extra-wrap { padding:3px; }
}
@media (max-width: 767px) {
	div.type-page .extra-wrap { margin-bottom:30px; }
}
div.type-page .extra-wrap h3 {
	color:#fff;
	margin:0 0 8px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	div.type-page .extra-wrap h3 {
		font-size:33px;
		line-height:28px;
	}
}
div.type-page .extra-wrap blockquote {
	padding:0;
	border:none;
	margin:0 0 12px 0;
}
@media (min-width: 980px) and (max-width: 1200px) {
	div.type-page .extra-wrap blockquote {
		font-size:30px;
		line-height:25px;
	}
}
div.type-page .extra-wrap blockquote p {
	font:800 12px/16px 'Open Sans', sans-serif;
	color:#fff;
	letter-spacing:1px;
	text-transform:uppercase;
	margin:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	div.type-page .extra-wrap blockquote p {
		font-size:10px;
		line-height:12px;
	}
}
div.type-page .extra-wrap .home-icon { margin:0; }
div.type-page address { padding:5px 0; }
div.type-page address p {
	font:800 12px/16px 'Open Sans', sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-bottom:7px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	div.type-page address p {
		font-size:10px;
		line-height:14px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	div.type-page address p {
		font-size:10px;
		line-height:14px;
		letter-spacing:0;
	}
}
div.type-page address h3 { margin:0 0 7px; }
div.type-page address a { text-decoration:underline; }
@media (min-width: 768px) and (max-width: 979px) {
	div.type-page address a { font-size:8px; }
}
div.type-page .span4 address a { font-size:13px; }
.related-posts, .comment-holder, #respond { margin-top:60px; }
.related-posts h3, .comment-holder h3, #respond h3 {
	font:60px/1.2em 'Medula One', cursive;
	margin:0 0 20px;
	text-align:left;
	letter-spacing:0;
}
.related-posts h3:before, .comment-holder h3:before, #respond h3:before {
	content:"";
	width:170px;
	height:5px;
	background:#ececec;
	position:relative;
	display:block;
	margin-bottom:8px;
}
@media (max-width: 767px) {
	.related-posts h3:before, .comment-holder h3:before, #respond h3:before {
		width:100%;
		margin-bottom:20px;
	}
}
.related-posts a {
	font:bold 13px/18px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#282828;
	display:inline;
	letter-spacing:0;
	text-transform:none;
}
.related-posts a:hover { text-decoration:underline; }
.related-posts .thumbnail {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.related-posts .thumbnail a {
	display:inline-block;
	width:100%;
}
.related-posts .thumbnail img {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.comment-holder .comment-list .comment .comment-body {
	padding:30px;
	background:#efefef;
	border:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author {
	margin:0 20px 0 0;
	text-align:left;
	border:none;
}
@media (max-width: 350px) {
	.comment-holder .comment-list .comment .comment-body .comment-author {
		float:none;
		margin-bottom:30px;
	}
}
.comment-holder .comment-list .comment .comment-body .comment-author img {
	width:59px;
	height:59px;
	padding:0;
	background:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
	width:auto;
	text-align:center;
	font:bold 13px/1.2em "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#282828;
	text-transform:none;
	margin-top:15px;
}
.comment-holder .comment-list .comment .comment-body .extra-wrap {
	padding:0;
	margin:0;
	background:none;
	color:#acacac;
	text-transform:none;
}
@media (max-width: 480px) {
	.comment-holder .comment-list .comment .comment-body .extra-wrap { overflow:visible; }
}
.comment-holder .comment-list .comment .comment-body .comment-meta {
	margin:2px 0 0 0;
	font:13px/1.2em "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#acacac;
	text-transform:none;
	padding:0;
}
.comment-holder .comment-list .comment .comment-body .reply a {
	padding:0;
	font-family:"Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	text-transform:none;
	color:#000;
	background:none;
	border:none;
	box-shadow:none;
}
.comment-holder .comment-list .comment .comment-body .reply a:hover, .comment-holder .comment-list .comment .comment-body .reply a:active { color:#d69a01; }
.comment-holder #respond #commentform { margin-top:0; }
#respond #commentform { margin:15px 0 0; }
#respond #commentform textarea {
	width:100%;
	min-width:auto;
	max-width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:300px;
	min-height:auto;
	max-height:auto;
	min-width:auto;
	padding:12px 10px 10px;
}
#respond #commentform p input {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:auto;
	min-width:auto;
	width:100%;
	padding:0 10px;
	height:35px;
	margin-bottom:2px;
}
#respond #commentform p input:focus { box-shadow:none; }
#respond #commentform p input.btn {
	margin:0;
	width:auto;
	height:17px;
	padding:0;
}
#respond #commentform p.right-align {
	text-align:right;
	margin:0;
}
.sidebar .widget { margin-bottom:60px; }
.sidebar .widget >h3 {
	margin:0 0 20px;
	font:60px/1.2em 'Medula One', cursive;
	letter-spacing:1px;
}
.sidebar .widget >h3:before {
	content:"";
	width:170px;
	height:5px;
	background:#ececec;
	position:relative;
	display:block;
	margin-bottom:8px;
}
@media (max-width: 767px) {
	.sidebar .widget >h3:before {
		width:100%;
		margin-bottom:20px;
	}
}
.sidebar .social .social_li { margin:0 4px 4px 0; }
.sidebar .social .social_li .social_link { opacity:1 !important; }
.sidebar .social .social_li .social_link .social_ico {
	width:41px;
	height:41px;
	line-height:41px;
	text-align:center;
	margin-right:10px;
	transition:all 0.3s ease 0s;
}
.sidebar .social .social_li .social_link .social_ico i {
	color:#d69a01;
	font-size:18px;
	transition:all 0.3s ease 0s;
}
.sidebar .social .social_li .social_link:hover .social_ico { background:#d69a01; }
.sidebar .social .social_li .social_link:hover .social_ico i { color:#fff; }
.sidebar .social .social_li .social_link .social_label { line-height:36px; }
[id*="categories"] ul, [id*="archives"] ul, [id*="nav_menu"] ul {
	margin:0;
	list-style-type:none;
}
@media (max-width: 767px) {
	[id*="categories"] ul, [id*="archives"] ul, [id*="nav_menu"] ul { margin-top:30px; }
}
[id*="categories"] ul li, [id*="archives"] ul li, [id*="nav_menu"] ul li {
	background:none;
	margin:0;
	padding:2px 0 2px 15px;
	background:url(images/cat.png) no-repeat 0 9px;
}
[id*="categories"] ul li a, [id*="archives"] ul li a, [id*="nav_menu"] ul li a {
	font:bold 13px/1.2em "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#d69a01;
	text-transform:none;
	display:inline;
}
[id*="categories"] ul li a:hover, [id*="categories"] ul li a:active, [id*="archives"] ul li a:hover, [id*="archives"] ul li a:active, [id*="nav_menu"] ul li a:hover, [id*="nav_menu"] ul li a:active {
	color:#232323;
	text-decoration:none;
	background:none;
}
[id*="my_poststypewidget"] .post-list { margin:20px 0 0 0; }
[id*="my_poststypewidget"] .post-list li { padding:30px 0 0 0; }
[id*="my_poststypewidget"] .post-list li:first-child { padding:0; }
[id*="my_poststypewidget"] .post-list li .thumbnail { margin:0 20px 10px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	[id*="my_poststypewidget"] .post-list li .thumbnail {
		float:none;
		margin:0 0 20px 0;
		display:inline-block;
	}
}
@media (max-width: 400px) {
	[id*="my_poststypewidget"] .post-list li .thumbnail {
		float:none;
		margin:0 0 20px 0;
		display:inline-block;
	}
}
[id*="my_poststypewidget"] .post-list li time {
	font:13px/18px 'Open Sans', sans-serif;
	color:#acacac;
	margin:0;
	text-transform:none;
	display:block;
}
[id*="my_poststypewidget"] .post-list li .post-list_h {
	font:bold 13px/1.2em "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform:none;
	letter-spacing:0;
	margin:0 0 10px;
	display:block;
}
[id*="my_poststypewidget"] .post-list li .post-list_h a { color:#282828; }
[id*="my_poststypewidget"] .post-list li .excerpt {
	overflow:hidden;
	margin:0;
	color:#acacac;
	line-height:18px;
}
[id*="my_poststypewidget"] .post-list li .btn { margin-top:15px; }
#wp-calendar caption, #wp-calendar thead tr th { color:#222; }
.search-form .search-form_is {
	margin:7px 0 0 10px;
	padding-top:1px;
	padding-bottom:1px;
	height:20px;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.search-form .search-form_is {
		display:block;
		margin:0;
	}
}
@media (max-width: 400px) {
	.search-form .search-form_is {
		display:block;
		margin:0;
	}
}
.hr {
	height:5px;
	background:#ececec;
	margin-top:5px;
}
.posts-grid.service-home { margin-top:30px; }
.posts-grid.service-home li {
	width:30.6239%;
	margin-left:4.06%;
}
.posts-grid.service-home li:first-child { margin-left:0; }
@media (max-width: 767px) {
	.posts-grid.service-home li {
		width:100%;
		margin:0 0 20px 0;
	}
}
.posts-grid.service-home li h5 {
	font:36px/32px 'Medula One', cursive;
	margin-bottom:23px;
	padding-right:30px;
}
.posts-grid.service-home li h5:before {
	content:"";
	width:70px;
	height:5px;
	background:#ececec;
	position:relative;
	display:block;
	margin-bottom:8px;
}
@media (max-width: 767px) {
	.posts-grid.service-home li h5:before {
		width:100%;
		margin-bottom:20px;
	}
}
.posts-grid.service-home li .thumbnail .zoom-icon {
	border:8px solid #d69a01;
	background:none;
}
.posts-grid.service-home li .thumbnail .zoom-icon:before { background:none; }
.posts-grid.service-home li .excerpt { display:none; }
.contacts-wrap {
	background:#fbfbfb;
	position:relative;
	margin:13px 0 0;
	padding:30px 0;
}
.contacts-wrap:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:#fbfbfb;
}
.contacts-wrap:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:#fbfbfb;
}
.wp_wunderground {
	background:#efefef;
	text-align:left;
}
@media (max-width: 767px) {
	.wp_wunderground { margin-bottom:30px; }
}
.wp_wunderground caption {
	background:#efefef;
	font:36px/32px 'Medula One', cursive;
	color:#282828;
	text-align:left;
	padding:20px 20px 7px 20px;
	text-transform:uppercase;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.wp_wunderground caption {
		font-size:30px;
		line-height:25px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.wp_wunderground caption {
		font-size:20px;
		line-height:18px;
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	.wp_wunderground caption { padding:10px; }
}
.wp_wunderground tbody, .wp_wunderground thead, .wp_wunderground th, .wp_wunderground td {
	font:800 12px/16px 'Open Sans', sans-serif;
	color:#282828;
	text-transform:uppercase;
	text-align:left;
	padding:0 20px;
	letter-spacing:1px;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.wp_wunderground tbody, .wp_wunderground thead, .wp_wunderground th, .wp_wunderground td { padding:0 10px; }
}
.wp_wunderground .wp_wunderground_clear { padding:0 20px 28px 20px; }
@media (min-width: 768px) and (max-width: 1200px) {
	.wp_wunderground .wp_wunderground_clear { padding:0 10px 16px 10px; }
}
.wp_wunderground .wp_wunderground_clear img {
	float:left;
	margin:0 30px 0 0;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.wp_wunderground .wp_wunderground_clear img { margin:0 20px 0 0; }
}
.wp_wunderground .wp_wunderground_clear .temp {
	font:36px/1em 'Medula One', cursive;
	margin:5px 0 0 0;
}
.wp_wunderground .wp_wunderground_clear .wp_wund_conditions { clear:both; }
.footer {
	background:none;
	border:none;
	padding:30px 0;
}
.footer-text { float:none; }
@media (max-width: 767px) {
	.footer-text { text-align:left; }
}
.footer-text .site-name {
	float:left;
	margin:0 10px 0 0;
}
@media (max-width: 767px) {
	.footer-text .site-name { float:none; }
}
.footer-text span {
	margin:13px 0 0 0;
	display:inline-block;
	font:800 12px/14px 'Open Sans', sans-serif;
	color:#acacac;
	text-transform:uppercase;
	letter-spacing:1px;
}
@media (max-width: 767px) {
	.footer-text span { display:block; }
}
.footer-text span a { color:#acacac; }
nav.nav.footer-nav {
	float:none;
	margin:10px 0;
}
nav.nav.footer-nav ul {
	float:none;
	text-align:right;
}
@media (max-width: 767px) {
	nav.nav.footer-nav ul { text-align:left; }
}
nav.nav.footer-nav ul li {
	float:none;
	display:inline-block;
	padding:0;
	text-transform:none;
	margin:0 0 0 10px;
}
@media (max-width: 767px) {
	nav.nav.footer-nav ul li { margin:0 10px 0 0; }
}
nav.nav.footer-nav ul li.current-menu-item a, nav.nav.footer-nav ul li a:hover {
	color:#282828;
	text-decoration:underline;
}
.google-map, .flexslider { background:url(images/loading.gif) 50% 50% no-repeat; }
div.ajax-loader, .ajax-loader {
	position:relative;
	top:-5px;
	background-image:url(images/loading.gif);
	width:24px;
	padding:24px 0 0 0;
	height:0px !important;
}
@media (max-width: 767px) {
	div.ajax-loader, .ajax-loader { top:13px; }
}
#back-top-wrapper p a {
	width:42px;
	height:42px;
	opacity:1;
}
#back-top-wrapper p a:hover { background:none; }
#back-top-wrapper p a:hover span { background-color:#282828; }
#back-top-wrapper p a span {
	width:42px;
	height:42px;
	background-color:#d69a01;
	transition:all 0.3s ease 0s;
}
.error404-holder { padding:180px 0 80px; }
.error404-holder .error404-holder_num { color:#d69a01; }
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder .error404-holder_num { font-size:150px; }
}
@media (max-width: 767px) {
	.archive_h { margin-top:30px; }
}
blockquote p { line-height:22px; }
.faq-list .marker {
	font-size:30px !important;
	line-height:36px !important;
	color:#d69a01;
	margin-top:2px;
}
.ie9 .wpcf7-form p.field input, .ie8 .wpcf7-form p.field input { padding-top:10px; }
.ie8 h1, .ie8 h2, .ie8 h3, .ie8 h4, .ie8 h5, .ie8 h6 { line-height:1em !important; }
.ie8 .wpcf7-form .wpcf7-not-valid-tip { font-size:10px !important; }
.ie8 .nav__primary .sf-menu { padding:0 8px 0 0; }
.ie8 .nav__primary .sf-menu >li { margin-left:50px; }
.ie8 .nav__primary .sf-menu >li:after { display:none; }
.ie8 .nav__primary .sf-menu >li:hover:after { display:block; }
.ie8 .nav__primary .sf-menu >li.current-menu-item:after { display:block; }
.ie8 .nav__primary .sf-menu >li.sfHover:after { display:block; }
.ie8 .nav__primary .sf-menu >li >.sub-menu { width:150px; }
.ie8 .slider-wrap .container-slider {
	width:1200px;
	margin-left:-600px;
}
.ie8 .camera_commands, .ie8 .camera_prev, .ie8 .camera_next { margin-left:350px; }
.ie8 .camera_prev { margin-left:390px; }
.ie8 .camera_next { margin-left:430px; }
.ie8 .camera .camera_pag { top:75%; }
.ie8 .camera_caption { top:30%; }
.ie8 .camera_caption >div {
	width:450px;
	margin-left:-470px;
}
.ie8 .camera_caption >div h2 {
	margin-bottom:20px;
	font-size:40px;
	line-height:30px !important;
}
.ie8 .camera_caption >div h3 {
	padding-left:0;
	font-size:18px;
	line-height:20px !important;
}
.ie8 .camera_caption >div h3:before { display:none; }
.ie8 .camera_caption >div p { padding-left:0; }
.ie8 .camera_thumbs {
	top:25%;
	width:320px;
	margin-left:150px;
}
.ie8 .camera_thumbs .camera_thumbs_cont { width:320px; }
.ie8 .camera_thumbs .camera_thumbs_cont ul { width:320px !important; }
.ie8 .camera_thumbs .camera_thumbs_cont ul li { margin:0 0 20px 20px; }
.ie8 .camera_thumbs .camera_thumbs_cont ul li.pix_thumb_0, .ie8 .camera_thumbs .camera_thumbs_cont ul li.pix_thumb_2 { margin-left:0; }
.ie8 .camera_thumbs .camera_thumbs_cont ul li.cameracurrent img {
	border:13px solid #fff;
	width:124px;
	height:85px;
}
.ie8 .camera_thumbs .camera_thumbs_cont ul li img { width:150px; }
.ie8 .buy-tickets-wrap >.container {
	width:940px;
	margin-left:-470px;
}
.ie8 .posts-grid.service-home li .thumbnail { width:100%; }
.ie8 div.type-page .extra-wrap { padding:5px; }
.ie8 div.type-page .extra-wrap h3 {
	font-size:33px;
	line-height:28px;
}
.ie8 div.type-page .extra-wrap blockquote {
	font-size:30px;
	line-height:25px;
}
.ie8 div.type-page address p {
	font-size:10px;
	line-height:14px;
}
.ie8 .search-form .search-form_is {
	display:block;
	margin:0;
}
.ie8 .wp_wunderground caption {
	font-size:30px;
	line-height:25px;
	padding:10px;
}
.ie8 .wp_wunderground tbody, .ie8 .wp_wunderground thead, .ie8 .wp_wunderground th, .ie8 .wp_wunderground td { padding:0 10px; }
.ie8 .wp_wunderground .wp_wunderground_clear { padding:0 10px 16px 10px; }
.ie8 .wp_wunderground .wp_wunderground_clear img { margin:0 20px 0 0; }
.ie8 .comment-author {
	width:59px !important;
	height:auto !important;
	margin-right:30px;
}
.ie8 .comment-author img {
	width:59px !important;
	height:59px !important;
}
.ie8 .post-author_gravatar { width:59px !important; }
.ie8 .post-author_gravatar img { width:59px !important; }
.ie8 #respond #commentform p input {
	padding-top:10px;
	height:36px;
}
.ie8 #respond #commentform p input.btn {
	padding:0;
	height:20px;
	line-height:1.2em;
}
.transition { transition:all 0.3s ease 0s; }
.header-line:before {
	content:"";
	width:170px;
	height:5px;
	background:#ececec;
	position:relative;
	display:block;
	margin-bottom:8px;
}
@media (max-width: 767px) {
	.header-line:before {
		width:100%;
		margin-bottom:20px;
	}
}
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:28px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
