@font-face{
  font-family: "gisha";
  src: url("../fonts/gisha.ttf") format("truetype");
}

@font-face{
  font-family: "brushsci";
  src: url("../fonts/BRUSHSCI.TTF") format("truetype");
}

@font-face{
  font-family: "britanic";
  src: url("../fonts/BRITANIC.TTF") format("truetype");
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: gisha;
    color: #262626;
    background-color: #FFFBF2;
}

.content-container, .photo-container {
    width: 100%;
    overflow: hidden;
}

.content-container img {
    width: 100%;
}

.desk-content {
    display: block;
}

.mobile-content {
    display: none;
}

.article-container {
    width: 94%;
    padding: 0 3%;
    overflow: hidden;
}

.article-container .title {
    width: 100%; 
    overflow: hidden; 
    font-size: 36px; 
    text-align: center; 
    font-weight: bold;
}

.content-row {
    width: 100%;
    overflow: hidden;
}

.content-row-product {
    width: 100%;
    overflow: hidden;
}

.content-col {
    float: left;
    width: 30%;
    margin-right: 3%;
    padding: 2% 0;
    overflow: hidden;
}

.content-col-left {
    width: 48%;
    float:left;
    margin-right: 2%;
    margin-top: 2%;
    overflow: hidden;
}


.content-col-right {
    width: 48%;
	float: right;
    margin-left: 2%;
    margin-top: 2%;
    overflow: hidden;
}

.content-col-right img{
   /* width:auto; */
    margin-top: 0%;
    overflow: hidden;
    cursor: pointer;
}

.content-col-img_Rightside {
    width: 50%; 
    float: right; 
    overflow: hidden;
    cursor: pointer;
}

.content-col-img {
    width: 50%; 
    float: left; 
    overflow: hidden;
    cursor: pointer;
}

.content-col-title_Leftside{
    width: 48%;
	text-align:right;
	margin-right:0px;
	float:left;
    overflow: hidden; 
    cursor: pointer;
   
}

.content-col-title{
    width: 48%;
    float: left;
    overflow: hidden; 
    margin-left: 2%;
    cursor: pointer;
}

.content-col-left_Promo{
	width:50%;
    text-align:center;
	background:#03C;
    margin-top: 1%;
    overflow: hidden;
}
.content-col-left_Promo img{
	width:auto;
	text-align:center;
    margin-top: 1%;
    overflow: hidden;
}

.content-col-right_Promo{
	width:50%;
	text-align:center;
	background:#6FF;
    margin-top: 1%;
    overflow: hidden;
}
.content-col-right_Promo img{
	width:auto;
    margin-top: 1%;
    overflow: hidden;
}

.send-button {
    padding: 15px 40px;
    border: none;
    font-size: 14px;
    background-color: #D9AB0C;
    font-weight: bold;
    cursor: pointer;
}

.footer {
    font-size: 16px;
    color: #D9C49D;
    overflow: hidden;
    padding: 20px 0 0 0;
    position: relative;
    font-weight: bold;
   /* background-image: url("../image/footer.jpg");*/
    background-image:url(../image/imagefooterwood.png);
    margin-top: 3%;
}

.footer .btn-icon {
    width: 40px;
    height: 40px;
    border-radius: 60%;
    padding: 2px;
    margin: 10px 10px 10px;
    background-color: #fff;
    cursor: pointer;
}

.footer .btn-icon img {
    width: 30px;
}

.footer-col1 {
    float: left; 
    width: 20%;
	margin-left:10px;
    overflow: hidden;
}

.footer-col2 {
    float: left;
    width: 28%; 
    margin-left: 20%; 
    overflow: hidden;
}

.footer-col2 img{
	width:20%;
	margin-bottom:-1%;
	overflow:hidden;
}

.footer-col3 {
    float: left; 
    width: 15%; 
    margin-left: 8%; 
    overflow: hidden;
}

.title-img {
    position: absolute; 
    top: 2%;
    left: 1%; 
    width:20%; 
    overflow: hidden;
}

.title-text-container {
    position: absolute; 
    top: 28%; 
    left: 0; 
    color: #fff; 
    width: 100%;
    transform: translateY(-50%);
}

.title-text {
    font-size: 58px; 
    font-weight: bold; 
    width: 100%; 
    text-align: center;
    margin: auto;
	margin-top:60px;
}

.about-right-col {
    width: 20%; 
    float: right; 
    overflow: hidden;
}

.about-left-col {
    width: 80%; 
    float: left; 
    overflow: hidden; 
    font-size: 14px; 
    line-height: 1.5;
}

.series-container {
    width: 28%;
    margin: 4% 2%;
    float: left;
    cursor: pointer;
    min-width: 200px;
}

.img-products {
    display: none;
}

#img-career .owl-nav button.owl-prev, .img-products .owl-nav button.owl-prev {
    left: 0;
    margin-left: 5px;
    color: #757575;
}

#img-career .owl-nav button.owl-next, .img-products .owl-nav button.owl-next {
    right: 0;
    margin-right: 5px;
    color: #757575;
}

#img-career .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7) !important;
    /*border-radius: 50%;*/
    height: 30px;
    width: 30px;
    display: block;
    cursor: pointer;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

/*#img-career .owl-nav span {
    font-size: 50px;
    position: relative;
    top: -18px;
    opacity: 0.6;
}*/

#img-career .owl-nav button:focus {
    outline: none;
}

