.teste{background:#E8E752;height:100%;}
.teste2{background:#D151E8;height:200px;}

body, html {
	height: 100% !important;
}
body {
	overflow-x: hidden;
	font-family: 'lektonr';
	/*letter-spacing: 1px;*/
	font-size: 20px;
	color: #000;
	position: relative;
	background: #fff;
}
::selection {
	background: #000;
	color: #fff;
}
::-moz-selection {
	background: #000;
	color: #fff;
}
* {
	margin: 0;
	padding: 0;
	outline: 0;
}

:focus {
	outline: 0
}

.maqpronweb-blue {
	color: #033c5d;	
}

a, a:hover, a:focus {
	color: #000;
	outline: 0;
	text-decoration: none;
}
a {
	text-decoration: underline;
}
.text-light a {
	color: #d2d3d5;
}
.text-dark a {
	color: #000;
}

img {
	max-width: 100%;
	height: 90px;
	display: inline-block;
	border: none;
}

::-webkit-input-placeholder {color: inherit}
:-moz-placeholder           {color: inherit}
::-moz-placeholder          {color: inherit}
:-ms-input-placeholder      {color: inherit}

h1, h2, h3, h4, h5, h6 {
	font-family: 'picadillyb';
	font-weight: 400;
}
h1 { font-size: 48px; line-height: 54px; }
h2 { font-size: 36px; line-height: 48px; }
h3 { font-size: 30px; line-height: 36px; }
h4 { font-size: 24px; line-height: 30px; }
h5 { font-size: 18px; line-height: 24px; }
h6 { font-size: 14px; line-height: 18px; }

@media (max-width: 768px) {
	body { font-size: 14px; line-height: 23px}
	h1   { font-size: 34px; line-height: 40px}
	h2   { font-size: 30px; line-height: 35px}
	h3   { font-size: 26px; line-height: 29px}
	h4   { font-size: 22px; line-height: 24px}
	h5   { font-size: 17px; line-height: 19px}
	h6   { font-size: 13px; line-height: 15px}
}

.titulo-s span {
	color: #033c5d;
}
.s-italic{
	font-style:italic;
}
[data-bgtext]{
	position: relative;
	z-index: 1;
}
[data-bgtext]:before{
	font-family: 'picadillyb';
	text-transform: uppercase;
	content: attr(data-bgtext);
	color: #E5E5E5;
	font-size: 400%;
	line-height: .6;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-10%, -50%);
	    -ms-transform: translate(-10%, -50%);
	        transform: translate(-10%, -50%);
	z-index: -1;
	white-space: nowrap;
}
.titulo-s[data-bgtext]:before{
	color:#EDEDED;	
}
.has-sidebar [data-bgtext]:before{
	font-size: 350%;
	-webkit-transform: translate(-3%, -50%);
	    -ms-transform: translate(-3%, -50%);
	        transform: translate(-3%, -50%);
}
.dark-bgtext[data-bgtext]:before{
	color: rgba(0, 0, 0, 0.1);
}
.section-grey [data-bgtext]:before{
	color: rgba(0, 0, 0, 0.15);
}
.text-light [data-bgtext]:before,
[data-bgtext].text-light:before{
	color: rgba(255, 255, 255, 0.2);
}
.text-center[data-bgtext]:before,
.text-center [data-bgtext]:before{
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
@media( max-width: 1200px ){
	[data-bgtext]:before{ font-size: 330% !important; }
}
@media( max-width: 870px ){
	/*[data-bgtext]:before{ display: none; }*/
}


.bottom-line{
	position: relative;
	margin-bottom: 30px;
}
.bottom-line:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #111;
	bottom: -13px;
}
.text-light .bottom-line:after{
	background: #fff;
}

#orcamento h5 {
	color: #fff;
	font-size: 40px;
	margin-bottom: 30px;
}
#orcamento p {
	color: #fff;
}
.text-light p{
	color: #fff;
}

.hero-fullscreen .text-light p {
	font-size: 32px;	
}

.page-section.anchor-1 h1, .page-section.anchor-2 h1, .page-section.anchor-3 h1 {
	color:#033C5D;
}

.text-dark p{
	color: #000;
}

