/*
Azul - color: #339BEB;
Orange - color: #ef6938;
*/

/* Typography
----------------------------------------------------------------------------- */
body {
	font-family: 'Open Sans', sans-serif;
}
.site-name {
	font-family: 'Raleway', sans-serif;
}
html,
body {
	height: 100%;
}
body {
	font-size: 14px;
	line-height: 1.50;
	color: #000;
	background-color: #fafafa;
	position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
}
h1 {
	font-size: 38px;
	font-weight: 300;
}
h2 {
	font-size: 28px;
	font-weight: 600;
}
h3 {
	font-size: 22px;
} 	
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span {
	color: #339BEB;
}
.text-colored {
	color: #ef6938;
}
a {
	color: #ef6938;
}
a:hover {
	color: #339BEB;
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
	text-decoration:none;
}
.large {
	font-size: 18px;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.list-unstyled li {
	padding: 5px 0;
}
.list-horizontal {
	padding: 15px 0;
}
.list-horizontal-item img {
	display: block;
	margin: 0 auto;
}
.list-icons {
	padding: 0;
	margin: 20px 0;
	list-style: none;
	font-size: 18px;
}
.list-icons li {
	padding: 0 0 15px 0;
}
blockquote {
	border-left: none;
	padding-left: 0;
	padding-right: 0;
}
.title {
	margin-top: 0;
}

.subtitle{
	font-size: 18px;
	font-weight: 400;
	padding:20px auto;
	line-height:1.4em;
	margin-bottom:80px;
}

.orange{
	color: #ef6938;
	font-weight:700;
	margin-right:15px;
}


/* Layout
----------------------------------------------------------------------------- */
.header {
	color: #000;
	background-color: rgba(255, 255, 255, 0.80);
	padding: 2px 0;
	-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;
	z-index:3;
}
.banner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
}
.banner-image {
	vertical-align: middle;
	min-height: 100%;
	width: 100%;
}
.banner:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.75);
	content: "";
}
.banner-caption {
	position: absolute;
	top: 15%;
	width: 100%;
	color: #000;
	z-index: 2;
}
.subfooter {
	color: #000;
	background-color: #fafafa;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 40px 0;
}
.section-homepage {
	background-color: #fafafa;
	padding: 141px 0 60px 0 ;
}
.section {
	color: #000;
	background-color: #fafafa;	
	position:relative;
	padding: 170px 0 0px 0;
	/*
	margin-top:141px;
	padding: 30px 0 60px 0;
	border-top:1px #339BEB solid;
	*/
}

.section-paraquem {
	color: #000;
	background-color: #fafafa;	
	position:relative;
	padding: 60px 0 60px 0;
}

/* Backgrounds
----------------------------------------------------------------------------- */
.default-bg {
	background-color: #339BEB;
	color: #fafafa;
}
.default-bg.red {
	background-color: #ef6938;
	-webkit-transition: background-color 0.7s;
	-moz-transition: background-color 0.7s;
	-o-transition: background-color 0.7s;
	-ms-transition: background-color 0.7s;
	transition: background-color 0.7s;
}
.default-bg.red:hover {
	background-color:#F60;
}

.default-bg.green {
	background-color:#6C3;
	-webkit-transition: background-color 0.7s;
	-moz-transition: background-color 0.7s;
	-o-transition: background-color 0.7s;
	-ms-transition: background-color 0.7s;
	transition: background-color 0.7s;
}
.default-bg.green:hover {
	background-color:#0C0;
}
.translucent-bg {
	color: #ffffff;
}
.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6,
.translucent-bg h1,
.translucent-bg h2,
.translucent-bg h3,
.translucent-bg h4,
.translucent-bg h5,
.translucent-bg h6 {
	color: #ffffff;
}
.default-bg blockquote footer,
.translucent-bg blockquote footer {
	color: #cccccc;
}
.default-bg a,
.translucent-bg a {
	color: #ffffff;
	text-decoration: underline;
}
.default-bg a:hover,
.translucent-bg a:hover {
	text-decoration: none;
}
.translucent-bg {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}
.translucent-bg .translucent-bg {
	margin-top: 80px;
	z-index: 3;
}
.translucent-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.translucent-bg.blue:after {
	background-color: rgba(85, 172, 238, 0.7);
}
.translucent-bg.green:after {
	background-color: rgba(137,206,16, 0.7);
}
.translucent-bg.orange:after {
	background-color: rgba(236,82,63, 0.7);
}
.translucent-bg .container {
	z-index: 3;
	position: relative;
}
.bg-image-1 {
	background: url("../images/bg-image-1.jpg") 50% 0px no-repeat;
}
.bg-image-2 {
	background: url("../images/bg-image-2.jpg") 50% 0px no-repeat;
}
.bg-image-3 {
	background: url("../images/bg-image-3.jpg") 50% 0px no-repeat;
}
.bg-image-4 {
	background: url("../images/bg-image-4.jpg") 50% 0px no-repeat;
}

