/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++
AUTHOR : BP Profumi
PROJECT : John Darling
VERSION : 1.0
++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/**
 ******************************************************************
 *	FONTS
 ******************************************************************
 */
/* FONT VECCHIO */
/*@import url('http://fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300italic,300,100italic,100');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800');*/
/* FONT VECCHIO */
@font-face {
	font-family: 'Foundation Roman';
	src: url('./font/subset-FoundationRoman-Regular.eot');
	src: url('./font/subset-FoundationRoman-Regular.eot?#iefix') format('embedded-opentype'),
		url('./font/subset-FoundationRoman-Regular.woff') format('woff'),
		url('./font/subset-FoundationRoman-Regular.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Foundation Roman';
	src: url('./font/subset-FoundationRoman-Bold.eot');
	src: url('./font/subset-FoundationRoman-Bold.eot?#iefix') format('embedded-opentype'),
		url('./font/subset-FoundationRoman-Bold.woff') format('woff'),
		url('subset-FoundationRoman-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Foundation Roman';
	src: url('./font/subset-FoundationRoman-BoldItalic.eot');
	src: url('./font/subset-FoundationRoman-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('./font/subset-FoundationRoman-BoldItalic.woff') format('woff'),
		url('./font/subset-FoundationRoman-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Foundation Roman';
	src: url('./font/subset-FoundationRoman-Italic.eot');
	src: url('./font/subset-FoundationRoman-Italic.eot?#iefix') format('embedded-opentype'),
		url('./font/subset-FoundationRoman-Italic.woff') format('woff'),
		url('./font/subset-FoundationRoman-Italic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Foundation Roman Comp';
	src: url('./font/subset-FoundationRoman-Compressed.eot');
	src: url('./font/subset-FoundationRoman-Compressed.eot?#iefix') format('embedded-opentype'),
		url('./font/subset-FoundationRoman-Compressed.woff') format('woff'),
		url('./font/subset-FoundationRoman-Compressed.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}



/**
 ******************************************************************
 *	RESET
 ******************************************************************
 */
*{ 
	padding: 0; 
	margin: 0; 
	vertical-align: baseline; 
}
a{ text-decoration: none !important; }
ul{ margin:0; }


/**
 ******************************************************************
 *	HELPER CLASSES
 ******************************************************************
 */

/*----------  GRID GUTTER SETTING  ----------*/
.gt0    { margin-right: 0px; margin-left: 0px; }
.gt1    { margin-right: -1px; margin-left: 0px; }
.gt2    { margin-right: -1px;  margin-left: -1px; }
.gt4    { margin-right: -2px;  margin-left: -2px; }
.gt10   { margin-right: -5px;  margin-left: -5px; }
.gt12   { margin-right: -6px;  margin-left: -6px; }
.gt14   { margin-right: -7px;  margin-left: -7px; }
.gt16   { margin-right: -8px;  margin-left: -8px; }
.gt18   { margin-right: -9px;  margin-left: -9px; }
.gt20   { margin-right: -10px; margin-left: -10px; }
.gt22   { margin-right: -11px; margin-left: -11px; }
.gt24   { margin-right: -12px; margin-left: -12px; }
.gt26   { margin-right: -13px; margin-left: -13px; }
.gt28   { margin-right: -14px; margin-left: -14px; }
.gt30   { margin-right: -15px; margin-left: -15px; }
.gt40   { margin-right: -20px; margin-left: -20px; }
.gt50   { margin-right: -25px; margin-left: -25px; }
.gt60   { margin-right: -30px; margin-left: -30px; }
.gt70   { margin-right: -35px; margin-left: -35px; }
.gt80   { margin-right: -40px; margin-left: -40px; }
.gt90   { margin-right: -45px; margin-left: -45px; }
.gt100  { margin-right: -50px; margin-left: -50px; }

.gt0 > [class*="col"]   { padding-right: 0px;  padding-left: 0px; }
.gt1 > [class*="col"]   { padding-right: 1px;  padding-left: 0px; }
.gt2 > [class*="col"]   { padding-right: 1px;  padding-left: 1px; }
.gt4 > [class*="col"]   { padding-right: 2px;  padding-left: 2px; }
.gt10 > [class*="col"]  { padding-right: 5px;  padding-left: 5px; }
.gt12 > [class*="col"]  { padding-right: 6px;  padding-left: 6px; }
.gt14 > [class*="col"]  { padding-right: 7px;  padding-left: 7px; }
.gt16 > [class*="col"]  { padding-right: 8px;  padding-left: 8px; }
.gt18 > [class*="col"]  { padding-right: 9px;  padding-left: 9px; }
.gt20 > [class*="col"]  { padding-right: 10px; padding-left: 10px; }
.gt22 > [class*="col"]  { padding-right: 11px; padding-left: 11px; }
.gt24 > [class*="col"]  { padding-right: 12px; padding-left: 12px; }
.gt26 > [class*="col"]  { padding-right: 13px; padding-left: 13px; }
.gt28 > [class*="col"]  { padding-right: 14px; padding-left: 14px; }
.gt30 > [class*="col"]  { padding-right: 15px; padding-left: 15px; }
.gt40 > [class*="col"]  { padding-right: 20px; padding-left: 20px; }
.gt50 > [class*="col"]  { padding-right: 25px; padding-left: 25px; }
.gt60 > [class*="col"]  { padding-right: 30px; padding-left: 30px; }
.gt70 > [class*="col"]  { padding-right: 35px; padding-left: 35px; }
.gt80 > [class*="col"]  { padding-right: 40px; padding-left: 40px; }
.gt90 > [class*="col"]  { padding-right: 45px; padding-left: 45px; }
.gt100 > [class*="col"]     { padding-right: 50px; padding-left: 50px; }

/*----------  MARGIN TOP  ----------*/
.mt0    { margin-top: 0px; }
.mt10   { margin-top: 10px; }
.mt20   { margin-top: 20px; }
.mt30   { margin-top: 30px; }
.mt40   { margin-top: 40px; }
.mt50   { margin-top: 50px; }
.mt60   { margin-top: 60px; }
.mt70   { margin-top: 70px; }
.mt80   { margin-top: 80px; }
.mt90   { margin-top: 90px; }
.mt100  { margin-top: 100px; }

/*----------  MARGIN RIGHT  ----------*/
.mr0    { margin-right: 0px; }
.mr10   { margin-right: 10px; }
.mr20   { margin-right: 20px; }
.mr30   { margin-right: 30px; }
.mr40   { margin-right: 40px; }
.mr50   { margin-right: 50px; }
.mr60   { margin-right: 60px; }
.mr70   { margin-right: 70px; }
.mr80   { margin-right: 80px; }
.mr90   { margin-right: 90px; }
.mr100  { margin-right: 100px; }

/*----------  MARGIN BOTTOM  ----------*/
.mb0    { margin-bottom: 0px; }
.mb10   { margin-bottom: 10px; }
.mb20   { margin-bottom: 20px; }
.mb30   { margin-bottom: 30px; }
.mb40   { margin-bottom: 40px; }
.mb50   { margin-bottom: 50px; }
.mb60   { margin-bottom: 60px; }
.mb70   { margin-bottom: 70px; }
.mb80   { margin-bottom: 80px; }
.mb90   { margin-bottom: 90px; }
.mb100  { margin-bottom: 100px; }

/*----------  MARGIN LEFT  ----------*/
.ml0    { margin-left: 0px; }
.ml10   { margin-left: 10px; }
.ml20   { margin-left: 20px; }
.ml30   { margin-left: 30px; }
.ml40   { margin-left: 40px; }
.ml50   { margin-left: 50px; }
.ml60   { margin-left: 60px; }
.ml70   { margin-left: 70px; }
.ml80   { margin-left: 80px; }
.ml90   { margin-left: 90px; }
.ml100  { margin-left: 100px; }

/*----------  VERTICAL MIDDLE  ----------*/
.vm{ display: table; }
.vm .vm-item{ display: table-cell; vertical-align: middle; }

/*----------  VERTICAL & HORIZONTAL MIDDLE  ----------*/
.vhm { position: relative; }
.vhm > .vhm-item {
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

/*----------  TEXT ALIGN  ----------*/
.align-center{ text-align: center !important; }
.align-right{ text-align: right !important; }
.align-left{ text-align: left !important; }

/*----------  DISPLAY  ----------*/
.display_none{ display: none; }
.display_block{ display: block; }

/*----------  BORDER  ----------*/
.bd-t, .bd-r, .bd-b, .bd-l{ border-color: rgba(255,255,255,0.2); }
.bd-t{ border-top: 1px solid; }
.bd-r{ border-right: 1px solid; }
.bd-b{ border-bottom: 1px solid; }
.bd-l{ border-left: 1px solid; }


/**
******************************************************************
*	ANIMATIONS 
******************************************************************
*/
.anim {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#home-page.active-home{ opacity: 1;}
#home-page{ opacity: 0; }

/*----------  FADE-IN-UP  ----------*/
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/*----------  FADE-OUT-UP  ----------*/
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
}

.s01 { -webkit-animation-duration: 01s; animation-duration: 01s; }
.s02 { -webkit-animation-duration: 02s; animation-duration: 02s; }
.s04 { -webkit-animation-duration: 04s; animation-duration: 04s; }
.s010 { -webkit-animation-duration: 010s; animation-duration: 010s; }

.delay-0s { -webkit-animation-delay: 0s; animation-delay: 0s; }
.delay-0-1s { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; }
.delay-0-2s { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.delay-0-3s { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; }
.delay-0-4s { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
.delay-0-5s { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
.delay-0-6s { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
.delay-0-7s { -webkit-animation-delay: 0.7s; animation-delay: 0.7s; }
.delay-0-8s { -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }
.delay-0-9s { -webkit-animation-delay: 0.9s; animation-delay: 0.9s; }

.delay-1s { -webkit-animation-delay: 1s; animation-delay: 1s; }
.delay-1-1s { -webkit-animation-delay: 1.1s; animation-delay: 1.1s; }
.delay-1-2s { -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }
.delay-1-3s { -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }
.delay-1-4s { -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }
.delay-1-5s { -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }
.delay-1-6s { -webkit-animation-delay: 1.6s; animation-delay: 1.6s; }
.delay-1-7s { -webkit-animation-delay: 1.7s; animation-delay: 1.7s; }
.delay-1-8s { -webkit-animation-delay: 1.8s; animation-delay: 1.8s; }
.delay-1-9s { -webkit-animation-delay: 1.9s; animation-delay: 1.9s; }
.delay-2s { -webkit-animation-delay: 2s; animation-delay: 2s; }
.delay-2-1s { -webkit-animation-delay: 2.1s; animation-delay: 2.1s; }
.delay-3s { -webkit-animation-delay: 3s; animation-delay: 3s; }
.delay-3-5s { -webkit-animation-delay: 3.5s; animation-delay: 3.5s; }
.delay-4s { -webkit-animation-delay: 4s; animation-delay: 4s; }
.delay-4-5s { -webkit-animation-delay: 4.5s; animation-delay: 4.5s; }
.delay-5s { -webkit-animation-delay: 5s; animation-delay: 5s; }
.delay-5-5s { -webkit-animation-delay: 5.5s; animation-delay: 5.5s; }
.delay-6s { -webkit-animation-delay: 6s; animation-delay: 6s; }
.delay-6-5s { -webkit-animation-delay: 6.5s; animation-delay: 6.5s; }
.delay-7s { -webkit-animation-delay: 7s; animation-delay: 7s; }
.delay-7-5s { -webkit-animation-delay: 7.5s; animation-delay: 7.5s; }
.delay-8s { -webkit-animation-delay: 8s; animation-delay: 8s; }
.delay-8-5s { -webkit-animation-delay: 8.5s; animation-delay: 8.5s; }
.delay-9s { -webkit-animation-delay: 9s; animation-delay: 9s; }
.delay-9-5s { -webkit-animation-delay: 9.5s; animation-delay: 9.5s; }
.delay-10s { -webkit-animation-delay: 10s; animation-delay: 10s; }
.delay-10-5s { -webkit-animation-delay: 10.5s; animation-delay: 10.5s; }

/**
******************************************************************
*	GENERAL
******************************************************************
*/

/*----------  GLOBAL STYLE  ----------*/
body{ color: #fff; overflow: hidden; }
img{ max-width: 100%; }
#main-wrapper{
	position: relative;
	width: 100%;
	height: 100%;
}
.container.full-width{ 
	width: 100%; 
	padding-left: 0;
	padding-right: 0;
}
#main-wrapper .page-background.background{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*----------  FONTS  ----------*/
.ff-1{ font-family: 'Roboto', sans-serif; }
.ff-2{ font-family: 'Open Sans', sans-serif; }
#menu .menu-link,
.tagline h1,
.tagline p,
.title-wrapper .title,
.title-wrapper p,
.contact-detail p, 
.contact-detail a,
.contact-form .form-control,
.subscription-form .form-control{
	font-family: 'Roboto', sans-serif;
}
p{
	font-family: 'Open Sans', sans-serif;
}
/*----------  TYPOGRAPHY  ----------*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Roboto', sans-serif;
	margin: 0;
}

/*----------  TITLE  ----------*/
.title-wrapper{ margin-bottom: 0px; }
.title-wrapper .title{ 
	text-align: center; 
	text-transform: capitalize;
	font-weight: 500;
	color: #fff;
	font-family: 'Foundation Roman';
}
.title-wrapper .line{ 
	width: 100px; 
	height: 2px;
	background-color: rgba(255,255,255,0.2);
	margin: auto;
	display: block;
	margin-top: 20px;
}
.title-wrapper p{
	font-size: 20px;
	font-weight: 100;
	line-height: 1.3;
	text-align: center;
	margin: auto;
	margin-top: 10px;
	width: 100%;
	font-family: 'Foundation Roman';
}

.title-wrapper.sub{ margin-bottom: 15px; }
.title-wrapper.sub .title{ 
	text-align: left; 
	color: #fff; 
	font-weight: 500;
}
.title-wrapper.sub .line{ margin-left: 0; margin-top: 10px; }

/*----------  BUTTON  ----------*/
.btn{
	padding: 12px 20px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: 1px;
}
.btn.btn-color{
	background-color: #fff;
	border: 2px solid;
	border-color: transparent;
	color: #000;
}
.btn.btn-color:hover{
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

/*----------  OWL-CAROUSEL  ----------*/
.carousel { margin-left: -15px; margin-right: -15px; }
.carousel .item {
	padding-left: 15px;
	padding-right: 15px;
	margin: 10px 0px;
}

/* CAROUSEL BUTTON */
.carousel-btn{
	width: 100%;
	height: auto;
	margin-top: 0px;
	text-align: center;
}
.carousel-btn .prev{ border-right: 1px solid; left: 2.5px;}
.carousel-btn .next{ border-left: 1px solid; right: 2.5px; }
.carousel-btn .btn {
	color: #e8e9ea;
	display: inline-block;
	width: 25px;
	height: 25px;
	border-color: rgba(255,255,255,0.15);
	cursor: pointer;
}
.carousel-btn .btn i { font-size: 20px; text-align: center; }
@-webkit-keyframes shake {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-moz-keyframes shake {
	0% {
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		-moz-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	100% {
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-ms-keyframes shake {
	0% {
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		-ms-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	100% {
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes shake {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.carousel-btn .btn:hover i{ 
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-ms-animation-name: shake;
	animation-name: shake;

	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;

	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;

	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/* CAROUSEL PAGINATION */
.owl-theme .owl-controls .owl-page span{ background: transparent; border: 1px solid #cecece; }
.owl-theme .owl-controls.clickable .owl-page:hover span{ background-color: #fff; border: 1px solid #fff; }
.owl-theme .owl-controls .owl-page.active span{ background-color: #fff; border: 1px solid #fff; }

/*----------  PAGE-LOADER  ----------*/
.page-loader-wrapper{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 99;
	overflow: hidden;
}
.pg-loader.page-loader-wrapper{ background-color: rgba(0,0,0,0.8); }
.loader {
	width: 40px;
	height: 40px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
}
.loader:before {
	content: '';
	width: 40px;
	height: 5px;
	background: #fff;
	opacity: 0.2;
	position: absolute;
	top: 49px;
	left: 0;
	border-radius: 50%;
	-webkit-animation: shadow .5s linear infinite;
	-moz-animation: shadow .5s linear infinite;
	-ms-animation: shadow .5s linear infinite;
	animation: shadow .5s linear infinite;
}
.loader:after {
	content: '';
	width: 40px;
	height: 40px;
	background: #fff;
	-webkit-animation: animate .5s linear infinite;
	-moz-animation: animate .5s linear infinite;
	-ms-animation: animate .5s linear infinite;
	animation: animate .5s linear infinite;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
}
@-webkit-keyframes animate {
	17% {
		border-bottom-right-radius: 3px;
	}
	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		-webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}
	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(90deg);
	}
}
@-moz-keyframes animate {
	17% {
		border-bottom-right-radius: 3px;
	}
	25% {
		-moz-transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		-moz-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}
	75% {
		-moz-transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		-moz-transform: translateY(0) rotate(90deg);
	}
}
@-ms-keyframes animate {
	17% {
		border-bottom-right-radius: 3px;
	}
	25% {
		-ms-transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		-ms-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}
	75% {
		-ms-transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		-ms-transform: translateY(0) rotate(90deg);
	}
}
@-webkit-keyframes shadow {
	0%,
	100% {
		-webkit-transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.2, 1);
	}
}
@-moz-keyframes shadow {
	0%,
	100% {
		-moz-transform: scale(1, 1);
	}
	50% {
		-moz-transform: scale(1.2, 1);
	}
}
@-ms-keyframes shadow {
	0%,
	100% {
		-ms-transform: scale(1, 1);
	}
	50% {
		-ms-transform: scale(1.2, 1);
	}
}
@keyframes shadow {
	0%,
	100% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.2, 1);
	}
}

/*----------  SMOOTH ANIMATION  ----------*/
.info-box .icon,
.info-box .icon .box,
.btn,
#menu .menu-link > a,
.social-icon .icon{
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


/**
******************************************************************
*	COVER PAGE
******************************************************************
*/

/*----------  COMMON STYLE  ----------*/
#cover-page{
	position: fixed;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	z-index: 1; 	
}
#cover-page .container.full-width{ 
	width: 100%; 
	padding-left: 0;
	padding-right: 0;
}

/*----------  MOBILE-ICON  ----------*/
#mobile-icon{
	position: fixed;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	color: #fff;
	z-index: 9;
	cursor: pointer;
	display: none;
}
#mobile-icon i{ font-size: 28px; }

/*----------  LOGO  ----------*/
#logo{ text-align: center; margin-bottom: 30px; }
#logo .inner-wrapper{
	display: inline-block;
	width: 100%;
	margin: auto;
}

/*----------  NAVIGATION  ----------*/
#navigation-wrapper{ 
	text-align: center; 
	margin-bottom: 40px;
}
#navigation-wrapper #menu{ 
	display: inline-block; 
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: rgba(255,255,255,0.5);
}
#menu .menu-link{ display: inline-block; margin: 0 -1px; }
#menu .menu-link > a{
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 15px 10px 15px;
	line-height: 1;
	margin: -1px 0 0 0;
	font-family: 'Foundation Roman';
}
#menu .menu-link:hover > a,
#menu .menu-link.active > a{
	background-color: #fff;
	color: #000;
}

/*----------  SOCIAL ICON  ----------*/
.social-icon{ text-align: center; }
.social-icon .icon{
	display: inline-block;
	color: #fff;
	width: 36px;
	height: 36px;
	margin: 0 10px;
}
.social-icon .icon i{ font-size: 20px; }
.social-icon .icon:hover{
	color: #000;
	background-color: #fff;
}


/**
******************************************************************
*	SECTION WRAPPER
******************************************************************
*/
#sections-wrapper .section-background{
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
}
.pg-section .content-area{
	width: 50%;
	margin-left: 50%;
}
.pg-section .content-area .container{ width: 70%; }


/**
******************************************************************
*	HOME-SECTION
******************************************************************
*/
#home-section.pg-section .content-area .container{ width: 80%; }

/*----------  TAGLINE  ----------*/
.text-carousel .carousel .item{ margin: 0; }
.tagline{ text-align: center; }
.tagline h1{
	color: #fff;
	font-size: 80px;
	font-weight: 100;
	text-transform: capitalize;
	font-family: 'Foundation Roman';
}
.tagline p{
	font-size: 22px;
	line-height: 1.5;
	color: #fff;
	font-weight: 100;
	width: 80%;
	margin: auto;
	border-top: 1px solid;
	margin-top: 20px;
	padding-top: 15px;
	border-color: rgba(255,255,255,0.2);
	font-family: 'Foundation Roman';
}


/**
******************************************************************
*	ABOUT-SECTION
******************************************************************
*/
.info-box-carousel .carousel .item{ padding-right: 1px; padding-left: 1px; }
.info-box-carousel .owl-carousel .owl-stage-outer{ padding: 10px 0; }

/*----------  INFO-BOX  ----------*/
.info-box{ 
	cursor: pointer; 
	background-color: rgba(255,255,255,0.05);
	padding: 10px;
	font-family: 'Foundation Roman';
}
.info-box .icon{
	width: 80px;
	height: 80px;
	margin: auto;
	display: block;
	margin-bottom: 20px;
    position: relative;
	display: none !important;
}
.info-box .icon i{ font-size: 36px; }
.info-box .icon .box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.info-box .text{ text-align: center;font-family: 'Foundation Roman'; }
.info-box .text .h-text{
	margin-bottom: 20px;
	text-transform: capitalize;
	display: inline-block;
	font-family: 'Foundation Roman';
}
.info-box .text p{
	font-size: 16px;
    line-height: 1.5;
    color: rgba(255,255,255,0.6);
    padding-bottom: 5px;
    letter-spacing: 1px;
	font-family: 'Foundation Roman';
}


/**
******************************************************************
*	CONTACT-SECTION
******************************************************************
*/

/*----------  CONTACT-FORM  ----------*/
.contact-form-wrapper{ margin-bottom: 35px; position: relative; }
.contact-form-wrapper #cntForm,
.disable.cnt-rmsg #returnmessage{ width: 510px; margin: auto; }
.contact-form .form-control{
    border: none;
    border: 1px solid;
    border-radius: 0px;
    border-color: rgba(255,255,255,0.3);  
    min-height: 40px;
    background: transparent;
    color: #fff;
    box-shadow: none;
    font-size: 16px;
	font-family: 'Foundation Roman';
}
.contact-form .input-area{ position: relative; }
.contact-form textarea.form-control{ min-height: 121px; }
.contact-form .button-wrp{ text-align: center; }
.contact-form .button-wrp .btn-color{  
	border: 2px solid;
	border-color: #fff; 
	cursor: pointer;
	width: 100%;
	font-family: 'Foundation Roman';
}
.contact-form .btn{ padding: 10px 20px; margin-bottom: 0px; }
.contact-form .form-control:focus{ border-color: #fff; }
.contact-form .error-form{
    position: absolute;
    bottom: 12px;
    right: 20px;
    color: #df1d37;
}
.disable.cnt-rmsg{
	display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    text-align: center;
}
.disable.cnt-rmsg #returnmessage{ 
    color: rgba(182, 252, 177, 0.99); 
    padding: 13px 15px;
    background: rgba(12,175,0,1);
    margin-bottom: 0;
    opacity: 0;
    display: inline-block;
}
.form-control::-webkit-input-placeholder { font-size: 16px; color: #fff; }
.form-control:-moz-placeholder { font-size: 16px; color: #fff; opacity: 1; }
.form-control::-moz-placeholder { font-size: 16px; color: #fff; opacity: 1; }
.form-control:-ms-input-placeholder { font-size: 16px; color: #fff; }

/*----------  CONTACT-BOX  ----------*/
.contact-detail{
	margin-bottom: 30px;
}
.contact-detail p, 
.contact-detail a{
	font-size: 20px;
	display: block;
	text-align: center;
	margin-bottom: 5px;
	font-weight: 400;
	color: rgba(255,255,255,0.6);
	font-family: 'Foundation Roman';
}
.contact-detail a:hover{
	color: #fff;
}


/**
******************************************************************
*	SUBSCRIBE-SECTION
******************************************************************
*/

/*----------  SUBSCRIBE FORM  ----------*/
.subscription{
    width: 500px;
    height: 65px;
    margin: auto;
    position: relative;
    padding: 1px;
}
.subscription #notifyMe{ width: 100%; height: 100%;font-family: 'Foundation Roman'; }
.subscription-form .btn{
    position: absolute;
    top: 8px;
    right: 8px;
}
.subscription-form .form-control{
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid;
    border-color: rgba(255,255,255,0.3);
    border-radius: 0;
	font-family: 'Foundation Roman';
}
.subscription .message.error-text{
	position: relative;
	top: 8px;
	z-index: 9;
	background-color: rgba(0,0,0,0.8);
	padding: 10px;
}
.subscription i.error-text,
.subscription i{
	position: absolute;
	top: 15px;
	right: 150px;
	font-size: 30px;
}
.subscription-form input:focus{ 
	box-shadow: none;
	outline: none; 
	border-color: #fff; 
}
#notifyMe ::-webkit-input-placeholder { font-size: 16px; color: #fff; }
#notifyMe :-moz-placeholder { font-size: 16px; color: #fff; opacity: 1; }
#notifyMe ::-moz-placeholder { font-size: 16px; color: #fff; opacity: 1; }
#notifyMe :-ms-input-placeholder { font-size: 16px; color: #fff; }


/**
******************************************************************
*	LOCATION-SECTION
******************************************************************
*/
#sections-wrapper #location-section .section-background{ z-index: 0; }

/*----------  GOOGLE MAP  ----------*/
#map{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}