/* BEGIN tmq_css */
/* =========================================== 
    Unlimited Colors Setting                   
 =========================================== */

.header-logo {
	background-color: rgba(34,34,34, 0.9);
}
#background-container {
	background-color: #478aad;
}
.woocommerce span.onsale, .woocommerce-page span.onsale, .services-post > a, .hover-item ul li a, .accord-content span.image-content, ul.tab-links li a:hover, ul.tab-links li a.active, .footer-line, .carousel-control.right:hover, .carousel-control.left:hover, .tp-rightarrow.default, .tp-leftarrow.default, .tp-bullets.simplebullets.round .bullet.selected:after, .tp-bullets.simplebullets.round .bullet:hover:after, .modern_medium_light, .meter > span, .staf-social li a:hover, .pricing-table.standard li, #wp-calendar caption, table thead, .flex-direction-nav .flex-next, .flex-direction-nav .flex-prev, .flex-control-paging li a:hover:before, .flex-control-paging li a.flex-active:before, .comment-content a.reply-comment, .wpcf7 input[type="submit"], .comment-form input[type="submit"], .author-buttons .biography, .author-buttons li:hover, .awesome-icons, .review-box .review-overall-rating, .list-rating .review-overall-rating, ul.page-numbers li a.active, ul.page-numbers li a:hover, ul.page-numbers li span, ul.filter li a.active, ul.filter li a:hover, .tmq_button, .tmq_loading .wBall .wInnerBall {
	background-color: #478aad;
	background-color: rgb(71,138,173);
}
.top-line p span i, ul.social-icons li a i, a.read-more, a.read-more i, .accord-title h5 i, ul.tab-links li a i, .footer-widgets h4, ul.contact-list li a:hover i, div#footer-contact button, div#footer-contact button i, li.drop > a span:after, .footer-line a.go-top:before, .skills-progress p span, .staf-social li a i, .pricing-table.standard li:first-child p, .pricing-table.standard li:first-child span, .pricing-table.standard li a, .drop-caps p span, .drop-caps > span.icon, blockquote p, .sidebar .tagcloud a:hover, .footer-widgets .tagcloud a:hover, .tabs-widget ul.tab-links li a:hover, .tabs-widget ul.tab-links li a.active, .widget_search button i, .tabs-widget .tab-content ul li h6 a:hover, .widget a:hover, .widget_recent_comments ul .url, #wp-calendar tbody td a, a, a:hover, a:focus, .author-buttons .fa, .tag-list li a, .tag-list li a i, .review-box .review-rate, .list-rating .review-rate, .portfolio-navigation a:hover i, h1.head-404, .work-post-content span, .tmq_button.light, .tmq-list ul.posts-list li h6 a:hover, .widget .current_page_item a, .undernav-sidebar .widget h4 {
	color: #478aad;
}
.woocommerce .products a.button  {
	color: #478aad !important;
}
.work-post-content span {
	color: rgb(41,91,107);
}
.hover-box {
	background-color: #478aad;
	background-color: rgba(71,138,173, 0.8);
}
.carousel-control.right, .carousel-control.left {
	background-color: #478aad;
	background-color: rgba(71,138,173, 0.3);
}
.woocommerce .products a.button, .services-post > a:hover:after, .services-post > a:after, a.read-more, ul.contact-list li a:hover, div#footer-contact input[type="text"]:focus, div#footer-contact input[type="email"]:focus, div#footer-contact textarea:focus, ul.contact-list li a:hover:after, .tp-bullets.simplebullets.round .bullet, .tp-bullets.simplebullets.round .bullet:after, .staf-social li a, .drop-caps > span.icon, blockquote, .sidebar .tagcloud a:hover, .footer-widgets .tagcloud a:hover, .widget_search input[type="search"]:focus, .flex-control-paging li a, .flex-control-paging li a:before, .wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 textarea:focus, .tag-list li a, .review-box .review-overall, .tmq_button, .tmq_button.light { 
	border-color: #478aad;
}
.main-menu > li > a, a.elemadded { 
	background-color: #478aad;
	background-color: rgba(71,138,173, 0.9);
	color: #ffffff;
}
.main-menu > li > a:after { 
	background-color: #478aad;
}
.content-sections, .flexslider { 
	background-color: #ffffff;
}
footer { 
	background-color: #ffffff;
}
.footer-line { 
	background-color: #dc8b86;
}
.tmq_toggle_bar .tmq_toggle_content { 
	background-color: #303030;
}
.tmq_toggle_bar .tmq_toggle_switch { 
	border-top-color: #303030;
}
.toggle-widgets, .toggle-widgets p { 
	color: #dbdbdb;
}
.toggle-widgets h1, .toggle-widgets h2, .toggle-widgets h3, .toggle-widgets h4, .toggle-widgets h5, .toggle-widgets h6 { 
	color: #ffffff;
}
.top-line { 
	background-color: #ffffff;
	background-color: rgba(255,255,255, 0.8);
}
.top-line p span, .top-line p span a.header-contact-link { 
	color: #253135;
}
ul.drop-down li a { 
	background-color: #ffffff;
	background-color: rgba(255,255,255, 0.9);
	color: #646464;
}
ul.drop-down li a:hover { 
	background-color: #ffffff;
	color: #000000;
}
.pricing-table.standard li { 
	border-color: rgb(41,91,107);
}
.undernav-sidebar { 
	background-color: rgba(255,255,255, 0.82);
}
/* Logo Positioning */
	.header-logo {
		padding-top: 50px;
		padding-bottom: 50px;
	}
