body,p,h1,h2,h3,h4,h5,h6,ul,dl,dd,input,form,select{
    margin: 0;
    padding: 0;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6{
    font-size: 100%;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;
    color: #333;
}

a:hover{
    text-decoration: none;
    cursor: pointer;
    color: #037ccb;
}

button:focus{
    outline: none;
}

img{
    border: none;
}

em{
    font-style: normal;
}

.clearfix:before,.clearfix:after{
    content: "";
    display: table;
}

.clearfix:after{
    clear: both;
}

.clearfix{ /*IE*/
    zoom: 1;
}

.fl{
    float: left;
}

.fr{
    float: right;
}


/* container */
.new-row{
    display: flex !important;
}
@media(min-width:1199px){
    .container {
        max-width: 1024px;
    }
    .new-col-lg-9{
        max-width: 70.3125%;
        flex: 0 0 70.3125%;
    }
    .new-col-lg-3{
        max-width: 29.6875%;
        flex: 0 0 29.6875%;
    }
}

