body {
    font-family: 'Open Sans', sans-serif;
    color: #74777c;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

*:focus {
    outline: 0 !important;
}

.color-theme {
    color: #C22C1B;
}
hr{
    border-top: 1px solid rgba(125,125,125,0.4);
}
.page-head {
    background-color: #C54A3C;
    padding: 25px 0;
}

.page-head h1 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.page-head p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.form-group-inline {
    display: inline-block;
    width: 280px;
    padding: 0 10px;
}

.select2-container {
    text-align: left;
}

.bck-polygon {
    background-image: url('../images/polygons.png');
    background-size: cover;
    background-attachment: fixed;
}

.sidebar {
    background-color: #F1F3F6;
    padding: 50px 20px
}

.sidebar .btn, .btn.btn-theme, .main-form .btn {
    background-color: #C22C1B;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}

.sidebar .btn:hover, .btn.btn-theme:hover, .main-form .btn:hover {
    color: rgba(255, 255, 255, 1);
    transition: color 0.4s;
}

.page-main {
    padding-top: 80px;
}
.page-main.pdtop25 {
    padding-top: 25px;
}


.sidebar-title h4, .sidebar-title-margin h4 {
    text-align: center;
    color: #C22C1B;
    padding-bottom: 20px;
    font-size: 22px;
}

.sidebar-title-margin {
    margin-top: 50px;
    border-top: 2px solid rgba(125,125,125,0.4);
    padding-top: 50px;
	margin-bottom: 30px;
}

.sidebar .form-title {
    font-weight: 400;
    color: #C22C1B;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.sidebar .form-title-small {
    font-weight: 400;
    color: #777;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.form-control + .form-control {
    margin-top: 10px;
}

.form-group {
    margin-bottom: 10px;
}

.view-states {
    text-align: right;
    margin-top: 20px;
}

.view-states i {
    font-size: 22px;
}
.view-states .btn {
	 border: 1px solid #eee!important;
}
.view-states .btn.active {
    color: #555;
	background-color: #ddd;
}

.view-states .btn:hover {
   
    color: #222 !important;
	background-color: #f1f3f6!important;
}

.border-bottom {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
}

/* ==========================================================================
  Helpers
  ========================================================================== */

.cover {
    background-size: cover;
    background-position: center center;
    background-repeat: none;
}

.cover.cover--agent-logo {
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-color:#fff;
}

.cover.cover--agent-logo.size--auto {
    background-size:auto;
    background-color:#fff;
}
.cover.cover--agent-logo.size--cover {
    background-size:cover;
    background-color:#fff;
}
.cover.cover--agent-logo.size--contain {
    background-size:contain;
    background-color:#fff;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.row10 {
    margin-left: -5px;
    margin-right: -5px;
}

.row10 > div {
    padding-left: 5px;
    padding-right: 5px;
}

.mgbottom50 {
    margin-bottom: 50px;
}

.select2 {
    width: 100% !important;
}
textarea.form-control {
    height:100px;
}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 40px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    color:#000;
}
.white-popup .form-control{
    border: 1px solid #ccc;
}
.margin-top{
    margin-top:20px;
}
#osm-map {
    position: relative;
    width: auto;
    max-width: 900px;
    margin: auto;
}
#popup-map {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}
.popup-modal {
    color: #1e1c1a;
    font-weight: bold;
}
.popup-modal:hover {
    color: #313131;
    text-decoration:underline;
}


/* ==========================================================================
  Typography
  ========================================================================== */

