
/* ========= Table of Content =========== */
/* 
		1. Top Bar
		2. About Us 
		3. Blog
		4. Footer
		5. Testimonial Slider
		6. Our Clients
		7. Signup Newsletter
		8. Blog Post
		9. Team Style
		10. Contact Form 
		11. Blog Sidebar
		12. Shop Pages 
		13. Search Overlay Effect
	*/

body {
    font-family: 'tahoma', sans-serif;
    font-size: 13px;
    color: #666666;
    background: #efefef url("../../images/bg2.png") no-repeat scroll center 140px; /*#efefef;*/
    text-align: right;
    direction:rtl;
}

img {
    max-width: 100%;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: 0;
}

a {

    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

/* === Typography === */
h1, h2, h3, h4, h5, h6 {
    font-family: ge_dinar_two_medium-webfont;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-weight: inherit;
    }

h1 {
    font-size: 26px;
    color: #DAB153;
}

h2 {
    font-size: 20px;
    color: #DAB153;
}

h3 {
    font-size: 18px;
    color: #323232;
}

h4 {
    font-size: 16px;
    color: #666;
    font-weight: normal;
}

h5 {
    font-size: 15px;
    color: #666;
}

h6 {
    font-size: 13px;
    color: #666;
}
/* === End === */

hr {
    border: 1px solid #d7d8da;
}

header {
    width: 100%;
    padding: 0;
    background: #DAB153;
    position: relative;

    position: fixed;
    width: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 1);
    margin: 0px auto;

    background: transparent linear-gradient(to top, #303030, #606060) repeat scroll 0% 0%;
}

header .page-overlay{
    background: url('../../images/slash-bg.png');
    width: 100%;
    height: 100%;
    position: absolute;
}

.menuzord-brand.alternate {
    position: absolute;
    top: 0;
    z-index: 10;
    margin: 0;
}

#body-content {
    padding: /*30px*/ 0;
    position: relative;
    overflow: hidden;
}

    #body-content.no-margin {
        padding-bottom: 0;
    }

    #body-content.home {
        padding: 0;
    }

/* -- 2. Top Bar -- */
#nav-alternate .top-bar {
    font-family: ge_dinar_two_medium-webfont;

    padding: 15px 0;
    color: #FFF;
}

.top-bar {
    padding: 15px 0 30px 0;
    color: #FFF;
}

.top-icons {
    margin: 0;
    padding: 0;
    float: left;
}

    .top-icons li {
        display: inline-block;
        border-left: 1px solid #264455;
        padding: 0 8px;
        direction: ltr;
    }

        .top-icons li:last-child {
            border: none;
        }

        .top-icons li a {
            color: #FFF;
        }

            .top-icons li a:hover {
                color: #00AF9B;
            }


/* -- 2. Navigation & Slider -- */
#nav-wrap {
    position: absolute;
    width: 100%;
    top: 80%;
}

.nav-bg {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
} 

    .nav-bg:after, .nav-bg:before {
        position: absolute;
        content: "";
        z-index: 1;
        height: 18px;
        width: 50%;
        top: 100%;
    }

    .nav-bg:after {
        right: 0;
        background: url(../../images/shadow-bg.png) no-repeat top right;


    }

    .nav-bg:before {
        left: 0;
        background: url(../../images/shadow-bg.png) no-repeat top left;


    }

    .nav-bg.fullwidth {
        width: 100%;
        max-width: 100%;
    }

        .nav-bg.fullwidth:after, .nav-bg.fullwidth:before, #nav-alternate .nav-bg:after, #nav-alternate .nav-bg:before {
            background: none;
        }

.slider-wrap {
    background: #CCC;
    position: relative;
}

.boxedcontainer,
.clients-wrap {
    margin: 0 auto 0 auto;
    position: relative;
    max-width: 1200px;
}

/* -- 2. About Us -- */
.video-icon-wrap {
    background: #DAB153;
}

    .video-icon-wrap img {
        opacity: 0.5;
    }

