.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; z-index:1000 !important;}
.pullcontainer a#pull { display: none; }
a {-webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
a:hover { opacity:1 !important;}
header ul li a:hover { 
border-radius:10px;
padding:5px 10px;
color:#fff;
background: rgba(179,60,1,1);
background: -moz-linear-gradient(top, rgba(179,60,1,1) 0%, rgba(153,52,1,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,60,1,1)), color-stop(100%, rgba(153,52,1,1)));
background: -webkit-linear-gradient(top, rgba(179,60,1,1) 0%, rgba(153,52,1,1) 100%);
background: -o-linear-gradient(top, rgba(179,60,1,1) 0%, rgba(153,52,1,1) 100%);
background: -ms-linear-gradient(top, rgba(179,60,1,1) 0%, rgba(153,52,1,1) 100%);
background: linear-gradient(to bottom, rgba(179,60,1,1) 0%, rgba(153,52,1,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b33c01', endColorstr='#993401', GradientType=0 );
transition:All 0.35s ease;
-webkit-transition:All 0.35s ease;
-moz-transition:All 0.35s ease;
-o-transition:All 0.35s ease;	
}
nav { height: 85px;position: relative; width:755px;float:right;}
header { background-color:#fff; }
header ul { padding-top: 35px; }
header ul li { list-style: none; float: left;height:30px;}
header ul li a { 
color: #B33C01;
font-size: 16px;
padding: 5px 10px;
margin: 0px 8px;
border-radius: 10px;
transition: all 0.35s ease 0s;
font-weight: 100;
font-family: "soholight";
}
@media screen and (max-width:1200px) {
    p{font-size: 14px; }
    .thin-sep { display: none; }
    .arrow { display: none; }
    nav { height: auto; width: 100%; z-index:1000;background: #fff;}
    .nav-wrapper { background-color: #fff; }
    nav ul { width: 100%; display: block; height: auto; padding: 0; }
    nav li { width: 100%; float: left; position: relative; text-align: center; }
    nav ul li a { width: 100%; float: left; position: relative; padding: 25px 0; text-align: center; border-bottom: 1px dotted rgba(255, 255, 255, 0.2); margin: 0px; }
    nav ul li a.last { border-bottom: none; }
    nav ul li.dot { display: none; }
    
    .submit-btn { margin-top: 10px; }
}
@media only screen and (max-width:1200px) {
    nav { border-bottom: 0; }
    nav ul { display: none; height: auto; }
    .pullcontainer { width: 100%; text-align: right; padding: 20px 20px 0 0; }
    .pullcontainer a#pull { display: block; width: 100%; color: #242a2c; }
}