@charset "utf-8";

/*	COMMON STYLES	*/
*{
	margin:0;
	padding:0;
	outline:none !important;
}
html, body{
	font-family: 	Sanchez !important;
	background:#FFF;
}
body{
	margin:0;
	padding:0;
	overflow-x:hidden;
}
.left{
	float:left;
}
.right{
	float:right ;
}
.clear{
	clear:both !important;
}

.Sanchez{
	font-family: 	Sanchez !important; 
}
.SanchezBold{
	font-family: 	Sanchez !important; 
	font-weight:bold !important;
}
.page{
	position:relative;
}
.page_num{
	position:absolute;
	top:-40px;
	width:100%;
}
.clearLeft{
	clear:left;
}

.modify{
	background-color:#1A171B;
	min-height:40px;
	position:fixed;
	width:100%;
	z-index:1000;
}

/***********   NAV BAR   ***********/
.navigation li{
	position:relative;
	letter-spacing:0;
	float:left;
	font-weight:bold;
	font-size:12px;
}
.navigation li .underline{
	position:absolute;
	height: 35px;
	width:0;
}
.navigation li .underline.right{
	left:0;
}
.navigation li .underline.left{
	right:0;
}
.navigation li[data-number="1"] .underline{
	border-bottom:5px solid #49CF1E;
}
.navigation li[data-number="2"] .underline{
	border-bottom:5px solid #06C1D2;
}
.navigation li[data-number="3"] .underline{
	border-bottom:5px solid #E27227;
}
.navigation li[data-number="4"] .underline{
	border-bottom:5px solid #82783C;
}
.navigation li[data-number="5"] .underline{
	border-bottom:5px solid #CCF;
}

.navbar .divider-vertical{
	height:25px;
	margin:15px 0 0 0;
	width:0;
	border-left:none;
	border-right:1px solid #8a8a8e; 
}
#logo{
	width: 			105px;
	height:			22px; 
	margin:			8px 20px 0 0;
	float:			left;
}
#logo img{
	width: 			105px;
	height:			22px; 
	margin:			0 20px 0 0;
}

.socials, .socials li{
	float:right !important;
}
.socials li a{
	padding:0 !important;
	border:none !important;
	margin-left:6px;
	margin-top:7px;
}
.socials li a:hover, .socials li a:active, .socials li a:focus{
	background-color:transparent !important;
}
.socials img{
	width:22px;
	height:22px;
}


/************ PAGE 1 HELLO SLIDES	************/
.page[data-position="1"]{
	min-height: 545px;
}
.page_num[data-position="1"]{
	top:0;
}
/* Backgrounds */
.slide_bg_container{
	position: absolute;
	width:100%;
	height:100%;
}
.slide_bg, .slide_bg_over{	
	display:block; 
	background-color: #fff;
	position: absolute;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center;
	background-image:url(../img/slide_img/slide1-bg.jpg);
}
.slide_bg_over{	
	display:none; 
}

