/* TABLE OF CONTENT */

/* 

1. Imported Styles
2. Global Styles
3. Header Styles
4. Slider Styles
5. Our Services Styles
6. Our Features Styles
7. About Section Styles
8. Team Member Styles
9. Call To Action Styles
10. Blog Styles
11. Testimonial Styles
12. Contact Styles
13. Subscription Styles
14. Footer Styles
15. Inner Banner Styles
16. Inner Banner Styles
17. Project Content Styles
18. Shop Styles
19. Cart Page Styles
20. Checkout Page Styles
21. Fact Section Styles

*/

/* 1. Imported Styles */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);
@import url(../assets/bootstrap/css/bootstrap.min.css);
@import url(../assets/font-awesome/css/font-awesome.min.css);
@import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css);
@import url(../assets/jquery-ui-1.11.4/jquery-ui.css);
@import url(../assets/owl.carousel-2/assets/owl.carousel.css);
@import url(../assets/owl.carousel-2/assets/owl.theme.default.min.css);
@import url(../assets/animate.min.css);
@import url(../assets/fancyapps-fancyBox/source/jquery.fancybox.css);
@import url(../assets/flaticon/flaticon.css);
@import url(../assets/Polyglot-Language-Switcher-master/css/polyglot-language-switcher.css);
@import url(../assets/nouislider/nouislider.css);
@import url(../assets/nouislider/nouislider.pips.css);
@import url(../assets/bootstrap-touch-spin/jquery.bootstrap-touchspin.css);

/* 2. Global Styles */
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 26px;
}

img {
	max-width: 100%;
}

a, a:hover, a:focus {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}

.c1 {
	text-align: justify;
}

.company-history {
	padding-top: 35px;
}

.msg-contact {
	padding-left: 20px;
	font-weight: bold !important;
}

@media (min-width: 1200px) {
.container {
	padding: 0;
}

}

.pl-30 {
	padding-left: 30px;
}

.pt0 {
	padding-top: 0 !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

a.mail-contact {
	color: #272727;
	transition: all 0.5s ease;
}

a:hover.mail-contact {
	color: #fff;
}

.thm-btn {
	border: none;
	outline: none;
	background: #fbca00;
	font-size: 16px;
	line-height: 65px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
	transition: all .5s ease !important;
	position: relative;
	padding: 0 33px;
}

.thm-btn:hover {
	background: #012f5d;
	color: #fff;
}

.thm-btn i {
	font-size: 14px;
	color: #fff;
}

.thm-btn.thm-blue-bg {
	background: #012f5d;
}

.thm-btn.thm-blue-bg:hover {
	background: #fbca00;
	color: #fff;
}

.animate-3 {
	transition: all 0.3s ease;
}

.animate-5 {
	transition: all 0.5s ease;
}

.animate-7 {
	transition: all 0.7s ease;
}

.animate-3-all * {
	transition: all 0.3s ease;
}

.animate-5-all * {
	transition: all 0.5s ease;
}

.animate-7-all * {
	transition: all 0.7s ease;
}

.section-padding {
	padding: 80px 0;
}

.section-padding-company {
	padding: 80px 0 0 0;
}

.section-padding.page-title {
	padding-bottom: 30px;
}

.section-title {
	margin-bottom: 44px;
}

.section-title h2 {
	background: url(../img/resources/section-title-bg.png) repeat-x center left;
	margin: 0;
}

.section-title h2 span {
	background: #fff;
	display: inline-block;
	font-size: 36px;
	line-height: 26px;
	font-weight: 500;
	color: #272727;
	padding: 10px 35px;
	padding-left: 0;
}

.section-title.text-center h2 span {
	padding: 5px 35px;
}

.accrodion-grp {
	box-shadow: 0 0px 10px 0.5px rgba(0, 0, 0, 0.07);
}

.accrodion {
	border-bottom: 1px solid #F4F4F4;
	padding: 21px 20px;
}

.accrodion:last-child {
	border: none;
}

.accrodion h4, .accrodion p {
	margin: 0;
	padding: 0;
}

.accrodion.active .accrodion-title h4:before {
	content: '\f068 ';
	background: #012f5d;
	color: #fbca00;
	height: 60px;
	line-height: 60px;
}

.accrodion .accrodion-title {
	cursor: pointer;
	position: relative;
}

.accrodion .accrodion-title h4 {
	font-size: 18px;
	font-weight: 500;
}

.accrodion .accrodion-title h4:before {
	content: '\f067 ';
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 14px;
	width: 35px;
	height: 40px;
	line-height: 40px;
	background: #F4F4F4;
	color: #272727;
	display: inline-block;
	text-align: center;
	transition: all 0.5s ease;
	margin-right: 15px;
}

.accrodion .accrodion-content {
	padding-left: 50px;
}

.accrodion .accrodion-content p {
	margin: 0;
	margin-top: -10px;
	font-size: 16px;
	color: #272727;
	font-weight: 300;
	line-height: 26px;
}

.page-navigation {
	margin-top: 50px;
}

.page-navigation li {
	display: inline;
}

.page-navigation li a, .page-navigation li span {
	width: 46px;
	height: 46px;
	line-height: 44px;
	background: #fff;
	color: #CDCDCD;
	font-size: 20px;
	display: inline-block;
	border: 1px solid #E2E2E2;
	margin-right: 5px;
	text-align: center;
	transition: all .3s ease;
}

.page-navigation li a i, .page-navigation li span i {
	font-size: 16px;
	color: #CDCDCD;
}

.page-navigation li span, .page-navigation li a:hover {
	background: #FF8C04;
	color: #fff;
	border-color: #FF8C04;
}

.home-google-map .google-map {
	width: 100%;
	height: 350px;
}

.mixit-gallery .mix {
	display: none;
}

ul.gallery-filter li:hover span, ul.gallery-filter li.active span {
	background: #012f5d;
	color: #fbca00;
	border-color: #012f5d;
}

ul.gallery-filter li span {
	display: block;
	font-size: 16px;
	color: #272727;
	font-weight: 500;
	border: 1px solid #F4F4F4;
	line-height: 48px;
	padding-left: 19px;
	padding-right: 19px;
	transition: all 0.5s ease;
	cursor: pointer;
	background: url(../img/resources/gallery-filter-pattern.jpg) repeat top left;
}

ul.post-pagination li:hover a, ul.post-pagination li.active a {
	background: #012f5d;
	color: #fbca00;
	border-color: #012f5d;
}

ul.post-pagination li a {
	display: block;
	font-size: 18px;
	color: #272727;
	font-weight: 700;
	border: 1px solid #F4F4F4;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	transition: all 0.5s ease;
	cursor: pointer;
	background: url(../img/resources/gallery-filter-pattern.jpg) repeat top left;
}

/* 3. Header Styles */
.top-bar {
	background: #F4F4F4;
	padding: 5px 0;
}

.top-bar.with-pad {
	padding-top: 120px;
}

#polyglotLanguageSwitcher a.current:link, #polyglotLanguageSwitcher a.current:visited, #polyglotLanguageSwitcher a.current:active {
	background-color: transparent;
	border: none;
	border-radius: 0;
	height: auto;
	font-size: 14px;
	font-weight: 300;
	color: #6B6B6B;
}

#polyglotLanguageSwitcher {
	padding: 7px 0;
}

#polyglotLanguageSwitcher span.trigger {
	top: 13px;
	right: 5px;
}

.top-bar .top-info {
	display: inline-block;
}

.top-bar .top-info ul, .top-bar .top-info li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.top-bar .top-info ul li {
	display: inline-block;
	color: #6B6B6B;
	font-weight: 300;
	font-size: 14px;
	margin-left: 45px;
	line-height: 43px;
}

.top-bar .top-info ul li a {
	display: inline-block;
	color: #6B6B6B;
	font-weight: 300;
	font-size: 14px;
	line-height: 43px;
	transition: all 0.3s ease;
}

.top-bar .top-info ul li a:hover {
	color: #fbca00;
}

.top-bar .top-info i {
	font-weight: normal;
	font-size: 18px;
	margin-right: 5px;
}

.top-bar .top-info span {
	color: #FBCA00;
}

.top-bar .social {
	margin-left: 50px;
	display: inline-block;
}

.top-bar .social ul, .top-bar .social li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.top-bar .social ul li {
	display: inline-block;
	margin-left: 6px;
}

.top-bar .social ul li a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #fff;
	font-size: 16px;
	color: #272727;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
	transition: all 0.5s ease;
}

.top-bar .social ul li a:hover {
	background: #fbca00;
	color: #fff;
}

header.header {
	padding-top: 30px;
	padding-bottom: 25px;
}

header.header .logo {
	position: relative;
}

header.header .logo:before {
	/* content: '';
	background: url(../img/resources/header-shape.png) 0 0 no-repeat;
	width: 333px;
	height: 18px;
	position: absolute;
	top: -53px;
	left: -45px; */
}

header.header .single-header-right {
	display: inline-block;
	vertical-align: middle;
	margin-left: 45px;
}

header.header .single-header-right:first-child {
	margin-left: 0;
}

header.header .single-header-right .icon-box, header.header .single-header-right .content-box {
	display: table-cell;
	vertical-align: middle;
}

header.header .single-header-right .icon-box {
	width: 40px;
	text-align: center;
}

header.header .single-header-right .icon-box i {
	font-size: 38px;
	color: #13314C;
	position: relative;
	top: 5px;
}

header.header .single-header-right .content-box {
	padding-left: 15px;
}

header.header .single-header-right .content-box b {
	font-size: 20px;
	color: #40454A;
	font-size: 16px;
	color: #40454A;
	margin: 0;
	font-weight: normal;
}

header.header .single-header-right .content-box p {
	font-size: 16px;
	color: #40454A;
	margin: 0;
}

header.header .single-header-right .icon-btn {
	background: none;
	outline: none;
	border: none;
	background: #F5F5F5;
	width: 65px;
	height: 65px;
	color: #272727;
	font-size: 30px;
	line-height: 63px;
	border: 1px solid #F5F3F3;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	text-align: center;
}

header.header .single-header-right .icon-btn + .tooltip > .tooltip-inner {
	background-color: #fbca00;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding: 0 30px;
	border-radius: 0;
}

header.header .single-header-right .icon-btn + .tooltip > .tooltip-inner:before {
	content: '\f0ed';
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 14px;
	margin-right: 5px;
}

header.header .single-header-right .icon-btn + .tooltip.top .tooltip-arrow {
	border-top-color: #fbca00;
	margin-left: -15px;
	border-width: 15px 15px 0;
}

header.header .single-header-right .thm-btn {
	display: inline-block;
	vertical-align: top;
}

.mainmenu-wrapper {
	background: #1E1E1E;
}

.mainmenu-wrapper.stricky-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.mainmenu-wrapper.stricky-fixed.static {
	position: relative;
}

.mainmenu-wrapper .nav-header {
	background: #1E1E1E;
}

.mainmenu-holder .nav-header, .mainmenu-holder .nav-footer {
	display: inline-block;
}

