@charset "UTF-8";  
@font-face{
    font-family: 'KelsonSans';
    src: url('../fonts/KelsonSansRegular.eot');
    src: url('../fonts/KelsonSansRegular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/KelsonSansRegular.woff') format('woff'),
         url('../fonts/KelsonSansRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'RobotoSlab';
    src: url('../fonts/RobotoSlabRegular.eot');
    src: url('../fonts/RobotoSlabRegular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoSlabRegular.woff') format('woff'),
         url('../fonts/RobotoSlabRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.kelson{
    font-family: 'KelsonSans';
}
.roboto{
    font-family: 'RobotoSlab';
}
/* 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: #979797;
	-webkit-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
::-moz-input-placeholder{
	color: #979797;
	-moz-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
:-moz-input-placeholder{
	color: #979797;
	-moz-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
:-ms-input-placeholder{
	color: #979797;
	-ms-transition: 0.25s ease all;
	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{
	text-indent: -100px;
	color: transparent !important;
}
:focus::-moz-placeholder,
.error:focus::-moz-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
:focus:-ms-input-placeholder,
.error:focus:-ms-input-placeholder{
	text-indent: -100px;
	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,
a[href^='tel']{
	text-decoration: none;
}
a[href^='tel']{
	color: inherit !important;
	text-decoration: none !important;
}
html, body{
	height: 100%;
}
body{
    font: 14px/1.7 Arial, Ubuntu, sans-serif;
	color: #4a4c4e;
	background: #fff url('../images/ajax-loader.gif') no-repeat center center fixed;
}
.white{
	color: #fff;
}
.blue{
	color: #1a559c;
}
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{
    font-family: 'KelsonSans';
	display: inline-block;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 15px;
	font-size: 16px;
	line-height: 20px;
	color: #020202;
	text-align: left;
	border: solid 1px #979797;
	background: #fff url('../images/blank.png') no-repeat right 12px center;
	-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-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
select{
	cursor: pointer;
	padding: 0 30px 0 6px;
	background: #fff url('../images/select.png') no-repeat right 10px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
select::-ms-expand{
    display: none;
}
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,
input[type='text']:hover, input[type='password']:hover, input[type='email']:hover, input[type='tel']:hover, input[type='number']:hover, input[type='search']:hover, input[type='url']:hover, input[type='time']:hover, textarea:hover, select:hover{
	border-color: #1a559c;
}
textarea{
	height: 116px;
	text-align: left;
	resize: none;
}
span.error{
	color: #c9252c !important;
}
input.error,
textarea.error{
	color: #c9252c !important;
	border-color: #c9252c !important;
	background-image: url('../images/error.png') !important;
}
select.error{
	color: #c9252c !important;
	border-color: #c9252c !important;
}
[disabled]{
	cursor: not-allowed !important;
	opacity: 0.5 !important;
}
textarea,
textarea.error{
	padding-left: 10px !important;
	background-position: right 9px top 7px !important;
}
.button{
	cursor: pointer;
    font-family: 'KelsonSans';
	display: inline-block;
	width: auto;
	height: 48px;       
	margin: 0;
	padding: 15px 30px 13px;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #1a559c;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #fff;
	white-space: nowrap;
	border: 0 none;
	background: rgb(252,252,252);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(232,232,232,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(232,232,232,1)));
	background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(232,232,232,1) 100%);
	background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(232,232,232,1) 100%);
	background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(232,232,232,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(232,232,232,1) 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: 3px 3px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.button.blue{
	color: #fff;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	background: rgb(32,109,187);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNmRiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzRhOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(32,109,187,1) 0%, rgba(23,74,142,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(32,109,187,1)), color-stop(100%,rgba(23,74,142,1)));
	background: -webkit-linear-gradient(top,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	background: -o-linear-gradient(top,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	background: -ms-linear-gradient(top,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	background: linear-gradient(to bottom,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	-webkit-box-shadow: inset 0 0 5px #fff, 3px 3px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 0 5px #fff, 3px 3px 5px rgba(0,0,0,0.25);
	box-shadow: inset 0 0 5px #fff, 3px 3px 5px rgba(0,0,0,0.25);
}
.button:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.button:active{
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
}
.button[disabled]{
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
input[type='checkbox'],
input[type='radio']{
	display: none;
}
input[type='checkbox']+.input,
input[type='radio']+.input{
	width: 14px;
	height: 14px;
	margin: 0 8px 0 0;
	vertical-align: -3px;
	border: solid 1px #ccc;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
input[type='checkbox']+.radio,
input[type='radio']+.input{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
input[type='checkbox']+.input:after,
input[type='radio']+.input:after{
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -3px;
	content: url('../images/checkbox.png');
	-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='checkbox']+.input.checkbox:after{
	margin: -5px 0 0 -4px;
}
input[type='checkbox']+.radio:after,
input[type='radio']+.input:after{
	content: url('../images/radio.png');
}
input[type='checkbox']:checked+.input:after,
input[type='radio']:checked+.input:after{
	opacity: 1;
}
.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,
.hidden .delay-in,
.delay-in.no{
	opacity: 0;
}
.delay .delay-in{
	-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;
}
@media only screen and (min-width: 1025px){ 
	.hidden,
	.hidden .delay-in,
	.delay-in.no{
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-ms-filter: blur(5px);
		-o-filter: blur(5px);
		filter: blur(5px);
	}
}
.delay .delay11,
.delay .delay21,
.delay .delay31,
.delay .delay41{
	-webkit-transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.delay .delay12,
.delay .delay22,
.delay .delay32,
.delay .delay42{
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.delay .delay13,
.delay .delay23,
.delay .delay33,
.delay .delay43{
	-webkit-transition-delay: 0.45s;
	-moz-transition-delay: 0.45s;
	-o-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
.delay .delay14,
.delay .delay24,
.delay .delay34,
.delay .delay44{
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.delay .delay15,
.delay .delay25,
.delay .delay35,
.delay .delay45{
	-webkit-transition-delay: 0.75s;
	-moz-transition-delay: 0.75s;
	-o-transition-delay: 0.75s;
	transition-delay: 0.75s;
}
.delay .delay16,
.delay .delay26,
.delay .delay36,
.delay .delay46{
	-webkit-transition-delay: 0.9s;
	-moz-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
	transition-delay: 0.9s;
}
.delay .delay17,
.delay .delay27,
.delay .delay37,
.delay .delay47{
	-webkit-transition-delay: 1.05s;
	-moz-transition-delay: 1.05s;
	-o-transition-delay: 1.05s;
	transition-delay: 1.05s;
}
.delay .delay18,
.delay .delay28,
.delay .delay38,
.delay .delay48{
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.delay .delay19,
.delay .delay29,
.delay .delay39,
.delay .delay49{
	-webkit-transition-delay: 1.35s;
	-moz-transition-delay: 1.35s;
	-o-transition-delay: 1.35s;
	transition-delay: 1.35s;
}
.hidden .delay11,
.hidden .delay12,
.hidden .delay13,
.hidden .delay14,
.hidden .delay15,
.hidden .delay16,
.hidden .delay17,
.hidden .delay18,
.hidden .delay19,
.no.delay11,
.no.delay12,
.no.delay13,
.no.delay14,
.no.delay15,
.no.delay16,
.no.delay17,
.no.delay18,
.no.delay19{
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
}
.hidden .delay21,
.hidden .delay22,
.hidden .delay23,
.hidden .delay24,
.hidden .delay25,
.hidden .delay26,
.hidden .delay27,
.hidden .delay28,
.hidden .delay29,
.no.delay21,
.no.delay22,
.no.delay23,
.no.delay24,
.no.delay25,
.no.delay26,
.no.delay27,
.no.delay28,
.no.delay29{
	-webkit-transform: rotateY(30deg);
	-moz-transform: rotateY(30deg);
	-o-transform: rotateY(30deg);
	transform: rotateY(30deg);
}
.hidden .delay31,
.hidden .delay32,
.hidden .delay33,
.hidden .delay34,
.hidden .delay35,
.hidden .delay36,
.hidden .delay37,
.hidden .delay38,
.hidden .delay39,
.no.delay31,
.no.delay32,
.no.delay33,
.no.delay34,
.no.delay35,
.no.delay36,
.no.delay37,
.no.delay38,
.no.delay39{
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
}
.hidden .delay41,
.hidden .delay42,
.hidden .delay43,
.hidden .delay44,
.hidden .delay45,
.hidden .delay46,
.hidden .delay47,
.hidden .delay48,
.hidden .delay49,
.no.delay41,
.no.delay42,
.no.delay43,
.no.delay44,
.no.delay45,
.no.delay46,
.no.delay47,
.no.delay48,
.no.delay49{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.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 #898989;
	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{
	font-family: 'RobotoSlab';
	margin: 0 0 20px;
	font-size: 30px;
	line-height: normal;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}
.white .plaintext h1,
.white .plaintext h2,
.white .title{
	color: #fff;
}
.plaintext a{
	color: #1a559c;
}
.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;
}
blockquote{
	position: relative;
	padding: 30px 60px;
	line-height: 1.6;
	background: #fff;
}
blockquote:before,
blockquote:after{
	font-family: 'Times New Roman', serif;
	position: absolute;
	font-size: 50px;
	line-height: 0;
	color: #25aaff;
}
blockquote:before{
	left: 30px;
	top: 38px;
	content: '«';
}
blockquote:after{
	right: 30px;
	bottom: 50px;
	content: '»';
}
/* off */

#up2top{
	opacity: 0.5;
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 1002;
	left: 50%;
	bottom: 10px;
	margin-left: -19px;
	-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;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	filter: gray;
}
#up2top:hover{
	opacity: 1;
    -webkit-filter: none;
	filter: none;
}

