@charset "utf-8";
/*-----------------------------------------------------------------------------

Table of Contents:

 1) General
 2) Typography
 3) Backgrounds
 4) Home Sections
 5) Home Revolution Slider Section
 6) Header
 7) Features Section
 8) About Section
 9) Team Section
10)  Skills Section
11)  Fun Facts Section 
12) Quote Section
13) Portfolio Section
14) Get Connected Section
15) Services Section
16) Call to Action 1
17) Price List Section
18) Clients Section
19) Testimonials Section
20) Contact Form Section
21) Google Map Section
22) Video Popup Section
23) Footer 1
24) Subscribe Form - Twitter Feed
25) Shortcodes

------------------------------------------------------------------------------*/
/*----- Fonts -----*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import "simple-line-icons.css";
@import "LineIcons.min.css";
@import "ionicons.min.css";

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

@font-face {
	font-family: 'stencilla';
	src: url('../fonts/stencilla.eot?') format('eot'),
	     url('../fonts/stencilla.woff') format('woff'),
		 url('../fonts/stencilla.ttf') format('truetype'),
		 url('../fonts/stencilla.svg#stencilla') format('svg');
	font-weight: normal;
	font-style: normal;
	}

/*----- General ----*/
html,
body {
	height: 100%;
	min-height: 100%;
}
html { -webkit-font-smoothing: antialiased; }
body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #1c1c1c;
	margin: 0px;
	padding: 0px;
}
a {
	background: transparent;
	outline: none;
	text-decoration: none;

	-webkit-transition: .2s cubic-bezier(0.25,.46,.45,.94);
	        transition: .2s cubic-bezier(0.25,.46,.45,.94);
	-webkit-transition-property: background-color,color;
	        transition-property: background-color,color;
}
a:active,
a:hover,
a:focus {
	outline: 0;
	color: #1c1c1c;
	text-decoration: none;
}
a:focus, a:active, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, select::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: 0;
	outline : 0;
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1425px;
		width: 100%;
		padding: 0 90px;
	}
}
@media (min-width: 768px) and (max-width: 992px)) {
	.container {
		width: 100%;
	}
}
.col-xs-5ths,.col-sm-5ths,.col-md-5ths,.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	width: 20%;
	float: left;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none
}
a, a:visited, a:active, a:focus {
	outline: none !important;
}
a:hover {
	text-decoration: none;
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1;
	color: #2c3e50;
}
h1 small, h2 small, h3 small {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	color: #1c1c1c;
}
h4 small, h5 small, h6 small {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #1c1c1c;
}
h4 {
	font-size: 18px;
	letter-spacing: 1px;
}
h5 {
    margin-top: 25px;
}
p {
	color: #404040;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

legend { border-bottom: none; }

#contact p {
    color: #545454;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.section-title {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 30px;
}
.subheading {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 42px;
}
.subheading:after {
	position: relative;
	display: block;
	content: "";
	height: 2px;
	margin: 20px auto 20px;
	width: 115px;
	background: transparent; /* #404040 */
}
/*
.subheading_f { 
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 42px;
}
.subheading_f:after {
    position: relative;
    display: block;
    content: "";
    height: 2px; 
    margin: 20px auto 20px;
    width: 115px;  
	background: transparent;
}*/
.subheading.grey:after {
	background: transparent!important; /* #fff */
	opacity: .4;
}
.content-title {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 0;
	margin-bottom: 22px;
	font-family: 'Montserrat',sans-serif;
/*	font-size: 30px; */
}
.content-title2 {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 0;
	margin-bottom: 32px;
	font-family: 'Montserrat',sans-serif;
/*	font-size: 24px; */
	color: #476481;
}
/*
.content-title2 {
    margin-bottom: 52px;
} */
@media (max-width:800px) {
.content-title2 {
	margin-top: 45px;
	margin-bottom: 30px;
}
}
.project-title {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-family: 'Montserrat',sans-serif;
	font-size: 30px; /* 50px */
}
@media (max-width:600px) {
	.project-title {
		font-size: 24px;
	}
}
.project-subtitle {
	margin-bottom: 50px;
	font-size: 14px;
}
.uppercase {
	text-transform: uppercase;
}
.p-info {
	line-height: 1.5;
	font-size: 14px;
}

/* Espaço */
.gap  { clear: both; height: 40px; }
.gap2 { clear: both; height: 220px; }
.gap3 { clear: both; height: 20px; }

/* Preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #eaeaea; /* change if the mask should be a color other than white */
	z-index: 9999; /* makes sure it stays on top */
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%; /* centers the loading animation horizontally on the screen */
	top: 50%; /* centers the loading animation vertically on the screen */
	background-image: url(../img/assets/status.gif); /* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px; /* is width and height divided by two */
}

#preloader .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -60px;
}

/* birds */
#birds {
  margin-left: -60px;
​  -webkit-animation-delay: 5s; /* Safari 4.0 - 8.0 */
          animation-delay: 5s;
}

.bird {
  position: fixed;
  z-index: -1;
}

/*----- Typography -----*/
@media (min-width: 992px) {
	h1 {
		font-size: 66px;
		letter-spacing: 0px;
	}
	h1 small {
		font-size: 66px;
		letter-spacing: 0px;
	}
	.lead {
		font-size: 16px;
		font-weight: 400;
		color: #7a7a7a;
		margin-bottom: 50px;
	}
	h2 {
		font-size: 24px; /* 50px */
		letter-spacing: 0px;

	}
	h2 small {
		font-size: 50px;
		letter-spacing: 0px;
	}
}
.white {
	color: #fff;
}
.grey {
	color: #d3d3d3;
}
.darkgrey {
    color: #7f8c8d;
}
.size-8x { font-size:8em }
.size-7x { font-size:7em }
.size-6x { font-size:6em }
.size-5x { font-size:5em }
.size-4x { font-size:4em }
.size-3x { font-size:3em }
.size-2x { font-size:2.5em }
.size-2_x { font-size:2em }
.size-1x  { font-size:1em }

/*----- Pattern ------*/

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

hr.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

/*----- Backgrounds ------*/