#img-career .owl-nav button:hover, #img-services .owl-nav button:hover {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
    color: #000;
    background: rgba(255, 255, 255, 1) !important;
}

.img-products .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*background: rgba(255, 255, 255, 0.7) !important;*/
    /*border-radius: 50%;*/
    height: 30px;
    width: 30px;
    display: block;
    cursor: pointer;
    /*box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);*/
}

.img-products .owl-nav button:hover {
    opacity: 0.5;
}

#img-services .owl-nav {
    text-align:center;
    margin: 10px 0;
}

#img-services .owl-nav button {
    background: rgba(255, 255, 255, 0.7) !important;  
    /*border-radius: 50%;*/
    height: 40px;
    width: 60px;
    /*display: block;*/
    cursor: pointer;
    margin-left: 10px;
	margin-top:10px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

/*#img-services .owl-item {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

#img-services .owl-item.active {
    filter: blur(0);
    -webkit-filter: blur(0);
}*/

.item-container {
    width: 70%; 
    margin: auto;
}

.item-img {
    width: 30%;
	margin-left: 80px;
    float: left;
}

.item-title {
	font-size:35px;
   /* width: calc(70% - 5px); */
    float:left;
    margin-left: 30px; 
    color: #D6A770; 
    font-family: britanic;
	margin-top:150px;
}

.err-input {
    display: none;
    font-size: 12px;
    position: absolute;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 1);
    color: #333;
    /*width: 130px;*/
    text-align: center;
    padding: 6px;
    border-radius: 6px;
    border: 1px ridge rgba(102, 102, 102, 0.8);
    margin-top: 4px;
    margin-left: 8px;
/*    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
}

.err-input::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 6%;
    margin-left: -5px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent rgba(102, 102, 102, 0.8) transparent;
}

.exclamation-box {
    background-color: #ff9900;
    float: left;
    padding: 3px 6px;
    margin-right: 5px;
}

.myalert {
    color: #fff;
    font-size: 10px;
}

.subtitle_pages {
	text-align:center;	
	font-size: 40px;
	font-family: brushsci;
}

.seriesproduct{
	width: 100%; 
	font-size: 35px; 
	font-weight: bold; 
	color: #612C28; 
	margin-top: 30px;
}

@media (max-width: 767px) {
    .desk-content {
        display: none;
    }
    
    .mobile-content {
        display: block;
    }
    
    .content-col {
        width: 100%;
        float: none;
        margin-right: 0;
        text-align: center;
    }
    
    .content-col-left {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .content-col-right {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }
    
    .footer-col1, .footer-col2, .footer-col3 {
        float: none;
        margin: 0;
        width: 100%;
        text-align: center;
    }
    
    .footer-col2, .footer-col3 {
        margin-top: 5%;
    }
    
    .about-left-col, .about-right-col {
        float: none;
        width: 100%;
    }
    
    .about-right-col {
        text-align: center;
    }
    
    .about-right-col img {
        width: 40%;
    }
	
	
		
	.title-img {
		position: absolute; 
		top: 2%;
		left: 2%; 
		width:30%; 
		overflow: hidden;
	}
	
	.article-container .title {
		width: 100%; 
		overflow: hidden; 
		font-size: 21px; 
		text-align: center; 
		font-weight: bold;
	}

}

@media (max-width: 700px) {
    .item-container {
        width: 70%;
		margin:auto;
    }
	
	/* code ori
    .item-img, .item-title {
        float:none;
		text-align:center;
        width: 100%;
		font-size:17px;
        margin: 0;
    }
    */
	
	.item-img {
       width: 100%;
	   margin:0;
	   margin-left:0;
	   float:none;
     }
	 
 
    .item-title {
       text-align:center;
	   font-size:28px;
       /* width: calc(70% - 5px); */
       float:none;
       margin-left:0px; 
       color: #D6A770; 
       font-family: britanic;
       margin-top:0px;
     }

	.title-text {
        font-size: 28px; 
        font-weight: bold; 
        width: 100%; 
        text-align:center;
	    margin-bottom:40%;
		margin-top:0;
    }
   
    .subtitle_pages {
	     text-align:center;	
     	 font-size: 32px;
    	 font-family: brushsci;
    }
	
	.seriesproduct{
    	width: 100%; 
	    font-size: 22px; 
     	font-weight: bold; 
	    color: #612C28; 
	    margin-top: 30px;
     }

    .content-row-product {
       width: 100%;
	   padding-left:72px;
       overflow: hidden;
    }

.footer {
	  font-size: 14px;
	  color: #D9C49D;
	  overflow: hidden;
	  padding: 0px 0 0 0;
	  position: relative;
	  font-weight: bold;
	  background-image:url(../image/mobileimagefooterwood.png);
	  margin-top: 5%;
	  padding-top:5%;
      }

.footer-col2, .footer-col3 {
       margin-top: 10%;
	   margin-bottom:5px;
    }

.footer-col2 img{
	margin-bottom:5px;
}

}

@media (max-width: 750px) {
    .title-text-container {
        position: absolute; 
        top: 30%; 
        left: 0; 
        color: #fff; 
        width: 100%; 
        transform: translateY(-30%);
    }
}

@media (max-width: 500px) {
    .title-text-container {
        position: absolute; 
        top: 20%; 
        left: 0; 
        color: #fff; 
        width: 100%; 
        transform: translateY(-30%);
    }
}