* { margin:0px; padding:0px; box-sizing:border-box; }
img { border:none; }

body {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    float: left;
}
p {
	font-family:Arial, Helvetica, sans-serif; color:#000;
}
.wrapper {
    margin: 0px auto;
    max-width: 933px;
    width: 100%;
}
.header {
    width: 100%;
    margin-top: 15px;
    float: left;
}
.head1 {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.head1_sec1 {
    float: left;
    width: 195px;
}
.head1_sec1 h4 {
    float: left;
    font-size: 14px;
    line-height: 17px;
}
.head1_sec1 img {
    float: right;
    margin-top: 18px;
}

.head1_sec2 {
    float: left;
    width: 57%;
    text-align: center;
}
.head1_sec3 {
    float: right;
    width: 19%;
    text-align: center;
}
.mob_head {
    display: none;
}
#nav-trigger {
    display: none;
    text-align: center;
}
nav#nav-main {
    display: inline-block;
    width: 65%;
    margin-top: -23px;
}
#nav-mobile {
	display:none; 
}
.head3 {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.head3 ul {
	text-align:center;
	width:100%;
	float:left;
}
.head3 li {
    display: inline-block;
    font-size: 14px;
    padding: 0px 8px;
    margin-top: 4px;
    border-right: 1px solid blue;
    line-height: 12px;
}
.head3 li:last-child {
    padding-right: 0px;
    border-right: 0px solid blue;
}
.head3 li a:hover {
	color:red;
}
.head4 {
	float:left;
	width:100%;
}
.head4 ul {
    float: left;
    width: 100%;
    text-align: center;
    padding: 3px 4px;
    margin-top: 0px;
}
.head4 ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 4px;
    border-right: 1px solid #000;
    font-size: 13px;
    font-weight: bold;
}
.content {
    width: 100%;
    float: left;
    margin-top: 5px;
}
h6.produd {
    font-size: 14px;
    text-align: center;
}
.content_sec1 {
    float: left;
    width: 100%;
}
.content_sec1_left {
    float: left;
    width: 170px;
    margin-right: 20px;
}
.content_sec1_left img {
    width: 100%;
    margin-bottom: 10px;
    height: auto;
}
.content_sec1_center {
    float: left;
    width: 590px;
    margin-top: 7px;
}
.content_sec1_right {
    float: right;
    width: 105px;
    margin-top: 10px;
}
.side_right h4 {
    font-size: 13px;
    margin-bottom: 16px;
}
.side_right {
    float: left;
    margin-bottom: 30px;
}
.side_right img {
    width: 100%;
    height: auto;
}
.side_right li {
    font-size: 11px;
    margin-left: 30px;
    margin-bottom: 2px;
}
.form_wrap {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.left_form {
    float: left;
    width: 300px;
    margin-right: 20px;
}
form.formpic {
    float: left;
    width: 100%;
}
.formpic strong {
    font-size: 15px;
    margin-bottom: 13px;
    display: inline-block;
}
.formpic p {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.formpic p label {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}
.formpic p input, .formpic p textarea {
    width: 100%;
    background: #f2f2f2;
    color: #4F4F4F;
    padding: 6px;
    line-height: 14px;
    border: 1px solid #C4C4C4;
    margin-top: 1px;
    font-weight: bold;
}
.formpic p input:focus, .formpic p input:hover {
    background: #fff;
}
.submit {
    float: left;
}
.submit input[type="submit"] {
    float: left;
    background: #fff;
    padding: 6px;
    border: 1px solid #000;
    width: 102px;
    margin-top: 3px;
    cursor: pointer;
}
.submit input[type="submit"]:hover {
    background: #f2f2f2;
}
.form_right {
    float: right;
    width: 43%;
    margin-top: 4px;
    background: #F15A24;
    padding: 17px;
}
.head4 ul li:last-child {
    border-right: 0px;
    padding-right: 0px;
}
.form_right strong {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.form_right p {
    font-size: 14px;
    margin-bottom: 19px;
}
p.form_desc {
    margin-top: 12px;
    float: left;
    font-size: 14px;
}
.footer {
    float: left;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 20px;
}
.foot1 {
    float: left;
    width: 33%;
}
.foot1 h5 {
	font-size:13px;
}
.content_sec1_center h6 {
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    margin-top: 14px;
    color: #4a4a4a;
}
.content_sec1_left strong {
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
}
.content_sec1_left p {
    font-size: 14px;
    margin-bottom: 20px;
}
@media screen and (min-width:961px) {
#drop-nav {
    list-style: none;
    float: left;
    width: 100%;
    text-align: center;
}
#drop-nav li {
    display: inline-block;
    position: relative;
    float: left;
    border: 1px solid #000;
    width: 100%;
    padding: 0px;
}
#drop-nav li ul {
    display: none;
    width: 50%;
    font-size: 13px;
}
#drop-nav li li ul {
    display: none;
    left: 100% !important;
}
#drop-nav li a {
    display: inline-block;
    background: #fff;
    padding: 9px 10px 9px 10px;
    text-decoration: none;
    white-space: nowrap;
    color: #000;
    width: 100%;
}
#drop-nav li:hover li ul {display: none;}

