

/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

.body {
	display: none;
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

#main {
    width:100%;
 
}

#header {
	width:100%;
}
.logo{
	padding: 20px 0 0 5px;
	width: 33%
}
.logo img{
	width: 100%;
	height:auto;
}
.special-list{
	padding: 27px 0 0;
}
.row-top{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.row-top .menu > li > a{
	padding: 12px 20px 14px 20px;
}
.container_12{
	width: 100%;
}
.container_12 .grid_9{
	width: 72%;
	margin-left:0;
	margin-right: 0;
	padding: 0 1%;
}
.container_12 .grid_3{
	width: 22%;
	margin-left:0;
	margin-right: 0;
	padding: 0 1%;
}
/* Slider
---------------------------------------- */

#slider-wrapper .nivo-slice{
background-size:cover !important;
width: 100%!important;
height: 510px !important;
}
 #slider-wrapper #slider {
 background-size: cover !important;
 width: 100%!important;
 height: 510px !important;
}
#slider-wrapper{
	width: 100%;
	height: 510px !important;
}

#slider a {
    display:block;
    width: 100%;
}
.nivoSlider{
	width: 100%;

}
#slider-wrapper .nivo-controlNav{
	width: 100%;
	text-align: center;
}
#slider-wrapper .nivo-controlNav a{
display: inline-block;
}
/* Slider
---------------------------------------- */

div#my_postwidget-3>div>div{
	width: 48%!important;
	margin: 0 1%!important;
}
div#my_postwidget-3>div.category>div.itemlist{
	width: 100%!important;
	margin: 0!important;
}
div#my_postwidget-3>div.category>div.news-list{
	width: 100%!important;
}
div#my_postwidget-3>div>div>div>div{
	width: 100%!important;
}
div#my_postwidget-3>div>div>div{
	padding: 15px 0px 3px!important;
}
div#my_postwidget-3>div>div.text{
	width: 100%!important;
	padding: 0;
	margin: 0!important;
}
.browseProductImage {
    width: 100%;
    height: auto;
}
.primary_content_wrap{
	margin:0;
	padding: 20px 10px;
}
.primary_content_wrap .itemlist .boxShow{
	width: 95%;
	left: 0;
	top: 0;
	margin: 250px 20px;

}
.primary_content_wrap .itemlist .boxShow .iframe .right{
	padding-left: 1%;
	width: 29%;
}
.primary_content_wrap .itemlist .boxShow .iframe .left{
width: 70%;
}
.primary_content_wrap .itemlist .boxShow iframe{
	width: 97%;
	margin: 0 auto;
}
.primary_content_wrap .itemlist .item .desc{
	width: 60%;
}
.primary_content_wrap .item-content .gallery a{
text-decoration: none;
}
.primary_content_wrap .item-content .gallery img.pic{
	width: 46%;
	height: auto;	
	margin:1%;

}
.before-content {
 padding: 0;
 margin: 0;
 position: relative;
}
.content-item .text p{
	text-align: left;
}
.content-item .text img{
	width: 100%;
	height: auto;
}
.post_list.before_content{
	font-size: 0;
}
.post_list.before_content li{
	float: none;
	display: inline-block;
    width: 48%;
    margin: 10px 1%!important;

}
.post_list.before_content li div.img{
	width: 100%;
	height: auto!important;
	margin: 0;
}
.post_list.before_content li div.img img{
	width: 100%;
	position: static;
}
.post_list.before_content .title-bg{
	margin:0;
}
.ts-filter .ts-container{
	width: 95%;
	height: 305px;
}
.ts-filter .ts-table td{
	margin:0 auto;	
	padding: 0;
}