#wrapper{
	overflow: hidden;
	min-width: 1002px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fafafa;
}
.inside{
	width: 980px;
	margin: 0 auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
/* header */
header{
	position: fixed;
	z-index: 1001;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	padding: 8px 0;
	font-size: 17px;
	white-space: nowrap;
	background: rgba(255,255,255,0.9);
	-webkit-box-shadow: 0 5px 0 rgba(255,255,255,0.5);
	-moz-box-shadow: 0 5px 0 rgba(255,255,255,0.5);
	box-shadow: 0 5px 0 rgba(255,255,255,0.5);
}
header img:hover,
.footer-logo img:hover{
	opacity: 0.75;
}
.calls{
	margin: 6px 0;
	font-size: 12px;
	line-height: 0.8;
}
.calls .kelson{
	font-size: 18px;
	color: #000;
}
.calls .td{
	padding: 0 8px;
	text-align: left;
	border-left: solid 1px #000;
}
.calls .kelson .td{
	padding-top: 1px;
	padding-bottom: 14px;
}
.calls .td:first-child{
	border: 0 none;
}
.calls .blue{
	text-decoration: none;
	border-bottom: dashed 1px #1a559c;
}
.calls .blue:hover{
	border-bottom-color: transparent;
}
/* header off */

/* content */
main{
	padding: 0 0 140px;
}
.slider-box{
	overflow: hidden;
}
.itemslider,
.itemslider:before{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.slider-box img,
.portfolio-list li img,
.fancybox-skin img{
	-webkit-backface-visibility: visible;
	-webkit-transform: none;
}
#slider img{
	width: 100%;
}
.itemslider:before{
	pointer-events: none;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	border: solid 1px #cecece;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.slider-nav{
	cursor: pointer;
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 50%;
	margin: -28px 0 0;
}
.itemslider .slider-nav,
.productionslider .slider-nav{
	margin-top: -14px;
}
.slider-nav:hover{
	opacity: 0.75;
}
.slider-nav.prev,
.productionslider .slider-nav.prev{
	margin-left: -490px;
}
.itemslider .slider-nav.prev{
	margin-left: -480px;
}
.slider-nav.next{
	margin-left: 434px;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: rotate(180deg);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.itemslider .slider-nav.next{
	margin-left: 452px;
}
.productionslider .slider-nav.next{
	margin-left: 462px;
}
#pager{
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: 90px;
	width: 100%;
	height: 0;
}
#pager a{
	display: inline-block;
	position: relative;
	width: 7px;
	height: 7px;
	margin: 0 4px;
	padding: 11px;
	text-decoration: none;
	background: rgba(255,255,255,0.25);
}
#pager a.selected{
	cursor: default;
}
#pager a:before{
	position: absolute;
	left: 3px;
	top: 3px;
	width: 23px;
	height: 23px;
	content: ' ';
	background: #fff;
}
#pager span{
	display: block;
	position: relative;
	z-index: 2;
	width: 7px;
	height: 7px;
	background: #da4500;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
