/************************************************************
 *                    XPLORA GENERAL
 ************************************************************/

html {
  -webkit-font-smoothing: antialiased;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

body {
	background-color: #2A2E55;
}

dl {
	text-align: left;
	font-size: 18px;
}

dt {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 22px;
}

dd {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 20Px;
	color: #2A2E55;
	margin-bottom: 30px;
}

/*                CURTAINS                  */

@media (max-width: 767px) {
	
	#mobile-menu {
		width: 40px;
		height: 40px;
		background-color: transparent;
		position: absolute;
		top: 50px;
		right: 50px;
		z-index: 1000;
		border: none;
		padding: 4px;
		cursor: pointer;
	}
	
	#mobile-menu span {
		font-size: 34px;
		line-height: 24px;
		color: #8F92CA;
	}

	#curtain-left-half {
		position: fixed;
    overflow: hidden;
    z-index: 10;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: #2A2E55;
    background-image: url("../img/backgrounds/bg-main-001.jpg");
    background-size: cover;
		transition: all 0.5s; 
		-webkit-transition: all 0.5s;
	}

	#curtain-right-half {
		position: fixed;
    z-index: 10;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: #fafafa;
		transition: all 0.5s; 
		-webkit-transition: all 0.5s;
		display: none;
	}
	
	.curtain-left-hidden {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.curtain-right-hidden {
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
	}
	
}

@media (min-width: 768px) {

	#mobile-menu {
		display: none;
		width: 0;
		height: 0;
		position: absolute;
	}

	#curtain-left-half {
		position: fixed;
        z-index: 10;
		top: 0;
		left: 0;
		width: 50%;
		height: 100vh;
		background-color: #fafafa;
        background-image: url("../img/backgrounds/bg-main-001.jpg");
        background-size: cover;
		transition: all 0.5s; 
		-webkit-transition: all 0.5s;
	}

	#curtain-right-half {
		position: fixed;
    z-index: 10;
		top: 0;
		left: 50%;
		width: 50%;
		height: 100vh;
		background-color: #fafafa;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;

	}
	
	.curtain-left-hidden {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.curtain-right-hidden {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}
	
}

.curtain-left-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
}

/* ****** NEW ****** */
.curtain-right-overlay {
    width: 100%;
    height: 100%;
	position: absolute
}
/* ****** NEW ****** */

@media (max-width: 767px) {
	.curtain-left-overlay {	
		border: 30px solid #2A2E55;
	}
	
	/* ****** NEW ****** */
	.curtain-right-overlay {	
		border: 30px solid #2A2E55;
	}
	/* ****** NEW ****** */
}

@media (min-width: 768px) {
	.curtain-left-overlay {	
		border-top: 30px solid #2A2E55;
		border-right: 0 solid #2A2E55;
		border-bottom: 30px solid #2A2E55;
		border-left: 30px solid #2A2E55;
	}
	
	/* ****** NEW ****** */
	.curtain-right-overlay {	
		border-top: 30px solid #2A2E55;
		border-left: 0 solid #2A2E55;
		border-bottom: 30px solid #2A2E55;
		border-right: 30px solid #2A2E55;
	}
	/* ****** NEW ****** */
}

.menuItem {
    overflow:hidden;
    position: relative;
}

.menuItem .menu-item-bg {
    width: 100%;
		height: 100%;
	/* ****** NEW ****** */
    //-webkit-transform: scale(1);
    //-ms-transform: scale(1);
    //transform: scale(1);
    //transition: all 1s linear 0s;
	/* ****** NEW ****** */
}

.menuItem:hover .menu-item-bg {
	/* ****** NEW ****** */
    //-webkit-transform: scale(1.2);
    //-ms-transform: scale(1.2);
    //transform: scale(1.2); 
	/* ****** NEW ****** */	
}

/*                MENU GRID                  */

.menuItem1x2 {
	width: 50%;
	height: 100%;
	float: left;
	text-align: center;
}

.menuItem2x1 {
	width: 100%;
	height: 50%;
	text-align: center;
}

.menuItem2x2 {
	width: 50%;
	height: 50%;
	float: left;
	text-align: center;
}

.menuItem3x1 {
	width: 100%;
	height: 33%;
	text-align: center;
}

.menuItem3x1:nth-of-type(2) {
	height: 34%;
	background-color: #8F92CA;
}

.menuItem5x1 {
	width: 100%;
	height: 20%;
	text-align: center;
}

.menu-item-overlay {
 position: absolute;
 top: 0;
 left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
    background-color: rgba(0,0,0,0.6);
	cursor: pointer;
	/* ****** NEW ****** */
	transition: all 0.2s linear 0s;
	/* ****** NEW ****** */
}

/* ****** NEW ****** */
.menu-item-overlay:hover {
	background-color: #2A2E55;
}
/* ****** NEW ****** */