.cta-title{
	position: relative;
	margin-bottom: 40px;
}
.cta-title:before{
	content: "\e63a";
	display: block;
	position: absolute;
	font-family: 'Pe-icon-7-stroke';
	font-size: 114px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -57px;
	opacity: .4;
}
.testimonials-title{
	position: relative;
	margin-bottom: 40px;
}
.testimonials-title:before{
	content: "\f10d";
	display: block;
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 102px;
	top: 50%;
	left: 50%;
	margin-top: -18px;
	margin-left: -51px;
	opacity: .4;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child
{
	margin-top: 0
}

.bigtext {
	font-size: 160px;
	line-height: 1
}
.hf{height:72px;}
@media (max-width: 992px) {
	.bigtext{font-size: 130px;}
}
@media (max-width: 768px) {
	.bigtext{font-size: 70px;}
}	

.text-light { color: #A8BBE1 }
.text-slide { color: #fff;font-size: 62px}
.section-pattern h3[data-bgtext]:before {color:#B6B6B6;}
.text-dark  { color: #000 }
.text-std{color: #033c5d}
.text-center { text-align: center }
.text-left   { text-align: left }
.text-right  { text-align: right }
.uppercase  { text-transform: uppercase }
.capitalize { text-transform: capitalize }
.bold   { font-weight: bold }
.bolder { font-weight: bolder }
.italic { font-style: italic }
.underline{ text-decoration: underline }


.fullwidth  { width: 100% }
.fullheight { height: 100% }
.fullscreen-height{ height: 100vh }

.page-section, .section-small{
	display: block;
	position: relative;
	padding: 120px 0;
	-webkit-background-size: cover;
	        background-size: cover;
	background-position: center;
}
.psl {padding-bottom: 430px;}
.section-small{
	padding: 70px 0;
}
#aempresa{padding-bottom:60px;}

@media( max-width: 768px ){
	.page-section{ padding: 90px 0 }
}
.section-pattern{background: url('../img/pattern/servicos.png') repeat top left;}
.section-grey  {
	background-color: #D1D1D1;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.section-dark  { background-color: rgba(0, 0, 0, 0.9) }

.bg-grey{ background-color: #F7F7F7; }
.bg-dark{ background-color: rgba(0, 0, 0, 0.9); }

.vCenter {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.highlight {
	background-color: #000;
	color: #fff;
}
.overflow{
	overflow: hidden;
}
.relative{
	position: relative !important;
}
.absolute{
	position: absolute !important;
}
.video-container iframe {
	border: 0;
}


/* Paddings & Margins */
.p0   { padding: 0px !important  }
.p10  { padding: 10px !important }
.p20  { padding: 20px !important }
.p30  { padding: 30px !important }
.p40  { padding: 40px !important }
.p50  { padding: 50px !important }
.p60  { padding: 60px !important }
.p70  { padding: 70px !important }
.p80  { padding: 80px !important }
.p90  { padding: 90px !important }
.p100 { padding: 100px !important}
.p110 { padding: 110px !important}
.p120 { padding: 120px !important}
.p130 { padding: 130px !important}
.p140 { padding: 140px !important}

.m0   { margin: 0px !important  }
.m10  { margin: 10px !important }
.m20  { margin: 20px !important }
.m30  { margin: 30px !important }
.m40  { margin: 40px !important }
.m50  { margin: 50px !important }
.m60  { margin: 60px !important }
.m70  { margin: 70px !important }
.m80  { margin: 80px !important }
.m90  { margin: 90px !important }
.m100 { margin: 100px !important}
.m110 { margin: 110px !important}
.m120 { margin: 120px !important}
.m130 { margin: 130px !important}
.m140 { margin: 140px !important}

.pt0   { padding-top: 0px !important  }
.pt10  { padding-top: 10px !important }
.pt20  { padding-top: 20px !important }
.pt30  { padding-top: 30px !important }
.pt40  { padding-top: 40px !important }
.pt50  { padding-top: 50px !important }
.pt60  { padding-top: 60px !important }
.pt70  { padding-top: 70px !important }
.pt80  { padding-top: 80px !important }
.pt90  { padding-top: 90px !important }
.pt100 { padding-top: 100px !important}
.pt109 { padding-top: 109px !important}
.pt110 { padding-top: 110px !important}
.pt120 { padding-top: 120px !important}
.pt130 { padding-top: 130px !important}
.pt140 { padding-top: 140px !important}

.pb0   { padding-bottom: 0px !important  }
.pb10  { padding-bottom: 10px !important }
.pb20  { padding-bottom: 20px !important }
.pb30  { padding-bottom: 30px !important }
.pb40  { padding-bottom: 40px !important }
.pb50  { padding-bottom: 50px !important }
.pb60  { padding-bottom: 60px !important }
.pb70  { padding-bottom: 70px !important }
.pb80  { padding-bottom: 80px !important }
.pb90  { padding-bottom: 90px !important }
.pb100 { padding-bottom: 100px !important}
.pb110 { padding-bottom: 110px !important}
.pb120 { padding-bottom: 120px !important}
.pb130 { padding-bottom: 130px !important}
.pb140 { padding-bottom: 140px !important}

.mt0   { margin-top: 0px !important  }
.mt10  { margin-top: 10px !important }
.mt20  { margin-top: 20px !important }
.mt30  { margin-top: 30px !important }
.mt40  { margin-top: 40px !important }
.mt50  { margin-top: 50px !important }
.mt60  { margin-top: 60px !important }
.mt70  { margin-top: 70px !important }
.mt80  { margin-top: 80px !important }
.mt90  { margin-top: 90px !important }
.mt100 { margin-top: 100px !important}
.mt110 { margin-top: 110px !important}
.mt120 { margin-top: 120px !important}
.mt130 { margin-top: 130px !important}
.mt140 { margin-top: 140px !important}

.mb0   { margin-bottom: 0px !important  }
.mb10  { margin-bottom: 10px !important }
.mb20  { margin-bottom: 20px !important }
.mb30  { margin-bottom: 30px !important }
.mb40  { margin-bottom: 40px !important }
.mb50  { margin-bottom: 50px !important }
.mb60  { margin-bottom: 60px !important }
.mb70  { margin-bottom: 70px !important }
.mb80  { margin-bottom: 80px !important }
.mb90  { margin-bottom: 90px !important }
.mb100 { margin-bottom: 100px !important}
.mb110 { margin-bottom: 110px !important}
.mb120 { margin-bottom: 120px !important}
.mb130 { margin-bottom: 130px !important}
.mb140 { margin-bottom: 140px !important}

@media (max-width: 768px){
	.mt140 { margin-top: 100px !important}
	.mb140 { margin-bottom: 100px !important}
	.pt140 { padding-top: 100px !important}
	.pb140 { padding-bottom: 100px !important}
	.mt130 { margin-top: 95px !important}
	.mb130 { margin-bottom: 95px !important }
	.pt130 { padding-top: 95px !important}
	.pb130 { padding-bottom: 95px !important }
	.mt120 { margin-top: 90px !important}
	.mb120 { margin-bottom: 90px !important}
	.pt120 { padding-top: 90px !important}
	.pb120 { padding-bottom: 90px !important}
	.pb-sm-0{ padding-bottom: 0 !important}
}

.separator, .separator-left, .separator-right {
	width: 100%;
	display: inline-block;
	position: relative;
}
.separator:after, 
.separator-left:after, 
.separator-right:after {
	content: '';
	width: 40px;
	height: 1px;
	background-color: #033C5D;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}
.separator:after {
	left: 50%;
	margin-left: -20px;
}
.separator-left:after {
	left: 0;
	margin-left: 0;
}
.separator-right:after {
	right: 0;
	margin-left: 0;
	left: auto;
}
.text-light [class*="separator"]:after {
	background-color: #fff
}
.darkbg [class*="separator"]:after {
	background-color: #fff
}


.btn-mod,
a.btn-mod{
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 13px;
  	color: #033C5D;
  	background: #fff;
	border: 2px solid transparent;
	font-family: 'lektonr';
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
    
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	
	-webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
/*.btn-mod:hover,
.btn-mod:focus,
a.btn-mod:hover,
a.btn-mod:focus{
	font-weight: 400;
	color: rgba(255,255,255, .85);
  	background: rgba(0,0,0, .7);
	text-decoration: none;
    outline: none;
    border-color: transparent;    
    -webkit-box-shadow: none;
    box-shadow: none;
}*/
.btn-mod-alt,
a.btn-mod-alt{
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 13px;
  	color: #fff;
  	background: #033C5D;
	border: 2px solid transparent;
	font-family: 'lektonr';
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
    
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	
	-webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.btn-mod:hover {
    color: #033C5D;
}
.btn-mod-alt:hover {
    color: #fff;
    text-decoration: none;
}
.btn-mod:active{
	cursor: pointer !important;
    outline: none !important;
}

.btn-mod.btn-small{
    height: auto;
  	padding: 6px 17px;
	font-size: 11px;
    letter-spacing: 1px;
} 
.btn-mod.btn-medium, .btn-mod-alt.btn-medium{
    height: auto;
  	padding: 8px 37px;
	font-size: 14px;
} 
.btn-mod.btn-large{
    height: auto;
  	padding: 12px 45px;
	font-size: 13px;
} 

.btn-mod.btn-glass{
  	color: rgba(255,255,255, .75);
  	background: rgba(0,0,0, .40);
}
.btn-mod.btn-glass:hover,
.btn-mod.btn-glass:focus{
  	color: rgba(255,255,255, 1);
  	background: rgba(0,0,0, 1);
}

.btn-mod.btn-border{
  	color: #033c5d;
	border: 2px solid #033c5d;
  	background: transparent;
}
.btn-mod.btn-border:hover,
.btn-mod.btn-border:focus{
  	color: #F7F7F7;
	border-color: transparent;
  	background: #033c5d;
}

.btn-mod.btn-border-c{
  	color: #e41919;
	border: 2px solid #e41919;
  	background: transparent;
}
.btn-mod.btn-border-c:hover,
.btn-mod.btn-border-c:focus{
  	color: #fff;
	border-color: transparent;
  	background: #e41919;
}

.btn-mod.btn-border-w{
  	color: #fff;
	border: 2px solid rgba(255,255,255, .75);
  	background: transparent;
}
.btn-mod.btn-border-w:hover,
.btn-mod.btn-border-w:focus{
  	color: #111;
	border-color: transparent;
  	background: #fff;
}

.btn-mod.btn-w{
  	color: #111;
  	background: rgba(255,255,255, .8);
}
.btn-mod.btn-w:hover,
.btn-mod.btn-w:focus{
  	color: #111;
  	background: #fff;
}

.btn-mod.btn-w-color{
  	color: #e41919;
  	background: #fff;
}
.btn-mod.btn-w-color:hover,
.btn-mod.btn-w-color:focus{
	color: #151515;
  	background: #fff;
}

.btn-mod.btn-gray{
  	color: #777;
  	background: #e5e5e5;
}
.btn-mod.btn-gray:hover,
.btn-mod.btn-gray:focus{
  	color: #444;
  	background: #d5d5d5;
}

.btn-mod.btn-color{
  	color: #fff;
  	background: #e41919;
}
.btn-mod.btn-color:hover,
.btn-mod.btn-color:focus{
  	color: #fff;
  	background: #e41919;
    opacity: .85;
}

.btn-mod.btn-circle{
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.btn-mod.btn-round{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn-icon{
	position: relative;
    border: none;
    overflow: hidden;
}
.btn-icon.btn-small{
	overflow: hidden;
}
.btn-icon > span{
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	position: absolute;
	top: 50%;
	left: 0;
	color: #777;
	font-size: 48px;
	opacity: .2;
	
	-webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.btn-icon:hover > span{
	opacity: 0;
    
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.btn-icon > span.white{
    color: #fff;
}
.btn-icon > span.black{
    color: #000;
}
.btn-full{
	width: 100%;
}

/* overlays
---------------------------*/
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

[class*="overlay-light"],
[class*="overlay-blue"],
[class*="overlay-dark"]{
	position: relative;
}
[class*="overlay-light"]:before,
[class*="overlay-blue"]:before,
[class*="overlay-dark"]:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

[class*="overlay-light"] > *,
[class*="overlay-blue"] > *,
[class*="overlay-dark"] > *{
	position: relative;
}

.overlay-light:before    { background-color: rgba(255, 255, 255, 0.25) }
.overlay-light-2x:before { background-color: rgba(255, 255, 255, 0.5) }
.overlay-light-3x:before { background-color: rgba(255, 255, 255, 0.75) }
.overlay-light-4x:before { background-color: rgba(255, 255, 255, 0.9) }

.overlay-dark:before    { background-color: rgba(0, 0, 0, 0.25) }
.overlay-dark-2x:before {  
	
	   background: rgb(255,255,255);
background: linear-gradient(160deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0.499019676229867) 32%, rgba(0,0,0,0.5018207966780462) 100%);  

}


.overlay-dark-3x:before {  background: rgb(255,255,255);
background: linear-gradient(320deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0.499019676229867) 32%, rgba(0,0,0,0.5018207966780462) 100%);  }
.overlay-dark-4x:before { background-color: rgba(0, 0, 0, 0.9) }

.overlay-blue:before { background-color: rgba(3,60,93,0.85) }


.bordered-frame{
	background-color: rgba(255, 255, 255, .15);
	padding: 38px 0;
	border: 7px double;
}

[data-background]{
	-webkit-background-size: cover;
	        background-size: cover;
	background-position: center center;
}

.mouse-parallax-wrapper{
	height: calc(100vh - 220px);
	min-height: 550px;
	display: table;
	width: 100%;
}
.mouse-parallax-inner{
	display: table-cell;
	vertical-align: middle;
}
.mouse-parallax{
	position: relative;
	-webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
	        transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media( max-width: 992px ){
	.mouse-parallax{
		top: 0 !important;
		left: 0 !important;
		-webkit-transform: translate3d(0, 0, 0) !important;
		    -ms-transform: translate3d(0, 0, 0) !important;
		        transform: translate3d(0, 0, 0) !important;
	}
}

[data-stellar-background-ratio] {
	-webkit-background-size: cover;
	        background-size: cover;
	background-position: center 0;
	background-attachment: fixed !important;
	background-repeat: no-repeat;
	position: relative;
}
.bg-cover{
	-webkit-background-size: cover;
	        background-size: cover;
	background-position: center;
}
.bg-fixed{
	background-attachment: fixed !important;
}
@media (max-width: 1024px) {
	[data-stellar-background-ratio] {
		background-attachment: scroll;
		background-position-y: center !important;
	}
	.bg-fixed{
		background-attachment: scroll;
	}
}

.container, .section, section{
	position: relative;
}
.container.fullwidth{
	padding: 0;
}
.container.no-padding [class*="col-"]{
	padding: 0;
}
.col-center {
	float: none;
	margin: 0 auto;
}
.col-right {
	float: right;
}

@media (max-width: 991px) {
	[class*="col-md"] {
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	[class*="col-sm"] {
		margin-bottom: 40px;
	}
}
.equal-height-cols [class*="col-"]{
	margin-bottom: 0;
}
.p0{
	margin-bottom: 0;
}

.main-wrapper{
	overflow: hidden;
}
.main-wrapper.borders{
	border: 10px solid #111;
	min-height: 100%;
}

.animsition-loading{
	background: none !important;
	text-indent: -9999px !important;
}
.animsition-loading:after{
	content: "";
	display: block;
	position: fixed;
	width: 40px;
	height: 40px;
	top: 50%; 
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-left: 2px solid #033c5d;
	-webkit-animation: load 1.1s infinite linear;
	        animation: load 1.1s infinite linear;	
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		    -ms-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		    -ms-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		    -ms-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		    -ms-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

#header{
	position: fixed;
	top: 0;
	width: 100%;
	height: 87px;
	z-index: 1001;
	background-color: rgba(255, 255, 255, 1);
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}
.header-small
{
  	position:relative;       
        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#header.transparent{
	background-color: transparent !important;
}
#header.headroom--unpinned{
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
}
#header.headroom--pinned{
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
#header .logo{
	display: block;
	float: left;
	margin-top: -14px;
	margin-left: -48px;
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}	

#header .logo img{
	position: absolute;
	height: 184px;
	max-height: 210px;
}
#header.headroom--unpinned .logo img{
	max-height: 20px;
}
#header.header-small .logo img{
	max-height: 105px;
	margin-top: -32px;
	margin-left: 27px;
}
#header-minimal .logo img{
	max-height: 20px;
}

#header.header-small{
	height: 60px;
}
#header.header-small .quick-menu > li > a{
	padding: 17px 10px; 
}
#header.header-small .logo{
	margin-top: 10px;
}
#header.header-small .menu-btn{
	margin-top: 23px;
}

#header.header-small .quick-menu > li > a {
	color: #033c5d;	
}

#header.header-small .menu-btn span {
    background-color: #033c5d;
}

#header.transparent:not(.text-dark) .logo-dark,
#header:not(.transparent) .logo-dark{
	display: none;
}
#header.transparent.text-dark .logo-light{
	display: none;
}
#header.transparent.text-dark .quick-menu > li > a{
	color: #000;
}
#header.transparent.text-dark .menu-btn span{
	background-color: #000;
}