.indicators{
	list-style: none;
	position: absolute;
	left:50%;
	bottom:35px;
	width: 82px;
	margin-left: -41px;
	z-index: 5;
}
.indicators li {
	display: block;
	float: left;
	margin-left: 8px;
	height:10px;
	width:10px;
	border-radius:50%;
	text-indent: -999px;
	background-color: #ccc;
}
.indicators li:hover, .indicators li.active, .indicators li:focus{	cursor:pointer;}
.indicators li.one:hover, .indicators li.one.active, .indicators li.one:focus{	background-color:#00cf58;}
.indicators li.two:hover, .indicators li.two.active, .indicators li.two:focus{	background-color:#cb2929;}
.indicators li.three:hover, .indicators li.three.active, .indicators li.three:focus{	background-color:#02bfc6;}
.indicators li.four:hover, .indicators li.four.active, .indicators li.four:focus{	background-color:#a1054e;}
.indicators li.five:hover, .indicators li.five.active, .indicators li.five:focus{	background-color:#84805e;}
.indicators .one{	margin-left:0;}


.hello_slides .item{
	position:	absolute;
	top:		50%;
	margin-top:	-125px;
/*	margin-left:-560px;
	left: 		50%;*/
	height:		250px;
	min-height: 250px;
	width:		100%;
/*	width:		1120px;*/
	font-size: 	32px;
}
.hello_slides .item.active{
	z-index:100;
}
.hello_slides .item .text{
	opacity:0;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-transition: 1s ease-in-out opacity;
	-moz-transition: 1s ease-in-out opacity;
	transition: 1s ease-in-out opacity;
}
.hello_slides .item .circle_1, .hello_slides .item .circle_2, .hello_slides .item .text{
	opacity:0;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s;
}
.hello_slides .item.active .text, .hello_slides .item.active .circle_1, .hello_slides .item.active .circle_2{
	opacity:1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition: 1s ease-in-out opacity;
	-moz-transition: 1s ease-in-out opacity;
	transition: 1s ease-in-out opacity;
}
.hello_slides .item[data-number="1"] .text{
}
.hello_slides .item.active[data-number="1"] .text{
}

.hello_slides .slide_inner{
	position:	relative;
	left:		50%;
	margin-left:-560px;
	width:		1120px;
	height:		100%;
}
.hello_slides .text{
	position:absolute;
	top:40px;
	left:-4px;
/*	clear:		left;
	float:		left;
	margin:		40px 0 27px 5px;
	width:		100%;*/
	font-size:	32px;
	color:		#000;
}
.hello_slides .text .txt1{
	font-family: SanchezExtraLight !important;
	font-size:	68px;
	letter-spacing: -0.02em;
	text-transform:uppercase;
	line-height:65px;
}
.hello_slides .text .txt1 strong{
	font-family: Sanchez !important;
	font-weight:bold;
}
.hello_slides .text .txt2{	
	font-family: OpenSans !important;
	font-size:	18px;
	letter-spacing: -0.1em;
	line-height:22px;
	margin:	11px 0 0 4px;
}
.hello_slides .circle_1{
	color:#fff;
	position: absolute;
	top:15px;
	right:24px;
/*	margin: 15px 0 0 845px;*/
	width: 162px;
	height: 162px;
	border-radius: 100%;
}
.hello_slides .circle_1 .txt1{
	font-weight:bold;
	font-size:	16px;
	letter-spacing: -0.01em;
	text-transform:uppercase;
	line-height:16px;
	margin: 60px 0 0 0;
	text-align:center;
	width:100%;
}
.hello_slides .circle_1 .txt2{	
	font-family: OpenSans !important;
	font-style: italic;
	font-size:	15px;
	letter-spacing: 0;
	margin: 3px 0 0 0;
	line-height:14px;
	text-align:center;
	width:100%;
	color: #f0f0f0;
}
.hello_slides .circle_2{
	position: absolute;
	top:-3px;
	right:14px;
/*	margin: -3px 0 0 977px;*/
	width: 40px;
	height: 40px;
	border-radius: 100%;
}
.hello_slides .circle_2 .ver{
	position: absolute;
	margin: 9px 0 0 20px;
	width: 1px;
	height: 24px;
	background-color: #fff;
}
.hello_slides .circle_2 .hor{
	position: absolute;
	margin: 20px 0 0 9px;
	width: 24px;
	height: 1px;
	background-color: #fff;
}
.hello_slides .img{	
	position:	absolute;
	right:		0;
	background-repeat: 		no-repeat;
	background-position:	center right;
}
/*	Slide 1	*/
.slide1  .circle_1{	background-color:#00cf58;}
.slide1  .circle_2{
	background-color:#00cf58;
	opacity:0.5;
}

/*	Slide 2	*/
.slide2 .text{	color:#fff;	}
.slide2  .circle_1{	background-color:#cb2929;}
.slide2  .circle_2{	background-color:#f55757;}

/*	Slide 3	*/
.slide3 .text{	color:#f2f2f2;	}
.slide3  .circle_1{	background-color:#02bfc6;}
.slide3  .circle_2{	background-color:#0bd8b4;}

/*	Slide 4	*/
.slide4 .text{	color:#fff;	}
.slide4  .circle_1{	background-color:#a1054e;}
.slide4  .circle_2{	background-color:#e51275;}

/*	Slide 5	*/
.slide5 .text{	color:#fff;	}
.slide5  .circle_1{	background-color:#84805e;}
.slide5  .circle_2{	background-color:#b0a860;}


/************	PAGE 2 CLIENTS	************/
.page[data-position="2"]{
	background:#FFF;
	position:relative;
}
#clients_area{
	position:absolute;
	left: 50%;
	height: 90%;
	margin-left: -45%;
	width: 90%;
}
.client_logo{
	position:relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.8;
	float:left;
}
.logos_row{
	clear:left;
	position: relative;
}
/************	PAGE 3 WORKS	************/
.page[data-position="3"]{	background: #F4F4F7;}
#work{
	width:100%;
	margin:0 auto;
	display:block;
	overflow:hidden;
	position:relative;
	top:0;
}
#work .box{
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
	display:block;
	overflow:hidden;
	position:relative;
	width: 33.3%;
	float: left;
	cursor:pointer;
	margin: 0 2px 2px 0;
}
#work .box:nth-child(3n+1){
	clear:left;
	margin-left: 1px;
}
#work .box:nth-child(3n){
	margin-right: 1px;
}
#work .box:nth-child(1000n+1), #work .box:nth-child(1000n+2), #work .box:nth-child(1000n+3){
	margin-top: 2px;
}
#work .box_inner{
	position:absolute;
	width:50%;
	height:100%;
	background:#F4F4F7;
	overflow:hidden;
	opacity: 0;
    transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
	left: 50%;	
}
#work .box:nth-child(6n) .box_inner, #work .box:nth-child(6n-1) .box_inner, #work .box:nth-child(6n-2) .box_inner{
	left: 0;	
}
#work .box .over_image{
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	opacity:0;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
}
#work .box:hover .over_image{
	opacity:1;
}
#work .box .text{
	position:absolute;
	text-transform:uppercase;
	width: 100%;
	top: 50% !important;
	letter-spacing:0;
}
#work .box .row{
	float:left;
	clear:left;
	margin:0 20px;
}
#work .box .one{
	font-size:28px;
	color:#0094d1;
	line-height: 30px;
}
#work .box .one.smaller{
	font-size:20px;
	line-height: 22px;
}
#work .box .one.smallest{
	font-size:16px;
	line-height: 17px;
}
#work .box .two{
	color:#727577;
	margin-top:10px;
	font-size:12px;
}
#work .box:hover .box_inner{
	opacity:1;
}
/************	PAGE 11 WORK DETAILS	************/
.page[data-position="11"]{
	width:100%;
	height:0;
}

#work_area {
	display:none;
	width:100%;
	height:100%;
}
#work_details_iframe{
	height:100%;
	width:100%;
}


