﻿@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
body{
    overflow-x:hidden;
    z-index:1;
    font-family: '-HelveticaNeueDeskInterface-Regular' !important;
}
html.rtl body{
    font-family: 'Droid Arabic Kufi' !important;
}
.page{
    /*padding-top:69px;*/
}

/*.content {
    transition:.4s;
}*/

.content{
    padding-top:69px;
}

.full-height {
    height:100%;
}

html, body, .mm-page, .page{
    height:100%
}


html.rtl .pull-left{
    float:right !important;
}

html.rtl .pull-right{
    float:left !important;
}

html.rtl .text-left{
    text-align:right !important;
}

html.rtl .text-right{
    text-align:left !important;
}

.direction-rtl{
    direction:rtl;
}

html.rtl .direction-rtl{
    direction:ltr;
}

.direction-ltr{
    direction:ltr;
}

html.rtl .direction-ltr{
    direction:rtl;
}

html.ltr .hidden-ltr{
    display:none !important;
}

html.rtl .hidden-rtl{
    display:none !important;
}

.margin-zero {
    margin: 0;
}

.padding-zero{
    padding:0;
}

.padding-left-10px{
    padding-left:10px;
}

html.rtl .padding-left-10px{
    padding-left:0;
    padding-right:10px;
}

.right-zero{
    right:0;
}

html.rtl .right-zero{
    right:auto;
    left:0;
}

.half-column-padding{
    padding-left:7.5px;
    padding-right:7.5px;

}

