@charset "utf-8";
/* CSS Document */
html,body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
a:hover{
	text-decoration:none;
}
#mytop{
	padding:20px 0;
	background:none;
}
.navbar-brand{
	padding:0;
	height:78px;
}
#mytop.scrollfixed{
	background:#fff;
	position:fixed;
	top:0;
}
header.site-header {
    position: absolute;
    z-index: 999;
    background: none;
    left: 0;
    right: 0;
}
.home #mytop.scrollfixed .navbar-brand img:last-child,.home #mytop .navbar-brand img:first-child,#mytop .navbar-brand img:last-child{
	display:block;
}
.home #mytop.scrollfixed .navbar-brand img:first-child,.home #mytop .navbar-brand img:last-child,#mytop .navbar-brand img:first-child{
	display:none;
}

.site-inner {
    max-width: 100%;
    padding: 0;

}
.banimg{
	width:100%;
	height:auto;
	display:block;
	transition:all 20s ease-out 0s;
}
.banner .swiper-slide-active .banimg{
	-webkit-animation: zoomin_out 20s infinite ease-in-out;
	-moz-animation: zoomin_out 20s infinite ease-in-out;
	-ms-animation: zoomin_out 20s infinite ease-in-out;
	-o-animation: zoomin_out 20s infinite ease-in-out;
}
@-webkit-keyframes zoomin_out{
	0%{-webkit-transform:scale(1);}
	50%{-webkit-transform:scale(1.1);}
	100%{-webkit-transform:scale(1);}
}
@-moz-keyframes zoomin_out{
	0%{-moz-transform:scale(1);}
	50%{-moz-transform:scale(1.1);}
	100%{-moz-transform:scale(1);}
}
@keyframes zoomin_out{
	0%{transform:scale(1);}
	50%{transform:scale(1.1);}
	100%{transform:scale(1);}
}
.banner .swiper-pagination{
	bottom:16px !important;
}
.banner .swiper-pagination-bullet{
	width:15px;
	height:15px;
	padding: 0;
	background-color:#fff;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
	outline:none;
	cursor: pointer;
	filter:alpha(opacity=100);
	opacity: 1;
	margin:0 8px !important;
}
.banner .swiper-pagination-bullet-active{
	background-color:#4aa948;
}
.banner .swiper-button-prev{
	background:inherit;
	left:2%;
}
.banner .swiper-button-next{
	background:inherit;
	right:2%;
}
.banner .swiper-button-prev,.banner .swiper-button-next{
	opacity: 0.8;
	width:33px;
	height:60px;
	top:50%;
	margin-top:-30px;
	background-size:80%;
}
.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover{
	opacity: 1;
}
#mynav{
	display:inline-block;
	margin:0;
	padding:0;
	list-style-type:none;
	font-size: 16px;
	line-height: 1;
	text-align:right;
}
#mynav ul{
	display:inline-block;
	margin:0;
	padding:0;
	list-style-type:none;
}
#mynav ul.demolist{
	margin-top:30px;
}
#mynav li{
	display:inline-block;
	text-align:left;
	position:relative;
}
#mynav li a{
	color: #fff;
	font-size: 14px;
	padding: 7px 8px;
	margin:0 5px;
	position:relative;
	display:block;
}
#mytop.scrollfixed #mynav li a,#mynav li ul li a{
	color:#333;
}
#mynav li.current-menu-item a{
	border-top: 2px solid #4aa948;
}
#mynav li ul{
	position:absolute;
	display:none;
	background:#fff;
}
#mynav li:hover ul{
	display:block;
}
#mynav li ul li{
	 display:block;
	 position:relative;
	 white-space: nowrap;
}
#mynav li ul li a{
	padding:6px 8px;
	display:block;
	font-size:12px;
	margin:0;
}
#mynav li ul li a:hover{
	background:#4aa948;
	color:#fff;
}
.home-red-banner {
    background: #4aa948;
    color: #fff;
    padding: 25px 0;

}
.home-red-banner h2 {
    font-size: 35px;
    line-height: 35px;
	margin:0;
	margin-bottom:10px;
}
.home-red-banner p{
    font-size: 30px;
    line-height: 35px;
	font-weight:normal;
	margin:0;
}
#pdf_select{
	text-align: center;
	color: #666666;
	float: left;
	border-radius: 10px;
	height: 65px;
	width: 180px;
	border:none;
	font-size:16px;
	margin-top:7px;
}
.home-red-banner a{
	margin-left: 10px;
	border-radius: 10px;
	width: 140px;
	display:block;
	float: left;
	height: 65px;
	line-height:65px;
	margin-top:7px;
	border:2px solid #fff;
	color:#fff;
	border-radius: 10px;
	text-align:center;
}
.homePro .blockw{
	width:50%;
	float:left;
	overflow: hidden;
	padding-bottom: 40%;
	position:relative;
	height:0;
}
.homePro .blockw:nth-child(1),.homePro .blockw:nth-child(4),.homePro .blockw:nth-child(5){
	background:#333;
}
.homePro .block .imgbg,.nban2 .imgbg{
	width:100%;
	height:100%;
	position:absolute;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.homePro .block .imgbg:hover,.aboutNews .block .imgbg:hover{
	transform:scale3d(1.1, 1.1, 1);
}
.homePro .block .product-text-content,.nban2 .product-text-content{
	color: #cccccc;
	text-shadow: 0 1px 1px #000;
	left: 40px;
	width:400px;
	padding:15px;
	bottom: 40px;
	position: absolute;
}
.homePro .blockw:nth-child(2) .block .product-text-content,.homePro .blockw:nth-child(3) .block .product-text-content,.homePro .blockw:nth-child(6) .block .product-text-content{
	color:#333;
	text-shadow:none;
}
.homePro .blockw:nth-child(1),.homePro .blockw:nth-child(4),.homePro .blockw:nth-child(5),.nban2 .product-text-content{
	color:#333333;
	
	
}
.product-text-content h3{
	font-size:52px;
	font-weight:bold;
	margin-top:0;
	text-transform:capitalize;
}
.product-text-content{
	font-weight:600;
	font-size:13px;
	text-transform:capitalize;
}
.product-text-content a.produt-button{
	padding:9px 25px;
	border:2px solid #cccccc;
	color:#cccccc;
	display:inline-block;
	text-align:center;
	width:190px;
	font-weight:800;
	font-size:17px; 
	margin-top:15px;
	transition:all 0.2s;
}
.homePro .blockw:nth-child(2) .block .product-text-content a.produt-button,.homePro .blockw:nth-child(3) .block .product-text-content a.produt-button, .homePro .blockw:nth-child(6) .block .product-text-content a.produt-button,.nban2 .product-text-content a.produt-button{
	color:#333;
	border-color:#333;
	text-shadow:none;
}
.product-text-content a.produt-button:hover{
	color:#fff;
	background:#4aa948;
	text-decoration:none;
	border:2px solid #cccccc;
}
.newBox{
	text-align:left;
}
.nban2{
	width:100%;
	position:relative;
	height:0;
	overflow:hidden;
	padding-bottom:40%;
}
.nban2:hover .imgbg{
    transform: scale3d(1.1, 1.1, 1);
}
.nban2 .imgbg{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:url(images/tmp5.png) no-repeat center center/cover;
}
.tech-title {
    border-bottom: 1px solid #333;
    margin: 25px auto;
	padding:25px 0 10px 0;
	position:relative;
    max-width: 260px;
    text-align: center;
}
.tech-title h3{
	margin:0;
	padding:0;
	margin-bottom:10px;
}
.tech-title p{
	font-size:12px;
	margin:0;
}
.tech-title i{
	display: block;
	background-color: #4aa948;
	width: 104px;
	height:3px;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:-2px;
}
ul.tech-list li{
	display:inline-block;
	font-size:12px;
	padding:10px 7px;
	text-align:center;
	vertical-align:top;
	width:12%;
}
ul.tech-list{
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.tech-list li:hover img{
	opacity:0.8;
}
.aboutNews{
	width:100%;
	margin-top:50px;
}
.aboutNews .block{
	width:50%;
	padding-bottom: 25%;
	overflow:hidden;
	float:left;
	position:relative;
	z-index:1;
}
.aboutNews .block .imgbg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:2;
	transition: opacity 1s, transform 1s, -webkit-transform 1s;
	height:100%;
}
.aboutNews .block .imgbg:after{
	position:absolute;
	z-index:3;
	width:100%;
	height:100%;
	content:"";
	background:rgba(0,0,0,.6);
}
.aboutNews .block .txt{
	position:absolute;
	color:#fff;
	top:0;
	left:0;
	z-index:10;
	width:80%;
	left:10%;
	height:60%;
	top:20%;
}
.aboutNews .block .txt h2{
	margin:15px 0;
	font-size:34px;
	font-weight:bold;
	text-align:center;
}
.aboutNews .block .txt p{
	font-size:18px;
	line-height:30px;
}
.aboutNews .block ul li a{
	color:#fff;
	font-size:18px;
	line-height:30px;
}
.footer-widgets {
	color:#999;
	padding-top:40px;
    background-color: #000;

}
.footer-contact-info h2{
	font-size: 18px;
	color: #666666;
	margin:0;
	padding-bottom:10px;
	font-weight: 800;
	margin-bottom:15px;
	border-bottom: 1px solid #666666;
}
.footer-contact-info hr{
	border-color:#666;
}
.sns{
	margin:0;
	padding:0;
	margin-bottom:15px;
	list-style-type:none;
	display:block;
	text-align:center;
}
.sns li{
	display:inline-block;
	width:43px;
	height:43px;
	line-height:43px;
	font-size:22px;
	background:#555555;
	border-radius:5px;
	text-align:center;
	margin-right:7px;
}
.sns li:last-child{
	margin:0;
}
.sns li a{
	color:#fff;
}
.copyright{
	background: #333333;
	color: #999999;
	font-size: 14px;
	padding: 30px 0;
	text-align: center;
}
.nban img{
	max-width:100%;
	height:auto;
}
.tabs-menu{
	border-bottom:1px solid #d6d6d6;
	margin:0;
	padding:15px 0; 
	background-color: #fff;
}
.scrollfixed .tabs-menu{
	border:none;
}
.tabs-menu li{
	display:inline-block;
	margin-right:15px;
}
.tabs-menu li a{
	color:#333333;
	display:block;
	font-size:14px;
	padding:3px 12px;
	text-decoration:none;
	transition:all .7s ease-in-out;
}
.tabs-menu li a:hover, .tabs-menu li.active a{
	background:#333333;
	border-radius:3px;
	color:#fff;
}
.aboutDiv h1.title{
	color: #333333;
	font-size: 36px;
	margin-bottom: 20px;
}
.aboutDiv img{
	max-width:100%;
	margin:10px 0;
}
.history{
	padding: 86px 0 30px;
	border-top: 2px solid #ecf0f1;
	border-bottom: 2px solid #ecf0f1;
	position:relative;
	margin-top:25px;
	background-color: #f9fafb;
	margin-bottom:30px;
}
.history h1{
	color: #333333;
	font-size: 36px;
	font-weight:300;
	margin:0;
	padding:0;
}
.history p.info{
	color:#333;
	margin:25px 0;
	font-size:14px;
}
ul.memorabilia {
	list-style-type:none;
    margin: 0 auto;
	max-width:1100px;
	height: auto;
	background: url(images/memorabilia-bg.jpg) repeat-y 10% top;
	padding: 20px 0px 0px 0px;

}
.memorabilia li {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
}
.memorabilia li em{    
	display: block;
    width: 15px;
    height: 15px;
    font-style: normal;
    border: 2px solid #4aa948;
    border-radius: 50%;
    position: absolute;
    left: 10%;
    margin-left: -7px;
    background-color: #fcfcfc;
    top: 0;
    margin-top: 8px;
}
.memorabilia li h3{
	color: #4aa948; font-size: 24px; font-weight: bold; float: left; margin-top: 0
}
.memorabilia li .hidrt{
	color: #666666; font-size: 14px;max-width: 900px;float: right; width: 100%
}
@media screen and (max-width:1200px){
	.memorabilia li .hidrt{max-width: 700px}
}
@media screen and (max-width:900px){
	.memorabilia li .hidrt{max-width: 100%}
	.memorabilia{background: transparent;}
	.memorabilia li em{display: none;}
}
.aboutDiv h2{
	font-size:22px;
	margin:15px 0;
	color:#959595;
	font-weight:normal;
}
.aboutDiv img.pull-right{
	margin-left:20px;
	margin-top:0;
	margin-bottom:0;
}
.aboutDiv a{
	color:#4aa948;
}
.prolistT{
	margin-top:118px;
}
.hyperbaner{
	margin-top:118px;
	display:table;
	width:100%;
}
.hyperbaner img,.hyperbaner{
	position:relative;
	max-width:100%;
}
.hyperbaner ul{
	
	left:0;
	bottom:0;
	display:block;
	margin:0;
	padding:0;
	list-style-type:none;
}
.hyperbaner ul li{
	width:50%;
	min-height:170px;
	float:left;
}
.hyperbaner ul li div{
	margin: 35px 150px;
}
.hyperbaner ul li div h2{
	font-size:24px;
}
.hyperbaner ul li:first-child{
	background-color: #464646;
	color: #fff;	
}
.hyperbaner ul li:nth-child(2){
	background-color:#4aa948;
	color: #fff;	
}
.prolist{
	margin-top:15px;
	margin-bottom:15px;
}
.prolist li{
	position:relative;
	width:calc( 33.333% - 1px );
	float:left;
	padding-bottom:35%;
	height:0;
	overflow:hidden;
	display:block;
	border:1px solid #999999;
}
.prolist li .imgbg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
	background-position: center bottom;
	background-size: auto 100%;
}
.prolist li:hover .imgbg{
    background-size: auto 75%;
}
.product-wrapper{
	display:inline-block;
	position:absolute;
	left: 35px;
	bottom: 35px;
}
.product-wrapper h3 {
    margin-bottom: 15px;
	font-size:24px;

}
.product-wrapper a.product-button{
	color:#333333;
	border:2px solid #333333;
	padding:5px 20px;
	text-align:center;
	text-decoration:none;
	font-size:13px;
	display:inline-block;
	text-transform:uppercase;
	width:120px;
	transition:all 500ms ease;
}
.prolist li:hover .product-wrapper a.product-button{
	color:#fff;
	background:#4aa948;
	border:2px solid #cccccc;
}
.application-post{
	margin:0;
	padding:0;
	display:table;
	width:100%;
	margin-top:118px;
}
.application-post li{
	display:block;
	position:relative;
	width:calc( 33.3333333% - 0px );
	
	margin:0;
	
	overflow:hidden;
	float:left;
}
.application-post li .post-info{
	position:absolute;
	width:100%;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
}
.application-post li .post-info > h3{
	color:#fff;
	font-size:23px;
	font-weight:800;
}
.application-post li .post-info > a{
	border:2px solid #fff;
	color:#fff;
	display:block;
	font-size:10px;
	padding:4px 0;
	text-align:center;
	text-decoration:none !important;
	width:92px;
	background:#333;
	margin:0 auto;
}
.application-post li .application-image-wrap{
	border-right:2px solid #fff;
	overflow:hidden;
	
}
.application-post li:nth-child(3n) .application-image-wrap{
	border-right-color:rgba(255,255,255,0);
}
.application-image-wrap img{width:100%;height:100%;transition:all 2000ms ease;transition:opacity 1s, -webkit-transform 1s;transition:opacity 1s, transform 1s;transition:opacity 1s, transform 1s, -webkit-transform 1s;}
.application-post li:hover .application-image-wrap img{-webkit-transform:scale3d(1.1, 1.1, 1);transform:scale3d(1.1, 1.1, 1);}
.application-modal{z-index:999999;background:rgba(0,0,0,0.45);}
.modal-vertical-centered{transform:translate(0, 5%) !important;-ms-transform:translate(0, 5%) !important;-webkit-transform:translate(0, 5%) !important;}
.application-modal .modal-dialog{width:auto;/*overflow:hidden;*/margin:0;}
.application-modal .modal-dialog .modal-content{background:#f1f1f1 none repeat scroll 0 0;border:medium none;border-radius:0;color:#333;width:1200px;margin:0 auto;}
.application-modal .modal-dialog .modal-content .row{margin:0px;}
.application-column-left, .application-column-right{/*height:470px;*/}
.application-column-left, .application-column-right{padding-left:0;}
.application-column-left .carousel, .application-column-left .carousel-inner, .application-column-left .item{height:100%;}
.application-column-left .fill{position:relative;overflow:hidden;display:block;width:100%;/*height:100%;*/background:no-repeat center center;background-size:cover;}
.application-desc-wrap{display:block;height:100%;padding:0 0 10px 0;overflow-x:auto;font-family:'Raleway', sans-serif;font-weight:300;font-size:13px;line-height:21px;}
.application-desc-wrap h2{border-bottom:1px solid #474747;font-size:21px;padding-bottom:10px;/*text-shadow:0 2px 1px #333;*/text-transform:uppercase;}
.application-desc-wrap h4{font-weight:400;font-size:18px;line-height:24px;color:#a9a9a9;}
.application-desc-wrap .description{text-transform:uppercase;color:#333;display:block;padding:6px 0 13px 0;font-size:11px;border-bottom:1px solid #d0d0d0;margin-bottom:12px;}
.application-desc-wrap::-webkit-scrollbar{width:3px;}
.application-modal button.close{background:#000000 none repeat scroll 0 0;color:#fff;font-weight:300;opacity:1;padding:0;position:absolute;right:-15px;top:-15px;width:30px;height:30px;border-radius: 50%; border: 5px solid #fff; line-height:0;z-index:99999999;}
.application-modal button.close:hover{background:#777!important;}
.accordion-heading{
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	font-family: lato;
	font-size: 16px;
	font-weight: bold;
	padding: 14px 20px;
	margin-bottom:15px;
}
.appslide-slider-navigation{background:#333;padding:10px;position:absolute;top:50%;cursor:default; transform:translateY(-50%);}
.carousel-control{position:relative;background:#4aa948!important;opacity:1;width:26px!important;height:26px!important;border-radius:50%;display:inline-block;font-size:18px;line-height:1.3;}
.carousel-control.left{margin:0 5px;}
.accordion-body{
	border: 1px solid #d6d6d6;
	color: #333333;
	font-size: 18px;
	margin-bottom:15px;
	padding: 20px 30px;
}
.pdfDown img{
	display:block;
	margin:10px auto;
}
.pdfDown{
	text-align:center;
}
.pdfDown a{
	color:#e61b2d;
}
.mytxt{
	padding:15px 0;
}
.nblock{
	border: 1px solid #d6d6d6;
	padding:20px;
	position:relative;
	margin-bottom:30px;
}
.nblock .img{
	position:relative;
	height:0;
	padding-bottom:45%;
	overflow:hidden;
	background-size:cover;
	margin-bottom:15px;
	z-index:1;
}
.nblock .img a{
	color: #fff;
	font-size: 20px;
	left:50%;
	top:-100%;
	transform:translate(-50%,-50%);
	padding: 6px 12px;
	border: 2px solid #fff;
	display:inline-block;
	z-index:999;
	position:absolute;
	transition:0.2s;
}
.nblock .img:hover a{
	top:50%;
}
.nblock .img:before{
	width:100%;
	height:100%;
	content:"";
	background:rgba(90, 171, 75, 0.8);
	left:0;
	top:-100%;
	position:absolute;
	z-index:10;
	transition:0.2s;
}
.nblock .img:hover:before{
	top:0;
}
.nblock h3{
	font-size:30px;
	line-height:34px;
	padding-bottom:20px;
	margin:0;
}
.newsBox{
	margin-top:148px;
}
.nblock h3 a{
	color:#333;
}
.newbox {

    width: 100%;
    max-width: 810px;
    margin: 0 auto;
        margin-bottom: 0px;

}
.newbox h3 {

    font-size: 24px;
    color: #333;
    text-align: center;
    font-weight: bold;

}
.contact-form {
    margin: 20px 0;
	list-style-type:none;
}
.contact-form input,.contact-form select,.contact-form textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    padding: 16px;
    width:calc( 100% - 0px );
}
.contact-form li {
    display: block;
    margin-bottom: 20px;
}
.contact-form li label {
    width: 100%;
}
.contact-form li label {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.contact-form li [type="text"], .contact-form li [type="email"] {
    padding: 14px 15px;
}
.contact-form li textarea {
    height: 171px;
}
.contact-form li [type="submit"] {
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 15px;
    background-color: #4aa948;
    text-transform: uppercase;
}
.contact-form input[type="checkbox"],.contact-form input[type="radio"] {

    box-sizing: border-box;
    padding: 0;
	display:inline-block;
	width:auto;
}
h1.ptitle{
	font-size: 30px;
	font-weight: bold;
	color: #393939;
	line-height: 1;
	margin:20px 0;
}
.pcontent hr{
	border-color:#000;
	border-top-width:3px;
}
.pcontent table td{
	border-top:1px solid #ddd;
	line-height:2;
	color:#333;
}
.pcontent table{
	border-bottom:1px solid #ddd;
}
.downbtn{
	border: 2px solid #363636;
	color: #363636;
	border-radius: 5px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin: 25px 0 25px 15px;
	padding: 10px 20px;
}
h2.partitle{
	border-bottom: 1px solid #333;
	padding-bottom: 25px;
	margin: 25px auto;
	display: block;
	max-width: 400px;
	text-align: center;
}
.appscroll{
	width:100%;
	position: relative;
}
.appscroll .swiper-container{
	max-width: 930px;
	position: relative;
	margin: 0 auto 30px auto;
}
.appscroll .swiper-button-prev{ background:inherit; left:0;}
.appscroll .swiper-button-next{ background:inherit; right:0;}
.appscroll .swiper-button-prev,.appscroll .swiper-button-next{
	opacity: 0.8;
	width:33px;
	height:60px;
	margin: 0;
	transform: translateY(-50%);
	top:50%; 
	background-size:80%;
	z-index: 10;
}
.appscroll .swiper-button-prev:hover,.appscroll .swiper-button-next:hover{
	opacity: 1;}
.appscroll .swiper-button-prev{background: url(images/app_pre.png) no-repeat;  width: 42px; height: 42px; left: 0; margin-left: 50px; z-index:9999}
.appscroll .swiper-button-next{background: url(images/app_next.png) no-repeat;  width: 42px; height: 42px; right: 0; margin-right: 50px; z-index:9999}
.pr{position: relative;}
.appscroll .swiper-pagination{ bottom:16px !important;}
.appscroll .swiper-pagination-bullet{width:15px;height:15px;padding: 0;background-color:#fff;  border-radius: 50%; font-size: 0;line-height: 0;outline:none;cursor: pointer;  filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; margin:0 8px !important;}

.appscroll .swiper-pagination-bullet-active{background-color:#4aa948;}
.has-2-columns{
	width: 50%;
	float: left;
	padding: 7.5px;
}
.has-2-columns h2{
	display:block;
}
.wp-block-columns{
	flex-wrap:none;
	display:block;
}

.product-text-content h3{
	font-size:45px;
}
.footer-widgets img{
	max-width: 100%;
	height: auto;
}
.solabutbox{padding: 40px 0; text-align: center;}
.solabutbox a{display: inline-block; width: 185px; height: 52px; line-height: 52px; border-radius: 5px; color: #fff; font-size: 16px; text-align: center; margin: 0 30px;}
.solabutbox a.blue{background-color: #2da6df}
.solabutbox a.yel{background-color: #ff9728}
.myartBlock{
	background:rgba(0,0,0,.8);
	padding:20px 0;
}
.myartBlock table{
	width:100%;
}
.myartBlock img{
	max-width:100%;
	height:auto;
}
.myartBlock table td{
	border-top:1px solid #ddd;
	color:#fff;
}
.myartBlock table td p{
	margin:0;
	line-height:40px;
}
.appscroll img{
		max-width:100%;
		height:auto;
	}
.aboutDiv .accordion-group a{
	color:#333;
	font-weight:normal;
}
.newsBox .nblock p{
	height:80px;
	overflow:hidden;
}
@media (max-width: 767px) {
	.newsBox .nblock p{
		height:auto;
	}
	.has-2-columns{
		float:none;
		width:100%;
	}
	body.fancynav-opened{
		height:100%;
		overflow:hidden;
	}
	.solabutbox a{
		margin:0 10px;
	}
	.banimgarea img{
		max-width:100%;
		height:auto;
	}
	.product-text-content h3{
		font-size: 20px;
	}
	.footer-widgets hr{
		margin:10px 0;
	}
	#mytop{
		padding:10px 0;
	}
	.navbar-brand{
		height: 50px;
		margin-left: 15px;
	}
	.navbar-brand img{
		max-height: 100%;
		width: auto;
	}
	.navbar-toggle{
		margin-top:0;
	}
	.navbar-toggle span{
		background:#fff;
		margin-top: 0;
	}
	.scrollfixed .navbar-toggle span{
		background:#000;
	}
	.home-red-banner h2{
		font-size: 18px;
		line-height: 25px;
	}
	.home-red-banner p{
		font-size: 16px;
		line-height: 25px;
	}
	#pdf_select,.home-red-banner a{
		height: 30px;
		line-height:30px;
	}
	.homePro .blockw{
		width: 100%;
		float: none;
		padding-bottom: 80%;
	}
	.homePro .blockw:nth-child(2n){
		background:#333;
	}
	.homePro .blockw:nth-child(1), .homePro .blockw:nth-child(5){
		background:#fff;
	}
	.homePro .blockw:nth-child(2n) .block .product-text-content{
		color:#fff;
	}
	.hyperbaner ul li div{
		margin:15px;
	}
	.home-red-banner{
		padding: 10px 0;
		display: table;
		width: 100%;
	}
	.hyperbaner ul li div h2{
		font-size:18px;
	}
	
	.product-text-content h3{
		font-size: 20px;
	}
	.homePro .block .product-text-content, .nban2 .product-text-content{
		width:200px;
	}
	.product-text-content p{
		display: none;
	}
	.product-text-content a.produt-button{
		padding-top:0;
		padding-bottom: 0;
		width: 100px;
		font-size: 14px;
	}
	ul.tech-list li{
		width:32%;
	}
	ul.tech-list{
		text-align: center;
	}
	.aboutNews .block{
		width:100%;
		padding-bottom: 60%;
	}
	.aboutNews .block .txt h2{
		font-size: 20px;
		margin: 0;
	}
	.aboutNews .block .txt p,.aboutNews .block ul li a{
		font-size: 14px;
		line-height: 25px;
	}
	.aboutNews .block ul li:last-child{
		display: none;
	}
	.row{
		margin: 0;
	}
	.history{
		padding-top: 20px;
	}
	.history h1{
		font-size: 20px;
	}
	ul.memorabilia{
		background: none;
	}
	.aboutDiv img.pull-right{
		float: none;
		float: none !important;
		display: block;
		margin: 10px auto;
	}
	.prolistT{
		margin-top:50px;
	}
	.application-post{
		margin-top: 50px;
	}
	.application-post li{
		width: 50%;
	}
	.aboutDiv h1.title{
		font-size: 20px;
	}
	.newsBox{
		margin-top: 90px;
	}
	.nblock h3{
		font-size: 16px;
		line-height: 20px;
	}
	.contact-form{
		padding: 0;
	}
	.hyperbaner ul li{
		width:100%;
	}
	.prolist li{
		width:calc( 50% - 1px );
	}
	.prolist{
		padding: 0;
	}
	.product-wrapper h3{
		font-size: 16px;
	}
	.product-wrapper{
		left: 10px;
	}
}


div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium{
	max-width:100%;
}