@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800);
a:focus {
	outline: none;
}
a:hover {
	text-decoration: none;
}
#map {
	height: 450px;
	width: 100%;
}

#alojamento input[type="submit"] {
	background-color: #272727;
	letter-spacing: 2px;
	border: none;
	padding: 15px 30px;
	margin-top: 10px;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #FFFFFF;
}

	#alojamento input[type="submit"]:hover {
		background-color: #FD7217;
	}

/* Parallax */
.parallax-window {
	min-height: 800px;
	background: transparent;
	position: relative;
}
#parallaxcaption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
}
#caption {
	width: 90%;
	margin: 0px auto 0px auto;
	color: #FFFFFF;
	text-align: center;
	font-weight: 300;
	font-size: 1.9vw;
	line-height: 130%;
	display: block;
	align-self: center;
	padding-top: 60px;
}
.botaoparallax {
	padding:0px 30px;
	margin: 30px auto;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight:bold;
	background-color: transparent;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
}
.botaoparallax:hover {
	color: #FD7217;
	border: 2px solid #FD7217;
	text-decoration: none
}
.langs {
	width: 50px;
	opacity: 0.7;
}
.langs:hover {
	opacity: 1;
}
.langs_act {
	width: 55px;
	opacity: 1;
}

/* Parallax ABOUT US */
.parallaxabout {
	height: 550px;
	background: transparent;
	position: relative;
}
#parallaxaboutcaption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 90px 0px;
}

/* Parallax Programs */
.parallaxprograms {
	height: 350px;
	background: transparent;
	position: relative;
}
#parallaxprogramscaption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 90px 0px;
}

.titulos{
	font-size: 32px;
	text-transform: uppercase;
	font-weight: bold;
}

.titulos img{
	height: 6px;
	margin-top: -4px;
}

/* Formulário Contactos */
#contacts select {
	display: block;
	width: 100%;
	font-size: 14px;
	box-shadow: none;
	border-radius: 2px;
	padding: 10px;
	margin-bottom: 15px;
	border: 2px solid #e0e0e0;
	color: #5E5E5E;
	background-color: #fff;
	height: auto;
}

	#contacts select:focus {
		border: 2px solid #FD7217;
	}

#contacts input[type="text"] {
	display: block;
	width: 100%;
	font-size: 14px;
	box-shadow: none;
	border-radius: 2px;
	padding: 10px;
	margin-bottom: 15px;
	border: 2px solid #e0e0e0;
	color: #5E5E5E;
	background-color: #fff;
	height: auto;
}

	#contacts input[type="text"]:focus {
		border: 2px solid #FD7217;
	}
	
#contacts input[type="email"] {
	display: block;
	width: 100%;
	font-size: 14px;
	box-shadow: none;
	border-radius: 2px;
	padding: 10px;
	margin-bottom: 15px;
	border: 2px solid #e0e0e0;
	color: #5E5E5E;
	background-color: #fff;
	height: auto;
}
	#contacts input[type="email"]:focus {
		border: 2px solid #FD7217;
	}
#contacts textarea {
	display: block;
	width: 100%;
	height: 223px;
	padding: 10px;
	font-size: 14px;
	box-shadow: none;
	resize: none;
	border-radius: 2px;
	border: 2px solid #e0e0e0;
	color: #5E5E5E;
	background-color: #fff;
}
	#contacts textarea:focus {
		border: 2px solid #FD7217;
	}
#contacts input[type="submit"] {
	background-color: #272727;
	letter-spacing: 2px;
	border: none;
	padding:15px 30px;
	margin: 30px auto;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight:bold;
	color: #FFFFFF;
}
	#contacts input[type="submit"]:hover {
		background-color: #FD7217;
		color: #fff;
	}

/* Contactos */
.infcontact{
	text-align: center;
	margin-top: 30px;
}


/* footer */
#footer{
	background-color: #333333;
	padding: 50px 0px;
	color: #FFFFFF;
	text-align: center;
}


/** BOOTSTRAP CUSTOMS **/
body {
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', Calibri, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.1;
	color: inherit;
	font-weight: 400;
	line-height: 140%;
}
a {
	color: #fd7217
}
a:hover {
	color: #f0ad4e
}
.container {
	position: relative
}
.btn {
	border-radius: 2px;
}
.form-control {
	border-radius: 0;
	border-color: #ddd;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
}
.form-control:focus {
	border-color: #BFBFBF;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
}
.form-control.input-lg {
	border-width: 3px;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
	color: #D64040;
}

