/* Template Options 
	--//-- 1. Color Options --//--
	- Theme color - f25253  (rgba - 242, 82, 83);
	--//-- 2. Theme Font --//--
   	- Main font Roboto;	
*/
.hidden{
    display:none!important;
}
body,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
	font-family: 'Roboto', sans-serif;
    border: 1px solid #E6E6E6;
    outline: 0;
    box-shadow: none;
    background: #fafafa;
    font-family: inherit;
    font-size: 1.15em;
    color: #8d8d8d;
    display: inline-block;
    border-radius: 0;
    width: 100%;
	line-height: 23px; 
    -webkit-transition: border .3s cubic-bezier(0.19,1,.22,1);
    transition: border .3s cubic-bezier(0.19,1,.22,1);
	margin: 0 0 25px 0;
}

#contactForm  label{
	margin-bottom: 0px;
}

select#edit-salutation ,
select#edit-catregory {
    padding: .65em;
    border: 1px solid #E6E6E6;
    outline: 0;
    box-shadow: none;
    background: #fafafa;
    font-family: inherit;
	font-weight: 300;
    font-size: 1.15em;
    color: #8d8d8d;
    display: inline-block;
    border-radius: 0;
    width: 100%;
    -webkit-transition: border .3s cubic-bezier(0.19,1,.22,1);
    transition: border .3s cubic-bezier(0.19,1,.22,1);
	margin-bottom: 25px;
}
select#edit-catregory option {
    position: relative;
	padding: 10px 0px 10px;
    overflow: hidden;
    height: 42px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 30px;
    -webkit-transition: all .3s cubic-bezier(0.19,1,.22,1);
    transition: all .3s cubic-bezier(0.19,1,.22,1);
    display: list-item;
    cursor: pointer;
}

.form-item.form-type-select.form-item-title {
    text-align: left;
}
.form-item.form-type-checkbox {
    text-align: left;
}

input#edit-submit {
    display: inline-block;
    padding: 10px 20px 10px;
    letter-spacing: 2px;
    font-size: 14px;
    border: none;
    text-decoration: none;
    -webkit-transition: background-color .3s cubic-bezier(0.19,1,.22,1);
    transition: background-color .3s cubic-bezier(0.19,1,.22,1);
    position: relative;
    color: #FFF;
    background-color: #29526c;
    cursor: pointer;
    float: right;
    margin-top: 10px;
    line-height: 16px;
}

label.input.capcha {
    width: 100%;
    float: left;
	padding-left: 0;
    padding-right: 0;
}

iframe.capcha-frame {
	height: 40px;
    float: left;
	padding-left: 0;
    padding-right: 0;
}

input#verify {
    float: left;
	margin: 0 0 13px 0;
	width: auto;
}

textarea#edit-message {
height: 85px;
margin: 0 0 10px 0;
}

.form-type-textfield.form-item-phone,
.form-item.form-type-textfield.form-item-zip {
    padding-left: 0;
	
}
.form-item.form-type-textfield.form-item-fax,
.form-item.form-type-textfield.form-item-city {
    padding-right: 0;
	padding-left: 0;
}

@media only screen and (max-width: 768px){
	.form-type-textfield.form-item-phone,
	.form-item.form-type-textfield.form-item-zip {
		padding-right: 0;
	}
}

label.option {
    width: 95%!important;
    padding-left: 10px;
}

.logo_retina,
.logo_retina {
	width:176px;
	height:33px;
}

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

a {
	color:#f25253;
}

.color {
	color:#f25253 !important;
}

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

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

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

#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: #eee;
	color:#0F364D;
	border-color:#0D3249;
}

.shortcode_button.btn_type5:hover {
    background: #ff6667;
}

.stat_count {
	color:#f25253;
}

.counter_icon {
	background:#f25253;	
}

.skill_div {
	background: #f25253;
}

.iconbox_wrapper .ico {
	background: #9aa1ac;
}

.iconbox_wrapper .iconbox_body ul>li>a{
	font-family: ProximaNova-Regular,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
	color: #B3BCC1;
    letter-spacing: .05em;
    display: inline-block;
}

.iconbox_wrapper .iconbox_body ul>li>a:hover{
	color: #ccc;
}

.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: #29526c ; /* Old browsers */
	background: -moz-linear-gradient(top,  #29526c  0%, #29526c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#29526c ), color-stop(100%,#29526c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #29526c  0%,#29526c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #29526c  0%,#29526c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #29526c  0%,#29526c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #29526c  0%,#29526c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29526c ', endColorstr='#29526c',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: #29526c;
    background: rgba(154, 161, 172, 0.48);
    padding: 1.5em 2em;
    margin-top: 1.4em;
    cursor: pointer;
    -webkit-transition: opacity .3s cubic-bezier(0.19,1,.22,1);
    transition: opacity .3s cubic-bezier(0.19,1,.22,1);
    position: relative;
}

