body{
	-webkit-text-size-adjust: 100%;
}

body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #333;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}

.carousel-item {
  height: 65vh;
  min-height: 100%;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.item img {
  height: 65vh;
  min-height: 75;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0 auto;
}

.logo
	{
	top:0px;
	margin-top: -30px;
	padding-bottom: 0px;
	border: 0px solid red;
	}
	
#page-top
{
	border: 0px solid blue;
}	
	
#myCarousel
{
	margin-top: 135px;
	border: 0px solid red;
}	

.carousel{position:relative}

.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}

.carousel-inner{position:relative;width:100%;overflow:hidden}

.carousel-inner::after{display:block;clear:both;content:""}

.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:0s .6s opacity}@media screen and (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")}

.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:square}

.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:border-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}

h2 {
	margin: 0 0 20px 0;
	font-weight: 600;
	font-size: 36px;
	color: #333;
}
h3, h4 {
	font-size: 20px;
	font-weight: 400;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #00adbc;
	font-weight: 400;
}

a:hover, a:focus {
	text-decoration: none;
	color: #222;
}

ul, ol {
	list-style: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 3px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #00adbc;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}

#fullhr {
	height: 1.5px;
	width: 82%;
	max-width: 100%;
	text-align: left;
	position: relative;
	background: #990000;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0px solid red;
	display: none;
	float: left;
}

form hr {
	height: 1.5px;
	text-align: center;
	width: 850px;
	max-width: 82%;
	position: relative;
	background: #00adbc;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 1 px solid red;
	display: inline-block;
}

.formleft
			{
				width: 100%;
				float: left;
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				display: block;
				border: 0px solid red;
			}
			
.formright
			{
				width: 100%;
				float: left;
				margin: 0px 0px;
				padding: 0px 0px;
				display: block;
				border: 0px solid blue;
			}
			
.icontainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%; /* 1:1 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}			

/* Navigation */
#menu {
	padding: 30px;
	transition: all 0.1s;
}
#menu.navbar-default {
	background-color:#fff;
	border: 0px solid blue;
	
}
#menu a.navbar-brand {
	font-weight: 600;
	color: #fff;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #333;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 10px 0 20px;
}

#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #333;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 10px 0 20px;
}

#menu.navbar-default .navbar-nav > li > a:hover {
	color: #00adbc;
}

#menu.navbar-default .navbar-nav .dropdown-menu > li > a {
	text-transform: uppercase;
	color: #333;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 10px 0 20px;
}

#menu.navbar-default .navbar-nav .dropdown-menu > li > a:hover {
	color: #00adbc;
}
.on {
	background-color: #fff !important;
	padding: 0 !important;
	padding: 25px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #00adbc !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #00adbc;
	border: 0px solid #666;
}

.navbar-header
{
	border: 0px solid red;
	height: 75px;
}

.navbar-nav
{
	border: 0px solid green;
}

.section-title {
	margin-bottom: 70px;
}
.section-title p {
	font-size: 18px;
	color: #666;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #00adbc;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 17px;
	font-weight: 400;
	border-radius: 6px;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #666;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

.containerbutt
{
	height: 200px;
	position: relative;
}


.centbutt
{
	margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}






/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/intro-bg.jpg) top center no-repeat;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,70ad47+100&0.6+0,0.4+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(112,173,71,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(112,173,71,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(112,173,71,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#6670ad47', GradientType=0 ); /* IE6-9 */
}
.intro .fa {
	font-size: 94px;
	margin-bottom: 40px;
	color: #fff;
}
.intro h1 {
	color: #fff;
	font-size: 64px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.intro p {
	color: #fff;
	font-size: 22px;
	margin-top: 20px;
	line-height: 28px;
	margin-bottom: 40px;
}
.intro .btn-custom {
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
header .intro-text {
	padding-top: 320px;
	padding-bottom: 200px;
	text-align: center;
}
/* About Section */
#about {
	padding: 120px 0 80px 0;
	background: #f6f6f6;
}
#about h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 20px 0 0 0;
}
#about .about-text span {
	color: #00adbc;
	font-weight: 700;
	letter-spacing: -1px;
}

#about p{
	font-weight: 600;
	font-size: 16px;
}

#about hr {
	left: 0px;
	margin-bottom: 40px;
	width: 200px;
	margin: 0 0 0 0;
}

#about .btn {
	margin-top: 40px;
}
#about .about-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
#about .about-text, #about .about-desc {
	margin-bottom: 40px;
}
#about p {
	line-height: 24px;
	margin-top: 20px;
}

