/*
Theme Name: NUTRIS-NAC - single image - Version: 1
Description:  Designed by josweb.
Author:  josweb

01. GENERAL STYLING
02. MENU
03. HOME SECTION 
05. MILESTONES, PARALLAX WORK QUOTE & VIDEO SECTION
06:	PRICING TABLES
07:	CONTACT SECTION 
08: FOOTER SECTION
09. SINGLE PAGES
10. BLOG
11. FEATURES
12: MEDIA QUERIES
*/

/*-----------------------------------------------------------------------------------*/
/*	01: GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
body{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;	
	line-height: 24px;
	color: #555!important;
	background: #F0F0F0;
	margin: 0;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	height: 100%;
	width: 100%;
}

html { font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; height:100%; }
a, a:visited, a:hover, a:active, a:focus, input, select, textarea { outline:none; text-decoration:none; } /* color: #178dba */
a, li { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
:focus, .btn:focus { outline: 0; }
code { color:#333; }
img { display:block; height:auto; max-width:100%; vertical-align:top; ms-interpolation-mode:bicubic; opacity:1.0; width: auto\9; }
iframe { border: 0 none; }
.soundcloud { width:100%; }
.well { box-shadow:none; border:none; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; background:transparent; margin-bottom:0px; }
.center { margin:0 auto; }
.pull-left { margin-right:10px; }
.pull-right { margin-left:10px; }
input { -webkit-appearance: none; }
.wow:nth-child(1), .wow:nth-child(2), .wow:nth-child(3), .wow:nth-child(4), .wow:nth-child(5), .wow:nth-child(6) { visibility: hidden; }
.fa-li { margin-left:-8px; padding-top:2px; }
.container { overflow: hidden; }

/**** FLEX ****/

 #pedagogical-container {
     display: flex;
     flex-direction: column;
	 width: 100%;
  }

.flex-container {
	display: flex;
	flex-direction: row;
	/*flex-wrap: wrap;*/
	/*align-items: flex-start;*/	
	/*justify-content: center;*/
	/*width: 100%;*/
}

.box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;	
	/*justify-content: center;*/
	width: 100%;
}

.box2 {
	display: flex;
	flex-wrap: wrap;
	/*align-items: flex-start;*/	
	/*justify-content: center;*/
}

#item-1, #item-2, #item-3, #item-4, #item-5, #item-6, #item-7, #item-8, #item-9, #item-10 {
	display: flex;
	flex-wrap: wrap;
	/*align-items: flex-start;*/	
	/*justify-content: center;*/
	width: 100%;
}

.box-text {
	/*justify-content: center;*/
	width: 100%;
}

@media only screen and (max-width: 767px) {
    .flex-container { flex-direction: column; }
    .box { justify-content: center; }
	#item-4 { order: 3; }
	#item-3 { order: 4; }	
	#item-8 { order: 7; }
	#item-7 { order: 8; }
}	

/**** END FLEX ****/

/* FA 4.0.0 and newer */
.fa { text-rendering: auto; }

.post .fa-li { margin-left:-8px; padding-top:5px; font-size: 10px;}