.mainmenu-holder .nav-header > ul, .mainmenu-holder .nav-footer > ul, .mainmenu-holder .nav-header > ul > li, .mainmenu-holder .nav-footer > ul > li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mainmenu-holder .nav-footer > ul > li, .mainmenu-holder .nav-header > ul > li {
	display: inline-block;
}

.mainmenu-holder .nav-header > ul > li {
	position: relative;
	line-height: 50px;
	padding: 15px 0;
	margin-left: -4px;
}

.mainmenu-holder .nav-header > ul > li > a {
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	padding: 0 26px;
	transition: all 0.3s ease;
	letter-spacing: .04em;
	font-weight: bold;
	position: relative;
}

.mainmenu-holder .nav-header > ul > li > a:before {
	content: '';
	position: absolute;
	top: 0;
	right: -2px;
	width: 2px;
	height: 100%;
	background: url(../img/resources/menu-border.png) center center no-repeat;
}

.mainmenu-holder .nav-header > ul > li:last-child > a:before {
	display: none;
}

.mainmenu-holder .nav-header > ul > li.active > a {
	background: #fbca00;
	color: #fff !important;
}

.mainmenu-holder .nav-header > ul > li.active > a:before {
	display: none;
}

.mainmenu-holder .nav-header > ul > li:hover > a {
	color: #fbca00;
}

.mainmenu-holder .nav-header > ul > li > a i {
	font-size: 14px;
	line-height: 0;
}

.mainmenu-holder .nav-header > ul > li.dropdown > a:after {
	content: '\f107';
	font-family: 'FontAwesome';
	font-size: 14px;
	margin-left: 5px;
}

.mainmenu-holder .nav-header > ul > li > ul, .mainmenu-holder .nav-header > ul > li > ul > li > ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 295px;
	background: #fff;
	padding: 0;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	z-index: 9999;
}

.mainmenu-holder .nav-header > ul > li > ul > li > ul {
	top: 0;
	left: 100%;
}

.mainmenu-holder .nav-header > ul > li:hover > ul, .mainmenu-holder .nav-header > ul > li > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}

.mainmenu-holder .nav-header > ul > li > ul li {
	display: block;
	position: relative;
	line-height: 50px;
}

.mainmenu-holder .nav-header > ul > li > ul li:last-child {
	border-bottom: 0;
}

.mainmenu-holder .nav-header > ul > li > ul li a {
	display: block;
	text-align: left;
	color: #272727;
	font-size: 16px;
	text-transform: none;
	padding: 0px 23px;
	transition: all 0.3s ease;
	font-family: 'Roboto', sans-serif;
	border-bottom: 1px solid #F4F4F4;
	font-weight: bold;
}

.mainmenu-holder .nav-header > ul > li > ul li:hover > a {
	background: #fbca00;
	color: #fff;
}

.mainmenu-holder .nav-header .navigation .dropdown-expander {
	width: 35px;
	height: 35px;
	background: #fbca00;
	color: #012f5d;
	border: none;
	outline: none;
	line-height: 35px;
	position: absolute;
	top: 7px;
	right: 20px;
}

.mainmenu-holder .nav-footer {
	margin-left: 20px;
}

.mainmenu-holder .nav-footer > ul > li {
	position: relative;
	padding-bottom: 10px;
}

.mainmenu-holder .nav-footer > ul > li > button {
	width: 50px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	background: none;
	color: #fff;
	background: #fbca00;
	border: none;
	outline: none;
	transition: all 0.3s ease;
}

.mainmenu-holder .nav-footer > ul > li > button:hover {
	background: #fbca00;
	color: #fff;
	border-color: #fbca00;
}

.mainmenu-holder .nav-footer > ul > li > button i.fa-search {
	position: relative;
	top: -2px;
}

.mainmenu-holder .nav-footer > ul > li .search-box {
	position: absolute;
	width: 250px;
	background: #fbca00;
	top: 100%;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}

.mainmenu-holder .nav-footer > ul > li:hover .search-box {
	opacity: 1;
	visibility: visible;
}

.mainmenu-holder .nav-footer > ul > li .search-box form {
	background: #fff;
}

.mainmenu-holder .nav-footer > ul > li .search-box li {
	list-style: none;
}

.mainmenu-holder .nav-footer > ul > li .search-box li input {
	width: 78%;
	background-color: transparent;
	border: none;
	outline: none;
	height: 40px;
}

.mainmenu-holder .nav-footer > ul > li .search-box li button {
	background: none;
	outline: none;
	color: #A9A9A9;
	border: none;
	width: 30px;
	height: 40px;
	margin-right: 5px;
}

.mainmenu-wrapper .search-box {
	width: 330px;
	padding: 15px 0;
}

.mainmenu-wrapper .search-box form {
	width: 100%;
	height: 50px;
	border: 1px solid #2A2A2A;
	background: #252525;
}

.mainmenu-wrapper .search-box form input {
	border: none;
	outline: none;
	text-transform: none;
	background-color: transparent;
	width: 70%;
	float: left;
	line-height: 48px;
	color: #fbca00;
	font-size: 16px;
	font-weight: 300;
	padding-left: 20px;
	height: 100%;
}

.mainmenu-wrapper .search-box form input::-webkit-input-placeholder {
	color: #fbca00;
}

.mainmenu-wrapper .search-box form input:-moz-placeholder {
	/* Firefox 18- */
	color: #fbca00;
}

.mainmenu-wrapper .search-box form input::-moz-placeholder {
	/* Firefox 19+ */
	color: #fbca00;
}

.mainmenu-wrapper .search-box form input:-ms-input-placeholder {
	color: #fbca00;
}

.mainmenu-wrapper .search-box form button {
	background: none;
	outline: none;
	border: none;
	background: #FBCA00;
	width: 50px;
	height: 100%;
	color: #fff;
	float: right;
}

/* Fullscreen Popups */
.fullscreen-popup {
	position: fixed;
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0;
	z-index: 999;
}

.fullscreen-popup.visible {
	left: 0;
}

.fullscreen-popup .close-layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.85);
	opacity: 0;
}

.fullscreen-popup.active .close-layer {
	opacity: 1;
}

.fullscreen-popup .popup-center {
	padding: 15px;
	width: 100%;
	max-width: 1000px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
}

.fullscreen-popup .popup-content {
	background: #fff;
	border: 10px #012f5d solid;
	position: relative;
	transform-origin: 50% 50% 0px;
	-moz-transform-origin: 50% 50% 0px;
	-webkit-transform-origin: 50% 50% 0px;
	transform: perspective(1200px) rotateX(80deg);
	-moz-transform: perspective(1200px) rotateX(80deg);
	-webkit-transform: perspective(1200px) rotateX(80deg);
	opacity: 0;
}

.fullscreen-popup .popup-content img {
	width: 100%;
}

.fullscreen-popup.active .popup-content {
	transform: perspective(1200px) rotateX(0deg);
	-moz-transform: perspective(1200px) rotateX(0deg);
	-webkit-transform: perspective(1200px) rotateX(0deg);
	opacity: 1;
}

.fullscreen-popup .popup-content .x-button {
	position: absolute;
	top: -10px;
	right: -10px;
}

/*Phones (<768px)*/
@media (max-width: 767px) {
.fullscreen-popup .popup-content {
	padding: 25px;
}

}

.fullscreen-popup .close-layer, .fullscreen-popup .popup-content, .inpopup-gallery img, .scrolling-popup, .scrolling-popup .close-layer, .block-type-3-thumbs img, .video {
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
}

.x-button {
	display: inline-block;
	border: 2px transparent solid;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 700;
	overflow: hidden;
	position: relative;
}

.x-button:before {
	content: "x";
}

.x-button {
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
}

.x-button.style-1 {
	background: #012f5d;
	color: #fff;
}

.x-button.style-1:hover {
	background: #f9f8f8;
	color: #999;
}

.x-button.size-1 {
	height: 42px;
	width: 42px;
	line-height: 38px;
	font-size: 14px;
}

/* 4. Slider Styles */
.rev_slider_wrapper .factory-caption-h1 {
	font-size: 60px;
	color: #fff;
	text-shadow: #000 1px 2px 5px;
	line-height: 80px;
	font-weight: bold;
}

.rev_slider_wrapper .factory-caption-p {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-shadow: #000 1px 2px 1px;
	line-height: 34px;
}

.rev_slider_wrapper .thm-btn {
	font-size: 14px;
	line-height: 55px;
	padding: 0px 39px;
	text-shadow: none;
}

.rev_slider_wrapper .tparrows {
	width: 60px;
	height: 60px;
	border: 3px solid #fff;
	font-size: 18px;
	line-height: 54px;
	color: #fff;
	background: transparent;
	visibility: visible !important;
	opacity: 2 !important;
	margin-top: -80px;
	transition: all 0.5s ease;
}

.rev_slider_wrapper .tparrows:before {
	line-height: 54px;
	font-size: 18px;
	font-weight: bold;
}

.rev_slider_wrapper .tparrows:hover {
	background: #012f5d;
	border-color: #012f5d;
}

.call-to-action {
	background: rgba(1, 47, 93, 0.9);
	background: rgba(30, 30, 30, 0.9);
	padding: 33px 0;
	position: relative;
	z-index: 9;
	margin-top: -101px;
}

.call-to-action.no-margin {
	margin: 0;
	background: #012f5d;
}

.call-to-action p {
	margin: 0;
	font-size: 24px;
	color: #fff;
	line-height: 35px;
}

.call-to-action p a {
	color: #fbca00;
	text-decoration: underline;
}

.communicated {
	background: rgba(1, 47, 93, 0.9);
	background: rgba(30, 30, 30, 0.9);
	padding: 30px 0;
	position: fixed;
	z-index: 10;
	width: 100%;
}

.communicated p {
	margin: 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

/* 5. Our Services Styles */
.our-services h3, .our-services p {
	margin: 0;
}

.our-services h3 {
	font-size: 18px;
	color: #272727;
	font-weight: 500;
	line-height: 26px;
}

.our-services p {
	font-size: 16px;
	font-weight: 300;
	color: #272727;
	line-height: 26px;
}

.our-services .caption-box-wrapper {
	border-top: 1px solid #F4F4F4;
	margin-top: 35px;
}

.our-services .single-our-service h3 {
	font-size: 22px;
	margin-top: 17px;
	margin-bottom: 11px;
}

.our-services .single-our-service .img-box {
	position: relative;
}

.our-services .single-our-service .img-box:hover .overlay {
	opacity: 1;
}

.our-services .single-our-service .img-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 23, 45, 0.8);
	border-bottom: 3px solid #fbca00;
	opacity: 0;
	transition: all 0.5s ease;
}

.our-services .single-our-service .img-box .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}

.our-services .single-our-service .img-box .overlay .box .box-content {
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
}

.our-services .single-our-service .img-box .overlay .box .box-content a {
	color: #012f5d;
	text-transform: uppercase;
	background: #fbca00;
	font-weight: bold;
	font-size: 14px;
	line-height: 45px;
	display: inline-block;
	padding: 0 55px;
	position: relative;
	top: 3px;
	transition: all 0.5s ease;
}