.quick-menu{
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}
.quick-menu > li{
	display: block;
	float: left;
	position: relative;
}
.quick-menu > li > a{
	display: block;
	float: left;
	padding: 29px 0px;
	font-family: 'picadillyb';
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
}

.index-quick-menu > li > a{
	color: #033c5d;
}

.quick-menu ul{
	position: absolute;
    top: 100%;
    left: -10px;
    min-width: 195px;
    background-color: #111;
    list-style: none;
    padding: 20px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}
.quick-menu ul li{
	line-height: 1.4;
}
.quick-menu ul li a{
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 1px 25px;
	font-family: 'lektonr';
	color: #777;
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	text-transform: inherit;
	letter-spacing: normal;	
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}
.quick-menu ul li a:hover,
.quick-menu ul li a.active,
.quick-menu ul li.active a{
	color: #fff;
}
.quick-menu > li:hover ul{
	visibility: visible;
	opacity: 1;
}
.quick-menu li:last-child ul{
	left: auto;
	right: -10px;
}
.quick-menu li:last-child ul li a{
	padding: 1px 25px 1px 15px;
	text-align: right;
}
@media( max-width: 992px ){
	.quick-menu{ display: none; }
}

.menu-btn{
	float: right;
	position: relative;
	width: 22px;
	height: 14px;
	z-index: 2;
	right: 0;
	top: 0;
	
	-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#header .menu-btn{
	margin-top: 35px;
	margin-left: 16px;
}
#header-minimal .menu-btn{
	margin-top: 6px;
}
.menu-btn span{
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	
	-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.index-btn.menu-btn span{
	background-color: #033c5d;
}

.menu-btn.dark span{
	background-color: #000;
}
.menu-btn.active span{
	background-color: #fff !important;
}
.menu-btn span:nth-child(1){top: 0;}
.menu-btn:hover span:nth-child(1){
	-webkit-animation: rollAround 3s ease-out infinite;
    animation: rollAround 3s ease-out infinite;
}
.menu-btn span:nth-child(2){
	top: 6px;			
}
.menu-btn:hover span:nth-child(2){
	
	-webkit-animation: rollAround 3s 0.3s ease-out infinite;
    animation: rollAround 3s 0.3s ease-out infinite;
}
.menu-btn span:nth-child(3){top: 12px;}
.menu-btn:hover span:nth-child(3){
	-webkit-animation: rollAround 3s ease-out infinite;
    animation: rollAround 3s ease-out infinite;
}

@-webkit-keyframes rollAround {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
    }
    25% {
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
    }
    50% {
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
    }
    75% {
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
    }
    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
    }
}
@keyframes rollAround {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
    }
    25% {
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
    }
    50% {
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
    }
    75% {
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
    }
    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
    }
}

