@charset "UTF-8";  
@font-face{
    font-family: 'FreeSet';
    src: url('../fonts/freesetctt-webfont.eot');
    src: url('../fonts/freesetctt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/freesetctt-webfont.woff') format('woff'),
         url('../fonts/freesetctt-webfont.ttf') format('truetype'),
         url('../fonts/freesetctt-webfont.svg#freesetcttregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* 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: #333;
	-webkit-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
::-moz-input-placeholder{
	color: #333;
	-moz-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
:-moz-input-placeholder{
	color: #333;
	-moz-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
:-ms-input-placeholder{
	color: #333;
	-ms-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.phone-number-input::-webkit-input-placeholder{
	color: #333;
	-webkit-transition: none;
	transition: none;
}
.phone-number-input::-moz-input-placeholder{
	color: #333;
	-moz-transition: none;
	transition: none;
}
.phone-number-input:-moz-input-placeholder{
	color: #333;
	-moz-transition: none;
	transition: none;
}
.phone-number-input:-ms-input-placeholder{
	color: #333;
	-ms-transition: none;
	transition: none;
}
.error::-webkit-input-placeholder{
	color: #fff !important;
}
.error:-moz-placeholder{
	color: #fff !important;
}
.error::-moz-placeholder{
	color: #fff !important;
}
.error:-ms-input-placeholder{
	color: #fff !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;
}
html, body{
	height: 100%;
}
body{
    font: 12px 'FreeSet', Tahoma, Ubuntu, sans-serif;
	color: #000;
	background: #fff url('../images/ajax-loader.gif') no-repeat center center fixed;
}
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: 42px;
	margin: 0;
	padding: 13px;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	text-align: left;
	border: 0 none;
	background: #e7e7e7 url('../images/blank.png') no-repeat right 12px 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;
}
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{
	background-color: #ff0;
}
textarea{
	height: 116px;
	text-align: left;
	resize: none;
}
span.error{
	color: #c9252c !important;
}
input.error,
textarea.error{
	color: #fff !important;
	background-color: #c9252c !important;
	background-image: url('../images/error.png') !important;
}
select.error{
	color: #fff !important;
	background-color: #c9252c !important;
}
[disabled]{
	cursor: not-allowed !important;
	opacity: 0.5 !important;
}
.button[disabled]{
	opacity: 1 !important;
	background: #ccc !important;
}
/*.popup .button[disabled]{
	padding: 8px 14px 11px !important;
	font-size: 14px !important;
	font-weight: bold !important;
	text-transform: none !important;
}*/
textarea,
textarea.error{
	padding-left: 10px !important;
	background-position: right 9px top 7px !important;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 36px;       
	margin: 0;
	padding: 11px 10px 9px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #000;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	border: 0 none;
	background: #fff;
	-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.button{
	line-height: 95% !important;
}
.button.big{
	height: 42px;
	padding: 13px 20px;
	font-size: 16px;
}
.button:hover,
.button.yellow{
	background: #ff0;
}
.button.yellow:hover{
	background: #e7e7e7;
}
.button img{
	margin-right: 10px;
	vertical-align: -1px;
}
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{
	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{
		-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{
	-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{
	-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{
	-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{
	-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{
	text-align: justify;
}
.plaintext h1,
.plaintext h2,
.title{
	margin: 0 0 30px;
	font-size: 35px;
	text-transform: uppercase;
}
.plaintext hr{
	margin: 0 0 20px;
}
.orange,
.plaintext a,
.plaintext .show-all,
.plaintext .hide-all{
	color: #ff9307;
}
.plaintext .show-all,
.plaintext .hide-all{
	text-decoration: underline;
}
.plaintext .show-all:hover,
.plaintext .hide-all:hover{
	text-decoration: none;
}
.gray{
	color: #9f9f9f;
}
.note a,
.green:not(.button){
	color: #71b027;
}
.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{
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 200;
	left: 50%;
	bottom: 40%;
	margin-left: 490px;
	padding: 15px 6px;
	background: #fff;
	-webkit-transform: translate(0);
	-webkit-transition: 0.25s ease background;
	-moz-transition: 0.25s ease background;
	-o-transition: 0.25s ease background;
	transition: 0.25s ease background;
/*    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	filter: gray;*/
}
#up2top:hover{
	background: #ff0;
/*    -webkit-filter: none;
	filter: none;*/
}
#wrapper{
	overflow: hidden;
	min-width: 1280px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #e4e4e4;
}
.inside{
	width: 940px;
	margin: 0 auto;
}
/* header */
header{
	position: fixed;
	z-index: 1001;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 58px;
	padding: 6px 0 0;
	background: #e4e4e4;
	-webkit-transition: 0.25s ease box-shadow;
	-moz-transition: 0.25s ease box-shadow;
	-o-transition: 0.25s ease box-shadow;
	transition: 0.25s ease box-shadow;
}
header.border,
body:not(.front-page) header{
	-webkit-box-shadow: 0 3px 0 #fff;
	-moz-box-shadow: 0 3px 0 #fff;
	box-shadow: 0 3px 0 #fff;
}
header a,
footer a{
	text-decoration: none;
}
header .logo{
	margin: 10px 0 0;
}
header .links,
footer .links{
	height: 17px;
	margin: 0 0 7px;
}
header .links li:not(.img),
footer .links li{
	font-size: 11px;
	line-height: normal;
	color: #666;
}
header .links li.img:not(:last-child){
	margin-right: 15px;
}
header .links li:not(.img):after,
footer .links li:after{
	margin: 0 20px;
	font-size: 15px;
	color: #d0d0d0;
	content: '/';
}
header .links li.img > *{
	opacity: 0.6;
}
header .links li > *:hover,
footer .links li > *:hover{
	opacity: 1;
	color: #000;
}
header .nav{
	margin-right: -20px;
}
.nav li{
	width: auto;
	font-size: 14px;
	height: 34px;
}
.nav li .td{
	padding: 0 20px;
}
.nav li .td:hover,
.nav li.active .td{
	background: #fff;
	-webkit-box-shadow: 0 3px 0 #fffc00;
	-moz-box-shadow: 0 3px 0 #fffc00;
	box-shadow: 0 3px 0 #fffc00;
}
footer .nav li .td:hover,
footer .nav li.active .td{
	-webkit-box-shadow: 0 3px 0 #000;
	-moz-box-shadow: 0 3px 0 #000;
	box-shadow: 0 3px 0 #000;
}
.nav li.active .td{
	cursor: default;
}
/* header off */

/* content */
main{
	padding: 64px 0 320px;
	background: #e9e9e9;
}
.slider-box{
	overflow: hidden;
	margin: 0 0 30px;
}
.slider-box .img img{
	-webkit-backface-visibility: visible;
	-webkit-transform: none;
}
#slider{
	width: 10000px;
}
#slider img{
	width: 100%;
}
.slider-nav{
	opacity: 0;
	cursor: pointer;
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 50%;
	margin: -28px 0 0 0;
	-webkit-filter: brightness(0);
	-moz-filter: brightness(0);
	-ms-filter: brightness(0);
	-o-filter: brightness(0);
	filter: brightness(0);
}
.slider-nav:hover{
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
.slider-box:hover .slider-nav,
main:hover .block .slider-nav{
	opacity: 1;
}
.slider-nav.prev{
	margin-left: -570px;
}
.slider-nav.next{
	margin-left: 540px;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.slider-box:hover .slider-nav.prev{
	margin-left: -470px;
}
.slider-box:hover .slider-nav.next{
	margin-left: 440px;
}
.block .slider-nav.prev{
	margin-left: -620px;
}
.block .slider-nav.next{
	margin-left: 590px;
}
main:hover .block .slider-nav.prev{
	margin-left: -520px;
}
main:hover .block .slider-nav.next{
	margin-left: 490px;
}
.slider-pager{
	position: absolute;
	z-index: 5;
	right: 5px;
	bottom: 5px;
	padding: 7px;
	white-space: nowrap;
	background: rgba(0,0,0,0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.slider-pager a{
	overflow: hidden;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 0 7px;
	text-indent: -1000px;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.slider-pager a:first-child{
	margin: 0;
}
.slider-pager a.selected{
	cursor: default;
}
.slider-pager span{
	opacity: 0;
	display: block;
	width: 4px;
	height: 4px;
	margin: 3px;
	background: #ff9307;
	-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;
}
.slider-pager a:hover span,
.slider-pager a.selected span{
	opacity: 1;
}
.slider-divider{
	pointer-events: none;
	z-index: 25;
	height: 122.109375vw;
	margin-top: -7.8vw;
	background: url('../images/slider-horse.png') no-repeat center top;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}
/*.horse-front,
.horse-clip{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/horse-big.jpg') no-repeat center -346px;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}
.horse-clip{
	-webkit-clip-path: polygon(0 1.3%, 22.4% 4.3%, 100% 0, 100% 84.85%, 77.5% 86.6%, 0 84.9%);
	-moz-clip-path: polygon(0 1.3%, 22.4% 4.3%, 100% 0, 100% 84.85%, 77.5% 86.6%, 0 84.9%);
	-ms-clip-path: polygon(0 1.3%, 22.4% 4.3%, 100% 0, 100% 84.85%, 77.5% 86.6%, 0 84.9%);
	-o-clip-path: polygon(0 1.3%, 22.4% 4.3%, 100% 0, 100% 84.85%, 77.5% 86.6%, 0 84.9%);
	clip-path: polygon(0 1.3%, 22.4% 4.3%, 100% 0, 100% 84.85%, 77.5% 86.6%, 0 84.9%);
}
.horse-front{
	background-position: center top;
	background-image: url('../images/slider-horse-clean.png');
}*/
footer{
	pointer-events: none;
}
.slider-divider *,
footer *{
	pointer-events: auto;
}
.slider-divider .inside{
	padding: 9vw 0 0;
}
.slider-divider .top{
	width: 360px;
}
.slider-divider .top h2{
	margin: 50px 0 30px;
	font-size: 20px;
}
.slider-divider ul{
	width: 626px;
}
.cells li{
	overflow: hidden;
	margin: 0 0 8px;
}
.portfolio .cells li{
	margin: 0 0 22px;
}
.slider-divider ul .cell1{
	width: 350px;
	height: 276px;
}
.portfolio ul .cell1{
	width: 380px;
	height: 398px;
}
.slider-divider ul .cell2{
	width: 268px;
	height: 134px;
}
.portfolio ul .cell2{
	width: 380px;
	height: 188px;
}
.slider-divider ul .cell3{
	width: 309px;
	height: 170px;
}
.cells .over{
	font-size: 14px;
	line-height: normal;
	text-decoration: none;
	color: #fff;
	background: rgba(0,0,0,0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.cells .right .over{
	text-align: right;
}
.cells .over,
.cells .img-over{
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
}
.cells .img-over{
	text-align: center;
}
.cells .right .over,
.cells .right .img-over{
	left: 100%;
}
.cells li:not(.yellow):hover .over,
.cells li:not(.yellow) .img-over,
.cells li.yellow .over,
.cells li.yellow:hover .img-over{
	left: 0;
}
.cells li:not(.yellow) .over{
	position: absolute;
	z-index: 2;
}
.cells li.yellow .over{
	color: #000;
	background: #ff0;
}
.cells li.yellow .img-over{
	position: absolute;
	z-index: 2;
}
.cells .over .in{
	position: absolute;
	left: 28px;
	right: 28px;
	bottom: 28px;
	padding: 0 34px 0 0;
}
.cells li.right .over .in{
	padding: 0 0 0 34px;
}
.cells .over span{
	display: block;
	margin: 10px 0 0;
}
.cells .cell2 .over span,
.cells .cell3 .over span{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cells .over span:first-child{
	margin: 0;
}
.cells .name{
	font-size: 20px;
}
.cells .over .in img{
	position: absolute;
	right: 0;
	top: 50%;
	margin: -28px 0 0;
	-webkit-filter: grayscale(1) contrast(2);
	-moz-filter: grayscale(1) contrast(2);
	-ms-filter: grayscale(1) contrast(2);
	-o-filter: grayscale(1) contrast(2);
	filter: grayscale(1) contrast(2);
}
.cells .yellow .over .in img{
	-webkit-filter: brightness(0);
	-moz-filter: brightness(0);
	-ms-filter: brightness(0);
	-o-filter: brightness(0);
	filter: brightness(0);
}
.cells li.right .over .in img{
	left: 0;
	right: auto;
}
.cells li:not(.right) .over .in img{
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.cells li:not(.yellow) .over .in img{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.cells li:not(.yellow) .over .in img:hover{
	-webkit-filter: none !important;
	-moz-filter: none !important;
	-ms-filter: none !important;
	-o-filter: none !important;
	filter: none !important;
}
.services{
	margin: -300px 0 0;
	padding: 140px 0 180px;
	color: #fff;
	background: url('../images/gradient.jpg') no-repeat left top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.about.services{
	margin: 0;
	padding: 30px 0;
	background: none;
}
.services .title{
	text-align: right;
}
.blog-list li,
.services li{
	margin: 0 0 20px 20px;
}
.blog-list li:nth-child(2n+1),
.services li:nth-child(2n+1){
	margin-left: 0;
}
.blog-list li:nth-child(2n),
.services li:nth-child(2n){
	margin-right: -20px;
}
.services li,
.services figcaption,
.services .over{
	width: 460px;
	height: 330px;
}
.services figcaption{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 35px;
	line-height: normal;
	background: rgba(0,0,0,0.4);
}
.services figcaption .td{
	padding: 0 64px;
}
.services .over{
	opacity: 0;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	font-size: 12px;
	line-height: normal;
	color: #000;
	text-decoration: none;
	background: rgba(255,255,255,0.7);
}
.services li:hover figcaption{
	opacity: 0;
}
.services li:hover .over{
	opacity: 1;
}
.services .over .name{
	min-height: 44px;
	padding: 0 0 10px;
	font-size: 20px;
	line-height: 1.1;
	background: url('../images/services.png') no-repeat center bottom;
}
.services .over .desc{
	display: block;
	margin: 10px 0 0;
}
.services .over > .td{
	padding: 0 80px;
}
.vendors{
	z-index: 1;
	height: 308px; 
	margin: -120px 0 0;
	padding: 8px 0 0;
	color: #fff;
	background: url('../images/vendors.png') no-repeat center top;
	-webkit-background-size: 100% 308px;
	-moz-background-size: 100% 308px;
	-o-background-size: 100% 308px;
	background-size: 100% 308px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.vendors .title{
	margin: -20px 0 70px;
}
.vendors-slider{
	padding: 0 30px;
}
.vendors-slider li{
	width: auto;
	height: 78px;
}
.team{
	margin: -120px 0 -100px;
	padding: 200px 0 100px;
	background: url('../images/team.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.team .left-part{
	width: 450px;
	padding: 60px 0 0;
}
.blog-single,
div:not(.blog-single) > .blog{
	margin: 0;
	padding: 30px 0 0;
}
.blog-more-block .blog{
	padding: 20px 0 0 !important;
}
.blog-single{
	margin: 0 0 30px;
}
.blog-list li{
	width: 460px;
	padding: 0 0 50px;
}
.blog-more-block .blog-list li{
	width: 220px;
	padding: 0;
	margin: 0;
}
.blog-more-block .blog-list li:nth-child(even){
	float: right;
}
.blog-single .blog-list li{
	margin: 0 20px 0 0;
	padding: 0;
}
.blog .date{
	margin: 0 0 14px;
	white-space: nowrap;
}
.blog .date .td{
	width: 0;
}
.blog .date .td:last-child{
	width: 1000px;
}
.blog .date .img,
.blog .date .txt{
	padding-right: 10px;
}
.blog .date .txt{
	padding-top: 4px;
	font-style: italic;
	font-weight: bold;
}
.blog .date .line{
	padding-top: 10px;
}
.blog .date img{
	max-width: none;
	max-height: none;
}
.blog figure{
	text-align: center;
}
.blog figure img{
	margin: 0 0 18px;
}
div:not(.blog-single) > .blog li:hover figure img{
	-webkit-filter: brightness(0.3);
	-moz-filter: brightness(0.3);
	-ms-filter: brightness(0.3);
	-o-filter: brightness(0.3);
	filter: brightness(0.3);
}
.blog figure figcaption,
.clients figure figcaption{
	font-size: 12px;
	line-height: normal;
	text-align: left;
}
.clients figure figcaption{
	text-align: center;
}
.blog-title,
.blog-desc{
	display: block;
}
.blog-title{
	overflow: hidden;
	height: 32px;
	margin: 0 0 10px;
	font-size: 14px;
	border-bottom: solid 1px #898989;
}
.clients .blog-title{
	margin-top: 20px;
}
.blog a{
	text-decoration: none;
}
.blog-more-block .blog-title{
	margin: 0;
	height: auto;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 0 none;
}
.blog .bottom{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 460px;
	height: 32px;
}
.blog .bottom .td{
	width: 1000px;
}
.blog .bottom .td:last-child{
	width: 0;
	padding-left: 10px;
}
.blog li .bottom .bar{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.blog li:hover .bottom .bar{
	background: #ff0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.blog-single .plaintext h1{
	margin: 10px 0 20px;
	font-size: 14px;
	text-transform: none;
}
.portfolio-single .plaintext h1{
	text-transform: uppercase;
}
.pager{
	padding: 10px 0 0;
}
.pager li{
	width: 24px;
	height: 24px;
	margin: 0 0 0 6px;
	background: #fff;
}
.pager li:first-child{
	margin: 0;
}
.pager li .td{
	padding: 2px 0 0;
	text-decoration: none;
	background: #fff;
}
.pager li .td:hover{
	background: #ff0;
}
.pager li.active .td{
	cursor: default;
	color: #fff !important;
	background: #000 !important;
}
.socials-block{
	width: 400px;
	margin: 0 0 30px;
	padding: 0 0 17px;
	background: #f6f6f6;
}
.socials-block .top{
	height: 180px;
	font-size: 14px;
	background: url(../images/sketch.png) no-repeat center center;
}
.gray{
	color: #818181;
}
.socials-block .gray{
	margin: 16px 0;
}
.social-share{
	color: #fff;
	white-space: nowrap;
}
.social-share table{
	width: 100%;
	table-layout: fixed;
}
.social-share td,
.social-share th{
	width: 25%;
}
.social-share th{
	font-weight: normal;
}
.social-share td{
	text-align: center;
	background: #f6f6f6;
}
.social-share th.facebook{
	background: #2c5c9b;
}
.social-share th.vkontakte{
	background: #266d97;
}
.social-share th.twitter{
	background: #1c9dc4;
}
.social-share th.googleplus{
	background: #f04029;
}
.social-share .txt{
	width: 1000px;
	padding: 10px 0;
	font-size: 8px;
	line-height: 12px;
	text-align: left;
}
.social-share .img{
	width: 0;
	padding: 10px;
}
.social-share .img img{
	max-width: none;
	max-height: none;
}
.social-share tr:last-child th{
	height: 0;
	padding: 2px 0 3px;
}
.social-share td.googleplus > div{
	width: 70px !important;
}
.social-share td > *{
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-o-transform: scale(0.75);
	transform: scale(0.75);
}
.social-share td.vkontakte > *{
	-webkit-transform: scale(0.75) translateX(-20px);
	-moz-transform: scale(0.75) translateX(-20px);
	-o-transform: scale(0.75) translateX(-20px);
	transform: scale(0.75) translateX(-20px);
}
.social-share td.vkontakte #vk_like,
.social-share td.vkontakte #vk_like iframe{
	width: 135px !important;
}
.blog-more-block{
	width: 460px;
	margin: 0 0 30px;
	padding: 20px 27px;
	background: #f6f6f6;
}
.portfolio{
	padding: 30px 0;
}
.portfolio .cells,
.portfolio .show-more{
	width: 782px;
}
.filter{
	width: 150px;
}
.filter li{
	margin: 7px 0 0;
}
.filter li:first-child{
	margin: 0;
}
.filter li.active{
	background: #fff;
}
.filter a{
	display: block;
	padding: 4px 10px 3px;
	text-decoration: none;
}
.filter li:hover a{
	text-decoration: underline;
}
.filter .active a{
	text-decoration: none !important;
}
.filter li.active a{
	cursor: default;
}
.show-more{
	display: block;
	padding: 20px 0;
	font-size: 20px;
	background: #fff;
}
.show-more .inline-block{
	padding: 4px 40px 0;
	background: url('../images/plus.png') no-repeat left center, url('../images/plus.png') no-repeat right center;
}
.show-more:hover .inline-block{
	background-image: url('../images/plus-over.png'), url('../images/plus-over.png');
}
.portfolio-single .plaintext{
	margin-top: -11px;
}
.clients{
	padding: 30px 0;
}
.clients a{
	text-decoration: none;
}
.clients li,
.clients .td{
	width: 300px;
}
.clients li{
	margin: 0 0 20px 20px;
}
.clients li:nth-child(3n+1){
	margin-left: 0;
}
.clients li:nth-child(3n){
	margin-right: -20px;
}
.clients .td{
	height: 112px;
	background: #fff;
}
.page404{
	padding: 30px 0 0;
}
.page404 .img{
	width: 598px;
	padding-right: 40px;
}
.page404 .plaintext{
	text-align: left;
}
.page404 h1,
.page404 h2{
	font-size: 18px;
	margin: 0 0 20px;
}
.page404 h1{
	margin-top: -10px;
}
.contacts-ul{
	padding: 25px 0 45px;
	font-size: 20px;
	color: #666;
	table-layout: fixed;
}
.contacts-ul li{
	width: 33.3%;
}
.contacts-ul li a{
	text-decoration: none;
}
.contacts-ul .img{
	height: 100px;
}
.contacts-ul .txt{
	height: 50px;
	padding-bottom: 20px;
}
.contacts-ul .txt .td{
	vertical-align: bottom;
}
.contacts-ul .line{
	width: 150px;
	margin: 0 auto;
	height: 0;
	border: solid 1px #ccc;
}
.contacts-ul .phone{
	background: url('../images/contacts-phone.png') no-repeat center center;
}
.contacts-ul li:hover .phone{
	-webkit-animation: phone-images 2s infinite ease;
	-moz-animation: phone-images 2s infinite ease;
	-o-animation: phone-images 2s infinite ease;
	animation: phone-images 2s infinite ease;
}
.contacts-ul .mail{
	background: url('../images/contacts-email.png') no-repeat center center;
}
.contacts-ul li:hover .mail{
	-webkit-animation: mail-images 1s infinite ease;
	-moz-animation: mail-images 1s infinite ease;
	-o-animation: mail-images 1s infinite ease;
	animation: mail-images 1s infinite ease;
}
.contacts-ul .loc{
	background: url('../images/contacts-location.png') no-repeat center center;
}
.contacts-ul li:hover .loc{
	-webkit-animation: loc-images 1s infinite ease;
	-moz-animation: loc-images 1s infinite ease;
	-o-animation: loc-images 1s infinite ease;
	animation: loc-images 1s infinite ease;
}
@-webkit-keyframes phone-images{
	0%   { background-image: url('../images/contacts-phone.png') }
	25%  { background-image: url('../images/contacts-phone-1.png')}
	50%  { background-image: url('../images/contacts-phone-2.png')}
	75%  { background-image: url('../images/contacts-phone-3.png')}
	100% { background-image: url('../images/contacts-phone.png') }
}
@-moz-keyframes phone-images{
	0%   { background-image: url('../images/contacts-phone.png') }
	25%  { background-image: url('../images/contacts-phone-1.png')}
	50%  { background-image: url('../images/contacts-phone-2.png')}
	75%  { background-image: url('../images/contacts-phone-3.png')}
	100% { background-image: url('../images/contacts-phone.png') }
}
@-o-keyframes phone-images{
	0%   { background-image: url('../images/contacts-phone.png') }
	25%  { background-image: url('../images/contacts-phone-1.png')}
	50%  { background-image: url('../images/contacts-phone-2.png')}
	75%  { background-image: url('../images/contacts-phone-3.png')}
	100% { background-image: url('../images/contacts-phone.png') }
}
@keyframes phone-images{
	0%   { background-image: url('../images/contacts-phone.png') }
	25%  { background-image: url('../images/contacts-phone-1.png')}
	50%  { background-image: url('../images/contacts-phone-2.png')}
	75%  { background-image: url('../images/contacts-phone-3.png')}
	100% { background-image: url('../images/contacts-phone.png') }
}
@-webkit-keyframes mail-images{
	0%   { background-image: url('../images/contacts-email.png')}
	50%  { background-image: url('../images/contacts-email-1.png')}
	100% { background-image: url('../images/contacts-email.png') }
}
@-moz-keyframes mail-images{
	0%   { background-image: url('../images/contacts-email.png')}
	50%  { background-image: url('../images/contacts-email-1.png')}
	100% { background-image: url('../images/contacts-email.png') }
}
@-o-keyframes mail-images{
	0%   { background-image: url('../images/contacts-email.png')}
	50%  { background-image: url('../images/contacts-email-1.png')}
	100% { background-image: url('../images/contacts-email.png') }
}
@keyframes mail-images{
	0%   { background-image: url('../images/contacts-email.png')}
	50%  { background-image: url('../images/contacts-email-1.png')}
	100% { background-image: url('../images/contacts-email.png') }
}
@-webkit-keyframes loc-images{
	0%   { background-image: url('../images/contacts-location.png')}
	50%  { background-image: url('../images/contacts-location-1.png')}
	100% { background-image: url('../images/contacts-location.png') }
}
@-moz-keyframes loc-images{
	0%   { background-image: url('../images/contacts-location.png')}
	50%  { background-image: url('../images/contacts-location-1.png')}
	100% { background-image: url('../images/contacts-location.png') }
}
@-o-keyframes loc-images{
	0%   { background-image: url('../images/contacts-location.png')}
	50%  { background-image: url('../images/contacts-location-1.png')}
	100% { background-image: url('../images/contacts-location.png') }
}
@keyframes loc-images{
	0%   { background-image: url('../images/contacts-location.png')}
	50%  { background-image: url('../images/contacts-location-1.png')}
	100% { background-image: url('../images/contacts-location.png') }
}
.contact-form-block{
	margin: 0 0 30px;
	padding: 20px 27px;
	background: #fff;
}
.contact-form-block .before-send h3{
	font-size: 14px;
}
.contact-form-block .before-send table{
	width: 940px;
	margin: -7px -27px -27px;
	table-layout: fixed;
	border-spacing: 27px;
}
.contact-form-block .before-send table td{
	width: 16.67%;
	vertical-align: top;
}
.contact-form-block .before-send table tr:last-child td:last-child{
	text-align: right;
	vertical-align: bottom;
}
.addFile{
	height: 28px;
	margin: 0 0 10px;
	padding: 0;
	background: none !important;
}
.addFile img{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.addFile img.addFile-hover{
	opacity: 0;
}
.addFile:hover img.addFile-hover{
	opacity: 1;
}
.addFile img:not(.addFile-hover){
	position: absolute;
}
.addFile span{
	display: inline-block;
	font-weight: bold;
	font-style: italic;
	text-transform: none;
	text-decoration: underline;
	vertical-align: 9px;
}
.addFile:hover span{
	text-decoration: none;
}
.files{
	white-space: nowrap;
}
.fileName{
	overflow: hidden;
	display: inline-block;
	max-width: 276px;
	margin-right: 4px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.removeFile {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
}
.after-send{
	display: none;
}
.contact-form-block .after-send{
	position: relative;
}
.contact-form-block .after-send table{
	width: 100%;
	height: 225px;
}
.contact-form-block .after-send table td{
	text-align: center;
	vertical-align: middle;
}
.contact-form-block .after-send .text h3{
	margin: 0 0 20px;
	font-size: 30px;
	font-weight: bold;
}
.contact-form-block .after-send .text p{
	width: 256px;
	margin: 0 auto;
	font-size: 14px;
}
.contact-form-block .after-send .close{
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.contact-form-block .after-send .close:hover{
	opacity: 0.75;
}
.blog.left{
	z-index: 10;
}
.blog.left .image{
	overflow: hidden;
}
.socials-slide{
	position: absolute;
	z-index: 10;
	right: 10px;
	top: -140px;
	width: 32px;
	background: #fff;
}
.blog.left .image:hover .socials-slide{
	top: 10px;
}
.socials-slide table{
	width: 100%;
	width: 32px;
	height: 121px;
	margin: -1px 0;
	border-spacing: 4px 5px;
	table-layout: fixed;
}
.socials-slide td{
	position: relative;
	height: 24px;
	vertical-align: middle;
	background: #ccc;
}             
.socials-slide .soc{
	opacity: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
}
.socials-slide td.facebook .icon{
	width: 24px;
	height: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.socials-slide td.facebook .icon{
	padding: 3px 7px 3px 8px;
}
.socials-slide td.vkontakte .icon{
	padding: 0 6px;
}
.socials-slide td.twitter .icon{
	padding: 0 7px;
}
.socials-slide td.googleplus .icon{
	padding: 0 4px;
}
.socials-slide td:hover img{
	-webkit-filter: brightness(0.5);
	-moz-filter: brightness(0.5);
	-ms-filter: brightness(0.5);
	-o-filter: brightness(0.5);
	filter: brightness(0.5);
}
/* content off */

/* footer */
footer{
	min-width: 1280px;
	height: 222px;
	margin: -604px 0 0;
	padding: 382px 0 0;
	background: url('../images/bottom-front.png') no-repeat center bottom;
	-webkit-background-size: 100% 604px;
	-moz-background-size: 100% 604px;
	background-size: 100% 604px;
}
footer .logo{
	padding: 50px 0;
}
footer .right-part{
	padding: 9px 0 0;
	font-size: 14px;
}
footer .right-part h2{
	margin: 0 0 11px;
}
footer .right-part li{
	margin: 0 0 0 10px;
}
footer .right-part li:first-child{
	margin: 0;
}
/* footer off */

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

/* popup & form */
.fancybox-lock{
	overflow: visible !important;
}
/* popup & form off */









/* eof */