body {
	font-family: 'Raleway', sans-serif;
	color: #262626;
	font-size: 15px;
	-webkit-font-feature-settings: "lnum"; 
	-moz-font-feature-settings: "lnum"; 
	font-feature-settings: "lnum";
}
a {
	color: #262626;
}
.btn.btn-outline{
	border:2px solid #FFF;
	color:#FFF;
	border-radius: 0;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}
.btn.btn-outline:hover{
	background: #FFF;
	color:#0F0F0F;
}
.open-sans{
	font-family: 'Open Sans', sans-serif;
}
.color-white{
	color: #FFF;
}
@media only screen and (max-width : 991px) {
.sm-txt-center{
	text-align:center;
}
.sm-mt-50{margin-top:50px;}
.sm-mb-30{margin-top:30px;}
}
.full-width{
	width:100%;
}
.site-header {
	position: absolute;
	top: 0;
	z-index: 9;
	width: 100%;
	margin: 0 auto;
}
.top-bar-wrapper {
	width: 100%;
	background: #01071F;
	margin: 0 auto;
	color: #FFF;
	font-size: 12px;
	font-weight: 500;
	padding: 5px 0;
}
.top-bar-wrapper a {
	color: #FFF;
}
.top-contact {
	text-align: right;
}
.hero-image {
  width:100%;
  height:100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
}
.hero-image-short {
  padding:130px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
}
@media only screen and (max-width : 1336px) {
.hero-image-short, .hero-image{
	background-attachment: scroll;
}
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.hero-text h1{
	font-size: 55px;
	font-weight: 700;
	text-transform: uppercase;
}
.hero-text h2{
font-weight: 700;
text-transform: uppercase;
margin-bottom: 30px;
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.hero-text {width:100%;top: 55%;}
	.hero-text h1{font-size: 25px;}
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.hero-text {width:100%;top: 55%;}
	.hero-text h1{font-size: 25px;}
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
	.hero-text {width:100%;top: 55%;}
	.hero-text h1{font-size: 25px;}
}
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	.hero-text {width:100%;top: 55%;}
	.hero-text h1{font-size: 25px;}
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	.hero-text {width:100%;top: 55%;}
	.hero-text h1{font-size: 25px;}
}
@media screen and (max-device-width: 991px) and (orientation:landscape) {
	.hero-text {width:100%;top: 55%;}
	.hero-text h1{font-size: 25px;}
}
.page-content {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.dark-overlay{
    bottom: 0;
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
	background: #000; 
}
.background-grey {
	background-color: #f0f0f0;
}
.background-blue {
	background-color: #0e76bc;
}
.page-content.background-blue h2 {
	color: #FFF;
	text-align: center;
	font-weight: 300;
	font-size: 30px;
	text-transform: none;
}
.page-content.background-dark {
	background-color: #262626;
}
.page-content.background-fixed {
	position:relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.background-scroll {
	background-position: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-content.background-img {
	background-image: url(../images/homebg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-content.background-img h1 {
	color: #0e76bc;
	text-align: center;
	font-weight: 300;
	font-size: 64px;
	margin-bottom: 40px;
}

@media (max-width: 768px) {
.top-contact {
	text-align: left;
}
}
.navbar {
    margin-bottom: 0;
}
.main-header {
	width: 100%;
	position: relative;
	z-index: 9;
	height: 150px;
}
@media only screen and (max-width : 767px) {
.main-header {
    height: 100px;
}
}
.navbar-default {
	background-color: rgba(38,38,38,.90);
	background-image: none;
	border-radius: 0;
	font-size: 14px;
	border: 0;
	border-bottom: 2px solid #f2efec;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #FFF;
}
.navbar-brand {
	float: left;
	height: 140px;
	padding: 0;
}
.navbar-brand > img {
	position: relative;
	max-width: 100%;
	height: 100%;
}
.navbar-toggle {
	background: #0e76bc;
	color: #FFF;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #000 !important;
	color: #000 !important;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-default .navbar-nav > li > a {
	color: #FFF;
}
.nav > li > a {
	padding: 10px 20px;
}
.navbar-nav > li > a {
	padding-top: 70px;
	padding-bottom: 55px;
}
.dropdown-menu {
	font-size: 13px;
	border: 0;
	border-radius: 0;
	background-color: #0e76bc;
}
.dropdown-menu > li > a {
	padding: 5px 40px;
	color: #FFF;
}
.dropdown-header {
	padding: 5px 30px;
	font-size: 14px;
	color: #01071F;
}
.dropdown-menu > .active > a {
	background-color: #FFF;
	background-image: none;
	color: #000;
}

@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 10px 5px 30px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #FFF;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #FFF;
	background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #ee6a64;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}
.glow {
	top: 50px;
	width: 150px;
	-webkit-box-shadow: 0 0 70px 50px #FFF;
	box-shadow: 0 0 70px 50px #FFF;
}
}

@media only screen and (max-width : 768px) {
.navbar-default {
	background-color: rgba(0,0,0,.9);
}
.navbar-brand {
	width: 200px;
	height: 100px;
}
.navbar-brand img {
	width: auto;
	height: 100%;
}
.navbar-toggle {
	margin-top: 30px;
}
}

@media (min-width: 768px) {
.navbar-nav {
	float: right;
}
.navbar-nav > li:hover {
	background: #0e76bc;
	color: #FFF;
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease;
	-ms-transition: all .45s ease;
	-o-transition: all .45s ease;
	transition: all .45s ease;
}
.navbar-default .navbar-nav > li > a {
	color: #FFF;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
}

@media (min-width:769px) {
.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown .dropdown-menu {
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
}
.dropdown:hover .dropdown-menu {
	visibility: visible;
	opacity: 1;
	left:auto;
    right:0;
}
.dropdown {
	display: inline-block;
}
}

@media only screen and (min-width : 768px) and (max-width : 1199px) {
.navbar-brand {
	width: 200px;
	height: 100px;
	padding-top: 15px;
}
.navbar-brand img {
	width: auto;
	height: 100%;
}
.nav > li > a {
	padding: 45px 10px;
	font-size: 12px;
}
.dropdown-menu > li > a {
	padding: 5px 10px;
}
}

@media only screen and (max-width : 767px) {
.nav > li > a {
	padding: 15px 10px;
}
}
/* */
#full-width-slider {
	width: 100%;
	color: #000;
}
.rsContainer {
	border-bottom: 5px solid #01071F;
}
.infoBlock {
	position: absolute;
	width: 450px;
	max-width: 90%;
	background: #FFF;
	background: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	padding: 20px;
	text-align: center;
	color: #262626;
	left: 0 !important;
	right: 0 !important;
	margin: auto;
	top: 50% !important;
	font-size: 24px;
}
.infoBlock h4 {
	font-size: 34px;
	line-height: 40px;
	margin: 0;
	padding-bottom: 3px;
}
.infoBlock a {
	color: #FFF;
	text-decoration: underline;
}
.fullWidth {
	max-width: 1400px;
	margin: 0 auto 24px;
}

@media screen and (min-width:960px) and (min-height:660px) {
.heroSlider .rsOverflow, .royalSlider.heroSlider {
	height: 640px !important;
}
}

@media screen and (min-width:960px) and (min-height:1000px) {
.heroSlider .rsOverflow, .royalSlider.heroSlider {
	height: 640px !important;
}
}

@media screen and (min-width: 0px) and (max-width: 800px) {
.royalSlider.heroSlider, .royalSlider.heroSlider .rsOverflow {
	height: 400px !important;
}
.infoBlock {
	height: auto;
	max-height: 100%;
	min-width: 40%;
	left: 5px;
	top: 5px;
	right: auto;
	font-size: 24px;
	padding: 20px;
}
.infoBlock h4 {
	font-size: 34px;
	line-height: 40px;
}
}
.page-header {
	height: 400px;
	margin: 0;
	background-color: #FFF;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	overflow: hidden;
	border: 0;
	margin-bottom: 30px;
}
.page-header.map iframe {
	width: 100%;
	height: 400px;
}

@media only screen and (max-width : 767px) {
.page-header {
	background-image: none !important;
	height: 100px;
}
.page-header.map {
	height: 400px;
}
}
/* */
.welcome {
	font-weight: 500;
	font-size: 18px;
	padding: 0 0 40px;
	color: #FFF;
}
.welcome .btn {
	border: 1px solid #0e76bc;
	color: #0e76bc;
	border-radius: 0;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
}
.welcome .btn:hover {
	background: #0e76bc;
	color: #FFF;
}
.welcome h1 {
	font-weight: 300;
	color: #0e76bc;
	font-size: 64px;
	margin-bottom: 30px;
}
.welcome h1 b, .welcome h1 strong {
	font-weight: 500;
}
.img-center {
	margin: 0 auto;
}
.service-boxes {
	padding: 20px 0;
}
.service-boxes h2 {
	font-weight: 300;
	font-size: 20px;
}
.service-boxes h2 strong {
	font-weight: 600;
}
.service-box-image img {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	width: 100%;
}
.service-box-image img:hover {
	opacity: 0.7;
}
.service-box-image{
	background-size:cover;
	background-position: center;
	width:100%;
	height:250px;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.service-box-image:hover {
	opacity: 0.7;
}
.service-boxes a {
}
.service-boxes .btn, .dark-btn {
	color: #FFF;
	background: #262626;
	border-radius: 0;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
	letter-spacing: 1px;
}
.service-boxes .btn:hover, .dark-btn:hover {
	background: #0e76bc;
	color: #FFF;
}
/* */
h1.page-title {
	margin: 20px 0 30px;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 50px;
}
.standard-item {
	margin: 20px 0 30px;
}
.standard-item h2{
	margin: 0 0 20px 0;
	font-size: 26px;
}
.standard-item h2.projects {
	font-size: 20px;
	text-transform: uppercase;
    font-weight: 700;
}
.single-image {
	margin-bottom: 28px;
}

@media only screen and (max-width : 767px) {
.standard-item h2.title {
	margin: 20px 0;
}
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}
.standard-item p {
	line-height: 25px;
}
.img-float-left {
	float: left;
	margin: 0 20px 20px 0;
}

@media (min-width:769px) {
.img-float-left {
	max-width: 400px;
}
}
.media-box {
	margin-bottom: 20px;
}
.thumbcontainer {
	overflow: hidden;
	height: 150px;
	margin: 20px 0;
}
.thumbcontainer img {
	height: 180px;
}

@media (min-width:769px) {
.thumbcontainer {
	overflow: hidden;
	height: 150px;
	margin: 10px 0;
}
.thumbcontainer img {
	object-fit: cover;
	width: 250px;
}
}

@media (max-width:769px) {
.thumbcontainer img {
	object-fit: cover;
	width: 150px;
}
}
.main-image {
	margin-bottom: 10px;
}
.main-image.col-md-12 {
	padding-right: 0;
}
/* */
.standard-item h2.title.contact {
	margin: 20px 0;
}
.checkbox {
	float: left;
	padding: 1px 5px;
	text-indent: 0px;
}
#contact_form label {
	float: none;
	padding: 0px;
	line-height: 100%;
	width: auto;
}
input[type="checkbox"] {
	margin: 0 10px 0px;
}
.feature.map {
	height: 100%;
}
.feature.map iframe {
	height: 100%;
	width: 100%;
	border: 0;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	/* Firefox 10+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(99%);
	/* Chrome 19+ & Safari 6+ */
	-webkit-backface-visibility: hidden;
	/* Fix for transition flickering */
	pointer-events: none;
}
.page-content.mapframe {
	height: 300px;
}
/* */
.footer {
	background: #262626;
	color: #FFF;
	font-weight: 300;
	clear:both;
}
a.footer-social{
	font-size: 30px;
}
/* */
h3.form-title span {
	font-size: 16px;
	font-weight: 300;
}
#home-form {
	margin: 15px 0;
}
#home-form .btn-default {
	background-image: none;
	background-color: #0e76bc;
	font-weight: 800;
	border-radius: 0;
	border: 0;
	text-shadow: none;
	color: #000;
}
#home-form .btn-default:hover {
	color: #FFF;
}
#home-form #success_page h1 {
	background: url(../images/success.gif) left no-repeat;
	padding: 15px 0 0 22px;
	margin: 0;
	color: #FFF;
	font-size: 18px;
	position: relative !important;
	line-height: 25px !important
}
#home-form #success_page p {
	padding-top: 10px;
	color: #FFF;
}
#message, #home-message {
	margin: 0;
	padding: 0;
	color: #000;
}
.error_message {
	display: block;
	line-height: 22px;
	background: #FBE3E4 url(../images/error.gif) no-repeat 10px center;
	color: #8a1f11;
	border: 1px solid #FBC2C4;
	-webkit-border-radius: 5px;
	padding: 3px 10px 3px 35px;
	font-size: 11px;
}
.loader {
	padding: 0 10px;
}
acronym {
	border-bottom: 1px dotted #ccc;
}