/* Misc
----------------------------------------------------------------------------- */
.object-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
	.object-visible,
	.touch .object-non-visible {
		-webkit-transition: opacity 0.6s ease-in-out;
		-moz-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		-ms-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}
}

.divider{
	height:60px;
}
.space {
	padding: 20px 0 30px 0;
}
.pr-10 {
	padding-right: 10px;
}
.pl-10 {
	padding-left: 10px;
}
.pb-clear {
	padding-bottom: 0;
}

/* Sections
----------------------------------------------------------------------------- */

.subfooter p {
	margin-bottom: 0;
}


/* Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn {
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.42857143;
	min-width: 160px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration:none;
}

.btn-default {
	color: #ef6938;
	background-color: #fff;
	border-color: #ef6938;
}
.btn-default:hover {
	color: #339BEB;
	background-color: #fff;
	border: 1px solid #339BEB;
}
.btn-primary {
	color: #fff;
	background-color: #ef6938;
	border: 1px solid #fff;
}
.btn-primary:hover {
	color: #fff;
	background-color: #339BEB;
	border-color: #fff;
}

a:link{
	text-decoration:none;
}

/* Collapse
---------------------------------- */
.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.panel-default > .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	color: #000;
	background-color: #fafafa;
}
.panel-heading a {
	font-weight: 400;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #339BEB;
	color: #ffffff;
	position: relative;
	text-decoration: none;
}
.panel-heading a.collapsed {
	color: #ffffff;
	background-color: #333333;
}
.panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.panel-heading a.collapsed:after {
	content: "\f196";
}
.panel-heading a:hover {
	text-decoration: none;
	background-color: #ef6938;
	color: #ffffff;
}
.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}

/* Pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
	background-color: #ef6938;
	border-color: #ef6938;
	color: #ffffff;
}
.nav-pills > li > a {
	border-radius: 0;
	padding: 8px 20px;
	border: 1px solid #cacaca;
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
}

/* Modals
---------------------------------- */
.modal-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #fff;
	color: #000;
	padding:20px;
}
.modal-header {
	background-color: #fff;
	color: #339BEB;
}
.modal-header h1, h2, h3, h4 {
	color: #339BEB;
	font-weight:700;
}
.modal-header .close {
	font-weight: 300;
	color: #339BEB;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.modal-lg {
		width: 1140px;
	}
}

/* Media
---------------------------------- */
.media .fa {
	font-size: 44px;
	width: 40px;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	text-align: center;
}

/* Navigations
----------------------------------------------------------------------------- */
#brandtop{
	padding:15px 0;
}
#brandtop img{
	text-align:center;
}

.navbar {
	margin-bottom: 0;
	background-color:#fafafa;	
	border-bottom:1px #339BEB solid;
	z-index: 3;
}

.navbar-default{
	list-style: none;
	display: inline;
	text-align:center;
}