/* ****** NEW ****** */
.menu-item-overlay:hover  > div h1 {
	-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);  
}

.menu-item-overlay:hover  > div span{
	-webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);  
}
/* ****** NEW ****** */

/* ****** NEW ****** */
/*
@media (max-width: 767px) {
	.menuItem2x2:nth-of-type(1) .menu-item-overlay{
		border-top: 30px solid #8F92CA;
		border-right: 0 solid #8F92CA;
		border-bottom: 0 solid #8F92CA;
		border-left: 30px solid #8F92CA;
	}
	
	.menuItem2x2:nth-of-type(2) .menu-item-overlay{
		border-top: 30px solid #8F92CA;
		border-right: 30px solid #fff;
		border-bottom: 0 solid #fff;
		border-left: 0 solid #fff;
	}
	
	.menuItem2x2:nth-of-type(3) .menu-item-overlay{
		border-top: 0 solid #fff;
		border-right: 0 solid #fff;
		border-bottom: 30px solid #fff;
		border-left: 30px solid #fff;
	}
	
	.menuItem2x2:nth-of-type(4) .menu-item-overlay{
		border-top: 0 solid #fff;
		border-right: 30px solid #fff;
		border-bottom: 30px solid #fff;
		border-left: 0 solid #fff;
	}
}

@media (min-width: 768px) {
	.menuItem2x2:nth-of-type(1) .menu-item-overlay{
		border-top: 30px solid #fff;
		border-right: 0 solid #fff;
		border-bottom: 0 solid #fff;
		border-left: 0 solid #fff;
	}
	
	.menuItem2x2:nth-of-type(2) .menu-item-overlay{
		border-top: 30px solid #fff;
		border-right: 30px solid #fff;
		border-bottom: 0 solid #fff;
		border-left: 0 solid #fff;
	}
	
	.menuItem2x2:nth-of-type(3) .menu-item-overlay{
		border-top: 0 solid #fff;
		border-right: 0 solid #fff;
		border-bottom: 30px solid #fff;
		border-left: 0 solid #fff;
	}
	
	.menuItem2x2:nth-of-type(4) .menu-item-overlay{
		border-top: 0 solid #fff;
		border-right: 30px solid #fff;
		border-bottom: 30px solid #fff;
		border-left: 0 solid #fff;
	}
}
*/
/* ****** NEW ****** */

.menu-item-overlay > div{
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	text-align: center;
}

@media (max-width: 991px) {

	.menu-item-overlay  span.icon {
		color: #fff;
		display: block;
		width: 48px;
		height: 48px;
		padding-top: 12px;
		font-size: 24px;
		border-radius: 50%;
		background-color: #2A2E55;
		margin: 0 auto;
		/* ****** NEW ****** */
		transition: all 0.2s linear 0s;
		/* ****** NEW ****** */
	}

	.menu-item-overlay  h1 {
		color: #8F92CA;
		margin: 0;
		padding: 8px 0 0 0;
		font-size: 24px;
		font-weight: 700;
		font-family: 'Montserrat', sans-serif;
		/* ****** NEW ****** */
		transition: all 0.2s linear 0s;
		/* ****** NEW ****** */
	}
}

@media (min-width: 992px) {
	.menu-item-overlay  span.icon {
		color: #8F92CA;
		display: block;
		width: 70px;
		height: 70px;
		padding-top: 16px;
		font-size: 36px;
		border-radius: 50%;
		background-color: #2A2E55;
		margin: 0 auto;
		/* ****** NEW ****** */
		transition: all 0.2s linear 0s;
		/* ****** NEW ****** */
	}

	.menu-item-overlay  h1 {
		color: #8F92CA;
		margin: 0;
		padding: 12px 0 0 0;
		font-size: 36px;
		font-weight: 700;
		font-family: 'Montserrat', sans-serif;
		/* ****** NEW ****** */
		transition: all 0.2s linear 0s;
		/* ****** NEW ****** */
	}
}
	
#item-work .menu-item-bg {
    background-image: url("../img/backgrounds/bg-work.jpg");
	background-size: cover;
}

#item-aboutUs .menu-item-bg {
    background-image: url("../img/backgrounds/bg-aboutUs.jpg");
	background-size: cover;
}

#item-services .menu-item-bg {
    background-image: url("../img/backgrounds/bg-services.jpg");
	background-size: cover;
}

#item-contact .menu-item-bg {
    background-image: url("../img/backgrounds/bg-contact.jpg");
	background-size: cover;
}
    
/*                CONTENT                  */

