/* Stylesheets and Google fonts import */
@import url("font-awesome.css");
@import url("animations.css");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
/*  CSS definations for Real Spaces  */
@font-face {
	font-family: 'IRANSansWeb';
	src:url('/fonts/iransansweb/IRANSansWeb.eot');
	src:url('/fonts/iransansweb/IRANSansWeb.eot') format('embedded-opentype'),
		url('/fonts/iransansweb/IRANSansWeb.woff') format('woff'),
		url('/fonts/iransansweb/IRANSansWeb.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'IRANSansWeb';
	src:url('/fonts/iransansweb/IRANSansWeb_Light.eot');
	src:url('/fonts/iransansweb/IRANSansWeb_Light.eot') format('embedded-opentype'),
		url('/fonts/iransansweb/IRANSansWeb_Light.woff') format('woff'),
		url('/fonts/iransansweb/IRANSansWeb_Light.ttf') format('truetype');
	font-weight: lighter;
	font-style: normal;
}
@font-face {
	font-family: 'IRANSansWeb';
	src:url('/fonts/iransansweb/IRANSans(FaNum)_Medium.eot');
	src:url('/fonts/iransansweb/IRANSans(FaNum)_Medium.eot') format('embedded-opentype'),
		url('/fonts/iransansweb/IRANSansWeb(FaNum)_Medium.woff') format('woff'),
        url('/fonts/iransansweb/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),
		url('/fonts/iransansweb/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*-------------------------------------------------------------------------------------------*/
/* 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, caption, tfoot, thead, 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: none;
    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 15px 0;
    color: #333333;
    font-weight: 400;
    line-height: 1.5em;
    font-family: 'IRANSansWeb', sans-serif !important;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

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: IRANSansWeb, serif;
    }

    blockquote cite {
        color: #ffffff;
    }

        blockquote cite:before {
            content: "- ";
        }

p {
    font-size: 13px;
    line-height: 20px;
    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: IRANSansWeb, 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: 20px;
    margin-bottom: 20px;
    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: IRANSansWeb, serif;
    font-style: italic;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

.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-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,.6);
}

.btn {
    border-width: 0;
    /*text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18);*/
    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;
}

.btn-default {
    border-width: 1px;
    box-shadow: none;
    text-shadow: none;
}

.btn:hover, .btn:active, .btn:focus {
    opacity: .9;
}

.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: 11px;
    font-style: italic;
    color: #bfbfbf;
    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,.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: .9;
}

.media-box:hover .zoom, .media-box:hover .expand {
    opacity: 1;
    -webkit-transition: opacity .3s .2s;
    -moz-transition: opacity .3s .2s;
    -ms-transition: opacity .3s .2s;
    -o-transition: opacity .3s .2s;
    transition: opacity .3s .2s;
}

.selectpicker {
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
}

.input-lg .selectpicker {
    padding-top: 12px;
    padding-bottom: 11px;
}

.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: 13px;
    font-weight: 400;
    font-family: 'IRANSansWeb', sans-serif !important;
    line-height: 20px;
    background-attachment: fixed;
}
ul {
     font-family: 'IRANSansWeb', sans-serif !important;
}
    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,.2);
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
        box-shadow: 0 0 2px rgba(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%;
}

.top-header {
    height: 95px;
    background-color:white !important;
    border-bottom:solid 1px #efefef;
    padding:5px;
}

.top-header ul li a{
    color:#666666;
}

.middle-header {
    height: 64px;
    position: relative;
    z-index: 8;
    -webkit-box-shadow: 3px 2px 2px rgba(27, 26, 26, 0.33);
    -moz-box-shadow: 3px 2px 2px rgba(27, 26, 26, 0.33);
    box-shadow: 3px 2px 2px rgba(27, 26, 26, 0.33);
}

.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 {
        display: inline-block;
        padding: 0 20px;
            line-height: 70px;
        text-decoration: none;
        color: #fff;
    }

        .horiz-nav > li > a:hover {
            background: rgba(0,0,0,.05);
        }

    .horiz-nav > li:first-child > a {
        border-right: 1px solid rgba(0,0,0,.1);
    }

.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: 14px 0 0 0;
        padding: 0 20px;
        border-right: 1px solid #efefef;
        color: #999;
        text-align: left;
        font-size:11px;
    }

        .contact-info-blocks > div:last-child {
            border-right: 0;
            padding-right: 0;
        }

        .contact-info-blocks > div > span {
            display: block;
            font-family: 'IRANSansWeb', sans-serif;
            font-size: 16px;
            color: #666;
            padding-right:40px;
        }

.site-header .menu-toggle {
    font-size: 18px;
    margin: 30px 10px 0 0;
    float: right;
}

    .site-header .menu-toggle:focus {
        outline: 0;
    }

.main-menu-wrapper {
    display: block;
    position: relative;
    background: #f9f9f9;
    z-index: 6;
    width: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.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: 14px 17px;
            display: block;
            text-decoration: none;
            font-size: 14px;
        }

        .navigation > ul > li:first-child > a {
        }

    .navigation ul > li:hover > a, .navigation ul > li.current_menu_item > a {
        border-bottom-width: 3px;
        border-bottom-style: solid;
        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;
        box-shadow: 0 2px 2px rgba(0,0,0,.3);
    }

    .navigation > ul > li > ul > li > ul > li:hover > ul a {
        background: #fff;
        border-bottom: 1px solid #f8f7f3;
    }

    .navigation > ul > li > ul > li > ul > li > ul > li:hover > a {
        border-top: 0 !important;
        padding: 10px 25px !important;
        color: #fff !important;
    }

    .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,.3);
    }

.boxed .navigation > ul > li:first-child a {
    border-left: 0;
}

.boxed .navigation > ul > li:last-child a {
    border-right: 0;
}

.sticky-wrapper {
    max-height: 50px;
}

.is-sticky .main-menu-wrapper {
    z-index: 1000;
    min-height: 50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
}

