/* Template Options */

/*
	--//-- 1. Color Options --//--

	- Theme color - feba29  (rgba - 242, 82, 83);
	
	--//-- 2. Theme Font --//--
   
	- Main font Roboto;	
	
*/
@import url("autocomplete.css");

body,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
	font-family: 'Roboto', sans-serif;
}

.logo_retina,
.logo_retina {
	width:176px;
}

::selection {
	background:#feba29;
	color:#ffffff;
}
::-moz-selection {
	background:#feba29;
	color:#ffffff;
}

a {
	color:#feba29;
}

.color {
	color:#feba29 !important;
}

header nav ul.menu > li > a:before {
	background:#feba29;
}

header nav ul.sub-menu > li:hover > a,
header nav ul.sub-menu > li.current-menu-item > a,
header nav ul.sub-menu > li.current-menu-parent > a {
	color:#feba29;
}

.main_header.type4 header nav ul.menu > li:hover > a,
.main_header.type4 header nav ul.menu > li.current-menu-ancestor > a,
.main_header.type4 header nav ul.menu > li.current-menu-item > a,
.main_header.type4 header nav ul.menu > li.current-menu-parent > a {
	color:#feba29;
}

.highlighted_colored {
    background:#feba29;
}

.dropcap.type2 {
	color:#feba29;
}

.dropcap.type5 {
	background:#feba29;
}

blockquote.type2:before {
	color:#feba29;
}

blockquote.type5:before {
	background:#feba29;
}

.module_content ul.type2 li:before {
    color:#feba29;
}

.sidepanel a:hover {
	color:#feba29;
}

.recent_posts li a.title:hover,
.product_posts li a.title:hover,
.pre_footer .recent_posts li a.title:hover,
.pre_footer .product_posts li a.title:hover,
.star_rating,
.subtotal span {
	color:#feba29;
}

#mc_signup_submit:hover {
    background: #feba29 !important;
}

.tweet_module ul li a:hover,
.pre_footer .tweet_module ul li a:hover {
	color:#feba29;
}

.shortcode_button.btn_type5,
.shortcode_button.btn_type4:hover,
.shortcode_button.btn_type4.dark_parent:hover {
    background: #feba29;
	color:#fff;
	border-color:#feba29;
}

.shortcode_button.btn_type5:hover {
    background: #ff6667;
}

.map_collapse:hover, .newsletterPop:hover {
	background: #ff6667;
}

.stat_count {
	color:#feba29;
}

.counter_icon {
	background:#feba29;	
}

.skill_div {
	background: #feba29;
}

.iconbox_wrapper .ico {
	background: #feba29;
}