.doodle_car_back {
	z-index: 1; 
	margin: 0 auto;
    width: 100%;
    background-image: url('../img/doodles/car.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.doodle_moto_back {
	z-index: 1; 
	margin: 0 auto;
    width: 100%;
    background-image: url('../img/doodles/moto.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.doodle_old_car_back {
	z-index: 1; 
	margin: 0 auto;
    width: 100%;
    background-image: url('../img/doodles/old_car.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.doodle_carta_back {
	z-index: 1; 
	margin: 0 auto;
    width: 100%;
    background-image: url('../img/doodles/carta.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.doodle_casa_back {
	z-index: 1; 
	margin: 0 auto;
    width: 100%;
    background-image: url('../img/doodles/casa.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.doodle_airplane_back {
	z-index: 1; 
	margin: 0 auto;
    width: 100%;
    background-image: url('../img/doodles/airplane.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.doodle_umbrella_back {
	z-index: 1; 
	margin: 0 auto;
    width: 100%;
    background-image: url('../img/doodles/umbrella.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.doodle_jeep_back {
	z-index: 1; 
	margin: 0 auto;
    width: 100%;
    background-image: url('../img/doodles/jeep.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.doodle_1_back {
	z-index: 1; 
	margin: 0 auto;
    width: 100%;
    background-image: url('../img/doodles/1.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.doodle_2_back {
	z-index: 1; 
	margin: 0 auto;
    width: 100%;
    background-image: url('../img/doodles/2.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.doodle_3_back {
	z-index: 1; 
	margin: 0 auto;
    width: 100%;
    background-image: url('../img/doodles/3.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.doodle_4_back {
	z-index: 1; 
	margin: 0 auto;
    width: 100%;
    background-image: url('../img/doodles/4.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.doodle_5_back {
	z-index: 1; 
	margin: 0 auto;
    width: 100%;
    background-image: url('../img/doodles/5.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.doodle_6_back {
	z-index: 1; 
	margin: 0 auto;
    width: 100%;
    background-image: url('../img/doodles/6.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.doodle_7_back {
	z-index: 1; 
	margin: 0 auto;
    width: 100%;
    background-image: url('../img/doodles/casa.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.doodle_8_back {
	z-index: 1; 
	margin: 0 auto;
    width: 100%;
    background-image: url('../img/doodles/airplane_2.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.doodle_9_back {
	z-index: 1; 
	margin: 0 auto;
    width: 100%;
    background-image: url('../img/doodles/umbrella.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.doodle_10_back {
	z-index: 1; 
	margin: 0 auto;
    width: 100%;
    background-image: url('../img/doodles/carta_2.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

/*----- Backgrounds ------*/

#home-parallax-fullscreen {
	background-image: url(../img/backgrounds/bg-home-fullscreen.jpg);
}
#home-parallax-fullwidth {
	background-image: url(../img/backgrounds/bg-home-fullscreen.jpg);
}
#home-landing {
	background-image: url(../img/backgrounds/bg-home-fullscreen.jpg);
}
.parallax-section-1 {
	background-image: url(../img/backgrounds/bg-1.jpg);
}
.parallax-section-2 {
	background-image: url(../img/backgrounds/bg-2.jpg);
}
.parallax-section-3 {
	background-image: url(../img/backgrounds/bg-3.jpg);
}
.parallax-section-4 {
	background-image: url(../img/backgrounds/bg-4.jpg);
}
.parallax-section-5 {
	background-image: url(../img/backgrounds/bg-5.jpg);
}
.parallax-section-6 {
	background-image: url(../img/backgrounds/bg-6.jpg);
}
.parallax-section-7 {
	background-image: url(../img/backgrounds/bg-7.jpg);
}
.parallax-section-8 {
	background-image: url(../img/backgrounds/bg-8.jpg);
}
.parallax-section-9 {
    background-image: url(../img/backgrounds/bg-9.jpg);
} 
.parallax-section-10 {
	background-image: url(../img/backgrounds/bg-10.jpg);
}
.parallax-section-11 {
	background-image: url(../img/backgrounds/bg-11.jpg);
}
.parallax-section-12 {
    background-image: url(../img/backgrounds/bg-12.jpg);
} 

/*----- Home Sections -----*/
#home-parallax-fullscreen,
.parallax-section-1,
.parallax-section-2,
.parallax-section-3,
.parallax-section-4,
.parallax-section-5,
.parallax-section-6,
.parallax-section-7,
.parallax-section-8,
.parallax-section-9,
.parallax-section-10,
.parallax-section-11,
.parallax-section-12 {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat; /* repeat */
	background-attachment: fixed;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 0;
	display: block;
	position: relative;
}
#home-parallax-fullwidth {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat; /* repeat */
	background-attachment: fixed;
	display: table;
	width: 100%;
	min-height: 400px;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
}
@media (min-width:768px) {
	#home-parallax-fullwidth {
		height: 600px;
	}
}
@media (max-width:768px) {
	#home-parallax-fullwidth {
		height: 400px;
	}
}
#home-parallax-fullscreen:after,
.parallax-section-1:after,
.parallax-section-2:after,
.parallax-section-3:after,
.parallax-section-4:after,
.parallax-section-5:after,
.parallax-section-6:after,
.parallax-section-8:after,
.parallax-section-10:after,
.parallax-section-11:after,
.parallax-section-12:after,
#hero:after {
	content: "";
	position: absolute;
	background: url(../img/assets/dot-pattern.png) repeat;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.parallax-section-7:after,
.parallax-section-9:after {
    content: "";
    position: absolute;
    background: url(../img/assets/gridtile_white.png) repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;   
}
#home-landing:after,
#home-parallax-fullwidth:after,
#page-top .hero:after {
	content: "";
	position: absolute;
	background: url(../img/assets/dot-pattern.png) repeat;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.tp-banner li:after {
	content: "";
	position: absolute;
/*	background: url(../img/assets/gridtile.png) repeat;*/
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0!important;
}
.tp-banner-video li:after {
	content: "";
	position: absolute;
	background: url(../img/assets/gridtile.png) repeat;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2!important;
}
#page-hero {
	height: 400px;
}
#home-landing {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat; /* repeat */
	background-attachment: fixed;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
}
#home-parallax-fullscreen {
	display: table;
}
.home-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 3;
}
.home-title {
	position: relative;
	text-transform: uppercase;
	color: #1c1c1c;
	z-index: 3;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
}
#home-parallax-fullwidth .home-title {
	margin-top: 130px;
}
.home-title h1 {
	letter-spacing: 2px;
}

.teaser-highlight {
    font-family: 'stencilla',sans-serif;
    font-weight: normal;
    letter-spacing: 0px;
    text-transform: none;
	text-align: center;
    color: #781415;
}


.home-heading {
	font-family: 'BebasNeueRegular',sans-serif;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	color: rgba(255,255,255, .9); /* #fff */
}
@media (min-width:1080px) {
	.home-heading {
		font-size: 82px; 
	}
}
@media (min-width:993px) and (max-width:1024px) {
	.home-heading {
		font-size: 68px; 
	}
    .home-subheading {
	    font-size: 24px!important; 
    }
}
@media (min-width:801px) and (max-width:992px) {
	.home-heading {
		font-size: 62px;
	}
}
@media (min-width:768px) and (max-width:800px) {
	.home-heading {
		font-size: 62px;
		line-height: 40px; 
	}
}
@media (max-width:720px) {
	.home-heading {
		font-size: 60px; 
		line-height: 60px;
		margin-top: -50px;			
	}
}
@media (max-width:600px) {
	.home-heading {
		font-size: 50px; 
		line-height: 60px;
		margin-top: -25px;		
	}	
	.tp-banner .home-subheading {
		display: none;
	}
}
@media (max-width:500px) {
	.tp-banner .btn {
		display: none;
	}
}

.home-subheading {
	font-family: 'BebasNeueRegular',sans-serif;
	font-size: 32px; /* 14px */
	letter-spacing: .5px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	z-index:999!important;
}
.tp-banner .home-subheading {
	line-height: 45px!important;
}


.home-button {
	position: absolute;
	z-index: 99;
	width: 100%;
	left: 0;
	top: 70%;
	margin-bottom: 20px;
	text-align: center;
	opacity: 1.0;	
/*	margin-top: 80px; */ 
}
.home-bottom {
	position: absolute;
	z-index: 99;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	opacity: 0.9;
}
#home-landing .home-bottom {
	z-index: 3;
}
.move {
	width: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.bounce {
	-webkit-animation: bounce 2s infinite;
	   -moz-animation: bounce 2s infinite;
	    -ms-animation: bounce 2s infinite;
	        animation: bounce 2s infinite;
}
.home-bottom a {
	padding-top: 7px;
	padding-bottom: 17px;
	padding-left: 7px;
	padding-right: 7px;
	color: #FFFFFF;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
.home-bottom a:hover {
	opacity: .9;
}
.home-bottom a {
	font-size: 28px;
}

/*----- Video Section -----*/
.home-bottom-2 {
	position: absolute;
	z-index: 99;
	width: 100%;
	left: 0;
	bottom: -300px; /*0*/
	text-align: center;
	opacity: 0.9;
}
#home-landing .home-bottom-2 {
	z-index: 3;
}
.home-bottom-2 a {
	padding-top: 7px;
	padding-bottom: 17px;
	padding-left: 7px;
	padding-right: 7px;
	color: #FFFFFF;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
.home-bottom-2 a:hover {
	opacity: .9;
}
.home-bottom-2 a {
	font-size: 28px;
}

/*----- Home Revolution Slider -----*/
#home-revolution-slider  {
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.hero {
	position: fixed;
	z-index: 1;
	top: 0;
	bottom:  0;
	left: 0;
	right: 0;
	background-size: cover;
}
.content {
	position: relative;
	z-index: 3;
	background-color: #fff;
}
.home-heading,
.home-subheading,
/*.home-button*/ {
	position: relative;
	z-index: 1;
	text-align: center;
	transform: translateY(0px);
	/*-webkit-transition: 1s opacity ease-in-out;*/
}
.tp-loader.spinner1 {
	width: 40px;
	height: 40px;
	background: url(../img/assets/rev-loader.GIF) no-repeat center center;
	background-color: transparent;
	        box-shadow: none;
	-webkit-box-shadow: none;
	margin-top: -20px;
	margin-left: -20px;
	-webkit-animation: none;
	        animation: none;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
	margin-top: 0;
	z-index: -1;
}
.tparrows.preview4:after {
	background: #fff;
	background: rgba(255,255,255,.05);
}
.tp-caption a {
	color: #fff;
	padding: 9px 22px;
	        box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
	   -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
	     -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
	margin: 0 7px 0 7px;
	text-transform: uppercase;
}
.tp-caption a:hover {
	color: #fff;
}
.html5-video-container video {
	width: 100%!important;
	height: auto!important;
	left: 0!important
}
.tp-banner-video video {
	min-width: 100%;
}

/*----- Header -----*/
nav {
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
@media (min-width: 1360px and max-width: 1920px) {
	nav { max-width: 1903px; }
}
@media (max-width: 1360px) {
	nav { max-width: 1343px; }
}
.navbar {
	min-height: 100px; /* 55px */
	border: none;
}
.navbar-default {
	position: fixed;
	background-color: #fff;
	border-radius: 0;
	border-color: none;
	border-bottom: none;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 4;
	/*border-bottom: 1px solid rgba(255,255,255,0.25);*/
}
.navbar-alt {
	background-color: transparent;
}
.navbar-small {
	background: #f6f7f7;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.navbar-default .container {
	position: relative;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.navbar-small .container {
	padding-top: 0px;
	position: relative;
}
@media (min-width: 992px) {
	.navbar-alt .container {
		margin-top:10px;
	}
	.navbar-small .container {
		margin-top:0px;
	}
}
.navbar-default .navbar-right {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px; /* 14px */
	font-weight: 700;
	text-transform: uppercase;
	height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
.navbar-alt .navbar-right {
	margin-top: 35px;
	margin-bottom: 10px;
}
.navbar-small .navbar-right {
	height: 100%;
	margin-top: 15px; /* 0px */
	margin-bottom: 0px;
}
.navbar-alt .navbar-nav > li > a,
.navbar-alt .navbar-nav > li > span {
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.navbar-small .navbar-nav > li > a,
.navbar-small .navbar-nav > li > span {
	color: #1C1C1C;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.navbar-nav>li>a,
.navbar-nav>li>span {
	margin-top: 3px; /* 9px */
	padding-top: 16px;
	padding-bottom: 13px;
}
.navbar-nav>li>span {
	line-height: 20px;
}
.nav>li>a,
.nav>li>span {
	padding-left: 10px;
	padding-right: 10px;
}
.nav > li > span {
	position: relative;
	display: block;
	cursor: pointer;
}
.navbar-nav .caret {
	margin-left: 3px;
	margin-top: -3px;
}
/*Navbar Toggle*/
.navbar-default .navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 2px;
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 8px;
	background-color: transparent !important;
	background-image: none;
	border: none;
	border-radius: none;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.navbar-small .navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 0px;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
	outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 2px;
}
/*Navbar Collapse Menu*/
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
	color: #3a3a3a;
}
.navbar-default .navbar-nav>li>a:focus {
	color: #f5f5f5;
}
.navbar-small .navbar-nav>li>a:focus {
	color: #1c1c1c;
}

/*Navbar Collapse*/
@media (max-width: 992px) {
	.navbar-default .navbar-collapse {
		margin-top: 98px; /* 18px */
		padding-right: 0px;
		padding-left: 0px;
	}
	.navbar-small .navbar-collapse {
		margin-top: 50px; /* 0px */
	}
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: none;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-default .navbar-collapse {
		background-color: #1e476a; /* #337ab7 */
	}
	.container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
		padding-left: 25px;
		padding-right: 25px;
	}
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0;
		padding-left: 35px;
		padding-right: 35px;
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 0;
	}
	.navbar-default .navbar-toggle {
		margin-top: 44px;
	}
	.navbar-small .navbar-toggle {
		margin-top: 30px; /* 11px */
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a,
	.navbar-nav>li>span {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > span {
		color: #fff;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > span:hover {
		color: #5C9EE4 !important;
		background: rgba(255,255,255, 0.00);/* 0.03 */
	}
	.collapse.in{
		  display:block !important;
	}
	.navbar-default .container {
		width: 100%;
	}
	.navbar-small .container {
		padding-right: 0px;
		padding-left: 0px;
		width: 100%;
	}
	.navbar-default ul.nav li {
		border-bottom: 1px dotted #2A2A2A;
	}

	.navbar-default ul li:last-child {
		border-bottom: none;
	}
	.navbar-default .navbar-right {
		margin-top: 7px;
		margin-bottom: 3px;
	}
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
	    color: #fff;	
    }
	
    #main-nav .current { color: #5C9EE4 !important; }	
}
@media (min-width: 768px) {
	.navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}
}
.navbar>.container .navbar-brand {
	margin-left: 0;
}
.navbar-brand {
	float: left;
	height: 55px;
	padding: 15px 0 15px 0px;
	font-size: 30px;
	line-height: 20px;
}

/* Logo Big White */ 
.navbar-default .navbar-brand .logo-big {
	position:absolute;
	opacity: 1;
	width: 400px;
	margin-top: 11px;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
.navbar-default .navbar-brand .logo-small {
	position:absolute;
	width: 400px;
	margin-top: 11px;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
.navbar-default .navbar-brand .logo-big_b {
	position:absolute;
	opacity: 1;
	width: 300px;
	margin-top: 11px;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}

.navbar-alt .navbar-brand .logo-big,
.navbar-alt .navbar-brand .logo-big_b {
	margin-top: 10px; /* 35px */
}
.navbar-alt .navbar-brand .logo-small {
	margin-top: 10px;
}
/* End Logo Big White */

/* Logo Small Black */
.navbar-small .navbar-brand .logo-big,
.navbar-small .navbar-brand .logo-big_b {
	position:absolute;
	opacity: 0;
	width: 204px;
	margin-top: 3px;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
.navbar-small .navbar-brand .logo-small {
	position:absolute;
	opacity: 1;
	width: 204px;
	margin-top: 3px;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	        transition: all 0.4s ease;

}
/* End Logo Small Black */

/* Responsive Logo */
@media (max-width: 1600px) {
/* Logo Big White */
.navbar-default .navbar-brand .logo-big, 
.navbar-default .navbar-brand .logo-small {	
    width: 360px;
}
/* Logo Small Black */
.navbar-small .navbar-brand .logo-big,
.navbar-small .navbar-brand .logo-small {	
    width: 204px;
}
}
@media (max-width: 1366px) {
/* Logo Big White */
.navbar-default .navbar-brand .logo-big, 
.navbar-default .navbar-brand .logo-small {	
    width: 300px;
}
/* Logo Small Black */
.navbar-small .navbar-brand .logo-big,
.navbar-small .navbar-brand .logo-small {	
    width: 204px;
}
}
@media (max-width: 1200px) {
/* Logo Small Black */
.navbar-small .navbar-brand .logo-big,
.navbar-small .navbar-brand .logo-small {	
    width: 204px;
}
.navbar-alt .navbar-brand .logo-big {
    margin-top: 0px;
}
}
@media (max-width: 1024px) {  
/* Logo Big White */
.navbar-default .navbar-brand .logo-big,
.navbar-default .navbar-brand .logo-big_b, 
.navbar-default .navbar-brand .logo-small {	
    width: 260px;
}
/* Logo Small Black */
.navbar-small .navbar-brand .logo-big,
.navbar-small .navbar-brand .logo-small {	
    width: 204px;
}
}
@media (min-width:801px) and (max-width:992px) {
/* Logo Big White */
.navbar-default .navbar-brand .logo-big, 
.navbar-default .navbar-brand .logo-small {	
    width: 300px;
}
/* Logo Small Black */
.navbar-small .navbar-brand .logo-big,
.navbar-small .navbar-brand .logo-small {	
    width: 204px;
}
.navbar-alt .navbar-brand .logo-big{
    margin-top: 10px;
}
}
@media (min-width:720px) and (max-width:800px) {
/* Logo Big White */
.navbar-default .navbar-brand .logo-big, 
.navbar-default .navbar-brand .logo-small {	
    width: 340px;
}
/* Logo Small Black */
.navbar-small .navbar-brand .logo-big,
.navbar-small .navbar-brand .logo-small {	
    width: 204px;
}
.navbar-alt .navbar-brand .logo-big{
    margin-top: 20px;
}
}
@media (max-width:604px) {
/* Logo Big White */
.navbar-default .navbar-brand .logo-big, 
.navbar-default .navbar-brand .logo-small {	
    width: 300px;
}
/* Logo Small Black */
.navbar-small .navbar-brand .logo-big,
.navbar-small .navbar-brand .logo-small {	
    width: 204px;
}
.navbar-alt .navbar-brand .logo-big{
    margin-top: 20px;
}
}
@media (max-width:540px) { 
/* Logo Big White */
.navbar-default .navbar-brand .logo-big, 
.navbar-default .navbar-brand .logo-small,
.navbar-small .navbar-brand .logo-big,
.navbar-small .navbar-brand .logo-small {	
	margin-left: -10px;
}
}
@media (max-width:480px) { 
/* Logo Big White */
.navbar-default .navbar-brand .logo-big,
.navbar-default .navbar-brand .logo-big_b,
.navbar-default .navbar-brand .logo-small {	
    width: 250px;
}
/* Logo Small Black */
.navbar-small .navbar-brand .logo-big,
.navbar-small .navbar-brand .logo-small {	
    width: 204px;
}
/*Navbar Toggle*/
.navbar-default .navbar-toggle {
    margin-right: -15px;
}
}
@media (min-width:360px) and (max-width:479px) {
/* Logo Big White */	
.navbar-default .navbar-brand .logo-big,
.navbar-default .navbar-brand .logo-big_b,
.navbar-default .navbar-brand .logo-small {	
    width: 220px;
	margin-left: -15px;
}
/* Logo Small Black */
.navbar-small .navbar-brand .logo-big,
.navbar-small .navbar-brand .logo-small {	
    width: 204px;
}
}
@media (max-width:320px) { 
/* Logo Big White */
.navbar-default .navbar-brand .logo-big,
.navbar-default .navbar-brand .logo-big_b,
.navbar-default .navbar-brand .logo-small {	
    width: 180px;
	margin-left: -20px;
}
/* Logo Small Black */
.navbar-small .navbar-brand .logo-big,
.navbar-small .navbar-brand .logo-small {	
    width: 180px;
}
.navbar-alt .navbar-brand .logo-big{
    margin-top: 10px;
}
/*Navbar Toggle*/
.navbar-default .navbar-toggle {
    margin-right: -20px;
}
}
/* End Responsive Logo */

@media (max-width: 768px) {
   .navbar-collapse {
	  max-height: none;
	  overflow-x: hidden;
   }
}

/*Dropdown*/
@media (min-width: 992px) {
	.navbar-default .container {
		max-width: 1245px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-right .color .dropdown-menu {
		right: auto;
		left: 0;
	}
	.color .dropdown-menu {
		border: 0;
		border-radius: 0;
		box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
		margin: 0;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 0;
		padding-right: 0;
		top: auto;
		background-color: #337ab7;	
	}
	.color .dropdown-menu > li > a {
		color: #FFF;	
		font-size: 14px;
		font-weight: 400;
		text-transform: none;
		position: relative;
		padding: 8px 16px 8px 16px;
		border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
	}
	.color .dropdown-menu > li:last-child > a {
		border-bottom: 0;
	}
	.color .dropdown-menu > li > a:hover,
	.color .dropdown-menu > li > a:focus,
	.color .dropdown-menu > .active > a:hover,
	.color .dropdown-menu > .active > a:focus {
		text-decoration: none;
		background-color: #e9ebeb; 
	}	
	.color .dropdown-menu {
		margin-top: 5px;
	}
	.dropdown > ul.dropdown-menu {
		visibility:hidden;
/*      display:block; */		
		margin-top: 20px;
		opacity: 0;
		-webkit-transition: all 0.2s ease;
		   -moz-transition: all 0.2s ease;
		     -o-transition: all 0.2s ease;
		    -ms-transition: all 0.2s ease;
		        transition: all 0.2s ease;

	}
	.dropdown:hover > ul.dropdown-menu{
		visibility:visible;
		opacity:1;
		display: block;
		margin: 0;
	}
	.color .dropdown-menu > .active > a {
		text-decoration: none;
		background-color: transparent;
		outline: 0;
	}
	.navbar-collapse.collapse {
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important;
	}
}
@media (max-width: 992px) {
	.color .dropdown-menu {
		float: none;
		position: static;
		background-color: #1e476a;
		border: 0;
		border-radius: 0;
		box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
		margin-left: 15px;
	}
	
    .nav > li > a:hover, .nav > li > a:hover,	
    .nav > li > a:hover, .nav > li > a:focus {
		color: #173753 !important;		
	}
	
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > span {
		color: #FFF;
	}
	.navbar-default ul li.open ul li {
/*		border-bottom: 0;*/
		padding: 4px; /* 5px */
		float: none!important;
	}
	.navbar-default ul li.open ul li a:hover {
		background-color: transparent;
	}
	.color .dropdown-menu li a {
		color: #FFF;
		font-weight: 400;
		font-size: 14px;
	}
	.color .dropdown-menu>.active>a,
	.color .dropdown-menu>.active>a:hover,
	.color .dropdown-menu>.active>a:focus {
		background-color: transparent;
	}
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .color .dropdown-menu>li>a {
		color: #CCC;
	}
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent;
}
.dropdown .arrow {
	font-size:9px;
}
.menu-padding {
	padding-top:70px;
}
.content {
	margin-top:0px;
}
.navbar .icon {
	font-size: 18px;
}
.navbar .social-icon {
	padding-left: 15px;
	padding-right: 0;
}

/*----- Ajustes singlePage -----*/
.cbp-popup-singlePage .cbp-popup-content {
    margin-top: 65px!important;
    max-width: 100%;
}

/*----- Features -----*/
#features {
	padding-top: 90px;
	padding-bottom: 80px;
}
@media (min-width: 992px) {
	.features-row {
		margin-bottom: 50px; /* 70px */
		text-align: left;
	}
	.feature-column {
		margin-bottom: 0px;
	}
	.back-icon {
		z-index: -1;
		color: #fcfcfc;
		position: absolute;
		padding-left: 40px;
		left: 0;
		top: 0;
		width: 134px;
		height: 134px;
		line-height: 134px;
		font-size: 134px;
	}
}
@media (max-width: 992px) {
	.feature-column {
		margin-bottom: 15px;
	}
	.back-icon {
		z-index: -1;
		color: #fcfcfc;
		position: absolute;
		padding-left: 30px;
		left: 0;
		top: 0;
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 80px;
	}
}
.feature-info h4 {
	font-family: 'Montserrat',sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #1c1c1c;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 18px;
	margin-top: 0px;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
.feature-icon {
	float: left;
}
.feature-info {
	padding-left: 55px;
	padding-top: 5px;
}
.feature-description {
	line-height: 23px;
	padding-right: 10px;

}
.ion-2-5x {
	font-size: 2.5em;
}
.feature-buttons {
	margin-top: 40px;
}

/*----- seguros -----*/
#seguro-4x4, #auto, #moto, #veiculo_antigo,
#carta_verde, #residencia, #viagem, #outros {
	padding-top: 60px;
	padding-bottom: 55px;
}
.space {
	padding-top: 10px;
	padding-bottom: 10px;
}

.card a:active, .card a:hover, .card a:focus {
	color: #cdcdcd;
}

section a:hover {
	color: #d3d3d3;
}

/*----- About Section -----*/
#about {
	padding-top: 60px;
	padding-bottom: 60px;
}
.about-text {
	margin-top: 20px;
	padding-right: 60px;
}
#about p {
	line-height: 1.5;
}
.video-container {
	position: relative;
	padding-bottom: 51%;
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.progress {
	border-radius: 3px;
	height: 17px;
	background-color: #ebebeb;
	overflow: visible;
	margin-bottom: 25px;
	        border-radius: 3px;
	-webkit-border-radius: 3px;
	     -o-border-radius: 3px;
	   -moz-border-radius: 3px;

	        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
	     -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
}
.progress-bar {
	position: relative;
	border-radius: 3px;
	box-shadow: none;
}
.progress-bars p {
	line-height: .5;
}

/*----- Team -----*/
#team {
	padding-top: 80px;
	padding-bottom: 65px;
}
.team-member {
	padding: 10px;
}
.member-info {
	margin-top: 20px;
}
.member-info h4 {
	line-height: .6;
	letter-spacing: -0.6px;
}
.member-info h5 {
	font-weight: 700;
}
.member-info p {
	margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.member-list {
	list-style: none;
}
.member-list li {
	font-size: 17px;
	margin-right: 5px;
}
.member-list a {
	color: #1c1c1c;
}

/* Img Hover Effect */
.effects .img {
	position: relative;
	overflow: hidden;
}
.effects .img a {
	display: inline;
	margin: auto;
	padding: 0;
	max-width: 100%;
	height: auto;
	color: #fff;
}
.overlay {
	display: block;
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
}
.expand {
	display: block;
	position: absolute;
	z-index: 100;
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-weight: 700;
	font-size: 20px;
	list-style: none;
	padding: 0;
}
.expand .social-icon {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}
.expand .cbp-l-icon {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}
.effect .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.effect .overlay .expand {
  left: 0;
  right: 0;
  top: 50px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}

.effect:hover .img .img-responsive {
	transform: scale(1.25);
}
.effect .img-responsive {
	-webkit-transition: all 0.25s ease-in-out;
	   -moz-transition: all 0.25s ease-in-out;
	     -o-transition: all 0.25s ease-in-out;
	        transition: all 0.25s ease-in-out;
}
.effect:hover .img .overlay {
  opacity: 1;
}
.effect:hover .img .overlay .expand {
  top: 52%;
  margin-top: -30px;
  opacity: 1;
}

.effect .cbp-item-wrapper .img {
	position: initial;
	overflow: hidden;
}
.effect:hover .cbp-item-wrapper .img .overlay .expand {
  top: 50%!important;
  margin-top: -30px;
  opacity: 1;
}
.cbp-item .img a:hover {
	opacity: .6;
	font-size: 24px;
}
.cbp-item .img a {
	-webkit-transition: all 0.15s;
	   -moz-transition: all 0.15s;
	     -o-transition: all 0.15s;
	        transition: all 0.15s;
}

/*----- Quote -----*/
#quote {
	padding-top: 100px;
	padding-bottom: 80px;
}
#quote #quote-slider {
	margin: 30px 0 30px 0;
}
#quote blockquote {
	position: relative;
	display: block;
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	color: #fff;
	border-left: none;
	text-align: center;
}
#quote blockquote span {
	padding-left: 33px;
}
#quote blockquote span .highlight {
	padding-left: 0px;
}
blockquote strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
#quote .icon-left {
	position: absolute;
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
	   -moz-transform: scaleY(-1);
	     -o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	        transform: scaleY(-1);
}
#quote .icon-right {
	position: absolute;
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
	        transform:rotate(180deg);
	    -ms-transform:rotate(180deg); /* IE 9 */
	-webkit-transform:rotate(180deg);
}
.quote-author {
	text-align: center;
	padding-top: 0px;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	opacity: .9;
}
@media (min-width: 992px) {
	#quote blockquote {
		font-size: 26px;
		padding-left: 80px;
		padding-right: 80px;
	}
}
@media (max-width: 992px) {
	#quote blockquote {
		font-size: 22px;
	}
}

/*----- Portfolio -----*/
#portfolio {
	padding-top: 60px;
	padding-bottom: 100px;
}

#filters li span.active,
#filters li span:hover,
#filters li span:focus,
.cbp-l-filters-buttonCenter .cbp-filter-item-active,
.cbp-l-filters-buttonCenter .cbp-filter-counter,
.cbp-l-filters-buttonCenter .cbp-filter-item:hover,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover { 
    background: #5C9EE4!important;
}
.cbp-l-filters-buttonCenter .cbp-filter-counter:after,
.cbp-l-filters-buttonCenter .cbp-filter-counter:before {
	border-top: 4px solid #5C9EE4!important;
}
.cbp-l-filters-buttonCenter .cbp-filter-item-active {
	color: #fff!important;
}

.cbp-popup-singlePage .cbp-popup-close,
.cbp-popup-singlePage .cbp-popup-next,
.cbp-popup-singlePage .cbp-popup-prev {
	height: 34px;
	width: 34px;
	top: 8px;
}

.cbp-popup-lightbox .cbp-popup-close,
.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-lightbox .cbp-popup-prev {
	-webkit-transition: all 0.11s ease-in-out;
	   -moz-transition: all 0.11s ease-in-out;
	     -o-transition: all 0.11s ease-in-out;
	        transition: all 0.11s ease-in-out;
}
.cbp-popup-lightbox .cbp-popup-close {
	opacity: .4;
	background: url("../img/portfolio/buttons/popup-close-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-close:hover {
	opacity: 1;
	background: url("../img/portfolio/buttons/popup-close-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-prev {
	opacity: .4;
	background: url("../img/portfolio/buttons/popup-prev-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-prev:hover {
	opacity: 1;
	background: url("../img/portfolio/buttons/popup-prev-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-next {
	opacity: .4;
	background: url("../img/portfolio/buttons/popup-next-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-next:hover {
	opacity: 1;
	background: url("../img/portfolio/buttons/popup-next-light.png") no-repeat;
}

.cbp-popup-singlePage .cbp-popup-close,
.cbp-popup-singlePage .cbp-popup-next,
.cbp-popup-singlePage .cbp-popup-prev {
	top:17px;
	-webkit-transition: all 0.11s ease-in-out;
	   -moz-transition: all 0.11s ease-in-out;
	     -o-transition: all 0.11s ease-in-out;
	        transition: all 0.11s ease-in-out;
}
.cbp-popup-singlePage .cbp-popup-prev {
	background: url("../img/portfolio/buttons/popup-prev-light.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-prev:hover {
	top:18px;
	opacity: .2;
	background: url("../img/portfolio/buttons/popup-prev-light.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-next {
	background: url("../img/portfolio/buttons/popup-next-light.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-next:hover {
	top:18px;
	opacity: .2;
	background: url("../img/portfolio/buttons/popup-next-light.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-close {
	background: url("../img/portfolio/buttons/popup-close-light.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-close:hover {
	top:18px;
	opacity: .2;
	background: url("../img/portfolio/buttons/popup-close-light.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-content {
	margin-top: 0;
	max-width: 100%;
}

/*
.project-video,
.project-widget {
	margin-bottom: 60px;
}
.project-big-slider {
	margin-bottom: 20px;
}
.project-big-slider img {
	min-width: 100%;
}
.project-widget h4 {
	margin-top: 0;
}
.project-widget p {
	color: #7a7a7a!important;
}
*/


/*----- Get Connected -----*/
#get-connected {
	padding-top: 75px;
	padding-bottom: 70px;
}
.connected-icon a span {
	display: block;
}
.connected-icons {
	display: inline-block;
	list-style: none;
	padding: 0;
}
.connected-icons li {
	display: inline-block;
	padding: 15px 40px;
}
.connected-icon a h4 {
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.connected-icon a .grey {
	font-size: 13px;
}
.connected-icon a .icon {
	line-height: 1!important;
}
.connected-icon a h4,
.connected-icon a span {
	-webkit-transition: 0.2s all linear;
	   -moz-transition: 0.2s all linear;
	    -ms-transition: 0.2s all linear;
	     -o-transition: 0.2s all linear;
	        transition: 0.2s all linear;
}
.connected-icon a .icon {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin: 0 auto 0 auto;

	-webkit-transition: 0.16s all linear;
	   -moz-transition: 0.16s all linear;
	    -ms-transition: 0.16s all linear;
	     -o-transition: 0.16s all linear;
	        transition: 0.16s all linear;
}
.connected-icon a:hover .icon {
	background: rgba(255,255,255,0.1);
	font-size: 4em;
	padding-top: 22px;
}
@media (max-width:482px) {
	.connected-icons li {
		padding: 15px 10px;
	}
	.connected-icon a .icon {
		font-size: 4em;
		width: 70px;
		height: 70px;
	}
	.connected-icon a:hover .icon {
		font-size: 3em;
		padding-top: 14px;
	}
}

/*----- Services -----*/
#services {
	padding-top: 75px;
	padding-bottom: 75px;
}
.service {
	margin-top: 20px;
}
.service-info {
	margin-top: 40px;
}

/*----- Call To Action 1 -----*/
#call-to-action-1 {
	padding-top: 45px;
	padding-bottom: 53px;
}
#call-to-action-1 p {
	margin: 23px 0 30px 0;
	line-height: 1.8;
}

.btn-effect {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	color: #d8d8d8;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400!important;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	vertical-align: middle;
	   -moz-user-select: none;
	-webkit-user-select: none;
	        user-select: none;
	text-decoration: none;
	text-shadow: none;
	border: 0;
	padding: 8px 22px;
	border: 2px solid rgba(255,255,255,.7);
	border-radius: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn-effect:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	transition: all 0.3s;
}
.btn-effect:hover {
	background: none;
	opacity: 1!important;
	color: #fff;
}
.btn-effect:hover:after {
	height: 100%;
}

/*----- Clients -----*/
#clients {
	padding-top: 75px;
	padding-bottom: 85px;
}
.client {
	padding: 8px;
}
.client a {
	position: relative;
	display: block;
}
.client a img {
	display:block;
	margin:auto;
}
.clients .client .logo-dark,
.clients .client a .logo-dark {
	  background: rgba(255,255,255, 0.0); /* #fff */
	  position: relative;
	  z-index: 2;
	  opacity: 1;
	  -moz-opacity: 1;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	  filter: alpha(opacity=100);
	  -khtml-opacity: 100;
	      -webkit-transition: all 0.2s ease-in-out;
	         -moz-transition: all 0.2s ease-in-out;
	           -o-transition: all 0.2s ease-in-out;
	          -ms-transition: all 0.2s ease-in-out;
	              transition: all 0.2s ease-in-out;
}

.clients .client .logo-light,
.clients .client a .logo-light {
	  background: rgba(255,255,255, 0.9); /* #5C9EE4 / rgba(92,158,228, 0.7) */
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
}
.clients .client:hover .logo-dark,
.clients .client a:hover .logo-dark {
	  opacity: 0;
	  -moz-opacity: 0;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	  filter: alpha(opacity=0);
	  -khtml-opacity: 0;
}

/*----- Testimonials -----*/
#testimonials {
	padding-top: 75px;
	padding-bottom: 75px;
}
#testimonials  .testimonial {
	position: relative;
	display: block;
}
.testimonial span {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0px;
	font-weight: 300;
	line-height: 32px;
	padding-left: 35px;
	color: #fff;
	opacity: .7;
}
#testimonials .testimonial strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
#testimonials .icon-left {
	position: absolute;
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
#testimonials .icon-right {
	position: absolute;
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
	        transform:rotate(180deg);
	    -ms-transform:rotate(180deg); /* IE 9 */
	-webkit-transform:rotate(180deg);
}
.testimonial-name {
	margin-top: 40px;
	margin-bottom: 5px;
}
.testimonial-name h4 {
	padding-top: 5px;
	margin-bottom: 3px;
}
.testimonial-name a {
	font-size: 13px;
	margin-bottom: 5px;
}
.testimonial-name a:hover {
	color: #aaa;
}

/*----- Contact Form -----*/
#contact{
	padding-top: 90px;
	padding-bottom: 80px;
}
#contact .section-title {
	font-size: 29px;
	text-transform: uppercase;
	line-height: 55px;
	margin: 0 auto 31px;
	text-align: center;
}
@media (max-width:482px) {
	#contact .section-title {
		font-size: 35px;
		line-height: 35px;
		margin: 0 auto 40px;
	}
}
    #contact h1 { 
	    margin: 10px 0 10px; 
        font-size: 24px; 
		color: #fff;
    }
    #contact hr { 
	    color: inherit; 
		height: 0; 
		margin: 6px 0 6px 0; 
		padding: 0; 
		border: 1px solid #d9d9d9; 
		border-style: none none solid;
    }

/* Form style*/

#contact input.submit {
	width: auto!important;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	letter-spacing: 1px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 16px;
	padding-bottom: 14px;
	text-align: center;
	text-transform: uppercase;

	        transition: background-color 0.1s linear;
	   -moz-transition: background-color 0.1s linear;
	-webkit-transition: background-color 0.1s linear;
	     -o-transition: background-color 0.1s linear;

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

	        transition: opacity 0.3s linear;
	   -moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	     -o-transition: opacity 0.3s linear;
}
#contact input.submit:hover {
	opacity: .7;
}
#contact input[type="submit"][disabled] { background:#888; }

