﻿/* Stylesheets and Google fonts import */
/*@import url("font-awesome.css");*/
/*@import url("animations.css");*/
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);*/
/*/@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,700);
/*  CSS definations for Real Spaces  */

/*-------------------------------------------------------------------------------------------*/
/* 0. 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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

table {
    border-spacing: 0;
    border-collapse: collapse;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

iframe {
    border: 0;
}

/* ==================================================
   Basic Styles
================================================== */

html,
body {
    height: 100%;
}

html,
hmtl a {
    width: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    color: #5e5e5e;
    /*text-decoration: underline;*/
    cursor: pointer;
    -webkit-transition: color 0.1s linear 0s;
    -moz-transition: color 0.1s linear 0s;
    -o-transition: color 0.1s linear 0s;
    transition: color 0.1s linear 0s;
}

    a:hover {
        /*text-decoration:none;*/
    }

    a:hover,
    a:active,
    a:focus {
        outline: 0;
        color: #666666;
    }

    a img {
        border: none;
    }

    a > img {
        vertical-align: middle;
    }

.gray-bg {
    background: #bababa;
}

.gray-text {
    color: #bababa;
}

.lgray-bg {
    background: #f8f8f8;
}

.dgray-bg {
    background: #333333;
}

img {
    max-width: 100%;
}

img,
object,
embed,
audio,
video {
    max-width: 100%;
}

img {
    height: auto;
}

strong,
.strong {
    font-weight: 700;
}

p {
    margin: 0 0 20px;
}

i,
em,
.italic {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

.align-left {
    float: left;
    margin: 0 25px 0 0px !important;
}

.align-right {
    float: right;
    margin: 0 0 0 25px !important;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.color-text {
    color: #ffffff;
}

.through {
    text-decoration: line-through;
}

.border-radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 12px 0;
    color: #333333;
    font-weight: 400;
    line-height: 1.5em;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 16px;
    /**    background-color: #fff !important;
*/
}

h5 {
    font-size: 16px;
    font-weight: 700;
}

h6 {
    font-size: 12px;
}

    h1.short,
    h2.short,
    h3.short,
    h4.short,
    h5.short,
    h6.short,
    p.short {
        margin-bottom: 5px;
    }

    h1.spaced,
    h2.spaced,
    h3.spaced,
    h4.spaced,
    h5.spaced,
    h6.spaced {
        margin-top: 22px;
    }

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: #333333;
        text-decoration: none;
    }

.huge {
    font-size: 10em;
}

blockquote {
    margin: 30px 0;
    padding: 0 0 0 30px;
    border-left: 3px solid;
}

    blockquote p {
        margin-bottom: 0;
        white-space: normal;
        font-style: italic;
        font-size: 20px;
        font-family: Georgia, serif;
    }

    blockquote cite {
        color: #ffffff;
    }

        blockquote cite:before {
            content: "- ";
        }

p {
    font-size: 15px;
    line-height: 1.5em;
    margin: 0 0 15px 0;
}

    p.md {
        font-size: 16px;
        line-height: 22px;
    }

    p.lg {
        font-size: 30px;
        line-height: 1.2em;
    }

.big {
    font-size: 200%;
    line-height: 1.5em;
}

.thin {
    font-weight: 300;
}

p.drop-caps:first-child:first-letter {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: 4px;
    font-size: 75px;
    font-family: Georgia, serif;
    line-height: 60px;
}

p.drop-caps.secondary:first-child:first-letter {
    margin-right: 10px;
    padding: 6px 12px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
}

hr {
    display: block;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 1px;
    border: 0;
    background: #eee;
}

    hr.fw {
        display: block;
        clear: both;
        margin-top: 0;
        margin-bottom: 50px;
        width: 100%;
        height: 1px;
        border: 0;
        background: #eee;
    }

    hr.sm {
        display: inline-block;
        margin: 15px 0;
        width: 40px;
        height: 2px;
        border: 0;
        background: #eee;
    }

ul.checks,
ul.angles,
ul.carets,
ul.chevrons {
    margin-bottom: 15px;
}

    ul.checks > li,
    ul.angles > li,
    ul.carets > li,
    ul.chevrons > li {
        margin: 10px 0;
    }

        ul.checks > li > i,
        ul.angles > li > i,
        ul.carets > li > i,
        ul.chevrons > li > i {
            margin-right: 2px;
        }

ul.inline {
    margin: 10px 0;
}

    ul.inline > li {
        display: inline-block;
        margin-right: 10px;
    }

        ul.inline > li i.fa {
            margin-right: 2px;
        }

ul.nav-list-primary > li a {
    display: block;
    padding: 8px;
    border-bottom: 1px solid #efefef;
    color: #666666;
    text-decoration: none;
}

    ul.nav-list-primary > li a:hover {
        text-decoration: none;
    }

ul.unordered {
    margin: 10px 0 10px 20px;
    list-style-type: disc;
}

ol {
    margin: 10px 0 10px 30px;
    list-style-type: decimal;
}

    ul.unordered ul,
    ol ul {
        margin: 10px 0 10px 20px;
    }

ul.unordered ul {
    list-style-type: circle;
}

dl {
    margin: 10px 0;
}

    dl dt {
        font-weight: 700;
    }

address.ico i {
    display: inline-block;
    float: left;
    clear: both;
    padding-top: 3px;
}

address.ico p {
    margin: 0;
    padding-bottom: 10px;
}

address.ico span {
    display: inline-block;
    padding-left: 20px;
}

.cursive {
    font-family: Georgia, serif;
    font-style: italic;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
}

label {
    display: inline-block;
    margin-bottom: 5px;
}

.form-control {
    margin-bottom: 20px;
}

/* ==================================================
   Margin Bottom Sets
================================================== */

.margin-0 {
    margin-bottom: 0 !important;
}

.margin-10 {
    margin-bottom: 10px !important;
}

.margin-15 {
    margin-bottom: 15px !important;
}

.margin-20 {
    margin-bottom: 20px !important;
}

.margin-30 {
    margin-bottom: 30px !important;
}

.margin-40 {
    margin-bottom: 40px !important;
}

.margin-50 {
    margin-bottom: 50px !important;
}

.margin-60 {
    margin-bottom: 60px !important;
}

.margin-70 {
    margin-bottom: 70px !important;
}

.margin-80 {
    margin-bottom: 80px !important;
}

.push-top {
    margin-top: 35px;
}

/* ==================================================
   Padding Sets
================================================== */
.padding-b0 {
    padding-bottom: 0 !important;
}

.padding-tb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-tb30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-tb45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.padding-tb75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.padding-tb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-tb125 {
    padding-top: 125px;
    padding-bottom: 125px;
}

.padding-as25 {
    padding: 25px;
}
/* ==================================================
   Spacers
================================================== */

.spacer-10 {
    height: 10px;
    clear: both;
    width: 100%;
}

.spacer-20 {
    height: 30px;
    clear: both;
    width: 100%;
}

.spacer-30 {
    height: 30px;
    clear: both;
    width: 100%;
}

.spacer-40 {
    height: 40px;
    clear: both;
    width: 100%;
}

.spacer-50 {
    height: 50px;
    clear: both;
    width: 100%;
}

.spacer-75 {
    height: 75px;
    clear: both;
    width: 100%;
}

.spacer-100 {
    height: 100px;
    clear: both;
    width: 100%;
}

/* ----------------------------------------------------------------------------------------- */
/* Multi purpose classes */
/* ----------------------------------------------------------------------------------------- */
.overlay-transparent {
    background: rgba(0, 0, 0, 0.6);
}

.btn {
    border-width: 0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    background-color: #555962;
}

.btn-default {
    border-width: 1px;
    box-shadow: none;
    text-shadow: none;
}

.btn:hover,
.btn:active,
.btn:focus {
    opacity: 0.9;
}

.btn:hover {
    color: white;
}

.social-icons a {
    margin: 0 8px;
    text-decoration: none;
}

.next-prev-nav {
    display: inline-block;
}

    .next-prev-nav a {
        display: inline-block;
        width: 20px;
        height: 20px;
        color: #fff;
        text-align: center;
        line-height: 20px;
        text-decoration: none;
    }

        .next-prev-nav a:hover {
            color: #fff;
        }

.meta-data {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-style: italic;
    color: #999999;
    padding: 0 !important;
    border-bottom-width: 3px !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .meta-data a {
        color: #666666;
    }

        .meta-data a i {
            color: #999999;
        }

        .meta-data a:hover {
            text-decoration: none;
        }

    .meta-data > span {
        display: inline-block;
        padding: 10px 20px;
        border-right: 1px solid #efefef;
    }

    .meta-data i {
        margin-right: 4px;
    }

    .meta-data > span:last-child {
        border-right: 0;
    }

/*.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

	.isotope .isotope-item {
		-webkit-transition-property: -webkit-transform, opacity;
		-moz-transition-property: -moz-transform, opacity;
		-ms-transition-property: -ms-transform, opacity;
		-o-transition-property: -o-transform, opacity;
		transition-property: transform, opacity;
	}

		.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
			-webkit-transition-duration: 0s;
			-moz-transition-duration: 0s;
			-ms-transition-duration: 0s;
			-o-transition-duration: 0s;
			transition-duration: 0s;
		}*/

.media-box {
    position: relative;
    display: block;
    max-width: 100%;
}

    .media-box .zoom,
    .media-box .expand {
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #ffffff !important;
        font-size: 1.5em;
        z-index: 999;
        left: 0;
        top: 0;
        margin: 0;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        -webkit-transition: all 0.3s ease 0.2s;
        -moz-transition: all 0.3s ease 0.2s;
        -ms-transition: all 0.3s ease 0.2s;
        -o-transition: all 0.3s ease 0.2s;
        transition: all 0.3s ease 0.1s;
    }

.img-thumbnail img:hover,
.img-thumbnail:hover {
    opacity: 0.9;
}

.media-box:hover .zoom,
.media-box:hover .expand {
    opacity: 1;
    -webkit-transition: opacity 0.3s 0.2s;
    -moz-transition: opacity 0.3s 0.2s;
    -ms-transition: opacity 0.3s 0.2s;
    -o-transition: opacity 0.3s 0.2s;
    transition: opacity 0.3s 0.2s;
}

.selectpicker {
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
}

.input-lg .selectpicker {
    padding-top: 12px;
    padding-bottom: 9px;
}

.bootstrap-select.form-control {
    /* margin-bottom: 20px !important;*/
}

.bootstrap-select.margin-0 {
    margin-bottom: 0px !important;
}

/*-------------------------------------------------------------------------------------------*/
/* SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
    background-color: #ffffff;
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5em;
    background-attachment: fixed;
}

    body.boxed .body {
        position: relative;
        margin: 25px auto;
        max-width: 1080px;
        width: 100%;
        height: auto;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    }

@media (min-width: 1200px) {
    body.boxed .body .site-header,
    body.boxed .body .main-menu-wrapper {
        max-width: 100%;
        width: 1080px;
    }
}

.site-header {
    width: 100%;
}

div.top-header {
    background-color: #555962;
    /* background-color: #818c94; 
    /* height: 30px; */
}

.middle-header {
    height: 80px;
    position: relative;
    /* z-index: 8;*/
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.site-header h1.logo {
    position: relative;
    /*z-index: 1300;*/
    display: table;
    margin: 0;
    padding: 15px 0 0;
    height: 65px;
    vertical-align: middle;
    line-height: 0;
}

.logo a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}

.horiz-nav > li {
    float: left;
}

    .horiz-nav > li > a {
        font-size: 13px;
        display: inline-block;
        padding: 0 20px;
        line-height: 30px;
        text-decoration: none;
        color: #fff;
    }

        .horiz-nav > li > a:hover {
            background: rgba(0, 0, 0, 0.05);
        }

.horiz-nav a {
    text-decoration: none;
}

.boxed .horiz-nav.pull-left li:first-child a {
    border-left: 0;
}

.boxed .horiz-nav.pull-right li:last-child a {
    border-right: 0;
}

.contact-info-blocks {
    text-align: right;
}

    .contact-info-blocks > div {
        display: inline-block;
        margin: 20px 0 0 0;
        padding: 0 20px;
        color: #999;
        text-align: left;
    }

        .contact-info-blocks > div:last-child {
            border-right: 0;
            /*padding-right:0;*/
        }

        .contact-info-blocks > div > span {
            display: block;
            font-family: "Montserrat", sans-serif;
            font-size: 16px;
            color: #666;
        }

.site-header .menu-toggle {
    font-size: 18px;
    margin: 30px 20px 0 0;
    float: right;
}

    .site-header .menu-toggle:focus {
        outline: 0;
    }

.main-menu-wrapper {
    display: block;
    position: relative;
    background: #fff;
    /*z-index: 5;*/
    width: 100%;
}

.navigation {
    height: 50px;
    text-align: center;
}

    .navigation > ul > li {
        float: left;
        font-size: 15px;
        position: relative;
    }

        .navigation > ul > li i {
            font-size: 11px;
            margin-left: 5px;
        }

        .navigation > ul > li > a {
            padding: 15px 22px;
            display: block;
            text-decoration: none;
        }

        .navigation > ul > li:first-child > a {
            padding: 0px;
            border: 0px;
        }

    .navigation ul > li:hover > a,
    .navigation ul > li.current_menu_item > a {
        background: #fff;
    }

    .navigation > ul > li ul {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        display: none;
        min-width: 100%;
        height: auto;
        background: #fff;
        text-align: left;
    }

    .navigation > ul > li:hover ul {
        display: block;
    }

    .navigation > ul > li > ul li {
        line-height: normal;
        font-size: 14px;
        position: relative;
    }

        .navigation > ul > li > ul li > a {
            display: block;
            padding: 10px 25px;
            border-bottom: 1px solid #f8f7f3;
            white-space: nowrap;
            text-decoration: none;
        }

    .navigation > ul > li > ul > li:hover > a,
    .navigation > ul > li > ul > li > ul > li:hover > a {
        text-decoration: none;
        padding: 10px 25px;
        color: #ffffff;
        border-top: 0;
    }

    .navigation > ul > li > ul li:last-child a {
        border-bottom: 0;
    }

    .navigation > ul > li > ul li ul {
        left: 100% !important;
        top: 0;
        min-width: inherit;
        position: absolute;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    }

.boxed .navigation > ul > li:first-child a {
    border-left: 0;
}

.boxed .navigation > ul > li:last-child a {
    border-right: 0;
}

.sticky-wrapper {
}