.is-sticky .navigation {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.is-sticky .navigation  > ul > li > a{
    padding: 22px 12px;
}

/* Site Showcase */
.site-showcase {
    position: relative;
    z-index: 4;
}
/* Hero Slider */
.flexslider {
    margin: 0;
    padding: 0;
    background: url(../images/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: 570px;
    position: absolute;
    z-index: 5;
    display: block;
    display: none;
}

.hero-slider {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    height: 570px;
    width: 100%;
    overflow: hidden;
}

    .hero-slider .flex-viewport {
        width: 100%;
    }

    .hero-slider.flexslider > ul.slides {
        height: 100%;
    }

    .hero-slider.flexslider ul.slides li {
        height: 570px;
        width: 100%;
        overflow: hidden;
        position: static;
        background-attachment: scroll !important;
    }

.flex-caption {
    display: none;
    margin: 0 auto;
    text-align: center;
    width: 230px;
    background: #00000078;
    border-top: 3px solid rgba(0,0,0,.8);
    position: absolute;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    margin: 110px auto;
}


.flex-caption strong.title {
    font-size: 40px;
    display: block;
    font-weight: normal;
    padding: 28px;
}

        .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,.3), 0 0 3px rgba(0,0,0,.3);
        box-shadow: inset 0 0 8px rgba(0,0,0,.3), 0 0 3px rgba(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,.1), 0 0 3px rgba(0,0,0,.3);
        box-shadow: inset 0 0 1px rgba(0,0,0,.1), 0 0 3px rgba(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 .3s .2s;
    -moz-transition: bottom .3s .2s;
    -ms-transition: bottom .3s .2s;
    -o-transition: bottom .3s .2s;
    transition: bottom .3s .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,.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:before {
    content: "\f105";
}

.hero-slider.flexslider .flex-next:before {
    content: "\f104";
}

.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 .3s .2s;
    -moz-transition: left .3s .2s;
    -ms-transition: left .3s .2s;
    -o-transition: left .3s .2s;
    transition: left .3s .2s;
}

.hero-slider.flexslider:hover .flex-next {
    right: 10px;
    -webkit-transition: right .3s .2s;
    -moz-transition: right .3s .2s;
    -ms-transition: right .3s .2s;
    -o-transition: right .3s .2s;
    transition: right .3s .2s;
}

#gmap {
    height: 550px;
    overflow: hidden;
    position: relative;
}

    #gmap.map-single-page {
        height: 280px;
    }

    #gmap img {
        max-width: none;
    }

    #gmap .map-property {
        padding-bottom: 10px;
        padding-right: 28px;
        width: 310px;
    }

    #gmap .property-featured-image {
        margin-bottom: 10px;
        float: left;
    }
    #gmap .map-property .btn {
        width: 100%;
    }

.site-search-module {
    position: absolute;
    z-index: 8;
    height: 95px;
    bottom: -30px;
    left: 0;
    width: 100%;
}

.site-search-module-inside {
    padding: 15px 15px 0;
    height: 475px;
    background: rgba(255, 255, 255, 0.85);
    border-top: 3px solid rgba(0,0,0,.8);
    border-radius: 15px 15px 0 0;
}

    .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: 10px 10px 5px 10px;
}

.main {
    position: relative;
    background: #eceff1;
   
}

.home .main {
    z-index: 5;
}

.content {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.featured-blocks {
    margin-bottom: 10px;
}

.featured-block {
    position: relative;
    text-align: center;
}

    .featured-block img {
        width: 30%;
        display: inline-block;
        border-radius: 100%;
        margin-bottom: 10px;
    }

    .featured-block p {
        padding: 0 10%;
        margin-bottom: 0;
    }

.property-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;
    padding: 10px;
    background-color: #ffffff;
    margin-left: 10px;
       border: solid 1px #f7f7f7;
}

    .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,.4);
}

.property-featured-image:hover .overlay, .agent-featured-image:hover .overlay {
    -webkit-transition: opacity .3s .2s;
    -moz-transition: opacity .3s .2s;
    -ms-transition: opacity .3s .2s;
    -o-transition: opacity .3s .2s;
    transition: opacity .3s .2s;
    opacity: 1;
    padding: 30%;
}

#featured-properties .overlay {
    line-height: 40px !important;
}

.property-featured-image .images-count {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    color: #ffffff;
    background: rgba(0,0,0,.5);
    padding: 5px 10px;
}

.property-featured-image .badges {
    position: absolute;
    z-index: 0;
    right: 10px;
    top: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    font-weight: 700;
}

.property-info, .agent-info {
        padding: 5px;
    display: block;
    /*border-bottom: 1px solid #efefef;*/
}

.property-amenities {
    background: white;
}

.property-amenities > span {
    display: block;
    width: 25%;
    float: right;
    padding: 4px 0 4px 0;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    border-right: 1px solid #efefef;
    margin: 5px;
    background-color: #f8f8f8;
}

.property-amenities > span:last-child {
    border-right: none;
}

.property-amenities > span > strong {
    display: block;
    font-size: 14px;
}

.agent-info h4 {
    margin-bottom: 0;
    text-align: center;
}
.property-info h4 {
     margin-bottom: 5px;;
    text-align: right;
    padding: 3px;
}
.place-info h4 {
     margin-bottom: 5px;;
        text-align: center;
    margin-top: 10px;
}

.property-info .location {
    display: block;
    font-size: 100%;
    padding: 0 0 10px 0;
    text-align: center;
    direction: rtl;
}

.place-info .location {
    display: block;
    font-size: 100%;
    padding: 0 0 10px 0;
    text-align: right;
    direction: rtl;
}