.has-error .form-control {
	border-color: #D64040;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

.has-error .form-control:focus {
	border-color: #CE3636;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #fff;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #fff;
}

.has-error .input-group-addon {
	color: #D64040;
	background-color: #f2dede;
	border-color: #D64040;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
	color: #fd7217;
}

.has-success .form-control {
	border-color: #fd7217;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

.has-success .form-control:focus {
	border-color: #9DB41F;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #fff;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #fff;
}

.has-success .input-group-addon {
	color: #fd7217;
	background-color: #dff0d8;
	border-color: #fd7217;
}

/** STYLING **/
.wrapper {
	position: relative;
}
.clear {
	clear: both;
}

button.btn.btn-default.btn-teplok, a.btn.btn-default.btn-teplok {
	background-color: #fd7217;
	color: #fff;
	border-color: #fd7217;
}

button.btn.btn-default.btn-teplok:hover, button.btn.btn-default.btn-teplok:focus, a.btn.btn-default.btn-teplok:hover, a.btn.btn-default.btn-teplok:focus {
	/* background-color:#9DB421; */
	background-color: #f0ad4e;
	/* border-color: #fd7217; */
	border-color: #f0ad4e;
}
.btn i {
	margin-right: 5px;
}
.btn.btn-distance {
	margin: 20px 0;
}

/** HEADER **/
#header-landing {
	/* padding: 8% 0; */
	padding: 0% 0;
	position: relative;
	background: rgba(1,1,1,.5);
}
#header-landing.inner-page {
	height: auto;
	position: relative;
	padding: 0;
	background: rgba(1,1,1,.5);
}
#header-landing #logo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 14px 0;
}
#header-landing #logo h1 {
	font-size: 32px;
	line-height: 100%;
	padding: 0;
	margin: 0;
	font-weight: 700;
	letter-spacing: -1px;
}
#header-landing #logo h1 a {
	color: #fff;
	-webkit-transition: All 0.4s ease;
	-moz-transition: All 0.4s ease;
	-o-transition: All 0.4s ease;
}
#header-landing #logo h1 a:hover, #header-landing #logo h1 a:focus {
	color: #fff;
	text-decoration: none;
}
#header-landing #logo h1 i {
	color: #fd7217;
}
#header-landing #nav-menu {
	padding: 0;
	background: #272727;
	z-index: 20;
	padding: 5px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
#header-landing #nav-menu .menus {
	float: right;
	font-size: 14px;
	padding: 5px 0;
}
#header-landing #nav-menu .menus ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#header-landing #nav-menu .menus ul li {
	display: inline-block;
}
#header-landing #nav-menu .menus ul li a {
	color: #fff;
	padding: 15px 15px;
	border-radius: 5px;
	line-height: 100%;
	-webkit-transition: All 0.4s ease;
	-moz-transition: All 0.4s ease;
	-o-transition: All 0.4s ease;
}
#header-landing #nav-menu .menus ul li a:hover, #header-landing #nav-menu .menus ul li a:focus {
	/*	color: #B3C833; */
	color: #fd7217;
	background: #1C1C1C;
}
#header-landing #nav-menu .menus ul li.active a, #header-landing #nav-menu .menus ul li.active a:hover, #header-landing #nav-menu .menus ul li.active a:focus {
	/*	color: #B3C833; */
	color: #fd7217;
	background: #1C1C1C;
}
#header-landing #nav-menu .menus ul li a i {
	display: none;
}
#header-landing .awesome-slogan {
	text-align: center;
	padding-top: 10%;
}
#header-landing .awesome-slogan h2 {
	padding: 15px 20px;
	color: #fff;
	font-weight: 300;
	font-size: 60px;
	line-height: 100%;
	letter-spacing: -2px;
	display: block;
	text-transform: uppercase;
}
#header-landing .awesome-slogan h4 {
	padding: 10px 20px;
	color: #fff;
	font-weight: 300;
	font-size: 30px;
	line-height: 100%;
	display: block;
}
#header-landing .awesome-slogan h2 span, #header-landing .awesome-slogan h4 span {
	font-weight: 800;
}
#header-landing .awesome-slogan p {
	font-size: 18px;
	margin: 20px 0;
	color: #fff;
	padding: 5px 10px;
	display: block;
}
#header-landing .awesome-slogan .social-icons {
	padding: 20px;
	display: block;
}
#header-landing .awesome-slogan .social-icons img {
	width: 35px;
	margin: 2px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#slider {
	padding: 9%;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/** SECTION **/
