/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR CHARITY HOME          ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

1 imported styles
2 flaticon reset styles
3 common css styles
4 .top-bar styles
5 .header styles
6 .mainmenu-area styles
7 .rev_slider_wrapper styles
8 .overlay styles
9 .call-to-action styles
10 .event styles
11 .full-sec styles
12 .single-service-home styles
13 .faq-home styles
14 .fact-counter-wrapper styles
15 .single-team-member styles
16 .testimonials-wrapper styles
17 .single-blog-post styles
18 .footer-call-to-action styles
19 .footer styles
20 .footer-bottom styles
21 contact form validation styles
22 .home-appointment-form styles
23 select menu item styles
24 date picker styles
25 .inner-header styles
26 .about-content styles
27 .volunteer-profile
28 .contact-content styles
29 .appointment-content styles
30 .side-bar-widget styles
31 .parallax-section
32 .gallery-section
33 .featured-causes styles
34 .pager-outer
35 .causes recent style
36 .promote-project
37 .donation-section

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

/* 1 imported styles */

@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,100italic,200,200italic,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800,900,800italic,900italic);

@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(hover.css);
@import url(jquery.fancybox.css);
@import url(jquery.bxslider.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(animate.min.css);
@import url(../fonts/flaticon/flaticon.css);

@import url(../revolution/css/settings.css);

@import url(../js/jquery-ui-1.11.4/jquery-ui.css);



html, body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #9C9C9C;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;	
}
a, a:hover, a:active {
	text-decoration: none !important;
	color: #fba11b;
}
a:focus, a:hover {
	color: #da8d1b;
}

:active,
:focus {
	outline: none !important;
}
img {
	max-width: 100%;
}
.p0 {
	padding: 0 !important;
}
.full-width {
	width: 100% !important;
}
.text-thm {
	color: #fba11b;
}
.text-white {
	color: #fff !important;
}

.thm-btn {
	background: #fba11b;
	border-radius: 30px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px 35px;
	border: 2px solid transparent;
	transition: all .3s ease;


		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#da8d1b+0,fba11b+100 */
	background: #fba11b; /* Old browsers */
	background: -moz-linear-gradient(top, #fba11b 0%, #da8d1b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fba11b 0%,#da8d1b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fba11b 0%,#da8d1b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba11b', endColorstr='#da8d1b',GradientType=0 ); /* IE6-9 */
	border-bottom-color: #da8d1b;
    border-top-color: #fba11b;

}
.thm-btn:hover,
.thm-btn.inverse {
	background: #fff;
	border-color: #fba11b;
	color: #fba11b;
}
.thm-btn:active,
.thm-btn:focus {
	background: #fff;
	border-color: #fba11b;
	color: #fba11b;
}
.thm-btn.inverse:hover {
	background: #fba11b;
	border-color: #fba11b;
	color: #fff;

	background: #fba11b; /* Old browsers */
	background: -moz-linear-gradient(top, #fba11b 0%, #da8d1b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fba11b 0%,#da8d1b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fba11b 0%,#da8d1b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba11b', endColorstr='#da8d1b',GradientType=0 ); /* IE6-9 */
	border-bottom-color: #da8d1b;
    border-top-color: #fba11b;

}
.btn-xs {
	font-size: 11px !important;
	padding: 8px 15px !important;
}
.sec-padding {
	padding: 90px 0;
}

.sec-title {
	margin-bottom: 63px;
	position: relative;
}
.sec-title h2 {
	font-size: 32px;
	text-transform: capitalize;
	color: #202A30;
	font-weight: bold;
	margin: 0;
	margin-bottom: 15px;
}
.sec-title p {
	font-size: 18px;
	color: #747474;
	margin: 0;
	margin-bottom: 20px;
}
.sec-title span.decor {
	width: 16px;
	height: 16px;	
	border-radius: 50%;
	border: 2px solid #E6E6E6;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
 }
.sec-title span.inner {
    width: 6px;
    height: 6px;
    background: #EAEAEA;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-top: 3px;
}
.sec-title span.decor:before,
.sec-title span.decor:after {
	content: '';
	position: absolute;	
	top: 5px;
	width: 50px;
	height: 2px;
	background: #E6E6E6;
	z-index: -1;
}
.sec-title span.decor:before {
	left: 14px;
}
.sec-title span.decor:after {
	right: 14px;
}
.sec-title.text-left span.decor {
	margin-left: 50px;
}
.sec-title.style-two span.decor {
	border-color: #fba11b;
}
.sec-title.style-two span.decor .inner {
	background: #fba11b;
}
.sec-title.style-two span.decor:after {
	right: -94px;	
}
.sec-title.style-two span.decor:before,
.sec-title.style-two span.decor:after {
	background: #DCDCDC;
}

.sec-title.colored span.decor {
	border-color: #fba11b;
}
.sec-title.colored span.decor span.inner {
	background: #fba11b;
}
.sec-title.colored span.decor:before,
.sec-title.colored span.decor:after {
	background: #fba11b;
}
.sec-color {
	color: #202a30;
	font-weight: 700;
}
.double-line {
	display: block;
	margin-bottom: 30px;
	margin-top: 10px;
	position: relative;
}
.double-line::before,
.double-line::after {
	border: 1px solid #fba11b;
    bottom: -7px;
	content: "";
	height: 1px;
	left: 0;
	margin: 1px auto auto;
	position: absolute;
	right: 0;
	width: 50px;
}
.double-line::before {
	bottom: -10px;
}
.double-line.line-left::before,
.double-line.line-left::after {
	left: 0;
	right: auto;
}


/* 2 flaticon reset styles */

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	margin: 0;
}

.clearfix {
	display: block;
	clear: both;
}

/* 3 common css styles */
.ml_15 {
	margin-left: 15px;
}
.mb_0 {
	margin-bottom: 0 !important;
}
.mb_10 {
	margin-bottom: 10px !important;
}
.mb_20 {
	margin-bottom: 20px !important;
}
.mb_30 {
	margin-bottom: 30px !important;
}
.mb_60 {
	margin-bottom: 60px !important;
}
.mb_100 {
	margin-bottom: 100px !important;
}
.mt_0 {
	margin-top: 0px;
}
.mt_5 {
	margin-top: 5px;
}
.mt_10 {
	margin-top: 10px !important;
}
.mt_15 {
	margin-top: 15px !important;
}
.mt_20 {
	margin-top: 20px !important;
}
.mt_30 {
	margin-top: 30px !important;
}
.mt_50 {
	margin-top: 50px !important;
}
.p_0 {
	padding: 0 !important;
}
.p_20 {
	padding: 20px;
}
.p_30 {
	padding: 30px;
}
.p_40 {
	padding: 40px;
}
.pb_0 {
	padding-bottom: 0 !important;
}
.pb_2 {
	padding-bottom: 2px !important;
}
.pb_20 {
	padding-bottom: 20px !important;
}
.pb_30 {
	padding-bottom: 30px !important;
}
.pb_60 {
	padding-bottom: 60px !important;
}
.pb_70 {
	padding-bottom: 70px !important;
}
.pl_0 {
	padding-left: 0;
}
.pr_0 {
	padding-right: 0 !important;
}
.pr_15 {
	padding-right: 15px !important;
}
.pt_0 {
	padding-top: 0 !important;
}
.pt_50 {
	padding-top: 50px !important;
}
.pt_75 {
	padding-top: 75px !important;
}
.pt_90 {
	padding-top: 90px !important;
}
.pb_50 {
	padding-bottom: 50px !important;
}

.text-center {
	text-align: center;
}

.text-black {
	color: #454545 !important;
}

.font-13 {
	font-size: 13px !important;
}
.font-16 {
	font-size: 16px !important;
}
.font-18 {
	font-size: 18px !important;
}

.border-1px {
	border: 1px solid #eee;
}
.brder-left-3 {
	border-left: 3px solid #ddd;
}


/* 4 .top-bar styles */

.top-bar {border-bottom: 1px solid #EAEAEA;}

.top-bar .left-text p {
	font-size: 13px;
	color: #B6B6B6;	
	margin: 0;
	line-height: 48px;
}

.top-bar .left-text p span {
	color: #383838;
}

.top-bar img {
    max-height: 30px;
    margin-top: 10px;
    margin-right: 5px;
}

.social-icons ul,
.social-icons ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.social-icons ul li:first-child a {
	border-left: 1px solid #EAEAEA;
}

.social-icons ul li a {
	display: inline-block;
	font-size: 15px;
	color: #A4A4A4;
	border-right: 1px solid #EAEAEA;
	line-height: 48px;
	text-align: center;
	padding: 0 16px;
	margin-left: -5px;
	transition: all .3s ease;
}

.social-icons ul li a:hover {
	color: #fff;
	background: #fba11b;
}


/* 5 .header styles */
.header {padding: 38px 0;}
.header-right-info  {
	margin-top: 0px;
}
.single-header-info {float:left;padding-left: 35px;}
.single-header-info .icon-box,
.single-header-info .content {
	display: table-cell;
	vertical-align: middle;
}
.single-header-info .icon-box .inner-box {
	width: 60px;
	height: 60px;
	border: 1px solid #E1E1E1;
	border-radius: 50%;
	text-align: center;
	line-height: 58px;
	margin-right: 15px;
}
.single-header-info .icon-box .inner-box i:before {
	font-size: 30px;
	color: #fba11b;
}
.single-header-info .content h3 {
	font-size: 13px;
	text-transform: uppercase;
	color: #2B2B2B;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	margin: 0;
	margin-bottom: 5px;
}
.single-header-info .content p {
	font-size: 13px;
	margin: 0;
	color: #B6B6B6;
}
.single-header-info .content p b {
	font-size: 18px;
	color: #000000;
	font-weight: 500;
}
.single-header-info .thm-btn {
	margin: 7px 0;
}

.single-header-info .modal-dialog.style-one {
	margin: 30px auto;
	width: 700px;
}



/* 6 .mainmenu-area styles */

.mainmenu-area {
	background: #262F36; /*#004A89*/
	border-bottom: 4px solid #fba11b;
}
.mainmenu-area.stricky-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}
.navigation .nav-footer {
	display: none;
}
.navigation .nav-header > ul {
	padding: 0;
	margin: 0;
}
.navigation .nav-header > ul > li {
	display: inline-block;
	position: relative;
}
.navigation .nav-header > ul > li:first-child > a {
	padding-left: 0;
}
.navigation .nav-header > ul > li > a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 23px 19px;
	transition: all .3s ease;
}
.navigation .nav-header > ul > li:hover > a {
	color: #fba11b;
}
.navigation .nav-header > ul > li.open > ul {
	opacity: 1 !important;
	visibility: visible !important;
}
.navigation .nav-header > ul > li > ul {
	position: absolute;
	top:100%;
	left:0;
	z-index: 999;
	background: #fff;
	width: 240px;
	margin: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	box-shadow: 2px 0 11px -3px rgba(0,0,0,.2);
	transition: all .5s ease;
}
.navigation .nav-header > ul > li > ul > li {
	display: block;
	position: relative;
}
.navigation .nav-header > ul > li > ul > li:last-child > a {
	border-bottom: 0;
}
.navigation .nav-header > ul > li > ul > li > a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	color: #2B2B2B;
	padding: 14px 19px;
	border-bottom: 1px solid #E9E9E9;
	transition: all .3s ease;
}
.navigation .nav-header > ul > li > ul > li:hover > a {
	background: #fba11b;
	color: #fff;
	border-color: 0;
}

.navigation .nav-header > ul > li > ul > li:hover > a.same {
	background: rgba(223, 0, 9, 1);
}
.navigation .nav-header > ul > li > ul > li:hover > a.deutz-fahr {
	background: rgba(84, 182, 0, 1);
}
.navigation .nav-header > ul > li > ul > li:hover > a.lamborghini {
	background: rgba(0, 0, 0, 1);
}
.navigation .nav-header > ul > li > ul > li:hover > a.gregoire {
	background: rgba(255, 197, 0, 1);
}




.navigation .nav-header > ul > li > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.navigation .nav-header > ul > li > ul > li > ul {
	position: absolute;
	top:0;
	left:100%;
	width: 240px;
	margin: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	background: #fff;
	box-shadow: 2px 0 11px -3px rgba(0,0,0,.2);
	transition: all .5s ease;
}
.navigation .nav-header > ul > li > ul > li > ul > li {
	display: block;
	position: relative;
}
.navigation .nav-header > ul > li > ul > li > ul > li:last-child > a {
	border-bottom: 0;
}
.navigation .nav-header > ul > li > ul > li > ul > li > a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	color: #2B2B2B;
	padding: 14px 19px;
	border-bottom: 1px solid #E9E9E9;
	transition: all .3s ease;
}
.navigation .nav-header > ul > li > ul > li > ul > li:hover > a {
	background: #fba11b;
	color: #fff;
	border-color: 0;
}

.mainmenu-area .search-box {
	width: 280px;
	height: 66px;
	background: #2D373F;
	padding: 0 25px;
	position: relative;
}
.mainmenu-area .search-box input {
	background-color: transparent;
	border: none;
	outline: none;
	color: #DAD9D9;
	font-size: 13px;
	line-height: 65px;
	width: calc(100% - 31px);
}
.mainmenu-area .search-box button {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 15px;
	line-height: 65px;
	color: #DAD9D9;
	position: absolute;
}


/* 7 .rev_slider_wrapper styles */
.rev_slider_wrapper {
	max-width: 100vw;
	overflow: hidden !important;
}

.rev_slider_wrapper .thm-banner-h1 {
	font-size: 55px;
	font-weight: 300;
	color: #202A30;
	font-family: 'Raleway';
	text-transform: uppercase;
}
.rev_slider_wrapper .thm-banner-h3 {
	background-color: #fff;
	font-size: 30px;
	font-weight: 600;
	color: #fba11b;
	font-family: 'Raleway';
	padding: 0 10px !important;
	/*text-transform: capitalize;*/
}
.rev_slider_wrapper .thm-banner-p {
	font-size: 15px;
	font-weight: 600;
	color: #fbf7f7;
	font-family: 'Poppins';
	line-height: 27px;	
}

.rev_slider_wrapper .thm-banner-h1.heavy {
	font-weight: 900;
}

.rev_slider_wrapper .thm-btn {
	transition: all .3s ease !important;
}

.rev_slider_wrapper .thm-banner-h1 {
	background: #fba11b;
	color: #fff;
	font-size: 42px;
	line-height: 55px;
	padding: 0 10px;
}
.rev_slider_wrapper .thm-banner-h1.black-bg {
	background: #202a30d4;/*#004A89;*/
	color: #fff;
	font-size: 50px;
	line-height: 55px;
	padding: 0 10px;
}


.rev_slider_wrapper .same .thm-banner-h1 {
	background: rgba(223, 0, 9, 1);
}
.rev_slider_wrapper .deutz-fahr .thm-banner-h1 {
	background: rgba(84, 182, 0, 1);
}
.rev_slider_wrapper .lamborghini .thm-banner-h1 {
	background: rgba(0, 0, 0, 1);
}
.rev_slider_wrapper .gregoire .thm-banner-h1 {
	background: rgba(255, 197, 0, 1);
}



/* 8 .overlay styles */

.overlay-white {
	background: url("../img/fondo.jpg") center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.overlay-white:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	background: #272727;
	opacity: .7;
}

/* 9 .call-to-action styles */

.call-to-action .container-fluid {
	padding: 0;
}
.call-to-action-corner {
	/*width: 35%;*/
	position: relative;	
	/*float: left;*/

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;	
	transition: all .3s ease;
}
.call-to-action-corner:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom:0;
	left: 0;
	content: '';
	background: #202a30d9;/*rgba(0,72,136,.9);*/
}
.call-to-action-corner:hover:before {
	background: rgba(251, 161, 27, .9);
}

.call-to-action-corner.same:hover:before {
	background: rgba(223, 0, 9, .9);
}
.call-to-action-center.deutz-fahr:hover:before {
	background: rgba(84, 182, 0, .9);
}
.call-to-action-corner.lamborghini:hover:before {
	background: rgba(0, 0, 0, .8);
}
.call-to-action-corner.gregoire:hover:before {
	background: rgba(255, 197, 0, .9);
}


.call-to-action-center {
	/*width: 30%;*/
	position: relative;
	/*float: left;*/

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: all .3s ease;
}
.call-to-action-center:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	background: #202a30d1;/*rgba(0,74,137,.9);*/
}
.call-to-action-center:hover:before {
	background: rgba(251, 161, 27, .9);
}