.price, .counts {
    display: inline-block;
    background: #666;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    width: 100%;
    text-align: center;
    direction: rtl;
}

    .price strong, .counts strong {
        background: rgba(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,.07);
    box-shadow: 0 2px 0 rgba(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: #f8f8f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 50px;
    margin-bottom: 30px;
}

    .block-heading h4 {
        line-height: 50px;
        color: #ffffff;
        display: inline-block;
        padding-right: 20px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .block-heading .heading-icon {
        background: rgba(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,.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: #f0f0f0;
    padding: 30px 0 0 0;
    box-shadow: inset 0 2px 2px rgba(0,0,0,.07);
}

.site-footer-bottom {
    background-color: #dadada;
    border-top: 1px solid #e1e1e1;
    padding: 20px 0;
    font-size: 12px;
}

    .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 {
        background: #666;
        color: #fff;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        text-align: center;
        display: inline-block;
        margin: 0 0 0 8px;
        text-decoration: none;
    }

.site-footer .social-icons a,.testimonials .social-icons a {
    background: #525252;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    margin: 0 0 0 10px;
    text-decoration: none;
    padding: 16px;
}

.footer-overlay {
    position: absolute;
    z-index: 9999;
    color: white;
    margin-right:25px;  
}
/* 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;
}

    .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 {
    border-bottom: 3px solid #efefef;
}

    .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: 40px;
    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: 40px 0;
    border: 0;
    background-color: #666;
}

    .page-header h1 {
        text-transform: uppercase;
        color: #ffffff;
        margin-bottom: 0;
        line-height: 1em;
    }

    .page-header p {
        color: #d8d6d1;
        margin: 0;
    }

.single-property .property-amenities {
    border-bottom: 3px solid #efefef;
}

    .single-property .property-amenities span {
        font-size: 14px;
        width: 18%;
    }

    .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: 'IRANSansWeb';
    /*font-style: italic;*/
}

.location > i {
    opacity: .7;
}

.single-property .price {
    margin-bottom: 22px;
    color: #fff;
}

.single-property .tabs {
    margin-bottom: 0;
}

.touch .property-slider .flex-direction-nav {
    display: none;
}

.single-property .agent {
    padding: 25px;
    margin-bottom: 30px;
    background: #f8f8f8;
}

.property-slider {
    margin: 25px 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: .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: right;
}

    .grid-holder .grid-item {
        float: right;
    }

.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: 2em;
    margin-bottom: 1px;
}

.post-title {
    margin-bottom: 0;
    padding-bottom: 6px;
}

.post-content {
    padding-top: 20px;
}

    .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 12px 0;
        margin-bottom: 12px;
        border-bottom: 1px solid #e0e0e0;
    }

    .widget a {
        text-decoration: none;
    }

    .widget .meta-data {
        margin-bottom: 0;
    }

.tag-cloud a {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 7px;
    padding:3px 11px;
    /*border:1px solid #2d85d3;*/
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    background: #ffffff;
    color: #bfbfbf;
    font-size: 12px;
    text-decoration: none;
}
.hotel-tag-title {
    color: #2d85d3;
}
    .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%;
}

.twitter-widget li:first-child {
    display: none;
}

.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 0;
    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 {
    background-color: #f8f8f8;
    border-bottom: 1px solid #efefef;
    padding: 10px 20px;
    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;
    background-color: #ffffff;
}

    .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: 15px;
            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,.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 {
    padding: 20px 0;
    background: #ffffff;
}

    .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: 'IRANSansWeb', 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-bottom: 1px solid #e5e5e5;
}

    .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 (max-width: 768px) {
     .padding-30 {
        padding: 30px;
    }
}
@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-image: url(/Content/Website/img/parallax-12.jpg);
   background-attachment: fixed !important;
    background-position: top 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,.09);
        -moz-box-shadow: 0px 0px 13px rgba(0,0,0,.09);
        box-shadow: 0px 0px 13px rgba(0,0,0,.09);
        -o-box-shadow: 0px 0px 13px rgba(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,.15);
            -moz-box-shadow: 0px 0px 13px rgba(0,0,0,.15);
            box-shadow: 0px 0px 13px rgba(0,0,0,.15);
            -o-box-shadow: 0px 0px 13px rgba(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%;
}

/*-------------------------------------------------------------------------------------------*/
/* 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: 12px 16px 15px 16px;
    }

    .flex-caption {
        margin-right: -460px;
    }

    #featured-properties .overlay {
        line-height: 150px !important;
    }

    .grid-content .meta-data > span {
        padding: 10px 10px;
    }
}
/*mobile*/
@media (max-width:992px) {
    .editor-tables {
        overflow: overlay;
    }
    .editor-tables .additional-amenities {
        padding: 0;
    }
    #SpecialOffers .amz-Airline button {
        width: 35%;
    }
    #SpecialOffers-Items .time-box {
        margin-top: 5px;
    }
     #SpecialOffers .amz-PanelTop {
        padding: 10px;
    }
    #SpecialOffers .media-left {
        position: relative;
        padding-right: 0;
    }
    .tooltiphotel:hover .tooltiptext {
        display: none;
    }
    .right-to-left .search-tabs-abs {
        right: 0 !important;
        width: 100% !important;
        padding-top: 35%;
    }
      .rwd-table tr {
        border: 1px solid orange;
    }
     .rwd-table .stars {
         display: inline;
     }
    .rwd-table .table thead {
        display: none;
    }
    .rwd-table {
      margin: auto;
      min-width: 300px;
      max-width: 100%;
      border-collapse: collapse;
    }
    .rwd-table th {
      display: none;
    }

    .rwd-table td {
      display: block;
    }

    /*.rwd-table td:last-child {
      margin-bottom: .5em;
    }*/

    .rwd-table td:before {
      content: attr(data-th);
      font-weight: bold;
      width: 120px;
      display: inline-block;
      color: #000;
    }

    .rwd-table th,
    .rwd-table td {
      text-align: right;
    }

    .rwd-table {
      color: #333;
      border-radius: .4em;
      overflow: hidden;
    }


    .rwd-table th,
    .rwd-table td {
      padding: .5em 1em;
    }

}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {

  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}
/*desktop*/
@media (min-width: 992px) {
    #SpecialOffers .amz-Airline button {
        position: absolute;
        width: 25%;
    }
    #SpecialOffers .media-left, .media>.pull-left{padding-right:10px}
    #SpecialOffers-Items .time-box{
        width: auto;
        height: 45px;
        position: absolute;
        bottom: 0px;
        left: 0;
        background-color: rgb(255, 255, 255);
        color: white;
        border-radius: 15px 15px 0px 0px;
        font-size: 16px;
        text-align: center;
        padding: 5px;
    }

    .stars-td {
        width: 15%;
    }
     
    #SpecialOffers {
        display: flex;
    }
    #SpecialOffers .media-left img{width: 660px;height:350px;padding: 10px 0;}
    #SpecialOffers .media-left{width:600px;height:350px;}

}
   .tooltiphotel {
        position: relative;
        display: inline-block;
        color: #2d1089;
        margin: 2px 0;
        font-size: 16px;
    }

    .tooltiphotel > a {
        color: #2d1089;
    }
    .tooltiphotel .tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: #555;
        color: #2d1089;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: -5px;
        right: 110%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .tooltiphotel .tooltiptext::after {
        content: "";
        position: absolute;
        top: 15px;
        left: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent #555;
    }

        .tooltiphotel:hover .tooltiptext {
            visibility: visible;
            opacity: 1;
        }