.section-theme-landing {
	height: 3px;
	background: #fd7217;
}
.section-page-landing {
	z-index: 1;
}
.section-page-landing.section-transparent {
	background: transparent;
	color: #fff;
}
.section-page-landing.section-grey {
	background: #353535;
	color: #fff;
}
.section-page-landing.section-grey hr {
	height: 1px;
	background: #272727;
	margin-top: 25px;
	margin-bottom: 0px;
	border: none;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(82,82,82,0.49);
	-moz-box-shadow: 0px 1px 1px 0px rgba(82,82,82,0.49);
	box-shadow: 0px 1px 1px 0px rgba(82,82,82,0.49);
}
.section-page-landing.section-light-grey {
	background: #f3f3f3;
}
.section-page-landing .section-overlay {
	width: 100%;
	height: auto;
}
.section-page-landing .inner-section {
	/* padding: 100px 0; */
	padding: 90px 0;
}
.section-page-landing#quote {
	background: url(../../images/image001.jpg) 100% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/image001.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/image001.jpg', sizingMethod='scale')";
}
.section-page-landing#pricing-table {
	background: url(../../images/image001.jpg) 100% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/image001.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/image001.jpg', sizingMethod='scale')";
}

/** BOXES **/
.the-box-landing {
	background: #fff;
	padding: 15px;
	margin: 30px 0;
	-webkit-transition: All 0.4s ease;
	-moz-transition: All 0.4s ease;
	-o-transition: All 0.4s ease;
}
.the-box-landing.the-box-light-grey {
	background: #f3f3f3;
}
.the-box-landing.the-box-transparent {
	background: transparent;
}
.the-box-landing.border-hover-bottom {
	border-bottom: 3px solid transparent;
}
.the-box-landing:hover.border-hover-bottom {
	border-bottom-color: #fd7217;
}
.the-box-landing.border-color-left {
	border-left: 3px solid #fd7217;
}
.the-box-landing.border-color-top {
	border-top: 3px solid #fd7217;
}
.the-box-landing.border-color-bottom {
	border-bottom: 3px solid #fd7217;
}
.the-box-landing.border-color-right {
	border-right: 3px solid #fd7217;
}
.the-box-landing.full {
	padding: 0px;
}
.the-box-landing h3 {
	font-weight: 300;
	margin: 0;
	padding: 0;
}
.the-box-landing h4 {
	font-weight: 300;
}
.the-box-landing p {
	font-size: 15px;
}
.the-box-landing img.small-icon {
	margin: 25px 0;
	width: auto;
}
.btn.btn-purchase {
	margin-top: 10px;
}

/** CUSTOM HOVER ICON **/
/* Effect 9 */
.hi-icon-effect-9 .hi-icon {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
	color: #fd7217;
}

.hi-icon-effect-9 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 0 3px #fd7217;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

/* Effect 9a */
.no-touch .hi-icon-effect-9a .hi-icon:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
	opacity: 0.5;
	text-decoration: none;
}

.no-touch .hi-icon-effect-9a .hi-icon:hover {
	box-shadow: 0 0 0 10px rgba(255,255,255,1);
	color: #fd7217;
	text-decoration: none;
}

/* Effect 9b */
.no-touch .hi-icon-effect-9b .hi-icon:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}

.no-touch .hi-icon-effect-9b .hi-icon:hover {
	box-shadow: 0 0 0 10px rgba(255,255,255,0.4);
	color: #fd7217;
}