@media (max-width: 767px) {

	#content {
		width: 100%;
		height: 100vh;
		overflow: hidden;
		background-color: #fafafa;
		position: relative;
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 0.1;
		transition: all 0.5s; 
		-webkit-transition: all 0.5s;
	}

	#content section.title-area {
		width: 100%;
		padding: 96px 0;
		background-color: #2A2E55;
		color: #8F92CA;
	}

	#content section.body-area {
		width: 100%;
		padding: 96px 0;
		background-color: #FFFFFF;
		border-bottom: 1px dashed #2A2E55;
	}

	#content section.title-area h1 {
		font-size: 36px;
		font-weight: 700;
		font-family: 'Montserrat', sans-serif;
		color: #8F92CA;
		text-transform: uppercase;
		letter-spacing: 6px;
		margin: 24px 0;
	}

	#content section.title-area h1 span {
		color: #8F92CA;
	}

	#content section.title-area div.divider {
		width: 40px;
		height: 2px;
		background-color: #8F92CA;
		margin: 24px auto;
	}
	
	#content h2 {
		font-size: 30px;
		font-weight: 700;
		font-family: 'Montserrat', sans-serif;
		color: #8F92CA;
		letter-spacing: 2px;
		margin: 0 0 24px;
		text-transform: uppercase;
		color: #2A2E55;
	}

	#content h2 span{
		color: #8F92CA; 
	}

	#content section.title-area h4 {
		color: #8F92CA;
		font-family: 'Raleway', sans-serif;
		font-weight: 300;
		font-size: 20px;
		text-align: center;
		margin: 24px 0;
	}

	#content section.body-area h3 {
		font-size: 30px;
		font-weight: 700;
		text-transform: uppercase;
		font-family: 'Montserrat', sans-serif;
		color: #2A2E55;
		letter-spacing: 6px;
		margin: 0;
		text-align: center;
	}

	#content section.body-area h3 span {
		color: #8F92CA;
	}

	#content section.body-area  p.paragraph{
		color: #2A2E55;
		font-family: 'Raleway', sans-serif;
		font-weight: 300;
		font-size: 18px;
		line-height: 1.6;
		margin: 0 0 30px 0;
		text-align: justify;
		letter-spacing: 1px;
	}

	#content section.body-area div.divider {
		width: 40px;
		height: 2px;
		background-color: #8F92CA;
		margin: 24px auto;	
	}

	#content section.body-area div.skill {
		position: relative;
		text-align: left;
		color: #2A2E55;
		font-family: 'Raleway', sans-serif;
		font-weight: 300;
	}

	#content section.body-area div.skill span.skill-title {
		margin-bottom: 12px;
		display: block;
		letter-spacing: 2px;
		font-size: 11px;
		font-weight: 500;
	}

	#content section.body-area div.skill span.skill-value {
		margin-bottom: 12px;
		display: block;
		letter-spacing: 2px;
		font-size: 11px;
		font-weight: 500;
		position: absolute;
		top: 0;
		font-size: 12px;
	}

	#content section.body-area div.progress {
		height: 1px;
		background-color: #fafafa;
		margin-bottom: 24px;
	}
	#content section.body-area div.progress-bar {
		background-color: #2A2E55;
		box-shadow: none;
	}
}