/**** LINKS ****/
a {
	-webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

a { color: #178dba; }

/**** PADDING ****/
.pad90 { padding-top: 90px; }
.pad60 { padding-top: 60px; }
.pad45 { padding-top: 45px; }
.pad35 { padding-top: 35px; }
.pad30 { padding-top: 30px; }
.pad25 { padding-top: 25px; }
.pad20 { padding-top: 20px; }
.pad15 { padding-top: 15px; }
.pad10 { padding-top: 10px; }
.pad5 { padding-top: 5px; }
.marg-right10 { margin-right: 10px; }
.marg-top0 { margin-top: 0px; }
.marg-top-minus25 { margin-top: -25px; }

.paddingElemento { padding-left: 0; }

/**** SECTION PADDINGS ****/
 #about, #action, #unity, #section, #section2, #section3, #sectionpp, #novo, #team, #work, #price, #ticker, #contact { padding-top: 60px; }
 #contact { background: #F0F0F0; } 
 #news { padding-top: 10px; padding-bottom: 30px; }
 section { background: #F0F0F0; margin: 0; padding: 0; overflow: hidden; }

/** BUTTONS **/
.btn {
	padding: 10px 10px;
	cursor: pointer;
	font-family: 'Raleway' sans-serif;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	color: #fff;
	background-color: #178dba!important;
	border-radius: 20px; /* 0px */ 
	margin-bottom: 15px;
	letter-spacing: 3px; /* 2px */ 
	font-weight: 700;
}
.btn:hover {
	background-color: #9fa1a4!important; /* #2E3138 */ 
	cursor: pointer;
	color: #f0f0f0;
	-webkit-transition: all 0.3s ease-in-out;
	drop-shadow:none!important;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
}
.btn a:hover, .btn:focus { color: #f0f0f0!important; }

.btn-inverse:hover { background-color: #178dba!important; } 

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    background-color: #178dba;
}

.cbp-popup-singlePage .cbp-popup-content {
    font-family: 'Lato', sans-serif!important;
	font-size: 16px;
}

.cbp-popup-singlePage {
    background: url("../img/clean_textile.png") repeat scroll 0 0 rgba(255, 255, 255, 255);
    padding: 0;
}

.cbp .cbp-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: visible;
}

.grid-container .cbp-item { 
	display: block;
	margin: 0 auto;
}

/*#single2 { text-align: center; margin-top: 10px; }*/

.cbp-popup-lightbox-bottom { margin-top: 10px; } 

.cbp-popup-lightbox-title { 
    padding-right: 0px;
    font: 400 16px / 18px "Lato", sans-serif;
}

#single {
    width: 100%;
	display: block; 
    margin-left: auto; 
    margin-right: auto; 
}

.link h4 { 
	font-size: 18px!important;  
	font-family: "Raleway", sans-serif; 
	margin-left: 14px;  
}

.cbp-l-project-title {
    line-height: 1em;
    color: #454444;
    font: 400 46px / 50px "Boogaloo", cursive;
    letter-spacing: 0px!important;
    margin-bottom: 10px;
    text-align: center; /*left*/
	margin-left: 14px; 	
    text-transform: lowercase;
}	
	
.cbp-l-project-subtitle {
    color: #787878;
    font: 400 16px / 24px "Open Sans", sans-serif;
    margin: 0 auto 30px;
    max-width: none!important; /*500px*/
    text-align: center; /*left*/
	margin-left: 14px; 
}

.space h4 { 
	font-family: "Raleway", sans-serif; 
	font-size: 20px;
	margin-top: 20px;
}

.cbp-l-grid-team-name {
    font: 400 18px/20px "Open Sans", sans-serif;
    color: #178dba;
    display: block;
    text-align: left;
    margin-top: 0;
}

.cbp-l-grid-team-name:hover { color: #9fa1a4; }

#features-p .cbp-l-grid-team-name, 
#features-p9 .cbp-l-grid-team-name { 
    font: 400 28px/24px "Cabin Sketch"!important; 
    color: #fff !important;
    display: block;
    text-align: center;
    white-space: nowrap;
    word-wrap: break-word;	
}

#features-p .cbp-l-grid-team-name:hover, 
#features-p9 .cbp-l-grid-team-name:hover { color: #fff!important; transition: 0.5s; opacity: 0.5; }

/*  --------------------------------------------------------------- */

.margem {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.margem { padding-left: 20px;
              padding-right: 20px; }
}

@media only screen and (max-width: 767px) {
	h4 { margin-top: 27px; }
}

/*  ---------------------------------------------------------------
 	OVERLAYS
    --------------------------------------------------------------- */
#overlay {	
	background: url(../img/overlay.png) repeat;
	position: absolute;
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
}
.dark_overlay {	
	background: url(../img/overlay2.png) repeat;
	position: relative; 
	width: 100%;
	height: 100%;
}
.light_overlay {	
	background: url(../img/overlay.png) repeat;
	position: relative; 
	width: 100%;
	height: 100%;
}

/*  ---------------------------------------------------------------
 	PATTERN
    --------------------------------------------------------------- */
.pattern {
    position: relative;
    z-index: 0;
    margin: -1px 0 0;
    background: url("../img/interlaced.png") repeat scroll 0 0 rgba(255, 255, 255, 255);
    background-repeat: repeat;
}
.pattern_2 {
    position: relative;
    z-index: 0;
    margin: -1px 0 0;
    background: url("../img/clean_textile.png") repeat scroll 0 0 rgba(255, 255, 255, 255);
    background-repeat: repeat;
}

/*=======================================================
      MENINO
========================================================*/
    .menino {                                                       
		position: absolute;
	    left: 0;
		margin-right: 0;
		margin-top: -270px;
	    width: 332px; 
	    height: 345px;
		background: url(../img/menino.png) no-repeat;
		z-index: 5;
	 }

 @media only screen and (max-width: 1600px) {
    .menino { display: none; }	
	}
/*=======================================================
      MENINA
========================================================*/
    .menina {                                                       
		position: absolute;
	    right: 70px;
		margin-right: 0;
		margin-top: -270px;
	    width: 362px; 
	    height: 270px;
		background: url(../img/menina.png) no-repeat;
		z-index: 5;
	 }

 @media only screen and (max-width: 1600px) {
    .menina { display: none; }	
	}

/*=======================================================
     KID
========================================================*/
    .kid {                                                       
		position: absolute;
	    right: 212px;
		margin-right: 0;
		margin-top: -400px;
	    width: 584px; 
	    height: 380px;
		background: url(../img/kid.png) no-repeat;
		z-index: 5;
	 }

 @media only screen and (max-width: 1600px) {
    .kid { right: 120px; margin-top: -400px;} 
	}

 @media only screen and (max-width: 1440px) {
    .kid { right: 100px; }
	}

 @media only screen and (max-width: 1280px) {
    .kid { right: 80px; }	
	}

 @media only screen and (max-width: 1199px) {
    .kid { display: none; }	
	}

/*=======================================================
     GIRL
========================================================*/
    .girl {                                                       
		position: absolute;
	    right: 212px;
		margin-right: 0;
		margin-top: -470px;
	    width: 514px;  
	    height: 450px;  
		background: url(../img/girl.png) no-repeat;
		z-index: 5;
	 }

 @media only screen and (max-width: 1600px) {
    .girl { right: 120px; background-size: 514px; margin-top: -470px;}	
	}

 @media only screen and (max-width: 1440px) {
    .girl { right: 60px; }
	}

 @media only screen and (max-width: 1280px) {
    .girl { right: 40px; }	
	}

 @media only screen and (max-width: 1199px) {
    .girl { display: none; }	
	}

/*  ---------------------------------------------------------------
 	DIVIDERS
    --------------------------------------------------------------- */		
.container-background {
    background-color: none; 
    background-image: url(../img/clouds.png);
    padding-top: 250px; 
    padding-right: 0; 
    padding-bottom: 0;
    padding-left: 0;	
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 10;
}

.container-background_0 {
    background-color: none; 
    background-image: url(../img/clouds2.png);
    padding-top: 250px; 
    padding-right: 0; 
    padding-bottom: 0;
    padding-left: 0;	
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 10;
}

/*.container-background_2 {
    background-color: none; 
    background-image: url(../img/day_young.png);
    padding-top: 250px; 
    padding-right: 0; 
    padding-bottom: 0;
    padding-left: 0;	
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 10;
} 

.container-background_2b {
    background-color: none; 
    background-image: url(../img/day_young_b.png);
    padding-top: 250px; 
    padding-right: 0; 
    padding-bottom: 0;
    padding-left: 0;	
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 10;
	display: none;
}

.container-background_3 {
    background-color: none; 
    background-image: url(../img/partners.png);
    padding-top: 185px; 
    padding-right: 0; 
    padding-bottom: 0;
    padding-left: 0;	
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 10;
}*/

/*  ---------------------------------------------------------------
 	PARALLAX MOVE
    --------------------------------------------------------------- */
#unity>div:nth-of-type(1) {
    position: absolute;	
    background: url(../img/day_art_img_16.png) 50% 0 no-repeat fixed;
	background-position: top center;
    width: 100%;
    height: 1800.1px; /*1468.1px*/ 		
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
	z-index: -1;
} 	

/*  ---------------------------------------------------------------
 	FOOTER LINE STYLES
    --------------------------------------------------------------- */
.editorial {
  display: block;
  width: 100%;
  height: 60px;
  max-height: 60px;
  margin: 0;
  z-index: 5;
  bottom: 0;
  position: relative;
  left: 0px;
  float: left;
  background-color: #ff7355;  
}

.parallax1 > use {
    animation: move-forever1 10s linear infinite;
  }
.parallax2 > use {
	animation: move-forever2  8s linear infinite;
  }
