body {
    position: relative;
    color: #555555;
    padding-top: 90px;
    background-color: #f4f4f4;
    background-color: rgba(244,244,244,1);
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.nav-tabs > li
{
    float: right;
}

#site {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 100px rgba(0,0,0,0.1);
}

@media (min-width:768px) {

    body {
        padding-top: 160px;
    }
}


header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    overflow: visible;
    background-color: #ffffff;
    background-color: rgba(255,255,255,1);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    -webkit-transition: background-color 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
    -moz-transition: background-color 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
    -ms-transition: background-color 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
    transition: background-color 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
}

html.reveal-out header {
    bottom: 0;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 90px 0 20px;
}

html.nav-up header {
    top: -130px;
}

html.nav-down header {
    top: 0;
}

html.nav-up header,
html.nav-down header {
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

html.nav-down.reached-top header {
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0);
    -ms-box-shadow: 0 1px 0 rgba(0,0,0,0);
    box-shadow: 0 1px 0 rgba(0,0,0,0);
}

html.reveal-out header, html.nav-down.reached-top.reveal-out header {
    background-color: #181818;
    background-color: #0057c0;
}

header #logo {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 501;
}

    header #logo a {
        display: block;
        text-indent: -9999px;
    }

        header #logo a:active {
            position: relative;
            top: 1px;
        }



@media (min-width:480px) and (max-width:767px) {

    header .container {
        width: 100%;
    }
}

@media (min-width:768px) {

    header {
        -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0);
        -moz-box-shadow: 0 1px 0 rgba(0,0,0,0);
        -ms-box-shadow: 0 1px 0 rgba(0,0,0,0);
        box-shadow: 0 1px 0 rgba(0,0,0,0);
    }

    html.reveal-out header {
        padding: 0;
        overflow: visible;
        bottom: auto;
    }

    html.reveal-out header,
    header,
    header .container {  

    }

        header .container {
            position: relative;
        }

        header #logo {
            top: 20px;
        }
}

@media (min-width:1200px) {
}


.content {
}

    .content.short {
        padding: 8px 0;
    }

@media (max-width:767px) {

    .content #left-col,
    .content #right-col,
    .content #mid-col {
        padding-bottom: 24px;
    }
}

@media (min-width:768px) {

    .content {
    }
}

@media (min-width:992px) {

    .content {

    }
}

@media (min-width:1200px) {

    .content {
    }
}

footer {
    padding: 16px 0;
}

    footer, footer a,
    footer a:hover, footer a:focus, footer a:active {
    }

        footer p:not(.heading) {
            font-size: 14px;
        }

        footer .company-details,
        footer .quick-links {
            margin-bottom: 32px;
        }

@media (min-width:768px) {

    footer .company-details,
    footer .quick-links {
        margin-bottom: 0;
    }
}

@media (min-width:768px) and (max-width:991px) {

    footer {
        padding: 24px 0;
    }
}

@media (min-width:992px) {

    footer {
    }

        footer a:hover {
            text-decoration: none;
            -webkit-opacity: 0.6;
            -moz-opacity: 0.6;
            -ms-opacity: 0.6;
            opacity: 0.6;
        }

        footer p.heading {
            font-size: 22px;
        }
}

@media (min-width:1200px) {

    footer {
    }
}

html.reveal-out {
    overflow: hidden;
}

.navigation {
    position: relative;
    z-index: 5;
}

html.reveal-out .navigation {
    overflow: auto;
}

.navigation .reveal {
    display: none;
}

html.reveal-out .navigation .reveal {
    display: block;
}

header a.expand {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 300;
    width: 50px;
    height: 50px;
    display: block;
    text-indent: -9999px;
    text-decoration: none;
    cursor: pointer;
    background-color: #0057c0;
    background-color: rgba(237,109,25);
}

    header a.expand em {
        display: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        transition: none;
    }

    header a.expand span {
        display: block;
        width: 30px;
        height: 3px;
        position: absolute;
        right: 15px;
        background-color: #ffffff;
        background-color: rgba(255,255,255,1);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        opacity: 1;
        -webkit-transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0.3s, left 0.3s ease-in-out 0.3s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0.3s;
        -moz-transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0.3s, left 0.3s ease-in-out 0.3s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0.3s;
        -ms-transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0.3s, left 0.3s ease-in-out 0.3s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0.3s;
        transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0.3s, left 0.3s ease-in-out 0.3s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0.3s;
    }

    header a.expand.active span {
        -webkit-transition: transform 0.3s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s, left 0.3s ease-in-out 0s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0s;
        -moz-transition: transform 0.3s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s, left 0.3s ease-in-out 0s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0s;
        -ms-transition: transform 0.3s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s, left 0.3s ease-in-out 0s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0s;
        transition: transform 0.3s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s, left 0.3s ease-in-out 0s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0s;
    }

    header a.expand span.top {
        top: 15px;
        right:10px;
    }

    header a.expand span.mid {
        top: 24px;
        right:10px;
    }

    header a.expand span.bottom {
        top: 33px;
        right:10px;
    }

    header a.expand.active span.mid {
        width: 0;
    }

    header a.expand.active span.top,
    header a.expand.active span.bottom {
        top: 24px;        
    }

    header a.expand.active span.top {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
    }

    header a.expand.active span.bottom {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
    }


@media (min-width:768px) {

    html.reveal-out {
        overflow: auto;
    }

        html.reveal-out .navigation {
            overflow: visible;
        }

    header a.expand {
        display: none;
    }

    .navigation .reveal {
        display: block;
    }
}

.navigation nav.main {
    padding: 0 0 20px;
}

    .navigation nav.main > ul {
        border-width: 0 0 1px;
        border-style: solid;
        border-color: rgba(255,255,255,0.2);
    }

    .navigation nav.main ul > li {
        position: relative;
        border-width: 1px 0 0;
        border-style: solid;
        border-color: rgba(255,255,255,0.2);
    }

    .navigation nav.main li a {
        display: block;
        padding: 18px 40px 0 15px;
        color: #ffffff;
        color: rgba(255,255,255,1);

        -webkit-transition: background-color 0.3s ease-in-out 0s;
        -moz-transition: background-color 0.3s ease-in-out 0s;
        -ms-transition: background-color 0.3s ease-in-out 0s;
        transition: background-color 0.3s ease-in-out 0s;
    }

    .navigation nav.main li > a:hover {
        color: #ffffff;
        color: rgba(255,255,255,1);
    }

    .navigation nav.main li > a.active, .navigation nav.main li > a.active:hover {
        color: #ffffff;
       color: rgba(255,255,255,1);
        background-color: #053773;
        -webkit-opacity: 0.6;
        -moz-opacity: 0.6;
        -ms-opacity: 0.6;
        opacity: 0.6;
    }

    .navigation nav.main ul li i {
        position: absolute;
        top: 2px;
        z-index: 100;
        text-align: center;
        color: #ffffff;
        color: rgba(255,255,255,1);
        background-color: #ed6d19;
        background-color: #053773;
    }

    .navigation nav.main ul li i {
        width: 40px;
        min-height: 27px;
        padding-top: 4px;
        font-size: 20px;
        left: 0;
    }

    .navigation nav.main ul li ul li i {
    }

    .navigation nav.main ul li.open > i {
        transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
    }

    .navigation nav.main ul ul {
        font-size: 16px;
        
    }

    .navigation nav.main ul li.open > ul {
        display: block;
    }

    .navigation nav.main ul li.open {
        background-color: rgba(24,24,24,0.2);
    }


@media (min-width:768px) {

    .navigation,
    .navigation nav.main,
    .navigation nav.main ul,
    .navigation nav.main ul li {
        z-index: 500;
        position: relative;
        overflow: visible;
    }

        .navigation nav.main {
            position: absolute;
            top: 0;
            right: 15px;
            left: 15px;
            height: 40px;
            background-color: #181818;
            background-color: #0359c0;
        }
    header::after {
        content: "";
        display: block;
        width: 100%;
        height: 40px;
        position: absolute;
        top: 130px;
        right: 0;
        left: 0;
        background-color: #181818;
        background-color: #0359c0;
    }

    .navigation nav.main > ul {
        line-height: 0;
        overflow: visible;
        border: 0 none;
    }

    .navigation nav.main ul > li {
        float: right;
        position: relative;
        z-index: 1000;
        border: 0 none;
    }

    .navigation nav.main ul li {
        line-height: 1;
        padding-top: 4px;
    }

    .navigation nav.main > ul > li > a {
        height: 39px;
        padding: 0;
        padding-top: inherit;
        margin-top: -4px;
    }

    .navigation nav.main ul > li:hover,
    .navigation nav.main ul > li:not(.has-child) a:not(.active):hover {
        background-color: #053773;
        
    }

    .navigation nav.main ul > li:not(.has-child):hover {
        background: none;
    }

    .navigation nav.main ul li a span {
        display: block;
        padding: 15px 15px;
    }

    .navigation nav.main > ul > li.has-child > a span {
        padding-left: 40px;
    }

    .navigation nav.main ul li.has-child i {
        background: none;
        color: #ffffff;
        color: rgba(255,255,255,1);
    }

    .navigation nav.main > ul > li.has-child > i {
        font-size: 15px;
        top: 6px;    
    }
    .navigation nav.main ul ul {
        position: absolute;
        top: 40px;
        right: -999em;
        z-index: 2000;
        width: 327px;
        height: auto;
        display: none;
        text-align: left;
        background-color: #0057c0;
        -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
        -ms-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
        box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    }

    .navigation nav.main ul li ul {
        font-size: 14px;
    }

        .navigation nav.main ul li ul li {
            display: block;
            float: none;
            padding: 0;
            margin: 0;
            font-size: 12px;
        }

        .navigation nav.main ul li ul a {
            padding: 0;
        }

            .navigation nav.main ul li ul a::before {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                width: 3px;
                height: 100%;
                background-color: rgba(255,255,255,0.2);
            }

            .navigation nav.main ul li ul a:hover::before {
                background-color: rgba(255,255,255,0.4);
            }

            .navigation nav.main ul li ul a.active::before {
                background-color: rgba(24,24,24,1);
            }

            .navigation nav.main ul li ul a span {
                display: block;              
                text-align: right;
                padding: 8px 15px;
            }

        .navigation nav.main ul li ul li i {
            font-size: 15px;
            height: auto;            
        }

    .navigation nav.main ul ul ul {
        top: 0;
        right: -999em;
    }

    .navigation nav.main ul li.has-child.open {
        background-color: #ed6d19;
        background-color: rgba(237,109,25,1);
    }

    .navigation nav.main ul li.has-child ul a:hover {
        background-color: rgba(24,24,24,0.1);
    }

    .navigation nav.main ul li.open ul {
        right: 0;
    }

        .navigation nav.main ul li.open ul ul {
            right: -999em;
        }

    .navigation nav.main ul ul li.open ul {
        right: 240px;
    }
}