@media (min-width: 768px) {

	#content {
		width: 100%;
		height: 100vh;
		overflow: hidden;
		background-color: #fafafa;
		position: relative;
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 0.1;
		transition: all 0.5s; 
		-webkit-transition: all 0.5s;
	}

	#content section.title-area {
		width: 100%;
		padding: 96px 0;
		background-color: #2A2E55;
		color: #8F92CA;
	}

	#content section.body-area {
		width: 100%;
		padding: 96px 0;
		background-color: #FFFFFF;
		border-bottom: 1px dashed #2A2E55;
	}

	#content section.title-area h1 {
		font-size: 48px;
		font-weight: 700;
		font-family: 'Montserrat', sans-serif;
		color: #8F92CA;
		text-transform: uppercase;
		letter-spacing: 6px;
		margin: 24px 0;
	}

	#content section.title-area h1 span {
		color: #8F92CA;
	}

	#content section.title-area div.divider {
		width: 40px;
		height: 2px;
		background-color: #8F92CA;
		margin: 24px auto;
	}
	
	#content h2 {
		font-size: 48px;
		font-weight: 700;
		font-family: 'Montserrat', sans-serif;
		color: #8F92CA;
		letter-spacing: 2px;
		margin: 0 0 24px;
		text-transform: uppercase;
		color: #2A2E55;
	}

	#content h2 span{
		color: #8F92CA5; 
	}

	#content section.title-area h4 {
		color: #8F92CA;
		font-family: 'Raleway', sans-serif;
		font-weight: 300;
		font-size: 22px;
		text-align: center;
		margin: 24px 0;
	}

	#content section.body-area h3 {
		font-size: 36px;
		font-weight: 700;
		text-transform: uppercase;
		font-family: 'Montserrat', sans-serif;
		color: #2A2E55;
		letter-spacing: 6px;
		margin: 0;
		text-align: left;
	}

	#content section.body-area h3 span {
		color: #8F92CA;
	}

	#content section.body-area  p.paragraph{
		color: #2A2E55;
		font-family: 'Raleway', sans-serif;
		font-weight: 300;
		font-size: 20px;
		line-height: 1.6;
		margin: 0 0 30px 0;
		text-align: justify;
		letter-spacing: 1px;
	}

	#content section.body-area div.divider {
		width: 40px;
		height: 2px;
		background-color: #8F92CA;
		margin: 24px 0 0 0;	
	}

	#content section.body-area div.skill {
		position: relative;
		text-align: left;
		color: #2A2E55;
		font-family: 'Raleway', sans-serif;
		font-weight: 300;
	}

	#content section.body-area div.skill span.skill-title {
		margin-bottom: 12px;
		display: block;
		letter-spacing: 2px;
		font-size: 11px;
		font-weight: 500;
	}

	#content section.body-area div.skill span.skill-value {
		margin-bottom: 12px;
		display: block;
		letter-spacing: 2px;
		font-size: 11px;
		font-weight: 500;
		position: absolute;
		top: 0;
		font-size: 12px;
	}

	#content section.body-area div.progress {
		height: 1px;
		background-color: #fafafa;
		margin-bottom: 24px;
	}
	#content section.body-area div.progress-bar {
		background-color: #2A2E55;
		box-shadow: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	
	#content h2 {
		font-size: 30px;
		font-weight: 700;
		font-family: 'Montserrat', sans-serif;
		color: #8F92CA;
		letter-spacing: 2px;
		margin: 0 0 24px;
		text-transform: uppercase;
		color: #2A2E55;
	}

	#content h2 span{
		color: #8F92CA; 
	}

	#content section.title-area h4 {
		color: #8F92CA;
		font-family: 'Raleway', sans-serif;
		font-weight: 300;
		font-size: 20px;
		text-align: center;
		margin: 24px 0;
	}

	#content section.body-area h3 {
		font-size: 30px;
		font-weight: 700;
		text-transform: uppercase;
		font-family: 'Montserrat', sans-serif;
		color: #2A2E55;
		letter-spacing: 6px;
		margin: 0;
		text-align: center;
	}

	#content section.body-area h3 span {
		color: #8F92CA;
	}

	#content section.body-area  p.paragraph{
		color: #2A2E55;
		font-family: 'Raleway', sans-serif;
		font-weight: 300;
		font-size: 18px;
		line-height: 1.6;
		margin: 0 0 16px 0;
		text-align: justify;
		letter-spacing: 1px;
	}

	#content section.body-area div.divider {
		width: 40px;
		height: 2px;
		background-color: #8F92CA;
		margin: 24px auto;	
	}

	#content section.body-area div.skill {
		position: relative;
		text-align: left;
		color: #2A2E55;
		font-family: 'Raleway', sans-serif;
		font-weight: 300;
	}

	#content section.body-area div.skill span.skill-title {
		margin-bottom: 12px;
		display: block;
		letter-spacing: 2px;
		font-size: 11px;
		font-weight: 500;
	}

	#content section.body-area div.skill span.skill-value {
		margin-bottom: 12px;
		display: block;
		letter-spacing: 2px;
		font-size: 11px;
		font-weight: 500;
		position: absolute;
		top: 0;
		font-size: 12px;
	}

	#content section.body-area div.progress {
		height: 1px;
		background-color: #fafafa;
		margin-bottom: 24px;
	}
	#content section.body-area div.progress-bar {
		background-color: #2A2E55;
		box-shadow: none;
	}
}

@media (max-width: 767px) {
	.closed {
		position: absolute;
		top: -50px;
		right: 50%;
		margin-right: -25px;
		width: 50px;
		height: 100px;
		background-color: #8F92CA;
		color: #2A2E55;
		opacity: 0;
		text-align: center;
		padding-top: 32px;
		font-size: 34px;
		z-index: 100;
		cursor: pointer;
	}
}

@media (min-width: 768px) {
	.closed {
		position: absolute;
		top: -50px;
		right: 30%;
		margin-right: -25px;
		width: 50px;
		height: 100px;
		background-color: #8F92CA;
		color: #2A2E55;
		opacity: 0;
		text-align: center;
		padding-top: 32px;
		font-size: 34px;
		z-index: 100;
		cursor: pointer;
	}
}

.is-visible {
	-webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
	opacity: 1 !important;
}

.itemContent {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	text-align: center;
	color: #8F92CA;
	display: none;
	position: relative;
}

.showContent {
	display: block;
}