/************	PAGE 4 GALLERY	************/
.page[data-position="4"]{
	background-color: #212225;
}
/*.page[data-position="4"] iframe{
	height:100%;
	width:100%;
}*/


.page[data-position="4"] #main-container, .page[data-position="4"] #over-main-container {
	width: 		100%;
	height: 	100%;	
	margin: 	0;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	opacity: 	0.6;
}


.page[data-position="4"] .div_for_animation{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-100px;
	margin-top: -100px;
	width:200px;
	height:200px;
}
.page[data-position="4"] #preview-div{
	border-radius:	100%;
	position: 		absolute;
	background: 	#000;
	top: 			50%;
	left: 			50%; 
	margin-top: 	-50px;  
	margin-left: 	-50px; 
	width: 			100px; 
	height: 		100px;
	align: 			center;
	vertical-align: middle;
	overflow:		hidden;
	opacity: 		1;
	z-index:		3;
}

.page[data-position="4"] #preview-circle,
.page[data-position="4"] #over-preview-circle,
.page[data-position="4"] #over-preview-circle-bg{
	border-radius:	100%;
	position:		absolute;
/*	top:			3px;
	left:			3px; 
	width: 			96px; 
	height: 		96px;*/
	width:			100%;
	height:			100%;
	background-image: url('../img/gallery/play.png');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	align: 			center;
	vertical-align: middle;
	opacity: 		1;
	z-index:		1;
}
.page[data-position="4"] #over-preview-circle-bg{
	background-image:none;
	background-color:#000;
	display: 	none;
	z-index:	1;
}
.page[data-position="4"] #over-preview-circle{
	background-image:none;
	display: 	none;
	z-index:	2;
}

.page[data-position="4"] #play-img{
	border-radius:	100%;
/*	width: 			102px; 
	height: 		102px;*/
	width:			103%;
	height:			103%;
	margin:			-1.5%;
	position:		absolute;
	background: 	none; 
	background-image: url('../img/gallery/play.png');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	align: 			center;
	vertical-align: middle;
	opacity: 		1;
	top:			0;
	left:			0;
	z-index:		3;
}
.page[data-position="4"] #over-main-container{
	display: 	none;
	position:	absolute;
	opacity:	1;
}