.is-sticky .main-menu-wrapper {
    z-index: 1000;
    min-height: 50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.is-sticky .navigation {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* Site Showcase */
.site-showcase {
    position: relative;
    z-index: 4;
    background-color: #e9e9e9;
}
/* Hero Slider */
.flexslider {
    margin: 0;
    padding: 0;
    background: url(http://awscdn.mzt24.com/Images/GrDom/loader.gif) no-repeat scroll center center;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.flexslider .slides {
    zoom: 1;
}

.slider-mask {
    width: 100%;
    height: 450px;
    position: absolute;
    z-index: 5;
    display: block;
    display: none;
}

.hero-slider {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    height: 450px;
    width: 100%;
    overflow: hidden;
}

    .hero-slider .flex-viewport {
        width: 100%;
    }

    .hero-slider.flexslider > ul.slides {
        height: 100%;
    }

    .hero-slider.flexslider ul.slides li {
        height: 450px;
        width: 100%;
        overflow: hidden;
        position: static;
        background-attachment: scroll !important;
    }

.flex-caption {
    display: none;
    margin: 0 auto;
    margin-top: 110px;
    text-align: center;
    width: 25%;
    background: #ffffff;
    border-top: 3px solid rgba(0, 0, 0, 0.8);
    position: absolute;
    /*right: 50%;*/
    right: 63%;
    top: 18%;
    margin-right: -500px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .flex-caption strong.title {
        font-size: 20px;
        display: block;
        font-weight: normal;
        padding: 20px;
        padding-bottom: 10px;
    }

        .flex-caption strong.title em {
            font-style: italic;
            font-size: 14px;
            font-weight: 400;
            color: #999999;
        }

    .flex-caption .btn {
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
        margin-top: 10px;
    }

    .flex-caption .fa-caret-down {
        color: #ffffff;
        position: absolute;
        left: -9px;
        top: 0;
        font-size: 30px;
    }

    .flex-caption .hero-agent-pic {
        border: 3px solid #ffffff;
        border-radius: 100%;
        width: 80px;
        height: 80px;
        position: absolute;
        left: -100px;
        top: -30px;
        z-index: 2;
        -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.3);
    }

    .flex-caption .hero-agent-contact {
        position: absolute;
        left: -115px;
        top: 20px;
        z-index: 3;
        background: #f8f8f8;
        border: 3px solid #ffffff;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 33px;
        -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.3);
    }

        .flex-caption .hero-agent-contact:hover {
            background: #efefef;
        }

.flexslider .flex-control-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 111;
    left: 0;
    bottom: 10px;
    padding: 0;
    margin: 0;
}

.hero-slider.flexslider .flex-control-nav {
    bottom: -40px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.hero-slider.flexslider:hover .flex-control-nav {
    bottom: 10px;
    -webkit-transition: bottom 0.3s 0.2s;
    -moz-transition: bottom 0.3s 0.2s;
    -ms-transition: bottom 0.3s 0.2s;
    -o-transition: bottom 0.3s 0.2s;
    transition: bottom 0.3s 0.2s;
}

.flexslider .flex-control-nav li {
    display: inline;
}

.flexslider .flex-control-nav a {
    width: 25px;
    height: 8px;
    background-color: #ffffff;
    display: inline-block;
    margin: 0 6px;
    text-indent: -9999px;
    text-decoration: none;
}

.flexslider .flex-prev,
.flexslider .flex-next {
    background: rgba(0, 0, 0, 0.6);
    color: #f8f7f3;
    display: block;
    margin-bottom: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 14px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    display: none;
    text-align: center;
    border-radius: 5px;
}

.flexslider .flex-prev {
    left: 10px;
    right: auto;
}

    .flexslider .flex-prev:before {
        content: "\f104";
    }

.flexslider .flex-next:before {
    content: "\f105";
}

.hero-slider.flexslider .flex-prev,
.hero-slider.flexslider .flex-next {
    width: 40px;
    height: 40px;
    right: -40px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    font-size: 20px;
    line-height: 40px;
    display: block;
    margin-top: -20px;
}

.flexslider:hover .flex-prev,
.flexslider:hover .flex-next {
    display: block;
}

.hero-slider.flexslider .flex-prev {
    left: -40px;
}

.hero-slider.flexslider:hover .flex-prev {
    left: 10px;
    -webkit-transition: left 0.3s 0.2s;
    -moz-transition: left 0.3s 0.2s;
    -ms-transition: left 0.3s 0.2s;
    -o-transition: left 0.3s 0.2s;
    transition: left 0.3s 0.2s;
}

.hero-slider.flexslider:hover .flex-next {
    right: 10px;
    -webkit-transition: right 0.3s 0.2s;
    -moz-transition: right 0.3s 0.2s;
    -ms-transition: right 0.3s 0.2s;
    -o-transition: right 0.3s 0.2s;
    transition: right 0.3s 0.2s;
}

#gmap {
    height: 550px;
    overflow: hidden;
    position: relative;
}

    #gmap.map-single-page {
        height: 200px;
    }

    #gmap img {
        max-width: none;
    }

    #gmap .map-property {
        padding-bottom: 10px;
        width: 310px;
    }

    #gmap .property-featured-image {
        margin-bottom: 10px;
        margin-right: 20px;
        float: left;
    }

#gmapMobile {
    height: 550px;
    overflow: hidden;
    position: relative;
}

    #gmapMobile.map-single-mobile {
        height: 200px;
    }

.home-map-page {
    /*height: 500px;*/
    overflow: hidden;
    position: relative;
}

.site-search-module {
    position: absolute;
    z-index: 8;
    left: 0;
    width: 100%;
    top: calc(45%);
    transform: translateY(-45%);
}

.site-search-module-inside {
    padding: 7px 7px 7px 7px;
    border-radius: 5px;
    /*	height: 92px;/*253px;*/
    background: #757574;
    background: rgba(255, 255, 255, 0.9);
    color: white;
}

    .site-search-module-inside .btn {
        /*  padding-top: 14px;*/
        /*padding-bottom: 12px;*/
    }

    .site-search-module-inside .selectpicker.btn {
        /* padding-top: 12px;*/
    }

#ads-trigger {
    display: inline-block;
    /*  padding-top: 11px;
	padding-bottom: 11px;*/
}

.main {
    /*position: relative;*/
    background: #ffffff;
    z-index: 5;
    border-top: 1px solid #efefefb3;
}

.home .main {
    z-index: 5;
}

.content {
    padding: 23px 0;
}

.featured-blocks {
    margin-bottom: 25px;
    overflow-x: hidden;
}

.featured-block {
    position: relative;
    text-align: center;
}

    .featured-block img {
        width: 70%;
        display: inline-block;
        /*border-radius: 100%;*/
        margin-bottom: 10px;
    }

    .featured-block p {
        padding: 0 10%;
        margin-bottom: 0;
    }

.property-block {
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    background: #ffffff;
}

    .property-block:hover {
        -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    }

.property-featured-image,
.agent-featured-image {
    display: block;
    position: relative;
}

    .property-featured-image img,
    .agent-featured-image img {
        min-width: 100%;
    }

.overlay {
    width: 100%;
    height: 100%;
    line-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
    display: block;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
}

.property-featured-image:hover .overlay,
.agent-featured-image:hover .overlay {
    -webkit-transition: opacity 0.3s 0.2s;
    -moz-transition: opacity 0.3s 0.2s;
    -ms-transition: opacity 0.3s 0.2s;
    -o-transition: opacity 0.3s 0.2s;
    transition: opacity 0.3s 0.2s;
    opacity: 1;
}

#featured-properties .overlay {
    line-height: 160px !important;
}

.property-featured-image .images-count {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
}

.property-featured-image .badges {
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 15px;
    padding: 0 20px;
    -moz-border-radius: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(221, 72, 72, 0.68);
    font-weight: 700;
    color: #ffffff;
}

.property-featured-image .investments {
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 56px;
    padding: 4px 6px;
    -moz-border-radius: 100%;
    height: 40px;
    /* line-height: 12px; */
    text-align: center;
    background: rgba(221, 72, 72, 0.68);
    font-weight: 500;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    border-bottom-right-radius: 4px;
    height: 20%;
}

.property-featured-image .exclusive {
    position: absolute;
    z-index: 0;
    /*left: 157px;*/
    left: 60%;
    top: 19px;
    padding: 4px 6px;
    -moz-border-radius: 100%;
    height: 40px;
    /* line-height: 12px; */
    text-align: center;
    background: rgba(221, 72, 72, 0.68);
    font-weight: 700;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    border-bottom-right-radius: 4px;
    height: 20%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(26deg);
}

.property-info,
.agent-info {
    padding: 15px;
    display: block;
    border-bottom: 1px solid #efefef;
}

.property-amenities {
    background: #f8f8f8;
}

    .property-amenities > span {
        display: block;
        width: 30%;
        float: left;
        padding: 4px 0 4px 0;
        text-align: center;
        font-size: 11px;
        /*text-transform:uppercase;*/
        border-right: 1px solid #efefef;
    }

        .property-amenities > span:last-child {
            border-right: none;
        }

        .property-amenities > span > strong {
            display: block;
            font-size: 14px;
        }

.property-info h4,
.agent-info h4 {
    margin-bottom: 0;
}

.property-info .location {
    display: block;
    font-size: 100%;
    padding: 0 0 10px 0;
}

.price,
.counts {
    display: inline-block;
    /* background: #231F20; */
    color: #333;
    background-color: #efefef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* height: 30px;*/
    border: 2px solid;
    border-color: #efefef;
}

    .price strong,
    .counts strong {
        background: rgba(0, 0, 0, 0.1);
        padding: 0 7px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        line-height: 30px;
        height: 30px;
        display: inline-block;
        font-weight: 400;
    }

    .price span,
    .counts span {
        padding: 0 7px;
        line-height: 30px;
        height: 30px;
        font-weight: 700;
    }

#latest-properties .property-block {
    margin-bottom: 40px;
}

.block-heading-fw {
    background: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
}

    .block-heading-fw h3 {
        margin-bottom: 0;
    }

    .block-heading-fw .btn-sm {
        margin-top: 5px;
    }

.sort-source a {
    text-decoration: none;
}

.block-heading {
    /* background: #efefef; */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 50px;
    margin-bottom: 35px;
    font-size: 21px;
}

    .block-heading h4 {
        background: transparent;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        color: #bc0919;
        display: inline-block;
        line-height: 50px;
        padding-right: 20px;
        font-size: 20px !important;
    }

    .block-heading .heading-icon {
        background: rgba(0, 0, 0, 0.1);
        width: 50px;
        text-align: center;
        margin-right: 20px;
        display: inline-block;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        position: relative;
    }

        .block-heading .heading-icon .icon-design {
            color: rgba(0, 0, 0, 0.1);
            font-size: 20px;
            position: absolute;
            right: -7px;
            top: 16px;
        }

    .block-heading .btn-sm {
        margin: 12px 17px 0 0;
    }

.bottom-blocks h3 {
    margin-bottom: 30px;
}

.features-list li .icon {
    font-size: 30px;
    line-height: 40px;
    float: left;
    width: 15%;
}

.features-list li .text {
    float: left;
    width: 85%;
}

    .features-list li .text h4 {
        margin-bottom: 5px;
    }

.popular-agent .img-thumbnail {
    margin-bottom: 15px;
}

.contact-info li {
    margin: 5px 0;
    border-bottom: 0 !important;
    white-space: nowrap;
}

    .contact-info li i {
        margin-right: 7px;
    }

.testimonials > li {
    border-bottom: 0 !important;
}

    .testimonials > li > p {
        border: 1px solid #efefef;
        background: #fff;
        padding: 25px;
        position: relative;
    }

        .testimonials > li > p:before,
        .testimonials > li > p:after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
            border-color: transparent;
            border-bottom: 0;
        }

        .testimonials > li > p:before {
            bottom: -9px;
            right: 31px;
            border-top-color: #efefef;
            border-width: 10px;
        }

        .testimonials > li > p:after {
            bottom: -8px;
            right: 32px;
            border-top-color: #fff;
            border-width: 9px;
        }

    .testimonials > li .testimonial-sender {
        float: right;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        width: 80px;
        height: 80px;
        border: 3px solid #fff;
        -webkit-box-shadow: 0 0 2px #efefef;
        box-shadow: 0 0 2px #efefef;
    }

    .testimonials > li cite {
        display: block;
        margin-top: 40px;
    }

        .testimonials > li cite a {
            text-decoration: none;
            color: #999;
        }

.site-footer {
    background-color: #ececec;
    padding: 30px 0 0 0;
    border-top: 1px solid #eeeeee;
}

.site-footer-bottom {
    background-color: #555962;
    border-top: 1px solid #e1e1e1;
    padding: 10px 0;
    font-size: 13px;
    color: white;
}

    .site-footer-bottom p {
        margin-bottom: 0;
        /* font-size: 12px; */
    }

.site-header .social-icons {
    margin-top: 30px;
}

.site-footer-bottom .social-icons {
    text-align: right;
}

    .site-footer-bottom .social-icons a {
        color: #fff;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        text-align: center;
        display: inline-block;
        margin: 0 0 0 8px;
        text-decoration: none;
    }

/* Property Listing */
.property-listing > ul > li,
.agents-listing > ul > li {
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    background: #ffffff;
    margin-bottom: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

html .agents-listing > ul > li {
    border: 1px solid #f9f9f9;
    background: #e2e2e25c;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    margin-bottom: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.property-listing > ul > li:hover,
.agents-listing > ul > li:hover {
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}

.property-listing > ul > li:last-child,
.agents-listing > ul > li:last-child {
    margin-bottom: 0;
}

.property-listing .property-info,
.agents-listing .agent-info {
    padding: 0 0 10px 0;
    margin-top: -8px;
    border-bottom: 0;
}

.property-listing .property-amenities strong {
    display: inline-block;
    margin-right: 5px;
}

.agent-contacts li {
    display: inline-block;
    margin: 5px 20px 0 0;
}

.property-listing .property-info .price,
.agents-listing .agent-info .counts {
    float: right;
    margin-top: 5px;
}

.property-listing h3 {
    margin-bottom: 0;
}

.property-grid > ul > li {
    margin-bottom: 25px;
}

.toggle-view {
    margin: 15px 20px 0 0;
}

    .toggle-view a {
        margin-left: 10px;
        color: #999;
        font-size: 20px;
    }

        .toggle-view a.active {
            color: #666;
        }

.pagination {
    margin-top: 10px;
    margin-bottom: 0;
}

.full-search-form {
    padding: 15px;
    background: #efefef;
}

    .full-search-form label {
        margin-top: 0;
        padding-top: 0;
        line-height: normal;
    }

.page-header {
    margin: 0;
    position: relative;
    padding: 55px 0;
    border: 0;
    background-color: #666;
    height: 142px;
}

    .page-header h1 {
        text-transform: uppercase;
        color: #ffffff;
        margin-bottom: 0;
        line-height: 1em;
    }

    .page-header p {
        color: #d8d6d1;
        margin: 0;
    }

.page-headernew {
    margin: 0;
    position: relative;
    padding: 55px 0;
    border: 0;
    background-color: #666;
    height: 400px;
    text-align: center;
}

    .page-headernew h1 {
        text-transform: uppercase;
        color: #ffffff;
        margin-bottom: 0;
        line-height: 1em;
        font-weight: 700;
        text-shadow: 1px 1px 3px #094e86;
    }

    .page-headernew h3 {
        color: #ffffff;
        margin-top: 1rem;
        width: 74%;
        text-align: center;
        margin: auto;
        margin-top: 1em;
        text-shadow: 1px 1px 3px #094e86;
    }

.recttext {
    border-right: 1px dotted #a1a1a1;
    margin-right: 10px;
}

.prostext {
    /* border-right: 1px dotted #a1a1a1; */
    /* margin-right: 10px; */
    text-align: center;
    /* margin-left: 5px; */
    margin: 0.5em 1em 0.5em 1em;
}

.tabletop h5 {
    font-size: 16px;
    font-weight: 700;
    background-color: #bc0919;
    color: #ffffff;
    background-size: 1000px;
    padding: 18px;
    text-align: left;
}

.number {
    font-size: 36px;
    font-weight: 700;
    color: #bc0919;
    line-height: 36px;
    margin: 0 0 14px 0;
}

.tabletop p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px 20px;
}

.page-headernew p {
    color: #ffffff;
    margin: 0;
}

.single-property .property-amenities {
    border-bottom: 3px solid #efefef;
}

    .single-property .property-amenities span {
        font-size: 14px;
        width: 20%;
    }

    .single-property .property-amenities strong {
        display: inline-block;
        margin-right: 5px;
    }

.single-property h2.page-title {
    margin-bottom: 10px;
}

.location {
    font-size: 60%;
    color: #999;
    font-family: "Open Sans", sans-serif !important;
}

    .location > i {
        opacity: 0.7;
    }

.single-property .price {
    margin-bottom: 22px;
    color: #fff;
}

.single-property .tabs {
    margin-bottom: 0;
}

.single-property .agent {
    padding: 25px;
    margin-bottom: 30px;
    background: #f8f8f8;
}

.property-slider {
    margin: 13px 0 35px 0;
}

    .property-slider #property-images {
        position: relative;
        text-align: center;
    }

        .property-slider #property-images img {
            width: 100%;
            height: auto;
        }

    .property-slider #property-thumbs {
        position: relative;
        background: #efefef;
        padding: 10px;
    }

        .property-slider #property-thumbs .flex-prev {
            left: 20px;
            margin-top: -10px;
        }

        .property-slider #property-thumbs .flex-next {
            right: 20px;
            margin-top: -10px;
        }

        .property-slider #property-thumbs .slides li {
            margin: 0 8px;
        }

        .property-slider #property-thumbs img {
            cursor: pointer;
            opacity: 0.7;
        }

        .property-slider #property-thumbs .flex-active-slide img {
            opacity: 1;
        }

.single-agent .contact-details {
    margin: 20px 0;
}

.single-agent .counts {
    margin-top: 10px;
}

.single-agent h2 {
    /*margin-bottom: 30px;*/
}

.grid-holder {
    width: 105%;
    margin-left: -3%;
    float: left;
}

    .grid-holder .grid-item {
        float: left;
    }

.grid-item,
.gallery-item {
    margin-bottom: 3%;
    border-bottom: medium none;
}