@media (min-width: 768px) {
	.left-content {
		position: fixed;
		top: 0;
		left: 0;
		width: 40%;
		height: 100%;
	}

	.lc-overlay {
		position:absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
		background-color: rgba(0,0,0,0.6);
	}

	.lc-overlay > div {
		//position: relative;
		//top: 50%;
		//-webkit-transform: translateY(-50%);
		//-ms-transform: translateY(-50%);
		//transform: translateY(-50%);	
	}

	.lc-overlay > div h2{
		color: #8F92CA;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 60px;
	}

	.right-content {
		width: 60%;
		height: 100%;
		margin-left: 40%;
		position: relative;
	}

	.right-content > div {
		//position: relative;
		//top: 50%;
		//-webkit-transform: translateY(-50%);
		//-ms-transform: translateY(-50%);
		//transform: translateY(-50%);	
	}
}

@media (max-width: 767px) {
	.left-content {
		display: none;
	}
	
	.lc-overlay {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 96px 0;
		text-align: center;
		background-color: rgba(0,0,0,0.6);
	}
	
	.lc-overlay > div {
		position: relative;
	}

	.lc-overlay > div h2{
		color: #8F92CA;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 36px;
		margin: 0 auto;
		line-height: 1;
	}
	
	.right-content {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
}


/************************************************************
 *                    PRELOADER
 ************************************************************/

#preloader {
    background-color: #232323;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
		text-align: center;
}

@media (max-width: 767px) {
	#preloader img.logo {
		width: 150px;
		height: auto;
		margin-top: 18px;
	}	
}

@media (min-width: 768px) {
	#preloader img.logo {
		width: 250px;
		height: auto;
		margin-top: 24px;
	}
}

#preloader-content {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 60px;
    right: 0;
    margin: auto;
    -moz-user-select: none;
}

.sk-folding-part {
	margin: 20px auto;
	width: 60px;
	height: 60px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.sk-folding-part .sk-part {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); 
}
.sk-folding-part .sk-part:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #8F92CA;
	-webkit-animation: sk-foldpartAngle 2.4s infinite linear both;
    animation: sk-foldpartAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
	
	border-top-left-radius: 100%;
}
.sk-folding-part .sk-part2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-part .sk-part3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-part .sk-part4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-part .sk-part2:before {
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-folding-part .sk-part3:before {
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; 
}
.sk-folding-part .sk-part4:before {
	-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldpartAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
		opacity: 0; 
	} 25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
		opacity: 1; 
	} 90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
		opacity: 0; 
	}		 
}

@keyframes sk-foldpartAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
		opacity: 0; 
	} 25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
		opacity: 1; 
	} 90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
		opacity: 0; 
	}
}

/************************************************************
 *                    HOME
 ************************************************************/

/*                SOCIAL ICONS              */
 
@media (max-width: 991px) {

	#home-wrapper {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin: 0 auto;
		text-align: center;
		padding: 0 10px;
	}
	
	#home-wrapper h1 {
		color: #8F92CA;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 24px;
	}
	
	#home-wrapper h1 span{
		color: #8F92CA;
	}
	
	#home-wrapper h2 {
		padding: 0 24px;
		color: #8F92CA;
		font-family: 'Montserrat', sans-serif;
		font-weight: 500;
		font-size: 32px;
	}
	
	#logo {
		margin: 0 auto;
		width: 280px;
	}
	
	div.social {
		width: 100%;
		margin: 16px auto 0;
		position: absolute;
		bottom: 0;
	}

	ul.social {
		list-style: outside none none;
		text-align: center;
		margin: 0;
		padding: 0;
	}

	li.social {
		display: inline-block;
		margin: 30px 4px;
		border: 0 none;
		height: 24px;
	}

	li.social a {
		text-decoration: none;
		color: #8F92CA;
		font-size: 12px;
		line-height: 16px;
		padding: 4px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}

	a:active, a:focus {
		outline: none;
	}

	li.social:hover a {
		color: #2A2E55;
	}
}
 
@media (min-width: 992px) {

	#home-wrapper {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin: 0 auto;
		text-align: center;
		padding: 0 24px;
	}
	
	#home-wrapper h1 {
		color: #8F92CA;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 24px;
	}
	
	#home-wrapper h1 span {
		color: #8F92CA;
	}
	
	#home-wrapper h2 {
		color: #8F92CA;
		font-family: 'Montserrat', sans-serif;
		font-weight: 500;
		font-size: 64px;
	}
	
	#logo {
		margin: 0 auto;
		width: 400;
	}
	
	div.social {
		width: 100%;
		margin: 16px auto 20px;
		position: absolute;
		bottom: 0;
	}

	ul.social {
		list-style: outside none none;
		text-align: center;
		margin: 0;
		padding: 0;
	}

	li.social {
		display: inline-block;
		margin: 0 8px;
		height: 36px;
	}

	li.social a {
		text-decoration: none;
		color: #8F92CA;
		font-size: 16px;
		line-height: 24px;
		padding: 6px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}

	a:active, a:focus {
		outline: none;
	}

	li.social:hover a {
		color: #FFFFFF;
	}
}

