@import 'https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i';
@import 'https://fonts.googleapis.com/css?family=Chivo:400,400i,900,900i';
/****************************************************************/
/*                          General                             */
/****************************************************************/
html {
	overflow-y: scroll;
	font-size: 16px;   /* 1rem = 16px */
}
body, html{
    margin:0;
    padding:0;
	overflow-x: hidden;
}
body {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 24px;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: center;
}

a img {
	border: 0;
}

a {
	color: #323232;
	text-decoration: none;
	outline:0 !important;
	border:0 !important;
}
p {
	margin: 9px 0;	
}
.clear {
	clear: both;
	float: none;
}
span.nobr { white-space: nowrap; }
/****************************************************************/
/*                         Containers                           */
/****************************************************************/	
#wrapper {
	overflow: hidden;
	width: 100%;
}
/****************************************************************/
/*                      Main Slideshow                          */
/****************************************************************/
#slideshow-mask, #dynakleen-slide {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 610px;
	overflow: hidden;
}
#slideshow-mask img, #dynakleen-slide img {
	display: block;	
	width: 100%;
	vertical-align: bottom;
}
#dynakleen-slide {
	display: none;
}
.rslides {
	display: none;
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #fff; 
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
	-moz-backface-visibility:hidden;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
/* @media (max-width: 640px) {
.rslides li, .rslides li img {
	width: 150%;
	left:-25%;
}}*/

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.callbacks_container  {
	position: relative;
	width: 100%;
	height: 610px;
	overflow: hidden;
	padding: 0;
}

@media (max-width: 1560px) {
.callbacks_container {
	height: auto;
}}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.callbacks img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}
.callbacks_nav {
	display: none;
}
#message-1, #message-2, #message-3, #message-4 {
	position: absolute;
	top: 50%;
	left: -650px;
	color: #fff;
	font-style: italic;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	font-weight: 900;
	font-size: 80px;
	z-index: 10;
	animation: animate 5.75s;
    animation-direction: initial;
	animation-delay: 1.25s;
	-webkit-animation: animate 5.75s;
    -webkit-animation-direction: initial;
	-webkit-animation-delay: 1.25s;
	overflow: hidden;
}
#message-1 {
	animation-duration:	 4.5s;
	-webkit-animation-duration:	 4.5s;
}
#message-2 {
	animation-delay: 4.5s;
	-webkit-animation-delay: 4.5s;
}
#message-3 {
	animation-delay: 8.75s;
	-webkit-animation-delay: 8.75s;
}
#message-4 {
	top: 60%;
	left: -1000px;
	animation: animate-1 2.5s forwards;
	animation-delay: 12.25s;
	-webkit-animation: animate-1 2.5s forwards;
	-webkit-animation-delay: 12.25s;
	text-shadow: none;	
}
@keyframes animate {
    0% {left: -100%;}
	50% {left: 30%;}
    100% {left: 125%;}
}
@keyframes animate-1 {
    0% {left: -1000%;}
	100% {right:-100%; left:-100%;}
}
@-webkit-keyframes animate {
    0% {left: -100%;}
	50% {left: 30%;}
    100% {left: 125%;}
}
@-webkit-keyframes animate-1 {
    0% {left: -1000%;}
	100% {right:-100%; left:-100%;}
}
@media (min-width: 1560px) {
#message-4 {
	top: 70%;
}}
@media (max-width: 759px) {
#message-1, #message-2, #message-3, #message-4 {
	font-size: 56px;
}}
@media (max-width: 600px) {
#message-1, #message-2, #message-3, #message-4 {
	font-size: 48px;
}}
@media (max-width: 480px) {
#message-1, #message-2, #message-3, #message-4 {
	font-size: 28px;
}}

