a.white-btn {
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 0.85em;
	margin-top: 1.25em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.white-btn:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}

a.book-btn {
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	background-color: #92c500;
	display: block;
	font-size: 0.85em;
	margin-top: 1.25em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.book-btn:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}

a.bookheader-btn {
	border: 1px solid #fff;
	/*border-radius: 3px;*/
	color: #fff;
	background-color: #FF00FF;
	display: inline-block;
	font-size: 0.85em;	
	padding-left: 0.625em;
	padding-right: 0.625em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.bookheader-btn:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}

a.color-btn, form.customform button.color-btn {
	background: none;
	border: 1px solid #001925;
	border-radius: 3px;
	color: #001925;
	display: block
	font-size: 0.85em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.color-btn:hover, form.customform button.color-btn:hover {
	border: 1px solid #92c500;
	color: #92c500;
}
#topbar {
	background: none repeat scroll 0 0 #404040;	
	border-bottom: 1px solid #303030;
	padding: 0.3125em 0;
}
#topbar p {
	color: #fff;
	font-size: 1em;
	opacity: 0.5;
	position: relative;
	top: 2px;
}
#topbar p strong {
	font-weight: 600;
}
#topbar i {
	color: #ffffff;
	font-size: 1.1em;
	opacity: 0.5;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
#topbar i:hover {
	color: #92c500;
	cursor: pointer;
	opacity: 1;
}
nav {
	/*background: none repeat scroll 0 0 #202020;*/	
	background: none repeat scroll 0 0 #e0e2e4;	
}
header {
	/*border-bottom: 4px solid rgba(0, 40, 58, 0.53);*/
	border-bottom: 4px solid #303030;
	position: fixed;
	width: 100%;
	z-index: 10;
}
p.logo {
	color: #fff;
	font-size: 1.7em;
	font-weight: 300;
	position: relative;
	text-transform: uppercase;
	top: 0.625em;
}

p.logo strong {
	font-weight: 700;
}

img.logo{	
	top: 0.625em;
	display: block;
	margin: 0 auto;
}

.top-nav li a {
	/*border-top: 2px solid #00283a;*/
	/*border-top: 2px solid #303030;*/
	border-top: 2px solid #F5F5F5;
	color: #202020;
	font-size: 0.95em;
	font-weight: 600;
	padding: 2.1em 1.5em 2.5em;
	text-transform: uppercase;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
.top-nav li a:hover, .top-nav li.active-item a {
	background: none repeat scroll 0 0 #202020;
	border-top: 2px solid #92c500;
	color: #92c500;
	position: relative;
}
#carousel .text {
	position: absolute;
	top: 40%;
	z-index: 10;
}
.item {
	overflow: hidden;
	width: 100%;
}
.prev-arrow, .next-arrow {
	background: none repeat scroll 0 0 #00283a;
	cursor: pointer;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 1px;
	text-align: center;
	width: 30px;
}
#carousel .text h2 {
	background: none repeat scroll 0 0 rgba(146, 197, 0, 0.8);
	color: #fff;
	display: inline-block;
	font-size: 2em;
	font-weight: 300;
	margin: 1px 0;
	max-width: 600px;
	padding: 10px 20px;
	width: 100%;
}
#carousel .text p {
	background: none repeat scroll 0 0 #00283a;
	color: #fff;
	max-width: 600px;
	padding: 10px 20px;
	width: 100%;
}
#carousel .owl-theme .owl-controls {
	background: none repeat scroll 0 0 rgba(0, 40, 58, 0.53);
	bottom: 0;
	margin: 0;
	padding: 0.625em 0;
	position: absolute;
	width: 100%;
}
.owl-theme .owl-controls .owl-page span {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 3px solid rgba(0, 40, 58, 0.57);
	height: 18px;
	margin: 0 0.3125em;
	opacity: 1;
	width: 18px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: none repeat scroll 0 0 #92c500;
}
#first-block {
	background: none repeat scroll 0 0 #4d4d4d;
	padding: 3em 2em;
	text-align: center;
}
#first-block h1 {
	color: #92c500;
	font-size: 2em;
	font-weight: 300;
	margin-top: 0;
}
#first-block p {
	color: #F5F5F5;
	font-size: 1.25em;
}

