/**
 * =================================================================== 
 *
 *  Lhander v1.0 Main Stylesheet
 *  url: styleshout.com
 *  01-11-2016
 * -------------------------------------------------------------------
 *
 *	TOC:
 *	01. webfonts and iconfonts 
 *	02. base style overrides
 * 03. preloader
 * 04. forms
 * 05. buttons
 * 06. common styles
 * 07. header styles
 * 08. intro section
 * 09. features section
 * 10. features section
 * 11. optionals section
 * 12. testimomials section 
 * 13. support section 
 *	14. ad-section 
 *	15. call-to-action section
 *	16. footer
 *
 * =================================================================== 
 */

/** 
 * ===================================================================
 * webfonts and iconfonts 
 *
 * ------------------------------------------------------------------- 
 */

@import url("fonts.css");
@import url("ionicons/css/ionicons.min.css");
@import url("micons/micons.css");

/** 
 * ===================================================================
 * base style overrides
 *
 * ------------------------------------------------------------------- 
 */

html {
	font-size: 10px;
}
@media only screen and (max-width:1024px) {
	html {
		font-size: 9.375px;
	}
}
@media only screen and (max-width:768px) {
	html {
		font-size: 10px;
	}
}
@media only screen and (max-width:400px) {
	html {
		font-size: 9.375px;
	}
}

html, body {
	height: 100%;
}
body {
	background: #14181E;
	font-family: Oswald, "merriweather-regular", serif;
	font-size: 1.6rem;
	line-height: 3rem;
	color: #737373;
}

/**
 * links 
 * -
 */

a, a:visited {
	color: #0087cc;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
	color: #ff7b29;
}

/**
 * typography  
 * -
 */

h1, h2, h3, h4, h5, h6, .h01, .h02, .h03, .h04, .h05, .h06 {
	font-family: Oswald, "merriweather-regular", serif;
	color: #252525;
	font-style: normal;
	/* text-rendering: optimizeLegibility; */
	margin-bottom: 2.1rem;
}
h3, h5 {
    font-family: "merriweather-regular";
}
h3, .h03, h4, .h04 {
	margin-bottom: 1.8rem;
}
h5, .h05, h6, .h06 {
	font-family: "raleway-heavy";
	margin-bottom: 1.2rem;
}

h1, .h01 {
	font-size: 3.1rem;
	line-height: 1.35;
	letter-spacing: -.1rem;
}
@media only screen and (max-width:600px) {
	h1, .h01 {
		font-size: 2.6rem;
		letter-spacing: -.07rem;
	}
}

h2, .h02 {
	font-size: 2.4rem;
	line-height: 1.25;
}
h3, .h03 {
	font-size: 2rem;
	line-height: 1.5;
}
h4, .h04 {
	font-size: 1.7rem;
	line-height: 1.76;
}
h5, .h05 {
	font-size: 1.4rem;
	line-height: 1.7;
	text-transform: uppercase;
	letter-spacing: .15rem;
}
h6, .h06 {
	font-size: 1.3rem;
	line-height: 1.85;
	text-transform: uppercase;
	letter-spacing: .15rem;
}

p img {
	margin: 0;
}
p.lead {
	font-family: "Open Sans",arial,"sans-serif";
	font-size: 1.8rem;
	line-height: 1.8;
	color: #737373;
}
@media only screen and (max-width:768px) {
	p.lead {
		font-size: 1.7rem;
	}
}

em, i, strong, b {
	font-size: 1.6rem;
	line-height: 3rem;
	font-style: normal;
	/* font-weight: normal;*/
}
em, i {
	font-family: "merriweather-italic", serif;
}
strong, b {
	font-family: "Open Sans",arial,"sans-serif";
}
small {
	font-size: 1.1rem;
	line-height: inherit;
}
blockquote {
	margin: 3rem 0;
	padding-left: 4rem;
	position: relative;
}
blockquote:before {
	content: "\201C";
	font-size: 8rem;
	line-height: 0px;
	margin: 0;
	color: #333;
	font-family: arial, sans-serif;
	position: absolute;
	top: 3rem;
	left: 0;
}
blockquote p {
	font-family: georgia, serif;
	font-style: italic;
	padding: 0;
	font-size: 1.9rem;
	line-height: 1.75;
}
blockquote cite {
	display: block;
	font-size: 1.2rem;
	font-style: normal;
	line-height: 1.65;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited {
	color: #8d8d8d;
	border: none;
}
abbr {
	font-family: "merriweather-bold", serif;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .05rem;
	color: #8d8d8d;
}
var, kbd, samp, code, pre {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}
pre {
	padding: 2.4rem 3rem 3rem;
	background: #F1F1F1;
}
code {
	font-size: 1.4rem;
	margin: 0 .2rem;
	padding: .3rem .6rem;
	white-space: nowrap;
	background: #F1F1F1;
	border: 1px solid #E1E1E1;
	border-radius: 3px;
}
pre > code {
	display: block;
	white-space: pre;
	line-height: 2;
	padding: 0;
	margin: 0;
}
pre.prettyprint > code {
	border: none;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
mark {
	background: #FFF49B;
	color: #000;
}
hr {
	border: solid #cfcfd5;
	border-width: 1px 0 0;
	clear: both;
	margin: 2.4rem 0 1.5rem;
	height: 0;
}

/**
 * Lists  
 * -
 */

ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	display: list-item;
}
ol, ul {
	margin-left: 1.7rem;
}
ul li {
	padding-left: .4rem;
}
ul ul, ul ol, ol ol, ol ul {
	margin: .6rem 0 .6rem 1.7rem;
}
ul.disc li {
	display: list-item;
	list-style: none;
	padding: 0 0 0 .8rem;
	position: relative;
}
ul.disc li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #cc0000; /* #05bca9; */
	position: absolute;
	left: -17px;
	top: 11px;
	vertical-align: middle;
}
dt {
	margin: 0;
	color: #cc0000; /* #05bca9; */
}
dd {
	margin: 0 0 0 2rem;
}

/**
 * tables  
 * -
 */

table {
	border-width: 0;
	width: 100%;
	max-width: 100%;
	font-family: Oswald, "merriweather-regular", serif;
}
th, td {
	padding: 1.5rem 3rem;
	text-align: left;
	border-bottom: 1px solid #E8E8E8;
}
th {
	color: #252525;
	font-family: Oswald, "merriweather-regular", serif;
}
td {
	line-height: 1.5;
}
th:first-child, td:first-child {
	padding-left: 0;
}
th:last-child, td:last-child {
	padding-right: 0;
}
.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.tech_table td {
    line-height: 0;
}

@media only screen and (max-width:768px) {
	.tech_table td {
		line-height: 1.5rem;
	}
}

/**
 * Spacing  
 * -
 */

button, .button {
	margin-bottom: 1.2rem;
}
fieldset {
	margin-bottom: 1.5rem;
}
input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.fluid-video-wrapper,
.iw-custom-select {
	margin-bottom: 3rem;
}

/**
 * floated image  
 * -
 */

img.pull-right {
	margin: 1.5rem 0 0 3rem;
}
img.pull-left {
	margin: 1.5rem 3rem 0 0;
}

/**
 * block grids paddings 
 * -
 */

.bgrid {
	padding: 0 20px;
}
@media only screen and (max-width:1024px) {
	.bgrid {
		padding: 0 18px;
	}
}
@media only screen and (max-width:768px) {
	.bgrid {
		padding: 0 15px;
	}
}
@media only screen and (max-width:600px) {
	.bgrid {
		padding: 0 10px;
	}
}
@media only screen and (max-width:400px) {
	.bgrid {
		padding: 0;
	}
}


/** 
 * ===================================================================
 * preloader
 *
 * ------------------------------------------------------------------- 
 */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0F1215;
	z-index: 9999999;
	height: 100%;
	width: 100%;
}
.no-js #preloader, .oldie #preloader {
	display: none;
}
#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 365px; /* 60px; */
	height: 120px; /* 60px; */
	margin-left: -180px; /*-30px; */
	margin-top: -60px; /* -30px; */
	padding: 0;
	/* background-color: #cc0000;  */
        background: url("../images/logo-3.png") no-repeat center;
	/* border-radius: 100%; */
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}
@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}