.grid-item-inner {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.grid-holder .grid-item {
    margin-left: 3%;
}

.grid-holder.col-2 .grid-item {
    width: 49%;
}

.grid-holder.col-3 .grid-item {
    width: 29.63%;
}

.grid-holder.col-4 .grid-item {
    width: 21%;
}

.grid-media {
    position: relative;
}

.grid-content {
    padding: 15px 20px 1px 20px;
}

    .grid-content .fa-external-link {
        margin-left: 10px;
    }

.events-grid .grid-item {
}

.grid-item h3 {
    line-height: 1em;
}

.post-title {
    margin-bottom: 0;
    padding-bottom: 6px;
}

.post-content {
    padding-top: 20px;
    padding-right: 13px;
}

    .post-content .featured-image {
        margin-bottom: 20px;
    }

.single-post-header {
    margin-bottom: 0;
}

.posts-archive .post {
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #efefef;
}

    .posts-archive .post:last-child {
        margin-bottom: 0;
    }

.format-quote .grid-content p {
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
}

.single-post-header .btn-toolbar {
    margin-top: 8px;
}

.post-comments-count {
    margin-top: 15px;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #eee;
            border-radius: 5px;
            padding: 20px;
            padding-top: 10px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 29px;
                right: -10px;
                display: inline-block;
                border-top: 10px solid transparent;
                border-left: 10px solid #eceae4;
                border-right: 0 solid #eceae4;
                border-bottom: 10px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 30px;
                right: -9px;
                display: inline-block;
                border-top: 9px solid transparent;
                border-left: 9px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 9px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            padding-top: 11px;
            font-size: 12px;
            line-height: 12px;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #eee;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

            .timeline > li > .timeline-badge span {
                font-size: 14px;
                display: block;
                line-height: 16px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 10px;
                left: -10px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 9px;
                left: -9px;
                right: auto;
            }

.timeline-title {
    margin-top: 0;
    color: inherit;
}

    .timeline-title a {
        text-decoration: none;
    }

.timeline-body > p:last-child,
.timeline-body > ul:last-child {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

.error-404 {
    text-align: center;
}

    .error-404 h2 {
        font-size: 80px;
    }

.image-placeholder {
    background: #eee;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Widgets */
.widget {
    margin-bottom: 40px;
}

    .widget .widgettitle {
        border-bottom: 1px solid #efefef;
        margin-bottom: 25px;
        padding-bottom: 5px;
        text-transform: uppercase;
        font-size: 16px;
    }

    .widget ul > li {
        padding: 0 0 8px 0;
        border-bottom: 1px solid #efefef;
    }

    .widget a {
        text-decoration: none;
    }

    .widget .meta-data {
        margin-bottom: 0;
    }

.tag-cloud a {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 7px;
    padding: 2px 8px;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f8f8f8;
    font-size: 12px;
    text-decoration: none;
}

.tag-cloud li:last-child {
    border-bottom: none;
}

.tag-cloud a:hover {
    text-decoration: none;
}

.widget-recent-posts .post-image {
    width: 30%;
    float: left;
    margin-right: 5%;
}

.widget-recent-posts .widget-blog-content {
    float: left;
    width: 65%;
}

    .widget-recent-posts .widget-blog-content > a {
        font-weight: bold;
        display: block;
        margin-top: 0;
    }

.widget-recent-posts .fa-angle-right {
    display: none;
}

.widget-recent-posts .fa-plus {
    margin-right: 0;
}

.widget-recent-posts ul li a {
    padding: 12px 0;
    text-decoration: none;
}

.widget-recent-posts ul li:first-child a {
    padding-top: 8px;
}

.widget-gallery ul {
    margin-left: -3%;
}

    .widget-gallery ul li {
        float: left;
        width: 30%;
        margin-left: 3%;
        margin-bottom: 20px;
        border-bottom: 0;
        padding: 0;
    }

        .widget-gallery ul li i {
            display: none;
        }

.featured-properties-widget .property-block {
    padding-bottom: 0;
    margin-bottom: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
}

    .featured-properties-widget .property-block:last-child {
        margin-bottom: 0;
    }

.featured-properties-widget .property-featured-image {
    width: 100%;
}

.featured-properties-widget .property-info {
    width: 100%;
    padding: 10px 0px;
    border-bottom: 0;
}

.widget-agents .badge {
    margin-top: 8px;
}

.widget-properties .price {
    margin-top: 8px;
}

.additional-amenities > span {
    padding: 10px;
    display: inline-block;
    margin: 0 5px 10px 23px;
    background: #f8f8f8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .additional-amenities > span.navailable i {
        color: #999;
    }

.properties-table th {
    font-weight: 700;
}

.table tbody tr td {
    vertical-align: middle;
}

.properties-table .action-button {
    margin-left: 20px;
    font-weight: bold;
    text-decoration: none;
}

    .properties-table .action-button i {
        font-size: 16px;
    }

.post-meta {
    padding: 5px 0px;
    font-size: 12px;
}

    .post-meta i {
        margin-right: 5px;
        font-size: 14px;
    }

.post-comments {
    margin: 30px 0 0 0;
}

.comments {
    margin: 0;
    list-style-type: none;
}

    .comments li {
        margin-bottom: 25px;
    }

        .comments li .post-comment-block {
            padding: 25px;
            padding-bottom: 5px;
            border: 1px solid #efefef;
            border-bottom-width: 2px;
            background: #ffffff;
        }

        .comments li.admin > .post-comment-block {
            background-color: #f8f7f3;
        }

        .comments li .img-thumbnail {
            float: left;
            margin-right: 20px;
        }

        .comments li h5 {
            margin-bottom: 5px;
        }

        .comments li ul {
            padding-top: 25px;
            padding-left: 50px;
        }

.post-comment-form {
    margin: 30px 0 0 0;
    border-bottom: 0;
}

    .post-comment-form .form-control {
        margin-bottom: 20px;
    }

.gallery-filter ul {
    float: right;
}

#message {
    margin-top: 10px;
}

#clients-slider li {
    text-align: center;
}

#contact-map {
    padding: 0;
}

#back-to-top {
    position: fixed;
    z-index: 999;
    right: 17px;
    bottom: 17px;
    display: none;
    padding: 5px 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
}

/*-------------------------------------------------------------------------------------------*/
/* SHORTCODE DEFINATIONS */
/*-------------------------------------------------------------------------------------------*/
/* ==================================================
   Tabs
================================================== */
.tabs {
    margin-bottom: 25px;
}

.nav-tabs {
}

    .nav-tabs li {
        position: relative;
        display: block;
        float: left;
        margin-right: 1px;
    }

        .nav-tabs li a {
            display: block;
            padding: 10px 20px;
            background: #efefef;
            text-decoration: none;
        }

        .nav-tabs li > i {
            color: #efefef;
        }

        .nav-tabs li > i {
            position: absolute;
            bottom: -10px;
            font-size: 16px;
            width: 20px;
            left: 50%;
            margin-left: -10px;
        }

        .nav-tabs li a:hover {
            color: #fff;
            background: #666;
            text-decoration: none;
        }

        .nav-tabs li a:active,
        .nav-tabs li.active a {
            color: #fff;
            background: #666;
        }

.tab-content {
    background: #ffffff;
    margin-left: 23px;
    padding: 20px 0;
}

    .tab-content > .tab-pane {
        display: none;
    }

    .tab-content > .active {
        display: block;
    }
/* ==================================================
   Accordion & Toggle
================================================== */
.accordion {
    margin-bottom: 35px;
}

.accordion-group {
    margin-bottom: 8px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.accordion-heading {
    border-bottom: 0 none;
}

    .accordion-heading .accordion-toggle {
        position: relative;
        display: block;
        padding: 15px;
        background: #f8f8f8;
        text-decoration: none;
        font-size: 13px;
        -webkit-transition: all 0.1s linear 0s;
        -moz-transition: all 0.1s linear 0s;
        -ms-transition: all 0.1s linear 0s;
        -o-transition: all 0.1s linear 0s;
        transition: all 0.1s linear 0s;
    }

.accordion-toggle {
    cursor: pointer;
}

    .accordion-toggle:hover {
        text-decoration: none;
    }

.accordion-heading:hover .accordion-toggle,
.accordion-heading:hover .accordion-toggle.inactive {
    background: #666;
    color: #fff;
}

.accordion-heading .accordion-toggle.active {
    color: #fff;
    background: #666;
}

.accordion-heading .accordion-toggle.inactive {
    background: #f8f8f8;
}

.accordion-heading.accordionize .accordion-toggle i,
.accordion-heading.togglize .accordion-toggle i {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -8px 0 0 0;
    color: #666;
    font-size: 18px;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}

.accordion-heading:hover .accordion-toggle i {
    color: #fff;
}

.accordion-heading .accordion-toggle.active i,
.accordion-heading:hover .accordion-toggle.inactive i {
    color: #666;
}

.accordion-heading.accordionize .accordion-toggle.active i,
.accordion-heading.togglize .accordion-toggle.active i {
    color: #fff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-heading.togglize .accordion-toggle i {
    margin: -8px 0 0 0;
    font-size: 18px;
}

.accordion-heading.togglize .accordion-toggle .fa-plus-circle {
    display: block;
}

.accordion-heading.togglize .accordion-toggle.active .fa-plus-circle {
    display: none;
}

.accordion-heading.togglize .accordion-toggle .fa-minus-circle {
    display: none;
}

.accordion-heading.togglize .accordion-toggle.active .fa-minus-circle {
    display: block;
}

.accordion-inner {
    padding: 16px;
    border: 1px solid #efefef;
    background: #fff;
}

/* ==================================================
   Alerts
================================================== */

.alert {
    margin-bottom: 20px;
    padding: 15px 35px 15px 15px;
    border: 1px solid #efefef;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #f8f8f8;
    text-shadow: none;
}

    .alert .close {
        position: relative;
        top: 0px;
        right: -22px;
        color: #ffffff;
        text-shadow: none;
        line-height: 20px;
        text-decoration: none;
        -webkit-transition: opacity 0.1s linear 0s;
        -moz-transition: opacity 0.1s linear 0s;
        -ms-transition: opacity 0.1s linear 0s;
        -o-transition: opacity 0.1s linear 0s;
        transition: opacity 0.1s linear 0s;
    }

        .alert .close:hover {
            text-decoration: none;
            opacity: 1;
        }

.alert-standard {
    border-color: #efefef;
    background-color: #f8f8f8;
}

    .alert-standard,
    .alert-standard .close {
        color: #666;
    }

.alert-success {
    border-color: #d6e9c6;
    background-color: #dff0d8;
}

    .alert-success,
    .alert-success .close {
        color: #468847;
    }

.alert-danger,
.alert-error {
    border-color: #ebccd1;
    background-color: #f2dede;
}

    .alert-danger,
    .alert-danger .close,
    .alert-error,
    .alert-error .close {
        color: #b94a48;
    }

.alert-info {
    border-color: #bce8f1;
    background-color: #d9edf7;
}

    .alert-info,
    .alert-info .close {
        color: #3a87ad;
    }

.alert-warning {
    border-color: #faebcc;
    background-color: #fcf8e3;
}

    .alert-warning,
    .alert-warning .close {
        color: #c09853;
    }

/* ==================================================
   Progress bars
================================================== */
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    margin-bottom: 15px;
    height: 20px;
    border-radius: 3px;
    background-color: #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    background-color: #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    position: relative;
    border-radius: 3px;
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient( linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent) );
    background-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-image: -moz-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient( linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent) );
    background-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-image: -moz-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient( linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent) );
    background-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-image: -moz-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient( linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent) );
    background-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-image: -moz-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient( linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent) );
    background-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-image: -moz-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
}

span.progress-bar-tooltip {
    position: absolute;
    position: absolute;
    top: -28px;
    right: 5px;
    display: block;
    padding: 4px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #333;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-border-radius: 3px;
}

    span.progress-bar-tooltip:after {
        position: absolute;
        bottom: -5px;
        left: 13px;
        display: block;
        width: 0;
        border-width: 5px 5px 0;
        border-style: solid;
        border-color: #333 transparent;
        content: "";
    }

.progress-label {
    text-transform: uppercase;
}
/* ==================================================
   Facts Counters
================================================== */
.fact-ico {
    display: inline-block;
    width: 100px;
    height: 100px;
    color: #999999;
    line-height: 100px;
    margin: 10px 0;
}

.fact {
    display: inline-block;
    color: #999999;
    font-size: 15px;
    margin-top: 10px;
    font-family: "Volkhov", serif;
    font-style: italic;
}

.counters .timer {
    display: inline-block;
    color: #333333;
    font-weight: 700;
    font-size: 38px;
}

.parallax .counters .timer {
    color: #ffffff;
}
/* ==================================================
   Modal Box
================================================== */
.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: auto;
    overflow-y: scroll;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog {
    position: relative;
    z-index: 1050;
    margin: 10px;
    width: auto;
}

.modal-content {
    position: relative;
    outline: none;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background-color: #ffffff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    min-height: 16.428571429px;
    border: 0px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    border-top: 1px solid #e5e5e5;
    text-align: right;
}

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