#pager a,
#pager a:before,
#pager span{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
#pager .selected span,
#pager a:hover span{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.nav-box{
	z-index: 1005;
	margin-top: -44px;
	margin-bottom: 56px;
}
.nav{
	position: absolute;
	left: 50%;
	top: 0;	
	width: 980px;
	margin: 0 0 0 -490px;
	font-size: 16px;
	line-height: normal;
	text-shadow: 1px 1px 0 #0c3871;
	white-space: nowrap;
	-webkit-transform: translate3d(0,0,0) scale(1.0,1.0);
}
.nav.fixed{
	position: fixed;
	top: 80px;
}
.nav .table{
	background: rgb(32,109,187);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNmRiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzRhOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(32,109,187,1) 0%, rgba(23,74,142,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(32,109,187,1)), color-stop(100%,rgba(23,74,142,1)));
	background: -webkit-linear-gradient(top,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	background: -o-linear-gradient(top,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	background: -ms-linear-gradient(top,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	background: linear-gradient(to bottom,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 5px #fff;
	-moz-box-shadow: inset 0 0 5px #fff;
	box-shadow: inset 0 0 5px #fff;
}
.nav .table,
.nav .td{
	height: 56px;
}
.nav .td{
	width: 10000px;
	text-decoration: none;
}
.nav li{
	padding: 0 0 0 2px;
	background: url('../images/spacer.png') no-repeat left center;
}
.nav li:first-child{
	padding-left: 0;
	background: none;
}
.nav a:hover{
	-webkit-box-shadow: inset 0 0 20px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0 0 20px rgba(255,255,255,0.2);
	box-shadow: inset 0 0 20px rgba(255,255,255,0.2);
}
.nav .active a{
	cursor: default;
	-webkit-box-shadow: inset 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 0 20px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 20px rgba(0,0,0,0.2);
}
.section{
	padding: 72px 0 0;
}
#work,
#production{
	z-index: 1;
}
.work-bar{
	margin: -25px 0 0;
	padding: 43px 0 18px;
	font-size: 16px;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	background: rgb(32,109,187);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNmRiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzRhOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(32,109,187,1) 0%, rgba(23,74,142,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(32,109,187,1)), color-stop(100%,rgba(23,74,142,1)));
	background: -webkit-linear-gradient(top,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	background: -o-linear-gradient(top,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	background: -ms-linear-gradient(top,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	background: linear-gradient(to bottom,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	-webkit-box-shadow: inset 0 0 5px #fff;
	-moz-box-shadow: inset 0 0 5px #fff;
	box-shadow: inset 0 0 5px #fff;
}
.work-bar .inside > *{
	margin: 0 16px;
}
#history{
	padding: 0;
}
#history .white-block{
	margin: 0 0 30px;
	padding: 72px 0 30px;
	background: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.history-box:before{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 7px;
	margin: -3.5px 0 0;
	content: ' ';
	background: rgb(32,109,187);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNmRiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzRhOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(32,109,187,1) 0%, rgba(23,74,142,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(32,109,187,1)), color-stop(100%,rgba(23,74,142,1)));
	background: -webkit-linear-gradient(top,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	background: -o-linear-gradient(top,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	background: -ms-linear-gradient(top,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	background: linear-gradient(to bottom,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: inset 0 0 5px #fff;
	-moz-box-shadow: inset 0 0 5px #fff;
	box-shadow: inset 0 0 5px #fff;
}
.history-list{
	z-index: 10;
	padding: 0 6px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.history-list .td{
	width: 5000px;
}
.year{
	width: 34px;
	height: 34px;
	font-size: 12px;
	line-height: 34px;
	color: #1a559c;
	background: rgb(252,252,252);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NiUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(252,252,252,1) 34%, rgba(232,232,232,1) 66%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,rgba(252,252,252,1)), color-stop(66%,rgba(232,232,232,1)));
	background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 34%,rgba(232,232,232,1) 66%);
	background: -o-linear-gradient(top,  rgba(252,252,252,1) 34%,rgba(232,232,232,1) 66%);
	background: -ms-linear-gradient(top,  rgba(252,252,252,1) 34%,rgba(232,232,232,1) 66%);
	background: linear-gradient(to bottom,  rgba(252,252,252,1) 34%,rgba(232,232,232,1) 66%);
	-webkit-box-shadow: 0 0 0 1px #2665ae;
	-moz-box-shadow: 0 0 0 1px #2665ae;
	box-shadow: 0 0 0 1px #2665ae;
}
.empty .year{
	width: 30px;
	height: 30px;
	font-size: 11px;
	color: #ccc;
	line-height: 30px;
	-webkit-box-shadow: 0 0 0 1px #ccc;
	-moz-box-shadow: 0 0 0 1px #ccc;
	box-shadow: 0 0 0 1px #ccc;
}
li:not(.empty):hover .year{
	color: #fff;
	background: rgb(32,109,187);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNmRiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzRhOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(32,109,187,1) 0%, rgba(23,74,142,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(32,109,187,1)), color-stop(100%,rgba(23,74,142,1)));
	background: -webkit-linear-gradient(top,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	background: -o-linear-gradient(top,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	background: -ms-linear-gradient(top,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	background: linear-gradient(to bottom,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	-webkit-box-shadow: inset 0 0 5px #fff;
	-moz-box-shadow: inset 0 0 5px #fff;
	box-shadow: inset 0 0 5px #fff;
}
.history-list .desc{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 420px;
	margin: 0 0 0 -210px;
	padding: 14px 0 0;
	font-size: 14px;
	line-height: 1.7;
	white-space: normal;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.history-list li:not(.empty):hover .desc{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.history-list .desc .txt{
	padding: 10px 18px;
}
.history-list .desc .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background: rgb(32,109,187);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNmRiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzRhOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(32,109,187,1) 0%, rgba(23,74,142,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(32,109,187,1)), color-stop(100%,rgba(23,74,142,1)));
	background: -webkit-linear-gradient(top,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	background: -o-linear-gradient(top,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	background: -ms-linear-gradient(top,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	background: linear-gradient(to bottom,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 5px #fff;
	-moz-box-shadow: inset 0 0 5px #fff;
	box-shadow: inset 0 0 5px #fff;
}
.history-list .desc .bg:before{
	position: absolute;
	left: 50%;
	bottom: 100%;
	width: 20px;
	height: 20px;
	margin: 0 0 -12px -10px;
	content: ' ';
	background: url('../images/conner.png') no-repeat center bottom;
}
.history-list li:nth-child(1) .desc{
	margin-left: -17px;
}
.history-list li:nth-child(1) .desc .bg:before{
	margin-left: -203px;
}
.history-list li:nth-child(2) .desc{
	margin-left: -54px;
}
.history-list li:nth-child(2) .desc .bg:before{
	margin-left: -166px;
}
.history-list li:nth-child(3) .desc{
	margin-left: -91px;
}
.history-list li:nth-child(3) .desc .bg:before{
	margin-left: -129px;
}
.history-list li:nth-child(4) .desc{
	margin-left: -128px;
}
.history-list li:nth-child(4) .desc .bg:before{
	margin-left: -92px;
}
.history-list li:nth-child(5) .desc{
	margin-left: -165px;
}
.history-list li:nth-child(5) .desc .bg:before{
	margin-left: -55px;
}
.history-list li:nth-last-child(1) .desc{
	margin-left: -392px;
}
.history-list li:nth-last-child(1) .desc .bg:before{
	margin-left: 172px;
}
.history-list li:nth-last-child(2) .desc{
	margin-left: -355px;
}
.history-list li:nth-last-child(2) .desc .bg:before{
	margin-left: 135px;
}
.history-list li:nth-last-child(3) .desc{
	margin-left: -318px;
}
.history-list li:nth-last-child(3) .desc .bg:before{
	margin-left: 98px;
}
.history-list li:nth-last-child(4) .desc{
	margin-left: -281px;
}
.history-list li:nth-last-child(4) .desc .bg:before{
	margin-left: 61px;
}
.history-list li:nth-last-child(5) .desc{
	margin-left: -244px;
}
.history-list li:nth-last-child(5) .desc .bg:before{
	margin-left: 24px;
}
.productionslider{
	overflow: visible;
	padding: 0 41px;
}
.productionslider li{
	width: 292px;
	height: 220px;
	margin: 0 7px;
}
.productionslider li .img,
.portfolio-list li{
	overflow: hidden;
	width: 290px;
	height: 218px;
	border: solid 1px #cecece;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.productionslider li .img{
	display: block;
}
#features{
	background: transparent no-repeat center center;
	height: 558px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.features-list li{
	width: 245px;
	padding: 0 0 30px;
	font-size: 16px;
	line-height: 1.25;
}
.features-list .txt{
	margin: 10px 30px 0;
}
#portfolio{
	z-index: 5;
}
.portfolio-bg:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 90%;
	content: ' ';
	background: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.tab-nav{
}
.tab-nav li{
	cursor: pointer;
	margin: 0 0 4px 3px;
	font-size: 16px;
	line-height: 1.25;
	color: #727272;
	border: solid 1px #dedede;
	background: rgb(252,252,252);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NiUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(252,252,252,1) 34%, rgba(232,232,232,1) 66%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,rgba(252,252,252,1)), color-stop(66%,rgba(232,232,232,1)));
	background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 34%,rgba(232,232,232,1) 66%);
	background: -o-linear-gradient(top,  rgba(252,252,252,1) 34%,rgba(232,232,232,1) 66%);
	background: -ms-linear-gradient(top,  rgba(252,252,252,1) 34%,rgba(232,232,232,1) 66%);
	background: linear-gradient(to bottom,  rgba(252,252,252,1) 34%,rgba(232,232,232,1) 66%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tab-nav li:first-child{
	margin: 0;
}
.tab-nav li.active,
.tab-nav li:hover{
	color: #1a559c;
	background: #fff;
}
.tab-nav li.active{
	cursor: default;
	margin-bottom: 0;
	padding-bottom: 5px;
	border-bottom: 0 none;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.tab-nav li .txt{
	height: 35px;
	padding: 0 20px;
}
.tab-nav li.active .txt{
}
.tabs{
	margin: -1px 0 0;
	padding: 22px;
	border: solid 1px #dedede;
	background: #fff;
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
}
.tab{
}
.portfolio-list{
	padding: 10px 0;
}
.portfolio-list li{
	width: 224px;
	height: 154px;
	margin: 10px 0 0 10px;
}
.portfolio-list li.no{
	position: fixed;
	top: -10000px;
}
.portfolio-list li:nth-child(1),
.portfolio-list li:nth-child(2),
.portfolio-list li:nth-child(3),
.portfolio-list li:nth-child(4){
	margin-top: 0;
}
.portfolio-list li:nth-child(4n){
	margin-right: -10px;
}
.portfolio-list li:nth-child(4n+1){
	margin-left: 0;
}
.portfolio-list+.inline-block{
	margin: 20px 0 0;
}
#map-canvas{
	height: 768px;
	margin: 20px 0 0;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
/* content off */

/* footer */
footer{
	min-width: 1002px;
	height: 80px;
	margin: -80px 0 0;
	font-size: 11px;
	line-height: 1.45;
	color: #979797;
}
footer .left-part,
footer .right-part,
footer .phones,
footer .phones .td{
	text-align: left;
}
.footer-logo{
	margin: 0 0 10px;
}
.footer-logo img{
	width: 131px;
}
.dev{
	padding: 10px 0 0;
}
.dev .txt{
	padding-left: 10px;
	line-height: 20px;
	text-align: left;
}
footer .middle{
	margin: 0 250px;
	white-space: nowrap;
}
footer .phones td:first-child{
	padding: 0 35px 0 0;
}
footer .phones td[colspan]{
	padding: 14px 0 0;
}
footer .phones tr:first-child td{
	padding-bottom: 4px;
	font-size: 16px;
	color: #000;
}
/* footer off */

iframe{
	border: 0 none !important;
	outline: 0 none !important;
}

/* form */
.fancybox-lock{
	overflow: visible !important;
}
#fancybox-lock{
	overflow: hidden !important;
}
#fancybox-lock .fancybox-inner{
	overflow: auto !important;
}
.img-popup,
.img-popup .fancybox-skin{
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
}
.img-popup .fancybox-spacer{
	display: none !important;
	height: 0 !important;
}
.img-popup .fancybox-skin{
	position: absolute;
	left: 0;
	top: 0;
}
.popup .fancybox-skin,
.popup .fancybox-skin .fancybox-image{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.img-popup .fancybox-skin,
.img-popup .fancybox-skin .fancybox-image{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.img-popup .fancybox-skin .fancybox-image{
	max-height: none !important;
	height: auto !important;
}
.popup .fancybox-close,
.popup .fancybox-expand{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.popup .fancybox-close:hover,
.popup .fancybox-expand:hover{
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}
.popup .fancybox-expand{
	display: block !important;
}
.img-popup .fancybox-expand{
	display: none !important;
}
.img-popup .fancybox-close{
	right: 20px;
	top: 20px;
	width: 56px;
	height: 56px;
	background: url('../images/close.png') no-repeat center center !important;
}
.img-popup .fancybox-nav{
	overflow: visible;
	position: fixed;
	width: 0;
	height: 0;
	top: 50%;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.img-popup .fancybox-nav span{
	width: 56px;
	height: 56px;
	margin: -28px 20px 0;
	background: url('../images/slider-nav.png') no-repeat center center !important;
}
.img-popup .fancybox-prev{
	left: 184px;
}
.img-popup .fancybox-next{
	right: 0;
}
.img2-popup .fancybox-prev{
	left: 0;
}
.img-popup .fancybox-next span{
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: rotate(180deg);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
#fancybox-thumbs{
	width: auto !important;
	left: 184px !important;
	right: 0 !important;
	background: none !important;
}
#fancybox-thumbs.normal{
	left: 0 !important;
}
#fancybox-thumbs .outer{
	padding: 10px 50px;
}
#fancybox-thumbs ul li{
	margin: 0 1px;
}
#fancybox-thumbs ul li a{
	position: relative;
	border: solid 1px #cecece;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
#fancybox-thumbs ul li a:before{
	pointer-events: none;
	opacity: 0;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	box-shadow: 0 0 0 1px #da4500, inset 0 0 0 1px #da4500;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
#fancybox-thumbs ul li a img{
	-webkit-backface-visibility: visible;
	-webkit-transform: none;
}
#fancybox-thumbs ul li.fancybox-thumb-active{
	padding: 3px;
}
#fancybox-thumbs ul li.fancybox-thumb-active a{
	border-width: 1px;
	border-color: #da4500;
	background: #da4500;
}
#fancybox-thumbs ul li.fancybox-thumb-active a:before{
	opacity: 1;
}
#fancybox-thumbs ul li a:hover{
	border-color: #da4500;
}
.fancybox-thumb-prev,
.fancybox-thumb-next{
	opacity: 0.5;
	top: 50%;
	width: 28px;
	height: 28px;
	margin: -14px 0 0;
	background: url('../images/item-slider-nav.png') no-repeat center center !important;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.fancybox-thumb-prev{
	left: 13px;
}
.fancybox-thumb-next{
	right: 10px;
	-webkit-transform: scale(-1);
	-moz-transform: scale(-1);
	-ms-transform: rotate(180deg);
	-o-transform: scale(-1);
	transform: scale(-1);
}
.fancybox-thumb-prev:hover,
.fancybox-thumb-next:hover{
	opacity: 1;
}
.fancybox-thumb-prev span,
.fancybox-thumb-next span{
	display: none !important;
}
#fancybox-thumbs ul li a img{
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
}
.form{
	width: 400px;
	padding: 20px;
}
.form table{
	width: 100%;
}
.form .before-send td{
	padding: 20px 0 0;
}
.form .before-send tr:first-child td{
	padding: 0;
}
.form input:not([type='submit']){
	display: block;
	width: 100%;
}
.after-send{
	display: none;
}
.after-send .title{
	margin: 0;
	text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.fancy-left-nav{
	position: fixed;
	z-index: 9000;
	width: 184px;
	left: -184px;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.fancy-left-nav.visible{
	left: 0;
}
.fancy-left-nav li{
	cursor: pointer;
    font-family: 'KelsonSans';
	margin: 0;
	padding: 10px 2px 13px 18px;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	border: 0 none;
	-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;
}
.fancy-left-nav li.active,
.fancy-left-nav li:hover{
	background: rgb(32,109,187);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNmRiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzRhOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(32,109,187,1) 0%, rgba(23,74,142,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(32,109,187,1)), color-stop(100%,rgba(23,74,142,1)));
	background: -webkit-linear-gradient(top,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	background: -o-linear-gradient(top,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	background: -ms-linear-gradient(top,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	background: linear-gradient(to bottom,  rgba(32,109,187,1) 0%,rgba(23,74,142,1) 100%);
	-webkit-box-shadow: inset 0 0 5px #fff;
	-moz-box-shadow: inset 0 0 5px #fff;
	box-shadow: inset 0 0 5px #fff;
}
.fancy-left-nav li.active{
	cursor: default;
}
/* form off */









/* eof */