/* Banner Area Dynamic Height Control With Padding */
	#page-banner {
		padding-top: 41px;
		padding-bottom: 41px;
	}
/* Set default font color for all paragraphs */
	p {
		color: #9a9a9a;
	}
/* Banner Area BG Setting */
	#page-banner {

					background: -moz-linear-gradient(left, #666666 0%, #999999 100%);
					background: -webkit-gradient(left top, right top, color-stop(0%, #666666), color-stop(100%, #999999));
					background: -webkit-linear-gradient(left, #666666 0%, #999999 100%);
					background: -o-linear-gradient(left, #666666 0%, #999999 100%);
					background: -ms-linear-gradient(left, #666666 0%, #999999 100%);
					background: linear-gradient(to right, #666666 0%, #999999 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#999999', GradientType=1 );
				
	}
/* Default Paragraph Font Setting */
	* {
		font-family: "open sans", "sans serif";
	}
	p {
		font-family: "open sans", "sans serif";
		font-size: 13px;
		line-height: 18px;
	}
/* Menu Font Setting */
	.main-menu > li > a, .main-menu > li > a span, ul.drop-down li a,  ul.drop-down li a span {
		font-family: "open sans", "sans serif";
	}
	.main-menu > li > a {
		font-size: 15px;
	}
	ul.drop-down li a {
		font-size: 14px;
	}
	ul.drop-down {
		width: 220px;
	}
	header {
		width: 270px;
	}
	.inner-content {
		padding-left: 270px;
	}
	.main-menu > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	ul.drop-down li a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
/* Blog Typography Setting */
	.news-item h2 {
		font-size: 18px;
	}
	.single-post-content h1 {
		font-size: 25px;
	}
/* Banner Area Typography Setting */
	#page-banner h1, #page-banner span {
		font-size: 34px;
	}
	#page-banner p {
		font-size: 16px;
	}
	ul.breadcrumb {
		font-size: 13px;
	}
/* Breadcrumb text format */
	ul.breadcrumb {
		text-transform: lowercase
	}
/* Headings Font Setting */
	h1, h2, h3, h4, h5, h6 {
		font-family: "open sans", "sans serif";
	}
	h1 {
		font-size: 38px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 15px;
	}
	h6 {
		font-size: 12px;
	}
/* Support 1600px+ Wide Screens */
	@media (min-width: 1600px) {
		header {
			margin-left: -685px;
		}
		.container {
			max-width: 1400px;
			width: 1400px;
		}
	}

/* END tmq_css */
/* BEGIN tmq_usercss */
.tmq_button {
    color:#fff !important;
    background-color: #CD1B35 !important;
}

.tmq_button:hover{
    color:#fff !important;
    background-color: #EC334E !important;
}

.footer-line a{
    color: #CD1B35 !important;
}

.woocommerce .products a.button, .services-post > a:hover:after, .services-post > a:after, a.read-more, ul.contact-list li a:hover, div#footer-contact input[type="text"]:focus, div#footer-contact input[type="email"]:focus, div#footer-contact textarea:focus, ul.contact-list li a:hover:after, .tp-bullets.simplebullets.round .bullet, .tp-bullets.simplebullets.round .bullet:after, .staf-social li a, .drop-caps > span.icon, blockquote, .sidebar .tagcloud a:hover, .footer-widgets .tagcloud a:hover, .widget_search input[type="search"]:focus, .flex-control-paging li a, .flex-control-paging li a:before, .wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 textarea:focus, .tag-list li a, .review-box .review-overall, .tmq_button, .tmq_button.light {
    border-color: #CD1B35 !important;
}

ul.drop-down li a {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    padding: 1% 1% 1% 3% !important;
    border-top: 0px solid #935652 !important;
    text-transform: inherit !important;
}

.top-line p span i, ul.social-icons li a i, a.read-more, a.read-more i, .accord-title h5 i, ul.tab-links li a i, .footer-widgets h4, ul.contact-list li a:hover i, div#footer-contact button, div#footer-contact button i, li.drop > a span:after, .footer-line a.go-top:before, .skills-progress p span, .staf-social li a i, .pricing-table.standard li:first-child p, .pricing-table.standard li:first-child span, .pricing-table.standard li a, .drop-caps p span, .drop-caps > span.icon, blockquote p, .sidebar .tagcloud a:hover, .footer-widgets .tagcloud a:hover, .tabs-widget ul.tab-links li a:hover, .tabs-widget ul.tab-links li a.active, .widget_search button i, .tabs-widget .tab-content ul li h6 a:hover, .widget a:hover, .widget_recent_comments ul .url, #wp-calendar tbody td a, a:hover, a:focus, .author-buttons .fa, .tag-list li a, .tag-list li a i, .review-box .review-rate, .list-rating .review-rate, .portfolio-navigation a:hover i, h1.head-404, .work-post-content span, .tmq_button.light, .tmq-list ul.posts-list li h6 a:hover, .widget .current_page_item a, .undernav-sidebar .widget h4 {
    color: #CD1B35 !important;
}

.main-menu > li > a:after {
    background: #478aad  !important;
}
.top-line p span i {
    color: #8C0404 !important;
}
.top-line p span i:hover {
    color: #8C0404 !important;
}

.main-menu > li > a:hover {
 background-color: #478aad  !important;
 color: #fff !important;
}

.a {
color: #CD1B35 !important;
}

.footer-line A.go-top:before {
color: #CD1B35 !important;
}

@media (max-width: 400px) {
.main-menu > li > a {
width: 93% !important;
}
}

.tp-bullets.simplebullets.square-old .bullet {
  background: none !important;
  background-color: #CD1B35 !important;
  width: 21px;
  height: 21px;
 }
 
  .bullet.first {
  background: none !important;
  background-color: #CD1B35 !important;
  width: 21px;
  height: 21px;
}

.tp-bullets.simplebullets .bullet.selected {
  background: none !important;
  background-color: #EC334E  !important;
}

#page-banner {
padding: 6px;
padding-top: 38px !important;
}

hr.blog-info-divider {
margin-top: 0;
display: none;
}

hr.blog-content-divider {
display: none;
}

.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
padding-left: 0px;
padding-right: 0px;
}