/* retractable Section */
#retractable {
	padding: 15px 0 80px 0;
	background: #f6f6f6;
	border: 0px solid red;
}

#retractable .container .about-text {
	padding: 20px 0 20px 0;

}

#retractable h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 20px 0 0 0;
}
#retractable .about-text span {
	color: #00adbc;
	font-weight: 700;
	letter-spacing: -1px;
}

#retractable p{
	font-weight: 600;
	font-size: 16px;
	padding: 5px 0 5px 0;
}

#retractable hr {
	left: 0px;
	margin-bottom: 40px;
	width: 200px;
	margin: 0 0 0 0;
}

#retractable .btn {
	margin-top: 0px;
}
#retractable .retractable-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
#retractable .retractable-text, #retractable .retractable-desc {
	margin-bottom: 40px;
}
#retractable p {
	line-height: 24px;
	margin-top: 20px;
	padding-bottom: 10px;
}


#retractable .container .full {
	height: 1px;
	width: auto;
	text-align: center;
	position: relative;
	background: rgba(102,102,102,0.3);
	margin: 0 auto;

}
.dropdown:hover .dropdown-menu {
   display: block;
}
video
{
/* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}



#authorized
{
	padding: 20px 0 20px 0;
}
/* Blog Section */

/* About Section */
#blog {
	padding: 150px 0 40px 0;
	background: #f6f6f6;
}
#blog h2 {
	font-size: 28px;
	font-weight: 600;
	margin: 10px 0 0 0;
	padding-bottom: 0px;
}
#blog .blog-text span {
	color: #00adbc;
	font-weight: 700;
	letter-spacing: -1px;
}

#blog hr {
	left: 0px;
	margin-bottom: 10px;
	width: 325px;
	margin: 0 0 0 0;
}

#blog .btn {
	margin-top: 40px;
}
#blog .blog-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
#blog .blog-text, #blog .blog-desc {
	margin-bottom: 0px;
}
#blog p {
	line-height: 24px;
	margin-top: 20px;
}

#blog .carousel
{
	margin-top: 20px;
}


.blog
{
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1 em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
}
.blog li
{
	padding: 10px 0px 10px 0px;
	font: 25px;
}

.blog li a
{
	padding: 10px 0px 10px 0px;
	font-size: 15px;
}

#grey hr
{
	display: inline-block;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 0px;
	padding: 0px 0px;
}

.grey
{
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
}

.col-sm-4
{
	border: 0px solid red;

}

.col-sm-5
{
	border: 0px solid red;
	width: 19%;
	padding: 0 auto;
	margin: 0px 5px 0px 5px;
}


.responsive {
  max-width: 100%;
  height: auto;
}

.col-sm-8
{
	border: 0px solid blue;

}


/* Services Section */
#services {
	padding: 120px 0;
	background: #333;
}
#services .service-media {
	margin: 10px;
}
#services .service-media img {
	position: relative;
	width: 225px;
	height: 225px;
	border-radius: 50%;
	border: 10px solid rgba(255,255,255,0.1);
}
#services .service-desc {
	margin: 10px 10px 40px;
	text-align: center;
}

#services h2 {
	color: #fff;
}
#services h3 {
	color: #fff;
	font-size: 21px;
	font-weight: 400;
	padding: 5px 0;
}

#services a h3 {
	color: #00adbc;
}

#services a:hover h3
{
	color: #fff;
	
}

#services p {
	color: rgba(255,255,255,0.9);
}
#services hr {
	background: rgba(255,255,255,0.6);
}
/* Portfolio Section */
#portfolio {
	padding: 100px 0;
	background: #f6f6f6;
}

.centereda h2
{
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	margin: 0 auto;
	color: #333;
	padding: 10px 0px 0px 0px;
}

.centereda a h2
{
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	margin: 0 auto;
	color: #333;
	padding: 10px 0px 0px 0px;
}

.centereda a:hover h2
{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 0 auto;
	color: #000;
	
}

a:hover .centereda h2
{
	color: #00adbc;	
}

/* hr access */

.hrlist
{
	padding: 10px 0px 0px 10px;
	font-weight: 600;
	font-size: 16px;
}