.single-call-to-action {
	position: relative;
	text-align: center;
	min-height: 250px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.single-call-to-action .icon-box,
.single-call-to-action .content-box {
	display: inline-block;
	vertical-align: top;
}
.single-call-to-action .icon-box {
	width: 50px;
	position: relative;
	bottom: 15px;
}
.single-call-to-action .icon-box i.flaticon-circle {
	bottom: 25px;
	position: relative;
}
.single-call-to-action .icon-box i.flaticon-social {
	position: relative;
	bottom: 25px;
}
.single-call-to-action .icon-box i.flaticon-medical {
	position: relative;
	bottom: 25px;
}
.single-call-to-action .icon-box i:before {
	font-size: 50px;
	color: #fff;
}
.single-call-to-action .content-box {
	width: 65%;
	text-align: left;
	padding-left: 15px;
}
.single-call-to-action .content-box h3 {
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	margin: 0;
	margin-bottom: 15px;
}
.single-call-to-action .content-box p {
	font-size: 13px;
	color: #fff;
	line-height: 24px;
}
.single-call-to-action .content-box ul {
	margin: 0;
	padding: 0;
}
.single-call-to-action .content-box ul li {
	list-style: none;
	display: block;
	color: #fff;
	font-size: 13px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.single-call-to-action .content-box .thm-btn.inverse {
	border-color: #fff;
	background-color: transparent;
	padding: 7px 22px;
	color: #fff;
}
.single-call-to-action .content-box .thm-btn.inverse:hover {
	background: #fff;
	color: #fba11b;
}
.call-to-action.boxed .single-call-to-action .content-box {
	width: 70%;
}

/* 10 .event styles */

.event {
	margin-bottom: 15px;
}
.event .event-thumb {
	position: relative;
}
.event .event-title {
	margin-bottom: 10px;
	margin-top: 0;
}
.event .event-title a {
	color: #000000;
	text-transform: uppercase;	
	transition: all .3s ease;
	font-weight: 600;
}
.event:hover .event-title a {
	color: #fba11b;
}
.event .event-content .event-held {
	font-size: 12px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.event .event-content .event-held li i {
	color: #fba11b;
}
.event .event-thumb .event-date {
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}
.event .event-thumb .date {
	background-color: #fba11b;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 20px;
	list-style: none;
	padding: 15px 15px 10px;

	background: #fba11b; /* Old browsers */
	background: -moz-linear-gradient(top, #fba11b 0%, #da8d1b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fba11b 0%,#da8d1b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fba11b 0%,#da8d1b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba11b', endColorstr='#da8d1b',GradientType=0 ); /* IE6-9 */


}
.event .event-thumb .month {
	background-color: #333;
	color: #ddd;
	font-size: 12px;
	font-weight: 600;
	list-style: none;
	padding: 7px 15px;
	text-transform: uppercase;
}
/* bx-event-carousel style-two */
.event.style-two {
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
}
.event.style-two .event-thumb .event-date {
	left: 0;
	padding-left: 0;
}

.event.style-two .event-thumb .date {
	font-size: 28px;
	padding: 20px 0;
}
/* event slider */
.bx-wrapper {
  margin: 0 auto 7px;
  padding: 0;
  position: relative;
}
.bx-wrapper .bx-viewport {
	background: transparent;
	border: none;
	box-shadow: none;
	left: 0;
}
/* bx top nav style */
.bx-controls .bx-controls-direction > a {
    background: #fba11b;
    background-image: none;
    border: 2px solid #da8d1b;
	color: #fff;
    height: auto;
    line-height: 26px;
    padding: 0 11px;
    width: auto;
    text-indent: 0;
    top: -34px;
    z-index: 0;

	background: #fba11b; /* Old browsers */
	background: -moz-linear-gradient(top, #fba11b 0%, #da8d1b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fba11b 0%,#da8d1b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fba11b 0%,#da8d1b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba11b', endColorstr='#da8d1b',GradientType=0 ); /* IE6-9 */
	border-bottom-color: #da8d1b;
	border-top-color: #fba11b; 

}
.bx-controls .bx-controls-direction > a:hover {
	background: #fff;
	color: #fba11b;
}
.bx-controls .bx-controls-direction > a:hover i {
	color: #fba11b;
}
.bx-controls .bx-controls-direction > a i {
	color: #fff;
}
.bx-controls .bx-controls-direction .bx-prev {
    right: 35px;
    left: auto;
}
.bx-controls .bx-controls-direction .bx-next {
    right: 0;
}

.section-marcas .bx-controls .bx-controls-direction > a {
	top: auto;
	bottom: -50px;
	padding: 5px 14px;
}
.section-marcas .bx-controls .bx-controls-direction .bx-prev {
	right: 50px;
}

/* .event images style */

.img-masonary {
	margin-left: -3px;
	margin-right: -3px;
}
.img-masonary .img-w1 {
	padding: 3px;
}
.img-masonary .img-w1 img {
	width: 280px;
}
.img-masonary .img-h1 img {
	height: 220px;
}

/* 11 .full-sec styles */

.full-sec {
	background: #FBFCFC;
}
.full-sec .sec-title {
	margin: 0;
	margin-bottom: 30px;
}
.full-sec .full-image {
	max-width: none;
}
.full-sec h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	text-transform: capitalize;
	color: #fba11b;
	font-weight: 300;
	line-height: 40px;
	margin: 0;
}
.full-sec p {
	color: #9C9C9C;
	line-height: 26px;
}
.full-sec .full-sec-content {
	padding-top: 70px;
	padding-left: 70px;
}
.full-sec .thm-btn {
	padding: 7px 21px;
	font-size: 12px;
	border-color: #D3D3D3;
	color: #202A30;
	background-color: transparent;
}
.full-sec .thm-btn:hover {
	background: #fba11b;
	border-color: #fba11b;
	color: #fff;	
}


/* 12 .single-service-home styles */

.home-serivce {
	padding-bottom: 10px;
}
.single-service-home {
	margin-bottom: 50px;
}
.single-service-home .icon-box,
.single-service-home .content {
	display: table-cell;
	vertical-align: top;	
}
.single-service-home .inner-box {
	width: 65px;
	height: 65px;
	text-align: center;
	color: #fff;
	line-height: 63px;
	margin-right: 27px;
	/*border-top: 2px solid #fba11b;*/
	padding-top: 2px;
	border-left: 2px solid #fba11b;
	padding-right: 2px;
	padding-bottom: 2px;
	position: relative;
	transition: all .3s ease;

	/*
	border: 2px solid #fba11b;
	background: -moz-linear-gradient(top, #fba11b 0%, #da8d1b 100%); 
	background: -webkit-linear-gradient(top, #fba11b 0%,#da8d1b 100%); 
	background: linear-gradient(to bottom, #fba11b 0%,#da8d1b 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba11b', endColorstr='#da8d1b',GradientType=0 ); 
	border-bottom-color: #da8d1b;
	border-top-color: #fba11b; */

	background: -moz-linear-gradient(top, #fba11b 0%, #fba11b 100%); 
	background: -webkit-linear-gradient(top, #fba11b 0%,#fba11b 100%); 
	background: linear-gradient(to bottom, #fba11b 0%,#fba11b 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba11b', endColorstr='#fba11b',GradientType=0 ); 
    background-size: 100% 2px;
    background-repeat: no-repeat;
	overflow: hidden;

}
.single-service-home:hover .inner-box {
	border-color: #fba11b;
	color: #fba11b;
}


 .single-service-home .inner-box:before {
	content: '';/*
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -17px;
    right: -17px;
    background: #fff;
    transform: rotate(45deg);*/

    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: -80px;
    right: -75px;
    background: #fba11b;
    transform-origin: 0 0;
    transform: rotate(45deg);
    z-index: 0;
}
.single-service-home:hover .inner-box:before {

 }
.single-service-home .inner-box:after {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #fba11b;
    right: 17px;
    bottom: 0px;
}
.single-service-home:hover .inner-box:before {
	content: "";
	background: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-right: 2px solid #fba11b;
    right: 0px;
    top: auto;
    bottom: 17px;
    transform: none;
}

.single-service-home .inner-box i {
	position: relative;
	z-index: 1;
}

.single-service-home .inner-box i:before {
	font-size: 35px;
}
.single-service-home .content h3 {
	font-size: 24px;
	text-transform: capitalize;
	color: #202A30;
	color: #ccc;
	font-weight: 500;
	margin: 0;
	line-height: 24px;
	margin-bottom: 15px;
}
.single-service-home .content p {
	color: #aaa;
	line-height: 26px;
	margin: 0;
	margin-bottom: 15px;
}
.single-service-home .content a {
	color: #da8d1b;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 600;
	transition: all .3s ease;
}
.single-service-home:hover .content a {
	color: #fba11b;
}

.style-two .single-service-home .inner-box  {
	border-radius: 50%;
}
.style-two .single-service-home .inner-box:before {
	display: none;
}


/* 13 .faq-home styles */

.faq-home {
	padding-top: 0;
}
.faq-home hr {
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
	height: 6px;
	margin: 0;
	margin-bottom: 90px;
}
.faq-home .sec-title {
	margin: 0;
	margin-bottom: 22px;
}
.faq-home .accrodion {
	padding-bottom: 31px;
	position: relative;
	padding-right: 55px;
}
.faq-home .accrodion:last-child {
	padding-bottom: 0;
}
.faq-home .accrodion:last-child:before {
	display: none;
}
.faq-home .accrodion.active:last-child:before {
	display: block;
}
.faq-home .accrodion.active:before,
.faq-home .accrodion:before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 5px;
	left:6px;
	background: #F1F1F1;
}
.faq-home .accrodion .accrodion-content {
	padding-top: 21px;
}
.faq-home .accrodion .accrodion-title h4 {
	margin: 0;
	font-size: 20px;
	color: #202A30;
	font-weight: 600;
	cursor: pointer;
}
.faq-home .accrodion .accrodion-title h4 span.decor {
	width: 14px;
	height: 14px;	
	border-radius: 50%;
	border: 2px solid #F1F1F1;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-right: 20px;
 }
.faq-home .accrodion .accrodion-title h4 span.inner {
    width: 4px;
    height: 4px;
    background: #F1F1F1;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-top: 3px;
}
.faq-home .accrodion.active .accrodion-title h4 span.decor {
	border-color: #fba11b;
}
.faq-home .accrodion.active .accrodion-title h4 span.inner {
	background: #fba11b;	
}
.faq-home .accrodion .accrodion-content {
	padding-left: 40px;
}
.faq-home .accrodion .accrodion-content p {
	margin-bottom: 21px;
	font-size: 14px;
	color: #9C9C9C;
	line-height: 26px;
}
.faq-home .accrodion .accrodion-content p:last-child {
	margin-bottom: 0;
}

.faq-home.faq-page .accrodion.active .accrodion-title h4 .text {
	color: #fba11b;
}
.faq-home.faq-page .accrodion-grp .accrodion {
	padding-right: 0 !important;
}


/* 14 .fact-counter-wrapper styles */

.fact-counter-wrapper {
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
}
.fact-counter-wrapper:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: #1C1C1C;
	opacity: .95;
}
.fact-counter-wrapper h2 {
	font-size: 36px;
	line-height: 42px;
	color: #fff;
	margin: 0;
	margin-bottom: 27px;
}
.fact-counter-wrapper .thm-btn.inverse:hover {
	border-color: #fff;
	color: #fff;
}
.single-fact {
	text-align: center;
	display: inline-block;
	padding: 0 35px;
}
.single-fact .icon-box {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 2px solid  #fff;
	color: #fff;
	text-align: center;
	line-height: 98px;
	margin-bottom: 14px;
}
.single-fact .icon-box i:before {
	font-size: 50px;
}
.single-fact span {
	font-size: 48px;
	font-weight: 500;
	color: #fff;
}
.single-fact p {
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}


/* 15 .single-team-member styles */


.meet-volunteers.gray-bg {
	background: #FBFCFC;
}
.meet-volunteers.team-page {
	padding-bottom: 30px;
}
.meet-volunteers.team-page .single-team-member {
	margin-bottom: 60px;
}
#lista-ocasion:after {
	content: "";
	display: table;
	clear: both;
}
#lista-ocasion {
	margin-bottom: 25px;
	clear: both;
}
#lista-ocasion > div {
	padding: 5px;
}
#lista-ocasion .single-team-member {
    border: 1px solid #E6E6E6;
    padding: 10px 10px 15px 10px;
    border-radius: 2px;
}
#lista-ocasion .single-team-member:hover {
	background: #f5f5f5; 
	box-shadow: 0px 0px 1px rgba(0,0,0, .25), -2px 2px 5px rgba(0,0,0,.05);
	transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
}
.single-team-member .img-box {
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 70%;
    overflow: hidden;
}
.single-team-member .img-box > img {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	max-height: 150%;
	max-width: 150%;
	transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
}
.single-team-member:hover .img-box > img {
	-webkit-transform: scale(1.19);
    -ms-transform: scale(1.19);
    transform: scale(1.19);
	transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;    
}
.single-team-member .img-box > a {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: auto;
    z-index: 100;
}
.single-team-member .img-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	background: rgba(251, 161, 27, .75);
	transform: scale(0);
	transition: all .5s ease;

	background: rgba(218, 141, 27, .75); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(251, 161, 27, .75) 0%, rgba(218, 141, 27, .75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(251, 161, 27, .75) 0%,rgba(218, 141, 27, .75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(251, 161, 27, .75) 0%,rgba(218, 141, 27, .75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba11b', endColorstr='#da8d1b',GradientType=0 ); /* IE6-9 */
}
.single-team-member:hover .img-box .overlay {
	transform: scale(1);
}
.single-team-member .img-box .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}
.single-team-member .img-box .overlay .box .content {
	display: table-cell;
	vertical-align: middle;
}
.single-team-member .img-box .overlay .box .content ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
.single-team-member .img-box .overlay .box .content ul li {
	display: inline-block;
	list-style: none;
}
.single-team-member .img-box .overlay .box .content ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	background: #fff;
	color: #fba11b;
	border: 1px solid #fff;
	line-height: 38px;
	font-size: 18px;
	border-radius: 50%;
	transition: all .3s ease;
}
.single-team-member .img-box .overlay .box .content ul li a:hover {
	background: #fba11b;
	border-color: #fff;
	color: #fff;
}
.single-team-member h3 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: bold;
	color: #222E35;
	line-height: 22px;
	margin: 0;
	margin-bottom: 4px;
	margin-top: 5px;
	min-height: 44px;
    display: flex;
    align-items: flex-end;
}
.single-team-member > span {
	font-size: 13px;
	color: #fba11b;
	text-transform: capitalize;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E6E6E6;
}
.single-team-member p {
	font-size: 14px;
	color: #9C9C9C;
	line-height: 26px;
	margin: 0;
}
.single-team-member a.thm-btn {
	padding: 9px 24px;
	/*background: #fff;*/
	/*border-color: #E6E6E6;*/
	/*color: #222E35;*/
	margin-top: 13px;
}
.single-team-member a.thm-btn:hover {
	background: #fba11b;
	border-color: #fba11b;
	color: #fff;
}

.team-carousel .owl-controls {
	position: absolute;
	top: -55px;
	right: 0;	
}
.nuevo-slider .owl-controls, .nuevo-slider2 .owl-controls {
	position: absolute;
	bottom: -55px;
	right: 0;	
}
.nuevo-slider .owl-controls .owl-nav, .nuevo-slider2 .owl-controls .owl-nav {
	width: 130px;
}
.nuevo-slider .owl-controls .owl-prev, .nuevo-slider .owl-controls .owl-next, .nuevo-slider2 .owl-controls .owl-prev, .nuevo-slider2 .owl-controls .owl-next {
	float: left;
}
.nuevo-slider > .item, .nuevo-slider2 > .item  {
	display: none;
}
.nuevo-slider2 .owl-stage {
	min-width: 100% !important;
}
.lista-marcas2 .owl-controls {
	margin-top: 15px;
	margin-bottom: 25px;
}

.owl-theme .owl-nav {
	margin: 0;
}
.owl-theme .owl-nav [class*=owl-] {
	background: #fba11b;
	color: #fff;
	width: 45px;
	height: 45px;
	border: 2px solid #fba11b;
	font-size: 22px;
	line-height: 43px;
	padding: 0;
	margin: 0;
	border-radius: 0;
	margin-left: 15px;

	background: #fba11b; /* Old browsers */
	background: -moz-linear-gradient(top, #fba11b 0%, #da8d1b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fba11b 0%,#da8d1b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fba11b 0%,#da8d1b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba11b', endColorstr='#da8d1b',GradientType=0 ); /* IE6-9 */
	border-bottom-color: #da8d1b;
    border-top-color: #fba11b;

}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: #fff;
	color: #fba11b;
}
.lista-marcas2.owl-theme .owl-nav [class*=owl-] {
	float: left;
}


/* 16 .testimonials-wrapper styles */

.testimonials-wrapper {
	background: url(../img/resources/testi-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.testimonials-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	background: #fff;
	opacity: .9;
}
.testimonials-wrapper .container {
	position: relative;
}

.single-testimonaials {
	text-align: center;
	background: #fff;
	padding: 0 50px;
	padding-bottom: 40px;
	margin-top: 30px;	
}
.single-testimonaials .qoute-box {
	width: 60px;
	height: 60px;
	text-align: center;
	color: #fba11b;
	background: #fff;
	line-height: 60px;
	-webkit-box-shadow: 0 0 7px -2px rgba(0,0,0,.2);
	box-shadow: 0 0 7px -2px rgba(0,0,0,.2);
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	bottom: 30px;
	margin-bottom: -10px;
}
.single-testimonaials .qoute-box .qoute {
	font-size: 80px;
	vertical-align: bottom;
	line-height: 0;
	text-align: center;
	margin-right: 25px;
}
.single-testimonaials p {
	font-weight: 500;
	color: #383838;
	font-size: 15px;
	line-height: 28px;	
}
.single-testimonaials h3 {
	font-size: 16px;
	color: #202A30;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	margin-top: 20px;
	margin-bottom: 6px;
}
.single-testimonaials span {
	font-size: 13px;
	color: #A4A4A4;
	text-transform: capitalize;
}
.testimonaials-carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background: #fff;
	border: 2px solid #fba11b;
	border-radius: 50%;
}
.testimonaials-carousel .owl-dots {
	margin-top: 60px;
}
.testimonaials-carousel .owl-dots .owl-dot:hover span,
.testimonaials-carousel .owl-dots .owl-dot.active span {
	background: #fba11b;
}