@media (max-width: 767px) {
	#content p.value {
		font-family: 'Montserrat', sans-serif;
		font-weight: 900; 
		font-size: 24px; 
		line-height: 1; 
		color: #232323;
	}

	#content p.time-unit {
		font-family: 'Montserrat', sans-serif;
		font-weight: 700; 
		font-size: 10px; 
		color: #232323;
		line-height: 1; 
	}
}

@media (min-width: 768px) {
	#content p.value {
		font-family: 'Montserrat', sans-serif;
		font-weight: 900; 
		font-size: 72px; 
		line-height: 1; 
		color: #232323;
	}

	#content p.time-unit {
		font-family: 'Montserrat', sans-serif;
		font-weight: 700; 
		font-size: 16px; 
		color: #232323;
		line-height: 1; 
	}
}
/************************************************************
 *                    WORK
 ************************************************************/

.lc-work {
	background-image: url("../img/backgrounds/bg-work.jpg");
	background-size: cover;
}
 
.right-content h1 {
	margin: 48px auto 24px;
}

.right-content p {
	margin: 24px auto;
}

.right-content div.work-item {
	padding: 0;
}

.right-content div.work-item {
	position: relative;
}

.right-content div.work-item div.work-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 20px solid transparent;
	background-color: transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	
}

.right-content div.work-item div.work-overlay div.vertical-center {
	position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    width: 60px;
    margin: -15px 0 0 -35px;
	font-size: 20px;
	line-height: 30px;
	color: #8F92CA;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.right-content div.work-item div.work-overlay:hover div.vertical-center {
	opacity: 1;
}

.right-content div.work-item div.work-overlay:hover{
	background-color: rgba(0,0,0,0.5);
	border: 10px solid #8F92CA;
}

.right-content div.work-item  img {
	width: 100%;
}

.mfp-title, .mfp-counter {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px !important;
	font-weight: 500;
	text-transform: uppercase;
}

#subscribe-button {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	border: 1px dashed #2A2E55;
	color: #8F92CA;
	background-color: #2A2E55;
	padding: 14px 56px;
	letter-spacing: 4px;
	border-radius: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin: 24px 0;
}

#subscribe-button span {
	font-size: 32px;
}

#subscribe-button:hover {
	opacity: 0.8;
}

#subscribe-button:active, #subscribe-button:focus {
    outline: none;
}

.form-control + .underscored {
	width: 0;
	height: 2px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-color: #2A2E55;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.form-control:focus + .underscored {
	width: 100%;
}

@media (max-width: 767px) {
	#subscribe-form {
		width: 70%;
		text-align: center;
		margin: 0 auto;
		position: relative;
	}
	
	#subscribe-info-label {
		width: 100%;
		height: 20px;
		background-color: transparent;
		text-align: center;
		font-family: 'Raleway', sans-serif;
		font-size: 10px;
		font-weight: 400;
		color: #333;
	}

	#subscribe-form input[type="email"].form-control {
		margin: 0 auto;
		width: 100%;
		text-align: center;
		background-color: transparent;
		border: none;
		border-bottom: 1px dashed rgba(0,0,0,0.2);
		border-radius: 0;
		box-shadow: none;
		color: #2A2E55;
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		font-weight: 700;
		height: auto;
	}
}

@media (min-width: 768px) {
	#subscribe-form {
		width: 60%;
		text-align: center;
		margin: 0 auto;
		position: relative;
	}
	
	#subscribe-info-label {
		width: 100%;
		height: 20px;
		background-color: transparent;
		text-align: center;
		font-family: 'Raleway', sans-serif;
		font-size: 18px;
		font-weight: 400;
		color: #333;
	}

	#subscribe-form input[type="email"].form-control {
		margin: 0 auto;
		width: 100%;
		text-align: center;
		background-color: transparent;
		border: none;
		border-bottom: 1px dashed rgba(0,0,0,0.2);
		border-radius: 0;
		box-shadow: none;
		color: #2A2E55;
		font-family: 'Montserrat', sans-serif;
		font-size: 45px;
		font-weight: 700;
		height: auto;
	}
	
	#subscribe-form input[type="email"].form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color: #DDD;
	}
		
	#subscribe-form input[type="email"].form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #DDD;
	}
		
	#subscribe-form input[type="email"].form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: #DDD;
	}
		
	#subscribe-form input[type="email"].form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #DDD;
	}
		
	#subscribe-form input[type="email"].form-control:placeholder-shown { /* Standard Pseudo-class */
		color: #DDD;
	} 
}

#subscribe-overlay {
	position: fixed; 
	top: 0; 
	left: -5000px; 
	width: 100%; 
	height: 100%; 
	overflow: hidden;
	background-color: rgba(255,255,255,0.99); 
	z-index: 10000; 
	opacity: 0;
	-webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform 0.5s, opacity 0.5s;
	box-sizing: border-box;
	border: 30px solid transparent;
	background-image: url("../img/backgrounds/bg-main-001.jpg");
}