.video-icon {
    position: absolute;
    right: 50%;

    margin: -35px 0 0 -35px;
    top: 50%;
}

    .video-icon a, a.play-video {
        width: 70px;
        height: 70px;
        text-align: center;
        line-height: 70px;
        border: 2px solid #FFF;
        display: inline-block;
        font-size: 18px;
        color: #FFF;
    }

a.play-video {
    font-size: 24px;
}

    .video-icon a:hover, a.play-video:hover {
        background: #323232;
        color: #FFF;
        border: 2px solid #323232;
    }

.video-box {
    top: 0;
    right: 0;

    width: 100%;
    height: 100%;
    z-index: 9990000;
    display: none;
    position: fixed;
    overflow: hidden;
    background-color: #000000;
}

    .video-box iframe {
        float: right;

        width: 100%;
        height: 100%;
        -webkit-border: 0;
        -moz-border: 0;
        -o-border: 0;
        border: 0;
    }

    .video-box .close-video {
        top: 17px;
        right: 17px;

        width: 50px;
        height: 50px;
        color: #ffffff;
        font-size: 25px;
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        position: absolute;
        background-color: #59585b;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .video-box .close-video:hover {
            color: #21252b;
            background-color: #ffffff;
        }


/* -- 3. Blog -- */
.blog-outer {
    margin: 0 0 40px 0;
}

    .blog-outer .blockquote-2 {
        margin: 0;
        padding: 20px 20px 40px 60px;
    }

.blog-wrap {
    text-align: center;
}

.blog-title {
    font-size: 16px;
    font-weight: 700;
    color: #DAB153;
    text-transform: uppercase;
    padding: 20px 0 10px 0;
    display: inline-block;
}

.meta {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #DAB153;
    font-weight: 700;
    border: 3px solid #FFF;
    width: 70px;
    height: 70px;
    font-size: 24px;
    margin: 0 auto;
    color: #FFF;
    line-height: 18px;
    text-align: center;
    margin-top: -40px;
    position: relative;
    z-index: 1000;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 16px 0 0 0;
}

    .meta span {
        display: block;
        font-size: 16px;
    }

.link-post {
    background: #DAB153;
    padding: 20px 20px 40px 60px;
    position: relative;
}

    .link-post a {
        color: #FFF;
    }

        .link-post a:hover {
            color: #333;
        }

    .link-post:after {
        position: absolute;
        font-size: 30px;
        font-family: 'FontAwesome';
        content: "\f0c1";
        right: 20px;

        top: 26px;
        color: #FFF;
    }

.blog-pagination {
    padding: 20px;
    background: #FFF;
    border: 1px solid #d7d8da;
    font-size: 16px;
    font-weight: 600;
}

/* Blog Post */
.share-this {
    text-align: center;
    margin: 0 0 30px 0;
}

    .share-this .social-icons ul li {
        padding: 0 1px;
    }

        .share-this .social-icons ul li a {
            width: 40px;
            height: 40px;
            line-height: 40px;
            padding-top: 12px;
            background: #b2bbc0;
            color: #FFF;
            font-size: 16px;
            display: inline-block;
        }

            .share-this .social-icons ul li a:hover {
                background: #DAB153;
                color: #FFF;
            }

.comment-wrap {
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #c7cdd0;
}

    .comment-wrap:last-child {
        border: none;
        margin: 0;
    }

    .comment-wrap.reply-comment {
        margin-right: 100px;
    }