/** TESTIMONIAL **/
.carousel-landing.carousel.carousel-testimonial {
	padding: 30px 0 40px;
	margin: 20px 0;
	text-align: center;
	position: relative;
}
.carousel-landing.carousel.carousel-testimonial .testimonial-icon {
	position: absolute;
	left: 0;
	right: 0;
	top: -15px;
	padding: 30px;
	z-index: 3;
	color: #fd7217;
	font-size: 24px;
}
.carousel-landing.carousel.carousel-testimonial .testimonial-inner {
	padding: 20px 20px 35px;
	margin: 0 0 70px 0;
	color: #fff;
	position: relative;
}
.carousel-landing.carousel.carousel-testimonial .testimonial-inner h5 {
	font-size: 18px;
	margin-bottom: 30px;
	color: #fff;
	padding: 35px;
	margin: 0;
	border: 1px dashed #fd7217;
	border-radius: 10px;
}
.carousel-landing.carousel.carousel-testimonial .testimonial-inner h4.testimonial-name {
	color: #fff;
	padding: 10px 25px 30px;
	background: #272727;
	display: inline-block;
	border-radius: 10px;
}
.carousel-landing.carousel.carousel-testimonial .testimonial-inner .testimonial-avatar {
	position: absolute;
	bottom: 0px;
	display: block;
	padding: 10px;
	height: 80px;
	left: 0;
	right: 0;
	z-index: 10;
}
.carousel-landing.carousel.carousel-testimonial .testimonial-inner .testimonial-avatar img {
	width: 90px;
	-webkit-box-shadow: 0px 0px 0px 5px #272727;
	-moz-box-shadow: 0px 0px 0px 5px #272727;
	box-shadow: 0px 0px 0px 5px #272727;
}

/** PORTFOLIO **/
.gallery-landing {
	margin: 0px 0px 40px 0px;
}
.gallery-landing .nav li {
	border-radius: 0;
	font-size: 16px;
	cursor: pointer;
	margin-bottom: 30px;
	padding: 10px 20px;
	text-align: center;
	color: #5b5b5b;
	-webkit-transition: All 0.4s ease;
	-moz-transition: All 0.4s ease;
	-o-transition: All 0.4s ease;
}
.gallery-landing .nav li:hover {
	background-color: #f4f4f4;
}
.gallery-landing .nav-pills > li.active, .gallery-landing .nav-pills > li.active:hover, .gallery-landing .nav-pills > li.active:focus {
	background-color: #fd7217;
	color: #fff;
}
.gallery-landing #gallery-grid {
}
.gallery-landing #gallery-grid:before, .gallery-landing #gallery-grid:after {
	display: table;
	content: " ";
}
.gallery-landing #gallery-grid:after {
	clear: both;
}
.gallery-landing ul#gallery-grid {
	padding: 0;
	margin: 30px 0;
	list-style: none;
}
.gallery-landing #gallery-grid .mix {
	display: none;
	opacity: 0;
	width: 25%;
	height: 175px;
	overflow: hidden;
	background: #ccc;
	text-align: center;
	margin: 0;
	float: left;
	position: relative;
}
.gallery-landing #gallery-grid .mix img {
	width: 100%;
	-webkit-transition: All 0.4s ease;
	-moz-transition: All 0.4s ease;
	-o-transition: All 0.4s ease;
}
.gallery-landing #gallery-grid .mix:hover img {
	margin-top: 100px;
}
.gallery-landing #gallery-grid .mix .des {
	padding: 30px 10px;
	background: #fd7217;
	color: #fff;
	height: 200px;
	position: absolute;
	top: -200px;
	left: 0;
	right: 0;
	-webkit-transition: All 0.4s ease;
	-moz-transition: All 0.4s ease;
	-o-transition: All 0.4s ease;
}
.gallery-landing #gallery-grid .mix .des h4 {
	padding: 0;
	margin: 5px 0;
}
.gallery-landing #gallery-grid .mix .des a i {
	padding: 5.5px;
	margin: 2px;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.gallery-landing #gallery-grid .mix:hover .des {
	top: 0px;
}
table.table.table-modal-project {
	margin: 15px 0;
}

.table.table-modal-project > tbody > tr > td {
	border-top: none;
	padding: 5px 0;
}

/** PRICING TABLES **/
.pricing-table-landing {
	text-align: center;
	position: relative;
	margin: 30px 0;
	color: #353535;
	-webkit-transition: All 0.25s ease;
	-moz-transition: All 0.25s ease;
	-o-transition: All 0.25s ease;
}
.pricing-table-landing:hover {
	box-shadow: 0 0 0 5px rgba(255,255,255,1);
}
.pricing-table-landing .the-box-landing {
	margin: 0;
}
.pricing-table-landing .header {
	padding: 15px 0 70px;
	background: #D6D6D6;
}
.pricing-table-landing .circle-price-wrap {
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -75px;
	border: 3px solid #D6D6D6;
}
.pricing-table-landing .circle-price-wrap h2 {
	font-size: 40px;
	padding: 15px 0;
}
.pricing-table-landing .circle-price-wrap h2 small {
	font-size: 14px;
	color: #909090;
	display: block;
}
.pricing-table-landing table.table-inner {
	margin: 100px 0 0 0;
	padding: 0;
}