/****************************************************************/
/*                         Navigation                           */
/****************************************************************/
#nav {
	width: 100%;
	padding: 21px 0;
	background-color: #000;
	text-align: center;
}
.nav-text {
	display: inline-block;
	weight: 400;
	font-size: 24px;
	color: #fff;
	margin: 0 30px;
	letter-spacing: .5px;	
	transition-property: color;
    transition-duration: .4s, 0s;
    transition-delay: 0s, .4s;
}
@media (min-width: 721px) and (max-width: 910px) {
.nav-text {
	font-size: 20px;
	margin: 0 20px;
}}
@media (min-width: 641px) and (max-width: 720px) {
.nav-text {
	font-size: 18px;
	margin: 0 15px;
}}
@media (max-width: 640px) {
#nav {
	height: 20px;
	padding: 0;
}
.nav-text {
	display: none;
}}
.nav-text:hover {
	color: #ec1c24;
    transition-delay: 0s, 0s;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	display: block;
    position: relative;
	cursor: default;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    position: absolute;
    min-width: 220px;
	background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	visibility: hidden;
	opacity: 0;
	transition-property: opacity, visibility;
    transition-duration: .4s, 0s;
    transition-delay: 0s, .4s;
	text-align: left;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: #323232;
	font-size: 18px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	transition: background-color 0.4s ease, color 0.4s ease;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #d3d3d3;
	color: #ec1c24;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	visibility: visible;
    opacity: 1;
    transition-delay: 0s, 0s;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

@media (min-width: 641px ){
#menu-btn {
	display: none;
}}
@media (max-width: 640px ){
#menu-btn {
	display: block;
	width: 12%;
	height: 12%;
	float: right;
	margin: 8% 2% 0 0;
	transition-property: opacity;
    transition-duration: .4s, 0s;
    transition-delay: 0s, .4s;
}}
#menu-btn:hover {
    opacity: .5;
    transition-delay: 0s, 0s;
	cursor: pointer;
}
#nav-menu-mobile {
	display: none;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -140px;
	width: 280px;
	text-align: center;
	z-index: 20;
	background-color: rgba(0, 0, 0, 0.90);
}
.nav-text-mobile {
	font-weight: 500;
	font-size: 18px;
	float: left;
	width: 280px;
	padding: 15px 0;
	color: #fff;
	border-bottom: 1px solid #fff !important;
}
.close-btn {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	float: right;
	margin: 10px 10px 0 0;
	cursor: pointer;
}
#mask {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.90);
	z-index: 15;
}

/****************************************************************/
/*                            Main                              */
/****************************************************************/
#logo {
	margin: 3.85% auto 0.5%;
	width: 53.33%;
}
#logo img {
	width: 100%;
}
@media (max-width: 640px) {
#logo {
	float: left;
	margin: 3.85% 0 2% 3%;
	width: 81.25%;
}}
@media (min-width: 1501px) {
#logo {
	width: 800px;
	height: 194px;
}}

#main {
	max-width: 1350px;
	margin: 0 auto;
}
#main .text {
	margin: 24px auto 55px;
	max-width: 1120px;
	letter-spacing: 0.15px;
}
@media (max-width: 1349px) {
#main {
	width: 100%;
}
#main .text {
	width: 90%;
}}
@media (max-width: 910px) {
#main .text {
	font-size: 18px;
}}
@media (max-width: 640px) {
#main .text {
	margin: 24px auto 30px;
}}

#features {
	width: 100%;
	padding: 40px 0 35px 0;
	background-color: #000;
}
.features-box, .features-box-1 {
	display: inline-block;
	width: 360px;
	margin-right: 56px;
}
.features-box-1 {
	margin-right: 0;
}
@media (min-width: 561px) and (max-width: 1220px) {
.features-box, .features-box-1 {
	width: 30.20%;
	margin: 0 3% 0 0;
}
.features-box-1 {
	margin: 0;
}}
@media (max-width: 560px) {
.features-box, .features-box-1 {
	margin: 0 auto 40px;
}
.features-box-1 {
	margin-bottom: 0;
}}
@media (max-width: 360px) {
.features-box, .features-box-1 {
	width: 100%;
	pointer-events: none;
}}

.features-photo {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.features-photo img, .features-photo-1 img {
	display: block;
	width: 100%;
}

.grow img { 
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.grow:hover img { 
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}

#call-to-action {
	width: 1100px;
	margin: 50px auto 70px;
}
@media (max-width: 1100px) {
#call-to-action {
	width: 95%;
	margin: 8% auto 13%;
}}