/** 
 * ===================================================================
 * forms
 *
 * ------------------------------------------------------------------- 
 */

fieldset {
	border: none;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	display: block;
	height: 6rem;
	padding: 1.5rem 2rem;
	border: 0;
	outline: none;
	vertical-align: middle;
	color: #737373;
	font-family: "merriweather-regular", sans-serif;
	font-size: 1.5rem;
	line-height: 3rem;
	border-radius: 3px;
	background: #FFFFFF;
	max-width: 100%;
	border: 1px solid #d5d5d5;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ss-custom-select {
	position: relative;
	padding: 0;
	display: inline-block;
}
.ss-custom-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	margin: 0;
	line-height: 3rem;
	vertical-align: middle;
	padding-right: 4rem;
}
.ss-custom-select select option {
	padding-left: 2rem;
	padding-right: 2rem;
}
.ss-custom-select select::-ms-expand {
	display: none;
}
.ss-custom-select::after {
	content: '\f123';
	font-family: 'Ionicons';
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -10px;
	bottom: auto;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	text-align: center;
	pointer-events: none;
	color: #252525;
}
textarea {
	min-height: 25rem;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	color: #000000;
	background: #f4fffe;
	border: 1px solid #d2fef9;
}
label, legend {
	font-family: "merriweather-bold", sans-serif;
	font-size: 1.4rem;
	margin-bottom: .6rem;
	color: #404040;
	display: block;
}
label span, legend span {
	color: #cc0000; /* #05bca9; */
}
input[type="checkbox"], input[type="radio"] {
	display: inline;
}

/**
 * Style Placeholder Text  
 * -
 */

::-webkit-input-placeholder {
	color: #a1a1a1;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #a1a1a1;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #a1a1a1;
}
:-ms-input-placeholder {
	color: #a1a1a1;
}
.placeholder {
	color: #a1a1a1 !important;
}


/** 
 * ===================================================================
 * buttons
 *
 * ------------------------------------------------------------------- 
 */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	font-family: "raleway-bold", sans-serif;
	font-size: 1.6rem;
	height: 5rem;
	line-height: 5rem;
	padding: 0 3rem;
	margin: 0 .3rem 1rem 0;
	background: #d8d8d8;
	color: #252525;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border: none;
	border-radius: 1000px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	background: #bebebe;
	color: #FFFFFF;
	outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	background: #cc0000; /* #05bca9; */
	color: #FFFFFF;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
	background: #04998a;
}
button.full-width, .button.full-width {
	width: 100%;
	margin-right: 0;
}
button.medium, .button.medium {
	height: 5.5rem !important;
	line-height: 5.5rem !important;
	padding: 0 1.8rem !important;
}
button.large, .button.large {
	height: 6rem !important;
	line-height: 6rem !important;
	padding: 0rem 3rem !important;
}
button.round, .button.round {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
	border-radius: 1000px;
}
button.stroke, .button.stroke {
	background: transparent !important;
	border: 3px solid transparent;
	line-height: 4.4rem;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/** 
 * ===================================================================
 * common styles 
 *
 * ------------------------------------------------------------------- 
 */

.section-intro {
	max-width: 850px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5.2rem;
	position: relative;
}
.section-intro-wide {
	max-width: 950px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5.2rem;
	position: relative;
}
.section-intro-wide h1 {
	font-family: Oswald, "merriweather-regular", serif;
	font-size: 4.8rem;
	color: #252525;
	line-height: 1.25;
	margin-bottom: 1.2rem;
}
.section-intro hr, .section-intro-wide hr {
        color: #cc0000;
}    
.section-intro h1 {
	font-family: Oswald, Oswald, "merriweather-regular", serif;
	font-size: 4.8rem;
	color: #252525;
	line-height: 1.25;
	margin-bottom: 1.2rem;
}
.section-intro h5 {
	color: rgba(56, 66, 78, 0.5);
	font-size: 1.6rem;
	line-height: 1.875;
	margin-bottom: 0.3rem;
	letter-spacing: .4rem;
}
.section-intro .lead {
	color: rgba(0, 0, 0, 0.45);
}
.section-intro .with-bottom-line {
	position: relative;
	overflow: hidden;
}
.section-intro-wide .with-bottom-line {
	position: relative;
	overflow: hidden;
}
.section-intro .with-bottom-line::after {
	display: block;
	background-color: #cc0000; /* #05bca9; */
	width: 120px;
	height: 3px;
	content: '\0020';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -60px;
}
.section-intro-wide .with-bottom-line::after {
	display: block;
	background-color: #cc0000; /* #05bca9; */
	width: 120px;
	height: 3px;
	content: '\0020';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -60px;
}
@media only screen and (max-width:600px) {
	section .h01 {
		font-size: 2.5rem;
	}
}

/**
 * responsive:
 * common styles
 * - 
 */

@media only screen and (max-width:768px) {
	.section-intro, .section-intro-wide  {
		max-width: 650px;
	}
	.section-intro h1, .section-intro-wide h1 {
		font-size: 4.2rem;
	}
}
@media only screen and (max-width:600px) {
	.section-intro h1, .section-intro-wide h1 {
		font-size: 3.8rem;
	}
	.section-intro h5, .section-intro-wide h5 {
		font-size: 1.5rem;
		letter-spacing: .3rem;
	}
}
@media only screen and (max-width:400px) {
	.section-intro h1, .section-intro-wide h1 {
		font-size: 3.6rem;
	}
}


/** 
 * ===================================================================
 * header styles 
 *
 * ------------------------------------------------------------------- 
 */

header {
	width: 100%;
	position: absolute;
	left: 0;
	top: 24px;
	z-index: 600;
	background: transparent;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header .row {
	width: auto;
	height: 66px;
	position: relative;
}

header .logo {
	margin-top: 2px;
	z-index: 600;
	position: absolute;
	left: 35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
header .logo a {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	width: 200px; /* 66px */
	height: 66px;
	background: url("../images/logo-3.png") no-repeat center;
	background-size: 200px 66px; /* 42px; */
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.sticky {
	position: fixed;
	background: #000000 url("../images/menu-bg.png");
	top: 0;
}
.sticky .logo a {
	width: 116px; /* 38px; */
	height: 38px;
	background-size: 116px 38px; /* 38px; */
}

/**
 * responsive:
 * header section
 * - 
 */

@media only screen and (max-width:768px) {
	header {
		top: 0;
		padding: 6px 0;
	}
	header .logo a {
		width: 116px; /* 38px; */
		height: 38px;
		background-size: 116px 38px; /*  38px; */
	}
}

/**
 * primary navigation
 * - 
 */

#main-nav-wrap, .main-navigation {
	margin: 0;
	padding: 0;
}

/* hide toggle button */
a.menu-toggle {
	display: none;
}

/* main-nav-wrap */
#main-nav-wrap {
	font-family: Oswald, "merriweather-bold", serif;
	font-size: 14.5px;
	text-transform: uppercase;
	letter-spacing: 1.1px;
	position: absolute;
	top: 0;
	right: 30px;
}
.main-navigation {
	min-height: 66px;
	display: inline-block;
	width: auto;
	text-align: left;
}
.main-navigation li {
	position: relative;
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 66px;
}
.main-navigation li.current a {
	color: #FFFFFF;
}
.main-navigation li.current a::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 80%;
	height: 3px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #cc0000; /* #05bca9; */
	content: '\0020';
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-navigation li.highlight a {
	color: #cc0000; /* #05bca9; */
}
.main-navigation li.with-sep a {
	position: relative;
	padding-left: 22px;
	margin-left: 8px;
}
.main-navigation li.with-sep a::before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background-color: rgba(255, 255, 255, 0.2);
	content: '\0020';
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* navigation links */
.main-navigation li a {
	display: block;
	padding: 18px 7px;
	line-height: 30px;
	text-decoration: none;
	text-align: left;
	color: #98999a;
	position: relative;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.main-navigation li a:active {
	background-color: transparent !important;
}
.main-navigation li a:hover {
	color: #FFFFFF;
}

/**
 * mobile view - primary navigation
 * - 
 */

@media only screen and (max-width:768px) {
	#main-nav-wrap {
		display: block;
		width: 100%;
		position: absolute;
		top: 69px;
		right: 0;
	}
	a.menu-toggle {
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 50%;
		right: 30px;
		margin-top: -20px;
	}
	a.menu-toggle span {
		display: block;
		width: 24px;
		height: 3px;
		margin-top: -1.5px;
		position: absolute;
		right: 8px;
		top: 50%;
		bottom: auto;
		left: auto;
		background-color: white;
		-moz-transition: background 0.2s ease-in-out;
		-o-transition: background 0.2s ease-in-out;
		-webkit-transition: background 0.2s ease-in-out;
		-ms-transition: background 0.2s ease-in-out;
		transition: background 0.2s ease-in-out;
		font: 0/0 a;
		text-shadow: none;
		color: transparent;
	}
	a.menu-toggle span::before, a.menu-toggle span::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: inherit;
		left: 0;
		-moz-transition-duration: 0.2s, 0.2s;
		-o-transition-duration: 0.2s, 0.2s;
		-webkit-transition-duration: 0.2s, 0.2s;
		-ms-transition-duration: 0.2s, 0.2s;
		transition-duration: 0.2s, 0.2s;
		-moz-transition-delay: 0.2s, 0s;
		-o-transition-delay: 0.2s, 0s;
		-webkit-transition-delay: 0.2s, 0s;
		-ms-transition-delay: 0.2s, 0s;
		transition-delay: 0.2s, 0s;
	}
	a.menu-toggle span::before {
		top: -8px;
		-moz-transition-property: top, transform;
		-o-transition-property: top, transform;
		-webkit-transition-property: top, transform;
		-ms-transition-property: top, transform;
		transition-property: top, transform;
	}
	a.menu-toggle span::after {
		bottom: -8px;
		-moz-transition-property: bottom, transform;
		-o-transition-property: bottom, transform;
		-webkit-transition-property: bottom, transform;
		-ms-transition-property: bottom, transform;
		transition-property: bottom, transform;
	}
	.menu-toggle.is-clicked span {
		background-color: rgba(255, 255, 255, 0);
	}
	.menu-toggle.is-clicked span::before, .menu-toggle.is-clicked span::after {
		background-color: white;
		-moz-transition-delay: 0s, 0.2s;
		-o-transition-delay: 0s, 0.2s;
		-webkit-transition-delay: 0s, 0.2s;
		-ms-transition-delay: 0s, 0.2s;
		transition-delay: 0s, 0.2s;
	}
	.menu-toggle.is-clicked span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.menu-toggle.is-clicked span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.main-navigation {
		background: #14171c;
		padding: 48px 42px 54px 42px;
		margin: 0;
		width: 100%;
		height: auto;
		clear: both;
		display: none;
	}
	.main-navigation > li {
		display: block;
		height: auto;
		text-align: left;
		border-bottom: 1px dotted rgba(200, 200, 200, 0.08);
		padding: 0;
	}
	.main-navigation > li:first-child {
		border-top: 1px dotted rgba(200, 200, 200, 0.08);
	}
	.main-navigation li a {
		display: block;
		color: #e6e6e6;
		width: auto;
		padding: 18px 0;
		line-height: 16px;
		border: none;
	}
	.main-navigation li a:hover {
		color: #ff7b29;
	}
	.main-navigation li.with-sep a {
		padding-left: 0;
		margin-left: 0;
	}
	.main-navigation li.with-sep a::before {
		display: none;
	}
	.main-navigation li.current > a {
		background: none;
		color: #ff7b29;
	}
	.main-navigation li.current > a:after {
		display: none;
	}
}

/**
 * make sure the menu is visible on larger screens
 * -
 */

@media only screen and (min-width:769px) {
	#main-nav-wrap ul.main-navigation {
		display: block !important;
	}
}


