* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0;
    text-rendering: geometricPrecision;
}
body 
{
    font-family:'Roboto', Arial;
  	font-size:14px;
	margin:0px; 
  	padding:0px;

}
a {
    text-decoration: none;
    color: #333;
    font-family:'Roboto', Arial;
  	font-size:14px;
}

h2 {
    padding: 0;
    margin: 0;
}
.MainStructure .TopBar {
    position: relative;
}
.MainStructure .ContentBanner {
    position: relative;
}
/**********************************/
@media (min-width: 1200px) {
.col-two {
    text-align: center;
}
.layout-zone {
	width:100%!important;
}
.col-two .row {
    text-align: center;
    display: inline-flex;
    max-width: 960px;
    margin: 0 auto;
}
  .col-two .zone1 {
    width: 680px;
    margin-right:20px;
}
.col-two .zone2 {
    width: 260px;
}
}
.layout-zone {
	float: left;
	min-height: 15px;
}
.MainStructure .FooterBanner {
	clear: both;
}
/**********************************/
@media (min-width: 1400px) {
.col-two {
    text-align: center;
}
.col-two .row {
    text-align: center;
    display: inline-flex;
    max-width: 1170px;
    margin: 0 auto;
}
.col-two .zone1 {
    width: 850px;
    margin-right:30px;
}
.col-two .zone2 {
    width: 290px;
}
}