.comment-thumb {
    margin: 0 0 20px 0;
}

    .comment-thumb img {
        float: right;

        border: 2px solid #FFF;
        width: 70px;
        display: table-cell;
        vertical-align: middle;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .comment-thumb h5 {
        margin: 17px 0 0 0;
        color: #DAB153;
        float: right;

    }

    .comment-thumb small {
        font-weight: 600;
        color: #4b4b4b;
        margin-top: 3px;
        display: block;
    }

.reply-btn {
    float: left;
    margin: 16px 0 0 0;
}

    .reply-btn a {
        width: 35px;
        height: 35px;
        display: inline-block;
        font-size: 14px;
        color: #FFF;
        background: #DAB153;
        text-align: center;
        line-height: 35px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

        .reply-btn a:hover {
            background: transparent linear-gradient(to top, #CCC, #e3e3e3) repeat scroll 0% 0%;
        }


/* -- 4. Footer -- */
footer {
    background: #ccc;
	background: transparent linear-gradient(to top, #CCC, #EEE) repeat scroll 0% 0%;
	background: transparent linear-gradient(to top, #CCC, #E3E3E3) repeat scroll 0% 0%;
	box-shadow: 0px -1px 3px #ccc;
    padding-bottom: 20px;
}
.footer-logo {
    padding: 20px 0 15px 0;
}

footer.alternate {
    padding: 100px 0 70px 0;
    background: #efefef;
}

.footer-wrap {
    background: #FFF;
    padding: 0 20px 20px 20px;
    text-align: center;
}

    .footer-wrap .footer-icon {
        background: #323232;
        display: inline-block;
        width: 70px;
        height: 70px;
        font-size: 24px;
        line-height: 70px;
        border: 2px solid #FFF;
        color: #FFF;
        margin-top: -35px;
        margin-bottom: 15px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .footer-wrap h3 {
        font-size: 16px;
    }

.footer-wrap-2 h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #323232;
}

.footer-links {
    margin: 0;
    list-style-type: none;
    text-align: center;
}

    .footer-links li {
        display: inline-table;
        padding: 0 15px 0 0;
        position: relative;
    }

        .footer-links li:before {
            position: absolute;
            top: 1px;
            color: #999;
            right: 4px;
            content: "/";
            z-index: 1000;
        }

        .footer-links li:first-child:before {
            content: "";
        }

.footer-contact {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .footer-contact li {
        margin: 0 0 15px 0;
    }

        .footer-contact li strong {
            display: block;
        }

        .footer-contact li i {
            font-size: 20px;
            padding: 3px 0 0 0;
            width: 30px;
            text-align: center;
            float: right;

        }

    .footer-contact a {
        color: #DAB153;
    }

        .footer-contact a:hover {
            color: #303030;
        }

.copyright {
    background: #323232;
    padding: 30px 0;
    font-size: 12px;
    color: #FFF;
}
/* -- 5. Testimonial Slider -- */
.testimonial-wrap {
    text-align: center;
}

.testi-details {
    display: inline-block;
    min-width: 240px;
    background: #FFF;
    padding: 0 15px 10px;
    margin: 70px 0 25px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.testi-details h3 {
    font-size: 18px;
    color: #264455;
}

.testi-details h3 span {
    font-size: 13px;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    display: block;
}

.testi-text {
    margin: 40px 0;
    color: #fff;
    font-family: ge_dinar_two_medium-webfont;
    font-size: 20px;
    font-style: italic;
}

.trust-us .testi-text, .trust-us .testi-details {
    display: table-cell;
    vertical-align: middle;
}

.trust-us .testimonial-wrap {
    padding: 70px 0 20px 0;
}

.trust-us .testi-text {
    padding-right: 20px;
    text-align: right;
}

    .trust-us .testi-text p {
        margin: 0;
    }

.owl-carousel#home-testimonial img {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-top: -70px;
    margin-bottom: -20px;
    border: 5px solid #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #fff;
}

#home-testimonial .owl-nav {
    background: none;
}

#home-testimonial .owl-controls {
    text-align: center;
    margin-bottom: 15px;
}

/* -- 6. Our Clients -- */
.clients-wrap {
    padding: /*30px*/ 0;
    overflow: hidden;
}

.client-box {
    background: #e0e0e0;
    text-align: center;
}

/* -- 7. Signup Newsletter -- */
.singup-wrap {
    color: #999999;
}

    .singup-wrap h1 {
        color: #ffffff;
        font-weight: 600;
        font-size: 24px;
        text-transform: uppercase;
    }

    .singup-wrap .btn-border-round {
        margin: 0;
    }

    .singup-wrap input#signup {
        border: 1px solid #d1d1d1;
        background: #FFF;
        border-radius: 0;
        padding: 10px 12px;
        height: auto;
    }

/* -- 8. Blog Post -- */
.recent-post ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .recent-post ul li .pull-right {
        max-width: 100px;
    }

    .recent-post ul li {
        margin-bottom: 25px;
    }

        .recent-post ul li:last-child, .footer-contact li:last-child {
            margin-bottom: 0;
        }

.recent-post h5 {
    margin: 0;
}

.recent-post .link {
    font-size: 12px;
}

.recent-post h6 {
    font-size: 13px;
    color: #323232;
    margin: 3px 0 8px 0;
}

/* -- 9. Team Style -- */
.team-wrap {
    text-align: center;
    padding: 0;
}

    .team-wrap h3 {
        font-size: 18px;
        color: #DAB153;
        font-weight: 600;
    }

        .team-wrap h3 span {
            display: block;
            padding: 8px 0 0 0;
            font-size: 13px;
            font-family: 'Open Sans', sans-serif;
            font-style: italic;
            color: #666666;
            font-weight: 500;
        }

.stats-wrap {
    text-align: center;
    padding: 0;
    text-transform: uppercase;
}

    .stats-wrap i {
        color: #264455;
        font-size: 40px;
        display: block;
        margin: 0 0 0px 0;
    }

.counter {
    color: #DAB153;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.07em;
}

/* -- 10. Contact Form -- */
/* #contact_form */
.form-control {
    background: #FFF;
    border: 1px solid #d7d8da;
    border-radius: 2px;
    padding: 10px 15px;
    height: auto;
    color: #444;
    margin: 10px 0;
}

label.error {
    font-size: 12px;
    color: #F00;
    font-weight: 300;
    padding: 0 0 10px 0;
    margin: 0;
}
/* #contact_form */
.form-btn {
    display: block;
    background: #DAB153;
    color: #FFF;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    margin: 8px 0 0 0;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
    /* #contact_form */
    .form-btn:hover {
        background: #323232;
        color: #FFF;
    }

.form_thanks {
    text-align: center;
    width: 100%;
    padding: 10px;
    background: url(../../images/breadcrumbs-bg.jpg) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFF;
}

#map-holder {
    margin: 0;
    background: #FFF;
    padding: 0;
    height: 400px;
}

#map_extended {
    height: 100%;
    right: 0;

    line-height: inherit;
    position: relative;
    top: 0;
    width: 100%;
}

    #map_extended img {
        max-width: inherit;
    }

    #map_extended .gm-style div {
        font: 13px/20px 'Raleway', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    }

    #map_extended .gmap_marker address {
        width: 300px;
    }

        #map_extended .gmap_marker address > div {
            width: 100%;
            display: inline-block;
        }

        #map_extended .gmap_marker address div div {
            float: left;

            width: 70%;
        }

            #map_extended .gmap_marker address div div:first-child {
                width: 30%;
                float: right;

            }

