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

1. CSS RESET

2. VARIABLES
2.1 GRADIENTS
2.2 CSS3 TRANSITIONS

3. GLOBAL THEME STYLES

4. TYPOGRAPHY
4.1 HEADINGS
4.2 PARAGRAPHS & LISTS
4.3 LINKS
4.4 PRODUCT ATTRIBUTES (name, description, price)
4.5 RTE

5. FORMS & COMPONENTS
5.2 ALERTS
5.3 BUTTONS

6. GLOBAL PAGE LAYOUT

7. SIDEBAR CONFIGURATION

8. MAIN PAGE
8.1 HEADER
8.2 NAVIGATION
8.3 NIVOSLIDER
8.4 SHOWCASE
8.5 MAIN PRODUCT LISTING
8.6 FOOTER

9. COLLECTION PAGES
9.1 PAGES CONTENT
9.2 BREADCRUMBS
9.3 COLLECTION LISTING
9.4 PAGINATION

10. SIDEBAR WIDGETS
10.1 LINKS LIST
10.2 SIDEBAR PRODUCT LISTING

11. SEARCH RESULTS PAGE

12. PRODUCT PAGE
12.1 PRODUCT IMAGES
12.2 PRODUCT INFO
12.3 PRODUCT PAGINATION
12.4 RELATED PRODUCTS

13. BLOG
13.1 POSTS LISTING
13.2 SINGLE POST

14. CUSTOMER PAGES
14.1 LOG IN
14.2 ACCOUNT
14.3 ADDRESSES
14.4 ORDERS

15. CART PAGE
15.1 CART PRODUCTS
15.2 GUEST CHECKOUT

16. CONTACTS PAGE

17.SEARCH FORM
18. LAST OFFERS

19. PROPERTY LIST	
20. PROPERTY ITEM

21. FAQ
22. POSTS
***********************************************************/



/* 1. CSS RESET ************************************************************************** */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, button
{margin: 0;padding: 0;border: 0;outline: none !important;vertical-align: top;background: transparent;font-weight: normal;line-height: 1.5em;}

ol, ul {list-style:none;}
a, span {vertical-align:baseline;}
b, strong {font-weight: bold;}
i, dfn {font-style: italic;}

img {max-width: 100%;}




/* 2. VARIABLES ***************************************************************************/

/* 2.1 GRADIENTS */

/* 2.2 CSS3 TRANSITIONS */






/* 3. GLOBAL THEME STYLES ***************************************************************************/

/* hiding placeholder text on focus in webkit, thanks to http://www.kolodvor.net/2012/03/23/webkit-placeholder-attribute-behavior */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {color: transparent;}



/* clearfix - nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix {zoom: 1;}

.clearfix:before,
.clearfix:after {content: "";display: table;}

.clearfix:after {clear: both;}



/* utility classes: hidden, float left, float right, etc. */
.hidden,
.visuallyhidden {display: none;}
 
.left {float: left;}
.right {float: right;}
.relative {position: relative;}

/* custom selects global styles */
.customselect_wrap {position: relative;cursor: pointer;}
.customselect_wrap select {margin: 0;padding: 0;border: none;z-index: 100;cursor: pointer;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
		min-height: 25px;
}
.customselect_wrap span.customSelect {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}



#fancybox-wrap {padding: 0 !important;}



/* 4. TYPOGRAPHY ***************************************************************************/