#subscribe-overlay div.inner {
	width: 100%;
	height: 100%;
	background-color: #8F92CA;
}


#subscribe-overlay div.closed {
	position: relative;
	margin: 0 auto;
	top: -100px;
	left: 0;
	width: 40px;
	height: 100px;
	background-color: #2A2E55;
	color: #8F92CA;
	opacity: 1;
	text-align: center;
	padding-top: 40px;
	font-size: 12px;
	z-index: 100;
	cursor: pointer;
}

.show-sub-overlay {
	opacity: 1 !important;
	-webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

#subscribe-overlay div.content {
	position: relative;
    top: 50%;
    margin-top: -100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	
	text-align: center;
}

/************************************************************
 *                    ABOUT US
 ************************************************************/

 .lc-aboutUs {
	background-image: url("../img/backgrounds/bg-aboutUs.jpg");
	background-size: cover;
}
 
 .team img {
	width: 100%;
	height: auto;
 }
 
 #team-carousel {
	margin: 0 auto;
	position: relative;
 }
 
 #team-carousel div.profile-info {
	padding: 0 15px 15px 0;
 }
 
 div.inner {
	position: relative;
	cursor: pointer;
 }
 
 div.item div.legend {
	height: 80px; 
	width: 100%; 
	border: 1px dashed #2A2E55; 
	padding: 20px;
	background-color: #8F92CA; 
	text-transform: uppercase;
 }
 
 #team-carousel div.item div.legend h4 {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 6px 0;
	letter-spacing: 2px;
	color: #2A2E55;
	text-align: center;
 }
 
  div.item div.legend p {
	font-size: 12px;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 6px 0;
	letter-spacing: 2px;
	color: #8c939a;
 }
 
 div.inner div.info {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	transition: all 0.5s ease 0s;
 }
 
 div.inner div.info:hover {
	opacity: 1;
 }
 
 #team-carousel div.info {
	padding: 70% 15%;
 }
 
 #team-carousel h3 {
	color: #8F92CA;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 0;
 }
 
 #team-carousel p.info {
	color: #8F92CA;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 24px;
 }

 #team-carousel .owl-controls {
    position: absolute;
    right: 0;
		top: 0;
    width: 30px;
    height: 0;
    color: #2A2E55;
    bottom: 0;
}

#team-carousel .owl-nav{
	margin: 0 auto;
	width: 30px;
}

#team-carousel .owl-prev {
	float: left;
	height: 80px;
	padding: 30px 6px;
	content: "\f177";
	background-color: #2A2E55;
	color: #8F92CA;
	width: 30px;
}

#team-carousel .owl-next {
	float: right;
	height: 80px;
	padding: 30px 6px;
	content: "\f178";
	background-color: #2A2E55;
	color: #8F92CA;
	width: 30px;
}

@media (max-width: 767px) {
	#team-carousel {
		width: 298px;
	}
	
	#team-carousel div.item{
		width: 298px;
	}
}

@media (min-width: 768px) and (max-width: 1919px) {
	#team-carousel {
		width: 264px;
	}
	
	#team-carousel div.item{
		width: 264px;
	}
}

@media (min-width: 1920px)  {
	#team-carousel {
		width: 540px;
	}
	
	#team-carousel div.item{
		width: 264px;
	}
}

@media (min-width: 2440px) {
	#team-carousel {
		width: 816px;
	}
	
	#team-carousel div.item{
		width: 264px;
	}
}

.progress {
	height: 2px;
}

.progress-bar {
	background-color: #2A2E55;
}

#content-aboutUs h4 {
	margin-bottom: 40px;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 25px;
	text-align: left;
	color: #2A2E55;
}

/************************************************************
 *                    SERVICES
 ************************************************************/
 
.lc-services {
    background-image: url("../img/backgrounds/bg-services.jpg");
    background-size: cover;
}
 
 div.services-info {
	position: relative;
	padding-left: 60px;
	margin: 30px 0 60px 0;
	min-height: 40px;
	overflow: hidden;
	text-align: left;
 }
 
 div.services-info span {
	position: absolute;
	left: 0;
	top: 0;
	color: #8F92CA;
	font-size: 30px;
 }
 
 div.services-info h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #8F92CA;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
	letter-spacing: 2px;
 }
 
 div.services-info p {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #2A2E55;
	margin: 0;
	line-height: 1.6
 }

@media (min-width: 600px) {
	#services-carousel {
		width: 360px;
	}
}

@media (min-width: 1167px) {
	#services-carousel {
		width: 720px;
	}
}

@media (min-width: 1827px) {
	#services-carousel {
		width: 1080px;
	}
}

@media (min-width: 2440px) {
	#services-carousel {
		width: 1464px;
	}
}

