html {
  height: 100% !important;
  -ms-overflow-style: scrollbar;
}
body {
  height: 100%;
  font-weight: 400;
}
img {
  -webkit-backface-visibility: hidden;
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

h1,h2,h3,h4,h5{
	font-weight:400;
}

section, aside {
    padding: 20px 0;
}
@media (min-width: 767px) {
	section {
			padding: 30px 0;
	}
}

#wrapper {
  height: 100%;
  width: 100%;
}
.slimtext {
    text-transform: none !important;
    font-weight: 200;
}

.text-dark {
  color: #3e444d;
}
.text-gray{
	color:#999999;
}
.text-light {
  color: #f4f5f7;
}
.bg-dark {
  background: #3e444d !important;
  color: #f4f5f7 !important;
}
.bg-light {
  background: #f4f5f7 !important;
  color: #3e444d !important;
}
.bg-lighter {
  background: #fdfdfd;
  color: #3e444d !important;
}

.text-shadow{
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.link:hover{
  color:#ff3b30;
  font-weight:600;
	text-decoration:underline;
}

.modalLink:hover{
  color:#ffffff;
  font-weight:600;
	text-decoration:underline;
}

.badge-primary{
  background-color: #ff3b30;
  border-color: #ff3b30;
	font-weight:400;
	color:white;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #ff3b30;
  border-color: #ff3b30;
	font-weight:600;
}
.allcaps {
    text-transform: uppercase !important;
}
.bold {
	font-weight:400;
}
.bolder {
	font-weight:700;
}

.navbar{
	text-transform: uppercase;
	font-size:16px;
	font-weight:400;
}
.navbar-dark,
.navbar-light {
  background-color: #3e444d;
  margin-bottom: 0;
  border-bottom: 1px solid #33383f;
}
.navbar-dark a,
.navbar-light a {
  color: #f4f5f7;
}
.navbar-dark .navbar-brand,
.navbar-light .navbar-brand {
  font-weight: 400;
  padding: 0;
}
.navbar-dark .navbar-brand:focus,
.navbar-light .navbar-brand:focus {
  outline: none;
}
.navbar-dark .navbar-brand .logo,
.navbar-light .navbar-brand .logo {
  display: inherit;
}
.navbar-dark .navbar-brand .logo-collapse,
.navbar-light .navbar-brand .logo-collapse {
  display: none;
}
.navbar-dark .navbar-brand .logo img,
.navbar-light .navbar-brand .logo img,
.navbar-dark .navbar-brand .logo-collapse img,
.navbar-light .navbar-brand .logo-collapse img {
  max-height: 40px;
  margin: 7px 0 0 10px;
}
.navbar-fixed-top .navbar-collapse{
	max-height:610px;
}


.carousel-caption .btn{
	text-shadow:inherit;
}

@media (min-width: 767px) {
  .navbar-dark,
  .navbar-light {
    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-dark .navbar-brand .logo img,
  .navbar-light .navbar-brand .logo img,
  .navbar-dark .navbar-brand .logo-collapse img,
  .navbar-light .navbar-brand .logo-collapse img {
    max-height: 50px;
    margin: 0;
  }
  .navbar-dark .nav li,
  .navbar-light .nav li {
    margin-right: 0;
  }
  .navbar-dark .nav li:last-child,
  .navbar-light .nav li:last-child {
    margin-right: 0px;
  }
  .navbar-dark .nav li a,
  .navbar-light .nav li a {
    color: #f4f5f7;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
		background-color:transparent;
  }
  .navbar-dark .nav li a:after,
  .navbar-light .nav li a:after {
    position: relative;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #ff3b30;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
		display:block;
  }
  .navbar-dark .nav li a::after,
  .navbar-light .nav li a::after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
  .navbar-dark .nav li a:hover,
  .navbar-light .nav li a:hover,
  .navbar-dark .nav li a:focus,
  .navbar-light .nav li a:focus,
  .navbar-dark .nav li a:active,
  .navbar-light .nav li a:active {
    color: #f4f5f7;
    outline: none;
    background-color: transparent;
  }
  .navbar-dark .nav li a:hover::after,
  .navbar-light .nav li a:hover::after,
  .navbar-dark .nav li a:focus::after,
  .navbar-light .nav li a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .navbar-dark .nav li.active a,
  .navbar-light .nav li.active a {
    background-color: transparent;
    color: #ff3b30 !important;
		font-weight:400;
  }
  .navbar-dark.top-nav-collapse,
  .navbar-light.top-nav-collapse {
    padding: 5px 0;
    border-bottom: 1px solid;
    border-color: rgba(62, 68, 77, 0.5);
  }
  .navbar-dark.top-nav-collapse {
    background-color: #3e444d;
    border-color: #33383f;
  }
  .navbar-dark.top-nav-collapse a {
    color: #f4f5f7;
  }
  .navbar-dark.top-nav-collapse li a {
    color: #f4f5f7;
  }
  .navbar-dark.top-nav-collapse .nav li a {
    color: #f4f5f7;
  }
  .navbar-dark.top-nav-collapse .nav li a:after {
    background: #ff3b30;
  }
  .navbar-dark.top-nav-collapse .nav li a:hover,
  .navbar-dark.top-nav-collapse .nav li a:focus,
  .navbar-dark.top-nav-collapse .nav li a:active {
    color: #f4f5f7;
  }
  .navbar-light.top-nav-collapse {
    background-color: #f4f5f7;
    border-color: rgba(62, 68, 77, 0.5);
  }
  .navbar-light.top-nav-collapse .navbar-brand .logo {
    display: none;
  }
  .navbar-light.top-nav-collapse .navbar-brand .logo-collapse {
    display: inherit;
  }
  .navbar-light.top-nav-collapse a {
    color: #3e444d;
  }
  .navbar-light.top-nav-collapse li a {
    color: #3e444d;
  }
  .navbar-light.top-nav-collapse .nav li a {
    color: #3e444d;
  }
  .navbar-light.top-nav-collapse .nav li a:after {
    background: #ff3b30;
  }
  .navbar-light.top-nav-collapse .nav li a:hover,
  .navbar-light.top-nav-collapse .nav li a:focus,
  .navbar-light.top-nav-collapse .nav li a:active {
    color: #3e444d;
  }
}

.intro-body {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
.intro-slider .item {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
	background: transparent; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(180deg, transparent, transparent, rgba(0,0,0,0.75)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(180deg, transparent, transparent, rgba(0,0,0,0.75)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(180deg, transparent, transparent, rgba(0,0,0,0.75)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(180deg, transparent, transparent, rgba(0,0,0,0.75)); /* Standard syntax */
}
.intro-slider .item,
.intro-slider-half .item {
  height: 100%;
}
.intro-slider .fill,
.intro-slider-half .fill {
  width: 100%;
  height: 600px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media (min-width: 768px) {
  .intro-slider .carousel-caption,
  .intro-slider-half .carousel-caption {
    width: auto;
    right: 0;
    left: 0;
    top: 30%;
  }
  .intro-slider .carousel h4,
  .intro-slider-half .carousel h4 {
    font-size: 26px;
  }
  .intro-slider .carousel-caption,
  .intro-slider-half .carousel-caption {
    width: auto;
  }
	.intro-slider .item {
		background:transparent;
	}
}
.video-bg {
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.intro-video {
  position: relative;
  background: no-repeat bottom center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  z-index: 1;
}






.footer-1 .upper {
  padding: 50px 0;
  color: #f4f5f7;
  background-color: #272b31;
}
.footer-1 .upper p {
  color: rgba(244, 245, 247, 0.8);
}
.footer-1 .upper h2 {
  padding-bottom: 10px;
}
.footer-1 .upper h4 {
  padding-bottom: 10px;
  padding-top: 25px;
}
.footer-1 .upper .footer-links li {
  padding-bottom: 10px;
}
.footer-1 .upper .footer-links li a {
  color: #f4f5f7;
}
.footer-1 .upper .footer-links li a:hover {
  color: #ff3b30;
}
.footer-1 .lower {
  padding: 15px 0;
  background-color: #111214;
}
.footer-1 .lower .small {
  color: rgba(244, 245, 247, 0.7);
}
.footer-2 {
  padding: 50px 0;
}
.footer-2 h2,
.footer-2 h3 {
  padding-bottom: 10px;
}
@media (max-width: 990px) {
	.navbar-nav>li>a {padding-top:4px;padding-bottom:4px}
  .footer-1,
  .footer-2 {
    text-align: center;
  }
}

.btn-social-light {
  background-color: transparent;
  color: #f4f5f7;
}
.btn-instagram:hover,
.btn-instagram:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #3f729b;
}
.btn-youtube:hover,
.btn-youtube:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #cd332d;
}
.btn-twitter:hover,
.btn-twitter:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #39a9e0;
}
.btn-facebook:hover,
.btn-facebook:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #3b5998;
}

.blog-col{
}


.modalVid .modal-dialog {
  margin: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.modalVid .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
}
.modalVid .modal-header{
	border-bottom:none;
}
.modalVid .modal-body{
	width:800px;
	height:450px;
	border:1px solid gray;
	margin:auto;
	position:absolute;
	left:0px;right:0px;top:0px;bottom:0px;
}
.modal-body-nonvideo{
	border-radius:15px;
	border:0px solid #ff3b30 !important;
	background-color:#ff3b30;
	width:500px !important;
	max-width:100%;
	font-weight:500;
}
.modalVid .modal-content {
  background-color: transparent;
}

.nav-tabs li a{
	font-weight:400;
}

@media (min-width: 1025px) {
  .intro-img .brand-heading,
  .intro-slider .brand-heading,
  .intro-video .brand-heading,
  .intro-img-half .brand-heading,
  .intro-slider-half .brand-heading {
		font-weight:600;
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
		margin: 0;
    font-size: 90px;
		margin-left:auto;
		margin-right:auto;
		width:1200px;
  }
  .intro-img .carousel-heading,
  .intro-slider .carousel-heading,
  .intro-video .carousel-heading,
  .intro-img-half .carousel-heading,
  .intro-slider-half .carousel-heading {
		font-weight:600;
		text-shadow: 0 0 10px rgba(0, 0, 0, 1.0);
		margin: 0;
    font-size: 50px;
		margin-left:auto;
		margin-right:auto;
		text-transform:none;
		text-align:center;
		padding-left:20%;
		padding-top:10px;
  }
}

.btn-outline.btn-dark {
    border: 1px solid #3e444d;
    color: #3e444d;
    background-color: transparent;
}

.well-a {
  border: none;
  box-shadow: none;
  background-color: #f5f5f5;
	padding:10px;
}

.well-b {
  border: none;
  box-shadow: none;
  background-color: #efefef;
	padding:10px;
	padding-top:10px;
}
.well-a h2,
.well-b h2{
	margin-top:10px;
}


.features ul{
	list-style-type: none;
	margin-top:10px;
}
.features li:before {    
	font-size:80%;
	font-family: 'FontAwesome';
	content: '\f00C';
	margin:0 5px 0 0px;
}
.features a:hover{
	text-decoration:underline;
}


.bg-fixed{
  width: 100%;
  height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.bg-parallax-light,
.bg-parallax-dark {
  width: 100%;
  height: auto;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.bg-parallax-light {
  color: #3e444d;
}
.bg-parallax-dark {
  color: #f4f5f7;
}
@media (min-width: 767px) {
  .bg-parallax-light,
  .bg-parallax-dark {
    background-attachment: fixed;
  }
}




hr.primary,
hr.light,
hr.dark {
  max-width: 100px;
  margin: 25px auto;
  border-bottom: none;
}
hr.primary {
  border-top: 6px solid #ff3b30;
}
hr.light {
  border-top: 6px solid #f4f5f7;
}
hr.dark {
  border-top: 6px solid #3e444d;
}
hr.primary-small,
hr.light-small,
hr.dark-small {
  max-width: 50px;
  margin: 15px auto;
}
hr.primary-small {
  border-top: 3px solid #ff3b30;
}
hr.primary-smaller {
  border-top: 1px solid #ff3b30;
  max-width: 150px;
  margin: 15px auto;
}
hr.light-small {
  border-top: 3px solid #f4f5f7;
}
hr.dark-small {
  border-top: 3px solid #3e444d;
}
hr.dark-smaller {
  border-top: 1px solid #3e444d;
  max-width: 150px;
  margin: 15px auto;
}

.label-green{
	background-color:#0FFF18;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.contact-1 form input{
	height:46px;
	border-radius:3px;
}
.contact-1 form .floating-label-form-group,
.contact-2 form .floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
}
.contact-1 form .floating-label-form-group input,
.contact-2 form .floating-label-form-group input,
.contact-1 form .floating-label-form-group textarea,
.contact-2 form .floating-label-form-group textarea {
  z-index: 1;
  position: relative;
}
.contact-1 form .floating-label-form-group label,
.contact-2 form .floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.contact-1 form .floating-label-form-group::not(:first-child),
.contact-2 form .floating-label-form-group::not(:first-child) {
  padding-left: 14px;
}
.contact-1 form .floating-label-form-group-with-value label,
.contact-2 form .floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
	text-transform:uppercase;
	font-weight:400;
}
.contact-1 form .floating-label-form-group-with-focus label,
.contact-2 form .floating-label-form-group-with-focus label {
  color: #626877;
	font-weight:600;
}


.col-centered {
		display:inline-block;
		float:none;
		text-align:left;
		margin-right:-4px;
}
.row-centered {
	margin-left: 9px;
	margin-right: 9px;
}
label{
	display:none;
	font-weight:400;
}
.form-control-feedback{
	right:8px;
}

.has-feedback label~.form-control-feedback{
	top:25px;
}

.tiny{
	font-size:70%;line-height:0;
}


.thumbnailwrapper {
   position: relative;
}
.thumbnailwrapper .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-30px;
	margin-top:-25px;
	font-size:60px;
	color:white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.thumbnailwrappersmall {
   position: relative;
}
.thumbnailwrappersmall .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-10px;
	margin-top:-10px;
	font-size:25px;
	color:white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
