@charset "UTF-8";  
@font-face{
    font-family: 'PF Din Text Comp Pro';
    src: url('../fonts/PFDinTextCompPro-Regular.eot');
    src: url('../fonts/PFDinTextCompPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PFDinTextCompPro-Regular.woff') format('woff'),
         url('../fonts/PFDinTextCompPro-Regular.ttf') format('truetype'),
         url('../fonts/PFDinTextCompPro-Regular.svg#pf_din_text_comp_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face{
    font-family: 'PF Din Text Comp Pro';
    src: url('../fonts/PFDinTextCompPro-Italic.eot');
    src: url('../fonts/PFDinTextCompPro-Italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PFDinTextCompPro-Italic.woff') format('woff'),
         url('../fonts/PFDinTextCompPro-Italic.ttf') format('truetype'),
         url('../fonts/PFDinTextCompPro-Italic.svg#pf_din_text_comp_proitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face{
    font-family: 'PF Din Text Comp Pro';
    src: url('../fonts/PFDinTextCompPro-Bold.eot');
    src: url('../fonts/PFDinTextCompPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PFDinTextCompPro-Bold.woff') format('woff'),
         url('../fonts/PFDinTextCompPro-Bold.ttf') format('truetype'),
         url('../fonts/PFDinTextCompPro-Bold.svg#pf_din_text_comp_probold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face{
    font-family: 'PF Din Text Comp Pro';
    src: url('../fonts/PFDinTextCompPro-BoldItal.eot');
    src: url('../fonts/PFDinTextCompPro-BoldItal.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PFDinTextCompPro-BoldItal.woff') format('woff'),
         url('../fonts/PFDinTextCompPro-BoldItal.ttf') format('truetype'),
         url('../fonts/PFDinTextCompPro-BoldItal.svg#pf_din_text_comp_proBdIt') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face{
    font-family: 'PF Din Text Comp Pro';
    src: url('../fonts/PFDinTextCompPro-Medium.eot');
    src: url('../fonts/PFDinTextCompPro-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PFDinTextCompPro-Medium.woff') format('woff'),
         url('../fonts/PFDinTextCompPro-Medium.ttf') format('truetype'),
         url('../fonts/PFDinTextCompPro-Medium.svg#pf_din_text_comp_promedium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face{
    font-family: 'PF Din Text Comp Pro';
    src: url('../fonts/PFDinTextCompPro-MedItal.eot');
    src: url('../fonts/PFDinTextCompPro-MedItal.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PFDinTextCompPro-MedItal.woff') format('woff'),
         url('../fonts/PFDinTextCompPro-MedItal.ttf') format('truetype'),
         url('../fonts/PFDinTextCompPro-MedItal.svg#pf_din_text_comp_proMdIt') format('svg');
    font-weight: 500;
    font-style: italic;
}
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td,figure,figcaption,nav,section,menu,main{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,menu,main{
	display: block;
}
table{
	border-spacing: 0;
}
img{
	border: none;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
ul li,
menu li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
/*	text-rendering: optimizeLegibility;*/
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus,textarea:focus,select:focus,button:focus{
	outline: none;
}
::-webkit-input-placeholder{
	color: #858585;
	-webkit-transition: 0.25s ease all;
}
::-moz-input-placeholder{
	color: #858585;
	-moz-transition: 0.25s ease all;
}
:-moz-input-placeholder{
	color: #858585;
	-moz-transition: 0.25s ease all;
}
:-ms-input-placeholder{
	color: #858585;
	-ms-transition: 0.25s ease all;
}
.error::-webkit-input-placeholder{
	color: #c9252c !important;
}
.error:-moz-placeholder{
	color: #c9252c !important;
}
.error::-moz-placeholder{
	color: #c9252c !important;
}
.error:-ms-input-placeholder{
	color: #c9252c !important;
}
:focus::-webkit-input-placeholder,
.error:focus::-webkit-input-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
:focus:-moz-placeholder,
.error:focus:-moz-placeholder{
	color: transparent !important;
}
:focus::-moz-placeholder,
.error:focus::-moz-placeholder{
	color: transparent !important;
}
:focus:-ms-input-placeholder,
.error:focus:-ms-input-placeholder{
	color: transparent !important;
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
html, body{
	height: 100%;
}
body{
    font-family: 'PF Din Text Comp Pro';
    font-size: 22px;
	color: #000;
	background: #fff url('../images/ajax-loader.gif') no-repeat center center;
}
label{
	font-size: 12px;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], input[type='search'], input[type='url'], input[type='time'], textarea, select{
	display: inline-block;
	width: 100%;
	height: 52px;
	margin: 0;
	padding: 12px 24px;
	font-size: 20px;
	line-height: 28px;
	color: #000;
	border: solid 1px #d0d0d0;
	background: #fff url('../images/blank.png') no-repeat right 9px center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='search']:focus, input[type='url']:focus, input[type='time']:focus, textarea:focus, select:focus{
	
}
textarea{
	height: 136px;
	resize: none;
}
.error{
	padding-right: 48px !important;
	color: #c9252c !important;
	font-weight: bold !important;
	border-color: #c9252c !important;
	background: #fff url('../images/error.png') no-repeat right 9px center;
}
textarea,
textarea.error{
	background-position: right 9px !important;
	background-position: right 9px top 12px !important;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: 230px;
	height: 52px;
	margin: 0;
	padding: 0;
	font-size: 28px;
	font-weight: 500;
	line-height: 52px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0,0,0,0.32);
	white-space: nowrap;
	border: 0 none;
	background: #e07627;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwNzYyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZjMxMDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e07627 0%, #bf3107 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e07627), color-stop(100%,#bf3107));
	background: -webkit-linear-gradient(top,  #e07627 0%,#bf3107 100%);
	background: -o-linear-gradient(top,  #e07627 0%,#bf3107 100%);
	background: -ms-linear-gradient(top,  #e07627 0%,#bf3107 100%);
	background: linear-gradient(to bottom,  #e07627 0%,#bf3107 100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.button-box{
	padding: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.27), 0 1px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.27), 0 1px 1px rgba(255,255,255,0.5);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.27), 0 1px 1px rgba(255,255,255,0.5);
}
.blue{
	padding: 0 0 3px;
	background: #0473a6;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0NzNhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzNmYzJmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDczYTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #0473a6 0%, #3fc2fe 50%, #0473a6 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0473a6), color-stop(50%,#3fc2fe), color-stop(100%,#0473a6));
	background: -webkit-linear-gradient(left,  #0473a6 0%,#3fc2fe 50%,#0473a6 100%);
	background: -o-linear-gradient(left,  #0473a6 0%,#3fc2fe 50%,#0473a6 100%);
	background: -ms-linear-gradient(left,  #0473a6 0%,#3fc2fe 50%,#0473a6 100%);
	background: linear-gradient(to right,  #0473a6 0%,#3fc2fe 50%,#0473a6 100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.32);
	-moz-box-shadow: 0 4px 4px rgba(0,0,0,0.32);
	box-shadow: 0 4px 4px rgba(0,0,0,0.32);
}
.blue > .blue-in{
	background: #17a8eb;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE3YThlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNTk1ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #17a8eb 0%, #0595d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#17a8eb), color-stop(100%,#0595d8));
	background: -webkit-linear-gradient(top,  #17a8eb 0%,#0595d8 100%);
	background: -o-linear-gradient(top,  #17a8eb 0%,#0595d8 100%);
	background: -ms-linear-gradient(top,  #17a8eb 0%,#0595d8 100%);
	background: linear-gradient(to bottom,  #17a8eb 0%,#0595d8 100%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 0 #17a8eb, inset 0 2px 1px rgba(255,255,255,0.5), inset 0 -1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 0 #17a8eb, inset 0 2px 1px rgba(255,255,255,0.5), inset 0 -1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 0 #17a8eb, inset 0 2px 1px rgba(255,255,255,0.5), inset 0 -1px 0 rgba(0,0,0,0.1);
}
.blue > .button{
	width: 220px;
	font-size: 20px;
}
input.button{
	line-height: 95% !important;
}
.button:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:before,
.clearfix:after{
	float: none !important;
	content: ' ';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.animate{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.delay{
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
	-webkit-perspective: 1000px !important;
	-moz-perspective: 1000px !important;
	-ms-perspective: 1000px !important;
	-o-perspective: 1000px !important;
	perspective: 1000px !important;
}
.hide,
.hidden{
	opacity: 0;
}
.delay > *{
	-webkit-perspective: 1000px !important;
	-moz-perspective: 1000px !important;
	-ms-perspective: 1000px !important;
	-o-perspective: 1000px !important;
	perspective: 1000px !important;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
.delay > .delay1,
.delay > .delay11,
.delay > .delay12{
	-webkit-transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.delay > .delay2,
.delay > .delay21,
.delay > .delay22{
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.delay > .delay3,
.delay > .delay31,
.delay > .delay32{
	-webkit-transition-delay: 0.45s;
	-moz-transition-delay: 0.45s;
	-o-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
.hidden > *{
	opacity: 0;
	-webkit-transform: rotateY(30deg);
	-moz-transform: rotateY(30deg);
	-o-transform: rotateY(30deg);
	transform: rotateY(30deg);
}
@media only screen and (min-width: 1025px){ 
	.hidden,
	.hidden > *{
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-ms-filter: blur(5px);
		-o-filter: blur(5px);
		filter: blur(5px);
	}
}
.hidden > .delay1,
.hidden > .delay2,
.hidden > .delay3{
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
}
.hidden > .delay11,
.hidden > .delay21,
.hidden > .delay31{
	-webkit-transform: rotateY(30deg);
	-moz-transform: rotateY(30deg);
	-o-transform: rotateY(30deg);
	transform: rotateY(30deg);
}
.hidden > .delay12,
.hidden > .delay22,
.hidden > .delay32{
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
}
.circle{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0 none;
	border-top: solid 1px rgba(0,0,0,0.5);
	border-bottom: solid 1px rgba(167,167,167,0.2);
	background: none;
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.inline-table{
	display: inline-table;
	border-spacing: 0;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.img{
	font-size: 0;
	line-height: 0;
}
.img img{
	max-width: 100%;
	max-height: 100%;
}
.inline-block{
	display: inline-block;
}
.caroufredsel_wrapper[style*='move']{
	cursor: url('../images/Move.cur'), auto !important;
}
/* off */

/* text */
.plaintext h1,
.plaintext h2,
.title{
	margin: 0 0 20px;
	color: #ff7800;
	font-size: 48px;
	font-weight: 500;
	line-height: 100%;
}
.block .title{
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.32);
}
.plaintext hr{
	margin: 0 0 20px;
}
.plaintext a{
	color: #ff7800;
}
.plaintext p,
.plaintext img{
	margin: 0 0 20px;
}
.plaintext img{
	max-width: 100%;
}
.plaintext img[style*='float:left'],
.plaintext img[style*='float: left']{
	margin: 0 20px 20px 0 !important;
}
.plaintext img[style*='float:right'],
.plaintext img[style*='float: right']{
	margin: 0 0 20px 20px !important;
}
.plaintext ol,
.plaintext ul{
	margin: 0 0 20px;
	padding: 0 17px;
}
.plaintext ol ol,
.plaintext ul ol,
.plaintext ul ol,
.plaintext ul ul{
	margin: 0;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li,
.plaintext ol ul li{
	list-style: disc;
}
.plaintext ul ul li{
	list-style: square;
}
.plaintext table{
	margin: 0 0 20px;
}
.plaintext table img{
	margin: 0;
}
.plaintext .table{
	margin: 0 0 20px;
}
.plaintext .table td{
	padding: 8px;
}
.plaintext .table th{
	padding: 8px;
	font-size: 18px;
	color: #fff;
	text-align: left;
	background: #939598;
}
.plaintext .table tr:nth-child(even) td{
	background: #e7e7e8;
}
.plaintext .table tr:first-child td{
	color: #fff;
	background: #f26122;
}
.plaintext .table p{
	margin: 0;
}
.plaintext sup,
.plaintext sub{
	font-size: 0.7em;
	line-height: 100%;
	vertical-align: 4px;
}
.plaintext sub{
	vertical-align: -2px;
}
.plaintext > *:nth-last-child(2){
	margin-bottom: 0;
}
/* off */

#up2top{
	opacity: 0.25;
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 200;
	left: 50%;
	bottom: 0;
	margin-left: -45px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transform: translate(0);
	-webkit-transition: 0.25s ease opacity;
	-moz-transition: 0.25s ease opacity;
	-o-transition: 0.25s ease opacity;
	transition: 0.25s ease opacity;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
#up2top:hover{
	opacity: 1;
	filter: none;
    -webkit-filter: none;
}
#wrapper{
	overflow: hidden;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff url('../images/bg.jpg') no-repeat center top;
	-webkit-transition: 0.5s ease opacity;
	-moz-transition: 0.5s ease opacity;
	-o-transition: 0.5s ease opacity;
	transition: 0.5s ease opacity;
}
.inside{
	width: 960px;
	margin: 0 auto;
}
.block{
	background: transparent repeat left top;
}
.orange{
	background-image: url('../images/orange-bg.jpg');
}
.gray{
	background-image: url('../images/gray-bg.jpg');
}

/* header */
header{
	padding: 14px 0 0;
}
.logo{
	width: 232px;
}
.logo figcaption{
	margin: 7px 0 0;
	font-size: 20px;
	line-height: 100%;
	color: #fff;
}
.logo strong{
	display: block;
}
header .ul{
	margin: 24px 0 0 20px;
}
.ul li{
	position: relative;
	margin: 17px 0 0;
	padding: 0 0 0 37px;
	font-size: 20px;
	font-weight: 500;
	color: #34a8eb;
}
.ul li:first-child{
	margin: 0;
}
.ul li:before{
	position: absolute;
	left: 0;
	top: -3px;
	content: url('../images/li.png');
}
.callback{
	margin: 29px 10px 0 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 100%;
	color: #fff;
	text-align: right;
	white-space: nowrap;
}
.callback .phone{
	margin: 11px 0 0;
	font-size: 32px;
	font-weight: bold;
	line-height: 100%;
	color: #ff7800;
}
.callback .phone a{
	display: block;
	position: relative;
	width: 217px;
	padding: 0 0 0 30px;
	text-decoration: none;
}
.callback .phone a:hover .txt{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
.callback .phone .icon{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
	background: #ff7800;
}
.callback .button-box{
	margin: 11px 0 0;
}
/* header off */

/* content */
main{
	padding: 21px 0 0;
}
.slogan{
	padding: 21px 0;
	font-size: 32px;
}
.slogan .title{
	margin: 0 0 1px;
}
.questions{
	margin: 38px 0 0;
	padding: 0 0 118px;
	background: url('../images/shadow-big-bottom.png') no-repeat center bottom;
}
.questions figure{
	width: 300px;
	margin: 0;
	padding: 0 10px 10px;
	background: url('../images/shadow-left.png') no-repeat left top, url('../images/shadow-right.png') no-repeat right top, url('../images/shadow-bottom-left.png') no-repeat left 10px bottom, url('../images/shadow-bottom-right.png') no-repeat right 10px bottom;
}
.questions .title{
	height: 104px;
	margin: 0;
	padding: 37px 0 0;
	font-size: 28px;
	line-height: normal;
	background: #17a8eb;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMTdhOGViIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjMTU5OGQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjMTdhOGViIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE3YThlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-35deg,  #17a8eb 0%, #1598d5 25%, #17a8eb 25%, #17a8eb 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#17a8eb), color-stop(25%,#1598d5), color-stop(25%,#17a8eb), color-stop(100%,#17a8eb));
	background: -webkit-linear-gradient(-35deg,  #17a8eb 0%,#1598d5 25%,#17a8eb 25%,#17a8eb 100%);
	background: -o-linear-gradient(-35deg,  #17a8eb 0%,#1598d5 25%,#17a8eb 25%,#17a8eb 100%);
	background: -ms-linear-gradient(-35deg,  #17a8eb 0%,#1598d5 25%,#17a8eb 25%,#17a8eb 100%);
	background: linear-gradient(145deg,  #17a8eb 0%,#1598d5 25%,#17a8eb 25%,#17a8eb 100%);
}
.small-questions{
	margin: -27px 0 0;
}
.questions-list{
	padding: 0 10px;
}
.questions-list figure{
	margin: 19px 0 0 20px;
	width: 220px;
}
.questions-list figure:nth-child(1),
.questions-list figure:nth-child(2),
.questions-list figure:nth-child(3),
.questions-list figure:nth-child(4){
	margin-top: 5px;
}
.questions-list figure:nth-child(4n+1){
	margin-left: 0;
}
.questions-list .img{
	width: 1000px;
	height: 127px;
	padding: 15px 0 0;
}
.questions-list .title{
	margin: 0;
	font-size: 18px;
	line-height: 110%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.questions-list .title:before{
	position: absolute;
	right: 19px;
	bottom: 100%;
	margin: 0 0 -7px;
	content: url('../images/quote.png');
}
.questions-list .title .td{
	width: 1000px;
	height: 75px;
	padding: 3px 0 0;
}
.tasks{
	margin: 84px 0 0;
}
.tasks .gray.block{
	padding: 0 0 200px;
}
.tasks .title{
	margin: 0;
	padding: 54px 0 50px;
}
.tasks-list figure{
	width: 320px;
	padding: 43px 0 0;
}
.tasks-list figure .img{
	margin: 0 0 51px;
}
.img-circle{
	width: 96px;
	height: 96px;
	border: solid 3px #fff;
}
.orange-circle{
	background: #ff7800;
	-webkit-box-shadow: 0 0 0 5px #ff7800, 0 14px 11px rgba(0,0,0,0.17);
	-moz-box-shadow: 0 0 0 5px #ff7800, 0 14px 11px rgba(0,0,0,0.17);
	box-shadow: 0 0 0 5px #ff7800, 0 14px 11px rgba(0,0,0,0.17);
}
.blue-circle{
	width: 102px;
	height: 102px;
	background: #17a8eb;
	-webkit-box-shadow: 0 0 0 2px #17a8eb;
	-moz-box-shadow: 0 0 0 2px #17a8eb;
	box-shadow: 0 0 0 2px #17a8eb;
}
.dark-blue{
	background: #146897;
	-webkit-box-shadow: 0 0 0 2px #146897;
	-moz-box-shadow: 0 0 0 2px #146897;
	box-shadow: 0 0 0 2px #146897;
}
.img-circle .num{
	position: absolute;
	left: -32px;
	top: -8px;
	width: 43px;
	height: 43px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	border: solid 3px #fff;
	background: #146897;
}
.tasks-list figcaption{
	height: 112px;
}
.tasks-list figcaption .uppercase{
	color: #146897;
}
.consult-form{
	width: 100%;
	margin: -150px -10px 0;
	padding: 0 10px 10px;
	background: url('../images/shadow-left.png') no-repeat left top, url('../images/shadow-right.png') no-repeat right top, url('../images/shadow-bottom-left.png') no-repeat left 10px bottom, url('../images/shadow-bottom-right.png') no-repeat right 10px bottom;
}
.consult-form .out,
.form .out{
	margin: 0 1px;
	padding: 0 0 6px;
	background: #e4e4e4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNGU0ZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #e4e4e4 0%, #ececec 50%, #e4e4e4 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e4e4e4), color-stop(50%,#ececec), color-stop(100%,#e4e4e4));
	background: -webkit-linear-gradient(left,  #e4e4e4 0%,#ececec 50%,#e4e4e4 100%);
	background: -o-linear-gradient(left,  #e4e4e4 0%,#ececec 50%,#e4e4e4 100%);
	background: -ms-linear-gradient(left,  #e4e4e4 0%,#ececec 50%,#e4e4e4 100%);
	background: linear-gradient(to right,  #e4e4e4 0%,#ececec 50%,#e4e4e4 100%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.consult-form .in,
.form .in{
	outline: solid 1px #fff;
}
.consult-form .title{
	margin: 0;
	padding: 30px 0 24px;
	background: #17a8eb;
}
.consult-form .form{
	padding: 25px 25px 33px;
	background: #f5f5f5;
}
.consult-form .form table{
	width: 100%;
	border-spacing: 21px;
}
.consult-form .form .before-send table td{
	width: 1000px;
}
.consult-form .form .before-send table td:last-child{
	width: 0;
}
.works{
	padding: 54px 0 0;
}
.work-list{
	padding: 34px 0 0;
	background: url('../images/arrows.png') no-repeat 247px 121px, url('../images/arrows.png') no-repeat 567px 121px;
}
.work-list .img{
	margin: 0 0 17px;
}
.work-list figure{
	width: 320px;
	font-weight: 500;
	color: #146897;
	vertical-align: top;
}
.work-list figcaption{
	height: 78px;
	font-size: 22px;
	line-height: normal;
}
.review{
	margin: 38px 0 0;
}
.review .title{
	margin: 0;
	padding: 54px 0 50px;
}
.review-list{
	padding: 40px 0 20px;
}
.review-list li{
	margin: 0 auto 12px;
	padding: 0 0 14px;
	width: 620px;
	background: url('../images/shadow-bottom-left.png') no-repeat left bottom, url('../images/shadow-bottom-right.png') no-repeat right bottom;
}
.review-list .post{
	background: #fff;
}
.warranty{
	padding: 78px 0 0;
}
.warranty .work-list{
	padding: 50px 0 0;
	background: none;
}
.date-block{
	margin: 70px 0 0;
	padding: 97px 0 160px;
}
.date-block figure{
	width: 320px;
}
.date-block .date-img{
	font-family: Ubuntu, sans-serif;
	width: 147px;
	height: 136px;
	padding: 0 0 14px;
	font-size: 73px;
	font-weight: bold;
	color: #2a1401;
	background: url('../images/date.png') no-repeat center top;
}
.date-block .date-img:before{
	pointer-events: none;
	position: absolute;
	left: 21%;
	top: 0;
	width: 63%;
	height: 60%;
	content: ' ';
	background: url('../images/num.png') repeat-x center -10px;
}
.date-block .title{
	height: 86px;
	margin: 15px 0 0;
	font-size: 36px;
	line-height: normal;
}
.bottom-block{
	padding: 48px 0 0;
}
/* content off */

/* footer */
footer{
	padding: 9px 0 64px;
	white-space: nowrap;
}
.footer-item{
	vertical-align: bottom;
}
.footer-item:first-child{
	width: 396px;
	padding-left: 12px;
}
.footer-item .logo{
	width: auto;
}
.footer-item .ul{
	margin: 38px 0 0 12px;
	line-height: 22px;
}
.footer-item .ul li{
	padding-left: 43px;
	color: #146897;
}
.footer-item .ul li:before{
	content: url('../images/li-dark.png');
}
nav.footer-item{
	width: 302px;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	color: #146897;
}
nav.footer-item li{
	margin: 14px 0 0;
}
nav.footer-item li:first-child{
	margin: 0;
}
.footer-item.callback{
	width: 250px;
	margin: 0;
	font-size: 18px;
	line-height: normal;
	color: #000;
	text-align: left;
}
.footer-item.callback a{
	color: #146897;
	text-decoration: none;
}
.footer-item.callback .phone a{
	padding-left: 38px;
	color: #ff7800;
}
.footer-item.callback .work{
	font-size: 28px;
	font-weight: bold;
}
.footer-item.callback .phone{
	font-size: 28px;
}
.call-back-link{
	margin: 10px 0 0;
}
.call-back-link a{
	border-bottom: dashed 1px #146897;
}
.call-back-link a:hover{
	border-bottom-color: transparent;
}
.footer-item.callback .inet{
	margin: 13px 0 0;
}
.footer-item.callback .contacts{
	margin: 12px 0 0;
	font-weight: normal;
}
/* footer off */
iframe{
	border: 0 none !important;
	outline: 0 none !important;
}
/* popup & form */
.fancybox-overlay{
	background: rgba(0,17,27,0.9) !important;
}
.popup .fancybox-skin{
	color: inherit;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.popup .fancybox-close{
	display: none !important;
}
.fancy-close{
	cursor: pointer;
	display: block;
	position: absolute;
	right: 6px;
	top: 6px;
	width: 28px;
	height: 28px;
	background: url('../images/close-white.png') no-repeat center top;
}
.fancy-close:hover,
.after-send .fancy-close{
	background-image: url('../images/close.png');
}
.after-send .fancy-close:hover{
	background-image: url('../images/close-white.png');
}
.popup .form{
	width: 620px;
	padding: 20px;
	background: url('../images/shadow-left.png') no-repeat left 20px, url('../images/shadow-right.png') no-repeat right 20px, url('../images/shadow-bottom-left.png') no-repeat left 20px bottom, url('../images/shadow-bottom-right.png') no-repeat right 20px bottom;
}
.popup .form .in{
	height: 386px;
	background: #f5f5f5;
}
.popup .form .title{
	margin: 0;
	padding: 30px 0 26px;
	background: #17a8eb;
}
.popup .form table{
	width: 100%;
	margin: 0 auto;
}
.popup .form .before-send table{
	width: 300px;
	padding: 26px 0 0;
}
.popup .form .before-send table td{
	padding: 20px 0 0;
}
.popup .form input{
	width: 100%;
}
.after-send{
	display: none;
	padding: 20px 0 0;
	font-size: 24px;
	color: #ff7800;
}
.popup .after-send{
	padding: 58px 0 0;
}
.after-send th{
	text-transform: uppercase;
}
.popup .after-send th{
	padding: 0 0 20px;
}
.popup .logo{
	width: auto;
}
.popup .logo figcaption{
	margin: 20px 0 0;
	color: #146897;
}
/* popup & form off */








/* eof */