/****************************************************************/
/*                           Footer                             */
/****************************************************************/
#footer {
	width: 100%;
	padding: 75px 0px;
	background: #000;
	float: left;
}
#footer-content { 
	width: 1240px;
	margin: 0 auto;
	padding: 0px 20px;
	color: #fff;
	font-weight: 300;
}
@media (max-width: 1280px) {
#footer-content { 
	width: 97%;
	padding: 0%;
}}
#footer-left-wrapper { 
	width: 760px;
}
#footer-left {
	width: 760px;
	float: left;
}
#footer-logo {
	width: 262px;
	float: left;	
}
#footer-logo img {
	width: 100%;
}
#footer-address-phone {
	font-size: 24px;
	text-align: left;
	padding: 3px 0 0 10px;
	float: left;
}
.phone-numbers {
	font-size: 15px;
}
#footer-right {
	text-align: right;
	font-size: 14px;
	margin: 6px 0 0 0;
	float: right;
}
@media (max-width: 1200px) {
#footer-left-wrapper { 
	width: 100%
}
#footer-left { 
	margin:0 auto;
	float: none;
}
#footer-right {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}}
@media (max-width: 800px) {
#footer-left { 
	width: 100%;
}
#footer-logo { 
	margin: 0 auto;
	float: none;
}
#footer-address-phone {
	width: 100%;
	padding: 3px 0 0 0;
	text-align: center;
	float: none;
}}
@media (max-width: 520px) {
#footer-address-phone {
	font-size: 18px;
}
.phone-numbers {
	font-size: 13px;
}
#footer-nav {
	display: none;	
}}
@media (max-width: 440px) {
.phone-numbers {
	display: none;
}}
#footer-nav a {
	color: #fff;
	transition-property: color;
    transition-duration: .4s, 0s;
    transition-delay: 0s, .4s;
}
#footer-nav a:hover {
	color: #ec1c24;
	transition-delay: 0s, 0s;
}

.ui-loading .ui-loader { display: block; }
.ui-loader { display: none; position: absolute; opacity: .85; z-index: 100; left: 50%; width: 200px; margin-left: -130px; margin-top: -35px; padding: 10px 30px; }

/****************************************************************/
/*                            Text                              */
/****************************************************************/
h1, h3 {
	font-family: 'Chivo', sans-serif;
	margin: 0;
	font-weight: 900;
}
.headline {
	font-size: 48px;
}
.feature-label {
	font-size: 28px;
	color: #fff;
	margin-top: 10px;
	letter-spacing: 0.05em
}
@media (min-width:860px) and (max-width: 1000px) {
.feature-label {
	font-size: 24px;
}}
@media (max-width: 360px) {
.feature-label {
	font-size: 26px;
}}
 h2, .sub-head {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	margin: 0;
	font-weight: 400;	
}
@media (max-width: 910px) {
.headline {
	width: 95%;
	font-size: 36px;
	margin: 0 auto;
	line-height: 34px;
}
h2, .sub-head {
	width: 95%;
	font-size: 22px;
	margin: 6px auto 0;
}}
.flex-free-text, .call-today-text, .toll-free-text, .telephone-numbers {
	font-family: 'Chivo', sans-serif;
	font-weight: 900;
	font-size: 48px;
}
.call-today-text {
	font-size: 96px;
	color: #ec1c24;
	margin: 2% 0 1.5%;
	line-height: 90px;
}
.toll-free-text {
	font-size: 72px;
}
@media (max-width: 880px) {
.toll-free-text {
	font-size: 54px;
}}
.telephone-numbers {
	font-size: 36px;
}
.large-divider, .small-divider, .small-divider-1 {
	display: inline-block;
	color: #e1e1e1;
	font-weight: 400;
	font-size: 48px;
	margin: 0 15px;
}
.small-divider, .small-divider-1 {
	font-size: 40px;
	margin: 0 10px;
}
.hidden-break-1, .hidden-break-2, .hidden-break-3, .hidden-break-4 {
	display: none;
}
@media (max-width: 1010px) {
.small-divider-1 {
	display: none;
}
.hidden-break-3 {
	display: inline;
}}
@media (max-width: 810px) {
.large-divider {
	display: none;
}
.hidden-break-1 {
	display: inline;
}}
@media (max-width: 594px) {
.hide-text {
	display: none;	
}
.small-divider {
	display: none;	
}
.hidden-break-2 {
	display: inline;
}}
@media (max-width: 440px) {
.flex-free-text {
	font-size: 36px;	
}
.call-today-text {
	font-size: 48px;
	line-height: 72px;
}
.toll-free-text {
	font-size: 38px;
}
.telephone-numbers {
	font-size: 24px;
}}
@media (max-width: 320px) {
.hidden-break-4 {
	display: inline;	
}
.comma {
	display: none;	
}}

.features-box h3, .features-box-1 h3, .nav-text-mobile {
	transition-property: color;
    transition-duration: .4s, 0s;
    transition-delay: 0s, .4s;
}
.features-box:hover h3, .features-box-1:hover h3, .nav-text-mobile:hover {
	color: #ec1c24;
    transition-delay: 0s, 0s;
}