/* 17 .single-blog-post styles */


.single-blog-post .content-box {
	margin-top: 27px;
}
.single-blog-post .img-box {
	position: relative;
}
.single-blog-post .img-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	background: rgba(251, 161, 27, .75);
	transform: scale(0);
	transition: all .5s ease;
}
.single-blog-post:hover .img-box .overlay {
	transform: scale(1);
}
.single-blog-post .img-box .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}
.single-blog-post .img-box .overlay .box .content {
	display: table-cell;
	vertical-align: middle;
}
.single-blog-post .img-box .overlay .box .content ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
.single-blog-post .img-box .overlay .box .content ul li {
	display: inline-block;
	list-style: none;
}
.single-blog-post .img-box .overlay .box .content ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	background: #fff;
	color: #fba11b;
	border: 1px solid #fff;
	line-height: 38px;
	font-size: 18px;
	border-radius: 50%;
	transition: all .3s ease;
}
.single-blog-post .img-box .overlay .box .content ul li a:hover {
	background: #fba11b;
	border-color: #fff;
	color: #fff;
}
.single-blog-post .content-box .date-box,
.single-blog-post .content-box .content {
	display: table-cell;
	vertical-align: top;
}
.single-blog-post .content-box .date-box {
	padding-right: 25px;
}
.single-blog-post .content-box .date-box .inner {
	width: 65px;	
	text-align: center;
}
.single-blog-post .content-box .date-box .inner .date {
	background: #fba11b;
	padding: 15px 0;
}
.single-blog-post .content-box .date-box .inner .date b {
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
}
.single-blog-post .content-box .date-box .inner .date {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
}
.single-blog-post .content-box .date-box .comment {
	font-size: 20px;
	color: #202A30;
	line-height: 17px;
	font-weight: 500;
	padding: 16px 0;
	border: 1px solid #E6E6E6;
	border-top: 0px;
}
.single-blog-post .content-box .date-box .comment i:before {
	color: #374045;
	font-size: 16px;
}
.single-blog-post .content-box .content h3 {
	font-size: 20px;
	color: #000000;
	text-transform: capitalize;
	margin: 0;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 12px;
}
.single-blog-post .content-box .content p {
	font-size: 14px;
	color: #9C9C9C;
	line-height: 26px;
}
.single-blog-post .content-box .content span {
	color: #222222;
	font-size: 13px;
}
.single-blog-post .content-box .content span a {
	color: #f3530f;
}
.single-blog-post .content-box .content .btn-details {
	color: #f3530f;
	font-size: 13px;
}

.single-blog-post .share {
	margin: 0;
	padding: 0;
}
.single-blog-post .share li {
	display: inline;
	list-style: none;
}
.single-blog-post .share li a,
.single-blog-post .share li span {
	display: inline-block;
	color: #D5DADD;
	font-size: 16px;
	margin-right: 10px;
}
.single-blog-post .share li a:hover {
	color: #fba11b;
}
.single-blog-post .share li span {
	color: #222222;
	font-size: 12px;
	text-transform: capitalize;
}
.single-blog-post .bottom-box {
	margin-top: 35px;
}

.blog-page .single-blog-post,
.blog-details .admin-info,
.blog-details .comment-box {
	padding-bottom: 50px;
	margin-bottom: 60px;
	border-bottom: 1px solid #F1F1F1;
}

.blog-details .admin-info .img-box,
.blog-details .admin-info .content {
	display: table-cell;
	vertical-align: top;
}
.blog-details .admin-info .inner-box {
	width: 100px;
}
.blog-details .admin-info .content {
	padding-left: 45px;
}
.blog-details .admin-info .content h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin: 0;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #222E35;
}
.blog-details .admin-info .social {
	padding: 0;
	margin: 0;	
}
.blog-details .admin-info .social li {
	display: inline-block;
	list-style: none;
}
.blog-details .admin-info .social li a {
	font-size: 16px;
	margin-right: 7px;
	color: #D5DADD;
}
.blog-details .admin-info .social li a:hover {
	color: #fba11b;
}
.blog-details .comment-box .title {
	margin-bottom: 50px;
}
.blog-details .comment-box .title h2 {
	font-size: 32px;
	text-transform: capitalize;
	color: #272727;
	font-weight: bold;
	margin: 0;
	line-height: 25px;
}
.blog-details .comment-box .single-comment-box {
	margin-bottom: 34px;
}
.blog-details .comment-box .single-comment-box:last-child {
	margin-bottom: 0;
}
.blog-details .comment-box .single-comment-box .img-box,
.blog-details .comment-box .single-comment-box .content-box {
	display: table-cell;
	vertical-align: top;
}
.blog-details .comment-box .single-comment-box .img-box .inner-box {
	width: 70px;
	margin-right: 30px;
}
.blog-details .comment-box .single-comment-box .content-box h3 {
	color: #272727;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
}
.blog-details .comment-box .single-comment-box .content-box span {
	color: #272727;
	display: inline-block;
	font-weight: 500;
}
.blog-details .comment-box .single-comment-box .content-box p {
	color: #9C9C9C;
	line-height: 26px;
}
.blog-details .comment-box .single-comment-box .content-box a.reply {
	font-size: 13px;
	font-weight: bold;
	font-family: 'Raleway';
	text-transform: uppercase;
	color: #004A89;
}
.blog-details .comment-box .single-comment-box .content-box .meta-box {
	margin-bottom: 15px;
	margin-top: 8px;
}


/* 18 .footer-call-to-action styles */

.footer-call-to-action {
	background: #878889;
	padding: 55px 0;
}
.footer-call-to-action h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	margin: 0;
	line-height: 23px;
	margin-bottom: 16px;	
}
.footer-call-to-action p {
	font-size: 16px;
	color: #D5E0EE;
	margin: 0;
	line-height: 25px;
}
.footer-call-to-action a.thm-btn {
	padding: 14px 24px;
	color: #202A30;
	margin: 7px 0;
}
.footer-call-to-action a.thm-btn.inverse:hover {
	color: #fff;
	border-color: #fff;
}


/* 19 .footer styles */

.footer {
	background: #262F36;
}

.footer-widget ul {
	margin: 0;
	padding: 0;
}
.footer-widget ul li {
	list-style: none;
}
.footer-widget .contact {
	margin-top: 21px;
}
.footer-widget .contact li {
	font-size: 13px;
	color: #C9C9C9;
	margin-bottom: 18px;
}
.footer-widget .contact li i,
.footer-widget .contact li span {
	display: table-cell;
	vertical-align: middle;
}

.footer-widget .contact li i {
	font-size: 16px;
	color: #FFFFFF;
	width: 18px;
	text-align: center;
	padding-right: 18px;
}
.footer-widget.about-widget img {
	margin-bottom: 20px;
}
.footer-widget.about-widget p {
	color: #C9C9C9;
	font-size: 13px;
	line-height: 27px;
	margin: 0;		
}

.footer-widget .social {
	margin-top: 30px;
}
.footer-widget .social li {
	display: inline-block;
}
.footer-widget .social li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #CACFD3;
	border: 1px solid #CACFD3;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	border-radius: 50%;
	margin-right: 3px;
	transition: all .3s ease;
}
.footer-widget .social li a:hover {
	background: #fba11b;
	border-color: #fba11b;
}
.footer-widget h3.title {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: bold;
	color: #FEF9F9;
	margin: 0;
	margin-bottom: 24px;
}

.footer-widget.quick-links ul li a {
	font-size: 14px;
	color: #C9C9C9;
	line-height: 38px;
	tranisition: all .3s ease;
}
.footer-widget.quick-links ul li a:hover {
	color: #fba11b;
}
.footer-widget.latest-post ul {
	margin-top: 42px;
}
.footer-widget.latest-post ul li {
	margin-bottom: 20px;
}
.footer-widget.latest-post ul li span.border {
	display: table-cell;
	vertical-align: top;
}
.footer-widget.latest-post ul li span.border:before {
	content: ' ';
	width: 10px;
	height: 2px;
	background: #FFFFFF;
	display: block;
}
.footer-widget.latest-post ul li .content {
	padding-left: 18px;
	display: table-cell;
	vertical-align: top;
	position: relative;
	top: -8px;
}
.footer-widget.latest-post ul li a {
	display: block;
	color: #C9C9C9;
	font-size: 13px;
	line-height: 25px;
	transition: all .3s ease;
}
.footer-widget.latest-post ul li a:hover {
	color: #fba11b;
}
.footer-widget.latest-post ul li span {
	color: #576673;
	font-size: 13px;
	display: block;
}
.footer-widget.contact-widget input,
.footer-widget.contact-widget textarea {
	width: 100%;
	height: 50px;
	background: #004AAA;
	color: #C9C9C9;
	font-size: 13px;	
	margin-bottom: 10px;
	border: none;
	outline: none;
	padding: 0 20px;
}
.footer-widget.contact-widget textarea {
	height: 100px;
	padding-top: 15px;
	margin-bottom: 5px;
}
.footer-widget.contact-widget button {
	width: 100%;
	height: 50px;
	background: #fba11b;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	border: none;
	outline: none;
	padding: 0;
	line-height: 50px;
	font-weight: bold;
	transition: all .3s ease;
}
.footer-widget.contact-widget button:hover {
	background: #fff;
	color: #fba11b;
}

/* 20 .footer-bottom styles */

.footer-bottom {
	background: #262F36;
	border-top: 1px solid #2D373F;
	padding: 22px 0;
}
.footer-bottom p {
	margin: 0;
	font-size: 13px;
	color: #fff;
}
.footer-bottom a {
	color: #fba11b;
}


/* 21 contact form validation styles */

.contact-form label.error {
	display: none !important;
}
.contact-form input.error,
.contact-form textarea.error {
	background: rgba(255,0,0,.2) !important;
}


/* 22 .home-appointment-form styles */

.home-appointment-form {
	margin-top: -191px;
	position: relative;
	z-index: 9999;
}
.home-appointment-form .heading {
	display: inline-block;
	background: #fff;

	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.home-appointment-form .heading h3 {
	margin: 0;
	color: #004A89;
	font-size: 24px;
	text-transform: capitalize;
	line-height: 60px;
	padding: 0 35px;
	font-weight: 600;
}
.home-appointment-form .form-grp {
	background: #fff;
	padding: 35px 30px;
}
.home-appointment-form .form-grp .single-form {
	margin-right: 20px;
	float: left;
}
.home-appointment-form .form-grp .single-form:last-child {
	margin-right: 0;
}
.home-appointment-form .form-grp .single-form input {
	width: 222px;
	height: 55px;
	border: 1px solid #EDF0F3;
	padding-left: 22px;
	outline: none;
}
.home-appointment-form .form-grp .single-form button {
	width: 152px;
	height: 55px;
	background: #fba11b;
	border: none;
	outline: none;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
.home-appointment-form .form-grp .select-input-wrapper {
	width: 222px;
}
.home-appointment-form .form-grp .select-input + .ui-selectmenu-button {
	border-radius: 0;
	width: 100% !important;
	background: none;
	border: none;
	font-weight: normal;
	border: 1px solid #EDF0F3;
	height: 55px;
	outline: none;
}
.home-appointment-form .form-grp .select-input + .ui-state-default .ui-icon {
	background-image: url(../img/resources/select-menu-bg.png);
   	background-position: 0 0;
    margin: -3px;
    right: 15px;

}
.home-appointment-form .form-grp .select-input + .ui-selectmenu-button span.ui-selectmenu-text {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #BDBDBD;
	border-radius: 0px;
	height: 55px;
	outline: none;
	line-height: 55px;
	padding-left: 20px;
}
.home-appointment-form.volunteer-profile {
	margin-top: 0;
	padding-bottom: 60px;
	padding-top: 0;
}
.home-appointment-form.volunteer-profile .heading h3 {
	line-height: 35px;
}
.home-appointment-form.volunteer-profile hr {
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
	height: 6px;
	margin: 0;
	margin-bottom: 60px;
}
.home-appointment-form.volunteer-profile .form-grp .single-form input,
.home-appointment-form.volunteer-profile .form-grp .select-input + .ui-selectmenu-button span.ui-selectmenu-text {
	background: #EFEFEF;
}


/* 23 select menu item styles */

.ui-selectmenu-menu {
	z-index: 999999;
}
.ui-widget-content {
	background: none;
	border: none;
	background: #fff;
	border-bottom: 0;
}
.ui-menu .ui-menu-item {
	padding: 0;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px solid #EDF0F3;
	padding-left: 15px;
	font-family: 'Poppins';
	font-weight: normal;
	color: #BDBDBD;
	font-size: 14px;
}
.ui-menu .ui-menu-item.ui-state-focus,
.ui-menu .ui-menu-item:hover {
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	background: #fba11b;
	border-bottom: 1px solid #fba11b;
	border-top: 1px solid #fba11b;
}


/* 24 date picker styles */

.ui-datepicker-header {
	background: #fba11b;
	border-color: #fba11b;
	border-radius: 0;
}
.ui-datepicker .ui-state-default {
	font-size: 14px;
	background: none;
	font-weight: normal;
	border: 1px solid #EDF0F3;
	padding: 7px;
	font-family: 'Poppins';
}
.ui-datepicker .ui-state-highlight {
	background: #fba11b;
	color: #fff;
}


/* 25 .inner-header styles */

.inner-header {
	padding-top: 60px;
	padding-bottom: 80px;
	position: relative;
	background-image: url('../img/resources/inner-header-bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.inner-header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: .85;
}
.inner-header .sec-title {
	position: relative;
	margin-bottom: 0;
}
.inner-header .sec-title span.decor:before,
.inner-header .sec-title span.decor:after {
	background: #DADADA;
}
.inner-header .sec-title h2 {
	color: #000000;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 58px;
	margin: 0;
}
.breadcumb {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.breadcumb li {
	display: inline-block;
	color: #222E35;
}
.breadcumb li a,
.breadcumb li i,
.breadcumb li span {
	display: block;
	font-size: 15px;	
}
.breadcumb li a {
	color: #fba11b;
	padding-right: 6px;
}
.breadcumb li span {
	color: #222E35;
}
.breadcumb li a:after {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	margin-left: 6px;
	color: #222E35;
}

.inner-header > .volver {
	position: absolute;
	bottom: 10px;
	right: 20%;
	z-index: 1;
	color: #333;
}
.inner-header > .volver:hover {
	color: #000;
}

/* 26 .about-content styles */

.about-content.full-sec {
	background: #fff;
	padding-bottom: 0;
}
.about-content.full-sec .full-sec-content {
	padding-top: 0;
	padding: 0;
}
.about-content.full-sec h3 {
	font-size: 26px;
}


/* 27 .volunteer-profile */

.volunteer-profile ul.infos {
	margin: 0;
	padding: 0;	
	margin-top: 11px;
}
.volunteer-profile ul.infos li {
	list-style: none;
	line-height: 35px;
}
.volunteer-profile ul.infos li span {
	display: table-cell;
	vertical-align: middle;
}
.volunteer-profile ul.infos li span:first-child {
	text-transform: uppercase;
	color: #222E35;
	font-size: 13px;
	font-weight: 600;
}
.volunteer-profile ul.infos li span:last-child {
	padding-left: 40px;
	color: #9C9C9C;
}
.volunteer-profile ul.social {
	padding: 0;
	margin-top: 15px;
}
.volunteer-profile ul.social li {
	display: inline-block;
}
.volunteer-profile ul.social li a {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	background: #3B3B3B;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	transition: all .3s ease;
}
.volunteer-profile ul.social li:hover a {
	background: #fba11b;
}


/* 28 .contact-content styles */

.contact-content #contact-page-google-map {
	height: 400px;
	width: 100%;
	margin-bottom: 63px;
}
.contact-content h2 {
	color: #fba11b;
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 0px;	
}
.contact-content .contact-form textarea,
.contact-content .contact-form select,
.contact-content .contact-form input[type="text"],
.contact-content .contact-form input[type="email"],
.contact-content .contact-form input[type="tel"] {
	width: 100%;
	height: 60px;
	border: 1px solid #F0F0F0;
	outline: none;
	padding-left: 20px;
	line-height: 58px;
	margin-bottom: 20px;
}
.contact-content .contact-form textarea {
	height: 221px;
}
.contact-content .contact-form .thm-btn {
	padding: 12px 42px;
}

.contact-content .contact-info {
	padding: 0;
	padding-left: 20px;
	margin-bottom: 40px;
	position: relative;
}
.contact-content .contact-info:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 5px;
    left: 6px;
    background: #F1F1F1;
}
.contact-content .contact-info li {
	list-style: none;
	margin-bottom: 23px;
}
.contact-content .contact-info li > a {
	display: block;
	width: 100%;
}
.contact-content .contact-info li:nth-last-child(1) {
	margin-bottom: 0px;
}
.contact-content .contact-info li .icon-box,
.contact-content .contact-info li .content-box {
	display: table-cell;
	vertical-align: top;
}
.contact-content .contact-info li .icon-box .inner {
	width: 70px;
	height: 70px;
	background: #fba11b;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 30px;
	margin-right: 25px;
}
.contact-content .contact-info li .content-box h4 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact-content .contact-info li .content-box p {
	color: #9C9C9C;
	line-height: 26px;
}

.contact-content .contact-info span.decor {
	position: absolute;
	left: -22px;
	top: 4px;
}
.contact-content .contact-info span.decor:before, .contact-content .contact-info span.decor:after {
	content: none;
}

/* 29 .appointment-content styles */

.appointment-content {

}
.appointment-content .select-input-wrapper {
	width: 100%;
}
.appointment-content .select-input + .ui-selectmenu-button {
	border-radius: 0;
	width: 100% !important;
	background: none;
	border: none;
	font-weight: normal;
	border: 1px solid #EDF0F3;
	height: 60px;
	outline: none;
}
.appointment-content .select-input + .ui-state-default .ui-icon {
	background-image: url(../img/resources/select-menu-bg.png);
   	background-position: 0 0;
    margin: -3px;
    right: 15px;

}
.appointment-content .select-input + .ui-selectmenu-button span.ui-selectmenu-text {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #BDBDBD;
	border-radius: 0px;
	height: 60px;
	outline: none;
	line-height: 55px;
	padding-left: 20px;
}
.appointment-content .half-wrapper {
	margin-left: -10px;
	margin-right: -10px;
}
.appointment-content.contact-content .contact-form  textarea {
	height: 221px;
}
.appointment-content .half {
	margin-top: 15px;
	padding: 0 10px !important;
}
.appointment-content .title-box {
	margin-bottom: 50px;
	margin-top: 50px;
}
.appointment-content .title-box span {
	font-size: 18px;
	color: #7C7C7C;
	text-transform: capitalize;
	font-family: 'Raleway';
	font-weight: 500;
}
.appointment-content .title-box p {
	line-height: 26px;
	color: #9C9C9C;
}
.appointment-content .title-box h3 {
	margin: 0;
	color: #004A89;
	font-size: 24px;
	text-transform: capitalize;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 10px;
}


/* 30 .side-bar-widget styles */

.pull-right .side-bar-widget {
	margin-left: 20px;
}
.single-sidebar-widget {
	margin-bottom: 38px;
}
.single-sidebar-widget.search input {
	width: calc(100% - 66px);
	height: 55px;
	border: 1px solid #F1F1F1;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	outline: none;
	background: #fff;
	padding-left: 20px;
}
.single-sidebar-widget.search button {
	width: 66px;
	height: 55px;
	border: 1px solid #fba11b;
	background: #fba11b;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 0;
	line-height: 53px;
	text-align: center;
	outline: none;
	font-size: 17px;
	color: #fff;
	margin-left: -5px;
}
.single-sidebar-widget .title {
	font-size: 24px;
	font-weight: 600;
	color: #3F3E3E;
	text-transform: capitalize;
	margin: 0;	
}
.single-sidebar-widget.category .title {
	margin-bottom: 11px;
}
.single-sidebar-widget.category ul {
	margin: 0;
	padding: 0;
}
.single-sidebar-widget.category ul li {
	list-style: none;
}
.single-sidebar-widget.category ul li a {
	color: #9C9C9C;
	line-height: 45px;
	position: relative;
	padding-left: 26px;
	transition: all .3s ease;
}
.single-sidebar-widget.category ul li a:hover {	
	color: #fba11b;
}
.single-sidebar-widget.category ul li a:before {
	content: '';
	width: 10px;
	height: 2px;
	display: block;
	background: #E3E3E3;
	position: absolute;
	top: 10px;
	left: 0;
}
.single-sidebar-widget.archive .title {
	margin-bottom: 11px;
}
.single-sidebar-widget.archive ul {
	margin: 0;
	padding: 0;
}
.single-sidebar-widget.archive ul li {
	list-style: none;
}
.single-sidebar-widget.archive ul li a {
	color: #9C9C9C;
	line-height: 45px;
	position: relative;
	padding-left: 26px;
	tranistion: all .3s ease;
}
.single-sidebar-widget.archive ul li a:hover {
	color: #fba11b;
}
.single-sidebar-widget.archive ul li a:before {
	content: '';
	width: 10px;
	height: 2px;
	display: block;
	background: #E3E3E3;
	position: absolute;
	top: 10px;
	left: 0;
}
.single-sidebar-widget.popular-post ul {
	margin: 0;
	padding: 0;
	margin-top: 25px;
}
.single-sidebar-widget.popular-post ul li {
	list-style: none;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #F5F5F5;
}
.single-sidebar-widget.popular-post ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.single-sidebar-widget.popular-post ul li .img-box,
.single-sidebar-widget.popular-post ul li .content-box {
	display: table-cell;
	vertical-align: middle;
}
.single-sidebar-widget.popular-post ul li .img-box .inner-box {
	width: 70px;
	margin-right: 25px;
}
.single-sidebar-widget.popular-post ul li .img-box img {
	width: 70px;
}
.single-sidebar-widget.popular-post ul li .content-box h4 {
	font-size: 14px;
	color: #9C9C9C;
	line-height: 26px;	
	margin: 0;
	transition: all .3s ease;
}
.single-sidebar-widget.popular-post ul li .content-box h4:hover {
	color: #fba11b;
}
.single-sidebar-widget.popular-post ul li .content-box span {
	color: #fba11b;
	font-size: 14px;
	display: inline-block;
	line-height: 26px;
}
.single-sidebar-widget.tags ul {
	padding: 0;
	margin-top: 30px;
}
.single-sidebar-widget.tags ul li {
	display: inline-block;
	list-style: none;
	margin-right: 3px;
	margin-bottom: 12px;
}
.single-sidebar-widget.tags ul li a {
	display: inline-block;
	border: 1px solid #F1F1F1;
	font-size: 14px;
	border-radius: 30px;
	color: #BABABA;
	padding: 5px 23px;
	transition: all .3s ease;
}
.single-sidebar-widget.tags ul li a:hover {
	background: #fba11b;
	border-color: #fba11b;
	color: #fff;
}


#single_Service .service_sideber {}
#single_Service .service_sideber .services_lis {
    border: 1px solid #f4f4f4;
	border-bottom:0px solid;
}
#single_Service .service_sideber .services_lis ul{
	margin:0;
	padding:0;
	list-style:none;
}
#single_Service .service_sideber .services_lis ul li { 
	border-bottom: 1px solid #f4f4f4;
    line-height: 60px;
}

 
#single_Service .service_sideber .services_lis ul li i{
	color:#fba11b;
	font-size:18px;
	font-weight:normal; 
	padding-left: 10px;
	padding-right:20px;
}
#single_Service .service_sideber .services_lis ul li a {
    text-decoration: none;
    overflow: hidden;
    display: block;
    color: #004A89;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400; 
    padding-left: 20px;
}
#single_Service .service_sideber .services_lis ul li.active a,
#single_Service .service_sideber .services_lis ul li a:hover {
    background:#fba11b;
    color:#fff;
	transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
}
#single_Service .service_sideber .services_lis ul li.active a i,
#single_Service .service_sideber .services_lis ul li a:hover i{ 
    color:#fff
}