/** 
 * ===================================================================
 * intro section
 *
 * ------------------------------------------------------------------- 
 */

#intro {
	background: #14181E url(../images/intro-bg-91999.jpg) no-repeat center;
        background-color: #FFFFFF;
	/* -webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover; */
	width: 100%;
	height: 100%;
	/* min-height: 1080px; */
	display: table;
	position: relative;
}

.shadow-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#00000000', GradientType=0);  /* IE6-9 */
}
.intro-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	-webkit-transform: translateY(-1.2rem);
	-ms-transform: translateY(-1.2rem);
	transform: translateY(-1.2rem);
}
.intro-content h1 {
	color: #FFFFFF;
	font-family: Oswald, "merriweather-regular", serif;
	font-size: 5.4rem;
	line-height: 1.334;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#intro h2 {
        position: absolute;
        font-family: Arial;
        color: #FFFFFF;
        width: 30%;
        top: 30%;
        right: 2%;
        font-size: 20px;
        font-weight: 100;
        text-align: justify;
}   

.intro-content h5 {
	color: rgba(255, 255, 255, 0.6);
	font-family: "raleway-heavy", sans-serif;
	font-size: 3.2rem;
	line-height: 1.667;
	margin-bottom: 0.6rem;
	text-transform: uppercase;
	letter-spacing: .25rem;
}
.intro-content .video-link a {
	display: inline-block;
	width: 90px;
	height: 90px;
	margin-bottom: 4.2rem;
	outline: none;
}
.intro-content .button {
	border-color: #FFFFFF;
	color: #FFFFFF;
	height: 6.6rem;
	line-height: 6rem;
	padding: 0 3rem !important;
	margin-top: 1.8rem;
	font-family: "raleway-heavy", sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .4rem;
}
.intro-content .button:hover, .intro-content .button:focus {
	color: #cc0000; /* #05bca9; */
	border-color: #cc0000; /* #05bca9; */
}

/**
 * responsive:
 * intro
 * -
 */

@media only screen and (max-width:1024px) {
        /* #intro {
            background: #14181E url(../images/intro-bg-mobile.jpg) no-repeat center;
        }*/
        
	.intro-content {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.intro-content h1 {
		font-size: 4.8rem;
		max-width: 700px;
	}
	.intro-content h5 {
		font-size: 1.6rem;
	}
	.intro-content .video-link a {
		width: 72px;
		height: 72px;
		margin-bottom: 3rem;
	}
        
        #intro h2 {
            position: relative;
            font-family: Arial;
            color: #FFFFFF;
            width: 80%;
            top: 30%;
            margin-right: auto;
            margin-left:auto;
            font-size: 18px;
            font-weight: 100;
            text-align: justify;
        }   
        
        .row-hide {
            display: none;
        }
}
@media only screen and (max-width:768px) {
	/*#intro {
		min-height: 660px;
	}*/
	.intro-content h1 {
		font-size: 4.2rem;
		max-width: 550px;
	}
	.intro-content h5 {
		font-size: 1.5rem;
		letter-spacing: .15rem;
	}
}
@media only screen and (max-width:600px) {
	/*#intro {
		min-height: 600px;
	}*/
	.intro-content h1 {
		font-size: 3.8rem;
		margin-bottom: .9rem;
	}
	.intro-content h5 {
		font-size: 1.4rem;
		letter-spacing: .15rem;
	}
	.intro-content .video-link a {
		width: 66px;
		height: 66px;
		margin-bottom: 1.5rem;
	}
}
@media only screen and (max-width:400px) {
	/*#intro {
		min-height: 550px;
	}*/
	.intro-content h1 {
		font-size: 3.4rem;
	}
	.intro-content h5 {
		font-size: 1.4rem;
		letter-spacing: .15rem;
	}
	.intro-content .video-link a {
		width: 60px;
		height: 60px;
	}
}

