﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700); /*font-family: 'Open Sans', sans-serif;*/
* { max-height: 100000px; }
header, footer, article, section, hgroup, nav, figure { display: block; }
figure {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	background: #8a1d03;
	color: #7e7e7e;
	min-width: 1000px;
	font: 16px/22px Open Sans, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}
a {
	color: #0394ec;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a:active { background-color: transparent; }
img {
	border-style: none;
	max-width: 100%;
}
input,
select,
textarea {
	font: 100% Open Sans, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}
form,
fieldset {
	border-style: none;
	margin: 0;
	padding: 0;
}
#wrapper {
	position: relative;
	overflow: hidden;
	background: #fff;
}
.logo, h1, .description, blockquote, #content, #sidebar,
.alignleft, .article .alignleft img, .article .alignright, .article .alignright img,
h2, .contact-form, input[type="text"], input[type="email"], input[type="tel"],
.submit-holder, .select-area, select, .select-area .center {
	-webkit-transition: all 1s;
	transition: all 1s;
}
#header {
	border-bottom: 7px solid #8a1d03;
	position: relative;
}

#header .holder {
	max-width: 1007px;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 0 30px 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header .select-form {
	padding: 31px 4px 0;
	overflow: hidden;
}
#header .select-form select {
	float: right;
	width: 154px;
}
.logo {
	float: left;
	background: url(../images/logo.png) no-repeat -6px -11px;
	width: 444px;
	height: 59px;
	overflow: hidden;
	text-indent: -9999px;
}
.logo a {
	display: block;
	height: 100%;
}
.visual {
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #8a1d03;
	background: #eaf1f6;
}
.visual .holder {
	max-width: 988px;
	margin: 0 auto;
    padding: 10px 0 0 0;
    position: relative;
    height: 100%;
}
.visual-box {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 99;
}
.visual .img-visual {
	display: block;
	width: 100%;
	height: auto;
	max-height: 766px;
}
.heading-box{
    position: absolute;
    bottom: 10px;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 12px 14px 12px 18%;
    width: 47.2%;
}
.heading-box .tickets{
	position: absolute;
    left: -25%;
    bottom: -75%;
}
.heading-box .plane{
	display: none;
}