#single_Service .service_sideber .appointment_side_form {
  border: 1px solid #f4f4f4;
    border-top: 0px solid;
    margin-top: 40px;
}
#single_Service .service_sideber .appointment_side_form h2{
	font-family:'Raleway';
	font-size:20px;
	font-weight:600;
	color:#fff;
	text-align:center;
	background:#fba11b;
	height:55px;
	padding-top:15px;
}
#single_Service .service_sideber .appointment_side_form .side_form {
    padding: 20px 20px;
}
#single_Service .service_sideber .appointment_side_form .side_form input {
	font-family:'Raleway';
	font-size:14px;
	color:#b7b3b3;
	background:#efefef;
	width:100%;
	height:45px;
	border:0px solid;
	padding-left:20px;
	margin-bottom: 10px;
}
#single_Service .service_sideber .appointment_side_form .side_form .select-input + .ui-selectmenu-button span.ui-selectmenu-text {
	background: #efefef;
	height: 45px;
	line-height: 43px;
}
#single_Service .service_sideber .appointment_side_form .side_form .select-input + .ui-selectmenu-button {
	height: 45px;
}
#single_Service .service_sideber .appointment_side_form .side_form .appoin_button{
	font-family:'Raleway';
	font-size:13px;
	font-weight:600;
	color:#fff;
	text-align:center;
	background:#fba11b;
	width:100%;
	height:45px; 
	border:0px solid;
	margin-top: 5px;
}
 
#single_Service .service_sideber .question_Box {
	margin-top: 40px;
}
#single_Service .service_sideber .question_Box h2{
	font-family:'Raleway';
	font-size:20px;
	color:#404040;
	font-weight:600;
	
}
#single_Service .service_sideber .question_Box .qustion_list{
	padding-top:20px;
}
#single_Service .service_sideber .question_Box .qustion_list ul{
	margin:0;
	padding:0;
	list-style:none; 
}
#single_Service .service_sideber .question_Box .qustion_list ul li {
    padding: 10px 0 20px 0;
	
}
#single_Service .service_sideber .question_Box .qustion_list ul li i{
	color:#fba11b;
	float:left;
}
#single_Service .service_sideber .question_Box .qustion_list ul li a{
	text-decoration:none;
	color:#8e979f;
	float:left;
	padding-left:15px;
}
.question_Box hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

#single_Service .service_mainconetent .about_box h2{
	font-family:'Raleway';
	font-size:20px;
	font-weight:500;
	color:#202a30;
}
#single_Service .service_mainconetent .about_box p{
	font-size:14px;
	color:#8e979f;
	line-height:30px;
	
}
#single_Service .service_mainconetent .about_promo_box h2{
	font-weight:400;
	color:#fba11b;
	font-size:28px;
	line-height:40px;
	padding:10px 0;
}
#single_Service .service_mainconetent .about_promo_box .pormo_box_details p{
	font-size:14px;
	color:#8e979f;
	line-height:25px;
	
}
#single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list{
	overflow:hidden;
	padding-top:10px; 
	
}
#single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list ul{
	margin:0;
	padding:0;
	list-style:none;
}
#single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list li {
	line-height: 35px;
}
#single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list li i{
	width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #fba11b;
    color: #fba11b;
    text-align: center;
    font-size: 16px;
}
#single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list li a{
	text-decoration:none;
	color:#646f79;
	font-style:16px;
	font-weight:600;
	padding-left:15px;
	
} 
#single_Service .service_mainconetent .about_promo_box .pormo_box_details .service_table{
	overflow:hidden
}  
.service_table {
    width: 100%;
    padding-top: 30px;
    overflow: hidden;
}
.service_table .table {
    border: 1px solid #efefef;
}
.service_table .thead-inverse{
	background:#efefef;
	border:0px solid;
}
.service_table .thead-inverse tr th{
	font-family:'Raleway';
	font-size:20px;
	color:#fba11b;
	font-weight:600;
	border-bottom:0px solid !important;
}
.service_table .thead-inverse tbody tr td{
	color:#8e979f;
	font-weight:500;
	font-size:14px;
	padding-left:15px;
}
.service_table tbody tr td i{ 
	width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #fba11b;
    color: #fba11b;
    text-align: center;
    font-size: 16px; 
    padding-left: 2px;
    padding-top: 1px;
	margin-right:10px;
	 
}
.service_table .table thead>tr>th, .service_table .table tbody>tr>th, .service_table .table tfoot>tr>th, .service_table .table thead>tr>td, .service_table .table tbody>tr>td, .service_table .table tfoot>tr>td {
    padding: 15px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 14px;
    color: #8e979f;
}


/* 31 .parallax-section */

.parallax-section {
	position:relative;
	padding:80px 0px;
	background-position:center center !important;
	background-size:cover !important;
	background-attachment:fixed !important;
	background-repeat:no-repeat !important;
}
.parallax-section:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:0;	
}
.parallax-section .auto-container {
	position:relative;
	z-index:5;
}


/* 32 .gallery-section */

.gallery-section {
	position:relative;
	background:#ffffff;
	padding:0px 0px 50px;
}
.gallery-section.full-width {
	padding-bottom:0px;	
}
.gallery-section .filter-tabs {
	position:relative;
	margin:10px 0px 40px;
	text-align:center;	
	padding: 0px;
}
.gallery-section .filter-tabs li {
	position:relative;
	display:inline-block;
	line-height:20px;
	padding:10px 15px;
	min-width:80px;
	text-align:center;
	color:#353535;
	font-size:12px;
	text-transform:uppercase;
	margin:0px 7px 10px;
	border:1px solid #dadada;
	cursor:pointer;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}
.gallery-section .filter-tabs li:hover,
.gallery-section .filter-tabs li.active {
	border-color:#fba11b;
	color:#ffffff;
	background:#fba11b;	
}
.gallery-section .images-container {
	position:relative;
}
.gallery-section .image-box {
	position:relative;
	float:left;
	margin-bottom:0px;
	display:block;
	border:2px solid #ffffff;
	width:50%;
}
.gallery-section.slider-section {
	padding-bottom:0px;
	overflow:hidden;
}

.gallery-section.slider-section .slider-outer {
	margin-left:-2px;
	margin-right:-2px;	
}
.gallery-section.slider-section .image-box {
	margin-bottom:0px;
	width:100%;
	display:block;
	border:2px solid #ffffff;
	border-top-width:4px;
}
.gallery-section .filter-list .image-box {
	display:none;
}
.gallery-section.full-width .image-box {
	width:50%;
	margin-bottom:0px;
}
.gallery-section .image-box .inner-box {
	position:relative;
	width:100%;
	display:block;
	background:#ffffff;
	overflow:hidden;	
}
.gallery-section .image-box .image {
	position:relative;
	display:block;
	width:100%;	
}
.gallery-section .image-box .image img {
	position:relative;
	display:block;
	width:100%;
	height:auto;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}
