/*

Digital Storm Products
Copyright 2016 Digital Storm. All Rights Reserved.

---------------

Table of Contents:

1) General
2) Typography
3) Backgrounds and buttons
4) Dividers
5) Intro & Sections Headers
6) Services & Features
7) Works
8) Gallery
9) Team
10) Contact
11) Footer
12) Navigation
13) Carousels
14) Preloader
15) Media

*/

/* ==== 1) General ==== */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

::selection {
	background: #e60000;
	color:#fff;
}

::-moz-selection {
	background: #e60000;
	color:#fff;
}

@import url("steadysets/steadysets.css");
@import url("linecons/linecons.css");
@import url("et-line/et-line.css");

@font-face {
	font-family: 'Exo';
	src: url('/fonts/Exo2-0-SemiBold.eot');
	src: url('/fonts/Exo2-0-SemiBold.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/Exo2-0-SemiBold.svg#Exo2.0-SemiBold') format('svg'),
	     url('/fonts/Exo2-0-SemiBold.ttf')  format('truetype');
	     
	font-weight: 700;
    font-style: normal;
}
@font-face {
	font-family: 'Exo';
	src: url('/fonts/Exo2-0-Regular.eot');
	src: url('/fonts/Exo2-0-Regular.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/Exo2-0-Regular.svg#Exo2.0-Regular') format('svg'),
	     url('/fonts/Exo2-0-Regular.ttf')  format('truetype');
	font-weight: 400;
    font-style: normal;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	font-weight: 300;
	background: #fff;
	color: #111;
	overflow-x: hidden;
	margin: 0;
	text-rendering: geometricPrecision;
	font-size: 16px;
    line-height: 1.5;
    font-family: Helvetica, Arial, sans-serif;
}

section {
	position: relative;
}

.img-responsive {
	display: inline-block;
}

.top-image-header {
	max-height: 450px;
	max-width:100%;
}

#press p {
  font-size:22px;
  color:#525352;
  font-family:'Exo', sans-serif;
}

.foot-copyright p {
  color: #525352;	
}

.white-circle a {
	color: #ffffff;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

.white-circle a:hover {
	color: #E60000;
	text-decoration: none;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

.red-circle a {
	color: #E60000;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

.red-circle a:hover {
	color: #ffffff;
	text-decoration: none;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

.btn-buy-ghost-red {
	background: transparent;
	font-family: 'Montserrat', sans-serif;
	color: #e60000;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	padding:5px 10px;
	margin: 0;
	border-radius: 25px !important;
	border: 2px solid #e60000;
	text-decoration: none;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	top: -1px;
	position: relative;
}

.btn-buy-ghost-red:hover {
	background: #e60000;
	color: #fff;
}

.top-logo-black {
	margin-top: 5px;
}

/*.align-overview {
  height:700px;
}*/

.review-image {
	width:300px;
}

#support h3  {
	font-size: 25px;	
}

#technology h3  {
	font-size: 25px;	
}

#contact {
	background: #fff;
}

#technology {
	padding-top: 75px;
}

.img-specs {
	padding-top:100px; 
}

.content-image {
	padding-top: 175px;
}

.support-service-logo {
	padding-top:125px;	
}

.configs1 {
	display: none;
}

.configs2 {
	display: none;
}

.configs3 {
	display: none;
}

.configs4 {
	display: none;
}
.configBack {
	display: none;
}

.progress {
  height:10px;
}

.progress-bar {
  background-color:#a2a2a2;
}

.progress-text {
	color:#828282;
	font-family:Exo, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-align: right;
}

@media (max-width: 1199px) {
	.progress-text {
		text-align: center;
	}
}

.pricing-techlogo {
	display: block;
	margin: auto;
	width: 90px;
	padding: 20px 0 10px 0px;
}

.config-for {
	color:#828282;
	font-family:Exo, sans-serif;
	font-size:15px;
	font-weight:normal;
	padding-top:5px;
}

/* ==== 2) Typography ==== */

.light {
	color: #fff;
	padding-bottom:10px;
	letter-spacing:-2px;
}

.smoke, h5 small {
	color: #aaa;
}

p {
	margin: 0 0 15px 0;
}