.visual h1 {
    margin: 0;
    color: #fff;
    font-size: 17px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.visual .subhead {
	display: block;
	color: #8a1d03;
	font: 600 29px/38px Open Sans, Helvetica, sans-serif;
}
.visual .description {
	width: 48%;
	background: rgba(255, 255, 255, 0.9);
	padding: 12px 14px;
}
.visual .description blockquote {
	margin: 0;
	position: relative;
	color: #45484d;
    font: 26px/ 36px Open Sans, Helvetica, sans-serif;
}
.es .visual .description blockquote, .fr .visual .description blockquote , .pt .visual .description blockquote{
	font-size: 30px;
	line-height: 35px;
}
.description .description_footer {
	color: #181818;
	font: italic 20px/27px Open Sans, Helvetica, sans-serif;
	padding: 15px 0 0 30px;
	display: block;
}
.visual .btn-holder {
	background: #f0efda;
	overflow: hidden;
	width: 100%;
	padding: 3px 7px;
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.visual .btn-holder .button {
	float: right;
	background: #fe5a00;
	font: 17px/37px Open Sans, Helvetica, sans-serif;
	color: #fff;
	width: 100%;
	text-align: center;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 0 10px;
}
/*.visual .btn-holder .button:first-child {
	float: left;
	background: #45ad00;
	padding: 0 0 0 13px;
}
.visual .btn-holder .button:first-child:before {
	content: '';
	background: url(../images/sprite-heb.png) no-repeat -273px -5px;
	width: 27px;
	height: 27px;
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 9px;
}*/
#main {
	max-width: 1007px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
	padding: 0 0 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main:after {
	content: '';
	display: block;
	clear: both;
}
#main:before {
	content: '';
	background: #f0efda;
	position: absolute;
	width: 9999px;
	top: 0;
	bottom: 0;
	z-index: 1;
	left: 66.3%;
}
#content {
	float: left;
	width: 66.30%;
	padding: 36px 10px 0 21px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content .article-holder {
	overflow: hidden;
	padding: 0 0 6px;
}
#content .article {
	overflow: hidden;
	border-bottom: 1px solid #eeeded;
	padding: 0 0 22px;
	margin: 0 0 30px;
}
#content .article-holder .article:first-child {
	padding: 0 0 23px;
	margin: 0 0 32px;
}
#content .article2 { padding: 0 17px 29px 3px; }
#content .article3 { padding: 0 0 39px; }
.alignleft { float: left; }
.alignright { float: right; }
.article .alignleft {
	width: 23%;
	margin: 0 12px 0 0;
}
.article3 .alignleft {
	width: 20.5%;
	margin: -5px 29px 0 -2px;
}
.article .alignright {
	width: 21.2%;
	margin: 12px 0 0 8px;
}
.article .alignleft a { display: block; }
.article .alignleft img {
	width: 100%;
	height: auto;
	float: left;
}
.article .alignright img {
	float: right;
	height: auto;
	width: 100%;
}
.article .description {
	overflow: hidden;
	padding: 9px 0 0;
}
.article-holder .article:first-child .description { padding: 5px 0 0; }
.article .description h1,
.article .description h2 {
	color: #434444;
	margin: 0 0 3px;
	font: bold 20px/24px Open Sans, Helvetica, sans-serif;
	text-transform: uppercase;
}
.article .description h2 { margin: 0 0 8px; }
.article3 .description h2 { margin: 0 0 1px; }
.article .description h1 a,
.article .description h2 a { color: inherit; }
.article .description p { margin: 0; }
#content .services-block {
	overflow: hidden;
	padding: 0 0 0 3px;
}
#content .services-block .services { overflow: hidden; }
.services h3 {
	margin: 0;
	min-height: 43px;
	color: #434444;
	font: 13px/16px Open Sans, Helvetica, sans-serif;
}
.services ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	overflow: hidden;
	text-align: center;
}
.services ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4% 5px 2.5%;
	width: 30%;
}
.services ul li a {
	display: inline-block;
	color: #434444;
}
.services ul li a img {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
}
.services ul li a span { display: block; }
#sidebar {
	float: right;
	width: 33.7%;
	padding: 0 1.5% 0 1.2%;
	background: #f0efda;
	position: relative;
	z-index: 10;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sidebar .contact-form {
	border: 1px solid #8a1d03;
	background: #fff;
	text-align: center;
	color: #010101;
	font-size: 14px;
	line-height: 17px;
	margin: -75px 0 38px;
	padding: 12px 3% 7px;
	box-shadow: 22px 20px 0 0 rgba(0, 0, 0, 0.12);
}
#sidebar .contact-form h2 ,#sidebar .contact-form h3{
	color: #8a1d03;
	margin: 0 0 7px;
	font: bold 17px/25px Open Sans, Helvetica, sans-serif;
	text-transform: uppercase;
}
#sidebar .contact-form p { margin: 0 0 17px; }
.contact-form .row {
	margin: 0 0 11px;
	text-align: left;
	position: relative;
}
.contact-form .row.mobile-list { display: none; }
.contact-form .row:after {
	content: '';
	display: block;
	clear: both;
}
.contact-form .tooltip {
	position: absolute;
	top: -7px;
	left: -218px;
	width: 204px;
	word-spacing: -1px;
	padding: 0 0 0 7px;
	height: 29px;
	text-align: left;
	background: #8a1d03;
	color: #fff;
	font-size: 14px;
	line-height: 29px;
	display: none;
}
.contact-form .tooltip:after {
	content: '';
	background: url(../images/sprite-heb.png) no-repeat -250px -3px;
	width: 17px;
	height: 29px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: -15px;
}
.contact-form .input-box.error .tooltip,
.contact-form .select-box.error .tooltip { display: block; }
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
	display: block;
	width: 100%;
	color: #353535 !important;
	padding: 5px 8px;
	font: italic 15px/25px Open Sans, Helvetica, sans-serif;
	height: 37px;
	outline: none;
	border: 1px solid #b8b7b7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	opacity: 1 !important;
}
.contact-form input[type="text"]::-webkit-input-placeholder, .contact-form input[type="email"]::-webkit-input-placeholder, .contact-form input[type="tel"]::-webkit-input-placeholder {
 color: #797979;
}
.contact-form input[type="text"]::-moz-placeholder, .contact-form input[type="email"]::-moz-placeholder, .contact-form input[type="tel"]::-moz-placeholder {
 color: #797979;
 opacity:1;
}
.contact-form input[type="text"]:-ms-input-placeholder, .contact-form input[type="email"]:-ms-input-placeholder, .contact-form input[type="tel"]:-ms-input-placeholder {
 color: #797979;
}
.contact-form label {
	display: inline-block;
	vertical-align: top;
	color: #000;
	font: 16px/21px Open Sans, Helvetica, sans-serif;
}
.contact-form .tel-holder { padding: 3px 0 0; }
.contact-form .tel-holder:after {
	content: '';
	display: block;
	clear: both;
}
.contact-form .tel-holder .input-box {
	float: right;
	width: 73%;
}
.contact-form .tel-holder .code {
	float: left;
	width: 22.7%;
	background: #ebe9e9;
}
.contact-form .list-holder {
	margin: -4px 0 0;
	position: relative;
}
.contact-form .list-holder .row { position: static; }
.contact-form .list-holder .tooltip { top: -25px; }
.contact-form .select-box {
	position: relative;
	padding: 6px 1px 5px 0;
}
.contact-form select {
	display: block;
	width: 100%;
	color: #797979;
	font: italic 20px/25px Open Sans, Helvetica, sans-serif;
	margin: 0;
}
.contact-form .info {
	display: block;
	font: 12px/15px Open Sans, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	margin: -4px 0 20px;
}
.contact-form .submit-holder {
	display: inline-block;
	position: relative;
	width: 84%;
	margin: 0 0 16px;
	background: #fe5a00;
	border-radius: 3px;
	overflow: hidden;
	text-transform: uppercase;
	color: #fff;
	padding: 0 10px;
	font: bold 33px/59px Open Sans, Helvetica, sans-serif;
	text-shadow: 0 -1px 1px #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}
.contact-form .submit-holder:after {
	content: '';
	background: url(../images/sprite-heb.png) no-repeat -41px -3px;
	width: 25px;
	height: 15px;
	overflow: hidden;
	display: inline-block;
	margin: 0 -21px 4px 11px;
}
.contact-form input[type="submit"] {
	border: 0;
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	width: 100%;
	border-radius: 3px;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 9;
}
.contact-form .submit-holder:hover {
	background: #fe8f00;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}
.contact-form .info-block {
	overflow: hidden;
	position: relative;
	color: #8f8c8c;
	font: 22px/22px Open Sans, Helvetica, sans-serif;
	border-top: 1px solid #d2d1d1;
	padding: 15px 0 11px 23%;
	text-align: center;
}
.contact-form .info-block:before {
	content: '';
	background: url(../images/sprite-heb.png) no-repeat -499px -6px;
	width: 55px;
	height: 55px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 4.6%;
}
.contact-form .info-block strong { font-weight: 600;}
.contact-form .info-block .tel {
	display: block;
	color: #8a1d03;
	font-style: normal;
}
#sidebar .comment-block {
	overflow: hidden;
	text-align: center;
}
.comment-block .image-holder {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 9px;
	overflow: hidden;
	border-radius: 100%;
}
.comment-block .image-holder img { vertical-align: top; }
.comment-block blockquote {
	margin: 0 -15px 0 0;
	overflow: hidden;
	color: #555353;
	font: italic 14px/20px Open Sans, Helvetica, sans-serif;
}
.comment-block blockquote q {
	quotes: none;
	display: block;
	margin: 0 0 28px;
	padding: 0 4%;
}
.comment-block blockquote .cite {
	display: block;
	color: #141414;
	font: 12px/15px Open Sans, Helvetica, sans-serif;
}
.comment-block blockquote .cite .author {
	display: block;
	color: inherit;
	text-transform: uppercase;
}
#footer {
	overflow: hidden;
	background: #8a1d03;
}
#footer .holder {
	max-width: 1007px;
	margin: 0 auto;
	padding: 10px 1.25% 13px 1.2%;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .add-nav {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .add-nav li {
	float: left;
	padding: 0 8px 0 9px;
	position: relative;
}
#footer .add-nav li:before {
	content: '';
	background: #fff;
	width: 1px;
	height: 10px;
	position: absolute;
	top: 4px;
	left: 0;
}
#footer .add-nav li:first-child:before { background: none; }
#footer .add-nav li a {
	color: #fff;
	text-decoration: underline;
}
#footer .add-nav li a:hover { text-decoration: none; }
#footer .nav {
	list-style: none;
	margin: 0;
	padding: 20px 0 0;
	clear: both;
	text-align: center;
}
#footer .nav li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 5px;
	margin: 0 -3px 0 0;
}
#footer .nav li:after {
	content: '';
	background: #fff;
	width: 1px;
	height: 11px;
	position: absolute;
	top: 3px;
	left: 0;
}
#footer .nav li:first-child:after { display: none; }
#footer .nav li a { color: #fff; }
#footer .copyright {
	display: block;
	overflow: hidden;
}
#footer .copyright a { color: inherit; }
.jcf-hidden {
	position: absolute !important;
	left: -9999px !important;
}
.select-area {
	position: relative;
	cursor: pointer;
	height: 28px;
	float: right;
	width: 154px !important;
	font: 14px/18px Open Sans, Helvetica, sans-serif;
	color: #000;
}
.select-area .left {
	float: left;
	width: 11px;
	height: 28px;
	background: url(../images/bg-select-l.png) no-repeat;
}
.select-area .center {
	padding: 4px 0 0;
	float: left;
	width: 115px;
	height: 24px;
	color: #757575;
	background: url(../images/bg-select-c.png) repeat-x;
}
.select-area .center img {
	float: left;
	margin: -2px 12px 0 -2px;
}
.select-area .select-opener {
	float: right;
	height: 28px;
	width: 28px;
	background: url(../images/bg-select-r.png) no-repeat;
}
.select-options {
	position: absolute;
	overflow: hidden;
	background: #fff;
	z-index: 2000;
	box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, 0.10);
	width: 128px !important;
}
.select-options .drop-holder {
	overflow: hidden;
	height: 1%;
	background: #fff;
}
.select-options ul {
	list-style: none;
	overflow: hidden;
	padding: 6px 0;
	margin: 0;
	font: 14px/18px Open Sans, Helvetica, sans-serif;
}
.select-options ul img {
	float: left;
	margin: -2px 12px 0 -3px;
}
.select-options ul li {
	display: block;
	overflow: hidden;
}
.select-options ul a {
	text-decoration: none;
	padding: 3px 0 3px 12px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	color: #767676;
	height: 1%;
}
.select-options .item-selected a {
	text-decoration: none;
	background: #ddeef2;
}
.select-options .optgroup { clear: both; }
.select-options .optgroup strong {
	display: block;
	padding: 5px;
}
.select-options .optgroup ul a { padding-left: 30px; }
@media screen and ( max-width:1480px ) {
	.visual{
	    margin: 0 -8%;
	}
}
@media screen and ( max-width:1279px ) {
	.visual{
	    margin: 0 -18%;
	}

}
@media screen and ( max-width:1100px ) {
	.visual{
	    margin: 0 -26%;
	}
}
@media screen and ( max-width:1024px ) {
	body { min-width: 320px; }
	.logo {
		width: 371px;
		height: 49px;
		background-position: -5px -187px;
	}


	.es .visual .description blockquote, .fr .visual .description blockquote , .pt .visual .description blockquote{
		font-size: 18px;
		line-height: 20px;
	}

	.contact-form input[type="text"],
	 .contact-form input[type="email"],
	 .contact-form input[type="tel"] { font: italic 18px/25px Open Sans, Helvetica, sans-serif; }
	.contact-form select { font: italic 18px/25px Open Sans, Helvetica, sans-serif; }
	.contact-form .submit-holder { font: bold 27px/40px Open Sans, Helvetica, sans-serif; }
	.contact-form .submit-holder:after { margin: 0 -21px 2px 11px; }
	.contact-form .info-block:before { left: 1.6%; }
	.contact-form .info-block {
		padding: 15px 0 19px 27%;
		font: 15px/17px Open Sans, Helvetica, sans-serif;
	}
}
@media screen and ( max-width:980px ) {
	.visual-box{
	    padding: 0 18%;
	}
	.heading-box .tickets {
	    left: -44%;
	}
	.visual h1{
	    font-size: 14px;
    	line-height: 24px;
	}
	.visual .description blockquote{
		font-size: 23px;
		line-height: 28px;
	}
	#sidebar .contact-form h2, #sidebar .contact-form h3{
		font-size: 15px;
		line-height: 22px;
	}
}
@media screen and ( max-width:768px ) {
	body { font: 16px/22px Open Sans, Helvetica, sans-serif; }
	.select-area { width: 84px !important; }
	.hold #wrapper { margin: 0; }
	#header { border-bottom-width: 5px; }
	.visual .holder{
		padding: 0;
	}
	.visual-box{
	    padding: 0 17%;
	}
	.heading-box .tickets{
		display: none;
	}
	#header:after {
		height: 5px;
		width: 204px;
		background-position: -35px -28px;
		left: 0;
		margin: 0;
		bottom: -4px;
	}
	#header .holder { padding: 11px 7px 10px 13px; }
	#header .select-form {
		float: right;
		padding: 0;
	}
	#header .select-form select { width: 84px; }
	.select-options {
		width: 58px !important;
		text-indent: -9999px !important;
	}
	.select-options ul {
		padding: 5px 0;
		text-indent: -9999px;
	}
	.select-options ul li a span { display: none !important; }
	.select-options ul a {
		padding: 2px;
		text-indent: -9999px;
	}
	.select-area .center {
		text-indent: -9999px;
		width: 35px;
		padding: 0 10px 0 0;
		height: 28px;
		overflow: hidden;
	}
	.select-area .center img {
		display: block;
		float: none;
		margin: 2px auto 7px;
	}
	.select-options ul img {
		float: none;
		display: block;
		margin: 0 auto;
	}
	.logo {
		width: 199px;
		height: 26px;
		background-position: -26px -129px;
	}
	.visual .heading-box {
	    position: relative;
        background-color: #9A4725;
	    width: 100%;
	    left: 0;
	    bottom: 0;
        padding: 12px 2px;
	}
	.visual h1 {
	    padding: 0 2% 0 16%;
    	text-align: left;
	}
	.heading-box .plane{
	    display: block;
	    width: 40px;
	    position: absolute;
	    left: 3%;
        top: 17%;
	}
	.visual .subhead {
	  font-size: 17px;
 	 line-height: 24px;
	}
	.visual-box { position: static;     padding: 0 17%;}
	.visual .holder { overflow: visible; }
	.visual .description {
		position: static;
		background: #fff;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 12px 3%;
		margin: 0;
	}
	.visual .description blockquote:before { display: none; }
	.visual .description blockquote {
		padding: 0;
		font: italic 20px/24px Open Sans, Helvetica, sans-serif;
	}
	.es .visual .description blockquote, .fr .visual .description blockquote , .pt .visual .description blockquote{
		font-size: 20px;
		line-height: 30px;
	}
	.visual .description blockquote q { padding: 0 0 22px; }
	.visual .description blockquote q:after { display: none; }
	.visual .description blockquote q .quote { display: inline-block; }
	.visual .description blockquote q img { display: none; }
	.visual .btn-holder { display: block; }
	.hold .visual .btn-holder { display: none; }
	#main { padding: 0; }
	#main:before { display: none; }
	#content {
		float: none;
		width: 100%;
		padding: 15px 10px 0 18px;
	}
	#content .article { margin: 0 0 5px; }
	#content .article2 { padding: 0 0 9px; }
	#content .article-holder .article:first-child {
		padding: 0 0 12px;
		margin: 0 0 9px;
	}
	.article .description h1,
	 .article .description h2 {
		font: bold 15px/18px Open Sans, Helvetica, sans-serif;
		text-transform: none;
	}
	.article .alignleft { width: 27.3%; }
	.article3 .alignleft { padding: 14px 0 0; }
	.article .alignright {
		margin: 0 5px 0 0;
		width: 27.5%;
	}
	.article .alignleft img,
	 .article .alignright img { width: auto; }
	.article .description { padding: 7px 0 0; }
	.article-holder .article:first-child .description { padding: 10px 0 0; }
	#content .services-block { display: none; }
	#sidebar {
		float: none;
		width: 100%;
		margin: -29px 0 0;
	}
	#sidebar .contact-form {
		margin: 0;
		border: 0;
		background: none;
		box-shadow: none;
		padding: 12px 3.5% 5px 2.7%;
	}
	.contact-form .tooltip {
		right: auto;
		left: 0;
		top: -29px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.contact-form .list-holder .tooltip { top: -23px; }
	.contact-form .tooltip:after { display: none; }
	#sidebar .contact-form h2 { font: bold 15px/18px Open Sans, Helvetica, sans-serif; }
	#sidebar .contact-form p { margin: 0 0 11px; }
	.contact-form input[type="text"],
	 .contact-form input[type="email"],
	 .contact-form input[type="tel"] { font: italic 17px/25px Open Sans, Helvetica, sans-serif; }
	.contact-form .row.mobile-list {
		display: block;
		margin: -7px 0 12px;
	}
	.contact-form .tel-holder { padding: 0; }
	.contact-form .tel-holder > input[type="tel"] { padding: 5px 5px; }
	.contact-form .info { margin: 0 0 6px; }
	.contact-form .submit-holder {
		width: 100%;
		margin: 0;
		padding: 0 16% 0 10%;
	}
	.contact-form .submit-holder:after {
		background-position: -74px -4px;
		margin: 0 -21px 0 11px;
	}
	.contact-form .submit-holder {
		height: 50px;
		font: bold 28px/52px Open Sans, Helvetica, sans-serif
	}
	.contact-form .info-block { display: none; }
	#sidebar .comment-block { display: none; }
	#footer {
		text-align: center;
		border-bottom: 3px solid #8a1d03;
	}
	#footer .holder {
		padding: 0;
		text-align: center;
	}
	#footer .add-nav {
		float: none;
		overflow: hidden;
		padding: 10px 0;
	}
	#footer .add-nav li {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	#footer .copyright { margin: 0 0 10px; }
	#footer .nav { padding: 0 0 10px; }
}

@media screen and ( max-width:480px ) {
	.visual {
	  margin: 0 -40%;
	}
	.visual-box {
	  padding: 0 22%;
	}
}