/************************************************************
 *                    CONTACT
 ************************************************************/
.lc-contact {
    background-image: url("../img/backgrounds/bg-contact.jpg");
    background-size: cover;
}

.map-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	text-align: center;
	padding: 0 24px;
}

.map-divider {
	background-image: url("../img/backgrounds/bg-map.jpg");
}
 
#map {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#map-overlay {
	position: fixed; 
	top: 0; 
	left: -5000px; 
	width: 100%; 
	height: 100%; 
	overflow: hidden;
	background-color: rgba(255,255,255,0.99); 
	z-index: 10000; 
	opacity: 0;
	-webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform 0.5s, opacity 0.5s; 
	box-sizing: border-box;
	border: 30px dashed #8F92CA;
}

#map-overlay div.closed {
	position: relative;
	margin: 0 auto;
	top: -100px;
	left: 0;
	width: 40px;
	height: 100px;
	background-color: #2A2E55;
	color: #8F92CA;
	opacity: 1;
	text-align: center;
	padding-top: 40px;
	font-size: 12px;
	z-index: 100;
	cursor: pointer;
}

.show-map-overlay {
	opacity: 1 !important;
	-webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

#map-overlay div.content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#map-button {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	border: 1px dashed #2A2E55;
	color: #8F92CA;
	background-color: #2A2E55;
	padding: 14px 56px;
	letter-spacing: 4px;
	border-radius: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin: 24px;
	text-transform: uppercase;
}

#map-button:hover {
	opacity: 0.8;
}

#map-button:active, #map-button:focus {
    outline: none;
}

/*                FORM 		              */

#content section.body-area div.divider.center{
	margin: 24px auto;
}

#contact {
	margin: 48px auto 0;
}

#contact .form-group {
	margin-bottom: 0;
	position: relative;
}

.form-horizontal .form-group {
	margin-right: 0;
  margin-left: 0;
}

#contact input[type="email"].form-control, #contact input[type="text"].form-control, #contact input[type="tel"].form-control, #contact input[type="file"].form-control {
	color: #2A2E55;
	margin: 0 auto 24px;
	width: 100%;
	text-align: left;
	padding: 18px 24px;
	height: 55px;
	background-color: transparent;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	box-shadow: none;
	border: 1px dashed #2A2E55;
	border-radius: 0;
}

#contact input[type="file"].form-control {
	margin-bottom: 50px;
	padding: 0;
	height: 100%;
	font-size: 14px;
	border: none;
}

#contact textarea.form-control {
	color: #2A2E55;
	margin: 0 auto 24px;
	width: 100%;
	text-align: left;
	padding: 18px 24px;
	background-color: transparent;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	box-shadow: none;
	border: 1px dashed #2A2E55;
	border-radius: 0;
}

#contact input[type="email"].form-control:focus, #contact input[type="text"].form-control:focus, #contact input[type="tel"].form-control:focus, #contact textarea.form-control:focus {
	border-color: #2A2E55;
}

#contact button[type="submit"] {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	border: 1px dashed #2A2E55;
	color: #8F92CA;
	background-color: #2A2E55;
	padding: 14px 56px;
	letter-spacing: 4px;
	border-radius: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin: 10px 0 50px 0;
	text-transform: uppercase;
}

#contact button[type="submit"]:hover {
	opacity: 0.8;
}

#contact-result {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 50px;
	background-color: #2A2E55;
	color: #8F92CA;
	font-size: 24px;
	padding: 12px;
	opacity: 0;
}

@media (max-width: 767px) {
	div.contact-item  {
		margin-bottom: 4px;
	}
}

div.contact-item   {
	padding: 35px 20px;
	text-align: center;
	//position: relative;
}

div.contact-item > span {
	font-size: 46px;
	color: #8F92CA;
}

#content section.body-area div.contact-item > div.divider {
	margin: 24px auto;
}

div.contact-item h4 {
	font-family: "Montserrat",sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #2A2E55;
	text-transform: uppercase;
	margin: 24px 0;
	letter-spacing: 2px;
}

div.contact-item div.contact-info p{
	font-family: "Raleway",sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #2A2E55;
	margin: 0;
	line-height: 1.6;
	text-align: center;
}

div.icon {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	color: #8F92CA;
	text-align: left;
	line-height: 28px;
	background-color: #2A2E55;
	padding: 10px;
	font-size: 20px;
	border-radius: 5px;
	text-align: center;
}

div.contact-description {
	margin-bottom: 1px;
	color: #777;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
}

div.contact-info {
	font-size: 18px;
	font-weight: 300;
}

div.contact-infos {
	margin: 48px auto 0;
}

.panel, .alert {
	text-align: left;
	border-radius: 0;
}

.btn, .btn-lg {
	padding: 11px 16px;
	border-radius: 0;
}

.rc-anchor {
	border-radius: 0;
}