/* * Swiper 2.7.6 * Mobile touch slider and framework with hardware accelerated transitions * * http://www.idangero.us/sliders/swiper/ * * Copyright 2010-2015, Vladimir Kharlampidi * The iDangero.us * http://www.idangero.us/ * * Licensed under GPL & MIT * * Released on: February 11, 2015*/
/* ===============================================================Basic Swiper Styles================================================================*/
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	direction: ltr;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px,0,0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px,0,0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px,0,0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px,0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px,0,0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px,0,0);
	transition-timing-function: ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
/* ===============================================================Your custom styles, here you need to specify container's and slide'ssizes, pagination, etc.================================================================*/
.swiper-container {
/* Specify Swiper's Size: */
	/*width: 200px;
	height: 100px;
*/
}
.swiper-slide {
/* Specify Slides's Size: */
	/*width: 100%;
	height: 100%;
*/
}
.swiper-slide-active {
/* Specific active slide styling: */
}
.swiper-slide-visible {
/* Specific visible slide styling: */
}
/* ===============================================================Pagination Styles================================================================*/
.swiper-pagination-switch {
/* Stylize pagination button: */
}
.swiper-active-switch {
/* Specific active button style: */
}
.swiper-visible-switch {
/* Specific visible button style: */
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
.swiper-container {
	width: 100%;
	height: 100%;
	text-align: center;
}
.swiper-slide {
	position: relative;
	overflow: hidden;
}
.swiper-slide-active {
	z-index: 2;
}
@font-face {
	font-family: 'socicon';
	src: url("./../onts/socicon-webfont.eot");
	src: url("./../fonts/socicon-webfont.eot?#iefix") format("embedded-opentype"), url("./../fonts/socicon-webfont.woff") format("woff"), url("./../fonts/socicon-webfont.woff2") format("woff2"), url("./../fonts/socicon-webfont.ttf") format("truetype"), url("./../fonts/socicon-webfont.svg#sociconregular") format("svg");
	font-weight: normal;
	font-style: normal;
	text-transform: initial;
}
.icon {
	font-family: 'socicon';
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	height: 100%;
	-webkit-tap-highlight-color: transparent;
}
body {
	height: 100%;
	font-family: "MuseoSans-500", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #3b4043;
	background-color: #fff;
	overflow: hidden;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.cleafix:before, .cleafix:after {
	content: " ";
	display: table;
}
.cleafix:after {
	clear: both;
}
.page-heder {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 120px;
	z-index: 105;
}
@media (max-width: 1020px) {
.page-heder {
	height: 120px;
}
}
.page-heder-bkg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 120px;
	background-color: #000;
	z-index: 101;
	opacity: 0.35;
	filter: alpha(opacity=35);
}
@media (max-width: 1020px) {
.page-heder-bkg {
	opacity: 1;
	filter: alpha(opacity=100);
	height: 120px;
}
}
.page-heder-contener {
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
.page-heder-contener .logo {
	float: left;
	padding: 22px 0 0 0px;
	width: 100px;
}
.page-heder-contener .video-production {
	position: absolute;
	left: 238px;
	display: block;
	left: 110px;
	width: 160px;
	top: -20px;
}
.page-heder-contener .toogle-menu {
	display: none;
}
@media (max-width: 1300px) {
.page-heder-contener {
	max-width: 1050px;
}
}
@media (max-width: 1020px) {
.page-heder-contener {
	height: 120px;
}
.page-heder-contener .toogle-menu {
	display: block;
	width: 40px;
	padding: 10px 0;
	float: right;
	margin-top: 20px;
	background: none;
	border: none;
}
.page-heder-contener .toogle-menu .toogle-menu-line {
	display: block;
	height: 4px;
	margin: 10px 0;
	background-color: #ab1919;
}
.page-heder-contener .video-production {
	display: none;
}
}
.nav-main {
	float: right;
	padding: 0px 0 0 0px;
}
.nav-main ul {
	list-style: none;
	padding: 0 0 0 35px;
	margin: 0;
	color: #ab1919;
	text-align: right;
}
.nav-main a {
	color: #ab1919;
	text-decoration: none;
	display: inline-block;
}
.nav-main a:hover, .nav-main a.active {
	color: #ed1c24;
}
.nav-main > ul > li {
	float: left;
	position: relative;
	padding: 0 10px 0 70px;
}
.nav-main > ul > li:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 3px;
	height: 136px;
	content: "";
	display: block;
	background-color: #ed1c24;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transform: rotate(40deg);
}
.nav-main > ul > li.video {
	width: 320px;
	padding-left: 0;
}
.nav-main > ul > li.photography {
	width: 370px;
	padding-left: 0;
}
.nav-main > ul > li.photography > a {
	margin-right: 55px;
}
.nav-main > ul > li > a {
	font-size: 27px;
	line-height: 1.2;
	margin-top: 27px;
	margin-bottom: 2px;
	text-transform: uppercase;
}
.nav-main > ul > li > ul {
	padding: 0 30px 0 0;
	display: none;
}
.nav-main > ul > li > ul > li {
	display: inline-block;
	padding: 2px 4px 2px 0;
	font-size: 18px;
	line-height: 1.2;
}
.nav-main > ul > li > ul > li + li:before {
	content: "/";
	margin-right: 5px;
	display: inline-block;
}
.nav-main > ul > li.open > ul {
	display: block;
}
@media (max-width: 1300px) {
.nav-main {
	text-align: left;
}
.nav-main > ul {
	padding-left: 75px;
}
.nav-main > ul > li {
	padding: 0 0px 0 30px;
}
.nav-main > ul > li > a {
	letter-spacing: -1px;
	font-size: 24px;
}
.nav-main > ul > li.video {
	width: 270px;
}
.nav-main > ul > li.photography {
	width: 250px;
}
.nav-main > ul > li.photography > a {
	margin-right: 23px;
}
.nav-main > ul > li:after {
	right: 17px;
}
.nav-main > ul > li > a {
	margin-top: 10px;
	margin-bottom: 0;
}
.nav-main > ul > li > ul {
	padding-right: 60px;
}
}
@media (max-width: 1020px) {
.nav-main {
	padding: 0;
	float: none;
	clear: both;
	background-color: #000;
	margin-left: -20px;
	margin-right: -20px;
	padding-bottom: 10px;
	display: none;
}
.nav-main > ul {
	text-align: center;
}
.nav-main > ul > li {
	padding: 0;
	float: none;
	width: 100% !important;
}
.nav-main > ul > li.photography > a {
	margin-right: 0;
}
.nav-main > ul > li:after {
	display: none;
}
.nav-main > ul > li > ul {
	text-align: center;
	padding: 0;
}
.nav-main > ul > li > ul > li {
	display: block;
	width: auto;
	float: none;
	padding: 0;
}
.nav-main > ul > li > ul > li + li:before {
	display: none;
}
.nav-main.open {
	display: block;
}
}
.stay-connected {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 326px;
	height: 388px;
	z-index: 102;
	background: url("../img/bkg/stay-connected-box.png");
	color: #7f7f7f;
}
.stay-connected .stay-connected-content {
	position: absolute;
	bottom: 0;
	right: 15px;
}
.stay-connected h3 {
	font-size: 22px;
	margin: 5px 0 10px 0;
	font-weight: normal;
}
.stay-connected ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.stay-connected ul li {
	float: left;
	padding-right: 20px;
}
.stay-connected ul li a {
	text-decoration: none;
	font-size: 35px;
	color: #7f7f7f;
}
.stay-connected ul li a.facebook:hover {
	color: #385b9e;
}
.stay-connected ul li a.youtube:hover {
	color: #ff2d2d;
}
.stay-connected ul li a.vimeo:hover {
	color: #39b3e4;
}
.stay-connected ul li a.google:hover {
	color: #e04a38;
}
@media (max-width: 1440px) {
.stay-connected {
	bottom: -200px;
}
.stay-connected .stay-connected-content {
	bottom: auto;
	top: 135px;
	right: -5px;
}
.stay-connected h3 {
	font-size: 12px;
}
.stay-connected ul li {
	padding-right: 10px;
}
.stay-connected ul li a {
	font-size: 20px;
}
}
.contact {
	position: fixed;
	right: 147px;
	bottom: 12px;
	width: 410px;
	height: 201px;
	z-index: 101;
	padding-right: 115px;
	background: url("../img/bkg/contact.png");
	color: #FFF;
	text-align: right;
	display: none;
}
.contact h2 {
	font-size: 36px;
	margin: 45px 0 0 0;
	font-weight: normal;
}
.contact p {
	font-size: 20px;
	margin: 0 40px 0 0;
	line-height: 1.2;
}
.contact p a {
	color: #FFF;
	text-decoration: none;
}
.contact.open {
	display: block;
}
@media (max-width: 1440px) {
.contact {
	right: -13px;
}
}
@media (max-width: 479px) {
.contact {
	right: auto;
	bottom: auto;
	top: 130px;
	left: 0;
}
}
#clients {
	position: fixed;
	top: 170px;
	left: 0;
	right: 0;
	bottom: 50px;
	z-index: 103;
	text-align: center;
	overflow: hidden;
	display: none;
}
#clients.open {
	display: block;
}
#clients .slider-arrow-left {
	position: fixed;
	top: 50%;
	margin-top: -110px;
	left: 80px;
}
@media (max-width: 1740px) {
#clients .slider-arrow-left {
	margin-top: -55px;
	left: 40px;
}
}
@media (max-width: 767px) {
#clients .slider-arrow-left {
	left: 10px;
}
}
#clients .slider-arrow-right {
	position: fixed;
	top: 50%;
	margin-top: -110px;
	right: 80px;
}
@media (max-width: 1740px) {
#clients .slider-arrow-right {
	margin-top: -55px;
	right: 40px;
}
}
@media (max-width: 767px) {
#clients .slider-arrow-right {
	right: 10px;
}
}
#clients .clients-content {
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 780px;
}
#clients .right-bkg {
	position: absolute;
	right: 380px;
	height: 100%;
	width: 725px;
	background: url("../img/bkg/client-right-bkg.png") top right no-repeat;
}
#clients .square-bkg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 1105px;
	background: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#clients .fix-bkg {
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	background: #FFF;
	width: 100%;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#clients .clients-box {
	position: relative;
	z-index: 102;
}
#clients .clients-box-helper {
	overflow: hidden;
	padding-top: 120px;
	margin: 0 460px 0 220px;
	position: relative;
}
#clients .clients-logos {
	list-style: none;
	padding: 0;
  max-width: 640px;
}
#clients .clients-logos li {
	float: left;
	width: 33%;
	padding: 0 60px 60px 0;
}
#clients .clients-logos li.four {
	clear: both;
}
#clients .clients-logos li.six {
	clear: both;
}
@media (max-height: 850px) {
	#clients .clients-box-helper {
		padding-top: 10px !important;
	}
	#clients .clients-logos{
		max-width: 440px;
	}
	#clients .clients-logos li {
		padding: 10px;
		padding: 0 20px 20px 0;
	}
}
@media (max-width: 1740px) {
#clients .clients-content {
	max-width: 1400px;
}
#clients .clients-box-helper {
	margin-left: 120px;
	margin-right: 540px;
}
}
@media (max-width: 1440px) {
#clients .clients-content {
	max-width: 1300px;
}
#clients .clients-box-helper {
	margin-left: 120px;
}
}
@media (max-width: 1220px) {
#clients .right-bkg {
	right: 190px;
}
#clients .square-bkg {
	right: 915px;
}
#clients .clients-box-helper {
	padding-top: 60px;
	margin-right: 410px;
}
}
@media (max-width: 1020px) {
#clients {
	top: 130px;
}
#clients .right-bkg {
	right: 10px;
}
#clients .square-bkg {
	right: 735px;
}
#clients .clients-box-helper {
	margin-right: 160px;
}
}
@media (max-width: 767px) {
#clients .right-bkg {
	right: -460px;
}
#clients .square-bkg {
	right: 265px;
}
#clients .clients-box-helper {
	margin-right: 0;
	margin-left: 60px;
}
}
@media (max-width: 600px) {
#clients .clients-box-helper {
	padding-top: 10px;
}
#clients .clients-box-helper {
	margin-right: 40px;
	margin-left: 40px;
}
#clients .clients-logos li {
	width: 33%;
	padding: 10px;
}
#clients .clients-logos li.six {
	clear: none;
}
}
.slider-arrow-left {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 110px 110px 110px 0;
	border-color: transparent #dd4b39 transparent transparent;
	opacity: 0.75;
	cursor: pointer;
}
.slider-arrow-left.disabled {
	cursor: text;
	border-color: transparent #1e1e24 transparent transparent;
	opacity: 0.5;
}
@media (max-width: 1740px) {
.slider-arrow-left {
	border-width: 55px 55px 55px 0;
}
}
@media (max-width: 767px) {
.slider-arrow-left {
	border-width: 30px 30px 30px 0;
}
}
.slider-arrow-right {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 110px 0 110px 110px;
	border-color: transparent transparent transparent #dd4b39;
	opacity: 0.75;
	cursor: pointer;
}
.slider-arrow-right.disabled {
	cursor: text;
	border-color: transparent transparent transparent #1e1e24;
	opacity: 0.5;
}
@media (max-width: 1740px) {
.slider-arrow-right {
	border-width: 55px 0 55px 55px;
}
}
@media (max-width: 767px) {
.slider-arrow-right {
	border-width: 30px 0 30px 30px;
}
}
.video-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	background: rgba(0, 0, 0, 0.45);
}
.video-container {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}
.video-box {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-box iframe, .video-box object, .video-box embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.swiper-container-page {
	position: relative;
	width: 100%;
	height: 100%;
}
.swiper-container-page .slider-arrow-left {
	position: absolute;
	top: 50%;
	margin-top: -110px;
	left: 80px;
}
@media (max-width: 1740px) {
.swiper-container-page .slider-arrow-left {
	margin-top: -55px;
	left: 40px;
}
}
@media (max-width: 767px) {
.swiper-container-page .slider-arrow-left {
	left: 10px;
}
}
.swiper-container-page .slider-arrow-right {
	position: absolute;
	top: 50%;
	margin-top: -110px;
	right: 80px;
}
@media (max-width: 1740px) {
.swiper-container-page .slider-arrow-right {
	margin-top: -55px;
	right: 40px;
}
}
@media (max-width: 767px) {
.swiper-container-page .slider-arrow-right {
	right: 10px;
}
}
.blur {
	position: absolute;
	height: 120px;
	left: 0;
	right: 0;
	overflow: hidden;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	filter: blur(5px);
}
@media (max-width: 1020px) {
.blur {
	height: 120px;
}
}
.preloader-box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 200;
}
.preloader-content {
	text-align: center;
	margin-top: 200px;
}
.preloader {
	margin-top: 100px;
	width: 100%;
	height: 5px;
	background: #6f6f6f;
}
.preloader-value {
	height: 5px;
	width: 0;
	background: #e30613;
}