/*MAIN.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: trinity.*/
/* Version: 1.1 Updated Release*/
/* For update log, please see: http://designova.net/changelog/trinity.pdf  */
/* Build Date: 12 June 2014*/
/* Author: Designova.*/
/* Website: http://www.designova.net */
/* Copyright: (C) 2014 */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/* 02 - HEADER, INTRO & NAVIGATION */
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/* 04 - PAGES & SECTIONS SETUP*/
/* 05 - FOOTER*/


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'flamabook';
    src: url('../fonts/flama-book-webfont.eot');
    src: url('../fonts/flama-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/flama-book-webfont.woff') format('woff'),
         url('../fonts/flama-book-webfont.ttf') format('truetype'),
         url('../fonts/flama-book-webfont.svg#flamabook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'flamamedium';
    src: url('../fonts/flama-medium-webfont.eot');
    src: url('../fonts/flama-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/flama-medium-webfont.woff') format('woff'),
         url('../fonts/flama-medium-webfont.ttf') format('truetype'),
         url('../fonts/flama-medium-webfont.svg#flamamedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{
}
body{
	font-family: 'flamabook', 'arial', sans-serif;
	overflow-x:hidden; 
}

blockquote {
	text-align: left;
	color: #686868;
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
}
a, a:hover, a:focus{
	text-decoration: none;
	color: #dfb47d;
}

a:hover {
	opacity: 0.8;
}

a:focus { 
    	outline: none; 
}
.animated{
	visibility: hidden;
}
.ease{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.ease:hover{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.text-center > .img-responsive{
	display: block;
	display: inline-block;
}
p {
	color: #686868;
    font-family: 'flamabook',sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
}
h1,h2,h3,h4,h5,h6{
	margin-top: 0;
	font-weight: normal;
}

@media (min-width: 1024px) and (max-width: 5000px) {
	.container{
		max-width: 960px;
	}
}
/*Common Spacing and Padding*/

.page-section{
}
.separator-section{
}
.add-top{
	margin-top: 120px;
}
.add-bottom{
	margin-bottom: 120px;
}
.add-top-half{
	margin-top: 60px;
}
.add-bottom-half{
	margin-bottom: 60px;
}
.add-top-quarter{
	margin-top: 30px;
}
.pad-top{
	padding-top: 100px;
}
.pad-bottom{
	padding-bottom: 100px;
}
.pad-top-half{
	padding-top: 70px;
}
.pad-bottom-half{
	padding-bottom: 70px;
}
.pad{
	padding-left: 20px;
	padding-right: 20px;
}
.pad-inner{
	padding-left: 10%;
	padding-right: 10%;
}
.remove-top{
	margin-top: 0;
}
.remove-bottom{
	margin-bottom: 0;
}
.remove-pad-top{
	padding-top: 0;
}
.remove-pad-bottom{
	padding-bottom: 0;
}

.separator-padding{
	padding: 150px 0;
}
.mob-center > .img-responsive{
	display: inline-block;
}
.no-gutter{
	margin-left: -15px !important;
}
.valign{
	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.absolute-overlay{
	position: absolute;
	top: 0;
	left: 0;
}
.separator-overlay{
	background: rgba(0,0,0,0.6);
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - HEADER, INTRO & NAVIGATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.intro-header{
	width: 100%;
	height: 70px;
	display: block;
	padding-left: 10%;
	padding-right:10%;
	position: absolute;
	z-index: 100;
}

.standard-header{
	height: 36px;
	background:transparent;
	width: 100%;
    z-index: 100;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	background:#fff;
}
.standard-header-top{
	position: fixed;
	display: block;
	top: 0;
}
.standard-header-bottom{
	position: fixed;
	display: block;
	bottom: 0;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.move-top{
	top: 0 !important;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.home-logo{
	margin-top: 30px;
}
.main-logo{
	margin-top: 2px;
}
.logo-mobile {
	width: 130px;
	margin: 0 0 0 49px !important;
	display: inline;
	padding: 0 !important;
	z-index: 9999;
}

.logo-mobile:hover {
	background: none !important;
	opacity: 0.7;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}

.logo-mobile img {
	width: 130px;
}

.intro-nav {
    float: right;
    list-style: none outside none;
    margin: 35px 0 0;
    padding: 0;
}
.intro-nav li {
    display: inline-block;
    float: left;
    margin-left: 30px;
}
.intro-nav li > a {
    font-family: 'flamabook',sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 4px;
    line-height: 26px;
    text-transform: uppercase;
}
.standard-nav {
    float: right;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.standard-nav li {
    display: inline-block;
    float: left;
    margin-left: 10px;
    line-height: 36px;
}
.standard-nav li > a {
	border: 1px solid transparent;
    /*padding: 10px;*/
    font-family: 'flamabook',sans-serif;
    /*font-weight: 300;*/
    font-size: 12px;
    /*letter-spacing: 2px;*/
    line-height: 26px;
    text-transform: uppercase;
}
.standard-nav li > a.highlighted{
	border: none;
	border-top: 2px solid #dfb47d;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.link-reportagem img {
	display: inline-block;
	width: 20px;
	height: auto;
	vertical-align: bottom;
	margin-right: 8px;
}

.reportagem, .link-reportagem {
	text-align:left;
}

.page-section{

}
.separator-section{

}

.hero-caps .logo-badge {
	width: 120px;
}
.hero-caps h1 {
	margin: 30px 0;
}
.hero-caps h1.confira {
	margin: 0 0 30px 0;
}
.hero-caps h1 > span {
	padding: 15px;
    font-family: 'flamabook',sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 6px;
    line-height: 26px;
    text-transform: uppercase;
    border:solid 1px;
}
.hero-caps h3 {
	margin-top: 50px;
    font-family: 'flamabook',sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 28px;
}
.main-heading{
	padding: 0px;
	margin-bottom: 0;
    font-family: 'flamabook',sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 6px;
    line-height: 34px;
    text-transform: uppercase;
}

.promo-heading {
    font-family: 'flamabook',sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.liner{
	margin-bottom: 20px;
}
.liner > span{
	display: inline-block;
	width: 50px;
	height: 1px;
}
.liner-wide{
	margin: 20px 0;
}
.liner-wide > span{
	display: inline-block;
	width: 200px;
	height: 1px;
}
.liner-wide-intro{
	margin: 30px 0;
}
.liner-wide-intro > span{
	display: inline-block;
	width: 200px;
	height: 4px;
}
.liner-small{
	margin-bottom: 5px;
}
.liner-small > span{
	display: inline-block;
	width: 30px;
	height: 1px;
}

/*Buttons*/
.btn-trinity{
	border-radius: 0px;
	text-decoration: none;
	padding: 12px 18px;
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
	font-family: 'flamabook', sans-serif; font-weight:400;
	letter-spacing: 3px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-trinity-big{
	border-radius: 0px;
	text-decoration: none;
	padding: 18px 24px;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	font-family: 'flamabook', sans-serif; font-weight:400;
	letter-spacing: 3px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-trinity:hover{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-trinity-white{
	border:solid 1px #fff;
	background: transparent;
	color: #fff;
	margin: 0.5em;
}
.btn-trinity-white:hover{
	border:solid 1px #fff;
	background: #fff;
	color: #4c4c4c;
}

.btn-trinity-dark{
	border:solid 1px #4c4c4c;
	background: transparent;
	color: #4c4c4c;
}
.btn-trinity-dark:hover{
	border:solid 1px #4c4c4c;
	background: #4c4c4c;
	color: #fff;
}

.btn-trinity-color{
	background: transparent;
}
.btn-trinity-color:hover{
	color: #fff;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - PAGES & SECTIONS SETUP */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*Home (or) Intro*/
.intro{

}

/*mouse scroll indicator icon*/
.intro .mouse-icon-wrap{
	position: absolute;
	text-align: center;
	width: 100%;
}
.intro .mouse-icon {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid;
    border-radius: 15px;
    bottom: 50px;
    height: 44px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 30px;
    cursor: pointer;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
}

.intro .mouse-icon:hover{
	opacity: 0.3 !important;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
}
.intro .mouse-icon .wheel {
    -webkit-animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
    -moz-animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
    -o-animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
    animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
    border-radius: 50%;
    height: 12px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    right: 0;
    width: 6px;
}
@-moz-keyframes magic-mouse-icon {
	0% {
	    margin-top: 6px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 18px;
	    opacity: 0;
	}
}
@-webkit-keyframes magic-mouse-icon {
	0% {
	    margin-top: 6px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 18px;
	    opacity: 0;
	}
}
@-o-keyframes magic-mouse-icon {
	0% {
	    margin-top: 6px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 18px;
	    opacity: 0;
	}
}
@keyframes magic-mouse-icon {
	0% {
	    margin-top: 6px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 18px;
	    opacity: 0;
	}
}


.arrows {
    font-size: 0;
    margin-top: 35px;
}
.arrows .arrow {
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    position: relative;
}
.arrows .arrow.left {
    margin-right: 12px;
}
.arrows .arrow i.fa {
    color: inherit;
    padding: 5px;
    transition: all 0.15s ease 0s;
}
.arrows .arrow i.fa:hover {
    color: #46CAD7 !important;
}


/*ABOUT*/
.about{
}

.stats-item{
	padding: 30px 0;
}
.stats-item h1{
	padding: 0px;
	margin-bottom: 0;
    font-family: 'flamabook',sans-serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 58px;
    text-transform: uppercase;
}
.stats-item h3{
	margin-top: 20px;
}
.stats-item h3 > span{
	padding: 15px;
    font-family: 'flamabook',sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 8px;
    line-height: 21px;
    text-transform: uppercase;
    border:solid 1px;
    border: none;
	border-top: 1px solid #dfb47d !important;
}
.thumb-carousel-wrap{
	padding:0 !important;
}
.thumb-title{
	position: absolute;
	width: 100%;
	height: 194px;
	top: 0;
	text-align: center;
}
.thumb-title > h5{
	text-align: center;
	position: absolute;
	opacity: 0;
	height: 20px;
	margin-top: -10px;
	top: 50%;
	width: 100%;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.thumb-title > h5 > span{
    font-family: 'flamabook',sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 3px;
	text-transform: uppercase;
	padding: 8px 15px;
	border:solid 1px;
}

.item:hover > a > .thumb-title{
    cursor: url("../images/plus.png") 40 40, crosshair;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.item:hover > a > .thumb-title > h5{
	opacity: 0.9;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

/* Tabelas */
.tg  {border-collapse:collapse;border-spacing:0; color: #686868;}
.tg td:first-child {font-family: 'flamamedium'; width:20%;}
.tg td{padding:20px 5px;border-style:none;overflow:hidden;word-break:normal; text-align:left;}
.tg tr { border-top: 1px solid #ccc; }
.tg.credits tr { border-top: 1px solid #333; }
.tg tr:first-child { border-top: none; }

.antes {
	width: 40%; float: left; text-align: left; padding: 5px;
}

.depois {
	width: 40%; float: right; text-align: right; padding: 5px;
}

.fonte {
	clear: both;
	text-align: left;
	font-size: 80%;
	opacity:0.8;
}

.lista-depoimentos img {
	max-width: 100%;
}


/* Grafico de barras */
.comparacao {
	text-align: left;
	margin-bottom: 1.6em;
}
.comparacao p {
	margin-bottom: 0.2em;
}

.barras {
	width:100%; height: 1.6em;
	color: #ddd;
	text-align: center;
	line-height: 1.6em;
}

.barras > div{
	height: 100%;
}

.gwest {
	background: #027096;
	float:left;
	text-align: left;
	padding-left: 5px;
}

.geast {
	height: 100%;
	background: #e05a5a;
	text-align: right;
	padding-right: 5px;
}

.bold {
	font-family: 'flamamedium';
}


@media (min-width: 992px) { /* maior que... */
	.mobile-only { display:none; }
	.desktop-only { display:block; }
}
@media (max-width: 992px) { /* maior que... */
	.mobile-only { display:block; }
	.desktop-only { display:none; }
}


/* ABAS */
.tabs-menu, .tabs-menu2 {
    height: 30px;
    float: left;
    clear: both;
    list-style-type: none;
    margin-bottom: -1px;
    padding-left: 0 !important;
}

.tabs-menu li, .tabs-menu2 li  {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
}

.tabs-menu li.current, .tabs-menu2 li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-menu li a, .tabs-menu2 li a  {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none; 
}

.tabs-menu .current a, .tabs-menu2 .current a  {
    color: #dfb47d;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
    text-align: left;
}

.tab-content, .tab-content2  {
    max-width: 660px;
    width: 100%;
    padding: 20px;
    display: none;
}

#tab-1, #tab2-1  {
 display: block;   
}

.txtshadow {
	-webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	   -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
		-ms-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
		 -o-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
			text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}



/* 3D info */

.info-holder {
	position: relative;
	width: 960px; 
	max-height: 525px;
}
.info-holder img{
	position: absolute;
	width: 100%;
	height: auto;
	/*height:525px;*/
	top:0; left: 0;
	display:none;
}
.info-holder img.visible{
	display:block;
	opacity:1;
}
.info-holder a{
	position: absolute;
	width: 20px; height: 20px;
	border-radius: 15px; 
	-moz-border-radius:15px;
	background-color: rgba(21, 191, 204, 0.85);
	border: 1px solid #15BFCC;
	z-index: 20;
	display: block;
}

.info-holder a#bt-info-0{ display: none; width:0; height:0; }
.info-holder a#bt-info-1{ top: 40%; left: 80%; }
.info-holder a#bt-info-2{ top: 40%; left: 20%; }
.info-holder a#bt-info-3{ top: 35%; left: 57%; }
.info-holder a#bt-info-4{ top: 63%; left: 67%; }
.info-holder a#bt-info-5{ top: 50%; left: 50%; }
.info-holder a#bt-info-6{ top: 13%; left: 33%; }
.info-holder a#bt-info-7{ top: 21%; left: 60%; }
.info-holder a#bt-info-8{ top: 31%; left: 6%; }
.info-holder a#bt-info-9{ top: 52%; left: 73%; }
.info-holder a#bt-info-10{ top: 56%; left: 32%; }



.hov:hover {
	opacity: 0.7 !important;
}


/* SHARE */
#shareBar {
  padding: 3px;
  position: fixed;
  right: 0;
  z-index: 9000;
  /*height: 60px;
  top: 38px; 
  padding: 20px;*/
}
#header #shareBar{
  right:0;
}
#shareBar a{
  padding: 0;
  display:block; float:left;
  text-decoration: none;
  width: 30px; height: 30px;
  margin-left: 10px;
  background: transparent url('https://infograficos.estadao.com.br/geral/img/social-icons-round.png') no-repeat center top;
}
#shareBar a:hover span {
  display: block;
}

#shareBar a span {
  display: none;
  text-decoration: none;
  text-align: center;
  color: #666;
  font-size: 11px;
  font-weight: bold;
  margin-top: 40px;
  text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
}

@media all and (min-width: 1024px) {
  #shareBar a span {
    display: block;
  }
}

#shareBar a#btFbShare{ background-position: -40px 0; margin-left: 0; }
#shareBar a#btFbShare:hover{ background-position: -40px -40px; }
#shareBar a#btGPlusShare{ background-position: -80px 0; }
#shareBar a#btGPlusShare:hover{ background-position: -80px -40px; }
#shareBar a#btTwitterShare{ background-position: 0 0; }
#shareBar a#btTwitterShare:hover{ background-position: 0 -40px; }



/*SERVICES*/

.service-list-wrap{
	background-image: url('../images/triangle.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}
#service-details-wrap{
}
.service-details{
	display: none;
	padding: 60px 0;
	width: 100% !important; 
}
#service-details-01{
	display: block;
}
#features-slider {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    padding: 0;
}
.features-details.default {
    display: block;
}
.features-details > article > .btn-dignity-animated {
    margin-bottom: 20px;
    margin-top: 30px;
}
.features-details{
	padding: 20px;
	border:solid 1px;
}
.features-details p {
font-family: 'flamabook', sans-serif; font-weight:300;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 21px;
    margin-top: 10px;
}
.featuress-expansion{
}
.features-icon{
	padding-bottom: 20px;
	cursor: pointer;
}
.features-icon.current{
	background:url(../images/arrow.png) center bottom no-repeat;
}
.features-icon > h5{
	margin-top: 10px;
    display: block;
    font-family: 'flamabook', sans-serif; font-weight:400;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
}
.features-button{
	margin-top: 40px;
}
.active-service{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

/*PROMOTIONAL*/
.promotional h1 {
    margin-top: 20px;
    font-family: 'flamabook',sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 4px;
    line-height: 31px;
    padding: 0;
    text-transform: uppercase;
}
.promotional h3{
    margin-top: 20px;
}
.promotional h3 > span {
    border: 1px solid;
    font-family: 'flamabook',sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 8px;
    line-height: 19px;
    padding: 15px;
    text-transform: uppercase;
}

/*TEAM*/
.team{

}
.team-bg{
	background-image: url('http://www.placehold.it/1980x2800.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}
.team-block-wrap{
	padding: 80px 120px;
}
.team-block{
	padding: 20px;
}
.team-block-inner{
	padding: 50px;
	text-align: center;
}
.team-thumb{
	display: inline-block;
	margin-bottom: 20px;
	border-radius: 50%;
	padding: 0 30px;
}
.team-social{
	padding: 10px;
}
.team-social-inner{
	list-style: none;
	padding: 0;
	margin: 0;
}
.team-social-inner li{
	display: inline-block;
}
.team-social-inner li a > img{
	margin: 0 3px;
	width: 28px;
	opacity: 0.3;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.team-social-inner li a:hover > img{
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
	opacity: 1;
}

/*TESTIMONIAL*/
.testimonial-wrap{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.testimonial-wrap > h6{
	margin-bottom: 30px;
	letter-spacing: 4px;
	font-family: 'flamabook', sans-serif; font-weight:300;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 21px;
}
.testimonial-wrap > p{
    margin-top: 20px;
}
.testimonial-wrap > img{
	width: 100px;
	border-radius: 50%;
}

.testimonial-wrap > h3 > span{
	font-family: 'flamabook', sans-serif; font-weight:400;
	font-size: 16px;
    letter-spacing: 4px;
    line-height: 26px;
    text-transform: uppercase;
    border:solid 1px;
    padding: 10px;
}

.testimonial-wrap > h3 > span > i{
	font-style: normal;
	font-family: 'flamabook', sans-serif; font-weight:300;
	font-size: 12px;
    letter-spacing: 0px;
    line-height: 19px;
    text-transform: none;
}
.testimonial-carousel-item{
	padding-top: 30px;
}



/*CLIENTS*/
.clients{
	padding: 30px 0;
}
.clients-carousel .owl-next, .clients-carousel .owl-prev{
	margin-top: -10px !important;
}
.clients-carousel .owl-next{
	background: transparent url(../images/next-dark.png) no-repeat center center !important;
}
.clients-carousel .owl-prev{
	background: transparent url(../images/prev-dark.png) no-repeat center center !important;
}
.client-stage > img{
	margin-top: 25px;
}


/* RENDER */

.render-bg {
	background: #111;
	background-image: url(../images/muro04.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}


/*NEWS*/
.news{

}
.news-bg{
	background-image: url('http://www.placehold.it/1980x2800.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}
.news-block-wrap{

	padding: 80px 120px;
}
.news-block{
	padding: 20px;
}
.news-block-inner{
	padding: 50px;
}
.news-block-inner h6{
    font-size: 18px;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 0;
	font-family: 'flamabook',sans-serif;
    font-weight: 300;
}
.news-block-inner h3{
	font-family: 'flamabook',sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 21px;
	margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}



/*CONTACT*/

.contact{
}
.contact-form{
	display: none;
}
/*contact form*/

.email-wrap{
	padding-top: 20px;
}
.contact-mail{
	font-size: 18px;
	line-height: 25px;
	font-family: 'flamabook', sans-serif; font-weight:300;
	color: #fff;
}
.contact-form-wrap{
	display: none;
	padding-top: 30px;
}
.contact-item{
	padding: 40px;
	background:rgba(0, 0, 0, 0.1);
}
.address-heading{
	padding: 0px;
	margin-bottom: 0;
    font-family: 'flamabook',sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 6px;
    line-height: 21px;
    text-transform: uppercase;
}
.email-heading{
	font-family: 'flamabook',sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 27px;
    margin-bottom: 0;
    padding: 0;
}
input {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #fff !important;
    font-family: 'flamabook',sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 25px !important;
    height: 50px !important;
    margin-bottom: 10px !important;
    padding: 10px !important;
    width: 100%;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
input:focus, textarea:focus {
    border-bottom: none !important;
    color: #fff !important;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
textarea {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #fff !important;
    font-family: 'flamabook',sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 25px !important;
    margin-top: 0;
    padding: 10px !important;
    resize: none;
    width: 100%;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
input.send_message {
    background: none repeat scroll 0 0 #EF4A4A;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: 120px;
}
input.send_message:hover {
    background: none repeat scroll 0 0 #262932;
}
fieldset {
    border: 0 none;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}
fieldset h1 {
    color: #000000;
    font-size: 24px;
}
.contact-label-box {
    color: #FFFFFF;
    font-family: 'flamabook', sans-serif; font-weight:300;
    font-size: 24px;
    line-height: 31px;
    padding: 30px 20px;
    text-align: center;
}
.contact-label-box > span {
    display: block;
    margin-right: 10px;
}
.contact-label-box > span > img {
    height: 60px;
    width: 60px;
}
.contact-label-box a:hover {
    color: #CCCCCC;
    text-decoration: none;
}
.contact .alert{
	box-shadow: none;
	border:none;
	border-radius: 0;
	text-shadow:none;
	font-size: 12px;
	line-height: 19px;
    	font-family: 'flamabook', sans-serif; font-weight:300;
	margin-bottom:10px;
	padding:10px;
	background:#000;
	color: #fff;
	text-align: left;
}
.btn-wrap{
	margin-top: 30px;
}
.space-left{
	margin-left: 1%;
}


.alert{
	margin-top: 0px;
	border-radius: 0px;
	padding: 5px;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.alert > p{
	text-shadow:none;
	font-size: 14px;
	line-height: 21px;
    	font-family: 'flamabook', sans-serif; font-weight:300;
}

/*NEWS*/

.news-head-01{
    background: url('http://www.placehold.it/1980x1320.jpg') 50% 0 no-repeat fixed;
}
.news-head h3{
    font-family: 'flamabook',sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 8px;
    line-height: 32px;
    margin-bottom: 0;
    padding: 0;
    padding-top: 50px;
    text-transform: uppercase;
}
.news-head h2{
    font-family: 'flamabook',sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 8px;
    line-height: 28px;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
}


/*PRICING TABLES*/

.pricing-head-01{
    background: url('http://www.placehold.it/1980x1320.jpg') 50% 0 no-repeat fixed;
}
.pricing-head h3{
    font-family: 'flamabook',sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 8px;
    line-height: 32px;
    margin-bottom: 0;
    padding: 0;
    padding-top: 50px;
    text-transform: uppercase;
}
.pricing-head h2{
    font-family: 'flamabook',sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 8px;
    line-height: 28px;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
}
.pricing-container .pricing-header.alt {
    background: none repeat scroll 0 0 #BAA37A;
}
.pricing-container .pricing-header {
    padding: 35px 0;
}
.pricing-container .pricing-header h2 {
    font-family: "flamabook";
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
}
.pricing-container .pricing-header .pricing p {
    font-family: "flamabook";
    font-size: 40px;
    line-height: 47px;
}
.pricing-container .pricing-header .pricing p span {
    font-family: "flamabook";
    font-size: 40px;
    line-height: 47px;
    margin-right: 10px;
}
.pricing-container .pricing-header h4 {
    font-family: "flamabook";
    font-size: 14px;
    line-height: 21px;
    margin-top: -5px;
}
.pricing-container .pricing-features {
    padding: 35px 0;
}
.pricing-container .pricing-features .each h2 {
    font-family: "flamabook";
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 15px;
}
.pricing-container .pricing-features .each h2:last-child {
    margin-bottom: 30px;
}
.pricing-container .pricing-features .custom-pricing-btn-style {
    font-size: 12px !important;
    padding: 12px 40px !important;
}

/*SINGLE PROJECT*/

.project-head-01{
    background: url('http://www.placehold.it/1980x1320.jpg') 50% 0 no-repeat fixed;
}
.project-head h3{
    font-family: 'flamabook',sans-serif;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 8px;
    line-height: 39px;
    margin-bottom: 0;
    padding: 0;
    padding-top: 50px;
    text-transform: uppercase;
}
.project-head h2{
    font-family: 'flamabook',sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 8px;
    line-height: 28px;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
}


/*MISC PAGES*/

.misc-head-01{
    background: url('http://www.placehold.it/1980x1320.jpg') 50% 0 no-repeat fixed;
}
.misc-head h3{
    font-family: 'flamabook',sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 8px;
    line-height: 32px;
    margin-bottom: 0;
    padding: 0;
    padding-top: 50px;
    text-transform: uppercase;
}
.misc-head h2{
    font-family: 'flamabook',sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 8px;
    line-height: 28px;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
}

/*FOOTER*/
.mastfoot{
	padding: 0;
}
.foot-top{
	padding: 50px 0;
}
.foot-logo{
	margin-top: 10px;
}
.foot-logo > img{
    opacity: 0.5;
}
.credits{
	color: #555;
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 19px;
font-family: 'flamabook', sans-serif; font-weight:300;

}
.social-wrap{
	background:#212121;
	padding: 30px 0;
}
.foot-social {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.foot-social li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}
.foot-social li a > img {
    opacity: 0.1;
    transition: all 0.8s linear 0s;
}
.foot-social li a > img:hover {
    opacity: 1;
    transition: all 0.8s linear 0s;
}


.tweet-panel-wrap{
	padding: 40px 0;
	background: rgba(0,0,0,0.1);
}


/*INNER PARALLAX SECTIONS (Except Intro Parallax)*/

.no-parallax{
	background-attachment: scroll !important;
}

.promotional{
	/*background: url('http://www.placehold.it/1920x1272.jpg') 50% 0 no-repeat fixed;*/
	background: url('../images/map.jpg') 50% 0 no-repeat fixed;
	background-size: cover;
}

.testimonial{
	background: url('http://www.placehold.it/1920x1272.jpg') 50% 0 no-repeat fixed;
	background-size: cover;
}