p:last-child {
	margin: 0;
}

.link-red {
	color: #e60000;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

.make-red {
	color: #e60000;
}

a.link-red:hover {
	color: #ffffff;
	text-decoration: none;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

a.link-red:focus {
	color: #ffffff;
	outline: none;
	text-decoration: none;
}

a {
	color: #111;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

a:hover {
	color: #999;
	text-decoration: none;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

a:focus, a:active {
	color: #999;
	outline: none;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-family: 'Exo', sans-serif;
	font-weight: 100;
	margin: 0 0 15px 0;
	color: #525352;
}

h1 {
	font-size: 54px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h5 {
	font-family: 'Droid Serif', serif;
	font-size: 19px;
	font-style: italic;
	line-height: 1.48;
	margin: 0 0 15px 0;
}

/* ==== 3) Backgrounds and buttons ==== */

.overview-padding {
	padding-bottom:100px;
}

.white-bg {
	background: #fff;
}

.smoke-bg {
	background: #181818; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#181818, black); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#181818, black); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#181818, black); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#181818, black); /* Standard syntax */
}

.smoke-bg p {
  color:#ffffff;
  font-size:15px;
}

.smoke-bg h3 {
  color:#ffffff;
  font-weight:100;
  font-size:23px;
}

.smoke-bg-red-links a {
	color: #E60000;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

.smoke-bg-red-links a:hover {
	color: #ffffff;
	text-decoration: none;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

.smoke-bg-grey-links a {
	color: #525352;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

.smoke-bg-grey-links a:hover {
	color: #E60000;
	text-decoration: none;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

.smoke-bg h4 {
	color: #525352;
	font-size: 15px;
	text-decoration: none;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

.smoke-bg h4:hover {
	color: #E60000;
	font-size: 15px;
	text-decoration: none;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

.btn, .btn:hover {
	background: #e60000;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	padding: 14px 25px;
	margin: 15px 0 0 0;
	border-radius: 25px !important;
	border: 1px solid transparent;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn:hover {
	background: #008cc8;
}

.btn-buy, .btn-buy:hover {
	background: #e60000;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	padding:5px 10px;
	margin: 0;
	border-radius: 25px !important;
	border: 1px solid transparent;
	text-decoration: none;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	top: -1px;
	position: relative;
}

.btn-buy:hover {
	background: #ab0000;
}

.btn.btn-ghost, .btn.btn-ghost:hover {
	background: transparent;
	color: #e60000;
	border: 1px solid #e60000;
}

.btn.btn-ghost:hover {
	background: #e60000;
	color: #fff;
}

.btn.btn-ghost-red, .btn.btn-ghost-red:hover {
	background: transparent;
	color: #2F2F2F;
	border: 1px solid #2F2F2F;
	font-weight: 700;
}

.btn.btn-ghost-red:hover {
	background: #2F2F2F;
	color: #fff;
	font-weight: 700;
}

.btn.btn-ghost-red, .btn.btn-ghost-red:hover {
	background: transparent;
	color: #e60000;
	border: 1px solid #e60000;
	font-weight: 700;
}

.btn.btn-ghost-red:hover {
	background: #e60000;
	color: #fff;
	font-weight: 700;
}

.btn.btn-ghost-blue, .btn.btn-ghost-blue:hover {
	background: transparent;
	color: #1D87C6;
	border: 1px solid #1D87C6;
	font-weight: 700;
}

.btn.btn-ghost-blue:hover {
	background: #1D87C6;
	color: #fff;
	font-weight: 700;
}

.btn.btn-ghost-green, .btn.btn-ghost-green:hover {
	background: transparent;
	color: #469300;
	border: 1px solid #469300;
	font-weight: 700;
}

.btn.btn-ghost-green:hover {
	background: #469300;
	color: #fff;
}

.btn.btn-ghost-yellow, .btn.btn-ghost-yellow:hover {
	background: transparent;
	color: #bd9700;
	border: 1px solid #bd9700;
	font-weight: 700;
}

.btn.btn-ghost-yellow:hover {
	background: #bd9700;
	color: #fff;
	font-weight: 700;
}

.btn-back-red {
	background: #ce0000;
	font-weight: 700;
}

.btn-back-red:hover {
	font-weight: 700;
	background: transparent;
	color: #ce0000;
	border: 1px solid #ce0000;
}

.select-buy-link-red {
	color: #e60000;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

a.select-buy-link-red:hover {
	color: #AD0002;
	text-decoration: none;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

a.select-buy-link-red:focus {
	color: #AD0002;
	outline: none;
	text-decoration: none;
}

/* ==== 4) Dividers ==== */

.divide-xs {
	padding-top: 7px;
	padding-bottom: 8px;
}

.divide-sm {
	padding-top: 30px;
	padding-bottom: 30px;
}

.divide-md {
	padding-top: 45px;
	padding-bottom: 45px;
}

.divide-lg {
	padding-top: 60px;
	padding-bottom: 60px;
}

.divide-xl {
	padding-top: 90px;
	padding-bottom: 90px;
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

hr.no-margin {
	margin-top: 0;
	margin-bottom: 0;
}

hr.no-margin-top {
	margin-top: 0;
}

hr.no-margin-bottom {
	margin-bottom: 0;
}

hr.title-divider {
	border-width: 2px 0 0 0;
	max-width: 300px;
}

/* ==== 5) Intro & Sections Headers ==== */

#intro {
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 445px;
	background-repeat: no-repeat;
	background-color:#000000;
}

#clients {
	background-image: url("http://placehold.it/1400x800");
	-webkit-background-size: cover;
	background-size: cover;
}

#works-top {
	background-image: url("http://placehold.it/1400x800");
	-webkit-background-size: cover;
	background-size: cover;
}

#gallery-top {
	background-image: url("http://placehold.it/1400x800");
	-webkit-background-size: cover;
	background-size: cover;
}

#team-top {
	background-image: url("http://placehold.it/1400x800");
	-webkit-background-size: cover;
	background-size: cover;
}

.parallax {
	background-attachment: fixed;
}

.float-content {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.float-content-bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding-bottom:50px;
}

.section-overlay {
	background: rgba(0, 0, 0, .5);
	position: absolute;
	width: 100%;
	height: 100%;
}

/* ==== 6) Services & Features ==== */

.dsproducts-icon-services {
	display: inline-block;
	position: relative;
	width: 56px;
	height: 56px;
	fill: #e60000;
}

.dsproducts-icon-features {
	display: inline-block;
	position: relative;
	width: 36px;
	height: 36px;
	fill: #e60000;
}

.dsproducts-icon-services:after, .dsproducts-icon-features:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.service i {
	color: #bbbdc0;
	font-size: 48px;
}

.media {
	margin: 0;
}

.media-left {
	padding-right: 20px;
}

/* ==== 7) Works ==== */

.squared {
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}

.squared, .squared-content {
	padding-left: 0;
	padding-right: 0;
}

.squared-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* ==== 8) Gallery ==== */

#gallery .thumbnail {
	background: transparent;
	text-align: center;
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
}

.gallery-item {
	padding: 0;
}

.gallery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.gallery-overlay:hover {
	background: rgba(0, 0, 0, .4);
}

.dsproducts-icon-gallery {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 68px;
	height: 68px;
	display: inline-block;
	fill: rgba(255, 255, 255, 0);
	stroke: rgba(255, 255, 255, 1);
	stroke-width: .05em;
	stroke-opacity: 1;
	stroke-linecap: butt;
	stroke-linejoin: bevel;
	stroke-dasharray: 0, 150;
	-webkit-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-moz-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-ms-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-o-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
}

.gallery-overlay:hover > .dsproducts-icon-gallery {
	fill: rgba(255, 255, 255, 1);
	stroke-dasharray: 150, 1;
	stroke-opacity: 0;
}

.dsproducts-icon-gallery:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-backdrop.in {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	background-color: #000;
}

.ekko-lightbox .modal-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	background-color: transparent;
}

.ekko-lightbox .modal-header {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	border: 0;
}

.ekko-lightbox .modal-header .close {
	font-size: 42px;
	font-weight: 100;
	color: #fff;
	text-shadow: none;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	float: none;
}

.ekko-lightbox .modal-header .close:hover {
	-webkit-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;
	filter: alpha(opacity=80);
}

.ekko-lightbox .modal-body {
	padding: 0;
}

.ekko-lightbox .modal-footer {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	border: 0;
	padding: 0;
}

/* ==== 9) Team ==== */

#team .thumbnail, #team .team-img {
	background-color: transparent;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
}

.team-overlay {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.team-overlay .dsproducts-icon-team {
	position: absolute;
	top: 110%;
	left: 50%;
	right: 0;
	display: inline-block;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: top .2s ease;
	-moz-transition: top .2s ease;
	-ms-transition: top .2s ease;
	-o-transition: top .2s ease;
	transition: top .2s ease;
}

.team-overlay:hover > .dsproducts-icon-team {
	top: 50%;
}

.team-overlay .dsproducts-icon-team a {
	width: 42px;
	height: 42px;
	fill: rgba(255, 255, 255, 0);
	stroke: rgba(255, 255, 255, 1);
	stroke-width: 0.08em;
	stroke-opacity: 1;
	stroke-linecap: butt;
	stroke-linejoin: bevel;
	stroke-dasharray: 0, 150;
	stroke-dashoffset: 150px;
	-webkit-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
	-moz-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
	-ms-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
	-o-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
	transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
}

.team-overlay:hover > .dsproducts-icon-team a {
	fill: rgba(255, 255, 255, 1);
	stroke-dasharray: 150, 1;
	stroke-opacity: 0;
}

.dsproducts-icon-team svg {
	padding: 5px;
	display: inline-block;
	max-width: 42px;
}

.dsproducts-icon-team a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dsproducts-icon-team a {
	position: relative;
	display: inline-block;
	z-index: 1;
	-webkit-transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
	-moz-transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
	-ms-transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
	-o-transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
	transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
}

.dsproducts-icon-team a:after {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.testimonial blockquote {
	font-size: 14px;
	position: relative;
	padding: 30px 0 45px 0;
	margin: 0;
	top: 0;
	border-left: 0;
	min-height: 230px;
	-webkit-transition: box-shadow .3s, top .5s ease;
	-moz-transition: box-shadow .3s, top .5s ease;
	-ms-transition: box-shadow .3s, top .5s ease;
	-o-transition: box-shadow .3s, top .5s ease;
	transition: box-shadow .3s, top .5s ease;
}

.testimonial:hover > blockquote {
	top: -5px;
	box-shadow: 0 5px 0 rgba(0, 140, 186, 1);
}

/* ==== 10) Contact ==== */

#gmap {
	height: 300px;
}

.honeypot {
	display: none !important;
}

form .btn, form .btn:hover {
	margin-top: 30px;
}

.flowuplabels .fl_wrap {
	position: relative;
	margin-top: 30px;
	height: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flowuplabels .fl_label {
	position: absolute;
	background: #fff;
	color: #111;
	font-weight: 300;
	line-height: 1.2;
	padding: 8px;
	left: 30px;
	top: 5px;
	z-index: 3;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.flowuplabels .fl_input {
	background: none;
	color: #111;
	padding: 0 0 0 20px;
	height: 43px;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 25px;
	z-index: 2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.flowuplabels .fl_wrap.focused .fl_label,
.flowuplabels .fl_wrap.populated .fl_label {
	font-size: 12px;
	color: #aaa;
	top: -15px;
}

.flowuplabels .fl_wrap.focused .fl_label {
	color: #e60000;
}

.message {
	display: none;
}

#form-alert {
	padding: 5px 15px 5px 15px;
	margin: 15px 0 0 0;
}

.alert li {
	list-style: none;
	display: inline-block;
}

.alert-danger {
	background: #ffaa00;
	border-width: 0;
	border-radius: 0;
	color: #fff;
}

.alert-success {
	background: #7dc800;
	border-width: 0;
	border-radius: 0;
	color: #fff;
}

/* ==== 11) Footer ==== */

footer a {
	display: inline-block;
	padding: 10px;
}

footer h4 {
	margin: 0;
}

.dsproducts-icon-info {
	display: inline-block;
	position: relative;
	width: 36px;
	height: 36px;
	fill: #e60000;
}

.dsproducts-icon-info:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ==== 12) Navigation ==== */

.navbar-default {
	background-color: #fff;
	padding: 5px 0px;
}

.navbar-default .navbar-collapse {
	border-color: #f5f5f5;
}

.navbar-fixed-top {
	position: fixed;
}

.navbar-brand {
	line-height: 0;
}

.nav li:first-child {
	display: none;
}

.nav a {
	color: #111;
}

.nav a:hover {
	color: #aaa !important;
}

.nav .active a {
	color:#c61600 !important;
    border-bottom: 2px solid #c61600;
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
}

.navbar li a {
	font-size: 18px;
	text-align: center;
	padding: 20px !important;
	font-family: Exo, sans-serif;
	font-weight: 500;
}

.navbar a, .navbar .active a:hover, .navbar .active a:focus {
	background-color: transparent !important;
}

.navbar-brand {
	position: relative;
	padding: 10px 15px !important;
	height: auto;
	line-height: 0;
}

.navbar-brand img:nth-child(2) {
	position: absolute;
	top: 10px;
}

.navbar-toggle {
	margin-top: 13px;
	margin-bottom: 13px;
	border: 0px solid transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #111;
	width: 30px;
	height: 2px;
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

/* ==== 13) Carousels ==== */

#carousel-intro .carousel-inner {
	overflow: inherit;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
	background: rgba(255, 255, 255, .3);
	opacity: 1;
	width: 10%;
	height: 10%;
	top: 45%;
	padding: 0;
	border: none;
	text-shadow: none;
	color: #111;
	z-index: 3;
}

.carousel-control.btn:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.carousel {
	opacity: 1;
}

.carousel .item {
	position: absolute;
	display: block !important;
	width: 100%;
	top: 0;
	left: 0 !important;
	opacity: 0;
	z-index: -1;
	-moz-transition: opacity ease-in-out .6s;
	-o-transition: opacity ease-in-out .6s;
	-webkit-transition: opacity ease-in-out .6s;
	transition: opacity ease-in-out .6s;
}

.carousel .item:first-child {
	position: relative;
	top: auto;
}

.carousel .item.active {
	opacity: 1;
	z-index: 0;
	-moz-transition: opacity ease-in-out .4s;
	-o-transition: opacity ease-in-out .4s;
	-webkit-transition: opacity ease-in-out .4s;
	transition: opacity ease-in-out .4s;
}

/* ==== 14) Preloader ==== */

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	z-index: 9999;
}

.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #e60000;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
	0%, 80%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 40% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

.pricing {
	text-align: center;
	font-size: 14px;
	padding-left: 0;
	margin-bottom: 30px;
	background-color: white;
	border: 1px solid #DADADA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pricing-speedometer {
	display: block;
	margin: auto;
	width: 65px;
	padding-top:10px;
}
.pricing-icon {
	margin: auto;
	width: 35px;
	padding-right:8px;
}
.pricing a {
	margin: 10px;
}
.pricing a:hover {
	margin: 10px;
}
.pricing span {
	color:#a2a2a2;
}
.pricing li:first-child,
.pricing li:last-child {
	padding: 20px 13px;
}
.pricing li {
	list-style: none;
	padding: 13px;
}
.pricing li + li {
	border-top: 1px solid #f0f0f0;
}
.pricing big {
	font-size: 40px;
	font-family: 'Exo', sans-serif;
}
.pricing h3 {
	margin-bottom: 0;
  	font-size: 40px;
	font-weight: 700;
}
.pricing span {
	font-size: 12px;
	font-weight: normal;
}

/* pricing color */
.p-yellow big{
	color: #fac300;
}
.p-green big{
	color: #9dc319;
}
.p-blue big{
	color: #1d87c6;
}
.p-red big{
	color: #ce1c1f;
}

.bg-gradient {
	background: #f5f5f5; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#f5f5f5, white); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f5f5f5, white); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f5f5f5, white); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#f5f5f5, white); /* Standard syntax */
}

.bottom-logo {
	margin: 0;
	padding:0;
	width: 150px;
}

.image-circle {
	border-radius: 50%;
	width: 100px;
}

.img-overview {
	width: auto;
	max-width: 100%;
}

.img-logo-top {
	height: 40px;
}

.dark-smoke {
	font-size: 16px;	
	line-height:1.5;
}

.btn-review, .btn-review:hover {
	background: transparent;
	font-family: 'Montserrat', sans-serif;
	color: #474747;
	font-size: 13px;
	font-weight: 100;
	line-height: 1;
	padding:5px 10px;
	margin: 0;
	border-radius: 25px !important;
	border: 1px solid #8B8B8B;
	text-decoration: none;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	top: -1px;
	position: relative;
}

.btn-review:hover {
	background: #676767;
	color: #fff;
}

#specs-area ul li{
	color: #919191;
}

#specs-area ul li span {
	color: #111111;
}

#specs-area h3 {
	font-weight:100;
}

/* ==== 15) Media ==== */

/*Mobile*/
@media (max-width: 767px) and (min-width: 320px) {
	.overview-padding {
	  padding-bottom:25px;
	}
	
	.support-service-logo {
	  padding-top:40px;
	}
	
	#specs-area {
		text-align: center;
	}
	
	.specs-area-divider {
		padding: 0;
	}
	
	.specs-area-image {
		text-align: center;
	}
	
	.img-specs {
	  float: none;
	}
	
	.squared-content {
		text-align: center;
	}
	
	.top-logo-white {
		display: none;
		opacity: 0;
	}
}

/*Mobile & Small Tablet*/
@media (max-width: 991px) and (min-width: 320px) {
	.img-specs {
		padding-top:0px; 
	}
	
	#technology {
		padding-top: 0px;
	}
	
	.top-logo-black {
	  margin-top:3px;
	}
	
	.top-image-header {
		max-height: 225px;
		max-width:100%;
	}
	
	#gmap {
		height: 200px;
	}
	
	h1 {
		font-size: 42px;
		letter-spacing: 0;
	}
	
	h2 {
		font-size: 36px;
	}
	
	.service i {
		font-size: 36px;
	}
	
	#intro {
		background-size: contain;
	}
	
	.squared {
		padding-top: 0;
	}
	
	.squared .squared-content {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	
	.dsproducts-icon-gallery {
		width: 48px;
		height: 48px;
	}
	
	.divide-md {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.form-group {
		display: inline-block;
	}
	
	.navbar li a {
		padding: 10px 15px !important;
	}
	
	.testimonial blockquote {
		min-height: 0;
	}
	
	.content-image {
		padding-top: 0px;
	}
}

/*Medium Tablet*/
@media (max-width: 991px) and (min-width: 768px) {
	.content-image {
		padding-top: 75px;
	}
	
	#technology {
		padding-top: 25px;
	}
	
	.review-image {
		width: 210px;
	}
	
	.navbar-header {
		display: none;
	}
	
	.navbar-nav {
	  padding-top:3px;
	}
	
	.navbar li a {
		padding: 10px 10px !important;
		font-size: 14px;
	}
	
	/*.play-button {
		display:none;
	}*/
}

/*Large Tablet*/
@media (max-width: 1199px) and (min-width: 992px) {
	.navbar-brand img:nth-child(1) {
		opacity: 0 !important;
	}
	
	.navbar-brand img:nth-child(2) {
		opacity: 1 !important;
		top:7px;
	}
	
	.navbar-default {
		background-color: rgba(255, 255, 255, 0.95) !important;
	}
	
	.nav a {
		color: #111 !important;
	}
	
	.navbar-nav {
	  padding-top:8px;
	}
	
	.navbar li a {
		padding: 10px 10px !important;
		font-size: 14px;
	}
	
	/*.play-button {
		display:none;
	}*/
	
	.pricing {
	  font-size:12px;
	}
	
	#specs-area {
	  padding-top:35px;
	}
}

@media (min-width: 1025px) {
	.testimonial blockquote {
		min-height: 170px;
	}
}

@media screen and (max-device-width: 1024px) {
	.parallax {
		background-attachment: scroll;
	}
}

@media not all, (-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-backface-visibility: initial;
		backface-visibility: initial;
	}
}