.our-services .single-our-service .img-box .overlay .box .box-content a:before, .our-services .single-our-service .img-box .overlay .box .box-content a:after {
	content: '';
	background: #fbca00;
	position: absolute;
	top: 0;
	width: 45px;
	height: 100%;
	transition: all 0.5s ease;
}

.our-services .single-our-service .img-box .overlay .box .box-content a:before {
	left: -17px;
	transform: skew(-37deg);
}

.our-services .single-our-service .img-box .overlay .box .box-content a:after {
	right: -17px;
	transform: skew(37deg);
}

.our-services .single-our-service-caption-box {
	padding-top: 40px;
}

.our-services .single-our-service-caption-box .img-box, .our-services .single-our-service-caption-box .content-box {
	display: table-cell;
	vertical-align: middle;
}

.our-services .single-our-service-caption-box .img-box {
	width: 120px;
}

.our-services .single-our-service-caption-box .content-box {
	padding-left: 20px;
}

.our-services.service-page .has-divider {
	border-top: 1px solid #F4F4F4;
	margin-top: 60px;
	padding-top: 60px;
}

.single-service-page .img-box img:first-child {
	margin-right: 2px;
}

.single-service-page .content-box p {
	font-size: 18px;
	color: #272727;
	line-height: 30px;
	margin-top: 20px;
	font-weight: 300;
}

.single-service-page .content-box p:last-child {
	padding-bottom: 40px;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 40px;
}

.single-service-page .two-col-content {
	padding-bottom: 40px;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 40px;
}

.single-service-page .two-col-content .img-box img {
	margin-bottom: 10px;
}

.single-service-page .two-col-content .content-box p, .single-service-page .two-col-content .content-box p:last-child {
	padding: 0;
	margin: 0;
	border: none;
	margin-bottom: 22px;
}

.single-service-page .two-col-content .content-box p:last-child {
	margin-bottom: 0;
}

.single-service-page .two-col-img-box .box-left {
	width: 54%;
	float: left;
}

.single-service-page .two-col-img-box .box-right {
	width: 44.8%;
	float: right;
	margin-left: 10px;
}

.single-service-page .two-col-img-box img {
	margin-bottom: 10px;
}

.single-service-page .video-box {
	position: relative;
}

.single-service-page .video-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background-color: transparent;
	transition: all 0.5s ease;
}

.single-service-page .video-box .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}

.single-service-page .video-box .overlay .box .box-content {
	display: table-cell;
	vertical-align: middle;
}

.single-service-page .video-box .overlay .box .box-content a {
	font-size: 62px;
	color: #fff;
	display: inline-block;
}

.single-service-page .video-box:hover .overlay {
	background: rgba(1, 47, 93, 0.5);
}

.single-service-page .single-our-feature {
	padding: 20px 15px !important;
	margin: 0 !important;
}

.single-service-page .single-our-feature .icon-box:before {
	transition: all 0.5s ease;
}

.single-service-page .single-our-feature:hover {
	background: #012f5d;
}

.single-service-page .single-our-feature:hover .icon-box {
	transform: translate3d(0, 0px, 0) !important;
}

.single-service-page .single-our-feature:hover .icon-box:before {
	color: #fff !important;
}

.single-service-page .single-our-feature:hover h3, .single-service-page .single-our-feature:hover p {
	transform: translate3d(0, 0px, 0) !important;
	color: #fff !important;
}

/* 6. Our Features Styles */
.our-features {
	background: #09325b url(../img/resources/plato-embreagem-caminhao-onibus.jpg) center center no-repeat;
	position: relative;
}

.our-features:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(9, 50, 91, 0.9);
}

.our-features.in-wrapper {
	background: none;
}

.our-features.in-wrapper:before {
	display: none;
}

.our-features.in-wrapper .container {
	background: #09325B;
}

.our-features .single-our-feature {
	text-align: center;
	color: #fff;
	padding: 100px 0;
	position: relative;
	transition: all 0.5s ease;
}

.our-features .single-our-feature .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	transition: all 0.5s ease;
	opacity: 0;
	border-bottom: 3px solid #fbca00;
	overflow-y: hidden;
}

.our-features .single-our-feature .overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(9, 29, 49, 0.9);
	opacity: 1;
	transition: all 0.5s ease;
}

.our-features .single-our-feature .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}

.our-features .single-our-feature .overlay .box .box-content {
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
}

.our-features .single-our-feature .overlay .box .box-content a {
	color: #012f5d;
	text-transform: uppercase;
	background: #fbca00;
	font-weight: bold;
	font-size: 14px;
	line-height: 45px;
	display: inline-block;
	padding: 0 55px;
	position: relative;
	top: 3px;
	transform: translate3d(0, 45px, 0);
	transition: all 0.5s ease;
}

.our-features .single-our-feature .overlay .box .box-content a:before, .our-features .single-our-feature .overlay .box .box-content a:after {
	content: '';
	background: #fbca00;
	position: absolute;
	top: 0;
	width: 45px;
	height: 100%;
	transition: all 0.5s ease;
}

.our-features .single-our-feature .overlay .box .box-content a:before {
	left: -17px;
	transform: skew(-37deg);
}

.our-features .single-our-feature .overlay .box .box-content a:after {
	right: -17px;
	transform: skew(37deg);
}

.our-features .single-our-feature .icon-box {
	width: 120px;
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	line-height: 98px;
	margin-bottom: 36px;
	transform: translate3d(0, 0, 0);
	transition: all 0.5s ease;
}

.our-features .single-our-feature .icon-box:before {
	content: "\f10d";
	font-family: Flaticon;
	font-size: 120px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.our-features .single-our-feature .icon-box i {
	font-size: 54px;
	display: block;
	vertical-align: bottom;
}

.our-features .single-our-feature h3, .our-features .single-our-feature p {
	margin: 0;
	position: relative;
	transform: translate3d(0, 0, 0);
	transition: all 0.5s ease;
}

.our-features .single-our-feature h3 {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 14px;
}

.our-features .single-our-feature p {
	font-size: 16px;
	color: #fbca00;
	font-weight: 300;
	line-height: 26px;
}

.our-features .single-our-feature:hover .icon-box {
	transform: translate3d(0, -20px, 0);
}

.our-features .single-our-feature:hover h3, .our-features .single-our-feature:hover p {
	transform: translate3d(0, -20px, 0);
	transition: all 0.5s ease;
}

.our-features .single-our-feature:hover .overlay {
	opacity: 1;
}

.our-features .single-our-feature:hover .overlay .box .box-content a {
	transform: translate3d(0, 0px, 0);
}

.no-container.our-features.in-wrapper .container {
	background: none;
}

.no-container.our-features .single-our-feature {
	margin-left: -15px;
	margin-right: -15px;
}

.no-container.our-features .single-our-feature {
	padding-top: 0;
	padding-bottom: 0;
}

.no-container.our-features .single-our-feature .icon-box:before {
	color: #012f5d;
}

.no-container.our-features .single-our-feature .icon-box {
	color: #fbca00;
}

.no-container.our-features .single-our-feature .icon-box {
	margin-bottom: 0;
	margin-bottom: 20px;
}

.no-container.our-features .single-our-feature h3 {
	color: #272727;
}

.no-container.our-features .single-our-feature p {
	color: #272727;
	font-weight: 300;
}

.no-container.our-features .our-features-wrap {
	margin-bottom: 40px;
}

.no-container.our-features .single-our-feature .text-box {
	color: #272727;
}

/* 7. About Section Styles */
.about-section .section-title {
	margin-bottom: 34px;
}

.about-section .right-textbox h2 {
	margin: 0;
	color: #272727;
	font-size: 36px;
	line-height: 26px;
	margin-bottom: 30px;
	font-weight: 500;
}

.about-section .right-textbox p {
	font-size: 16px;
	color: #272727;
	font-weight: 300;
	line-height: 31px;
	margin: 0;
	margin-bottom: 33px;
}

.about-section .right-textbox p:last-child {
	margin-bottom: 0;
}

.about-section .img-box {
	margin-right: -7px;
}

.about-section .img-box img {
	margin-top: 10px;
	margin-right: 7px;
}

.about-section .owl-theme .owl-dots .owl-dot span {
	background: #fff;
	border: 1px solid #fff;
}

.about-section .owl-theme .owl-dots .owl-dot.active span {
	background: transparent;
	border-color: #fbca00;
}

.about-section .owl-theme .owl-dots {
	margin-top: -40px;
	position: relative;
}

.about-section.about-page .right-textbox p {
	margin-bottom: 25px;
}

iframe.video-company {
	width: 100%;
	height: 324px;
}

/* 8. Team Member Styles */
.team-wrapper {
	border-top: 1px solid #F4F4F4;
	margin-top: 54px;
	padding-top: 60px;
}

.single-team-member h3, .single-team-member p {
	margin: 0;
}

.single-team-member h3 {
	font-size: 22px;
	color: #272727;
	font-weight: 500;
	margin-top: 18px;
	margin-bottom: 8px;
}

.single-team-member p {
	color: #272727;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
}

.single-team-member p.position {
	color: #fbca00;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 9px;
}

.single-team-member p.info {
	margin-top: 11px;
}

.single-team-member p.info span {
	color: #002E5B;
	font-weight: 300;
}

.single-team-member .img-box {
	position: relative;
	overflow: hidden;
}

.single-team-member .img-box img {
	transition: all 0.5s ease;
	transform: scale(1);
}

.single-team-member .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	transition: all 0.5s ease;
	opacity: 0;
	border-bottom: 0px solid #fbca00;
	overflow: hidden;
}

.single-team-member .overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.6);
	opacity: 1;
	transition: all 0.5s ease;
}

.single-team-member .overlay .box {

	display: table;
	width: 100%;
	height: 100%;
}

.single-team-member .overlay .box .box-content {
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	position: relative;
}

.single-team-member .overlay .box .box-content ul, .single-team-member .overlay .box .box-content li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.single-team-member .overlay .box .box-content ul {
	transform: translate3d(0, 45px, 0);
	transition: all 0.5s ease;
}

.single-team-member .overlay .box .box-content ul li {
	display: inline-block;
	margin-left: 6px;
}

.single-team-member .overlay .box .box-content ul li a {
	display: block;
	width: 43px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	background: #fff;
	font-size: 18px;
	color: #272727;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
	transition: all 0.5s ease;
}

.single-team-member .overlay .box .box-content ul li a:hover {
	background: #fbca00;
	color: #fff;
}

.single-team-member:hover .img-box img {
	transform: scale(1.1);
	transition: all 0.5s ease;
}

.single-team-member:hover .overlay {
	opacity: 1;
}

.single-team-member:hover .overlay .box .box-content ul {
	transform: translate3d(0, 0px, 0);
}

/* 9. Call To Action Styles */
.fluid-service-area-home {
	background: #09325b url(../img/disco-embreagem-autos-industriais.jpg) center center no-repeat;
	position: relative;
}

