
body{
    background: url("../images/bg.jpg") no-repeat ;
    background-size: 100% 100%;
    color: #666666;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 15px;  
    background-attachment: fixed;
}
body.inner-page{
    background: none;
}
* a:hover, a:focus {
    text-decoration: none;
}
img{
    max-width: 100%;
}

/*---------- Start Header ---------- */
/*---------- End Header ---------- */


/*---------- Start Header ---------- */
header .logo{
    padding: 40px 8px 0 8px;
}

header .language-box{
    padding: 8px;
}
header .language-box ul{
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    text-align: center;
}
div.mod-languages li{
    margin: 0;
}
header .language-box ul li{
    border-left: 1px solid #FFFFFF;
    display: initial;
    padding: 0px 2px 0 6px;

}
header .language-box ul li:last-child{
    padding-right: 5px;
}
header .language-box ul li:first-child{
    border-left: none;

}
header .language-box ul li a{
    color: #FFFFFF;

}
/*---------- End Header ---------- */


/*---------- Start Products Home ---------- */
.main-content .page-header, .main-content .contact{
    border: none;
    margin: 0;
}
.main-content .page-header h2{

    border-bottom: 2px solid #00A8EC;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 3px;
}
.main-content .product-item {
    border: 2px solid #008dc2;
    margin-top: 16px;
    border-radius:  5px;
    overflow: hidden;
}

.main-content .home-products .product-item img{
    transition: transform 0.8s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(90%);
}
.main-content .home-products .product-item:hover img{

    filter: brightness(100%);
    transform: scale(1.3);
}
.main-content .product-item .product-title {
    background: rgba(70,130,180, 0.5);
    position: absolute;
    bottom: 0;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 8px;
    width: 100%;
}
.main-content .product-item .product-title a{
    color: #FFFFFF;
}
.inner-page .home-products .product-item{
    border: 1px solid #bbb;
    margin-top: 30px;
}

#sbox-window{
    position: fixed;
    top: 0;
}
/*---------- End Products Home ---------- */


/*---------- Start Bottom Menu ---------- */
.bottom-menu ul{
    list-style-type: none;
    padding: 36px 0 0 0;
    text-align: center;
}
.bottom-menu ul li{
    display: initial;
    padding-right: 8px;
    padding-top: 8px;
}
.bottom-menu ul li a img{
    width: 25px;
    position: relative;
    top: -2px;
}


.bottom-menu ul li a{
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 0px 16px;
}
.bottom-menu ul li:hover a{
    color: #EB9F54;
}
/*---------- End Bottom Menu ---------- */


/*---------- Start Footer ---------- */
footer{
    text-align: center;
    padding: 20px 0;
}
footer p{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    margin: 0;

}
/*---------- End Footer ---------- */

/*---------- Inner Page ---------- */
/*---------- Start Header ---------- */
.inner-page header{
    background: url("../images/bg-header-inner.jpg") no-repeat ;
    background-size: 100% 100%;
}
.inner-page header .logo{
    text-align: center;
}
.inner-page header img{
    width: 20%;
    margin: 0 auto;
}

.inner-page header .language-box .pull-right{
    width: 145px;;
}
/*---------- End Header ---------- */

/*---------- Start Main Menu ---------- */
.inner-page .main-menu{
    background-color: #00a8ec;
}
.inner-page .main-menu ul{
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 5px 0;
}
.inner-page .main-menu ul li{
    display: initial;
    /*background: url("../images/border-line.png") no-repeat left;*/
    padding: 8px 16px;
}
.inner-page .main-menu ul li:hover, .inner-page .main-menu ul li.current.active{
    background-color: #EB9F60;
    /*background: url("../images/border-line.png") no-repeat left;*/

}

.inner-page .main-menu ul li img{
    display: none;
}
.inner-page .main-menu ul li:first-child{
    background: none;
}

