@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 {
    height: 134px;
    position: none;
    top: 0px;
    width:100%;
	margin:0 auto;
}

.logo h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 55px 16px 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%;

}

.ngg-gallery-thumbnail-box {
    float: left;
    height: auto;
    margin: 0 18px 0 0;
    width: 30%;
}
@media only screen and (min-width:768px)and (max-width:1024px){

.featured1 span {
    font-size: 12px !important;
     width: 100%;
     display:block;
}
}
@media only screen and (width:1024px){

.ngg-gallery-thumbnail-box {

    float: left;
    height: auto;
    margin: 0 0px 0 0;
    width: 23%;
}
.ngg-gallery-thumbnail img {

    width: 80% !important;
}

}