#drop-nav li:hover ul {
    display: inline-block;
    position: absolute;
    left: 0px;
    margin-left: 0;
    padding-left: 0px;
    top: 37px;
}
#drop-nav li li:hover ul {
    display: inline-block;
    position: absolute;
    left: 87px;
    top: 0px;
    width: 271px;
}
#drop-nav li:hover li {float: none;}
#drop-nav li ul li {
    border-top: 0px;
    position: relative;
}
#drop-nav li li:hover a {
    background: gray;
    color: #fff;
}
.sub_menu:after {
    content: '';
    position: absolute;
    background: url(../images/down_arrow.png) no-repeat;
    width: 7px;
    height: 4px;
    right: 10px;
    top: 16px;
}
.sub_in_menu:after {
    content: '';
    position: absolute;
    background: url(../images/right_arrow.png) no-repeat;
    width: 4px;
    height: 7px;
    right: 10px;
    top: 16px;
}
}

@media screen and (max-width:960px) {
.wrapper {
    max-width: 737px;
}
.head1_sec3 {
    display: none;
}
#nav-mobile li ul li li{
	display:none !important;
}
.head4 {
    margin-top: 19px;
    margin-bottom: 20px;
}
#nav-main ul {
    width: 100%;
    margin-bottom: 10px;
}
.mob_menu {
    display: block;
}
#nav-main strong {
    width: 100%;
    text-align: center;
}
.head3 {
	display:none;
}
.head4_sec3 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 11px;
}
.mob_head {
    display: inline-block;
    width: 100%;
}
.logo {
    float: left;
}
.logo {
    width: 314px;
    margin-top: 13px;
    margin-left: 0px;
}
.call {
    margin-top: 11px;
	float:right;
}
.call strong {
    display: block;
}
.left_form {
    float: left;
    width: 52%;
    margin-right: 20px;
}
.nav {
    background-color: #222222;
    padding: 0px 20px;
    margin-top: 11px;
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
}
nav#nav-mobile strong {
	display:none;
}
.nav ul li a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
#nav-trigger {
    display: inline-block;
    text-align: left;
    padding: 12px 0px;
    cursor: pointer;
    width: 100%;
}
#nav-trigger span {
    color: #999;
    display: inline-block;
    float: left;
    line-height: 33px;
    font-size: 22px;
    text-transform: uppercase;
    width: 100%;
}
#nav-trigger span img {
    float: left;
    margin-right: 17px;
}	
nav#nav-main {
    display: none;
}
.nav ul {
    display: none;
	padding-left:0;
}
.nav ul li {
    width: 100%;
    padding: 12px 0px 10px 0px !important;
    font-size: 16px !important;
    border-top: 1px solid #444;
    color: #fff;
    list-style: none;
}
.nav ul li a {
    color: #fff;
}a.sub_menu {
    padding-bottom: 10px;
    display: inline-block;
}
nav#nav-mobile {
    display: block;
}
.logo {
    width: 314px;
    margin-top: 13px;
    margin-left: 0px;
}
.head1_sec1, .head1_sec2 {
	display:none;
}
.head1 {
    margin-top: 0px;
}
.content_sec1_left {
    width: 90px;
}
.content_sec1_right {
    width: 90px;
}
.content_sec1_center {
    width: 525px;
}
.foot1:first-child {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.foot1 {
    float: left;
    width: 50%;
}
.foot1 h5 {
    margin-top: 8px;
}}

@media screen and (max-width:767px) {
.wrapper {
    max-width: 570px;
	width:100%;
}
.content_sec1_center {
    width: 60%;
}
.side_right li {
    margin-left: 16px;
}
.left_form {
    width: 100%;
    margin-right: 0;
}
.form_right {
    width: 100%;
    margin-top: 20px;
}
.content {
    margin-top: 20px;
}
.head4 ul li {
    margin: 7px 0px;
}
}
@media screen and (max-width:600px) {
.wrapper{
    max-width: 450px;
}
.content_sec1_left img {
    margin: 0px 10px 10px 10px;
    height: auto;
    width: 32%;
}
.content_sec1_center h6 {
    margin-top: 0;
}
.side_right:last-child {
    float: right;
}
.footer {
    margin-top: 20px;
    margin-bottom: 0px;
    border-top: 1px solid #ccc;
    padding-top: 28px;
}
.foot1 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.side_right li {
    font-size: 14px;
    margin-left: 30px;
    margin-bottom: 8px;
}
.side_right {
    float: left;
    width: 48%;
}
.content_sec1_right {
    width: 100%;
	margin-top:25px;
}
.content_sec1_center {
    width: 100%;
}
.content_sec1_left {
    width: 100%;
    text-align: center;
    margin: 13px 0px;
}

}


@media screen and (max-width: 480px) {
.logo {
    width: 248px;
    margin-top: 18px;
}
.wrapper  {
    max-width: 320px;
}
.tab-links a {
    font-size: 12px;
}
.logo img {
    width: 100%;
}

}

@media screen and (max-width: 350px) {

.wrapper  {
    max-width: 300px;
}
.logo {
    width: 228px;
    margin-top: 18px;
}
.tab-links a {
    padding: 9px 2px;
}
}