/*!
 * Start Bootstrap - Grayscale v3.3.7+1 (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
 
 /* Hello Leoni */
body {
  width: 100%;
  height: 100%;
font-family: 'Abel', sans-serif;
  color: #616161;
  background-color: white;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}
h2{
color:#000;
}
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}
hr{
	border-color: #00c2e5;
	 border-width: 3px 0 0;
}

#calltoaction{
	background: #056834;
	color:#000;
	padding-top:40px;
	padding-bottom:10px;
}

#calltoaction h2{
 color:#fff;
 font-size:40px;
}

#calltoaction p{
	font-size:22px;
	font-weight:700;
	 color:#fff;
	line-height:1.5;
}

#calltoactiongrey{
	background: #eaeaea;
	color:#000;
	padding-top:40px;
	padding-bottom:10px;
}

#calltoactiongrey h2{
 color:#000;
 font-size:40px;
}

#services article{
margin:0 2px;
border:1px solid #eee;
padding:20px;
}

#services article p{
font-size:12px;
}

.top-nav-collapse .navbar-brand{
font-size:20px;
}

.download-section article.articleRight{
text-align:right;
}

.download-section article h5{
font-size:18px;
}

.download-section article{
text-align:left;
}

.download-section article p{
font-size: 12px;
}

.navbar-collapse .container{
}

@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 14px;
    line-height: 2;
  }
}
a {
    color: #000;
    font-size: 16px !important;
    font-family: arial;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #616161;
}
.light {
  font-weight: 400;
}

.navbar-brand{
text-transform:none;
font-size:50px;
letter-spacing:-1px;
}

.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  background-color:#00c2e5;
}
.navbar-custom .navbar-toggle {
  color: white;
  background-color: #00c2e5;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
  color: white;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  padding: 10px;
}
.navbar-custom .nav li a:hover {
  color: #00c2e5;
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
  color: #00c2e5;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.navbar-custom.top-nav-collapse .nav li a:hover {
color:#000;
}


.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.sub{
  background: url(../img/sub.jpg) no-repeat bottom  center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
}

.intro .intro-body .sub-heading {
  font-size: 40px;
}
.intro .intro-body .intro-text {
  font-size: 18px;
}
@media (min-width: 768px) {
  .intro {
    height: 745px;
    padding: 0;
  border-right:none;
  border-left: none;
  position: relative;
  }
  .intro .intro-body .brand-heading {
    font-size: 60px;
  }
  .intro .intro-body .sub-heading {
    font-size: 50px;
  } 
  .intro .intro-body .intro-text {
    font-size: 26px;
	line-height:1.6;
  }
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.content-section {
  padding-top: 100px;
}
.download-section {
  width: 100%;
  padding: 50px 0 0 0;
  color: white;
  background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 100px;
  }
  .download-section {
    padding: 100px 0 0 0;
  }
  #map {
    height: 400px;
    margin-top: 250px;
  }
}
.btn {
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.btn-default {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #000;
  outline: none;
  color: black;
  background-color: #fff;
}
ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}

#contact{
  background: #000;
  text-align:left;  color: #fff !important;
  padding-top:50px;
}

#contact h5{
color:#fff;
font-size:40px;
margin-bottom:20px;font-weight: 700;
}address{text-align:center;color:#c0c0c0;line-height:2;}.inputs p, .message-field p{margin-bottom: 15px;}.inputs label, .message-field label{color: #fff !important;font-size: 20px;}.captcha-field label{display: block;padding:15px 0;color: #fff !important;font-size: 20px;}.captcha-field input{display: block;margin:15px 0;color:#000;}.footerPara{color:#fff;font-size:24px;}
.submit{	background: #000;	border-radius: 2px;    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);	font-weight: 400;    padding: 8px 35px;    text-shadow: none;    text-transform: uppercase;	color:#fff;	border: 1px solid #fff;}
address strong{
color:#fff;
}.soc-links ul {    list-style-type: none;    margin: 0;    padding: 0;}.soc-links li {    display: inline;}
.soc-links li a {    border: 2px solid #3a5795;    border-radius: 50%;    color: #3a5795;    display: inline-block;    font-size: 40px;    height: 130px;    line-height: 66px;    margin: 0.1em 0.05em;    padding: 30px;    text-align: center;    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);    vertical-align: middle;    width: 130px;	}.light-blue{	border: 2px solid #78bdf1 !important;	color: #78bdf1 !important;}.light-red{	border: 2px solid #dd4b39 !important;	color: #dd4b39 !important;}.red{	border: 2px solid #cf3427 !important;	color: #cf3427 !important;}
footer {
  padding: 25px 0;
  background: #056834!important;
}
footer p {
  margin: 0;
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

.navbar-header{
float:none;
text-align: center;
margin-bottom:10px;
}

.navbar-brand{
float:none;
}

.navbar-brand > img{
display: inline-block;
width: 16%;
}

video#bgvid { 
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: auto;
}

#video-container {
	position: absolute;
}
#video-container {
	top:0%;
	left:0%;
	height:100%;
	width:100%;
	overflow: hidden;
}

.download-section h3{
	font-size:30px;
}

.top-nav-collapse .navbar-header{
	background: #fff;
	margin-bottom:0;
}
.home-img {
  position:relative;
  max-width: 100%;
}
#main-content {
  margin:10px;
  padding:20px;
  position:relative;
}
#main-content p{
	font-size: 19.5px;
}
#contact-us-form-style {
  display:table-caption;
  position:relative;
  width: 350px;
}
#inputs {
width: 100%;
}
.label {
 display:table-cell;
  font-weight:700;
  margin-bottom:5px;
}
#message-field {
	width: 100%;
}
.textarea1 {
	width: 100%;
	color: #000;
}
.input1 {
	width: 100%;
	color: #000;
}
.main-content-right {
  float:right;
  padding:40px;
  position:relative;
  text-align:center;
}
.main-content-left {
  float:left;
  padding:40px;
  position:relative;
  text-align:center;
}
.part-img {
  float:left;
  padding:20px;
  position:relative;
}
.part2-img {
  float:right;
  padding:20px;
  position:relative;
}
.h2-center {
  position:relative;
  text-align:center;
}
.row {
	position: relative;
}
.gallery-img {
	width: 232px;
	height: 154px;
	float: left;
	margin: 0 19px 10px;}