.up-footer {
padding: 10px 8px 0;
}

.up-footer > a{
color:#CD1B35 !important;
}

.inner-content {
background: #222;
margin-bottom: -100%;
}

.content-sections {
padding: 10px 8px 0;
}

.footer-widgets, .toggle-widgets {
margin-bottom: 13px;
}

.news-item {
margin-bottom: 0px;
}

.tabs-widget .tab-box .tab-content {
padding: 0px 10px 10px 10px;
}

body .wpb_row,
body .wpb_content_element, 
body ul.wpb_thumbnails-fluid > li, 
body .last_toggle_el_margin, 
body .wpb_button { 
	margin-bottom: 10px;
}

.widget ul.tab-links > li {
width: 33.3% !important;
}

h3 {
margin-bottom: 12px;
}

.tp-bullets {
background: none;
bottom: 0px !important;
}

.news-item {
margin-bottom: 10px;
}

.news-item h2 {
margin-bottom: 21px;
color: #000000;
}

.news-item .inner-item {
margin-bottom: 4px;
}
.tp-bullets.simplebullets.square-old .bullet {
height: 0px;
margin-right: 2px;
}

.tp-bullets {
border-top: 0px;
}

.footer-line {
background-color: #212121 !important;
}

.tp-leftarrow.default {
opacity: 0.6;
background-color: #CD1B35;
}