#privacy {
	background: none repeat scroll 0 0 #202020;
	padding: 3em 2em;
	text-align: center;
}
#privacy h1 {
	color: #92c500;
	font-size: 2em;
	font-weight: 300;
	margin-top: 0;
}
#privacy p {
	color: #F5F5F5;
	font-size: 1.25em;
}
#features {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	text-align: center;
	z-index: 2;
}
#features i {
	background: none repeat scroll 0 0 #92c500;
	border-radius: 100px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
	color: #fff;
	display: inline-block;
	font-size: 2em;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 100px;
}
#features img {	
	display: inline-block;	
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 100px;
}
#features h2 {
	font-size: 1em;
	font-weight: 600;
	margin: 1.25em 0;
	text-transform: uppercase;
}
#features p {
	color: #777;
	font-size: 1em;
	line-height: 1.5em;
}
#about-us {
	background: none repeat scroll 0 0 #696969;
	clear: both;
}

#about-us h2{
	color:#92c500
}

#about-us:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#about-us article {
	padding: 4em;
}



#contact-us {
	/*background: none repeat scroll 0 0 #50394c;*/	
	background: none repeat scroll 0 0 #303030;	
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	/*clear: both;*/
	position: relative;
	z-index: 2;
}

/*#contact-us:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}*/

#contact-us article {	
	padding:2em;
}

#contact-us h2{
	color:#404040;
	margin: 0 0 1.25em;
}


#contact-us h1{
	color:#404040;	
	font-size: 2em;
	font-weight: bold;	
}

#contact-us h3 {
	color: #92c500;
	font-size: 1em;
	font-weight: 900;	
	text-transform: uppercase;
}

#contact-us p {
	color:#e0e2e4;
	font-size: .85em;
	font-style: normal;
	line-height: 2em;
}
#contact-us p strong {
	color: #404040;
	font-weight: 700;
}


#contact-us i {		
	color: #ffef96;
	display: inline-block;	
}

/* Containers */
.section  { 
padding: 6rem 1.25rem;
}
.section-small-padding  { 
padding: 2.5rem 1.25rem;
}
.section-top-padding  { 
padding-top: 6rem;
}
.section-top-small-padding  { 
padding-top: 2.5rem;
}

/* Icon blocks */
i.icon-circle {
  border-radius: 100px;
  display: block;
  height: 100px;
  line-height: 100px;
  margin-bottom: 0.625rem;
  text-align: center;
  width: 100px;
}
i.icon-circle-small {
  border-radius: 60px;
  display: block;
  font-size: 1.1rem;
  height: 60px;
  line-height: 60px;
  margin-bottom: 0.625rem;
  text-align: center;
  width: 60px;
}

/* Background Colors */
.background-white, .primary-color-white .background-primary {
	background-color: #fff !important;
}
.background-primary, .primary-color-primary .background-primary {
	background-color: #ffef96 !important;
}
.background-dark, .primary-color-dark .background-primary {
	background-color: #002633 !important; 
}

.background-team {
	background-color: #b9b0b0 !important; 
}

.background-team-hover {
	background-color: #d9ecd0 !important; 
}

.background-work {
	background-color: #fff !important;
}

.background-work-hover {
	background-color: #d64161 !important;
}

.background-product {
	background-color: #303030 !important;
}

.background-product h3 {
	color: #fff
}


.full-width:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
}
.full-width > .line {
	padding: 0 1.875rem;
}

/* Hover Overlay */
.image-hover-overlay {
	bottom: 0;
	/*color: rgba(255,255,255, 0.75)!important;*/
	color: #303030!important;
	left: 0;
	opacity: 0;
	padding: 1.25rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
  }
  .image-border-radius .image-hover-overlay {
	border-radius: 3px;
  }
  .image-hover-overlay:hover {
	opacity: 1;
  }
  .image-hover-overlay-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 60%;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  }
  .image-hover-overlay:hover > .image-hover-overlay-content {
	top: 50%;
  }

/* Image blocks */
.image-with-hover-overlay {
	display: block;
	position: relative;
  }
  .image-border-radius img {
	border-radius: 3px;
  }
  .image-hover-zoom {
	display: block;
	overflow: hidden;
  }
  .image-hover-zoom img {
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
  }
  .image-with-hover-overlay img {
	width: 100%;
  }
  .image-hover-zoom:hover img {
	transform: scale(1.1);
  }
  

/* Breaks */
hr.break {
	border: 0;
	border-top: 1px solid #e5e5e5; 
	display: block;
	margin: 40px 0;
  }
  hr.break:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
  }

  .margin-top-bottom-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	display: block;
  }