.soc-links {	position: relative;	bottom: @gap-l;	right: @gap-l;	z-index: 50;	border: 0;	padding: 0;	margin: 0;	box-shadow: none;	ul {		text-align: right;		font-size: 0px;	}	li {		@spacing: @gap-l;		display: inline-block;		margin: 0 0 0 @spacing;		overflow: hidden;		transition: box-shadow 0.1s, margin 0.1s;	}	a {		/* border: 2px solid #fff; */		display: inline-block;		width: unit(@soc-link-size, px);		height: unit(@soc-link-size, px);		font-size: 0;		overflow: hidden;	}	.facebook {		background: url('/resources/images/icons/social/facebook-@{soc-link-size}.png') center center no-repeat;	}	.twitter {		background: url('/resources/images/icons/social/twitter-@{soc-link-size}.png') center center no-repeat;	}	.linkedin {		background: url('/resources/images/icons/social/linkedin-@{soc-link-size}.png') center center no-repeat;	}	.rss {		background: url('/resources/images/icons/social/rss-@{soc-link-size}.png') center center no-repeat;	}	.skype {		background: url('/resources/images/icons/social/skype-@{soc-link-size}.png') center center no-repeat;	}	.youtube {		background: url('/resources/images/icons/social/youtube-@{soc-link-size}.png') center center no-repeat;	}	.google {		background: url('/resources/images/icons/social/gplus-@{soc-link-size}.png') center center no-repeat;	}	/* @media only screen and (max-width: @social-fix-width) {		position: relative;		top: 0;		right: 0;		margin: @gap-s 0;	} */}

#divide{
	height:auto;
	background:#e1e2e4;
	padding:40px 0;
	text-align:center;
	
	@media only screen and (max-width: @slideshow-disappear-width) {
		display: none;
	}
}

#boxes{
	width: 100%;
	text-align:center;
	margin: auto;
	
	@media (max-width: 992px) {
		width: 940px;
	}
	
	@media (max-width: 768px) {
		width: 748px;
	}
}

.blocks{
	width:23%;
	margin:0 5px;
	height:260px !important;
	display:inline-block;
	position: relative;
}
	@media (min-width: 1366px) {
  .blocks {
	height:178px ;
  }
}
	@media (min-width: 1280px) {
  .blocks {
	height:163px;
	width: 24% ;
  }
}
	

.blocks h1:hover{
	color: #219e5e;
}

	.blocks h1{
    color: #fff;
    font-family: @header-font;
    font-size: 30px;
    padding: 20px 0;
    text-transform: uppercase;
    top: 187px !important; 
    position: relative;
    z-index: 50;
    background: rgba(0,0,0,0.38) none repeat scroll 0 0;
	}
	
	@media (min-width: 1366px) {
  .blocks h1{
	top:105px;
  }
}
	@media (min-width: 1280px) {
  .blocks h1{
	top: 90px;
  }
}
	
	.blocks p{
		color:#fff;
		font-family: @header-font;
		padding:0 20px;
	}
	
	.blocks img{
		width: 100%;
		height: auto;
		position: absolute;
		bottom: 0;
		display:block;
	}
	
	.logos2 {
	 display: inline-block;  
	 width:27%;
	}