.loader {
	padding: 0 10px;
}
acronym {
border-bottom:1px dotted #ccc;
}
#contact-form .contact-details {
	list-style: none;
	margin: 0 0 30px 5px;
	padding: 0;
}
#contact-form .contact-details p {
	margin-bottom: 3px;
}
.contact-details-title {
	margin-top: 15px;
	margin-bottom: 10px;
}
.contact-details-info {
	margin-bottom: 30px;
}
.contact-details-social {
	padding-left: 0px;
}
.contact-details-social li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	font-size: 22px;
}
.contact-details-social li a {
	color: #7a7a7a;
}

/*----- Google maps -----*/

/*----- Video Popup Section -----*/
#video-section {
	padding-top: 20px;
	padding-bottom: 20px;
}
#video-section .row {
	margin-top: 90px;
}
#video-section .logo {
	margin-bottom: 20px;
	width: 180px;
}
#video-section h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 30px;
}
#video-section p {
	margin-bottom: 10px;
}
#video-section .cbp-wrapper,
#video-section .cbp .cbp-item {
	position: relative;
	height: 110px;
}
#video-section .cbp-item-wrapper {
	top: 20px;
}
#video-section .cbp {
	overflow: visible;
}
@media (min-width:992px) {
	#video-section .cbp {
		margin-bottom: 45px;
	}
}
@media (max-width:992px) {
	#video-section .cbp {
		margin-bottom: 35px;
	}
}
#video-section .cbp-item {
	width: 100%;
}
.play {
	position: relative;
	display: inline-block;
	top: -10px;
	left: -15px;
	width: 70px;
	height: 70px;
	border: 7px solid rgba(255,255,255,.5);
	border-radius: 50%;
	text-indent: -999em;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	   -moz-transition: all .2s ease-out;
	    -ms-transition: all .2s ease-out;
	        transition: all .2s ease-out;
}
#video-section .subheading.grey:after {
	margin-top: 25px;
	opacity: .6;
}
#video-section .cbp-item-wrapper {
	padding-left: 20px;
}
.play:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	height: 0;
	width: 0;
	margin: -12px 0 0 -6px;
	border: solid transparent;
	border-left-color: rgba(255,255,255,.5);
	border-width: 12px 20px;
	pointer-events: none;
	-webkit-transition: all .2s ease-out;
	   -moz-transition: all .2s ease-out;
	    -ms-transition: all .2s ease-out;
	        transition: all .2s ease-out;
}
.play:hover:after {
	border-left-color: rgba(255,255,255,.3);
}
.play:hover{
	border: 7px solid rgba(255,255,255,.3);
}

