﻿@charset "UTF-8";

/* ----------------------------------------------------- */

/* GENERAL STYLES
/* ----------------------------------------------------- */
@font-face {
	font-family: 'open_sansregular';
	src: url('../fonts/OpenSans-Regular-webfont.eot');
	src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto_condensedregular';
	src: url('../fonts/RobotoCondensed-Regular-webfont.eot');
	src: url('../fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Regular-webfont.woff') format('woff'), url('../fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'), url('../fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: "open_sansregular", sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.6;
}

body.layout-boxed {
	background: hsla(0, 0%, 98%, 1); /* Fallback for browsers that don't support gradients */
	background: linear-gradient(90deg, hsla(0, 0%, 98%, 1) 0%, hsla(0, 0%, 100%, 1) 50%, hsla(0, 0%, 98%, 1) 100%);
}

h1,
h2,
h4,
h5,
h6 {
	font-family: "roboto_condensedregular", sans-serif;
	color: #516B6B;
}

h3 {
	font-family: "roboto_condensedregular", sans-serif;
}

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

a:active,a:focus {
    outline: none;
}

hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.wrapper {
	background: transparent; /* was #FFF; */
}

.page-content {
	padding-bottom: 60px;
}

.page-content-half {
	padding-bottom: 30px;
}

.layout-boxed .wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

/* MAIN NAVIGATION */
.navbar-default {
    background: linear-gradient(
        90deg,
        hsla(359, 100%, 64%, 1) 0%,
        hsla(359, 100%, 43%, 1) 0%,
        hsla(359, 100%, 43%, 1) 0%,
        hsla(359, 100%, 43%, 1) 0%,
        hsla(359, 100%, 64%, 1) 42%,
        hsla(359, 100%, 43%, 1) 100%
    );
    font-size: 14px;
}

.navbar {
	border-bottom: 1px solid #AF0003;
	box-shadow: 1px 1px 3px 0 rgba(119, 119, 119, 0.75);
}

.navbar-default .navbar-nav>li>a {
	font-weight: 600;
	color: #FFF !important;
	text-shadow: 1px 1px 1px rgba(100, 0, 0, 0.1),
                 2px 2px 2px rgba(100, 0, 0, 0.2),
                 3px 3px 3px rgba(100, 0, 0, 0.3);
}

.navbar-default .navbar-nav .dropdown-menu li a {
	font-weight: 600;
	font-size: 13px;
	color: #FFF !important;
	text-shadow: 1px 1px 1px rgba(100, 0, 0, 0.1),
                 2px 2px 2px rgba(100, 0, 0, 0.2),
                 3px 3px 3px rgba(100, 0, 0, 0.3);
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background: #640000; /* Fallback for older browsers */
	background: rgba(100, 0, 0, 0.5); /* Semi-transparent color */
	border-bottom: 1px solid #FFCC00;
}

.navbar-nav>li>.dropdown-menu {
	background: hsla(359, 100%, 43%, 0.8);
	background: linear-gradient(45deg, hsla(359, 100%, 43%, 0.8) 100%, hsla(359, 100%, 64%, 0.8) 0%);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background-color: rgba(0, 88, 168, 0);
	border-color: rgb(255, 204, 0);
	color: #FFF32C !important;
}

@media only screen and (min-width:1227px) {
	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
		background-color: rgba(0, 88, 168, 0);
		border-bottom: solid 3px;
		border-color: rgb(255, 204, 0);
		color: #FFF32C !important;
		padding-bottom: 23px;
	}
}

.navbar-default .navbar-nav>li>a:hover {
	text-decoration: none;
	color: #FFF !important;
}

.navbar-default .navbar-toggle i {
	color: #FFF;
	font-size: 21px;
	line-height: 25px;
}

.navbar-default .navbar-toggle {
    background: radial-gradient(
        circle,
        hsla(359, 100%, 64%, 1) 0%,
        hsla(359, 100%, 43%, 1) 0%,
        hsla(359, 100%, 43%, 1) 0%,
        hsla(359, 100%, 43%, 1) 0%,
        hsla(359, 100%, 64%, 1) 0%,
        hsla(359, 100%, 43%, 1) 100%
    ); /* Gradient background with intentional repeated stops */
    margin: 0;
    min-width: 47px;
    color: #FFFFFF;
    font-size: 10px;
    margin-right: -24px;
    border: none;
    box-shadow: 1px 1px 2px rgba(130, 0, 2, 0.5); /* Shadow effect */
    transition: all 0.3s ease; /* Transition effect */
}

















.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ff13eb; /* TEST */
}

a.navbar-toggle.collapsed.text-center {
	left: -30px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-bottom: 1px solid rgba(130, 0, 2, 0.5);
}

.navbar-right {
	margin-right: -60px;
}

@media only screen and (max-width:1226px) {
	.navbar-right {
		margin-right: 0px;
	}

	.float-right {
		margin-right: 0px !important;
	}

	.topbar .logo {
		margin-left: 0px !important;
	}
}

.navbar-fixed-top .nav {
	padding: 20px 0px 0px 0px;
}

.navbar-fixed-top .navbar-brand {
	padding: 0px;
	padding-top: 2px;
}

.navbar-brand img {
	max-width: 120px;
}

@media only screen and (min-width:300px) {
	.navbar-brand img {
		max-width: 168px;
	}
}

@media only screen and (min-width:500px) {
	.navbar-brand img {
		max-width: 255px;
	}
}

@media only screen and (max-width:500px) {
	.navbar-fixed-top .navbar-brand {
		margin-left: -24px;
		margin-top: 8px;
	}
}

@media only screen and (max-width:300px) {
	.navbar-fixed-top .navbar-brand {
		margin-left: -30px;
		margin-top: 8px;
	}
}