@media (min-width:992px) {
}

@media (min-width:768px) and (max-width:1199px) {

    .navigation nav.main ul li.has-child a {
        position: relative;
        z-index: 1;
    }

    .navigation nav.main ul li.has-child i {
        z-index: 100;
    }
}

@media (min-width:1200px) {

    .navigation nav.main ul li.has-child a {
        position: relative;
        z-index: 2;
    }

    .navigation nav.main ul li.has-child i {
        z-index: 1;
    }

    .navigation nav.main ul li.has-child:hover > i {
        transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
    }

    .navigation nav.main ul li.has-child:hover {
        
    background-color: #053773;
    }

    .navigation nav.main ul li:hover ul {
        right: 0;
        display: block;
    }

        .navigation nav.main ul li:hover ul ul {
            right: -999em ;
            display: none;
        }

    .navigation nav.main ul ul li:hover ul {
        right: 240px;
        display: block;
    }
}
.navigation nav.top {
    padding-right: 40px;
    direction: rtl;
}

    .navigation nav.top > ul,
    .navigation nav.top ul .dropdown-menu {
        font-size: 14px;
    }

    .navigation nav.top ul > li {
        display: block;
        margin: 15px 0;
    }

    .navigation nav.top li a {
        color: white;
        color: white;
    }

@media (min-width:0) and (max-width:767px) {

    .navigation nav.top ul .dropdown-menu {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        float: none !important;
        width: auto;
        background: none;
        border: 0 none;
        box-shadow: none;
    }

        .navigation nav.top ul .dropdown-menu li a {
            padding: 0;
            background: none !important;
        }
}

@media (min-width:768px) {

    .navigation nav.top {
           position: absolute;
    top: -143px;
    left: 230px;
    padding: 0px 5px 5px 0px;
    background-color: rgba(0, 0, 0, 0.31);
    border-radius: 10px;
    }

        .navigation nav.top > ul,
        .navigation nav.top ul .dropdown-menu {
            font-size: 12px;
        }

        .navigation nav.top ul > li {
            display: block;
            float: left;
            margin: 0 0 0 10px;
        }

        .navigation nav.top li a {
            display: block;
            padding: 23px 0 5px;
            height: 40px;
            color: white;
            color: white;
        }

        .navigation nav.top ul .dropdown-menu {
            top: 30px;
            right: 0;
            margin: 0;
            padding: 0;
        }

            .navigation nav.top ul .dropdown-menu li {
                margin: 0;
                float: none;
            }

                .navigation nav.top ul .dropdown-menu li a {
                    display: block;
                    padding: 10px 10px 12px;
                    height: auto;
                }
}

@media (min-width:992px) {
}

@media (min-width:1200px) {
}
nav.sub {
    position: relative;
    overflow: hidden;
    height: 100%;
    margin-bottom: 30px;
}

    nav.sub p.heading {
        font-size: 18px;
        margin: 0;
        border-width: 0 0 1px;
        border-style: solid;
        border-color: #e3e3e3;
        border-color: rgba(227,227,227,1);
    }

        nav.sub.categories p.heading,
        nav.sub p.heading a {
            display: block;
            color: #181818;
            color: rgba(24,24,24,1);
        }

    nav.sub ul {
        margin: 0;
    }

        nav.sub ul ul {
            font-size: 16px;
        }

        nav.sub ul li {
            position: relative;
        }

            nav.sub ul li a {
                display: block;
                padding: 10px 0;
                background: transparent;
                -webkit-transition: all 0.2s ease-in-out 0s;
                -moz-transition: all 0.2s ease-in-out 0s;
                -ms-transition: all 0.2s ease-in-out 0s;
                transition: all 0.2s ease-in-out 0s;
            }

                nav.sub ul li a:hover {
                    padding-left: 3px;
                }
            nav.sub ul li.active > a {
                color: #181818;
                color: rgba(24,24,24,1);
            }

        nav.sub ul ul {
            font-size: 13px;
        }

            nav.sub ul ul li a {
                padding: 6px 0 6px 10px;
                font-weight: 400;
            }

                nav.sub ul ul li a:hover {
                    padding-left: 13px;
                }

            nav.sub ul ul li::before {
                content: "";
                position: absolute;
                top: 12px;
                left: 0;
                width: 5px;
                height: 1px;
                background-color: rgba(24,24,24,0.2);
            }

        nav.sub ul li a {
        }

        nav.sub ul li.active, nav.sub ul li.active > a, nav.sub ul li.active > a:hover, nav.sub ul li.active > a, nav.sub ul li.active > a:hover {
            font-family: 'montserratregular', sans-serif;
            font-weight: normal;
        }

            nav.sub ul li.active > a, nav.sub ul li.active > a:hover, nav.sub ul li.active > a, nav.sub ul li.active > a:hover {
                padding-left: 0;
            }

        nav.sub ul ul li.active > a, nav.sub ul ul li.active > a:hover, nav.sub ul ul li.active > a, nav.sub ul ul li.active > a:hover {
            padding-left: 10px;
        }

        nav.sub ul li a:hover, nav.sub ul ul li a:hover {
        }

.breadcrumb-trail {
    overflow: hidden;
    border-width: 1px 0 0;
    border-style: solid;
    border:none;
    border-color: rgba(24,24,24,0.1);
    margin-top: -10px !important;
}

    .breadcrumb-trail ol {
        padding: 0;
        margin: 0;
        background: transparent;
        font-size: 14px;
    }

        .breadcrumb-trail ol li {
            display: block;
        }

.breadcrumb-trail {
    height: 37px;
}

    .breadcrumb-trail ol li {
      position: relative;
    float: right;
    margin: 10px 0px 10px 20px;
    }
        .breadcrumb-trail ol li.active {
            background: none;
            padding-left: 10px;
            opacity: 0.6;
        }
        
.breadcrumb-trail ol li:before{ 
      content: '\f104';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 10px 0px 0px;
    text-decoration: none;

} 
        

        .breadcrumb-trail ol li,
        .breadcrumb-trail ol li a {
            display: inline-block;
            height: 30px;
            color: rgba(24,24,24,0.6);
        }

            .breadcrumb-trail ol li a {
                font-weight: 400;
                color: rgba(24,24,24,1);
            }

            .breadcrumb-trail ol li:first-child a {
                padding-left: 0;
            }
nav#pagination {
    margin: 20px 0 0;
}

    nav#pagination.post {
        margin-bottom: 30px;
    }

    nav#pagination .pagination {
        overflow: hidden;
        height: 100%;
        margin: 0;
        display: block;
        font-size: 0;
    }

.listing.shop nav#pagination {
    margin: 0;
}

    .listing.shop nav#pagination .pagination {
        border: 0 none;
    }

nav#pagination .pagination li {
    border: 0 none;
    display: inline-block;
    font-size: 14px;
    margin: 0 2px;
}

    nav#pagination .pagination li.prev,
    nav#pagination .pagination li.next {
        float: right;
    }

    nav#pagination .pagination li.next {
        float: left;
    }

    nav#pagination .pagination li a {
        border-width: 1px;
        border-style: solid;
        border-color: #e3e3e3;
        border-color: rgba(227,227,227,1);
        padding: 13px 20px;
        color: #ed6d19;
        color: rgba(237,109,25,1);
    }

    nav#pagination .pagination li:not(.active) a:hover {
        color: #ffffff;
        color: rgba(255,255,255,1);
        background-color: #ed6d19;
        background-color: rgba(237,109,25,1);
    }

    nav#pagination .pagination li.prev,
    nav#pagination .pagination li.next {
        margin: 0;
    }

    nav#pagination .pagination li.active a {
        font-weight: bold;
        color: #ffffff;
        color: rgba(255,255,255,1);
        background-color: #181818;
        background-color: rgba(24,24,24,1);
    }