h5.shortcode_accordion_item_title,
h5.shortcode_toggles_item_title {
    margin: 0 0 30px 0 !important;
    padding: 10px 0 10px 40px !important;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    border: none;
	text-align: left;
	color: #29526c;
	background: rgba(41,82,108,.1);
	-webkit-transition: opacity .3s cubic-bezier(0.19,1,.22,1);
    transition: opacity .3s cubic-bezier(0.19,1,.22,1);
}

.shortcode_accordion_item_title .ico,
.shortcode_toggles_item_title .ico {
    right: 10px;
    top: 11px;
}

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

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

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

.map_collapse {
	background: #0d3249;
}

.map_collapse:hover {
	background: #1B4C6B;
}

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

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

.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: #314F5E;
    border-color: #EEE;
}

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

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

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

header nav ul.menu > li > a{
	
}

header nav ul.menu li.current-menu-parent:hover > a:before, 
header nav ul.menu li.current-menu-parent.active  > a:before {
    background: #517485;
}

header nav ul.menu > li > a:before {
	
}

header nav ul.menu > li:hover > a,
header nav ul.menu > li.current-menu-ancestor > a,
header nav ul.menu > li.current-menu-item > a,
header nav ul.menu > li.current-menu-parent > a {
    color: #29526c;
}

 .featured_items .items4 li {
    width: 20%;
}

ul.wrasp-list li {
    width: 100%!important;
    margin: 0px 0px 1px!important;
    line-height: 10px;
	text-align: center;
}	

ul.wrasp-list>li> a{
	color: #29526C;
    display: block;
    padding: 10px 5px 10px;
    width: 100%;
    height: 100%;
    font-size: 14px;
}

ul.wrasp-list>li> a:hover{
	color: #4E89AF;
}

.main-nav__preview-holder {
    height: 210px!important;

}

a.main-nav__section-link {
    text-align: center;
    display: block;
}

.module_team .teamlink i {
    font-size: 16px;
    font-weight: normal;
}
.module_team .teamlink span, 
.module_team .teamlink i {
    background: none !important;
}

.module_cont.product-intro{
	margin: 0 auto;
    float: none;
}

.module_cont.product-intro h2{
	text-shadow: 1px 1px 1px #5B7C8D;
	font-family: Minion-Semibold,Georgia,serif;
    font-size: 45px;
    letter-spacing: .05em;
    line-height: 1.01em;
    color: #fff;
	padding-top: 50px;
	font-weight: 400!important;
}	

.module_cont.product-intro .module_descr p{
	color:#fff;
}

.module_cont.product-intro .bg_title h3{
text-align:center;
color:#fff;
}

.content_block.row.no-sidebar.product-filter {
    /*margin-top: 1px;
	background: #25414F;
    background: -webkit-linear-gradient(to bottom, #25414F , #567A8C);
    background: linear-gradient(to bottom, #25414F , #567A8C);
	margin-bottom: 20px;*/
}

.fw_block.bg_start.wall_wrap.pb70.jewelry {
   /* background: #25414F;
    background: -webkit-linear-gradient(to bottom, #25414F , #567A8C);
    background: linear-gradient(to bottom, #25414F , #567A8C);
	box-shadow: 0px 0px 1px #4F7283;*/
}

.slider_container.jewelry {
    height: 670px;
}
.fullscreen.bg.watches,
.fullscreen.bg.jewelry {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: block;
	
}

.fullscreen.bg.jewelry {
	/*background-image: url("../img/slider/jewelry-bg.jpg");*/
}

.fullscreen.bg.watches{
	/*background-image: url("../img/slider/watches-bg.jpg");*/
}

.module_cont.pb70.brand-gallery {
 /*   background-color: #6F6E6E;
	margin-top: 1px;
    padding-top: 20px;
	margin-bottom: 40px;
    padding-bottom: 20px;
background: #25414F; 
background: -webkit-linear-gradient(to bottom, #25414F , #567A8C); 
background: linear-gradient(to bottom, #25414F , #567A8C);*/
}

.module_contr.privacy{
	margin:0 auto;
	margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    float: none;
}


.module_content.cookie p ,
.module_content.privacy p {
    font-size: 15px;
    text-align: justify;
    color: #0A2F46;
}

.module_content.cookie h3 ,
.module_content.privacy h3 {
	text-align: left;
    color: #0A2F46;
    margin-bottom: 5px;
    margin-top: 10px;
}

.module_content.cookie ul {

}

.module_content.cookie ul li {
	float: left;
    text-align: left;
	font-size: 15px;
	width: 100%;
	color: #0A2F46;
}

.modulecont.text-center.cookie ,
.modulecont.text-center.privacy {
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 30px;
}