.fluid-service-area-home:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(9, 50, 91, 0.9);
}

.testimonial-t-sec {
	position: relative;
}

.testimonial-t-sec .testimonialn-slider img {
	width: 130px;
	display: inline-block;
	border: 2px solid #FFFFFF;
}

.testimonial-t-sec .testimonialn-slider .content p {
	color: #bbc1c7;
	margin: 1em 0 0;
	padding: 0;
	font: 400 1.1em/1.6em "Open Sans", sans-serif;
}

.testimonial-t-sec .testimonialn-slider .sign img {
	width: 160px;
	display: inline-block;
	border-radius: 0;
}

.testimonial-t-sec .testimonialn-slider .name-content {
	display: block;
	position: relative;
	width: 100%;
}

.testimonial-t-sec .testimonialn-slider .name-content .tst-img {
	float: left;
	margin: 0 1.5em 0 0;
}

.testimonial-t-sec .testimonialn-slider .name-content .client-name {
	float: left;
	margin: 1em 0 0;
}

.testimonial-t-sec .testimonialn-slider .name-content .client-name p {
	font: 600 1.3em/2em "Open Sans", sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
}

.testimonial-t-sec .testimonialn-slider .name-content .client-name p span {
	display: block;
	color: #fff;
	font: 400 0.79em/1.8em "Open Sans", sans-serif;
}

.testimonial-t-sec .testimonialn-slider .name-content .client-name ul {
	padding: 0;
}

.testimonial-t-sec .testimonialn-slider .name-content .client-name ul li {
	display: inline-block;
	margin: 8px -1px 0 1px;
	color: #ffba00;
	font-size: 1em;
}

.service-t-content {
	/* position: relative;
	padding: 3em 20em 4em 7em; */
	max-width: 60%;
	margin: 0 auto;
	position: relative;
	padding: 35px 0px;
}

.testimonial-t-sec .testimonialn-slider .owl-dots .owl-dot span {
	border: 2px solid #637c93;
	background: transparent;
	width: 12px;
	height: 12px;
}

.testimonial-t-sec .testimonialn-slider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	border: 2px solid #ffba00;
	background-color: #ffba00;
}

.testimonialn-slider.owl-theme .owl-controls {
	text-align: left;
	margin-top: 0;
}

.featured-services {
	overflow: hidden;
	background: #0b3357;
}

.featured-services .left-full-img img {
	max-width: none;
}

/* 10. Blog Styles */
.single-blog-post {
	box-shadow: 0 0px 10px 0.5px rgba(0, 0, 0, 0.07);
	padding: 25px;
	margin-bottom: 25px;
	padding-right: 10px;
}

.single-blog-post:last-child {
	margin-bottom: 0;
}

.single-blog-post .img-box, .single-blog-post .content-box {
	display: table-cell;
	vertical-align: middle;
}

.single-blog-post .img-box {
	width: 150px;
	position: relative;
}

.single-blog-post .img-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(1, 47, 93, 0.8);
	text-align: center;
	border-bottom: 3px solid #fbca00;
	opacity: 0;
	transition: all 0.5s ease;
}

.single-blog-post .img-box .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}

.single-blog-post .img-box .overlay .box .box-content {
	display: table-cell;
	vertical-align: bottom;
}

.single-blog-post .img-box .overlay .box .box-content a {
	background: #fbca00;
	display: inline-block;
	font-size: 12px;
	color: #012f5d;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 34px;
	top: 3px;
	position: relative;
	z-index: 2;
}

.single-blog-post .img-box .overlay .box .box-content a span {
	position: relative;
	z-index: 999;
}

.single-blog-post .img-box .overlay .box .box-content a:before, .single-blog-post .img-box .overlay .box .box-content a:after {
	content: '';
	background: #fbca00;
	position: absolute;
	top: 0;
	width: 45px;
	height: 100%;
	transition: all 0.5s ease;
	z-index: 0;
}

.single-blog-post .img-box .overlay .box .box-content a:before {
	left: -17px;
	transform: skew(-37deg);
}

.single-blog-post .img-box .overlay .box .box-content a:after {
	right: -17px;
	transform: skew(37deg);
}

.single-blog-post .content-box {
	padding-left: 30px;
}

.single-blog-post .content-box h3 {
	margin: 0;
	font-size: 22px;
	color: #272727;
	line-height: 30px;
	margin-bottom: 6px;
	transition: all 0.5s ease;
}

.single-blog-post .content-box h3:hover {
	color: #fbca00;
}

.single-blog-post .content-box p {
	margin: 0;
	color: #272727;
	font-size: 16px;
	font-weight: 300;
}

.single-blog-post .content-box ul, .single-blog-post .content-box li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-blog-post .content-box ul {
	margin-top: 12px;
}

.single-blog-post .content-box ul > li {
	display: inline;
	border-right: 1px solid #D8D8D8;
	padding-right: 17px;
	margin-right: 12px;
}

.single-blog-post .content-box ul > li:last-child {
	padding-right: 0;
	margin-right: 0;
	border: none;
}

.single-blog-post .content-box ul > li > a {
	display: inline-block;
	color: #fbca00;
	font-size: 16px;
}

.single-blog-post .content-box ul > li > a i {
	margin-right: 5px;
}

.single-blog-post:hover .img-box .overlay {
	opacity: 1;
}

.news-content .single-blog-post {
	padding: 25px;
	margin-bottom: 60px;
	overflow: hidden;
}

.news-content .single-blog-post .img-box, .news-content .single-blog-post .content-box {
	display: block;
}

.news-content .single-blog-post .img-box {
	width: auto;
	margin-bottom: 30px;
}

.news-content .single-blog-post .img-box iframe {
	border: none;
}

.news-content .single-blog-post .img-box img {
	width: 100%;
}

.news-content .single-blog-post .content-box {
	padding: 0;
}

.news-content .single-blog-post .content-box p {
	margin-top: 11px;
}

.news-content .single-blog-post .content-box .bottom-box {
	margin-top: 22px;
}

.news-content .single-blog-post .content-box .bottom-box h3 {
	font-size: 30px;
	color: #272727;
	font-weight: bold;
	margin: 0;
	line-height: 55px;
}

.news-content .single-blog-post .content-box .bottom-box .thm-btn {
	line-height: 55px;
	background: #012f5d;
}

.news-content .single-blog-post .content-box .bottom-box .thm-btn:hover {
	background: #fbca00;
}

.news-content .single-blog-post .content-box .bottom-box .share-box.has-slide ul {
	transform: translate3d(400px, 0px, 0);
	opacity: 0;
	transition: all 0.5s ease;
}

.news-content .single-blog-post .content-box .bottom-box .share-box ul {
	display: inline-block;
	margin: 0;
}

.news-content .single-blog-post .content-box .bottom-box .share-box ul.share-hide {
	transform: translate3d(400px, 0px, 0);
	opacity: 0;
}

.news-content .single-blog-post .content-box .bottom-box .share-box ul.share-show {
	transform: translate3d(0px, 0px, 0);
	opacity: 1;
}

.news-content .single-blog-post .content-box .bottom-box .share-box ul li {
	width: 55px;
	height: 55px;
	border: 1px solid #EEEEEE;
	display: inline-block;
	padding: 0;
}

.news-content .single-blog-post .content-box .bottom-box .share-box ul li a {
	line-height: 53px;
	text-align: center;
	display: block;
	color: #272727;
	transition: all 0.5s ease;
}

.news-content .single-blog-post .content-box .bottom-box .share-box ul li a i {
	margin: 0;
	font-size: 18px;
}

.news-content .single-blog-post .content-box .bottom-box .share-box ul li a:hover {
	background: #fbca00;
	border-color: #fbca00;
	color: #fff;
}

.news-content .single-blog-post .content-box .bottom-box .share-box button {
	display: inline-block;
	background: #000;
	width: 55px;
	height: 55px;
	border: none;
	line-height: 55px;
	color: #272727;
	background: #F4F4F4;
	text-align: center;
	margin-left: 11px;
	font-size: 18px;
	outline: none;
	position: relative;
	z-index: 999;
	transition: all 0.5s ease;
}

.news-content .single-blog-post .content-box .bottom-box .share-box button:hover {
	color: #fbca00;
	background: #012f5d;
}

.single-sidebar-box {
	margin-bottom: 50px;
}

.single-sidebar-box .title {
	background: url(../img/resources/sidebar-title-bg.jpg) repeat top left;
	padding-left: 20px;
}

.single-sidebar-box .title h3 {
	font-size: 24px;
	font-weight: 900;
	color: #272727;
	text-transform: uppercase;
	margin: 0;
	line-height: 60px;
}

.single-sidebar-box .title h3.empresa-sta {
	font-size: 20px;
	font-weight: 900;
	color: #272727;
	text-transform: uppercase;
	margin: 0;
	line-height: 60px;
}

.single-sidebar-box.search-widget form {
	background: #F4F4F4;
	width: 100%;
	height: 55px;
}

.single-sidebar-box.search-widget form input {
	background: none;
	border: none;
	outline: none;
	width: 70%;
	float: left;
	height: 100%;
	padding-left: 20px;
}

.single-sidebar-box.search-widget form button {
	background: #012f5d;
	color: #fbca00;
	font-size: 16px;
	width: 55px;
	border: none;
	outline: none;
	height: 55px;
	line-height: 55px;
	float: right;
	transition: all 0.5s ease;
}

.single-sidebar-box.search-widget form button:hover {
	background: #fbca00;
	color: #012f5d;
}

.single-sidebar-box.category-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 30px;
}

.single-sidebar-box.category-widget ul li {
	list-style: none;
	border-bottom: 1px solid #F5F5F5;
}

.single-sidebar-box.category-widget ul li:last-child {
	border: none;
}

.single-sidebar-box.category-widget ul li a {
	display: block;
	font-size: 16px;
	line-height: 50px;
	color: #272727;
	transition: all 0.5s ease;
}

.single-sidebar-box.category-widget ul li a:hover {
	color: #fbca00;
}

.single-sidebar-box.category-widget ul li a:hover:before {
	background: #fbca00;
}

.single-sidebar-box.category-widget ul li a:before {
	content: '';
	width: 8px;
	height: 8px;
	background: transparent;
	border: 1px solid #fbca00;
	border-radius: 50%;
	display: inline-block;
	margin-right: 20px;
	transition: all 0.5s ease;
}

.single-sidebar-box.recent-news-widget ul {
	margin: 0;
	padding: 0;
	margin-top: 40px;
}

.single-sidebar-box.recent-news-widget li {
	list-style: none;
	padding-bottom: 12px;
	border-bottom: 1px solid #F4F4F4;
	margin-bottom: 20px;
}


.single-sidebar-box.recent-news-widget li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.single-sidebar-box.recent-news-widget .img-box {
	width: 75px;
	display: table-cell;
	vertical-align: middle;
}

.single-sidebar-box.recent-news-widget .content-box {
	padding-left: 27px;
	vertical-align: middle;
	display: table-cell;
}