/*----- Footer 1 -----*/
.logo-footer {
	margin-bottom: 15px;
	vertical-align: middle;	
	text-align: center;
}
.footer-widgets {
	background-color: #252525;
	color: #7e7e7e;
	padding: 55px 0px 0 0;
	margin-bottom: 0px;
}
.col-footer {
	margin-bottom: 55px;
	max-height: 160px;
}
@media (max-width:768px) {
	.col-twitter {
		margin-bottom: 55px;
		max-height: 160px;
	}
}
footer h4 {
	font-size: 16px;
	color: #DDD;
	margin-bottom: 20px;
	text-transform: uppercase;
}
footer p {
	font-size: 13px;
	color: #a0a0a0;
}
footer .contact-details {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-details .icon {
	font-size: 1.2em;
	margin-right: 8px;
}
.footer-copyright {
	background-color: #1c1c1c;
	padding-top: 22px;
	padding-bottom: 20px;
}
.footer-copyright p {
	margin: 0;
	line-height: 26px;
	color: #8C8989;
}
footer #social-icons {
	list-style: none;
	float: right;
	margin: 0;
}
@media (max-width:992px) {
.contact {
	vertical-align: middle;	
	text-align: center;
}	
	.footer-copyright p {
		text-align: center;
	}
	footer #social-icons {
		float: none!important;
		text-align: center;
		padding-left: 0px;
		padding-top: 10px;
	}
}
footer #social-icons li {
	font-size: 20px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