.parallax3 > use {
	animation: move-forever3  6s linear infinite;
  }
.parallax4 > use {
	animation: move-forever4  4s linear infinite;
  }
.parallax > use:nth-child(1) {
    animation-delay: -2s;
  }
.parallax > use:nth-child(2) {
    animation-delay: -2s;
  }
.parallax > use:nth-child(3) {
    animation-delay: -2s;
  }
.parallax > use:nth-child(4) {
    animation-delay: -2s;
  }

@-webkit-keyframes move-forever1 {
  0% { transform: translate(85px, 0%); }
  100% { transform: translate(-90px, 0%); }
}
@-moz-keyframes move-forever1 {
  0% { transform: translate(85px, 0%); }
  100% { transform: translate(-90px, 0%); }
}
@-o-keyframes move-forever1 {
  0% { transform: translate(85px, 0%); }
  100% { transform: translate(-90px, 0%); }
}
@keyframes move-forever1 {
  0% { transform: translate(85px, 0%); }
  100% { transform: translate(-90px, 0%); }
}
@-webkit-keyframes move-forever2 {
  0% { transform: translate(-90px, 0%); }
  100% { transform: translate(85px, 0%); }
}
@-moz-keyframes move-forever2 {
  0% { transform: translate(-90px, 0%); }
  100% { transform: translate(85px, 0%); }
}
@-o-keyframes move-forever2 {
  0% { transform: translate(-90px, 0%); }
  100% { transform: translate(85px, 0%); }
}
@keyframes move-forever2 {
  0% { transform: translate(-90px, 0%); }
  100% { transform: translate(85px, 0%); }
}
@-webkit-keyframes move-forever3 {
  0% { transform: translate(85px, 0%); }
  100% { transform: translate(-90px, 0%); }
}
@-moz-keyframes move-forever3 {
  0% { transform: translate(85px, 0%); }
  100% { transform: translate(-90px, 0%); }
}
@-o-keyframes move-forever3 {
  0% { transform: translate(85px, 0%); }
  100% { transform: translate(-90px, 0%); }
}
@keyframes move-forever3 {
  0% { transform: translate(85px, 0%); }
  100% { transform: translate(-90px, 0%); }
}
@-webkit-keyframes move-forever4 {
  0% { transform: translate(-90px, 0%); }
  100% { transform: translate(85px, 0%); }
}
@-moz-keyframes move-forever4 {
  0% { transform: translate(-90px, 0%); }
  100% { transform: translate(85px, 0%); }
}
@-o-keyframes move-forever4 {
  0% { transform: translate(-90px, 0%); }
  100% { transform: translate(85px, 0%); }
}
@keyframes move-forever4 {
  0% { transform: translate(-90px, 0%); }
  100% { transform: translate(85px, 0%); }
} 

/**** VIDEO ****/
.vendor { position: relative; padding:0 0 56.25%; height: 0; margin: 0 0; }
.vendor iframe { position: absolute; top:0; left:0; width:100%; height:100%; } 

/**** BLOCKQUOTE ****/
blockquote { padding: 10px; }
blockquote { 	
	padding-right: 5px;
	line-height: 28px;
	color: #555;
	font-family:'Lato', sans-serif;
	font-weight: 300;
}

/**** ICON BLOCKQUOTE ****/
blockquote.testimonial_blockquote { border: 0!important; padding: 0 ; color:#666; }
blockquote.testimonial_blockquote i.fa-quote-left,  blockquote.testimonial_blockquote i.fa-quote-right, blockquote.testimonial_blockquote i {
	font-size: 50px;
	position: relative;
	padding-right: 5px;
}
blockquote.testimonial_blockquote i.fa-quote-right { padding-right:0px; padding-left: 5px; }
blockquote.testimonial_blockquote p { 
	font-size: 20px;
	line-height: 32px;
	color: #888;
	font-family:'Lato', sans-serif;
	font-weight: 300;
}

/*  ---------------------------------------------------------------
 	TYPOGRAPHY
    --------------------------------------------------------------- */
h1 { font-family: 'Boogaloo', cursive; color:#555; }	
	
h2,h3,h4,h5,h6 { font-family: 'Raleway', sans-serif; color:#555; }
h1 {
	/*font-weight: 700;*/
	font-size: 130px;
	line-height: 108px;
	position: relative;
	letter-spacing: -3px!important;
	color: #222!important;
	margin: 0px 0px 30px;
	text-transform: lowercase;
	text-align: center;
}
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }	

.lead_1 {
	font-family:'Raleway', sans-serif; 
	font-size: 36px;
	font-weight: 300;
	line-height: 45px;
	margin-bottom: 45px;
	color:#666;
	text-align: center;
}
.lead_2 {
	font-family:'Raleway', sans-serif; 
	font-size: 36px;
	font-weight: 300;
	line-height: 45px;
	margin-bottom: 40px;
	color: rgba(255,255,255,0.8);
}
.wallpapered .lead_2 {
	font-family:'Raleway', sans-serif; 
	font-size: 36px;
	font-weight: 300;
	text-align: center;
	line-height: 45px;
	margin-bottom: 40px;
	color: rgba(255,255,255,0.8);
}

p { margin-bottom: 20px; }

.lead {
	font-family: 'Raleway', sans-serif; 
	font-size: 22px!important; 
	font-weight: 300;
	text-align: center;
	line-height: 40px;
	margin-bottom: 35px;
	color: #696f77;
}

.row {
    margin-left: 15px!important;
}

#single h1 {
	font-family: 'Boogaloo', cursive; 
	font-weight: 700;
	font-size: 80px; 
	line-height: 90px; 
	position: relative;
	letter-spacing: 3px!important; /*-1px*/
	color: #222;
	margin: 0px 0px 10px;
	text-transform: none;
	text-align: center;
}

#single h2 {
	font-family: 'Boogaloo', cursive; 
	font-size: 2.6em; 
	line-height: 1em; 
	/*position: relative;*/
	letter-spacing: 0px!important;
	color: #222;
	margin: 10px 0 10px;
	text-transform: lowercase;
	text-align: center;
}

#single .lead {
	font-family: 'Raleway', sans-serif; 
	font-size: 28px!important; 
	font-weight: 300;
	text-align: center;
	line-height: 40px;
	margin-bottom: 35px;
	color: #696f77;
}

#single .row {
    margin-left: 15px!important;
}