@media screen and (min-width: 768px) {
    .modal-dialog {
        margin: 30px auto;
        width: 600px;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

/*-------------------------------------------------------------------------------------------*/
/* Parallax
/*-------------------------------------------------------------------------------------------*/
.parallax {
    /*background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;*/
    background-repeat: no-repeat;
    background-color: #eee;
}

.touch .parallax,
.page-header.parallax {
    background-attachment: scroll !important;
}
/*-------------------------------------------------------------------------------------------*/
/* Pricing Tables
/*-------------------------------------------------------------------------------------------*/
.pricing-table {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .pricing-table:after {
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        content: "";
    }

    .pricing-table > div:first-child .pricing-column-content,
    .pricing-table > div:first-child h3 {
        border-left: 1px solid #eeeeee !important;
    }

.pricing-column {
    float: left;
    overflow: hidden;
    padding: 0px;
    background-color: #fff;
    text-align: center;
    -webkit-transition: box-shadow 0.2s linear;
    -moz-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
}

    .pricing-column .features {
        padding: 0;
        margin-bottom: 0;
        background: none;
    }

    .pricing-column .pricing-column-content {
        padding: 0px 0px 20px 0px;
        border-right: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
    }

    .pricing-column.highlight {
        position: relative;
        z-index: 1;
        margin: -20px -1px 0px -1px;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
        -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
        box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
        -o-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
    }

        .pricing-column.highlight .pricing-column-content,
        .pricing-column.highlight h3 {
            border: none;
        }

            .pricing-column.highlight h3 .highlight-reason {
                display: block;
                color: rgba(0, 0, 0, 0.4);
                text-transform: uppercase;
                letter-spacing: 1.5px;
                font-size: 12px;
            }

        .pricing-column.highlight .pricing-column-content {
            border-right: 1px solid #eeeeee;
            border-bottom: 1px solid #eeeeee;
            border-left: 1px solid #eeeeee;
        }

        .pricing-column.highlight:hover {
            -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
            -o-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
        }

    .pricing-column ul li {
        padding: 10px 25px;
        border-bottom: 1px solid #eeeeee;
        color: #666666 !important;
        list-style: none;
        line-height: 18px;
    }

        .pricing-column ul li:first-child {
            border-top: 1px solid #eeeeee;
        }

        .pricing-column ul li:nth-child(2n + 1) {
            background-color: #f8f8f8;
        }

    .pricing-column.highlight h3 {
        margin-bottom: 0px !important;
        padding: 15px 0px;
        color: #ffffff !important;
    }

.toggle .pricing-column h3 {
    font-size: 26px !important;
}

.pricing-column h3 {
    margin-bottom: 0px;
    padding: 18px 0px 18px 0px;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff;
    font-size: 26px;
    line-height: 28px;
}

.pricing-column h4 {
    margin-bottom: 0px;
    margin-left: -22px;
    padding: 20px 30px 6px 30px;
    color: #333333;
    font-size: 54px !important;
    line-height: 42px !important;
}

    .pricing-column h4 .dollar-sign {
        position: relative;
        top: -14px;
        right: -6px;
        font-size: 22px;
        line-height: 22px;
    }

.pricing-column .interval {
    display: block;
    display: block;
    padding-bottom: 17px;
    min-height: 38px;
    color: #999999;
}

.pricing-column ul {
    margin-left: 0px;
}

.pricing-column .btn {
    margin-top: 25px;
}

.pricing-column.highlight .btn {
    margin-bottom: 20px;
}

.pricing-table.six-cols > div {
    width: 16.5%;
}

.pricing-table.five-cols > div {
    width: 20%;
}

.pricing-table.four-cols > div {
    width: 25%;
}

.pricing-table.three-cols > div {
    width: 33.2%;
}

.pricing-table.two-cols > div {
    width: 50%;
}

.infoBlock {
    background: rgba(255, 255, 255, 0.8);
    height: 70px;
    left: 10% !important;
    max-width: 80%;
    overflow: hidden;
    padding: 10px;
    padding-bottom: 0;
    position: relative !important;
    top: -70px !important;
}

#full-width-slider {
    color: #000;
    width: 100%;
}

.coloredBlock {
    background: #ff0000;
    background: rgba(255, 0, 0, 0.6);
    color: #fff;
    left: 20%;
    padding: 12px;
    top: 5%;
    width: 200px;
}

.infoBlockLeftBlack {
    color: #fff;
    right: auto;
}

.infoBlock h1 {
    color: rgba(61, 108, 150, 0.86);
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    margin: 0;
    position: absolute;
    top: 20px;
}

.infoBlock p {
    font-size: 14px;
    margin: 4px 0 0;
}

.infoBlock a {
    color: #fff;
    cursor: none;
    text-decoration: none;
}

    .infoBlock a:hover {
        cursor: pointer;
    }

.photosBy {
    background: #fff;
    border-radius: 2px;
    bottom: 12px;
    color: #000;
    font-size: 12px;
    left: 12px;
    line-height: 24px;
    padding: 0px 10px;
    position: absolute;
    position: absolute;
    top: auto;
    z-index: 25;
}

    .photosBy a {
        color: #000;
    }

.fullWidth {
    margin: 0 auto 24px;
    max-width: 1400px;
}

/*-------------------------------------------------------------------------------------------*/
/* Responsive Classes
/*-------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
    @-moz-document url-prefix() {
        .formBlock.select-s .select {
            background-position: 85% -1px !important;
        }

        .formBlock.select-s .select {
            width: 113% !important;
        }
    }

    .navigation > ul > li > a {
        padding: 15px 16px;
    }

    .navigation ul > li:hover > a,
    .navigation ul > li.current_menu_item > a {
        padding: 15px 16px;
    }

    .flex-caption {
        margin-right: -460px;
    }

    #featured-properties .overlay {
        line-height: 150px !important;
    }

    .grid-content .meta-data > span {
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 991px) {

    #mainMenuGrdom > nav > ul > li:nth-child(1) > a > img {
        display: none;
    }

    .site-search-module {
        top: calc(45%);
    }

    .first-page-site-showcase {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #contactWidget {
        visibility: hidden;
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }

    .site-search-margin-bottom {
        margin-bottom: 15px;
    }

    .site-search-zindex-1 {
        z-index: 1;
    }

    .site-search-zindex-2 {
        z-index: 2;
    }

    body > div.body > div:nth-child(5) > div.container > div {
        column-count: 2;
    }

    @-moz-document url-prefix() {
        .formBlock.select-s .select {
            background-position: 89.6% -1px !important;
        }

        .formBlock.select-m .select {
            background-position: 89.6% -1px !important;
        }

        .formBlock.select-w .select {
            background-position: 89.6% -1px !important;
        }
    }

    .sticky-wrapper {
        height: auto !important;
    }

    .middle-header {
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    .main-menu-wrapper {
        height: auto;
        position: absolute;
        width: 100%;
        background: #eee;
        display: none;
        z-index: 9999;
    }

    .checkboxhide {
        display: none;
    }

    .navigation > ul > li {
        display: block;
        width: 100%;
        line-height: normal;
        text-align: left;
    }

        .navigation > ul > li > a {
            padding: 20px 25px;
            border-bottom: 1px solid #ccc;
            border-right: 0;
        }

        .navigation > ul > li:hover > a {
            padding: 20px 25px;
        }

        .navigation > ul > li:first-child a {
            border-left: 0;
        }

        .navigation > ul > li:last-child a {
            border-bottom: 0;
        }

        .navigation > ul > li > ul,
        .navigation > ul > li > ul li ul {
            position: static;
            height: auto !important;
            border-bottom: 1px solid #efefef;
            top: 0;
            left: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            margin-left: 0;
        }

            .navigation > ul > li > ul:before,
            .navigation > ul > li > ul li ul:before {
                display: none;
            }

    .flex-caption {
        margin-right: -180px;
        top: -30px;
    }

    .hero-slider {
        height: 300px;
    }

    .bannerImg {
        width: 100%;
        height: 48%;
    }

    .hero-slider.flexslider ul.slides li {
        height: 300px;
    }

    .site-search-module {
        height: auto;
        bottom: auto;
        left: auto;
    }

    .site-search-module-inside {
        height: auto;
        /*padding-bottom: 30px;*/
    }

        .site-search-module-inside #ads-trigger {
            display: none;
        }

    .featured-blocks .featured-block {
        margin-bottom: 30px;
    }

    .bottom-blocks .column {
        margin-bottom: 30px;
    }

    .owl-theme .owl-controls .owl-buttons div {
        display: none !important;
    }

    .block-heading h4 {
        display: block;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .block-heading .btn,
    .block-heading .toggle-view {
        display: none;
    }

    .agent > div > div > img {
        margin-bottom: 30px;
    }

    .gallery-item .media-box img,
    .grid-item .media-box img {
        min-width: 100%;
    }

    #featured-properties .overlay {
        line-height: auto !important;
    }

    .property-listing .property-featured-image,
    .agents-listing .agent-featured-image {
        margin-bottom: 30px;
    }

    .register-form {
        margin-top: 30px;
    }

    .right-sidebar {
        margin-top: 40px;
    }

    .single-agent .img-thumbnail {
        margin-bottom: 30px;
    }

    .widget-agents strong,
    .widget-properties .price {
        display: block;
    }

    .action-button > span {
        display: none;
    }

    .submit-description {
        margin-top: 20px;
    }

    .submit-property-type,
    .submit-contract-type,
    .submit-image {
        margin-bottom: 20px;
    }

    .pricing-column .features {
        margin-bottom: 0;
    }

    .pricing-column.highlight {
        margin: 0;
    }

    .pricing-table > div:third-child .pricing-column-content,
    .pricing-table > div:nth-child(2n + 1) h3 {
        border-left: 1px solid #eeeeee !important;
    }

    .pricing-column ul li:first-child {
        border-top: 1px solid #eeeeee;
    }

    .pricing-column ul li:nth-child(2n + 1) {
        background-color: #f8f8f8;
    }

    .toggle .pricing-column h3 {
        font-size: 26px !important;
    }

    .pricing-column.highlight .btn {
        margin-bottom: 0;
    }

    .pricing-table.six-cols > div {
        width: 50%;
    }

    .pricing-table.five-cols > div {
        width: 50%;
    }

    .pricing-table.four-cols > div {
        width: 50%;
    }

    .pricing-table.three-cols > div {
        width: 50%;
    }

    .pricing-table.two-cols > div {
        width: 50%;
    }

    .grid-content .meta-data > span {
        padding: 5px 0;
        border-right: 0;
    }

    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

@media only screen and (max-width: 768px) {

    .site-search-module {
        top: calc(56%);
    }

    .full {
        margin-top: 68px;
    }

    body > div.body > header {
        position: fixed;
        z-index: 9999;
        background-color: white;
    }

    body > div.main-menu-wrapper {
        top: 70px;
        position: fixed;
        background-color: gainsboro;
        z-index: 9998;
    }

    @-moz-document url-prefix() {
        .formBlock.select-s .select {
            background-position: 89.3% -1px !important;
        }

        .formBlock.select-m .select {
            background-position: 89.3% -1px !important;
        }

        .formBlock.select-w .select {
            background-position: 89.5% -1px !important;
        }
    }

    .hero-slider {
        height: 130px;
    }

    body > div.body > div:nth-child(5) > div.container > div {
        column-count: 1;
    }

    .grid-item {
        margin-bottom: 6%;
    }

    .grid-holder.col-2 .grid-item {
        width: 95%;
    }

    .grid-holder.col-3 .grid-item {
        width: 95%;
    }

    .grid-holder.col-4 .grid-item {
        width: 95%;
    }

    .pricing-table.six-cols > div {
        margin: 0 auto 30px;
        width: 100%;
    }

    .pricing-table.five-cols > div {
        margin: 0 auto 30px;
        width: 100%;
    }

    .pricing-table.four-cols > div {
        margin: 0 auto 30px;
        width: 100%;
    }

    .pricing-table.three-cols > div {
        margin: 0 auto 30px;
        width: 100%;
    }

    .pricing-table.two-cols > div {
        margin: 0 auto 30px;
        width: 100%;
    }

    .grid-content .meta-data > span {
        padding: 10px 20px;
        border-right: 1px solid #efefef;
    }

    .page-header h1 {
        font-size: 16px;
    }

    .hero-agent {
        display: none;
    }

    .flex-caption {
        margin-right: -110px;
    }

        .flex-caption .fa-caret-down {
            display: none;
        }

    .property-listing > ul > li,
    .agents-listing > ul > li {
        padding: 15px;
    }

        .property-listing > ul > li > div,
        .agents-listing > ul > li > div {
            padding-left: 0;
            padding-right: 0;
        }

        .property-listing > ul > li .property-info,
        .agents-listing > ul > li .agent-info,
        .agents-listing > ul > li .agent-contacts {
            padding-left: 15px;
            padding-right: 15px;
        }

        .agents-listing > ul > li .agent-contacts {
            padding-bottom: 15px;
        }

    #gmap {
        height: 200px;
    }

    .site-footer-bottom {
        text-align: center;
    }

        .site-footer-bottom .social-icons {
            margin-top: 30px;
            text-align: center;
        }

            .site-footer-bottom .social-icons a {
                margin: 0 4px;
            }
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
}
/* custom by me */
.labelNameIndex {
    text-align: left;
    /* width: 100%;*/
}

.labelName {
    text-align: left;
    width: 100%;
}

hr.style-four {
    height: 3px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
    margin-bottom: 18px;
}

.slider.slider-horizontal {
    width: 99% !important;
}

#priceSlider2 .slider-selection {
    background: #bc0919;
}

#squareSlider2 .slider-selection {
    background: #bc0919;
}

#yearSlider2 .slider-selection {
    background: #999999;
}

#areaSlider2 .slider-selection {
    background: #bc0919;
}

#roomSlider2 .slider-selection {
    background: #999999;
}

.employee-name {
    font-size: 100%;
    color: #333;
}

.widget li:last-child {
    border-bottom: none;
}

.priceTag {
    font-size: 60%;
    color: #999;
    font-family: "Open Sans", sans-serif !important;
    font-style: italic;
    float: left;
}

.mouz-group-logo.white {
    background: url("/Modules/mouzgroup/images/group-logo-w.png") no-repeat;
    background-size: 40px;
    height: 35px;
    width: 43px;
    margin-top: 5px;
    margin-bottom: -10px;
    cursor: pointer;
}

.mg-container {
    width: 1050px !important;
    right: 15px !important;
    top: 50px !important;
}

.mg-triangle {
    right: 204px !important;
}

/*.priceDiscount {
	background: #666 !important;
	text-decoration: line-through;
}*/

.priceDiscount {
    position: relative;
    background-color: #e6e6e6;
    font-weight: 600;
}

    .priceDiscount:before {
        border-bottom: 2px solid #bc0919;
        position: absolute;
        content: "";
        width: 100%;
        height: 53%;
    }

.priceDiscount2 {
    text-decoration: line-through;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.paral-text {
    color: #cb0919;
}

.bem-link_print {
    background: url("/images/4.png") no-repeat scroll -121px -94px transparent;
    display: inline-block;
    height: 25px;
    line-height: 24px;
    padding: 0 0 0 25px;
}

.toggle {
    display: block;
    width: 23px;
    height: 6px;
    background: #bc0919;
}

    .toggle span {
        position: absolute;
        content: "";
        width: 23px;
        height: 6px;
        transform: rotate(90deg);
        background: #bc0919;
    }

        .toggle span.expanded {
            animation: toggle-expand 0.5s ease-in-out forwards;
        }

        .toggle span.collapsed {
            animation: toggle-collapse 0.5s ease-in-out backwards;
        }

@keyframes toggle-expand {
    0% {
        transform: rotate(90deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

@keyframes toggle-collapse {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

.filter-collapse {
    /*float: right;*/
    position: absolute;
    right: 5px;
    padding-top: 15px;
}

.boldInfo {
    font-weight: bold !important;
}

#expandFilter {
    cursor: pointer;
    text-align: center;
}

.printwrapper {
    margin: 0 auto;
    width: 1000px;
}

.clearboth {
    clear: both;
    float: none;
}

.regionOverflow {
    max-height: 400px;
    overflow: auto;
}

.filterInfo {
    color: #555962;
    text-align: center;
    width: 100%;
    /*  padding-top: 8px;*/
    cursor: pointer;
}

.mapIndex {
    /*	margin-top: 25px !important;*/
    z-index: 8 !important;
}

.sold-realty {
    position: fixed;
    z-index: 100;
    left: auto;
    right: auto;
}

.bannerImg {
    height: 100%;
    width: 100%;
}

.centerImg img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

article ul {
    list-style: disc;
    padding-left: 20px;
}

    article ul li {
        margin-bottom: 10px;
    }


.additional-amenities ul li:before {
    content: "\f0a9";
    font-family: "FontAwesome";
    color: #bc0919;
    margin: 0 5px 0 -15px;
}

.seo-white-box ul li:before {
    content: "\f0a9";
    font-family: "FontAwesome";
    color: #bc0919;
    margin: 0 5px 0 -15px;
}

.seo-white-box ul {
    list-style: none;
    padding-left: 20px;
}

.post-content a {
    color: #bc0919;
}

.seo-white-box {
    columns: 3;
    padding: 23px 23px 23px 27px;
}

.codeInput {
    width: 15% !important;
    float: right !important;
}

.linksMain li {
    background-color: #bc0919;
    border-radius: 3px;
    padding: 1px 6px 0px 6px;
    text-align: center;
}

    .linksMain li h2 {
        color: #ffffff !important;
    }

    .linksMain li a h2:hover {
        cursor: pointer;
    }

.empHeight {
    margin-top: -36px !important;
}

.backToSearch {
    display: none;
}

.property-block a {
    text-decoration: none !important;
}

.dropdown-menu li span {
    padding-right: 16px;
}

.searchBtnClass {
}

.searchBtn {
    background-color: #b9b9b9 !important;
    position: absolute;
    top: 985px;
    left: 0%;
}

.phone {
    display: none;
}

/*FOR MOBILE VIEW*/

@media only screen and (min-width: 0px) and (max-width: 419px) {

    .phone {
        display: inline;
    }

    .logo {
        float: right;
    }

    .codeInput {
        width: 23%;
    }

    .respoTitle {
        font-size: 1.2em !important;
    }

    .codeInput {
        width: 65% !important;
        float: left !important;
    }

    .respoText {
        font-size: 0.7em !important;
    }

    .accordion ul li:nth-child(1) {
        background-position: 8% 50%;
    }

    .accordion ul li:nth-child(2) {
        background-position: 7% 50%;
    }

    .accordion ul li:nth-child(3) {
        background-position: 88% 50%;
    }

    .accordion ul li:nth-child(4) {
        background-position: 64% 50%;
    }

    .page-title {
        font-size: 1.7em !important;
    }

    .hidePrice {
        display: none !important;
    }

    .bannerImg {
        width: 100%;
        height: 48%;
    }

    .empHeight {
        margin-top: 0px;
    }

    .backToSearch {
        display: inline !important;
    }

    .rsNav {
        display: none;
        width: 0 !important;
    }

    .site-search-module-inside {
        background-color: #b9b9b9;
    }
}

@media only screen and (min-width: 420px) and (max-width: 767px) {

    .logo {
        float: right;
    }


    .phone {
        display: inline;
    }

    .page-title {
        font-size: 2em !important;
    }

    .hidePrice {
        display: none !important;
    }

    .bannerImg {
        width: 100%;
        height: 48%;
    }

    .codeInput {
        width: 23%;
    }

    .empHeight {
        margin-top: 0px;
    }

    .backToSearch {
        display: inline !important;
    }

    .rsNav {
        display: none;
        width: 0 !important;
    }

    .site-search-module-inside {
        background-color: #b9b9b9;
    }
}

@media screen and (min-width: 960px) and (min-height: 660px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 520px !important;
    }
}

@media screen and (min-width: 960px) and (min-height: 1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 660px !important;
    }
}


/*END MOBILE VIEW*/

q {
    /*   positioning */
    position: absolute;
    opacity: 0;
    left: 0;
    /*   gradient   */
    background: -moz-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100% ); /* FF3.6+ */
    background: -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.03)), color-stop(30%, rgba(255, 255, 255, 0.85)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(70%, rgba(255, 255, 255, 0.85)), color-stop(71%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0)) ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100% ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100% ); /* Opera 11.10+ */
    background: -ms-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100% ); /* IE10+ */
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100% ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    /*  forming the shine element
	play around with the width, skew and gradient to get different effects
  */
    width: 15%;
    height: 18%;
    transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    -moz-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    /*  animating it  */
    animation: move 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    -webkit-animation: move 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    -moz-transform: skew(-10deg, 0deg);
    -moz-animation: move 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 1s;
    -ms-transform: skew(-10deg, 0deg);
    -ms-animation: move 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 1s;
    -o-transform: skew(-10deg, 0deg);
    -o-animation: move 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-delay: 1s;
}