table.ts-table tbody input{
	width: 36%!important;
}
table.ts-table tfoot td{
	text-align: center!important;
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

.logo{
	width: 200px;
	padding: 75px 0 0 5px;
}
.special-list{
	padding: 75px 0 0;
}
	.news{
	display: none;
}

/*MENU*/
.b-menu-toggle{
	display: block;
	top: 0;
	position: fixed;
}
.row-top{
	position: fixed!important;
	height: 45px;
	border:0;
	background: #363636;
    -webkit-border-radius: 0;
            border-radius: 0;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999
}
.row-top .menu{
	display: none;
    position: absolute;
    top: 1px;
    left: 0x;
    z-index: 1000;
    background: #363636;
    width: 50%;
    -webkit-box-sizing:border-box;
            box-sizing:border-box
}
.row-top .menu li{
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;

}
.row-top .menu li.parent:after{
	content: ">";
	font-size:20px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	color: #fff;
	background: #363636;
	border: 1px solid #000;
	border-top: none;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.row-top .menu li.first:after{
	content: "";
	width: 45px;
	height: 1px;
	background: #363636;
	border-bottom: 1px solid #000;
	position: absolute;
	right: 0;
	bottom:-1px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.row-top .menu li.parent:hover:after{
	background: #33aa33;
}
.row-top .menu ul {
    position: absolute;
    top: -998em;
    width: 154px;
    padding: 0px 10px 0 20px;
    -webkit-border-radius:  0;
    border-radius:  0;
    margin-top: -62px;
    display: block;
    margin-left: 100%;
}
.row-top .menu li:nth-child(4):hover ul{
 top: -28px;
}
.row-top .menu > li > a{
	width: 100%;
    height: 45px;
	line-height: 16px;
	margin:0;
    padding: 12px 0px 14px 25px !important;
    -webkit-border-radius: 0;
            border-radius: 0;
	background: #363636;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;	
}

.row-top .menu li li{
	padding: 0;
}
.row-top .menu li li a{
	width: 100%;
	padding: 13px 0 13px 17px;
   background: none;
}
.row-top .menu > li:first-child > a{
	-webkit-border-radius:0;
	        border-radius:0;
}

.row-top .menu > li.last > a{
    padding: 12px 25px 14px 25px; 
    -webkit-box-sizing: border-box; 
            box-sizing: border-box;
    border-right: 1px solid #000;
}
.row-top .menu > li > a:hover, .row-top .menu > li.sfHover > a, .row-top .menu > li.active > a{
	    color: #fff;
    border-bottom: 1px solid #2e2d2e;
    padding-bottom: 16px;
    background: #33aa33;
}
/*END MENU*/
/* Slider
---------------------------------------- */

#slider-wrapper .nivo-slice{
height: 318px !important;
}
 #slider-wrapper #slider {
 height: 318px !important;
}
#slider-wrapper{
	height: 318px !important;
}

/* Slider
---------------------------------------- */
.clearfix{
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.container_12 .grid_9{
	width: 100%;
	padding: 0 5px;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
}
p,
.text{
	font-size: 16px;
	text-align: left;
	
}
div#my_postwidget-3 .text ul{
	font-size: 16px;
	padding: 0 10px;
}
.primary_content_wrap .itemlist.vtours .text img{
	display: block;
	width: 100%;
	height:auto;
	margin:0 auto!important;
}
.primary_content_wrap .itemlist .item .pic img,{
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
div#my_postwidget-3 .item-content .gallery,
div#my_postwidget-3 .item-content .text{
	width: 100%!important;
	margin:0!important;
}