.pricing-table-landing table.table-inner > tbody:first-child > tr:first-child > td {
	border-top: 0;
}
.pricing-table-landing table.table-inner > thead > tr > th, .pricing-table-landing table.table-inner > tbody > tr > th, .pricing-table-landing table.table-inner > tfoot > tr > th, .pricing-table-landing table.table-inner > thead > tr > td, .pricing-table-landing table.table-inner > tbody > tr > td, .pricing-table-landing table.table-inner > tfoot > tr > td {
	padding: 15px;
	font-size: 16px;
	vertical-align: middle;
	border-top: 1px dotted #dddddd;
}

.pricing-table-landing:hover.best-choice {
	box-shadow: 0 0 0 5px rgba(179,200,51,1);
}
.pricing-table-landing.best-choice .header {
	background: #fd7217;
	color: #fff;
}
.pricing-table-landing.best-choice .circle-price-wrap {
	border: 3px solid #fd7217;
}
.pricing-table-landing.best-choice .circle-price-wrap h2 {
	color: #fd7217;
}
.pricing-table-landing.best-choice .circle-price-wrap h2 small {
	color: #A0B724;
}
.pricing-table-landing.best-choice table.table-inner {
	margin: 100px 0 0 0;
	padding: 0;
}
.pricing-table-landing.best-choice table.table-inner > tbody:first-child > tr:first-child > td {
	border-top: 0;
}

/** BLOG **/
.blog-landing {
}
.blog-landing:before, .blog-landing:after {
	display: table;
	content: " ";
}
.blog-landing:after {
	clear: both;
}
.blog-landing .blog-latest-img {
	float: left;
	width: 40%;
	height: 145px;
	overflow: hidden;
	position: relative;
	background: #fd7217;
}
.blog-landing .blog-latest-img .show-link-icon {
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 24px;
	color: #fff;
	opacity: 0;
	-webkit-transition: All 0.4s ease;
	-moz-transition: All 0.4s ease;
	-o-transition: All 0.4s ease;
	z-index: 1;
}
.blog-landing .blog-latest-img:hover .show-link-icon {
	bottom: 40%;
	opacity: 1;
}
.blog-landing .blog-latest-img img {
	width: 100%;
	-webkit-transition: All 0.6s ease;
	-moz-transition: All 0.6s ease;
	-o-transition: All 0.6s ease;
}
.blog-landing .blog-latest-img:hover img {
	opacity: 0;
}
.blog-landing .blog-latest-des {
	float: left;
	width: 60%;
	padding: 5px 15px;
}
.blog-landing .blog-latest-des h3 {
	font-size: 22px;
	line-height: 120%;
	margin-bottom: 10px;
}
.blog-landing .blog-latest-des h3 a {
	color: #353535;
}
.blog-landing .blog-latest-des h3 a:hover, .blog-landing .blog-latest-des h3 a:focus {
	color: #fd7217;
	text-decoration: none;
}
.blog-landing .blog-latest-des p.additional {
	color: #909090;
}
.blog-landing .blog-column {
}
.blog-landing .blog-column .img-wrap {
	height: 145px;
	overflow: hidden;
	position: relative;
	background: #fd7217;
}

.blog-landing .blog-column .img-wrap .show-link-icon {
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 24px;
	color: #fff;
	opacity: 0;
	-webkit-transition: All 0.4s ease;
	-moz-transition: All 0.4s ease;
	-o-transition: All 0.4s ease;
	z-index: 1;
}
.blog-landing .blog-column .img-wrap :hover .show-link-icon {
	bottom: 40%;
	opacity: 1;
}
.blog-landing .blog-column .img-wrap img {
	width: 100%;
	-webkit-transition: All 0.6s ease;
	-moz-transition: All 0.6s ease;
	-o-transition: All 0.6s ease;
}
.blog-landing .blog-column .img-wrap:hover img {
	opacity: 0;
}
.blog-landing .blog-column-des {
	padding: 15px;
}
.blog-landing .blog-column-des h3 {
	font-size: 18px;
	line-height: 120%;
	margin-bottom: 10px;
}
.blog-landing .blog-column-des h3 a {
	color: #353535;
}
.blog-landing .blog-column-des h3 a:hover, .blog-landing .blog-column-des h3 a:focus {
	color: #fd7217;
	text-decoration: none;
}
.blog-landing .blog-column-des p.additional {
	color: #909090;
	font-size: 13px;
}