.navbar-center {
	text-align:center;
}
.navbar-center .nav {
	float:none;	
}
.navbar-center .nav li{
	height:30px;
	margin-top:-35px;
	padding-top:0px;
}
.navbar-center .nav li {
	display:inline-block;
	float:none;
	margin:0px;
	padding:0 auto;
	vertical-align:middle;
	text-align:center;
}
.bordered{
	border-right:1px solid #339BEB;
}
@media (max-width:767px) {
	.bordered{
	border-right:0px solid #339BEB;
	}
	.navbar-center .nav {
	float:left;	
}
	.navbar-center .nav li {
	display:block;
	float:none;
	text-align:left;
	height:auto;
}
}
.main-navigation .navbar-default {
	background-color: transparent;
	border: none;
}
.main-navigation .navbar-default .navbar-nav > li > a {
	color: #339BEB;
	font-size: 12px;
	font-weight: 300;
	text-transform:uppercase;
}
.main-navigation .navbar-default .navbar-nav > li.active > a {
	background-color: transparent;
	color: #ef6938;
}
.main-navigation .navbar-default .navbar-nav > li > a:hover,
.main-navigation .navbar-default .navbar-nav > li.active > a:hover {
	color: #ef6938;
}
@media (min-width:768px) {
	.main-navigation .navbar-default .navbar-nav > li > a {
		padding-top: 3px;
		padding-bottom: 5px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.main-navigation .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	/*.navbar-nav {
		float: left !important;
	}*/
}



/* Testimonials
---------------------------------- */
.media-left {
	width: 60px;
}

/* Social Links
---------------------------------- */
.social-links {
	padding: 0;
	list-style: none;
	margin: 15px 0;
}
.social-links li {
	margin: 10px 25px 10px 0;
	display: inline-block;
	font-size: 36px;
}
.social-links li a {
	color: #000;
	-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;
}
.social-links li.twitter a:hover {
	color: #ef6938;
}
.social-links li.skype a:hover {
	color: #00aff0;
}
.social-links li.linkedin a:hover {
	color:#3CF;
}
.social-links li.googleplus a:hover {
	color: #dd4b39;
}
.social-links li.youtube a:hover {
	color: #b31217;
}
.social-links li.flickr a:hover {
	color: #ff0084;
}
.social-links li.facebook a:hover {
	color:#0066FF;
}
.social-links li.pinterest a:hover {
	color: #cb2027;
}

/* Isotope Items
---------------------------------- */
.filters {
	margin: 0 0 30px 0;
}
.filters .nav-pills > li {
	margin-right: 2px;
	margin-bottom: 2px;
}
.filters .nav-pills > li + li {
	margin-left: 0px;
}
.text-center.filters .nav-pills > li {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	display: inline-block;
	float: none;
}
.isotope-container {
	overflow: hidden;
}
.isotope-item {
	margin-bottom: 20px;
}
.isotope-item .btn-default {
	color: #999999;
}
.isotope-item .btn-default:hover {
	color: #ffffff;
}
@media (max-width:480px) {
	.filters .nav-pills > li {
		width: 100%;
		display: block;
	}
}

/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(85, 172, 238, 0.65);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay:hover {
	text-decoration: none;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
}
.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 68px;
	line-height: 1x;
	color: #ffffff;
	margin-top: -26px;
	margin-left: -26px;
	text-align: center;
}
.overlay-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* Pricing Boxs Homepage
----------------------------------------------------------------------------- */

.pricing-table{
	border:1px #339BEB solid;
	background-color: #fafafa;
}

.panel-heading{
	background-color: #fafafa;
}
.panel-subheading-landing{
	/*background-color:#ef6938;
	color:#fff;*/
	margin:0;
	padding:3px auto;
	font-size:1.6em;
}

.panel-title-landing{
	text-transform:uppercase;
	font-weight:700;
	color: #339BEB;
	text-align:center;
}
.panel-title .badge{
	margin-top:-5px;
}

.panel-body-landing .table{
	margin:0;
	padding:0 auto;
}

.panel-footer-landing{
	text-transform:uppercase;
	font-weight:700;
	background-color: #339BEB;
	color:#FFF;
	height:40px;
	vertical-align:middle;
	padding-top:8px;
}

.panel-footer-landing:hover{
	background-color:#ef6938;
	color:#fff;
	cursor:pointer;
    cursor:hand;
	text-transform:uppercase;
	font-weight:700;
	
}