.single-sidebar-box.recent-news-widget .content-box h4 {
	font-size: 16px;
	color: #272727;
	font-weight: 900;
	margin: 0;
	line-height: 28px;
}

.single-sidebar-box.recent-news-widget .content-box a.date {
	color: #fbca00;
	font-size: 16px;
	font-weight: 500;
}

.single-sidebar-box.testimonials-widget .single-testi-carousel {
	margin-top: 40px;
}

.single-sidebar-box.testimonials-widget .single-testi-carousel .box {
	background: url(../img/resources/testi-bg.png) top left no-repeat;
	background-size: 100% 100%;
	padding-top: 24px;
	padding-left: 18px;
	padding-bottom: 30px;
}

.single-sidebar-box.testimonials-widget .single-testi-carousel .box p {
	font-size: 16px;
	color: #272727;
	line-height: 26px;
	margin: 0;
	margin-bottom: 5px;
}

.single-sidebar-box.testimonials-widget .single-testi-carousel .box span {
	color: #fbca00;
	font-size: 14px;
}

.single-sidebar-box.testimonials-widget .single-testi-carousel .box span b {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
}

.single-sidebar-box.testimonials-widget .single-testi-carousel img {
	display: block;
	margin-top: 10px;
	width: auto;
	max-width: none;
}

.single-sidebar-box.testimonials-widget .testimonial-carousel {
	position: relative;
}

.single-sidebar-box.testimonials-widget .testimonial-carousel .owl-controls {
	padding: 10px 10px 10px 0;
	position: absolute;
	top: -60px;
	right: -10px;
	display: inline-block;
	background: #fff;
}

.single-sidebar-box.testimonials-widget .testimonial-carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background: #fbca00;
	border: 1px solid #fbca00;
}

.single-sidebar-box.testimonials-widget .testimonial-carousel .owl-dots .owl-dot.active span {
	background-color: transparent;
}

.single-sidebar-box.price-filter .range-slider-price {
	margin-top: 50px;
	margin-bottom: 30px;
}

.single-sidebar-box.price-filter button {
	color: #272727;
	font-size: 14px;
	font-weight: 900;
	background: #F4F4F4;
	border: none;
	outline: none;
	text-transform: uppercase;
	width: 90px;
	height: 35px;
	display: inline-block;
	float: left;
}

.single-sidebar-box.price-filter p {
	display: inline-block;
	float: right;
	margin: 0;
	line-height: 35px;
	font-size: 16px;
	font-weight: 500;
	color: #272727;
	text-transform: capitalize;
}

.single-sidebar-box.price-filter input {
	width: auto;
	border: none;
	outline: none;
	width: 50px;
	font-size: 16px;
	font-weight: 500;
	color: #272727;
}

.single-sidebar-box.price-filter .noUi-connect {
	background: #fbca00;
}

.single-sidebar-box.price-filter .noUi-background {
	background: #f4f4f4;
}

.single-sidebar-box.price-filter .noUi-handle {
	background: #012f5d;
	border-radius: 50% !important;
	box-shadow: none;
	border-color: #e0e0e0;
	cursor: pointer;
}

.single-sidebar-box.best-seller > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 37px;
}