#about h6 { margin:20px 0; font-weight:500; }
#unity h4 { margin-top: 0; }
.well h1, .well p { background:inherit!important; }
.well h1 { font-family: 'Cabin Sketch', display!important; }

#team h3 { color: #555; }

#milestones2 h2 {
	margin: 60px 10px 45px 10px; /*0 auto;*/
	font-size: 46px!important;
	font-weight: 700!important;
    line-height: 60px;
	letter-spacing: 6px!important;
	text-align: center;
	text-transform: uppercase!important;
	font-family: 'Cabin Sketch', display!important;
}

/*--------------------------------*/
/*	PRELOADER
/*--------------------------------*/

body.royal_loader { background: none!important; visibility: hidden!important; }

#royal_preloader {
    visibility: visible;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999999999;
    -webkit-transition: opacity 0.2s linear 0.8s;
       -moz-transition: opacity 0.2s linear 0.8s;
        -ms-transition: opacity 0.2s linear 0.8s;
         -o-transition: opacity 0.2s linear 0.8s;
            transition: opacity 0.2s linear 0.8s;
}
#royal_preloader.complete { opacity: 0; }
#royal_preloader .background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #fafafa!important;
    -webkit-transition: background 0.5s linear;
       -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
         -o-transition: background 0.5s linear;
            transition: background 0.5s linear;
}
#royal_preloader.number .percentage {
    color: #646E7C;
	background: transparent;
    font-family: 'Lato',sans-serif;
  	text-align: center;
    margin: -200px 0 0 -250px;
    background-image: url('../img/cube.gif');
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-top: 250px;
    width: 500px; 
    position: absolute;
    font-size: 25px;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s linear 0.5s;
       -moz-transition: all 0.3s linear 0.5s;
        -ms-transition: all 0.3s linear 0.5s;
         -o-transition: all 0.3s linear 0.5s;
            transition: all 0.3s linear 0.5s;
}

/*--------------------------------*/
/*	BACK TO TOP button
/*--------------------------------*/

.back-to-top {
  position: fixed;
  display: none;
  background: #d23123; /*#178dba*/ 
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/*--------------------------------*/
/*	WHATSAPP button
/*--------------------------------*/

.p-whatsapp {
  position: fixed;
  display: none; /* flex */
  background-color: #4caf50; 
  color: #fff;
  width: 1.4em; /* 44px */
  height: 1.4em; /* 44px */
  justify-content: center;
  align-items: center;
  text-align: center;	
  line-height: 1.4em; /* 1 */
  font-size: 2.5rem;
  border-radius: 50%; 
  right: 9px; /* left */
  bottom: 75px;
  transition: background 0.5s;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.15);	
  z-index: 11;
}

.p-whatsapp .icon > i {
    font-size: 1em;
	color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 25px 0;
  height: 92px;
  position: fixed;
  width: 100%;	
  left: 0;
  top: -80px; /*menu fixo = top: 0px*/
  right: 0;
          transition: all 0.5s;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;	
	
/*        transition: all .2s ease;
  -webkit-transition: all .2s ease;
     -moz-transition: all .2s ease;*/

  z-index: 997!important;
/*  overflow: hidden;*/	
}

#header.header-scrolled {
  background: rgba(240, 240, 240, 0.95);
  padding: 25px 0;
  max-height: 80px;
  min-height: 80px;
          transition: all 0.5s;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;	
}

#header.show-header { top: 0px !important; }

#header #logo { float: left; }

/*#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #18d26e;
}*/

#header #logo img {
  padding: 0;
  margin: 0;
}

/**** adjust padding for your logo ****/
/*#logo{ padding: 16px 0px 0 60px; overflow: hidden; float: left; }*/

/*-----------------------------------------------------------------------------------*/
/*	02: MENU - Navigation Menu
/*-----------------------------------------------------------------------------------*/	 

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * { margin: 0; padding: 0; list-style: none; }

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li { position: relative; white-space: nowrap; }

.nav-menu > li { float: left; }

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul { display: block; }

.nav-menu ul ul { top: 0; left: 100%; }

.nav-menu ul li { min-width: 180px; }

/* Nav Meu Container */

#nav-menu-container { float: right; margin: 0; }

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a { color: #178dba; }

.nav-menu > li { margin-left: 10px; }

.nav-menu ul {
  margin: 4px 0 0 0;
  /*padding: 10px;*/
  box-shadow: 0px 0px 5px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li { transition: 0.3s; }

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: uppercase;	
}

.nav-menu ul li:hover > a { color: #178dba; }

.nav-menu ul ul { margin: 0; }

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 25px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i { color: #178dba; }

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(255, 255, 255, 0.95);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul { padding: 0; margin: 0; list-style: none; }

#mobile-nav ul li { position: relative; }

#mobile-nav ul li a {
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 7px 15px; /* 10px 22px 10px 15px */
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover { color: #178dba; }

#mobile-nav ul li li { padding-left: 30px; }

#mobile-nav ul li.menu-active a { color: #178dba; }

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #333;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up { color: #178dba; }

#mobile-nav ul .menu-has-children li a { text-transform: uppercase; }

#mobile-nav ul .menu-item-active { color: #178dba; }

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active { overflow: hidden; }

body.mobile-nav-active #mobile-nav { left: 0; }

body.mobile-nav-active #mobile-nav-toggle { color: #fff; }

/*-----------------------------------------------------------------------------------*/
/*	03: HOME SECTION STYLES
/*-----------------------------------------------------------------------------------*/	

/* use this for a repeating pattern */
.single_pattern { 
	background: url(../img/pattern.png) repeat;
	z-index: 1!important;
	width: 100%;
	height: 100%;
}

.single_image { 
	background: url(../img/home_image.jpg) top center ;
	z-index: 1!important;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
	     -o-background-size: cover !important;
	        background-size: cover !important;
}

#content {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 1%;
	right: 1%;
	z-index: 1;
}

#content h1 {
	margin: 0 auto!important;
	text-align: center;
	color: #fff!important;
    letter-spacing: 1px!important;
	font-size: 100px!important;
	line-height: 1em;
	font-weight: 700!important;
	padding: 0 0 20px 0;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3); 
	text-transform: none;
}
.name {
	margin: 0px auto 20px;
	text-align: center;
	color: #fff;
	letter-spacing: 6px;
	font-size: 18px;
	font-weight: 600;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3); 
}

.byline {
	margin: 0px auto;
	text-align: center;
	color: #fff;
    letter-spacing: 4px;
	font-size: 18px; 
	line-height: 1.2em;
	font-weight: 700;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3); 
}