.section-title {
    font-size: 25px;
    line-height: 1.4;
    font-weight: 400;
    color: #C22C1B;
    padding-bottom: 20px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.section-title-margin {
    margin-top: 40px;
}

.section-title-small {
    font-size: 18px;
    line-height: 1.4;
}

.section-title::before,
.section-title::after {
    content: " ";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 1px;
    background-color: #C22C1B;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.section-title::after {
    bottom: 0px;
}


/* ==========================================================================
  Header
  ========================================================================== */

.header-top {
    font-size: 13px;
    background-color: #f1f3f6;
    padding: 10px 0;
}

.header-top a {
    color: #74777c;
}

.header-top ul {
    margin-bottom: 0;
}


.language-switcher {float: right;position: relative;padding: 0px 10px 0px 30px; font-weight:400;font-size: 15px; color:#fff; margin-left:-10px;-moz-transition-property: none;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;}
.language-switcher span i {font-size: 12px;display: inline-block;padding-left: 10px; }
.language-switcher .flag {display: inline-block;padding-left: 30px;background-position: left center;background-repeat: no-repeat;background-size:23px 15px;}
.flag.greek {background-image: url('../images/flags/flag-gr.png')}
.flag.english {background-image: url('../images/flags/flag-en.png')}
.language-switcher ul {position: absolute;top: 100%;opacity: 0;visibility: hidden;left: auto;right: 0;width: auto;background: #f8f8f8; -webkit-box-shadow: 2px 2px 4px 0 rgba(6,6,6,0.17);box-shadow: 2px 2px 4px 0 rgba(6,6,6,0.17);  color: #4f4f4f;z-index: 1; font-weight:400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.language-switcher:hover ul {opacity: 1;visibility: visible;top: 140%;z-index: 300;}
.language-switcher ul li {display:block;padding:10px 10px; white-space:nowrap;}
.language-switcher ul li:hover  {background-color:#eee;}
.language-switcher ul li a {color: #4f4f4f;-moz-transition-property: none;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;}
.language-switcher ul li a:hover {color:#349ddf;text-decoration: none;	}

.flag.arabic {
    background-image: url('../images/flags/arabic.png')
}
.flag.bulgarian {
    background-image: url('../images/flags/bulgarian.png')
}
.flag.chinese {
    background-image: url('../images/flags/chinese.png')
}
.flag.czech {
    background-image: url('../images/flags/czech.png')
}
.flag.dutch {
    background-image: url('../images/flags/dutch.png')
}
.flag.english {
    background-image: url('../images/flags/english.png')
}
.flag.french {
    background-image: url('../images/flags/french.png')
}
.flag.german {
    background-image: url('../images/flags/german.png')
}
.flag.greek {
    background-image: url('../images/flags/greek.png')
}
.flag.italian {
    background-image: url('../images/flags/italian.png')
}
.flag.polish {
    background-image: url('../images/flags/polish.png')
}
.flag.romanian {
    background-image: url('../images/flags/romanian.png')
}
.flag.russian {
    background-image: url('../images/flags/russian.png')
}
.flag.serbian {
    background-image: url('../images/flags/serbian.png')
}
.flag.spanish {
    background-image: url('../images/flags/spanish.png')
}
.flag.turkish {
    background-image: url('../images/flags/turkish.png')
}
.flag.bosnian {
    background-image: url('../images/flags/bosnian.png')
}
.flag.croatian {
    background-image: url('../images/flags/croatian.png')
}
.flag.maltese {
    background-image: url('../images/flags/maltese.png')
}
.flag.montenegrin {
    background-image: url('../images/flags/Montenegrin.png')
}
.flag.slovenian {
    background-image: url('../images/flags/slovenian.png')
}
.flag.portuguese {
    background-image: url('../images/flags/portuguese.png')
}
.flag.albanian {
    background-image: url('../images/flags/albanian.png')
}

.nav-cont {
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-brand {
    height: 100px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-brand img {
    height: 100%;
    width: auto;
}

.navbar {
    float: right;
    margin-bottom: 0;
}
#menu.navbar {
	height:101px;
}

.navbar .fa-home {
    font-size: 25px;
}

.navbar-nav > li > a {
    padding: 0 15px;
    display: block;
    color: #74777c;
    line-height: 100px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background: none;
    color: #C22C1B;
}

.navbar-nav .dropdown-menu {
    background-color: #f1f3f6;
    padding: 0;
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu li {

}

.dropdown-menu li a {
    display: block;
    line-height: 46px;
    padding: 0 15px 0 25px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > li > a.active {
    background-color: #fff;
    color: #C22C1B;
    border-left: 4px solid #C22C1B;
}
.flexMenu-viewMore.dropdown > .dropdown-menu {
	left:auto;
	right:0;	
}
.dropdown:hover > .dropdown-menu .dropdown-menu  {
	left:auto;
	right:100%;	
	top:0;
}

body.header-fixed .header-top{
	margin-bottom:101px;
}
.nav-cont.sticky {
	position:fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	z-index:1000;
    border-bottom: 4px solid #E3E3E3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-cont.sticky.shrink {
    height: auto;
}

.nav-cont.sticky.shrink .navbar-nav > li > a {
    line-height: 60px;
}
.nav-cont.sticky.shrink #menu.navbar {
	height:60px;	
}

.nav-cont.sticky.shrink .navbar-brand {
    height: 50px;
    padding: 0px 15px;
}

/* ==========================================================================
  Mobile Mneu
  ========================================================================== */

.mobile-nav-button {
    background-color: #C22C1B;
    border: 0;
    color: #fff !important;
    font-size: 28px;
    width: 40px;
    padding: 5px 0;
    line-height: 1;
    text-align: center;
    float: right;
    margin-top: 35px;
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mobile-nav-button:active,
.mobile-nav-button:hover {
    background-color: #b6261f;
}

.nav-cont.sticky.shrink .mobile-nav-button {
    margin-top: 9px;
}

.mm-menu {
    background-color: #F7F8FA;
}

.mm-hasnavbar-top-1 .mm-panels {
    top: 60px;
}

.mm-navbar {
    border-bottom: 0;
}

.mm-navbar > * {
    padding: 20px 0 10px 0;
}

.mm-menu h2 {
    text-align: center;
    margin: 0;
    color: #4d4f52;
    font-size: 21px;
}

.mm-menu h2 i {
    margin-right: 10px;
}

.mm-close::after {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    border: 0;
    font-size: 26px;
    cursor: pointer;
    line-height: 1;
    text-align: center;
}

.mm-menu li {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.mm-menu li a {
    line-height: 1;
    color: #74777c;
    font-size: 14px;
    line-height: 1.4;
}

.mm-vertical .mm-listview .mm-panel, .mm-listview .mm-vertical .mm-panel {
    display: block;
    padding: 10px 0 0 25px;
}

.mm-vertical .mm-listview > li > .mm-next, .mm-listview > li.mm-vertical > .mm-next {
    display: none;
}

.mm-menu .dropdown-menu {
    background: none;
    border: none;
    box-shadow: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    float: none;
    border-left: 1px solid rgba(0, 0, 0, 0.08);

}

.mm-menu li a {
    padding: 0 25px;
}

.mm-menu .dropdown-menu li {
    margin-bottom: 10px;
}

.mm-menu .dropdown-menu li a {
    padding-left: 15px;
}

.mm-menu .dropdown-menu li:last-child {
    margin-bottom: 0px;
}

.mm-menu a .caret {
    display: none;
}

.mm-menu .dropdown-menu > li > a:hover,
.mm-menu .dropdown-menu > li > a:focus,
.mm-menu .dropdown-menu > li > a.active {
    background: none;
    color: #C22C1B;
    border-left: 0;
}

/* ==========================================================================
  Main form
  ========================================================================== */
.main-form {
    background-color:#FAFAFA;
    padding:30px;
    margin-top:30px;
}
.main-form .form-title {
    font-weight: 400;
    color: #C22C1B;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.main-form label {
    font-size:13px;
    margin-top:10px;
}


/* ==========================================================================
  Main text
  ========================================================================== */
.main-text {
    background-color:#FAFAFA;
    padding:40px 30px;
    margin-top:30px;
}

.main-text h1, .main-text h2, .main-text h3, .main-text h4 {
    color: #C22C1B;
    margin-bottom:20px
}
@media screen and (max-width:640px) {
    .main-text .media-body, .main-text .media-left, .main-text .media-right {
        display:block;
    }
    .main-text .media-body {
        padding-top:10px;
        width:auto;
    }
}

/* ==========================================================================
  Home Slideshow
  ========================================================================== */

.home-slideshow {
    height: 350px;
    position: relative;
	overflow:hidden;
}

.home-slideshow .slide {
    width: 100%;
    height: 100%;
	text-align:center;
}

.home-slideshow .cycle-control {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    background: #C22C1B;
    color: #fff;
    padding: 5px 13px;
    font-size: 22px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    z-index: 201;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.home-slideshow .cycle-prev {
    left: 55px;
}

.home-slideshow .cycle-next {
    right: 55px;
}

.home-slideshow:hover .cycle-control {
    opacity: 1;
}

.home-slideshow:hover .cycle-prev {
    left: 30px;
}

.home-slideshow:hover .cycle-next {
    right: 30px;
}

.home-slideshow .cycle-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
    z-index: 202;
}

.home-slideshow .cycle-progress .progress {
    width: 1px;
    height: 5px;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.home-slideshow .cycle-overlay {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    background-color: rgba(223, 223, 223, 0.7);
    font-size: 18px;
    color: #2F2F2F;
    padding: 5px 15px;
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 50%;
    z-index: 204;
}

/* ==========================================================================
  Properties Slideshow
  ========================================================================== */

.properties-slideshow-section {
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.properties-slideshow {

}

.properties-slideshow .slide {
    height: 354px;
	width:100%;
}

.properties-slideshow .slide .slide-inner {
    height: 100%;
    position: relative;
}

.properties-slideshow .slide-image {
    width: 65%;
    height: 100%;
    float: left;
}

.properties-slideshow .slide-image > a {
    display: block;
    width: 100%;
    height: 100%;
}

.properties-slideshow .slide-info {
    width: 35%;
    height: 100%;
    float: left;
    background: #C22C1B;
    color: #fff;
    padding: 20px 30px 20px 30px;
}
.properties-slideshow .slide-info .slide-text {
    font-size: 13px;
    line-height: 1.2;
}
.properties-slideshow .slide-info h3 {
    font-weight: 500;
    color: #fff;
    padding: 0;
    margin-bottom:15px;
    text-transform: none;
    font-size: 20px;
    line-height: 1.2;
}

.properties-slideshow .slide-info h3 a {
    color: #fff;
}

.properties-slideshow .slide-info p {
    margin-bottom: 15px;
}

.properties-slideshow .cycle-pager {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0 30px 0;
}

.properties-slideshow .cycle-pager > span {
    display: inline-block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    background: #BFC4C8;
    margin: 0 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    text-indent: -9999px;
}

.properties-slideshow .cycle-pager > span:hover,
.properties-slideshow .cycle-pager > span.cycle-pager-active {
    background: #C22C1B;
}

.red-label {
    position: absolute;
    top: 10px;
    left: -5px;
    background-color: #C22C1B;
    color: #fff;
    padding: 2px 20px 2px 10px;
    z-index: 201;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.red-label::before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -6px;
    border-color: rgba(0, 0, 0, 0) #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 6px 6px 0;
    height: 0;
    width: 0;
}

.action-btn.open-vtour {
    margin-bottom:20px;
    font-size:20px;
    padding: 8px 10px 6px 10px;
    text-decoration: none!important;
    color:#fff!important;
}
.action-btn.open-vtour img {
    display:block;
    width:40px;
    height:auto;
}

.action-btn.open-vtour.inGallery {
    top: 10px;
    z-index: 201;
    position: absolute;
    right: 40px;
    margin:0;
}
.action-btn.open-vtour.inListing {
    top: 5px;
    left: 5px;
    z-index: 201;
    position: absolute;
    margin:0;
}
.action-btn.open-vtour.inListing.bottom {
    top:auto;
    bottom:10px;
}
.action-btn.open-vtour.inListing2.bottom {
    left:20px;
}
.action-btn.open-vtour.inListing img {
    width:30px;
    height:auto;
}


.red-label i {
    margin-right: 8px;
    opacity: 0.6;
}

.pattern-bg {
    position: relative;
    background-image: url(../images/pattern1.jpg);
    width: 100%;
    height: 200%;
    background-repeat: repeat;
    /*background-attachment:fixed;*/
}

.pattern-bg::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f3f6;
    z-index: 0;
    opacity: 0.82;
}

/* ==========================================================================
  Homepage
  ========================================================================== */
.search-panel-section {
    background-color: #F1F3F6;
    padding: 30px 0;
    text-align: center
}

.form-control-small {
    display: inline-block;
	vertical-align:middle;
}

.search-panel-section .select2 {
    width: 190px !important;
    margin: 5px 5px;

}

@media screen and (max-width: 991px) {
    .form-control-small {
        display: inline-block;
        width: 48% !important;
        padding:2px 0;
    }
    .search-panel-section .select2 {
        width: 100% !important;
        margin: 0;
    }
    .search-panel-section .btn-group  {
        text-align:center;
        width:100%;
        padding-bottom:4px;
    }
    .btn-group label {
        display:inline-block;
        float:none;
    }
    .search-panel-section .text-center {
        text-align:left;
    }
}

@media screen and (max-width: 546px) {
    .form-control-small {
        display: inline-block;
        width: 100% !important;
    }
}


.pindexbuy {
    color: #C22C1B;    
}
.pindexbuy i {    
    font-size: 140%;
    display:block;
}
.pindexrent {
    color: rgb(186, 186, 184);    
}
.pindexrent i{    
    font-size: 140%;
    display:block;
}

table.pindex {
    border: 1px solid #BEBEBE;
    font-size: 90%;
    font-weight: bold;
    line-height: 1.5em;
}

table.pindex th {
    border-bottom: 1px solid #BEBEBE;
    font-size: 12px;
    text-align: left;
    padding: 10px;
    color: #C22C1B;
}

table.pindex tr {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #BEBEBE;
}

table.pindex td {
    padding: 5px 10px;
	text-align:center;
}
table.pindex td:first-child {    
	text-align:left;
}

.pindextoggler, .pindextoggler:hover, .pindextoggler:focus {
    font-size: 120%;
    color: #C22C1B;
}

table.pindex {
    border: 1px solid #BEBEBE;
    font-size: 90%;
    font-weight: bold;
    line-height: 1.5em;
}

/* ==========================================================================
  Sections
  ========================================================================== */

.section {
    padding-top: 50px;
}
.entry h1, h2, h3 , h4, h5, h6 {
    margin-bottom:20px
}
@media only screen and (max-width: 767px) {
    .home-slideshow-section {
        display:none;
    }
}

/* ==========================================================================
  Sections
  ========================================================================== */

.properties-grid {

}

.property-item {
    display: block;
    position: relative;
    padding-top: 72%;
    color: #fff;
    margin-bottom: 30px;
}

.property-item > div {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.property-item-info {
    opacity: 0;
    background-color: rgb(32, 35, 38);
    background-color: rgba(32, 35, 38, 0.82);
    z-index: 2;
    padding: 20px;
	-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.property-item .red-label {

}

.property-item:hover {
    color: #fff;
}

.property-item:hover .property-item-info {
    opacity: 1;
}

.property-item:hover .red-label {
    opacity: 0;
}

.property-item-image {
    overflow: hidden;
}

.property-item-image > div {
    z-index: 1;
    width: 100%;
    height: 100%;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.property-item:hover .property-item-image > div {
    -moz-transform: scale(1.8, 1.8);
    -webkit-transform: scale(1.8, 1.8);
    transform: scale(1.8, 1.8);
}

/* ==========================================================================
  Box Buttons
  ========================================================================== */

.box-button {
    height: 360px;
    position: relative;
    text-align: center;
}

.box-button::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(241, 243, 246, 0.82);
    z-index: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.box-button i {
    position: relative;
    font-size: 59px;
    margin-top: 130px;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.box-button h4 {
    position: relative;
    font-size: 27px;
    color: #74777c;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.box-button a {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    opacity: 0;
}

.box-button:hover i {
    margin-top: 65px;
    color: #fff;
}

.box-button:hover h4 {
    color: #fff;
}

.box-button:hover a {
    opacity: 1;
}

.box-button:hover::before {
    background-color: rgba(186, 186, 184, 0.82);
}

/* ==========================================================================
  Feature Lists
  ========================================================================== */
.feature {
    text-align: center;
}

.feature a {
    color: #C22C1B;
}

.feature i {
    display: inline-block;
    font-size: 42px;
    cursor: default;
    margin-bottom: 35px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    position: relative;
    z-index: 1;
    color: #C22C1B;
    border: 4px solid #C22C1B;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.feature i:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #C22C1B;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}

.feature i:before {
    speak: none;
    font-size: 42px;
    line-height: 86px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.no-touch .feature:hover i {
    color: #fff;
}

.feature i:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.no-touch .feature:hover i:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.feature h3 {
    margin: 0 auto 20px;
    color: #4d4f52;
    font-size: 19px;
}

.feature h3 a {
    color: #4d4f52;
}

.feature p {

    margin: 0 auto 15px;
}

/* ==========================================================================
  Property Details
  ========================================================================== */

.property-gallery-cont {
	position:relative;	
	margin-bottom:30px;
}
#property-gallery .item {
	width:100%;	
	text-align:center;	
	background-color:#F1F3F6;
}
#property-gallery .item img{
	max-height:380px;
	display: inline-block; 
	vertical-align:middle; 
	max-width: 100%;
	height:auto;
}

#property-gallery .item .helper { 
	display: inline-block;
	height: 100%;
	vertical-align: middle;	
}

#property-gallery-thumbnails .item {
    height: 128px;
    margin: 0 1px;
    color: #FFF;
    cursor: pointer;
    background-color: #000;   
    position: relative;
}

.owl-controls .owl-buttons {
    position: absolute;
    top: 10px;
    right: -5px;
    background: #C22C1B;
    height: 57px;
    width: 33px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.owl-controls .owl-buttons::before {
    content: " ";
    position: absolute;
    right: 0;
    bottom: -6px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #70221e;
    border-style: solid;
    border-width: 0 0 6px 7px;
    height: 0;
    width: 0;
}
.owl-controls .owl-buttons div {
    color: #FFF;
    zoom: 1;
    font-size: 12px;
    padding: 8px 12px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
	background:none!important;
	display:block;
	height:auto;
}
.owl-controls .owl-buttons div.owl-prev {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}
.owl-controls .owl-buttons div.owl-prev::before {
    content: "\f053";
	
}
.owl-controls .owl-buttons div.owl-next {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
}
.owl-controls .owl-buttons div.owl-next::before {
    content: "\f054";
}
.owl-controls .owl-page span {
    display: block;
    width: 15px;
    height: 15px;
    margin: 5px 8px;
    background: #BFC4C8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	overflow:hidden;
}
.owl-controls .owl-page.active span, .owl-controls.clickable .owl-page:hover span {
    background: #C22C1B;
}
.property-price {
	font-size:23px;
	font-weight:700;	
}

.property-top {
	
}
.amenities-list {
	list-style: none;
	padding: 8px 0;
	margin: 0;
    background-color: rgba(125,125,125,0.2);
	display: inline-block;
	border-right: 1px solid rgba(125,125,125,0.4);
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.amenities-list  li {
	display: inline-block;
	height: 38px;
	margin: 0;
	padding: 10px 18px 0 18px;
	border-right: 1px solid rgba(125,125,125,0.4);
	color: #74777c;
}
.amenities-list  li:last-child {
	border-right: 0;
}
.property-top .amenities-list li i {
    color: #adb2b6;
    float: left;
    font-size: 19px;
    margin-right: 3px;  
}
.property-top .property-id {
    float: right;
    line-height: 54px;
    margin-right: 20px;
}

.subsection {
	margin: 0;
	margin-bottom: 30px;
	background-color: #f1f3f6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	clear: both;
}

.video-cont {
	overflow:hidden;	
}

#map {
  position: relative;
  padding-bottom: 50%; 
  height: 0;
  overflow: hidden;
}
#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.property-features-table .table {
	margin-bottom:0;	
}
.property-features-table .table > tbody > tr:first-child > * {
	border-top:0;	
}
.property-features-table .table th {
	font-weight:600;	
	padding:8px 15px;
}
.property-features-table .table td {
	padding:8px 15px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    border-top: 1px solid rgba(125,125,125,0.3);
}
.property-amenities {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 10px 0 0 0;
    margin: 0 0 30px 0;
}

.property-amenities li {
    padding-bottom: 15px;
    position: relative;
    display: block;
    padding-left: 28px;
    color: #3e4549;
    font-size: 13px;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.property-amenities li::before {
	content:'\f05d';
	font-family:'FontAwesome';
	position:absolute;
	top:-2px;
	left:0;	
	font-size:17px;	
	color:#C22C1B;
}
.property-actions {	
	padding-top:20px;	
}
.action-btn {
	display:inline-block;
	background-color:#C22C1B;
	color:#fff;
	padding:8px 10px;
	border-radius:4px;	
	-webkit-border-radius:4px;	
	font-weight:600;
}
.action-btn i {
	display:inline-block;
	padding-right:3px;
}
.action-btn:hover {
	color:#fff;
}

/* ==========================================================================
    Forms
    ========================================================================== */

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: none;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border: 1px solid #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container .select2-selection--single, .select2-container--default.select2-container .select2-selection--multiple {
	min-height:40px;
	height:auto;	
}
.select2-container--default.select2-container .select2-selection--multiple {
    background-color: rgba(255, 255, 255, 0.9);
}
.select2-container .select2-search--inline .select2-search__field {
	margin-top:10px;
	padding-left: 5px;	
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 45px;
}
.select2-container--default .select2-selection--single {
    background-color: rgba(255, 255, 255, 0.9);
}
.select2-container--default .select2-results__option[aria-selected=true]{
    color:#ccc;
}

/* ==========================================================================
    Buttons
    ========================================================================== */
.btn-group .btn {
    padding: 10px 15px;
}

.sidebar .btn-group .btn, .btn-group .btn
{
    background-color: #f8f8f8;
    color: #444;
    border: 1px solid #444;
}

.btn-group .btn:hover {
    color: rgba(255, 255, 255, 1);
}

.btn-default {
    color: rgba(255, 255, 255, 0.7);
    background-color: #C22C1B;
    border-color: #C22C1B;
    padding: 10px 15px;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #C22C1B;
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    padding: 9px 15px;
}

.btn.btn-default {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.btn-default,
.btn-default:focus {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5);
}

.btn-default:hover,
.btn-default:active,
.btn-default.active {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.btn-fill {
    display: inline-block;
    font-size: 13px;
    height: 35px;
    line-height: 32px;
    padding: 0 16px;
    border-radius: 4px;
    background-color: #C22C1B;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-fill:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}

/* ==========================================================================
    Listing item
    ========================================================================== */
.listing-item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
	
}
.listing-item .listing-image{
	padding-top:75%;
	display:block;
	position:relative;
    margin-bottom: 20px;
	overflow:hidden;
	text-align:center;
}
.listing-item .listing-image:hover .property-item-image > div {
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.listing-item .listing-image:hover .property-item-info {
	padding:0;
}
.listing-item .listing-image:hover .property-item-info {
    opacity: 1;
}

.listing-image .details-btn{
	position: relative;
	top: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;	
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.5);
	padding: 6px 12px;	
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.listing-image:hover .details-btn {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.5);
	top:50%;
	
}
.listing-image .details-btn:hover  {
	border-color: rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, 1);
}

.listing-item-code {
    padding-top: 5px;
}

.listing-item-map {
    font-weight: bold;
    color: #C22C1B
}

.listing-item.col-sm-4 .col-sm-5.col-lg-4, .listing-item.col-sm-4 .col-sm-7.col-lg-8 {
    width: 100%
}

.listing-item-details {
}

.listing-item-details h3 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3
}

.listing-item-details ul li {
    padding: 4px 0;
}

.listing-item-grid .listing-item-details {
    padding: 0 0px;
}

.listing-item-grid .listing-item-details h3 {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    border-bottom: 1px solid #e3e3e3
}

.listing-item-grid .media {
    overflow: auto;
    margin: 0
}

.listing-item-grid .media-left, .listing-item-grid .media-body {
    float: none;
    display: block;
    width: 100%;
}

/* ==========================================================================
    Footer
    ========================================================================== */
footer {
    background-color: #F1F3F6;
    margin-top: 60px;
}

.footer {
    padding: 50px 0;
}
.footer img {
    max-width:100%;
}
.copyright {
    background-color: #D3D8DE;
    padding: 30px 0;
}

.copyright a {
    color: #4d4f52;
}

.footer-title {
    color: #4d4f52;
    margin-bottom: 25px;
    font-size: 18px;
}

.footer-links, .footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    display: inline-block;
    width: 100%;
    padding: 5px 10px 10px 0;
    position: relative;
    color: #74777c;
}

.footer-links li {
    border-top: 1px solid rgba(0,0,0,0.2);
}

.footer-links li a {
    display: inline-block;
    width: 100%;
    padding: 14px 10px 14px 0;
    position: relative;
    color: #74777c;
}

.footer-links li a:hover {
    text-decoration: none;
    color: #C22C1B;
}

.footer-links li a:after {
    content: "\f0da";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer-contact li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13pt;
    border: 1px solid #74777c;
    margin-right: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.footer-contact li {
    margin-bottom: 25px;
    padding: 5px 0 0 35px;
    min-height: 30px;
    display: block;
    position: relative;
}

.contact-agent {
    font-size: 16px;
    padding-bottom: 20px;
}

.contact-partner{padding-top: 20px}

.footer-social {
    padding-left:0;
}
.footer-social li {
    display:inline-block;
    margin-right:10px;
}
.footer-social a.social-icon {
    display:inline-block;
    width:28px;
    height:28px;
    overflow: hidden;
    line-height:28px;
    border-radius: 50%;
    font-size:16px;
    text-align:center;
    opacity:1!important;
}

.footer-social a.social-icon.fb-icon {
    background-color:#4867AA ;
    color:#fff;
}
.footer-social a.social-icon.tw-icon {
    background-color:#1DA1F2 ;
    color:#fff;
}
.footer-social a.social-icon.youtube-icon {
    background-color:#ff0000 ;
    color:#fff;
}
.footer-social a.social-icon.instagram-icon {
    background-color:#d44656;
    color:#fff;
}
.footer-social a.social-icon:hover {
    background:#fff;
    color:#b2b2b2;
}

/* ==========================================================================
    Pagination
    ========================================================================== */

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 16px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #74777c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination-pages {
    padding-top: 30px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #74777c;
    cursor: default;
    background-color: #f1f3f6;
    border-color: #ddd;
}

/* ==========================================================================
  Forms 
  ========================================================================== */
  
.checkbox-style-1 input[type=checkbox] { 
  	display: none; 
}  	
.checkbox-style-1 input[type=checkbox] + label { 
	padding-left: 25px;
	min-height: 20px;
	line-height: 15px;
	cursor: pointer;
	position: relative;
	margin-bottom: 7px;
	font-size: 12px;
	white-space:nowrap;
}	
.checkbox-style-1 input[type=checkbox] + label::before {
	content:''; 
	display:block; 
	width:15px; 
	height:15px; 
	border-radius:4px; 
	-webkit-border-radius:4px; 
	background-color: rgba(255, 255, 255, 0.5); 
	border: 1px solid #E4E4E4; 
	position:absolute; 
	left:0; 
	top:0;  
	font-family:"FontAwesome"; 
	text-align:center;
}
.checkbox-style-1 input[type=checkbox]:checked + label::before {
	color:#2b669a; 
	content:'\f00c';
}

.sidebar .select2-container {
	
}

/* ==========================================================================
    Copyright
    ========================================================================== */

.copyright-links {margin:0; padding:0; list-style:none; text-align:right;}
.copyright-links li {margin:0; padding:0; list-style:none; display:inline-block;}
.copyright-links li::after {content:'|'; display:inline-block; padding:0 2px 0 5px;}
.copyright-links li:last-child::after {display:none;}

/* ==========================================================================
    Print
    ========================================================================== */

@media print {
    .non-printable {
        display: none;
    }
}

/* ==========================================================================
    Media Query
    ========================================================================== */
@media only screen and (max-width: 1199px) {
    .properties-slideshow .slide-info h3 {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 992px) {
    .nav-cont .navbar {
        display: none;
    }

    .mobile-nav-button {
        display: block;

    }

    .properties-slideshow .slide {
        height: auto;
    }

    .properties-slideshow .slide-image,
    .properties-slideshow .slide-info {
        float: none;
        width: 100%;
    }

    .properties-slideshow .slide-image {
        /*height: 354px;*/
        padding-top:70%
    }
	
	.box-button {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {

    .copyright-links {text-align:left;}

    .copyright .pull-right {
        float:none!important;
    }

    .properties-slideshow .slide-image {
        padding-top:70%
    }

    .header-top {
        text-align: center;
    }

    .language-switcher {
        float: none;
        margin: 10px auto 0 auto;
        max-width: 150px;
    }    

    .box-buttons .col-sm-4:last-child .box-button {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .properties-grid .col-xs-6 {
        float: none;
        width: 100%;
    }

}

.subsection.property-features-table {
    position:relative;
    z-index:1;
}

.energy-container{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.energy-container span{
    margin-left: 5px;
}
.energy {
    font-family: Arial, Helvetica, sans-serif;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    background-color: #000;
    color:#fff;
    width: 20px;
    height: 18px;
    margin-right:9px;
    font-size:12px;
    letter-spacing:-1px;
    font-weight:bold;
}
.energy:before {
    content: '';
    position:absolute;
    right:0;
    top:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 9px;
    border-color: transparent transparent transparent #000;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.energy-ap {
    background-color: #5C8500;
}
.energy-ap:before{
    border-color: transparent transparent transparent #5C8500;
}
.energy-a {
    background-color: #6D9E00;
}
.energy-a:before{
    border-color: transparent transparent transparent #6D9E00;
}
.energy-bp {
    background-color: #7FB800;
}
.energy-bp:before {
    border-color: transparent transparent transparent #7FB800;
}
.energy-b {
    background-color: #91D100;
}
.energy-b:before {
    border-color: transparent transparent transparent #91D100;
}

.energy-c {
    background-color: #EBC400;
}
.energy-c:before {
    border-color: transparent transparent transparent #EBC400;
}

.energy-d {
    background-color: #EB9D00;
}
.energy-d:before {
    border-color: transparent transparent transparent #EB9D00;
}
.energy-e {
    background-color: #E67300;
}
.energy-e:before {
    border-color: transparent transparent transparent #E67300;
}
.energy-f {
    background-color: #D22300;
}
.energy-f:before {
    border-color: transparent transparent transparent #D22300;
}

.energy-g {
    background-color: #B80000;
}
.energy-g:before {
    border-color: transparent transparent transparent #B80000;
}

.energy-info{
    display: inline-block;
    width:12px;
    height:12px;
    padding:4px;
    margin-left:5px;
    cursor:default;
    box-sizing: content-box;
    margin-right:-4px;
}
.energy-info svg{
    display: block;
    width:12px;
    height:12px;
}
.energy-info svg path{
    fill:#646464;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.energy-info:hover svg path,
.energy-info:focus svg path{
    fill:#000;
}
.energy-info__info{
    position:absolute;
    display:none;
    width:220px;
    margin-top:5px;
    z-index:999;
}
.energy-info:hover .energy-info__info,
.energy-info:focus .energy-info__info{
    display:block;
}
.energy-info__info img{
    max-width:100%;
    /*border-radius:3px;*/
    border: 1px solid rgba(0,0,0,0.1);
    overflow:hidden;
}
@media screen and (max-width: 490px) {
    .energy-info__info{
        left:50%;
        transform: translateX(-50%);
    }
}

/*Working Hours*/
.working-hours{
    position: relative;
    display: block;
    text-decoration: underline;
    padding-bottom: 10px;
    margin-top: 30px;
}
.working-hours .dropdown-menu {
    color: #484645;
    padding: 10px 15px;
    left: -35px;
}
.open>.dropdown-menu {
    display: block;
}
.working-hours .dropdown-menu.open--on-top {
    top: auto;
    bottom: 100%;
}
.working-hours__btn {
    padding: 3px 0 0;
    background: none;
    outline: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
}
.footer-contact li .working-hours__btn > i{
    left: -35px;
}
.working-hours__title{
    font-size: 18px;
    font-weight: bold;
}
.working-hours td {
    font-size: 13px;
    white-space: nowrap;
}
.working-hours td:not(:nth-child(1)) {
    padding-left: 10px;
}
.working-hours td.last {
    padding-left: 0px;
}
