.container {
width: 100%;
padding: 0;
}
.row {
margin-right: 0;
margin-left: 0;
}

.footer {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-top: none;
}

#lotus-banner {
	background: url(/sites/default/files/images/banner.jpg) center center no-repeat;
	background-size: cover;
	height: 300px;
	width: 100%;
}
#lotus-header {
	width: 100%;
	height: 100px;
	background: #83AE33;
}
#lotus-logo {
	width: 300px;
	height: auto;
	margin-top: -100px;
}

#block-block-2 { 
	width:100%; 
	min-height:300px; 
	background:#333; 
}
#block-block-2 {
	color:#ddd;
	padding:40px 0 50px 0;
}

#block-block-2 h1, 
#block-block-2 h2, 
#block-block-2 h3,
#block-block-2 h4 {
	color:#DDD; 
}
#block-block-2 strong {
	color:#fff;
}


#block-system-main {
	max-width:1100px; 
	margin: 0 auto;
	padding: 50px 30px;
}
#block-system-main img {
	width:100%; 
	height:auto; 
}


#lotus-menu {
	width:100%;
	background:#333;
	height:50px;
}
#your-menu-carrier {
	float: left;
	position: relative;
	left: 50%;
}
#your-menu-carrier ul.nice-menu-down {
  position: relative;
  left: -50%;
  /*float: left;
  border: 0;*/
}
#your-menu-carrier ul.nice-menu-down li {
	border: 0;
	background:transparent;
}
#your-menu-carrier a:link, #your-menu-carrier a:visited {
	color:#fff;
	text-decoration:none;
	border-top:5px #333 solid; 
	padding:10px 20px 15px 20px;
}
#your-menu-carrier a:hover, 
#your-menu-carrier a:active, 
#your-menu-carrier a.active {
	border-top:5px #fff solid;
	background:#000;
}
ul.nice-menu-down {
float: none; 
border: 0;
}



.txt-center {
	text-align: center;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.section-lead h1 {
	font-size: 3.0em;
	color: #b0b0b0;
	text-align: justify;
	font-weight: 600;
	line-height: 1.3em;
	text-align: center;
	margin-bottom:0;
}
.section-lead h1 strong {
	color: #83AE33;
	font-weight: 900;
}
.section-lead {
	border-bottom: 1px #ccc solid;
	padding: 0 0 20px 0;
	margin: 0;
}
.column-1 {
	padding:30px; 
}
.column-2 {
	border-left: 1px #ccc solid;
	padding: 30px;
}
.column-1 h1,
.column-1 h2,
.column-1 h3,
.column-1 h4 {
	color: #b0b0b0;
}
.column-2 h1,
.column-2 h2,
.column-2 h3,
.column-2 h4 {
	color: #b0b0b0;
}
.column-1 h1 strong,
.column-1 h2 strong,
.column-1 h3 strong,
.column-1 h4 strong {
	color: #000;
}
.column-2 h1 strong,
.column-2 h2 strong,
.column-2 h3 strong,
.column-2 h4 strong {
	color: #000;
}



/* HIDE ME */ 
#navbar { 
	display:none;
}
.page-header { 
	display:none; 
}
.block-title {
	display:none;
}







@media screen and (max-width: 767px) {

.column-2 {
	border-left:none;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 0; 
	padding-left: 0; 
}
#block-system-main {
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 20px;
}
#block-system-main h2 {
	font-size:28px;
}
#block-system-main h1 {
	font-size:32px;
}
.layout-gallery h2 {
	font-size:28px;
}

}

@media screen and (max-width: 400px) {

iframe {
	width:100% !important;
}
#block-system-main h2 {
	font-size:22px;
}
#block-system-main h1 {
	font-size:26px;
}
.layout-gallery h2 {
	font-size:22px;
}

}