/* Scroll */
@-webkit-keyframes fadein {
    from { opacity: 0; }
      to { opacity: 1; }
}
@-moz-keyframes fadein {
    from { opacity: 0; }
      to { opacity: 1; }
}
@-o-keyframes fadein {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadein {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-webkit-keyframes float {
    0% {   transform: translatey(0px); }
    50% {  transform: translatey(-20px); }
    100% { transform: translatey(0px); }
}
@-moz-keyframes float {
    0% {   transform: translatey(0px); }
    50% {  transform: translatey(-20px); }
    100% { transform: translatey(0px); }
}
@-o-keyframes float {
    0% {   transform: translatey(0px); }
    50% {  transform: translatey(-20px); }
    100% { transform: translatey(0px); }
}
@keyframes float {
    0% {   transform: translatey(0px); }
    50% {  transform: translatey(-20px); }
    100% { transform: translatey(0px); }
}

.ilink { 
	color: rgba(255,255,255,1.0);
    text-align: center;
   -webkit-animation: fadein 3s ease-in, float 3s ease-in-out infinite;
	  -moz-animation: fadein 3s ease-in, float 3s ease-in-out infinite;
	    -o-animation: fadein 3s ease-in, float 3s ease-in-out infinite;
	       animation: fadein 3s ease-in, float 3s ease-in-out infinite;
}

.ilink:hover { 
	 color: rgba(255,255,255,0.7)!important;
	-webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.subheading { 
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 42px;
}
.subheading:after {
    position: relative;
    display: block;
    content: "";
    height: 2px; 
    margin: 20px auto 20px;
    width: 115px;  
    background: #7a7a7a;
}
.subheading.grey:after { 
    background: #FFFFFF!important;
    opacity: .4;
}

/**** HEART ****/
.heart {
  	position: relative;
   	width: 188px;
  	height: 168px;
  	margin: 0px auto 0px;
    background: url(../img/symbol.png) center;		
	-webkit-transform-origin: center center;
	   -moz-transform-origin: center center;
	    -ms-transform-origin: center center;
	     -o-transform-origin: center center;
		    transform-origin: center center;
}
.heart:before,
.heart:after { 
  position: absolute; 
  /*content: "";*/
  left: 23.5px;
  top: 0;
  width: 94px;
  height: 84px;
  -moz-border-radius: 50px 50px 0 0;
       border-radius: 50px 50px 0 0;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
     -moz-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
       -o-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.heart:after {
  left: 0;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
     -moz-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
       -o-transform-origin: 100% 100%;
          transform-origin :100% 100%;
}

/*--------------------------------*/
/*	BIG FIXED IMAGE
/*--------------------------------	
#big_image {
	background: url(../img/big_image.jpg)  repeat-y top center fixed;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	-webkit-background-size: cover!important; 
       -moz-background-size: cover!important;  
         -o-background-size: cover!important; 
            background-size: cover!important;
}*/

#price .well h1 {
	font-size: 56px!important;
	font-weight: 700!important;
	line-height: 60px;
	letter-spacing: 6px!important;
	text-align: center;
	text-transform: uppercase!important;
  /*color: #bbb!important;*/	
}
#price p {
	line-height: 26px;
}

#price .well .cbp-ready .cbp-item {
	position: relative!important;
}

/*-----------------------------------------------------------------------------------*/
/*	04: ABOUT SECTION
/*-----------------------------------------------------------------------------------*/	
/* ABOUT - SERVICE ICONS */
.service {
	text-align: center;
	margin: 20px auto 0;
	position: relative;
	width: 100px;
	height: 100px;
	-moz-border-radius: 100px;
	     border-radius: 100px;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}
.white {
	font-family: 'Lato', sans-serif; 	
	color: #fff!important;	
	font-size: 16px;
}
.service i {
	color: #fff;
	line-height: 100px;
	width: 60px;
	margin : 0 auto;
	position: relative;
	display: block;
	font-size: 50px;
	-webkit-transform: scale(1.0);
	  -moz-transition: -moz-transform 0.5s;
	   -moz-transform: scale(1.10);
	    -ms-transform: scale(1.0);
	       transition: transform 0.5s;
	        transform: scale(1.0);
}
.service:hover { background: #9fa1a4!important; } /* #2E3138 */
.service i:hover { color: #f5f5f5; }

/*--------------------------------*/
/*	TICKER
/*--------------------------------*/
.like { 
  /*min-height:180px;*/ 
	font-size: 80px!important; 
	text-transform: uppercase; 
	line-height: 60px; 
	margin: 40px 0 20px; 
	color: #222!important;
}

.ticker {  
	font-family: 'Lato', sans-serif;
	font-size: 52px; 
	font-weight: 400;
	color: #777;
	line-height: 0px;
	letter-spacing: 0px;
	text-transform: lowercase;
}

/*--------------------------------*/
/*	PIE CHARTS
/*--------------------------------
.chart1, .chart2, .chart3 {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  margin-top: 50px;
  margin-bottom: 0px;
  text-align: center;
}
.chart canvas { position:absolute; top:0; left:0; }
.percent { 
	position: absolute;
	display: inline-block;
	margin: 0px auto;
	z-index: 2;
	color: #f0f0f0;
	left: 40%;
	top: 40%;
	font-weight: 700;
	font-size: 18px;
}
.pie p { color:#ddd; padding:10px 0 60px; text-transform:uppercase; }*/

#charts .well { 
	/*background: #ff7355, rgba(255, 115, 85, 0.8);*/
	background: #0076af, rgba(0, 118, 175, 0.8);  /* fallback colour. Make sure this is just one solid colour. */
    background: -webkit-linear-gradient(#0076af 0%, rgba(0, 118, 175, 0.8) 0%), url(../img/charts.jpg) 50% 0% fixed no-repeat; /* Chrome10-25,Safari5.1-6 */
    background:    -moz-linear-gradient(#0076af 0%, rgba(0, 118, 175, 0.8) 0%), url(../img/charts.jpg) 50% 0% fixed no-repeat; /* FF3.6-15 */	
    background:         linear-gradient(#0076af 0%, rgba(0, 118, 175, 0.8) 0%), url(../img/charts.jpg) 50% 0% fixed no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *//* The least supported option. */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076af', endColorstr='#0076af',GradientType=0 ); /* IE6-9 */
		 
	background-position: top center;
	-webkit-background-size: cover!important; 
       -moz-background-size: cover!important;  
         -o-background-size: cover!important; 
            background-size: cover!important;
	padding: 0 0;
}
#charts .well h1 {
	margin: 60px auto 10px;
	font-size: 46px!important;
	font-weight: 700!important;
	line-height: 60px;
	letter-spacing: 6px!important;
	text-align: center;
	text-transform: uppercase!important;
	color: #fff!important;
	/*text-shadow: 0px 1px 1px rgba(0,0,0,0.3);*/ 
}
#charts .well h6 {
	font-size: 24px; 
	font-weight: 700;
	letter-spacing: 3px;
	margin: 20px 0; 
	text-align: center; 
	color: #fff!important; 
}

/*-----------------------------------------------------------------------------------*/
/*	05: MILESTONES, PARALLAX WORK QUOTE & VIDEO SECTION
/*-----------------------------------------------------------------------------------*/	

/*--------------------------------*/
/*	MILESTONES
/*--------------------------------*/
#milestones .well { 
	background: #C33764, rgba(195, 55, 100, 0.8);  /* fallback colour. Make sure this is just one solid colour. */
    background: -webkit-linear-gradient(#C33764 0%, rgba(195, 55, 100, 0.8) 0%), url(../img/milestones.jpg) 50% 0% fixed no-repeat; /* Chrome10-25,Safari5.1-6 */
    background:    -moz-linear-gradient(#C33764 0%, rgba(195, 55, 100, 0.8) 0%), url(../img/milestones.jpg) 50% 0% fixed no-repeat; /* FF3.6-15 */	
    background:         linear-gradient(#C33764 0%, rgba(195, 55, 100, 0.8) 0%), url(../img/milestones.jpg) 50% 0% fixed no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *//* The least supported option. */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C33764', endColorstr='#C33764',GradientType=0 ); /* IE6-9 */	
	
	background-position: top center;
	-webkit-background-size: cover!important; 
       -moz-background-size: cover!important;  
         -o-background-size: cover!important; 
            background-size: cover!important;
	padding: 0 0;
	height: 450px;
}
#milestones .well h1 {
	margin: 60px 10px 45px 10px; /*0 auto;*/
	font-size: 46px!important;
	font-weight: 700!important;
	line-height: 60px;
	letter-spacing: 6px!important;
	text-align: center;
	text-transform: uppercase!important;
	color: #fff!important;
	/*padding-top: 90px;*/
	/*text-shadow: 0px 1px 1px rgba(0,0,0,0.3);*/ 
}
#milestones .well h2 {
	margin: 0 auto 30px;
    line-height: 35px;
    color: #fff!important;
    font-family: 'Raleway', sans-serif;
}
#milestones .cbp-ready .cbp-item {
    position: relative;
    top: 0;
    left: 0;
}

.light { 
	font-family: 'Lato', sans-serif; 
	padding: 20px 0 120px;
	font-size: 18px;
	font-weight: 400!important;
	line-height: 25px;
	color: #fff;
	margin: 0 auto;
	letter-spacing: 1px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3); 
}

/*--------------------------------*/
/*	PARALLAX UNITY QUOTE 
/*--------------------------------*/
#unity .well{
	
	/*background: #ff7355, rgba(255, 115, 85, 0.8);*/
	background: #a13da3, rgba(161, 61, 163, 0.8);  /* fallback colour. Make sure this is just one solid colour. */
    background: -webkit-linear-gradient(#a13da3 0%, rgba(161, 61, 163, 0.8) 0%), url(../img/incluir.jpg) 50% 0% fixed no-repeat; /* Chrome10-25,Safari5.1-6 */
    background:    -moz-linear-gradient(#a13da3 0%, rgba(161, 61, 163, 0.8) 0%), url(../img/incluir.jpg) 50% 0% fixed no-repeat; /* FF3.6-15 */	
    background:         linear-gradient(#a13da3 0%, rgba(161, 61, 163, 0.8) 0%), url(../img/incluir.jpg) 50% 0% fixed no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *//* The least supported option. */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a13da3', endColorstr='#a13da3',GradientType=0 ); /* IE6-9 */
	
	background-position: top center;
	-webkit-background-size: cover!important; 
       -moz-background-size: cover!important;  
         -o-background-size: cover!important; 
            background-size: cover!important;
	padding: 0px 0px;
}
#unity .well h2 { 
	font-size: 28px;
	line-height: 40px;
	margin: 90px auto 30px;
	color: #fff!important;
	font-weight: 300!important;
	font-family: 'Raleway', sans-serif;
}
#unity .well h3 { 
	line-height: 30px;	
	margin: 20px auto 30px;
	color: #fff!important;
	font-weight: 300!important;
}
#unity .cbp-ready .cbp-item {
    position: relative;
    top: 0;
    left: 0;
}