@media only screen and (max-width: 992px) {
    @-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;
        }

        .formBlock-sm.select-m .select {
            background-position: 88.6% -7px !important;
        }
    }
    .search-box {
        width: 90%;
        margin: 10px 18px;
    }
    .site-header h1.logo{
        padding:0px;
    }

    .featured-blocks{
        display:none;
    }
    .popular-agent{
        display:none;
    }
    .right-sidebar{
        display:none;
    }
    .left-sidebar {
        display: none;
    }
    .specsSection{
        display:none;
    }
    p,h1,h2,h3,h4,h5,h6,span,label,a{
            text-align: center;
    }

    .sticky-wrapper {
        height: auto !important;
    }

    .middle-header {
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
        box-shadow: 0 1px 2px rgba(0,0,0,.1);
    }

    .main-menu-wrapper {
        height: auto;
        position: absolute;
        width: 100%;
        background: #eee;
        display: none;
        z-index: 9999;
    }

    .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: 17px 25px 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;
    }

        .hero-slider.flexslider ul.slides li {
            height: 300px;
        }

    .site-search-module {
        position: relative;
        height: auto;
        bottom: auto;
        left: auto;
        margin-top: 30px;
        overflow-x:scroll;
    }

    .site-search-module-inside {
        height: auto;
        padding-bottom: 30px;
        border-radius:0px;
    }

        .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: 767px) {
    @-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;
        }

        .formBlock-sm.select-m .select {
            background-position: 88.8% -7px !important;
        }
    }
    /* Isotope */
    .isotope {
        overflow: visible !important;
        height: auto !important;
    }

    .isotope-item {
        position: static !important;
        margin-right: auto;
        margin-left: auto;
        width: auto;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }

    .isotope-hidden {
        display: none !important;
    }

    .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: 0;
    }

        .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;
            }

    .right-sidebar {
        float: left;
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .nav-tabs li {   
        display: contents;
    }
    #package-price tr,#package-price td,#package-price tbody,#package-price thead{
        display:block;
    }
    #telheader{
        margin-top:15px;
    }
    .middle-header{
        height:auto;
    }
    /*#scroll-cn {
        visibility:hidden;
    }*/
    #bloglist tr td:nth-child(2) {
            width:35%;
    }
    #bloglist tr td:nth-child(4) {
        display:none;
    }

    .site-search-module{
        bottom:auto !important;
    }
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
}


.process-steps {
    margin: 0 0 40px;
    list-style: none;
}

    .process-steps li {
        float: right;
        position: relative;
        width: 25%;
        text-align: center;
        overflow: hidden;
    }

    .process-steps.process-2 li {
        width: 50%;
    }

    .process-steps.process-3 li {
        width: 33.33%;
    }

    .process-steps.process-5 li {
        width: 20%;
    }

    .process-steps li .i-circled {
        margin-bottom: 0 !important;
    }

    .process-steps li .i-bordered {
        background-color: #FFF;
    }

    .process-steps li h5 {
        margin: 15px 0 0;
        font-size: 16px;
        font-weight: 300;
    }

    .process-steps li.active h5, .process-steps li.ui-tabs-active h5 {
        font-weight: 600;
        color: #1ABC9C;
    }

    .process-steps li.active a, .process-steps li.ui-tabs-active a {
        background-color: #1ABC9C !important;
        color: #FFF;
        text-shadow: 1px 1px 1px rgba(0,0,0,.2);
        border-color: #1ABC9C !important;
    }


    .site-footer-top{
        background-color:#4a545e;
        padding:40px;
        padding-top: 70px;
    }

    .site-footer-top a{
        color:white;
    }

    .site-footer-top .widgettitle{
        color:white;
        font-size:12px;
    }

    .site-footer-top  ul > li {
    padding: 0 0 8px 0;
     margin-bottom: 0px; 
     border-bottom: none;
}
        .site-footer-top  ul > li a{
    font-size:10px;
}


        /* ----------------------------- special offer --------------------------*/
/**{font-family:'IRANSansWeb';}
.nav{margin-bottom:0;padding-left:0;list-style:none}
.nav:before, .nav:after{content:" ";display:table}
.nav:after{clear:both}
.nav>li{position:relative;display:block}
.nav>li>a{position:relative;display:block;padding:4px 15px;font-size:16px;}
.nav>li>a:hover, .nav>li>a:focus{text-decoration:none;background-color:#eee}
.nav>li.disabled>a{color:#777}
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{background-color:#eee;border-color:#e8e8e8}
.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
.nav>li>a>img{max-width:none}
.nav-tabs{border-bottom:1px solid #ddd}
.nav-tabs>li{float:left;}
.nav-tabs>li>a{margin-right:2px;line-height:1.3;border:1px solid transparent;border-radius:4px 4px 0 0}
.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{color:#555;background-color:#eeeff1;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}
.nav-pills>li{float:left}
.nav-pills>li>a{border-radius:4px}
.nav-pills>li+li{margin-left:2px}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{color:#fff;background-color:#e8e8e8}
.nav-stacked>li{float:none}
.nav-stacked>li+li{margin-top:2px;margin-left:0}
.nav-justified, .nav-tabs.nav-justified{width:100%}
.nav-justified>li, .nav-tabs.nav-justified>li{float:none}
.nav-justified>li>a, .nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}
.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}
@media(min-width:768px){.nav-justified>li, .nav-tabs.nav-justified>li{display:table-cell;width:1%}
.nav-justified>li>a, .nav-tabs.nav-justified>li>a{margin-bottom:0}
}
.nav-tabs-justified, .nav-tabs.nav-justified{border-bottom:0}
.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}
.nav-tabs-justified>.active>a, .nav-tabs.nav-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}
@media(min-width:768px){.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}
.nav-tabs-justified>.active>a, .nav-tabs.nav-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#eeeff1}
}
.tab-content>.tab-pane{display:none}
.tab-content>.active{display:block}
.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}
.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}
.navbar:before, .navbar:after{content:" ";display:table}
.navbar:after{clear:both}
@media(min-width:768px){.navbar{border-radius:4px}
}
.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857;background-color:#eeeff1;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;transition:border .2s ease-in-out}
.thumbnail>img, .thumbnail a>img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto}
.thumbnail .caption{padding:9px;color:#333}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active{border-color:#e8e8e8}
.media{margin-top:15px}
.media:first-child{margin-top:0}
.media, .media-body{zoom:1;overflow:hidden;height:355px;}
.media-body{width:10000px}
.media-object{display:block}
.media-object.img-thumbnail{max-width:none}
.media-right, .media>.pull-right{padding-left:10px}
.media-left, .media>.pull-left{padding-right:10px}
.media-left, .media-right, .media-body{display:table-cell;vertical-align:top}
.media-left{width:580px;height:355px;}
.media-left img{width:610px;height:355px;}
.media-middle{vertical-align:middle}
.media-bottom{vertical-align:bottom}
.media-heading{margin-top:0;margin-bottom:5px}
.media-list{padding-left:0;list-style:none}
.media-left a{width:580px;height:355px;display:inline-block;}
@media only screen and (max-width:500px){.section-title{text-align:center}
}


.tour-title-box{
    background-color:rgba(0,0,0,0.8);
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding:8px;
}
.tour-title{
    color:white
}
.tour-title{
    font-size:16px;
    font-weight:700;
}

.tour-box-overlay{
    width: 100%; 
    height: 100%;
    background-color:#0189ea;

    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}*/