.gallery-section .image-box:hover .image img {
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);	
}
.gallery-section .image-box .zoom-btn {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
	font-size:42px;
	color:#92b201;
	outline:2px solid #92b201;
	outline-offset:-10px;
	-webkit-transform:scale(0,0);
	-ms-transform:scale(0,0);
	-o-transform:scale(0,0);
	-moz-transform:scale(0,0);
	transform:scale(0,0);
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.gallery-section .image-box .zoom-btn .icon {
	position:relative;
	display:inline-block;
	line-height:50px;
	top:50%;
	margin-top:-25px;
}
.gallery-section .image-box .inner-box:hover .zoom-btn {
	background-color:rgba(255,255,255,0.70);
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	-moz-transform:scale(1,1);
	transform:scale(1,1);
}
.gallery-section .image-box .btn-zoom {
	position:absolute;
	left:0px;
	top:-100%;
	width:100%;
	text-align:center;
	height:100%;
	display:block;
	background:rgba(0,0,0,0.70);
	opacity:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.gallery-section .image-box:hover .btn-zoom {
	top:0px;
	opacity:1;	
}
.gallery-section .image-box .btn-zoom .icon {
	position:relative;
	width:30px;
	height:30px;
	font-size:42px;
	line-height:30px;
	display:inline-block;
	top:50%;
	margin-top:-15px;
	color:#fba11b;	
}
.carousel-slider .owl-controls {
	z-index:999;
	position:relative;
	margin:20px 0px 30px;
	text-align:center;	
}
.carousel-slider .owl-nav .owl-prev {
	position:relative;
	display:inline-block;
	margin:0px 5px;
	width:80px;
	height:30px;
	text-align:center;
	background:none !important;
	font-size:0px !important;
}
.carousel-slider .owl-nav .owl-next {
	position:relative;
	display:inline-block;
	margin:0px 5px;
	width:80px;
	height:30px;
	text-align:center;
	background:none !important;
	font-size:0px !important;
}
.carousel-slider .owl-nav .owl-prev:after {
	content:'\e06e';
	font-family:'Flaticon';
	position:absolute;
	left:0px;
	top:0px;
	line-height:40px;
	display:block;
	font-size:20px;
	text-align:center;
	width:80px;
	height:40px;
	opacity:1;
	color:#db9d46;
	border:1px solid #cccccc;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}
.carousel-slider .owl-nav .owl-next:after {
	content:'\e0b6';
	font-family:'Flaticon';
	position:absolute;
	left:0px;
	top:0px;
	line-height:40px;
	display:block;
	font-size:20px;
	text-align:center;
	width:80px;
	height:40px;
	opacity:1;
	color:#db9d46;
	border:1px solid #cccccc;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.carousel-slider .owl-nav .owl-prev:hover:after,
.carousel-slider .owl-nav .owl-next:hover:after {
	background:#92b201;
	color:#ffffff;
	opacity:1;
}
.carousel-slider .owl-dots{
	display:none !important;	
}


/* 33 .featured-causes styles */

.featured-causes {
	background-color: #fff;
	display: inline-block;
	margin-bottom: 10px;
}
.featured-causes .thumb {
	position: relative;
}
.featured-causes .thumb .causes-progress {
	background-color: rgba(255, 255, 255, 0.65);
	bottom: 0;
	padding: 20px 12px;
	position: absolute;
	width: 100%
}
.featured-causes .causes-details h3 {
	color: #454545;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 25px;
	margin-top: 40px;
}
.featured-causes .causes-details p {
	font-size: 15px;
}
.featured-causes .causes-details .p-title {
	color: #fba11b;
	margin-bottom: 20px;
}
.featured-causes .causes-details h6 {
	color: #454545;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.featured-causes .causes-details .thm-btn {
	margin-bottom: 20px;
	margin-top: 20px;
}
.featured-causes .social {
	padding-left: 0px;
}
.featured-causes .social li {
	display: inline-block;
}
.featured-causes .social li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #fba11b;
	border: 1px solid #CACFD3;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	border-radius: 50%;
	margin-right: 3px;
	transition: all .3s ease;
}
.featured-causes .social li a:hover {
	background: #fba11b;
	border-color: #fba11b;
	color: #fff;
}


.featured-causes .progress {
	height: 15px;
}
.featured-causes .progress-item {
	margin-top: 10px;
}
.featured-causes .progress-item .progress {
	background-color: #ddd;
	box-shadow: 0 0 1px rgba(0,0,0,0.4) inset;
	border-radius: 8px;
	margin-bottom: 15px;
	overflow: visible;
}
.featured-causes .progress-item .progress-bar {
	background-color: #fba11b;
	border-radius: 8px 0 0 8px;
	font-size: 12px;
	height: 15px;
	line-height: 18px;
	padding-left: 10px;
	position: relative;
	text-align: left;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	width: 0;
}
.featured-causes .progress-item .progress-bar .value-holder {
	background-color: #fba11b;
	color: #333;
	font-size: 10px;
	line-height: 8px;
	padding: 7px 2px;
	position: absolute;
	right: -10px;
	text-align: center;
	top: -3px;
	z-index: 9999;
}
.featured-causes .progress-item .progress-bar .value-holder {
	border: 2px solid #fcfcfc;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	padding: 10px 5px;
	position: absolute;
	right: -10px;
	text-align: center;
	top: -9px;
	z-index: 9999;
}
.featured-causes .progress-item .progress-bar .value-holder .value {
	color: #fff;
	font-size: 10px;
	line-height: 10px;
}
.featured-causes .progress-item.progress-white .progress {
	padding: 2px;
}
.featured-causes .progress-item.style2 .progress {
	background-color: #717171;
	box-shadow: 0 0 1px rgba(0,0,0,0.4) inset;
	border-radius: 0;
	height: 30px;
	margin-bottom: 15px;
	overflow: visible;
}
.featured-causes .progress-item.style2 .progress-bar .value-holder {
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	right: 12px;
	top: 5px;
}
.causes .progress-item .progress {
	background-color: #e5e5e5;
	border-bottom: 1px solid #ddd;
	box-shadow: none;
}


/* 34 .pager-outer */

.pager-outer {
	position:relative;
	margin-bottom:20px;	
}
.pager-outer .pagination {
	margin-top:0px;
	margin-bottom:0px;
}
.pager-outer .pagination a {
	color:#505050;
	font-size:14px;
	padding:7px 15px;
	min-width:40px;
	text-align:center;
	display:block;
	border:1px solid #fba11b !important;
}
.pager-outer .pagination li {
	position:relative;
	float:left;
	margin:3px;
	border:none !important;
}
.pager-outer .pagination.centered li {
	float:none !important;
	display:inline-block !important;	
}
.pager-outer .pagination a:hover,
.pager-outer .pagination .active a {
	background:#fba11b;
	color:#ffffff;
}


/* 35 .causes recent style */
.causes {
	border: 4px solid #eee;
}
.causes .thumb {
	position: relative;
}
.causes .thumb .donate-piechart {
	bottom: -25px;
	display: table;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
}
.causes .thumb .donate-piechart .piechart-block {
	background-color: #fba11b;
	border-radius: 50%;
}
.causes .thumb .donate-piechart .piechart {
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.causes .thumb .donate-piechart .piechart canvas {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-height: 51px;
}
.causes .thumb .donate-piechart .piechart-block .piechart {
	min-height: 50px;
	min-width: 50px;
}
.causes .thumb .donate-piechart .piechart-block .piechart span {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 51px;
}
.causes .thumb .donate-piechart .piechart-block .piechart span:after {
	color: #fff;
	content: "%";
	font-size: 13px;
	font-weight: 600;
}
.causes .causes-details {
	padding: 40px 20px 30px;
}
.causes .causes-details .title {
	margin: 0;
}
.causes .causes-details .title a {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	margin: 0 0 12px;
	text-transform: uppercase;
}
.causes .causes-details .about-causes {
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.causes .causes-details .causes-raised {
	float: left;
	font-weight: 600;
	padding-right: 10px;
}
.causes .causes-details .causes-goal {
	color: #fba11b;
	float: left;
	font-weight: 600;
	padding-right: 0px;
}
.causes .causes-details .thm-btn {
	font-family: "Poppins",sans-serif;
	font-size: 10px !important;
	line-height: 16px;
	margin-right: 12px;
	margin-top: 12px;
	padding: 8px 11px !important;
}
/* causes style */
.causes .thumb .donate-target {
	background-color: rgba(255, 255, 255, 0.75);
	bottom: 0;
	left: 0;
	padding-bottom: 20px;
	padding-left: 30px;
	position: absolute;
	right: -5px;
	-webkit-transition: all 0.15s ease-in-out 0s;
	-o-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}
.causes .thumb .donate-target .title {
	margin-bottom: 0px;
}
.causes .thumb .overlay::after {
	background: rgba(255, 255, 255, 0.95);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.15s ease-in-out 0s;
	-o-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
	width: 102%;
}
/* causes style-two */
.causes.style-two .causes-details .title a {
	font-size: 16px;
}
.causes.style-two .causes-details .thm-btn {
	padding: 6px 13px !important;
}


/* 36 .promote-project */

.promote-project h3 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 20px;
}
.promote-project h2 {
	color: #fba11b;
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 30px;
	margin-top: 0;
	text-transform: uppercase;
}
.promote-project .sec-title.colored {
	margin-bottom: 20px;
}
.promote-project p {
	margin-bottom: 30px;
	color: #aaa;
}
.promote-project .thm-btn {
	margin-right: 15px;
}


/* 37 .donation-section */

.donation-section {
	position:relative;
}
.donation-form-outer {
	position:relative;
	padding:25px 30px 40px;
	background:#f6f6f6;
	border-radius:2px;
	font-family:'Open Sans',sans-serif;
}
.donation-form-outer h3 {
	font-size:24px;
	font-weight:600;
	margin-bottom:30px;	
}
.donation-form-outer hr {
	margin-bottom:40px;
	border-color:#e0e0e0;	
}
.donation-form-outer .form-group {
	position:relative;
	margin-bottom:30px;	
}
.donation-form-outer input[type="text"],
.donation-form-outer input[type="email"],
.donation-form-outer input[type="tel"],
.donation-form-outer input[type="url"],
.donation-form-outer input[type="password"],
.donation-form-outer select,
.donation-form-outer textarea {
	position:relative;
	display:block;
	width:100%;
	line-height:34px;
	padding:8px 20px;
	background:#ffffff;
	border:1px solid #e0e0e0;
	height:52px;
}
.donation-form-outer select {
	cursor:pointer;	
}
.donation-form-outer .field-label {
	position:relative;
	display:block;
	font-weight:600;
	font-size:18px;
	color:#252525;
	line-height:28px;
	margin-bottom:10px;
}
.donation-form-outer .field-label .required {
	color:#ff0000;
	font-size:14px;	
}
.donation-form-outer .radio-select {
	position:relative;
	float:left;
	margin-right:30px;
	margin-bottom:5px;
	line-height:50px;
	outline: none;
}
.donation-form-outer .radio-select:last-child {
	margin-left:25px;
}
.donation-form-outer .radio-select label {
	color: #252525;
	cursor: pointer;
	font-size: 24px;
	font-weight: 600;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.donation-form-outer .radio-select input[type="radio"]:checked+label {
	color:#fba11b;
}
.donation-form-outer button {
	padding:9px 30px;	
}

img.bn {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);	
}

img.st {
opacity:.8
}

img.bn:hover {
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
opacity:1;
}




.feature-card {
	padding: 15px;
	position: relative;
} 
.feature-card .overlay {
	 position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(251, 161, 27, .9);
    opacity: 0;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
.feature-card .overlay a {
	width: 100%;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-card .overlay:hover {
	opacity: 1;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.feature-card.same .overlay {
	background: rgba(223, 0, 9, .8);
}
.feature-card.deutz-fahr .overlay {
	background: rgba(84, 182, 0, .8);
}
.feature-card.lamborghini .overlay {
	background: rgba(0, 0, 0, .7);
}
.feature-card.gregoire .overlay {
	background: rgba(255, 197, 0, .8);
}
.gallery-section .image-box.same .btn-zoom {
	background: rgba(223, 0, 9, .7);
}
.gallery-section .image-box.deutz-fahr .btn-zoom {
	background: rgba(84, 182, 0, .7);
}
.gallery-section .image-box.lamborghini .btn-zoom {
	background: rgba(0, 0, 0, .7);
}
.gallery-section .image-box.gregoire .btn-zoom {
	background: rgba(255, 197, 0, .7);
}
.gallery-section .filter-tabs li.same:hover, .gallery-section .filter-tabs li.same.active {
	background: rgba(223, 0, 9, 1);
	border-color: rgba(223, 0, 9, 1);
}
.gallery-section .filter-tabs li.deutz-fahr:hover, .gallery-section .filter-tabs li.deutz-fahr.active {
	background: rgba(84, 182, 0, 1);
	border-color: rgba(84, 182, 0, 1);
}
.gallery-section .filter-tabs li.lamborghini:hover, .gallery-section .filter-tabs li.lamborghini.active {
	background: rgba(0, 0, 0, 1);
	border-color: rgba(0, 0, 0, 1);
}
.gallery-section .filter-tabs li.gregoire:hover, .gallery-section .filter-tabs li.gregoire.active {
	background: rgba(255, 197, 0, 1);
	border-color: rgba(255, 197, 0, 1);
}


.form-control {
	padding-top: 8px;
	color: #666;
	height: 38px;
}

.gallery-section .image-box .image {
	width: 100%;
	height: 0px;
	position: relative;
	padding-bottom: 70%;
}
.gallery-section .image-box .image img {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	max-height: 150%;
	max-width: 150%;
}

.li-pdf {
	padding: 8px 10px;
	display: block;
	border-bottom: 1px solid #eee;
}
/*
.filter-list > .same > .li-pdf {
	color: rgba(223, 0, 9, 1);
}
.filter-list > .deutz-fahr > .li-pdf {
	color: rgba(84, 182, 0, 1);
}
.filter-list > .lamborghini > .li-pdf {
	color: rgba(0, 0, 0, 1);
}
.filter-list > .gregoire > .li-pdf {
	color: rgba(255, 197, 0, 1);
}*/

#lista-noticias > div {
	padding: 5px;
}
#lista-noticias > div:nth-child(2n+1) {
	clear: both;
}
#lista-noticias > div > a {
	display: block;
}
#lista-noticias > div > a:after {
	content: "";
	display: table;
	clear: both;
}

#lista-noticias a h5 {
	color: #000;
	font-weight: 600;
	margin-bottom: 7px;

	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;

}
#lista-noticias a:hover h5 {
	color: #da8d1b;
}
#lista-noticias a p {
	color: #9C9C9C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
}
#lista-noticias a ul {
	margin-bottom: 3px;
}
#lista-noticias .event-thumb {
	position: relative;
}
#lista-noticias .event-thumb .thumb {
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 70%;
    overflow: hidden;
}
#lista-noticias a .event-thumb .thumb > img {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	max-height: 150%;
	max-width: 150%;
	transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
}
#lista-noticias a:hover .event-thumb .thumb > img {
	-webkit-transform: scale(1.19);
    -ms-transform: scale(1.19);
    transform: scale(1.19);
	transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;    
}



.title-2lines {

	min-height: 38px;
    display: flex;
    align-items: flex-end;
}
.filter-list .col-xs-12 {
	display: none;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	border-color: #fba11b;
	border-bottom-color: #da8d1b;
	border-top-color: #fba11b; 

	background: #fba11b; /* Old browsers */
	background: -moz-linear-gradient(top, #fba11b 0%, #da8d1b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fba11b 0%,#da8d1b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fba11b 0%,#da8d1b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba11b', endColorstr='#da8d1b',GradientType=0 ); /* IE6-9 */
}
.pagination>li>a, .pagination>li>span {
	color: #fba11b;
}




.mainmenu-area .productos-nuevo {
	display: none;
}

.productos-nuevo > div > div {
	margin-bottom: 10px;
	padding: 0px 5px;
}

.productos-nuevo div > a {
	display: block;
	position: relative;
	padding: 8px;
	box-shadow: 0px 0px 1px rgba(0,0,0,.25);
	border-radius: 2px;
	overflow: hidden;
}
.productos-nuevo div > a .imagen {
	position: relative;
	width: 100%;
	height: 0px;
	padding-bottom: 70%;
	margin-bottom: 10px;
}
.productos-nuevo div > a .imagen > img {
	position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    z-index: 1;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
.productos-nuevo div > a:hover .imagen > img {
	-webkit-transform: scale(1.19);
    -ms-transform: scale(1.19);
    transform: scale(1.19);
	transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;    
}

.productos-nuevo div > a:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255,255,255,.2);
    width: 50px;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: 3;
	-ms-transform: skew(-25deg);
	-webkit-transform: skew(-25deg);
	transform: skew(-25deg);

	transition: all ease-in 250ms;
	-webkit-transition: all ease-in 250ms;
	-moz-transition: all ease-in 250ms;  
}
.productos-nuevo div > a:hover:before {
    left: 150%;

	transition: all ease-in 250ms;
	-webkit-transition: all ease-in 250ms;
	-moz-transition: all ease-in 250ms;  
}

.productos-nuevo div > a h4 {
	font-size: 15px;
    font-weight: bold;
    min-height: 32px;
    margin: 0px;
    text-align: center;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;

}
.productos-nuevo.same div > a h4 {
	color: rgba(223, 0, 9, 1);
}
.productos-nuevo.deutz-fahr div > a h4 {
	color: rgba(84, 182, 0, 1);
}
.productos-nuevo.lamborghini div > a h4 {
	color: rgba(0, 0, 0, 1);
}
.productos-nuevo.gregoire div > a h4 {
	color: rgba(255, 197, 0, 1);
}

.nuevo-slider.owl-carousel.productos-nuevo, .nuevo-slider.owl-carousel.productos-nuevo img, .nuevo-slider2.owl-carousel.productos-nuevo, .nuevo-slider2.owl-carousel.productos-nuevo img {
	max-height: 250px;
}
.nuevo-slider.owl-carousel.productos-nuevo .item, .nuevo-slider2.owl-carousel.productos-nuevo .item {
	max-width: 300px;
}

.productos-nuevo .sec-title {
	clear: both;
	display: block;
	margin-bottom: 10px;
}
.sec-padding > .container .productos-nuevo {
	display: block;
	clear: both;
	margin-bottom: 60px;
}
.sec-padding > .container .productos-nuevo.continuo {
	display: inline;
	clear: none;
	margin-bottom: 0px;
}

.sec-padding > .container .productos-nuevo:after {
	content: "";
	display: table;
	clear: both;
}
.sec-padding > .container .productos-nuevo.continuo {
	display: inline;
	clear: none;
	margin-bottom: 0px;
}
.sec-padding > .container .productos-nuevo.continuo:after {
	content: none;
}

#carousel-noticias {
	overflow: hidden;
}
#carousel-noticias img {
	margin: auto;
}

.lista-marcas > div {
	width: 50%;
	float: left;
	padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0px 5px;
	text-align: center;
	overflow: hidden;
	height: 90px;
}
.lista-marcas > div > a {
	display: block;
	width: 100%;
}
.lista-marcas > div:nth-child(2n+1) {
	clear: both;
}
.lista-marcas2 .imagen {
	overflow: hidden;
	margin-bottom: 15px;
}
.lista-marcas > div a img, .lista-marcas2 > div a img {
	transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;  
}
.lista-marcas > div a:hover img, .lista-marcas2 > div a:hover img {
	-webkit-transform: scale(1.19);
    -ms-transform: scale(1.19);
    transform: scale(1.19);
	transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;  
}
.bx-wrapper .lista-marcas div > div {
	padding: 5px;
}

span.etiqueta-imagen.right {
    transform: rotate(-45deg);
    top: 0px;
    right: auto;
    left: -90px;
    width: 300px;
    top: 50px;
}
span.etiqueta-imagen {
    height: auto !important;
    width: 100%;
    position: absolute;
    transform: rotate(45deg);
    background: #fba11b;
    top: 24px;
    right: -45px;
    text-align: center;
    z-index: 10;
    color: #fff;
    box-shadow: 0px 0px 1px #da8d1b;
    text-transform: uppercase;
}
.owl-item span.etiqueta-imagen {
	top: 40px;
    right: -75px;
}
.productos-nuevo span.etiqueta-imagen {
    font-size: 11px;
}