/* -- 11. Blog Sidebar -- */
.widget-box {
    margin-bottom: 15px;
}

/* -- 12. Shop Pages -- */
.latest-collection h4 {
    margin: 0;
    text-transform: uppercase;
}

.latest-collection h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.why-choose.shop {
    padding-bottom: 40px;
}

.white {
    background: #FFF;
}

    .white th {
        text-align: center;
    }

.table.white > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
}

    .table.white > tbody > tr > td.text-right {
        text-align: right;
    }

/* -- 11. Search Overlay Effect -- */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;

    background: rgba(38,68,85,0.7);
    z-index: 100000;
}

    /* Overlay closing cross */
    .overlay .overlay-close {
        width: 80px;
        height: 80px;
        position: absolute;
        left: 20px;

        top: 20px;
        overflow: hidden;
        border: none;
        background: url(../../images/cross.png) no-repeat center center;
        text-indent: 200%;
        color: transparent;
        outline: none;
        z-index: 100;
    }

    /* Menu style */
    .overlay nav {
        text-align: center;
        position: relative;
        top: 50%;
        height: 10%;
        z-index: 100000;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        height: 100%;
        position: relative;
    }

        .overlay ul li {
            display: block;
            height: 20%;
            height: calc(100% / 5);
            min-height: 54px;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .overlay ul li input {
                background: #FFF;
                box-shadow: none;
                border: none;
                border-radius: 0;
                -webkit-transition: all 0.2s;
                transition: all 0.2s;
            }


/* Effects */
.overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

    .overlay-slidedown.open {
        visibility: visible;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
    }

@media screen and (max-height: 30.5em) {
    .overlay nav {
        height: 70%;
        font-size: 34px;
    }

    .overlay ul li {
        min-height: 34px;
    }
}

/* -- Back To Top -- */
#back-top {
    bottom: 20px;
    position: fixed;
    left: 20px;
    z-index: 10000;
}

    #back-top a {
        height: 40px;
        line-height: 40px;
        width: 40px;
        display: block;
        color: #FFF;
        text-align: center;
        background: #DAB153;
        font-size: 16px;
        font-weight: 500;
        padding-top: 10px;
    }

        #back-top a:hover {
            color: #FFF;
            background: #323232;
        }


