/* typography*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700);
html,body,div,span,p,a,h1,h2,h3,h4,h5 {font-family: "Open Sans", sans-serif;color: #000;font-weight: normal;}
a:hover {text-decoration: none;color: #ec3137;}
#divRenderBody a,#Zone_1 a,#Zone_2 a,#Zone_3 a,#Zone_4 a,#Zone_5 a, a {color: #fff;font-weight: 400;transition: all .2s ease-in-out;text-decoration: none;}
#divRenderBody a:hover,#Zone_1 a:hover,#Zone_2 a:hover,#Zone_3 a:hover,#Zone_4 a:hover,#Zone_5 a:hover {color: rgba(0,0,0,.7);}
#divRenderBody .inner a {color: #ec3137;}
#divRenderBody .inner a:hover {color: #8c8c8c;}

h1, h5 {color: #212529;}
h3 {color: #000;}

/* container */
html {scroll-behavior: smooth;}
.container-fluid {padding: 0px !important;}
@media (min-width: 992px) {
    .container {max-width: 1500px;width: 100%;}
}