.primary_content_wrap .itemlist .item .desc{
	width: 100%;
	margin-left: 0;
}
.primary_content_wrap .itemlist .item .desc h4, 
.primary_content_wrap .itemlist .item .desc .text{
margin:0;
}
.primary_content_wrap .itemlist .item .desc h4,
.primary_content_wrap .itemlist .item .desc .text{
	margin-left: 15px;
	padding: 0;
}
.primary_content_wrap .itemlist .item .pic img, .primary_content_wrap .itemlist .item .pic{
	width: 100%;
	height: auto;
}
.primary_content_wrap .itemlist .boxShow{
	height: 395px;
    margin: 250px 10px;
}
.primary_content_wrap .itemlist .boxShow iframe{
	width: 95%;
    height: 260px;
}
.item.post-holder h4{
	text-align: center;
	font-size: 16px;
}
div#my_postwidget-3 .vtours>div{
	width: 100%!important;

}
div#my_postwidget-3 h1{
	text-align: center;
}
div#my_postwidget-3>div>div{
	width: 48%!important;
	margin: 0 1%!important;
}
div#my_postwidget-3>div>div>div>div{
	width: 100%!important;
}
div#my_postwidget-3>div>div>div{
	padding: 15px 0px 3px;
}
div#my_postwidget-3>div>div>div h3{
	text-align: center;
}
div#my_postwidget-3 .category>div{
	width: 100%!important;
}
div#my_postwidget-3 .category>div>div{
	width: 48%;
    display: inline-block;
    vertical-align: top;
}
div#my_postwidget-3 .category>div .itemlist>div{
	width: 48%!important;
    display: inline-block;
    vertical-align: top;
}
div#my_postwidget-3>div>div>div>div{
	background: none;
}
div#my_postwidget-3 .category>div .itemlist{
	width: 100%;
}
.post-holder{
	background: none;
}
.ts-filter .ts-table td{
	text-align: center;
	padding:0 45px;
}
.container_12 .grid_3{
	width: 100%;
	padding: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
}
.ts-filter .ts-table{
	margin: 0 auto;
}
.ts-filter .ts-container{
	width: 100%;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.ts-filter h3{
	margin: 0px 0px 10px !important;
    padding: 10px 15px 9px !important;
}

#footer ul.menu li{
    padding: 0px 15px 0px 15px;
}
#footer-text, 
#footer-text p{
	text-align: center;
	width: 100%
}
.footer-bg{
   padding: 20px 0 25px;
}
#footer ul.menu li{
    line-height: 30px;
}
#footer ul li a{
	padding: 5px 5px;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

.logo{
	width: 100%;
    padding: 60px 0 0 0px;
    float: none;
    text-align: center;
}
.logo img{
	width: 240px;
	text-align: center;
}
.special-list{
	padding: 10px 0 0;	
	width: 100%;
	text-align: center;
	
}
.special-list .phone{
	font-size: 25px;
	text-align: center;
}
/* Slider
---------------------------------------- */

#slider-wrapper .nivo-slice{
height: 238px !important;
}
 #slider-wrapper #slider {
 height: 238px !important;
}
#slider-wrapper{
	height: 238px !important;
}

/* Slider
---------------------------------------- */
input[type="text"], textarea{
    width: 180px;
}
.news-detail>table,
.news-detail>table>tbody,
.news-detail>table>tbody>tr,
.news-detail>table>tbody>tr>td {
	width:100% !important;
	display:block;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
.news-detail>table>tbody>tr>td{
	margin-bottom: 2em;
}
.news-detail>table>tbody>tr>td .browseProductImageEdit1{
width: 100%;
}
.news-detail>table>tbody>tr>td .browseProductImageEdit1 img{
width: 100%;
}
#copyright p a{
	padding: 10px;
	margin-right: 10px;
}
.iframe .bottom,
.iframe .right{
	display: none;
}
.primary_content_wrap .itemlist .boxShow .iframe .left{
	width: 95%;
}
.primary_content_wrap .itemlist .boxShow{
	height: 320px;
	top: -60px;
}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {

.row-top .menu ul{
	width: 77%;
}
.row-top .menu li.parent:last-child:hover ul{
 top: -28px;
}
.row-top .menu > li > a{
	padding: 12px 0px 14px 5px !important;
}
.row-top .menu li.parent:after{
	width: 25px;
}
.row-top .menu li.first:after{
	width: 25px;
}
.row-top .menu li li a{
	padding-left: 10px;
}

.post_list.before_content li{
    width: 96%;
    margin: 10px 2%!important;
}
input[type="text"], textarea{
	width: 110px;
}
.data-table td img{
	width: 110px;
}
table.data-table td{
    padding: 3px 5px 3px 0;
}
div#my_postwidget-3>div>div{
	width: 100%!important;
	margin: 5px 0!important;
}
div#my_postwidget-3 .category>div>div{
	width: 100%;
}
.post_list.before_content .more-link{
	background-size: cover;
	width: 30px;
	height: 30px;
}
.content-item .post-holder, .content-item .text{
	padding: 0;
}
.primary_content_wrap .item-content .gallery img.pic{
	width: 100%;
	height: auto;	
	margin:5px 0;
}
div#my_postwidget-3 .category>div .itemlist>div{
	width: 100%!important;
	margin: 5px 0!important;
}
.primary_content_wrap .itemlist .item .pic img, .primary_content_wrap .itemlist .item .pic{
	width: 100%;
	height: auto;
}
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
}

}