body {
    color: #001f37;
    font-family: "proxima-nova",helvetica,arial,sans-serif;
    font-size: 18px;
    font-weight: lighter;
}
img{
    max-width: 100%;
    height: auto;
}
.mg-t-50 {
    margin-top: 50px;
}
.al{
    text-align: left;
}
.ar{
    text-align: right;
}
.mg-b-10 {
    margin-bottom: 10px;
}
.mg-b-20 {
    margin-bottom: 20px;
}
.mg-b-30 {
    margin-bottom: 30px;
}
.mg-b-50 {
    margin-bottom: 50px;
}
.mg-tb-50 {
    margin-bottom: 50px;
    margin-top: 50px;
}
.fs-17 {
    font-size: 17px;
}
.fs-20 {
    font-size: 20px;
}
.fs-37 {
    font-size: 37px;
}
.fw-b {
    font-weight: bold;
}
.fw-100 {
    font-weight: 100;
}
.fw-400 {
    font-weight: 400;
}
.text-up {
    text-transform: uppercase;
}
.fs-25{
    font-size: 25px;
}
a{
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	cursor: pointer;
	color: #111;
}
a:focus,a:hover{
	outline: medium none;
	outline-offset: 0;
	text-decoration: none;
}
input{
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
}
select,input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
input[type=number] {
	-moz-appearance:textfield;
	-webkit-appearance:textfield;
	appearance:textfield;
}
ul,p{
	padding: 0;
	margin:0;
}
li {
    list-style: outside none none;
}
.text-center{
	text-align: center;
}
.text-white{
	color: #fff;
}
.text-blue{
	color: #455166;
}
.bg_main{
	background-image: url("../images/bg-zip.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.list_style_1 li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}
.list_style_1 li::after {
    background-color: #ccc;
    color: #ccc;
    content: "";
    height: 22px;
    position: absolute;
    right: -2px;
    top: 2px;
    width: 1px;
}
.list_style_1 li:last-child::after{
	display: none;
}
.get_sub form {
    display: inline-block;
}
.get_sub input {
    border: 0 none;
    font-size: 17px;
    line-height: 40px;
    padding: 0 5px;

}
.get_sub input[type="text"] {
    width: 310px;
    display: block;

    margin: 0;
    float: left;
    border: 1px solid #fff;
    height: 40px;
    background: transparent none repeat scroll 0 0;
}
.get_sub input[type="submit"] {
    background-color: #fff;
    font-weight: bold;
    padding:0 20px;
}

.big_traffic{
    position: relative;
    font-size: 140px;font-weight: 900;text-transform: uppercase;line-height: 100%;letter-spacing: 2px;
}

.big_traffic > span{
    position: absolute;
    left: 0;
    width: 100%;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: 0.7s all ease-in-out;
    -moz-transition: 0.7s all ease-in-out;
    -webkit-transition: 0.7s all ease-in-out;
    -ms-transition: 0.7s all ease-in-out;
    -o-transition: 0.7s all ease-in-out;
}
.big_traffic > span.active{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: 0.7s all ease-in-out;
    -moz-transition: 0.7s all ease-in-out;
    -webkit-transition: 0.7s all ease-in-out;
    -ms-transition: 0.7s all ease-in-out;
    -o-transition: 0.7s all ease-in-out;
}
.aligncenter{
    margin: 0 auto;
}
#report_form input[type="submit"].active{
    background-image:url('../images/img-loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
    color: #dddddd;
}
.get_sub.v2 {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 30px 0 30px;
    position: relative;
}
.get_sub.v2 input[type="text"] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    display: block;
    float: none;
    height: 40px;
    margin: 0;
    text-align: center;
    width: 290px;
}
.title_form_v2 {
    line-height: 40px;
    position: absolute;
    top: -20px;
    width: 100%;
}
.title_form_v2::before {
    border-bottom: 1px solid #fff;
    content: "";
    left: 0;
    position: absolute;
    top: 20px;
    width: 50px;
}
.title_form_v2::after {
    border-bottom: 1px solid #fff;
    content: "";
    right: 0;
    position: absolute;
    bottom: 20px;
    width: 50px;
}
.title2_form_v2{
    line-height: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.title2_form_v2::before {
    border-bottom: 1px solid #fff;
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100px;
}
.title2_form_v2::after {
    border-bottom: 1px solid #fff;
    content: "";
    right: 0;
    position: absolute;
    bottom: 0;
    width: 100px;
}
.get_sub.v2 input[type="submit"] {
    background-color: #A3D900;
    bottom: -20px;
    color: #fff;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 290px;
}
.list_style_2 {
    margin: 5px auto 20px;
    width: 80%;
}
.list_style_2 li {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    list-style: inside none disc;
    margin: 0 10px;
    position: relative;
}
.list_style_2 li.check::before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: -13px;
    position: absolute;
    top: 7px;
    width: 7px;
}
.fs-65{
    font-size: 65px;
}
.v2_img img{
    max-width: 340px;
}
.get_sub_infunctionsoft input {
    border: 0 none;
    color: #000;
    display: inline-block;
    line-height: 40px;
    margin: 5px 0;
    text-align: center;
    width: 360px;
}
.get_sub_infunctionsoft input.button_red{
    background-color: #A3D900;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    min-height: 42px;
}
.mg-tb-40{
    margin-top: 40px;
    margin-bottom: 40px;
}
@media only screen and (max-width : 768px) {
    .big_traffic{
        font-size: 100px;letter-spacing: 5px;
    }
    .get_sub input{
        width: auto;
    }
    .get_sub input[type="text"]{
        width: auto;
    }

}
@media only screen and (max-width : 550px) {
    .get_sub_infunctionsoft input{
        max-width: 100%;
    }
    .get_sub form{
        display: block;
        border: none;
    }
    .get_sub input[type="text"]{
        width: 100%;
        text-align: center;
        border: 1px solid #fff;
        margin-bottom: 20px;
    }
    .get_sub input{
        width: 100%;
    }
    .big_traffic{
        font-size: 56px;
    }
    .get_sub input[type="submit"]{
        padding:0 10px;
    }
    .list_style_1 li {
        padding: 0 10px;
    }
    .list_style_1 li:first-child {
        padding-left: 0;
     }
    .list_style_1 li:last-child {
        padding-right: 0;
    }
    .mg-tb-50 {
        margin-bottom: 25px;
        margin-top: 25px;
    }
    .text-ve-big {
        line-height: 1;
    }
    .get_sub.v2{
        padding-top: 0;
        border: 0;
    }
    .title_form_v2::before,.title_form_v2::after,.title2_form_v2::before,.title2_form_v2::after{
        border: 0;
    }
    .title_form_v2 {
        position: relative;
        line-height: 1.1;
    }
    .get_sub.v2 input[type="text"]{
        float: none;
        margin: auto;
    }
    .fix_mobile_20 {
        font-size: 18px;
    }
    .get_sub.v2 input[type="submit"]{
        text-transform: uppercase;
        font-size: 17px;
    }
    .v2_img img{
        max-width: 100%;
        width: 320px;
    }
    .mobile_none{
        display: none;
    }
    .fix_1 {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 15px;
        margin-top: 30px;
    }
    .fix_2{

    }
    .get_sub .title_form_v2 {
        margin-bottom: -5px;
        margin-top: 15px;
    }
    .header_menu .col-xs-8 a{
        display: inline-block;
    }
    .header_menu .col-xs-8{
        width: 60%;
        margin-left: 20%;
    }
    .col-xs-4{
        width: 20%;
        padding-left: 0;
    }
}
@media only screen and (max-width : 400px) {
    .get_sub input[type="submit"]{
        font-size: 14px;
    }

}