.ofertas-slider .thumb {
	width: 100%;
	padding-bottom: 70%;
	height: 0px;
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ofertas-slider .thumb img {
	position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    max-height: 100%;
	max-width: 100%;
	flex-shrink: 0;
    background: #fff;
    margin: auto;
    width: auto !important;
}

.lista-tipos-ofertas {
	text-transform: uppercase;
}
.socialIcon a {
    background: #CCCCCC;
    color: #FFFFFF;
    display: inline-block;
    font-size: 22px;
    padding: 6px 8px;
    margin-right: 10px;
    text-align: center;
    width: 39px;
    line-height: 27px;
    border-radius: 2px;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
}

.socialIcon a:hover {
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;

}
.socialIcon a.facebook:hover {
    background: #354F88;
}
.socialIcon a.twitter:hover {
    background: #198ED6;
}
.socialIcon a.google-plus:hover {
    background: #DC4A38;
}
.socialIcon a.linkedin:hover {
    background: #0177B5;
}
.socialIcon a.whatsapp:hover {
    background: #49C759;
}


.equipoTrabajo {
	position: relative;
}
.equipoTrabajo > div h4 {
	margin:7px 0px 3px;
	font-weight: normal;
	font-size: 1.4rem;
}
.equipoTrabajo > div p {
	margin-bottom: 3px;
}
.equipoTrabajo > div img {
	border-radius: 2px;
}


.label-destinatario {
	display: none;
	text-align: right;
	font-weight: 500;
	margin: 25px 10px 0px 0px;
}

.bootstrap-datetimepicker-widget .datepicker {
	width: calc(100% - 110px);
	padding: 0px 5px;
	display: inline-block;
}
.bootstrap-datetimepicker-widget .timepicker {
	width: 110px;
	padding: 0px;
	margin-top: 5px;
	display: inline-block;
}
.bootstrap-datetimepicker-widget table td span, .bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
	width: 32px;
	height: 32px;
	line-height: 32px;
}
.bootstrap-datetimepicker-widget table td.separator {
	width: 10px;
}
.bootstrap-datetimepicker-widget .timepicker-picker table {
	width: auto;
}
.bootstrap-datetimepicker-widget .timepicker-picker:before {
    content: "Hora:";
    display: block;
    margin: 15px 0px -15px 15px;
    font-weight: 500;
    float: left;
}



@media (min-width: 768px) {
	.mainmenu-area {
		max-height: 70px;
		position: relative;
	}
	.mainmenu-area > .productos-nuevo.open {
	    position: absolute;
	    top: 70px;
	    left: 0px;
	    right: 0px;
	    background: rgba(255,255,255,.95);
	    border-bottom: 4px solid rgba(251, 161, 27, .9);
	    z-index: 100;
	}
	.mainmenu-area > .productos-nuevo > div {
		padding: 15px 30px;
		max-width: 1180px;
		margin: auto;
	}

	.mainmenu-area > .productos-nuevo > div:after, .mainmenu-area > .productos-nuevo:after,  .mainmenu-area:after {
		content: "";
		display: table;
		clear: both;
	}

	.productos-nuevo > div > div {
		width: calc( (100% - 2px) / 7);
	}
	.productos-nuevo > div > div:nth-child(7n+1) {
		clear: both;
	}
	.productos-nuevo.continuo > div > div:nth-child(7n+1) {
		clear: none;
	}

	.productos-nuevo div > a {
		padding: 0px;
	}
	.productos-nuevo div > a h4 {
		position: absolute;
	    top: 0px;
	    right: 0px;
	    bottom: 0px;
	    left: 0px;
	    padding: 5px;
	    color: #fff !important;
	    z-index: 15;	
	    text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
	    transition: all ease-in 400ms;
		-webkit-transition: all ease-in 400ms;
		-moz-transition: all ease-in 400ms; 
	}
	.productos-nuevo div > a:hover h4 {
		opacity: 0;
		transition: all ease-in 400ms;
		-webkit-transition: all ease-in 400ms;
		-moz-transition: all ease-in 400ms; 
	}
	.productos-nuevo div > a .imagen {
		padding-bottom: 81%;
		margin: 0px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.productos-nuevo div > a .imagen img {
		max-width: auto;
		max-height: auto;
		min-height: 100%;
		min-width: 100%;
		flex-shrink: 0;
	    background: #fff;
	}

	.productos-nuevo div > a .imagen {
		opacity: 1;
	}

	.productos-nuevo div > a:hover {
		background: none;
	}
	.productos-nuevo div > a:before {
	    content: "";
	    display: block;
	    position: absolute;
		background: rgba(251, 161, 27, .3);
	    width: 200%;
	    height: 200%;
	    top: -64%;
	    left: -52%;
	    z-index: 3;
	
	    -ms-transform: skew(51deg);
	    -webkit-transform: skew(51deg);
	    transform: rotate(51deg);
	    transition: none;
	    -webkit-transition: none;
	    -moz-transition: none;
	}
	.productos-nuevo div > a:hover:before {
		display: block;
	    width: 100%;
	    top: -101%;
	    left: -28%;

	    transition: none;
	    -webkit-transition: none;
	    -moz-transition: none;
		-webkit-animation: moveLeft linear 400ms forwards;
		animation: moveLeft linear 400ms forwards;
	}

	.productos-nuevo div > a:after {
	    content: "";
	    display: none;
	    position: absolute;
		background: rgba(251, 161, 27, .3);
	    width: 100%;
	    height: 200%;
	    bottom: -101%;
	    right: -28%;
	    z-index: 3;
	
	    -ms-transform: skew(51deg);
	    -webkit-transform: skew(51deg);
	    transform: rotate(51deg);
	    transition: none;
	    -webkit-transition: none;
	    -moz-transition: none;
	}
	.productos-nuevo div > a:hover:after {
		display: block;
	    bottom: -101%;
	    right: -28%;
		-webkit-animation: moveRight linear 400ms forwards;
		animation: moveRight linear 400ms forwards;

	}


	.productos-nuevo.same div > a:after, .productos-nuevo.same div > a:before {
		background: rgba(223, 0, 9, .3);
	}
	.productos-nuevo.deutz-fahr div > a:after, .productos-nuevo.deutz-fahr div > a:before {
		background: rgba(84, 182, 0, .3);
	}
	.productos-nuevo.lamborghini div > a:after, .productos-nuevo.lamborghini div > a:before {
		background: rgba(0, 0, 0, .3);
	}
	.productos-nuevo.gregoire div > a:after, .productos-nuevo.gregoire div > a:before {
		background: rgba(255, 197, 0, .3);
	}

	.productos-nuevo.same div > a h4 {
		text-shadow: 1px 1px 1px rgba(223, 0, 9, 1), -1px 1px 1px rgba(223, 0, 9, 1), 1px -1px 1px rgba(223, 0, 9, 1), -1px -1px 1px rgba(223, 0, 9, 1);
	}
	.productos-nuevo.deutz-fahr div > a h4 {
		text-shadow: 1px 1px 1px rgba(84, 182, 0, 1), -1px 1px 1px rgba(84, 182, 0, 1), 1px -1px 1px rgba(84, 182, 0, 1), -1px -1px 1px rgba(84, 182, 0, 1);
	}
	.productos-nuevo.lamborghini div > a h4 {
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 1), -1px 1px 1px rgba(0, 0, 0, 1), 1px -1px 1px rgba(0, 0, 0, 1), -1px -1px 1px rgba(0, 0, 0, 1);
	}
	.productos-nuevo.gregoire div > a h4 {
		text-shadow: 1px 1px 1px rgba(255, 197, 0, 1), -1px 1px 1px rgba(255, 197, 0, 1), 1px -1px 1px rgba(255, 197, 0, 1), -1px -1px 1px rgba(255, 197, 0, 1);
	}


	.lista-marcas > div {
		width: 33%;
		padding: 10px 15px;
		height: auto
	}
	.lista-marcas > div > a {
		display: inline;
	}
	.lista-marcas > div:nth-child(2n+1) {
		clear: none;
	}
	.lista-marcas > div:nth-child(3n+1) {
		clear: both;
	}
	.col-lg-12 > .lista-marcas > div {
		width: 20%;
	}
	.col-lg-12 > .lista-marcas > div:nth-child(3n+1) {
		clear: none;
	}
	.col-lg-12 > .lista-marcas > div:nth-child(4n+1) {
		clear: none;
	}
	.col-lg-12 > .lista-marcas > div:nth-child(5n+1) {
		clear: both;
	}

	.gallery-section .image-box, .gallery-section.full-width .image-box {
		width: 25%;
	}

	.lista-marcas2.no-carousel {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.lista-marcas2.no-carousel > div {
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		
	}
	

	.equipoTrabajo > div:nth-child(2n+1) {
		clear: both;
	}



	.equipoTrabajo > div .imagen {
		position: relative;
		width: 100%;
		height: 0px;
		padding: 0px 0px 65%;
		overflow: hidden;
	}
	.equipoTrabajo > div .imagen > img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
	}

	.equipoTrabajo .imagen + .contenido {
		opacity: 0;
	    position: absolute;
	    z-index: 100;
	    top: 15px;
	    right: 30px;
	    left: 30px;
	    bottom: 15px;
	    padding: 1rem .5rem;
	    background: rgba(251, 161, 27, .65);
	    white-space: nowrap;
	    border: 1px solid  rgba(251, 161, 27, 1);
	    color: #222;
	    box-shadow: -2px 2px 5px rgba(0,0,0,.5);
	}
	.equipoTrabajo > div:hover .imagen + .contenido {
		opacity: 1;

 		-webkit-animation: infoEquipo linear 300ms forwards;
		animation: infoEquipo linear 300ms forwards;  
	}
	.equipoTrabajo .imagen + .contenido:before {
	    content: "\f05a";
	    font: normal normal normal 4rem/1 FontAwesome;
	    float: left;
	    margin: 25px 15px;
	}
	.equipoTrabajo .imagen + .contenido  a{
		color: #000;
	}


	.bootstrap-datetimepicker-widget .timepicker {
		margin-top: 45px;
	}

	.empresa-principal {
		width: 100%;
	}
	.empresa-principal > .row {
		display: flex;
	}
	.empresa-principal > .row > .col-sm-6 {
		flex: 1;
	}
	.empresa-principal > .row > .col-sm-6 .thumb {
		position: relative;
		width: 100%;
		overflow: hidden;
		height: 100%;
	}
	.empresa-principal > .row > .col-sm-6 .thumb img {
	    position: absolute;
	    min-width: 100%;
	    min-height: 100%;
	    max-width: 1000vw !important;
	    width: auto !important;
	    top: -9999px;
	    bottom: -9999px;
	    left: -9999px;
	    right: -9999px;
	    margin: auto;
	}

}


@media (max-width: 1200px) {
	.mainmenu-area .search-box {
		display: none;
	}

}

@media (min-width: 991px) {
	.lista-tipos-ofertas {
		display: flex;
	}
	.lista-tipos-ofertas > div {
		flex: 1;
		padding: 3px 2px;
		margin-bottom: 0px !important;
	}
	.lista-tipos-ofertas > div > a {
		display: block;
		position: relative;
	}
	.lista-tipos-ofertas > div > a h2 {
		
		position: absolute;
		bottom: 0px;
		top: 0px;
		left: 0px;
		right: 0px;
		margin: auto !important;
		color: #fff;
		text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
		display: flex;
	    align-items: center;
		justify-content: center;
		padding-top: 45%;
		-webkit-transition: all 250ms ease;
		-moz-transition: all 250ms ease;
		-o-transition: all 250ms ease;
		transition: all 250ms ease;

	}
	.lista-tipos-ofertas > div > a.activo h2, .lista-tipos-ofertas > div > a:hover h2 {
	    align-items: center;
	    padding-top: 0px;
		-webkit-transition: all 250ms ease;
		-moz-transition: all 250ms ease;
		-o-transition: all 250ms ease;
		transition: all 250ms ease;
	}

	.lista-tipos-ofertas > div > a img {
	  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	  filter: grayscale(100%);

		-webkit-transition: all 250ms ease;
		-moz-transition: all 250ms ease;
		-o-transition: all 250ms ease;
		transition: all 250ms ease;

	}
	.lista-tipos-ofertas > div > a.activo img, .lista-tipos-ofertas > div > a:hover img {
	  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	  filter: grayscale(0%);
		-webkit-transition: all 250ms ease;
		-moz-transition: all 250ms ease;
		-o-transition: all 250ms ease;
		transition: all 250ms ease;
	}

	.equipoTrabajo > div:nth-child(2n+1) {
		clear: none;
	}
	.equipoTrabajo > div:nth-child(3n+1) {
		clear: both;
	}
	
	.col-md-8 .equipoTrabajo > div:nth-child(3n+1) {
		clear: none;
	}
	.col-md-8 .equipoTrabajo > div:nth-child(2n+1) {
		clear: both;
	}

	.label-destinatario {
		display: block;
	}
}



@media (min-width: 1200px) {
	#featured > .container .row > .feature-card:nth-child(1):nth-last-child(1) {
		margin-left: calc(75% / 2);
	}
	#featured > .container .row > .feature-card:nth-child(1):nth-last-child(2) {
		margin-left: 25%;
	}

	#featured > .container .row > .feature-card:nth-child(1):nth-last-child(3), #featured > .container .row > .feature-card:nth-child(2):nth-last-child(2), #featured > .container .row > .feature-card:nth-child(3):nth-last-child(1) {
		width: 33%;
	}
	.header-fixed {
		margin-top: 0px;
		background: rgba(255,255,255,.9);
		padding: 15px;
		border-radius: 5px 0px 0px 5px;
		position: fixed;
		z-index: 1000;
		right: 0px;
		bottom: 25px;
		box-shadow: 0px 0px 1px #000, -3px 3px 4px rgba(0,0,0, .25);
	}

	.header-fixed .hidden {
		display: block !important;
	}
	.header-fixed .single-header-info {
		float: none;
		padding: 0px;
		margin-bottom: 25px;
	}
	.header-fixed .single-header-info:nth-last-child(1) {
		margin-bottom: 0;
	}
	.header-fixed .single-header-info .thm-btn {
		display: block;
		text-align: center;
	}
	.header-fixed .single-header-info .icon-box .inner-box {
		background: #fff;
	}

	.header-fixed .single-header-info .content {
		max-width: 220px;
	}
	.header-fixed .single-header-info .content p, .header-fixed .single-header-info .content p b {
		font-size: 13px;
	    color: #000000;
	    font-weight: 500;
	    word-break: break-all;
	}
	.header-fixed .single-header-info .content h3 {
		font-weight: normal;
	}
	.header-fixed .single-header-info.hidden .content h3 {
		text-transform: none;
	}
	.header-fixed > a {
		display: block;
		position: absolute;
		top: -9px;
		left: -13px;
	}
	.header-fixed > a:before {
	    content: "\f00d";
	    font: normal normal normal 22px/1 FontAwesome;
	    border-radius: 10px;
	    color: #fff;
	    background: #fba11b;
	    padding: 0px;
	    border-radius: 50px;
	    width: 29px;
	    height: 29px;
	    line-height: 30px;
	    text-align: center;
	    display: inline-block;

		-webkit-transition: all 250ms ease;
		-moz-transition: all 250ms ease;
		-o-transition: all 250ms ease;
		transition: all 250ms ease;
	}
	.header-fixed > a:hover:before {
	    color: #fba11b;
	    background: #fff;

		-webkit-transition: all 250ms ease;
		-moz-transition: all 250ms ease;
		-o-transition: all 250ms ease;
		transition: all 250ms ease;
	}

	.header-fixed.cerrado {
		width: 300px;
   		right: -305px;		
	}
	.header-fixed.cerrado.animated.click {
 		-webkit-animation: moveRight2 linear 300ms forwards;
		animation: moveRight2 linear 300ms forwards;  
	}


	.header-fixed.cerrado > a:before {
	    z-index: 10;
	    position: absolute;
	    top: 0px;
	    right: -1px;
	    content: "\f0e0";
	    font-size: 17px;
	    line-height: 28px;
	}
	.header-fixed.cerrado > a:after {
		content: "";
	    display: block;
	    position: absolute;
	    right: -32px;
	    top: 0px;
	    width: 50px;
	    height: 70px;
	    border-radius: 50px;
	    background: rgba(255,255,255,.9);
	    box-shadow: 0px 0px 1px #000, -3px 3px 4px rgba(0,0,0, .25);
	    z-index: 1;		
	}


	.stricky-fixed .search-box {
		display: none;
	}
	.stricky-fixed .navbar-brand {
		display: block !important;
	    padding-top: 10px;
	    padding-bottom: 5px;
	    height: 60px;
	    margin-right: 20px;
	}
	.stricky-fixed .navbar-brand img {
		max-height: 100%;
	}

	.gallery-section.full-width .image-box {
		width: 20%;
	}

	.bx-viewport .lista-marcas > div {
		height: 130px;
	}


	
	.equipoTrabajo .imagen + .contenido {
	    padding: 2.5rem 2rem;
	}



	.contact-content .contact-info li {
		align-items: center;
	    /*justify-content: center;*/
	    display: flex;
	}

	.contact-content .contact-info li p {
		margin: 0px;
	}
	.contact-content .contact-info li p + p {
		margin-top: 8px;
	}
}
@media (max-width: 768px) {
	.contact-content {
		margin: 0px;
	}
	.bootstrap-datetimepicker-widget .timepicker {
	    margin-top: 0px;
	    position: relative;
	    top: -15px;
	}
	.equipoTrabajo > div + div {
	    border-top: 1px solid #ddd;
	    padding-top: 20px;
	}
}


