*,
*:before,
*:after {
	margin: 0;
	padding: 0;
    box-sizing: border-box;
}

/* CUSTOMIZE BOOTSTRAP STYLES */
.container {
    padding-right: 10px;
    padding-left: 10px;
}
@media (min-width: 1260px) {
	.container {
	    width: 1200px;
	}
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 768px) {
	.col-sm-2_4 {
	    width: 20%;
	}
}


/* MAIN STYLES */
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #999;
	line-height: 1.3125;
	background-color: #000;
	position: relative;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
}
h1,
.h1 {
	font-weight: 100;
}
h2,
.h2 {
	font-weight: 300;
}
h3,
.h3 {
	font-weight: 300;
}

a,
input,
textarea,
select,
button {
	outline: none;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
a:focus,
input:focus,
textarea:focus {
	outline: none;
}

/*
    Wordpress CORE --- START
*/
.alignnone {
    margin: 5px 20px 20px 0;
}

p iframe,
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
p iframe {
	width: 100%;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.sticky {}
/*
    Wordpress CORE --- START
*/

.btn {
	padding: 5px 20px;
	border-radius: 20px;
	position: relative;
}
.btn-white {
	background-color: #fff;
	color: #333333;
	border: 2px solid #fff;
}
.btn-white:hover {
	color: #fff;
	background-color: transparent;
}

.btn-white.btn-white-inverse {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}
.btn-white.btn-white-inverse:hover {
	background-color: #fff;
	color: #333333;
}

.btn-transparent {
	background-color: transparent;
	color: #0099cc;
	padding-top: 0;
	padding-left: 0;
	padding-right: 14px;
	padding-bottom: 3px;
	border-radius: 0;
	border-bottom: 1px solid transparent;
}
.btn-transparent:after {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-left: 6px;
    font-size: 20px;
    position: absolute;
    top: 0;
    line-height: 1;
}
.btn-transparent:hover {
	color: #0099cc;
	border-bottom: 1px solid #0099cc;
}

.navbar {
	margin-bottom: 0;
	height: 57px;
	background: #000;
	background: rgba(0,0,0,.7);
}
.navbar .container {
	position: relative;
}
.navbar-brand {
	position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
    height: auto;
}
.navbar-brand {
	display: none;
}
.navbar-brand>img {
	display: inline-block;
}
.navbar-brand span {
	font-size: 22px;
	color: #666;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.navbar-collapse {
	text-align: center;
}
.navbar-nav {
	/*display: inline-block;*/
}
@media (min-width: 768px) {
	.navbar-nav {
	     float: none; 
	}
}
@media (min-width: 768px) {
	.navbar-nav>li {
		float: none; 
		display: inline-block;
		vertical-align: middle;
	}
}

.navbar-nav>li .nav-logo {
	line-height: 1;
}

.navbar-nav>li>a {
	font-size: 16px;
	color: #d7d7d7;
	line-height: 57px;
	padding: 0;
	margin-left: 22px;
	margin-right: 22px;
}
.navbar-nav>li>a:focus,
.navbar-nav>li>a:hover {
	color: #fff;
	background: none;
}
.navbar-nav>li.current-post-ancestor>a,
.navbar-nav>li.current-menu-item>a,
.navbar-nav>li.current-menu-ancestor>a {
	color: #fff;
	font-weight: bold;
}

.sub-menu {
	display: none;
}

header.header {
/*	background-image: url('images/v2_teslasuit_intro_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
	position: relative;
	height: 600px;
	overflow: hidden;
}
.header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

	background-image: url('images/teslasuit-intro_v3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;


/*    background-image: url('images/v2_teslasuit_intro-min.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-animation-name: swipetoright;
            animation-name: swipetoright;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    margin-left: 300px;*/
}

@-webkit-keyframes swipetoright {
    from {
		margin-left: 0;
		opacity: 0;
    }
    to {
		margin-left: 300px;
		opacity: 1;
    }
}

@keyframes swipetoright {
    from {
		margin-left: 0;
		opacity: 0;
    }
    to {
		margin-left: 300px;
		opacity: 1;
    }
}

.header > .container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.header h1 {
	font-size: 120px;
	color: #0099cc;
}
.header h2 {
	font-size: 36px;
	color: #fff;
}

.header * + p,
.header * + .btn {
	margin-top: 50px;
}
.header * + p {
	font-size: 22px;
	font-weight: 300;
	color: #ccc;
}





.one-side-content .content h3 {
	font-size: 28px;
	color: #ccc;
	margin-bottom: 40px;
}
.one-side-content .content p {
	font-weight: 300;
	font-size: 18px;
	text-align: left;
}
.one-side-content .content p + p {
	margin-top: 19px;
}
.one-side-content .content p + a {
	display: inline-block;
	margin-top: 48px;
}
@media (min-width: 992px) {
	.one-side-content .content-outer {
		padding-left: 0;
		padding-right: 0;
	}
}


section.section {
	overflow: hidden;
}

.section-white {
	background-color: #ebebeb;
	color: #3f3f3f;
	padding-top: 70px;
	padding-bottom: 95px;
}
.section-black {
	padding-top: 70px;
	padding-bottom: 95px;
	color: #fff;
}
.section-white h2,
.section-black h2 {
	color: #fff;
	margin-bottom: 20px;
	font-weight: 300;
}
.section-white h2 {
	color: #3f3f3f;
}
.section-white .item,
.section-black .item {
	font-weight: 300;
	font-size: 20px;
	position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-white .item span,
.section-black .item span {
	display: block;
	font-size: 28px;
}
.section-white .item span span,
.section-black .item span span {
	display: block;
	font-size: 20px;
}

.section-white .item:after, 
.section-black .item:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #d2d2d2;
}
.section-white .item:last-child:after, 
.section-black .item:last-child:after {
	content: none;
}

.section-with-middle-img {
	position: relative;
}
.section-with-middle-img > div,
.section-with-middle-img > div > div {
	height: 100%;
}
.section-with-middle-img .flex-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.section-with-middle-img .flex-block .item {
	width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
}

.section-with-middle-img .grid-block {
	height: auto;
    border-right: 1px solid #8c8c8c;
    padding-left: 0;
    padding-right: 0;
}
.section-with-middle-img .grid-block:last-child {
	border: 0;
}
.section-with-middle-img .grid-block .item {
	height: 160px;
	padding-left: 10px;
	padding-right: 10px;
}
.section-with-middle-img .grid-block:nth-child(2n+1) .item {
	padding-right: 45px;
}
.section-with-middle-img .grid-block:nth-child(2n) .item {
	padding-left: 45px;
}
.section-with-middle-img .grid-block .item .inner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.section-black .grid-block .item:after {
	background-color: #8c8c8c;
}













.section1 {}
.section1 .top-line {
	padding-top: 80px;
	padding-bottom: 80px;
	font-size: 22px;
	font-weight: 300;
	color: #ccc;
}

.teslasuit-features {
	color: #0099cc;
	padding: 100px 0;
}
/*
.teslasuit-features .teslasuit-features-item {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}*/

.teslasuit-haptic {
	position: relative;
	min-height: 511px;
}
.teslasuit-haptic .bcg {
    height: 100%;
    width: 100%;

/*	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;*/

	background-image: url('images/teslasuit-haptic_v3-min.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	/*background-attachment: fixed;*/
}
.teslasuit-haptic .container {
	position: relative;
	z-index: 1;
	height: 100%
}
.teslasuit-haptic .container > .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}
.teslasuit-haptic .content {
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}


/* ==================================		*/
/* Teslasuit Mocap & Teslasuit Avatar 		*/

.teslasuit-mocap {
	position: relative;
	min-height: 1000px;
	margin: 0;
}
.teslasuit-mocap .bcg {
	content: '';
	position: absolute;
	top: 0;	left: 0; right: 0; bottom: 0;
	background-image: url('images/teslasuit-mocap_v3-min.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.teslasuit-mocap .container {
	position: relative;
	z-index: 1;
	height: 100%;
}
.teslasuit-mocap .content {
	padding-top: 100px;
}

.teslasuit-avatar {
	position: relative;
	min-height: 700px;
	margin: 0;
}
.teslasuit-avatar .bcg {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;

	background-image: url('images/teslasuit-avatar_v2-min.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.teslasuit-avatar .container {
	position: relative;
	z-index: 1;
	height: 100%;
}
.teslasuit-avatar .container > .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}
.teslasuit-avatar .content {
	position: relative;
	top: 10%;
}
@media (min-width: 1300px) {
	.teslasuit-mocap .content {
		padding-top: 80px;
	}
}
/* ==================================		*/


/* ==================================		*/
/* Teslasuit Specifications */
.teslasuit-specifications {
	background-image: url('images/section-white-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	position: relative;
}
.teslasuit-specifications .section-with-middle-img {
	height: 511px;
}
.teslasuit-specifications .section-with-middle-img:before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-image: url(images/teslasuit-specifications.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.teslasuit-specifications:before,
.teslasuit-specifications:after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 250px;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}
.teslasuit-specifications:before {
	left: 0;
	background-image: url('images/teslasuit-specifications-left.png');
	background-position: left top;
}
.teslasuit-specifications:after {
	right: 0;
	background-image: url('images/teslasuit-specifications-right.png');
	background-position: right center;
}
.teslasuit-specifications .container {
	position: relative;
	z-index: 1;

	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.teslasuit-specifications h2 {
	margin-bottom: 80px;
}
/* ==================================		*/



/* ==================================		*/
/* Teslasuit Capabilities */
.teslasuit-capabilities {
	background-image: url('images/section-white-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	position: relative;
}
.teslasuit-capabilities .section-with-middle-img {
	height: 511px;
}
.teslasuit-capabilities .section-with-middle-img:before {
	content: '';
	position: absolute;
	top: 0;	right: 0; left: 0; bottom: 0;
    background-image: url('images/teslasuit-capabilities.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.teslasuit-capabilities .section-with-middle-img .row {
	/*padding-top: 50px;*/
}
.teslasuit-capabilities:before,
.teslasuit-capabilities:after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 250px;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}
.teslasuit-capabilities:before {
    left: 0;
    background-image: url('images/teslasuit-capabilities-left.png');
    background-position: left center;
}
.teslasuit-capabilities:after {
    right: 0;
    background-image: url('images/teslasuit-capabilities-right.png');
    background-position: right center;
}
.teslasuit-capabilities .container {
	position: relative;
	z-index: 1;

	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.teslasuit-capabilities h2 {
	margin-bottom: 80px;
}
/* ==================================		*/



/* ==================================		*/
/* Teslasuit Technical specs */
.teslasuit-technical-specs {
	background-image: url('images/section-white-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	position: relative;
}
.teslasuit-technical-specs .section-with-middle-img {
	height: 511px;
}
.teslasuit-technical-specs .section-with-middle-img .row {
	/*padding-top: 50px;*/
}
.teslasuit-technical-specs .section-with-middle-img:before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-image: url('images/teslasuit-tech-specs-new-min.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.teslasuit-technical-specs:before,
.teslasuit-technical-specs:after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 250px;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}
.teslasuit-technical-specs:before {
	left: 0;
	background-image: url('images/teslasuit-specifications-right.png');
	background-position: right center;
	-webkit-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
.teslasuit-technical-specs:after {
	right: 0;
	background-image: url('images/teslasuit-specifications-left.png');
	background-position: left top;
	-webkit-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
.teslasuit-technical-specs .container {
	position: relative;
	z-index: 1;

	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.teslasuit-technical-specs h2 {
	margin-bottom: 80px;
}
/* ==================================		*/


.teslasuit-specifications,
.teslasuit-capabilities,
.teslasuit-technical-specs {
	min-height: 750px;
}












.teslasuit-climate-control {
	position: relative;
	min-height: 900px;
}
.teslasuit-climate-control .bcg {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-image: url('images/teslasuit-climate-control_v2-min.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.teslasuit-climate-control .container {
	position: relative;
	z-index: 1;
}
.teslasuit-climate-control .content {
	padding-top: 100px;
}


.call-to-action {
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
.call-to-action h3 {
	color: #09c;
	margin-bottom: 30px;
}
.call-to-action .feedback input {
	border: 2px solid #ebebeb;
}
.call-to-action .feedback input[type="submit"] {
	width: 100%;
	margin-top: 0;
	background-color: #09c;
	color: #fff;
	border: 2px solid #09c;
}
.call-to-action .feedback input[type="submit"]:hover {
	border: 2px solid #09c;
	color: #09c;
	background-color: transparent;
}

/* TESLA GLOVE */

.teslaglove-intro {
	position: relative;
	min-height: 814px;
}
.teslaglove-intro:before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-image: url('images/teslaglove-intro_v2-min.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
}
.teslaglove-intro .container {
	position: relative;
	z-index: 1;
}
.teslaglove-intro .content {
	padding-top: 220px;
}
.teslaglove-intro .h1 {
	font-size: 66px;
	color: #09c;
	margin-bottom: 10px;
}
.teslaglove-intro p {
	color: #ccc;
}

.teslaglove-haptic {
	position: relative;
	min-height: 573px;
}
.teslaglove-haptic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('images/teslaglove-haptic_v2-min.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.teslaglove-haptic .container {
	position: relative;
	z-index: 1;
}
.teslaglove-haptic .content {
	padding-top: 320px;
}

.teslaglove-mocap {
	position: relative;
	min-height: 578px;
}
.teslaglove-mocap:before {
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url('images/teslaglove-mocap_v2-min.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 100%;
    height: 100%;
}
.teslaglove-mocap .container {
	position: relative;
	z-index: 1;
}
.teslaglove-mocap .content {
	padding-top: 320px;
}
@media (min-width: 1300px) {
	.teslaglove-mocap .content {
		padding-top: 450px;
	}
}

.section12,
.section14 {
	padding-top: 30px;
	padding-bottom: 15px;
}

.teslaglove-technical-specs {
	/*color: #0099cc;*/
	font-weight: 300;
	font-size: 18px;
	/*padding-top: 60px;*/
	/*padding-bottom: 245px;*/
}
.teslaglove-technical-specs h3 {
	font-weight: bold;
	margin-bottom: 25px;
	font-size: 18px;
	text-transform: uppercase;
}
.teslaglove-technical-specs .item {
	position: relative;
}
.teslaglove-technical-specs .item:after {
    content: '';
    position: absolute;
    top: 42px;
    right: 0;
    left: auto;
    height: 30px;
    width: 1px;
    background-color: #3f3f3f;
}
.section14 .teslaglove-technical-specs .item:after {
	top: 55px;
}
.section14 .teslaglove-technical-specs .item:after {
	top: 0;
	height: 100%;
}
.section14 {
	padding-bottom: 30px;
}

.teslaglove-technical-specs .item:last-child:after {
	content: none;
}

.teslaglove-climate-control {
	position: relative;
	min-height: 578px;
}
.teslaglove-climate-control:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('images/teslaglove-climate-control_v2-min.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}
.teslaglove-climate-control .container {
	position: relative;
	z-index: 1;
}
.teslaglove-climate-control .content {
	padding-top: 300px;
}
@media (min-width: 1300px) {
	.teslaglove-climate-control .content {
		padding-top: 450px;
	}
}




#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #0a609b;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}
#loader:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #b73a5e;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #f85a40;
    -webkit-animation: respin 1s linear infinite;
    animation: respin 1s linear infinite;
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}
/* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
.no-js #loader-wrapper {
    display: none;
}


@keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}
@-webkit-keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}
@keyframes respin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(-360deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
		transform: rotate(-360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}
@-webkit-keyframes respin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(-360deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
		transform: rotate(-360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}

#navbar-example {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 10px;
	z-index: 100;
	font-weight: 400;
	font-size: 14px;
	text-align: right;
}
#navbar-example a {
	color: #fff;
	padding: 13px 40px 13px 0;
	text-shadow: 0px 0px 1px #000;
	opacity: 0;
	position: relative;
	z-index: 1;
}
#navbar-example a:focus,
#navbar-example a:hover {
    background: none;
	opacity: 1;
}
#navbar-example li {
	position: relative;
}
#navbar-example li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
		-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 11px;
	height: 11px;
	background-color: #b1b1b1;
	border-radius: 50%;
	z-index: 0;
}
#navbar-example li.submenu:after {
	width: 7px;
	height: 7px;
	right: 2px;
}
#navbar-example li:hover:after {
	background-color: #fff;
	box-shadow: 0px 0px 1px #000;
}
#navbar-example li.active:after {
	background-color: #0099cc;
	box-shadow: 0px 0px 1px #000;
}



.software {
	min-height: 599px;
	background-image: url('images/software-bg_v2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	color: #fff;
	padding-top: 130px;
}
.software h2 {
	font-weight: 100;
	font-size: 76px;
	margin-bottom: 10px;
}

.software-block {
	margin-top: 200px;
}
.software-block__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.software-item {
	padding-top: 35px;
	padding-bottom: 25px;
}
.software-item .content {
    position: relative;
/*    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);*/
}
.software-item-left {
	color: #333333;
	background-color: #fff;
}
.software-item-right {
	background-color: #0099cc;
	color: #fff;
}
.software-item-left h3,
.software-item-right h3 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 10px;
}

.compatibility h3 {
	font-weight: 400;
	font-size: 28px;
	color: #ccc;
	margin-bottom: 50px;
}
.compatibility-slider .slides {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flexslider .slides img {
	margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.compatibility .content {
	padding-top: 130px;
	padding-bottom: 40px;
}

.flex-direction-nav a:before {
	color: rgba(255, 255, 255, 0.8);
	font-family: 'FontAwesome';
	content: '\f104';
	line-height: 1;
}
.flex-direction-nav a.flex-next:before {
	content: '\f105';

}
.flex-control-nav {
	left: 0;
}
.flex-control-paging li a {
	width: 40px;
	height: 3px;
	border-radius: 0;
	border-top: 1px solid transparent;
}
.flex-control-paging li a.flex-active {
    background: #0099cc;
    border-top-color: #0099cc;
}



.testimonials {
	background-image: url('images/testimonials-under.jpg');
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	min-height: 584px;
	padding-top: 145px;
}
.testimonials-inner {
	background: #fff;
	padding-top: 45px;
	padding-bottom: 70px;
}
.testimonials-item {
	padding: 5px 0;
}
.testimonials-item .video-block {
	/*background: #d7d7d7;*/
	height: 170px;
	margin-bottom: 10px;
}
.testimonials-item a {
	display: block;
	color: #999;
}
.testimonials-item a:hover {
	opacity: .8;
}
.testimonials h3 {
	color: #09c;
	margin-bottom: 50px;
}


.contact-us {
	background: #09c;
	padding-bottom: 130px;
}
.contact-us h3 {
	color: #fff;
	font-weight: 400;
	font-size: 32px;
	margin-bottom: 40px;
}

.feedback {
	color: #fff;
}
.feedback label {
	font-weight: 400;
	text-align: left;
}
.feedback input,
.feedback textarea {
	display: block;
	background-color: #fff;
	border: 0;
	border-radius: 5px;
	color: #111;
	width: 100%;
	padding: 0 10px;
	border: 2px solid #fff;
}
.feedback input {
	height: 40px;
}
.feedback textarea {
	height: 125px;
	padding: 10px;
	resize: none;
}
.feedback input:focus,
.feedback textarea:focus {
	border: 2px solid #ccc;
}
.feedback input[type="checkbox"] {
	display: inline;
	margin: 0;
    height: auto;
    width: auto;
}
.feedback input[type="checkbox"] + span {
	display: inline-block;
	vertical-align: top;
	margin: 2px 0 0 10px;
}
.wpcf7-list-item span {
	display: block;
	text-align: center;
}

.feedback input[type="submit"] {
	background-color: #333;
	color: #ccc;
	font-size: 18px;
	width: 180px;
	margin: 40px auto 0;
	border: 2px solid #333;
	border-radius: 25px;
}
.feedback input[type="submit"]:focus,
.feedback input[type="submit"]:hover {
	color: #333;
	background-color: transparent;
}
.feedback input[type="submit"]:focus {
	border: 2px solid #333;
	outline: none;
}

span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors {
	display: none !important;
}
.wpcf7-not-valid {
	border-color: #f00 !important;
}


footer.footer {
	background-color: #000;
	padding-top: 27px;
	padding-bottom: 20px;
}
.social-block {
	margin-bottom: 20px;
}
.social-block .social-item {
	display: inline-block;
	opacity: .5;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	margin-left: 5px;
	margin-right: 5px;
}
.social-block .social-item:hover {
	opacity: 1;
}
.social-item span {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('images/social.png');
	background-repeat: no-repeat;
}
.social-item .fb {}
.social-item .g-plus {
	background-position: 0 -30px;
}
.social-item .instagram {
	background-position: 0 -60px;
}
.social-item .in {
	background-position: 0 -90px;
}
.social-item .skype {
	background-position: 0 -120px;
}
.social-item .twitter {
	background-position: 0 -150px;
}
.social-item .vk {
	background-position: 0 -180px;
}
.social-item .youtube {
	background-position: 0 -210px;
}
.footer .footer-menu {
	padding-top: 65px;
	padding-bottom: 85px;
	text-align: center;
}
.footer .footer-menu ul {
	list-style: none;
	display: inline-block;
	margin-bottom: 0;
}
.footer .footer-menu ul li {
	float: left;
	margin-left: 61px;
	margin-right: 61px;
}
.footer .footer-menu ul li a {
	display: block;
	color: #ccc;
	text-decoration: none;
}
.footer .footer-menu ul li a:hover {
	color: #fff;
}
.footer .footer-line {
	font-size: 14px;
	color: #575757;
}
.footer .footer-line a {
	color: #575757;
}

.footer .no-home-footer-menu {
	text-align: left;
	padding-top: 65px;
	padding-bottom: 85px;
}
.footer .no-home-footer-menu .title {
	color: #ccc;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.footer .no-home-footer-menu ul {
	list-style: none;
}
.footer .no-home-footer-menu ul li {
	margin-bottom: 3px;
}
.footer .no-home-footer-menu ul li a {
	color: #555;
}
.footer .no-home-footer-menu ul li a:hover {
	color: #fff;
	text-decoration: none;
}






/* DEVELOPERS */
.overview-intro {
	padding: 100px 0 125px;
	position: relative;
	color: #fff;
	font-size: 20px;
}
.overview-intro h1 {
	font-size: 44px;
	font-weight: 300;
	margin-bottom: 20px;
}
.overview-intro:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-image: url('images/overview-intro.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
}
.overview-intro .container {
	position: relative;
	z-index: 1;
}

.developers-categories {
	background-color: #fff;
	color: #000000;
}
.developers-categories h2 {
	text-align: center;
	font-weight: 400;
	margin-bottom: 10px;
	font-size: 30px;
	color: #000;
}
.developers-categories .row {
	margin: 70px 0;
}

.overview-cta {
	padding: 50px 0 65px;
	position: relative;
	color: #fff;
	font-size: 18px;
}
.overview-cta:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-image: url('images/developers-overview-cta.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.overview-cta .container {
	position: relative;
	z-index: 1;
}
.overview-cta h2 {
	font-size: 44px;
	margin-bottom: 20px;
}
.overview-cta * + .btn {
	margin-top: 40px;
}

.overview-content {
	padding-top: 90px;
	padding-bottom: 145px;
	background-color: #fff;
	color: #000;
}
.overview-content-item h3 {
	margin-bottom: 30px;
}

.overview-contact-form {
	background-color: #cecece;
	color: #fff;
	padding: 45px 0 45px;
	position: relative;
}
.overview-contact-form:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-image: url('images/developers-overview-cta.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.overview-contact-form .container {
	position: relative;
	z-index: 1;
}
.overview-contact-form h3 {
	margin-bottom: 35px;
	font-size: 32px;
}
.overview-contact-form .feedback {
	color: #fff;
}
.overview-contact-form .feedback input[type="submit"] {
	background-color: #0099cc;
	border-color: #0099cc;
	color: #fff;
}
.overview-contact-form .feedback input[type="submit"]:hover {
	background-color: transparent;
	border-color: #0099cc;
	color: #0099cc;
}

.sub-menu {
    background: #ddd;
    position: fixed;
    left: 0;
    list-style: none;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #fff;
}
.sub-menu li {
	display: inline-block;
}
.sub-menu li.current-menu-parent,
.sub-menu li.current-menu-item {
	font-weight: bold;
}
.sub-menu li.current-menu-item a {
	color: #000;
}
.sub-menu li a {
    display: block;
	color: #666;
	line-height: 49px;
    padding: 0;
    margin-left: 22px;
    margin-right: 22px;
    font-size: 14px;
    text-decoration: none;
}
.sub-menu li a:hover {
	color: #000;
}

.single #menu-item-28.current-post-ancestor .sub-menu,
.category #menu-item-28.current-menu-item .sub-menu,
.category #menu-item-28.current-menu-ancestor .sub-menu {
    display: block;
}

.single .navbar,
.category .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.single .main,
.category .main {
	margin-top: 107px;
	background-color: #fff;
}


.blog-block {
	padding: 75px 0 105px;
}
.blog-item {
	margin-bottom: 20px;
	border: 1px solid #ddd;
	position: relative;
}

.blog-item .img {
	overflow: hidden;
	margin-bottom: 8px;
	height: 233px;
	overflow: hidden;
}
.blog-item .img img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.blog-item .caption {
	text-align: center;
	/*margin-bottom: 10px;*/
	padding: 10px;
	height: 112px;
}
.single-top-image .caption {
	height: auto;
}
.blog-item .caption a:hover {
	text-decoration: underline;
}
.blog-item .cat {
	color: #09c;
	margin-bottom: 3px;
}
.blog-item .date {
	font-weight: bold;
}
.blog-item .date span {
	font-weight: normal;
}
.blog-item a {
	color: #333;
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
}
.blog-item a:hover {
	color: #000;
}
.blog-item a:hover img {
	opacity: .8;
}
.blog-item h2 {
	font-size: 20px;
	font-weight: normal;
}
.blog-item .content {
    padding: 10px;
    margin-bottom: 10px;
    font-family: 'Droid Serif', serif;
    color: #333;
    height: 128px;
    line-height: 1.8;
    overflow: hidden;
}

.single .blog-item {
	border: 0;
}
.single .blog-item .content {
	padding-left: 0;
	padding-right: 0;
	height: auto;
}

.blog-item .content .h1, 
.blog-item .content .h2, 
.blog-item .content .h3, 
.blog-item .content .h4, 
.blog-item .content .h5, 
.blog-item .content .h6, 
.blog-item .content h1, 
.blog-item .content h2, 
.blog-item .content h3, 
.blog-item .content h4, 
.blog-item .content h5, 
.blog-item .content h6 {
	font-family: 'Droid Serif', serif;
}

.single-top-image {
	height: 385px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	position: relative;
}
.single-top-image:before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.7);
}
.single-top-image .caption {
	z-index: 1;
	margin-bottom: 0;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	color: #fff;
}
.single-top-image h1 {
	color: #fff;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 30px;
}
.single-top-image .cat {
	color: #999;
	font-size: 24px;
	margin-bottom: 0;
	font-weight: 300;
}
.single-top-image .date {
	color: #999;
	font-size: 18px;
	font-weight: 300;
	position: relative;
	bottom: -60px;
}

.single .main {
	color: #333;
}

.to-top-mobile {
		position: fixed;
		z-index: 999;
		cursor: pointer;
		bottom: 15px;
		background: rgba(0,0,0,.5);
		left: 20px;
		width: 80px;
		text-align: center;
		color: #fff;
		padding: 0 0 5px;
		border: 2px solid #fff;
		font-size: 14px;
		border-radius: 30px;
		display: block;
		opacity: 0;
	}
	.to-top-mobile.show {
		opacity: .6;
	}
	.to-top-mobile:hover {
		opacity: 1;
		color: #fff;
		text-decoration: none;
	}
	.to-top-mobile .icon {
		font-size: 16px;
	}
	.to-top-mobile span {}


.section1 {
	color: #ccc;
	padding: 75px 0 50px;
	position: relative;
}
.teslasuit-features:before,
.teslasuit-features:after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 350px;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.teslasuit-features:before {
	left: 0;
	background-image: url('images/features-block-left.png')
}
.teslasuit-features:after {
	right: 0;
	background-image: url('images/features-block-right.png')
}

.teslasuit-features .container {
    position: relative;
    z-index: 1;
/*    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);*/
}
.teslasuit-features h2 {
	color: #ccc;
	font-size: 30px;
	margin-bottom: 20px;
}

.teslasuit-features .item {
	position: relative;
	font-size: 20px;
	font-weight: 300;
}
.teslasuit-features .item .title {
	padding-top: 130px;
	max-width: 150px;
	margin: 0 auto;
}
.teslasuit-features .row + .row {
	margin-top: 30px;
}
.features-bg {
	background-image: url('images/features-bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 300px;
}
.teslasuit-features .icon {
    background-image: url('images/features-sprite_v2.png');
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    width: 255px;
    height: 175px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -127.5px;
}

.sprite-features-icon-1 {
    background-position: -5px -5px;
}

.sprite-features-icon-2 {
    background-position: -270px -5px;
}

.sprite-features-icon-3 {
    background-position: -535px -5px;
}

.sprite-features-icon-4 {
    background-position: -800px -5px;
}

.sprite-features-icon-5 {
    background-position: -1065px -5px;
}



.blog-item .content a {
	display: inline;
	border-bottom: 1px dotted #000;
}
.blog-item .content a:hover {
	border-bottom-style: solid;
}
.blog-item .content h2 {
	font-size: 30px;
}
.blog-item .content h3 {
	font-size: 24px;
}
.blog-item .content h2,
.blog-item .content h3,
.blog-item .content h4,
.blog-item .content h5,
.blog-item .content h6,
.blog-item .content blockquote,
.blog-item .content ul,
.blog-item .content ol,
.blog-item .content p {
	margin-bottom: 16px;
}
.blog-item .content blockquote p:last-child {
	margin-bottom: 0;
}


.comments-area {}
.comments-area a {
	display: inline;
}
.comment-form-comment label {
	display: none;
}
.comments-title {
	text-transform: uppercase;
	margin-top: 95px;
	margin-bottom: 50px;
}
.comment-form textarea {
	display: block;
	background-color: #fff;
	border: 0;
	border-radius: 5px;
	color: #111;
	width: 100%;
	padding: 10px;
	border: 2px solid #111;
	resize: none;
}
.comment-form textarea:focus {
	border: 2px solid #09c;
}
.form-submit input[type="submit"] {
    font-size: 18px;
    width: 180px;
    border: 2px solid #0099cc;
    border-radius: 25px;
    background-color: #0099cc;
    height: 40px;
    color: #fff;
}
.comment-respond {
	margin-bottom: 50px;
}

.comment-list,
.comment-list .children {
	list-style: none;
}
.comment-list .children {
	padding-left: 30px;
}
.comment-list .comment-body {
	padding: 20px 0;
	border-bottom: 2px solid #e1e1e1;
}
.comment-list .comment-body p {
	margin-left: 77px;
}
.comment-list .comment-body .avatar {
	border-radius: 50%;
}

.comment-meta {
	margin-left: 77px;
	color: #0099cc;
	font-style: italic;
    position: relative;
    top: -25px;
}
.comment-meta a {
	color: #0099cc;
}

.comment-reply-link {
    padding: 5px 20px;
    border-radius: 20px;
    color: #09c;
    border: 2px solid #09c;
}
.reply .comment-reply-link:hover {
    color: #fff;
    background-color: #09c;
}

.comment-body .reply {
	margin-top: 20px;
}
#cancel-comment-reply-link {
	text-decoration: underline;
}



@media (max-width: 767px) {
	.blog-item .content img {
		width: 100%;
		height: auto;
	}
}



/*
.pluso {
    position: absolute !important;
    right: -20px;
    top: 0;
    z-index: 10 !important;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
*/
.pluso-more {
	display: none !important;
}
/*
.sticky-wrapper {
    position: absolute;
    right: -20px;
}

.is-sticky.pluso*/

.sticky-wrapper {
    height: 168px;
    position: absolute;
    left: -40px;
    top: 12px;
}
@media (max-width: 767px) { 
	.sticky-wrapper {
		left: 50%;
		top: -72px;
		margin-left: -84.5px;
	}
	.pluso,
	.pluso > div {
		width: 168px !important;
	}
}

.post-views {
	padding-bottom: 40px;
}





.icon-spec {
	background-image: url('images/Icons_Sprite.png');
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto 5px;
}
.icon-spec.icon-1 {
	width: 32px;
	height: 32px;
	background-position: -10px -10px;
}
.icon-spec.icon-2 {
	width: 58px;
	height: 28px;
	background-position: -52px -10px;
}
.icon-spec.icon-3 {
	width: 38px;
	height: 36px;
	background-position: -120px -10px;
}
.icon-spec.icon-4 {
	width: 34px;
	height: 36px;
	background-position: -168px -10px;
}
.icon-spec.icon-5 {
	width: 31px;
	height: 32px;
	background-position: -214px -10px;
}
.icon-spec.icon-6 {
	width: 26px;
	height: 34px;
	background-position: -255px -10px;
}
.icon-spec.icon-7 {
	width: 31px;
	height: 24px;
	background-position: -291px -10px;
}
.icon-spec.icon-8 {
	width: 31px;
	height: 31px;
	background-position: -332px -10px;
}

.icon-spec.icon-9 {
	width: 30px;
	height: 30px;
	background-position: -373px -10px;
}
.icon-spec.icon-10 {
	width: 44px;
	height: 37px;
	background-position: -413px -10px;
}
.icon-spec.icon-11 {
	width: 26px;
	height: 52px;
	background-position: -467px -10px;
}
.icon-spec.icon-12 {
	width: 35px;
	height: 35px;
	background-position: -503px -10px;
}
.icon-spec.icon-13 {
	width: 151px;
	height: 37px;
	background-position: -548px -10px;
}

.icon-spec.icon-14 {
	width: 32px;
	height: 32px;
	background-position: -709px -10px;
}
.icon-spec.icon-15 {
	width: 45px;
	height: 30px;
	background-position: -751px -10px;
}
.icon-spec.icon-16 {
	width: 19px;
	height: 39px;
	background-position: -806px -10px;
}
.icon-spec.icon-17 {
	width: 31px;
	height: 31px;
	background-position: -835px -10px;
}

div.wpcf7-response-output {
	color: #000;
}