.page[data-position="4"] .left {float: left;}
.page[data-position="4"] .right {float: right;}
.page[data-position="4"] .text-right {text-align: right;}
.page[data-position="4"] .didas {
	position: absolute; 
	top: 50%; 
	margin-top:-55px;
	width: 100%; 
	height:110px; 
	z-index: 2;
}
.page[data-position="4"] .didas > div{
	width:100%; 
	height:110px;
	margin:0 auto;
}
.page[data-position="4"] .didas > div > div{
	width:850px; 
	margin:0 auto;
}
.page[data-position="4"] .didas .the_title{ 
	margin: 50px 0;
}
.page[data-position="4"] .didas .the_parag{ 
	margin: 7px 0;
}
.page[data-position="4"] .didas .mySpan  {
	margin: auto 0;
	width:255px;
	color: #ffffff; 
	text-transform: uppercase;
	letter-spacing: -1px; 
	font-size: 36px; 
	font-family: Sanchez !important; 
	font-weight: bold;
}
.page[data-position="4"] .didas .play{ 
	width: 129px;
	height:109px;
	z-index: -1;
	cursor: pointer;
}
.page[data-position="4"] .didas .par {
	padding-left: 20px;
	padding-top:5px;
	text-align: left; 
	font-family: Sanchez;
	font-size: 18px;
	letter-spacing: 0px;
	width: 345px;
	line-height:22px; 
	color: #ffffff; 
	margin: 0px;
}
.page[data-position="4"] .the_parag, .page[data-position="4"] .the_title {width:350px;}

/************	PAGE 5 CONTACTS	************/
.contact{
	max-width:100%;
	background:url(../img/map_bg.jpg) no-repeat;
	background-size:cover;
	background-attachment:fixed;
	height:100%;
}
.no-link{
	color: #eef8f6;
	text-decoration: none;
}

.no-link:hover{
	color: #b5e1d9;
}


.contact .container{
	position:absolute;
	height:400px;
	width:100%;
	color:#a9fff0;
	margin:0 auto;
	top:50%;
	margin-top:-230px;
	float:left;
}
.ocean{
	height:260px; 
	width:1195px; 
	position:absolute;
	left:50%;
	margin-left:-600px;
	background-image:url(../img/contacts/ocean.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.degree{
	position:absolute;
	height:100px; 
	width:550px;
	letter-spacing:0.05em;
	font-weight:normal;
	padding-left:32px;
	left:50%;
	top:294px;
	margin-left:-600px;
	font-size:18px;
}
.degree > span:nth-child(1){
	font-size:24px;
	color:#b5e1d9;
	line-height: 26px;
}
.degree > span:nth-child(3){
	margin-top:12px;
	margin-left: -2px;
	display:block;
	font-size:16px;
	line-height: 19px;
	letter-spacing:0;
	font-family:OpenSans, sans-serif !important;
	font-weight:bold;
	color:#eef8f6;
}
#contact_links{
	position:absolute;
	padding-left:53px;
	height:100px;
	width:300px;
	top:296px;
	left:50%;
	margin-left:-20px;
}
#contact_links > div{
	font-size:16px;
	font-family:OpenSans, sans-serif;
	font-weight:bold;
	text-align:left;
	color:#eef8f6;
	line-height: 24px;
}
#contact_links > div > img{
	weight:16px;
	height:16px;
	margin-right:10px;
}
#contact_phones{
	position:absolute;
	height:100px; 
	width:300px; 
	top:297px;
	left:50%;
	margin-left:300px;
}
#contact_phones > div{
	font-size:20px;
	font-family:OpenSans, sans-serif;
	font-weight:bold;
	padding-left:50px;
	line-height: 23px;
}
#contact_phones > div > span{	color:#eef8f6;	}

/*	Footer	*/
#footer{
	position:absolute;
	bottom:0;
	width:100%;
	height:85px;
	z-index:1;
	cursor:pointer;
}
#footer .top{
	width:100%;
	height:50px;
}
#footer .buttonText{
	font-size:13px;
	line-height:1;
	text-align:center;
	color:#FFF;
	width:100%;
	position:absolute;
	top:40px;
	z-index:3;
}
.triangle-up {
	position:relative;
	left:50%;
	top:1px;
	margin-left:-50px;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 55px solid #1a171b;
	z-index:2;
}
.emptyBlock{
	height:35px;
	width:100%;
	background:#1a171b;
}