@media (min-width: 768px) and (max-width : 1199px) {
.form-control {
	margin-bottom: 20px;
}
#submit {
	margin-bottom: 20px;
}
#home-form .btn-default {
	margin-bottom: 20px;
}
}
/* */
.about h2 {
	font-weight: 300;
	font-size: 23px;
}
.about h2 span {
	font-weight: 300;
}
.about p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}
.about a.btn {
	background: none;
	border: 1px solid #FFF;
	color: #FFF;
	text-shadow: none;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}
.about a.btn:hover {
	background: #01071F;
}

@media (max-width: 768px) {
.about {
	text-align: center;
}
}
.contact-info {
	font-size: 13px;
}
.contact-info ul {
	margin-top: 10px;
}
.contact-info a {
	color: #FFF;
}

@media (max-width: 768px) {
.contact-info {
	text-align: center;
}
}
img.footer-logo {
	margin: 20px auto;
	max-height:100px;
}
.associations img {
	margin: 0 15px;
}
.copyright {
	background: #0e76bc;
	color: #FFF;
	padding: 15px 0 10px;
}
.copyright a {
	color: #FFF;
}
.copyright p {
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
}
.copyright a .fa {
	margin: 0 10px;
	color: #FFF;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	-webkit-transition: color .2s ease-in;
}
.copyright a .fa:hover {
	color: #0B385B;
}
/* */
.cd-top {
	display: inline-block;
	text-align: center;
	padding: 20px 22px;
	position: fixed;
	bottom: 13px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0.8);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