/**
 * video popup modal
 * - 
 */

.popup-modal {
	max-width: 800px;
	background: #FFFFFF;
	position: relative;
	margin: 0 auto;  /* close */
}
.popup-modal .close-popup {
	position: absolute;
	right: 0;
	top: -42px;
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
.popup-modal .close-popup::before {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-family: "Ionicons";
	content: "\f2d7";
	font-size: 21px;
	color: rgba(255, 255, 255, 0.5);
}

/**
 * responsive:
 * video popup modal
 * - 
 */

@media only screen and (max-width:900px) {
	.popup-modal {
		max-width: 700px;
	}
}
@media only screen and (max-width:768px) {
	.popup-modal {
		width: auto;
		margin: 0 20px;
	}
}

/**
 * transition effect for modal popup
 * - 
 */

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* content animate in */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}


/** 
 * ===================================================================
 * features section
 *
 * ------------------------------------------------------------------- 
 */
#features2 {
	background: #FFFFFF;
	padding-top: 6rem;
	padding-bottom: 0; /* 15rem; */
	overflow: hidden;
}
.features2-content {
	position: relative;
	text-align: center;
}
#features2 .col-twelve img {
        border: solid 2px #cccccc;
        width: 800px;
        margin-bottom: 30px;
}

#features {
	background: #FFFFFF;
	padding-top: 12rem;
	padding-bottom: 0; /* 15rem; */
	overflow: hidden;
}
.features-content {
	position: relative;
	text-align: center;
}
.features-content .right-side,
.features-content .left-side,
.features-content .image-part {
	/* width: 33.33333%; */
        width: 37%;
	font-size: 12px;
	line-height: 27px;
}
.features-content .right-side, .features-content .left-side {
	padding: 0 6% 24px;
	position: absolute;
	top: 0;
}
.features-content .right-side {
	right: 0;
}
.features-content .left-side {
	left: 0;
}
.features-content .image-part {
	margin: 0 auto;
	height: 760px;
	background-image: url("../images/igt82017.jpg");
	background-repeat: no-repeat;
	background-position: top;
        /* back */
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
        /* border: solid 1px red; */
}
.features-content .item[data-item]::before {
	background: #38424e;
	color: #FFFFFF;
	border-radius: 100%;
	font-family: "montserrat-bold", sans-serif;
	content: attr(data-item);
	display: inline-block;
	font-size: 18px;
	height: 42px;
	width: 42px;
	line-height: 42px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 1.5rem;
}
.features-content h5 {
        font-family: "merriweather-regular";
	color: #cc0000; /* #05bca9; */
	font-size: 1.3rem;
	line-height: 1.875;
	letter-spacing: .2rem;
	margin-bottom: .3rem;
}
.features-content p {
        text-align: justify;
}
/**
 * responsive:
 * features
 * -
 */

@media only screen and (max-width:1024px) {
	.features-content .right-side, .features-content .left-side {
		padding: 0 3% 24px;
		width: 35%;
	}
	.features-content .image-part {
		height: 700px;
		width: 30%;
	}
}
@media only screen and (max-width:768px) {
	#features {
		padding-bottom: 27rem;
	}
	.features-content .right-side, .features-content .left-side {
		position: static;
		width: 100%;
		max-width: 480px;
		font-size: 1.6rem;
		line-height: 3rem;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
	}
	.features-content .image-part {
		width: 190px;
		position: absolute;
		bottom: -700px;
		left: 50%;
		margin-left: -90px;
	}
}
@media only screen and (max-width:400px) {
	#features {
		padding-bottom: 21rem;
	}
	.features-content .image-part {
		width: 150px;
		bottom: -680px;
		margin-left: -90px;
	}
}


/** 
 * ===================================================================
 * tech section
 *
 * ------------------------------------------------------------------- 
 */

#tech {
	background: #090909 url(../images/tech-bg2.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding-top: 10rem; /* 12rem; */
	padding-bottom: 3rem; /* 12rem; */
	color: #000000;
}
#tech .section-intro h1 {
	color: #000000;
}
#tech .section-intro h5 {
	color: rgba(255, 255, 255, 0.5);
}
#tech .section-intro p {
	color: rgba(255, 255, 255, 0.7);
}
#tech .h05 {
    font-family: Oswald, "merriweather-regular", serif;
}
.tech-content {
	max-width: 920px;
}
.tech-list {
	margin-top: 1.2rem;
	text-align: center;
}
.tech-list .feature {
	margin-bottom: 1.2rem;
	padding: 0 32px;
}
.tech-list .icon {
	display: inline-block;
	margin-bottom: 2.1rem;
}
.tech-list .icon i {
	font-size: 4.8rem;
}
.tech-list .h05 {
	font-size: 1.7rem;
	line-height: 1.765;
	color: #cc0000; /* #05bca9; */
	margin-bottom: 1.8rem;
}

/**
 * responsive:
 * tech
 * -
 */

@media only screen and (max-width:768px) {
	.tech-content {
		max-width: 600px;
	}
	.tech-list .feature {
		padding: 0 15px;
	}
}
@media only screen and (max-width:600px) {
	.tech-list .feature {
		padding: 0 10px;
	}
}
@media only screen and (max-width:400px) {
	.tech-list .feature {
		padding: 0;
	}
}


/** 
 * ===================================================================
 * optionals section
 *
 * ------------------------------------------------------------------- 
 */

#optionals {
	background: #EAEAED;
        background: #090909 url(../images/features-bg3.jpg) repeat;
	padding-top: 12rem;
	padding-bottom: 0; /* 9.6rem; */
}
.optionals-content {
	margin-top: 6.6rem;
	max-width: 1280px;
}
.optionals-content .bgrid {
	margin-bottom: 3.6rem;
}
.optionals-content .price-block {
	background-color: #FFFFFF;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        border: 1px solid #c3c3c3;
}
.optionals-content .price-block .top-part,
.optionals-content .price-block .bottom-part {
	/* padding: 3.9rem 1.5rem; */
        padding:3px;
}
.optionals-content .price-block .top-part {
	background: #ffffff; /* #58687b; */
	color: #cc0000; /* #FFFFFF; */
	/* padding-bottom: 2.4rem; */
        padding-bottom: 0;
	position: relative;
}
.optionals-content .price-block .bottom-part {
	/* padding-top: 2.4rem;
	padding-left: 3rem;
	padding-right: 3rem; */
        padding: 0 10px 0 10px;
        height: 155px;
        background-color: #fbeaed;
        color: #000000;
        background: #090909 url(../images/bottom-part-bg2.jpg) repeat;
}
.optionals-content .price-block .bottom-part p{
	font-size: 1.5rem;	
}
.optionals-content .price-block .plan-title {
	color: #FFFFFF;
	padding-bottom: 2.4rem;
	/* margin-bottom: 1.2rem; */
        margin-bottom: 0;
	font-size: 2.4rem;
	position: relative;
}
.optionals-content .price-block .plan-title::after {
	display: block;
	background-color: rgba(255, 255, 255, 0.3);
	width: 80px;
	height: 1px;
	content: '\0020';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -40px;
}
.optionals-content .price-block .plan-price {
	font-family: Oswald, "merriweather-regular", serif;
	font-size: 5rem;
	line-height: 1;
	margin-bottom: .6rem;
}
.optionals-content .price-block .plan-price sup {
	font-size: 2.4rem;
	top: -1.5rem;
	margin-right: 3px;
}
.optionals-content .price-block .price-month {
	/* margin-bottom: 1.2rem; */
        margin:0;
	font-family: Oswald, "merriweather-regular", serif;
	font-size: 1.6rem;
}
.optionals-content .price-block .price-meta {
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.8rem;
}
.optionals-content .price-block .button {
	color: #353F49;
	padding: 0 5rem;
	margin-left: auto;
	margin-right: auto;
}
.optionals-content .price-block .button:hover,
.optionals-content .price-block .button:focus {
	background: #58687b;
	color: #FFFFFF;
}
.optionals-content .price-block .features {
	list-style: none;
	font-family: "raleway-bold", sans-serif;
	font-size: 1.5rem;
	color: rgba(0, 0, 0, 0.4);
	margin: .6rem 0 1.8rem 0;
}
.optionals-content .price-block .features li {
	padding: .6rem 0;
	border-bottom: 1px solid #EAEAED;
}
.optionals-content .price-block .features li strong {
	color: #353F49;
	font-family: "raleway-bold", serif;
	margin-right: 5px;
}
.optionals-content .price-block .features li:last-child {
	border: none;
}
.optionals-content .primary .top-part {
	background: #cc0000; /* #05bca9;*/
}
.optionals-content .primary .top-part::before {
	content: attr(data-info);
	display: block;
	min-height: 48px;
	line-height: 48px;
	width: 75%;
	text-align: center;
	color: #FFFFFF;
	background: #38424e;
	font-family: "raleway-heavy", sans-serif;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: .15rem;
	position: absolute;
	bottom: -18px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 500;
	border-radius: 5px;
}