.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9); /* Black with a little bit see-through */
  opacity:1;
}

/* The content */
.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

/* Close button */
.overlay .closebtn {
  position: absolute;
  top: 45px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

/* Style the search field */
.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: right;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

/* Style the submit button */
.overlay button {
  float: right;
  width: 20%;
  padding: 15px;
  background: #0072ff;
  font-size: 17px;
  border: none;
  cursor: pointer;
  color:white;
}

.overlay button:hover {
  background: #035ba5;
}

#bg-slides .meta{
    position: absolute;
    top: 15%;
    right: 60px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 500;
    z-index: 99;
    padding-right: 100px;
}

#bg-slides li h3 {
    font-size: 45px;
    color: #fff;
}
#bg-slides li p {
    font-size: 16px;
    color: #fff;
}
#bg-slides li .btn {
    background-color:#ff5e00;
}
#bg-slides li .info {
    display: flex;
    flex-direction: row;
}
@media (max-width: 767px) {
    #bg-slides li .meta {
        right: 0px;
        bottom: auto;
        top: 30%;
        padding-right: 0px;
        width: 100%;
    }

        #bg-slides li .meta h3, #bg-slides li p, #bg-slides li .meta .info {
            width: 100%;
            text-align: center;
        }

        #bg-slides li .meta .btn {
            margin: 0 auto;
        }
}

.carouselprevbtn {
        right: -5px;
    position: absolute;
    background: transparent;
    border: 0px;
}
.carouselnextbtn {
        left: 0px;
    position: absolute;
    background: transparent;
    border: 0px;
}

.carouselprevbtn i, .carouselnextbtn i {
    display: block;
    text-align: inherit;
    line-height: inherit;
}

.owl-nav{
        position: absolute;
    top: 40%;
    width:100%;
}


.loader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    position: fixed;
    overflow: hidden;
    background: #e9eae7;
}

    .loader .span {
        top: 50%;
        left: 50%;
        display: table;
        position: absolute;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }


    #package .widget{
        /*box-shadow: 0px 0px 8px 4px #f1f1f1;*/
        /*padding: 10px;*/
        /*background-color: white;*/
        padding-top: 25px;
    }
     #package .widget .agent {
         background-color: white;
         padding: 10px;
         margin-bottom: 15px;
     }
    .see-banner {
        width: 100%;
        font-size:13px;
        font-weight: lighter;
    }
    .tours-card {
        width: 100%;
    }
    .expire {
        font-size: 14px;
        color: gray;
        line-height: 2;
    }
    .airline-logo {
        width: 50px;
        margin-left: 10px;
    }
    .airline-name {
        color: #9a9a9a;
    }
    .tour-price {
        line-height: 2;
    }
    .share-btn {
        background-color: #eaeaea;
        padding: 5px 10px;
        border-radius:50%;
    }
    .down-btn {
          background-color: #eaeaea;
        padding: 5px 10px;
        border-radius:50%;
    }
    .tours-btn {
        text-align:left;
        padding: 10px;
        padding-left: 5px;
    }
    .tooltip {
    }
    .right-nav {
        border-radius: 5px;
        position: fixed;
    }
    .right-nav li {
        background-color: white;
        border: 1px solid #eaeaea;
        height: 45px;
        width: 45px;
        text-align: center;
    }
    .right-nav li i {
        font-size: 25px;
        display: block;
        margin: auto;
        padding: 8px;
        color: black;
    }
        .right-nav li a img {
            padding: 8px;
        }
    .scroll-rnav {
        top: 100px;
    }

    [tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
  text-align: center;
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}
/* FLOW: RIGHT */
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}


/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}
.show-more {
    border: 1px solid #2d85d3;
    border-radius: 3px;
    padding: 5px;
    margin: 15px;
    background-color: #f9f9f9;
}
.no-padding-x {
    padding-left: 0;
    padding-right: 0;
}
.orange {
    color: orange;
}
.stars {
    padding-bottom: 8px;
}
hr {
    background-color: #2D85D3;
}
.search-box {
    border: 1px solid #b3b1b1;
}

.search-box .widgettitle {
    text-align: center;
    padding: 10px;
    color: #f8f8f8;
    background-color: #2d85d3;
}
.form-group.right-icon .fa{
	right: 25px;
    position:absolute;
	pointer-events:none;
    top: 10px;
}
@media (min-width: 577px) {

    .form-group.right-icon .fas {
        top: 15px;
        font-size: 20px;
    }
}

.btn-group-select-num > .btn {
    -webkit-border-radius: 10% !important;
    border-radius: 10% !important;
    height: 28px;
    line-height: 26px;
    width: 28px;
    padding: 0;
    background: none;
    color: gray;
    border: 1px solid transparent;
        text-align: center;
}

    .btn-group-select-num > .btn:hover {
        color: #737373;
        border-color: #737373;
        background: none;
    }

    .btn-group-select-num > .btn.active,
    .btn-group-select-num > .btn.active:hover {
        /*background: #909196;
        border-color: #808080;*/
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
    }

.form-group-lg .btn-group-select-num {
    margin-top: 3px;
}

    .form-group-lg .btn-group-select-num > .btn {
        height: 35px;
        line-height: 35px;
        width: 35px;
    }
    .hotel-pic {
        height: 155px;
    }
   .side-banner {
       background-color: white;
       padding: 10px;
       margin-bottom: 15px;
   }
   .search-btn {
       width: 85%;
       margin-bottom: 15px;
       padding: 5px 0;
   }