footer #social-icons li a {
	color: #46494a;
}
footer a:hover {
	color: #fff;
}

/*----- Back to Top Button -----*/
#back-to-top {
	position: fixed;
	color: #fff;
	z-index: 100;
	line-height: 26px;
	bottom: -50px;
	right: 20px;
	display: none;
	cursor: pointer;
	border-radius: 2px;
	height: 30px;
	width: 30px;
	display: block;
	text-align: center;
	        transition: background-color 0.1s linear;
	   -moz-transition: background-color 0.1s linear;
	-webkit-transition: background-color 0.1s linear;
	     -o-transition: background-color 0.1s linear;
}
#back-to-top:hover {
	color: #fff;
	background-color: #121212;
}
#back-to-top .icon {
	font-size: 10px;
}
.to-top {
	cursor: pointer;
}


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

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

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

	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	     -o-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	        transition: all ease .3s;
}
.btn:hover,
.btn-primary:hover,
.btn-success:hover,
/*.btn-info:hover,*/
.btn-warning:hover,
.btn-danger:hover {
	border-color: none;
	opacity: .7;
}
.btn:focus,
.btn-primary:focus,
.btn-success:focus,
/*.btn-info:focus,*/
.btn-warning:focus,
.btn-danger:focus {
	border-color: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #1C1C1C;
	border-color: none;
/*	border: none;/*new line*/	
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus, .btn:active
.focus,
.btn.active.focus {
outline: none;
outline-offset: 0;
}
.btn-default {
	color: #1c1c1c;
	background-color: #fff;
	border-color: none;
	border: none;
}
.btn-default:hover {
	color: #fff;
}
.btn-primary-full {
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 2;
	margin: 0;
	padding: 5px 20px;
	text-align: center;
	        transition: background-color 0.1s linear;
	   -moz-transition: background-color 0.1s linear;
	-webkit-transition: background-color 0.1s linear;
	     -o-transition: background-color 0.1s linear;
}
.btn-primary-full:hover {
	background-color: #1c1c1c;
}
.open .dropdown-toggle.btn-primary {
	border-color: none;
}
.btn-transparent {
	padding: 6.5px 20px!important;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400!important;
	background-color: transparent;
	border: 2.3px solid rgba(255,255,255,.8);
}
.btn-transparent-dark {
	padding: 6.5px 20px!important;
	color: #252525;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 700!important;
	background-color: transparent;
	border: 2.3px solid rgba(0,0,0,.7);
}
/*.btn-buy {
	color: #f6f7f7;
	padding: 2px 6px;
	font-size: 10px;
	line-height: 1;
	border-radius: 2px;
	        transition: background-color 0.1s linear;
	   -moz-transition: background-color 0.1s linear;
	-webkit-transition: background-color 0.1s linear;
	     -o-transition: background-color 0.1s linear;
}*/
.btn-icon .icon {
	margin-right: 5px;
}
.btn-icon {
	margin-right: 10px;
}
.btn-xs {
	font-size:10px;
}
.btn-sm {
	font-size:13px;
}
.btn-md {
	font-size:16px;
}
.btn-lg {
	font-size:18px;
}

#page-top img {
	position:fixed;
	width: 100%;
}
.page-top-title {
	top:160px;
	position:relative;
	z-index: 99;
}
.page-top-title h2 {
	font-size:42px;
	letter-spacing:2px;
}
.shortcode-heading {
	margin-top:50px;
	margin-bottom:60px;	
}
.dark-grey {
	color: #7a7a7a;
}
.shortcode-btns {
	margin-bottom:20px;
}