/**
 * responsive:
 * optionals
 * -
 */

@media only screen and (max-width:1140px) {
	.optionals-content {
		max-width: 800px;
	}
	.optionals-content .bgrid {
		width: 50%;
		clear: none;
	}
	.optionals-content .bgrid:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width:600px) {
	.optionals-content {
		max-width: 420px;
	}
	.optionals-content .bgrid {
		width: 100% !important;
		float: none !important;
		clear: both !important;
		margin-left: 0;
		margin-right: 0;
	}
}


/** 
 * ===================================================================
 * optionals section
 *
 * ------------------------------------------------------------------- 
 */

#optionals {
	background: #FFFFFF;
	padding-top: 10.2rem;
	padding-bottom: 12rem;
	position: relative;
	min-height: 20.4rem;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
#optionals .h01 {
	padding-bottom: 2.1rem;
	margin-bottom: 3.6rem;
	position: relative;
	color: #252525;
}
#optionals .h01::after {
	display: block;
	background-color: #cc0000; /* #05bca9; */
	width: 120px;
	height: 3px;
	content: '\0020';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -60px;
}
#optionals .flex-container {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
}
#testimonial-slider {
	margin: 0 0 3rem 0;
	position: relative;
}
#testimonial-slider p {
	font-family: Oswald, "merriweather-regular", serif;
	font-size: 2.5rem;
	line-height: 1.8;
	color: #8d8d8d;
}
#testimonial-slider p::before, #testimonial-slider p::after {
	display: inline;
	font-family: Arial, sans-serif;
	color: #c7c7c7;
	font-size: 6rem;
	line-height: 0;
	vertical-align: bottom;
	position: relative;
	top: -1.2rem;
}
#testimonial-slider p::before {
	margin-right: .5rem;
	content: '\201C';
}
#testimonial-slider p::after {
	margin-left: .5rem;
	content: '\201D';
}
#testimonial-slider .testimonial-author img {
	width: 300px; /*8.2rem;*/
	height: 230px; /*8.2rem;*/
	margin: 0 auto 1.2rem auto;
	display: block;
	border-radius: 50%;
	vertical-align: middle;
	border: 9px solid #EAEAED;
}
#testimonial-slider .testimonial-author .author-info {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-family: Oswald, "merriweather-regular", serif;
	font-size: 1.5rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 3rem;
	color: #252525;
}
#testimonial-slider .testimonial-author .author-info span {
	display: block;
	font-family: Oswald, "merriweather-regular", serif;
	font-size: 1.4rem;
	line-height: 2.1rem;
	letter-spacing: 0;
	text-transform: none;
	color: rgba(0, 0, 0, 0.4);
}

/* control nav */
#optionals .flex-control-nav {
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	bottom: -42px;
}
#optionals .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}
#optionals .flex-control-paging li a {
	width: 15px;
	height: 15px;
	display: block;
	border: 4px solid #8d8d8d;
	cursor: pointer;
	border-radius: 50%;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
#optionals .flex-control-paging li a:hover {
	border: 4px solid #cc0000; /* #05bca9; */
}
#optionals .flex-control-paging li a.flex-active {
	background: #cc0000; /* #05bca9; */
	border-color: #cc0000; /* #05bca9; */
	cursor: default;
}

/* direction nav */
#optionals .flex-direction-nav li {
	padding: 0;
	z-index: 500;
	position: absolute;
	bottom: 0;
	margin-bottom: -57px;
}
#optionals .flex-direction-nav li a {
	display: block;
	opacity: .8;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
#optionals .flex-direction-nav li a.flex-prev::before,
#optionals .flex-direction-nav li a.flex-next::after {
	display: block;
	background: #EAEAED;
	color: #737373;
	border-radius: 5px;
	font-family: "Ionicons";
	font-size: 18px;
	height: 48px;
	width: 48px;
	line-height: 48px;
	text-align: center;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#optionals .flex-direction-nav li a.flex-prev::before {
	content: "\f2ca";
}
#optionals .flex-direction-nav li a.flex-next::after {
	content: "\f30f";
}
#optionals .flex-direction-nav li a.flex-next:hover::after,
#optionals .flex-direction-nav li a.flex-prev:hover::before {
	background: #cc0000; /* #05bca9; */
	color: #FFFFFF;
}
#optionals .flex-direction-nav li.flex-nav-prev {
	left: 0;
}
#optionals .flex-direction-nav li.flex-nav-next {
	right: 0;
}



/**
 * responsive:
 * testimonial slider
 * -
 */

@media only screen and (max-width:1024px) {
	#optionals .flex-container {
		max-width: 600px;
	}
	#testimonial-slider p {
		font-size: 2.4rem;
	}
}
@media only screen and (max-width:768px) {
	#optionals .flex-container {
		width: 90%;
	}
	#testimonial-slider p {
		font-size: 2.2rem;
	}
}
@media only screen and (max-width:600px) {
	#optionals .flex-container {
		width: 95%;
	}
	#testimonial-slider p {
		font-size: 2rem;
	}
	#testimonial-slider p::before, #testimonial-slider p::after {
		top: -0.5rem;
	}
}
@media only screen and (max-width:400px) {
	#optionals .flex-container {
		width: auto;
	}
	#testimonial-slider p {
		font-size: 1.8rem;
	}
}


/** 
 * ===================================================================
 * support section
 *
 * ------------------------------------------------------------------- 
 */

#support {
        background: #090909 url(../images/support-bg3.jpg) repeat top;
	/* background: #23262b;  #EAEAED; */
	padding-top: 12rem;
	padding-bottom: 12rem;
        color: #ffffff;
}
#support .section-intro h1 {
	color: white;
}
#support .section-intro h5, #support .section-intro p{
	color: #dadcdf;
}
#support h3 {
        color: #ffffff;
}
.support-content {
	margin-top: 5.4rem;
	max-width: 1020px;
}
.support-content .bgrid {
	padding: 0 45px;
}

/**
 * responsive:
 * support
 * -
 */

@media only screen and (max-width:768px) {        
	.support-content {
		max-width: 650px;
	}
}
@media only screen and (max-width:480px) {        
	.support-content .bgrid {
		padding: 0 20px;
	}
}
@media only screen and (max-width:400px) {       
	.support-content .bgrid {
		padding: 0;
	}
}


/** 
 * ===================================================================
 * ad-section
 *
 * ------------------------------------------------------------------- 
 */

.section-ads {
	margin-top: 4.8rem;
	padding-top: 6rem;
	max-width: 650px;
	border-top: 1px dotted rgba(0, 0, 0, 0.1);
	text-align: center;
}
.section-ads h2 a, .section-ads h2 a:visited {
	color: #252525;
}
.section-ads span {
	color: #0087cc;
}
.section-ads .button {
	background: #cc0000; /* #05bca9; */
	color: #FFFFFF;
}
.section-ads .button:hover, .section-ads .button:focus {
	background: #05ad9c;
}