.menu-btn.active span{ background-color: #fff }
.menu-btn.active span:nth-child(2){ opacity: 0 }
.menu-btn.active span:nth-child(1){
	top: 50%; 
	-webkit-transform: rotate(45deg) translateY(-50%);
	    -ms-transform: rotate(45deg) translateY(-50%);
	        transform: rotate(45deg) translateY(-50%);
}
.menu-btn.active span:nth-child(3){
	bottom: 50%;
	-webkit-transform: rotate(-45deg) translateY(50%);
	    -ms-transform: rotate(-45deg) translateY(50%);
	        transform: rotate(-45deg) translateY(50%);
}

.overlay-menu{
	background-color: rgba(0, 0, 0, .9);
	position: fixed;
	text-align: center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%; 
	height: 100%;
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
	z-index: 1002;
}
.overlay-menu.active{
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.overlay-navigation{
	position: absolute;
    width: 100%;
    top: 70px;
    bottom: 70px;
    left: 0;
    overflow-y: auto;
}
.overlay-menu nav{
	position: absolute;
	width: 100%;
	max-height: 100%;
	text-align: center;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.overlay-menu nav ul{
	list-style: none;
}
.overlay-menu nav ul li{
	opacity: 0;
	-webkit-transform: translateY(15px);
	    -ms-transform: translateY(15px);
	        transform: translateY(15px);
	-webkit-transition: all .6s ease .2s;
	        transition: all .6s ease .2s;
}
.overlay-menu nav ul li.visible{
	opacity: 1;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.overlay-menu nav ul li a{
	font-family: 'picadillyb';
	font-size: 30px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 60px;
	letter-spacing: 10px;
	
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-ms-transition: .25s ease-in-out;
	 -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
}
.overlay-menu nav ul li:hover > a,
.overlay-menu nav ul li.active > a,
.overlay-menu nav ul li a.active{
	color: #033c5d;
	letter-spacing: 5px;
}

.overlay-menu nav ul ul{
	display: none;
	padding: 2px 0 10px;
}
.overlay-menu nav ul ul li{
	line-height: 1.4;
}
.overlay-menu nav ul ul li a{
	color: #B7B7B7;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	text-transform: inherit;
	letter-spacing: normal;
}
.overlay-menu nav ul ul li a:hover,
.overlay-menu nav ul ul li a.active,
.overlay-menu nav ul ul li.active > a{
	color: #fff;
}
.overlay-menu nav ul li.has-submenu > a{
	position: relative;
}
.overlay-menu nav ul li.has-submenu > a:after{
	content: "+";
	position: absolute;
	right: -13px;
    top: -4px;
    font-size: 12px;
}
.overlay-menu nav ul li.has-submenu.opened > a:after{
	content: "-";
}

.overlay-logo{
	float: left;
	margin-top: 34px;
	-webkit-transform: translateY(30px);
	    -ms-transform: translateY(30px);
	        transform: translateY(30px);
	opacity: 0;
	-webkit-transition: all 1s ease .2s;
	        transition: all 1s ease .2s;
}
.overlay-menu.active .overlay-logo{
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
}

.overlay-menu .copyright{
	position: absolute;
	bottom: 20px;
	color: #fff;
	left: 0;
	letter-spacing: .1em;
	font-size: 14px;
	float: left;
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}

.overlay-menu .social-links{
	position: absolute;
	bottom: 20px;
	float:right;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-30px);
	    -ms-transform: translateY(-30px);
	        transform: translateY(-30px);
	opacity: 0;
	-webkit-transition: all .8s ease .2s;
	        transition: all .8s ease .2s;
}
.overlay-menu .social-links a{
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	color: #fff;
	border: 2px solid;
	border-radius: 50%;
	width: 34px;
	line-height: 30px;
	font-size: 12px;
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}
.overlay-menu .social-links a:last-child {
	margin-right: 0;
}
.overlay-menu .social-links a:hover{
	background-color: #fff;
	border-color: #fff;
	color: #033C5D;
}
.overlay-menu.active .social-links{
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
}

.menu-close{
	position: absolute;
	top: 32px;
	right: 14px;
	width: 22px;
	height: 22px;
	opacity: 0;
	-webkit-transform: rotate(360deg);
	    -ms-transform: rotate(360deg);
	        transform: rotate(360deg);
	-webkit-transition: all .7s ease .5s;
	        transition: all .7s ease .5s;
}
.overlay-menu.active .menu-close{
	opacity: 1;
	-webkit-transform: rotate(0);
	    -ms-transform: rotate(0);
	        transform: rotate(0);
}
.menu-close:before,
.menu-close:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	background-color: #fff;
}
.menu-close:before{
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.menu-close:after{
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.sidebar{
	position: fixed;
	width: 270px;
	top: 0;
	left: 0;
	bottom: 0;
	-webkit-background-size: cover;
	        background-size: cover;
	background-position: center center;
	text-align: center;
	z-index: 999;
}

.sidebar .logo{
	display: block;
	padding: 60px 30px;
}
.sidebar .logo-dark  { display: none }
.sidebar-light .logo-light { display: none }
.sidebar-light .logo-dark  { display: inline-block }

.sidebar-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-menu > li {
	position: relative;
}
.sidebar-menu > li > a{
	color: #fff;
	display: block;
	padding: 18px 30px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
	font-family: 'lektonr';
	text-decoration: none;
	line-height: 1;
}
.sidebar-menu > li:first-child > a{
	border-top: 1px solid rgba(255, 255, 255, .1);
}
.sidebar-menu > li:hover > a,
.sidebar-menu > li.opened > a{
	text-decoration: none;
	background-color: rgba(255, 255, 255, .2);
}

@media( min-width: 1181px ){
	sidebar-menu, 
	.sidebar-menu ul{
		display: block !important;
	}
	.sidebar-light .sidebar-menu > li > a{
		color: #000;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}
	.sidebar-light .sidebar-menu > li:first-child > a{
		border-top: 1px solid rgba(0, 0, 0, 0.05);
	}
	.sidebar-light .sidebar-menu > li:hover > a{
		background-color: rgba(0, 0, 0, 0.05);
	}
	
	.contato-footer .infos p, .contato-footer .infos h4{
	text-align:right;		
}
}

.sidebar-menu ul{
	position: absolute;
	left: 100%;
	top: 0;
	background-color: #111;
	list-style: none;
	width: 205px;
	padding: 20px 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}
.sidebar-menu > li:hover ul{
	visibility: visible;
	opacity: 1;
}
.sidebar-menu ul li a{
	display: block;
	width: 100%;
	padding: 8px 23px;
	font-size: 12px;
	line-height: 10px;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
	line-height: 1;
	color: rgba(255, 255, 255, .7);
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}
.sidebar-menu ul li a:hover{
	padding-left: 27px;
	color: #fff;
	background-color: rgba(255, 255, 255, .05);
}

.sidebar-footer{
	position: absolute;
	bottom: 10px;
	width: 100%;
}
.sidebar-footer .copyright{
	font-size: 12px !important;
	float: none !important;
	opacity: .6;
}
.sidebar-light .sidebar-footer .copyright{
	color: #000;
	opacity: 1;
}

.sidebar .social-links a{
	display: inline-block;
	margin-right: 3px;
	text-align: center;
	color: #fff;
	border: 2px solid;
	border-radius: 50%;
	width: 32px;
	line-height: 28px;
	font-size: 12px;
	opacity: .8;
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}
.sidebar .social-links a:hover{
	background-color: #fff;
	border-color: #fff;
	color: #333;
	opacity: 1;
}
.sidebar-light .social-links a{
	color: #000
}
.sidebar-light .social-links a:hover{
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.sidebar .menu-btn{
	display: none;
	position: absolute;
	right: 35px;
	top: 26px;
	margin: 0;
}
.sidebar .menu-btn span{
	background-color: #fff;
}
@media( max-width: 1180px ){
	.sidebar{
		position: relative !important;
		top: 0;
		width: 100%;
		height: 70px;
		background-image: none !important;
		background-color: #000 !important;
	}
	.sidebar .logo{
		float: left;
		padding: 20px 0 0 24px;
	}
	.sidebar-light .logo-light { display: inline-block }
	.sidebar-light .logo-dark  { display: none }	
	.sidebar-menu{
		position: absolute;
		top: 100%;
		background-color: #000;
		width: 100%;
		display: none;
	}
	.sidebar-menu > li > a{
		text-align: left;
	}
	.sidebar .has-submenu > a:after{
		content: '+';
		margin-left: 5px;
	}
	.sidebar .has-submenu.opened > a:after{
		content: '-';
	}
	.sidebar-menu ul{
		display: none;
		visibility: visible;
		opacity: 1;
		width: 100%;
		position: relative;
		left: 0;
	}
	.sidebar .menu-btn{
		display: block;
	}
	.sidebar-footer{
		display: none;
	}
	.page-content{
		margin-left: 0 !important;
	}
	body.has-sidebar .hero-fullscreen{
		height: calc(100vh - 70px);
	}
	
	.text-larger {padding: 0 20px;}
}

.page-content{
	margin-left: 270px;
}
.has-sidebar .container { width: 100% }
@media z{
	.has-sidebar .container { width: 100% }
}
@media (min-width: 1322px){
	.has-sidebar .container { width: 970px }
}
@media (min-width: 1530px){
	.has-sidebar .container { width: 1170px }
}

.hero{
	position: relative;
	width: 100%;
}
.hero-fullscreen{
	height: 100vh;
}
.hero-big{
	height: 75vh;
}
.hero-p{}

.swiper-container-horizontal{
	overflow: hidden;
	position: relative;
}
.swiper-container{
	width: 100%;
	height: 100%;
}
.bg{
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
}
.swiper-slide{ overflow: hidden; }
.swiper-slide, .bg{
	-webkit-background-size: cover;
	        background-size: cover;
	background-position: center;
}
.caption-wrapper{
	display: table;
	height: 100%;
}
.caption{
	display: table-cell;
	vertical-align: middle;
}

.swiper-next, .swiper-prev{
	position: absolute;
	top: 50%;
	width: 30px;
	height: 70px;
	margin-top: -35px;
	color: #ffffff;
	z-index: 10;
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}
.swiper-next:hover, .swiper-prev:hover{
	color: #fff;
}
.swiper-prev{
	left: 0;
	border-left: none;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
}
.swiper-next{
	right: 0;
	border-right: none;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
}
[class*="swiper-container"]:hover .swiper-prev,
[class*="swiper-container"]:hover .swiper-next{
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.swiper-prev:after,
.swiper-next:after{
	font-size: 80px;
	font-family: "Pe-icon-7-stroke";
	position: absolute;
	top: 20px;
}
.swiper-prev:after{
	content: "\e686";
	left: -20px;
}
.swiper-next:after{
	content: "\e684";
	right: -20px;
}

.swiper-container-horizontal > .swiper-pagination{
	bottom: -70px;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: .3;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet-active{
	background: #fff;
	opacity: 1;
}

.scroll-down{
	width: 30px;
	height: 30px;
	color: #222;
	font-size: 24px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 41px;
	z-index: 1000;
	text-align: center;
}

.scroll-down span {
  display: block;
  width: 6px;
  height: 6px;
  -ms-transform: rotate(45deg);  
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 3px 0 2px 8px;
}

.unu
{
  margin-top: 4px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
}




.mouse
{
height: 28px;
width: 22px;
  border-radius: 10px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel
{
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px 8px;
  background: white;
  position: relative;
}

.wheel
{
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  50% { top: 2px; }
  100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

.i-servicos{
	background: url('../img/pattern/servicos.png') repeat top left;
	/*border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);*/
}
.i-servicos [data-bgtext]::before{
	color: #dedede;
}
.tpl-alt-tabs{
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.4em;	
	border: none;
}
.tpl-alt-tabs > li{
    width: 215px;
    display: inline-block;
    vertical-align: top;
    float: none;    
	padding: 0;    
	background: none !important;
    
}
.tpl-alt-tabs > li > a{
	text-decoration: none;
	color: #BABABA;
	background: none !important;
	border: none !important;
    
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
}
.tpl-alt-tabs > li > a:hover{
	background: none;
    color: #033c5d;
}
.tpl-alt-tabs li.active a,
.tpl-alt-tabs li.active a:hover,
.tpl-alt-tabs li.active a:focus{
	cursor: default;
    color: #033c5d;
}
.alt-tabs-icon{
    display: block;
    margin: 12px 0 2px;
    font-size: 48px;
    letter-spacing: 0;
}
.alt-features-icon{
    padding-top: 10px;
    font-size: 48px;
    line-height: 1.3;
    color: #111;
}
.alt-features-title {
    margin-bottom: 21px;
    font-size: 22px;
	color:#033c5d;
}
.alt-features-descr {
	text-align:left;
}
.alt-features-item {
    margin-top: 70px;
}
.font-alt {
    font-family: 'lektonb';
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.tpl-tabs-cont{
    padding: 30px 0;
    color: #777;
    line-height: 1.8;	
}
blockquote {
    margin: 60px 0px;
    padding: 0;
    border: none;
    background: none;
	font-size: 20px;
    font-style: normal;
    line-height: 1.7;
    color: #000;
	border-left: 2px solid #E3E3E3;
}
blockquote p{
	margin-left: 15px;
}

@media (max-width: 991px) {
	.grid-item {
		width: 100% !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	
	#aempresa p, .i-servicos blockquote p, .ideia p, .sobre p, .alt-features-descr, .anchor-1 p, .anchor-2 p, .anchor-3 p, .page-section p {font-size:18px;}
	.pt109 {padding-top: 0px !important;}
	[data-bgtext]::before {font-size: 230% !important;left: 5px;}
	.i-servicos .mt110 {margin-top: 0px !important;}
	.i-servicos .tab-pane blockquote {margin: 0}
	.i-servicos a.btn.mt80 {margin-top: 0 !important}
	.ideia .btn-center {text-align:center}
	.ideia .col-md-6:last-child {margin-bottom:0;}
	.footer {padding: 60px 0}
	.footer p {font-size: 16px;}
	#footer .copyright, .sidebar .copyright {line-height: 35px !important;}
	#header .logo img {max-height: 170px;margin-left: 10px;}
	.text-slide {font-size: 52px;line-height:52px;}
	.hero-fullscreen .text-light p {font-size: 24px;}
	
}

#portfolio{
	border-bottom: 1px solid #E5E5E5;
}

.item-link{
	position: absolute;
	left: 0; right: 0; bottom: 0; top: 0;	
}
.item-img{
	-webkit-background-size: cover;
	        background-size: cover;
	background-position: center center;
	position: absolute;
	left: 0; right: 0; bottom: 0; top: 0;
	margin: 0;
}

.item-overlay{
	position: absolute;
	top: 10px; left: 10px; right: 10px; bottom: 10px;
	background: rgba(255, 255, 255, .8);
	opacity: 0;
	-webkit-transform: scale(.9);
	    -ms-transform: scale(.9);
	        transform: scale(.9);
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}
.item-link:hover .item-overlay{
	opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.item-overlay > h5{
	position: absolute;
	top: 40px;
	left: 40px;
	right: 40px;
	text-align: left;
	font-size: 16px;
	font-family: 'lektonr';
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #333;
}
.item-overlay > h5:after{
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	background-color: #333;
	bottom: -16px;
}

.item-overlay > .info-port{
	position: absolute;
	bottom: 20px;
	right: 40px;
}

.item-overlay h6{
	font-family: 'lektonr';
	text-align: right;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #333;
}

.item-overlay span{
	text-align: left;
	font-size: 24px;
	color: #333;
}

.portfolio.item-animation .item-link{
	-webkit-transform: translateY(150px) scale(.8);
	    -ms-transform: translateY(150px) scale(.8);
	        transform: translateY(150px) scale(.8);
	opacity: 0;
	-webkit-transition: all .7s ease .8s;
	        transition: all .7s ease .8s;
}
.portfolio.item-animation .grid-item.visible .item-link{
	-webkit-transform: translateY(0) scale(1);
	    -ms-transform: translateY(0) scale(1);
	        transform: translateY(0) scale(1);
	opacity: 1;
}

.filter{
	text-align: center;
}
.filter ul li{
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	display: inline-block;
	margin: 8px;
	cursor: pointer;
	opacity: .7;
	letter-spacing: 1px;
}
.filter ul li.active{
	opacity: 1;
}
.filter ul li:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #000;
	opacity: 0;
	bottom: -4px;
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}
.filter ul li.active:after{
	opacity: 1;
	bottom: 2px;
}

.folio-item{}
.folio-item a{
	text-decoration: none;
}
.folio-item-media{
	position: relative;
}
.folio-item-media:before{
	content: "";
	display: block;
	padding-top: 70%;
}
.folio-item-img{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.folio-item-overlay{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .7);
	opacity: 0;
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}
.folio-item:hover .folio-item-overlay{
	opacity: 1;
}
.folio-item-details{
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
}
.folio-item-details h6{
	margin-top: 15px;
	margin-bottom: 5px;
}
.folio-item-details p{
	margin-top: 0px;
	margin-bottom: 15px;
}

.gallery-item{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.owl-slider .gallery-item{
	height: 100vh;
}
.gallery-item-img,
.gallery-item-overlay{
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
}
.gallery-item-img{
	-webkit-transition: all 3s ease;
	        transition: all 3s ease;
}
.gallery-item-overlay{
	background-color: rgba(0, 0, 0, .3);
	color: #fff !important;
	text-decoration: none;
	-webkit-transition: all .5s ease;
	        transition: all .5s ease;
}
.gallery-item:hover .gallery-item-img{
	-webkit-transform: scale(1.15);
	    -ms-transform: scale(1.15);
	        transform: scale(1.15);
}
.gallery-item:hover .gallery-item-overlay{
	opacity: 0;
	color: #fff;
}

.owl-slider .owl-stage {
	position: relative;
	-webkit-transition-timing-function: cubic-bezier(0.1,0.57,0.1,1) !important;
	        transition-timing-function: cubic-bezier(0.1,0.57,0.1,1) !important;
}
.owl-carousel{
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -ms-grab;
	cursor: -o-grab;
	cursor: grab;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grabbing; 
	cursor: -moz-grabbing;
	cursor: -ms-grabbing;
	cursor: -o-grabbing;
	cursor: grabbing;
}
.owl-carousel .owl-item{
	overflow: hidden;
}
.owl-slider,
.owl-slider .owl-stage,
.owl-slider .owl-stage-outer,
.owl-item{
	position: relative;
	z-index: 1;
}

.owl-nav{}
.owl-prev, .owl-next{
	position: absolute;
	top: 50%;
	width: 30px;
	height: 70px;
	margin-top: -35px;
	text-indent: -9999px;
	z-index: 2;
	border: 2px solid #000;
	color: #000;
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}
.owl-prev:hover, .owl-next:hover{
	background-color: rgba(0, 0, 0, .2);
}

.nav-light .owl-prev, .nav-light .owl-next{
	border: 2px solid rgba(255, 255, 255, 1);
	color: #fff;
}
.nav-light .owl-prev:hover, .nav-light .owl-next:hover{
	background-color: rgba(255, 255, 255, .2);
}

.owl-prev{
	left: 0;
	margin-left: -2px;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
	opacity: 0;
}
.container .owl-prev {
	margin-left: 10px !important;
}
.owl-next{
	right: 0;
	margin-right: -2px;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
	opacity: 0;
}
.container .owl-next {
	margin-right: 10px !important;
}
.owl-slider:hover .owl-prev,
.owl-slider:hover .owl-next{ 
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
	opacity: 1;
}
.owl-prev:after,
.owl-next:after{
	font-size: 40px;
	text-indent: 0;
	font-family: "Pe-icon-7-stroke";
	position: absolute;
	top: 20px;
}
.owl-prev:after{
	content: "\e686";
	left: -6px;
}
.owl-next:after{
	content: "\e684";
	right: -6px;
}

.owl-dots{
	text-align: center;
	position: absolute;
    width: 100%;
    bottom: -55px;
    z-index: 1;
}
.img-slider .owl-dots{
	bottom: 10px;
}
.owl-dot {
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	background-color: transparent;
	display: inline-block;
	margin: 0 4px;
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}
.owl-dot.active{
	background-color: #000;
}
.nav-light .owl-dot{
	background-color: #fff;
	border: 2px solid #fff;
}

/*blockquote{
	border: none;
	border-left: 4px solid #555;
	font-size: 15px;
	padding: 10px 0;
	padding-left: 20px;
	letter-spacing: .1em;
	text-align: left;
	font-family: georgia;
}
blockquote footer{
	font-size: 85%;
}*/

.skill{
	margin-bottom: 20px;
	border-bottom: 1px solid #000
}
.skill .skill-bar{
	position: relative;
	width: 0;
	height: 6px;
	background-color: #000;
	-webkit-transition: all 1.5s ease;
	        transition: all 1.5s ease;
}
.skill-bar span{
	display: none;
	position: absolute;
	right: 0;
	top: -30px;
	font-family: 'lektonr';
}
.section-dark .skill, 
.text-light .skill{
	border-bottom: 1px solid #fff;
}
.section-dark .skill .skill-bar,
.text-light .skill .skill-bar{
	background-color: #fff;
}
.counter-num{
    display: inline-block;
	font-family: 'lektonr';
	font-weight: bold;
	letter-spacing: .1em;
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 10px;
}
.counter h5{
	text-transform: capitalize;
}

.team-member .avatar{
	position: relative;
	overflow: hidden;
}
.team-member .avatar .overlay{
	background-color: rgba(255, 255, 255, .9);
	color: #333;
	padding: 15px;
	text-align: center;
	border: 2px solid #000;
	opacity: 0;
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}
.team-member:hover .avatar .overlay{
	opacity: 1;
}
.team-member .avatar .overlay .separator{
	margin-top: 15px;
	margin-bottom: 5px;
}
.team-member .social-links a{
	margin: 7px;
	font-size: 14px;
}
.team-member .info{
	padding-top: 20px;
	padding-left: 20px;
	position: relative;
	top: -50px;
	left: 27px;
	background-color: #fff;
	border-right: 2px solid;
}
.team-member .info:after{
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	bottom: -10px;
	background-color: #000;
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}
.team-member:hover .info:after{
	width: 60px;
}

.tabs{
	padding: 10px;
}
.tab-nav{
	list-style: none;
	margin-bottom: 0;
}
.tab-nav li{
	position: relative;
	display: inline-block;
	font-size: 15px;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-family: 'lektonr';
	margin-right: 10px;
	padding: 5px 20px;
	padding-left: 0px;
	float: left;
}
.tab-nav li:after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #000;
	bottom: -3px;
	-webkit-transition: all .5s ease;
	        transition: all .5s ease;
}
.tab-nav li.active:after{
	width: 100%;
}
.tab-panels{
	margin-top: 5px;
	padding: 10px 20px;
	padding-left: 0px;
	clear: both;
}
.tab-panels > div{
	display: none;
}
.tab-panels > .active{
	display: block;
}

.toggle{
	padding: 10px 20px;
	padding-bottom: 0;
}
.toggle-title{
	position: relative;
	display: inline-block;
	font-family: 'lektonr';
	letter-spacing: .1em;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 15px;
	padding: 5px 0;
}
.toggle-title:after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #000;
	bottom: -3px;
	-webkit-transition: all .5s ease;
	        transition: all .5s ease;
}
.toggle.active .toggle-title:after{
	width: 100%;
}
.toggle-content{
	padding-top: 10px;
	display: none;
}
.toggle.active .toggle-content{
	display: block;
}

.post{
	margin-bottom: 30px;
	padding-top: 0 !important;
}

@media(max-width: 767px ){
	.post{
		width: 100%;
	}
}
.post a{
	text-decoration: none;
}
.post .post-img{
	position: relative;
	overflow: hidden;
}
.post .post-img img{
	-webkit-transition: all 1s ease;
	        transition: all 1s ease;
	width: 100%;
}
.post:hover .post-img img{
	-webkit-transform: scale(1.15);
	    -ms-transform: scale(1.15);
	        transform: scale(1.15);
}
.post iframe{
	border: none;
	display: block;
}
.post .post-content{
	background-color: #fff;
    position: relative;
    top: -27px;
    left: 20px;
    padding-left: 20px;
    border: 2px dashed;
    border-style: dashed;
}
.post .post-content h5{
	position: relative;
	margin-bottom: 15px;
}
.post .post-content h5:after{
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 2px;
	background-color: #000;
	bottom: -10px;
	-webkit-transition: all .7s ease;
	        transition: all .7s ease;
}
.post:hover .post-content h5:after{
	width: 80px;
}

.widget{
	margin-bottom: 50px;
}
.widget-title{
	font-weight: bold;
    text-transform: uppercase;
    font-family: 'lektonr';
    letter-spacing: .15em;
}
.blog-sidebar ul{
	list-style: none;
}
.blog-sidebar ul li{}
.blog-sidebar ul li a{
	text-decoration: none;
	color: #555;
	font-weight: 500;
	font-size: 12px;
}
.blog-sidebar ul li a:hover{
	opacity: .7;
}
.tags .button{
	font-size: 10px;
	padding: 0px 5px;
	margin-bottom: 3px;
}

.clients{
	list-style: none;
	display: inline-block;
	text-align: center;
}
.clients li{
	display: inline-block;
	float: left;
	border: 1px dashed;
	width: 33.333%;
	padding: 40px 0px;
	margin: -1px 0 0 -1px;
	position: relative;
	z-index: 1;
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}
@media( max-width: 730px ){
	.clients li{ width: 50% }
}
@media( max-width: 500px ){
	.clients li{ width: 100% }
}
.clients li:hover{
	border: 1px solid #333;
	z-index: 2;
}
.clients img{
	width: 50%;
	height: auto;
	display: inline-block;
	opacity: .7;
	-webkit-transition:all .3s ease;
	        transition:all .3s ease;
}
.clients li:hover img{
	opacity: 1;
}

.clients-slider img{
	max-width: 50%;
	margin: auto;
}

.to-top{
	opacity: 0;
	visibility: hidden;
	position: fixed;
	right: 40px;
	bottom: 70px;
	background-color: #033c5d;
	color: #fff;
	-webkit-transition: all .4s ease;
	        transition: all .4s ease;
	z-index: 999;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	width: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 3px;
	font-size: 40px;
	overflow: hidden;
}
.to-top.visible{
	opacity: 1;
	visibility: visible;
}
.to-top:hover,
.to-top:focus{
	color: #fff;
	background-color: #555;
}

.wp-float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
  z-index:100;
}
.wp-float:hover {
	color:#FFFFFF;
}

.wp-float:focus {
	color:#FFFFFF;
}

.tel-float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:110px;
	background-color:#033c5d;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:28px;
  z-index:100;
}
.tel-float:hover {
	color:#FFFFFF;
}

.tel-float:focus {
	color:#FFFFFF;
}

.wp-float-icon, .tel-float-icon{
	margin-top:15px;
}

@media(max-width: 767px ){
	.tel-float, .wp-float {
		width:45px;
		height:45px;
		font-size:23px;
	}	
	.wp-float {left:25px;}
	.tel-float {left:80px}
	
	.wp-float-icon, .tel-float-icon{
	margin-top:11px;
}
	
}
.map-section{
	width: 100%;
	height: 400px;
	padding: 0;
}
#google-map{
	width: 100%;
	height: 100%;
}
#google-map img{
	max-width: none;
}

#contact{
	font-family: 'lektonr';
}
form{}
form input,
form textarea,
form select{
	font-family: 'lektonb';
	font-size:26px;
	background: none;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	margin-bottom: 40px;
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}
input[type="checkbox"] {
    width: 30px;
}
form select{
	border: 1px solid #ccc;
	margin-bottom:8px;
}
form textarea{
	min-height: 200px;
	resize: none;
	border: 1px solid #ccc;
}
form input:focus{
	border-bottom: 1px solid #000;
}
#contact #submit{
	margin-top: 20px;
	margin-bottom: 0px;
}
.contact-message{
	display: none;
	text-transform: capitalize;
	text-align: center;
	margin: 50px 0;
}

#msgSucesso {
	padding: 25px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	text-align:center;
	font-size: 18px;
	color:#033c5d;
	background-color:#ebebeb;
	border-color:#033c5d;
	display: none;
}
.pagination{
	width: 100%;
	text-align: center;
	margin: 0;
	margin-top: 20px;
	padding: 20px 0;
}
.pagination i{
	vertical-align: middle;
	margin-top: -3px;
	font-size: 33px;
}
.pagination a{
	display: inline-block;
	text-decoration: none;
	font-family: 'lektonr';
	margin: 0 10px;
	opacity: .7;
}
.pagination a:hover{
	opacity: 1;
}
.pagination span{
	text-transform: uppercase;
	font-size: 15px;
}

#footer{
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid #E5E5E5;
}
#footer .copyright, 
.sidebar .copyright{
	font-size: 14px;
	line-height: 38px;
	float: left;
}
#footer .social-links{
	float: right;
}
#footer .social-links a{
	display: block;
	float: left;
	margin-right: 10px;
	text-align: center;
	color: #033c5d;
	border: 2px solid;
	border-radius: 50%;
	width: 34px;
	line-height: 30px;
	font-size: 12px;
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}
#footer .social-links a:last-child{
	margin-right: 0;
}
#footer .social-links a:hover{
	background-color: #033c5d;
	border-color: #033c5d;
	color: #fff;
}
.contato-footer .infos a{
	text-decoration:none;		
}
.contato-footer .infos i{
	color: #033c5d;		
}
.fa-space{width:13px;}
@media (max-width: 650px){
	#header .logo {margin-top: 20px;}
	#header .logo img {max-height: 140px;margin-left: 20px;margin-top: -40px;}
	.text-slide {font-size: 42px;line-height:42px;}
	.hero-fullscreen .text-light p {font-size: 22px;}
	.item-overlay > h5 {top: 20px;left: 20px;}
	.item-overlay > .info-port {right: 20px}
	.overlay-logo {margin-top: 20px;max-height: 60px;}
	.overlay-menu nav ul li a {font-size: 18px;line-height: 38px;}
	.overlay-menu .copyright {padding: 0 30px;}
	.overlay-menu.active .social-links {display:none;}
	[data-bgtext]::before {font-size: 110% !important;left: 5px;}
	.pt109 {padding-top:0px !important;}
	.i-servicos .mt110 {margin-top:10px !important;}
	.tpl-tabs-cont {padding-top:0px !important;}
	#aempresa p, .i-servicos blockquote {font-size: 16px;}
	.i-servicos .col-md-6:last-child {margin-bottom:0px ;}
	.i-servicos .mt80 {margin-top:0px !important;}
	#orcamento h5 {font-size: 30px;line-height:40px;}
	#orcamento p {font-size: 16px;}
	.ideia .btn-mod.btn-medium, .btn-mod-alt.btn-medium {padding: 8px 14px;font-size: 12px;}
	.footer {padding: 60px 0 40px;}
	.footer .col-md-6:first-child {margin-bottom: 10px;}
	.footer .col-md-6:first-child img {margin-bottom: 20px;}
	.footer p {font-size: 16px;}
	.icon-box-details .small {font-size: 16px;}
	#footer .social-links{float:right}
	#footer .copyright{width: 85%;}
	.overlay-footer{ display: none !important }
	.sobre {padding: 40px 0}
	.sobre p {font-size: 16px; }
	.text-larger {padding: 0 20px;}	
	.alt-features-descr {font-size: 16px;}
	.anchor-1 p, .anchor-2 p, .anchor-3 p {font-size: 16px;}
	.anchor-1 .btn-mod-alt.btn-medium {padding: 8px 14px;font-size: 12px;}
	.anchor-2 .btn-mod-alt.btn-medium {padding: 8px 18px;font-size: 14px;}
	form input, form textarea, form select {font-size:16px;}
	#contact #submit {margin-top: 0;}
	.section-small .col-md-6 p {font-size: 16px;}

}