.color_gradient_vert,
h5.shortcode_accordion_item_title:hover .ico:after,
h5.shortcode_toggles_item_title:hover .ico:after,
h5.shortcode_accordion_item_title.state-active .ico:after,
h5.shortcode_toggles_item_title.state-active .ico:after,
.icon5,
.icon6,
.icon7,
.pagerblock li a.current,
.pagerblock li a.current:hover,
.pagerblock li span,
.quantity .minus:hover,
.quantity .plus:hover,
a.remove:hover {
	background: #feba29; /* Old browsers */
	background: -moz-linear-gradient(top,  #feba29 0%, #ff8164 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feba29), color-stop(100%,#ff8164)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #feba29 0%,#ff8164 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #feba29 0%,#ff8164 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #feba29 0%,#ff8164 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #feba29 0%,#ff8164 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feba29', endColorstr='#ff8164',GradientType=0 ); /* IE6-9 */
}

.color_gradient_hor,
.widget_filter .ui-slider-range {
	background: #feba29; /* Old browsers */
	background: -moz-linear-gradient(left,  #feba29 0%, #ff8164 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#feba29), color-stop(100%,#ff8164)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #feba29 0%,#ff8164 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #feba29 0%,#ff8164 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #feba29 0%,#ff8164 100%); /* IE10+ */
	background: linear-gradient(to right,  #feba29 0%,#ff8164 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feba29', endColorstr='#ff8164',GradientType=1 ); /* IE6-9 */
}

/* Iconbox Gradient */
a:hover .iconbox_wrapper .ico:after,
.shortcode_iconbox.type4 .iconbox_wrapper .ico:after,
.shortcode_iconbox.type5 .iconbox_wrapper .ico:after,
.step_by_step .iconbox_wrapper .ico:after,
.shortcode_iconbox.type6 .iconbox_wrapper .ico:after {
	background: #feba29; /* Old browsers */
	background: -moz-linear-gradient(top,  #feba29 0%, #ff8164 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feba29), color-stop(100%,#ff8164)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #feba29 0%,#ff8164 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #feba29 0%,#ff8164 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #feba29 0%,#ff8164 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #feba29 0%,#ff8164 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feba29', endColorstr='#ff8164',GradientType=0 ); /* IE6-9 */
}

.easyPieChart {
    color: #feba29;
}

a:hover .iconbox_wrapper .ico:before {
	box-shadow:0 0 0 2px #feba29;	
}

h1.light span {
	color: #feba29;
}

.slick_testim_info h5 span,
.testimonials_list li .item h5.testimonials_title span {
	color: #feba29;
}

h5.shortcode_accordion_item_title:hover,
h5.shortcode_toggles_item_title:hover,
h5.shortcode_accordion_item_title.state-active,
h5.shortcode_toggles_item_title.state-active {
   color:#feba29;
}

.module_team .item_list.type2 .teamlink:hover {
    color: #feba29 !important;
}

.module_cont hr.type2 {
    border-top: #feba29 1px solid;
}

.price_item.most_popular .price_item_title h5 {
   color: #feba29;
}

.shortcode_tab_item_title.active:before {
    background: #feba29;
}

.item_tab h6 a:hover,
.contact_info_item a:hover,
.shortcode_timeline a:hover {
	color:#feba29;
}

.shortcode_timeline_date {
	background: #feba29;
}

.view_link:hover,
.view_link:hover i {
	color:#feba29;
}

.featured_items_body a:hover {
	color:#feba29;
}

.breadcrumbs a:hover {
	color:#feba29;
}

.map_collapse, .newsletterPop {
	background: #feba29;
}

.table_info_title h3 .badge {
	background: #feba29;
}

.send_mail h3 a {
	color:#feba29;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
.coupon input[type="submit"]:hover {
	background-color:#feba29;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color:#ff6667;
}

.with_reset .fright:hover:before {
	color:#feba29;
}

.widget_tag_cloud a:hover {
    color:#feba29;
	border-color:#feba29;
}

.countdown-amount {
	color:#feba29;
}

.global_count_wrapper.horizontal .count_title h1 span {
    color:#feba29;
}

.blogpost_title a:hover,
.listing_meta a:hover {
	color:#feba29;
}

.blog_post_preview blockquote:before {
	color:#feba29;
}
.blog_post_preview img {
	max-width:none;
}

.pagerblock li a:hover {
	color:#feba29;
}

.blogpost_user_meta h3 a,
.prev_next_links a:hover,
.comment_author_name a:hover,
.comment_meta a:hover {
	color:#feba29;
}

.contact_info a:hover {
	color:#feba29;	
}

.widget_filter #slider-range .ui-slider-handle:before {
	background:#feba29;
}

.widget_filter #slider-range .ui-slider-handle:after {
	border-top: 4px solid #feba29;
}

.sidepanel li.current-menu-item>a {
	color:#feba29;
}

.item_cart:hover,
.item_link:hover,
.shop_list_info a:hover,
.posted_in a:hover,
.tagged_as a:hover,
.product-name a:hover,
.calculate:hover,
h2.portf_title a:hover {
	color:#feba29;
}

.filter_navigation ul li ul li a:hover {
	color:#feba29;
	border-color:#feba29;
}

.filter_navigation ul li ul li a:before {
	background-color:#feba29;
}

.slide_title span {
	color:#feba29;
}

.slide_btn a {
	background-color:#feba29;
	border-color:#feba29;
}

.news_block .img_block:before {
	border:1px #feba29 solid;
}

.proj_title h5 a:hover,
.proj_meta a:hover {
	color:#feba29;
}

.page_has_countdown .count_title h1 {
    color:#feba29;
}

.color_bg {
    background-color:#feba29;
}

.slide_btn a.light_parent:hover,
.light_parent .slide_btn a:hover {
	background-color:#ff6667;
	border-color:#ff6667;
}

.table_info_details,
.table_info_details:focus {
	color:#feba29;
}

.mobile_menu_wrapper a:hover,
.mobile_menu_wrapper .current-menu-parent a,
.mobile_menu_wrapper .current-menu-parent .sub-menu a:hover,
.mobile_menu_wrapper .current-menu-parent .sub-menu li.current-menu-parent a.mob_link {
	color:#feba29;
}

.mobile_menu_wrapper .current-menu-item a.mob_link {
	color:#feba29 !important;
}

.mobile_menu_wrapper li.current-menu-parent.menu-item-has-children:before,
.mobile_menu_wrapper li.menu-item-has-children:hover:before {
	color:#feba29;
}

.login_popup .forgot_password a:hover {
	color:#feba29;
}

.mapsContact iframe{
	height:410px;
	width:400px;
	
}

.leftTab {
	position:fixed;
	z-index:100000;
	top:50%;
	right:0;
	width:270px;
	padding:.4em 1em; 
	background-color:#feba29;
	text-align:center;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.36);
	-moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.36);
	box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.36);
	transform: rotate(90deg);
	transform-origin: right top;
	cursor:pointer;
}