.tp-rightarrow.default {
opacity: 0.6;
background-color: #CD1B35 ;
}

@media (max-width: 991px) {
    
.main-menu > li > a {
padding-top: 1px !important;
padding-bottom: 1px !important;
padding-left: 10px;
padding-right: 10px;
}

#page-banner {
padding: 6px;
padding-top: 6px !important;
}    
    
ul.drop-down {
padding-left: 10px;
padding-right: 10px;
width: 100%;
}

header {
border-right: 0px !important;  
top: 0px !important;
}

a.elemadded {
display: block;
margin-left: 10px;
margin-right: 10px;
}
.navbar-vertical {
background: #478aad;
padding-bottom: 10px;
width: 100% !important;
}
header {
border-right: 0px;
}
.top-line p {
display: none;
}
}

.destacados .latest-post .row .col-md-4 p {
display: none;
}

ul.drop-down li a {
padding-top: 1px;
padding-bottom: 1px;
padding: 1% 1% 1% 3%;
background-color: #478aad;;
color: #fff !important;
border-top: 0px solid #935652 !important;
text-transform: inherit;
}

ul.drop-down li a:hover {
    background-color: #EC334E  !important;
    color: #fff !important;
}

li.drop > a span:after {
display: none;
}

.author-box {
display: none;
}

.comment-respond {
display: none;
}

.main-menu > li:last-child {
padding-top: 5px;
}

ul.drop-down li:last-child {
border-bottom: 0px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.widget.widget-header.shailan_banner_widget {
padding-bottom: 20px;
}

.main-menu > li > a, a.elemadded {
background-color: #478aad;
color: #ffffff;
}

.header-logo {
padding-top: 10px !important;
padding-bottom: 10px !important;
}

header {
    width: 270px;
    position: fixed;
    top: 45px;
    left: 50%;
    margin-left: -570px;
    z-index: 9999;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    top: none;
	height: 100%; 
	background-color: rgb(33, 33, 33); 
}

header.active, .admin-bar header.active {
top: none;
}

p {
    color: rgb(108, 108, 108);
}

.main-menu > li > a {
padding-top: 1px !important;
padding-bottom: 1px !important;
margin-left: 10px;
margin-right: 10px;
}
	
.tabs-widget .tab-content ul li {
overflow: hidden;
margin-bottom: 16px;
width: 100%;
display: none;
}

.single-post-content h1 {
font-size: 25px;
display: none;
}

p.blog-info {
margin-bottom: 5px;
font-size: 85%;
display: none;
}
.news-item .inner-item img {
width: 100%;
border-radius: 10px;
-webkit-border-radius: 0px;
}

.hover-box a.page {
left: 35%;
margin-left: 5px;
background: none;
}

.hover-box a.zoom {
display: none;
}

#slider {
background: none;
padding-right: 0px !important;
overflow: hidden;
}