article h2 {
	font-size: 4em;
	font-weight: 900;
	letter-spacing: -2px;
	line-height: 0.9;
	margin: 0 0 0.625em 0
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	color: #fff;
}
.media-container {
  overflow: hidden;
}
.media-container video, .media-container img {
  display: block;
  height: 100%;
  max-width: none;
  min-width: 100%;
  width: auto;
}
article p, article li {
	color: #fff;
	font-size: 1.25em;
	opacity: 0.7;
}
article ul {
	padding: 1.25em 0;
}
article ul li {
	list-style-type: none;
	margin: 0.625em 0;
	padding: 0 0 0 1em;
}
article ul li:before {
	background: #00283a none repeat scroll 0 0;
	color: #fff;
	content: "\f006";
	display: inline-block;
	font-family: "mfg";
	font-size: 0.8em;
	height: 20px;
	line-height: 20px;
	margin-left: -1em;
	margin-right: 0.625em;
	text-align: center;
	width: 20px;
}
.about-us-icons i {
	border: 2px solid #92c500;
	border-radius: 100px;
	color: #92c500;
	display: block;
	float: left;
	font-size: 1.6em;
	height: 60px;
	line-height: 60px;
	margin-right: 0.625em;
	text-align: center;
	width: 60px;
}
.about-us-icons {
	display: block;
	margin-top: 2em;
}
h2.section-title:after {
	background: #404040 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	margin: 0.31225em auto 0;
	position: relative;
	width: 100px;
}
h2.section-title {
	color: #404040;
	font-size: 3.8em;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 1.25em;
	text-align: center;
	text-transform: uppercase;
}
#our-work {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 2;
}

#our-team {
    background: none repeat scroll 0 0 #c5d5c5;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    padding: 6em 2em;
    position: relative;
    z-index: 2;
}

#our-team .tab-item {
	background: #c5d5c5 none repeat scroll 0 0;
	margin-top: 1.25em;
	padding: 1.25em 0;
}

#our-space {
    background: none repeat scroll 0 0 #9fa9a3;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    padding: 6em 2em;
    position: relative;
    z-index: 2;
}

#our-space .tab-item {
	background: #9fa9a3 none repeat scroll 0 0;
	margin-top: 1.25em;
	padding: 1.25em 0;
}

#our-services {
	background: none repeat scroll 0 0 #e3e0cc;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 2;
}

#our-services .tab-item {
	background: #e3e0cc none repeat scroll 0 0;
	margin-top: 1.25em;
	padding: 1.25em 0;
}

#our-services h2{
	color:#404040; 
	margin-left: 20px; 
	font-size: 2em;
	font-weight: bold;
}

#our-services h3{
	color:#404040; 
	margin-left: 20px; 
	font-size: 1.5em;
	font-weight: 600;
}

#our-services p{
	color:black; 
	margin-left: 20px; 
	font-size: 1em;	
}

#our-services ul{
	list-style-type:none; 
	padding-right:20px;
}

#our-services li{
	font-size: 1em;
	padding:5px;
	border-bottom: 1px solid #ccc;
}

#jobs {
	background: none repeat scroll 0 0 #e3e0cc;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 2;
}

#jobs .tab-item {
	background: #e3e0cc none repeat scroll 0 0;
	margin-top: 1.25em;
	padding: 1.25em 0;
}

#jobs h2{
	color:#404040; 
	margin-left: 20px; 
	font-size: 2em;
	font-weight: bold;
}

#jobs h3{
	color:#404040; 	
	font-size: 1.5em;
	font-weight: 600;
}

#jobs p{
	color:black; 
	margin-left: 20px; 
	font-size: 1em;	
}

#jobs ul{	
	padding-right:20px;
}

#jobs li{
	font-size: 1em;	
	padding:5px;	
}

.tab-item {
	background: #fff none repeat scroll 0 0;
	margin-top: 1.25em;
	padding: 1.25em 0;
}