@media (max-width: 320px){
	.ideia .btn-mod.btn-medium, .btn-mod-alt.btn-medium {font-size: 10px;}
}



@font-face{font-family:'et-line';src:url('../fonts/et-line.eot');src:url('../fonts/et-line.eot?#iefix') format('embedded-opentype'), url('../fonts/et-line.woff') format('woff'), url('../fonts/et-line.ttf') format('truetype'), url('../fonts/et-line.svg#et-line') format('svg');font-weight:normal;font-style:normal}[data-icon]:before{font-family:'et-line';content:attr(data-icon);speak:none;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block}.icon-mobile,.icon-laptop,.icon-desktop,.icon-tablet,.icon-phone,.icon-document,.icon-documents,.icon-search,.icon-clipboard,.icon-newspaper,.icon-notebook,.icon-book-open,.icon-browser,.icon-calendar,.icon-presentation,.icon-picture,.icon-pictures,.icon-video,.icon-camera,.icon-printer,.icon-toolbox,.icon-briefcase,.icon-wallet,.icon-gift,.icon-bargraph,.icon-grid,.icon-expand,.icon-focus,.icon-edit,.icon-adjustments,.icon-ribbon,.icon-hourglass,.icon-lock,.icon-megaphone,.icon-shield,.icon-trophy,.icon-flag,.icon-map,.icon-puzzle,.icon-basket,.icon-envelope,.icon-streetsign,.icon-telescope,.icon-gears,.icon-key,.icon-paperclip,.icon-attachment,.icon-pricetags,.icon-lightbulb,.icon-layers,.icon-pencil,.icon-tools,.icon-tools-2,.icon-scissors,.icon-paintbrush,.icon-magnifying-glass,.icon-circle-compass,.icon-linegraph,.icon-mic,.icon-strategy,.icon-beaker,.icon-caution,.icon-recycle,.icon-anchor,.icon-profile-male,.icon-profile-female,.icon-bike,.icon-wine,.icon-hotairballoon,.icon-globe,.icon-genius,.icon-map-pin,.icon-dial,.icon-chat,.icon-heart,.icon-cloud,.icon-upload,.icon-download,.icon-target,.icon-hazardous,.icon-piechart,.icon-speedometer,.icon-global,.icon-compass,.icon-lifesaver,.icon-clock,.icon-aperture,.icon-quote,.icon-scope,.icon-alarmclock,.icon-refresh,.icon-happy,.icon-sad,.icon-facebook,.icon-twitter,.icon-googleplus,.icon-rss,.icon-tumblr,.icon-linkedin,.icon-dribbble{font-family:'et-line';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block}.icon-mobile:before{content:"\e000"}.icon-laptop:before{content:"\e001"}.icon-desktop:before{content:"\e002"}.icon-tablet:before{content:"\e003"}.icon-phone:before{content:"\e004"}.icon-document:before{content:"\e005"}.icon-documents:before{content:"\e006"}.icon-search:before{content:"\e007"}.icon-clipboard:before{content:"\e008"}.icon-newspaper:before{content:"\e009"}.icon-notebook:before{content:"\e00a"}.icon-book-open:before{content:"\e00b"}.icon-browser:before{content:"\e00c"}.icon-calendar:before{content:"\e00d"}.icon-presentation:before{content:"\e00e"}.icon-picture:before{content:"\e00f"}.icon-pictures:before{content:"\e010"}.icon-video:before{content:"\e011"}.icon-camera:before{content:"\e012"}.icon-printer:before{content:"\e013"}.icon-toolbox:before{content:"\e014"}.icon-briefcase:before{content:"\e015"}.icon-wallet:before{content:"\e016"}.icon-gift:before{content:"\e017"}.icon-bargraph:before{content:"\e018"}.icon-grid:before{content:"\e019"}.icon-expand:before{content:"\e01a"}.icon-focus:before{content:"\e01b"}.icon-edit:before{content:"\e01c"}.icon-adjustments:before{content:"\e01d"}.icon-ribbon:before{content:"\e01e"}.icon-hourglass:before{content:"\e01f"}.icon-lock:before{content:"\e020"}.icon-megaphone:before{content:"\e021"}.icon-shield:before{content:"\e022"}.icon-trophy:before{content:"\e023"}.icon-flag:before{content:"\e024"}.icon-map:before{content:"\e025"}.icon-puzzle:before{content:"\e026"}.icon-basket:before{content:"\e027"}.icon-envelope:before{content:"\e028"}.icon-streetsign:before{content:"\e029"}.icon-telescope:before{content:"\e02a"}.icon-gears:before{content:"\e02b"}.icon-key:before{content:"\e02c"}.icon-paperclip:before{content:"\e02d"}.icon-attachment:before{content:"\e02e"}.icon-pricetags:before{content:"\e02f"}.icon-lightbulb:before{content:"\e030"}.icon-layers:before{content:"\e031"}.icon-pencil:before{content:"\e032"}.icon-tools:before{content:"\e033"}.icon-tools-2:before{content:"\e034"}.icon-scissors:before{content:"\e035"}.icon-paintbrush:before{content:"\e036"}.icon-magnifying-glass:before{content:"\e037"}.icon-circle-compass:before{content:"\e038"}.icon-linegraph:before{content:"\e039"}.icon-mic:before{content:"\e03a"}.icon-strategy:before{content:"\e03b"}.icon-beaker:before{content:"\e03c"}.icon-caution:before{content:"\e03d"}.icon-recycle:before{content:"\e03e"}.icon-anchor:before{content:"\e03f"}.icon-profile-male:before{content:"\e040"}.icon-profile-female:before{content:"\e041"}.icon-bike:before{content:"\e042"}.icon-wine:before{content:"\e043"}.icon-hotairballoon:before{content:"\e044"}.icon-globe:before{content:"\e045"}.icon-genius:before{content:"\e046"}.icon-map-pin:before{content:"\e047"}.icon-dial:before{content:"\e048"}.icon-chat:before{content:"\e049"}.icon-heart:before{content:"\e04a"}.icon-cloud:before{content:"\e04b"}.icon-upload:before{content:"\e04c"}.icon-download:before{content:"\e04d"}.icon-target:before{content:"\e04e"}.icon-hazardous:before{content:"\e04f"}.icon-piechart:before{content:"\e050"}.icon-speedometer:before{content:"\e051"}.icon-global:before{content:"\e052"}.icon-compass:before{content:"\e053"}.icon-lifesaver:before{content:"\e054"}.icon-clock:before{content:"\e055"}.icon-aperture:before{content:"\e056"}.icon-quote:before{content:"\e057"}.icon-scope:before{content:"\e058"}.icon-alarmclock:before{content:"\e059"}.icon-refresh:before{content:"\e05a"}.icon-happy:before{content:"\e05b"}.icon-sad:before{content:"\e05c"}.icon-facebook:before{content:"\e05d"}.icon-twitter:before{content:"\e05e"}.icon-googleplus:before{content:"\e05f"}.icon-rss:before{content:"\e060"}.icon-tumblr:before{content:"\e061"}.icon-linkedin:before{content:"\e062"}.icon-dribbble:before{content:"\e063"}

svg.bigTriangleup {
	pointer-events: none;
	margin:0 0 -10px 0;
	transform: scaleX(-1);
}
.bigTriangleup path {
	fill: #fff;
	stroke: #fff;
	stroke-width: 2;
	
}
svg.bigTriangledown {
	pointer-events: none;
}
.bigTriangledown path {
	fill: #fff;
	stroke: #fff;
	stroke-width: 2;
}