/*--------------------------------*/
/*	PARALLAX TEAM QUOTE 
/*--------------------------------*/
#team .well {
	background: url(../img/quote.jpg) 50% 0% fixed no-repeat;
	background-position: top center;
	-webkit-background-size: cover!important; 
       -moz-background-size: cover!important;  
         -o-background-size: cover!important; 
            background-size: cover!important;
	padding: 0px 0px;
}
#team .well h2 { 
	font-size: 30px;
	line-height: 45px;
	margin: 120px auto 30px;
	color: #fff!important;
	font-weight: 300!important;
	font-family: 'Raleway', sans-serif;
}

/*--------------------------------*/
/*	BG VIDEO SECTION
/*--------------------------------*/	
.wallpaper { overflow: hidden; position: relative; }
.wallpaper-container { height: 100%; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: 0; }
.wallpaper-media { left: 0; opacity: 0; position: absolute; top: 0; }
.wallpaper-media img, .wallpaper-media video { display: block; height: 100%; width: 100%; }
.wallpaper-media.native { background-position: center; background-size: cover; height: 100%; width: 100%; }
.wallpaper-media.native img { display: none; }
.wallpaper-media.fixed { background-position: center; background-attachment: fixed; height: 100%; width: 100%; }
.wallpaper-media.fixed img { display: none; }
.wallpaper, .wallpaper-container, .wallpaper-media {
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
}
.wallpapered {
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/**** VIDEO SECTION ****/
.wallpapered.video-section { 
  height: 520px; /*420px*/  
  width: 100%;
  margin: 0 auto; 
}

video, object {
  display: inline-block;
  vertical-align: baseline;
  min-width: 100%;
  min-height: 100%;
}

.video-container {
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.video-content {
/*max-width: 1280px!important;
  margin: 0px auto;
  left: 1%;
  right: 1%;*/
  margin-top: 140px;	
  width: 100%;
  position: absolute;
  z-index: 10;
}

.cbp-popup-lightbox-counter {
	display: none !important;
}

.wallpapered h2 { 
	font-size: 32px;
	text-transform: uppercase;
	line-height: 45px;
	padding: 120px 0 0;
	color: #fff!important;
	font-weight: 400;
}
.wallpapered h4 { 
	font-size: 18px!important;
	padding: 5px 0 120px  0;
	color: #fff!important;
	font-weight: 500;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
}

.video-overlay {	
	background: url(../img/overlay.png) repeat;
	position: absolute; 
	width: 100%;
	height: 100%;
	z-index: 1;
}
.dark_video-overlay {	
	background: url(../img/overlay2.png) repeat;
	position: relative; 
	width: 100%;
	height: 100%;
	z-index: 1;
}

#video-lightbox .cbp-item {
	width: 100%;
}

.play {
    position: relative;
    display: inline-block;
    top: 0;
    left: -16px;	
    width: 70px;
    height: 70px;
    border: 6px solid rgba(255,255,255,.7);
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
       -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
            transition: all .2s ease-out;
} 
.play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    margin: -12px 0 0 -6px;
    border: solid transparent;
    border-left-color: rgba(255,255,255,.7);
    border-width: 12px 20px;
    pointer-events: none;
    -webkit-transition: all .2s ease-out;
       -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
            transition: all .2s ease-out;
}
.play:hover:after {
    border-left-color: rgba(255,255,255,.5);
}
.play:hover {
    border: 6px solid rgba(255,255,255,.5);
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
	.video-section { height: 530px; }
}
/* Smaller than standard 992 (devices and browsers) */
@media only screen and (max-width: 992px) {
	.video-section { height: 530px; }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.video-section { height: 430px; }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.video-section { height: 360px; }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.video-section { height: 360px; }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 639px) {
	.video-section { height: 260px; }
	.video-container .video-content { display: none; }	
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.video-section { height: 260px; }
	.video-container .video-content { display: none; }		
}