.our-work-container {
	display: block;
	height: 100%;
	position: relative;
}
.our-work-text {
	background: #00283a none repeat scroll 0 0;
	bottom: 0;
	display: block;
	left: 0;
	opacity: 0;
	padding: 1.25em;
	position: absolute;
	right: 0;
	text-align: center;
	transition: opacity 0.20s linear 0s;
	-o-transition: opacityd 0.20s linear 0s;
	-ms-transition: opacity 0.20s linear 0s;
	-moz-transition: opacity 0.20s linear 0s;
	-webkit-transition: opacity 0.20s linear 0s;
	width: 100%;
}
.our-work-container:hover > .our-work-text {
	opacity: 1;
}
.our-work-text h4 {
	color: #fff;
	font-size: 1em;
	font-weight: 600;
}
.our-work-text p {
	color: #fff;
	font-size: 0.8em;
	opacity: 0.7;
}
.tab-nav {
	display: table;
}
a.tab-label, a.tab-label:link, a.tab-label:visited {
	background: #404040 none repeat scroll 0 0;
	color: #fff;
	display: block;
	font-size: 1em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.tab-label:hover, a.tab-label.active-btn {
	background: #92c500;
	color: #fff;
}
#services {
    background: #696969 none repeat scroll 0 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    padding: 6em 2em;
    position: relative;
    z-index: 2;
}
#services h2 {
	color: #fff;
	margin: 0 0 1.25em;
}
#services h2.section-title:after {
	background: #fff none repeat scroll 0 0;
}
#services i {
	background: none repeat scroll 0 0 #fff;
	border-radius: 80px;
	color: #6f9600;
	display: block;
	float: left;
	font-size: 1.8em;
	height: 80px;
	line-height: 80px;
	margin-right: 0.625em;
	text-align: center;
	width: 80px;
}
.service-text {
	display: table;
	position: relative;
}
#services h3 {
	color: #92c500;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
}
#services p {
	color: #fff;
	font-size: 1em;
}

#services p.PromoText {
	color: #fff;
	font-size: 1.5em;
	Text-align: center;
}
#services p.Discloser {
	color: #92c500;
	font-size: .9em;
	Text-align: center;
}

#latest-news {
	background: #f3f3f3 none repeat scroll 0 0;
	box-shadow: 0px -10px 9px -11px rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 3;
}
.news-date {
	background: #6f9600 none repeat scroll 0 0;
	clear: both;
	color: #fff;
	display: block;
	float: none;
	height: 125px;
	padding: 0.625em 0;
	text-align: center;
	width: 100%;
}
.day {
	font-size: 2.5em;
	font-weight: 700;
}
.month, .year {
	font-size: 0.85em;
}
.news-text {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	height: 125px;
	padding: 0.625em 1.25em;
}
.news-text p {
	color: #777;
	font-size: 0.85em;
}

/*#contact {
	background: none repeat scroll 0 0 #e0e2e4;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 2;
}*/

#contact {
	/*background: none repeat scroll 0 0 #50394c;*/	
	background: none repeat scroll 0 0 #303030;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	clear: both;
	position: relative;
	z-index: 2;
}

#contact:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

#contact article {	
	padding:2em;
}

#contact h2{
	color:#404040;
	margin: 0 0 1.25em;
}


#contact h1{
	color:#404040;	
	font-size: 2em;
	font-weight: bold;	
}

#contact h3 {
	color: #92c500;
	font-size: 1em;
	font-weight: 900;	
	text-transform: uppercase;
}

#contact p {
	color:#e0e2e4;
	font-size: .85em;
	font-style: normal;
	line-height: 2em;
}
#contact p strong {
	color: #404040;
	font-weight: 700;
}


#contact i {		
	color: #ffef96;
	display: inline-block;	
}

#contact input, #contact textarea {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 3px;
}
form.customform button.color-btn {
	height: auto;
	margin-top: 0;
}

#map-block {
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);    
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}

.text-center {
	text-align: center;
}

.padding {
	padding: 1.25rem!important;
}

.padding-2x {
	padding: 2.5rem!important;
}

.contact-us-back {	
	background: none repeat scroll 0 0 #303030;
}

.float-left {
	float: left;
}