.text-center {
    text-align: center;
}
.toggle-text-content span{
    display: none;
 
}
.toggle-text-link {
    display: block;
    color: #2d85d3;
}
a:focus ,a:visited {
    text-decoration: none;
}
.toggle-text {
    margin-bottom: 0;
}
.padding-2 {
    padding: 2px;
}
.padd-r-0 {
    padding-right:0;
}
.fa-bed {
    padding: 2px;
}

.property-info.related-hotel {
    padding: 10px;
}
#amenities.tab-pane {
    padding: 10px 20px;
}
#hotel-services .tab-pane {
    padding: 10px 20px;
}
.desc-title {
    color: #000000;
    font-size: 30px;
    margin-bottom:0;
    line-height: 2;
}
p {
    line-height: 2;
}
.hotel-border {
    /*border: 1px solid #2d85d3;*/
    padding: 20px;
    padding-top: 0;
    margin-bottom: 30px;
    background-color: white;
    box-shadow: 1px 2px 1px #e4dcdc;
}
.package-border {
     padding: 20px;
    padding-top: 0;
    margin-bottom: 30px;
    background-color: white;
    box-shadow: 1px 2px 1px #e4dcdc;
}
.tour-date {
    background-color: white;
    color:#888;
}
.replied-to {
    padding-right: 43px;
}
.comment-subject {
    font-size: 15px;
    color: #2d85d3;
}
.comment-hr {
    background-color: #c7dff5;
    width: 85%;
    margin: 0 auto;
}
.hotel-title {
    margin-bottom: 5px;
}
.related-hotel-img {
     height:165px;
     width:100%;
     padding: 7px;
}
.left-info {
    /*position: fixed;*/
    background-color: white;
    padding: 5px;
    box-shadow: 1px 1px 1px 1px #e5e6ec;
}
.left-info ul li span {
    float: left;
}
.left-info ul li {
    font-size: 13px;
    border-bottom: solid 1px #eee;
    padding: 10px 0px;
}
.left-info ul li:last-child {
    border-bottom: 0px;
}
.left-info .property-amenities {
    line-height: 2;
    padding: 0 14px;
}
.left-info .price {
    width: 50%;
    margin: auto;
    margin-bottom:5px;
    background-color: #2d85d3;
    display: block;
}
.left-info .price a span {
    font-weight: lighter;
}
.package-title {
    font-size: 19px;
    padding: 5px;
    margin-top: 10px;
}
.hotel-table thead{
    background-color: #234c80;
    color: white;
}
.hotel-table thead tr td {
    text-align: center; 
    background-color:#2d85d3; 
    color: white;
    vertical-align: middle;
}
.hotel-table tbody tr td {
     text-align: center; 
}
.relatedtour-title {
    height: 60px;
}
.search-header {
    text-align: center;
}
.search-result {
    width: 70%;
    margin: auto;
    padding: 10px;
    display: grid;
}
.search-result img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.search-result a.result-title {
    padding-top: 10px;
    display: block;
    font-size: 15px;
}
.no-padding {
    padding: 0;
}
.search-hr {
    width: 50%;
}

.top-bar{
    background-color:#2d85d3;
        height: 35px;
}

.card{
    background-color:white;
        border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.15);
    box-shadow: 0 0 15px rgba(0,0,0,.15);
        margin: 0px 80px;
            padding: 12px;
}

.card h3{
        text-align: right;
    color: #808080;
    border-bottom: double 2px #ff7e7e;
    width: 130px;
    font-size: 16px;
    margin-right: 16px;
    padding: 10px;
}

.smallcard{
    background-color:white;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.15);
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    margin: 0px 10px;
    padding: 12px;
    margin-bottom:10px;
}
.special-card {
    width: 90%;
    margin: auto;
}
#SpecialOffers .nav-tabs li.active>a {
    background-color: #ff9a00 !important;
}

#SpecialOffers .nav{margin-bottom:0;padding-left:0;list-style:none}
#SpecialOffers .nav:before, #SpecialOffers .nav:after{content:" ";display:table}
#SpecialOffers .nav:after{clear:both}
#SpecialOffers .nav>li{position:relative;display:block}
#SpecialOffers .nav>li>a{position:relative;display:block;padding: 10px 15px;font-size:16px;}
#SpecialOffers .nav>li>a:hover, #SpecialOffers .nav>li>a:focus{text-decoration:none;background-color:#eee}
#SpecialOffers .nav>li.disabled>a{color:#777}
#SpecialOffers .nav>li.disabled>a:hover, #SpecialOffers .nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}
#SpecialOffers .nav .open>a, .nav .open>a:hover, #SpecialOffers .nav .open>a:focus{background-color:#eee;border-color:#e8e8e8}
#SpecialOffers .nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
#SpecialOffers .nav>li>a>img{max-width:none}
#SpecialOffers .nav-tabs{border-bottom:1px solid #ddd}
#SpecialOffers .nav-tabs>li{float:left;}
#SpecialOffers .nav-tabs>li>a{margin-right:2px;line-height:1.3;border:1px solid transparent;border-radius:4px 4px 0 0}
#SpecialOffers .nav-tabs>li>a:hover{border-color:#eee #eee #ddd}
#SpecialOffers .nav-tabs>li.active>a, #SpecialOffers .nav-tabs>li.active>a:hover, #SpecialOffers .nav-tabs>li.active>a:focus{color:#555;background-color:#eeeff1;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}
#SpecialOffers .nav-pills>li{float:left}
#SpecialOffers .nav-pills>li>a{border-radius:4px}
#SpecialOffers .nav-pills>li+li{margin-left:2px}
#SpecialOffers .nav-pills>li.active>a, #SpecialOffers .nav-pills>li.active>a:hover, #SpecialOffers .nav-pills>li.active>a:focus{color:#fff;background-color:#e8e8e8}
#SpecialOffers .nav-stacked>li{float:none}
#SpecialOffers .nav-stacked>li+li{margin-top:2px;margin-left:0}
#SpecialOffers .nav-justified, #SpecialOffers .nav-tabs.nav-justified{width:100%}
#SpecialOffers .nav-justified>li, #SpecialOffers .nav-tabs.nav-justified>li{float:none}
#SpecialOffers .nav-justified>li>a, #SpecialOffers .nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}
#SpecialOffers .nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}
@media(min-width:768px){.nav-justified>li, #SpecialOffers .nav-tabs.nav-justified>li{display:table-cell;width:1%}
#SpecialOffers .nav-justified>li>a, #SpecialOffers .nav-tabs.nav-justified>li>a{margin-bottom:0}
}
.nav-tabs-justified, #SpecialOffers .nav-tabs.nav-justified{border-bottom:0}
.nav-tabs-justified>li>a, #SpecialOffers .nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}
.nav-tabs-justified>.active>a, #SpecialOffers .nav-tabs.nav-justified>.active>a, .nav-tabs-justified>.active>a:hover, #SpecialOffers .nav-tabs.nav-justified>.active>a:hover, #SpecialOffers .nav-tabs-justified>.active>a:focus, #SpecialOffers .nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}
@media(min-width:768px){.nav-tabs-justified>li>a, #SpecialOffers .nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}
.nav-tabs-justified>.active>a, .nav-tabs.nav-justified>.active>a, #SpecialOffers .nav-tabs-justified>.active>a:hover, #SpecialOffers .nav-tabs.nav-justified>.active>a:hover, #SpecialOffers .nav-tabs-justified>.active>a:focus, #SpecialOffers .nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#eeeff1}
}
#SpecialOffers .tab-content>.tab-pane{display:none}
#SpecialOffers .tab-content>.active{display:block}
#SpecialOffers .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}
#SpecialOffers .navbar{position:relative;min-height:50px;border:1px solid transparent}
#SpecialOffers .navbar:before, .navbar:after{content:" ";display:table}
#SpecialOffers .navbar:after{clear:both}
@media(min-width:768px){.navbar{border-radius:4px}
}
#SpecialOffers .thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857;background-color:#eeeff1;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;transition:border .2s ease-in-out}
#SpecialOffers .thumbnail>img, .thumbnail a>img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto}
#SpecialOffers .thumbnail .caption{padding:9px;color:#333}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active{border-color:#e8e8e8}
#SpecialOffers .media{margin-top:15px}
#SpecialOffers .media:first-child{margin-top:0}
#SpecialOffers .media, .media-body{zoom:1;overflow:hidden;min-height:350px;position: relative;}
#SpecialOffers .media-body{width:10000px}
#SpecialOffers .media-object{display:block}
#SpecialOffers .media-object.img-thumbnail{max-width:none}
#SpecialOffers .media-right, .media>.pull-right{padding-left:10px}