.single-sidebar-box.best-seller > ul > li {
	list-style: none;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.single-sidebar-box.best-seller > ul > li:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

.single-sidebar-box.best-seller > ul > li .img-box, .single-sidebar-box.best-seller > ul > li .text-box {
	display: table-cell;
	vertical-align: middle;
}

.single-sidebar-box.best-seller > ul > li .img-box .box {
	width: 75px;
	height: 75px;
	text-align: center;
	line-height: 75px;
	background: #f4f4f4;
	padding: 0;
}

.single-sidebar-box.best-seller > ul > li .text-box {
	padding-left: 27px;
}

.single-sidebar-box.best-seller > ul > li .text-box h3 {
	font-size: 16px;
	margin: 0;
	line-height: 28px;
	font-weight: bold;
	color: #272727;
}

.single-sidebar-box.best-seller > ul > li .text-box ul.star-box {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-sidebar-box.best-seller > ul > li .text-box ul.star-box li {
	list-style: none;
	display: inline-block;
	margin-right: 4px;
}

.single-sidebar-box.best-seller > ul > li .text-box ul.star-box li i {
	font-size: 12px;
	color: #fbca00;
}

.single-sidebar-box.best-seller > ul > li .text-box .price {
	font-size: 16px;
	color: #012f5d;
	font-weight: 500;
}

.single-sidebar-box.tag-links ul {
	margin: 0;
	padding: 0;
	margin-top: 35px;
}

.single-sidebar-box.tag-links ul li {
	display: inline-block;
	list-style: none;
}

.single-sidebar-box.tag-links ul li a {
	display: block;
	border: 1px solid #f4f4f4;
	font-size: 16px;
	color: #9B9B9B;
	text-transform: capitalize;
	line-height: 30px;
	padding: 0 10px;
	transition: all 0.5s ease;
	margin-right: 4px;
	margin-bottom: 5px;
}

.single-sidebar-box.tag-links ul li a:hover {
	background: #012f5d;
	color: #fbca00;
}

.single-sidebar-box.service-link-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-sidebar-box.service-link-widget ul li {
	list-style: none;
	margin-bottom: 5px;
	display: block;
	background: #F4F4F4;
	font-size: 16px;
	color: #272727;
	font-weight: bold;
	line-height: 60px;
	padding-left: 23px;
	border-left: 4px solid transparent;
	transition: all 0.5s ease;
	cursor: pointer;
}

.single-sidebar-box.service-link-widget ul li:hover {
	background: #012f5d;
	border-color: #fbca00;
	color: #fff;
}

.single-sidebar-box.service-link-widget ul li.active a {
	background: #012f5d;
	border-color: #fbca00;
	color: #fff;
}

.single-sidebar-box.service-link-widget ul li a {
	display: block;
	background: #F4F4F4;
	font-size: 16px;
	color: #272727;
	font-weight: bold;
	line-height: 60px;
	padding-left: 23px;
	border-left: 4px solid transparent;
	transition: all 0.5s ease;
}

.single-sidebar-box.service-link-widget ul li a:hover {
	background: #012f5d;
	border-color: #fbca00;
	color: #fff;
}

.single-sidebar-box.broucher-widgets {
	background: #fbca00;
	padding: 10px 0;
}

.single-sidebar-box.broucher-widgets .icon-box, .single-sidebar-box.broucher-widgets .text-box {
	display: table-cell;
	vertical-align: middle;
}

.single-sidebar-box.broucher-widgets .icon-box {
	width: 45px;
	height: 45px;
	background: #012f5d;
	color: #fff;
	text-align: center;
	font-size: 20px;
}

.single-sidebar-box.broucher-widgets .text-box {
	padding-left: 30px;
}

.single-sidebar-box.broucher-widgets .text-box h4 {
	font-size: 18px;
	color: #272727;
	margin: 0;
}

.single-news-page .single-blog-post .content-box p {
	margin-bottom: 30px;
}

.single-news-page .single-blog-post {
	padding: 0;
	box-shadow: none;
}

.comment-box {
	border-top: 1px solid #F9F8F8;
	padding-top: 60px;
	margin-top: 55px;
}

.comment-box .single-comment-box .img-box, .comment-box .single-comment-box .text-box {
	display: table-cell;
	vertical-align: top;
}

.comment-box .single-comment-box .img-box {
	width: 100px;
}

.comment-box .single-comment-box .text-box {
	padding-left: 20px;
}

.comment-box .single-comment-box .text-box .top-box h2 {
	display: inline-block;
	font-size: 24px;
	color: #272727;
	margin: 0;
	line-height: 24px;
}

.comment-box .single-comment-box .text-box .top-box span {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #fbca00;
}

.comment-box .single-comment-box .text-box .content p {
	margin: 0;
}

.comment-box .single-comment-box .text-box .content a {
	font-size: 16px;
	font-weight: bold;
	color: #fbca00;
}

.reply-box {
	border-top: 1px solid #F9F8F8;
	padding-top: 60px;
	margin-top: 55px;
}

.reply-box input, .reply-box textarea, .reply-box button {
	width: 100%;
	border: 2px solid #EEEEEE;
	outline: none;
	padding-left: 20px;
}

.reply-box input {
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
}

.reply-box input:last-child {
	margin-bottom: 0;
}

.reply-box textarea {
	height: 190px;
	padding-top: 10px;
}

.reply-box button {
	background: #fbca00;
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	padding: 0;
	line-height: 50px;
	text-transform: uppercase;
	margin-top: 10px;
	transition: all 0.5s ease;
	border: none;
}

.reply-box button:hover {
	background: #012f5d;
	color: #fbca00;
}

/* 11. Testimonial Styles */
.testimonials-section {
	background: #F4F4F4;
}

.testimonials-section .section-title h2 span {
	background: #F4F4F4;
}

.testimonials-section .thm-container {
	position: relative;
}

.testimonials-section .owl-theme .owl-nav {
	background: #F4F4F4;
	display: inline-block;
	position: absolute;
	right: 0;
	top: -100px;
	padding-left: 25px;
}

.testimonials-section .owl-theme .owl-nav [class*=owl-] {
	padding: 0;
	background-color: transparent;
	color: #B6B6B6;
	font-size: 14px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 2px solid #b6b6b6;
	line-height: 31px;
	transition: all 0.5s ease;
}

.testimonials-section .owl-theme .owl-nav [class*=owl-]:hover {
	border-color: #fbca00;
	color: #fbca00;
}

.single-testimonials .review-text {
	border-radius: 5px;
	padding: 20px 30px;
	background: #fff;
	margin-bottom: 30px;
	position: relative;
}

.single-testimonials .review-text:before {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 30px;
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #fff;
	transform: rotate(135deg);
}

.single-testimonials .review-text p {
	margin: 0;
	font-size: 16px;
	line-height: 34px;
	color: #272727;
	font-weight: 300;
}

.single-testimonials .info-box .img-box, .single-testimonials .info-box .content-box {
	display: table-cell;
	vertical-align: middle;
}

.single-testimonials .info-box .content-box {
	padding-left: 25px;
}

.single-testimonials .info-box h3 {
	margin: 0;
	font-size: 16px;
	color: #012f5d;
}

.single-testimonials .info-box h3 span.name {
	font-size: 18px;
	font-weight: 500;
}

.single-testimonials .info-box ul.star {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 5px;
}

.single-testimonials .info-box ul.star li {
	display: inline-block;
	list-style: none;
	color: #fbca00;
}

/* 12. Contact Styles */
.contact-section {
	padding-bottom: 60px;
}

.contact-section-home {
	padding: 60px 0;
}

.contact-section p.large {
	font-size: 24px;
	line-height: 36px;
	color: #272727;
}

.contact-section p {
	font-size: 18px;
	line-height: 29px;
	color: #272727;
	font-weight: 300;
	margin-bottom: 20px;
}

.contact-section p:last-child {
	margin-bottom: 0;
}

.contact-section span.bold {
	color: #272727;
	font-weight: 500;
}

.contact-section span.highlight {
	color: #012f5d;
}

.contact-section a {
	color: #fbca00;
	text-decoration: underline;
}

.contact-section .client-carousel {
	margin-top: 50px;
}

.home-contact-form {
	padding: 20px;
	box-shadow: 0 0px 10px 0.5px rgba(0, 0, 0, 0.07);
}

.home-contact-form input, .home-contact-form textarea, .home-contact-form button {
	width: 100%;
	border: none;
	outline: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

.home-contact-form input {
	height: 50px;
	background: #F7F7F7;
	margin-bottom: 20px;
	padding-left: 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	transition: all 0.5s ease;
}

.home-contact-form input:focus {
	box-shadow: 0 0px 10px 0px rgba(255, 255, 0, 0.3);
}

.home-contact-form textarea {
	background: #F7F7F7;
	padding-left: 20px;
	padding-top: 15px;
	height: 175px;
	max-height: 175px;
	max-width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	transition: all 0.5s ease;
}

.home-contact-form textarea:focus {
	box-shadow: 0 0px 10px 0px rgba(255, 255, 0, 0.3);
}

.home-contact-form button {
	background: #fbca00;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	line-height: 50px;
	margin-top: 10px;
	border-radius: 5px;
	transition: all 0.5s ease;
}

.home-contact-form button:hover {
	background: #012f5d;
}

.single-contact-info {
	background: #fbca00;
	padding-top: 28px;
	padding-bottom: 28px;
}

.single-contact-info .icon-box, .single-contact-info .text-box {
	display: table-cell;
	vertical-align: middle;
}

.single-contact-info .box {
	background: #012f5d;
	color: #fff;
	width: 70px;
	height: 85px;
	text-align: center;
}

.single-contact-info .box i {
	font-size: 38px;
	line-height: 85px;
}

.single-contact-info .text-box {
	padding-left: 30px;
}

.single-contact-info .text-box h3 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #272727;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 14px;
}

.single-contact-info .text-box p {
	margin: 0;
	font-size: 18px;
	color: #272727;
	line-height: 26px;
	font-weight: 500;
}

h3.contacts-title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;
	padding-bottom: 10px;
}

b.contacts {
	font-size: 16px;
}

p.contacts {
	margin-left: 30px;
	margin-bottom: 10px;
	font-size: 16px;
}

.icons-marker {
	display: block;
	width: 20px;
	margin-right: 10px;
	float: left;
}

.icons-marker-phone {
	display: block;
	width: 20px;
	margin-right: 10px;
	float: left;
}

i.icons-marker {
	font-size: 30px;
	line-height: 22px;
}

i.icons-marker-phone {
	font-size: 22px;
	line-height: 22px;
}

img.contact-us {
	border-radius: 5px;
}

/* 13. Subscription Styles */
.subscription {
	background: #1F1F1F;
	padding-top: 74px;
	padding-bottom: 80px;
}

.subscription h2 {
	margin: 0;
	color: #FFFFFF;
	font-size: 36px;
	line-height: 44px;
	font-weight: 500;
	margin-bottom: 33px;
}

.subscription label {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 29px;
	margin: 0;
	padding: 0;
	display: block;
	font-weight: normal;
}

.subscription input {
	width: 100%;
	background: #212121;
	border: 2px solid #272727;
	height: 55px;
	line-height: 51px;
	outline: none;
	padding-left: 20px;
	color: #fff;
}

.subscription button {
	background: #fbca00;
	color: #fff;
	text-align: center;
	border: none;
	outline: none;
	text-transform: uppercase;
	font-weight: 900;
	padding: 0 58px;
	line-height: 55px;
	transition: all 0.5s ease;
}

.subscription button:hover {
	background: #012f5d;
}

.subscription ul.social {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.subscription ul.social li {
	display: inline-block;
	list-style: none;
	margin-left: 20px;
}

.subscription ul.social li a {
	display: block;
	font-size: 24px;
	color: #F4F4F4;
	transition: all 0.5s ease;
}

.subscription ul.social li a:hover {
	color: #fbca00;
}

/* 14. Footer Styles */
.footer {
	background: #012448 url(../img/resources/rebites-embreagem-linha-pesada.jpg) no-repeat bottom left;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 25px;
	position: relative;
}

footer.footer:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(1, 47, 93, 0.9);
	background: rgba(30, 30, 30, 0.9);
}

.footer-widget .title {
	background: url(../img/resources/footer-bg-title-new.png) repeat top left;
	padding-left: 20px;
}

.footer-widget .title h2 {
	text-transform: uppercase;
	font-size: 18px;
	margin: 0;
	color: #F7F7F7;
	line-height: 61px;
	font-weight: 900;
}

.footer-widget ul, .footer-widget li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-widget .dtc {
	display: table-cell;
	vertical-align: middle;
}

.footer-widget.about-widget p {
	color: #F4F4F4;
	font-size: 18px;
	font-weight: 300;
	margin: 0;
	line-height: 30px;
}

.footer-widget.about-widget a.thm-btn {
	margin-top: 32px;
	padding: 0 54px;
	line-height: 55px;
}

.footer-widget.link-widget .links {
	margin-top: 39px;
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
	margin-right: 11px;
	border-right: 1px solid #252525;
}

.footer-widget.link-widget .links:last-child {
	border: none;
	padding: 0;
	margin: 0;
	margin-top: 39px;
}

.footer-widget.link-widget .links li {
	display: block;
}

.footer-widget.link-widget .links li:last-child a {
	margin-bottom: 0;
}

.footer-widget.link-widget .links li a {
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	transition: all 0.5s ease;
}

.footer-widget.link-widget .links li a:hover {
	color: #fbca00;
}

.footer-widget.recent-news ul {
	margin-top: 36px;
}

.footer-widget.recent-news li {
	padding-bottom: 12px;
	border-bottom: 1px solid #252525;
	margin-bottom: 20px;
}

.footer-widget.recent-news li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.footer-widget.recent-news .img-box {
	width: 75px;
}

.footer-widget.recent-news .content-box {
	padding-left: 27px;
}

.footer-widget.recent-news .content-box h4 {
	font-size: 16px;
	color: #F7F7F7;
	font-weight: 400;
	margin: 0;
	line-height: 28px;
	transition: all 0.5s ease;
}

.footer-widget.recent-news .content-box h4:hover {
	color: #fbca00;
}

.footer-widget.recent-news .content-box a.date {
	color: #fbca00;
	font-size: 16px;
	font-weight: 500;
}

.footer-widget.company-widget ul {
	margin-top: 32px;
}

.footer-widget.company-widget li {
	border-bottom: 1px dotted #252525;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.footer-widget.company-widget li:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.footer-widget.company-widget .icon-box i {
	font-size: 29px;
	color: #fbca00;
}

.footer-widget.company-widget .content {
	padding-left: 15px;
}

.footer-widget.company-widget .content h3 {
	margin: 0;
	color: #F4F4F4;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}

.footer-widget.company-widget .content a {
	margin: 0;
	color: #F4F4F4;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	transition: all 0.3s ease;
}

.footer-widget.company-widget .content a.active, .footer-widget.company-widget .content a:hover {
	color: #fbca00;
}

.footer-widget.contact-widget ul {
	margin-top: 31px;
}

.footer-widget.contact-widget li {
	border-bottom: 1px dotted #252525;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.footer-widget.contact-widget li:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.footer-widget.contact-widget .icon-box i {
	font-size: 29px;
	color: #fbca00;
}

.footer-widget.contact-widget .content {
	padding-left: 15px;
}

.footer-widget.contact-widget .content h3 {
	margin: 0;
	color: #F4F4F4;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}

.footer-widget.contact-widget .content a {
	margin: 0;
	color: #F4F4F4;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	transition: all 0.3s ease;
}

.footer-widget.contact-widget .content a:hover {
	color: #fbca00;
}

.bottom-footer {
	background: #252525;
	padding: 23px 0;
	position: relative;
}

.bottom-footer p {
	font-size: 16px;
	color: #F4F4F4;
	line-height: 30px;
	font-weight: 500;
	margin: 0;
}

.bottom-footer p a {
	color: #F4F4F4;
	transition: all 0.3s ease;
}

.bottom-footer p a:hover {
	color: #fbca00;
}

.bottom-footer .social {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bottom-footer .social li {
	display: inline-block;
	list-style: none;
}

.bottom-footer .social li a {
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	margin-left: 20px;
}

/* 15. Inner Banner Styles */
.inner-banner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 125px 0px;
	position: relative;
}

.inner-banner .container {
	position: relative;
}

.inner-banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 23, 45, 0.85);
}

.inner-banner h2 {
	font-size: 34px;
	line-height: 34px;
	font-weight: bold;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}

/* 16. Inner Banner Styles */
.bread-cumb {
	background: #F4F4F4;
}

.bread-cumb ul {
	margin: 0;
	padding: 0;
}

.bread-cumb ul li {
	display: inline-block;
	list-style: none;
}

.bread-cumb ul li a {
	display: block;
	font-size: 16px;
	color: #272727;
	line-height: 60px;
	font-weight: 300;
}

.bread-cumb ul li a:after {
	content: '\f105';
	font-family: 'FontAwesome';
	color: #272727;
	font-size: 16px;
	margin-left: 15px;
	margin-right: 10px;
}

.bread-cumb ul li span {
	display: block;
	font-size: 16px;
	color: #fbca00;
	font-weight: 300;
}

/* 17. Project Content Styles */
.project-content ul.gallery-filter {
	margin-bottom: 60px;
}

.project-content ul.post-pagination {
	margin-top: 30px;
}

.project-content .owl-theme .owl-nav {
	background: #fff;
	display: inline-block;
	position: absolute;
	right: 0;
	top: -95px;
	padding-left: 25px;
}

.project-content .owl-theme .owl-nav [class*=owl-] {
	padding: 0;
	background-color: transparent;
	color: #B6B6B6;
	font-size: 14px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 2px solid #b6b6b6;
	line-height: 31px;
	transition: all 0.5s ease;
}

.project-content .owl-theme .owl-nav [class*=owl-]:hover {
	border-color: #fbca00;
	color: #fbca00;
}

.single-project-item {
	margin-bottom: 30px;
}

.single-project-item img {
	width: 100%;
}

.single-project-item .img-box {
	position: relative;
}

.single-project-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: hidden;
}

.single-project-item .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}

.single-project-item .overlay .box .top-box {
	display: table;
	width: 100%;
	height: 100%;
	background: rgba(1, 47, 93, 0.8);
	transition: all .5s ease 0s;
	opacity: 0;
	transform: translate3d(0, -100px, 0);
}

.single-project-item .overlay .box .title {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	padding-top: 105px;
}

.single-project-item .overlay .box .title h3 {
	margin: 0;
	font-size: 22px;
	color: #fff;
	font-weight: 500;
}

.single-project-item .overlay .box .bottom-box {
	background: #fbca00;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: all .5s ease .5s;
	transform: translate3d(0, 40px, 0);
	opacity: 0;
}