.animated {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

footer .checkbox input[type=checkbox] {
    margin: 0;
    margin-top: 4px;
}

.FR {
    float: right;
}

.align-R {
    text-align: right;
}

.align-reverse {
    text-align: left;
}

.f-color {
    color: #DAB153;
}

.widget-box .theme-accordian .panel-title > a {
    display: initial !important;
}

.panel-heading .panel-title > a {
    margin: auto;
}

.theme-accordian .panel-title > a {
    padding: initial;
}

.panel-title {
    text-align: right;
    font-family: ge_dinar_two_medium-webfont;
    padding: 10px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;

}
.jumbotron {
	margin-bottom: 15px;
}
.jumbotron p{
    font-size:inherit;
}
.jumbotron .btn {
    background-image: none;
    border-style: solid;
    border-width: 1px;
    border-color:#fff;
    color:#fff 
}
.main-img {
    height:auto;
    padding: 20px;
    position: relative;
    text-align: center;
    background: #efefef url('../../images/bg6.png') repeat scroll center -460px;
    overflow: hidden;
    border-radius: 5px;
}
.main-img img {
    max-height: 457px;
    border-radius: 5px;
}
.btn-primary.btn-clients {
    height: 50px;
    padding-top: 10px;
}

    .btn-primary.btn-clients:hover {
        color:#337AB7;
        border: 1px solid #fff;
        transition: 0.3s ease-in;
    }

div[id="Document"] .row .col-sm-8 .RadGrid_Metro {
    direction: rtl !important;
}

div[id="Document"] .row .col-sm-8 .RadGrid .rgHeader, .RadGrid th.rgResizeCol {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

div[id="Document"] .row .col-sm-8 .RadGrid .rgRow td, .RadGrid .rgAltRow td,
.RadGrid .rgEditRow td, .RadGrid .rgFooter td {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    text-align: right;
}

div[id="Document"] .row .col-sm-8 .RadGrid_Metro .rgAltRow {
    background: #EDEDF2 !important;
}

div[id="Document"] .row .col-sm-8 .RadGridRTL .rgHeader, .RadGridRTL .rgResizeCol {
    text-align: right !important;
    font-weight: bold;
    font-size: 13px;
}

div[id="Document"] .row .col-sm-8 .RadGrid_Metro .rgHeader, .rgAltRow td,
.RadGrid_Metro th.rgResizeCol, .RadGrid_Metro .rgHeaderWrapper {
    border-left: none !important;
}

div[id="Document"] .row .col-sm-8 .RadGrid_Metro .rgRow td {
    border-color: #fff transparent !important;
}

div[id="document"].RadGrid_Metro .rgMasterTable {
    direction: rtl !important;
}

.BTN-download {
    background: #337AB7 url(../../images/Download.png) no-repeat center center;
    padding: 4px 17px;
    background-size: 16px;
    border: 1px solid #2E6DA4;
    border-radius: 3px;
}

    .BTN-download:hover {
        background: #2E6DA4 url(../../images/Download.png) no-repeat center center;
        background-size: 16px;
        border: 1px solid #337AB7;
    }

.title-attri {
    background: #eee;
    font-family: ge_dinar_two_medium-webfont;

    font-size: 18px;
    color: #000;
    padding: 3px;
    margin-bottom: 20px;
}

.img-staff {
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #ccc;
}

a .table {
    border: 0;
}

    a .table > tbody > tr > td {
        border-top: 0;
    }

.align {
    text-align: right;
}

.label-app {
    padding-top: 25px;
    text-align: right;
}

.text-app {
    height: 65px;
    float: right;
}

    .text-app table tr td input[type="radio"] {
        margin: 4px 27px 0px 10px;
    }

.dir-L {
    direction: rtl;
}

    .dir-L .DateSelector select, input {
        padding: 5px;
        border: 1px solid #ddd;
        margin-left: 10px;
        border-radius: 3px !important;
    }

.text-app .ruFileWrap {
    height: 50px !important;
}

.text-app ul li span .ruFakeInput {
    height: 30px !important;
    width: 300px !important;
    border-color: #ccc !important;
}

.combobox {
    border-color: #ccc;
    height: 40px;
    padding: 5px;
    border-radius: 3px;
}

.ErrorControl {
    background: rgba(255, 0, 0, 0.03) !important;
    border: 1px solid rgba(255, 0, 0, 0.41) !important;
    border-radius: 3px;
}

.required, .Required {
    color: #ff0000;
    direction: rtl;
}

.title-career {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.number-dir {
    direction: ltr !important;
}

.MB-10 {
    margin-bottom: 10px;
}

.ML-30 {
    margin-left: 30px;
}

.Q-label {
    display: block;
    margin-left: 30px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

div [id="captcha"] p {
    margin-top: 5px;
}

    div [id="captcha"] p label {
        margin: auto;
    }

.col-sm-10 a {
    color: #fff;
    font-size: 12px;
}

.align-L p {
    font-size: 14px;
}

input[type="submit"]:disabled {
    background-color: #9C9FA7;
}

.word-break {
    word-break: break-word;
    white-space: pre-wrap;
}

.callout-2 .bg span {
    background-color: rgb(18, 57, 80);
}

.link-more {
    color: #DAB153 !important;display:inline-block;
}

div[id="radiobutton"] input[type=radio] {
    margin: 4px 11px 0px 10px !important;
}

.Btn-search {
    background: #fff !important;
    padding: 10px 25px !important;
    color: #DAB153 !important;
    margin-right: 10px;
    margin-left: 10px;

    font-size: 18px;
    border-raius: 3px !important;
}

    .Btn-search:hover {
        background: #DAB153 !important;
        padding: 10px 25px !important;
        color: #fff !important;
        font-size: 18px;
        margin-right: 10px;
        margin-left: 10px;

        border-raius: 3px !important;
    }

.bg-inquiries {
    background: #eee;
    padding: 10px 10px 20px;
}

div[id="gridsearch"] .RadGrid .rgRow {
    text-align: right !important;
}

table#ctl00_ContentPlaceHolder1_RadGrid_Data_ctl00 {
    direction: ltr;
}

.hotline {
    background: url(../../images/hotline-call.png)no-repeat left;
    width: 165px;
    font-size: 20px;
    color: #D2D4E3;
    position: relative;
    height: 50px;
    background-size: 45px;
}

    .hotline:after {
        position: absolute;
        content: "920001468";
        left: 65px;

        top: 11px;
    }

.condition {
}

.img-effect {
    opacity: 0.7;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
}

.img-effect:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: gray;
    opacity: 1.0;
}

.album-bg{
    background:url(../../images/website-01.jpg)no-repeat ;
    background-size:cover
}

/********************************************** Site Map *************************************************/

.RadSiteMap .rsmTwoLevels .rsmItem {
    margin-top: 15px !important;
}

.rsmTwoLevels {
    margin-bottom: 30px !important;
}

    .rsmTwoLevels li a {
        font-size: 17px !important;
        font-weight: 400 !important;
    }

    .rsmTwoLevels li ul li a {
        margin-right: 10px;
        margin-left: 10px;

        font-size: 15px !important;
        font-weight: 400 !important;
        color: #DAB153 !important;
    }

.RadSiteMap_Default .rsmOneLevel .rsmLink:hover, .RadSiteMap_Default .rsmTwoLevels .rsmLevel1 .rsmLink:hover, .RadSiteMap_Default .rsmThreeLevels .rsmLevel1 .rsmLink:hover, .RadSiteMap_Default .rsmManyLevels .rsmLevel2 .rsmLink:hover {
    background: none !important;
    margin-right: 20px;
    color: #888 !important;
    transition: 0.2s ease-in;
}

.RadSiteMap_Default:last-child {
    border-bottom: none !important;
}






















/*/////////////////////////////////////////////////////////////////////////////////////*/

#boxed-wrapper {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
.colored.callout-2 {
    background: transparent linear-gradient(to top, #0A9, #2E7D75) repeat scroll 0% 0%;
    background: transparent linear-gradient(to top, #E00/*DAB153*/, #3C4975) repeat scroll 0% 0%;
    background: transparent linear-gradient(to top, #303030, #606060) repeat scroll 0% 0%;
}
#services {
	margin-top:40px;
}
#welcome {
    left: 0;
    position: absolute;
    right: 0;


    padding:0 50px;
    top: -160px;
    z-index: 1000
}
.icon-container {
	width: 180px;
	background-color: #DAB153;
	color:#f6cc2e;
	height: 180px;
	line-height: 82px;
	-webkit-box-shadow: 0px 0px 0px 0px #D2D4E3;/*#d8b52e;*/
	-moz-box-shadow:    0px 0px 0px 0px #D2D4E3;/*#d8b52e;*/
	box-shadow:         0px 0px 0px 0px #D2D4E3;/*#d8b52e;*/
	display: block;
	border:7px solid #535353;/*CCC*/
	border-radius: 100%;
	margin:20px auto 35px;
	text-align: center;
	font-size: 36px;
    overflow:hidden;
}
.welcome-box {
    display:block;
	text-align: center;
	padding:30px;
	border:0px solid#ddd; /*#D2D4E3;*/
	cursor: pointer;
	background-color: transparent; /* #C5CADD;*/
	border-radius: 3px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	min-height: 350px;
}
.welcome-box:hover {
	/*border-top-color: #00C3B3;*/
	background-color: none /*#DAB153 /*#00C3B3/*#D2D4E3*/ !important;
	border-color: transparent;
}
.welcome-box:hover .icon-container {
	background-color:DAB153; /*#1B673E /*4B4B4B/*DAB153/*3C4975*/;
	color:#303030;
	border-color:#DAB153;
}
.icon-container img{
    width:166px;
    height:166px;
    margin:0px;
    border-radius:50%
}
.welcome-box:hover p {
	color:#DAB153;
}
.welcome-box:hover h3 {
	color:#DAB153;
}
.btn-primary {
    color: #FFF;
    border-color: #2E6DA4;
    background-color: #337AB7;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    color: #FFF;
    background-color: #286090;
    border-color: #204D74;
}
.btn-primary.btn-quote, .btn-primary.btn-clients {
	display: block;
	width: 80%;
	margin: 26px auto;
}
.btn-primary.btn-clients {
	position: absolute;
	bottom: 47px;
	right: 0px;
	left: 0px;

	color: #DAB153;
	background-color: #fff;
	border: 1px solid transparent;
}
.btn-culture {
	position: absolute;
    bottom: 40px;
    left: 38%;
    font-size: 16px;
}
.btn-primary.btn-clients:hover{
    color:#DAB153;
	background-color: white;
	border-color: #DAB153;
}
.sidebar  a.form-btn{
    width: 100%;
	text-align:center;
	border-radius:0px;
}
.subpage-list .row{
	margin-bottom: 10px;
	/*border-bottom: 1px solid #e5e5e5;*/
	padding-bottom: 10px;
}
.subpage-list .row:last-child ,
.subpage-list .row:first-child {
	margin-bottom: 10px;
	border-bottom: 0px solid #e5e5e5;
	padding-bottom: 10px;
}
.subpage-list h3 {
	padding: 0;
	white-space: nowrap;
}
.news-widget .icon-medium ,
.icon-medium {
	padding: 0px;
	background-color: #ddd;
}
.news-widget  img ,
.subpage-list img {
	height: 64px;
	margin: 0px;
}
.subpage-list.info-list img ,
.subpage-list.album-list img {
	height: 96px;
}
.subpage-list .icon-text {
    overflow: hidden;
    padding: 12px 0px 0px 15px;
}
.pagination > li span {
	color:#ffffff;
}
.subpage-list .pagination {
	float:left;
}
.pagination > li > a, 
.pagination > li > span {
    background-color: #DAB153;
    border: 0 solid #070707;
    border-radius: 0 !important;
    color: #ffffff;
    float: left;
    font-size: 15px;
    font-family: "Roboto";
    height: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-left: 5px !important;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 40px;
}
/* -- 8. Accordian -- */

.panel .panel-heading{
	padding:0px;
}
.panel-title > a{
	display:block;
	/*margin:10px 15px;*/
}
.careers-list .panel-title > a:nth-child(2),
.careers-list .panel-title > a:nth-child(3){
	float:left;
}

.table{
	border: 1px solid #DDD;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #2px solid #B9B9CE;/*666666;/*6677AA;/*81E1DC/*00BCAD/*6677AA*/
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #EEE;
}
.table .btn-Download {
	width: 18px;
}
.table .btn.btn-primary {
    padding: 2px 10px 1px;
	margin-top: -4px;
	position:absolute;
}
.contact-list .nav.nav-tabs>li {
    width: 50%;
}
.contact-list .nav.nav-tabs>li h3,
.contact-list .nav.nav-tabs>li h3:hover{
	color: inherit;
	margin: 0;
}
.contact-list>.row>h3 {
	display:none;
}
.tabbable .row{
	margin: 0;
	padding: 36px 0;
	border-bottom:1px solid #e5e5e5;
}
.tabbable .row:last-child{
	border-bottom:0px solid #e5e5e5;
}

	

marquee {
	color:#fff;
	z-index:333333;
	line-height: 3;
	font-size:16px;
	font-family: 'stc-font', 'Montserrat', 'tahoma', sans-serif;
}
.clients-wrap img {
	background-color:#e6e6e6;
}

.InlineForm ul {
	list-style:none;
	padding:4px;
	margin:0;
    float: left;
	border-radius: 8px;
	background-color:;
}
.InlineForm  ul li {
	display:inline-block;
}
.InlineForm  ul li .checkbox{
	margin-right: 5px;
    margin-bottom:0px
}
.InlineForm  ul li h3{
	font-size:14px;
}
.InlineForm .link{
    color:#DAB153 !important;
    margin-top:15px !important
}
.InlineForm .link:hover{
    color:#323232 !important;
}