@media (max-width:1226px) {
	.navbar-fixed-top .nav {
		padding: 0px 0;
	}

	.navbar-header {
		float: none;
		padding: 11px 0;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(130, 0, 2, 0.5); /* TEST */
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.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-text {
		float: none;
		margin: 15px 0;
	}

	/* since 3.1.0 */
	.navbar-collapse.collapse.in {
		display: block !important;
	}

	.collapsing {
		overflow: hidden !important;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
	}

	.topbar {
		margin-top: 62px !important;
	}

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

@media (min-width:1226px) {
	.navbar-fixed-top .navbar-brand {
		padding: 10px 15px;
		margin-left: -69px !important;
	}
}

@media (min-width:1226px) {
	.nav > li > a {
		padding: 15px 0 15px 0;
		margin-left: 10px;
		margin-right: 15px;
	}

	.navbar-default {
		font-size: 13px;
	}
}

/* TOP BAR for Mobile Devices */
.topbar {
	background: hsla(359, 100%, 64%, 1);
	background: linear-gradient(90deg, hsla(359, 100%, 64%, 1) 0%, hsla(359, 100%, 43%, 1) 0%, hsla(359, 100%, 43%, 1) 0%, hsla(359, 100%, 43%, 1) 0%, hsla(359, 100%, 64%, 1) 42%, hsla(359, 100%, 43%, 1) 100%);
	background: -moz-linear-gradient(90deg, hsla(359, 100%, 64%, 1) 0%, hsla(359, 100%, 43%, 1) 0%, hsla(359, 100%, 43%, 1) 0%, hsla(359, 100%, 43%, 1) 0%, hsla(359, 100%, 64%, 1) 42%, hsla(359, 100%, 43%, 1) 100%);
	background: -webkit-linear-gradient(90deg, hsla(359, 100%, 64%, 1) 0%, hsla(359, 100%, 43%, 1) 0%, hsla(359, 100%, 43%, 1) 0%, hsla(359, 100%, 43%, 1) 0%, hsla(359, 100%, 64%, 1) 42%, hsla(359, 100%, 43%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#ff474a", endColorstr="#DC0004", GradientType=1 );
	padding: 20px 0 20px 0;
}

.topbar .logo {
	float: left;
	margin-left: -46px;
}

.topbar h3 {
	color: #FFF;
	text-shadow: 1px 0px 0 #000, 1px -1px 0 #000, 1px -1px 0 #000, 0px 0px 0 #000;
}

.topbar a {
	color: #f2e77a;
}

.float-right {
	float: right;
}

.topbar .style {
	font-size: 64.5%;
	color: #FFF;
}

.topbar .style1 {
	color: #FFF429;
}

@media only screen and (max-width:991px) {
	.topbar {
		margin-top: 101px;
		padding: 20px 0 20px 0;
	}
}

@media only screen and (max-width:767px) {
	.topbar {
		margin-top: 60px;
		padding: 20px 0 0 0;
	}

	.font-size {
		font-size: 20px;
	}

	.topbar .logo {
		float: none !important;
		margin-left: 0px !important;
	}

	.float-right {
		float: none !important;
		margin-right: 0px !important;
		padding-top: 5px;
	}
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 100%;
}

/**********************************************************************/

/**************************** INDEX.HTML *****************************/

/********************************************************************/
section {
	padding-top: 60px;
}

.section-heading {
	margin-bottom: 20px;
	font-size: 35px;
	text-align: left;
}

.intro-font {
	margin-bottom: 20px;
	font-size: 16px;
}

.intro-font1 {
	margin-bottom: 10px;
	font-size: 14px;
}

.section-title {
	margin-bottom: 20px;
}

.font-size p {
	font-size: 16px;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */
.slick-loading .slick-list {
	background: #fff url('../img/bx_loader.gif') center center no-repeat;
}

/* Dots */
.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "fontawesome";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

/* ----------------------------------------------------- */
/* HERO UNIT
/* Types: slider with animated object, default slider
/* ----------------------------------------------------- */
.hero-unit-animated {
	padding: 100px 0;
	color: #fff;
	background-image: url('../img/hero-unit-bg.png');
	background-repeat: no-repeat;
	background-position: center -75px;
}

.hero-unit-animated .hero-heading {
	font-family: "roboto_condensedregular", sans-serif;
	font-size: 42px;
	font-weight: 300;
	color: #fff;
}

.hero-unit-animated .lead {
	font-size: 24px;
}

.hero-unit-animated .hero-button {
	padding: 10px 40px;
	margin-top: 24px;
	background-color: #406da4;
	border: none;
}

.hero-unit-animated .hero-button:hover,
.hero-unit-animated .hero-button:focus {
	background-color: #3c6699;
}

@media screen and (max-width:1200px) {
	.hero-unit-animated .hero-left {
		max-width: 100%;
		float: none !important;
		text-align: center;
	}

	.hero-unit-animated .hero-heading {
		font-size: 36px;
	}

	.hero-unit-animated .lead {
		font-size: 18px;
	}

	.hero-unit-animated .hero-right {
		display: none;
	}
}

.hero-left {
	max-width: 50%;
}

/* carousel */
.carousel-control {
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 5.2s ease-in-out;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	bottom: inherit;
	width: 45px;
	height: 45px;
	background: #777;
}

.carousel-control:hover {
	background: #6a6a6a;
}

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

.carousel-control .fa {
	line-height: 45px;
}

.carousel-indicators {
	bottom: -90px;
}

.carousel-indicators > li {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	background-color: #fff;
}

.carousel-indicators > li.active {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

/* HERO UNIT Slider */
.hero-unit-slider {
	padding-top: 81px; /* default setting: 81px; / ADJUST to 0px; for TEMP NOTICE CSS */
	margin-bottom: 0px;
	box-shadow: 1px 1px 3px 0 rgba(119, 119, 119, 0.75);
}

.hero-unit-slider .carousel-inner > .item {
	overflow: hidden;
}

.hero-unit-slider .carousel-caption {
	bottom: inherit;
	top: 8em;
	text-shadow: none;
}

.hero-unit-slider .carousel-caption-top-right {
	bottom: inherit;
	top: 30em;
	left: -50%; /* was right -50% */
	text-shadow: none;
}

@media screen and (min-width:1199px) {
	.hero-unit-slider .carousel-caption-top-right {
		left: -60%; /* was right -60% */
	}
}

.carousel-caption-top-middle {
	bottom: inherit;
	top: 32em;
	margin-right: 90px; /* was margin-left */
	text-shadow: none;
}

@media screen and (max-width:1199px) {
	.carousel-caption-top-middle {
		bottom: inherit;
		top: 25em;
		margin-right: 90px; /* was margin-left */
		text-shadow: none;
	}
}

@media screen and (max-width:991px) {
	.carousel-caption-top-middle {
		bottom: inherit;
		top: 25em;
		margin-right: 90px; /* was margin-left */
		text-shadow: none;
	}

	.hero-heading-small {
		font-size: 20px;
	}
}

.hero-unit-slider .carousel-caption-top-right1 {
	bottom: inherit;
	top: 0em;
	margin-left: -80%; /* was margin-right -80% */
	text-shadow: none;
}

.hero-unit-slider .carousel-caption-top-right a {
	color: rgb(255, 204, 0);
	text-shadow: rgb(17, 34, 34) 1px 1px 1px;
	font-style: italic;
	font-size: 15px;
}

@media screen and (min-width:300px) {
	.hero-unit-slider .carousel-caption-top-right a {
		font-size: 18px
	}
}

@media screen and (min-width:767px) {
	.hero-unit-slider .carousel-caption-top-right a {
		font-size: 27px
	}
}

.hero-unit-slider .carousel-control {
	background: rgba(0, 0, 0, 0.2);
}

.hero-unit-slider .carousel-control:hover {
	background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width:1440px) {
	.hero-unit-slider .carousel-caption {
		top: 10em;
	}

	.hero-unit-slider .carousel-caption-top-right {
		top: 30em;
	}

	.hero-unit-slider.slider-responsive .carousel-caption {
		top: 3em;
	}
}

@media screen and (max-width:1200px) {
	.hero-unit-slider .carousel-inner > .item > img {
		max-width: inherit;
	}

	.hero-unit-slider.slider-responsive .slick-dots {
		display: none !important;
	}

	.hero-unit-slider.slider-responsive .carousel-caption {
		top: 2em;
	}

	.hero-unit-slider .carousel-caption-top-right {
		top: 30em;
	}

	.hero-unit-slider.slider-responsive .hero-heading {
		font-size: 26px;
	}
}

@media screen and (max-width:1094px) {
	.hero-unit-slider .carousel-caption-top-right {
		top: 26em;
	}
}

@media screen and (max-width:999px) {
	.hero-unit-slider .carousel-caption-top-right {
		top: 23em;
	}
}

@media screen and (max-width:899px) {
	.hero-unit-slider .carousel-caption-top-right {
		top: 75%;
		padding-top: 0em;
	}
}

@media screen and (max-width:768px) {
	.hero-unit-slider .carousel-caption-top-right {
		top: 75%;
	}
}

@media screen and (max-width:768px) {
	.hero-unit-slider .hero-heading {
		font-size: 28px;
	}

	.hero-unit-slider .lead {
		font-size: 15px;
	}

	.hero-unit-slider .hero-button {
		font-size: 11px;
	}

	.hero-unit-slider.slider-responsive .slick-dots {
		display: none !important;
	}

	.hero-unit-slider.slider-responsive .carousel-caption {
		top: 0;
	}

	.hero-unit-slider.slider-responsive .carousel-caption-top-right {
		top: 0;
	}
}

@media screen and (max-width:600px) {
	.hero-unit-slider .carousel-caption-top-right {
		top: 68%;
		left: -51%; /* was right -51% */
	}
}

@media screen and (max-width:380px) {
	.hero-unit-slider .carousel-caption-top-right {
		top: 53%;
		left: -41%; /* was right -41% */
	}
}

@media screen and (max-width:480px) {
	.hero-unit-slider.slider-responsive {
		margin-bottom: 30px;
	}

	.hero-unit-slider.slider-responsive .slick-slide img {
		max-width: 200%;
		position: relative;
		right: 50%;
	}

	.hero-unit-slider.slider-responsive .hero-heading {
		font-size: 24px;
	}

	.hero-unit-slider.slider-responsive .hero-button {
		font-size: 11px;
	}
}

.hero-unit-slider .slick-carousel .slick-slider {
	margin-bottom: 0;
}

.hero-unit-slider .slick-carousel .slick-prev,
.hero-unit-slider .slick-carousel .slick-next {
	top: 50%;
	margin-top: -22.5px;
	width: 45px;
	height: 45px;
}

.hero-unit-slider .slick-carousel .slick-prev:hover,
.hero-unit-slider .slick-carousel .slick-prev:focus,
.hero-unit-slider .slick-carousel .slick-next:hover,
.hero-unit-slider .slick-carousel .slick-next:focus {
	background: rgba(0, 0, 0, 0.3);
}

.hero-unit-slider .slick-carousel .slick-prev {
	left: 0;
}

.hero-unit-slider .slick-carousel .slick-dots {
	position: absolute;
	bottom: 20px;
}

.hero-unit-slider .slick-carousel .slick-dots button {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	background-color: #fff;
}

.hero-unit-slider .slick-carousel .slick-dots .slick-active button {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

/* slick plugin */
.slick-carousel {
	position: relative;
}

.slick-slide {
	outline: none;
	height: auto;
}

.slick-next,
.slick-prev {
	position: absolute;
	right: 0;
	top: -47px;
	left: inherit;
	width: 30px;
	height: 30px;
	background-color: #406da4;
	color: #fff;
}

.slick-next:hover,
.slick-next:focus,
.slick-prev:hover,
.slick-prev:focus {
	background-color: #396192;
}

.slick-prev {
	right: 31px;
	z-index: 9;
}

.slick-prev:before {
	content: '\f104';
}

.slick-next:before {
	content: '\f105';
}

.slick-dots {
	position: relative;
	bottom: 0;
	margin-top: 15px;
}

.slick-dots li {
	width: 12px;
	height: 12px;
}

.slick-dots li button {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background-color: #e8e8e8;
}

.slick-dots li button:before {
	font-family: initial;
	font-size: 0;
}

.slick-dots li.slick-active button {
	background-color: #c2c2c2;
}

/* Home page update: 08-19-19 */
.page-title {
	padding-top: 0px;
	padding-left: 0px;
	font-family: "roboto_condensedregular", sans-serif;
	font-size: 2.625em;
	font-weight: 500;
	color: #516B6B;
}
@media screen and (max-width: 50em) {
	.page-title {
		padding-top: 0px;
		padding-left: 0px;
		font-family: "roboto_condensedregular", sans-serif;
		font-size: 2.5em;
		font-weight: 500;
		color: #516B6B;
	}
}
@media screen and (max-width: 40em) {
	.page-title {
		padding-top: 0px;
		padding-left: 0px;
		font-family: "roboto_condensedregular", sans-serif;
		font-size: 2.35em;
		font-weight: 500;
		color: #516B6B;
	}
}
@media screen and (max-width: 30em) {
	.page-title {
		padding-top: 0px;
		padding-left: 0px;
		font-family: "roboto_condensedregular", sans-serif;
		font-size: 2.125em;
		font-weight: 500;
		color: #516B6B;
	}
}

.pro-tint-list {
	list-style: none;
	padding-left: 0;
}
.pro-tint-list li {
	position: relative;
	padding-top: 5px;
	padding-left: 26px;
	font-family: "roboto_condensedregular", sans-serif;
	font-size: 1.667em;
	font-weight: 500;
	color: #516B7E;
}
.pro-tint-list li:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	background-image: url("../img/pro-tint-bullet.png");
	background-size: cover;
	background-position: center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 50em) {
	.pro-tint-list {
		list-style: none;
		padding-left: 0;
	}
	.pro-tint-list li {
		position: relative;
		padding-top: 5px;
		padding-left: 26px;
		font-family: "roboto_condensedregular", sans-serif;
		font-size: 1.667em;
		font-weight: 500;
		color: #516B7E;
	}
	.pro-tint-list li:before {
		content: '';
		width: 20px;
		height: 20px;
		position: absolute;
		background-image: url("../img/pro-tint-bullet.png");
		background-size: cover;
		background-position: center;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 40em) {
	.pro-tint-list {
		list-style: none;
		padding-left: 0;
	}
	.pro-tint-list li {
		position: relative;
		padding-top: 5px;
		padding-left: 24px;
		font-family: "roboto_condensedregular", sans-serif;
		font-size: 1.667em;
		font-weight: 500;
		color: #516B7E;
	}
	.pro-tint-list li:before {
		content: '';
		width: 20px;
		height: 20px;
		position: absolute;
		background-image: url("../img/pro-tint-bullet.png");
		background-size: cover;
		background-position: center;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 30em) {
	.pro-tint-list {
		list-style: none;
		padding-left: 0;
	}
	.pro-tint-list li {
		position: relative;
		padding-top: 5px;
		padding-left: 22px;
		font-family: "roboto_condensedregular", sans-serif;
		font-size: 1.5em;
		font-weight: 500;
		color: #516B7E;
	}
	.pro-tint-list li:before {
		content: '';
		width: 20px;
		height: 20px;
		position: absolute;
		background-image: url("../img/pro-tint-bullet.png");
		background-size: cover;
		background-position: center;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}
/* Home page update: 08-19-19 */

/* boxed content */
.boxed-content {
	text-align: center;
}

.boxed-content > i {
	color: #3c763d;
}

.boxed-content .boxed-content-title {
	font-size: 22px;
	font-weight: 700;
}

.boxed-content.left-aligned {
	text-align: left;
}

.boxed-content.left-aligned .boxed-content-title {
	margin-bottom: 10px;
	line-height: 28px;
	font-weight: normal;
}

.boxed-content.left-aligned i {
	float: left;
	margin-right: 10px;
	font-size: 2em;
}

.boxed-content.left-boxed-icon i {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 10px;
	width: 60px;
	height: 60px;
	background: #406da4;
	color: #fff;
	text-align: center;
	line-height: 40px;
}

.boxed-content.left-boxed-icon .boxed-content-title,
.boxed-content.left-boxed-icon p {
	padding-left: 80px;
}

/* product */
.product-caption {
	text-align: center;
}

.product-caption h2 {
	font-size: 38px;
	padding-top: 43px;
}

.img-size img {
	width: 100%;
	max-width: 300px;
	display: block;
	margin-left: 250px;
	margin-top: 65px;
}

.img-size1 img {
	max-height: 480px;
	display: block;
	margin-right: auto;
}

.img-size2 img {
	display: none;
}

@media only screen and (max-width:1200px) {
	.img-size img {
		width: 100%;
		max-width: 200px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		margin-top: 0px;
		display: none;
	}

	.img-size1 img {
		max-height: 400px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.img-size2 img {
		width: 100%;
		max-width: 200px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		margin-top: 0px;
	}
}

/* portfolio-img */
.portfolio-img img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	min-width: 302px;
	max-height: 208px;
	border: solid #516b6b;
	padding: 32px;
}



/* CALL-TO-ACTION | INDEX ONLY */
.call-to-action {
	background: hsla(359, 100%, 64%, 1);
	background: linear-gradient(45deg, hsla(359, 100%, 64%, 1) 0%, hsla(359, 100%, 43%, 1) 0%, hsla(359, 100%, 43%, 1) 0%, hsla(359, 100%, 43%, 1) 0%, hsla(0, 100%, 20%, 1) 0%, hsla(0, 59%, 49%, 1) 50%);
	background: -moz-linear-gradient(45deg, hsla(359, 100%, 64%, 1) 0%, hsla(359, 100%, 43%, 1) 0%, hsla(359, 100%, 43%, 1) 0%, hsla(359, 100%, 43%, 1) 0%, hsla(0, 100%, 20%, 1) 0%, hsla(0, 59%, 49%, 1) 50%);
	background: -webkit-linear-gradient(45deg, hsla(359, 100%, 64%, 1) 0%, hsla(359, 100%, 43%, 1) 0%, hsla(359, 100%, 43%, 1) 0%, hsla(359, 100%, 43%, 1) 0%, hsla(0, 100%, 20%, 1) 0%, hsla(0, 59%, 49%, 1) 50%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#ff474a", endColorstr="#DC0004", GradientType=1 );
	padding: 25px 0;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 1px 1px 3px 0 rgba(119, 119, 119, 0.75);
}















.call-to-action .section-heading {
	margin: 5px 0px 0px 0px;
	font-size: 8px;
	text-align: center;
}

@media screen and (min-width:270px) {
	.call-to-action .section-heading {
		font-size: 9px;
	}
}

@media screen and (min-width:300px) {
	.call-to-action .section-heading {
		font-size: 10px;
	}
}

@media screen and (min-width:400px) {
	.call-to-action .section-heading {
		font-size: 14px;
	}
}

@media screen and (min-width:767px) {
	.call-to-action .section-heading {
		margin: 0;
		font-size: 13px;
	}
}

@media screen and (min-width:992px) {
	.call-to-action .section-heading {
		margin: 0;
		font-size: 18px;
	}
}

@media screen and (min-width:1200px) {
	.call-to-action .section-heading {
		margin: 0;
		font-size: 20px;
	}
}

.call-to-action .section-heading:after {
	display: none;
}

.call-to-action .section-heading img {
	width: 10px;
	height: 10px;
}

@media screen and (min-width:300px) {
	.call-to-action .section-heading img {
		width: 15px;
		height: 15px;
	}
}

@media screen and (min-width:767px) {
	.call-to-action .section-heading img {
		width: 37px;
		height: 37px;
	}
}

.call-to-action span {
	position: relative;
	top: 2px;
	font-size: 18px;
}

.white-text {
	color: #ffffff;
}

.white-text a {
	color: #f2e77a;
}

.white-text a:hover {
	color: #e9e3a2;
}

/* more content */
.welcome p {
	color: #7D7777;
	font-size: 16px;
}

/*portfolio*/
.portfolio-item {
	margin-bottom: 25px;
}

/* location */
#location-main .location-font a {
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
}

#location-main .location-font li {
	font-size: 16px;
	text-transform: uppercase;
	color: #7D7777;
}

#location-main1 {
	text-align: center;
	padding-top: 60px;
}

.inline li {
	display: inline;
}

.communities-list {
	margin-bottom: 30px;
	list-style-type: disc;
}

.left-margin {
	margin-left: 230px;
}

@media only screen and (max-width:1200px) {
	.left-margin {
		margin-left: 184px;
	}
}

@media only screen and (max-width:991px) {
	.left-margin {
		margin-left: 100px;
	}
}

@media only screen and (max-width:767px) {
	.left-margin {
		margin-left: 0px;
	}
}

/* FOOTER */
footer {
	background-color: #545863;
	font-weight: 300;
	color: #FFF;
}

footer a {
	color: #FAFAFA;
}

footer a:hover,
footer a:focus {
	color: #FFF;
	text-decoration: underline;
}

footer .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

footer .logo {
	width: 100px;
	margin-bottom: 15px;
}

footer .social-icons.light-icons a {
	background-color: #3c3c3e;
}

footer .social-icons.light-icons a:hover {
	background-color: #353536 !important;
}

@media screen and (max-width:768px) {
	footer .container {
		padding: 30px 15px;
	}
}

.footer-heading {
	margin: 0 0 13px 0;
	font-size: 16px;
	line-height: 2;
	color: #fff;
}

.footer-nav > li {
	margin-bottom: 10px;
}

.copyright {
	padding: 25px 0 15px 0;
	background-color: #080708;
	font-size: 12px;
	color: #676C79;
}

.footer-minimal .copyright {
	border: none;
	font-size: 11px;
	padding-bottom: 0;
	background-color: transparent;
}

.white {
	color: #ffffff;
}

.green {
	color: #516b6b;
}

.black {
	color: #000000;
	text-shadow: 0 0 3px  #FFFF00, 0 0 5px #FF6D00;
}

.orange-yellow {
	background: -webkit-linear-gradient(#FF6D00, #FFFF00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #FF6D00;
	text-shadow: 0 0 3px rgba(255, 255, 0, 0), 0 0 5px rgba(255, 109, 0, 0)
}

/* social connect icons */
ul.social-icons li a {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	display: block;
	width: 48px;
	height: 48px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}

@media only screen and (max-width:480px) {
	ul.social-icons li a i {
		top: 4px !important;
	}
}

ul.social-icons li a.facebook-bg:hover,
ul.social-icons li a.facebook-bg:focus {
	background-color: #344f98;
}

ul.social-icons li a.twitter-bg:hover,
ul.social-icons li a.twitter-bg:focus {
	background-color: #138bee;
}

ul.social-icons li a.instagram-bg:hover,
ul.social-icons li a.instagram-bg:focus {
	background-color: #886952;
}

ul.social-icons li a.googleplus-bg:hover,
ul.social-icons li a.googleplus-bg:focus {
	background-color: #d73925;
}

ul.social-icons li a.yelp-bg:hover,
ul.social-icons li a.yelp-bg:focus {
	background-color: #d43639;
}

ul.social-icons li a.linkedin-bg:hover,
ul.social-icons li a.linkedin-bg:focus {
	background-color: #06679A;
}

ul.social-icons li a.envelope-bg:hover,
ul.social-icons li a.envelope-bg:focus {
	background-color: #299DBB;
}

ul.social-icons li a i {
	position: relative;
	top: 4px;
}

/* social background color */
.facebook-bg {
	background-color: #3b59ab;
}

.twitter-bg {
	background-color: #2b97f0;
}

.instagram-bg {
	margin-bottom: -4px;
}

.googleplus-bg {
	background-color: #dd4b39;
}

.yelp-bg {
	background-color: #d3060a;
}

.linkedin-bg {
	background-color: #0177B5;
}

.envelope-bg {
	background-color: #35c7ed;
}

.review-button {
	background: #9c9c9c;
	padding-bottom: 20px;
}

.phone-font {
	font-size: 16px;
	color: #ffffff;
}

/* cool image gallery */
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	max-width: 330px;
	max-height: 360px;
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */

/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Media queries */
@media screen and (max-width:50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}

	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}

/*/*-----------------*/

/***** Goliath *****/

/*-----------------*/

/*figure.effect-goliath {
	background: #FF6D00;
	background: -webkit-linear-gradient(#ffffff,#f5f51a,#FF6D00);
}

figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	height: auto;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
}

figure.effect-goliath p {
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0, -80px, 0);
	transform: translate3d(0, -80px, 0);
}

figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}*/

figure p {
	background: #FF6D00;
    background: -webkit-linear-gradient(#f5f51a,#FF6D00);
    padding: 10px 0 10px;
    margin-bottom: 20px!important;
    width: 100%;
    max-width: 281.5px;
    font-size: 14px;
}

figure p {
	color: #fff;
}
figure p:hover {
	color: #333;
}

.bambi-img {
	width: 100%;
	max-width: 281.5px;
}

/**********************************************************************/

/*********************** PRODUCT-INFO.HTML ***************************/

/********************************************************************/
.content-wrapper {
	margin-bottom: 40px;
}

.content-wrapper1 {
	margin-bottom: 0px;
}

.content-wrapper p,
.content-wrapper1 p {
	font-size: 16px;
	color: #7D7777;
}

.content-wrapper p span,
.content-wrapper1 p span {
	font-family: "roboto_condensedregular", sans-serif;
	color: #0058A8;
	font-size: 30px;
	font-weight: 500;
	line-height: initial;
}

.effect img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 263px;
	height: 384px;
	-webkit-box-shadow: 0 4px 6px 0px #777;
	-moz-box-shadow: 0 4px 6px 0px #777;
	box-shadow: 0 4px 6px 0px #777;
	box-shadow: 0 4px 6px 0px #777;
	border: solid 1px #494949;
	margin-top: 10px;
}

.content-wrapper1 img {
	width: 100%;
	height: 304px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0 4px 6px 0px #777;
	-moz-box-shadow: 0 4px 6px 0px #777;
	box-shadow: 0 4px 6px 0px #777;
	box-shadow: 0 4px 6px 0px #777;
	border: solid 1px #494949;
	margin-top: 10px;
	margin-bottom: 18px;
}

/*button */
.medium.button {
	font-size: 15px;
	padding-top: 8px;
	padding-right: 32px;
	padding-bottom: 8px;
	padding-left: 32px;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
}

.blue.button {
	text-decoration: none;
	text-align: center;
	border: solid 1px #4985c5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #3c9ad5;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f64ae', endColorstr='#1f64ae', GradientType=0);
	background-image: linear-gradient(top, #3c9ad5 0%, #1f64ae 100%);
	-moz-box-shadow: 0px 0px 4px #bababa, inset 0px 0px 1px #ffffff;
	display: inline-block;
	background-image: linear-gradient(top, #3c9ad5 0%, #1f64ae 100%);
}

.blue.button:hover {
	border: solid 1px #4985c5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #1f64ae;
	-webkit-box-shadow: 0px 0px 4px #bababa, inset 0px 0px 1px #ffffff;
	-moz-box-shadow: 0px 0px 4px #bababa, inset 0px 0px 1px #ffffff;
	box-shadow: 0px 0px 4px #bababa, inset 0px 0px 1px #ffffff;
	text-shadow: 1px 1px 0px #0d55a2;
	filter: dropshadow(color=#0d55a2, offx=1, offy=1);
	filter: dropshadow(enabled=false) !important;
}

.blue.button:active {
	border: solid 1px #4985c5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #1f64ae;
	-webkit-box-shadow: 0px 0px 4px #bababa, inset 0px 0px 3px #ffffff;
	-moz-box-shadow: 0px 0px 4px #bababa, inset 0px 0px 3px #ffffff;
	box-shadow: 0px 0px 4px #bababa, inset 0px 0px 3px #ffffff;
	text-shadow: 1px 1px 0px #0d55a2;
	filter: dropshadow(color=#0d55a2, offx=1, offy=1);
	filter: dropshadow(enabled=false) !important;
}

.ch-margin-bottom {
	padding-bottom: 60px;
}

/**********************************************************************/

/************************* TESTIMONIALS.HTML *************************/

/********************************************************************/

/* testimonial */
.testimonial-body {
	position: relative;
	margin: 0 auto;
}

.testimonial-body p {
	font-size: 1.5em;
	font-style: italic;
	font-weight: 300;
	color: #717171;
}

.arrow_box1 q {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	color: #717171;
	font-family: inherit;
	line-height: inherit;
}

q {
	font-size: 24px;
	color: #BB0000;
	font-family: "roboto_condensedregular", sans-serif;
	line-height: initial;
}

h1.sectionTitle {
	margin-bottom: 50px;
}

#testimonialsWrap {
	padding-bottom: 60px;
}

#testimonialsWrap p {
	text-align: left;
	color: #717171;
	font-size: 20px;
}

.testimonial-body.smaller-font p {
	font-size: 14px;
}

.testimonial-author {
	padding-top: 20px;
}

.testimonial-author img {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin-right: 12px;
}

.author-name {
	font-weight: 700;
	color: #7b7b7b;
	padding-top: 10px;
	font-size: 13px !important;
}

.testimonial-fancy i {
	position: absolute;
	top: -12px;
	font-size: 3em;
	color: #516b6b;
	z-index: 1;
}

.testimonial-fancy .testimonial-body {
	width: 80%;
}

.testimonial-fancy .testimonial-author {
	padding-left: 60px;
}

@media screen and (max-width:768px) {
	.testimonial-fancy .testimonial-body {
		width: 100%;
	}
}

.testimonial.slick-carousel .slick-prev,
.testimonial.slick-carousel .slick-next {
	top: auto;
	bottom: 0;
	background-color: #812613;
}

.testimonial.slick-carousel .slick-prev:before,
.testimonial.slick-carousel .slick-next:before {
	color: #ffffff;
}

.testimonial.slick-carousel .slick-prev:hover,
.testimonial.slick-carousel .slick-next:hover {
	background-color: #dddddd;
}

.testimonial.slick-carousel .testimonial-body {
	padding: 0 1px;
}

.testimonial-bubble {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	padding: 15px 15px 15px 54px;
	margin: 12px;
	background: #ebebeb;
}

.testimonial-bubbleinvisible {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	padding: 15px 15px 15px 54px;
	margin: 12px;
	background: #ffffff;
}

.testimonial-bubble:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50px;
	border-width: 20px 0 0 20px;
	border-style: solid;
	border-color: #ebebeb transparent;
}

@media only screen and (max-width:480px) {
	.testimonial-bubble {
		padding: 15px 20px;
	}
}

.testimonial-with-bg {
	padding: 120px 0;
	background-image: url('../img/testimonial-bg.png');
	background-attachment: fixed;
	background-position: center center;
	color: #fff;
}

.testimonial-with-bg .testimonial-body p {
	color: #fff;
	font-style: normal;
	font-size: 1.8em;
}

.testimonial-with-bg .testimonial {
	margin-bottom: 0;
}

.testimonial-with-bg .testimonial.slick-carousel .slick-next,
.testimonial-with-bg .testimonial.slick-carousel .slick-prev {
	background-color: transparent;
}

.testimonial-with-bg .testimonial.slick-carousel .slick-next:before,
.testimonial-with-bg .testimonial.slick-carousel .slick-prev:before {
	color: #fff;
}

.testimonial-with-bg .testimonial.slick-carousel .slick-next:hover,
.testimonial-with-bg .testimonial.slick-carousel .slick-prev:hover {
	background-color: rgba(255, 255, 255, 0.08);
}

.mobile .testimonial-with-bg {
	background-attachment: inherit;
	background-position: center -35em;
}

.btn {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;    /* transition: all .2s ease-in-out; */
}

@media screen and (max-width:480px) {
	.testimonial-with-bg .testimonial-body p {
		font-size: 1.3em;
	}
}

.videoWrapper {
	position: relative;
	padding-bottom: 51.70%; /* 16:9 */
	padding-top: 25px;
	margin-top: 26px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 99%;
}

.videoWrapper-1 { /*delete after bambis sponsorship*/
	position: relative;
	padding-bottom: 63.70%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper-1 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 99%;
}

.arrow_box {
	position: relative;
	background: #ebebeb;
	border: 4px solid #B9B9B9;
	width: 90%;
	margin: 0 auto;
	margin-top: 40px;
	padding: 15px 15px 15px 15px;
}

.arrow_box1 {
	position: relative;
	background: #ebebeb;
	border: 4px solid #B9B9B9;
	width: 100%;
	margin: 11px auto;
	padding: 15px 15px 15px 15px;
}

.arrow_box2 {
	position: relative;
	background: #ebebeb;
	border: 4px solid #B9B9B9;
	width: 100%;
	margin: 11px auto;
	padding: 15px 15px 15px 15px;
}

/**********************************************************************/

/************************* ESTIMATE.HTML *****************************/

/********************************************************************/

.header-bg {
	background-color: #BB0000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
}

.border-grey {
	border-color: #777 !important;
}

.bg-grey {
	background: #d7d7d7 !important;
	margin-bottom: 40px;
	border-radius: 5px;
	padding-top: 1px;
}

.title-box .title {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 14px 0 0;
}

/**********************************************************************/

/************************** CONTACT.HTML *****************************/

/********************************************************************/
#contact {
	background: #fff;
	color: #000;
	padding-top: 60px;
}

#contact a {
	color: #3A95E8;
}

#contact h1 {
	color: #0058A8;
}

.bottom-margin {
	margin-bottom: 80px;
}

.mail-underline {
	text-decoration: underline;
}

.btn-danger {
	margin-top: 20px;
}

/**********************************************************************/

/************************* LOCATION.HTML *****************************/

/********************************************************************/

.input-lg {
	border-radius: 3px;
	font-size: 16px;
}

.hero-unit-slider .hero-button1 {
	color: #ffffff;
	border-radius: 3px;
	background: #0058a8;
	width: 100%;
	max-width: 367px;
}

.hero-unit-slider .hero-button1:hover,
.hero-unit-slider .hero-button1:focus {
	background-color: #0a4982;
}

@media screen and (max-width:768px) {
	.hero-unit-slider .hero-button1 {
		font-size: 16px;
	}

	.hero-unit-slider .hero-heading1 {
		font-size: 28px !important;
	}
}

.hero-unit-slider .hero-heading1 {
	font-size: 50px;
	color: #fff;
	font-weight: 500;
}

ul.fancy li:first-child {
	border-top: 1px solid #f0f0f0;
}

ul.fancy li {
	padding: 10px 40px;
	border-bottom: 1px solid #f0f0f0;
	background: url("../img/bullet.png") 10px center no-repeat;
	text-transform: uppercase;
	font-size: 1.1em;
}

ul.fancy {
	margin: 15px 0;
	padding: 0;
	list-style: none;
}

ul.fancy li:hover {
	background-color: #f0f0f0;
}

ul.fancy li a {
	color: #000000;
	font-size: 16px;
}

.section-heading1 {
	margin-bottom: 20px;
}

.green-background {
	background: #07630e;
	border: solid 2px;
	border-radius: 3px;
	top: 11em !important;
}

div.coupon {
	border: 2px dashed #CC0000;
}

.visa-img {
	width: 100%;
	max-width: 288px;
	max-height: 66px;
	margin-bottom: 20px;
}

.hours-img {
	max-width: 225px;
}

.google-maps {
	position: relative;
	padding-bottom: 75%;
	// This is the aspect ratio
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/**********************************************************************/

/************************* COMPUTERIZED TINTING **********************/

/********************************************************************/

.img-responsive img {
	width: 100%
}

.img-edit img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img-edit2 img {
	width: 100%;
	max-width: 458px;
	max-height: 377px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img-edit1 img {
	max-width: 555px;
	max-height: 338px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.computerized-heading {
	margin-top: -67px;
}

.computerized-car img {
	max-width: 725px;
}

.computerized-auto-tint-perfect-fit img {
	max-width: 725px;
}

@media screen and (max-width:992px) {
	.computerized-heading {
		margin-top: -64px;
		margin-left: 173px;
		font-size: 20px;
	}
}

@media screen and (max-width:710px) {
	.computerized-heading {
		margin-top: -28px;
		margin-left: 30px;
		font-size: 16px;
	}
}

.computerized-car img {
	margin-top: -13px;
}

/**********************************************************************/

/**************************** REVIEWS ********************************/

/********************************************************************/

.image-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.image-center img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navbar-default .navbar-nav>.review-padding>a,
.navbar-default .navbar-nav>.review-padding>a:focus,
.navbar-default .navbar-nav>.review-padding>a:hover {
	background-color: rgba(0, 88, 168, 0);
	border-bottom: solid 3px;
	border-color: rgba(255, 204, 0, 0);
	color: #FFF !important;
}

@media only screen and (min-width:1226px) {
	.navbar-default .navbar-nav>.review-padding>a,
	.navbar-default .navbar-nav>.review-padding>a:focus,
	.navbar-default .navbar-nav>.review-padding>a:hover {
		padding-bottom: 23px;
	}
}

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

@media screen and (max-width:421px) {
	.yelp-review {
		margin-left: -30px !important;
		min-width: 404px !important;
	}
}

@media screen and (max-width:410px) {
	.yelp-review {
		margin-left: -30px !important;
		min-width: 390px !important;
	}
}

@media screen and (max-width:400px) {
	.yelp-review {
		margin-left: -30px !important;
		min-width: 382px !important;
	}
}

@media screen and (max-width:382px) {
	.yelp-review {
		margin-left: -30px !important;
		min-width: 370px !important;
	}
}

@media screen and (max-width:370px) {
	.yelp-review {
		margin-left: -30px !important;
		min-width: 354px !important;
	}
}

@media screen and (max-width:356px) {
	.yelp-review {
		margin-left: -30px !important;
		min-width: 344px !important;
	}
}

/**********************************************************************/

/******************************* BAMBI *******************************/

/********************************************************************/

.bambi-img img {
	width: 100%;
	max-width: 460px;
}

/**********************************************************************/

/************************* TINTING PRICES ****************************/

/********************************************************************/
@media screen and (max-width:700px) {
	.img-title {
		display: none !important;
	}
}

.ceramic-ir-shade {
	max-width: 750px;
}

@media screen and (min-width:700px) {
	.img-title-responsive {
		display: none !important;
	}
}

.caption-padding {
	padding-top: 40px;
}

@media screen and (max-width:991px) {
	.caption-padding {
		padding-top: 0px;
	}

	.caption-padding-1 {
		padding-top: 20px;
	}

	.caption-padding-2 {
		display: none;
	}
}

@media screen and (min-width:991px) {
	.caption-padding-1 {
		display: none;
	}
}

.caption-padding p span {
	color: #ff0000;
}

.caption-padding h3 span {
	font-size: 16px;
}

.list-margin li {
	margin-left: -40px;
	font-size: 13px;
}

.suntek-style {
	margin-left: -57px;
	max-width: 299px;
	margin-bottom: 20px;
}

.car-width {
	max-width: 540px;
}

@media screen and (max-width:991px) {
	.car-width {
		display: none;
	}

	.restriction-caption {
		display: none;
	}
}

.car-width-2 {
	max-width: 540px;
	padding-top: 20px;
}

@media screen and (min-width:991px) {
	.car-width-2 {
		display: none;
	}
}

.premium-performance-caption {
	width: 100%;
	max-width: 900px;
}

.premium-performance-caption-2 {
	width: 100%;
	max-width: 700px;
	padding-top: 40px;
}

.hr-margin {
	margin: 40px 0;
}

.price-hr hr {
	border: solid 1px #4b6ffc;
	margin-top: 0px;
	margin-bottom: 5px;
	height: 0px;
}

.windshield-tint-shade img {
	max-width: 193px;
}

@media screen and (min-width:1200px) {
	.windshield-tint-margin {
		margin-left: -60px;
		margin-top: -20px;
	}

	.windshield-tint-margin p {
		margin-left: -148px;
		margin-top: 20px;
	}

	.windshield-tint-shade {
		margin-top: -108px;
		margin-bottom: 10px;
	}

	.windshield-tint-h3 {
		margin-top: -10px;
	}
}

@media screen and (min-width:992px) and (max-width:1200px) {
	.windshield-tint-margin {
		margin-left: -60px;
		margin-top: -20px;
	}

	.windshield-tint-margin p {
		margin-left: -121px;
		margin-top: 20px;
	}

	.windshield-tint-shade {
		margin-top: -75px;
		margin-bottom: 10px;
	}

	.windshield-tint-h3 {
		margin-top: -39px;
	}
}

@media screen and (min-width:700px) and (max-width:991px) {
	.windshield-tint-margin {
		margin-top: 100px
	}

	.windshield-tint-shade img {
		margin-top: -89px;
		margin-bottom: 10px;
	}
}

.bundle-padding {
	padding-top: 30px;
}

.windshield-tint-shades-1 {
	max-width: 193px;
}

.us-flag {
	max-width: 64px;
}

.tint-instagram img {
	max-width: 37px;
}

/* pop up button */
.box {
	margin-top: 29px;
	text-align: center;
}

.button {
	font-size: 14px;
	background: #516b6b;
	padding: 10px;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.button:hover {
	background: #5a8484;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	opacity: 0;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
	z-index: 1;
}

.popup {
	margin-top: 184px;
	width: 100%;
	position: relative;
}

.popup .close {
	position: relative;
	top: 0px;
	right: 5px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.popup .close:hover {
	color: #1462f1;
}

.popup .content {
	max-height: 100%;
	overflow: auto;
}

@media screen and (min-width:700px) {
	.shade-button {
		display: none;
	}
}

.bundle-h3 {
	margin-top: -10px;
}

.bundle-img-size {
	max-width: 600px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.bundle-rate-img {
	max-width: 200px;
	margin-top: 40px;
}

.bundle-price {
	margin-top: -5px;
}

.bundle-price span {
	font-size: 14px;
}

@media screen and (min-width:300px) {
	.bundle-price span {
	font-size: 16px;
	}
}

.bundle-premium-performance {
	max-width: 514px;
	padding-top: 20px;
}

.bundle-p {
	font-size: 14px;
	padding-top: 10px;
}

.bundle-box {
	border: solid 3px #3038ff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 4px 4px 14px #888888;
	margin-top: 5px;
	margin-bottom: 40px;
}

.bundle-car {
	max-width: 714px;
}

/**********************************************************************/

/************************* OBEY TINT LAW *****************************/

/********************************************************************/

.warning-width {
	max-width: 100px;
	margin-bottom: 30px;
}

.caption-box {
	border: solid 1px;
	box-shadow: 4px 4px 14px #888888;
	margin-bottom: 40px;
}

.tint-law-car-width {
	width: 100%;
	max-width: 729px;
}

.police-car-width {
	width: 100%;
	max-width: 350px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.column-padding {
	padding-bottom: 40px;
}

.legal-shade {
	max-width: 255px;
}

.tint-border {
	border: solid 1px;
	padding: 10px;
	max-width: 207px;
	border-radius: 34px;
}

.tint-border1 {
	border: solid 1px;
	padding: 10px;
	max-width: 302px;
	border-radius: 34px;
}

/**********************************************************************/

/************************* TINT COMPARISONS **************************/

/********************************************************************/

.tint-comparisons-box {
	border: solid 3px #8e4193;
	border-radius: 10px;
	box-shadow: 4px 4px 14px #888888;
	margin-bottom: 40px;
}

.tint-comparisons-box h3 {
	color: #8e4193;
}

.tint-comparisons-box p {
	font-size: 16px;
	color: #8e4193;
}

.tint-comparisons-box-1 {
	border: solid 3px #3038ff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 4px 4px 14px #888888;
	margin-bottom: 40px;
	margin-top: -30px;
}

.tint-comparisons-box-1 h3 {
	color: #000000;
}

.tint-comparisons-box-1 p {
	font-size: 16px;
}

.standard-dye-logo {
	max-width: 193px;
	padding: 41px 0px;
}

.blue-p {
	color: #111e8e;
}

.comparisons-check {
	max-width: 30px;
	margin-top: -15px;
}

.red-p {
	color: #e11000;
	font-size: 16px;
}

.comparisons-x {
	max-width: 30px;
	margin-top: -15px;
}

.gold-h3 {
	color: #fec52d;
	font-size: 21px;
	margin-left: 23px;
}

.tint-comparisons-car {
	width: 100%;
	margin-top: -50px;
	max-width: 540px;
}

@media screen and (max-width:991px) {
	.tint-comparisons-car {
		margin-top: 0px;
	}

	.acutint-comparisons {
		display: none;
	}

	.acutintpro,
	.us-line,
	.suntek {
		margin-bottom: 20px;
		max-width: 200px;
	}

	.tint-comparisons-box-1 {
		margin-top: 0px;
	}
}

@media screen and (min-width:991px) {
	.benefits-premium {
		margin-top: -30px;
		margin-top: -54px;
		margin-left: 28px;
	}

	.acutintpro,
	.us-line,
	.suntek {
		display: none;
	}
}

.acutint-comparisons {
	max-width: 900px;
	text-decoration: none;
	position: relative;
	z-index: 10;
}

/* table */
table {
	border: 2px solid #103ffb;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	box-shadow: 4px 4px 14px #888888;
	margin-top: 20px !important;
}

table tr {
	border: 1px solid #418cfa;
	padding: 5px;
}

table th,
table td {
	padding: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

table th {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

@media screen and (max-width:600px) {
	table {
		border: 0;
		box-shadow: 0px 0px 0px;
	}

	table thead {
		display: none;
	}

	table tr {
		margin-bottom: 20px;
		display: block;
	}

	table td {
		display: block;
		text-align: right;
		font-size: 13px;
		border-bottom: 1px dotted #ccc;
	}

	table td:last-child {
		border-bottom: 0;
	}

	table td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}

	.p-solar-rejection {
		font-size: 22px !important;
	}

	.p-uv-rejection {
		font-size: 22px !important;
	}
}

.table-center {
	margin: 0px auto;
}

.p-color-red {
	color: #ff0000;
	font-weight: 900;
}

.p-solar-rejection {
	font-size: 28px;
	color: #0000ff;
}

.p-uv-rejection {
	font-size: 28px;
	color: #000000;
}

.acutint-suntek {
	max-width: 130px;
}

.suntek-cxp {
	width: 100%;
	max-width: 255px;
	margin-right: 10px;
}

.product-comparisms {
	margin-top: 20px;
}

.go-to-instagram {
	background: -webkit-linear-gradient(#FF6D00, #FFFF00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #FF6D00;
	text-shadow: 0 0 3px rgba(255, 255, 0, 0), 0 0 5px rgba(255, 109, 0, 0);
	font-size: 8px;
	font-weight: 900;
	display: block;
	text-align: center;
}

.go-to-instagram:hover,
.go-to-instagram:focus {
	color: #cacaca;
}

@media screen and (min-width:270px) {
	.go-to-instagram {
		font-size: 10px;
	}
}

@media screen and (min-width:400px) {
	.go-to-instagram {
		font-size: 14px;
	}
}

@media screen and (min-width:767px) {
	.go-to-instagram {
		font-size: 14px;
		text-align: left;
	}
}

@media screen and (min-width:992px) {
	.go-to-instagram {
		font-size: 20px;
	}
}

.go-to-instagram img {
	height: 15px;
	width: 15px;
}

@media screen and (min-width:300px) {
	.go-to-instagram img {
		height: 20px;
		width: 20px;
	}
}

@media screen and (min-width:767px) {
	.go-to-instagram img {
		height: 37px;
		width: 37px;
	}
}

.img-center {
	display: block;
	margin: 0 auto;
}

.p-padding-top {
	padding-top: 10px;
}

.non-standard-vehicle-box {
	border: solid 3px #bfbfbf;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 4px 4px 14px #888888;
	width: 100%;
    max-width: 360px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.non-standard-vehicle-box-2 {
	border: solid 3px #c50d0d;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 4px 4px 14px #888888;
	width: 100%;
	max-width: 992px;
    margin-bottom: 20px;
}

.non-standard-vehicle-box-car {
	width: 100%;
	max-width: 310px;
}

.non-standard-vehicle-box-car-2 {
	width: 100%;
	max-width: 507px;
}

.non-standard-vehicle-table {
	border: none;
	box-shadow: none;
}

.non-standard-vehicle-table tr {
	border: none;
}

.non-standard-vehicle-table tr td {
	text-align: left;
	padding: 0px;
	font-weight: normal;
}

@media screen and (max-width: 600px){
.non-standard-vehicle-table tr {
    display:table-row;
}
.non-standard-vehicle-table td {
    display:table-cell;
    text-align: right;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
}
}

.non-standard-vehicle-button {
    color: #fff;
    background: -webkit-linear-gradient(#ff5a5a, #960000);
    border: 0px;
    border-radius: 8px;
    white-space: normal;
    font-size: 16px;
    width: 100%;
    max-width: 248px;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    margin-bottom: 20px;
}

.non-standard-vehicle-button:hover {
    color: #fff;
    background: -webkit-linear-gradient(#ff5a5a, #960000);
    border: 0px;
    border-radius: 8px;
}

.non-standard-vehicle-button:active:focus {
	outline: none;
}

.premium-logo {
	padding-bottom: 20px;
}

.nsvp-h3 {
	color: #c32525;
    font-style: italic;
    font-weight: bold;
}

.nsvp-h2 {
	font-size: 22px;
	color: #c32525;
    font-weight: bold;
}

@media screen and (min-width: 600px){
	.nsvp-h2 {
	font-size: 30px;
	color: #c32525;
    font-weight: bold;
    padding-top: 30px;
	}
}

.car-text {
	margin-top: 20px;
}

img.sponsorship-img {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 40px;
}

.car-price {
	width: 100%;
	max-width: 120px;
	padding-top: 20px;
}

@media screen and (max-width: 992px){
	.car-price {
		display: inline-block;
	}
}

@media screen and (max-width: 500px){
	.car-price {
		max-width: 80px;
	}
}

.img-description {
	max-width: 469px;
}

.img-shade {
	padding-top: 20px;
}

.windshield-tint {
	width: 100%;
	max-width: 540px;
	padding-bottom: 20px;
}

.bundle-deal {
	width: 100%;
	max-width: 500px;
	padding-bottom: 20px;
	display: none;
}

@media screen and (max-width: 800px){
	.bundle-deal {
		display: block;
	}

	.bundle-deal-full {
		display: none;
	}
}

.bambi-update {
	width: 100%;
	margin-bottom: 40px;
}

/**********************************************************************/

/********************** TESLA MODEL 3 PRICING ************************/

/********************************************************************/

.content {
    max-width: 640px;
    margin: auto;
}

.photoViewerTitle {
	text-align: center;
}

.photoViewerTitle h1 {
	font-size: 38px;
	font-family: "roboto_condensedregular", sans-serif;
	color: #516B6B;
	padding-top: 0px;
	padding-bottom: 0px;
}

.videoDescription {
	text-align: center;
}

.videoDescription {
	font-size: 16px;
	font-family: "roboto_condensedregular", sans-serif;
	color: #516B6B;
	padding-top: 10px;
	padding-bottom: 20px;
}

.shadeSelection {
	text-align: center;
}

.shadeSelection h5 {
	font-size: 16px;
	font-family: "roboto_condensedregular", sans-serif;
	color: #BB1100;
	font-weight: 600;
	padding-top: 0px;
	padding-bottom: 0px;
}

.img-corners {
	border-radius: 5%;
}

.photo-width {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	max-width: 640px;
	padding: 10px;
}

.photo-width100 {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	max-width: 100%;
	padding: 20px;
}

.photoDescription {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	padding-bottom: 20px;
}

/********************************************************************/

* {
	box-sizing: border-box;
}

.column {
	float: left;
	width: 50.0%;
	padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
	content: "";
	clear: both;
	display: table;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
	.column {
		width: 100%;
	}
}

.embed-responsive-16by9 {z-index: 999;}