/* Mono marca Deutz */
body.monomarca-deutz a, body.monomarca-deutz a:hover, body.monomarca-deutz a:active {
	color: #54B600;
}
body.monomarca-deutz a:focus, body.monomarca-deutz a:hover {
	color: #479801;
}
body.monomarca-deutz .text-thm {
	color: #54B600;
}
body.monomarca-deutz .thm-btn {
	color: #fff;
	background: #54B600; /* Old browsers */
	background: -moz-linear-gradient(top, #54B600 0%, #479801 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #54B600 0%,#479801 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #54B600 0%,#479801 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54B600', endColorstr='#479801',GradientType=0 ); /* IE6-9 */
	border-bottom-color: #479801;
    border-top-color: #54B600;
}
body.monomarca-deutz .thm-btn:hover,
body.monomarca-deutz .thm-btn.inverse {
	background: #fff;
	border-color: #54B600;
	color: #54B600;

}
body.monomarca-deutz .thm-btn:active,
body.monomarca-deutz .thm-btn:focus {
	border-color: #54B600;
	color: #54B600;
}
body.monomarca-deutz .thm-btn.inverse:hover {
	color: #fff;
	border-color: #54B600;
	background: #54B600; /* Old browsers */
	background: -moz-linear-gradient(top, #54B600 0%, #479801 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #54B600 0%,#479801 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #54B600 0%,#479801 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54B600', endColorstr='#479801',GradientType=0 ); /* IE6-9 */
	border-bottom-color: #479801;
    border-top-color: #54B600;
}
body.monomarca-deutz .sec-title.colored span.decor {
	border-color: #54B600;
}
body.monomarca-deutz .sec-title.colored span.decor span.inner {
	background: #54B600;
}
body.monomarca-deutz .sec-title.style-two span.decor {
	border-color: #54B600;
}
body.monomarca-deutz .sec-title.style-two span.decor .inner {
	background: #54B600;
}
body.monomarca-deutz .sec-title.colored span.decor:before,
body.monomarca-deutz .sec-title.colored span.decor:after {
	background: #54B600;
}
body.monomarca-deutz .double-line::before,
body.monomarca-deutz .double-line::after {
	border: 1px solid #54B600;
}
body.monomarca-deutz .social-icons ul li a:hover {
	background: #54B600;
}
body.monomarca-deutz .single-header-info .icon-box .inner-box i:before {
	color: #54B600;
}
body.monomarca-deutz .mainmenu-area {
	background: #262F36; /*#004A89*/
	border-bottom: 4px solid #54B600;
}
body.monomarca-deutz .navigation .nav-header > ul > li:hover > a {
	color: #54B600;
}
body.monomarca-deutz .navigation .nav-header > ul > li > ul > li:hover > a {
	background: #54B600;
}
body.monomarca-deutz .navigation .nav-header > ul > li > ul > li > ul > li:hover > a {
	background: #54B600;
}
body.monomarca-deutz .rev_slider_wrapper .thm-banner-h3 {
	color: #54B600;
}
body.monomarca-deutz .rev_slider_wrapper .thm-banner-h1 {
	background: #54B600;
}
body.monomarca-deutz .single-call-to-action .content-box .thm-btn.inverse:hover {
	color: #54B600;
}
body.monomarca-deutz .event:hover .event-title a {
	color: #54B600;
}
body.monomarca-deutz .event .event-content .event-held li i {
	color: #54B600;
}
body.monomarca-deutz .event .event-thumb .date {
	background: #54B600; /* Old browsers */
	background: -moz-linear-gradient(top, #54B600 0%, #479801 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #54B600 0%,#479801 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #54B600 0%,#479801 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54B600', endColorstr='#479801',GradientType=0 ); /* IE6-9 */
}
body.monomarca-deutz .bx-controls .bx-controls-direction > a {
    border: 2px solid #479801;
	background: #54B600; /* Old browsers */
	background: -moz-linear-gradient(top, #54B600 0%, #479801 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #54B600 0%,#479801 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #54B600 0%,#479801 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54B600', endColorstr='#479801',GradientType=0 ); /* IE6-9 */
	border-bottom-color: #479801;
	border-top-color: #54B600; 
}
body.monomarca-deutz .bx-controls .bx-controls-direction > a:hover {
	background: #fff;
	color: #54B600;
}
body.monomarca-deutz .bx-controls .bx-controls-direction > a:hover i {
	background: #fff;
	color: #54B600;
}
body.monomarca-deutz .full-sec h3 {
	color: #54B600;
}
body.monomarca-deutz .full-sec .thm-btn:hover {
	background: #54B600;
	border-color: #54B600;
}
body.monomarca-deutz .single-service-home .inner-box {
	/*border-top: 2px solid #54B600;*/
	border-left: 2px solid #54B600;
	background: -moz-linear-gradient(top, #54B600 0%, #54B600 100%); 
	background: -webkit-linear-gradient(top, #54B600 0%,#54B600 100%); 
	background: linear-gradient(to bottom, #54B600 0%,#54B600 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54B600', endColorstr='#54B600',GradientType=0 );
	background-size: 100% 2px;
    background-repeat: no-repeat;
    overflow: hidden;
}
body.monomarca-deutz .single-service-home:hover .inner-box {
	border-color: #54B600;
	color: #54B600;
}
body.monomarca-deutz .single-service-home .inner-box:before {
    background: #54B600;
    transform-origin: 0 0;
}
body.monomarca-deutz .single-service-home .inner-box:after {
    border-bottom: 2px solid #54B600;
}
body.monomarca-deutz .single-service-home:hover .inner-box:before {
	background: none;
    border-right: 2px solid #54B600;
}
body.monomarca-deutz .single-service-home:hover .content a {
	color: #54B600;
}
body.monomarca-deutz .faq-home .accrodion.active .accrodion-title h4 span.decor {
	border-color: #54B600;
}
body.monomarca-deutz .faq-home .accrodion.active .accrodion-title h4 span.inner {
	background: #54B600;	
}
body.monomarca-deutz .faq-home.faq-page .accrodion.active .accrodion-title h4 .text {
	color: #54B600;
}
body.monomarca-deutz .single-team-member .img-box .overlay .box .content ul li a {
	color: #54B600;
}
body.monomarca-deutz .single-team-member .img-box .overlay .box .content ul li a:hover {
	background: #54B600;
}
body.monomarca-deutz .single-team-member > span {
	color: #54B600;
}
body.monomarca-deutz .single-team-member a.thm-btn:hover {
	background: #54B600;
	border-color: #54B600;
}
body.monomarca-deutz .owl-theme .owl-nav [class*=owl-] {
	border: 2px solid #54B600;
	background: #54B600; /* Old browsers */
	background: -moz-linear-gradient(top, #54B600 0%, #479801 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #54B600 0%,#479801 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #54B600 0%,#479801 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54B600', endColorstr='#479801',GradientType=0 ); /* IE6-9 */
	border-bottom-color: #479801;
    border-top-color: #54B600;

}
body.monomarca-deutz .owl-theme .owl-nav [class*=owl-]:hover {
	background: #fff;
	color: #54B600;
}
body.monomarca-deutz .single-testimonaials .qoute-box {
	color: #54B600;
}

body.monomarca-deutz .testimonaials-carousel .owl-dots .owl-dot span {
	border: 2px solid #54B600;
}
body.monomarca-deutz .testimonaials-carousel .owl-dots .owl-dot:hover span,
body.monomarca-deutz .testimonaials-carousel .owl-dots .owl-dot.active span {
	background: #54B600;
}
body.monomarca-deutz .single-blog-post .img-box .overlay .box .content ul li a {
	color: #54B600;
}
body.monomarca-deutz .single-blog-post .img-box .overlay .box .content ul li a:hover {
	background: #54B600;
}
body.monomarca-deutz .single-blog-post .content-box .date-box .inner .date {
	background: #54B600;
}
body.monomarca-deutz .single-blog-post .share li a:hover {
	color: #54B600;
}
body.monomarca-deutz .blog-details .admin-info .social li a:hover {
	color: #54B600;
}
body.monomarca-deutz .footer-widget .social li a:hover {
	background: #54B600;
	border-color: #54B600;
	color: #CACFD3;

}
body.monomarca-deutz .footer-widget.quick-links ul li a:hover {
	color: #54B600;
}
body.monomarca-deutz .footer-widget.latest-post ul li a:hover {
	color: #54B600;
}
body.monomarca-deutz .footer-widget.contact-widget button {
	background: #54B600;
}
body.monomarca-deutz .footer-widget.contact-widget button:hover {
	color: #54B600;
}
body.monomarca-deutz .footer-bottom a {
	color: #54B600;
}
body.monomarca-deutz .home-appointment-form .form-grp .single-form button {
	background: #54B600;
}
body.monomarca-deutz .ui-menu .ui-menu-item.ui-state-focus,
body.monomarca-deutz .ui-menu .ui-menu-item:hover {
	background: #54B600;
	border-bottom: 1px solid #54B600;
	border-top: 1px solid #54B600;
}
body.monomarca-deutz .ui-datepicker-header {
	background: #54B600;
	border-color: #54B600;
}
body.monomarca-deutz .ui-datepicker .ui-state-highlight {
	background: #54B600;
}
body.monomarca-deutz .breadcumb li a {
	color: #54B600;
}
body.monomarca-deutz .volunteer-profile ul.social li:hover a {
	background: #54B600;
}
body.monomarca-deutz .contact-content h2 {
	color: #54B600;	
}
body.monomarca-deutz .contact-content .contact-info li .icon-box .inner {
	background: #54B600;
}
body.monomarca-deutz .single-sidebar-widget.search button {
	border: 1px solid #54B600;
	background: #54B600;
}
body.monomarca-deutz .single-sidebar-widget.category ul li a:hover {	
	color: #54B600;
}
body.monomarca-deutz .single-sidebar-widget.archive ul li a:hover {
	color: #54B600;
}
body.monomarca-deutz .single-sidebar-widget.popular-post ul li .content-box h4:hover {
	color: #54B600;
}
body.monomarca-deutz .single-sidebar-widget.popular-post ul li .content-box span {
	color: #54B600;
}
body.monomarca-deutz .single-sidebar-widget.tags ul li a:hover {
	background: #54B600;
	border-color: #54B600;
}
body.monomarca-deutz #single_Service .service_sideber .services_lis ul li i{
	color:#54B600;
}
body.monomarca-deutz #single_Service .service_sideber .services_lis ul li.active a,
body.monomarca-deutz #single_Service .service_sideber .services_lis ul li a:hover {
    background:#54B600;
}
body.monomarca-deutz #single_Service .service_sideber .appointment_side_form h2{
	background:#54B600;
}
body.monomarca-deutz #single_Service .service_sideber .appointment_side_form .side_form .appoin_button{
	background:#54B600;
}
body.monomarca-deutz #single_Service .service_sideber .question_Box .qustion_list ul li i{
	color:#54B600;
}
body.monomarca-deutz #single_Service .service_mainconetent .about_promo_box h2{
	color:#54B600;
}
body.monomarca-deutz #single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list li i{
    border: 1px solid #54B600;
    color: #54B600;
}
body.monomarca-deutz .service_table .thead-inverse tr th{
	color:#54B600;
}
body.monomarca-deutz .service_table tbody tr td i{ 
    border: 1px solid #54B600;
    color: #54B600;
}
body.monomarca-deutz .gallery-section .filter-tabs li:hover,
body.monomarca-deutz .gallery-section .filter-tabs li.active {
	border-color:#54B600;
	background:#54B600;	
}
body.monomarca-deutz .gallery-section .image-box .btn-zoom .icon {
	color:#54B600;	
}
body.monomarca-deutz .featured-causes .causes-details .p-title {
	color: #54B600;
}
body.monomarca-deutz .featured-causes .social li a {
	color: #54B600;
}
body.monomarca-deutz .featured-causes .social li a:hover {
	color: #fff;
	background: #54B600;
	border-color: #54B600;
}
body.monomarca-deutz .featured-causes .progress-item .progress-bar {
	background-color: #54B600;
}
body.monomarca-deutz .featured-causes .progress-item .progress-bar .value-holder {
	background-color: #54B600;
}
body.monomarca-deutz .pager-outer .pagination a {
	border:1px solid #54B600 !important;
}
body.monomarca-deutz .pager-outer .pagination a:hover,
body.monomarca-deutz .pager-outer .pagination .active a {
	background:#54B600;
}
body.monomarca-deutz .causes .thumb .donate-piechart .piechart-block {
	background-color: #54B600;
}
body.monomarca-deutz .causes .causes-details .causes-goal {
	color: #54B600;
}
body.monomarca-deutz .promote-project h2 {
	color: #54B600;
}
body.monomarca-deutz .donation-form-outer .radio-select input[type="radio"]:checked+label {
	color:#54B600;
}
body.monomarca-deutz .pagination>.active>a, body.monomarca-deutz .pagination>.active>a:focus, body.monomarca-deutz .pagination>.active>a:hover, body.monomarca-deutz .pagination>.active>span, .pagination>.active>span:focus, body.monomarca-deutz .pagination>.active>span:hover {
	border-color: #54B600;
	border-bottom-color: #479801;
	border-top-color: #54B600; 
	background: #54B600; /* Old browsers */
	background: -moz-linear-gradient(top, #54B600 0%, #479801 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #54B600 0%,#479801 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #54B600 0%,#479801 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54B600', endColorstr='#479801',GradientType=0 ); /* IE6-9 */
}
body.monomarca-deutz .pagination>li>a, body.monomarca-deutz .pagination>li>span {
	color: #54B600;
}
body.monomarca-deutz span.etiqueta-imagen {
    background: #54B600;
    box-shadow: 0px 0px 1px #479801;
}
body.monomarca-deutz #lista-noticias a:hover h5 {
	color: #479801;
}
body.monomarca-deutz .socialIcon a {
	color: #fff;
}

@media (min-width: 1200px) {
	body.monomarca-deutz .header-fixed > a:before {
		background: #54B600;
	}
	body.monomarca-deutz .header-fixed > a:hover:before {
		background: #fff;
	    color: #54B600;
	}
}

body.monomarca-deutz .call-to-action-corner:hover:before {
	background: rgba(84, 182, 0, .9);
}
body.monomarca-deutz .call-to-action-center:hover:before {
	background: rgba(84, 182, 0, .9);
}
body.monomarca-deutz .single-team-member .img-box .overlay {
	background: rgba(84, 182, 0, .75);
	background: rgba(71, 152, 1, .75); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(84, 182, 0, .75) 0%, rgba(71, 152, 1, .75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(84, 182, 0, .75) 0%,rgba(71, 152, 1, .75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(84, 182, 0, .75) 0%,rgba(71, 152, 1, .75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba11b', endColorstr='#da8d1b',GradientType=0 ); /* IE6-9 */
}
body.monomarca-deutz .single-blog-post .img-box .overlay {
	background: rgba(84, 182, 0, .75);
}
body.monomarca-deutz .feature-card .overlay {
    background: rgba(84, 182, 0, .9);
}
body.monomarca-deutz a.btn-primary, body.monomarca-deutz a.btn-secondary, body.monomarca-deutz a.btn-success, body.monomarca-deutz a.btn-danger, body.monomarca-deutz a.btn-warning, body.monomarca-deutz a.btn-info, body.monomarca-deutz a.btn-light, body.monomarca-deutz a.btn-dark {
	color: #fff;
}

body.monomarca-deutz .overlay-white {
	background: url("../img/fondo-deutz-fahr.jpg") center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}


@media (min-width: 768px) {
	body.monomarca-deutz .mainmenu-area > .productos-nuevo.open {
	    border-bottom: 4px solid rgba(84, 182, 0, .9);
	}
	body.monomarca-deutz .productos-nuevo div > a:before {
		background: rgba(84, 182, 0, .3);
	}	
	body.monomarca-deutz .productos-nuevo div > a:after {
		background: rgba(84, 182, 0, .3);
	}


	body.monomarca-deutz .equipoTrabajo .imagen + .contenido {
	    background: rgba(84, 182, 0, .65);
	    color: #222;
	    box-shadow: -2px 2px 5px rgba(0,0,0,.5);
	    border-color: rgba(84, 182, 0, 1);
	}

}
/* Endmono marca Deutz */



/* Mono marca Same */
body.monomarca-same a, body.monomarca-same a:hover, body.monomarca-same a:active {
	color: #DD020A;
}
body.monomarca-same a:focus, body.monomarca-same a:hover {
	color: #c50209;
}
body.monomarca-same .text-thm {
	color: #DD020A;
}
body.monomarca-same .thm-btn {
	color: #fff;
	background: #DD020A; /* Old browsers */
	background: -moz-linear-gradient(top, #DD020A 0%, #c50209 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #DD020A 0%,#c50209 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #DD020A 0%,#c50209 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DD020A', endColorstr='#c50209',GradientType=0 ); /* IE6-9 */
	border-bottom-color: #c50209;
    border-top-color: #DD020A;
}
body.monomarca-same .thm-btn:hover,
body.monomarca-same .thm-btn.inverse {
	background: #fff;
	border-color: #DD020A;
	color: #DD020A;

}
body.monomarca-same .thm-btn:active,
body.monomarca-same .thm-btn:focus {
	border-color: #DD020A;
	color: #DD020A;
}
body.monomarca-same .thm-btn.inverse:hover {
	color: #fff;
	border-color: #DD020A;
	background: #DD020A; /* Old browsers */
	background: -moz-linear-gradient(top, #DD020A 0%, #c50209 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #DD020A 0%,#c50209 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #DD020A 0%,#c50209 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DD020A', endColorstr='#c50209',GradientType=0 ); /* IE6-9 */
	border-bottom-color: #c50209;
    border-top-color: #DD020A;
}
body.monomarca-same .sec-title.colored span.decor {
	border-color: #DD020A;
}
body.monomarca-same .sec-title.colored span.decor span.inner {
	background: #DD020A;
}
body.monomarca-same .sec-title.style-two span.decor {
	border-color: #DD020A;
}
body.monomarca-same .sec-title.style-two span.decor .inner {
	background: #DD020A;
}
body.monomarca-same .sec-title.colored span.decor:before,
body.monomarca-same .sec-title.colored span.decor:after {
	background: #DD020A;
}
body.monomarca-same .double-line::before,
body.monomarca-same .double-line::after {
	border: 1px solid #DD020A;
}
body.monomarca-same .social-icons ul li a:hover {
	background: #DD020A;
}
body.monomarca-same .single-header-info .icon-box .inner-box i:before {
	color: #DD020A;
}
body.monomarca-same .mainmenu-area {
	background: #262F36; /*#004A89*/
	border-bottom: 4px solid #DD020A;
}
body.monomarca-same .navigation .nav-header > ul > li:hover > a {
	color: #DD020A;
}
body.monomarca-same .navigation .nav-header > ul > li > ul > li:hover > a {
	background: #DD020A;
}
body.monomarca-same .navigation .nav-header > ul > li > ul > li > ul > li:hover > a {
	background: #DD020A;
}
body.monomarca-same .rev_slider_wrapper .thm-banner-h3 {
	color: #DD020A;
}
body.monomarca-same .rev_slider_wrapper .thm-banner-h1 {
	background: #DD020A;
}
body.monomarca-same .single-call-to-action .content-box .thm-btn.inverse:hover {
	color: #DD020A;
}
body.monomarca-same .event:hover .event-title a {
	color: #DD020A;
}
body.monomarca-same .event .event-content .event-held li i {
	color: #DD020A;
}
body.monomarca-same .event .event-thumb .date {
	background: #DD020A; /* Old browsers */
	background: -moz-linear-gradient(top, #DD020A 0%, #c50209 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #DD020A 0%,#c50209 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #DD020A 0%,#c50209 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DD020A', endColorstr='#c50209',GradientType=0 ); /* IE6-9 */
}
body.monomarca-same .bx-controls .bx-controls-direction > a {
    border: 2px solid #c50209;
	background: #DD020A; /* Old browsers */
	background: -moz-linear-gradient(top, #DD020A 0%, #c50209 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #DD020A 0%,#c50209 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #DD020A 0%,#c50209 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DD020A', endColorstr='#c50209',GradientType=0 ); /* IE6-9 */
	border-bottom-color: #c50209;
	border-top-color: #DD020A; 
}
body.monomarca-same .bx-controls .bx-controls-direction > a:hover {
	background: #fff;
	color: #DD020A;
}
body.monomarca-same .bx-controls .bx-controls-direction > a:hover i {
	background: #fff;
	color: #DD020A;
}
body.monomarca-same .full-sec h3 {
	color: #DD020A;
}
body.monomarca-same .full-sec .thm-btn:hover {
	background: #DD020A;
	border-color: #DD020A;
}
body.monomarca-same .single-service-home .inner-box {
	/*border-top: 2px solid #DD020A;*/
	border-left: 2px solid #DD020A;
	background: -moz-linear-gradient(top, #DD020A 0%, #DD020A 100%); 
	background: -webkit-linear-gradient(top, #DD020A 0%,#DD020A 100%); 
	background: linear-gradient(to bottom, #DD020A 0%,#DD020A 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DD020A', endColorstr='#DD020A',GradientType=0 );
	background-size: 100% 2px;
    background-repeat: no-repeat;
    overflow: hidden;
}
body.monomarca-same .single-service-home:hover .inner-box {
	border-color: #DD020A;
	color: #DD020A;
}
body.monomarca-same .single-service-home .inner-box:before {
    background: #DD020A;
    transform-origin: 0 0;
}
body.monomarca-same .single-service-home .inner-box:after {
    border-bottom: 2px solid #DD020A;
}
body.monomarca-same .single-service-home:hover .inner-box:before {
	background: none;
    border-right: 2px solid #DD020A;
}
body.monomarca-same .single-service-home:hover .content a {
	color: #DD020A;
}
body.monomarca-same .faq-home .accrodion.active .accrodion-title h4 span.decor {
	border-color: #DD020A;
}
body.monomarca-same .faq-home .accrodion.active .accrodion-title h4 span.inner {
	background: #DD020A;	
}
body.monomarca-same .faq-home.faq-page .accrodion.active .accrodion-title h4 .text {
	color: #DD020A;
}
body.monomarca-same .single-team-member .img-box .overlay .box .content ul li a {
	color: #DD020A;
}
body.monomarca-same .single-team-member .img-box .overlay .box .content ul li a:hover {
	background: #DD020A;
}
body.monomarca-same .single-team-member > span {
	color: #DD020A;
}
body.monomarca-same .single-team-member a.thm-btn:hover {
	background: #DD020A;
	border-color: #DD020A;
}
body.monomarca-same .owl-theme .owl-nav [class*=owl-] {
	border: 2px solid #DD020A;
	background: #DD020A; /* Old browsers */
	background: -moz-linear-gradient(top, #DD020A 0%, #c50209 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #DD020A 0%,#c50209 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #DD020A 0%,#c50209 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DD020A', endColorstr='#c50209',GradientType=0 ); /* IE6-9 */
	border-bottom-color: #c50209;
    border-top-color: #DD020A;

}
body.monomarca-same .owl-theme .owl-nav [class*=owl-]:hover {
	background: #fff;
	color: #DD020A;
}
body.monomarca-same .single-testimonaials .qoute-box {
	color: #DD020A;
}

body.monomarca-same .testimonaials-carousel .owl-dots .owl-dot span {
	border: 2px solid #DD020A;
}
body.monomarca-same .testimonaials-carousel .owl-dots .owl-dot:hover span,
body.monomarca-same .testimonaials-carousel .owl-dots .owl-dot.active span {
	background: #DD020A;
}
body.monomarca-same .single-blog-post .img-box .overlay .box .content ul li a {
	color: #DD020A;
}
body.monomarca-same .single-blog-post .img-box .overlay .box .content ul li a:hover {
	background: #DD020A;
}
body.monomarca-same .single-blog-post .content-box .date-box .inner .date {
	background: #DD020A;
}
body.monomarca-same .single-blog-post .share li a:hover {
	color: #DD020A;
}
body.monomarca-same .blog-details .admin-info .social li a:hover {
	color: #DD020A;
}
body.monomarca-same .footer-widget .social li a:hover {
	background: #DD020A;
	border-color: #DD020A;
	color: #CACFD3;
}
body.monomarca-same .footer-widget.quick-links ul li a:hover {
	color: #DD020A;
}
body.monomarca-same .footer-widget.latest-post ul li a:hover {
	color: #DD020A;
}
body.monomarca-same .footer-widget.contact-widget button {
	background: #DD020A;
}
body.monomarca-same .footer-widget.contact-widget button:hover {
	color: #DD020A;
}
body.monomarca-same .footer-bottom a {
	color: #DD020A;
}
body.monomarca-same .home-appointment-form .form-grp .single-form button {
	background: #DD020A;
}
body.monomarca-same .ui-menu .ui-menu-item.ui-state-focus,
body.monomarca-same .ui-menu .ui-menu-item:hover {
	background: #DD020A;
	border-bottom: 1px solid #DD020A;
	border-top: 1px solid #DD020A;
}
body.monomarca-same .ui-datepicker-header {
	background: #DD020A;
	border-color: #DD020A;
}
body.monomarca-same .ui-datepicker .ui-state-highlight {
	background: #DD020A;
}
body.monomarca-same .breadcumb li a {
	color: #DD020A;
}
body.monomarca-same .volunteer-profile ul.social li:hover a {
	background: #DD020A;
}
body.monomarca-same .contact-content h2 {
	color: #DD020A;	
}
body.monomarca-same .contact-content .contact-info li .icon-box .inner {
	background: #DD020A;
}
body.monomarca-same .single-sidebar-widget.search button {
	border: 1px solid #DD020A;
	background: #DD020A;
}
body.monomarca-same .single-sidebar-widget.category ul li a:hover {	
	color: #DD020A;
}
body.monomarca-same .single-sidebar-widget.archive ul li a:hover {
	color: #DD020A;
}
body.monomarca-same .single-sidebar-widget.popular-post ul li .content-box h4:hover {
	color: #DD020A;
}
body.monomarca-same .single-sidebar-widget.popular-post ul li .content-box span {
	color: #DD020A;
}
body.monomarca-same .single-sidebar-widget.tags ul li a:hover {
	background: #DD020A;
	border-color: #DD020A;
}
body.monomarca-same #single_Service .service_sideber .services_lis ul li i{
	color:#DD020A;
}
body.monomarca-same #single_Service .service_sideber .services_lis ul li.active a,
body.monomarca-same #single_Service .service_sideber .services_lis ul li a:hover {
    background:#DD020A;
}
body.monomarca-same #single_Service .service_sideber .appointment_side_form h2{
	background:#DD020A;
}
body.monomarca-same #single_Service .service_sideber .appointment_side_form .side_form .appoin_button{
	background:#DD020A;
}
body.monomarca-same #single_Service .service_sideber .question_Box .qustion_list ul li i{
	color:#DD020A;
}
body.monomarca-same #single_Service .service_mainconetent .about_promo_box h2{
	color:#DD020A;
}
body.monomarca-same #single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list li i{
    border: 1px solid #DD020A;
    color: #DD020A;
}
body.monomarca-same .service_table .thead-inverse tr th{
	color:#DD020A;
}
body.monomarca-same .service_table tbody tr td i{ 
    border: 1px solid #DD020A;
    color: #DD020A;
}
body.monomarca-same .gallery-section .filter-tabs li:hover,
body.monomarca-same .gallery-section .filter-tabs li.active {
	border-color:#DD020A;
	background:#DD020A;	
}
body.monomarca-same .gallery-section .image-box .btn-zoom .icon {
	color:#DD020A;	
}
body.monomarca-same .featured-causes .causes-details .p-title {
	color: #DD020A;
}
body.monomarca-same .featured-causes .social li a {
	color: #DD020A;
}
body.monomarca-same .featured-causes .social li a:hover {
	color: #fff;
	background: #DD020A;
	border-color: #DD020A;
}
body.monomarca-same .featured-causes .progress-item .progress-bar {
	background-color: #DD020A;
}
body.monomarca-same .featured-causes .progress-item .progress-bar .value-holder {
	background-color: #DD020A;
}
body.monomarca-same .pager-outer .pagination a {
	border:1px solid #DD020A !important;
}
body.monomarca-same .pager-outer .pagination a:hover,
body.monomarca-same .pager-outer .pagination .active a {
	background:#DD020A;
}
body.monomarca-same .causes .thumb .donate-piechart .piechart-block {
	background-color: #DD020A;
}
body.monomarca-same .causes .causes-details .causes-goal {
	color: #DD020A;
}
body.monomarca-same .promote-project h2 {
	color: #DD020A;
}
body.monomarca-same .donation-form-outer .radio-select input[type="radio"]:checked+label {
	color:#DD020A;
}
body.monomarca-same .pagination>.active>a, body.monomarca-same .pagination>.active>a:focus, body.monomarca-same .pagination>.active>a:hover, body.monomarca-same .pagination>.active>span, .pagination>.active>span:focus, body.monomarca-same .pagination>.active>span:hover {
	border-color: #DD020A;
	border-bottom-color: #c50209;
	border-top-color: #DD020A; 
	background: #DD020A; /* Old browsers */
	background: -moz-linear-gradient(top, #DD020A 0%, #c50209 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #DD020A 0%,#c50209 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #DD020A 0%,#c50209 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DD020A', endColorstr='#c50209',GradientType=0 ); /* IE6-9 */
}
body.monomarca-same .pagination>li>a, body.monomarca-same .pagination>li>span {
	color: #DD020A;
}
body.monomarca-same span.etiqueta-imagen {
    background: #DD020A;
    box-shadow: 0px 0px 1px #c50209;
}
body.monomarca-same #lista-noticias a:hover h5 {
	color: #c50209;
}
body.monomarca-same .socialIcon a {
	color: #fff;
}

@media (min-width: 1200px) {
	body.monomarca-same .header-fixed > a:before {
		background: #DD020A;
	}
	body.monomarca-same .header-fixed > a:hover:before {
		background: #fff;
	    color: #DD020A;
	}
}

body.monomarca-same .call-to-action-corner:hover:before {
	background: rgba(223, 0, 9, .9);
}
body.monomarca-same .call-to-action-center:hover:before {
	background: rgba(223, 0, 9, .9);
}
body.monomarca-same .single-team-member .img-box .overlay {
	background: rgba(223, 0, 9, .75);
	background: rgba(221, 2, 10,  .75); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(223, 0, 9, .75) 0%, rgba(221, 2, 10,  .75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(223, 0, 9, .75) 0%,rgba(221, 2, 10,  .75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(223, 0, 9, .75) 0%,rgba(221, 2, 10,  .75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba11b', endColorstr='#da8d1b',GradientType=0 ); /* IE6-9 */
}
body.monomarca-same .single-blog-post .img-box .overlay {
	background: rgba(223, 0, 9, .75);
}
body.monomarca-same .feature-card .overlay {
    background: rgba(223, 0, 9, .9);
}
body.monomarca-same a.btn-primary, body.monomarca-same a.btn-secondary, body.monomarca-same a.btn-success, body.monomarca-same a.btn-danger, body.monomarca-same a.btn-warning, body.monomarca-same a.btn-info, body.monomarca-same a.btn-light, body.monomarca-same a.btn-dark {
	color: #fff;
}

body.monomarca-same .overlay-white {
	background: url("../img/fondo-deutz-fahr.jpg") center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}


@media (min-width: 768px) {
	body.monomarca-same .mainmenu-area > .productos-nuevo.open {
	    border-bottom: 4px solid rgba(223, 0, 9, .9);
	}
	body.monomarca-same .productos-nuevo div > a:before {
		background: rgba(223, 0, 9, .3);
	}	
	body.monomarca-same .productos-nuevo div > a:after {
		background: rgba(223, 0, 9, .3);
	}


	body.monomarca-same .equipoTrabajo .imagen + .contenido {
	    background: rgba(223, 0, 9, .65);
	    color: #eee;
	    box-shadow: -2px 2px 5px rgba(0,0,0,.5);
	    border-color: rgba(223, 0, 9, 1);
	}
	body.monomarca-same .equipoTrabajo .imagen + .contenido a {
		color: #fff;
	}

}
/* Endmono marca Same */

#cookie-bar {background:#d9d9d9; height:auto; line-height:24px; color:#333; text-align:center; padding:3px 0;}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%;z-index:10;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a.politica { text-decoration:underline;}
#cookie-bar a.politica:hover { text-decoration:none;}
#cookie-bar a {color:#000; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#aaa;}
#cookie-bar .cb-enable:hover {background:#a0a0a0;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}



@-webkit-keyframes moveRight {
  	from {
	  	bottom: -101%;
		right: -28%;
	}
  	to {
  	    bottom: -201%;
	    right: -128%;
	}
}

@keyframes moveRight {
  	from {
	  	bottom: -101%;
		right: -28%;
	}
  	to {
  	    bottom: -201%;
	    right: -128%;
	}
}
@-webkit-keyframes moveLeft {
  	from {
	  	top: -101%;
		left: -28%;
	}
  	to {
  	    top: -201%;
	    left: -128%;
	}
}

@keyframes moveLeft {
  	from {
	  	top: -101%;
		left: -28%;
	}
  	to {
  	    top: -201%;
	    left: -128%;
	}
}
@-webkit-keyframes moveRight2 {
  	from {
		right: 0px;
	}
  	to {
	    right: -305px;
	}
}

@keyframes moveRight2 {
  	from {
		right: 0px;
	}
  	to {
	    right: -305px;
	}
}

@-webkit-keyframes infoEquipo {
  	from {
  		font-size: 0rem;
  		top: -20%;
  		bottom: 100%;
		-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	    transform: scale(0);
	}
  	to {
  		font-size: 1rem;
  		top: 15px;
  		bottom: 15px;
		-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	    transform: scale(1);
	}
}

@keyframes infoEquipo {
  	from {
  		font-size: 0rem;
  		top: -20%;
  		bottom: 100%;
		-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	    transform: scale(0);
	}
  	to {
  		font-size: 1rem;
  		top: 15px;
  		bottom: 15px;
		-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	    transform: scale(1);
	}
}





@media only screen and (min-width: 768px) {



	.lista-marcas2 > .owl-stage-outer > .owl-stage > .owl-item {
		/*
		display: inline-grid;
		float: none;*/
	}
}


header .logo img {
	margin-top: -25px;
	margin-bottom: -25px;
}

.top-bar img.st2 {
	line-height: 30px;
	max-height: 24px;
	margin-top: 13px;
}
.top-bar img.st3 {
	line-height: 40px;
    max-height: 40px;
    margin-top: 5px;
}


.rev_slider .deutz-fahr .thm-btn {
	color: #fff;
	background: #54B600; /* Old browsers */
	background: -moz-linear-gradient(top, #54B600 0%, #479801 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #54B600 0%,#479801 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #54B600 0%,#479801 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54B600', endColorstr='#479801',GradientType=0 ); /* IE6-9 */
	border-bottom-color: #479801;
    border-top-color: #54B600;

}
.rev_slider .deutz-fahr .thm-btn:hover {
	border-left-color: transparent;
	border-right-color: transparent;
}
.rev_slider .deutz-fahr .thm-btn.inverse {
	background: #fff;
	border-color: #54B600;
	color: #54B600;
}	



