/* Template Options */

/*
	--//-- 1. Color Options --//--

	- Theme color - f25253  (rgba - 242, 82, 83);
	
	--//-- 2. Theme Font --//--
   
	- Main font Roboto;	
	
*/

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;
	height:33px;
}

::selection {
	background:#2492f1;
	color:#ffffff;
}
::-moz-selection {
	background:#f25253;
	color:#ffffff;
}

a {
	color:#2d2e2e; /*original: #f25253 - RF@BDB 5/18/2016*/
}

.color {
	color:#f25253 !important;
}

.gallery-container {border-bottom: 1px solid #9b9b9b; overflow: auto}
.gallery-container div{float: left; height: 280px; margin-top: 30px; text-align:center}
.gallery-container div img {margin: 10px}
.gallery-container:last-child {border: none}

.product-lines-row{width: 100%;}
.product-lines{margin-bottom: 50px; max-width: 490px; min-width: 425px; padding: 30px 50px 30px 50px; float: left;} /*border-bottom: 1px solid #9b9b9b*/
/*.product-lines:last-child {border: none}*/
.product-lines h3{font-weight: bold}
.product-lines p {margin-top: 10px}
.product-lines-height-500 {height: 500px;}
.clear{clear: both;}

/********************BDB Custom TOOLS*************************/



.bold{font-weight: bold;}

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

.custom_box{ /*RF@BDB*/
	text-align: center;
    margin-bottom: 23px;
    padding: 20px;
    /*border-left: 1px solid transparent;
    border-right: 1px solid transparent;*/
    border: 1px solid #039c02;
    border-radius: 3px; 
    border-collapse: initial;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #F3F4F6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#F3F4F6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#F3F4F6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F3F4F6',GradientType=0 ); /* IE6-9 */
   }

/************************************************************/
header nav ul.menu > li > a:before {
	background:#2a4886; /*original: #f25253 - RF@BDB 9/26/2016*/
}


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:#212121; /*original: #f25253 - RF@BDB 5/16/2016*/
	background-color: #dedede; /*RF@BDB 5/16/2016*/
}

/***********************************************************************/

.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:#f25253;
}

.highlighted_colored {
    background:#f25253;
}

.dropcap.type2 {
	color:#f25253;
}

.dropcap.type5 {
	background:#f25253;
}

blockquote.type2:before {
	color:#f25253;
}

blockquote.type5:before {
	background:#f25253;
}

.module_content ul.type2 li:before {
    color:#f25253;
}

.sidepanel a:hover {
	color:#666; /*original: #f25253 - RF@BDB 5/16/2016*/
	

}

.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:#545454;
}

#mc_signup_submit:hover {
    background: #f25253 !important;
}

.tweet_module ul li a:hover,
.pre_footer .tweet_module ul li a:hover {
	color:#f25253;
}

.shortcode_button.btn_type5,
.shortcode_button.btn_type4:hover,
.shortcode_button.btn_type4.dark_parent:hover {
    background: #a83b73;
	color:#fff;
	border-color: #a83b73;
}

.shortcode_button.btn_type5:hover {
    background: #640a38; /*original:  - RF@BDB 9/30/2016*/
}

.map_collapse:hover {
	background: #003463; /* original: #ff6667 RF@BDB 5/13/2016 */
}

.stat_count {
	color:#f25253;
}

.counter_icon {
	background:#f25253;	
}

.skill_div {
	background: #f25253;
}

.iconbox_wrapper .ico {
	background: #f25253;
}

.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: #f25253; /* Old browsers */
	background: -moz-linear-gradient(top,  #f25253 0%, #ff8164 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f25253), color-stop(100%,#ff8164)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f25253 0%,#ff8164 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f25253 0%,#ff8164 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f25253 0%,#ff8164 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f25253 0%,#ff8164 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f25253', endColorstr='#ff8164',GradientType=0 ); /* IE6-9 */
}