@media screen and ( max-height: 720px ){
	.leftTab {
		top:90%;
	}
}
.leftTab h3 {
	line-height:1.0em;
	font-size:1.5em;
	font-weight:bold;
	color:#787878;
	margin:0;
	display:inline;
	white-space:nowrap;
}
.leftTab h3 b {
	color:#ffffff;
}
.leftTab  i {
	float:right;
	font-size:2em;
	color:#ffffff;
}
.popNews {
	cursor:pointer;
}
.newsletter input, .contact input {
	margin-bottom:5px;
}
.newsletter h3 {
	font-weight:bold;
}
.newsletter label.error, .contact label.error {
	color:#ff0000;
	font-size:.8em;
}
.newsletter .submit {
	margin-top:.5em;
	text-align:right;
}
.mask_5_wrp {
	float:right;
}

.seotext {
	color:#c1c1c1;
	font-size:.8em;
}
.seotext p {
	display:inline;
	padding:0;
	margin:0;
}
.seotext h1 {
	color:inherit;
	font-size:inherit;
	display:inline;
	margin:0;
	padding:0;
	line-height:1em;
}
.logo_sect h1 {
	color:#E2E2E2;
	font-size:1em;
	margin:0;
	line-height:1em;
}
.searchresults {
	font-size:.9em;
}
.searchresults h2 {
	margin-bottom:.2em;
	line-height:.7em;
}
.searchresults h2 a{
	font-size:.7em;
	line-height:.7em;
}
.searchresults .listing_meta {
	padding-bottom:5px;
}
.searchresults .row {
	margin-left:0;
}
.destacar {
	color:#FEBA29;
	font-size:inherit;
	font-weight:inherit;
}
.sitemap li, .sitemap li a {
	color:#505050;
}

.sitemap li:hover>a {
	color:#FEBA29;
	transition: all 300ms;
}

.contentImages {
	float:right
}
.contentImages ul {
	list-style:none;
}

.contentImages ul  img {
	border-radius:10px;
}

.teamphoto {
	width:100%;
	padding-bottom:70%;
	background-size:cover;
	background-position:center;
	
}


	.contactPage {
		white-space:nowrap;
		/*width:660px;*/
	}
	.contactPage .address {
		vertical-align:top;
		margin-right:1%;
	}
	.contactPage .address iframe{
		width:90%;
		height:300px;
	}
	.contactPage .address .txt {
		height:200px;
	}	

	
	@media only screen and (max-width: 520px)  {
		
		.contactPage .address {
			display:block;
			width:auto;
			margin-bottom:3em;
		}
		.contactPage .address .txt{
			height:180px !important;
		}
	}
	@media (min-width: 520px)  {
		.contactPage .address {
			display:inline-block;
			width:49%;
		}
	}

	
	
	.slide_title h2 {
		font-size:inherit;
		font-weight:inherit;
		line-height:inherit;
		
	}
	.pt-0 {
		padding-top:0;
	}