nav.sitemap {
    overflow: hidden;
    height: 100%;
    position: relative;
}

    nav.sitemap ul {
        margin: 0;
        padding: 0 0 8px;
    }

        nav.sitemap ul li {
            display: block;
            padding: 0;
            margin: 0;
            background: url('/images/bg/sitemap-line.png') no-repeat left -31px;
        }

        nav.sitemap ul ul {
            margin-left: 16px;
        }
nav.social {
    margin-bottom: 30px;
}

    nav.social ul {
        line-height: 0;
    }

        nav.social ul li {
            display: inline-block;
            position: relative;
            margin: 0 2px 5px 0;
        }

            nav.social ul li a {
                display: block;
                float: left;
                text-indent: -9999px;
                width: 40px;
                height: 40px;
                background-image: url('/images/icons/social.png');
                background-repeat: no-repeat;
            }

            nav.social ul li.first a {
            }

            nav.social ul li.last a {
            }

            nav.social ul li.facebook a {
                background-position: left top;
            }

            nav.social ul li.twitter a {
                background-position: left -40px;
            }

            nav.social ul li.linkedin a {
                background-position: left -80px;
            }

            nav.social ul li.google_plus a {
                background-position: left -120px;
            }

            nav.social ul li.pinterest a {
                background-position: left -160px;
            }

            nav.social ul li.in
gram a {
                background-position: left -200px;
            }

            nav.social ul li.flickr a {
                background-position: left -240px;
            }

            nav.social ul li.tumblr a {
                background-position: left -280px;
            }

            nav.social ul li.vimeo a {
                background-position: left -320px;
            }

            nav.social ul li.youtube a {
                background-position: left -360px;
            }

            nav.social ul li.dribble a {
                background-position: left -400px;
            }

            nav.social ul li.skype a {
                background-position: left -440px;
            }

            nav.social ul li.rss a {
                background-position: left -480px;
            }
.quick-links {
}

    .quick-links ul {
    }

        .quick-links ul li {
            margin-bottom: 10px;
        }

            .quick-links ul li a {
                display: block;
                padding-left: 10px;
            }

                .quick-links ul li a::after {
                    content: "";
                    position: absolute;
                    top: 7px;
                    left: 15px;
                    display: block;
                    width: 5px;
                    height: 1px;
                    background-color: rgba(24,24,24,0.3);
                }

@media (min-width:992px) {

    .quick-links ul li a:hover {
        padding-left: 13px;
    }
}
nav.footer {
    direction: rtl;
}

    nav.footer ul {
        font-size: 11px;
    }

        nav.footer ul li {
            display: block;
            padding: 10px 0;
        }

            nav.footer ul li a,
            nav.footer ul li div {
                display: inline;
                padding: 0;
            }

            nav.footer ul li.site-credit a {
            }

footer nav.footer ul li.site-credit a,
footer nav.footer ul li.site-credit a:hover, footer nav.footer ul li.site-credit a:focus, footer nav.footer ul li.site-credit a:active {
    color: #ed6d19;
    color: rgba(237,109,25,1);
}

@media (min-width:768px) {

    nav.footer ul li {
        margin: 0 8px 0 0;
        padding: 0;
        display: inline-block;
    }

        nav.footer ul li.site-credit {
            clear: both;
            display: block;
            padding: 40px 0 0;
        }
}

@media (min-width:768px) and (max-width:991px) {
}

@media (min-width:992px) {

    nav.footer ul li a:hover {
        -webkit-opacity: 0.6;
        -moz-opacity: 0.6;
        -ms-opacity: 0.6;
        opacity: 0.6;
    }

    nav.footer ul li.site-credit {
        float: right;
        clear: none;
        padding: 0;
    }
}
.slick-prev, .slick-next {
    display: table;
}

    .slick-prev i, .slick-next i {
        position: relative;
        margin: 0 !important;
        display: block;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }

.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 42.5%;
    z-index: 200;
    background: none;
    border: 0 none;
    cursor: pointer;
    background-color: rgba(237,109,25,0.8);
    color: #ffffff;
    color: rgba(255,255,255,1);
}

.slick-prev {
    left: 0;
    background-color: rgba(237,109,25,0.8);
}

.slick-next {
    right: 0;
}

    .slick-prev:hover, .slick-next:hover {
        background-color: rgba(237,109,25,1);
    }

    .slick-prev i, .slick-next i {
        font-size: 20px;
    }

ul.slick-dots {
    position: absolute;
    right: 0;
    top:5px;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    height: 0;
}

    ul.slick-dots li {
        margin: 0 5px;
        display: inline-block;
        width: 10px;
        height: 10px;
        float:left;
    }

        ul.slick-dots li button {
            border-radius: 50%;
            width: 12px;
            height: 12px;
            background-color: rgba(251, 251, 251, 0.4);
            -webkit-transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
            -moz-transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
            -ms-transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
            transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
        }

        ul.slick-dots li.slick-active button {
            background-color: #181818;
            background-color: rgb(239, 239, 239);
        }

.banner ul.slick-dots li button,
.c1-bg ul.slick-dots li button, .c2-bg ul.slick-dots li button, .c3-bg ul.slick-dots li button {
    background-color: rgba(255,255,255,0.4);
}

.banner ul.slick-dots li.slick-active button,
.c1-bg ul.slick-dots li.slick-active button, .c2-bg ul.slick-dots li.slick-active button, .c3-bg ul.slick-dots li.slick-active button {
    background-color: #ffffff;
    background-color: rgba(255,255,255,1);
}

.image-carousel ul.slick-dots {
    position: relative;
    bottom: auto;
    top: 19px;
    display: none !important;
}
.image h4{
    margin-top: 0px;
}
@media (min-width:768px) {

    .image-carousel .slick-prev, .image-carousel .slick-next {
        top: 35%;
    }
}


@media (min-width:992px) {

    .banner .slick-prev, .banner .slick-next {
        width: 50px;
        height: 50px;
    }

    .image-carousel .slick-prev, .image-carousel .slick-next {
        top: 36.5%;
    }

    .image-carousel ul.slick-dots {
        display: block !important;
    }
}
.promo-pods {
    position: relative;
    overflow: hidden;
    height: 100%;
}

    .promo-pods .item {
        position: relative;
        margin-bottom: 24px;
    }

        .promo-pods .item a:hover .heading,
        .promo-pods .item a:hover .text {
            text-decoration: none;
        }

        .promo-pods .item .image {
            margin: 0 0 15px;
        }

        .promo-pods .item img {
            overflow: hidden;
        }

        .promo-pods .item a {
        }

        .promo-pods .item .heading {
            display: block;
            margin: 0 0 10px;
            font-size: 16px;
            text-decoration: none;
        }

        .promo-pods .item .text {
            display: block;
            margin-bottom: 20px;
        }

            .promo-pods .item .text p {
                margin: 0;
            }

        .promo-pods .item .link {
            margin: 0;
        }

            .promo-pods .item .link a {
            }

@media (min-width:480px) and (max-width:767px) {

    .promo-pods .item {
        width: 50% !important;
        float: left !important;
    }
}

@media (min-width:992px) {
}