/** THE TEAM **/
.the-team-landing {
	margin: 30px 10px;
}
.the-team-landing .des {
	padding: 15px;
}
.the-team-landing h5 {
	color: #fd7217;
}
.the-team-landing .ava-wrap {
	overflow: hidden;
	position: relative;
}
.the-team-landing .ava-wrap .see-detail {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(1,1,1,0);
	-webkit-transition: All 0.4s ease;
	-moz-transition: All 0.4s ease;
	-o-transition: All 0.4s ease;
}
.the-team-landing :hover.ava-wrap .see-detail {
	background: rgba(1,1,1,.5);
}
.the-team-landing .ava-wrap .button-link {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: All 0.4s ease;
	-moz-transition: All 0.4s ease;
	-o-transition: All 0.4s ease;
}
.the-team-landing .ava-wrap .button-link i {
	color: #fff;
	padding: 7.7px;
	margin: 2px;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	font-size: 18px;
	-webkit-transition: All 0.1s ease;
	-moz-transition: All 0.1s ease;
	-o-transition: All 0.1s ease;
}
.the-team-landing .ava-wrap .button-link i:hover {
	border-width: 4px;
	padding: 4.7px;
}
.the-team-landing .ava-wrap .button-link a {
	color: #fff;
}
.the-team-landing .ava-wrap .button-link a:focus, .the-team-landing .ava-wrap .button-link a:hover {
	color: #fff;
	text-decoration: none;
}
.the-team-landing .ava-wrap:hover .button-link {
	top: 45%;
	opacity: 1;
}
.the-team-landing img {
	width: 100%;
}

/** CLIENTS **/
.clients {
	margin: 30px 0;
}
.clients img {
	width: 150px;
	margin: 30px 0;
}

/** QUOTE OF THE DAY **/
.quote-landing {
	color: #fff
}
.quote-landing h1 {
	font-weight: 700;
	font-size: 45px;
}

/** CONTACT FORM **/
form.contact-form {
	margin: 40px 0;
}

/** BACK TO TOP BUTTON **/
#back-top {
	color: #fff;
	background: #fd7217;
	font-size: 18px;
	line-height: 100%;
	display: inline-block;
	position: fixed;
	right: 0;
	bottom: 0;
}

	#back-top img{
		width: 30px;
	}
	
	.hvr-float {
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: translateZ(0);
	  transform: translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  -moz-osx-font-smoothing: grayscale;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-property: transform;
	  transition-property: transform;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
	}
	.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
	  -webkit-transform: translateY(-5px);
	  transform: translateY(-5px);
	}
	
	
#back-top a, #back-top a:hover, #back-top a:focus {
	color: #fff;
	padding: 10px;
	display: block;
}

/** BLOG PAGE **/
h2.post-heading {
	margin: 0 0 15px 0;
	font-weight: 300;
	font-size: 35px;
}
.post-additional-detail {
	margin: 10px 0 10px 0;
	padding: 15px 0;
	border-bottom: 1px dashed #ddd;
	border-top: 1px dashed #ddd;
}
.post-additional-detail p {
	line-height: 100%;
	margin: 0;
	padding: 0;
}
img.img-post-detail {
	margin: 0 0 20px 0;
}

/** POST COMMENT **/
.post-comment {
	margin: 30px 0;
}
.post-comment .media-list .media .media-object {
	width: 80px;
	margin-right: 10px;
}
.post-comment .media-list .media .media-body p.comment-date {
	color: #909090;
}
.post-comment .media-list .media .media-body p.comment-action i {
	margin: 2px;
}

/** SIDEBAR **/
.sidebar {
}
.sidebar h4 {
	margin: 40px 0 0 0;
}
.sidebar .search-form {
	margin: 0 0 20px 0;
	position: relative
}
.sidebar .search-form button.btn:hover, .sidebar .search-form button.btn:focus, .sidebar .search-form button.btn {
	position: absolute;
	right: 0;
	top: 0;
	padding-left: 5px;
	padding-right: 5px;
	background: transparent;
	border: none;
}

.sidebar .media-list {
	margin: 10px 0;
}
.sidebar .media-list .media-heading {
	margin: 5px 0;
	font-size: 16px;
}