/** 
 * ===================================================================
 * call-to-action section
 *
 * ------------------------------------------------------------------- 
 */

#cta {
	background: #cc0000; /* #05bca9; */
	padding-top: 7.2rem;
	padding-bottom: 9rem;
	text-align: center;
	color: #FFFFFF;
}
.cta-content {
	max-width: 740px;
	margin: 0 auto;
}
.cta-content h1 {
	color: #FFFFFF;
	margin-bottom: .6rem;
}
.cta-content p {
	color: rgba(255, 255, 255, 0.8);
}
.cta-content .stores {
	margin: 0;
	padding: 0;
	display: block;
}
.cta-content .stores li {
	padding: 0;
	display: inline-block;
}
.cta-content .stores li .button {
	background: #04a393;
	color: #FFFFFF;
	margin-right: 12px;
	display: block;
	line-height: 60px;
}
.cta-content .stores li .button:hover,
.cta-content .stores li .button:focus {
	background: #049485;
}
.cta-content .stores li .button i {
	font-size: 18px;
	line-height: inherit;
	margin-right: 8px;
}
.cta-content .stores li .button i.ion-social-windows {
	font-size: 15px;
}
.cta-content .stores li:last-child .button {
	margin-right: 0;
}

/**
 * responsive:
 * cta
 * -
 */

@media only screen and (max-width:650px) {
	.cta-content {
		max-width: 650px;
	}
	.cta-content .stores li {
		display: block;
	}
	.cta-content .stores li .button {
		width: 300px;
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 1.8rem;
	}
	.cta-content .stores li .button::before {
		display: none;
	}
}
@media only screen and (max-width:600px) {
	.cta-content .stores li .button {
		width: 70%;
	}
}
@media only screen and (max-width:400px) {
	.cta-content .stores li .button {
		width: 80%;
	}
}


/** 
 * ===================================================================
 * footer
 *
 * ------------------------------------------------------------------- 
 */

footer {
	padding-bottom: 3rem;
	font-size: 1.5rem;
	line-height: 2.7rem;
	font-family: "raleway-medium", sans-serif;
	color: #848b99; /* #465166; */
}
footer a, footer a:visited {
	color: #cc0000; /* #05bca9; */
}
footer a:hover, footer a:focus {
	color: #FFFFFF;
}
footer h4 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.03);
	padding-bottom: 1.2rem;
	margin-bottom: 1.2rem;
	color: #FFFFFF;
}
footer ul {
	margin-left: 0;
}
footer ul li {
	padding-left: 0;
}
.footer-main {
	padding-top: 6.6rem;
	padding-bottom: 4.2rem;
	background: #171b23;
}
.footer-main ul {
	font-size: 1.5rem;
}
.footer-main ul li {
	font-family: "raleway-bold", sans-serif;
	list-style: none;
}
.footer-main ul a, .footer-main ul a:visited {
	color: #465166;
}
.footer-main ul a:hover, .footer-main ul a:focus {
	color: #FFFFFF;
}
.footer-main .footer-logo {
	width: 162px;
	height: 39px;
	background: url("../images/footer-logo.png") no-repeat center;
	background-size: 162px 39px;
	margin: -.6rem 0 2.1rem -.3rem;
	display: block;
}
.footer-main .footer-subscribe p {
	margin-bottom: 1.2rem;
}
.footer-main .footer-subscribe .subscribe-form #mc-form {
	padding: 0;
}
.footer-main .footer-subscribe .subscribe-form input[type="email"] {
	padding: .6rem 2rem;
	border-radius: 5px;
	background: #232933;
	border: none;
	width: 100%;
	font-family: "raleway-regular", sans-serif;
	color: #bababa;
	margin-bottom: 1.8rem;
}
.footer-main .footer-subscribe .subscribe-form input[type="submit"] {
	display: none;
}
.footer-main .footer-subscribe .subscribe-form .subscribe-message {
	font-family: "raleway-bold", sans-serif;
	color: #FFFFFF;
}
.footer-main .footer-subscribe .subscribe-form .subscribe-message i {
	color: #ff7b29;
	margin-right: 5px;
}
.footer-main .footer-subscribe .subscribe-form ::-webkit-input-placeholder {
	color: #545454;
}
.footer-main .footer-subscribe .subscribe-form :-moz-placeholder {
	/* Firefox 18- */
	color: #545454;
}
.footer-main .footer-subscribe .subscribe-form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #545454;
}
.footer-main .footer-subscribe .subscribe-form :-ms-input-placeholder {
	color: #545454;
}
.footer-main .footer-subscribe .subscribe-form .placeholder {
	color: #545454 !important;
}
.footer-bottom {
	margin-top: 3rem;
	text-align: center;
}
.footer-bottom .copyright span {
	display: inline-block;
}
.footer-bottom .copyright span::after {
	content: "|";
	display: inline-block;
	padding: 0 1rem 0 1.2rem;
	color: rgba(255, 255, 255, 0.1);
}
.footer-bottom .copyright span:last-child::after {
	display: none;
}

/**
 * responsive:
 * footer
 * -
 */

@media only screen and (max-width:768px) {
	.footer-main .footer-logo {
		margin-left: auto;
		margin-right: auto;
	}
	.footer-main .footer-info {
		text-align: center;
	}
}
@media only screen and (max-width:600px) {
	.footer-main .row {
		max-width: 420px;
	}
	.footer-main .footer-subscribe {
		text-align: center;
	}
	.footer-main .subscribe-form form input[type="email"] {
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center;
	}
	.footer-bottom {
		padding-bottom: .6rem;
	}
	.footer-bottom .copyright span {
		display: block;
	}
	.footer-bottom .copyright span::after {
		display: none;
	}
}
@media only screen and (max-width:400px) {
	.footer-main .site-links, .footer-main .social-links {
		text-align: center;
	}
	.footer-main .site-links h4, .footer-main .social-links h4 {
		border: none;
	}
	.footer-main ul {
		width: 80%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-main ul li a {
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, 0.03);
		padding: .6rem 0;
	}
	.footer-main ul li:first-child a {
		border-top: 1px solid rgba(255, 255, 255, 0.03);
	}
}

/**
 * go to top
 * -
 */

#go-top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 600;
	display: none;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	height: 66px;
	width: 60px;
	line-height: 66px;
	text-align: center;
	background: #048a7c;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#go-top a i {
	font-size: 20px;
	line-height: inherit;
}
#go-top a:hover {
	background: #ff7b29;
	color: #FFFFFF;
}

/*# sourceMappingURL=main.css.map */

/** 
 * ===================================================================
 * Where To Buy section
 *
 * ------------------------------------------------------------------- 
 */

#wtb {
        background: #121617 url(../images/wtb-bg3.jpg) no-repeat center;
	/* background: #CCCCCC;  #EAEAED; */
	padding-top: 12rem;
	padding-bottom: 1.5rem; /* 9.6rem; */
}

#wtb h1 {
    color: #FFFFFF;
}

#wtb h5 {
    color: #FFFFFF;
}