ul.check-list-1 li:before,
ul.check-list-2 li:before,
ul.check-list-3 li:before,
ul.chevron-list-1 li:before,
ul.chevron-list-2 li:before,
ul.dot-circle-list li:before {
display: inline-block;
width: 40px;
margin-left: -40px;
text-align: center;
line-height: inherit;
font-family: 'Ionicons';
}
ul.check-list-1,
ul.check-list-2,
ul.check-list-3,
ul.chevron-list-1,
ul.chevron-list-2,
ul.dot-circle-list,
ul.caret-list {
	list-style:none;
}
ul.check-list-1 li:before {
	font-size: 13px;
	content: '\f122';

}
ul.check-list-2 li:before {
	font-size: 13px;
	content: '\f120';

}
ul.check-list-3 li:before {
	font-size: 13px;
	content: '\f374';

}
ul.chevron-list-1 li:before {
	font-size: 13px;
	content: '\f125';

}
ul.chevron-list-2 li:before {
	font-size: 13px;
	content: '\f362';

}
ul.dot-circle-list li:before {
	font-size: 13px;
	content: '\f14b';

}
ul.caret-list li:before {
	font-size: 13px;
	content: '\f152';

}
.btn-link:hover,
.btn-link:focus {
  color: #3a3a3a;
  text-decoration: underline;
  background-color: transparent;
}
.shortcode-title {
	padding: 0 0 20px 0;
	text-align: center;
}
.form-control:focus {
	border-color: #3a3a3a;
	outline: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.form-control {
	border-radius: 0px;
}
.blog-author {
	margin: 60px 0 60px 0;
}
.author-img {
	max-height:100px;
	float:left;
	margin-right: 20px;
}

.form-btn {
	margin: 72px 0 20px 0;
}
@media (max-width:800px) {
.form-btn {
	margin: 42px 0 25px 0;
}
.action-btn2 {
	margin-bottom: 25px!important;
}
}
.action-btn {
	margin: 20px -30px 20px -30px;
}
.action-btn2 {
	margin: 10px -42px 0 -42px!important;
}

.call-action-1 {
	background: #3a3a3a;
	padding: 20px;
	margin: 20px 0 20px 0;
}
.call-action-2 {
	border: 1px solid #CCC;
	padding: 20px;
	margin: 20px 0 20px 0;
}
.call-action-3 {
	background: #3a3a3a;
	padding: 20px 40px 20px 40px;
	margin: 20px 0 20px 0;
}
.call-action-4 {
	border: 1px solid #CCC;
	padding: 20px 40px 20px 40px;
	margin: 20px 0 20px 0;
}
.call-action-5 {
	background: #3a3a3a;
	padding: 20px 40px 20px 40px;
	margin: 20px 0 20px 0;
	vertical-align: middle;
	display: table;
}
.call-action-6 {
	border: 1px solid #CCC;
	padding: 20px 40px 20px 40px;
	margin: 20px 0 20px 0;
	vertical-align: middle;
	display: table;
}
@media (min-width: 768px) {
	.action-5-btn {
	padding: 20px 0 20px 20px;
	}
	.action-5-info {
		text-align: left;
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		padding: 0;
	}
	.action-5-btn {
		text-align: right;
		display: table-cell;
		vertical-align: middle;
	}
}
@media (max-width: 180px) {
	.action-5-btn {
	padding: 20px 0 20px 20px;
	}
}
@media (max-width: 480px) {
  .btn-responsive {
	font-size:90%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .btn-responsive {
	font-size:100%;
  }
}
.panel {
	background-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.panel-heading i {
	margin-right: 5px;
	font-size: 12px;
}
.panel-title {
	font-size: 14px;
	text-transform: uppercase;
}
.panel-title:hover {
	 cursor: pointer;
}
.panel-body {
	color: #404040;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
	border: none;
	background: none;
}
.panel-group .panel-heading {
	color: #233140;
	border: none;
/*	margin: 0 0 14px 0;*/
	background-color: #72abe8;
}
.panel-group .panel-heading2 {
	color: #337ab7;
	border: none;
/*	margin: 0 0 14px 0;*/
	background-color: none;
}

.card-block {
	margin: 10px 0 10px 0;
	line-height: 1.5;
	color: #404040;
}
.card-block-grey {
	margin: 10px 0 10px 0;
	line-height: 1.5;	
	color: #d3d3d3;
}

/*--tabs--*/
.nav-tabs-center {
	display: inline-block;
}
.nav-tabs>li>a {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #666;
	cursor: default;
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
}
.nav-tabs>li>a:hover {
	color: #fff;
	cursor: pointer;
}
.nav-tabs {
	border-bottom: none;
}
.tab-pane p {
	line-height: 24px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	cursor: default;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	cursor: pointer;
}
.tab-content {
	padding-top: 20px;
}
.separator {
	color: #fff;
	background: #000;
}
.separator:before,
.separator:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
	z-index: 199;
	height: 0;
	width: 50%;
	border-bottom: 20px solid;
}
.separator:before {
	border-right: 20px solid transparent;
	left: 0;
}
.separator:after {
	border-left: 20px solid transparent;
	right: 0;
}
.bg-grey {
	background-color: #f9f9f9;
}
/*----- Owl Carousel -----*/
.owl-theme .owl-controls .owl-buttons div {
	color: #1C1C1C;
	display: inline-block;
	margin: 5px 3px 10px 3px;
	padding: 0px 10px;
	font-size: 12px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}
.owl-carousel  .owl-item {
	cursor: move; /* fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
 /* Applies a "closed-hand" cursor during drag operation. */
.owl-carousel  .owl-item:active {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.owl-theme .owl-controls .owl-page span {
	cursor: pointer;
	display: inline-block;
	background-color: #bbb;
	border-color: #bbb;
	border: 2px solid transparent;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	margin: 0 3px;
	   -moz-background-clip: content;
	-webkit-background-clip: content;
	background-clip: content-box;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	        transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span {
	border-color: #f0f0f0;
	background-color: transparent;
}
.owl-carousel{
	overflow: hidden;
}
.owl-theme .owl-controls .owl-buttons div {
	padding: 5px 9px;
	background: rgba(0,0,0,.2);
	opacity: 0;
}
.owl-carousel:hover .owl-controls .owl-buttons div {
	opacity: 1;
}
.owl-prev:hover,
.owl-next:hover {
	opacity: .7!important;
}
.owl-theme .owl-controls .owl-buttons div,
.owl-carousel:hover .owl-controls .owl-buttons div {
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
.owl-buttons i {
	font-size: 16px;
	color: #fff;
}
.owl-buttons div {
	position: absolute;
}
.owl-buttons .owl-prev {
	left: -6px;
	height: 115px;
	width: 43px;
	line-height: 111px;
}
.owl-buttons .owl-next {
	right: -6px;
	height: 115px;
	width: 43px;
	line-height: 111px;
}
.blog-post-fullwidth .owl-buttons .owl-prev,
.blog-post-fullwidth .owl-buttons .owl-next {
	margin-top: 10%;
}

/*----- Blog -----
#blog {
	padding-top: 60px;
	padding-bottom: 60px;
}
.blog-post {
	position: relative;
	margin-bottom: 80px;
}
.blog-post-title {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 30px;
}
.blog-post-title a {
	color: #1c1c1c;
}
.blog-post-info {
	list-style: none;
	padding: 0;
}
.blog-post-info li {
	display: inline-block;
	font-size: 13px;
	margin-right: 15px;
}
.blog-post-info li a {
	color: #888;
}
.blog-post-info li a:hover {
	color: #1c1c1c;
}
.blog-post-info li i {
	font-size: 12px;
	margin-right: 3px;
}
.blog-post-date {
	position: absolute;
	right: 5px;
	top: -7px;
	text-align: center;
}
.blog-post-date h2,
.blog-post-date h5 {
	margin: 0;
}
.blog-post .blog-img,
.blog-post .video-container {
	margin-bottom: 20px;
}
.blog-post .img-responsive {
	width: 100%;
}
.blog-post .owl-pagination {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
	text-align: center;
	z-index: 100 !important;
}
.blog-post .owl-theme .owl-controls .owl-page span {
	cursor: pointer;
	display: inline-block;
	background-color: #888;
	border-color: #888;
	border: 2px solid transparent;
	height: 12px;
	width: 12px;
	margin: 0 3px;
	opacity: 1;
	   -moz-background-clip: content;
	-webkit-background-clip: content;
	background-clip: content-box;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	        transition: all 0.5s;
}
.blog-post .owl-theme .owl-controls .owl-page.active span {
	border-color: #888;
	background-color: transparent;
}
.blog-post .btn {
	margin-top: 10px;
	margin-left: 0;
}
.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 8px 13px;
	background-color: #333;
	border: none;
	border-radius: 2px;
	font-size: 11px;
	color: #f3f3f3;
}
.blog-post #owl-slider {
	margin-bottom: 15px;
}
.post-title a {
	color: #3a3a3a;
}
.post-img {
	margin-bottom:10px;
}
.project-img {
	margin-bottom:60px;
}
.tags-list {
	list-style: none;
	padding:0px;
}
.tags-list li {
	font-size: 13px;
	margin-top: 5px;
	display: inline-block;
	padding: 5px 9px;
	border: 1px solid #ccc;
}
.tags-list li a {
	color: #888;
}
.blog-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.blog-list li {
	color: #888;
	font-size: 13px;
	padding: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.06);
}
.blog-list li a {
	color: #3a3a3a;
}
.blog-list li a:hover {
	color: #fff;
}
.blog-list li:hover a {
	color: #fff;
}
.blog-widget-container {
	margin-bottom: 60px;
}
@media (min-width:992px) {
	.blog-sidebar {
		padding-left: 40px;
		padding-top: 10px;
	}
}
.blog-widget-container .form-control {
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	box-shadow: none;
	background: #f3f3f3;
	border: none;
}
.search {
	height: 40px;
}
.search-button {
	position: absolute;
	height: 40px;
	right: 50px;
	width: 50px;
	overflow: hidden;
	background: transparent;
	border: none;
	box-shadow: none;
	font-size: 15px;
	color: #999;
	z-index: 6;
}
.search-button:hover {
	border: none;
	box-shadow: none;
	border-radius: 0;
}
.blog-clean .post-title {
	font-size: 40px;
	margin-top: 30px;
	margin-bottom: 10px;
	letter-spacing: -2px;
}
.blog-clean .post-subtitle {
	margin: 0;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 10px;
}
.blog-post .lead {
	margin-bottom: 20px;
	line-height: 1.6;
}
.blog-post p {
	line-height: 1.8;
}
pre {
	background-color: #f3f3f3;
	border: none;
	border-radius: 0;
	color: #888;
}
.comments {
	margin-top: 40px;
	margin-bottom: 80px;
}
.comments-title {
	text-transform: uppercase;
	margin-bottom: 20px;
}
.comments .avatar {
	width: 50px;
	margin-right: 15px;
}
.comment {
	margin-bottom: 20px;
}
.comment .media-body {
	background: #f3f3f3;
	padding: 20px;
}
.comment .time {
	margin-bottom: 20px;
}
.comment .media-body p {
	color: #888;
}
.depth-2 {
	padding-left: 40px;
}
.depth-3 {
	padding-left: 80px;
}
.comment-form {
	margin-bottom: 80px;
}
.comment-form input, select, textarea{
	font-family: 'Montserrat',sans-serif;
	font-weight: 400;
	width: 100%;
	max-width: ;
	padding: 12.9px;
	color: #1c1c1c;
	border: 1px solid #f0f0f0;
	margin: 3px 0px 24px 0;
	-webkit-border-radius: 2px;
}
.comment-form input, select, textarea {
	margin: 3px 0px 10px 0;
	-webkit-border-radius: 2px;
}


#masonry .column {
	padding: 15px;
}
#masonry .blog-column {
	background: #f3f3f3;
	     -o-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
@media (min-width:992px) {
	.column{ width: 33.3%; }
}
@media (min-width:564px) and (max-width:992px) {
	.column { width: 50%; }
}
@media (max-width:564px) {
	.column { width: 100%; }
}
#masonry .column-info {
	padding: 15px;
}
#masonry img {
	width: 100%;
}
#masonry .blog-column .btn {
	margin-top: 20px;
	margin-left: 0;
}*/

/*////////////////////////////////////////
// Heros
///////////////////////////////////////*/
.hero-fullscreen {
	position: relative;
	height: 100vh;
	padding: 114px 0;
	overflow: hidden;
}
.hero-fullscreen .container {
	z-index: 2;
}
.hero-fullscreen .container {
	position: relative;
	padding-top: 60px;
	top: 50%;
	        transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
@media all and (max-width: 992px) {
	.hero-fullscreen {
		height: auto;
	}
	.hero-fullscreen .container {
		padding-top: 0;
		top: 0;
 	          transform: none;
		 -moz-transform: none;
	  -webkit-transform: none;
	}
}
/* Hero Fullwidth */
.hero-fullwidth {
	position: relative;
	height: auto;
	padding: 100px 0;
	overflow: hidden;
}
.hero-fullwidth .container {
	padding-top: 60px;
	z-index: 2;
}
.hero-fullwidth.parallax > .background-image {
	height: 100%;
	top: 0;
}
@media all and (max-width: 992px) {
  .hero-fullwidth .container {
		padding-top: 0;
	}
}
/* Hero Slider */
.hero-slider {
	position: relative;
	top: 0;
	background-color: #191a1c;
	z-index: 1;
}
.parallax .slide {
	position: relative;
	z-index: 1;
}
@media all and (min-width: 992px) {
	.hero-slider,
	.hero-slider .owl-stage-outer,
	.hero-slider .owl-wrapper-outer,
	.hero-slider .owl-height,
	.hero-slider .owl-stage,
	.hero-slider .owl-wrapper,
	.hero-slider .owl-item {
		height: 100%!important;
	}
}
.hero-slider .slide {
	position: relative;
	height: 100%;
}
.owl-item .appear {
	opacity: 0;
	padding: 114px 40px;

	-webkit-transform: translateY(60px);
	   -moz-transform: translateY(60px);
	        transform: translateY(60px);

	-webkit-transition: transform .5s, opacity .5s;
	   -moz-transition: transform .5s, opacity .5s;
	     -o-transition: transform .5s, opacity .5s;
	    -ms-transition: transform .5s, opacity .5s;
	        transition: transform .5s, opacity .5s;

	-webkit-transition-delay: 0.5s;
	   -moz-transition-delay: 0.5s;
	        transition-delay: 0.5s;
}
.owl-item.active .appear {
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	        transform: translateY(0);
}
.hero-slider .owl-item img {
	display: none;
}
.slider-fullwidth {
	padding: 0;
}
.slider-fullwidth .owl-prev,
.slider-fullwidth .owl-next {
	margin-top: 22px;
}
/* Hero Video */
#vossen-youtube {
	position: absolute;
	overflow: hidden;
	background-color: #0f1112;
	top: 50%;
	left: 50% !important;
	z-index: 0;
	-webkit-transform: translate3d( -50%, -50%, 0 );
	    -ms-transform: translate3d( -50%, -50%, 0 );
	   -moz-transform: translate3d( -50%, -50%, 0 );
	     -o-transform: translate3d( -50%, -50%, 0 );
	        transform: translate3d( -50%, -50%, 0 );
}
#play-toggle,
#mute-toggle {
	font-size: 23px;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	padding: 1px;
	line-height: 10px;
	opacity: .3;
}
#mute-toggle {
	left: 66px;
	bottom: 19px;
}
#play-toggle {
	left: 36px;
	font-size: 20px;
}
[data-overlay-dark] #mute-toggle,
[data-overlay-dark] #play-toggle,
[data-overlay-color] #mute-toggle,
[data-overlay-color] #play-toggle {
	color: #fff;
}
[data-overlay-light] #mute-toggle,
[data-overlay-light] #play-toggle {
	color: #111;
}
.vossen-video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	overflow: hidden;
	background-color: #0f1112;
	top: 50%;
	left: 50% !important;
	z-index: 0;
	-webkit-transform: translate3d( -50%, -50%, 0);
	   -moz-transform: translate3d( -50%, -50%, 0);
	        transform: translate3d( -50%, -50%, 0);
}
@media (max-width:992px) { /* talvez mudar isso aqui */
	.vossen-video {
		display: none;
	}
}
/*Owl Controls*/
.owl-controls {
	margin-top: 0;
}
.owl-dot {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
}
.owl-dots {
	text-align: center;
}
.owl-theme .owl-controls .owl-dot span {
	width: 4px;
	height: 4px;
	margin: 2px 2px;
	display: block;
	background: rgba(255,255,255,.8);
	position: relative;
	z-index: 1000 !important;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	box-shadow: none;
	-webkit-transition: background 0.27s;
	   -moz-transition: background 0.27s;
     	 -o-transition: background 0.27s;
	    -ms-transition: background 0.27s;
	        transition: background 0.27s;
}
[data-overlay-dark] .owl-theme .owl-controls .owl-dot span,
[data-overlay-color] .owl-theme .owl-controls .owl-dot span {
	background: rgba(255,255,255,.3);
}
.owl-theme .owl-controls .owl-dot.active span,
[data-overlay-dark] .owl-theme .owl-controls .owl-dot.active span,
[data-overlay-color] .owl-theme .owl-controls .owl-dot.active span {
	background: rgba(255,255,255,1);
}
.dark-pagination.owl-theme .owl-controls .owl-dot span,
[data-overlay-light] .owl-theme .owl-controls .owl-dot span {
	background: rgba(0,0,0,.3);
}
.dark-pagination.owl-theme .owl-controls .owl-dot.active span,
[data-overlay-light] .owl-theme .owl-controls .owl-dot.active span {
	background: rgba(0,0,0,.8);
}
.owl-theme .owl-controls .owl-nav div {
	position: absolute;
	color: #fff;
	display: inline-block;
	padding: 20px;
	font-size: 42px;
	border-radius: 0;
	background: transparent;
	opacity: 0;
	-webkit-transition: opacity .3s, margin .3s;
	   -moz-transition: opacity .3s, margin .3s;
	     -o-transition: opacity .3s, margin .3s;
	    -ms-transition: opacity .3s, margin .3s;
	        transition: opacity .3s, margin .3s;
}
.owl-theme:hover .owl-controls .owl-nav div {
	opacity: 1;
}
.owl-prev {
	margin-left: 40px;
}
.owl-next {
	margin-right: 40px;
}
.owl-theme:hover .owl-prev {
	margin-left: 0;
}
.owl-theme:hover .owl-next {
	margin-right: 0;
}
.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
.owl-theme .owl-controls .owl-nav div.owl-next:hover {
	opacity: .7;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
	left: 0;
	top: 50%;
	        transform: translateY(-52%);
	   -moz-transform: translateY(-52%);
	-webkit-transform: translateY(-52%);
}
.owl-theme .owl-controls .owl-nav .owl-next {
	right: 0;
	top: 50%;
	        transform: translateY(-52%);
	   -moz-transform: translateY(-52%);
	-webkit-transform: translateY(-52%);
}
/* Owl Grab */
.owl-carousel .owl-item {
	cursor: move;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.owl-carousel .owl-item:active {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
[data-touch-drag="false"] .owl-item,
[data-touch-drag="false"] .owl-item:active {
	cursor: default;
	cursor: -moz-default;
	cursor: -webkit-default;
}
.carousel .owl-dots {
	margin-top: -30px;
}
/* Parallax */
.parallax {
	position: relative;
	overflow: hidden;
}
.parallax .container {
	position: relative;
	z-index: 2;
}
.parallax > .background-image {
	height: 100vh;
	top: -50vh;
	-webkit-transition: opacity 0.9s ease;
	   -moz-transition: opacity 0.9s ease;
	        transition: opacity 0.9s ease;
	    -moz-transform-style: preserve-3d;
	 -webkit-transform-style: preserve-3d;
}
.hero-fullscreen .background-image {
	top: 0;
}
@media all and (max-width: 1024px) {
	.parallax > .background-image,
	.parallax .slides li > .background-image {
		top: 0 !important;
		-webkit-transform: none !important;
		   -moz-transform: none !important;
		        transform: none !important;
		height: 100%;
	}
}
.background-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover !important;
	background-position: 50% 50% !important;
	z-index: -2;
	opacity: 1;
	background-color: #1c1c1c;
	        transition: opacity .3s;
	-webkit-transition: opacity .3s;
	   -moz-transition: opacity .3s;
}
.background-image img {

}
img {
  max-width: 100%;
}
/* Hero Content Slider */
.hero-content-slider {
	text-align: center;
	padding: 0 20px;
	opacity: 0;
	-webkit-transition: opacity 1.3s;
	   -moz-transition: opacity 1.3s;
	        transition: opacity 1.3s;
}
.hero-content-slider h1 {
	margin-bottom: 20px;
}
.hero-content-slider a.btn {
	margin-top: 30px;
}
.hero-content-slider .owl-item {
  top: 50%;
}
.hero-content-slider.owl-carousel .owl-item,
.hero-content-slider.owl-carousel  .owl-item:active,
.quote-slider.owl-carousel .owl-item,
.quote-slider.owl-carousel  .owl-item:active {
	cursor: default;
}
.hero-content-slider .owl-animated-in {
	-webkit-animation-delay: 1s;
	   -moz-animation-delay: 1s;
	     -o-animation-delay: 1s;
	    -ms-animation-delay: 1s;
	        animation-delay: 1s;
}
.hero-content-slider .owl-item p,
.hero-content-slider .owl-item h5,
.hero-content-slider .owl-item h1 {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
	animation-duration: 0.6s;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.mt20 {
	margin-top: 20px;
}
.mt50 {
	margin-top: 50px;
}


#slider-nav-up {
	position: relative;
	overflow: visible;
}
#slider-nav-up .owl-buttons {
	top: -58px;
	position: absolute;
	left: 50%;
}
#slider-nav-up .owl-buttons > div {
	opacity: 1;
	height: 43px;
	width: 43px;
	line-height: 35px;
}
#slider-nav-up .owl-prev {
	left: -48px;
}
#slider-nav-up .owl-next {
	right: auto;
}

/*////////////////////////////////////////
// AJUSTES
///////////////////////////////////////*/
@media (min-width: 1300px) {
    .clients {
        width: 100%;
        padding: 0 200px;
    }	
}
@media (max-width: 1280px) {
    .clients {
        width: 100%;
        padding: 0 190px;
    }	
}
@media (max-width: 1200px) {
    .clients { padding: 0 160px; }	
}
@media (max-width: 1024px) {
    .clients { padding: 0 140px; }	
}
@media (max-width: 960px) {
    .clients { padding: 0 50px;  }	
}
@media (max-width: 720px) {
    .clients { padding: 0 140px; }	
}
@media (max-width: 604px) {
    .clients { padding: 0 120px; }	
}
@media (max-width: 540px) {
    .clients { padding: 0 90px;  }	
}
@media (max-width: 480px) {
    .clients { padding: 0 80px;  }	
}
@media (max-width: 479px) {
    .clients { padding: 0 60px;  }	
}
@media (max-width: 360px) {
    .clients { padding: 0 50px;  }	
}
@media (max-width: 320px) {
    .clients { padding: 0 40px;  }	
}