/** BLOG LIST **/
.blog-list .media-list .media-heading {
	font-size: 22px;
	font-weight: 400;
}
.blog-list .media-list .media-heading a {
	color: #353535;
}
.blog-list .media-list .media-heading a:hover {
	text-decoration: none;
	color: #fd7217;
}
.blog-list .media-list .media {
	margin-bottom: 40px;
}
.blog-list .media-list .media-object {
	width: 225px;
	margin-top: 5px;
	margin-right: 5px;
}
.blog-list .pagination li.active a {
	background: #fd7217;
	border-color: #fd7217;
}

/** ERROR PAGE **/
body.error-page-wrap {
	background: #fd7217;
	color: #fff;
}
.error-page {
	background: #fd7217;
	color: #fff;
}
.error-inner {
	padding-top: 5%;
	text-align: center;
}
.error-inner a, .error-inner a:hover {
	color: #fff;
}
.error-inner .icon-side {
	font-size: 100px;
	padding: 20px;
}
.error-inner  h1 {
	font-size: 100px;
	margin: 0;
	padding: 0;
}

/**********************/
/*     Parceiros     */
/**********************/
.parceiros{
    padding: 30px 70px 0px 60px;
    background-color: #333333;
    max-height: 110px;
    text-align: center;
}

.parceiros img{
}


/** FOOTER **/
form.form-subscribe {
	margin: 13px 0;
}
form.form-subscribe button.btn i {
	margin-left: 5px;
}
form.form-subscribe .form-control {
	border: none;
}
footer {
	padding: 0px 0px 40px 0px;
	background: #272727;
	margin: 0 0 -30px 0;
	color: #C6C6C6;
}
footer a {
	color: #fff;
}
footer a:hover, footer a:focus {
	color: #fd7217;
	text-decoration: none;
}
footer h5 {
	color: #fd7217;
	margin: 20px 0;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
footer ul li {
	padding: 5px 0;
}
footer .footer {
	padding: 20px 0 50px;
	margin: 40px 0 0px;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #1c1c1c;
	-webkit-box-shadow: 0px -1px 1px 0px rgba(82,82,82,0.29);
	-moz-box-shadow: 0px -1px 1px 0px rgba(82,82,82,0.29);
	box-shadow: 0px -1px 1px 0px rgba(82,82,82,0.29);
}

/* ~~~~~~~~~~~~~~~~~ */
#header-landing #nav-menu {
	padding: 0;
	background: #272727;
	z-index: 20;
	/* padding: 5px 0; */
	padding: 0px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0px;
}
#header-landing #nav-menu #main-menu {
	float: right;
	font-size: 14px;
	padding: 5px 0;
}
#header-landing #nav-menu #main-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#header-landing #nav-menu #main-menu ul li {
	display: inline-block;
}
#header-landing #nav-menu #main-menu ul li a {
	color: #fff;
	padding: 15px 15px;
	border-radius: 5px;
	line-height: 100%;
	-webkit-transition: All 0.4s ease;
	-moz-transition: All 0.4s ease;
	-o-transition: All 0.4s ease;
}
#header-landing #nav-menu #main-menu ul li a:hover, #header-landing #nav-menu #main-menu ul li a:focus {
	color: #fd7217;
	background: #1C1C1C;
}
#header-landing #nav-menu #main-menu ul li.active a, #header-landing #nav-menu #main-menu ul li.active a:hover, #header-landing #nav-menu #main-menu ul li.active a:focus {
	/*	color: #B3C833; */
	color: #fd7217;
	/*background: #1C1C1C; */
	background: black;
}
#header-landing #nav-menu #main-menu ul li a i {
	display: none;
}

/*
 #header-landing .navbar-brand {
 padding: 14px 30px;
 }
 */

@media screen and (max-width: 768px){
	
	#caption {
		font-size: 24px;
		padding-top: 0px;
	}

	
	.botaoparallax {
		padding:10px 30px;
		margin: 30px auto;
		font-size: 14px;
	}
	
	.parallaxabout {
		height: 690px;
	}
	#parallaxaboutcaption {
		padding: 110px 0px;
	}
	
	/* Parallax Programs */
	.parallaxprograms {
		height: 600px;
	}
	#parallaxprogramscaption {
		padding: 80px 0px;
	}
}

@media screen and (max-width: 991px){
	
	.buttons{
		display: none !important;
	}
	
}