.single-project-item .overlay .box .bottom-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-project-item .overlay .box .bottom-box ul li {
	list-style: none;
	float: left;
	width: 100%;
}

.single-project-item .overlay .box .bottom-box ul li:last-child a {
	border: none;
}

.single-project-item .overlay .box .bottom-box ul li a {
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 70px;
	transition: all 0.5s ease;
}

.single-project-item .overlay .box .bottom-box ul li a:hover {
	background: #012f5d;
}

.single-project-item .img-box:hover .box .top-box {
	opacity: 1;
	transform: translate3d(0, 0px, 0);
}

.single-project-item .img-box:hover .box .bottom-box {
	transform: translate3d(0, 0px, 0);
	opacity: 1;
}

.single-project-content .single-project-carousel {
	margin-bottom: 30px;
	position: relative;
}

.single-project-content .single-project-carousel .owl-nav {
	margin: 0px;
}

.single-project-content .single-project-carousel .owl-nav .owl-prev {
	left: 0;
}

.single-project-content .single-project-carousel .owl-nav .owl-next {
	right: 0;
}

.single-project-content .single-project-carousel .owl-nav [class*=owl-] {
	width: 50px;
	height: 50px;
	font-size: 30px;
	line-height: 50px;
	background: #012f5d;
	padding: 0;
	text-align: center;
	color: #fff;
	border-radius: 0;
	transition: all 0.5s ease;
	position: absolute;
	top: 50%;
	margin: 0;
	margin-top: -25px;
}

.single-project-content .single-project-carousel .owl-nav [class*=owl-]:hover {
	background: #fbca00;
}

.single-project-content .single-project-customer-info {
	padding-left: 20px;
	padding-top: 26px;
	padding-bottom: 31px;
	background: #012f5d;
}

.single-project-content .single-project-customer-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-project-content .single-project-customer-info ul li {
	list-style: none;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 39px;
}

.single-project-content .single-project-customer-info ul li label {
	font-size: 16px;
	color: #fbca00;
	font-weight: 900;
}

.single-project-content .single-project-content h3 {
	font-size: 30px;
	font-weight: 500;
	margin: 0;
	line-height: 25px;
	margin-bottom: 12px;
}

.single-project-content .single-project-content p.tags {
	margin-bottom: 19px;
}

.single-project-content .single-project-content p.tags a {
	color: #fbca00;
}

.single-project-content .single-project-content .thm-btn {
	padding: 0 30px;
	line-height: 50px;
	margin-top: 32px;
}

.single-project-content .single-project-content p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	margin: 0;
	color: #272727;
}

/* 18. Shop Styles */
.single-shop-item {
	text-align: center;
}

.single-shop-item .img-box {
	background: #F4F4F4;
	padding: 44px 0;
	text-align: center;
	margin-bottom: 18px;
	position: relative;
}

.single-shop-item h3 {
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	color: #272727;
	font-weight: 500;
	transition: all 0.3s ease;
}

.single-shop-item h3:hover {
	color: #fbca00;
}

.single-shop-item .price {
	margin-top: 8px;
	margin-bottom: 10px;
}

.single-shop-item .price span {
	font-size: 24px;
	font-weight: bold;
	color: #012f5d;
}

.single-shop-item .star-box {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 5px;
}

.single-shop-item .star-box li {
	list-style: none;
	display: inline-block;
	margin-left: 5px;
	margin-right: 1px;
}

.single-shop-item .star-box li i {
	font-size: 16px;
	color: #fbca00;
}

.single-shop-item .thm-btn {
	width: 100%;
	line-height: 55px;
}

.single-shop-item .img-box {
	position: relative;
	overflow: hidden;
}

.single-shop-item .img-box img {
	transition: all 0.5s ease;
	transform: scale(1);
}

.single-shop-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	transition: all 0.5s ease;
	opacity: 0;
	border-bottom: 0px solid #fbca00;
	overflow: hidden;
}

.single-shop-item .overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.6);
	opacity: 1;
	transition: all 0.5s ease;
}

.single-shop-item .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}

.single-shop-item .overlay .box .box-content {
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	position: relative;
}

.single-shop-item .overlay .box .box-content ul, .single-shop-item .overlay .box .box-content li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.single-shop-item .overlay .box .box-content ul {
	transform: translate3d(0, 45px, 0);
	transition: all 0.5s ease;
}

.single-shop-item .overlay .box .box-content ul li {
	display: inline-block;
	margin-left: 6px;
}

.single-shop-item .overlay .box .box-content ul li a {
	display: block;
	width: 43px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	background: #fff;
	font-size: 18px;
	color: #272727;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
	transition: all 0.5s ease;
}

.single-shop-item .overlay .box .box-content ul li a:hover {
	background: #fbca00;
	color: #fff;
}

.single-shop-item:hover .img-box img {
	transform: scale(1.1);
	transition: all 0.5s ease;
}

.single-shop-item:hover .overlay {
	opacity: 1;
}

.single-shop-item:hover .overlay .box .box-content ul {
	transform: translate3d(0, 0px, 0);
}

.shop-page .has-divider {
	border-top: 1px solid #F4F4F4;
	margin-top: 50px;
	padding-top: 50px;
}

.shop-page .post-pagination {
	border-top: 1px solid #F4F4F4;
	margin-top: 50px;
	padding-top: 50px;
}

.product-content-box {
	margin-bottom: 80px;
}

.product-content-box .img-box, .product-content-box .content-box {
	display: table-cell;
	vertical-align: middle;
}

.product-content-box .img-box {
	width: 370px;
	background: #f4f4f4;
	text-align: center;
}

.product-content-box .content-box {
	padding-left: 30px;
}

.product-content-box .content-box h2 {
	margin: 0;
	font-size: 24px;
	color: #272727;
	font-weight: 500;
	line-height: 30px;
}

.product-content-box .content-box .list-inline {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 0;
	margin-top: 8px;
}

.product-content-box .content-box .list-inline li {
	padding: 0 3px;
}

.product-content-box .content-box .list-inline .fa {
	color: #fbca00;
	font-size: 16px;
}

.product-content-box .content-box span {
	font-size: 16px;
	color: #272727;
}

.product-content-box .content-box .price {
	font-size: 24px;
	color: #012f5d;
	font-weight: bold;
	display: block;
	margin-top: 8px;
	margin-bottom: 28px;
	padding-bottom: 28px;
	border-bottom: 1px solid #F4F4F4;
}

.product-content-box .content-box p {
	color: #272727;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

.product-content-box .content-box .location-box {
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid #F4F4F4;
}

.product-content-box .content-box .location-box p {
	font-size: 16px;
	color: #272727;
	margin: 0;
	margin-bottom: 17px;
}

.product-content-box .content-box .location-box input {
	border: 1px solid #f4f4f4;
	outline: none;
	line-height: 38px;
	font-size: 16px;
	padding-left: 10px;
	width: 160px;
}

.product-content-box .content-box .location-box button {
	background: #F4F4F4;
	font-size: 14px;
	line-height: 40px;
	border: none;
	outline: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #272727;
	padding: 0 18px;
	margin-left: 6px;
}

.product-content-box .content-box .location-box span {
	color: #012f5d;
	font-size: 14px;
	margin-left: 9px;
}

.product-content-box .content-box .add-to-cart-box {
	margin-top: 35px;
}

.product-content-box .content-box .add-to-cart-box input {
	width: 70px;
	font-size: 18px;
	line-height: 47px;
	color: #272727;
	text-align: center;
	background: #F4F4F4;
	border: none;
	outline: none;
}

.product-content-box .content-box .add-to-cart-box .thm-btn {
	line-height: 51px;
	margin-left: 25px;
}

.product-tab-box {
	margin-bottom: 80px;
}

.product-tab-box .tab-title {
	border-bottom: 1px solid #F6F4F4;
}

.product-tab-box .tab-title ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-tab-box .tab-title ul li {
	display: inline-block;
	list-style: none;
	margin-right: 6px;
}

.product-tab-box .tab-title ul li.active a {
	background: #012f5d;
	color: #fbca00;
}

.product-tab-box .tab-title ul li a {
	display: block;
	color: #272727;
	font-size: 16px;
	background: #F4F4F4;
	line-height: 45px;
	padding-left: 22px;
	padding-right: 22px;
	transition: all 0.5s ease;
}

.product-tab-box .tab-title ul li a:hover {
	background: #012f5d;
	color: #fbca00;
}

.product-tab-box .tab-content {
	margin-top: 35px;
}

.product-tab-box .tab-content p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #272727;
}

.review-box .single-review-box {
	border-bottom: 1px solid #F4F4F4;
	margin-bottom: 45px;
	padding-bottom: 45px;
}

.review-box .single-review-box .img-box, .review-box .single-review-box .text-box {
	display: table-cell;
	vertical-align: top;
}

.review-box .single-review-box .img-box {
	width: 75px;
}

.review-box .single-review-box .text-box {
	padding-left: 30px;
}

.review-box .single-review-box .text-box .top-box {
	margin-bottom: 10px;
}

.review-box .single-review-box .text-box .top-box .title h2 {
	font-size: 18px;
	line-height: 24px;
	color: #272727;
	font-weight: bold;
	margin: 0;
}

.review-box .single-review-box .text-box .top-box .content p {
	margin: 0;
}

.review-box .single-review-box .text-box .top-box .rating-box span {
	color: #012f5d;
	font-size: 14px;
	display: inline-block;
}

.review-box .single-review-box .text-box .top-box .rating-box ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 16px;
}

.review-box .single-review-box .text-box .top-box .rating-box ul li {
	list-style: none;
	margin-right: 2px;
	display: inline-block;
}

.review-box .single-review-box .text-box .top-box .rating-box ul li i {
	font-size: 16px;
	color: #fbca00;
}

.review-box .single-review-box .text-box .bottom-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.review-box .single-review-box .text-box .bottom-box ul li {
	list-style: none;
	display: inline-block;
}

.review-box .single-review-box .text-box .bottom-box ul li a {
	display: block;
	font-size: 14px;
	color: #272727;
	transition: all 0.5s ease;
	margin-right: 5px;
}

.review-box .single-review-box .text-box .bottom-box ul li a:hover {
	color: #012f5d;
}

.review-form-box .title {
	margin-bottom: 40px;
}

.review-form-box .title h2 {
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
	color: #272727;
	font-weight: 900;
	display: inline-block;
	background: url(../img/resources/sidebar-title-bg.jpg) repeat top left;
	padding-left: 20px;
	line-height: 60px;
	padding-right: 20px;
}

.review-form-box .add-rating-box h4 {
	margin: 0;
	font-size: 16px;
	color: #272727;
}

.review-form-box .add-rating-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 12px;
}

.review-form-box .add-rating-box ul li {
	list-style: none;
	display: inline-block;
	border-right: 1px solid #F4F4F4;
	line-height: 22px;
	padding-right: 8px;
	padding-left: 4px;
}

.review-form-box .add-rating-box ul li:hover i {
	color: #fbca00;
}