a.cd-top {
	color: #FFF;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #333;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
.cd-top {
	right: 20px;
	bottom: 20px;
}
}

@media only screen and (min-width: 1024px) {
.cd-top {
	height: 60px;
	width: 60px;
	right: 30px;
	bottom: 30px;
}
}
/* */
.icon-box{
	font-size: 40px;
	padding: 5px 20px;
	background: #0E76BC;
	border-radius: 5px;
	color: #FFF;
	display: inline-block;
	text-align: center;
}
#contact_form ul {
	padding: 0;
}
#contact_form li.error {
	list-style: none;
	list-style-position: outside;
	padding: 5px;
	background: #000;
	color: #FFF;
	margin: 5px 0;
}
#contact_form .OKMsg {
	padding: 5px;
	background: #000;
	color: #FFF;
	margin: 5px 0;
}
/* */
.gallery {
	line-height: 100px;
}
.gallery-cell {
	width: 22%;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	margin: 0 20px;
}
/* cell number */
.gallery-cell:before {
	display: block;
	text-align: center;
	line-height: 100px;
}
.gallery-cell img, img.gal-cel {
	max-width: 150px !important;
	max-height: 50px !important;
	opacity: 1;
	vertical-align: middle;
}
.gallery-cell img:hover {
	opacity: .8;
}