.col-sm-10.module_contr.cookie {
	margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

ul.text-center.values{
	text-align:left;
}

.iconbox_title.home-page{
	color: #29526c;
    text-align: center;
    font-family: Minion-Bold,Georgia,serif;
}

.pre_footer .footer p{
margin-bottom: 5px;
}

.footer .recent_posts li{
margin: 0 0 10px 0;
float: left;
padding-left: 10px;
padding-right: 10px;
}
.iconbox_wrapper.home-page.bl2 ul,
.iconbox_wrapper.home-page.bl1 ul {
    text-align: center;
    margin: 0 auto;
}

.wrapp-home-info{
	margin:0 auto;
	float:none;
}

.home-page.bl2,
.home-page.bl1 {
    text-align: center;
}

.iconbox_body.bl3 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.iconbox_body.bl3 ul.right{

}

.marginbtom{
	margin-bottom:20px;
}

[class^="col"].jobs {
    margin: 0 auto;
    float: none;
}

a [class^="icon-"], a [class*=" icon-"] {
    display: inline;
}
h5.brand-name{
text-align: center;
    /* padding: 14px; */
    color: #f5f5f5;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 0;
    position: absolute;
    bottom: 4px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
	background-color: #29526c;
    width: 94%;
    margin: 0 auto;
	font-size: 14px;
	z-index: 1;
}

#map_wrapper {
    height: 480px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

#ajax-contact-form label{
width:100%;
}



:focus {
    outline: 0;
}

.locations .shortcode_iconbox.type2 {
    border: 1px solid #ccc;
    padding: 20px 0px 0px;
    margin-bottom: 5px;
}

.module_content ul li {
    padding-bottom: 4px;
    font-size: 15px;
	color: #2D2E2E;
}

.module_content ul.text-center.values li {
    text-align: center;
}

.module_accordion .shortcode_accordion_item_body p,
.shortcode_toggles_shortcode p {
    font-size: 15px;
    color: #2D2E2E;
}

.light_parent .slide_title h2{
    color: #FFF;
    line-height: 1em;
    letter-spacing: .055em;
    max-width: 960px;
    text-shadow: 1px 2px 6px rgba(0,0,0,.5);
    font-family: Minion-Bold,Georgia,serif;
    font-size: 2.75em;
    margin-bottom: .37em;
    text-transform: uppercase;
	text-align: center;
}
.tp-caption p.sub-label{
	color: #FFF;
    line-height: 1em;
    letter-spacing: .055em;
	text-align: center;
    text-shadow: 1px 2px 6px rgba(0,0,0,.5);
}

.light_parent .slide_descr {
    color: #FFF;
    line-height: 1em;
    letter-spacing: .055em;
    max-width: 960px;
    text-shadow: 1px 2px 6px rgba(0,0,0,.5);
    font-family: Minion-Bold,Georgia,serif;
    font-size: 2.75em;
    margin-bottom: .37em;
    text-transform: uppercase;
}

.slide_btn a {
    background-color: #FFF;
    border-color: #F7F7F7;
    color: #29526C!important;
    border-radius: 0;
}

.slide_btn a:hover {
    background-color: #162F3F!important;
    border-color: #263F4C!important;
    color: #ddd!important;
}

.footer_bottom [class^="col-"]{
	padding-left:0;
	padding-right:0;
}

.mfp-title {
  position:absolute;
  color: #FFF;
  background: red;
}

.fw_wrapinner.wrapp_located {
    background-color: #fff;
    margin-bottom: 50px;
	height: auto;
    display: block;
    position: relative;
    float: left;
	overflow: hidden;
	width: 100%;
	min-height: 344px;
}

.col-sm-6.module_cont.presentation {
    padding-bottom: 0;
	padding-left: 0;
    padding-right: 0;
}

.module_cont.presentation img {
    height: 100%;
}

.fw_wrapinner.wrapp_located h3 {
    font-family: Minion-Bold,Georgia,serif;
}

.module_cont.pb50.pt50 {
    padding-top: 45px;
}

.module_cont.pb5.bgw {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
	padding-top: 50px;
}

.module_descr.small-des {
    margin: 0 auto;
    float: none;
}

.promo_button_block.center-btn {
    float: none;
    width: 100%;
    text-align: center;
}

.shortcode_accordion_item_body .promo_button_block.center-btn{
text-align:left!important;
}

.promo_button_block.center-btn a{
	border-radius:0;
	background-color: #29526c;
	
}

.promo_button_block.center-btn a:hover{
	background-color: #376e91;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.call-request-form {
	width: 100%;
    position: relative;
    padding-left: 18px;
	height: 44px;
}

.call-request-form a{
color: #29526c;
    font: 400 normal 25px/ 25px "proxima-nova-i8","proxima-nova",sans-serif;
    text-transform: uppercase;
    padding: 5px 0px 5px;
    text-align: right;
    width: 50px;
    /* float: left; */
    padding-right: 5px;
}

.call-request-form a:hover{
	color: #337ab7;
}

.call-request-form p {
font-size: 13px;
    padding-right: 20px;
    line-height: 20px;
    text-align: center;
}

.wrapp_located .promo_button_block.center-btn{
margin-top:10px;
}

.wrapp_located .promo_button_block.center-btn a{
	min-width: 222px;
}

.wrapp_located .module_cont.pb50.pt50{
	padding-bottom:0;
}

.wrapp_located h4.black.mb28.text-center {
	padding-bottom: 12px;
    margin-bottom: 0px;
}
[class^="icon-"], [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

[class^="icon-"], 
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}