* {
    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 {
    background: url(Images/bg.jpg) repeat-x;
}
.MainStructure .TopBar {
    position: relative;
  	width:1200px;
  	margin:0 auto;
}
/**********************************/
.col-two {
    text-align: center;
}
.col-two .row {
    text-align: center;
    display: inline-flex;
    width: 1170px;
    margin: 0 auto;
}
.col-two .zone1 {
    width: 850px;
    margin-right:30px;
}
.col-two .zone2 {
    width: 290px;
}
/**********************************/
@media (max-width: 767px) {

.layout-zone {
	width:100%!important;
}

}

/***************************************/

@media (max-width: 767px) {

.layout-zone {
	width:100%!important;
}

}

.layout-container {
}
.layout-zone {
	float: left;
	min-height: 15px;
}
.MainStructure .FooterBanner {
	clear: both;
}