/*  */
@keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    5% {
        opacity: 0;
    }

    48% {
        opacity: 0.2;
    }

    80% {
        opacity: 0;
    }

    100% {
        left: 82%;
    }
}

@-webkit-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    5% {
        opacity: 0;
    }

    48% {
        opacity: 0.2;
    }

    80% {
        opacity: 0;
    }

    100% {
        left: 82%;
    }
}

@-moz-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    5% {
        opacity: 0;
    }

    48% {
        opacity: 0.2;
    }

    80% {
        opacity: 0;
    }

    100% {
        left: 80%;
    }
}

@-ms-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    5% {
        opacity: 0;
    }

    48% {
        opacity: 0.2;
    }

    80% {
        opacity: 0;
    }

    100% {
        left: 82%;
    }
}

@-o-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    5% {
        opacity: 0;
    }

    48% {
        opacity: 0.2;
    }

    80% {
        opacity: 0;
    }

    100% {
        left: 82%;
    }
}

#mainMenuGrdom .list-group-item {
    padding: 0px 0px !important;
}

.dropdown-backdrop {
    position: static;
}

.tab-pane ul li {
    padding-bottom: 14px;
}

.officesInfo {
    color: red;
    background-color: #d3d3d3;
}

.select2-search-field input {
    width: 160px !important;
}

.codeInput {
    width: 15% !important;
    float: right !important;
}

.redBorder {
    border-color: red !important;
}

.rsDefault .rsThumb {
    float: left;
    overflow: hidden;
    width: 96px;
    height: 72px;
    margin-top: 2px;
}
/*Sprites*/
.sprite {
    margin-right: 5px;
    float: left;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAH0CAYAAAAnhu21AAAccUlEQVR4Xu1daXgUVdZ+q/ct3Z0ECFkgCQmBsARDkG3YJIigKKhE/Bx1Zj4VGdFRZ0ZcR0TU0VFk3HF0dHRQAVdGlEXlAxRUFglDQlAScoGQBUh6SXcn3emu+p5bt0K6s3Ql2JnHZ6z7J52uU/et+95b1efUOfccDr3cuF7uH/8RAA0AAwBtjEfTAqCZjsDueOs9h/2aK/HdgZN46olP0dDgBKCT8KhcCO9/9AecueYq8bs+b6/DlfNWAFCHXVcLrP36YuElWRj59UZwyclIuue2eAqQWnfv8irj+ech7pIL4Qmp8enHxSCkFgAdXAiAgNvvnI3GF58XAeJuuRXPrNwIiAxTEAEp6UkoTAHifiiF+rw8GAtGgeO4NCqR/sjjm8iikVqoyw7BMu8SqLMysWlTCT7/rBQAHYEKj/55AZwPLwUEAfalD+P+e9dCEHhwOhMmj8vEFP8xqGprEVc0F0hNxmuvfIWFCydniABTpz5G5hVNwsXpHJIOfA3NmAKYL5qOkrI6/O2lrQgEmrHymevhvOeP4gjsjz+FO29/ExqLDddPS0Pu4W/BJ/aB7foi1HuCeG/Nt1i3bie2br2fAUycuJzk56fBG9Bg7uQMjK/8FhqzEX0WXYcqF497lryNV/5+Expuu0UESHjuRdx0wyu4b0YKkr8/AN3M6TBfMAnbvqzA6je2w2BQoaSkBtu338cAxo5dRoYOTYbD4RM7uPWOWZhiciPkb4F56kScrPPAbjOg/tfXiscT/7EamopyBM80QDc4Ew16Gw4cOIHn//qJeDw+3oTy8lrs2rWMAdQ7PURv0FN6o7YzV85lq+j99VHlOA7wNweQaDczgEMTJhBjQgJCLldMbgW1zYYmlwvDvvqKARw8/3yib2lByEnX/49varsdAb0eI779lgHUnnYQo8kk23P10GxRJuVwuaxsk8+H/n3jGUB6+mISDHJwu5vEE59btQi/umYMgqfOwLt9J3Qp/dGSn4+TOYPE46k/HEXdaS8Gp8fD9e568fi6Y2rctmiVeNxqNUKnAyorn2cAKSm3Ep7n4fXwuPfBK3DPXRfC+8lncD/yF1SPmYJprxNUn3oJJ7MzGEA5QUq/3+LbvY9h+EATqhbdg0DlcXwx9WosXXsEfOMpaLVaVFU9ywCSkm4imZmZeG7V9RgzKhWnH3gU/NZtKL7kOix86xhOVR5F3ZmXUZU1UARIqziOpD43Q6+3YPU7izBn9nC4/r4a3hdexelL52NZuRm7vtiDurqXGMB1171Enn35Jtgddai+8U4gzoI3smfh8df2oLmhRnzenGr4G05mprERVFahX8JCADw4GPC7O2dj+eOXQ11ahtqb/wBueC5eiDsPf15xvXQfNDQQ3a69cC1/At7CWXiouj82rd8jTSR7mpKq51A9LIdN8qEfkJF2m/iMYk/6JuTnD8HLr/8a2QOsqL3rITTs2Y/hOz4RAVIOL1l60rdlGyrmXYsHN1TjeFml9CSlhwMiQOnhJ1EzJl8ESN67H8OH3iUB6KULCSDOasHyR+fjirl5cH+0EZk3XJtKe7ABGECfYbJrr2cC9KY6QQHoQ59eBv0byxYE4P+P/CbH8qo79KWMQJZehSKFIlkGZAWUVfTToKj3LRxBEByyYz0HAY7jmIUjCELVOZwve8pZC4fnecJRlTiGTRAEqFQqpraEQiGiUlEVJHaNaopqtZoBBINBolZTYy52LRQKQaPRMICWlhai0cRWqQgGg1Q/ZQB+v5/oqDocwxYIBKDX6xlAc3Mz0etbNbTYoPj9fhgMBgZQPnYS0bW0gHfGxoRS2W2ihZP9zQ4G8H3+OGJsCYF3u2Ny+SqrFU16LYbs+5oBlI0sIOZgCHyjJzYAcRb4tFoM/fceycocmkdMAiDECICzmOHTqDHsUDEDKMkeRuLAgfd4YzMCixmNHIcRR0okMzYjh1g5NXhvjADMZrjBY2Tl9wzgQFoWsWti+z7KFQoi70Q5s3D29884eU7c0LPDXz+0Pi/pdxyQX0MUC0ee2Nj+ynSCpwDIToJCkUKRLAOyAsoq+mlQ1PsWzsmi/3FwMdauKXcpa1YzC6d6wS+rDJN/IctnTwSad36NlHf+yXw4VfOvJqaJ48G73KCWCbV26F/aWi2f8O/bf0flWuXpZ5XNiqbde5G29i2mtpyYO58Yx4yWdNNWVaGzv2JX7QbS8VYSddPiYgx4fy0DODZnHjGNHAk+Rg4KFXVQHCrDwPXvMYBxC14jQwf1g8Pd3BOau5SNtxpQfvwMdr71awZQcOWrZEByfBcAkhbVA2gKUH3Kid3rbmAAeXNfJol2M5yN/h5007WoPU4PZ6MP+z9YyAByL36RBEIcnDGiyG41wKgTUPLxLQwge+azJBBSw+2JzQisFj0MWh4/bLqNAWRMX0mCggZuD32V/+Ob1aKDTh3C0c/vYABk+TgSpxUgBGJjQnE6MxqDamQ88A0DqHxoNLHqOQiB2BggFMAdADKX7mMAFUvziF2vhhBgvszIFr5M2y/Z1v8j/1IXsMsvYNAyyUYrf2A4sZtia+E4fUFkP8JstJQj9w09NwtHZj0MfuywYuHI3zOKXiTLkUKRQpEsA7ICyir6mVDU+xaO4sPpbCn9l/lwZq25mwxOSIPLHxvV0aY3o9JRgw0LHmOq44y3/kBSbf3gktNNu2ns2HRm1LjPYMs1TzKAqW/eQeLjbHDHaARWvRlujwdbr1vBAH7x+q2kRS3ElCIDr8aOX0shWONeXUSCasDdqXYt+zzrIGDVmaANcfjmRikEq2DVTSSo4+AJsCi1s6396/tuYll0RmhbOOy9+WXJxZJXQEyCAMETIwvHbIZPrcaIA3sZwL9zR5E4DmEulvDXCK2X3ZmxQY+180pAgMpsEX04eaX7JRfL4OHEqlaB93Zm4XSTlzAxldkENy9g1A+Sk6g4awixxdqHEwzivIrDzMLZl57dKxZOwbFyxcKRXwCK4iXLkUKRQpEsA7ICyir6mVDU+xYO8+F0HoKl6sdDcKgg0ADyHraUNW+1+nCuqTJMniSezqkAgZd64gDLRUF4t2javusmSDsfzgJinj4evMcNfX4Q/u804n4b3scxH45OgGVeAJ51dJ8I8/HQ1v5zKzbz4exB2tq323w4pgmjYSqsFwECh9RoXKuD0PqunAP0w0Pwl3Qv0Iz5cA609+GMgCazAcYJITR/rYa/OLIz/XmhDt91xRbz4Rxu8+GQWXOIYXA20OIUaVEZBPDiPizWOJ0A+8IAHM93Lw6MAjRXEmRs+Eh6+z5jFjGkpoh+tPYt/u5mOJ400L0M3W7iHNTUYtCWT6UgsqkziCk+HqH2MV4qQJXEg69T9QhATefA7ULW1i0M4IdfTCW6lmBM/WgBgx45O7ZKQWTjJhIjDSJzN3abhmiCKmscmrQ65H7zJQMoLRjHotRiZICoLDRKTYNheyUXS0ne6F6ycCQXy79z83rJwpFcLAcGD+slC6eUzQGzcGIbDuoSLRwWBpeyLz2rlyycCsXCkb8vFcVLliOFIoUiWQZkBZRV9DOhqPctnBkznnaou7BwNm26PSrPlZde1+XxQRukKLWZM/9aVViY26ngkiUzowKcfvqlTo97dnyNQeulKLXp01eQadOGwOn0iSFi4TfHihVFUQGq71nOjrdGtdEoNbsVnl17kb1BilKbOvVJMn78IDid7V6OA1i16pdRAU7edl+H42oKsLcYgzdJUWoTJz5O8vPTxRG0b6tX/29UgBO/6ThHarsN3tIy5HwmRamNHftoRKaB8B7/9a/FUQHI/I4XQAF8FQRDt0kWzujRD5OBAxPPpjIIn4dt21gChq5axUyWwyK8qamFU1uLYV+xHdbpeXkPkoQEW6cU7d//QFSAI+NndQ7gdGPE7s1SlFru/cTvR6cA9fVPRwUoTcnrZJJtoBbOqP1fMICsrHtISwvgcnVcRU7nX6MD9B/R4Ti1cPwGHfIPSht90tP/QIJBzdlMA+FnuN3PRAUo6Tes4wisFjRpNSg4LG30SUm5g/C8Bo2NHWMdPZ7nogMkDuk4AosZXq0aYyskH05S0m2E53WdAjQ1sUQkXbWSeLZ3n4WJMt8PtdE8Kg7jjks+nISEWwjd6O7pJFLQ738hKsBBG8sAEd6oD6cRAibUSD4cm3URUamNnXbU0CCzipJHdnqeOxTExNOSD8dkuvFkV5sOjx9/POoIDg8e13a8ncfrF/WKDycqeeygonjJkqRQpFAky4CsgLKKfiYU9b6F050otepZV0AA0745mJCy6QN5/nuSacDxl79CEDMBUQAd4pfc0R0Atg+nfaaB+qXLkLhsaUQHZ35/HwSObYCgSZH6rHg04nj90oeQuOyhs991GaV25q67zwr1efKJs59PL7oDPJjmp4IBfVe16awR5/zlcbo7CFEzDZy65Vb0k1LLtSLUXXsTBDDlmIMRSatfiRhB+3N6nGmg5rKrIyY5+V9ros5BRKaBo6OnEMPAFPAOmX363YxSU8Xb0Fxdg0G7t0sulrw8lkstSqozFcwRV8yj65g8muqsyelETrH0er8sN5cY/P6oABziIgAEdO2OoQB+oxFDS6XX+4eyRhEjTWXQiZtLdrF3IiC6ufR6DDsiqe+NjY3EYrFE7euoNRW8dNUqxGGQO7pHwOPxIC4ujs2By+UiVqv1LEBlZjYyKyMzvh21JEcCeGiGsrbW/hy32w2bzcYAnE4nsdloOi+gMp1lfKMt89jRs58rjEngwTyFKliR1VTXdkHh55AK8UZzuVyw2+0MwOFwELu9LU9Y5YAMZJ4gEVdYoe8bCeA/HTmC1nPoSxGOg9PpRHy8lM+uoaGBxMfHR52DyoT0CIoyG45FlXc4HEhISGA+nPr6elkfTuXAXAjS2udgQebxQ7ILLDExUfHhyLKkWDgKRfIMyEoo6rtCkSwDsgL/Hauo9y2cGTNmOGKdx4tOzubNm1mU2syZM6sKCwtlJ6wnAtu2bcPGjRuZhTN9+nQybdo0UdWIVKDD/pM+RmwmZhqK2AR6psCJv2C2eDt27tyJLZul1/tTp04l48ePFwFi0aiOtWfPHmzdKgUwTZw4keTn58cUoKSkBNu3S/ZB5dhpxDg0B7wjNiNQxdvRVH4Umbs+Z6rj0dGTe8nCkRwUR/LGEZNo4cQm1Rn1QjU5Xcgu3sVG8H1uAdH5aS61GFFEs0UbDRhSupsBHMrK68TCYc6Gji+HW/NVtH+MtcmqbHFo0hvaLJzS9GHEJIbBxS5Zm0+nxfBKyUFx+sAQYrUIAB+bODuoLHB7NeibV8YoOrU/i9ioEcnHZqMPBXA1cuiXzzKRpdd9l07sVnGnTyxuZEBlhtMNJI0mDKB2XyqJt8U2Ss3hCqF/QRWzcGr2JIVZOOGrJ1qGk85yuLeeS4ngkHx+rWLhyK+J/w6tQn6cP0JCoUiWPIUihSJZBmQF/jtW0X/Awnl6k0NNUyFr1SgcloK7pg3Fk9sO44sDJ9o41tOdLbKURwhsvmW6ZOGs3FxVmJsCqFUYnhaPS4Ym45PDNSg9Vn/2hPT+7M2wXDmV1hOKq5144pJRkoXzzBYyLasfnL4ACrKTcE3+QLy9/zj2ldOiO2wdrCg6v0eXH+HDeeTzEpLdJw6+Flq9B/jNmEy8vpfWoWhraVaTFBojj6PXqFDj8uHq0RlML5LLFu0PhnDDmzuBkACo5Ve23aRDyYkGbF9yCQN4cOMBkhJvgi/ARnDn5CFY+eX3EZc6YWAfqKjy142J1qlVcDf5cUFOMgMYvexDMrCPFQ5fADNHp+O+6bl4bGsZtnxH308ztXzbHzsGi0UjKyJbdN6f3iUJNos4yXPGZmL5RSPxp80HsWHvMYBnO3ySkm3QqLhurVSrXgO3rxmfLiyUotTuW0v8UIsAV03OwUtXFOC3H+zDun1tr/j72Izd6pxejM2ghQFBfHX7xQzA4/EQsznSyyS/VqJLeL1eWCwWBvBFKSE6kwkhXgBP96EJgIrjxEk9l6ZWcQj4fCgcLi3TlDv+QXiNAY3N57Avr5MrsOi10PJ+VK38FRvBsg27id5oQSDUgy1bUYZGl2mgyYMH54zt3IdzLrS0PyfCh3PFy5uJ3hLp6fuxIH5PIz64+SJm4ZgWv3rynOYz3KChV9TaiWQye5+/UbFw5GfqnKiX77ZNQgGQZUuhSKFIlgFZAWUV/TQo6n0Lp+jDhx1Ul+msdTOk6Oyp4fJr5v6JWTgLPlpeNXlAWIh5OFZnCVq7eqUd9hu982Qp3rnsfmbhzP/gITIxbbiYBSs8z1Inv+MRr8vbY7cOgyYK211dhrXzHmR60Zx195ExKUPg9tONPgKYq6d9Y91FHu94OfS4TW/B/rojWH/l8laA+8nIfpkxzeN16MxxrJ//MAPoTj0c0Tty6jTQry+oh0Ou9ageDn/sBASvF4EjFdDmDAbHh6Ae3vnmrFbgbtfDCdY3wLvufejzRyJYUwfd4Gz4tn8Jy9VXQZOY0OVAIurh+Hw+YjR2voMiePoMPO++D1rjhmZW54xGBCqOwnbdNVD36dMlQFNTE0wmU/csHMp/844v4XrzLZimT4PlirnQ9O8fdRoiLJzuRKk17/sOgbLD0OUOhaFgtNwcIyJKrUTJpdaOMCWXmuwKkgSUip/dY0pRvGR5UihSKJJlQFZAWUU/DYp638Lpzj4cWS46EVAqfkZl7T9b8XPykk9ITmo8nN7YlEqxm3WoqHFh2+Ozmfo+4fcfk9S+VrhiBGAz61Bb34ivnprDAMb8bj1JsJtjCuBs9GL3yrlSKoPFH5AWXh1TigxqHvufv5wBDFu4jrRAB7cvNnNgNelgULXg4KoiBjD4hrWE53RwN8XGxWI1aqHlWnD4laukODul4mcHC0ep+Nm9HwfFwukeT4riJcuTQpFCkSwDsgLKKvppUNT7Fs6xGUUO9ELFz/TNa5gP59jMBVXmwint+KTejdZwKPq3e3mWWzvxbduJgRvfZj4cMr2ImKdNQIhGxIdFEXF2C4TkELgaDQRn+NYBaXVLW4VZp3QfDvukjrfBu3M3MjavkTaZTJ1HzOPHgBcBmLAwPgcw+yHwjVBxcUCjFthzRNz+LNdosjbfnmJkbpVSnVVNnE0M+XngnS7RPRQCB3+OEerx9P8gBGjA77JBV94ENdszFLVRX0NzySGkbf+YjWDsVW+SoYP6ni3IeWPjAUw0NyAw2AyuOgBhgAHaQ07saO6HNywdE4O1R2ut+Lnr7eukKLX5q8nAZDscbj8Q4jC/nxM3TrLj1N490BbOQctn69Fn9Pl44Us3PnEmAKrocUjxVj2q69zYve4ayQC57O8kIZ7uevADfh7z+vtw/1NXofpv7wA5mRAO/oDUxb/Eo0vex0d1JkAXfR7sVj2cbh+KP/xfKUpt9svEH1Kzip9NQVyb5sMzG+5CzfP/gMbZiBazCSl3/ga3z1mB1SfNgCH6kmUVP3mUbpBKimZNfpa0BNVw0TxezQIQr0PVH1NRX1wGg06HpoAfiQUjMeCJ43ILSDxus+igDwVwZLtU8TP9guc7VPz8d+5KhIR8xF3+W7jfeQZqyw8YVXJrtwBaK35WfrGYUdQ+0wDt5ehV44CEVPR56l2cWnQJVJwPg/65o1sAVKjLTAPhPZx5chVaAs3Qag3os2RRtzunglEzDfSopy6Ee5xpoKegPc400FMAKq9kGugWa4peJEuTQpFCkSwDsgLKKvqZUNT7Fk5NUZFDCAbB6btXCkWWeEkgeY1k4dQsWFClHz8eKp2uu+fKyjXt3InktyUL52RRETEWFEBobmY7eWj6AFqYkG7PoPVv6C4j+p30fVt6gfBUA21Wg1hNZvdupKyRLJyqefOIYdQooImlMqN0CaEQVHFxIm2Czwuh2Q9O271i5qweTjFS35MsnBOXXkoMOTng6QgCATHyyTxvHvQjR4JvbETL0aPwf/cd/KWlstRQAbFcTVkZBnwkJXM+Nns20Q8YINZqpEm+Eh54AOrkZHg3bIBv40ZxROrERHGTesjlYjtbVCpGXSdNpKiyEukbNjDlt/LCC4khIQG8wwHrwpthufIKeDduhOvppwGDAZxGI1ImXp3ZDF1WFloqK8WaRIJEaziOOILaWmS0Zns4Om0aMRgM4iT3ffFFaHNzcXrxYviLi6FqDS6jk6/VwlRYCOstt6B550446QXQJM2tOSUkFDoHzW43Mr+QkjmXT5pENHTozc1Ifvdd6EaNQm1RkbgSVCYTO43nwekN4uji770Xvi1bcObuu4FgUKSr/QgCej2yd0i5Er4fN47o3W7wbhcSlz0M6w03wP3aa2IH4kpSq88uWfq/fswYtBw6BMHvFxdBBwC6irRaDPlaSuZcVlBAjB6PyKcmNRX9162DJi1NpKDx9ddF/tWpqRBcLoTq68VJFyeZ5oqnlaraNVYPR4uhe/ZIPpy8PGLw+cDRSfP5oM0ejIQH/wTjlCkIVlUhsL8Y3s2b4fu/rQCd7HactwfgpIqfw1rz2ZUMG0bMdDVId7F4R/M8NCkpoBMWOn0aIYcDHH2UyHTeutJoxc8RJVKuhIM5OcRCOw1vdDSUCvqooKVsuljznd4HZjPcPI+R37NyNekHsrKINRAQ13isGq2Hk1fOciWk7M/IOMl7vTEFoBeaT4iyD0d+xhTFS5YjhSKFIlkGZAWUVfQzoaj3LZzZq77och+OLMlRBDYslDINzPnb1qoLssP2E8RgH86Oijqsv+kC5sOZ9dLnZEp2ElxNgXADR7y2s7nS2gwfOQMHdqMOuypPYcPN0ib0C1/YQsal94WzOTbxRXaDDntPnMGm317I9KJpz24i56UlwBmj+CK7UYvSagc+u5XtT06fvPITktM/Hs6mGI3AqEPFaRe2/a41Su2pj0lqglWcg1g0m1GHWmcjvvp9a5TayrUkwWKBK0ZzYDPo4PR6sfsOKQTLV5dHjIYWQIhNLjVwdjQ1G2BKkpI5e2qHETMFkFId/3iarPA2G2Dpf5BNcmP1YGIxU6s+NrnUwFnh8WoRl8JqsaS7qjKJNY4CxCiXGmeBu1ELW1oFA3AeH0BsNupNjVEuNc4Cl1sF+4DjUqaBY/2J3UZfgMQolxpnBt2+Fp9ewwAaSF8Sb++ZQ1puITicISRknGYWTn1lQq/kUkvMrFcsHLmZUOrhyDOkJNSW50hR32U5Uij6mVDU+xZOzbwiB1Qdf5MX/6pjDUBZ0sMEPpj7IItSq7l8QZVxWvsoNeCNySk96S9C9quqUrx72QPMwjl5WRExTZrACo2E+XBWXJxxNilAawKA8EQA7T+3ItBMA99Ul+HDuUuZ2lJ18TxiGjumQyWTRy9rK9nRk6FQgO/qyvGvy5cxgBMXXUoMI0eApz6EsPZAUWsVw550D9h0Zhw6cwyfzn+EARwrnE2Mg7PFMLjwlvTOGz3rOUw6ItNA5ZQLiTEtpcMIkjd8eM4AEZkGjk6YRoyJ8R3mIGXH5+cMEJFpoHzsJKKj5WraUZR+tOycASIyDXyfP44YWzomc04/FpnTridoEZkGykYWEDPNFt0YaR+kn6DBk+fWIjINHOpiH84IV1tJmp7A0OI9Wq0WVVUsFXJ6SfYwEgcOvCfSAMl10qyIPW9xcXFQqVSoq6tjAAczcoiVU4N6QcLbkHMEoCOg9Tfr6+slH05aFrFrOrpyzztHiuhF0i17LpdL8uH0z+i0Hs6kxsiqPT0ly+v1KhaOPGm9rnj9P8r2WKpFP3lZAAAAAElFTkSuQmCC") no-repeat top left;
    width: 24px;
    height: 24px;
}

    .sprite.England {
        background-position: 0 0;
    }

    .sprite.Poland {
        background-position: 0 -34px;
    }

    .sprite.armenia {
        background-position: 0 -68px;
    }

    .sprite.Bulgaria {
        background-position: 0 -102px;
    }

    .sprite.China {
        background-position: 0 -136px;
    }

    .sprite.fr {
        background-position: 0 -170px;
    }

    .sprite.Georgia {
        background-position: 0 -204px;
    }

    .sprite.germany {
        background-position: 0 -238px;
    }

    .sprite.Greece {
        background-position: 0 -272px;
    }

    .sprite.ir {
        background-position: 0 -306px;
    }

    .sprite.Russia {
        background-position: 0 -340px;
    }

    .sprite.Serbia {
        background-position: 0 -374px;
    }

    .sprite.turkey {
        background-position: 0 -408px;
    }

    .sprite.Ukraine {
        background-position: 0 -442px;
    }

    .sprite.flag_uae {
        background-position: 0 -476px;
    }

.rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    -webkit-backface-visibility: hidden;
}

.rsMainSlideImage {
    filter: saturate(125%) contrast(1) brightness(1.05);
    /*image-rendering: pixelated;*/
}

#cookie-notice {
    display: none;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    text-align: center;
}

    #cookie-notice a:link,
    #cookie-notice a:hover,
    #cookie-notice a:visited,
    #cookie-notice a:active {
        color: white;
        text-decoration: underline;
    }

.cookie-notice-container {
    padding: 10px;
}

.cn-top {
    top: 0;
}

.cn-bottom {
    bottom: 0;
}

#cookie-notice .button {
    margin-left: 10px;
}

    #cookie-notice .button.wp-default {
        font-family: sans-serif;
        line-height: 18px;
        padding: 2px 12px;
        background: linear-gradient(to bottom, #fefefe, #f4f4f4) repeat scroll 0 0 #f3f3f3;
        border-color: #bbb;
        color: #333;
        text-shadow: 0 1px 0 #fff;
        -moz-box-sizing: border-box;
        border-radius: 3px 3px 3px 3px;
        border-style: solid;
        border-width: 1px;
        cursor: pointer;
        display: inline-block;
        font-size: 12px;
        font-style: normal;
        text-decoration: none;
        white-space: nowrap;
        outline: none;
    }

        #cookie-notice .button.wp-default:hover,
        #cookie-notice .button.wp-default:focus {
            background: linear-gradient(to bottom, #ffffff, #f3f3f3) repeat scroll 0 0 #f3f3f3;
            border-color: #999999;
            color: #222222;
        }

    #cookie-notice .button.bootstrap {
        font-family: sans-serif;
        display: inline-block;
        display: inline;
        margin-right: 0.3em;
        margin-bottom: 0;
        margin-left: 0.3em;
        line-height: 20px;
        color: #333333;
        text-align: center;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        font-style: normal;
        vertical-align: middle;
        cursor: pointer;
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #006dcc;
        background-color: #0044cc;
        background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
        background-image: -webkit-gradient( linear, 0 0, 0 100%, from(#0088cc), to(#0044cc) );
        background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
        background-image: -o-linear-gradient(top, #0088cc, #0044cc);
        background-image: linear-gradient(to bottom, #0088cc, #0044cc);
        background-repeat: repeat-x;
        border-style: solid;
        border-width: 1px;
        border-color: #0044cc #0044cc #002a80;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        padding: 2px 40px;
        font-size: 12px;
        text-decoration: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        outline: none;
    }

        #cookie-notice .button.bootstrap:hover,
        #cookie-notice .button.bootstrap:focus {
            color: #ffffff;
            background-color: #0044cc;
            *background-color: #003bb3;
            background-position: 0 -15px;
            -webkit-transition: background-position 0.1s linear;
            -moz-transition: background-position 0.1s linear;
            -o-transition: background-position 0.1s linear;
            transition: background-position 0.1s linear;
        }

.red_button-search {
    background-color: #bc0919;
    color: white;
    font-size: 20px;
}

.big-input,
.big-input > button,
#search-region-home-page > .select2 > .selection > .select2-selection {
    height: 46px;
    border: 0px;
}

    #search-region-home-page > .select2 > .selection > .select2-selection > .select2-selection__rendered > .select2-search > input {
        height: 36px;
        padding-left: 8px;
        font-size: 14px;
    }

#searchHome,
#ObjectId {
    margin-bottom: 0;
}

.site-search-module_mobile_dropdown_down {
    height: unset;
    position: relative;
    transform: initial;
}

.site-showcase_mobile_dropdrown_down {
    height: unset;
}

.first-page-site-showcase ::-webkit-input-placeholder {
    /* Chrome */
    font-weight: bold;
}

.first-page-site-showcase :-ms-input-placeholder {
    /* IE 10+ */
    font-weight: bold;
}

.first-page-site-showcase ::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: bold;
}

.first-page-site-showcase :-moz-placeholder {
    /* Firefox 4 - 18 */
    font-weight: bold;
}

.first-page-site-showcase {
    min-height: calc(50vh);
    background-position: center;
    background-size: cover;
}

.padding-sides-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.site-search-container {
    padding: 15px;
}

.site-search-caret {
    position: absolute;
    color: #999999;
    right: 27px;
    top: 50%;
    color: #333333;
}

span.filter-option.pull-left {
    color: #999999;
    font-weight: bold;
}

/*Site search backgrounds*/
.background1 {
    background-image: url("/Images/GrDom/searchBackgrounds/background (1).jpg");
}

.background2 {
    background-image: url("/Images/GrDom/searchBackgrounds/background (2).jpg");
}

.background3 {
    background-image: url("/Images/GrDom/searchBackgrounds/background (3).jpg");
}

.background4 {
    background-image: url("/Images/GrDom/searchBackgrounds/background (4).jpg");
}

.background5 {
    background-image: url("/Images/GrDom/searchBackgrounds/background (5).jpg");
}

.background6 {
    background-image: url("/Images/GrDom/searchBackgrounds/background (6).jpg");
}

.background7 {
    background-image: url("/Images/GrDom/searchBackgrounds/background (7).jpg");
}

.background8 {
    background-image: url("/Images/GrDom/searchBackgrounds/background (8).jpg");
}

.background9 {
    background-image: url("/Images/GrDom/searchBackgrounds/background (9).jpg");
}

.background10 {
    background-image: url("/Images/GrDom/searchBackgrounds/background (10).jpg");
}

.background11 {
    background-image: url("/Images/GrDom/searchBackgrounds/background (11).jpg");
}

.background12 {
    background-image: url("/Images/GrDom/searchBackgrounds/background (12).jpg");
}

.background13 {
    background-image: url("/Images/GrDom/searchBackgrounds/background (13).jpg");
}

.background14 {
    background-image: url("/Images/GrDom/searchBackgrounds/background (14).jpg");
}

/* Cyprus Background */

.backgroundCy1 {
    background-image: url("/Images/GrDom/searchBackgrounds/Cyprus/bg1.jpg");
}

.backgroundCy2 {
    background-image: url("/Images/GrDom/searchBackgrounds/Cyprus/bg2.jpg");
}

.backgroundCy3 {
    background-image: url("/Images/GrDom/searchBackgrounds/Cyprus/bg3.jpg");
}

.backgroundCy4 {
    background-image: url("/Images/GrDom/searchBackgrounds/Cyprus/bg4.jpg");
}

.backgroundCy5 {
    background-image: url("/Images/GrDom/searchBackgrounds/Cyprus/bg5.jpg");
}

.backgroundCy6 {
    background-image: url("/Images/GrDom/searchBackgrounds/Cyprus/bg6.jpg");
}

.backgroundCy7 {
    background-image: url("/Images/GrDom/searchBackgrounds/Cyprus/bg7.jpg");
}

.backgroundCy8 {
    background-image: url("/Images/GrDom/searchBackgrounds/Cyprus/bg8.jpg");
}

#siteSearchTitle {
    color: white;
    text-align: center;
    text-shadow: 0px 2px 5px #333333;
    font-size: 40px;
}

#search-region-home-page > span.select2.select2-container.select2-container--default.select2-container--below {
    color: #666;
}

@media only screen and (max-height: 700px) {
    .first-page-site-showcase {
        min-height: 450px;
    }
}

@media only screen and (max-width: 600px) {
    #siteSearchTitle {
        font-size: 20px;
    }
}

[data-id="floor"],
[data-id="SortFilter"] {
    border: 0;
}

input.select2-search__field::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

input.select2-search__field::-webkit-input-placeholder {
    color: #999999;
}

input.select2-search__field:-ms-input-placeholder {
    color: #999999;
}

input.select2-search__field::placeholder {
    color: #999999;
}

#searchHome > div.row > div > div > .dropdown-menu.open {
    top: 54px;
    left: -1px;
    overflow: visible !important;
}

#notificationBar {
    background-color: #dddddd;
    position: absolute;
    left: calc(50% - 110px);
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 220px;
    text-align: center;
    cursor: pointer;
}