#SpecialOffers .media-left, .media-right, .media-body{display:table-cell;vertical-align:top}


#SpecialOffers .media-middle{vertical-align:middle}
#SpecialOffers .media-bottom{vertical-align:bottom}
#SpecialOffers .media-heading{margin-top:0;margin-bottom:5px}
#SpecialOffers .media-list{padding-left:0;list-style:none}
#SpecialOffers .media-left a{width:100%;height:350px;display:inline-block;}
@media only screen and (max-width:500px){.section-title{text-align:center}
}
#SpecialOffers .nav-tabs{display:inline-block;float:left;border:none;margin:0;padding:0;direction:rtl;border-top-left-radius:3px;background:#efefef;height:100%;}
#SpecialOffers .nav-tabs li{width:100%;float:none;}
#SpecialOffers .nav-tabs li a{border-radius:0;border:none !important;color:#4a4a4a;direction:rtl;text-align:right;position:relative;margin:0;z-index:10;padding-top:13px !important;}
#SpecialOffers .nav-tabs li a>span{white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis;position:relative;width:190px;overflow:hidden;display:inline-block;font-size:.85em;}
#SpecialOffers .nav-tabs li a:before{content: "";position: absolute;right: -13px;top: 0;opacity: 0;background-color: #2d85d3;width: 35px;height: 47px;border-radius: 50%;}
 #SpecialOffers .nav-tabs li.active>a:hover, #SpecialOffers .nav-tabs li.active>a:focus{background-color: #2d85d3  !important;color:#fff}
 #SpecialOffers .nav-tabs li.active>a {
     background-color:  #2d85d3 !important;
     color:#fff;
 }