.inner-page .main-menu ul li a{
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

/*---------- End Main Menu ---------- */

/*---------- Start Slide ---------- */
.main-content{
    /*margin-top: 16px;*/
    width: 100%;
}
.main-content .slideshow {
    margin-top: 16px;
}
.partner .heading-title{
    color: #333;
    font-size: 13px;
    font-weight: bold;
    margin: 24px 0 8px 0;
    text-transform: uppercase;
}
.partner .owl-carousel.owl-theme{
    background: #eee;
    padding: 8px 16px;
}
.partner .owl-carousel .owl-nav{
    display: block;
    position: absolute;
    top: 16%;
    left: 0;
    z-index: 999;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-next{
    right: 3px;
    position: absolute;
}
.owl-carousel .owl-nav button.owl-prev{
    left: 3px;
    position: absolute;
}
/*---------- End Slide ---------- */

/*---------- Start Inner Category ---------- */
.inner-page .home-products .product-item{
    margin-top: 30px;
}
/*---------- End Inner Category ---------- */

/*---------- Inner Page ---------- */


.inner-page footer{
    background: #1074bc;
    margin-top: 16px;
    text-align: left;   
}
.inner-page footer .social-icons{
    text-align: right;
}
.inner-page footer .fa.fa-facebook-square, .fa.fa-skype, .fa.fa-youtube-play{
    color: #FFFFFF;
    margin-left: 8px;
    font-size: 36px;
}
.main-content .cate-menu, .main-content .products-cate{
    margin-top: 16px;
}
/*---------- Start Products ---------- */
h3.cate-title{
    border-bottom: 2px solid #00A8EC;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 3px;
}
.cats-heading{
    margin-top: 32px;
}
.cats-heading:first-child{
    margin-top: 0;
}
.products-cate .product-cate-item{
    color: #000000;
    font-size: 13px;
    margin-top: 24px;
}
.products-cate .product-cate-item .product-name{
    margin-top: 8px;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}
.products-cate .product-cate-item .discount, .product-item-description .discount{
    color: #666666;
    text-decoration-line: line-through;
}
.products-cate .product-cate-item .percent, .product-item-description .percent{
    color: #e99d0e;
    padding-left: 8px;
    font-weight: bold;
}
.support{
    border: 1px solid #2E7097;
    margin-top: 32px;
}

.support h3.support-title{
    background: url("../images/bg-menu.png") no-repeat;
    background-size: 100%;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
}
.support ul{
    list-style-type: none;
    padding-left: 60px;
}
.support ul li{
    color: #000000;
    margin-top: 10px;
}
.support ul li img{
    width: 45px;
    margin-right: 10px;
}
.support .icon-support{
    margin: 24px 0 16px 0;
    text-align: center;
}
.support .icon-support img{
    width: 80%;
}
#vvisit_counter124{
    border: none;
}
.visitor.support a{
    display:none;
}
.visitor .fa.fa-user-o, .visitor .fa.fa-user, .visitor .fa.fa-user-circle-o, .visitor .fa.fa-users{   
    margin-right: 8px;
}
.visitor .fa.fa-user-o{   
    color: #5B9DED;
}
.visitor .fa.fa-user{   
    color: #EEA221;
}
.visitor .fa.fa-user-circle-o{   
    color: #81B156;
}
.visitor .fa.fa-users{   
    color: #DD0026;
}
/*.products-cate .product-cate-item{
    margin-top: 32px;
}*/
/*---------- End Products---------- */
/*---------- Start Product Detail---------- */
.products-item-detail{
    color: #000000;
    font-size: 13px;
    margin-top: 16px;
}
.products-item-detail .product-item-gallery .product-img img{
    width: 100%;
}
.products-item-detail .product-item-gallery, .products-item-detail .product-item-description{
    margin-top: 16px;
}
.products-item-detail .product-item-description .product-name{
    background: #caebfb;
    font-weight: bold;
	font-size: 16px;
    padding: 3px 8px;
}
.products-item-detail .product-item-description .product-price .price-big{
    color: #f7931c;
    font-size: 40px;
    font-weight: bold;
}
.products-item-detail .product-item-description .count-item, .products-item-detail .product-item-description .pricetotal{
    text-align: center;
}
.products-item-detail .product-item-description .count-item, .products-item-detail .product-item-description .pricetotal{
    border: 1px solid #caebfb;
    margin-top: 16px;
    width: 40px;
}
.products-item-detail .product-item-description .minus, .products-item-detail .product-item-description .plus{
    cursor: pointer;
    margin: 16px 16px 0px 16px;
    font-size: 20px;
}
.products-item-detail .product-item-description .pricetotal{
    margin-left: 16px;
    width: 100px;
}
.product-item-description .btn-cart{
    margin-top: 16px;   
}
.product-item-description .btn-cart .btn-buy{
    cursor: pointer;
}
.product-item-description .btn-cart .btn-buy, .product-item-description .btn-cart .vupdate16x16{
    background-color: #F5C43B;
    color: #FFFFFF;
    padding: 5px 24px;
    text-align: center;
}
.product-item-description .btn-cart .vupdate16x16{
    background-color: #00A8EC;
    left: -4px;
    position: relative;
}
.product-item-description .product-des h4{
    margin: 24px 0 3px 0;
    font-size: 15px;
    font-weight: bold;
}
.product-gallery .gallery-item{
    margin-top: 16px;
    padding: 0;
}
.products-item-detail .relative-products{
    margin-top: 32px;
}
.products-item-detail .relative-products .hrline{
    border-bottom: 2px solid #008dc2;
}
.products-item-detail .relative-products img{
    margin-top: 8px;
    width: 100%;
}

#vtable th{
    background: #00A8EC;
}
 .vcontainer .cart a, .vshop.itemdetail .vshop_buy_link a, #vtablebottom a, #vformcheckout input[type="submit"], a#vbuynow, .vcontainer .cart a:hover{
    background: #00A8EC;
    margin-top: 16px;
    border-radius: 0;
}
#vtablebottom .vcheckout{
	padding: 5px 24px;
}
/*---------- End Product Detail---------- */