.latest-post .carousel .b-item p { display:none;}
.latest-post .b-item .read-more { display:none;}
.latest-post .b-item h2 { font-size:16px;}
.latest-post .b-item h3 { font-weitght:500;}
.comment-section {
display: none;
}

hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: none;
}

#page-banner p {display:none;}
#page-banner {
padding-top: 57px;
padding-bottom: 16px;}

.hover-item {
display: none;
}

a.read-more { 
display:none;
}

.single-post-content p {
color: rgb(108, 108, 108);
font-size: 15px;
margin-bottom: 7px;
}

.wp-caption-text {
font-size: 11px !important;
line-height: 16px !important;
margin-top: 5px !important;
}

.header-logo {
padding-top: 10px;
padding-bottom: 10px;
}

.news-item .inner-item img {
    border-radius: 3px;
}

.widget.widget-header.shailan_banner_widget {
padding-bottom: 20px;
display: none;
}

ul.social-icons li a i {
color: #CD1B35 !important;
}

.content-sections > DIV {
border-bottom: 10px !important;
}

body .wpb_row, body .wpb_content_element, body ul.wpb_thumbnails-fluid > li, body .last_toggle_el_margin, body .wpb_button {
margin-bottom: 0px;
}

.undernav-sidebar {
    background-color: #222 !important;
    border-right:0px solid #222 !important;
}

ul.page-numbers {
    margin-bottom: 38px;
    display: none;
}

.content-sections img{
    height: 100%;
    width: 100%;
}

.main-menu li{
border-top: 1px solid #222!important;
}
li#menu-item-6798 a, li#menu-item-6800 a, li#menu-item-6802 a {
background-color: #d81e05 !important;
}
li#menu-item-6798{
padding-top: 5px;
}

li#menu-item-6800 a:hover, li#menu-item-6802 a:hover {
background-color: #ad1400 !important;
color: #fff !important;
}

.main-menu > li#menu-item-6798 > a:hover {
    background-color: #ad1400 !important;
    color: #fff !important;
}

.main-menu > li#menu-item-6798 > a:after {
    background-color: #ad1400 !important;
    color: #fff !important;
}
li#menu-item-7934{
    padding-top: 5px;
}
li#menu-item-7934 a {
background-color: #d81e05 !important;
}
.main-menu > li#menu-item-7934 > a:hover {
    background-color: #ad1400 !important;
    color: #fff !important;
}

.main-menu > li#menu-item-7934 > a:after {
    background-color: #ad1400 !important;
    color: #fff !important;
}

li#menu-item-7936{
    padding-top: 5px;
}
li#menu-item-7936 a {
background-color: #d81e05 !important;
}

.main-menu > li#menu-item-7936 > a:hover {
    background-color: #ad1400 !important;
    color: #fff !important;
}

.main-menu > li#menu-item-7936 > a:after {
    background-color: #ad1400 !important;
    color: #fff !important;
}

li#menu-item-7938{
    padding-top: 5px;
}
li#menu-item-7938 a {
background-color: #d81e05 !important;
}
.main-menu > li#menu-item-7938 > a:hover {
    background-color: #ad1400 !important;
    color: #fff !important;
}

.main-menu > li#menu-item-7938 > a:after {
    background-color: #ad1400 !important;
    color: #fff !important;
}
/* END tmq_usercss */
/* Support 1600px+ Wide Screens */
@media (min-width: 1600px) {
	header {
		margin-left: -685px;
	}
	.container {
		max-width: 1400px;
		width: 1400px;
	}
}

/* Correciones para mostrar en IE8 las imágenes del componente imagen única */
.wpb_single_image .vc_figure, .wpb_single_image .vc_single_image-wrapper,.wpb_single_image img{
	width:100%\9;
}