.categories {
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin: 0 10px 40px 10px;
}
ol.type li a {
	color: #555;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 16px;
	background: #e6e6e6;
	border: 0;
	border-radius: 4px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 0.3s;
}
ol.type li a.active {
	background: #00adbc;
	color: #fff;
}
ol.type li a:hover {
	background: #00adbc;
	color: #fff;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: uppercase;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}

.hover-bg vido
{
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	border: 0px solid red;
	display: flex;
	width: 100%;
	height: 333px;
	overflow: hidden;
}


/* Testimonials Section */
#testimonials {
	background: #444 url(../img/testimonials-bg3.jpg) center center no-repeat fixed;
	background-size: cover;
}
#testimonials .overlay {
	padding: 120px 0;
	background: rgba(3, 108, 117, 0.85);
}
#testimonials h2 {
	color: #fff;
}
#testimonials hr {
	background: rgba(255,255,255,0.6);
}
#testimonial p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	border-radius: 50%;
	background: rgba(255,255,255,0.4);
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.3);
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #fff;
	border: 1px solid #fff;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #fff;
	border: 1px solid #fff;
}
/* Contact Section */
#contact {
	padding: 100px 0;
	background: #F6F6F6;
}
#contact .section-title p {
	color: #777;
}
#contact form {
	padding: 0;
	margin-top: 40px;
}
#contact h3 {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}

#contact .form-control {
	display: block;
	width: 100%;
	padding: 20px 20px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 15px #ddd;
	box-shadow: 0 0 15px #ddd;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-info {
	margin-bottom: 30px;
}
#contact .contact-info hr {
	background: #ddd;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
}

sup
{
	color: #00adbc;
	font-weight: bold;
}

#estForm .form-control {
	display: block;
	width: 100%;
	padding: 20px 20px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#estForm {
	display: block;
	width: 100%;
	padding: 20px 20px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#estForm .row {
	display: block;
	width: 100%;
	padding: 10px 0px;
	color: #444;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
 
/* this works for the checkboxes */
.form
	{
		display:flex;
		flex-direction:column;
	}

.checkbox-container
	{
		display:flex;
	}		
	
.radio-container
	{
		display:flex;
	}	

.checkbox-container
	{
		padding: 0px 0px 0px 0px;
		margin: auto 0;
		margin-top: 5px;
	}	
	
.checkbox-container label
	{
		padding: 2px 0px 0px 10px;
		font-size: 16px;
		margin: auto 0;
		margin-top: 0px;
		border: 0px solid red;
	}		

#estForm label 
	{
		font-size: 16px;
		font-weight: 400;
		font-family: 'Open Sans', sans-serif;
		width: 100%;
	}

.form-group label
	{
		font-family: 'Open Sans', sans-serif;
		border: 0px solid red;
		display: block;
		width: 100%;
	}
	

/* Footer Section B affiliations*/
#footerb {
	background: #fff;
	padding: 5px 0 0px;
}

#footerb .social {
	margin: 10px 0 10px 0;
}
#footerb .social ul li {
	display: inline-block;
	margin: 0 20px;
}


#footer {
	background: #333;
	padding: 30px 0 20px;
}
#footer h3 {
	color: #1e7a46;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer .social {
	margin: 10px 0 50px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 22px;
	width: 40px;
	height: 40px;
	padding: 10px;
	background: #666;
	color: #fff;
	border-radius: 50%;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	background: #00adbc;
	color: #fff;
}
#footer p {
	color: #999;
	font-size: 15px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #00adbc;
}



@media (max-width: 1200px) {
	#menu.navbar-default 
	{
		background-color:#fff;
		border: 1px solid #fff;	
		overflow-y: visible; /* Hide vertical scrollbar */
		border: 0px solid red;
		margin: 0 auto;
		padding: 20px 0px 0px 0px;
	}
	
	#menu .container ul li, #menu .container ul li ul li
	{
		border: 1px solid #fff;	
		background: #fff;
		position: relative;
	}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
	
    .navbar-collapse {
        border-top: 0px solid transparent;
        
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
		position: relative;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	
	.navbar-header
	{
		border: 0px solid red;
		height: 100px;
	}
	.dropdown-toggle {
        display: inline-block;
		border: 0px solid blue;
    }
	.dropdown-menu {
        display: none;
		border: 0px solid red;
		width: 100%;
		position: relative;
		
    }

	.row .col-sm-5
		{
			width: 50%;
			border: 0px solid blue;
			display: inline-block;
			margin: 0 auto;

		}
		.img-responsive
		{
			margin: 0 auto;
			max-width: 50%;
		}
		
		.img-responsivea
		{
			margin: 0 auto;
			max-width: 50%;
			float: left;
		}
		
		#about
		{
			margin-top: -100px;
			border: 1px solid blue;
		}

}
@media (max-width: 800px) {
		.row .col-sm-5
		{
			width: 100%;

		}

}