body {font-family: Open Sans, Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 14px;color: #000;}



/* 4.1 HEADINGS */



.column_center h1,
.column_center h2,
.column_center h3,
.column_center h4,
.column_center h5,
.column_center h6 {margin: 15px 0;font: 20px Open Sans;color: #5b5b5b; font-weight: bold;}

.column_center h5,
.column_center h6 {font-size: 13px;}

.column_center .page_heading {margin: 0;padding: 10px 10px 10px 30px;background: #ec1a25;font: 20px Open Sans;color: #ffffff;text-transform: upper case;}
.column_center .page_heading a {float: right;}


.prop-list h2  {margin: 0px;padding: 10px 10px 10px 30px;background: #ec1a25;font: 20px Open Sans;color: #ffffff;text-transform: upper case; }
/* 4.2 PARAGRAPHS & LISTS */
p {margin: 15px 0;padding: 0;}

.column_center ul:not(.nav-tabs) u:not(.jcarousel){list-style-type: square;list-style-position: inside;}
.column_center ol {list-style-type: decimal;list-style-position: inside;}

.column_center h4, .column_center .h4 { font-size: 16px; color: #71B30B; font-weight: bold; padding-bottom: 5px; padding-top: 5px; }
/* 4.3 LINKS */
a {color: #3e454c; text-decoration: underline;}
a:hover, a:focus {color: #74B30D; text-decoration: none;}




/* 4.4 PRODUCT ATTRIBUTES (name, description, price) */
.product_name {font-weight: bold;font-size: 14px;color: #2185c5;text-transform: upper case; height: 54px; overflow: hidden;}
.product_name a {font-weight: bold;color: #ec1a25; font-size: 18px;

-webkit-transition: 0.2s ease-in-out;
   -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;

}
.product_name a:hover {color: #3e454c;}


.product_desc {font-size: 13px;color: #000;}


.money {font-size: 25px;color: #ec1a25; margin-left: 5px;}
.compare-at-price {margin: 0 0 0 5px;font-size: 18px;color: #9a9da1;text-decoration: line-through;}



/* 4.5 RTE */
.rte {margin-top: 15px;margin-bottom: 15px;color: inherit;}

.rte a {color: inherit;text-decoration: underline;}
.rte a:hover {text-decoration: none;}

.rte h1 {font-size: 19px;}
.rte h2 {font-size: 17px;}
.rte h3 {font-size: 16px;}
.rte h4 {font-size: 14px;}
.rte h5 {font-size: 13px;}
.rte h6 {font-size: 12px;}

.rte img:not(.b-share-icon) {margin-top: 15px;margin-bottom: 15px;}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {white-space: nowrap;}
.table-borderless th label, .table-borderless thead th label {font-weight: bold;}
#search-form td, #search-form th {font-size: 16px; vertical-align: middle;}
#search-form input[type="radio"], #search-form input[type="checkbox"] {margin-right: 5px;}


.rte ul, .rte ol {margin: 0px 20px; }
.rte ul {list-style-type: square; }

#m ain .conta iner { max-width: 1170px!important}

/* 5.2 ALERTS */
.alert {margin: 15px 0;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
        border-radius: 0;
}

.alert > p,
.alert > ul,
.alert > ol {list-style-type: none;margin: 0;}

.alert > p + p,
.alert > ul + ul {margin: 10px 0 0 0;}






/* 6. GLOBAL PAGE LAYOUT ***************************************************************************/

html, body {height: 100%;}

html {background-color: #F5F5F5;}



#wrap-top { width: 100%; height: 425px; position: absolute; top: 218px; background: #28a745; z-index: -1; }

#wrapper {

bac kground-image: url(../images/body_bg.jpg);
background-attachment: fixed;
background-position: 50% 0;
background-repeat: no-repeat;
}
#wrapper2 {overflow: hidden;}
#wrapper3 {max-width: 1260px;margin: 0px auto;background: #ffffff; border-top: 3px solid #6CA20C;}

.container {padding: 0;}



#main {margin-top: 10px;position: relative;z-index: 1;}
.template-index #main:before {content: '';width: 100%;height: 490px;position: absolute;left: 0;top: 25px;z-index: -1;
-web kit-box-shadow: inset 0 0 0 700px rgba(227,227,227,0.5);
        box-sh adow: inset 0 0 0 700px rgba(227,227,227,0.5);
}



#main_content,
.column .widget {margin-bottom: 20px !important;}



/* 7. SIDEBAR CONFIGURATION ***************************************************************************/


/* NO SIDEBAR */
.sidebar_none {}


/* LEFT SIDEBAR */
.sidebar_left {}
.sidebar_left .column_center {width: 100%;}
.sidebar_left .column_center #main_content {margin: 0 0 0 25%;}
.sidebar_left .column_left {margin-left: -100%;}


/* RIGHT SIDEBAR */
.sidebar_right {}


/* BOTH SIDEBARS */
.sidebar_both {}
.sidebar_both .column_center {width: 100%;}
.sidebar_both .column_center #main_content {margin: 0 25%;}
.sidebar_both .column_left {margin-left: -100%;}
.sidebar_both .column_right {margin-left: -25%;}


/* NOSIDEBAR PAGES */
.sidebar_off .column_center #main_content {margin: 0;}

.carousel-item img {overflow: hidden;}
.carousel-caption p { font-size: 14px; font-weight: bold; bottom: 0px; margin: 0;}
.carousel-caption {bottom: 0;}
.carous el-control-prev, .carousel-c ontrol-next {bottom: 75px;}
.carou sel-indicators {top: 160px;}


.column .widget ul  li a { display: block; padding: 5px 10px 5px 30px; font: normal 15px Open Sans; color: #000;    
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
	text-decoration: none;
}

li ul li.item_odd { background: none repeat scroll 0 0 #eee; }
li ul li.item_even { background: none repeat scroll 0 0 #f9f9f9;}
li ul li:hover { background: #DCFFBA;}
.column .widget ul li a.fl {font-size: 130%; font-weight: bold;}

.side-banner { word-wrap: break-word;}

/* 8. MAIN PAGE ***************************************************************************/

/* 8.1 HEADER */
#header {}



.header_search {width: 285px;height: 46px;float: right;padding: 0 46px 0 0;background: #eee;}
.header_search #search-field {width: 100%;height: 46px;float: left;padding: 0 0 0 15px;background: none;border: none;}
.header_search #search-submit {width: 46px;height: 46px;margin: 0 -48px 0 0;color: #9a9da1;}
.header_search #search-submit i {font-size: 25px;}

.header_search #search-submit:hover {color: #2185c5;}



#logo {padding: 0px 0 5px 0; max-width: 240px;}
#logo a {display: inline-block;text-transform: upper case;}
#logo a img {float: left;margin: 12px 0 0 0;}
#logo a b {display: block;margin: 0 0 0 88px;font: 300 70px/1em Open Sans;color: #3e454c;

-webkit-transition: 0.2s ease-in-out;
   -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;

}
#logo a span {display: block;margin: -6px 0 0 92px;font: 300 15px Open Sans;color: #3e454c;

-webkit-transition: 0.2s ease-in-out;
   -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;

}

#logo a:hover b {color: #2185c5;}
#logo a:hover span {color: #9a9da1;}

#logo #contact-info ul {text-align: center;}

#languages{float: right;padding: 23px 0  0;position: relative;z-index: 999; display: block; margin-left: 10px;
	-webkit-transition: 0.2s ease-in-out;
   -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
}


.header_user i {line-height: 22px;color: #ffffff;}

.header_user:hover {background: #2185c5;}



.header_currency {float: right;padding: 23px 0 0 20px;}
.header_currency .customselect_wrap {display: inline-block;}
.header_currency span.customSelect {}
.header_currency span.customSelect span {width: 40px;height: 13px;font-weight: bold;font-size: 11px;color: #2185c5;text-transform: upper case;}
.header_currency i {font-size: 14px;position: absolute;right: 0;top: 2px;z-index: 1;}
.header_currency #currencies {width: 40px;height: 13px;}
.header_currency #currencies option {}



.header_cart {float: right;margin: 19px 0 0 35px;}
.header_cart a {width: 215px;height: 46px;display: block;padding: 0 12px;background: #2185c5;line-height: 46px;color: #ffffff;

-webkit-transition: 0.2s ease-in-out;
   -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;

}
.header_cart a i {margin: 0 10px 0 0;font-size: 23px;line-height: 41px;}
.header_cart a b {vertical-align: baseline;}
.header_cart a span {font-size: inherit;color: #7ecefd;text-transform: upper case;}
.header_cart a span.count {margin: 0 4px;}

.header_cart a:hover {background: #3e454c;}



.custom_header1 {float: right;margin: 10px 0 10px 0;}
.custom_header1 h3 {font: bold 300 20px Open Sans;line-height: 24px;color: #3e454c;}
.custom_header1 h3 i {margin: 0px 10px 0 0;font-size: 34px; color: #2185c5;}
#header .right {position: relative;}
.contact_us {position: absolute; padding: 0px 0 0; margin-left: 170px; }
.contact_info h3 {margin: 5px 10px 0 0;font-size: 26px;color: #2185c5; display: inline;}
.custom_header2 {float: right;margin: 19px 20px 0 0; padding: 5px 0;}

/* 8.2 NAVIGATION */
.top {position: relative;}
#navigation {
	background-color: #606060;
    float: left;
    padding: 10px 0px 10px;
    position: relative;
    z-in dex: 999;
	clear: both;
	width: 100%;
	margin-bottom: 2px;
	min-height: 35px;
}
#navigation ul {float: left;}

#navig ation select.menu_mobile {width: 100%;height: 30px !important;display: block;background: #eee;}



.sf-menu {margin-left: -1px;}
.sf-menu a {border-left: 1px solid #fff; padding: .75em 1em;}
.sf-menu li {position: relative;}
.sf-menu li.current a {background-color: #F4CD45;}
.sf-menu > li {float: left;}
.sf-menu > li ~ li {margin: 0 0 0 0px;}
.sf-menu > li > a {font-size: 100%;color: #fff; font-weight: bold; text-decoration: none; }

.sf-menu > li.active > a,
.sf-menu > li:hover > a {background-color: #F4CD45;}


.sf-menu ul {width: 190px !important;background: #606060;position: absolute;left: 0;top: 32px;z-index: 1000;}
.sf-menu ul li {}
.sf-menu ul li a {display: block;padding: 6px 10px 4px 10px;font-size: 90%; color: #ffffff; font-weight: bold; text-decoration: none;}
.sf-menu ul li ~ li a {
-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2);
        box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2);

-webkit-transition: 0.2s ease-in-out;
   -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;

}
.sf-menu li.current li a {background-color: #606060;}
.sf-menu ul > li a:hover,
.sf-menu ul > li.active a {background: #F4CD45;}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.0em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}



#header h4 {margin: 22px 0px; float: right; color: #3866F0; font-size: 22px; clear: both;}

.nivoSlider {margin-bottom: 5px;}

/* FLAS  */
.flags-lg {
    float: right;
    padding: 10px 0 0;
    position: absolute;
    right: 15px;
    top: -1px;
}

.flags-md {
    padding: 10px 0 0;
    position: absolute;
    left: 60px;
    top: 85px;
	display: none;
	z-index: 9999;
}

/* 8.3 NIVOSLIDER */
.nivoSlider {width: 100%;height: auto;overflow: hidden;position: relative;}
.nivoSlider img {max-width: none;position: absolute;top: 0;left: 0;}
.nivo-main-image {width: 100% !important;display: block !important;position: relative !important;}

.nivoSlider a.nivo-imageLink {width: 100%;height: 100%;margin: 0;padding: 0;background: #fff;border: 0;z-index: 6;position: absolute;left: 0;top: 0;
display: none;filter: alpha(opacity=0);opacity: 0;
}

.nivo-slice {height: 100%;display: block;position: absolute;top: 0;z-index: 5;}

.nivo-box {display: block;overflow: hidden;position: absolute;z-index: 5;}
.nivo-box img {display: block;}

.nivoSlider > a,
.nivoSlider > img,
.caption_hidden {display: none;}


.slider_wrap {margin: 0 0 30px 0;position: relative;z-index: 1;}

.nivo-caption {position: absolute;left: 0;top: 0;z-index: 8;
display: none;
}
.nivo-directionNav {display: none;}


.nivo-directionNav a {display: block;vertical-align: top;position: absolute;top: 50%;z-index: 9;cursor: pointer;}
.nivo-directionNav a:hover {}
.nivo-directionNav a span {display: none;}
.nivo-directionNav a i {display: inline-block;}
.nivo-prevNav {left: 0;}
.nivo-nextNav {right: 0;}


.nivo-controlNav {position: absolute;right: 30px;bottom: 30px;z-index: 10; display: none;}
.nivo-controlNav a {width: 39px;height: 0;display: block;overflow: hidden;float: left;padding: 11px 0 0 0;background: #2185c5;cursor: pointer;

-webkit-transition: 0.2s ease-in-out;
   -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;

}
.nivo-controlNav a + a {margin: 0 0 0 5px;}
.nivo-controlNav a:hover {background: #7ecefd;}
.nivo-controlNav a.active {background: #7ecefd;cursor: default;}



/* 8.4 SHOWCASE */
#showcase {}

.custom_showcase {margin: 0 0 30px 0;}
.nomargin { margin-bottom: 0px!important;}
.menumargin { margin: 10px 0 0 ;}
.custom_showcase a {display: block;}

.custom_showcase a div {padding: 10px; background: #ec1a25;

-webkit-transition: 0.2s ease-in-out;
   -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;

}
.custom_showcase i {width: 53px;height: 53px;display: block;float: right;background: #7ecefd;font-size: 29px;line-height: 50px;color: #ffffff;text-align: center;
-webkit-box-shadow: inset 0 0 0 50px #7ecefd;
        box-shadow: inset 0 0 0 50px #7ecefd;

-webkit-transition: 0.2s ease-in-out;
   -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;

}
.custom_showcase h3 {margin: 0;padding: 2px 0 0 0;border: none;font: 300 20px/1em Open Sans;color: #7ecefd;

-webkit-transition: 0.2s ease-in-out;
   -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;

}
.custom_showcase h3 {margin: 0;padding: 0;border: none;font: 300 19px/1em Open Sans;color: #ffffff; text-tra nsform: upper case;}

.custom_showcase a div:not(.sticker)hover {background: #7ecefd;}
.custom_showcase a div:hover i {background: #2185c5;
-webkit-box-shadow: inset 0 0 0 0 #7ecefd;
        box-shadow: inset 0 0 0 0 #7ecefd;
}
.custom_showcase a div:hover h3 {color: #ffffff;}


.custom_showcase1 {}
.custom_showcase2 {}
.custom_showcase3 {}

.custom_showcase4 {}
.custom_showcase4 a {position: relative;}
.custom_showcase4 a div {width: 100%;height: 100%;padding: 0 55px 0 55px;background: none !important;position: absolute;left: 0;top: 0;}
.custom_showcase4 a i {width: 95px;height: 95px;margin: 77px 0 0 0;font-size: 53px;line-height: 93px;}
.custom_showcase4 h3 {padding: 66px 0 0 0;font-size: 60px;color: #ffffff;

-webkit-transition: 0.2s ease-in-out;
   -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;

}
.custom_showcase4 h4 {margin: -2px 0 0 0;font-size: 54px;color: #7ecefd;

-webkit-transition: 0.2s ease-in-out;
   -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;

}

.custom_showcase4 a:hover h3 {color: #7ecefd !important;}
.custom_showcase4 a:hover h4 {color: #ffffff !important;}



/* 8.5 MAIN PRODUCT LISTING */
.product_listing_main ~ .product_listing_main  {margin: 40px 0 0 0;padding: 20px 0 0 0;border-top: 1px solid #dddddd;}


.product_listing_main .product {margin: 30px 0 0 0; }

.product_listing_main .product_img {position: relative; }

.product_listing_main .product_img a {display: block; background: #f5f5f5; overflow: hidden; box-shadow: 0 0 5px rgba(0, 0, 0, 0.19); transition: all 0.5s ease 0s;}
.product_listing_main .product_img a:hover {display: block; background: #f5f5f5; overflow: hidden;box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);}
.product_listing_main .product_img img {height: 180px; width: 270px; padding: 10px;}
.product_listing_main .product_img img:hov er {transform: scale(1.2); transition: all 0.1s ease-in-out 0s; }
.product_listing_main .product_img .add2cart {width: 66px;height: 66px;background: #3e454c;border: none;font-size: 34px;color: #ffffff;position: absolute;right: 0;bottom: 0;
-webkit-box-shadow: inset 0 0 0 50px #2185c5;
        box-shadow: inset 0 0 0 50px #2185c5;

-webkit-transition: 0.2s ease-in-out;
   -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;

}
.product_listing_main .product_img .add2cart i {line-height: 47px;}

.product_listing_main .product_img .add2cart:hover {
-webkit-box-shadow: inset 0 0 0 0 #2185c5;
        box-shadow: inset 0 0 0 0 #2185c5;
}

.product_listing_main .product_info {}

.product_listing_main .product_name {margin: 10px 0 0 0;}

.product_listing_main .product_desc ul {margin: 10px 0 0 0;}

.product_listing_main .product_desc li {list-style: outside none none; float: left; height: 36px; padding-left: 0;}

.product_listing_main .product_price {padding: 0px 0 0 0;}


.icon {
    background-image: url("../images/prop-icons.png"); display: block; float: left; height: 27px; margin: 0 10px 0 0; width: 28px;
}

.icon.location {
    background-position: 30px 0;
}

.icon.type{
    background-position: -2px 0;
}
.icon.rooms {
    background-position: 60px 0;
}
.icon.square {
    background-position: 146px 0;
}

/* 8.6 FOOTER */
#footer {background: #28a745;}


.custom_footer {}
.custom_footer h3 {padding: 45px 0 0 0;font: 300 14px Open Sans;color: #2185c5;text-transform: upper case;}
.custom_footer ul {padding: 10px 0 0 0;}
.custom_footer ul li {padding: 4px 0 0 0;}
.custom_footer ul li a {color: #ababab;}

.custom_footer ul li.active a,
.custom_footer ul li a:hover {color: #3e454c;}


.custom_footer4 {}
.custom_footer4 i {float: left;margin: 0 12px 0 0;font-size: 40px;color: #2185c5;}
.custom_footer4 span {display: block;}

#footer .container {padding-top: 20px}

#footer .copyright {margin: 10px 0 0 0;padding: 25px; color: #ffffff; width: 100%;}
#footer .copyright p {margin: 0 auto;}
#footer .copyright a {color: #ffffff;}
#footer .copyright a:hover {color: #ffffff;}

#footer .custom_showcase{ }
#footer .contact_info {}

.scrollTop {
    background: url(../images/up.png) 0 0 no-repeat;
    display: block;
    width: 68px;
    height: 30px;
    position: fixed;
    bottom: 390px;
    right: 1%;
    z-index: 2000;
}
/* 9. COLLECTION PAGES ***************************************************************************/

/* 9.1 PAGES CONTENT */
ul.tags {margin-top: 15px;list-style-type: none;}
ul.tags li {float: left;}
ul.tags li + li {margin: 0 0 0 5px;}
ul.tags li a {display: block;padding: 5px 10px;color: #3e454c;

-webkit-transition: 0.2s ease-in-out;
   -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;

}

ul.tags li a:hover,
ul.tags li.active a {background: #3e454c;color: #ffffff;}


.collection_info {margin-top: 15px;}
.collection_info .collection_img {text-align: center;}
.collection_info .collection_desc .rte {margin: 0;}

.rte  ul.contact_info {list-style: none outside none;}
.rte .contact_info a {text-decoration: none;}

/* 9.2 BREADCRUMBS */
.breadcrumb {margin: 0 0 30px 0;background: #eee;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
        border-radius: 0;
}



/* 9.3 COLLECTION LISTING */
.collection_listing {}
.collection_listing .collection {margin: 30px 0 0 0;}



/* 9.4 PAGINATION */

#pagination {display: inline-block;overflow: hidden;margin: 10px 0 20px 0;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
        border-radius: 0;
		float: right;
}
#pagination span {display: block;float: left;
-webkit-box-shadow: inset 0 0 0 400px rgba(0,0,0,0.06);
        box-shadow: inset 0 0 0 400px rgba(0,0,0,0.06);
}
#pagination span ~ span {margin: 0 0 0 1px;}

#pagination span a,
#pagination span.current {display: block;padding: 7px 10px;color: #3e454c;

-webkit-transition: 0.2s ease-in-out;
   -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;

}

#pagination span a:hover {background: #3e454c;color: #ffffff;}
#pagination span.current {background: #218838;font-weight: bold;color: #ffffff;cursor: default;}



/* 10. SIDEBAR WIDGETS ***************************************************************************/

.column .widget {}

.column .widget h3.widget_header {margin: 0;padding: 10px 10px 10px 30px;background: #3e454c;font: 20px Open Sans;color: #ffffff;text-transform: upper case;}
								

/* 10.1 LINKS LIST */
.column .widget__collections h3.widget_header {background: #ec1a25;}

.column .widget ul.list {}
.column .widget ul.list li {}
.column .widget ul.list li.item_odd {background: #eee;}
.column .widget ul.list li.item_even {background: #f5f5f5;}

.column .widget ul.list li a {display: block;padding: 11px 10px 12px 30px;font: normal 15px Open Sans;color: #000;text-transform: uppercase;

-webkit-transition: 0.2s ease-in-out;
   -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;

}

.column .widget ul.contact_info li a {padding: 12px 10px 0px 30px; 

}

.column .widget ul.list li.active a,
.column .widget ul.list li a:hover {color: #fff;}

.column .widget ul.list li:hover { background-color: #84D6D4; color: #fff;}


/* 10.2 SIDEBAR PRODUCT LISTING */
.product_listing_sidebar .product {}

.product_listing_sidebar .product_img {}

.product_listing_sidebar .product_name {}

.product_listing_sidebar .product_price {}
.product_listing_sidebar .product_price .money {}
.v .product_price .compare-at-price {}

.product_listing_sidebar .product_links {}
.product_listing_sidebar .product_links form {display: inline-block;}
.product_listing_sidebar .product_links a {}



/* 11. SEARCH RESULTS PAGE ***************************************************************************/

#searchresults {margin: 0;}
#searchresults .search-form {margin: 15px 0 0 0;}
#searchresults .search-form input {width: 100%;float: left;padding: 0 34px 0 10px;}
#searchresults .search-form button {width: 34px;height: 34px;float: left;margin: 0 0 0 -34px;background: none;border: none;font-size: 20px;color: #3e454c;}
#searchresults .search-form button:hover {color: #2185c5;}
#searchresults .search-form button i {line-height: 32px;}

#searchresults h3 {margin: 0;padding: 0;} 

#searchresults ol {list-style-type: none;padding: 15px 0 0 0;border-bottom: 1px solid #dddddd;}
#searchresults ol li {overflow: hidden;margin: 0;padding: 15px 0;border-top: 1px solid #dddddd;}
#searchresults ol li .search-result_image {float: left;margin-right: 15px;}
#searchresults ol li .search-result_container {padding: 15px 0 0 0;}



/* 12. PRODUCT PAGE ***************************************************************************/

.product_wrap {}



/* 12.1 PRODUCT IMAGES */
#product_image-container {overflow: hidden;}

.product_wrap .bxslider {margin: 0;}
.product_wrap .bxslider li {}
.product_wrap .bxslider li a {}

.product_image .bx-wrapper {overflow: hidden;
-webkit-box-shadow: inset 0 0 0 400px rgba(244,244,244,1);
        box-shadow: inset 0 0 0 400px rgba(244,244,244,1);
}

.product_wrap #bx-pager {width: 360px;}
.product_wrap #bx-pager a {width: 105px;overflow: hidden;margin: 15px 15px 0 0;
-webkit-box-shadow: inset 0 0 0 400px rgba(244,244,244,1);
        box-shadow: inset 0 0 0 400px rgba(244,244,244,1);
}



/* 12.2 PRODUCT INFO */
.product_wrap .product_name {margin: -5px 0 0 0;font-weight: normal;font-size: 18px;}

.product_wrap .product-price {padding: 0;}
.product_wrap .product-price .money {margin: 0 5px 0 0;}
.product_wrap .product-price .compare-at-price {}

.product_wrap .variants-wrapper {padding: 15px 0 0 0;}
.product_wrap .variants-wrapper label {margin-right: 10px;}

.product_wrap #purchase {}
.product_wrap #purchase label {display: inline-block;margin: 0;padding: 0 !important;line-height: 37px;}
.product_wrap #purchase #quantity {width: 50px;height: 37px;display: inline-block;margin: 0 10px;padding: 0;outline: none;text-align: center;}
.product_wrap #purchase #add-to-cart {width: auto;height: 37px;padding: 7px 15px 7px 15px;}
.product_wrap #purchase #add-to-cart i {vertical-align: middle;margin: 0 5px 0 0;font-size: 15px;line-height: 1.5em;position: relative;top: -2px;}

    
.product_wrap .product_details {margin: 15px 0 0 0;padding: 10px 0 15px 0;border: 1px solid #dddddd;border-width: 1px 0;}
.product_wrap .product_details > div {padding: 5px 0 0 0;}

.product_wrap #product_description {}
.product_wrap #product_description h4 {padding-bottom: 0;border: none;text-transformtransform: none;}

.product_wrap .addthis_toolbox {margin: 15px 0 0 0;padding: 15px 0 0 0;border-top: 1px solid #dddddd;}

.product_image-additioanl a {width: 33%;display: block;float: left;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}



/* 12.3 PRODUCT PAGINATION */
.product_wrap .pagination__product {width: 100%;margin: 15px 0;}
.product_wrap .pagination__product ul {list-style-type: none;margin: 0 !important;padding: 15px !important;}
.product_wrap .pagination__product ul li.left-arrow {float: left;}
.product_wrap .pagination__product ul li.right-arrow {float: right;}



/* 12.4 RELATED PRODUCTS */
.widget_related_products {}
.widget_related_products h3 {margin: 30px 0 0 0;}

ul.product_listing_related {list-style-type: none;}
ul.product_listing_related .product {}

ul.product_listing_related .product_img {}
ul.product_listing_related .product_name {}
ul.product_listing_related .product_price {}



/* 13. BLOG ***************************************************************************/

/* 13.1 POSTS LISTING */
#blog {}

.blog-article {padding: 25px 0 0 0;}

.article_header {padding: 15px 0;border-bottom: 1px solid #dddddd;}
.article_header .product_name {font-size: 18px;}
.article_header .product_name a {font-weight: normal;}
.article_header .product_name a:hover {}

.blog-article_meta-comments {float: right;padding: 7px 0 0 15px;}

.blog-article_date,
.blog-article_meta-tags {font-style: italic;}

.blog-article_meta-tags a {text-decoration: underline;}



/* 13.2 SINGLE POST */
.article_meta-comments {float: right;padding: 7px 0 0 15px;}
.article_meta-tags a {text-decoration: underline;}

.article_date,
.article_meta-tags,
.article_meta {font-style: italic;}

.article .addthis_toolbox {margin: 20px 0;}


#comments ul {list-style-type: none;}

.comment-form {}

.comment-form #comment-author,
.comment-form #comment-email,
.comment-form #comment-body {width: 100%;}

.comment-form #comment-body {min-height: 100px;margin-bottom: 15px;}

.article_comments-form {padding-bottom: 10px;margin-top: 1em;padding-top: 10px;}

.section-title {margin-bottom: 2px;padding-bottom: 8px;}

.comment-form .row {margin-bottom: 1em;}

.comment-submit {}



/* 14. CUSTOMER PAGES ***************************************************************************/

/* 14.1 LOG IN */
#create-customer {padding: 30px 0 0 0;}



/* 14.2 ACCOUNT */
.customer_account {}

.customer_name {color: #2185c5 !important;text-transform: none !important;}
.customer_name .divider {margin: 0 7px;}
.customer_name .email {color: #9a9da1;}
.customer_name a {float: right;}



/* 14.3 ADDRESSES */
.customer_addresses {}

.customer_addresses ul.customer_addresses_actions {list-style-type: none;margin: 15px 0;}
.customer_addresses ul.customer_addresses_actions li {}
.customer_addresses ul.customer_addresses_actions li a {}
.customer_addresses ul.customer_addresses_actions li a i {margin: 0 5px 0 0;line-height: inherit;}

.customer_addresses .col-sm-offset-4 label {line-height: 1.6em;}


ul.address {list-style-type: none;}



/* 14.4 ORDERS */
.order_date {margin: 15px 0 0 0;}

#order_details {margin: 30px 0 0 0;}



/* 15. CART PAGE ***************************************************************************/

/* 15.1 CART PRODUCTS */
.cart-list {overflow: hidden;}

.cart-list > .row {padding-top: 15px;padding-bottom: 15px;border-bottom: 1px solid #dddddd;}

.cart-list .item_image {text-align: center;}
.cart-list .item_image a img {max-width: 100%;}

.cart-list .product_name {margin-top: 15px;}

.cart-list .item_remove {margin: 0 0 0 10px;}
.cart-list .item_remove a {font-size: 20px;color: #fe2a2a;}
.cart-list .item_remove a:hover {color: #3e454c;}

.cart-list .row h3.item_vendor {border-bottom: 1px solid #dddddd;color: #888;}

.cart-list .item_price {padding: 10px 0 0 0;}
.cart-list .item_price .price {line-height: 37px;}

.cart-list .item_price label {padding: 0;line-height: 37px;}
.cart-list .item_price .input-small {width: 60px !important;height: 37px;display: inline-block;padding: 5px;text-align: center;}

.cart-list .item_price .total {text-align: right;}
.cart-list .item_price .total h3 {vertical-align: baseline;border: none;}

.cart_subtotal {}
.cart_subtotal h3 {margin: 0;padding: 10px 0;border-bottom: 1px solid #dddddd;}
.cart_subtotal h3 .money {vertical-align: top;float: right;font-size: inherit;}

.cart_buttons {margin: 30px 0;}

.cart_instructions {}
.cart_instructions h4 {}
.cart_instructions textarea {width: 100%;}

#payment-methods {overflow: hidden;padding: 15px 0 0 0;}
#payment-methods ul {list-style-type:none;list-style-position: outside;}
#payment-methods ul li {float:left;padding: 0 7px 0 0;}



/* 15.2 GUEST CHECKOUT */
#guest {padding: 30px 0 0 0;}
#guest form {padding: 15px 0 0 0;}



/* 16. CONTACTS PAGE ***************************************************************************/

.contact-scope {}
.contact-form {}

.contact-scope iframe {width: 100%;margin: 15px 0;border: 1px solid #dddddd;}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="telephone"],
.contact-form textarea {}

.contact-form textarea {width: 100%;}

.contact-form_buttons {}
.contact-form_buttons .btn-toolbar {}


/* 18. Last offers  ***************************************************************************/
.last-offers .title {min-height: 40px;}
.short-descr {min-height: 45px; border-bottom: 1px solid #d0d0d0; margin: 5px 0;}
.last-offers .img-preview img {border: 2px solid #989898; height: 194px;}
.img-preview {min-height: 194px}
.title a {text-decoration: none;}

.start-text ul li { background-image: url("../images/v.gif"); background-position: 0 6px; list-style-type: none !important; padding-left: 16px; margin-left: 0px; background-repeat: no-repeat; }
.list-square li { list-style-type: none !important; padding-left: 16px; background-image: url(../images/square_green.gif); background-position: 0px 4px; background-repeat: no-repeat;}


.item-properties {float: right; width: 63%;}
.item-image { width: 35%;  float: left;position: relative;}
.prop-list .custom_showcase {margin: 0 0 10px;}
.prop-list-item { clear: both; float: left; width: 100%;  border-bottom: 1px solid #E6E6E6;padding-bottom: 10px;}
.prop-list-item h4 { color: #ffffff; margin: 0; }
h4 .price {font-size: 120%; margin-top: -2px;}
.prop-list-item .item-image img {width: 300px; height: 225px;}

.item-properties a div {
  background: none repeat scroll 0 0 #f07e3b;
  padding: 10px ;
  transition: all 0.2s ease-in-out 0s;
}

.item-properties  ul li  {
  color: #000;
  display: block;
  font: 14px Open Sans;
  padding: 4px 12px 4px 16px;
  transition: all 0.2s ease-in-out 0s;
}

.item-properties ul li.item_odd {
  background: none repeat scroll 0 0 #eee;
}

.item-properties ul  li.item_even {
  background: none repeat scroll 0 0 #F5F5F5;
}

.item-description div span, .item-description div, .item-description p, .item-description p font,  .item-description div font{ 
	white-space: inherit!important; 
	font-size: 14px!important; 
	font-family: Open Sans, Arial, Verdana, Geneva, Arial, Helvetica, sans-serif! important; 
	color: #000!important;
}
.separator {
  border-top: 1px solid #ec1a25;
  font-size: 0;
  height: 1px;
  line-height: 0;
  margin-top: 19px;
}

.item-image .sticker, .product_img .sticker{
  background: url("../images/sticker.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 5px;
  color: #000000;
  height: 46px;
  padding: 15px 15px 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 126px;
  font-size: 90%;
}

.marg333 {margin-left: 333px;}

элемент {
}
.main-sticker {
    background: url("../images/sticker.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -20px;
    color: #fff;
    font-size: 14px;
    height: 100px;
    margin: 0;
    padding: 30px 0 0;
    position: absolute;
    right: -40px;
    text-align: center;
    transform: rotate(-10deg);
    width: 100px;
    z-index: 999;
}
.main-sticker a { color: #ffffff; text-decoration: none; font-weight: bold;}

.carousel-fade {
    .carousel-inner {
        .item {
            transition-property: opacity;
        }
        
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }
    }

    .carousel-control {
        z-index: 2;
    }
}


/* 19. Property list  ***************************************************************************/
#showcase.rte { margin-top: 0px;}
.found {	padding-top: 28px;  font-weight: bold; font-size: 16px;}
.prop-show .prop-id {font-weight: bold; font-size: 16px; color: #666A73; padding-bottom: 5px;}
.prop-show .price { font-size: 150%; font-weight: bold; color: #666A73; padding-top: 5px; }
.prop-show .price, .prop-show .prop-id, .prop-show .fav-line { list-style-type: none !important; padding-left: 0px; background-image: none; }

.fav {padding: 3px; border-radius: 3px; padding: 0px 0px; cursor: pointer; font-weight: bold; color: #FF8900;}
.fav img { margin: -1px 2px 0 -3px;}
.favcnt {position: fixed; bottom: 30%; left: 0px; padding: 0px; border-radius: 3px; padding: 0 0px; cursor: pointer;}
.fav:hover { color: #FFCD00; }
.fav.favok { color: #549E00; }
.fav.favok:hover { color: #73D800; }

.active-sort { color: #74B30D !important;}
.active-sort img {padding-top: 5px;}
.favcnt { position: fixed; bottom: 30%; left: 0px; padding: 0px; border-radius: 3px; padding: 0 0px; cursor: pointer; z-index: 999;}
.flash-small { left: 82px; position: absolute; top: 10px; z-index: 2; width: 100px}
.page-links a { border: #48853f solid 1px; border-radius: 5px; display: inline-block;  margin: 4px 2px 0 0; padding: 5px 10px; text-decoration: none; font-size: 75%; font-weight: 700; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline;} 
.cities a { background: #48853F; border-radius: 5px; display: inline-block; margin: 4px 2px 0 0; padding: 5px 10px; text-decoration: none; color: #fff; font-weight: bold; }
/*20. PROPERTY ITEM ***************************************************************************/
#item-img {mar gin: 20px 0;}
#mainpic {margin-bottom: 10px;}
.social-buttons {margin: 20px 5px;}
.social-buttons i {margin: 4px 0 0;}
.features {width: 100%; margin-top: 10px;}
.flash { position: absolute; right: 0px; top: 233px; z-index: 2;}

.bg  {font-weight: bold; background: #28a745; text-aling: center; color: #fff; font-size: 14px;}

#mortgage { margin: 20px 0; font-size: 98%; }
#tmortgage .bg { background-color: #28a745; padding: 10px 0; color: #fff;}

#tmortgage th, #tmortgage td { padding: 5px 5px; vertical-align: middle; white-space: nowrap;}

#tmortgage th {font-weight: bold;}
#tmortgage td span, #tmortgage th span {font-weight: bold;}


.green, .aler-success {	color: green; font-weight: bold;}
.red, .alert-warning  {	color: red; font-weight: bold;}
.alert  {font-size: 120%; text-align: center;}
a.button-link {padding: 5px 10px; background-color: #ec1a25; color: #fff;}
a.button-link:hover{ background-color: #7ecefd; color: #fff!important;}
.manager   {margin-top: -5px;}
.manager li {font-size: 90%!important;}
.old {text-decoration: line-through; color: #AAAAAA; font-size: 80%;}
.prop-show .prop-id { font-weight: bold; font-size: 16px; color: #666A73; padding-bottom: 5px; }
.prop-show .price {font-size: 150%; font-weight: bold; color: #666A73; padding-top: 5px; }
.prices { color: #666A73; font-size: 150%; font-weight: bold; padding: 0 0 5px; text-align: center;}
.item-features th { color: #555555; text-align: left; vertical-align: top; padding: 2px; font-weight: bold;}
.icons { padding: 9px 5px 0 35px; height: 35px; float: left; background-repeat: no-repeat;}
.print { background-image: url(../images/print_ico.png); width: 90px;}
.email { background-image: url(../images/email_ico.png); width: 160px; }
.icons img{ padding: 0; }
#views { background-image: url("../images/eye.png"); background-repeat: no-repeat; font-weight: bold; margin: 8px 0 0; opacity: 0.4; width: 100px; float: left; }
#views:hover {opacity: 1;}
#views span { margin-left: 25px; }
 #fmortgage input { border: 1px solid #9E9DA2; padding: 3px; border-radius: 4px; }
.form-button {
    background-color: #28a745;
    backg round: url(../greenbg.png);
    background-repeat: repeat-x;
    color: white;
    border: 1px solid #28a745 !important;
    padding: 3px 20px 5px !important;
    margin-top: 10px;
    font-weight: bold;
    cursor: pointer;
}




/*21. FAQ  ***************************************************************************/
.faq_list {margin-top: 20px; border-top: 2px solid #dddddd; padding: 10px 0;}

.faq_list ul {  list-style: none outside none;}

.faq_list ul  li {  margin-bottom: 20px;}

.answer {
  margin: 5px 0 0px 20px;
}

/*22. POSTS  ***************************************************************************/
#post-list {  list-style: none outside none;}
.post-image, .post-item img { float: left; margin: 0px 10px 10px 0;}
#post-list li {clear: both; padding: 10px 0;}
#post-list dt {margin-top: 10px;}
#post-list span a{margin: 10px 0;}

/*23 TABS */
#photo-video {margin: 5px 0 10px;}
#display-video {display: none;}
.display { border: 1px solid #dddddd; border-top: none; padding: 5px}
.nav-tabs li a {font-weight: bold;}

/* bootstrap additional */

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

/* News */
#carouselNews .carousel-caption  {
    left: 0;        
    background: #000;
    width: 100%;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.7;}
	
.carousel-caption h5 {
	font-size: 2.8vmin;
	color: #fff;
	opacity: 1;
}

.category-title {
    border-top: 1px dashed #a0a0a0;
    margin: 0 35px 0 20px;
    padding: 5px 0 0 0;
}

.list-categories h3 {
    font-size: 17px;
     margin: 10px 0 10px;
}

.category-title {
    border-top: 1px dashed #a0a0a0;
    margin: 0 35px 0 20px;
    padding: 5px 0 0 0;
}

.post {
    margin: 5px 0px 0px;
    padding: 10px 0 5px 15px;
}

.post h1, .post h4 {
    font-size: 16px;
    margin: 0;
	border-bottom: 0px;
}

.post h1 a, .post h4 a {
    border-bottom: 1px dashed #a0a0a0;
    margin: 0;
    outline-style: none;
    text-decoration: none;
}

.entry-list-thumb img {
    border: 1px solid #eee;
    float: left;
    line-height: 0;
    margin: 0 10px 10px 0;
	width: 220px;
}

.postmetadata {
	margin: 0px!important;
}

.endline {
    clear: both;
}

.entry .links {
    float: right;
    font-size: 12px;
	 margin: 0px;
}

.entry p {
	margin: 0px!important;
}



.list-categories ul {
    list-style: outside none none;
    padding-left: 10px;
	margin: 0px;
}
.star ul {
    font-size: 90%;
    list-style-type: none;
    padding: 0;
}

.post-preview {
	width: 250px;
}

.large {
	font-size: 14px;
}

#text-field ul li, #property-description ul li {
    list-style-type: square;
    margin: 5px 20px;
}

#buttons {
    margin: 10px 0;
}

.back {
    margin-bottom: 30px;
    float: left;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.announce {
	border: 1px solid #F4CD45;
	background: #F4CD45;
}

#announceFrame {
	border: 1px solid #F4CD45;
	background: #f4cd45 url("../images/obyavleniye.png") no-repeat scroll 30px 0;
	width: 450px;
	padding: 20px 0 0;
	border-radius: 10px;
}

.announce td , .announce th{
	padding: 5px;
	font-size: 15px;
}

.blackout{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background:url(../images/new_fon_popup.png) repeat top left;
/* IE 8 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
	filter: alpha(opacity=50);

  /* Netscape */
        -moz-opacity: 0.5;

  /* Safari 1.x */
        -khtml-opacity: 0.5;

  /* Good browsers */
        opacity: 0.5;
}
.newpopup{
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9999;
	width: 450px;
	height: 340px;
	text-align: center;
	margin: -160px 0 0 -220px; 
	max-width: 100%;
}

.newpopup_message {
	left: 25px;
	position: absolute;
	top: 20px;
}


.newpopup_message span{
	font-size: 24px;
}
.newpopup_close{
	position: absolute;
	right: 0px;
	top: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background:url(../images/new_close.png) no-repeat 50% 50%;
}

.gsc-adBlock, .gsc-adBlockVertical {display: none!important;}

#navigation .short-menu {display: none!important;}

.sub-menu {display: none;}
.hide-banner {display: none}
.banner-art {display: none}

.staff {text-align: center;}