.wtb-content {
	margin-top: 6.6rem;
	max-width: 1280px;
}
.wtb-content .bgrid {
	margin-bottom: 3.6rem;
}
.wtb-content .price-block {
	background-color:transparent; /* #FFFFFF; */
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	/* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); */
}
.wtb-content .price-block .top-part,
.wtb-content .price-block .bottom-part {
	padding: 3.9rem 1.5rem;
}
.wtb-content .price-block .top-part {
	background:none; /* #f4f4f4; /*#626462;  /* #87b482;  #58687b; */
	color: #FFFFFF;
	padding-bottom: 2.4rem;
	position: relative;
}
.wtb-content .price-block .bottom-part {
	padding-top: 2.4rem;
	padding-left: 3rem;
	padding-right: 3rem;
}
.wtb-content .price-block .plan-title {
	color: #FFFFFF;
	padding-bottom: 2.4rem;
	margin-bottom: 1.2rem;
	font-size: 2.4rem;
	position: relative;
}
.wtb-content .price-block .plan-title::after {
	display: block;
	background-color: rgba(255, 255, 255, 0.3);
	width: 80px;
	height: 1px;
	content: '\0020';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -40px;
}
.wtb-content .price-block .plan-price {
	font-family: "raleway-bold", sans-serif;
	font-size: 5rem;
	line-height: 1;
	margin-bottom: .6rem;
}
.wtb-content .price-block .plan-price sup {
	font-size: 2.4rem;
	top: -1.5rem;
	margin-right: 3px;
}
.wtb-content .price-block .price-month {
	margin-bottom: 1.2rem;
	font-family: "raleway-bold", sans-serif;
	font-size: 1.6rem;
}
.wtb-content .price-block .price-meta {
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.8rem;
}
.wtb-content .price-block .button {
	color: #353F49;
	padding: 0 5rem;
	margin-left: auto;
	margin-right: auto;
}
.wtb-content .price-block .button:hover,
.wtb-content .price-block .button:focus {
	background: #58687b;
	color: #FFFFFF;
}
.wtb-content .price-block .features {
	list-style: none;
	font-family: "raleway-bold", sans-serif;
	font-size: 1.5rem;
	color: rgba(0, 0, 0, 0.4);
	margin: .6rem 0 1.8rem 0;
}
.wtb-content .price-block .features li {
	padding: .6rem 0;
	border-bottom: 1px solid #EAEAED;
}
.wtb-content .price-block .features li strong {
	color: #353F49;
	font-family: "raleway-bold", serif;
	margin-right: 5px;
}
.wtb-content .price-block .features li:last-child {
	border: none;
}
.wtb-content .primary .top-part {
	background: #cc0000; /* #05bca9;*/
}
.wtb-content .primary .top-part::before {
	content: attr(data-info);
	display: block;
	min-height: 48px;
	line-height: 48px;
	width: 75%;
	text-align: center;
	color: #FFFFFF;
	background: #38424e;
	font-family: "raleway-heavy", sans-serif;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: .15rem;
	position: absolute;
	bottom: -18px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 500;
	border-radius: 5px;
}

#countries-block h3 {
    color: #FFFFFF;
    font-family: Oswald, "merriweather-bold", serif;
    font-weight: 200;
}

/**
 * responsive:
 * wtb
 * -
 */

@media only screen and (max-width:1140px) {
        #wtb {
                background: #121617 url(../images/wtb-bg3.jpg) repeat center;
        }
	.wtb-content {
		max-width: 800px;
	}
	.wtb-content .bgrid {
		width: 50%;
		clear: none;
	}
	.wtb-content .bgrid:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width:600px) {
        #wtb {
                background: #121617 url(../images/wtb-bg3.jpg) repeat center;
        }
	.wtb-content {
		max-width: 420px;
	}
	.wtb-content .bgrid {
		width: 100% !important;
		float: none !important;
		clear: both !important;
		margin-left: 0;
		margin-right: 0;
	}
}

#wtb .price-month a, a:visited {
	color: #0cbbd5;
}

/*

    PIC GALLERY
                    */
.simplegallery {
  margin: 0 auto;
  width: 95%;
  max-width: 1019px;
  /* height: 610px; */
  overflow: hidden;
}

.simplegallery .contentX {
  background: #fff;
  position: relative;
  width: 100%;
  max-width: 1000px;
  /* height: 500px; */
  overflow: hidden;
}

.simplegallery .contentX img {
  width: 100%;
  max-width: 997px;
  border: 1px solid #9c9c9c;
}

.simplegallery .thumbnailX { margin-top: 5px; }

.simplegallery .thumbnailX .thumbX {
  float: left;
  width: 100px;
  height: 50px;
  margin: 2px 5px 0 0;
  cursor: pointer;
}

.simplegallery .thumbnailX.thumbX img {
  border: 1px solid #9c9c9c;
  width: 100px;
}

.simplegallery .thumbnailX .last { margin: 0; }

.clear { clear: both; }

@media only screen and (max-width:1080px) {	
          .simplegallery .thumbnailX .thumbX {            
            max-width: 80px;
            max-height: 40px;
          }

          .simplegallery .thumbnailX .thumbX img {            
            max-width: 80px;
          }
}

@media only screen and (max-width:850px) {	
          .simplegallery .thumbnailX .thumbX {            
            max-width: 50px;
            max-height: 25px;
          }

          .simplegallery .thumbnailX .thumbX img {            
            max-width: 50px;
          }
}

@media only screen and (max-width:768px) {	
          .simplegallery .thumbnailX .thumbX {            
            max-width: 50px;
            max-height: 25px;
          }

          .simplegallery .thumbnailX .thumbX img {            
            max-width: 50px;
          }
}
@media only screen and (max-width:400px) {
          .simplegallery .thumbnailX .thumbX {            
            max-width: 40px;
            max-height: 20px;
          }

          .simplegallery .thumbnailX .thumbX img {            
            max-width: 40px;
          }
} 

/* ========== NEW STUFF ================= */

#old_cars {
    position: fixed; 
    top: 110px;
    left: 0px;
    z-index: 9999;
    width: 70px;
    height: 170px;
    background: url(../images/old-ver-bg-4.png) no-repeat;
    padding: 0px 0px 0px 17px;
}

#old_cars1 a{
    display: block;
    background: url(../images/tab-RED-3.png) no-repeat left;
    width: 35px;
    height: 85px;
    margin: 0;
    margin-bottom:0.12em;
}

#old_cars2 a{
    display: block;
    background: url(../images/tab-2017-3.png) no-repeat left;
    width: 35px;
    height: 85px;
}

#old_cars a:active, #old_cars a:visited, #old_cars a:hover, #old_cars a:link {
    color: #000000;
    font-size: 14px;    
}

@media only screen and (max-width:1080px) {
    #old_cars {
        position: absolute;
        width: 40px;
        height: 98px;
        background-size: 40px;
        padding: 0px 0px 0px 10px;
        top: 125px;
    }
    
    #old_cars1 a{
        background-size: 20px;
        height: 49px;
        margin: 0;
        margin-bottom:0px;
    }

    #old_cars2 a{
        display: block;
        background-size: 20px;
        width: 20px;
        height: 49px;
    }
    
} 

#features-section {
    width: 100%;
    font-weight: 100;
    display: inline;
    padding-top: 50px;
}

feature--1 {
    background: #000000 url(../images/features/Braces-1.png);
}

.feature--2 {
    background: #000000 url(../images/features/Braces2-1.png);
}

.feature--3 {
    background: #000000 url(../images/features/BULKHEAD-REAR-1.png);
}

.feature--4 {
    background: #000000 url(../images/features/BULKHEAD-1.png);
}

.feature--5 {
    background: #000000 url(../images/features/Bulkhead2-1.png);
}

.feature--6 {
    background: #000000 url(../images/features/BulkheadRear-1.png);
}

.feature--7 {
    background: #000000 url(../images/features/CarClear.png);
}

.feature--8 {
    background: #000000 url(../images/features/Caster-1.png);
}

.feature--9 {
    background: #000000 url(../images/features/Caster1-1.png);
}

.feature--10 {
    background: #000000 url(../images/features/Chassis-Weights1-1.png);
}

.feature--11 {
    background: #000000 url(../images/features/Chassis-Weights2-1.png);
}

.feature--12 {
    background: #000000 url(../images/features/Chassis-1.png);
}

.feature--13 {
    background: #000000 url(../images/features/Clear-1.png);
}

.feature--14 {
    background: #000000 url(../images/features/Engine-1.png);
}

.feature--15 {
    background: #000000 url(../images/features/Engine2-1.png);
}

.feature--16 {
    background: #000000 url(../images/features/Engine3-1.png);
}

.feature--17 {
    background: #000000 url(../images/features/MOD1-1.png);
}