#SpecialOffers .nav-tabs li.active>a:before, #SpecialOffers .nav-tabs li.active>a:hover:before, #SpecialOffers .nav-tabs li.active>a:focus:before{opacity:1}
#SpecialOffers .nav-tabs li:first-child>a{border-top-left-radius:3px !important}
#SpecialOffers{font-size:1rem;background-color:#fff;box-shadow:0 0 7px 0 rgba(0,0,0,.2);padding-top:0px;position:relative;min-height:350px;overflow:hidden;}
#SpecialOffers .amz-TourInfo{padding:2px 17px 30px 7px;width: 565px;}
.amz-PanelTop{}
#SpecialOffers .amz-TourInfo .amz-TourTitle{text-align:right;direction:rtl;margin-top:15px;font-size:21px;margin-bottom:15px;color:#cc0000}
#amazingTab1, #amazingTab2, #amazingTab3, #amazingTab4, #amazingTab5, #amazingTab6, #amazingTab7;#amazingTab8, #amazingTab9, #amazingTab10{min-height:400px !important}
#SpecialOffers .amz-TourInfo .amz-TourTitle a{direction:rtl;color:#3f3f3f;font-size:.8em;font-weight:bold;display:block}
#SpecialOffers .amz-TourInfo .amz-TourTitle a:hover{color:#454545}
#SpecialOffers .amz-TourInfo .amz-DaysNights{direction:rtl;text-align:right;margin-top:5px;display:inline-block;width:100%;font-size:16px;color:#cc0000}
#SpecialOffers .amz-TourInfo .amz-StartPrices{margin-top:20px;margin-bottom:20px;direction:rtl;text-align:right}
#SpecialOffers .amz-TourInfo .amz-StartPrices p{display:table;width:100%;margin-top:10px;margin-bottom:10px;overflow:hidden;border-radius:2px}
#SpecialOffers .amz-TourInfo .amz-StartPrices p>span{display:block;padding:0;direction:rtl;font-size:.9em;color:#fff;background-color:#007ac5;position:relative;height:37px;line-height:37px;box-sizing:border-box;background:rgb(121, 127, 137) !important;}
#SpecialOffers .amz-TourInfo .amz-StartPrices p>span label{margin:0;position:relative;z-index:10}
#SpecialOffers .amz-TourInfo .amz-StartPrices p>span:first-child{width:90px;text-indent:7px;display:inline-block;float:right;z-index:999}
#SpecialOffers .amz-TourInfo .amz-StartPrices p>span:first-child:before{content:'';border:20px solid transparent;position:absolute;left:-40px;top:-2px;border-right-color:#fff;z-index:1}
#SpecialOffers .amz-TourInfo .amz-StartPrices p>span:first-child:after{content:'';border:20px solid transparent;position:absolute;left:-37px;top:-2px;border-right-color:rgb(121, 127, 137) !important;z-index:2}
#SpecialOffers .amz-TourInfo .amz-StartPrices p>span.del{text-decoration:line-through;-moz-text-decoration-color:#f00;-webkit-text-decoration-color:#f00;text-decoration-color:#f00}
#SpecialOffers .amz-TourInfo .amz-StartPrices p>span:last-child{font-size:16px;text-indent:30px}
#SpecialOffers .amz-TourInfo .amz-StartPrices p.amz-DisPrice>span{background-color:#999 !important}
#SpecialOffers .amz-TourInfo .amz-StartPrices p.amz-DisPrice>span:after{border-right-color:#999 !important}
#SpecialOffers .amz-TourInfo .amz-StartPrices p.amz-DisPrice label{font-size:.9em;direction:rtl;white-space:nowrap}
#SpecialOffers .amz-TourInfo .amz-StartPrices p:last-child>span:last-child{background-color:#007ac5;background:rgb(121, 127, 137) !important;}
#SpecialOffers .amz-TourInfo .amz-StartPrices p.amz-OldPrice:not(:last-child)>span:last-child{text-decoration:line-through;-moz-text-decoration-color:#f00;-webkit-text-decoration-color:#f00;text-decoration-color:#f00}
#SpecialOffers .amz-TourInfo .amz-Airline{direction:rtl;text-align:right;font-size:15px;margin-top:20px;margin-bottom:0;color:#808080}
#SpecialOffers .amz-TourInfo .amz-ExpireDate{direction:rtl;text-align:right;font-size:14px;margin-top:20px;margin-bottom:0;color:#919191}
.amz-Airline img{vertical-align:middle;}
#SpecialOffers .amz-TourInfo .amz-Temperature-row{margin-top:20px;display:inline-block;width:100%}
#SpecialOffers .amz-TourInfo .amz-Temperature{display:inline-block;float:right;direction:rtl}
#SpecialOffers .amz-TourInfo .amz-TemperatureScope{display:inline-block;line-height:35px;height:35px;font-size:30px;direction:ltr;text-align:right;padding-top:5px;float:right;color:#202020}
.box-inner{width:1200px;margin:0px auto}
@media(max-width:1200px){#SpecialOffers{height:auto;}
.tab-content{clear:both;margin-top:20px;}
#SpecialOffers .nav-tabs{width:100%;clear:both;float:none;background-color:#eeeff1 !important;border-bottom:2px solid #cc0000}
#SpecialOffers .nav-tabs li{width:33.3333%;float:right;}
#SpecialOffers .nav-tabs li a::before{display:none}
#SpecialOffers .nav-tabs li a{text-align:center;padding:10px !important;}
#SpecialOffers .amz-TourInfo .amz-TourTitle a{font-size:17px;font-weight:normal;}
#SpecialOffers .amz-TourInfo .amz-Airline, #SpecialOffers .amz-TourInfo .amz-ExpireDate, #SpecialOffers .amz-TourInfo .amz-DaysNights{font-size:14px;}
}
@media(max-width:950px){.media-left{width:100%;clear:both;height:auto;text-align:center;display:block}
.media, #SpecialOffers .media-body{height:auto;display:inline}
#SpecialOffers .amz-TourInfo .amz-Airline, #SpecialOffers .amz-TourInfo .amz-ExpireDate, #SpecialOffers .amz-TourInfo .amz-DaysNights{font-size:14px;text-align:center;}
#SpecialOffers .amz-TourInfo .amz-TourTitle a{text-align:center;}
#SpecialOffers .media-left a{width:auto;height:auto;}
SpecialOffers-Items .time-box{
    position:relative;
    left:0px;
}
}
@media(max-width:750px){.media-left img{width:80%;height:auto;}
#SpecialOffers .nav-tabs li{width:50%;}
#SpecialOffers-Items .time-box{
    position:relative;
    left:0px;
}
}
@media(max-width:500px){#SpecialOffers .nav-tabs li{width:100%;}
                        SpecialOffers-Items .time-box{
    position:relative;
    left:0px;
}
}
#SpecialOffers .amz-TourInfo .amz-ExpireDate {
    border-right: 3px solid #2d85d3;
    padding-right: 11px;
}

#SpecialOffers-Items{
    background-color: #ffffff;
}
#SpecialOffers .tab-content {
    padding: 0;
}
#SpecialOffers-Items .pin-text{
    width: 140px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 0;
    left: auto;
    background-color: #cc0000;
    color: white;
    border-radius: 20px 0px 0px 20px;
    font-size: 17px;
    text-align: center;
    padding: 10px;
}




#SpecialOffers .amz-Airline button {
    background-color: #ff5e00;
    color: white;
    padding: 7px 10px;
    margin:auto;
    display: inline-block;
    border-radius: 5px;
    bottom: 7px;
    font-weight: normal;
    font-size: 13px;
}

#SpecialOffers .amz-PanelTop .amz-header{
    font-size: 14px;
    font-weight: normal;
    color: #808080;
}

#SpecialOffers .amz-PanelTop .amz-summary{
    font-size:14px;
    color: #808080;
    line-height: 1.8;
}

#SpecialOffers .amz-PanelTop hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
#SpecialOffers .nav-tabs li .fa-caret-down {
    display: none;
}
.loadingspinner {
	pointer-events: none;
	width: 5.5em;
	height: 5.5em;
	border: 0.4em solid transparent;
	border-color: #eee;
	border-top-color: #3E67EC;
	border-radius: 50%;
	animation: loadingspin 1s linear infinite;
    margin: auto;
}

@keyframes loadingspin {
	100% {
			transform: rotate(360deg)
	}
}
.none {
    display: none;
}
.price-loading {
    height: 360px;
    padding: 25%;
}
.h_iframe-aparat_embed_frame iframe {
    width: 100%;
    height: 195px;
}
.h_iframe-aparat_embed_frame {
    margin-bottom: 20px;
}