.review-form-box .add-rating-box ul li i {
	color: #F4F4F4;
	font-size: 12px;
	transition: all 0.5s ease;
	margin-right: 4px;
}

.review-form-box input {
	width: 100%;
	height: 50px;
	border: 1px solid #f4f4f4;
	margin-bottom: 30px;
	outline: none;
	padding-left: 15px;
	line-height: 50px;
}

.review-form-box textarea {
	width: 100%;
	height: 165px;
	border: 1px solid #f4f4f4;
	outline: none;
	padding-top: 10px;
	padding-left: 15px;
}

.review-form-box .thm-btn {
	line-height: 50px;
	font-size: 14px;
	margin-top: 30px;
}

.related-product-box .title {
	margin-bottom: 60px;
}

.related-product-box .title h2 {
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
	color: #272727;
	font-weight: 900;
	display: inline-block;
	background: url(../img/resources/sidebar-title-bg.jpg) repeat top left;
	padding-left: 20px;
	line-height: 60px;
	padding-right: 20px;
}

.related-product-box .title a {
	font-size: 14px;
	color: #012f5d;
	text-transform: uppercase;
	font-weight: 900;
	transition: all 0.5s ease;
	line-height: 60px;
}

.related-product-box .title a:hover {
	color: #fbca00;
}

/* 19. Cart Page Styles */
.cart-section {
	position: relative;
	padding: 80px 0px;
}

.cart-section ul {
	margin: 0;
	padding: 0;
}

.cart-section ul li {
	list-style: none;
}

.cart-section .thm-btn {
	line-height: 52px;
}

.cart-section .cart-outer {
	position: relative;
}

.cart-section .table-outer {
	position: relative;
	width: 100%;
	overflow-x: auto;
}

.cart-section .cart-table {
	width: 100%;
	min-width: 900px;
}

.cart-table .cart-header {
	position: relative;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 7px;
	background: #f5f5f5;
	color: #2f2f31;
}

.cart-table thead tr th {
	line-height: 24px;
	padding: 20px 15px;
	min-width: 120px;
	font-weight: 700;
}

.cart-table thead tr th.prod-column {
	text-align: left;
	padding-left: 40px;
}

.cart-table tbody tr td {
	line-height: 24px;
	padding: 30px 10px 20px;
	min-width: 100px;
	font-family: 'Roboto', sans-serif;
}

.cart-table tbody tr .qty {
	width: 120px;
	padding-right: 20px;
}

.cart-table tbody tr .qty .quantity-spinner {
	background: #f5f5f5;
}

.cart-table tbody tr .prod-column .column-box {
	position: relative;
	min-height: 90px;
	padding-left: 80px;
	padding-top: 15px;
	text-align: left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
	position: absolute;
	left: 0px;
	top: 11px;
	background: #F4F4F4;
	padding: 10px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
	display: block;
	max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h3 {
	font-size: 22px;
	color: #2f2f31;
	font-weight: 700;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: 500;
	color: #272727;
	text-transform: capitalize;
}

.cart-table tbody tr .sub-total {
	font-weight: 700;
	color: #012f5d;
}

.cart-table tbody tr .remove-btn {
	position: relative;
	font-size: 16px;
	color: #282828;
	line-height: 30px;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
	position: relative;
	top: 2px;
	padding-right: 10px;
	font-size: 24px;
	line-height: 30px;
}

.cart-table tbody tr .remove-btn:hover {
	color: #ec1c33;
}

.cart-table tbody tr {
	border-bottom: 1px solid #e9e9e9;
}

.cart-table tbody tr td {
	vertical-align: middle;
}

.cart-table tbody tr td .quantity-spinner {
	padding: 5px 0px 5px 20px;
	line-height: 24px;
	height: 34px;
	display: block;
	width: 100%;
	position: relative;
}

.cart-table tbody .available-info {
	position: relative;
	padding-left: 50px;
	color: #272727;
	font-size: 16px;
}

.cart-table tbody .available-info .icon {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background: #012f5d;
	border-radius: 50%;
}

.cart-section .apply-coupon {
	position: relative;
}

.cart-section .apply-coupon .form-group {
	position: relative;
	float: left;
	margin-right: 10px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
	display: block;
	line-height: 24px;
	padding: 9px 15px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	width: 230px;
	background: none;
	font-weight: 500;
	outline: none;
	height: 52px;
}

.cart-section .estimate-form {
	position: relative;
}

.cart-section h3 {
	font-size: 24px;
	font-weight: 700;
	color: #2f2f31;
	margin-bottom: 30px;
}

.cart-section .estimate-form .row {
	margin-left: -7px;
	margin-right: -7px;
}

.cart-section .estimate-form .row .form-group {
	padding: 0px 7px !important;
	margin-bottom: 20px;
}

.cart-section .totals-table {
	position: relative;
	border: 1px solid #e0e0e0;
	font-family: 'Roboto', sans-serif;
	border-radius: 5px;
}

.cart-section .totals-table .col {
	position: relative;
	display: block;
	float: left;
	padding: 10px 15px;
	line-height: 24px;
	width: 50%;
}

.cart-section .totals-table .col-title {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #353535;
	border-right: 1px solid #e0e0e0;
	font-weight: 700;
}

.cart-section .totals-table li {
	position: relative;
	border-bottom: 1px solid #e0e0e0;
}

.cart-section .totals-table li:last-child {
	border-bottom: none;
}

.cart-section .update-cart-box {
	padding-top: 40px;
}

.cart-section .estimate-form h3 {
	text-transform: uppercase;
	font-size: 24px;
	color: #262626;
	margin: 0;
	margin-bottom: 40px;
	margin-top: 80px;
}

.cart-section .cart-total h3 {
	text-transform: uppercase;
	font-size: 24px;
	color: #262626;
	margin: 0;
	margin-bottom: 40px;
	margin-top: 80px;
}

.cart-section .cart-total .thm-btn {
	margin-top: 30px;
}

.cart-section .estimate-form input {
	width: 100%;
	border: 2px solid #F8F8F8;
	outline: none;
	height: 45px;
	padding-left: 15px;
}

.cart-section .estimate-form select {
	width: 100%;
	border: 2px solid #F8F8F8;
	outline: none;
	height: 45px;
	padding-left: 15px;
	color: #272727;
	font-size: 16px;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	background: #ffffff url(../img/resources/icon-dropdown.png) 97% center no-repeat;
	cursor: pointer;
}

.cart-section .thm-btn.update-cart {
	border: 1px solid #F5F5F5;
	color: #272727;
	background-color: transparent;
}

/* 20. Checkout Page Styles */
.checkout-section .styled-heading h2 {
	background: url(../img/resources/cart-page-title-bg.png) top center repeat;
	display: inline-block;
	text-transform: uppercase;
	font-size: 24px;
	color: #272727;
	line-height: 30px;
	font-weight: 900;
	line-height: 60px;
	padding-left: 20px;
	padding-right: 20px;
}

.checkout-section.cart-section .billing-info-form form .form-group .field-label {
	color: #272727;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 3px;
}

.checkout-section.cart-section .billing-info-form form .form-group input {
	border: 2px solid #f4f4f4;
	color: #272727;
	font-size: 16px;
	height: 48px;
	padding: 0 20px;
	width: 100%;
}

.checkout-section.cart-section .bottom {
	padding-top: 40px;
}

.checkout-section .column.default-column h3 {
	color: #262626;
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 36px;
}

.checkout-section.cart-section .bottom .totals-table {
	border: 2px solid #f4f4f4;
}

.checkout-section.cart-section .bottom .totals-table li {
	border-bottom: 1px solid #f4f4f4;
}

.checkout-section.cart-section .bottom .totals-table li span.col.col-title {
	border-right: 1px solid #f4f4f4;
	color: #272727;
	font-size: 16px;
	font-weight: 400;
}

.checkout-section.cart-section .bottom .totals-table li span.col {
	color: #999999;
	font-size: 16px;
}

.checkout-section .payment-options {
	padding-top: 30px;
}

.checkout-section .payment-options .option-block .radio-block.active .icon i {
	color: #fbca00;
}

.checkout-section .payment-options .option-block {
	margin-bottom: 10px;
}

.checkout-section .payment-options .option-block .radio-block .icon {
	float: left;
	padding-right: 15px;
}

.checkout-section .payment-options .option-block .radio-block .icon i {
	color: #272727;
	font-size: 16px;
	line-height: 28px;
}

.checkout-section .payment-options .option-block .radio-block label.radio-label {
	color: #272727;
	font-size: 16px;
	font-weight: normal;
	display: block;
}

.checkout-section .payment-options .text {
	padding-left: 30px;
}

.checkout-section .payment-options .text p {
	color: #272727;
	font-size: 16px;
	font-weight: 400;
}

.checkout-section.cart-section .thm-btn {
	margin-top: 40px;
}

.checkout-section.cart-section .cart-table {
	width: 100%;
	min-width: auto;
}

/* 21. Fact Section Styles */
.fact-counter-section {
	padding-top: 26px;
	padding-bottom: 80px;
}

.fact-counter-section .container {
	border: 1px solid #F4F4F4;
}

.single-fact-counter {
	padding: 59px 33px;
	border-right: 1px solid #F4F4F4;
	margin-left: -15px;
	margin-right: -15px;
}

.single-fact-counter .text-box {
	float: left;
}

.single-fact-counter .text-box .number {
	font-size: 36px;
	color: #012f5d;
	font-weight: bold;
}

.single-fact-counter .text-box p {
	color: #272727;
	font-weight: 500;
	font-size: 16px;
	margin: 0;
}

.single-fact-counter .icon-box {
	width: 65px;
	float: right;
}

.single-fact-counter .icon-box i {
	font-size: 64px;
	color: #fbca00;
	display: block;
	margin-top: 10px;
}

/* Scroll To Top Styles */
.scroll-to-top {
	position: fixed;
	bottom: 30px;
	right: 15px;
	color: #FBCA00;
	font-size: 55px;
	font-weight: normal;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	display: none;
	z-index: 99;
}

/* Boxed Layout */
.boxed_wrapper.active_boxlayout {
	width: 1350px;
	margin: 0 auto;
	background: #fff;
	overflow-x: hidden;
}

body.bg {
	background: url(../img/resources/pattern.png) repeat;
}

.container article .btn-abrir-popup {
	padding: 0 28px;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #ffffff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px; 
	cursor: pointer;
	transition: .3s ease all;
	cursor: pointer;
}

.container article .btn-abrir-popup:hover {
	background: rgba(94,125,227, .9)
}

.popup {
	background: #f8f8f8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	padding: 20px;
	text-align: center;
	width: 600px;
}

.popup .btn-cerrar-popup {
	font-size: 16px;
	line-height: 16px;
	display: block;
	text-align: right;
	color: #BBBBBB;
	transition: .3s ease all;
}

.popup .btn-cerrar-popup:hover {
	color: #000;
}

.popup h1 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
	/* opacity: 0; */
}

.close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 0;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.modal-header {
    min-height: 16.43px;
    color: #ffffff;
    background-color: #012f5d;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}