.notification-bar-bell {
    padding-left: 10px;
    position: relative;
    font-size: large;
}

.notification-bar-badge {
    height: 12px;
    top: 0px;
    left: 20px;
    width: 12px;
    background-color: #bc0919;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    border: 2px solid gainsboro;
}

#collapsable-banner {
    top: 50px;
    background-color: #e4e4e4;
    position: absolute;
    left: calc(50% - 110px);
    font-weight: 300;
    width: 220px;
    text-align: center;
}

#showMap {
    color: #bc0919;
    background-color: #ffffff;
    height: 40px;
    width: 40px;
    margin-left: -25px;
}

.popup {
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1000;
}

    .popup:before {
        content: "";
        display: inline-block;
        height: 100%;
        margin-right: -4px;
        vertical-align: middle;
    }

.popup-inner {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    position: relative;
    max-width: 700px;
    width: 90%;
    padding: 40px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
    border-radius: 3px;
    background: #fff;
    text-align: center;
}

    .popup-inner h1 {
        font-weight: 700;
    }

    .popup-inner p {
        font-size: 24px;
        font-weight: 400;
    }

.popup-close,
.popup-close2 {
    width: 34px;
    height: 34px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 100%;
    background: transparent;
    border: solid 4px #808080;
}

    .popup-close:after,
    .popup-close:before,
    .popup-close2:after,
    .popup-close2:before {
        content: "";
        position: absolute;
        top: 11px;
        left: 5px;
        height: 4px;
        width: 16px;
        border-radius: 30px;
        background: #808080;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .popup-close:after,
    .popup-close2:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .popup-close:hover,
    .popup-close2:hover {
        -webkit-transform: translate(50%, -50%) rotate(180deg);
        transform: translate(50%, -50%) rotate(180deg);
        background: #f00;
        text-decoration: none;
        border-color: #f00;
    }

        .popup-close:hover:after,
        .popup-close:hover:before,
        .popup-close2:hover:after,
        .popup-close2:hover:before {
            background: #fff;
        }

.al-buttons {
    padding-bottom: 10px;
}

@media only screen and (max-height: 600px) {
    #alEmailBody2,
    #alEmailBody {
        height: 100px !important;
    }

    #alName2,
    #alEmail2,
    #alSubject2,
    #alEmailBody2 {
        margin-bottom: 5px !important;
    }

    #grekodomLogo {
        margin-left: 15px;
    }
}

@media only screen and (max-height: 500px) {
    .popup-inner {
        height: inherit !important;
    }
}

@media only screen and (max-height: 700px) {
    .popup-inner {
        transform: scale(0.9);
    }
}

@media only screen and (max-height: 600px) {
    .popup-inner {
        overflow-y: scroll;
    }
}

.jqvmap-label {
    position: absolute;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    z-index: 98888;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: 18px;
    padding: 3px;
    pointer-events: none;
}

.jqvmap-pin {
    pointer-events: none;
}

.svgTitle {
    color: #ffffff;
    font-size: xx-large;
    font-weight: 300;
    word-spacing: -0.15em;
    -ms-text-shadow: 1px 1px black;
    text-shadow: 1px 1px black;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #000000;
    padding: 3px;
    color: white;
    min-width: 10px;
    min-height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jqvmap-zoomin {
    top: 10px;
}

.jqvmap-zoomout {
    top: 30px;
}

.jqvmap-region {
    cursor: pointer;
}

.jqvmap-ajax_response {
    width: 100%;
    height: 500px;
}

.sidebar #ts_btn_Search {
    margin-top: 10px;
    font-size: 20px;
}

.mt-10 {
    margin-top: 10px;
}

#messagesHolder,
#CallMeBackResult,
#msg {
    font-size: 16px;
}

#callmebackModalContent {
    min-height: 180px;
}

#sentOpinion,
#alSendEmail {
    font-size: 20px;
}

.agent-contacts > button {
    font-size: 20px;
}

.agent-contacts.clearfix {
    /*bottom: 13px;
    position: absolute;*/
    /*Deleted because */
}


#openask,
#openSuggestPrice,
#add_link,
#remove_link {
    font-size: 16px;
}

footer.site-footer > div > div > div > span.pull-right > a {
    margin-top: 10px;
    font-size: 14px;
}

footer.site-footer > div > div > div > ul > li.pull-right > a {
    margin-top: 10px;
    font-size: 14px;
}

#newsletterSent {
    font-size: 24px;
}

.al-popup-container {
    margin-top: 15px;
}

#openFavorites,
#openLastVisited {
    font-size: 14px;
}

#allofers {
    margin-top: 10px;
    font-size: 14px;
}

.error-page-wrapper {
    text-align: center;
    padding: 250px;
    min-height: 500px;
}

    .error-page-wrapper h1 {
        font-size: 44px;
    }

    .error-page-wrapper p {
        font-size: 16px;
    }

#callMeBackForm input:focus:valid,
#SendMessageForm input:focus:valid,
#SendMessageForm textarea:focus:valid,
#SendOpinionForm input:focus:valid,
#SendOpinionForm textarea:focus:valid,
#sendToEmployeeForm1 input:focus:valid,
#sendToEmployeeForm1 textarea:focus:valid,
#sendToEmployeeForm2 input:focus:valid,
#sendToEmployeeForm2 textarea:focus:valid {
    border: 1px solid #35d016;
}

#callMeBackForm input:focus:invalid,
#SendMessageForm input:focus:invalid,
#SendMessageForm textarea:focus:invalid,
#SendOpinionForm input:focus:invalid,
#SendOpinionForm textarea:focus:invalid,
#sendToEmployeeForm1 input:focus:invalid,
#sendToEmployeeForm1 textarea:focus:invalid,
#sendToEmployeeForm2 input:focus:invalid,
#sendToEmployeeForm2 textarea:focus:invalid {
    border: 1px solid #bc0919;
}

@media only screen and (min-width: 992px) {
    #contactWidgetBottom > #emailPopup2 {
        visibility: visible !important;
    }

    #contactWidgetBottom {
        visibility: hidden;
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }
}

#gallery-1 > div.rsNav.rsThumbs.rsThumbsHor {
    margin-top: 12px;
}

@media only screen and (min-width: 992px) {
    .main-menu-wrapper {
        display: block !important;
    }

    .middle-header {
        display: none;
    }
}


.div-overlay {
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.30);
}

#undefined-sticky-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
}

#mainMenuGrdom > nav > ul > li:nth-child(1) > img {
    margin-top: -2px;
}

html .navigation > ul > li > ul > li:hover > a {
    background-color: #55596229;
    color: #4e575f;
}



html .list-group-item {
    border: 0px;
}

#places-athens {
    background-repeat: no-repeat;
    min-height: 260px;
    border-radius: 10px 10px 10px 10px;
    background-size: cover;
}

#places-halkidiki {
    min-height: 260px;
    background-repeat: no-repeat;
    border-radius: 10px 10px 10px 10px;
    background-size: cover;
}


.cityNamesHolder h3 {
    color: white;
    padding: 15px;
    font-size: 19px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #0000007a;
    position: absolute;
    left: 20px;
    z-index: 3;
}

.cityNamesHolder h4 {
    color: white;
    padding: 15px;
    font-size: 15px;
    font-weight: 400;
    text-shadow: 1px 1px 1px #0000007a;
    position: absolute;
    left: 20px;
    top: 23px;
    z-index: 3;
}

.cityNamesHolder {
    margin-bottom: 20px;
}

.cityNamesHolder img {
    border-radius: 10px;
}


.img-first-row img {
    width: 570px;
}

.img-second-row img {
    width: 370px;
}

.img-third-row img {
    width: 370px;
}


@media only screen and (min-width: 992px) {
    #mainMenuGrdom > nav > ul > li:nth-child(2) {
        margin-left: 20px;
    }
}

.indexpage-headings {
    font-size: 18px;
    color: #333333;
}

@media only screen and (max-width: 992px) {

    #undefined-sticky-wrapper {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #contactWidget > #emailPopup {
        visibility: visible !important;
    }

    #contactWidget {
        visibility: hidden;
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }
}

.site-footer-bottom a, .site-footer-bottom a:hover, .site-footer-bottom a:active,
.site-footer-bottom a:visited {
    color: white;
}

#contactWidgetBottom {
    margin-top: 10px;
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
}

.site-footer-bottom .contact-info-blocks > div > i {
    color: white;
}

@media only screen and (max-width:768px) {
    #siteSearchTitle {
        font-size: 34px;
    }

    .site-search-module_mobile_dropdown_down {
        top: 40px;
    }
}

@media only screen and (max-width:480px) {
    #siteSearchTitle {
        font-size: 30px;
    }
}

@media only screen and (max-width: 320px) {

    #siteSearchTitle {
        font-size: 18px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    #siteSearchTitle {
        font-size: 20px;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
    #siteSearchTitle {
        font-size: 24px;
    }
}

.dropdown-menu {
    left: -60px;
}

.globe-ul {
    float: right;
    margin: 30px 20px 0 0;
    zoom: 90%;
}

@media screen and (max-width: 480px) {
    #content > div.container > div.row > div > a > div > img {
        min-height: 160px;
        height: 160px;
        width: 370px;
    }
}

@media screen and (max-width: 768px) {
    #content > div.container > div.row > div > a > div > img {
        min-height: 160px;
        height: 160px;
    }
}


@media screen and (min-width: 768px) {
    #content > div.container > div.row > div > a > div > img {
        min-height: 160px;
        height: 160px;
    }
}

@media screen and (min-width:1024px) {
    #content > div.container > div.row > div > a > div > img {
        min-height: 200px;
        height: 200px;
    }
}

@media screen and (min-width: 1440px) {
    #content > div.container > div.row > div > a > div > img {
        min-height: 250px;
        height: 250px;
    }
}

/* [+] col-xxs- */
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media (max-width: 479px) {
    .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
        float: left;
    }

    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-11 {
        width: 91.66666667%;
    }

    .col-xxs-10 {
        width: 83.33333333%;
    }

    .col-xxs-9 {
        width: 75%;
    }

    .col-xxs-8 {
        width: 66.66666667%;
    }

    .col-xxs-7 {
        width: 58.33333333%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .col-xxs-5 {
        width: 41.66666667%;
    }

    .col-xxs-4 {
        width: 33.33333333%;
    }

    .col-xxs-3 {
        width: 25%;
    }

    .col-xxs-2 {
        width: 16.66666667%;
    }

    .col-xxs-1 {
        width: 8.33333333%;
    }

    .col-xxs-pull-12 {
        right: 100%;
    }

    .col-xxs-pull-11 {
        right: 91.66666667%;
    }

    .col-xxs-pull-10 {
        right: 83.33333333%;
    }

    .col-xxs-pull-9 {
        right: 75%;
    }

    .col-xxs-pull-8 {
        right: 66.66666667%;
    }

    .col-xxs-pull-7 {
        right: 58.33333333%;
    }

    .col-xxs-pull-6 {
        right: 50%;
    }

    .col-xxs-pull-5 {
        right: 41.66666667%;
    }

    .col-xxs-pull-4 {
        right: 33.33333333%;
    }

    .col-xxs-pull-3 {
        right: 25%;
    }

    .col-xxs-pull-2 {
        right: 16.66666667%;
    }

    .col-xxs-pull-1 {
        right: 8.33333333%;
    }

    .col-xxs-pull-0 {
        right: auto;
    }

    .col-xxs-push-12 {
        left: 100%;
    }

    .col-xxs-push-11 {
        left: 91.66666667%;
    }

    .col-xxs-push-10 {
        left: 83.33333333%;
    }

    .col-xxs-push-9 {
        left: 75%;
    }

    .col-xxs-push-8 {
        left: 66.66666667%;
    }

    .col-xxs-push-7 {
        left: 58.33333333%;
    }

    .col-xxs-push-6 {
        left: 50%;
    }

    .col-xxs-push-5 {
        left: 41.66666667%;
    }

    .col-xxs-push-4 {
        left: 33.33333333%;
    }

    .col-xxs-push-3 {
        left: 25%;
    }

    .col-xxs-push-2 {
        left: 16.66666667%;
    }

    .col-xxs-push-1 {
        left: 8.33333333%;
    }

    .col-xxs-push-0 {
        left: auto;
    }

    .col-xxs-offset-12 {
        margin-left: 100%;
    }

    .col-xxs-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xxs-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xxs-offset-9 {
        margin-left: 75%;
    }

    .col-xxs-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xxs-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xxs-offset-6 {
        margin-left: 50%;
    }

    .col-xxs-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xxs-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xxs-offset-3 {
        margin-left: 25%;
    }

    .col-xxs-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xxs-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xxs-offset-0 {
        margin-left: 0;
    }
}


/* [+] hidden-xxs */
@media (max-width: 479px) {
    .hidden-xxs {
        display: none !important;
    }
}


/* [+] visible-xxs and visible-xxs- */
.visible-xxs {
    display: none !important;
}

.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
    display: none !important;
}

@media (max-width: 479px) {
    .visible-xxs {
        display: block !important;
    }

    table.visible-xxs {
        display: table;
    }

    tr.visible-xxs {
        display: table-row !important;
    }

    th.visible-xxs,
    td.visible-xxs {
        display: table-cell !important;
    }

    .visible-xxs-block {
        display: block !important;
    }

    .visible-xxs-inline {
        display: inline !important;
    }

    .visible-xxs-inline-block {
        display: inline-block !important;
    }
}

/* [+].col-xxs-, .col-tn- */
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12,
.col-tn-1, .col-tn-2, .col-tn-3, .col-tn-4, .col-tn-5, .col-tn-6, .col-tn-7, .col-tn-8, .col-tn-9, .col-tn-10, .col-tn-11, .col-tn-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media (min-width: 384px) and (max-width: 479px) {
    .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
        float: left;
    }

    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-11 {
        width: 91.66666667%;
    }

    .col-xxs-10 {
        width: 83.33333333%;
    }

    .col-xxs-9 {
        width: 75%;
    }

    .col-xxs-8 {
        width: 66.66666667%;
    }

    .col-xxs-7 {
        width: 58.33333333%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .col-xxs-5 {
        width: 41.66666667%;
    }

    .col-xxs-4 {
        width: 33.33333333%;
    }

    .col-xxs-3 {
        width: 25%;
    }

    .col-xxs-2 {
        width: 16.66666667%;
    }

    .col-xxs-1 {
        width: 8.33333333%;
    }

    .col-xxs-pull-12 {
        right: 100%;
    }

    .col-xxs-pull-11 {
        right: 91.66666667%;
    }

    .col-xxs-pull-10 {
        right: 83.33333333%;
    }

    .col-xxs-pull-9 {
        right: 75%;
    }

    .col-xxs-pull-8 {
        right: 66.66666667%;
    }

    .col-xxs-pull-7 {
        right: 58.33333333%;
    }

    .col-xxs-pull-6 {
        right: 50%;
    }

    .col-xxs-pull-5 {
        right: 41.66666667%;
    }

    .col-xxs-pull-4 {
        right: 33.33333333%;
    }

    .col-xxs-pull-3 {
        right: 25%;
    }

    .col-xxs-pull-2 {
        right: 16.66666667%;
    }

    .col-xxs-pull-1 {
        right: 8.33333333%;
    }

    .col-xxs-pull-0 {
        right: auto;
    }

    .col-xxs-push-12 {
        left: 100%;
    }

    .col-xxs-push-11 {
        left: 91.66666667%;
    }

    .col-xxs-push-10 {
        left: 83.33333333%;
    }

    .col-xxs-push-9 {
        left: 75%;
    }

    .col-xxs-push-8 {
        left: 66.66666667%;
    }

    .col-xxs-push-7 {
        left: 58.33333333%;
    }

    .col-xxs-push-6 {
        left: 50%;
    }

    .col-xxs-push-5 {
        left: 41.66666667%;
    }

    .col-xxs-push-4 {
        left: 33.33333333%;
    }

    .col-xxs-push-3 {
        left: 25%;
    }

    .col-xxs-push-2 {
        left: 16.66666667%;
    }

    .col-xxs-push-1 {
        left: 8.33333333%;
    }

    .col-xxs-push-0 {
        left: auto;
    }

    .col-xxs-offset-12 {
        margin-left: 100%;
    }

    .col-xxs-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xxs-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xxs-offset-9 {
        margin-left: 75%;
    }

    .col-xxs-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xxs-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xxs-offset-6 {
        margin-left: 50%;
    }

    .col-xxs-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xxs-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xxs-offset-3 {
        margin-left: 25%;
    }

    .col-xxs-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xxs-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xxs-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 383px) {
    .col-tn-1, .col-tn-2, .col-tn-3, .col-tn-4, .col-tn-5, .col-tn-6, .col-tn-7, .col-tn-8, .col-tn-9, .col-tn-10, .col-tn-11, .col-tn-12 {
        float: left;
    }

    .col-tn-12 {
        width: 100%;
    }

    .col-tn-11 {
        width: 91.66666667%;
    }

    .col-tn-10 {
        width: 83.33333333%;
    }

    .col-tn-9 {
        width: 75%;
    }

    .col-tn-8 {
        width: 66.66666667%;
    }

    .col-tn-7 {
        width: 58.33333333%;
    }

    .col-tn-6 {
        width: 50%;
    }

    .col-tn-5 {
        width: 41.66666667%;
    }

    .col-tn-4 {
        width: 33.33333333%;
    }

    .col-tn-3 {
        width: 25%;
    }

    .col-tn-2 {
        width: 16.66666667%;
    }

    .col-tn-1 {
        width: 8.33333333%;
    }

    .col-tn-pull-12 {
        right: 100%;
    }

    .col-tn-pull-11 {
        right: 91.66666667%;
    }

    .col-tn-pull-10 {
        right: 83.33333333%;
    }

    .col-tn-pull-9 {
        right: 75%;
    }

    .col-tn-pull-8 {
        right: 66.66666667%;
    }

    .col-tn-pull-7 {
        right: 58.33333333%;
    }

    .col-tn-pull-6 {
        right: 50%;
    }

    .col-tn-pull-5 {
        right: 41.66666667%;
    }

    .col-tn-pull-4 {
        right: 33.33333333%;
    }

    .col-tn-pull-3 {
        right: 25%;
    }

    .col-tn-pull-2 {
        right: 16.66666667%;
    }

    .col-tn-pull-1 {
        right: 8.33333333%;
    }

    .col-tn-pull-0 {
        right: auto;
    }

    .col-tn-push-12 {
        left: 100%;
    }

    .col-tn-push-11 {
        left: 91.66666667%;
    }

    .col-tn-push-10 {
        left: 83.33333333%;
    }

    .col-tn-push-9 {
        left: 75%;
    }

    .col-tn-push-8 {
        left: 66.66666667%;
    }

    .col-tn-push-7 {
        left: 58.33333333%;
    }

    .col-tn-push-6 {
        left: 50%;
    }

    .col-tn-push-5 {
        left: 41.66666667%;
    }

    .col-tn-push-4 {
        left: 33.33333333%;
    }

    .col-tn-push-3 {
        left: 25%;
    }

    .col-tn-push-2 {
        left: 16.66666667%;
    }

    .col-tn-push-1 {
        left: 8.33333333%;
    }

    .col-tn-push-0 {
        left: auto;
    }

    .col-tn-offset-12 {
        margin-left: 100%;
    }

    .col-tn-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-tn-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-tn-offset-9 {
        margin-left: 75%;
    }

    .col-tn-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-tn-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-tn-offset-6 {
        margin-left: 50%;
    }

    .col-tn-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-tn-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-tn-offset-3 {
        margin-left: 25%;
    }

    .col-tn-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-tn-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-tn-offset-0 {
        margin-left: 0;
    }
}


