@charset "utf-8";
/* CSS Document */
@media screen and (max-width:1024px){
.wrap_page{
	/*padding-top: 50px;*/
}
.header {
	width: 100%;
	height: 66px;
	z-index: 99991;
    background-color: rgba(0,0,0,1);
}
.atop-bar-fix .header{
    top:32px!important;
}
.auto-margin{
	width: 85%!important;
	max-width:85%!important;
}
.top-bar {
    display: none;
}
.logo-nav{
	min-height:auto;
	padding-top:0px;
	padding-bottom:0px;
}
.logo {
	font-size: 24px;
	width: 250px;
}
.logo img {
	width: 100%;
	max-width: 200px;
}
.header .navigation {
	width: auto;
	height: auto;
	display: block;
	vertical-align: top;
	padding: 0px;
	border-radius: 3px;
	position:absolute;
	top:10px;
	right:15px;
    background-color:#666;
    box-sizing: border-box;
}
.btn-nav{
	display: block;
	padding: 10px;
	height: 25px;
	width: 30px;
	cursor: pointer;
	position:relative;
	
}
.mline{
	width: 30px;
	display: block;
	background-color: #fff;
	height: 4px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:6px;
	-webkit-transition: all .30s ease-in;
    transition: all .30s ease-in;
	border-radius:5px;
}
.ltop{
}
.ltop-act{
	width: 38px;
	-ms-transform: rotate(40deg);
    -ms-transform-origin: 0% 40%;
	transform:rotate(40deg);
	transform-origin: 0% 40%;
	position:absolute;
	top:9px;
	left:9px;
	right:0px;
}
.lcent{
	
}
.lcent-act{
	display:none;
}
.lbotm{
}
.lbotm-act{
	width: 38px!important;
	-ms-transform: rotate(-40deg);
    -ms-transform-origin: 0% 40%;
	transform:rotate(-40deg);
	transform-origin: 0% 40%;
	position:absolute;
	top:33px;
	left:9px;
	right:0px;
}
.ltop-ang{
}
.drp-ic,
.icon-angle-down {
	font-size: 16px;
	line-height: normal;
	color: #000;
	width: 14px;
	height: 26px;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	z-index: 110;
	top: 0px;
	right: 0px;
	display: block;
	cursor: pointer;
	bottom: 0px;
	padding-top: 8px;
	border-left: 1px  solid #ccc;
}
svg.icon-angle-down {
	display: none;
}
.drp-ic-cl {
}
.drp-ic-cl i {
	transform:rotate(-180deg);
}
.navigation ul {
	width: auto;
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	bottom: 0px;
	overflow: auto;
	left: 0px;
	right: 0px;
	z-index: 999998;
	top: 60px;
	margin: auto;
	padding-right: 5%;
	padding-left: 5%;
	display: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding-top: 20px;
}
.atop-bar-fix .navigation ul {
	top: 92px;
}
.navigation ul li {
	list-style-type: none;
	display: block;
	padding: 0px;
	margin-left: 0px;
	position: relative;
	text-align: left;
}
.navigation ul li a {
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	display: block;
}
.navigation ul li a::after,
.navigation .current_page_item > a::after  {
	display: none;
}
.navigation ul li a:hover {
	text-decoration: none;
	text-shadow: none;
}
.navigation ul li ul {
	width: auto;
	min-width: 170px;
	padding-left: 15px!important;
	padding-right: 15px!important;
	float: none;
	position: static;
	display: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:none;
	background-color: rgba(255,255,255,0);
	visibility:visible;
	opacity: 1;
}
.navigation ul li ul li a {
	border-bottom: 1px solid #ccc;
}
.header-right{
	float: none;
	width: auto;
	display:inline-block;
	text-align: right;
	padding-top:0px;
}
.header-right{
	text-align:right;
	width:50%;
	position:absolute;
	z-index:102;
	top:10px;
	right:70px;
}
.header-right .phone-num{
	font-size:24px;
	padding-top:7px;
}
.header-right i {
	font-size: 18px;
	margin-right: 5px;
}
.header-right .phone-num a.btn-small{
	padding: 10px 10px!important;
    border:solid 1px #ccc;
}
.header-right .phone-num a.btn-small:hover{
    border:solid 1px #f11b1d;
}
.call-lightbox {
    width:90%;
    top: 70px;
}
.close-lightbox span{
    top: 75px;
    left:85%;
}
.page .woocommerce{
    width:90%;
}
.big-h {
	font-size: 48px;
}
.text-block .alignleft
	
}
.alignleft {
	margin-right: 10px;
}
.alignright {
	margin-left: 10px;
}
.cols-3 .col,
.cols-4 .col {
	width: 46.9%;
	margin:0px 6% 30px 0px;
}
.cols-3 .col:nth-child(2n+0),
.cols-4 .col:nth-child(2n+0){
	margin-right:0px!important;
}
.cols-3 .col:nth-child(3n+0){
	margin-right:6%;
}
.col .col-content{
	padding:15px 5% 25px 5%;
}
.padd-equal{
	padding-left:15px;
	padding-right:15px;
}
.left-col,
.right-col {
	float: none;
	width: auto;
}
.section{
	padding:30px 0px 30px 0px;
}
.float-left,
.float-right{
	float:none;
}
.padd-equal{
	padding-left:0px;
	padding-right:0px;
}
.padd-top{
	padding-top: 30px;
}
.padd-bottom{
	padding-bottom: 30px;
}
.padd-left{
	padding-left:0px;
}
.padd-right{
	padding-right:0px;
}
.col-30,
.col-20,
.col-25,
.col-40,
.col-45,
.col-50,
.col-55,
.col-60,
.col-70,
.col-75,
.col-80,
.col-90{
	width:100%;
	float:none;
}
.col-content{
	padding:0px;
}
.footer .col-content{
	
}
.footer-nav{
	text-align:left;
}
.footer-nav ul li,
.footer .menu li  {
	list-style-type: none;
	display: inline-block;
}
.footer-nav ul li::after,
.footer .menu li::after  {
	content: '|';
	color:#fff;
	display: inline-block;
	padding:0px 5px 0px 5px;
}
.footer-col-3 .inline-block {
	display: block;
}

.footer .soc-nav .menu li::after  {
	display: none;
}
.footer-nav ul li:last-child,
.footer .menu li:last-child {
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.footer-nav ul li:last-child::after,
.footer .menu li:last-child::after  {
	display:none;	
}
.footer.soc-nav .menu li::after  {
	display: none;
}
.soc-nav {
	text-align:left;
}
}

@media screen and (max-width:650px){
.logo {
	font-size: 18px;
}
.read-more a{
	font-size: 14px;
	padding-top: 10px 20px 10px 20px;
}
#blogNews .cols-3 .col .col-content{
	padding:15px 5% 25px 5%;
}
#blogNews .cols-3 .col h4{
	font-size:20px;
}
#blogNews .cols-3 .col .col-content .read-more{
	width:auto;
	position:static;
}
a.button,
.button,
a.button:visited,
.button:visited,
.submit,
.btn-submit {
	font-size: 14px!important;
	line-height:normal;
	padding: 10px 25px 10px 25px!important;
}
.fld-box,
.fld-box:nth-child(even){
	float: none;
	width: 100%;
}
.txt-field,
.txt-field-slect,
.input{
	width: 92%;
}
.txt-field-slect{
	width: 99%;
}
.btn-top {
	width: 30px;
	height: 30px;
	right: 5px;
}
.btn-top i {
	font-size: 24px;
	line-height: 24px;
	padding-top:2px;
}
.btn-top span {
	display:none;
}
}