.color_gradient_hor,
.widget_filter .ui-slider-range {
	background: #f25253; /* Old browsers */
	background: -moz-linear-gradient(left,  #f25253 0%, #ff8164 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f25253), color-stop(100%,#ff8164)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #f25253 0%,#ff8164 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f25253 0%,#ff8164 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f25253 0%,#ff8164 100%); /* IE10+ */
	background: linear-gradient(to right,  #f25253 0%,#ff8164 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f25253', 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: #f25253; /* Old browsers */
	background: -moz-linear-gradient(top,  #f25253 0%, #ff8164 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f25253), color-stop(100%,#ff8164)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f25253 0%,#ff8164 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f25253 0%,#ff8164 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f25253 0%,#ff8164 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f25253 0%,#ff8164 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f25253', endColorstr='#ff8164',GradientType=0 ); /* IE6-9 */
}

.easyPieChart {
    color: #f25253;
}

a:hover .iconbox_wrapper .ico:before {
	box-shadow:0 0 0 2px #f25253;	
}

h1.light span {
	color: #f25253;
}

.slick_testim_info h5 span,
.testimonials_list li .item h5.testimonials_title span {
	color: #f25253;
}

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:#f25253;
}

.module_team .item_list.type2 .teamlink:hover {
    color: #f25253 !important;
}

.module_cont hr.type2 {
    border-top: #f25253 1px solid;
}

.price_item.most_popular .price_item_title h5 {
   color: #f25253;
}

.shortcode_tab_item_title.active:before {
    background: #f25253;
}

.item_tab h6 a:hover,
.contact_info_item a:hover,
.shortcode_timeline a:hover {
	color:#f25253;
}

.shortcode_timeline_date {
	background: #f25253;
}

.view_link:hover,
.view_link:hover i {
	color:#f25253;
}

.featured_items_body a:hover {
	color:#00529c; /*original : #f25253 - RF@BDB 5/20/2016*/
}

.breadcrumbs a:hover {
	border: none;/*RF@BDB - 9/30/2016*/
}

.map_collapse {
	background: #00529c; /*original: #f25253 - RF@BDB 5/13/2016*/
	margin-top: 60px; /*RF@BDB 5/16/2016*/
}

.table_info_title h3 .badge {
	background: #f25253;
}

.send_mail h3 a {
	color:#f25253;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
.coupon input[type="submit"]:hover {
	background-color:#0a7d02;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color:#336808;
}

.with_reset .fright:hover:before {
	color:#f25253;
}

.widget_tag_cloud a:hover {
    color:#f25253;
	border-color:#f25253;
}

.countdown-amount {
	color:#f25253;
}

.global_count_wrapper.horizontal .count_title h1 span {
    color:#f25253;
}

.blogpost_title a:hover,
.listing_meta a:hover {
	color:#f25253;
}

.blog_post_preview blockquote:before {
	color:#f25253;
}

.pagerblock li a:hover {
	color:#f25253;
}

.blogpost_user_meta h3 a,
.prev_next_links a:hover,
.comment_author_name a:hover,
.comment_meta a:hover {
	color:#f25253;
}

.contact_info a:hover {
	color:#f25253;	
}

.widget_filter #slider-range .ui-slider-handle:before {
	background:#f25253;
}

.widget_filter #slider-range .ui-slider-handle:after {
	border-top: 4px solid #f25253;
}

.sidepanel li.current-menu-item a {
	color:#f25253;
}

.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:#f25253;
}

.filter_navigation ul li ul li a:hover {
	color:#f25253;
	border-color:#f25253;
}

.filter_navigation ul li ul li a:before {
	background-color:#f25253;
}

.slide_title span {
	color:#f25253;
}

.slide_btn a {
	background-color:#f25253;
	border-color:#f25253;
}

.news_block .img_block:before {
	border:1px #f25253 solid;
}

.proj_title h5 a:hover,
.proj_meta a:hover {
	color:#f25253;
}

.page_has_countdown .count_title h1 {
    color:#f25253;
}

.color_bg {
    background-color:#f25253;
}

.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:#f25253;
}

.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: #fff; /*original: #f25253 - RF@BDB 5/16/2016*/
	background-color: #00529c; /*RF@BDB 5/16/2016*/
}

.mobile_menu_wrapper .current-menu-item a.mob_link {
	color:#f25253 !important;
}

.mobile_menu_wrapper li.current-menu-parent.menu-item-has-children:before,
.mobile_menu_wrapper li.menu-item-has-children:hover:before {
	color:#666; /*original: #f25253 - RF@BDB 5/16/2016*/
}

.login_popup .forgot_password a:hover {
	color:#f25253;
}