/* [+] hidden-xxs */
@media (min-width: 384px) and (max-width: 479px) {
    .hidden-xxs {
        display: none !important;
    }
}
/* [+] hidden-tn */
@media (max-width: 383px) {
    .hidden-tn {
        display: none !important;
    }
}


/* [+] visible-xxs, visible-xxs-, visible-tn and visible-tn- */
.visible-xxs, .visible-tn {
    display: none !important;
}

.visible-xxs-block, .visible-tn-block,
.visible-xxs-inline, .visible-tn-inline,
.visible-xxs-inline-block, .visible-tn-inline-block {
    display: none !important;
}

@media (min-width: 384px) and (max-width: 479px) {
    .visible-xxs {
        display: block !important;
    }

    table.visible-xxs {
        display: table;
    }

    tr.visible-xxs {
        display: table-row !important;
    }

    th.visible-xxs,
    td.visible-xxs {
        display: table-cell !important;
    }

    .visible-xxs-block {
        display: block !important;
    }

    .visible-xxs-inline {
        display: inline !important;
    }

    .visible-xxs-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 383px) {
    .visible-tn {
        display: block !important;
    }

    table.visible-tn {
        display: table;
    }

    tr.visible-tn {
        display: table-row !important;
    }

    th.visible-tn,
    td.visible-tn {
        display: table-cell !important;
    }

    .visible-tn-block {
        display: block !important;
    }

    .visible-tn-inline {
        display: inline !important;
    }

    .visible-tn-inline-block {
        display: inline-block !important;
    }
}

html .widget .widgettitle {
    font-weight: bold;
    border-bottom-color: #333;
}

.navigation ul > li:hover > a {
}


html .navigation ul li ul.dropdown-construction {
    left: -392px;
}

html .navigation ul li ul.dropdown-services {
    left: -479px;
}

body > div.body > header > div.top-header.hidden-xs.hidden-sm > div > div > div.col-md-4.col-sm-4.col-xs-4 > ul > li.dropdown.open > ul {
    left: -35px;
}


@media screen and (min-width: 768px) {


    .site-header {
        top: 0px;
    }
}

.fa-bars {
    font-size: 27px;
    margin-top: -2px;
}

#mainMenuGrdom > nav > ul > li:nth-child(1) > a > img {
    background: initial;
    padding: initial;
}

#mainMenuGrdom > nav > ul > li:nth-child(1) > a:link,
#mainMenuGrdom > nav > ul > li:nth-child(1) > a:hover,
#mainMenuGrdom > nav > ul > li:nth-child(1) > a:visited,
#mainMenuGrdom > nav > ul > li:nth-child(1) > a:active {
    background: initial;
    padding: initial;
}

#fixLogo > a > img {
    margin-top: 6px;
}

#expandFilterHome {
    font-size: 11px;
}

@media screen and (min-width: 992px) {
    #mainMenuGrdom > nav > ul > li:nth-child(1) > a > img {
        margin-right: 20px;
    }
}


html .navbar-default {
    background-color: initial;
    border-color: initial;
}

.newspage .post-content {
    columns: 2;
    column-width: 260px;
}

.post-content {
    columns: 2;
    column-width: 570px;
}

html .widget ul > li {
    border-bottom: 0px;
}

html .widget .widgettitle {
    border-bottom: 0px;
    margin-bottom: 10px;
}

.article-main {
    background-color: #f9f9f9;
}

html .newspage .posts-archive {
    border-right: 1px solid #ececec;
}

html article ul li:before {
    color: #666;
    margin-right: 5px;
}

#searchHome > div.in > div > div:nth-child(2) > div:nth-child(1) > div > div {
    left: -1px;
    top: 41px;
}

body > div.btn-group.bootstrap-select.open > div {
    top: 9px;
    left: -1px;
}

.property-listing > ul > li > a:hover {
    text-decoration: none;
}

#searchMobile > div > form > div.btn-group.bootstrap-select.show-tick.open > div {
    left: 0px;
    top: 40px;
}

@media screen and (max-width:1200px) {

    html .navigation ul li ul.dropdown-construction {
        left: -392px;
    }

    html .navigation ul li ul.dropdown-services {
        left: -479px;
    }
}

@media screen and (min-width:1200px) {

    html .navigation ul li ul.dropdown-construction {
        left: -380px;
    }

    html .navigation ul li ul.dropdown-services {
        left: -467px;
    }
}

.btn-primary {
    background-color: #bc0919;
}

button.btn.dropdown-toggle.selectpicker.btn-default {
    background: white;
}

html .block-heading h4 {
    background: none;
}

#explore-greece-regions td {
    padding: 0px 0px 0px 15px;
}

    #explore-greece-regions td h4 {
        padding-top: 15px;
    }

.anchor-fixed-header {
    display: block;
    position: relative;
    top: -53px;
    visibility: hidden;
}

#SortFilterResults {
    position: relative;
    top: 5px;
}

.agent {
    background-color: #efefef;
    padding: 15px;
}

.agent-image {
    border-radius: 50%;
    zoom: 45%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#nameHeading1 {
    margin-top: 15px;
    text-align: center;
}

.sidebar .contact-info {
    text-align: center;
}

#contactAgentFormSendButton1 {
    width: 100%;
}

.property-price {
    font-weight: 600;
    color: #333;
}

    .property-price h2 {
        font-weight: 600;
    }

#feeddbacks_result {
    padding-top: 20px;
}

    #feeddbacks_result .pagination {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.review-title {
    float: left;
}

.bold {
    font-weight: bold;
}

html a.underline {
    text-decoration: underline;
}

.social-icons .fa {
    font-size: initial;
}

#newsletterHolder {
    background-color: #cf003a;
    color: white;
}

#fullpageholder {
    background-color: #cf003a;
    width: 100%;
}

#newsletterContainer label small a {
    color: white;
}

#newsletterContainer input, #newsletterContainer button {
    height: 46px;
}

html button#newsletterSent:hover,
html button#newsletterSent:active,
html button#newsletterSent:visited {
    opacity: 1;
    background-color: #5f676d;
}


.cityNamesHolder img:hover {
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

#newsletterHolder input[type='checkbox'] {
    height: unset;
}

.btn {
    font-weight: unset;
}

html body div#akinito_search_results ul li.active a {
    background: #595959;
    border-color: #595959;
}

html body .nav-tabs li.active a {
    background: #595959;
}

html body .nav-tabs li.active > i {
    color: #595959;
}

.modal-body {
    padding-top: 0px;
}

.option-holder {
    float: left;
    padding-right: 10px;
}

html .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f5f5f5;
    color: #666666;
}


html .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

html .bootstrap-select .btn:focus {
    outline: none !important;
}

#searchHome > div.row > div.col-xs-6.col-md-2.site-search-margin-bottom.site-search-zindex-2 > div > button {
    opacity: 1;
}

.btn:focus, .btn:hover, .btn:active, .btn:visited {
    outline: none !important;
}

html .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#searchHome > div.in > div > div:nth-child(2) > div:nth-child(1) > div > button,
#searchHome > div.in > div > div:nth-child(2) > div:nth-child(1) > div > button:hover,
#searchHome > div.in > div > div:nth-child(2) > div:nth-child(1) > div > button:visited,
#searchHome > div.in > div > div:nth-child(2) > div:nth-child(1) > div > button:active {
    opacity: 1;
}

html .single-property h1 {
    font-size: 28px;
}

#featured-properties-info {
    padding-top: 20px;
}

    #featured-properties-info h2 {
        color: #111;
        font-size: 20px;
        border-bottom: 1px solid #ececec;
    }

.amenities-table {
    border-collapse: separate;
    border-spacing: 15px 20px;
}

.padding-t25 {
    padding-top: 25px;
}

.displayNone {
    display: none;
}

html .select2-container--default .select2-selection--multiple,
html .select2-container--default.select2-container--focus .select2-selection--multiple {
    max-height: 94px;
}

@media (max-width:767px) {

    table.table-responsive {
        border: 0px;
    }
}

.agentFormIndexPage {
    color: white;
    /* background from heropatterns - #a6a9ac and #74797d*/
    background-color: #74797d;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23a6a9ac' fill-opacity='1' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .agentFormIndexPage h1,
    .agentFormIndexPage a:link,
    .agentFormIndexPage a:visited,
    .agentFormIndexPage a:hover,
    .agentFormIndexPage a:active {
        color: white;
    }

html .agents-listing h3 a {
    color: #333;
}

html .agents-listing > ul > li.department-title {
    border: 0px;
    background: none;
}

html li.department-title:hover {
    box-shadow: unset;
    -webkit-box-shadow: unset;
}

.agentFormIndexPage .img-thumbnail {
    height: unset;
    padding: unset;
    background-color: unset;
}

@media (max-width:992px) {
    .agentPhoto {
        display: none;
    }
}

.success-SendMessageFormFirstPage {
    font-size: 20px;
    color: #00ff00;
}

#SendMessageFormFirstPage_msg {
    text-align: center;
}

@media (max-width:786px) {
    .seo-white-box {
        columns: 1;
    }
}

div.offices_holder {
    background: #e2e2e25c;
    padding: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    height: 155px;
}

div.offices_heading {
    padding: 15px;
    text-align: center;
}

html .officesbyid .royalSlider .rsContainer img {
    width: 100%;
    height: 100%;
    margin: unset;
    object-fit: cover;
}

@media screen and (max-width: 769px) {
    .office_header {
        margin-top: 70px;
    }

    .employee-thumb {
        text-align: center;
        width: 70%;
        margin: auto auto 10px auto;
    }
}


.galleryContent {
    max-width: 584px;
}

html .royalSlider {
    box-sizing: content-box;
    width: 100%;
}


html .officesbyid .royalSlider .rsThumbsContainer img {
    width: unset;
    height: unset;
    margin: unset;
    object-fit: unset;
}

html .btn-gray {
    background-color: #555962;
}

    html .btn-gray:hover {
        background-color: #5f676d;
    }


html #news-center-wrapper .pagination .active a {
    background: #595959;
    border-color: #595959;
}

html .loadmask-msg {
    border: 1px solid #555962;
    background: #555962;
}

    html .loadmask-msg div {
        border: 1px solid #555962;
        color: #555962;
    }

.amenities-table .default {
    vertical-align: top;
}

.sidebar #ts_btn_Clear {
    background-color: #555962;
    margin-top: 20px;
    font-size: 20px;
}


.img-rounded {
    border-radius: 3px;
}

.img-thumbnail {
    padding: 3px;
    border-radius: 3px;
}

code {
    border-radius: 3px;
}

pre {
    border-radius: 3px;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.form-control {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
}

    .form-control:focus {
        border-color: #cccccc;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-left: unset;
}

.input-lg {
    font-size: 14px;
    border-radius: 3px;
}

.btn {
    padding: 8px 12px;
    letter-spacing: 0;
    line-height: 1.528571429;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-color: #f0ad4e;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-color: #d9534f;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-color: #5cb85c;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #5bc0de;
}

.btn-lg {
    font-size: 14px;
}

.btn-sm {
    font-size: 11px;
    padding: 5px 10px;
}

.btn-xs {
    font-size: 11px;
    text-transform: none;
}

.fade {
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

    .collapse.in {
        height: auto
    }

.dropdown-menu {
    min-width: unset;
    border-radius: 3px;
}

.btn-group-lg > .btn {
    border-radius: 3px;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 3px;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 3px;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    font-size: 15px;
    border-radius: 3px;
}

.input-group-addon {
    border-radius: 3px;
}

    .input-group-addon.input-lg {
        font-size: 14px;
        border-radius: 3px;
    }

.nav > li > a {
    padding: 10px 0px;
}

.nav-tabs.nav-justified > li > a {
    border-radius: 3px;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-radius: 3px 3px 0 0;
    }
}

.nav-pills > li > a {
    border-radius: 3px;
}

.nav-tabs-justified > li > a {
    border-radius: 3px;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-radius: 3px 3px 0 0;
    }
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 3px;
    }
}

.navbar-toggle {
    border-radius: 3px;
}

.breadcrumb {
    border-radius: 3px;
}

.pagination {
    border-radius: 3px;
}

.thumbnail {
    border-radius: 3px;
}

.alert {
    border-radius: 3px;
}

.progress {
    border-radius: 3px;
}

.progress-bar-success {
    background-color: #5cb85c !important;
}

.progress-bar-info {
    background-color: #5bc0de !important;
}

.progress-bar-warning {
    background-color: #f0ad4e !important;
}

.progress-bar-danger {
    background-color: #d9534f !important;
}

.list-group-item {
    padding: 10px 0px !important;
}

.panel {
    border-radius: 3px;
}

.panel-group .panel {
    border-radius: 3px;
}

.well {
    border-radius: 3px;
}

.well-lg {
    border-radius: 3px;
}

.modal-content {
    border-radius: 3px;
}

.tooltip-inner {
    border-radius: 3px;
}

.popover {
    border-radius: 3px;
}

.popover-title {
    border-radius: 3px 3px 0 0;
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
    left: 50%;
}

.carousel-control .icon-next,
.carousel-control .fa-chevron-right {
    right: 50%;
}

.carousel-control .icon-prev:before {
    content: '\f053';
}

.carousel-control .icon-next:before {
    content: '\f054';
}

.carousel-indicators li {
    background-color: #efefef;
}

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
    display: none;
}

.nav-tabs li a {
    padding: 10px 20px;
}

.nav-tabs {
    border-bottom: unset;
}

    html body .nav-tabs li.active a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        background: #595959;
        color: white;
    }


html .nav-tabs > li > a {
    border-radius: 0px;
}

.bootstrap-select.btn-group .dropdown-menu {
    top: auto;
    margin-top: -8px;
}