@media (min-width:1200px) {

    .promo-pods .item .heading {
        font-size: 18px;
    }
}
.listing {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.apc .listing {
    padding: 0;
    margin: 0;
}

.listing .item {
    margin-bottom: 10px;
}

    .listing .item a {
        direction:rtl;
    }

    .listing .item .image {
    }

    .listing .item .heading {
        display: block;
        direction:rtl;
        margin: 0 0 8px;
    }

    .listing .item .text {
        display: block;
        margin: 0 0 16px;
    }

        .listing .item .meta a,
        .listing .item .text a {
            display: inline;
        }


@media (max-width:767px) {

    .spc.listing .item .pull-right {
        float: none;
        text-align: left;
    }
}

@media (min-width:768px) {
}

@media (min-width:992px) {
}

@media (min-width:1200px) {

    .listing .item .heading {
    }
}

.listing.blog {
}

    .listing.blog .item .image {
    }

div.meta {
    clear: both;
    margin: 30px 0;
}

.listing div.meta {
    margin: 0;
}

.meta .author-date {
    padding-bottom: 10px;
}

div.meta .inner {
}

.item div.meta {
    margin-top: 40px;
}

.small .item div.meta {
    margin-top: 20px;
}

div.meta .categories {
    padding-top: 10px;
}

@media (min-width:768px) {

    div.meta .categories {
        padding-top: 0;
    }
}

@media (min-width:992px) {

    .listing.blog .item .heading {
    }
}

@media (min-width:1200px) {

    .listing.blog .item .heading {
    }
}
.listing.search {
    margin-top: 30px;
}


.listing.section {
    margin-top: 30px;
}


.listing.grid {
}

    .listing.grid .item {
        margin-bottom: 30px;
        padding-bottom: 0;
        overflow: hidden;
    }

        .listing.grid .item .image {
        }

            .listing.grid .item .image img {
                width: auto;
            }

@media (min-width:480px) and (max-width:767px) {

    .listing.grid .item {
        width: 50% !important;
        float: left !important;
    }
}

@media (min-width:992px) {
}

@media (min-width:1200px) {
}
.swp {
}

    .swp .item {
        position: relative;
        margin-bottom: 30px;
    }

        .swp .item .heading a {
            text-decoration: none;
        }

        .swp .item .heading i {
            font-size: 15px;
            display: none;
        }

        .swp .item .link {
            margin-bottom: 0;
        }



        .swp .item.blockquote-pod {
        }

    .swp blockquote p {
        font-size: 16px;
    }

@media (min-width:992px) {

    .swp blockquote p {
        font-size: 20px;
    }
}

.swp .item.code-pod {
}


.swp .item.general-pod {
}


.swp .item.image-pod {
}

.swp .item.listing-pod {
}

    .swp .item.listing-pod .inner > .heading {
        margin-bottom: 30px;
    }

    .swp .item.listing-pod .link {
        margin: 20px 0 0;
    }

.swp .listing {
    margin: 0;
    padding: 0;
}

    .swp .listing .item {
        margin: 0;
        padding: 0;
    }

        .swp .listing .item::after {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            margin: 10px 0 15px;
            background-color: #e3e3e3;
            background-color: rgba(227,227,227,1);
        }

        .swp .listing .item .heading {
        }

        .swp .listing .item .meta {
            margin: 0;
            padding: 0;
            font-size: 10px;
        }

.swp .item.newsletter-pod {
}


.swp .item.video-pod {
}

.spc {
    position: relative;
}

    .spc.textblock,
    .spc.listing {
        margin: 0;
    }



.tabbed {
}
nav.tabs .nav {
    position: relative;
    height: 24px;
    margin-bottom: 6px;
    background: #B9E0FD;
    border: 0 none;
    border-right: 4px solid #d40000;
    margin-top:12px;
    }

    nav.tabs ul.nav-tabs li {
    margin: 0;
    float: right;
    color: #fff;
    position: relative;
    background: transparent;
    padding: 0 10px 0 10px;
    z-index: 10;
    font: 16px/30px;
    text-align:right;
    }
    nav.tabs ul.nav-tabs::after
    {
        display: block;
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
        border-bottom: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #fff;
        border-left: 12px solid #fff;
    }
    nav.tabs ul.nav-tabs li.active
    {
        background: #0151B2;
        height: 30px;
        top: -6px;
    }
    nav.tabs ul.nav-tabs li.active::before
    {
    left: -34px;
    border-bottom: 30px solid #fff;
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    z-index: -1;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    }
    nav.tabs li.active:first-child:before
    {
    left: -34px;
    border-bottom: 30px solid #fff;
    }
    nav.tabs .nav li.active::after
    {
        left: -30px;
        border-bottom: 30px solid #0151B2;
        display: block;
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        bottom: 0;
        z-index: -1;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
    }
    nav.tabs .nav li.active a
    {
    background-color:transparent;
    font-size: 15px;
    line-height: 30px;
    cursor: pointer;
    }
   nav.tabs .nav li a {
    color: #0151b2;
    display: block;
    padding: 0;
    border: 0 none;
    margin: 0;
    outline: 0 none;
}
.spc nav.tabs .nav li:first-child {
    margin-left: 0;
}

.spc nav.tabs .nav li:last-child {
    
}

nav.tabs .nav li a {
    display: block;
    padding: 0;
    border: 0 none;
    margin: 0;
    outline: 0 none;
}
nav.tabs .nav li:nth-child(n+2)
{
    margin-right:30px;
}
nav.tabs .nav li:not(.active) a:hover { 
background-color: transparent;  
}
nav.tabs ul.nav-tabs li a:hover{
    border:none!important;
    color:white!important;
}

nav.tabs .nav li.active a {
    background-color: transparent;
    font-size: 15px;
    line-height: 30px;
    cursor: pointer;
    color: white!important;
    border: none !important;
    padding-left: 30px;
    padding-right: 30px;
}

.c1-bg nav.tabs .nav li a,
.c2-bg nav.tabs .nav li a,
.c3-bg nav.tabs .nav li a,
.c4-bg nav.tabs .nav li a,
.c6-bg nav.tabs .nav li a {
    border-width: 2px 0 0;
}

.c1-bg nav.tabs .nav li:not(.active) a,
.c2-bg nav.tabs .nav li:not(.active) a,
.c3-bg nav.tabs .nav li:not(.active) a {
    border-top-color: #ed6d19;
    border-top-color: rgba(237,109,25,1);
    background-color: #ffffff;
    background-color: rgba(255,255,255,1);
}

.c2-bg nav.tabs .nav li:not(.active) a {
    border-top-color: #cccccc;
    border-top-color: rgba(204,204,204,1);
}

.c3-bg nav.tabs .nav li:not(.active) a {
    border-top-color: #181818;
    border-top-color: rgba(24,24,24,1);
}

.c1-bg nav.tabs .nav li:not(.active) a:hover,
.c2-bg nav.tabs .nav li:not(.active) a:hover {
    
}

.c1-bg nav.tabs .nav li.active a {
    border-top-color: #181818;
    border-top-color: rgba(24,24,24,1);
    background-color: #ffffff;
    background-color: rgba(255,255,255,1);
}


.tabbed .tab-content {
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #e3e3e3;
    border-color: rgba(227,227,227,1);
}


@media (min-width:768px) {
}

@media (min-width:992px) {
}

@media (min-width:1200px) {

    nav.tabs .nav {
        font-size: 15px;
    }
}
.accordion {
}

    .accordion .panel {
        border: 0 none;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
    }

    .accordion .heading {
        margin: 0;
        font-size: 14px;
    }

        .accordion .heading a {
            position: relative;
            display: block;
            padding: 15px 45px 15px 15px;
            background-color: #ffffff;
            background-color: rgba(255,255,255,1);
            border-width: 1px 1px 1px 2px;
            border-style: solid;
            border-color: #e1e1e1;
            border-color: rgba(225,225,225,1);
            text-decoration: none !important;
        }

            .accordion .heading a,
            .accordion .heading a.collapsed:hover {
                border-left-color: #ed6d19;
                border-left-color: rgba(237,109,25,1);
            }

                .accordion .heading a.collapsed {
                    border-color: #e1e1e1;
                    border-color: rgba(225,225,225,1);
                }

        .accordion .heading i {
            font-size: 15px;
            position: absolute;
            top: 15px;
            right: 15px;
        }

    .accordion .panel-body {
        padding: 15px 0;
    }


@media (min-width:768px) {
}

@media (min-width:992px) {
}

@media (min-width:1200px) {

    .accordion .heading {
        font-size: 15px;
    }
}
.spc.quotes {
}

    .spc.quotes blockquote p {
        font-size: 22px;
    }

@media (min-width:768px) {
}

@media (min-width:992px) {

    .spc.quotes blockquote {
        padding-top: 40px;
    }

        .spc.quotes blockquote p {
            font-size: 28px;
        }

        .spc.quotes blockquote cite {
            font-size: 14px;
        }

    .quotes blockquote::before {
        font-size: 40px;
    }

    .quotes blockquote::after {
        font-size: 30px;
    }
}

@media (min-width:1200px) {

    .spc.quotes blockquote p {
        font-size: 32px;
    }
}

.spc.image {
    float: right;
    width: 120px;
    float: left;
}

    .spc.image img {
        display: block;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    }

    .spc.image .info {
    }

        .spc.image .info .text {
            margin: 10px 0 0;
            font-size: 90%;
            font-style: italic;
            -webkit-opacity: 0.6;
            -moz-opacity: 0.6;
            -ms-opacity: 0.6;
            opacity: 0.6;
        }
.gallery {
}

    .gallery .item {
        margin-bottom: 24px;
    }

        .gallery .item a {
        }

        .gallery .item .image {
            position: relative;
        }


@media (max-width:767px) {

    .spc.gallery .item:nth-child(2n+1) {
        clear: both;
    }
}

@media (min-width:768px) {

    .spc.gallery .item:nth-child(3n+1) {
        clear: both;
    }
}
.resources {
}

    .resources .item {
        padding: 16px;
    }

        .resources .item .heading {
            display: block;
            font-size: 16px;
            margin-bottom: 4px;
        }

        .resources .item .size {
            font-size: 12px;
        }

@media (min-width:768px) {
}

@media (min-width:992px) {
}

@media (min-width:1200px) {

    .resources .item .heading {
        font-size: 18px;
    }
}

table {
}

thead {
    background-color: #f4f4f4;
    background-color: rgba(244,244,244,1);
    color: #181818;
    color: rgba(24,24,24,1);
}
.tables table .even td, .tables .body .item.even {
    background-color: #ffffff;
    background-color: rgba(255,255,255,1);
}

table th {
    font-weight: 500;
    font-size: 15px;
}

table tr p:first-of-type {
    margin-top: 0;
}

table tr p:last-of-type {
    margin-bottom: 0;
}
.author-bio {
}

    .author-bio p.heading {
        margin-bottom: 0;
    }

    .author-bio .image {
        margin-top: 16px;
    }

    .author-bio .info {
        padding: 16px 16px 0;
    }

        .author-bio .info p.heading {
            font-size: 16px;
        }

        .author-bio .info .text p {
        }

@media (min-width:768px) {

    .author-bio .info {
        padding: 16px 16px 16px 0;
    }
}
.slideshow {
}

    .slideshow .item {
        display: block;
    }

        .slideshow .item .image {
        }

            .slideshow .item .image img {
                display: block;
                overflow: hidden;
            }

        .slideshow .item .info {
        }

            .slideshow .item .info .text {
                padding: 10px 0 0;
                font-size: 80%;
                -webkit-opacity: 0.6;
                -moz-opacity: 0.6;
                -ms-opacity: 0.6;
                opacity: 0.6;
            }
.pricing-menu {
}

    .pricing-menu .wrap {
    }

    .pricing-menu .head {
        padding: 10px 0 20px;
        margin-bottom: 20px;
        border-width: 0 0 2px;
        border-style: solid;
        border-color: #ed6d19;
        border-color: rgba(237,109,25,1);
    }

        .pricing-menu .head .heading {
            margin: 0;
            font-size: 14px;
        }

    .pricing-menu .item {
        padding: 15px 0;
        border-width: 0 0 1px;
        border-style: solid;
        border-color: #e3e3e3;
        border-color: rgba(227,227,227,1);
    }

        .pricing-menu .item:last-of-type {
            border: 0 none;
        }

        .pricing-menu .item .heading {
            text-transform: none;
            letter-spacing: 0;
            font-size: 16px;
            margin: 0 0 8px;
        }

        .pricing-menu .item .text p {
            margin: 0 0 5px;
            font-size: 90%;
            font-style: italic;
        }

    .pricing-menu .price p {
        margin: 5px 0 0;
    }

@media (min-width:768px) {
}

@media (min-width:992px) {

    .pricing-menu .item .heading {
        font-size: 18px;
    }

    .pricing-menu .item .price {
        text-align: right;
    }

    .pricing-menu .price p {
        margin: 0 0 10px;
    }
}

@media (min-width:1200px) {
}
.apc {
    position: relative;
    padding: 24px 0;
    overflow: hidden;
    height: 100%;
}

    .apc .overview {
        margin-bottom: 24px;
    }

        .apc .overview .text :last-child {
            margin-bottom: 0;
        }

    .apc .outro {
        margin-top: 24px;
    }

        .apc .outro .text :first-child {
            margin-top: 0;
        }

    .apc.no-padding .overview {
        margin-top: 24px;
    }

    .apc.no-padding .outro {
        margin-bottom: 24px;
    }

    .apc .image.video {
        position: relative;
    }

    .apc.banner {
        padding: 0 !important;
    }

    .apc.banner,
    .apc.promo-pods {
        margin: 0;
    }

    .apc .heading.main {
        font-size: 25px;
    }

@media (min-width:768px) {

    .apc {
        padding: 32px 0;
    }

        .apc.no-padding .overview {
            margin-top: 32px;
        }

        .apc.no-padding .outro {
            margin-bottom: 32px;
        }
}

@media (min-width:992px) {

    .apc {
        padding: 48px 0;
    }

        .apc.no-padding .overview {
            margin-top: 48px;
        }

        .apc.no-padding .outro {
            margin-bottom: 48px;
        }

        .apc .heading.main {
            font-size: 30px;
        }
}

@media (min-width:1200px) {

    .apc {
        padding: 64px 0;
    }

        .apc.no-padding .overview {
            margin-top: 64px;
        }

        .apc.no-padding .outro {
            margin-bottom: 64px;
        }

        .apc .heading.main {
            font-size: 35px;
        }
}
.apc.banner {
    overflow: hidden;
    height: auto;
    position: relative;
    z-index: 0;
}

    .apc.banner .item {
        position: relative;
        z-index: 0;
        background-repeat: no-repeat;
        background-position: center;
    }

        .apc.banner .item.takeover, .apc.banner .item.takeover .container, .apc.banner .item.takeover .row {
            height: 100vh;
            height: calc(100vh - 90px);
            height: -o-calc(100vh - 90px);
            height: -webkit-calc(100vh - 90px);
            height: -moz-calc(100vh - 90px);
        }

    .apc.banner .image {
    }

    .apc.banner .item.takeover .image {
        display: none;
    }

    .apc.banner img {
        display: block;
        overflow: hidden;
    }

    .apc.banner .info {
        width: 100%;
        z-index: 100;
    }

    .apc.banner .item.takeover .info {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        padding: 0;
    }

    .apc.banner .info .heading {
        font-size: 24px;
    }

    .apc.banner .info p {
        padding: 0;
        margin: 0;
        margin-top: 10px;
    }

        .apc.banner .info p.link {
            margin: 30px 0 0;
        }

    .apc.banner blockquote::before, .banner blockquote::after {
        display: none;
    }
    .apc.banner .scroll-prompt {
        position: absolute;
        right: 0;
        bottom: 30px;
        left: 0;
        z-index: 100;
        width: 100%;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

        .apc.banner .scroll-prompt a {
            display: inline-block;
            width: 100%;
            height: 40px;
            margin: 0 auto;
            cursor: pointer;
            text-decoration: none !important;
        }

            .apc.banner .scroll-prompt a i {
                font-size: 30px;
                line-height: 40px;
                display: block;
                padding: 0;
                margin: 0 0 0 2px;
            }

        .apc.banner .scroll-prompt .mouse-scroll {
            position: relative;
            width: 21px;
            height: 35px;
            margin: 0 auto;
            border-width: 2px;
            border-style: solid;
            border-color: #ffffff;
            border-color: rgba(255,255,255,1);
            border-radius: 10px;
        }

            .apc.banner .scroll-prompt .mouse-scroll::before {
                content: "";
                position: absolute;
                top: 10px;
                left: 7px;
                width: 3px;
                height: 6px;
                border-radius: 50%;
                background-color: #ffffff;
                background-color: rgba(255,255,255,1);
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
                -webkit-animation-duration: 1.25s;
                animation-duration: 1.25s;
                -webkit-animation-delay: 3s;
                animation-delay: 3s;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
                -webkit-animation-name: fadeInDown;
                animation-name: fadeInDown;
            }


@media (max-width:991px) {

    .apc.banner .item.short,
    .apc.banner .item.medium {
        background-image: none !important;
    }

        .apc.banner .item.short .info,
        .apc.banner .item.medium .info {
            padding: 30px 0 50px;
        }
}

@media (min-width:768px) {

    .apc.banner .info .heading {
        font-size: 28px;
    }
}

@media (min-width:992px) {

    .apc.banner .item.short, .apc.banner .item.short .container, .apc.banner .item.short .row {
        height: 50vh;
        min-height: 400px;
        height: calc(50vh - 160px);
        height: -o-calc(50vh - 160px);
        height: -webkit-calc(50vh - 160px);
        height: -moz-calc(50vh - 160px);
    }

    .apc.banner .item.medium, .apc.banner .item.medium .container, .apc.banner .item.medium .row {
        height: 70vh;
        min-height: 550px;
        height: calc(70vh - 160px);
        height: -o-calc(70vh - 160px);
        height: -webkit-calc(70vh - 160px);
        height: -moz-calc(70vh - 160px);
    }

    .apc.banner .item.takeover, .apc.banner .item.takeover .container, .apc.banner .item.takeover .row {
        height: 100vh;
        height: calc(100vh - 160px);
        height: -o-calc(100vh - 160px);
        height: -webkit-calc(100vh - 160px);
        height: -moz-calc(100vh - 160px);
    }

    .apc.banner .info {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        padding: 0;
    }

        .apc.banner .info .heading {
            font-size: 35px;
        }
}

@media (min-width:1200px) {

    .apc.banner .info .heading {
        font-size: 40px;
    }

    .apc.banner .scroll-prompt a {
        height: auto;
        padding-bottom: 20px;
    }

        .apc.banner .scroll-prompt a span {
            font-size: 9px;
            text-transform: uppercase;
            letter-spacing: 0.09em;
            display: block;
            margin-top: 15px;
            display: none;
        }

        .apc.banner .scroll-prompt a i {
            font-size: 20px;
        }
}
@media (max-width:1024px) {
}

@media (min-width:1025px) {

    .apc.banner .item {
        background-size: cover;
    }
}
.apc.cta-strip {
}

    .apc.cta-strip .heading.main {
        margin-bottom: 0;
    }

    .apc.cta-strip p.link {
        margin-top: 0;
    }

@media (min-width:768px) {
}

@media (min-width:992px) {
}

@media (min-width:1200px) {
}

@media (max-width:1024px) {

    .apc.cta-strip {
        background-position: center !important;
    }
}

@media (min-width:1025px) {

    .apc.cta-strip {
        background-size: cover;
    }
}
.apc.promo-pods {
}

@media (max-width:991px) {

    .apc.promo-pods .item:nth-child(2n+1) {
        clear: both !important;
    }
}

@media (min-width:992px) {
}
.apc.video-component {
}

@media (min-width:768px) {
}

@media (min-width:992px) {
}

@media (min-width:1200px) {
}

.apc.text-with-image-or-video {
}

    .apc.text-with-image-or-video .info {
        padding-top: 20px;
    }

        .apc.text-with-image-or-video .info .heading {
            margin-top: 0;
        }

    .apc.text-with-image-or-video p.link {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .apc.text-with-image-or-video .overlayicon {
        font-size: 40px;
    }

@media (min-width:768px) and (max-width:991px) {

    .apc.text-with-image-or-video.wide .image {
        max-width: 720px;
        margin: 0 auto;
    }
}

@media (min-width:992px) {

    .apc.text-with-image-or-video.wide {
        padding: 0;
    }

    .apc.text-with-image-or-video .item {
        display: table;
    }

    .apc.text-with-image-or-video .info {
        padding-top: 0;
        display: table-cell;
        vertical-align: middle;
    }

    .apc.text-with-image-or-video.wide .info {
        padding: 48px 0;
    }

    .apc.text-with-image-or-video .overlayicon {
        font-size: 100px;
    }

    .apc.text-with-image-or-video:not(.wide) .pull-right .image {
        margin-left: -15px;
    }

    .apc.text-with-image-or-video:not(.wide) .pull-left .image {
        margin-right: -15px;
    }

    .apc.text-with-image-or-video.wide .image {
        margin: 0 -15px;
    }
}

@media (min-width:1200px) {

    .apc.text-with-image-or-video.wide .info {
        padding: 64px 0;
    }

    .apc.text-with-image-or-video .overlayicon {
        font-size: 140px;
    }
}
.apc.text-signup {
}

@media (min-width:768px) {
}

@media (min-width:992px) {
}

@media (min-width:1200px) {
}

.apc.signup-listing {
}

    .apc.signup-listing .listing .item {
        margin: 20px 0 0;
        position: relative;
    }

        .apc.signup-listing .listing .item:first-of-type {
            margin-top: 40px;
        }

        .apc.signup-listing .listing .item .heading {
        }

        .apc.signup-listing .listing .item .meta {
            margin: 10px 0 0;
        }

@media (min-width:768px) {

    .apc.signup-listing .listing .item .heading {
    }
}

@media (min-width:992px) {

    .apc.signup-listing .listing .item .heading {
    }
}

@media (min-width:1200px) {

    .apc.signup-listing .listing .item .heading {

    }
}

.apc.tabbed {
}

    .apc.tabbed .tab-content {
        border: 0 none;
        padding: 30px 0 0;
        background: none;
    }

    .apc.tabbed .listing {
        margin: 0 0 30px;
    }
.apc.standard-components {
    padding-bottom: 0;
}

    .apc.standard-components .spc {
    }

@media (min-width:768px) {

    .apc.standard-components {
        padding-bottom: 8px;
    }
}

@media (min-width:992px) {

    .apc.standard-components {
        padding-bottom: 24px;
    }
}

@media (min-width:1200px) {

    .apc.standard-components {
        padding-bottom: 40px;
    }
}
.apc.umb-grid {
}

body .apc.umb-grid.c1-bg {
    color: #ffffff;
    color: rgba(255,255,255,0.95);
}

body .apc.umb-grid.c2-bg {
}

body .apc.umb-grid.c3-bg {
    color: #e3e3e3;
    color: rgba(227,227,227,1);
}

body .apc.umb-grid.c4-bg {
}

body .apc.umb-grid.c5-bg {
}

body .apc.umb-grid.c6-bg {
}
body .apc.umb-grid.c1-bg a, body .apc.umb-grid.c1-bg a:active, body .apc.umb-grid.c1-bg a:focus {
    color: #ffffff;
    color: rgba(255,255,255,0.95);
    text-decoration: underline;
}

body .apc.umb-grid.c2-bg a, body .apc.umb-grid.c2-bg a:active, body .apc.umb-grid.c2-bg a:focus {
}

body .apc.umb-grid.c3-bg a, body .apc.umb-grid.c3-bg a:active, body .apc.umb-grid.c3-bg a:focus {
}

body .apc.umb-grid.c4-bg a, body .apc.umb-grid.c4-bg a:active, body .apc.umb-grid.c4-bg a:focus {
}

body .apc.umb-grid.c5-bg a, body .apc.umb-grid.c5-bg a:active, body .apc.umb-grid.c5-bg a:focus {
}

body .apc.umb-grid.c6-bg a, body .apc.umb-grid.c6-bg a:active, body .apc.umb-grid.c6-bg a:focus {
}

body .apc.umb-grid.c1-bg h1, body .apc.umb-grid.c1-bg h2, body .apc.umb-grid.c1-bg h3,
body .apc.umb-grid.c1-bg h4, body .apc.umb-grid.c1-bg h5, body .apc.umb-grid.c1-bg h6,
body .apc.umb-grid.c1-bg .heading {
    color: #ffffff;
    color: rgba(255,255,255,1);
}

body .apc.umb-grid.c2-bg h1, body .apc.umb-grid.c2-bg h2, body .apc.umb-grid.c2-bg h3,
body .apc.umb-grid.c2-bg h4, body .apc.umb-grid.c2-bg h5, body .apc.umb-grid.c2-bg h6,
body .apc.umb-grid.c2-bg .heading {
}

body .apc.umb-grid.c3-bg h1, body .apc.umb-grid.c3-bg h2, body .apc.umb-grid.c3-bg h3,
body .apc.umb-grid.c3-bg h4, body .apc.umb-grid.c3-bg h5, body .apc.umb-grid.c3-bg h6,
body .apc.umb-grid.c3-bg .heading {
    color: #ffffff;
    color: rgba(255,255,255,1);
}

body .apc.umb-grid.c4-bg h1, body .apc.umb-grid.c4-bg h2, body .apc.umb-grid.c4-bg h3,
body .apc.umb-grid.c4-bg h4, body .apc.umb-grid.c4-bg h5, body .apc.umb-grid.c4-bg h6,
body .apc.umb-grid.c4-bg .heading {
}

body .apc.umb-grid.c5-bg h1, body .apc.umb-grid.c5-bg h2, body .apc.umb-grid.c5-bg h3,
body .apc.umb-grid.c5-bg h4, body .apc.umb-grid.c5-bg h5, body .apc.umb-grid.c5-bg h6,
body .apc.umb-grid.c5-bg .heading {
}

body .apc.umb-grid.c6-bg h1, body .apc.umb-grid.c6-bg h2, body .apc.umb-grid.c6-bg h3,
body .apc.umb-grid.c6-bg h4, body .apc.umb-grid.c6-bg h5, body .apc.umb-grid.c6-bg h6,
body .apc.umb-grid.c6-bg .heading {
}
.apc.image-carousel {
}

    .apc.image-carousel .heading.main {
        margin-bottom: 0;
    }

    .apc.image-carousel .item .image {
        margin: 0 1px 0 0;
    }

    .apc.image-carousel .gallery .item a .overlayicon {
        right: 1px;
    }

@media (min-width:768px) {
}

@media (min-width:992px) {

    .apc.image-carousel .heading.main {
        font-size: 24px;
    }
}

@media (min-width:1200px) {

    .apc.image-carousel .heading.main {
        font-size: 28px;
    }
}

.apc.text-listing {
}

    .apc.text-listing .listing .item .heading {
        margin: 0;
    }

@media (min-width:768px) {
}

@media (min-width:992px) {

    .apc.text-listing .heading.main {
        padding-top: 10%;
    }

    .apc.text-listing .listing .item .heading {
    }
}

@media (min-width:1200px) {
}
.apc.text-with-form {
}

@media (min-width:768px) {
}

@media (min-width:992px) {
}

@media (min-width:1200px) {
}
textarea {
    resize: none;
}

fieldset {
    margin: 0 0 16px;
}

legend {
    padding: 0 0 8px;
    margin: 8px 0 16px;
}

label {
    font-weight: normal;
    display: block;
}

em.req {
    font-style: normal;
}

.form-control {
    border-radius: 0;
    min-height: 40px;
}

    .form-control:focus {
        border-color: #ed6d19;
        border-color: rgba(237,109,25,1);
        box-shadow: 0 0 5px rgba(237,109,25,1);
    }

select, select option {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

fieldset label em.req {
    color: #a94442;
    color: rgba(169,68,68,1);
}
.input-validation-error {
    border-color: #a94442;
}

    .input-validation-error:focus {
        box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(169,68,68,0.5);
    }

.field-validation-error {
    display: block;
    padding: 5px;
    font-size: 12px;
    background-color: #a94442;
    color: #ffffff;
    color: rgba(255,255,255,1);
}

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

footer .newsletter fieldset {
    position: relative;
}

footer .newsletter .btn {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 40px;
}
.site-search {
    position: relative;
    margin: 15px;
}

    .site-search fieldset {
        position: relative;
        pointer-events: all;
    }

    .site-search .form-group {
    }

    .site-search .form-control {
        width: 100%;
        height: 25px;
        min-height: 22px;
        /*min-height: 22px;*/
        border-radius: 3px;
    }

    .site-search button {
        width: 30px;
        height: 25px;        
        position: absolute;
        top: 0;
        left: 0;        
        text-align: center;
        border: 0 none;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

@media (min-width:768px) {

    header .site-search {
    margin: 0;        
        top: 7px;
        width: 215px;
        direction: rtl;
        float: left;
    }
}

@media (min-width:992px) {
}

@media (min-width:1200px) {
}

.ajax-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

    .ajax-wrap .ajax-loading {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        background-color: rgba(255,255,255,0.9);
    }

        .ajax-wrap .ajax-loading .loading {
            margin: 0;
            position: relative;
            text-align: center;
            display: table;
            width: 100%;
            height: 100%;
        }

            .ajax-wrap .ajax-loading .loading span.message {
                display: table-cell;
                width: 100%;
                height: 100%;
                text-indent: -9999px;
                vertical-align: middle;
                background-repeat: no-repeat;
                background-position: center;
                background-image: url('/images/icons/loading-on-white.gif');
            }

.cookies {
    padding: 1em;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}

    .cookies p.link {
        padding: 0;
    }

    .cookies a.close {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 18px;
        text-decoration: none !important;
        font-weight: bold;
    }

        .cookies a.close:hover {
            -webkit-opacity: 0.7;
            -moz-opacity: 0.7;
            -ms-opacity: 0.7;
            opacity: 0.7;
        }
.swp {
    margin-bottom: 30px;
}

.inner {
    padding: 15px;
}

.spc.quick-links .inner {
    padding-bottom: 5px;
}

.has-borders {
    border-width: 1px;
    border-style: solid;
}

.item .table {
    margin: 0;
}

.table-cell {
    padding: 32px;
}

.item-square {
    padding-bottom: 100%;
}

    .item-square .info {
        max-width: 640px;
        margin: 0 auto;
        padding: 0;
    }

    .item-square .inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

div.table {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
}

div.table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

    div.table-cell.align-top {
        vertical-align: top;
        padding-top: 140px;
    }

    div.table-cell.align-bottom {
        vertical-align: bottom;
        padding-bottom: 140px;
    }

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

@media (max-width:991px) {

    .item-square {
        padding-bottom: 75%;
    }

    .apc.banner .item.short div.table-cell,
    .apc.banner .item.medium div.table-cell {
        padding: 0 !important;
    }
}

@media (min-width:768px) {

    .item-square {
        padding-bottom: 50%;
    }

        .item-square .info {
            padding: 0;
        }
}

@media (min-width:992px) {

    .container-fluid .item-square {
    }

    .inner {
        padding: 20px;
    }

    .spc.quick-links .inner {
        padding-bottom: 10px;
    }
}

@media (min-width:1200px) {

    .container-fluid .item-square {
        padding-bottom: 35%;
    }

    .inner {
        padding: 30px;
    }

    .spc.quick-links .inner {
        padding-bottom: 20px;
    }
}
.image {
}

    .image a {
        display: block;
        position: relative;
        direction: rtl;
    }

.overlayicon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    padding: 0;
    margin: 0;
    background-color: rgba(0,0,0,0);
    color: #ffffff;
    color: rgba(255,255,255,1);
    text-align: center;
    font-size: 40px;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    -webkit-transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    -moz-transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    -ms-transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
}

.item.video-pod a .overlayicon,
div.video a .overlayicon {
    background-color: rgba(0,0,0,0.25);
}

a:hover .overlayicon,
.item.video-pod a .overlayicon,
div.video a .overlayicon {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
}

.overlayicon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.masonry .overlayicon::before {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    top: 35%;
}


@media (min-width:768px) {
}

@media (min-width:992px) {

    a:hover .overlayicon,
    .item.video-pod a:hover .overlayicon,
    div.video a:hover .overlayicon {
        background-color: rgba(0,0,0,0.75);
    }

    .overlayicon {
        font-size: 40px;
    }
}

@media (min-width:1200px) {

    .overlayicon {
        font-size: 40px;
    }
}
 ul.dropdown li {
    padding: 7px 10px;
    border-style: dotted;
    border-width: 0px 0px 2px 0;
    border-color: #fff #d9d9d9 #d9d9d9;
    background-color: transparent;
    color: #000;
    
}

    ul.dropdown li:last-child {
        border: none;
    }

    ul.dropdown li a {
        font-size: 13px;
    }

ul.dropdown li {
}

    ul.dropdown li.hover,
    ul.dropdown li:hover {
        background-color: #eee;
        color: #000;
    }

ul.dropdown a:link,
ul.dropdown a:visited {
    text-decoration: none;
    color: #000;
}

ul.dropdown a:hover {
}

ul.dropdown a:active {
}
ul.dropdown ul {
    width: 300px;
    margin-top: 1px;
}

    ul.dropdown ul li {
        font-weight: normal;
        text-transform: title;
        font-size: 12px;
    }

ul.dropdown *.dir {
    padding-right: 20px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-size: 14px;
}

ul.dropdown-horizontal ul *.dir {
    padding-right: 15px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
   
}

ul.dropdown-vertical-rtl *.dir {
    padding-right: 10px;
    padding-left: 15px;
    background-position: 0 50%;
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.dropdown {
    position:;
    z-index: 97;
   padding: 5px;
}

    ul.dropdown li {
        float: left;
        line-height: 1.3em;
        vertical-align: middle;
        zoom: 1;
        min-height: 25px;
        line-height: 25px;
        padding-right: 8px;
    }

        ul.dropdown li.hover,
        ul.dropdown li:hover {
            position: relative;
            z-index: 99;
            cursor: default;
        }

    ul.dropdown ul {
        display:none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 98;
        width: 100%;
        background-color:#efecec;
    }

        ul.dropdown ul li {
            float: none;
            padding-right: 2px !important;
        }

        ul.dropdown ul ul {
            top: 1px;
            left: 99%;
        }

    ul.dropdown li:hover > ul {
        display:block;
		padding: 8px;
    }

ul.dropdown-vertical {
    width: 200px;
}

    ul.dropdown-vertical ul {
        top: 1px;
        left: 99%;
    }

    ul.dropdown-vertical li {
        float: none;
    }

@import "dropdown.vertical.css";

ul.dropdown-vertical-rtl {
	   
}

    ul.dropdown-vertical-rtl ul {
        left: auto !important;
        right: 100%;
		border: 1px solid #cccccc;
    }

    ul.dropdown-vertical-rtl li {
        text-align: right;
    }

.Post {
    direction: rtl;
    color: #ed6d19;
    font-size: 16px;
}

.introText span::before, .introText span::after {
    content: "\"";
}

div.itemToolbar {
    padding: 2px 0;
    margin: 0px 0 0 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    background: #f7fafe;
}
.date {
    font-style: normal;
    float: right;
    display: block;
    font-size: 9px;
}
.sliderTextInner .title:hover {
    color: #337ab7 !important;
}
.sliderTextInner .title {
    color: #153450 !important;
}
.spc.image.img_list {
    float: right;
    border-width: 1.2px;
    border-style: solid;
    border-color: #bababa;
    margin-left: 10px;
        margin-bottom: 5px;
}

.spc.image.img_list img {
        display: block;
        overflow: hidden;
        height: auto;
 }
.headerBG {
    width: 100%;    
    background-image: url("../images/header/bg.jpg");
    background-repeat: no-repeat;
    height: 130px;
        background-position-x: center;
}
.headerLEFT
{    

    background-repeat: no-repeat;
    height: 130px;
    width: 468px;
    position: absolute;  
    top: -130px; 
    left: 0; 
}
.headerRIGHT
{   
   background-repeat: no-repeat;
    height: 130px;
    width: 391px;
    position: absolute;
    right: 0;
    float: right;
    margin-top: -130px;
    z-index: 19;

}
.headerCenter{
    position: absolute;
    height: 130px;
    z-index: 137;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-repeat: no-repeat;
    left: 0;
	width:421px;
}
.headerRIGHT-mob
{
    background-image: url("../images/header/right_img.png");
    background-repeat: no-repeat;
    height: 130px;
    width:261px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto auto;
    display: none;
}
header.pos .headerCenter{position: absolute;background-size: 100%; width: 285px;bottom:93% !important;}
@media (max-width: 770px)
{
    .headerLEFT , .headerRIGHT{display: none;}    
    .headerRIGHT-mob{display: inline;}
    .headerCenter{
        top:87px;
        background-size: 100%;
        width: 322px;

    }
}
@media (max-width: 460px)
{    
    .headerRIGHT-mob{
        background-size: 12em;
        background-position: center;
        width: 12em;       
    }
}
@media (max-width: 768px)
{

    .headerBG{
        position: absolute !important;
        top: 0 !important;
    }
     .navigation nav.main
     {
        margin-top: 57px;
            direction: rtl;
     }
     header a.expand
     {
        top: 35px !important;
     }
     header
     {
        min-height: 50px !important;       
     }    


}
@media (max-width: 991px)
{
    .ion-chevron-left:before {
    content: "\f107";
    float: left;
    position: relative;
    top: 4px;
    font-family: "FontAwesome";
    font-size: 18px;
}
ul.dropdown li:hover > ul {
    visibility: visible;
    display: block;
    position: initial;
}
}
.ion-chevron-left:before {
    position: relative;
    float: left;
    top: 5px;
}

@media(max-width: 991px)
{   
    .dateTime{
        color: black;
        font-size: 18px;
        z-index: 1;
        font-weight: bold;
        top:-129px !important;

    }
}
@media (max-width: 495px) {
    .col-md-3 {
        width: 100% !important;
    }
    .col-md-9 {
        width: 100% !important;
    } 
     .col-md-6 {
        width: 100% !important;
    }
}

.wp-body
{

    padding: 6px;
    border: 1px solid #ccc;

}
.noBorder
{
    background-color: transparent !important;
    padding: 0px !important;
    border: none !important;
}

.noPadding
{
    padding: 0px !important;
}
.WP
{
    margin-bottom:17px;
}
header{
    position: relative !important;
    top: -160px !important;
    height: 25px;
}
.pos{
    position: fixed !important; 
        top: 0px !important;
}
@media (max-width: 768px)
{
    header{
        top: -90px !important;
    }
}
.dateTime
{
    position: absolute;
    margin: auto auto;
    left: 0;
    right: 0;    
    top: -50px;
    text-align: center;
}
@media (max-width: 768px)
{
    .breadcrumb-trail{
     
    }
}
@media (max-width: 767px)
{
    .headerBG{
        height: 130px;
    }
    .dateTime
    {        
        top: 20px !important;
        right: inherit !important;
        padding-left: 10px;
    }
}


#link_get_widget
{
    display: none !important;
}
.aw-current-weather-inner h3
{
    color: white;
}
.WP_Contents_V .spc.image.img_list
{
    float:none !important;
    margin-left: 0px;
}

.WP_Contents_V .spc.image
{
     float:none !important;
     width:100% !important;
}


.wp .heading
{
}

.wp .subHeading
{
    font-size:80% ;
}

.Attachments
{
    direction: rtl;
}

.Attachments table tr td , th
{
    text-align: center;
}

.Attachments table td
{
    padding-top: 10px;
}
.Attachments table th
{
    padding-bottom: 10.5px;
    padding-top: 10.5px;
    background-color: whitesmoke;
}
.Attachments .first
{
    border-top-right-radius: 5px;    
}

.Attachments .last
{
border-top-left-radius: 5px;
}

.Attachments .name
{
    text-align: right;
    padding-right: 10px;
}

.Attachments img
{
    width: 1.5em;
}
aw-current-weather-inner .aw-temp-time-desc
{
    width:100% !important;
}

 .slick-prev .ion-chevron-left:before
 {
    float: none;
 }
.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none;
    direction: rtl;
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    color:#369;
    font-weight:700;
    position:relative;
    padding-right: 20px;
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    right:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right: -5px;
    padding-left: 2px;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

.Sliderstatus
{
    width: 100%;
    position: relative;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    height: 92px;
    z-index: 10;
    position: absolute;
    padding: 12px;
}

.Sliderstatus:hover .text , .rotitr
{
}
.Sliderstatus .text
{
    color: #c5bfbf;
    width: 100%;
    direction: rtl;
    font-size: 13px;
    float: right;

}
.Sliderstatus .rotitr
{
    width: 60%;
    right: 0;
    direction: rtl;
    
    color: #c5bfbf;
    z-index: 1;
    float: right;
    clear: both;
    
}
.Sliderstatus .date
{
    z-index: 1;
    color: #c5bfbf;
    float: left;
    direction: rtl;

}
@media (min-width: 768px)
{
    .navigation nav.main ul li ul li ul
{
    right: 999em !important;
    display: none !important;
}

.navigation nav.main ul ul>li:hover > ul{
     right: 318px !important;
    display: block !important;
}

}

.notImage
{
    float: right;
}
@media (max-width: 768px)
{
    .navigation nav.main ul li i{
        left: 0;
        right: none !important;
    }
}
.navigation nav.main >ul >li .has-child >i
{
    top:-1px;
}
.navigation nav.main > ul > li > a span{

    padding-top: 8px;

}

.WP_Menu li 
{
    padding-right: 0px !important;
    margin-right: 0px !important
}

.linksHeading
{
    padding-right:7px;
direction: rtl;
    font-size: 14px;
}
.gridBottom  .mn-link-item
{
    background-color: inherit !important;
    border:none !important;

}
.pvs_hor td{
    display: inline;
    width: 100%;
    text-align: left;
}
.pvs_hor 
{
    width: 100%;
    text-align: left;
    margin: auto;
}
.wpl_ver .image ,.wpl_tile_col-2 .image , .wpl_tile_col-3 .image , .wpl_tile_col-4 .image 
, .wpl_tile_col-5 .image , .wpl_tile_col-6 .image , .wpl_tile_col-7 .image , .wpl_tile_col-8 .image 
{
    width: 100%;
}
.wpl_hor .item
{
    clear: both;
}
.wpl_hor hr{
    clear:both;
    margin: 8px;
    border-color: #cac6c6;
}
.wpl_ver .item
{
    width: 100%;
} 
.wpl_tile_col-2 .item 
{
    width: 50%;
    padding: 10px 10px;
    float: right;
    margin: none;
}
.wpl_tile_col-3 .item 
{
    width: 33%;
    padding: 10px 10px;
    float: right;
    margin: none;
}
.wpl_tile_col-4 .item 
{
    width: 25%;
    padding: 10px 10px;
    float: right;
}
.wpl_tile_col-5 .item 
{
    width: 20%;
    padding: 10px 10px;
    float: right;
}
.wpl_tile_col-6 .item 
{
    width: 16%;
    padding: 10px 10px;
    float: right;
}
.wpl_tile_col-7 .item 
{
    width: 14%;
    padding: 10px 10px;
    float: right;
}
.wpl_tile_col-8 .item 
{
    width: 12%;
    padding: 10px 10px;
    float: right;
}
.wpl_tile_col-2 .item h1 , .wpl_tile_col-3 .item h1 , .wpl_tile_col-4 .item h1, .wpl_tile_col-5 .item h1
, .wpl_tile_col-6 .item h1, .wpl_tile_col-7 .item h1, .wpl_tile_col-8 .item h1
{
    height: 50px;
}
.linkfooterheading
{
    padding-right: 17px;
    direction: rtl;
    font-size: 14px;
    border-bottom: 1px solid white;
    margin-left: 10px;
    padding-bottom: 10px;
}
.wp-body table
{
    float: none !important;
    width: 100%;
}
.wp-body
{
    direction: rtl;
}

.post-lead
{
    direction: rtl;
    text-align: right;
}

.wp .WP_Image .caption 
{
    text-align: center;
}

.wp_featuredlist {
    color: red;
    font-size: small;
    display: inline;
    border-radius: 2px;
}

.WP_PageViewsStat .wp-body{
    text-align: center;
    color: #777777;

    background-color: #e8e8e8 !important;
    padding: 6px !important;
    border-radius: 7px !important;
}

.WP_Slider_Image 
{

}
.alignRight 
{
    text-align: right !important;
}
.alignLeft
{
    text-align: left !important;
}
.link-text:focus{
    background-color: lightblue;
}
.link-text{
    width: 180px;
    font-size: 12px;
}
@media (max-width: 600px)
{
                .wpl_hor .image, .wpl_ver .image ,.wpl_tile_col-2 .image , .wpl_tile_col-3 .image , .wpl_tile_col-4 .image 
            , .wpl_tile_col-5 .image , .wpl_tile_col-6 .image , .wpl_tile_col-7 .image , .wpl_tile_col-8 .image 
            {
                width: 100% !important;
            }

                    .wpl_hor .image,    .wpl_ver  ,.wpl_tile_col-2 , .wpl_tile_col-3 , .wpl_tile_col-4 
            , .wpl_tile_col-5 , .wpl_tile_col-6 , .wpl_tile_col-7 , .wpl_tile_col-8 
            {
                clear: both;
            }


}
.fa-2x-link{
    background: #617884;
    color: #fff;
    font-size: 1.2em;
    line-height: 28px;
    text-align: center;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
i.fa.fa-search {
    margin-top: -1px;
}
i.fa.fa-link{
    cursor: pointer;
}

i.fa.fa-link span{
    display: none;
}    

i.fa.fa-link:hover{
    color: lightgreen;
}
i.fa.fa-link:hover span
{
    display: inline;
    font-family: 'IRANSans',"fx",'Helvetica', sans-serif;
    font-size: 14px;
}
@media (max-width: 550px)
{
    i.fa.fa-link:hover span
    {
        display: none;
    }
}
@media (min-width: 992px)
{
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: right !important;
}
}
@media (min-width: 768px)
{
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float:  right !important;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
    float: right !important;
}
}
.imagemap{
    width: 334px !important;
    height: 240px;

    margin: auto auto;
}

TimeFrame{
    width: 100%;
    border: none;
    border-radius: 5px;
	height: 169px;
}
#citySelector{
    width: 100%;
}



.ekko-lightbox-container span:before {
    font-family: 'addons';
    content: "\e7b1";
    font-size: 36px;
    color: white;
    cursor: pointer;
}
	.ekko-lightbox-container span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto auto;
    text-align: center;
}
	
@media (min-width:993px;)
	{

		.ekko-lightbox-container span:before {
			font-family: 'addons';
			content: "\e7b1";
			font-size: 36px;
			color: white;
			cursor: pointer;
		}
			.ekko-lightbox-container span {
			position: absolute;
			left: 0;
			right: 0;
			margin: auto auto;
			text-align: center;
		}
	}

.content_post_texts table > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.content_post_texts table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
    }
.content_post_texts table tr td{
    padding: 4px 0 4px 0;
}
.content_post_texts table{
    direction: rtl;
}


.WP_PageViewsStat .row div{
	padding: 2px !important;font-size: 95%;
}

#prayTimeFrame {
    width: 100%;
    border: none;
    border-radius: 5px;
    height: 169px;
}