.header {
    padding: 0 0 0 0;
    background: -webkit-linear-gradient(left, #e60012, #8e0006);
    background: linear-gradient(to right, #e60012, #8e0006);
    position:fixed;
    width:100%;
    z-index:100;
    top:0;
    left:0;
}

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}


    .header nav {
        margin: 0 auto;
        height: 69px;
    }

        .header nav h1 {
            padding: 12px 0 12px 0;
        }

        .header nav ul {
            border-right: rgba(255, 255, 255, 0.4) 1px solid;
            list-style: none;
            margin: 0;
            padding:0;
        }

        .sub-header ul{
            border:none !important;
        }

html.rtl .header nav ul {
    border-right:none;
    border-left: rgba(255, 255, 255, 0.4) 1px solid;
}

            .header nav ul li {
                border-left: rgba(255, 255, 255, 0.4) 1px solid;
            }

html.rtl .header nav ul li {
    border-left:none;
    border-right: rgba(255, 255, 255, 0.4) 1px solid;
}


                .header nav ul li .menu-link {
                    color: #ffffff;
                    text-decoration: none;
                    display: block;
                    text-align: center;
                    padding: 0;
                    
                    background-color: rgba(255, 255, 255, 0);
                    line-height: 69px;
                    transition: 0.2s;
                    cursor:pointer;
                }

                    .header nav ul li .menu-link:hover {
                        color: #ffffff;
                        text-decoration: none;
                        background-color: rgba(255, 255, 255, 0.15);
                    }

                    .header nav ul li .menu-link:visited {
                        color: #ffffff;
                        text-decoration: none;
                    }





.sub-header {
    background: #000000;
    height: 55px;
    position:fixed;
    width:100%;
    left:0;
    top:69px;
    transition:.5s;
    visibility:hidden;
    opacity:0;
}

.header nav ul li:hover .sub-header{
    opacity:1;
    visibility:visible;
    z-index:500;
}



.flexslider{
    border:none;
    margin:0;
}

.flexslider img{
    user-select:none;
}

.flex-control-paging{
    bottom:20px;
    text-align:right;
    padding-right:50px;
    user-select:none;
}

html.rtl .flex-control-paging {
    direction:rtl;
}

html.rtl .flex-direction-nav .flex-prev{
    left:auto;
    right:10px;
}

html.rtl .flex-direction-nav .flex-prev:before{
    content:'\f002';
}

html.rtl .flex-direction-nav .flex-next:before{
    content:'\f001';
}

html.rtl .flex-direction-nav .flex-next{
    right:auto;
    left:10px;
}

html.rtl .flexslider:hover .flex-direction-nav .flex-prev {
    left:auto;
    right:10px;
}

html.rtl .flexslider:hover .flex-direction-nav .flex-next {
    right:auto;
    left:10px;
}

.flex-control-paging li a{
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 6px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 6px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 6px 3px; 
    border-radius:0;
    transition:0.2s;
    color:transparent;
}

.flex-control-paging li a:hover{
    background: #e60012;
}

.flex-control-paging li a.flex-active{
    background: #e60012;
cursor: default; 
}

    .sub-header .wrap .searchBox {
        
        position: relative;
        width: 260px;
        padding: 9px 0 9px 0;
    }

        .sub-header .wrap .searchBox input {
            background: none;
            border: none;
            width: 260px;
            outline: none;
            border-bottom: #666666 1px solid;
            padding: 8px 0 8px 0;
            color: #999999;
            font-size: 14px;
            box-sizing: border-box;
            outline: none;
            padding-right: 25px;
        }
html.rtl .sub-header .wrap .searchBox input {
    padding-right:0;
    padding-left:25px;
}

        .sub-header .wrap .searchBox button {
            outline: none;
            background: none;
            border: none;
            position: absolute;
            padding: 0 0 0 0;
            right: 0;
            top: 9px;
        }

        html.rtl .sub-header .wrap .searchBox button{
            right:auto;
            left:0;
        }

            .sub-header .wrap .searchBox button .fa {
                font-size: 25px;
            }


        .sub-header nav ul {
            list-style: none;
            margin: 0;
        }

            .sub-header nav ul li {
                padding: 20px 0 0 45px;
                font-size: 12px;
                border:none !important;
                display:inline-block;
            }

                .sub-header nav ul li a {
                    color: white;
                    text-decoration: none;
                    transition: 0.2s;
                }

                .sub-header nav ul li a h4{
                    font-size:16px;
                }

                    .sub-header nav ul li a:hover {
                        color: #e60012;
                    }

                .sub-header nav ul li.snsLinks {
                    /*padding: 10px 0 0 30px;*/
                    padding-top:10px;
                    padding-left:7px;
                    padding-right:7px;
                    font-size: 20px;
                }

                .sub-header nav ul li.snsLinks:last-child{
                    padding-right:0;
                }

html.rtl .sub-header nav ul li.snsLinks:last-child {
    padding-right:7px;
    padding-left:0;
}

                    .sub-header nav ul li.snsLinks a {
                        display: block;
                        text-align: center;
                        background: #e60012;
                        color: #000000;
                        height: 30px;
                        width: 30px;
                        line-height: 30px;
                        border-radius: 15px;
                    }

                        .sub-header nav ul li.snsLinks a:hover {
                            background: #e60012;
                        }


                    .container-padding{
                        padding-left:25px;
                        padding-right:25px;
                    }

                    .menu-button{
                        background:none;
                        outline:none;
                        border:none;
                        color:white !important;
                        font-size:27px;
                        margin-top:15px;
                    }

.mm-listview>li>a, .mm-listview>li>span{
    padding-top:15px;
    padding-bottom:15px;
}

.mm-panels {
    background:#000000;
    color:white;
}

.mm-panels .mm-navbar a{
    color:white;
    font-size:16px;
}

.mm-panels .mm-next::after, .mm-panels .mm-prev::before{
    border-color:white!important;
}

.mm-panels, .mm-panels  li{
    border-bottom-color:#353535;
    
}

footer {
background: #000000;
padding: 24px 0 24px 0;
color:white;
}

footer p{
    margin:0;
}

footer .wrap {
width: 100%;
margin: 0 auto;
}
footer .wrap ul {
margin:0;
list-style:none;
padding:0;
padding-top:12px;
padding-bottom:12px;
}
    footer .wrap ul li {
        border-right: #333333 1px solid;
        padding-left:12px;
        padding-right:12px;
    }

html.rtl footer .wrap ul li {
    border-right:none;
    border-left: #333333 1px solid;
}

    footer .wrap ul li a{
        color:white;
        text-decoration:underline;
    }

footer .wrap ul li:last-child {
border: none !important;
}
        footer .wrap ul li:first-child {
            padding-left:0;
        }

html.rtl footer .wrap ul li:first-child {
    padding-left:12px;
    padding-right:0;
}

footer .wrap p {
float: right;
margin:0;
padding-top:12px;
padding-bottom:12px;
}
footer .wrap p small {
color: #ffffff;
}
footer .wrap:after {
content: "";
clear: both;
display: block;
} 

.flex-caption{
    text-align:center;
    margin-top:10px;
    font-size:18px;
    font-weight:bold;
}

.flex-control-paging{
    position:static;
    text-align:center;
    margin:0;
    padding:0;
    margin-top:5px;
    margin-bottom:5px;
}

.flexslider ul.slides .slide-wrapper{
    position:relative;
}

.flexslider .flex-caption.caption-top{
    top:60px;
}

.flexslider .flex-caption.caption-bottom{
    bottom:60px;
}

.flexslider .flex-caption.caption-left{
    left:120px;
}

html.rtl .flexslider .flex-caption.caption-left {
    left:auto;
    right:120px;
}

.flexslider .flex-caption.caption-right{
    right:120px;
}

html.rtl .flexslider .flex-caption.caption-right {
    right:auto;
    left:120px;
}

.flexslider .flex-caption .sub-title{
    display:block;
    font-size:14px;
    font-weight:normal;
}

.mm-navbars-bottom{
    background-color:#353535;
    color:black;
}

.mm-navbars-bottom a{
    color:white !important;
    font-size:20px;
}

.mm-navbars-bottom .social-btn{
    border-right:1px solid rgba(255, 255, 255, 0.4);
}

.mm-navbars-bottom .social-btn:last-child{
    border-left:none;
}

.mm-navbars-top{
    background: -webkit-linear-gradient(left, #e60012, #8e0006);
    background: linear-gradient(to right, #e60012, #8e0006);
}

.mm-navbars-top .language-btn{
    font-weight:bold;
    font-size:16px;
    color:white !important;
}

.mm-navbars-top .language-btn:first-child{
    border-right:rgba(255, 255, 255, 0.4) 1px solid;
}

.black-bg{
    background-color:black;
}

.news-area{
    padding-top:40px;
    padding-bottom:40px;
}

.news-area h1{
    font-size:18px;
    color:white;
    margin:0;
    margin-bottom:20px;
}

.news-area article h2{
    font-size:18px;
    color:white;
    margin:0;
}

.news-area article .date{
    color:#aaaaaa;
}

.news-area article p{
    color:#aaaaaa;
    margin-top:15px;
}

.news-area .news-item{
    /*border-left:rgba(255, 255, 255, 0.4) 1px solid;*/
    padding-bottom:20px;
    position:relative;
}

    .news-area .news-item a {
        text-decoration:none;
    }

.news-area .news-item .read-more-btn{
    position:absolute;
    bottom:0;
    right:10px;
    color:#e60012;
}

html.rtl .news-area .news-item .read-more-btn{
    left:10px;
    right:auto;
}

    .news-area .news-item h2 .fa {
        color: #e60012;
        font-size: 21px;
    }

    .news-area .news-item h2 .title{
        padding-left:10px;
    }

    html.rtl .news-area .news-item h2 .title{
        padding-right:10px;
        padding-left:0;
    }

    .news-area .news-item .date{
        padding-left:25px;
    }

    html.rtl .news-area .news-item .date{
        padding-left:0;
        padding-right:25px;
    }

    .grey-bg{
        background-color: rgb(217, 221, 224);
    }

.products-area, .total-support-area, .pick-up-area{
    padding-top:40px;
}

.total-support-area h1, .products-area h1, .pick-up-area h1 {
    font-size: 18px;
    color: black;
    margin: 0;
    margin-bottom: 20px;
}

.products-area .product-item {
    background-color:white;
    border-left: #e60012 6px solid;
    margin-bottom:15px;
    position:relative;
}

.products-area .product-item a{
    display:block;
    text-decoration:none;
}

.products-area .product-item a:hover .title, .products-area .product-item a:hover .sub-title{
    color:#e60012;
}

html.rtl .products-area .product-item {
    border-left:none;
    border-right: #e60012 6px solid;
}

.products-area .product-item .table{
    min-height:220px;
}

    .products-area .product-item .title {
        font-size: 36px;
        font-weight: bold;
        color:#333333;
        transition:0.2s;
    }

    .products-area .product-item .sub-title{
        font-size: 20px;
        color:#333333;
        transition:0.2s;
    }

    .products-area .product-item .table {
        width:100%;
        display:table;
        margin:0;
    }

    .products-area .product-item .tr{
        display:table-row;
    }

    .products-area .product-item .td{
        display:table-cell;
        vertical-align:middle;
        padding:15px;
    }

    .products-area .product-item .td img{
        width:100%;
        margin-top:15px;
        margin:auto;
        display:block;
    }

    .products-area .product-item .details, .total-support-area .total-support-item .details{
        color:#e60012;
        position:absolute;
        bottom:25px;
        left:15px;
        font-weight:bold;
    }

    html.rtl .products-area .product-item .details{
        left:auto;
        right:15px;
    }

    .total-support-area .total-support-item .details{
        left:25px;
    }

    html.rtl .total-support-area .total-support-item .details{
        left:auto;
        right:25px;
    }

    .total-support-area .total-support-item{
        background-color:white;
        display:block;
        border-left: #333333 6px solid;
        text-decoration:none;
        margin-bottom:15px;
    }

    .total-support-area .total-support-item:hover .title{
        color:#e60012;
    }

    .total-support-area .total-support-item .text-wrapper{
        padding:15px;
    }

    .total-support-area .total-support-item .img-wrapper{
        position:absolute;
        top:0;
        right:0;
        height:100%;
        background-size:cover;
        background-position:center center;
    }

.total-support-area .total-support-item {
    position: relative;
    min-height:150px;
}

    html.rtl .total-support-area .total-support-item{
        border-left:none;
        border-right: #333333 6px solid;
    }

    .total-support-area .total-support-item .title{
        font-size:19px;
        font-weight:bold;
        color:#333333;
        transition:0.2s;
    }

    .total-support-area .total-support-item .sub-title {
        color:#333333;
        margin:0;
    }

.total-support-area .total-support-item img {
    width:100%;
}

.total-support-area .total-support-item .date{
    color: #484848;
    margin-top:15px;
}

html.rtl .total-support-area .total-support-item .date{
    left:auto;
    right:25px;
}


.pick-up-item{
    position:relative;
    display:block;
    height:270px;
    background-position: center center;
    background-size: cover;
    margin-bottom:15px;
}
    .pick-up-item .title {
        background: -webkit-linear-gradient(left, #e60012, #8e0006);
        background: linear-gradient(to right, #e60012, #8e0006);
        position: absolute;
        width: 100%;
        bottom: 0;
        font-size: 16px;
        padding-top:10px;
        padding-bottom:10px;
        color:white;
        padding-left:15px;
        padding-right:15px;
    }

    .pick-up-item .fa{
        position:absolute;
        margin-top:-8px;
        top:50%;
        margin-right:15px;
        margin-left:15px;
    }

    .numberic-pager-button{
    color:transparent;
    height:13px;
    width:13px;
    display:inline-block;
    text-decoration:none !important;
    transition:0.2s;
    overflow:hidden;
    margin-right:3px;
    margin-left:3px;
    border-radius:15px;
    border:2px solid #e60012;
}

    .numberic-pager-button:hover, .numberic-pager-button.active{
        background-color: #e60012;
    }

    .pager-previous-page, .pager-next-page{
        color:#353535;
        transition:0.2s;
        text-decoration:none !important;
    }

    .pager-previous-page:hover, .pager-next-page:hover{
        color:#e60012;
    }

    html.rtl .pager-next-page::before{
        content:"\f053";
    }

    html.rtl .pager-previous-page::before{
        content:"\f054";
    }

.single-page-container .single-title {
    margin-bottom:0;
    margin-top:15px;
}

.single-page-container .single-date{
    margin-top:10px;
    display:block;
}

.single-page-container .single-cover{
    width:100%;
    margin-top:15px;
    margin-bottom:15px;
    border-radius:5px;
}

.single-page-container .single-description{
    background-color:white;
    padding:15px;
    border:1px solid #e6e6e6;
    border-radius:5px;
    margin-bottom:15px;
}

.single-page-container .single-social-container{
    margin-top:15px;
    border-top:1px solid #e6e6e6;
    padding-top:15px;
}

.well-thumbnail-slider{
    background-color:white;
    box-shadow:none !important;
    border:1px solid #e6e6e6;
    border-radius:5px;
    margin-bottom:0;
    margin-bottom:15px;
}

.owl-slider .item{
    margin:8px;
}

.video-gallery{
    position:relative;
    display:inline-block;
    margin-top:15px;
}

.video-gallery .black-overlay{
    position:absolute;
    width:100%;
    height:100%;
    background-color:black;
    opacity:0.5;
    border-radius:10px;
}

.video-gallery .fa-youtube-play{
    color:white;
    position:absolute;
    font-size:80px;
    top:50%;
    left:50%;
    margin-top:-40px;
    margin-left:-40px;
    transition:0.2s;
}

.video-gallery a:hover .fa-youtube-play{
    color:#e62117;
}

.video-gallery img{
    border-radius:10px;
    width:100%;
}

.google-map{
    height:350px;
}

.dealers .dealer-description table tr td:first-child{
    width:1px !important;
}

.dealers .dealer-description table tr td:last-child{
    width:auto !important;
}

.dealers .dealer-description table tr td:last-child:before{
    content:':';
    padding-left:10px;
    padding-right:10px;
    font-weight:bold;
}

.dealer-staff-area{
    margin-bottom:15px;
}

.dealer-staff-area .staff-item{
    background-color:white;
    padding:5px 10px;
    min-height:99px;
}

.dealer-staff-area .staff-item .fa{
    color:rgb(208, 208, 208);
    font-size:36px;
    border:1px solid #d6d6d6;
    padding:25px;
    margin:0;
}

.page-header-cover {
    padding: 0;
    height: 350px;
    background-position:center center;
    background-size:cover;
    position:relative;
}

.page-header-cover .overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:black;
    opacity:0.5;
}

.general-description{
    background-color:white;
    min-height:600px;
    border-radius:10px;
    margin-top:-250px;
    margin-bottom:100px;
}

.general-description .description{
    padding:15px;
}

.general-description .data-box{
    padding-left:15px;
    padding-right:15px;
    padding-bottom:15px;
}

.general-description .data-box h3{
    color:#e60012;
    margin-top:0;
}

.general-description .data-box .field-wrapper{
    margin-bottom:14px;
}

.general-description .data-box .field-wrapper textarea{
    max-width:100%;
}

.general-description .single-title{
    background: -webkit-linear-gradient(left, #e60012, #8e0006);
    background: linear-gradient(to right, #e60012, #8e0006);
    color: white;
    margin: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height: 80px;
}

.lucid-error-message{
    color:#e60012;
    font-weight:bold;
}

.grecaptcha-badge{
    display:none;
}

.product-page .key-visual{
    position:relative;
}

.product-page .key-visual img{
    width:100%;
}

.product-page .caption {
    color:#e60012;
    font-size: 36px;
    margin:0;
    margin-top:40px;
}

.product-page .product-nav {
    background: #000000;
    border-bottom: #333333 1px solid;
    width:100%;
    z-index:10;
    top:0;
}

.product-page .product-nav.affix{
    position:fixed !important;  
}
    .product-page .product-nav nav {
        text-align: center;
    }
    .product-page .product-nav nav ul {
        padding: 25px 0 25px 0;
    }
    .product-page .product-nav nav ul li {
        display: inline-block;
        padding: 0 13px 0 13px;
    }
    .product-page .product-nav nav ul li i {
        font-size: 20px;
        font-weight: bold;
        padding: 0 10px 0 0;
    }
    .product-page .product-nav nav ul li a{
        color:#e60012;
        font-weight:bold;
    }
        .product-desc section p {
            padding:40px 0px;
            color: #ffffff;
            font-size: 18px;
            line-height: 1.5;
        }

.masonry .grid-item .masonry-item{
    background-color:white;
    margin-bottom:15px;
    opacity:0;
    transition:0.4s;
}

.masonry .grid-item .masonry-item .info{
    padding:10px;
}

.masonry .grid-item .masonry-item .info h4{
    margin:0;
    margin-bottom:10px;
    font-weight:bold;
    font-size:16px;
}

.masonry .grid-item .masonry-item img{
    width:100%;
}

.product-owl .owl-dots .owl-dot span{
    background-color:white;
    transition:0.2s;
    border: 1px solid #ababab;
    width:12px;
    height:12px;
}

.product-owl .owl-dots .owl-dot.active span,.product-owl .owl-dots .owl-dot:hover span{
    background-color:#e60012;
}

.product-page .specs-item{
    background-color:white;
    padding-top:20px;
    padding-bottom:20px;
    cursor:pointer;
    margin-bottom:15px;
}

.product-page .specs-item .specs-description{
    display:none;
    padding-left:10px;
    padding-right:10px;
    margin-top:10px;
    padding-top:15px;
    border-top:1px solid #e6e6e6;
}

.product-page .specs-item .fa, .product-page .specs-item .title{
    transition:0.2s;
}

.product-page .specs-item:hover .fa, .product-page .specs-item:hover .title{
    color:#e60012;
}

.product-page .specs-item a:hover{
    background-color:#e60012;
    color:white;
}


.product-page .specs-item h4{
    font-weight:bold;
    font-size:16px;
    margin:0;
}

.product-page .products-area{
    padding-top:10px;
}

.temp-item{

}

@media (min-width: 520px){
    .products-area .product-item .td img {
        position:absolute;
        right:0;
        height:100%;
        width:auto;
        top:0;
        margin-top:0;
    }

    html.rtl .products-area .product-item .td img{
        right:auto;
        left:0;
    }

    .total-support-area .total-support-item img {
        /*width:40%;*/
    }

    .total-support-area .total-support-item .text-wrapper{
        /*width:60%;*/
    }

}

@media (min-width: 768px) and (max-width:992px) {
    .products-area .product-item .td img {
        position:static;
        margin-top:15px;
        width:100%;
        height:auto;
    }   
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .container-padding{
        padding-left:30px;
        padding-right:30px;
    }
    .total-support-area .total-support-item img {
        /*width:35%;*/
    }
    .total-support-area .total-support-item .text-wrapper{
        width:65%;
    }
    .total-support-area .total-support-item .img-wrapper {
        width:35%;
    }
    .google-map{
        height:350px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .product-page .product-nav.affix + .container-fluid {
        margin-top: 83px;
    }

    .container-padding {
        padding-left: 40px;
        padding-right: 40px;
    }
    .header nav ul li .menu-link {
        min-width: 120px;
    }
    .flexslider .flex-caption {
      position:absolute;
      color: white;
      font-size: 50px;
      font-weight:normal;
      text-align:left;
      margin-top:0;
    }
    .flex-control-paging {
        position:absolute;
        text-align:right;
        padding-right:50px;
        padding-left:50px;
        margin:0;
    }

    html.rtl .flex-control-paging {
        text-align:left;
    }
    html.rtl .flexslider .flex-caption {
        text-align:right;
    }

    .news-area .news-item {
        border-left:rgba(255, 255, 255, 0.4) 1px solid;
    }

    html.rtl .news-area .news-item {
        border-right:rgba(255, 255, 255, 0.4) 1px solid;
        border-left:none;
    }

    .news-area .news-item h2 .title, .news-area .news-item .date {
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .news-area .news-item {
        margin-bottom: 25px;
    }

    .google-map{
        height:500px;
    }
    .product-page .key-visual .caption{
        left:120px;
        text-align:left;
    }
    html.rtl .product-page .key-visual .caption {
        text-align:right;
        left:auto;
        right:120px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .product-page .product-nav.affix + .container-fluid {
        margin-top: 83px;
    }

    .container-padding {
        padding-left: 80px;
        padding-right: 80px;
    }
    .header nav ul li .menu-link {
        min-width: 130px;
    }
    .flexslider .flex-caption {
      position:absolute;
      color: white;
      font-size: 50px;
      font-weight:normal;
      text-align:left;
      margin-top:0;
    }
    .flex-control-paging {
        position:absolute;
        text-align:right;
        padding-right:50px;
        padding-left:50px;
        margin:0 !important;
    }
    html.rtl .flex-control-paging {
        text-align:left;
    }
    html.rtl .flexslider .flex-caption {
        text-align:right;
    }
    .news-area .news-item {
        border-left:rgba(255, 255, 255, 0.4) 1px solid;
    }

    html.rtl .news-area .news-item {
        border-right:rgba(255, 255, 255, 0.4) 1px solid;
        border-left:none;
    }
    .news-area .news-item h2 .title, .news-area .news-item .date {
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .news-area .news-item {
        margin-bottom: 25px;
    }
    .google-map{
        height:500px;
    }
    .product-page .key-visual .caption{
        left:120px;
        text-align:left;
    }
    html.rtl .product-page .key-visual .caption {
        text-align:right;
        left:auto;
        right:120px;
    }
}