@media only screen  and (min-device-width: 320px)  and (max-device-width: 480px)  and (-webkit-min-device-pixel-ratio: 2) {
.gallery-cell {
	width: 100%;
}
}

@media only screen  and (min-device-width: 320px)  and (max-device-width: 767px)  and (-webkit-min-device-pixel-ratio: 2) {
.gallery-cell {
	width: 50%;
}
}
.main-image {
	margin-bottom: 10px;
}
.main-image.col-md-12 {
	padding-right: 0;
}
/* */
.voffset1 {
	margin-top: 5px;
}
.voffset2 {
	margin-top: 10px;
}
.voffset3 {
	margin-top: 15px;
}
.voffset4 {
	margin-top: 30px;
}
.voffset5 {
	margin-top: 40px;
}
.voffset6 {
	margin-top: 60px;
}
.hoffset0 {
	margin-bottom: 0;
}
.hoffset1 {
	margin-bottom: 5px;
}
.hoffset2 {
	margin-bottom: 10px;
}
.hoffset3 {
	margin-bottom: 15px;
}
.hoffset4 {
	margin-bottom: 30px;
}
.hoffset5 {
	margin-bottom: 40px;
}
.hoffset6 {
	margin-bottom: 60px;
}
/* Top Padding */
.top-pad-0 {
	padding-top: 0px;
}
.top-pad-10 {
	padding-top: 10px;
}
.top-pad-20 {
	padding-top: 20px;
}
.top-pad-30 {
	padding-top: 30px;
}
.top-pad-40 {
	padding-top: 40px;
}
.top-pad-50 {
	padding-top: 50px;
}
.top-pad-60 {
	padding-top: 60px;
}
.top-pad-70 {
	padding-top: 70px;
}
.top-pad-80 {
	padding-top: 80px;
}
/* Top Margin */
.top-margin-0 {
	margin-top: 0px !important;
}
.top-margin-10 {
	margin-top: 10px;
}
.top-margin-20 {
	margin-top: 20px;
}
.top-margin-30 {
	margin-top: 30px;
}
.top-margin-40 {
	margin-top: 40px;
}
.top-margin-50 {
	margin-top: 50px;
}
.top-margin-60 {
	margin-top: 60px;
}
.top-margin-70 {
	margin-top: 70px;
}
.top-margin-80 {
	margin-top: 80px;
}
/* Bottom Padding */
.bottom-pad-0 {
	padding-bottom: 0px !important;
}
.bottom-pad-10 {
	padding-bottom: 10px !important;
}
.bottom-pad-20 {
	padding-bottom: 20px;
}
.bottom-pad-30 {
	padding-bottom: 30px;
}
.bottom-pad-40 {
	padding-bottom: 40px;
}
.bottom-pad-50 {
	padding-bottom: 50px;
}
.bottom-pad-60 {
	padding-bottom: 60px;
}
.bottom-pad-70 {
	padding-bottom: 70px;
}
.bottom-pad-80 {
	padding-bottom: 80px;
}
/* Bottom Margin */
.bottom-margin-0 {
	margin-bottom: 0px;
}
.bottom-margin-10 {
	margin-bottom: 10px;
}
.bottom-margin-20 {
	margin-bottom: 20px;
}
.bottom-margin-30 {
	margin-bottom: 30px;
}
.bottom-margin-40{
	margin-bottom: 40px;
}
.bottom-margin-50 {
	margin-bottom: 50px;
}
.bottom-margin-60 {
	margin-bottom: 60px;
}
.bottom-margin-70 {
	margin-bottom: 70px;
}
.bottom-margin-80 {
	margin-bottom: 80px;
}
/* Overlays */
.thumb-box {
	height: 270px;
	width: 100%;
	display: block;
	background-position: center center;
	background-size: cover;
}
.thumb-box-overlay {
	background: rgba(0,0,0,.75);
	text-align: center;
	padding: 0;
	height: 100%;
	z-index: 1;
}
.thumb-box-overlay span {
	margin: auto;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 2;
}
.thumb-box-overlay span, .thumb-box-overlay span a{
	color: #FFF;
}
.thumb-box-overlay, .thumb-box-overlay span {
	opacity: 0;
	-webkit-transition: opacity .25s ease;
}
.thumb-box:hover .thumb-box-overlay , .thumb-box:hover .thumb-box-overlay span{
	opacity: 1;
}
/* */
.v-align-children {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: row;
	-webkit-flex-direction: row;
}
.v-align-children-column {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}

@media all and (max-width: 990px) {
.v-align-children {
	display: block !important;
}
}
/* Video Layer */
svg.play-icon {
	position:relative;
}
svg.play-icon .box {
  fill: rgba(0, 0, 0, 0);
  stroke: white;
  stroke-width: 3;
  stroke-dasharray: 400;
  stroke-dashoffset: 402;
  stroke-linecap: square;
  transition: all .4s ease-out;
}
svg.play-icon .play {
  fill: rgba(255, 255, 255, 0.6);
  transition: all .6s ease-out;
}
svg.play-icon:hover .box {
  fill: #c00;
  stroke: #c00;
  stroke-dashoffset: 0;
  transition: stroke .7s .4s ease-out, stroke-dashoffset .4s ease-out, fill .4s .3s ease-out;
}
svg.play-icon:hover .play {
  fill: white;
}