/* Margins */
.margin-top {
	margin-top: 1.25rem !important;
  }
  .margin-left {
	margin-left: 1.25rem !important;
  }
  .margin-right {
	margin-right: 1.25rem !important;
  }
  .margin-top-bottom {
	margin-top: 1.25rem !important;
	margin-bottom: 1.25rem !important;
  }
  .margin-left-right {
	margin-left: 1.25rem !important;
	margin-right: 1.25rem !important;
  }
  .margin-top-0 {
	margin-top: 0 !important;
	display: block;
  }
  .margin-top-10 {
	margin-top: 10px !important;
	display: block;
  }
  .margin-top-15 {
	margin-top: 15px !important;
	display: block;
  } 
  .margin-top-20 {
	margin-top: 20px !important;
	display: block;
  } 
  .margin-top-30 {
	margin-top: 30px !important;
	display: block;
  } 
  .margin-top-40 {
	margin-top: 40px !important;
	display: block;
  }
  .margin-top-50 {
	margin-top: 50px !important;
	display: block;
  }
  .margin-top-60 {
	margin-top: 60px !important;
	display: block;
  }
  .margin-top-70 {
	margin-top: 70px !important;
	display: block;
  }
  .margin-top-80 {
	margin-top: 80px !important;
	display: block;
  }
  .margin-bottom-0 {
	margin-bottom: 0 !important;
	display: block;
  }
  .margin-bottom-10 {
	margin-bottom: 10px !important;
	display: block;
  }
  .margin-bottom-15 {
	margin-bottom: 15px !important;
	display: block;
  } 
  .padding-2x0 {
	margin-bottom: 20px !important;
	display: block;
  } 
  .margin-bottom-30 {
	margin-bottom: 30px !important;
	display: block;
  } 
  .margin-bottom-40 {
	margin-bottom: 40px !important;
	display: block;
  }
  .margin-bottom-50 {
	margin-bottom: 50px !important;
	display: block;
  }
  .margin-bottom-60 {
	margin-bottom: 60px !important;
	display: block;
  }
  .margin-bottom-70 {
	margin-bottom: 70px !important;
	display: block;
  }
  .margin-bottom-80 {
	margin-bottom: 80px !important;
	display: block;
  }
  .margin-top-bottom-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	display: block;
  }
  .margin-top-bottom-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	display: block;
  }
  .margin-top-bottom-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	display: block;
  } 
  .margin-top-bottom-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	display: block;
  } 
  .margin-top-bottom-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
	display: block;
  } 
  .margin-top-bottom-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
	display: block;
  }
  .margin-top-bottom-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
	display: block;
  }
  .margin-top-bottom-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
	display: block;
  } 
  .margin-top-bottom-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
	display: block;
  } 
  .margin-top-bottom-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
	display: block;
  }
  
  .margin-left-0 {
	margin-left: 0 !important;
  }
  .margin-left-10 {
	margin-left: 10px !important;
  }
  .margin-left-15 {
	margin-left: 15px !important;
  } 
  .margin-left-20 {
	margin-left: 20px !important;
  } 
  .margin-left-30 {
	margin-left: 30px !important;
  } 
  .margin-left-40 {
	margin-left: 40px !important;
  }
  .margin-left-50 {
	margin-left: 50px !important;
  }
  .margin-left-60 {
	margin-left: 60px !important;
  }
  .margin-left-70 {
	margin-left: 70px !important;
  }
  .margin-left-80 {
	margin-left: 80px !important;
  }
  .margin-right-0 {
	margin-right: 0 !important;
  }
  .margin-right-10 {
	margin-right: 10px !important;
  }
  .margin-right-15 {
	margin-right: 15px !important;
  } 
  .margin-right-20 {
	margin-right: 20px !important;
  } 
  .margin-right-30 {
	margin-right: 30px !important;
  } 
  .margin-right-40 {
	margin-right: 40px !important;
  }
  .margin-right-50 {
	margin-right: 50px !important;
  }
  .margin-right-60 {
	margin-right: 60px !important;
  }
  .margin-right-70 {
	margin-right: 70px !important;
  }
  .margin-right-80 {
	margin-right: 80px !important;
  }
  .margin-left-right-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
  }
  .margin-left-right-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
  }
  .margin-left-right-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
  } 
  .margin-left-right-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
  } 
  .margin-left-right-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
  } 
  .margin-left-right-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
  }
  .margin-left-right-50 {
	margin-left: 50px !important;
	margin-right: 50px !important;
  }
  .margin-left-right-60 {
	margin-left: 60px !important;
	margin-right: 60px !important;
  } 
  .margin-left-right-70 {
	margin-left: 70px !important;
	margin-right: 70px !important;
  } 
  .margin-left-right-80 {
	margin-left: 80px !important;
	margin-right: 80px !important;
  }        

.center {
	display: block!important;
}

.grayscale {
	filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);    
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}



.mapouter{position:relative;text-align:right;height:500px;width:600px;}
.gmap_canvas {overflow:hidden;background:none!important;height:500px;width:600px;}

footer {
	background: none repeat scroll 0 0 #303030;
	padding: 2.5em 0;
}
footer p, footer a:visited, footer a, footer a:hover {
	color: #6c7c84;
	font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  header {
  	position: relative;
  }
  .top-nav li a {
		background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;	
		padding: 1.1em 0.5em 1.5em;
  }
  #carousel .text {
  	font-size: 0.8em;
  	top: 20%;
  }
  .owl-controls.clickable {
  	display: none!important;
  }
  .right {
  	float: none;
  }
  .social.right {
  	float: right;
  }
  #about-us article {
  	padding: 4em 2.5em;
  }
}
@media screen and (max-width: 480px) {
  #topbar {
  	line-height: 1.625em;
  	text-align: center;
  }
  .social.right {
  	float: none;
  }
  p.logo, p.nav-text {
  	text-align: center;
  }
}