/*
    Created by: Zeinab Nasser
*/

@font-face {
    font-family: 'Cairo-SemiBold';
    src: url('../fonts/Cairo-SemiBold.eot');
    src: url('../fonts/Cairo-SemiBold.woff2') format('woff2'),
    url('../fonts/Cairo-SemiBold.woff') format('woff'),
    url('../fonts/Cairo-SemiBold.ttf') format('truetype'),
    url('../fonts/Cairo-SemiBold.svg#Cairo-SemiBold') format('svg'),
    url('../fonts/Cairo-SemiBold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Cairo-SemiBold';
    background-image: url('../images/body-bg.png');
    -webkit-background-size: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
}
a,a:hover,a:focus{
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

.btn,.btn-flat{
    /*border-color: #fff;
    background-color: transparent;*/
    color: #fff;
    outline: unset !important;
    transition: all .5s ease-in-out;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 17px;
}

.btn:hover,
.btn:focus,
.form-control:hover,
.form-control:focus{
    box-shadow: none;
    outline: unset
}

.btn-bg,
.btn-bg:hover,
.btn-bg:focus{
    background-color: #fff;
    color: #00aeef;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 17px;
    border: none;
}

/*header*/
.top-header{
    background-color: #e0e0e0;
    color: #89581c;
    padding: 10px;
    font-size: 13px;
}
.top-header ul{
    margin-bottom: 0;
}
.top-header ul li{
    float: right;
    margin-left: 15px;
}
.top-header ul li i{
    margin-left: 5px;
    font-size: 18px;
}
.top-header span {
    float: left;
    font-size: 17px;
}
.navbar{
    border-bottom: 1px solid #eee;
    background-color: #f4f4f4;
}
.navbar-brand{
    margin-left: 20px!important;
}
.navbar-brand > img ,
footer .about img{
    display: block;
    overflow: hidden;
}
.navbar-toggle .icon-bar{
    background-color: #616135;
}
.navbar-nav{
    padding: 40px 0;
}
.nav > li > a > img{
    width: 24px;
}
.navbar-nav > li > a{
    font-size: 14px;
    max-width: 200px;
    color: #b07732;
    padding: 10px;
}
.navbar-nav > li > a i{
    font-size: 20px;
    margin-left: 6px;
    color: #7f8000;
}
.navbar-nav > li.active,
.navbar-nav > li:hover,
.navbar-nav > li:focus,
.open > .dropdown-menu,
.nav .open{
    background-color: transparent;
}
.navbar-nav > li.active > a,
.navbar-nav > li:hover > a,
.navbar-nav > li:focus > a,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus{
    background-color: transparent;
}
.nav .submenu li{
    padding: 10px 0;
}
.nav .submenu li.divider{
    padding: 0;
}
.nav .dropdown-menu,.nav .dropdown-content{
    width: 222px;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px #f2f2f2;
    border-radius: 12px !important;
    background-color: #f4f4f4;
    padding: 0;
    color: #b07732;
}
.dropdown-menu > li > a{
    color: #b07732;
}
.nav .dropdown-content{
    position: absolute;
    top: 0;
    right: 198px;
    display: none;
    z-index: 111;
    background-color: #f4f4f4;
}
@media screen and (max-width: 767){
    .nav .dropdown-content{
        position: static;
    }
}
.nav .submenu:hover .dropdown-content{
    display: block;
}
.nav .submenu i{
    float: left;
    font-size: 18px;
}
.nav .dropdown-menu .divider{
    margin: 0;
}
.dropdown-menu > li > a,
.dropdown-content > li > a{
    width: 100%;
    padding: 8px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-content > li:hover,
.dropdown-content > li:focus{
    background-color: #b07732;
    color: #fff;
}
.dropdown-menu > li:first-child > a,
.dropdown-content > li:first-child{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.dropdown-menu > li:last-child > a,
.dropdown-content > li:last-child{
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.bottom-header{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #eee;
    height: 60px;
    color: #b07732;
    overflow: hidden;
    margin-top: 10px;
    background-color: #f4f4f4;
}
.bottom-header h4{
    font-size: 20px;
    text-align: center;
    padding: 16px 0;
    margin: 0;
    height: 60px;
    border-left: 1px solid rgba(182, 119, 50, 0.5);
}
.bottom-header .owl-carousel{
    position: relative;
}
.bottom-header .owl-carousel .item{
    padding: 12px 0;
}
.bottom-header .owl-carousel .item h5 {
    font-size: 16px;
    color: #b19117;
}
.bottom-header .owl-theme .owl-nav {
    margin-top: 0;
    top: 0;
    left: -37%;
    position: absolute;
    z-index: 0;
    width: 108px;
    height: 60px;
}
.bottom-header .owl-nav {
    background-color: #b07732;
    padding: 10px 0;
}
.bottom-header .owl-theme .owl-nav [class*='owl-']{
    background-color: transparent;
    padding: 2px;
}
.bottom-header .owl-theme .owl-nav .owl-prev{
    margin: 0px 0px 0px 37px;
}
.bottom-header .owl-nav i{
    font-size: 24px;
}
.bottom-header .control{
    text-align: left;
    margin-left: 22px;
    color: #fff;
    display: inline-block;
    float: left;
    padding: 22px 10px;
    z-index: 1;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: relative;
}
.bottom-header .control .control-toggle{
    display: none;
}


section{
    padding: 15px 0;
}
section h3{
    border-bottom: 3px solid #89581c;
    display: inline-block;
    padding: 10px 15px;
    position: relative;
    margin-bottom: 20px !important;
}
section h3:after{
    content: '';
    background-color: #b07732;
    height: 3px;
    width: 50%;
    position: absolute;
    bottom: -3px;
    right: 0px;
}
section.important-news aside{
    border-radius: 12px;
    border: 1px solid #eee;
    overflow: hidden;
    color: #b07732;
}
section.important-news aside .panel{
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
}
.panel-group .panel + .panel{
    margin-top: 0;
}
section.important-news aside .panel:last-child{
    border-bottom: none;
}
section.important-news aside .panel > .panel-heading{
    background-color: #f4f4f4;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
}
section.important-news aside .panel > .panel-heading:hover,
section.important-news aside .panel > .panel-heading:focus,
.panel-active,
section.important-news aside .panel .panel-heading a[aria-expanded="true"]{
    background-color: #b07732!important;
    color: #fff;
}
section.important-news aside .panel > .panel-heading:hover .panel-title > a,
section.important-news aside .panel > .panel-heading:focus .panel-title > a,
.panel-active .panel-title > a{
    color: #fff !important;
}
section.important-news aside .panel-title{
    margin: 0;
    position: relative;
    font-size: 15px;
}
section.important-news aside .panel-title > a{
    color: #b07732;
    width: 100%;
    display: inline-block;
    padding: 12px 10px;
}
section.important-news aside .panel-title i{
    font-size: 22px;
    margin-left: 10px;
    width: 22px;
}
section.important-news aside .panel-title .direction{
    position: absolute;
    left: 0;
    top: 28%;
}
section.important-news .panel-collapse > .panel-body{
    background-color: #f4f4f4;
}
section.important-news aside .panel-group{
    margin-bottom: 0;
}
section.important-news aside .panel-group ul{
    margin-bottom: 0;
}
section.important-news aside .panel-group .list-group-item{
    border: none;
    background-color: #f4f4f4;
}
.slider-show{
    height: 378px;
    overflow: hidden;
}
.slider-show .item{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 378px;
}
.slider-show .item .caption{
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0.5),#000000, #000);
    background:-moz-linear-gradient(to bottom,rgba(0,0,0,0.5),#000000, #000);
    background: -ms-linear-gradient(to bottom,rgba(0,0,0,0.5),#000000, #000);
    background: -o-linear-gradient(to bottom,rgba(0,0,0,0.5),#000000, #000);
    overflow: hidden;
    width: 100%;
    top: 85%;
    height: 15%;
    transition: .5s ease;
    padding: 10px 5px;
    color: white;
    font-size: 15px;
}
.slider-show .item:hover .caption{
    left: 0;
    right: 0;
    top: 90%;
    transform: translate(0%, -30%);
    -ms-transform: translate(0%, -20%);
    height: 90%;
}
.slider-show .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
}
.titles{
    border-radius: 25px;
    border: 1px solid #eee;
    overflow: hidden;
    color: #b07732;
    box-shadow: 0 2px 5px #bbbba73d;
    margin-bottom: 0;
    background-color: #f4f4f4;
}
.titles .list-group-item{
    border: none;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 0px;
    transition: all .2s ease-in;
    background-color: #f4f4f4;
}
.titles .list-group-item:hover{
    background-color: #b07732;
    color: #fff;
}
.titles .list-group-item:hover span{
    color: #fff;
}
.titles .list-group-item:hover span i{
    color: #ccc;
}
.titles .thumb{
    border-radius: 28px;
    width: 73px;
    height: 73px;
    float: right;
    display: inline;
    margin-left: 10px;
}
.titles p{
    display: inline;
    height: 46px;
    overflow: hidden;
    margin-bottom: 15px
}
.titles span{
    display: block;
}
.titles span i{
    margin-left: 5px;
    font-size: 16px;
}
.important-news .next{
    display: block;
    width: 100%;
    padding: 10px 70px;
    font-size: 18px;
    color: #b07732;
    border: 1px solid #b07732;
    border-radius: 12px;
    font-size: 15px;
    background-color: #f4f4f4;
}
.videos{
    position: relative;
}
.videos .screen{
    background-image: url(../images/screen.png);
    height: 480px;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-background-size: 100%;
    background-size: 100%;
    padding: 20px 20px 160px;
    overflow: hidden;
}
.videos .screen .owl-carousel{
    width: 100%;
    height: 100%;
}
.videos .owl-carousel .item{
    height: 300px;
    width: 100%;
}
.videos .controls{
    position: relative;
}
.videos .pagination{
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 21px;
    cursor: pointer;
    color: #b07732;
}
.videos .pagination li{
    display: block;
    float: none;
    margin: 0;
    padding: 0;
}
.videos .pagination li a,
.videos .pagination li a:hover,
.videos .pagination li a:focus{
    color: #b07732;
    background-color: transparent;
    border: none;
}
.videos .controls ul li{
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: 0px 3px 15px #90909038;
    margin: 0 15px 15px;
    overflow: hidden;
    height: 100px;
    text-align: right;
    background-color:#f4f4f4;
}
.videos .controls ul li img{
    float: right;
    width: 200px;
    height: auto;
    margin-left: 20px;
}
.videos .controls ul li p{
    padding: 19px 10px;
    font-size: 16px;
    color: #000;
    line-height: 1.4;
}
.videos .url-item i{
    position: absolute;
    color: #b07732;
    top: 32%;
    left: 2%;
    font-size: 30px;
}
footer{
    /*background-image: url('../images/footer-bg.png');*/
    /*-webkit-background-size: cover;*/
    /*background-size: cover;*/
    /*background-position: top;*/
    background-color: #d8dadd;
    padding: 40px 0 15px;
    color: #fff;
}
footer .about img{
    display: inline-block;
}
footer h5{
    font-size: 16px;
}
footer a{
    color: #9e5600;
}
footer ul li{
    line-height: 2;
    font-size: 13px;
    width: 50%;
    float: right;
}
footer .about p{
    margin: 10px 0;
}
footer .social{
   display: inline-block;
}
footer .social li{
    float: right;
    margin-left: 5px;
    background-color: #fff;
    color: #b07732;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 35px;
    height: 35px;
    padding: 6px
}
footer .social li a{
    color: #b07732;
    font-size: 19px;
}
footer .social li.facebook:hover{
    background-color: #3b5998;
}
footer .social li.twitter:hover{
    background-color: #1da1f2;
}
footer .social li.instagram:hover{
    background: -ms-linear-gradient(to right,#405de6,#833ab4,#833ab4,#c13584);
    background: -o-linear-gradient(to right,#405de6,#833ab4,#833ab4,#c13584);
    background: -webkit-linear-gradient(to right,#405de6,#833ab4,#833ab4,#c13584);
    background: linear-gradient(to right,#405de6,#833ab4,#833ab4,#c13584);
}
footer .social li:hover a{
    color: #fff;
}
footer .links li{
    width: 33.3333%;
}

footer .words li{
    width: 48%;
    background-color: rgba(183, 184, 112, 0.74);
    padding: 5px 20px;
    border-radius: 30px;
    float: right;
    margin: 1%;
    font-size: 14px;
}
footer .words li:last-child{
    width: 98%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav > li > a {
        max-width: 140px;
    }

    .bottom-header .owl-theme .owl-nav {
        left: -38%;
    }
    .videos .screen {
        height: 480px;
        padding: 17px 18px 220px;
    }
    .videos .owl-carousel .item {
        height: 236px;
        width: 100%;
    }
    .videos .controls ul li{
        height: 80px;
    }
    .videos .controls ul li img{
        width: 150px;
    }
    .videos .controls ul li p {
        padding: 14px 0;
        font-size: 16px;
        color: #000;
        line-height: 1.4;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .navbar-right{
        margin-right: 120px;
    }
    .navbar-nav > li > a{
        max-width: 175px;
    }
    .navbar-nav{
        padding: 0;
    }
    .bottom-header .owl-theme .owl-nav{
        left: -40%;
    }
    .videos .screen {
        height: 627px;
        padding: 20px 20px 215px;
    }
    .videos .owl-carousel .item {
        height: 392px;
        width: 100%;
    }
    footer .about p{
        padding: 0 25%;
    }
}
@media screen and (max-width: 767px){
    footer ul li{
        width: 50%;
        float: right;
    }
    .navbar-nav{
        padding: 5px 0;
        background-color: #ffffff;
        z-index: 2;
        position: relative;
        border: 1px solid #eee;
        border-radius: 15px;
        box-shadow: 0px 3px 15px #bdbdbd75;
    }
    .navbar-nav .icofont-rounded-down{
        float: left;
    }
    .navbar-nav > li > a{
        max-width: unset;
    }
    .navbar-toggle{
        margin-top: 30px;
    }
    .bottom-header .owl-theme .owl-nav {
        left: -39%;
    }
    .bottom-header .col-xs-9{
        padding-right: 0;
    }
    .bottom-header .owl-carousel .item{
        padding: 0;
    }
    .bottom-header .owl-carousel .item h5{
        font-size: 15px;
        line-height:1.8;
    }
    .top-header{
        text-align: center;
    }
    .top-header ul{
        display: inline-block;
    }
    .top-header span{
        display: block;
        float: none;
        padding: 6px 0 0;
    }
    .slider-show{
        margin: 20px 0;
        height: auto;
    }
    footer .about p{
        padding: 0 18%;
    }
    .videos .screen{
        height: auto;
        padding: 10px 10px 0px;
        margin-bottom: 18px;
    }
    .videos .screen .owl-carousel{
        height: 510px;
    }
    .videos .owl-carousel .item{
        height: 321px;
    }
    .videos .controls ul li img {
        width: 25%;
        height: 100%;
    }
    .videos .controls ul li{
        height: 75px;
    }
    .videos .controls ul li p{
        padding: 10px 5px;
        font-size: 14px;
    }
    footer .links li{
        width: 50%;
    }
    .top-header ul li{
        margin: 0 10px;
    }
}
@media screen and (max-width: 660px){
    .bottom-header .owl-theme .owl-nav {
        left: -43%;
    }
}

@media screen and (max-width: 620px){
    .videos .screen {
        height: 490px;
        padding: 3% 3% 27%;
        margin-bottom: 18px;
    }
    .videos .owl-carousel .item{
        height: 275px;
    }
}
@media screen and (max-width: 463px){
    .videos .screen {
        height: 380px;
        padding: 3% 3% 30%;
        margin-bottom: 18px;
    }
    .videos .owl-carousel .item {
        height: 233px;
    }
    .top-header ul{
        width: 100%;
    }
    .top-header ul li{
        margin: 0 10px;
    }
    .bottom-header h4 {
        font-size: 15px;
        padding: 19px 0;
    }
    .bottom-header .owl-carousel .item h5{
        font-size: 12px;
        width: 75%;
    }
}
@media screen and (max-width: 380px){
    .videos .screen {
        height: 303px;
        padding: 3% 3% 30%;
        margin-bottom: 18px;
    }
    .bottom-header .owl-theme .owl-nav{
        left: -46%;
    }
}
@media screen and (max-width: 330px){
    .videos .screen{
        height: 261px;
    }
}
.video .navigation{
    padding: 25px 0;
    margin-bottom: 0;
    position: relative;
}
@media screen and (max-width: 991px){
    .video .navigation{
        margin-bottom: 15px;
    }
}
.video .navigation li img{
    float: right;
    height: 100px;
    width: 140px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-left: 10px;
}
.video .navigation,.video .owl-carousel{
    border-radius: 8px;
    border: 1px solid #eee;
    overflow: hidden;
}
.video .owl-carousel{
    background-color: #000;
}
.video .navigation li{
    padding: 8px 10px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.video .navigation li:last-child{
    border-bottom: none;
}
.video .navigation li p{
    font-size: 15px;
    height: 45px;
    overflow: hidden;
    margin: 1px 0 2px;
}
.video .navigation li span{
    display: block;
    color: #959595;
}
.video .navigation .icofont{
    float: right;
    width: 20px;
    font-size: 16px;
    line-height: 1.3;
}
.video .pagination li{
    display: block;
    float: none;
    font-size: 20px;
}
.video .pagination li a,
.video .pagination li a:hover,
.video .pagination li a:focus{
    border: none;
    background-color: transparent;
    color: #6f7044;
}
.video .pagination .prev{
    position: absolute;
    top: 0;
}
.video .pagination .next{
    position: absolute;
    bottom: 11%;
}
.photo .pagination li a{
    padding: 4px 9px;
    border-radius: 50%;
    color: #fff;
    background-color: #6f7044;
    font-size: 21px;
    margin: 0 4px;
}
.photo .navigation{
    text-align: center;
}
.photo .navigation li{
    width: 100%;
    overflow: hidden;
    height: auto;
    padding: 0 20% 20px;
    position: relative;
}
.photo .navigation li:nth-child(2),
.photo .navigation li:last-child{
    margin-left: 0;
}
.photo .navigation li img{
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
     -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.photo .navigation li p{
    position: absolute;
    bottom: 8px;
    font-size: 17px;
    width: 100%;
    color: #fff;
    text-align: center;
}
.photo .owl-carousel .item q{
    font-size: 17px;
    margin: 5px 0;
    display: inline-block;
}
.photo .owl-carousel .item img{
    border-radius: 8px;
    height: 360px;
}
.description{
    border-radius: 8px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.description h4{
    border-bottom: 1px solid #eee;
    padding: 3px 15px 13px;
}
.description h4 i{
    color: #565633;
    font-size: 24px;
    margin-left: 5px;
}
.description .paragraphs{
    padding: 5px 30px 10px;
    color: #5c5c5c;
    font-size: 15px;
    line-height: 1.9;
    background-color: #fff;
}
.account .card{
    margin: 65px 0 0;
    position: relative;
}
.account .card .avatar{
    border-radius: 50%;
    overflow: hidden;
    height: 90px;
    width: 90px;
    position: absolute;
    top: -45px;
    right: 20px;
}
.account .card .avatar img{
    width: 100%;
    height: 100%;
}
.account .card .info{
    border: 1px solid #eee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 50px 20px 10px;
    font-size: 16px;
    -webkit-box-shadow: 0 3px 18px #f5f5f5;
    -moz-box-shadow: 0 3px 18px #f5f5f5;
    box-shadow: 0 3px 18px #f5f5f5;
    background-color: #f4f4f4;
}
.account .card label{
    margin-right: 5px;
    font-size: 14px;
}

.sent{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 18px #f5f5f5;
    -moz-box-shadow: 0 3px 18px #f5f5f5;
    box-shadow: 0 6px 18px #f5f5f5;
    color: #b07732;
    padding: 50px 10px;
    margin: 50px 20%;
}
.sent img{
    height: 100px;
    width: 100px;
    margin-bottom: 15px;
}
.sent h4{
    font-size: 22px;
}
.sent label{
    margin-right: 5px;
}
.sent strong{
    font-size: 24px;
}
.sent p{
    color: #ed2024;
    margin-top: 10px;
}
@media screen and (max-width: 991px){
    .sent{
        margin: 50px 10%;
    }
}
@media screen and (max-width: 768px){
    .sent{
        margin: 30px 5%;
    }
    .photo .navigation li{
        padding: 0 1% 20px;
    }
}
.partners form{
    margin-bottom: 50px;
}
.partners .panel{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.06);
    border: none;
    margin: 20px 0 30px;
}
.partners .panel-heading{
    background-color: transparent;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #b07732;
}
.partners .panel-heading i{
    font-size: 19px;
    margin-left: 5px;
}
.partners form .choose-image{
    position: relative;
    height: 100px;
    width: 100px;
    display: inline-block;
    margin-top: 15px;
    cursor: pointer;
}
.partners form .choose-image input{
    width: 100%;
    margin: auto;
    height: 100%;
    opacity: 0;
    z-index: 1;
    position: relative;
    cursor: pointer;
}
.partners .choose-image label{
    position: absolute;
    top: 0;
    font-size: 50px;
    color: #b5b5b5;
    left: 0;
    z-index: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.partners .choose-image label,.partners .choose-image img{
    width: 100%;
    height: 100%;
}
.partners form p{
    margin: 10px 0;
    color: #b07732;
}
.partners form label{
    color: #b07732;
}
.partners form .form-control,
.check-order form .form-control{
    border-radius: 30px;
    height: 44px;
    padding-right: 15px;
    border-color: #eee;
    color: #b07732;
    margin: 10px 0;
}

.partners form .choose-file{
    position: relative;
    border-radius: 30px;
    height: 44px;
    border: 1px solid #eee;
    color: #999;
    margin: 10px 0;
}
.partners form .choose-file input{
    width: 100%;
    margin: 0;
    opacity: 0;
}
.partners form .choose-file label{
    position: absolute;
    top: 10px;
    right: 15px;
}
.partners form .choose-file i{
    left: 15px;
    position: absolute;
    top: 10px;
    font-size: 20px;
    color: #b07732;
}
.partners form .plus{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #eee;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: unset;
    padding: 0px 9px;
    color: #999;
    font-size: 16px;
    margin: 14px 0;
    height: 36px;
    float: right;
}
.partners .btn,
.partners .btn:hover,
.partners .btn:focus,
.check-order .btn,
.check-order .btn:hover,
.check-order .btn:focus,
.store-card .btn,
.store-card .btn:hover,
.store-card .btn:focus{
    background-image: -moz-linear-gradient(90deg, rgb(137, 88, 28) 0%, rgb(176, 119, 50) 52%, rgb(137, 88, 28) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(137, 88, 28) 0%, rgb(176, 119, 50) 52%, rgb(137, 88, 28) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(137, 88, 28) 0%, rgb(176, 119, 50) 52%, rgb(137, 88, 28) 100%);
    padding: 10px 70px;
    font-size: 18px;
    color: #fff;
}

.ads{
    height: 260px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
}
.ads img{
    width: 100%;
    height: 100%;
}
.store-card{
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.06);
    border: none;
    color: #b07732;
    position: relative;
    height: 400px;
    margin: 20px 0 40px;
    background-color: #f4f4f4;
}
.store-card img{
    width: 100%;
    height: 200px;
    -webkit-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
}
.store-card h4{
    font-size: 18px;
}
.store-card p{
    color: #777;
    font-size: 16px;
}
.store-card .price{
    display: block;
    font-size: 18px;
}
.store-card strong{
    font-size: 20px;
    margin: 10px auto;
    display: inline-block;
    border-radius: 30px;
    box-shadow: 0 4px 20px #f7f7f7;
    padding: 10px 22px;
}
.store-card .btn,
.store-card .btn:hover,
.store-card .btn:focus{
    margin: 10px auto -30px;
    padding: 10px 50px;
}
@media screen and (max-width: 768px) {
    .ads{
        height: 160px;
    }
}

.store-details{
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.06);
    border: none;
    color: #b07732;
    margin: 20px 0 40px;
}
.store-details img{
    width: 100%;
    height: 200px;
    -webkit-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
}
.store-details .info{
    padding: 10px 20px;
}
.store-details h4{
    font-size: 18px;
}
.store-details p{
    color: #ccc;
    font-size: 16px;
}
.store-details .price{
    display: block;
    font-size: 18px;
}
.store-details strong{
    font-size: 20px;
    margin: 10px 0;
    display: inline-block;
}
.store-form{
    margin-bottom: 20px;
    overflow: hidden;
}
.store-form .h4{
    padding-right: 0;
}
.store-form .form-control{
    border-radius: 30px;
    height: 44px;
    padding-right: 15px;
    border-color: #eee;
    color: #b07732;
    margin: 10px 0;
}
.store-form .btn{
    float: left;
}
.replies{
    width: 550px;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 1px 20px #eee;
    padding: 10px 0 10px;
    overflow: hidden;
}
.reply{
    position: relative;
    border-bottom: 1px solid #f9f8f8;
    overflow: hidden;
    padding: 10px 10px 0;
}
.col-xs-12:last-of-type .reply{
    border-bottom: none;
}
.reply img{
    height: 60px;
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: right;
}
.reply .text{
    float: left;
    text-align: right;
    width: calc(550px - 90px);
}
.reply .text h4{
    font-size: 16px;
    color: #b07732;
    margin-top: 0;
}
.reply .text p{
    color: #777;
    font-size: 13px;
}
.reply .text .time{
    position: absolute;
    left: 10px;
    top: 10px;
    color: #a2a2a2;
    font-size: 11px;
}
.reply .text .time i{
    font-size: 14px;
}
.check-order form{
    width: 500px;
    margin: 0 auto
}
@media screen and (max-width: 768px){
    .replies,.check-order form{
        width: 95%;
    }
    .reply .text{
        width: calc(95% - 50px);
    }
    .slider-show .item {
        height: 250px;
    }
    .navbar-header{
        height: 130px;
    }
}

.list-news .thumb{
    width: 200px;
    height: 120px;
    border-radius: 10px;
}

.partners form textarea{
    resize: unset;
    padding-top: 10px;
    height:150px !important;
}
i{
    color: #7f8000;
}
.bottom-header i{
    color: #fff;
}

footer .image{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    height: 230px;
}
footer .image img{
    width: 100%;
    height: 100%;
}
.photo .photos{
    width: 600px;
    display: inline-block;
    margin-top: 30px;
}
.photo .photos img{
    width:100%;
    height: auto;
}
.photo .file iframe{
    height: 600px;
}

@media screen and (max-width: 768px){
    footer .image{
        margin-top: 20px;
    }
    .photo .photos{
        width: 100%;
    }
    .photo .file iframe{
        width: 100%!important;
        height: 350px;
    }
}

.owl-carousel .item iframe {
    height: 100%;
    width: 100%;
}

.video .item{
    margin-bottom: 20px;
}

#preview, #preview img{
    width: 100%;
    height: 300px;
}

.supplies {
    background-color: #f5f5f5;
  padding: 50px 0; }
  .supplies .image {
      width: 95%;
    height: 100px;
    margin: 15px 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    line-height: 100px;
    cursor: pointer; 
      -webkit-box-shadow: 0px 2px 6.79px 0.21px rgba(28, 77, 153, 0.1);
      box-shadow: 0px 2px 6.79px 0.21px rgba(28, 77, 153, 0.1);
  }
    .supplies .image:hover {
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      -o-transform: translateY(-10px);
      transform: translateY(-10px); }
    .supplies .image img {
          width: 100%;
    height: 100%; }