﻿html, body, div, span,
h2, p, blockquote,
a, em, img, strong, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, footer, header, nav {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

footer, header, nav, section {
	display: block;
}
body {
	line-height: 1;
}


/* ----------------- Bootstrap fix for WinPhone 8 and IE10 ----------------- */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


/*----------------- Imoport Fonts ----------------- */

@font-face {
	font-family:'Futura';
	src:url('fonts/Futura-Book.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'Futura-Italic';
	src:url('fonts/Futura-Book-Italic.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'Futura-Heavy';
	src:url('fonts/Futura-Heavy.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'Futura-Heavy-Italic';
	src:url('fonts/Futura-Heavy-Italic.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}

@font-face{
  font-family:'Futura-Light';
  src: url('fonts/futura-light-bt.ttf') format('truetype');
  font-weight:normal;
  font-style:normal;
}


/* ----------------- Document Styles ----------------- */

body {
	line-height: 1;
	color: #fff;
	font-size: 15px;
	font-family: 'Futura-Light', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing:1px;
	font-style: normal;
	font-weight: 300;
	line-height: 28px;
	background: #78b3ff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	white-space: normal;
	position: relative;
}

input,
select,
textarea { 
	font-size: 15px;
	font-family: 'Futura-Light', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing:3px;
}


/* ----------------- Typography ----------------- */

h1, h2, h3 {
	font-weight: 300;
	margin-bottom: 10px;
	line-height: 1.2em;
}

h1 {
	font-family: 'Futura-Light', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 62px;
	position: relative;
	margin-bottom: 0px;
}

h2 {
	font-family: 'Futura-Light', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 48px;
	position: relative;
}

h3 {
	font-family: 'Futura-Light', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 30px;
}

h4 {
	font-family: 'Futura-Light', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 33px;
	letter-spacing: 1px;
}

p {
	margin-bottom: 20px;
}

p.lead {
	font-family: 'Futura', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 21px;
	padding: 0;
	font-weight: 300;
}

.section-title {
	text-align: center;
	letter-spacing: 0;
	margin-bottom: 20px;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
    color: #fff;
    font-weight: 200;
	position: relative;
}

a, a > * {
	color: #fff;
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover, a > *:hover, a:focus {
	outline: 0;
	color: #fff;
	text-decoration:none;
	opacity: 0.5;
}

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

.color-white {
	color: #fff;
}

.keywords{
	font-family: 'Futura', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:14px;
}

span{
	font-family: 'Futura', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:13px;
}

.quote{
	font-family: 'Futura', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:13px;
}


/* ----------------- Layout Styles ----------------- */

section {
	text-align: center;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.clear {
	clear: both;
}

.csstransitions .animated,
.animated {
    visibility: hidden;
}

.csstransitions .visible {
    visibility: visible;
}


/* ----------------- Preloader ----------------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 10001;
}

#loading-animation {
    width: 120px;
    height: 128px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(images/loading-animation.gif); 
    background-repeat: no-repeat;
    background-position: center;
    margin: -60px 0 0 -64px;
}


/* ----------------- Section Styles -----------------*/

.section {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
	z-index: 10;
}

.section.fullscreen {
	display: table;
	height: 700px;
	padding: 90px 0;
}

.section.fullscreen .section-container {
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	overflow: hidden;
}

.section-header {
	padding-bottom: 0px;
}



/*----------------- Home ----------------- */

.home {
	position: relative;
	height: auto;
	width: 100%;
	overflow: hidden;
	display: block;
	padding: 90px 0;
}

.home.fullscreen {
	height: 700px;
}

.home .section-container {
	z-index: 10;
	position: relative;
}

.home h1 {
	margin-top: 30px;
}

.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
	font-weight: 300;
	margin-bottom: 30px;
}

.home h1 {
	font-size: 52px;
}

.home h2 {
	font-size: 33px;
	letter-spacing:2px;
	margin-top:100px;;
}

.home h3 {
	font-size: 30px;
}

.slide-content {
	color: #fff;
	margin-left:10%;
	margin-right:10%;
	text-align:left;
}

.slide-content-center {
	color: #fff;
	margin-left:10%;
	margin-right:10%;
	text-align:center;
}


.owl-item {
	float: none !important;
	display: table-cell;
}


/* ----------------- Navigation ----------------- */

.navigation {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: position .5s ease;
	-moz-transition: position .5s ease;
	-ms-transition: position .5s ease;
	-o-transition: position .5s ease;
	transition: position .5s ease;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.navigation.animated_nav {
	background: #fff;
	max-width: 100%;
	margin: 0 auto;
}

.navigation.navbar-fixed-top {
	position: fixed;
}

.navigation .container {
	width: 100%;
	opacity:0;
}

.navigation .nav_border {
	height: 0px;
	width:400px;
	position: absolute;
	bottom: 0;
	left: 25px;
	right: 25px;
	background: #fff;
	z-index: -1;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0.5;
}

.navigation.animated_nav .nav_border {
	background: rgba(225,225,225,0.5);
	left: 0;
	right: 0;
}

.navigation .navbar-brand {
	display: block;
	float: left;
	padding: 15px 15px;
	line-height: 60px;
	position: relative;
	height: 90px;
}

.navigation .navbar-brand img {
	vertical-align: middle;
	display: inline-block;
}

.navigation.animated_nav .navbar-brand {
	padding: 20px 15px;
}

.navigation .navbar-collapse { 
	border-top: 0px solid transparent;
	box-shadow: none;
}

.navigation .navbar-toggle { 
	border: 1px solid #dedede;
	border-radius: 0px;
	margin-top: 13px;
}

.navigation .navbar-toggle:hover { 
	background: #7da7f3;
}

.navigation.animated_nav .navbar-toggle { 
	border: 1px solid #dedede;
}

.navigation .navbar-toggle .icon-bar { 
	background: #dedede;
	border-radius: 0px;
}

.navigation .nav > li {
	min-height: 60px;
	margin: 0 10px;
}

.navigation .nav > li > a {
	font: 11px 'Futura', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 3px; 
	float: none;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	position: relative;
	padding: 0;
	padding-top: 25px;
	padding-bottom: 5px;
	cursor: pointer;
	box-shadow: inset 0px -1px 0px transparent;
}

.navigation .nav > li > a.active {
	box-shadow: inset 0px -1px 0px #fff;
}

.navigation.animated_nav .nav > li > a {
	padding-top: 20px;
	padding-bottom: 20px;
}

.navigation .nav > li > a i {
	color: #fff;
}

.navigation.animated_nav .nav > li > a,
.navigation.animated_nav .nav > li > a i {
	color: #333;
}

.navigation .nav > li > a:hover {
	background: transparent;
}

.navigation .nav > li.current > a {
	background: transparent;
	color: #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
}

.navigation.animated_nav .nav > li.current > a {
	color: #7da7f3;
}

.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: transparent;
}

.navbar-brand img.logo {
	max-width: 130px;
}

.navbar-brand img.logo-mobile {
	display: none;
	max-width: 130px;
}


/*----------------- Items ----------------- */

.item-icon {
	font-size: 45px;
	color: #fff;
	margin-bottom: 20px;
}

.item h3 {
	margin-bottom: 15px;
	font-size:22px;
	letter-spacing:2px;
}

.item p {
	margin-bottom: 100px;
	font-size:14px;
	letter-spacing:1px;
	line-height:24px;
}

.item img {
	width:100%;
	margin-bottom:40px;
	margin-left:-15px
}


/* ----------------- Mood Date ----------------- */

.mood-date {
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	z-index: 10;
	text-align: right;
	/*max-width: 1200px;*/
	width: 200px;
	/*padding-right:25px;*/
	margin-bottom:300px;
	margin-right:-70px;
	font-size:8px;
	letter-spacing:2px;
	text-transform:uppercase;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg); 
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	
}

.mood-date ul  {
	margin: 0 auto;
	text-align: right;
	display: table;
	height: 50px;
	margin-bottom: 20px;
}
	
.mood-date li {
	margin: 0;
	display: inline-block;
}

.mood-date li a {
	display: block;
	background: transparent;
	position: relative;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.mood-date li a i.fa {
	color: #fff;
	line-height: 50px;
	font-size: 21px;
}

.mood-date li a:hover i.fa {
	color: #fff;
}


/* ----------------- OWLCarousel ----------------- */

.owl-carousel .owl-wrapper-outer {
    overflow: visible !important;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page span{
	width: 16px !important;
	height: 16px !important;
	filter: Alpha(Opacity=100) !important;/*IE7 fix*/
	opacity: 1 !important;
	background: transparent !important;
	border: 2px solid rgba(50,50,50,0.3);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	border: 2px solid rgba(50,50,50,0.8);
}


/* ----------------- Button ----------------- */

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.default-button:focus,
.sm-button:focus,
.border-button:focus,
.border-sm-button:focus  {
	outline: none;
	outline-offset: 0px;
	text-decoration: none;
}

.border-button {
	display: inline-block !important;
	background: transparent;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	padding: 9px 30px;
	color: #fff;
	line-height: 22px;
	font-size: 14px;
	outline: none;
	outline-offset: 0px;
	font-weight: 300;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.border-button:hover,
.border-button:focus {
	background: #fff;
	color: #333;
	opacity: 0.8;
}

.border-button i,
.border-button:hover i,
.border-button:focus i {
	color: #333;
}

/* ----------------- Gradient Backgound ----------------- */

/* Overlay */
.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -10;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.overlay-color {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.on-mobile {
	display: none;
}

/* ----------------- Mobile ----------------- */

body.mobile {
	-webkit-text-size-adjust:none;
}

body.mobile .animated {
	display: block;
	visibility: visible;
}

body.mobile .navbar-brand img.logo {
	display: none;
}

body.mobile .navbar-brand img.logo-mobile {
	display: inline-block;
}

/* ----------------- Responsive ----------------- */

@media (min-width: 1200px) {
	.container {
		//width: 1170px;
		width: 1000px;
	}
}

@media (max-width: 768px){
	.container {
		width: 100%;
	}
}

@media(max-width:991px){
	
	.home.fullscreen {
		padding: 180px 0px;
	}
	
	.fullscreen {
		display: block;
		height: auto;
		padding: 110px 0;
		min-height: 100% !important;
	}
	
	.fullscreen .section-container {
		display: block;
	}
	
	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 44px;
	}

	h3 {
		font-size: 26px;
	}
	
	.items .item {
		padding-bottom: 50px;
	}
	
	.items .item:last-child {
		padding-bottom: 0px;
	}


	#counter .counter-box {
		width: 170px;
		padding: 15px 15px;
	}

}

@media(max-width:768px){
	
	.navigation {
		background: #fff;
	}
	
	.navigation .navbar-brand {
		padding: 0px 15px;
		padding-left: 0;
		line-height: 60px;
		height: 60px;
	}
	
	.navigation .nav_border {
		left: 0;
		right: 0;
	}
	
	.navigation .nav > li > a,
	.navigation .nav > li > a.active {
		line-height: 40px;
		color: #333;
		padding: 10px;
		box-shadow: inset 0px -1px 0px transparent;
	}
	
	.navbar-brand img.logo {
		display: none;
	}
	
	.navbar-brand img.logo-mobile {
		display: inline-block;
	}
	
	.section, .text-left, .text-right {
		text-align: center !important;
	}
	
	.fullscreen {
		display: block;
		height: auto;
		padding: 110px 0;
	}
	
	.fullscreen .section-container {
		display: block;
	}
	
	.item:last-child p:last-child  {
		margin-bottom: 0;
	}
	
	.subscription-form input,
	.subscription-form button {
		float: none;
	}
	
	.subscription-form button {
		margin-top: 20px;
	}
	
	.line-separate,
	.line-separate span:before,
	.line-separate span:after {
		margin: 0 auto;
	}
	
	.line-separate span:before,
	.line-separate span:after {
		width: 90px !important;
	}
	
	.counter-container {
		max-width: 100%;
		width: auto;
		margin: 0 auto;
		border-left: 0;
		border-right: 0;
		padding: 0px;
	}
	
	#counter .counter-box {
		width: 100%;
		float: none;
		border: none;
	}
	
}


/* ----------------- Shortcodes ----------------- */

.section-border {
	border-top: 1px solid rgba(225,225,225,0.5);
	border-bottom: 1px solid rgba(225,225,225,0.5);
}

.line-separate {
	display: block;
	margin-bottom: 60px !important;
	width: 120px;
	height: 2px;
	position: relative;
}


.line-separate:before {
	content: '';
	display: block;
	position: relative;
	width: 120px;
	height: 2px;
	float: center;
}

.line-white:before,
.line-white:after {
	background: #fff;
}

.line-white span {
	box-shadow: inset 0px 0px 0px 2px #fff;
}

.line-center,
.line-center:before,
.line-center:after {
	margin: 0 auto;
}

.line-center span:before,
.line-center span:after {
	width: 90px;
}

.height-auto {
	height: auto;
}