.feature--18 {
    background: #000000 url(../images/features/MOD12-1.png);
}

.feature--19 {
    background: #000000 url(../images/features/MOD13-1.png);
}

.feature--20 {
    background: #000000 url(../images/features/Optional-Knucle-1.png);
}

.feature--21 {
    background: #000000 url(../images/features/Optional-Rear-Hub-1.png);
}

.feature--22 {
    background: #000000 url(../images/features/Optional-Wheel-Discs-1.png);
}

.feature--23 {
    background: #000000 url(../images/features/Optional Wheel Discs2.png);
}

.feature--24 {
    background: #000000 url(../images/features/Power-Train-1.png);
}

.feature--25 {
    background: #000000 url(../images/features/Radio-Tray-1.png);
}

.feature--26 {
    background: #000000 url(../images/features/TRANSMISSION-1.png);
}

.feature--27 {
    background: #000000 url(../images/features/Upper-Bumer-Design-1.png);
}

.feature--28 {
    background: #000000 url(../images/features/Virtual Manual.png);
}


.bg-feature {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	/* min-height: 720px; */
	display: table;
	position: relative;
}

.bg-feature h2, .bg-feature p {
    font-family: Arial;
    font-weight: 700;
}

.bg-feature p {
    font-size: 26px;
}

.features {
    font-size: 26px;
}
.features-section {
    position: relative;
    background: url(/images/loading.png) center center no-repeat;
}
.features-bg {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.features-video-bg {
    display: none;
}
.features-section.is-visible .features-video-bg {
    display: block;
}
.features-content {
    position: absolute;
    z-index: 10;
}
.features-text>:first-child {
    margin-top: 0;
}
.features-title {
    margin-bottom: 20px;
    font-weight: 400;
    font-weight: 400;
    font-size: 36px;
    line-height: 38px;
}

.bg-feature .features-title {
    margin-bottom: 5px;
}    

.features-mobile-img {
    display: none;
}
.features-table {
    position: absolute;
    z-index: 8;
}
.features-text p {
    font-size: 20px;
    margin-top: 10px;
    text-align: left;
}

.features-content h2 {
    font-size: 40px;
    padding-bottom: 15px;
}    


/*
@media only screen and (max-width:1950px) {
.bg-feature-new {
    background-size: 1950px 1219px;
    height: 1219px;
}
}

@media only screen and (max-width:1900px) {
.bg-feature-new {
    background-size: 1900px 1188px;
    height: 1188px;
}
}

@media only screen and (max-width:1800px) {
.bg-feature-new {
    background-size: 1800px 1125px;
    height: 1125px;
}
}

@media only screen and (max-width:1700px) {
.bg-feature-new {
    background-size: 1700px 1063px;
    height: 1063px;
}
}

@media only screen and (max-width:1600px) {
.bg-feature-new {
    background-size: 1600px 1000px;
    height: 1000px;
}
}

@media only screen and (max-width:1500px) {
.bg-feature-new {
    background-size: 1500px 938px;
    height: 938px;
}
}

@media only screen and (max-width:1400px) {
.bg-feature-new {
    background-size: 1400px 875px;
    height: 875px;
}
}

@media only screen and (max-width:1300px) {
.bg-feature-new {
    background-size: 1300px 813px;
    height: 813px;
}
}

@media only screen and (max-width:1200px) {
.bg-feature-new {
    background-size: 1200px 813px;
    max-height: 813px;
}
}


@media only screen and (max-width:1024px) {
.bg-feature {
    background-image: none!important;
    height: auto;
}
.bg-feature p {
    font-size: 16px;
}

.features-content h2 {
    font-size: 26px;
} 

.features-bg {
    width: auto;
    height: auto;
    background: 0 0!important;
}
.features-video-bg {
    display: none!important;
}
.features-content {
    position: static;
    margin: 0 auto;
    padding: 5px 5px;
    max-width: 850px;
    width: auto!important;
}
.features-mobile-img {
    display: block;
    width: 100%;
}
.bg-feature-new {
    min-height: 250px;
}
}    

*/

.black-divider {
    background: url(../images/divider1.png);
    border:0px #000000 solid; 
    width:100%;
    height: 6px
}

.black-black-divider {
    background: url(../images/divider2.png);
    border:0px #000000 solid; 
    width:100%;
    height: 6px
}

bg-feature h2 {
    font-family: Arial;
}

bg-feature p {
    font-family: Arial;
}

.bg-feature-new .row222222 {
    display: none;
}

/*.bg-feature-new {
    background-image:none;
}*/


@media only screen and (max-width:1950px) {
#intro {
    background-size: 1950px 1097px;
    height: 1097px;
}
}

@media only screen and (max-width:1900px) {
#intro {
    background-size: 1900px 1069px;
    height: 1069px;
}
}

@media only screen and (max-width:1800px) {
#intro {
    background-size: 1800px 1013px;
    height: 1013px;
}
}

@media only screen and (max-width:1700px) {
#intro {
    background-size: 1700px 956px;
    height: 956px;
}
}

@media only screen and (max-width:1600px) {
#intro {
    background-size: 1600px 900px;
    height: 900px;
}
}

@media only screen and (max-width:1500px) {
#intro {
    background-size: 1500px 844px;
    height: 844px;
}
}

@media only screen and (max-width:1400px) {
#intro {
    background-size: 1400px 788px;
    height: 788px;
}
}

@media only screen and (max-width:1300px) {
#intro {
    background-size: 1300px 731px;
    height: 731px;
}
}

@media only screen and (max-width:1200px) {
#intro {
    background-size: 1200px 675px;
    height: 675px;
}
}

@media only screen and (max-width:1100px) {
#intro {
    background-size: 1100px 619px;
    height: 619px;
}
}

@media only screen and (max-width:1024px) {
#intro {
    background-size: 1024px 576px;
    height: 576px;
}
}

@media only screen and (max-width:900px) {
#intro {
    background-size: 900px 506px;
    height: 506px;
}
}

@media only screen and (max-width:800px) {
#intro {
    background-size: 800px 450px;
    height: 450px;
}
}

@media only screen and (max-width:700px) {
#intro {
    background-size: 700px 394px;
    height: 394px;
}
}

@media only screen and (max-width:600px) {
#intro {
    background-size: 600px 338px;
    height: 338px;
}
}

@media only screen and (max-width:500px) {
#intro {
    background-size: 500px 281px;
    height: 281px;
}
}

@media only screen and (max-width:400px) {
#intro {
    background-size: 400px 225px;
    height: 225px;
}
}

@media only screen and (max-width:300px) {
#intro {
    background-size: 300px 169px;
    height: 169px;
}
}

@media only screen and (max-width:200px) {
#intro {
    background-size: 200px 113px;
    height: 113px;
}
}

@media only screen and (max-width:100px) {
#intro {
    background-size: 100px 56px;
    height: 56px;
}
}

/********** *************************************/
.bg-feature {
    background-image: none!important;
    height: auto;
}
.bg-feature p {
    font-size: 16px;
}

.features-content h2 {
    font-size: 26px;
} 

.features-bg {
    width: auto;
    height: auto;
    background: 0 0!important;
}
.features-video-bg {
    display: none!important;
}
.features-content {
    position: static;
    margin: 0 auto;
    padding: 5px 5px;
    max-width: 850px;
    width: auto!important;
}
.features-mobile-img {
    display: block;
    width: 100%;
}
.bg-feature-new {
    min-height: 250px;
}




/*******************************************/
.intro-content {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.intro-content h1 {
		font-size: 4.8rem;
		max-width: 700px;
	}
	.intro-content h5 {
		font-size: 1.6rem;
	}
	.intro-content .video-link a {
		width: 72px;
		height: 72px;
		margin-bottom: 3rem;
	}
        
 
#player-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999;
}

video {
  display: block;
  width: 100%;
  height: 100%;
}

.testimonial-author a, a:visited {
    color: #cc0000
}