body{
background:#f3f3f2;
margin:0;
padding:0;
font-family: 'Lato', sans-serif;
font-weight:normal;
color:#666;
font-size:14px;
}
a{
	/*color:#666;*/
	    color: #56ca86;
	text-decoration:none;}
ul li{
	list-style:circle;
	    line-height: 18px;}
ul li a:hover{
	list-style:circle;
		color: #71b530;
		text-decoration:none;}		
.wrapper{
	width:992px;
	height:auto;
	margin:0;
	padding:0;
	background:#fff;
	margin:0 auto;
	border-top:3px solid #0b9444;	
	
	-webkit-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75);
margin-bottom:10px;
	}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wdth_48pers{
	width:48%;
	margin-right:2%;
	float:left;
	height:auto;
	
	}
.product_home{
	width:46%;
	margin:2%;
	float:left;
	height:auto;
	border:1px solid #fff;
	
	}
.cntnt_area a{ color:#666;}	
.product a{color: #f2f2f2 !important;}	
.controls	{
	margin-bottom:10px;
	}
.error{
	color:#FF0000;
	margin-top:3px;
	margin-bottom:5px;
	float:left;}	
.btn_whit{
	background:#fff;
	border:#ccc 1px solid !important;}	
.footer a{
	color:#f2f2f2;}	
.footer a:hover{
	color:#ccc;}	
.request_quote {
    width: 135px;
    padding: 10px 8px !important;
    background: /*#25a4ff*/rgb(0, 44, 90);;
    margin-bottom:0;
    font-family: Tahoma;
	border-radius:5px 5px 0 0;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    float: right !Important;
    position: fixed;
	right:10px;
    bottom: 0;
	text-transform:uppercase;
	text-align:center;
}
.pading_15{
	padding:15px;}
.about_img{
	width:229px;
	height:auto;
	float:right;
	margin-left:5px;	
	}
.product_img2 {
    width: 157px;
    height: auto;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
.download_hding{	
font-size: 16px;
    text-align: center;
   /* background:#002C5A;*/
    color: #fff;
    padding: 6px 0;
    text-transform: capitalize;	
	margin-bottom: 10px;
	/*position:absolute;
	top:30px;
	left:10px;*/
	
	}
.download_img {
    width: 214px;
    height: auto;
    float: left;
    margin: 15px 6px;
    border: 1px solid #f2f2f2;
	position:relative;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(55,55,55,0.3);
box-shadow: 1px 1px 2px 2px rgba(55,55,55,0.3);
padding:10px;
	
	
}
.download_img img{
	margin:0 auto; }
.download_txt {
   /* background: #0B9444;*/
   /* border: 1px dashed #ddd;*/
    padding: 5px;
    width: 97%;
    height: auto;
    color: #0B9444 !important;
    margin: 3px;
    float: left;
	margin-top:5px;
	position:absolute;
	top:190px;
	text-align:center;
	
}
.download_txt i{font-size:45px ;  color: #00954c !important; text-shadow: 2px 2px 2px #0D0D0D;}
/*.fade:hover {
    opacity: 0.5;
	cursor:pointer;
}*/
.fade {
    opacity: 1;
    transition: opacity 0.25s ease-in-out 0s;
}

.download_txt a{
	color:#333;
	}			
.rqst_qt{
	width:250px;
	padding: 8px 12px;
	height:auto;
	float:left;
	}
.rqst_qt h3{
	text-transform:uppercase;}	
#panel {
    display: none;
    position: fixed;
    margin-bottom:0;
    right: 0px;
    z-index: 500;
    bottom: 30px;
}
#panel label {
    text-align: left !important;
    width: 100%;
    margin-bottom: 2px !important;
	font-size:13px;
    font-weight: normal;
	float:left;
    color: #fff;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
textarea.form-control {
    height: auto;
}
input {
    border: 1px solid #b0b0b0;
    padding: 3px 5px 4px;
    color: #979797;
    width: 190px;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group-addon {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon a{
	color:#555;}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
#panel, #flip {
    padding: 15px 5px;
    background-color: #e5eecc;
    color: #fff;
}
.request_quote, .top_submit {
    color: #fff;
    text-decoration: none;
    float: right;
}

.header{
	width:957px;
	height:auto;
	padding:10px 0;
	margin:0 auto;
	}
.logo{
	width:285px;
	height:auto;	
	float:left;
	}
.menu_main{
	width:612px;
	height:auto;
	margin-left:60px;
	float:left;
	}
.menu{
	width:460px;
	height:auto;
	float:left;
	}
.cart{
	width:120px;
	height:26px;
	float:right;
	margin-top:8px;
	cursor:pointer;
	}						
.boxs_main{
	width:620px;
	height:auto;
	float:left;
	}
.download{
	width:127px;
	height:auto;
	float:right;
	}
.txt_left{
	text-align:left;
	float:left;
	}
.txt_right{
	text-align:right;
	float:right;
	}		
.search{
	width:200px;
	height:auto;
	float:right;
	margin-top:8px;
	margin-right:15px;
	}	
.clear{
	clear:both;
	}
.bdr{
	border-top:3px solid #0b9444;	
	}				
.box1{
	width:124px;
	height:124px;	
	float:left;
	}	
.box2{

	width:372px;
	background:#000;
	height:124px;
	float:left;
	}
.box3{
	width:248px;
	background:#000;
	height:248px;
	float:left;
	}
.side_blue{
	width:372px;
	height:auto;
	float:left;
	padding-bottom:10px;
	font-size:14px;
	}
.side_blue p{
	color:#fff;
	line-height:20px;
	}				
.clr_orng{
	background:#ee7f01;
	}
.clr_vilot{
	background:#734f97;
	}	
.clr_yellow{
	background:#fbba00;
	}
.clr_green{
	background:#68b022;
	}
.clr_dark_sky{
	background:#009795;
	}		
	
.clr_red{
	background:#c41f2d;
	}
.clr_vilot2{
	background:#3f51b5;}		
.clr_blue{
	background:#002c5a;
	}
.cntnt_area{
	width:587px;
	height:auto;
	margin: 15px auto;
	}
.inner_box1{
	width: 277px;
	height:auto;
	float:left;
	margin: 0 38px 0 0;
	}
.blue_min_height{
	min-height: 715px;
	}	
.inner_box1 ul{
	margin: 5px 0 0 18px;
	padding:0;
	}
.inner_box1 ul li{
	margin:0;
	padding:0;
	line-height: 16px;
	list-style:circle;
	padding-bottom:10px;
	list-style-position: outside;
	}	
.inner_box2{
	width: 272px;
	height:auto;
	float:left;
	margin:0 0 0 0;
	}
.inner_box2 p{	
	margin:5px 0 0 0;
	line-height:22px;
	}
h2{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#666;
	margin: 8px 0 10px 0;
	padding:0;
	}
h3{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #5CB85C;
	padding: 0 0 8px;
	}
h4{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#fff;
	margin: 0 0 0 0;
	padding: 0 0 8px;
	}
.product_video_half{
	width:48%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-top:15px;
	}
.product_video_half2{
	width:48%;
	height:auto;
	float:left;
	margin-left:2%;
	margin-top:15px;
	}		
.product_video_half video,
.product_video_half2 video {
    width: 100% !important;
    height: auto !important;
}		
.clr_white{
	color:#fff;
	}			
.big_font{
	font-family: 'Arya', sans-serif;
	font-size: 95px;
	font-weight: 700;
	letter-spacing: -5px;
	margin:5px 5px 0 30px;
	color:#fff;
	line-height: 100px;
	float:left;
	}	
.smal_font{
	font-size: 30px;
    
    margin: 22px 5px 0 0px;
    color: #fff;
    float: left;
    font-weight: normal;
	}
.big_font2{
	margin:45px 5px 0 30px;
	color:#fff;
	line-height:81px;
	float:left;
	font-family: 'Anton', sans-serif;
	font-size: 95px;
	font-weight: 500;
	/* font-weight: 700; */
	/*letter-spacing: -10px;*/
	}
	
	.big_font3{
	font-family: 'Anton', sans-serif;
	font-size: 45px;
	font-weight: 400;
	/*letter-spacing: 0px;
	margin:10px 5px 0 10px;*/
	color:#fff;
	line-height: 45px;
	}	
		
.smal_font2{
	font-size: 35px;    
    margin: 0px 5px 0 30px;
    color: #fff;
    float: left;
    font-weight: normal;
	}
	
	.smal_font3{
	font-size: 35px;    
    margin: 10px 5px 0 30px;
    color: #fff;
    float: left ;
    font-weight: normal;
	}
	
.blue_quet{
	width:296px;
	height:auto;
	margin: 15px auto;
	}	
.quat{
	width:100%;
	height:34px;
	float:left;
	background:url(../images/quat.jpg) left no-repeat;
	margin-bottom:15px;
	margin-top:15px;
	}	
.quat2{
	width:100%;
	height:34px;
	background:url(../images/quat2.jpg) right no-repeat;
	float:left;
	margin-bottom:15px;
	margin-top:15px;
	}

.main_quit{
	font-family: 'Lato', sans-serif;
	    font-size: 30px;
    font-weight: bold;
    line-height: 28px;
	color:#fff;
	}
.secnt_quit{
	font-family: 'Lato', sans-serif;
	    font-size: 25px;
    line-height: 28px;
    margin-top: 10px;
	color:#fff;
	}	
.secnt_quit2{
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	line-height: 34px;
	margin-top:10px;
	color:#fff;
	}	
.view_more{
	background:#0B9444;
	text-align:center;
	color:#fff;
	padding:5px;
	margin-top:15px;
	width:200px;
	margin:15px auto 30px auto;
	}
.footer{
	width:100%;
	height:auto;
	padding:20px 0;
	text-align:center;
	color:#fff;
	background:#0b9444;
	}
.inner_left{
	width:766px;
	height:auto;
	float:left;
	padding:31px;
	border-right:1px dashed #ccc;
	}
.inner_right{
	width:226px;
	min-height:980px;
	float:left;
	padding:15px;
	
	}
h1{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:30px;
	font-weight:normal;
	text-transform:uppercase;
	color:#666;
	margin: 0 0 10px 0;
	padding:0;
	    line-height: 24px;
	}
p{
 margin:0 0 10px 0px !important;
 padding:0;
     line-height: 18px;}
.min_height_600 {
    min-height: 600px!important;
	}	 
.product{
	width:100%;
	height:auto;
	float:left;
	}
.product h1{
	/*font-size:28px;*/font-size:25px;
	}	
.product_img{
	width:157px;
	height:auto;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}
.marg_top_15{
	margin-top:15px;
	}			 				
.product_txt{
	width:547px;
	height:auto;
	padding:15px 22px 0 22px;
	float:left;
	}	
.product_txt_box1{
	width:229px;
	height:auto;
	float:left;
	}
.product_txt_box2{
	width:237px;
	height:auto;
	float:left;
	}
.product_txt_box1 ul{	
	margin:5px 0 0 28px;
	padding:0;
	border-right:1px solid #fff;
	}
.product_txt_box1 ul li{	
	margin:0;
	padding:0;
	line-height:20px;
	list-style-image:url(../images/list.png);
	color:#fff;
	}
.product_txt_box2 ul{	
	margin:5px 0 0 37px;
	padding:0;
	
	}
.product_txt_box2 ul li{	
	margin:0;
	padding:0;
	line-height:20px;
	list-style-image:url(../images/list.png);
	color:#fff;
	}
.product_img_list ul{
	margin:0;
	padding:0;
	list-style:none;
	}
.product_img_list ul li{
	margin:11px;
	padding:0;
	list-style:none;
	width:30%;
	float:left;
	color:#fff;}
.product_img_list ul li img{	
	border:1px solid #fff;
	}	
.product_img_list ul li h3{ margin-top:10px; border-bottom:#fff 1px solid; font-size:20px;}		
.clr_dark_green{
	background:#909c46}	
.clr_rose{	
background:#eb5e4d;
}
.clr_pink{
	background:#ba5895;}
.clr_lit_vilot{
	background:#734f97;}	
.side_contact{
	width:100%;
	height:auto;
	background:#fff;
	padding:15px 10px;
	margin-top:15px;
	border-bottom:3px solid #0b9444;
	border-top:3px solid #0b9444;
	}
.clr_orng2{
	background:#EF5350
	}
.side_contact p{
	font-size:12px;}
.service_main{
	margin-top:20px;
	float:left;
	width:100%;
	height:auto;
	}
.service_main h1{
	color:#0B9444;}
.service_min_height{    min-height: 815px;	}	

.service_min_height500{    min-height: 515px;	}

.logo_partner {
    width: 100px;
    height: 100px;
    float: left;
    cursor: pointer;
	border:2px solid #ccc;
	margin:8px;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  color:#333;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.mrg_lft_25{
	margin-left:25px;
	}
.desctp_hide{
	visibility:hidden;
	height:0;
	display:none;
	}			
@media (max-width: 991px) {	
.min_height_600{
	min-height:auto;
	}
.product_img_list ul li {
    margin: 8px;
	}
.smal_font3 {
    font-size: 26px;
    margin: 20px 5px 0 30px;
    color: #fff;
    float: left;
    font-weight: normal;
}
.big_font3 {
    font-size: 40px;
	}
.mrg_lft_25{
	margin-left:0;
	}
.download_img {
    margin: 15px 16px;
}
.blue_min_height{
	min-height:auto;}	
.service_main h1 {
	font-size:24px;
}
.service_min_height{
	min-height:auto;
	}
.inner_left{
	width:100%;
	height:auto;
	float:left;
	padding:15px;
	}
.inner_right{
	width:100%;
	min-height:auto;
	float:left;
	padding:15px;
	/*background:#e8e7df;*/
	}
.product_img {
    width: 157px;
    height: auto;
    float: none;
    margin: 15px auto 0 auto;
}
.product_txt {
    width: 547px;
    height: auto;
    padding: 15px 35px 15px 35px;
    float: none;
    margin: 0 auto;
}	
.wrapper{
	width:620px;
	height:auto;
	padding:0;
	margin:0;
	padding:0;
	background:#fff;
	margin:0 auto;
	border-top:3px solid #0b9444;	
	
	-webkit-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75);
margin-bottom:30px;
	}
	

.header{
	width:100%;
	height:auto;
	padding:10px 0;
	margin:0 auto;
	}
.logo{
	width:285px;
	height:auto;	
	float:none;
	margin:0 auto;
	}
.menu_main{
	width:100%;
	height:auto;
	margin-left:0;
	float:left;
	}
.menu{
	width:460px;
	height:auto;
	float:none;
	margin:0 auto;
	}

.cart{
	width:120px;
	height:26px;
	float:none;
	margin:5px auto;
	}						
.boxs_main{
	width:100%;
	height:auto;
	float:left;
	}
.download{
	    width: 127px;
    height: auto;
    float: left;
    margin: 0 15px 15px 128px;
	}
.search{
	width:200px;
	height:auto;
	float:left;
	margin-top:15px;
	margin-right:15px;
	}	
.side_blue{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:30px;
	}	
}											
	
	
@media (max-width: 659px) {
.inner_left{
border-right:none;}
.product_img_list ul li {
    margin: 5px;
	}
.wdth_48pers{
	width:100%;
	margin-right:0;
	float:left;
	height:auto;
	margin-bottom:10px;
	
	}
.desctp_hide{
	visibility:visible!important;
	height:auto;
	display:inline-block!important;
	}
.mobile_hide{
	visibility:hidden!important;
	height:0 !important;
	display:none!important;
	padding:0;
	margin:0;
	}
.about_img {
    width: 229px;
    height: auto;
    float: left;
	margin-left:0;
	margin-bottom:15px;
	margin-right:10px;
	
}	
.social-tabs,
.social {
    position: fixed;
    top: 235px;
    right: 18px;
	visibility:hidden;
	display:none;
	height:0;
}
.txt_left{
	text-align:center;
	float:none;
	}
.txt_right{
	text-align:center;
	float:none;
	}
.download_img {
    margin: 10px 10px;
}
.product_txt_box1,
.product_txt_box2 {
    width: 190px;
    height: auto;
    float: left;
}
.product_txt {
    width: 100%;
    height: auto;
    padding: 15px 15px 15px 15px;
    float: none;
    margin: 0 auto;
}
.product_txt_box1 ul {
    margin: 5px 0 0 24px;
    padding: 0;
    border-right:none;
}.product_txt_box2 ul {
    margin: 5px 0 0 24px;
    padding: 0;
}
.wrapper{
	width: 95%;
	height:auto;
	padding:0;
	margin:0;
	padding:0;
	background:#fff;
	margin:0 auto;
	border-top:3px solid #0b9444;
	-webkit-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75);
	margin-bottom:30px;
	}
.box2 {
    width: 100%;
    height: 124px;
    float: left;
}	
.big_font {
    font-family: 'Anton', sans-serif;
    font-size: 66px;
    font-weight: 400;
    margin: 7px 5px 0 16px;
    color: #fff;
    line-height: 100px;
    float: left;
	letter-spacing:0;
}
.view_more{
	width:100%;
	}
.smal_font {
    font-size: 25px;
    margin: 28px 5px 0 0px;
    color: #fff;
    float: left;
    font-weight: normal;
}
.big_font2 {
    font-family: 'Anton', sans-serif;
    font-size: 75px;
    font-weight: 400;
    margin: 35px 5px 0 30px;
    color: #fff;
    line-height: 70px;
	letter-spacing:0;
    float: left;
}
.smal_font2 {
    font-size: 33px;
    margin: 0px 5px 0 30px;
    color: #fff;
    float: left;
    font-weight: normal;
}
.header{
	width:100%;
	height:auto;
	padding:10px 0;
	margin:0 auto;
	}
.logo{
	width:248px;
	height:auto;	
	float:none;
	margin:0 auto;
	}
.menu_main{
	width:100%;
	height:auto;
	margin-left:0;
	float:left;
	}
.menu{
	width:85%;
	height:auto;
	float:none;
	margin:0 auto;
	}
.footer{ width:100%;
padding:15px 2%;}	

.cart{
	width:120px;
	height:26px;
	float:none;
	margin:5px auto;
	}						
.boxs_main{
	width:100%;
	height:auto;
	float:left;
	}
.box1 {
    width: 50%;
    height: 170px;
    float: left;
}
.box3 {
    width: 100%;
	}
.inner_box1 {
    margin: 0 00 0;
 }		
.download{
	width:127px;
	height:auto;
	float:none;
	margin:0 auto;
	}
.search {
    width: 200px;
    height: auto;
    float: none;
	margin:10px auto;
}	
.side_blue{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:30px;
	}	
.inner_box1 {
    width: 100%;
    height: auto;
    float: left;
    /* margin: 0 20px 0 0; */
    padding: 12px;
}
.cntnt_area {
    width: 95%;
    height: auto;
    margin: 15px auto;
}	
.inner_box2 {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    padding: 15px;
}
.blue_quet {
    width: 87%;
    height: auto;
    margin: 15px auto;
}

.logo {
    width: 225px;
    height: auto;
    float: none;
    margin: 0 auto 15px;
}
.logo_partner {
    margin: 4px;
}
}
@media (max-width: 520px){
.product_video_half, 
 .product_video_half2,
.product_img_list ul li{
	width:100%;
	margin:10px 0;}
}
@media (max-width: 360px){
.logo_partner {
    width: 47%;
    text-align: center;
	}
.box1 {
    width: 50%;
    height: 170px;
    float: left;
}
}
	
@media (max-width: 320px){
.logo_partner {
    width: 47%;
    text-align: center;
	}
.box1 {
    width: 50%;
    height: 152px;
    float: left;
}
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.home_service{
	width:100%;
	padding:5px 15px;
	color:#fff;
	}
.home_service a{ color:#fff; opacity:0.6;}	
.home_service a:hover{  opacity:0.9;}	
.alert-success {
	 clear:both;
    color: #fff;
    background: #5cb85c;
    padding: 15px 5px;
	display: inline-block;
	margin-top:5px;
}