/*-----------------------------------------------------------------------------------*/
/*	07: CONTACT SECTION
/*-----------------------------------------------------------------------------------*/

/*--------------------------------*/
/*	MAP
/*--------------------------------*/
/*.google-maps { height:450px; margin:0px 0 0px; }
.gm-style img { max-width:none; }
.gm-style label { width:auto; display:inline; }*/

.google-maps {
position: relative;
padding-bottom: 56.25%; /* This is the aspect ratio */
height: 0; 
overflow: hidden;
}
.google-maps2 iframe {
position: absolute;
/*pointer-events: none;*/
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/*--------------------------------*/
/*	CONTACT FORM
/*--------------------------------*/
.ajax-contact-form { margin-top: 30px; }
.ajax-contact-form textarea { height: 135px!important; }
.ajax-contact-form input, .ajax-contact-form  textarea {
	/*background: transparent;*/
	color: #f0f0f0!important;
	background: rgba(255,255,255,.2); 
	border-left: 0px none;
	border-right: 0px none;
	border-top: 0px none;
	border-bottom: 0px none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	-webkit-box-border-radius: 6px;
	   -moz-box-border-radius: 6px;
	            border-radius: 6px;
	margin-bottom: 15px;
	padding: 8px 10px ;
	font-weight: 400;
	font-size: 16px;
}
     ::-webkit-input-placeholder { color:#f0f0f0; opacity:1.0; }
               :-moz-placeholder { color:#f0f0f0; opacity:1.0; }
              ::-moz-placeholder { color:#f0f0f0; opacity:1.0; }
          :-ms-input-placeholder { color:#fff; opacity:1.0; }
focus::-webkit-input-placeholder { color:transparent; opacity:1.0; }
.ajax-contact-form input:focus, .ajax-contact-form  textarea:focus { color:#f0f0f0; outline:none; }
input { outline:none; }

.ajax-contact-form input.btn {
	padding: 12px 20px;
	background-color: #116b8d!important;
	color: #f0f0f0;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 15px;
	border: none;
}
.ajax-contact-form input.btn:hover {
	background-color: #f0f0f0!important;
	cursor: pointer;
	color: #222!important;
	-webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.notification_error {
	color: #fff;
	background-color: #333;
	height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: left;
}
.notification_ok {
    color: #fff;
	opacity: 0.5;
	font-weight: 400;
    height: auto;
    margin: 25px 0 9px 0;
    padding: 0px;
    text-align: left;
	font-size: 20px;
	line-height: 28px;
	width: 100%;
	clear: both; 	
}
#contact h2, h3 { color: #f0f0f0; line-height: 40px; }
#contact a { color: #ffc856; }
#contact a:hover { color: #f0f0f0; }
.inverse { color: #f0f0f0; }

#contact .fa-ul { 
	font-size: 18px; 
	line-height: 28px; 
}
#contact .fa-li {
    padding-top: 4px;
}

/*--------------------------------*/
/*	SOCIAL ICONS
/*--------------------------------*/
.social-icons { font-size: 30px; list-style-type: none!important; margin: 0px 0px 0px -38px; }
.social-icons li { list-style-type: none!important; float: left; margin: 20px 15px 25px 0px; }
.social-icons ul li:last-child { margin-right: 0px; }
.social-icons li a { color: #ffc856!important; }
.social-icons li a:hover { color: #f0f0f0!important; }

/*-----------------------------------------------------------------------------------*/
/*	08: FOOTER SECTION
/*-----------------------------------------------------------------------------------*/
.footer {
	background: #ff7355;
	margin: 0px auto;
    padding: 50px 0;
    text-align: center;
	overflow-x: hidden; 
}
#copyright {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
    margin: 10px auto;
    padding: 0px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	09:SINGLE PAGES
/*-----------------------------------------------------------------------------------*/	
/* SINGLE PAGE - TEAM ICONS */
.hi-icon-wrap2 { text-align: left; padding: 10px 0 0 0; }
.hi-icon2 {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 0px 15px 0px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
}
.hi-icon2:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	   -moz-box-sizing: content-box; 
	        box-sizing: content-box;
}
.hi-icon2:before {
	font-family: 'FontAwesome';
	speak: none;
	font-size: 35px;
	line-height: 60px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-left: 3px;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.hi-icon-effect-a .hi-icon2 {
	color: #fff!important;
	-webkit-transition: color 0.3s;
	   -moz-transition: color 0.3s;
	        transition: color 0.3s;
}
.no-touch .hi-icon-effect-a1 .hi-icon2:hover:after {
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
	      -moz-transition: -moz-transform 0.4s, opacity 0.2s;
	                transition: transform 0.4s, opacity 0.2s;	
}
.hi-icon-effect-a .hi-icon2:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	      -moz-transition: -moz-transform 0.2s, opacity 0.2s;
	                transition: transform 0.2s, opacity 0.2s;
}

/*-----------------------------------------------------------------------------------*/
/*	10: BLOG
/*-----------------------------------------------------------------------------------*/
h1.blog-title { font-size: 2.6em; line-height: 1em; margin-bottom: 10px; margin: 20px 0 10px; letter-spacing: 0px!important; } 
h1.blog-title a { color: #555; } 
h1.blog-title a:hover { color: #888; }
.categories li { margin-left: -2px; }
.blog-tabs a { color: #888; }
.post { margin: 30px 0 10px; } 
.blog-carousel-bottom { margin: 0px 0 -20px; } 
.thin {font-weight: 300; } 

.cbp-l-grid-blog-comments { font: 700 12px/12px "Raleway", sans-serif; }
/*.cbp-l-grid-blog-comments { font: 700 12px/18px "Open Sans", sans-serif; }*/ 

/*-----------------------------------------------------------------------------------*/
/*	11: FEATURES
/*-----------------------------------------------------------------------------------*/

/*-- Buttons --*/
.btn-primary {
	margin-top: 24px;
	text-transform: uppercase;
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	     -o-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	        transition: all ease .3s;
}
.btn-primary,
.btn-success,
/*.btn-info,*/
.btn-warning,
.btn-danger {
	font-family: 'Raleway', sans-serif;
	font-size: 16px; 
	font-weight: 700;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	line-height: 1.6;
	letter-spacing: 1px;
	margin: 0 30px 20px 30px;/* 0 5px 0 5px */
	padding: 10px 22px;
	text-align: center;

	   -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
	     -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
	        box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;

	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	     -o-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	        transition: all ease .3s;
}
.btn-primary:hover,
.btn-success:hover,
/*.btn-info:hover,*/
.btn-warning:hover,
.btn-danger:hover {	border-color: none;	opacity: .7; }

.btn-primary:focus,
.btn-success:focus,
/*.btn-info:focus,*/
.btn-warning:focus,
.btn-danger:focus {	border-color: none; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	color: #fff;
	background-color: #1C1C1C;
	border-color: none;
}

/*-----------------------------------------------------------------------------------*/
/*	12: MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/

@media only screen and (max-width: 1439px) {
#unity>div:nth-of-type(1) { display: none; }
}

/*@media only screen and (max-width: 1438px) {
.container-background_2 { display: none; }
.container-background_2b { display: block; }	
}*/

@media only screen and (min-width: 1024px) {
    #header #logo { padding-left: 25px; }
	.pull-left { margin-top: -10px; }
    #nav-menu-container { padding-right: 45px; }
}

@media only screen and (max-width: 1024px) {
.well, #big_image { 
	background-attachment: scroll!important;
	background-position: center top !important;
	height: auto;
	margin: 0 auto;		
	width: 100%;
}
	
@media only screen and (max-width: 1023px) {
    #header #logo { padding-left: 25px; }
	.pull-left { margin-top: -10px; }
}	
	
/* CSS3 ANIMATIONS OFF */
.fadeIn, .bounceIn, .bounceInDown, .fadeInRightBig, .fadeInUp, .pulse, .bounce{
 -webkit-animation: none !important;
    -moz-animation: none !important;
      -o-animation: none !important;
     -ms-animation: none !important;
         animation: none !important; 
}
.wow { visibility:visible; }
    #milestones .well { height: auto!important; }
}

@media only screen and (max-width: 959px) {
  /*#header { background-color: rgba(240,240,240,1.0)!important; opacity: 1.0; }*/
  #nav-menu-container { display: none; }
  #mobile-nav-toggle { display: inline; }
}	

@media only screen and (max-width: 820px) {
.like { min-height: 260px; }
	#header { background-color: rgba(240,240,240,1.0)!important; opacity: 1.0; }
}

@media only screen and (max-width: 768px) {
.back-to-top { bottom: 15px; }
  #header #logo h1 { font-size: 28px; }
/*#header #logo img { max-height: 40px; }*/
 .pull-left { margin-top:-10px; }
}

@media only screen and (max-width: 767px) {
.space { padding-top: 10px; }
.fa-angle-right { visibility: hidden; }
.fa-ul { margin-left: 0; }
.flex-center2 { text-align: center; }
}

@media screen and (min-width: 480px) and (max-width: 767px){
  #section_video h2 { margin: 30% auto 0; padding: 0 0; width: 100%; }
.wallpapered h2 { margin: 25% auto 0; padding: 0 0; width: 100%; }
}

@media screen and (max-width: 480px) {
.like { line-height: 40px; min-height: 150px; font-size: 60px!important; }
.ticker { font-size: 30px!important; }
	
    h1 { font-size: 60px!important; line-height: 55px; letter-spacing: -1px!important; }
	
.lead { font-size: 28px!important;line-height: 38px!important; }
.lead_2 { font-size: 28px!important;line-height: 38px!important; }
	
    #single h1 { font-size: 40px!important; line-height: 40px!important; }
    #single .lead { font-size: 20px!important; line-height: 30px!important; margin: 0 0 20px; }
	
.cbp-popup-singlePage-counter { display: none!important; }
.wallpapered h2 { margin: 30% auto 0; padding: 0 0; width: 100%; }
}

@media screen and (max-width: 31.5em) {
    #section_video h2 { font-size: 32px!important; line-height: 40px; margin: 50% auto 0; padding: 0 0; width: 100%; }
}

@media all and (min-width: 321px) and (max-width: 568px) {
    #content h1 { font-size: 40px!important; }
	
.name { font-size: 12px; margin-top: -10px; }
.byline { font-size: 12px; margin-bottom: 8px }
}

@media all and (max-width: 320px) {
    #content h1 { font-size: 40px!important; margin-bottom: -10px!important; }
	
.name, .byline { font-size: 12px; }
.wallpapered h2 { font-size: 32px!important; line-height: 40px; margin: 50% auto 0; padding: 0 0; width: 100%; }
}