.contact{
    margin-top: 16px;
}
.contact .contact-title{
    border-bottom: 2px solid #00A8EC;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 3px;
}
.contact .text-bold {
    margin-top: 8px;
    font-weight: bold;
}
.contact input, .checkout-form input, .checkout-form  .typepay, .checkout-form  textarea{
    border: 1px solid #888;
    margin-top: 24px;
    padding: 6px 8px;
    width: 100%;
}
.contact .att-text-box, .contact .dow-text-box{

    margin-top: 24px;
    padding: 9px 8px;
    text-align: center;
}
.contact .att-text-box {
    padding: 0px 0px;
}
.contact .dow-text-box{
    background-color: #00A8EC;
}
.contact .att-text-box a, .contact .dow-text-box a{
    color: #FFFFFF;
}
.contact .des-content{
    margin-top: 24px;
    padding: 8px;
    width: 100%;
}
.btn-apply .btnapply, .btn{
    background-color: #F5C43B;
    border: none;
    border-radius: 0;
    color: #FFFFFF;
    font-weight: bold;
    padding: 8px 32px;
    text-align: center;

}
.btn.btn-success.fileinput-button{
    width: 100%;
}
#file-error{
    color: #FA5743;
    font-weight: bold;
    margin-top: 16px;
}
.btn.btn-primary.validate.btnapply{
   margin-top: 16px;
}
/*---------- Start Combobox---------- */
.contact .custom-select {
    position: relative;
    border: 1px solid #888;

    width: 100%;
    z-index: 10; 
    margin-top: 24px;
    font-weight: normal;
}
.contact .custom-select select {
    border: none;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    margin: 0;
    display: block;
    width: 100%;
    padding: 6px 35px 6px 15px;
    font-size: 14px;
    color: #888;
}
.contact .custom-select:after {
    position: absolute;
    right: 0;
    top: 2px;
    width: 50px;
    height: 100%;
    line-height: 29px;
    text-align: center;
    color: #888;
    font-size: 24px;
    z-index: -1;
}

.read-more-btn{

    text-align: center;
}
.read-more-line{
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
    padding-bottom: 1px;
    position: relative;
    top: 12px;
}
.read-more-btn a{
    background: #FFFFFF;
    color: #666666;
    position: relative;
    z-index: 999;
    padding: 0 6px;
}
.close-element{
    display: none;
}
.open-element{
    display: block;
}

.contact-popup{
   
    /* background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */
    background: #F2140F; 
    background-size: 400% 400%;
    /* animation: gradientBG 15s ease infinite; */
    font-size: 18px;
    font-weight: bold;
    padding: 8px;
    width: 25%;
    position: fixed;
    text-align: center;
    bottom: 0;
    right: 0;
	z-index: 999999;
}
.contact-popup a{
	 color: #fff;
}	
/* @keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
} */

/*---------- End Combobox ---------- */

/*---------- Start Cart ---------- */
.form-validate .payment{
	background: #00A8EC;
	border: none;
	color: #FFFFFF;
	margin-top: 16px;
	padding: 8px 16px;
}	
/*---------- End Cart ---------- */
@media (min-width:1200px){
    .container{
        width:1024px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){

}
@media screen and (max-width: 767px){
    header .logo {
        padding: 16px 8px 0 8px;
        text-align: center;
    }
    header .logo img{
        width: 40%;
        height: auto;
    }
	.mm-listview img{
		width: 10%;
	}	
	.contact-popup{
		width: 100%;
	}
}
@media screen and (max-width: 600px){

}
