	@charset "utf-8";
/* CSS Document */


#bg{
	width:100%;
	height:auto;
	float:left;
}

.headerbg{
	width:100%;
	height:auto;
	float:left;
}

#header{
	width:100%;
	height:auto;
	margin:0px;
	text-align:center;
}

.logo {
   /* background-size: 95% auto;*/
    height: 134px;
    margin: 0px 0 0;
    top: 0;
    width: 100%;
    float:left;
}


.logo h2 {
   
    font-size: 14px;
    font-weight: 600;
    margin: 46px 6px 0 0;
    text-align: right;
}



#myslidemenu{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
	padding:0px;
}


.anythingSlider{
	display:none !important;
}

#contentsBg{
	width:100%;
	height:auto;
	float:left;
}

#contents{
	width:94%;
	height:auto;
	float:left;
	margin:10px 3%;
}

.featured_contents{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
	padding:0px;
}

#featured_wrapper{
	width:90%;
	height:auto;
	float:left;
	margin:10px 0;
	padding:5%;
}

#footer{
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
}

#details{
	width:94%;
	height:auto;
	float:left;
	margin:0 3%;
}

.details_left{
	width:100%;
	height:auto;
	float:left;
	margin:25px 0 0 0;
}

.details_right{
	width:100%;
	height:auto;
	float:left;
	margin:0px 0 25px 0;
	text-align:left;
}

.copyright{
	display:none;
}



.main_contents_page{
	width:90%;
	height:auto;
	float:left;
	margin:0;
	padding:5%;
}

.post{
	width:100%;
	height:auto;
	float:left;
}

#sidebar{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

.wpcf7{
	width:100%;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}

.wpcf7-form{
	width:90%;
	height:auto;
	float:left;
	margin:0;
	padding:5%;
}

.wpcf7-form input[type="text"]{
	width:100%;
	height:30px;
}

.wpcf7-form textarea{
	width:100%;
	height:60px;
}
	

.prod_gallery{
	width:100%;
	height:auto;
	float:left;
}

.ngg-galleryoverview{
	width:100%;
	height:auto;
	float:left;
}

.ngg-gallery-thumbnail-box{
	width:100%;
	height:auto;
	float:left;
}

.ngg-gallery-thumbnail{
	width:100%;
	height:auto;
	float:left;
}

.ngg-gallery-thumbnail img{
	/*width:85%;*/
}
.wrapp{
width:100%;

}

@media only screen and (width:320px){
.ngg-gallery-thumbnail {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}

.ngg-gallery-thumbnail {
   
    width:74% !important;
}

}
@media only screen and (width:360px){
.ngg-gallery-thumbnail {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}

.ngg-gallery-thumbnail {
   
    width:65% !important;
}

}


@media only screen and (width:480px){
.ngg-gallery-thumbnail-box {
    float: left;
    height: auto;
    width: 49%;
}
}