﻿@import url(img/css);
@import url(http://fonts.googleapis.com/css?family=Roboto:100,500);

/*--------------------- FONT (OPEN SANS) IMPORT FROM GOOGLE FONTS ----------------------*/




/*----------------------------------------------------------------------------------------
										COMMON STYLES
-----------------------------------------------------------------------------------------*/

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #777;
	line-height: 1.6;
	text-align: center;
}

a {
	color: #444;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

a:hover {
	color: #00aeff;
	text-decoration: none;
}

h1 {
	font-size: 30px;
	line-height: 30px;
	font-family: 'Exo 2', sans-serif;
	text-decoration: uppercase;
}

h2 { font-size: 39px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h1,
h2,
h3,
h4 {
	text-transform: uppercase;
	color: #000;
	font-weight: lighter;
	line-height:1.2;
	margin:30px 0 10px 0;
}


h1.sep,
h2.sep,
h3.sep,
h4.sep {
	margin:80px 0 20px 0;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong {
	font-weight:bold;
}
h3.tit.tit2 {
	/*width: 400px;*/

}
h3.tit {
/*	height: 45px;*/
	line-height: 24px;
	font-size: 20px;
	font-weight: 400;
	vertical-align: middle;
/*	width: 270px;*/
	text-align: center;
	margin: 15px auto;
}
h1.big {
	font-size: 52px;
	font-weight: 800;
	color: #000;
	margin-bottom: 70px;
	text-shadow: 1px 1px 1px #fff;
}

ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}

#wrap { overflow: hidden; }

section {
	padding: 110px 0;
	position: relative;
	background: #fff;
	z-index: 2;
/* 	overflow: hidden;*/
}
.blank {
	position: relative;
	width: 100%;
	height: 100%;
}
#thanks { padding-top: 0; position: relative; top: -10px; padding-bottom: 0;}
#shipping  {padding: 0; margin: 0; height: 300px;}
#shipping h2 {font-weight: 200; margin-top: 70px; text-transform: uppercase;}
#world {
	padding-bottom: 0;
}
#shipping .title h2::before {
    background-color: #0099cc;
    top: -30px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 80px;
    background-color: #fff;
    opacity: 0.5;
}
.nopad {
	padding: 0;
}
section.swatch-white-red.has-top {padding:0}
section.swatch-grey-white {overflow: visible;}
#features {overflow: visible;}
#innovations {overflow: hidden;}

blockquote,
code{
	background:#f8f8f8;
	padding:25px 25px 25px 75px;
	display:block;
	position:relative;
	border-radius:0;
	border:0;
	overflow:hidden;
	text-align:left;
}

code{
	color: #03C;
	overflow:auto;
}

blockquote:before,
code:before{
	display:block;
	position:absolute;
	width:50px;
	left:0px;
	top:0;
	bottom:0;
	background:#00aeff;
	text-align:center;
	color:#fff;
}

blockquote:before{
	content:'""';
	font-size:40px;
	padding-top:15px;
	}

code:before{
	content:'</>';
	font-size:16px;
	padding-top:25px;
	}

blockquote small{
	text-align:right;
	padding:20px 0 0 0;
	font-style:italic;
}

.container,
.container-fluid {
	position: relative;
	z-index: 1;
}

.form-group{margin:0;}

.form-control{
	padding:20px 25px;
	font-size:inherit;
	height:auto;
}

.form-group .btn{
	border-radius:0;
	font-size:inherit;
	padding:20px;
}

.form-group input,
.input-group input,
.form-group textarea,
button { 
	color: #222;
	box-shadow: none;
	-webkit-box-shadow: none;
	border:0;
	border-radius:0;
}

.input-group input:focus,
.form-group input:focus,
.form-group textarea:focus,
.input-group button:focus {
	box-shadow: none;
	transition: none;
	border: 0;
	outline: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus { outline: 0px auto -webkit-focus-ring-color; }

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group{margin-left:0;}

.btn .icon{margin-right:10px}

.btn .icon-right{margin-left:10px}

.title h2 {
	display: block;
	position: relative;
	padding: 0 0 40px 0;
	margin: 0 0 60px 0;
	color: #000;
	font-weight: 400;
	font-family: 'Exo 2', sans-serif;
}

.title h2:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 80px;
	background-color: #0099cc;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
#innovations .title p {
	color: #000;
}
.title p {
	display: block;
	margin: -20px 0 80px 0;
	color: #000;
}

.download-btn {
	display: inline-block;
	height: 70px;
	border-radius: 35px;
	background: #d1d1d1;
	overflow: hidden;
	text-align: left;
}

.download-btn .btn-content {
	position: relative;
	margin: -67px 3px 0 3px;
	height: 64px;
	background-color: #fff;
	color: #00aeff;
	border-radius: 32px;
	padding: 12px 25px 0 70px;
	font-size: 12px;
	line-height: 18px;
}

.download-btn .btn-slide {
	background: #00aeff;
	height: 100%;
	width: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.download-btn:hover .btn-slide { width: 100%; }

.ios-btn .btn-content,
.download-btn-alt.ios-btn { color: #000; }

.android-btn .btn-content,
.download-btn-alt.android-btn { color: #669900; }

.win-btn .btn-content,
.download-btn-alt.win-btn { color: #68217a; }

.download-btn .icon,
.download-btn-alt .icon {
	font-size: 32px;
	position: absolute;
	left: 20px;
	top: 14px;
}

.download-btn b,
.download-btn-alt b {
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: 700;
	z-index: 2;
}

.download-btn-alt {
	display: inline-block;
	position: relative;
	padding: 15px 30px 17px 70px;
	background:#fff;
	color:#00aeff;
	border-radius:40px;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	overflow: hidden;
}

.download-btn-alt .icon {
	top: 17px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.download-btn-alt:hover .icon{
	transform:rotate(360deg);
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	color:#00aeff;
}

.download-btn-alt.invert:hover .icon{
	color:#fff;
}

.download-btn-alt.invert {
	color: #fff;
	background: #00aeff;
}

.download-btn-alt.ios-btn.invert{ background:#000; }
.download-btn-alt.android-btn.invert{ background:#669900; }
.download-btn-alt.win-btn.invert{ background:#68217a; }



.round-btn{
	border: 2px solid #ddd;
	border-radius: 30px;
	display: inline-block;
	padding: 0 30px;
	vertical-align:middle;
	line-height:3.5;
}

.round-btn-sm{
	font-size:14px;
	border: 1px solid #ddd;
	display: inline-block;
	padding: 0 15px;
	border-radius:18px;
	vertical-align:middle;
	line-height:2.5;
}
.round-btn-sm.white {
	background: #fff;
	color: #006699;
	font-weight: 800;
	border: 2px solid #fff;
	font-size: 14px;
	width: auto;
}
.round-btn-sm.white:hover {
	background: rgba(255, 255, 255, 0.2);
	border: 2px solid #fff;
	color: #fff;
}
.round-btn-sm.blue{
	border-radius:35px;
	border: 1px solid #0099cc;
	font-size: 16px;
	background: #0099cc;
	color: #fff;
}
.round-btn-sm.blue.small {
	font-size: 13px;
	line-height: 14px;
	padding: 6px 10px;
	background: #FFF;
	border: 1px solid #0099cc;
	color: #0099cc;
	margin: 10px 0;
}
.round-btn-sm.blue.small:hover {
	background: #0099cc;
	color: #fff;
}

.round-btn:hover {
	color: #444;
	border: 2px solid #00aeff;
}

.round-btn-sm:hover {
	color: #444;
	border: 1px solid #00aeff;
}

.round-btn .icon{margin-right:20px}

.round-btn .icon-right{margin-left:20px}

.round-btn-sm .icon{margin-right:10px}

.round-btn-sm .icon-right{margin-left:10px}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px;
}

.color { color: #0099cc; }

.bg-color-main { background-color: #0099cc; }

.bg-color2 { background-color: #f8f8f8; } 


.bg-color3 {
	background-color: #262626;
	color: #f8f8f8;
}

.bg-color4 {
	background-color: #e1e1e1;
	color: #000;

}
.bg-color5 {
	background-color: #f5f5f5;
	color: #000;

}

.bg-color4 .title  h2 {color: #000;}

.bg-color4 .title h2::after  {
	background-color: #0099cc;;
}

.bg-color-grad{
	background: #00aeff; /* Old browsers */
	background: -moz-linear-gradient(top,  #00aeff 0%, #0182ad 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aeff), color-stop(100%,#0182ad)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00aeff 0%,#0182ad 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00aeff 0%,#0182ad 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00aeff 0%,#0182ad 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00aeff 0%,#0182ad 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeff', endColorstr='#0182ad',GradientType=0 ); /* IE6-9 */
}

.bg-color3 h2,
.bg-color-main h2,
.bg-color-grad h2{ color: #f8f8f8; }

.bg-color3,
.bg-color-main,
.bg-color-grad{ color: #f8f8f8; }

.bg-color3 .title h2:after,
.bg-color-main .title h2:after,
.bg-color-grad .title h2:after{
	background-color:#fff;
	opacity:0.5;
}

.block-bg,
.block-video-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0.15;
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	height: 120%;
	width: 100%;
}

.block-video-bg {
	text-align:left;
}

.item-list-right li {
	padding: 0 60px 20px 0;
	position: relative;
	text-align: right;
}

.item-list-right li .icon {
	font-size: 32px;
	position: absolute;
	right: 0;
	top: 0;
}

.item-list-left li {
	padding: 0 0px 20px 60px;
	position: relative;
	text-align: left;
}

.item-list-left li .icon {
	font-size: 42px;
	position: absolute;
	left: 0;
	top: 0;
}

.item-list-right h3,
.item-list-left h3 { margin: 0 0 15px 0; }

.item-list-right.item-list-big li { padding: 0 60px 25px 0; }

.item-list-left.item-list-big li { padding: 0 0px 25px 60px; }

.item-list-big li .icon { font-size: 48px; }

.item-list-right li:last-child,
.item-list-left li:last-child { padding-bottom: 0; }

.panel{
	border:1px solid #ddd;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.panel-heading{
	display:block;
	border-bottom:1px solid #eee;
	font-weight:bold;
	padding:20px 25px;
}

.panel-heading .icon{
	margin-right:10px;
}


.panel-body{padding:20px 25px;}

.tab-content{ 
/*	border-top: 1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;*/

		border-top: 1px solid #0099cc;
	border-right:1px solid #0099cc;
	border-bottom:1px solid #0099cc;
	border-left:1px solid #0099cc;
	border-radius: 0 0 4px 4px;
	padding:25px;
}

.nav-tabs li a {
	padding:20px 15px;
	width: 280px;
	height: 105px;

}
.nav-tabs li a:hover {
	background: #fff;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover{
	color:#0099cc;
}
.nav-tabs li.active a {
/*	background: url(img/angle.png) no-repeat 50% 100%;*/
	background: url(img/angle_blue.png) no-repeat 50% 100%;
	width: 280px;
	position: relative;
	top: 2px;
	color: #0099cc;
	height: 506px;
}


.nav-tabs li a:hover{
	color:#0099cc;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #0099cc;
}
.grind_img {
	height: 400px;
	line-height: 400px;
	position: relative;
	bottom: 10px;
}
.grind_img1 {
	background: url(img/grind2_sp.png) no-repeat 0 0;
	width: 79px;
	height: 397px;
}
.nav-tabs .active .grind_img1, .grind_img1:hover {
	background: url(img/grind2_sp.png) no-repeat 0 -397px;
}
.grind_img2 {
	background: url(img/grind3_sp.png) no-repeat 0 0;
	width: 92px;
	height: 397px;
}
.nav-tabs .active .grind_img2, .grind_img2:hover  {
	background: url(img/grind3_sp.png) no-repeat 0 -397px;
}
.grind_img3 {
	background: url(img/grind4_sp.png) no-repeat 0 0;
	width: 130px;
	height: 397px;

}
.nav-tabs .active .grind_img3,  .grind_img3:hover {
	background: url(img/grind4_sp.png) no-repeat 0 -397px;
}
.grind_img4 {
	background: url(img/grind1_sp.png) no-repeat 0 0;
	width: 91px;
	height: 397px;

}
.nav-tabs .active .grind_img4, .grind_img4:hover {
	background: url(img/grind1_sp.png) no-repeat 0 -397px;
}
.grind_img1, .grind_img2, .grind_img3, .grind_img4 {
	vertical-align: bottom;
	margin: 0 auto;
	text-align: center;

}
.tab-content h3 {
	line-height: 21px;

}
.tab-content h4 {
	margin-top: 10px;
	margin-bottom: 30px;
}
.tab-content .descript {
	margin: 20px 0;
	color: #000;
}
.tab-content .descript_param {
	text-align: left;
	padding: 20px 40px;
	color: #000;

} 

.tab-content .descr_img img {
	margin: 25px auto;
}
.tab-content .table_des {
	width: 100%;
}
.tab-content .table_descr {
	width: 100%;
	border: 1px solid #fff;
	padding: 15px;
	background: #efefef;
	margin: 15px 0;
}
.tab-content .table_descr tr td {
	padding: 3px;
	border: 1px solid #fff;
}
.tab-content .table_descr .head_td {
	background: #d9e6ef;
}
.tab-content .table_descr .head_td span {
	font-size: 11px;
}
.tab-content .table_descr tr:nth-child(even) {
	background: #fff;
}
.tab-content .table_descr tr:nth-child(odd) {
	background: #f5f5f5;
}

.placeholdersjs { color: #aaa !important; }

.modal-dialog {
	width: 700px;
}
.modal-content .descript {
	text-align: left;
	font-size: 14px;
}
.modal-content .descript_param {
	text-align: left;
	font-size: 14px;
}
.modal-content .table_des {
	width: 100%;
}
.modal-content .table_descr {
	width: 100%;
	border: 1px solid #fff;
	padding: 15px;
	background: #efefef;
	margin: 15px 0;
}
.modal-content .table_descr tr td {
	padding: 3px;
	border: 1px solid #fff;
}
.modal-content .table_descr .head_td {
	background: #d9e6ef;
}
.modal-content .table_descr .head_td span {
	font-size: 11px;
}
.modal-content .table_descr tr:nth-child(even) {
	background: #fff;
}
.modal-content .table_descr tr:nth-child(odd) {
	background: #f5f5f5;
}
.modal-content .descript_grey {
	color: #999;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.nav-tabs li a {
		width: 210px;
	}
	.nav-tabs li.active a {
		width: 210px;
	}

}
@media (max-width: 991px) and (min-width: 768px) {

	.nav-tabs li a {
		width: 165px;
		height: 135px;
		font-size: 14px;
	}
	.nav-tabs li.active a {
		width: 165px;
	}


}

@media (max-width: 992px) {

section { padding: 80px 0; }

.item-list-right h3,
.item-list-left h3 { margin: 0 0 10px 0; }
 
} 
@media (max-width: 767px) {

h1 { font-size: 40px; }

h2 { font-size: 30px; }

h3 { font-size: 24px; }

h4 { font-size: 18px; }

.title h2 {
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;

}

.title p { margin: -10px 0 50px 0; }

.item-list-left li .icon,
.item-list-right li .icon {
	position: relative;
	margin-bottom: 20px;
	display: block;
}

.item-list-left li,
.item-list-right li {
	text-align: center;
	padding: 0 0 30px 0;
}

.item-list-right.item-list-big li,
.item-list-left.item-list-big li { padding: 0 0 40px 0; }
 
.nav-tabs>li{
	float:none;
}
.nav-tabs>li a{
	display:block;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	border-radius:0;
	margin:0;
}
.nav-tabs li:first-child a{
	border-radius:4px 4px 0 0;
}
.nav-tabs>li a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus{
	border-color:#ddd;
}
}

/*----------- DETAILS ------------*/
#details .dets {

}
#details img.dets {
	border-radius: 50%;
	border: 5px solid #eee;
	width: 150px;


}
#details .screen  {
	margin-top: 150px;
}
#details .item-list-right.item-list-big li { padding: 0 10px 25px 0; }

#details .item-list-left.item-list-big li { padding: 0 0px 25px 10px; }


/*----------------------------------------------------------------------------------------
										PRELOADER
----------------------------------------------------------------------------------------*/

#preloader {
	background: #fff;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	left: 0;
	position: fixed;
	z-index: 9999;
}

#preloader .battery {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 20px;
	margin: -10px 0 0 -20px;
	border: 1px solid #00aeff;
	border-radius: 3px;
}

#preloader .battery:after {
	display:block;
	content:"";
	position: absolute;
	right:-4px;
	top:6px;
	height: 6px;
	width:2px;
	background: #00aeff;
	border-radius: 0 2px 20x 0;
}

#preloader .battery .load-line {
	position: absolute;
	z-index: 100;
	height: 16px;
	width: 36px;
	top: 1px;
	left: 1px;
	background: #00aeff;
	border-radius: 1px;
	-webkit-animation: battery-load 1s linear 0s infinite;
	-moz-animation: battery-load 1s linear 0s infinite;
	animation: battery-load 1s linear 0s infinite;
}

@-webkit-keyframes battery-load { 
0% {width: 0px;}
100% {width: 36px;}
}

@keyframes battery-load { 
0% {width: 0px;}
100% {width: 36px;}
}


#preloader .radius {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	border: 1px solid #ddd;
	border-radius: 50%;
}

#preloader .radius .load-line {
	position: absolute;
	z-index: 100;
	height: 20px;
	width: 4px;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -2px;
	border-top: 4px solid #00aeff;
	-webkit-animation: rotation 1s linear 0s infinite;
	-moz-animation: rotation 1s linear 0s infinite;
	animation: rotation 1s linear 0s infinite;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes rotation { 
0% {-webkit-transform: rotate(0deg);}
100% {-webkit-transform: rotate(360deg);}
}

@keyframes rotation { 
0% {transform: rotate(0deg);}
100% {transform: rotate(360deg);}
}




/*----------------------------------------------------------------------------------------
									MODAL POPUP STYLES
----------------------------------------------------------------------------------------*/

.modal {
	overflow-y: auto;
	text-align: center;
}

.modal-content {
	padding: 60px 20px;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 20px;
	border: 0;
}

.modal-title { margin: 0; }

.modal-title .icon {
	font-size: 48px;
	line-height: 48px;
	display: block;
	margin: 0 0 40px 0;
	color: #00aeff;
}

.modal-title .icon.icon-ban { color: #ce0b0b; }

.modal-open { overflow: auto; }

.modal-content .close {
	position: absolute;
	top: 10px;
	right: 15px;
}

.close {
	font-family: inherit;
	font-size: 32px;
	font-weight: 100;
	text-shadow: none;
}

.close:focus { outline: 0px auto -webkit-focus-ring-color; }




/*----------------------------------------------------------------------------------------
									OWL SLIDER STYLES
----------------------------------------------------------------------------------------*/

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	margin-top: 100px;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item { float: left; padding: 0 35px;}

.owl-controls .owl-page,
.owl-controls .owl-buttons div { cursor: pointer; }

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing { cursor: url(img/grabbing.png) 8 8, move; }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-pagination {
	text-align: center;
	position: absolute;
	top: -80px;
	width: 100%;
	display: block;
}

.owl-pagination .owl-page {
	height: 40px;
	width: 80px;
	line-height: 40px;
	display: inline-block;
	margin-left: 0;
	cursor: pointer;
	position: relative;
}

.owl-pagination .owl-page span {
	width: 100%;
	height: 2px;
	display: block;
	background: #eee;
	position: absolute;
	bottom: 50%;
}

.bg-color3 .owl-pagination .owl-page span { background: #444; }

.owl-pagination .owl-page.active span { background: #00aeff; }


@media (max-width: 767px) {
	
.owl-pagination { display: table; }

.owl-pagination .owl-page { display: table-cell; }

}




/*----------------------------------------------------------------------------------------
									ANIMATION ELEMENTS
----------------------------------------------------------------------------------------*/

.ray {
	position: absolute;
	z-index: 0;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 174, 255, .5);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 174, 255, .5);
	box-shadow: 0px 0px 5px 2px rgba(0, 174, 255, .5);
}

.ray-vertical {
	height: 200%;
	width: 1px;
	transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-webkit-transform-origin: 50% 0;
}

.ray-horizontal {
	width: 200%;
	height: 1px;
	transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	-webkit-transform-origin: 0 50%;
}

.y-0{top: 0;}
.y-25{top: 25%;}
.y-50{top: 50%;}
.y-75{top: 75%;}
.y-100{top: 100%;}

.x-0{left: 0;}
.x-25{left: 25%;}
.x-50{left: 50%;}
.x-75{left: 75%;}
.x-100{left: 100%;}


.ray-rotate45 {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.ray-rotate-45 {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.ray-rotate135 {
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.ray-rotate-135 {
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}


.animation-box {
	display: inline-block;
	position: relative;
}

@-webkit-keyframes laser-blink {  
	0% {opacity:1;}
	20% {opacity:0.5;}
	22% {opacity:0.8;}
	40% {opacity:0.4;}
	42% {opacity:1;}
	98% {opacity:0.8;}
}
@keyframes laser-blink {  
	0% {opacity:1;}
	20% {opacity:0.5;}
	22% {opacity:0.8;}
 	40% {opacity:0.4;}
	42% {opacity:1;}
	98% {opacity:0.8;}
}

.laser-blink {
	animation: laser-blink 0.7s linear 0s infinite;
	-webkit-animation: laser-blink 0.7s linear 0s infinite;
}


@-webkit-keyframes highlight-left {  
	0% {
 		opacity:0;
 		top:100%;
 		-webkit-transform:scale(0);
	}
	70% {
 		opacity:1;
 		-webkit-transform:scale(1);
	}
 	100% {
 		opacity:0;
 		top:0;
 		-webkit-transform:scale(0);
	}
}

@keyframes highlight-left {  
	0% {
 		opacity:0;
 		top:100%;
 		transform:scale(0);
	}
 	70% {
 		opacity:1;
 		transform:scale(1);
	}
 	100% {
 		opacity:0;
 		top:0;
 		transform:scale(0);
	}
}

.highlight-left {
	position: absolute;
	animation: highlight-left 2s ease-in 0s infinite;
	-webkit-animation: highlight-left 2s ease-in 0s infinite;
	left: -5px;
	margin-top: -100px;
}

@-webkit-keyframes highlight-right {  
	0% {
		opacity:0;
		top:0;
		-webkit-transform:scale(0)
	}
 	70% {
		opacity:1;
		-webkit-transform:scale(1)
	}
 	100% {
		opacity:0;
		top:100%;
		-webkit-transform:scale(0)
	}
}

@keyframes highlight-right {  
	0% {
		opacity:0;
		top:0;
		transform:scale(0)
	}
 	70% {
		opacity:1;
		transform:scale(1)
	}
 	100% {
		opacity:0;
		top:100%;
		transform:scale(0)
	}
}

.highlight-right {
	position: absolute;
	animation: highlight-right 2s ease-in 0s infinite;
	-webkit-animation: highlight-right 2s ease-in 0s infinite;
	right: -18px;
	margin-top: -100px;
}

.flare {
	position: absolute;
	z-index: 10;
	top: -70px;
	right: 10px;
}

@-webkit-keyframes sunlight-blink {  
	0% {opacity:0;}
	25%, 75% {opacity:1;}
	100% {opacity:0;}
}

@keyframes sunlight-blink {  
	0% {opacity:0;}
 	25%, 75% {opacity:1;}
 	100% {opacity:0;}
}

.flare .base {
	animation: sunlight-blink 5s ease-in 0s infinite;
	-webkit-animation: sunlight-blink 5s ease-in 0s infinite;
	position: relative;
	top: -20px;
}

@-webkit-keyframes sunlight-shapes {  
	0% {
 		opacity:0;
 		-webkit-transform:scale(0.8);
		}
 	20%, 22%, 28%, 30%, 70%, 72% {opacity:0.8;}
 	21%, 29%, 71% {opacity:0.4;}
 	50% {
 		opacity:1;
 		-webkit-transform:scale(1) translate(-5px, 5px);
	}
 	100% {
 		opacity:0;
 		-webkit-transform:scale(0.8);
	}
}

@keyframes sunlight-shapes {  
	0% {
 		opacity:0;
 		transform:scale(0.8);
		}
 	20%, 22%, 28%, 30%, 70%, 72% {opacity:0.8;}
 	21%, 29%, 71% {opacity:0.4;}
 	50% {
 		opacity:1;
 		transform:scale(1) translate(-5px, 5px);
	}
 	100% {
 		opacity:0;
 		transform:scale(0.8);
	}
}

.flare .shapes {
	position: absolute;
	top: 170px;
	left: 70px;
	animation: sunlight-shapes 5s ease-in 0s infinite;
	-webkit-animation: sunlight-shapes 5s ease-in 0s infinite;
	transform-origin: 80% 10%;
	-webkit-transform-origin: 80% 10%;
}

@-webkit-keyframes swim {  
	0% {-webkit-transform:translateX(0);}
 	100% {-webkit-transform:translateX(470px);}
}

@keyframes swim {  
	0% {transform:translateX(0);}
 	100% {transform:translateX(470px);}
}

.fog {
	background: url(img/fog.png) repeat-x bottom right;
	height: 268px;
	width: 920px;
	position: absolute;
	z-index: 2;
}

.fog-top {
	bottom: 110px;
	right: 0;
	opacity: 0.25;
	animation: swim 45s linear 0s infinite;
	-webkit-animation: swim 45s linear 0s infinite;
}

.fog-bottom {
	bottom: -20px;
	right: 0;
	opacity: 0.8;
	animation: swim 14s linear 0s infinite;
	-webkit-animation: swim 14s linear 0s infinite;
}




/*----------------------------------------------------------------------------------------
									CONTACT FORM
----------------------------------------------------------------------------------------*/

#contact_form { border-top: 1px solid #eee; }

#contact_form .form-group { margin: 0; }

#contact_form label {
	display: block;
	font-size: 14px;
	font-weight: normal;
	position: relative;
}

#contact_form label.error {
	background: #ce0b0b;
	color: #fff;
	padding: 5px;
}

#contact_form label.error:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #ce0b0b transparent;
}

#contact_form label.valid { display: none !important; }

#contact_form .form-control {
	text-align: center;
	border-bottom: 1px solid #eee;
	line-height: 25px;
	width: 100%;
}

textarea.form-control { resize: vertical; }

#modalContact .modal-content { padding: 40px 0px; }

#modalContact .modal-title { margin: 0 0 40px 0; }

button#contact_submit {
	background: none;
	margin-top: 35px;
	font-size: 22px;
	height: 80px;
	width: 80px;
	line-height: 80px;
	padding: 0;
	border: 2px solid #eee;
	border-radius: 50%;
	color: #444;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

button#contact_submit:hover { border: 2px solid #00aeff; }




/*----------------------------------------------------------------------------------------
										MAIN NAVIGATION
----------------------------------------------------------------------------------------*/

nav.navbar-fixed-top {
	height: 60px;
	background: #fff;
	border-bottom: 2px solid #eee;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
nav.navbar-slide{ top: -60px; }
nav.navbar-slide.show-menu { top: 0; }

.navbar .nav {
	list-style: none;
	float: right;
	z-index: 5;
	margin: 0;
}

.navbar .nav li {
	float: left;
	padding: 0;
}

.navbar .nav li a {
	display: block;
	font-size: 14px;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	text-decoration: none;
	border-bottom: 2px solid #eee;
	outline: none;
	background:inherit;
}

.navbar .nav li:last-child a { }

.navbar .nav li a:hover,
.navbar .nav li.active a {
	background: none;
	color: #00aeff;
	border-bottom: 2px solid #00aeff;
}

.navbar-brand {
	height: 60px;
	margin: 0;
	padding: 15px 0 0 15px;
}

.navbar-toggle {
	float: right;
	height: 60px;
	margin: 5px 0 0 0;
	padding: 0 20px;
}

.navbar-toggle .icon-bar {
	background: #00aeff;
	height: 1px;
}

.navbar-toggle.collapsed .icon-bar { background: #ccc; }

.navbar-toggle .icon-bar+.icon-bar { margin-top: 7px; }

.navbar-fixed-top { border-width: 0; }
.navbar-toggle .icon-bar:nth-child(1) {
	top: 14px;
}

.contact-btn {
	float: right;
	cursor: pointer;
	line-height: 60px;
	font-size: 24px;
	padding: 0 20px;
	border-left: 1px solid #eee;
	color: #ccc;
}
.top_menu  {
	width: 60%;
	float: right;
	margin: 10px 0 30px 0;


}
.top_menu  ul {
	float: right;
	margin-right: 30px;
}
.top_menu .nav_top li {
	display: inline;


}
.top_menu .nav_top li a {
	font-size: 14px;
	color: #ccc;
	padding: 5px 10px;
	margin-right: 30px;
	font-weight: bolder;
}
.top_menu .nav_top li a:hover {
	color: #46bcfc;
	text-decoration: none;
	border: 1px solid #46bcfc;
	border-radius: 30px;
	padding: 5px 10px;
}
.phone {
	margin-top: 1px;
	float: right;
	font-size: 24px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 600;
	color: #fff;
	opacity: 1;
	/*font-family: Russo One;*/
	z-index: 1100;
}
.phone span {
	font-size: 12px;
	color: #fff;
}


@media (max-width: 992px) {
.navbar-collapse {
	width: 100%;
	padding: 0;
	background: #fff;
}

.navbar .nav {
	float: none;
	text-align: center;
}

.navbar .nav li { float: none; }

.navbar .nav li a { border-bottom: 1px solid #eee; }

.navbar .nav li a:hover,
.navbar .nav li.active a { border-bottom: 1px solid #00aeff; }
.phone {
	color: #fff;
}

}
@media (max-width: 991px) and (min-width: 768px) {
	.top_menu .nav_top li a {
		margin-right: 10px;
		padding: 5px;
	}
	.phone {
		color: #fff;
	}


}

@media (max-width: 767px) {
	.top_menu .nav_top li a {
		margin-right: 10px;
		padding: 5px;
	}
	.phone {
		color: #fff;
	}


}




/*----------------------------------------------------------------------------------------
										 SIDEBAR
----------------------------------------------------------------------------------------*/

aside.blog-sidebar{text-align:left;}

aside.blog-sidebar .search #search_form{border:1px solid #ddd;}

aside.blog-sidebar .search .form-control{
	padding-right:0;
	line-height:20px;
}

aside.blog-sidebar .search .btn{
	background:none;
	font-size:20px;
	color:#aaa;
	padding-right:15px;
}
aside.blog-sidebar .search .btn:hover{color:#00aeff;}

aside.blog-sidebar .widget{margin:60px 0 0 0;}

aside.blog-sidebar .widget h3{
	padding: 0 0 20px 0;
	border-bottom:1px solid #eee;
	margin:0;
}

aside.blog-sidebar .category ul li{padding:0;}

aside.blog-sidebar .category ul a{
	text-decoration:none;
	display:block;
	padding:15px 0;
	border-bottom:1px solid #eee;
}
aside.blog-sidebar .category ul a:hover{
	border-bottom:1px solid #00aeff;
}

aside.blog-sidebar .recent_posts ul li{
	border-bottom:1px solid #eee;
	padding:15px 50px 15px 0;
	position:relative;
}
aside.blog-sidebar .recent_posts ul li a{
	text-decoration:none;
}
aside.blog-sidebar .recent_posts .date{
	color:#ccc;
	font-size:14px;
	display:block;
	padding:5px 0 0 0;
}
aside.blog-sidebar .recent_posts .comments{
	padding:0;
	position:absolute;
	top:15px;
	right:0;
	font-size:14px;
	color:#aaa;
}
aside.blog-sidebar .recent_posts .comments .icon{
	color:#aaa;
	padding-right:5px;
}

aside.blog-sidebar .tag_cloud h4{border:none;}

.tags{ margin-top:25px;}
	
.tags li { 
	display: inline-block; 
	padding:0; 
	}

.tags li a {
	display: block;
	padding: 5px 10px;
	margin: 0 0 4px 0;
	text-decoration: none;
	font-size: 12px;
	color: #888;
	background:#eee;
	border-radius:2px;
}

.tags li a:hover {
	color: #fff;
	background:#00aeff;
}

.tags.hollow li a{
	background:none;
	border:1px solid #eee;
	color:#ccc;
}

.tags.hollow li a:hover {
	background:none;
	border:1px solid #00aeff;
	color:#00aeff;
}



@media (max-width: 992px) {
	
	aside.blog-sidebar{
		margin:80px 0 0 0;
		text-align:center;
	}
	
	aside.blog-sidebar .search{padding:0px;}
	
	aside.blog-sidebar .recent_posts ul li{padding:15px 0;}
	
	aside.blog-sidebar .recent_posts .comments{
		padding:0;
		position:relative;
		top:auto;
		right:auto;
	}
}





/*----------------------------------------------------------------------------------------
										INTRO
----------------------------------------------------------------------------------------*/

#full-intro { text-align: left; }

#blog-intro { text-align: center; }

#blog-intro .container {padding: 150px 0 100px 0;}

#blog-intro h1.slogan {margin:0 40px;}


#blog-intro .block-bg{
	background-image:url(img/news_bg.jpg);
	opacity:0.25;
	background-position:center;
}

.intro-block .block-bg {
	background-image:url(img/intro_bg.jpg);
	opacity: 0.4;
}

.intro-block {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.intro-block .block-video-bg{opacity:0.25;}

#big-video-wrap video,
.vjs-control-bar{display:none;}

.intro-block .ray{ z-index:1;}

.intro-block .container {
	padding: 30px 0 190px 0;
	z-index: 2;}

.intro-block h1 a{ 
	color:inherit; 
	border-bottom:1px solid #fff;
}

.intro-block .download-btn,
.intro-block .download-btn-alt{
	margin:0 2px;
}

.intro-block #slides {
	position: absolute !important;
	top: 0;
	z-index: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari only override */
::i-block-chrome, .intro-block #slides,
::i-block-chrome, .intro-block .block-bg,
::i-block-chrome, .intro-block .block-video-bg {
	position: fixed !important; 
	-webkit-transform: translateZ(0);}
}

.intro-block #slides img { opacity: 0.25; }


.intro-block .logo {
	display: inline-block;
	margin: 10px 0 120px 0;
	float: left;
	width: 220px;
}

.intro-block h1.slogan {
	color: #fff;
	line-height: 1.2;
	margin: 0 10px 40px 10px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.25);
}
.intro-block .grinder_name {
	width: 250px;
	border-radius: 2px;
	border: 2px solid #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 24px;
	font-weight:400;
	color: #fff;
	margin: 10px 0 40px 0;
}

#minimal-intro.intro-block h1.slogan {
	margin-bottom:100px;
}

.intro-screen {
	position: absolute;
	right: 0;
	top: -150px;
}

@media (max-width: 992px) {

#full-intro { text-align: center; }

} 
@media (max-width: 767px) {
	
#blog-intro .container {padding: 100px 0 50px 0;}

.intro-block .container { padding: 80px 0; }

.intro-block .logo { margin: 0 0 60px 0; }

.intro-block .grinder_name {
	width: 250px;
	border-radius: 2px;
	border: 2px solid #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 24px;
	font-weight:400;
	color: #fff;
	margin: 10px auto 40px;
}

} 
@media (max-width: 991px) and (min-width: 768px) {
		.intro-block .logo {
		width: 120px;
	}
	.intro-screen {
	position: absolute;
	right: 0;
	top: -150px;
	width: 250px;
}
.intro-block.bg-color3 .col-sm-6 {
	float: left;
	text-align: left;
}
}

@media  (max-width: 767px) {
	.intro-block .logo {
		width: 110px;
	}

	}




/*----------------------------------------------------------------------------------------
										TYPED INTRO
----------------------------------------------------------------------------------------*/

.type{
	font-weight:500;
}

#typed-cursor {
	color: #FFF;
	opacity: 1;
	font-weight:500;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	-ms-animation: blink 0.7s infinite;
	-o-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}

@keyframes blink { 
0% {opacity:1;}
50% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes blink {
0% {opacity:1;}
50% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes blink { 
0% {opacity:1;}
50% {opacity:0;}
100% {opacity:1;}
}




/*----------------------------------------------------------------------------------------
										FEATURES
----------------------------------------------------------------------------------------*/

#features .screen {
	max-width: 100%;
	height: auto;
}

#features .icon { color: #aaa; }

@media (max-width: 1200px) and (min-width: 767px) {

#features .icon { display: none; }

.item-list-right.item-list-big li,
.item-list-left.item-list-big li { padding: 0 0px 40px 0px; }
 
} 
@media (max-width: 992px) and (min-width: 767px) {

.item-list-right.item-list-big li,
.item-list-left.item-list-big li { font-size: 14px; }

.item-list-right h3,
.item-list-left h3 { font-size: 22px; }

.item-list-right li:last-child,
.item-list-left li:last-child { padding-bottom: 0; }

}




/*----------------------------------------------------------------------------------------
										INNOVATIONS
----------------------------------------------------------------------------------------*/

#innovations .screen {
	margin-bottom: -230px;
	max-width: 100%;
	height: auto;
}

#innovations .ray {
	position: absolute;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, .7);
	-moz-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, .7);
	box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, .7);
}

@-webkit-keyframes plane {  
	0% {
 		-webkit-transform: translateY(0);
		 transform: translateX(0);
	}
	50% {
 		-webkit-transform: translateY(30px);
 		transform: translateY(30px);
	}
	100% {
 		-webkit-transform: translateY(0);
 		transform: translateX(0);
	}
}

@keyframes plane {  
	0% {
 		-webkit-transform: translateY(0);
 		-ms-transform: translateY(0);
 		transform: translateY(0);
	}
 	40% {
 		-webkit-transform: translateY(30px);
 		-ms-transform: translateY(30px);
 		transform: translateY(30px);
	}
 	100% {
 		-webkit-transform: translateY(0);
 		-ms-transform: translateY(0);
 		transform: translateY(0);
	}
}

#innovations #ray1 {
	bottom: 30px;
	animation: plane 0.8s linear 0s infinite;
	-webkit-animation: plane 0.8s linear 0s infinite;
}

#innovations #ray2 {
	bottom: 60px;
	animation: plane 1.2s linear 0s infinite;
	-webkit-animation: plane 1.2s linear 0s infinite;
}

#innovations #ray3 {
	bottom: 90px;
	animation: plane 0.9s linear 0s infinite;
	-webkit-animation: plane 0.9s linear 0s infinite;
}

#innovations #ray4 {
	bottom: 120px;
	animation: plane 1.7s linear 0s infinite;
	-webkit-animation: plane 1.7s linear 0s infinite;
	opacity: 0.6;
}
.swatch-grey-white .decor, [class*="swatch-"] .swatch-grey-white .decor {
	fill: #e1e1e1;

}
.swatch-blue-white .decor, [class*="swatch-"] .swatch-blue-white .decor {
	fill: #00aeff;

}
.swatch-white .decor, [class*="swatch-"] .swatch-white .decor {
	fill: #fff;

}
.swatch-grey2 .decor, [class*="swatch-"] .swatch-grey .decor {
	fill: #f8f8f8;

}

@media (max-width: 992px) {

#innovations .screen { margin-bottom: 0px; }

}

/*----------COMPARE ---------------*/
#compare {
	padding-top: 40px;
}
#compare table {
	width: 100%;
}
#compare table th {
	color: #ccc;
	font-family: 'Exo 2', sans-serif;
	font-weight: lighter;
	font-size: 16px;
	text-align: center;
	margin: 10px auto;

}
#compare table th .model {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin: 20px auto;
}
#compare table tbody tr td  {
	border-bottom: 1px dotted #ddd;
	padding: 10px;
	text-transform: uppercase;
	font-family: 'Exo 2', sans-serif;
	font-weight: lighter;
	color: #000;

}
#compare table tbody tr td.param {
	background: #f8f8f8;
	border-bottom: 2px solid #fff;
	text-align: right;
	width: 250px;
	color: #444;


}
#compare table tbody tr td .plus  {
	background: #d3edfc;
	padding: 5px;
	font-weight: bolder;

}
.verybig {
	font-size: 50px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: 'Exo 2', sans-serif;
	color: #000;
	line-height: 50px;
	margin: 60px auto 20px;
	padding: 0;
}
.huge {
	text-transform: uppercase;
	font-family: 'Exo 2', sans-serif;
	font-size: 150px;
	font-weight: 250;
	color: #000;
	line-height: 150px;
	padding: 0;
	text-align: center;
	margin: 0 auto;
	width: 500px;
	display: inline-block;
}
.rus_flag {
	background: url(img/rus_flag.png) no-repeat;
	width: 68px;
	height: 79px;
	margin-right: 20px;
	position: relative;
	top: 75px;
	display: inline-block;
	float: left;
}
.ger_flag {
	background: url(img/ger_flag.png) no-repeat;
	width: 68px;
	height: 79px;
	margin-left: 20px;
	position: relative;
	display: inline-block;
	top: 75px;
	float: right;
}



/*----------------------------------------------------------------------------------------
										BENEFITS
----------------------------------------------------------------------------------------*/

.img-block-2col { text-align: left; }

.img-block-2col .title h2:after {
	left: 0;
	margin-left: 0;
}

.screen-couple-right,
.screen-couple-left {
	position: relative;
	max-width: 400px;
	min-width: 280px;
	overflow: hidden;
	z-index:100;
	top: 100px;
}

.screen-couple-right:after,
.screen-couple-left:after {
	content: '';
	display: block;
	clear: both;
}

.screen-couple-right .screen {
	position: relative;
	float: right;
	top: 10px;
}

.screen-couple-left .screen {
	position: relative;
	float: left;
}

.screen-couple-right .above,
.screen-couple-left .above { z-index: 3; }

.screen-couple-right .beyond,
.screen-couple-left .beyond {
	z-index: 1;
	position: absolute;
	top: 20px;
}
.screen-couple-right .beyond.beyond2 {left: 10px; top: 10px;}

.screen-couple-left .beyond { right: 0; }

.screen-couple-right .beyond { left: 230px; top: 30px;}

@media (max-width: 992px) and (min-width: 767px) {

#benefits1,
#benefits2 { font-size: 14px; }
 
} 
@media (max-width: 767px) {

.img-block-2col { text-align: center; }

.img-block-2col .title h2:after {
	left: 50%;
	margin-left: -40px;
}

.screen-couple-right,
.screen-couple-left { margin: 50px auto 0 auto; }

}




/*----------------------------------------------------------------------------------------
										SCREENSHOTS
----------------------------------------------------------------------------------------*/
#screenshots {padding: 60px 0 160px 0; }
#screenshots h2 { margin: 0; }

#screenshots .item.container {
	margin: 0 auto;
	text-align: center;
}

#screenshots .item img { border-radius: 4px; }

#screenshots-slider .icon {
	font-size: 68px;
	color: #0099cc;
}
.section.swatch-red-white {
	height: 320px;
	float: left;
	width: 100%;
	margin-bottom: 90px;
}
.section {padding: 100px 0;
}

.section.swatch-grey-white, .section.swatch-blue-white, .section.swatch-white, .section.swatch-grey2  {
	padding: 0;
}

.big6 {
	position: relative;
	left: -70px;
	top: -160px;
	font-size: 500px;
	line-height: 400px;
	font-family: 'Exo 2', sans-serif;
	color: #fff;
	font-weight: 700;
	z-index: 1000;
	float: left;

}
.fac {
	float: left;
	padding: 0;
	margin: 0;
}
.facts {
	position: relative;
	text-align: left;
	top: -20px;
	text-transform: uppercase;
	font-size: 55px;
	line-height: 50px;
	font-family: 'Exo 2', sans-serif;
	color: #fff;
	font-weight: 400;
	z-index: 1001;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}
.facts span {font-weight: 800; font-size: 60px;}
.facts_logo {
	float: left;
}
.facts_logo img {
	position: relative;
/*	background: url(img/logo_white.png) no-repeat;*/
	margin: 0 auto;
	z-index: 1002;
	padding: 0;

}
.big12 {
	position: relative;
	left: 0;
	top: -165px;
	font-size: 380px;
	line-height: 380px;
	font-family: 'Exo 2', sans-serif;
	color: #fff;
	font-weight: 400;
	z-index: 1003;
	margin: 0;
	padding: 0;
	float: left;
}
.good_facts {
	position: relative;
	z-index: 1004;
	float: right;
}
.good_facts li {
	list-style: none;
	width: 13%;
	margin: 7px 10px 15px 10px;
	float: left;
	z-index: 1004;

}
.good_facts li i {
	font-size: 67px;
/*	font-weight: 700;*/
	line-height: 56px;
	color: #fff;
	text-align: center;
	margin: 10px auto 20px;
	display: block;
}
.good_facts li span {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	line-height: 16px;
	
}
@media  (max-width: 1436px) { 
.big6 {
	position: relative;
	left: -40px;
	top: -150px;
	font-size: 400px;
	line-height: 400px;
	font-family: 'Exo 2', sans-serif;
	color: #fff;
	font-weight: 800;
	z-index: 1000;
	float: left;

}
}


@media (min-width: 992px) and (max-width: 1199px) {
	.good_facts li span {
		font-size: 14px;
	}
	.big6 {font-size: 250px;
		top: -160px;
	}

	}
	.facts {
		font-size: 45px;
	}
	.facts span {
		font-size: 50px;
	}

	h3.tit {
/*		height: 50px;*/

	}
	h3.tit.tit2 {
/*		width: 200px;*/
		
	}
}

@media (max-width: 991px) and (min-width: 768px) {

.good_facts li {
	list-style: none;
	width: 13%;
	margin: 7px 10px 15px 10px;
	float: left;
	z-index: 1004;
		}
	.map .sixteen {
		width: 100%;
	}

}
@media (max-width: 767px) {

.good_facts li {
	list-style: none;
	width: 13%;
	margin: 7px 10px 15px 10px;
	float: left;
	z-index: 1004;
		}
	.map .sixteen {
		width: 100%;
	}

}


@media (max-width: 479px) {
	h1 {font-size: 32px;}
	.intro-block .logo_div {
		width: 100%;
		text-align: center;
		float:left;
	
}
.intro-block .logo_div .logo {
	text-align: center;
	margin: 0 auto;
	display: block;
	float: none;
	position: relative;
	top: -50px;
}
.phone {
	color: #fff;
	width: 100%;
	float: none;
	display: block;
	position: relative;
	top: -20px;
}
}






/*----------------------------------------------------------------------------------------
										FACTS
----------------------------------------------------------------------------------------*/

.facts-list { width: 100%; }

.facts-list li {
	display: block;
	float: left;
	width: 25%;
	position:relative;
	z-index:1;
}

.facts-list .icon {
	display: block;
	font-size: 64px;
	color: #ddd;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin: 0 0 30px 0;
}

.facts-list h3 {
	font-size: 50px;
	font-weight: bold;
	color: #222;
	margin: 0 0 10px 0;
}

.facts-list h4 {
	font-size: 20px;
	color: #888;
	margin:0;
}

.facts-list li:hover .icon { color: #00aeff; }

@media (max-width: 767px) {

.facts-list li {
	width: 100%;
	margin-bottom: 40px;
}

.facts-list li:last-child { margin-bottom: 0px; }

.facts-list .icon { margin: 0 0 15px 0; }

}




/*----------------------------------------------------------------------------------------
										PRICING TABLES
----------------------------------------------------------------------------------------*/
#pricing-table .title p {
	color: #fff;
}
#pricing-table  .block-bg {
	background-image:url(img/2.jpg);
}
ul.pricing-table{
	display:block;
	width:100%;
}

ul.pricing-table:after{
	display:block;
	content:"";
	clear:both;
}

ul.pricing-table > li{
	display:block;
	position:relative;
	z-index:1;
	float:left;
	width:22%;
	background:#fff;
	color:#444;
	border-radius:5px;
	margin:0 4% 0 0;
	padding:0;
}

ul.pricing-table > li:last-child{
	margin-right:0;
}

ul.pricing-table .stamp{
	position:absolute;
	right:-20px;
	top:60px;
	height:80px;
	width:80px;
	padding:10px;
	border-radius:50%;
	overflow:hidden;
	font-size:12px;
	background:#fff;
	border:1px solid #eee;
	text-transform:uppercase;
	line-height:1;
	font-weight:bold;
	letter-spacing:-1px;
}

ul.pricing-table .stamp .icon{
	display:block;
	padding:0 0 4px 0;
	font-size:27px;
}

ul.pricing-table h3{
	display:block;
	padding:30px 5px 30px 5px;
	margin:0;
	border-radius:5px 5px 0 0;
	border-bottom:2px dotted #eee;
	height: 140px;
	font-size: 21px;
}
ul.pricing-table .smaller {
	font-size: 14px;
	text-align: center;
}
ul.pricing-table li.silver h3{
	background:#eee;
	border-bottom:2px dotted #eee;
}

ul.pricing-table li.silver .stamp{
	color:#888;
	border:1px solid #888;
}

ul.pricing-table li.gold h3{
	background:#fff29d;
	color:#a98815;
	border-bottom:2px dotted #fff29d;
}

ul.pricing-table li.gold .stamp{
	color:#a98815;
	border:1px solid #a98815;
}

ul.pricing-table li.platinum h3{
	background:#444;
	color:#fff;
	border-bottom:2px dotted #444;
}

ul.pricing-table li.platinum .stamp{
	color:#444;
	border:1px solid #444;
}



ul.pricing-table span{
/*	display:block;*/
	font-size:40px;
	font-weight:bold;
	color:#222;
	padding:30px 0;
	line-height:1.3;
}

ul.pricing-table span small{
	font-size:14px;
	font-weight:normal;
	color:#ccc;
	display:block;
	line-height:1;
}

ul.pricing-table .benefits-list{
	margin:30px 0 30px 0;
}

ul.pricing-table .benefits-list li{
	padding:5px 0;
}

ul.pricing-table .benefits-list li.not{
	text-decoration:line-through;
	color:#ddd;
}

ul.pricing-table a.buy{
	display:block;
	padding:15px 15px 25px 15px;
	font-size:18px;
	background:#f2f2f2;
	border-radius:0 0 5px 5px;
}
ul.pricing-table a.buy i {
	font-size: 28px;
	margin-right: 10px;
	position: relative;
	top: 5px;


}
ul.pricing-table a.buy:hover .icon-basket:before{
	content:"\e04d";
}
.grinder {
	width: 170px;
	margin: 30px 0;
}
.grinder_price {
	border: 5px solid #eee;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	margin: 30px 0 20px 0;
}
.total_price {
	float: left;
	font-size: 24px;
	padding: 10px 0 30px 30px;
	font-weight: 500;
}

@media (max-width: 992px) {
	ul.pricing-table > li{
		width:46%;
		margin:0 2% 30px 2%;
	}
}
@media (max-width: 767px) {
	ul.pricing-table > li{
		width:100%;
		margin:0 0 20px 0;
	}
}


/*---------- CHOOSE ------------*/


#choose {padding-bottom: 0;}
/*---------- SERVICE ------------*/
#service {
	height: 950px;
}
#service .title p {
	margin-bottom: 40px;
}
#service .key {
	position: absolute;
	top: 500px;
	left: 0;
}
#service .title p {
	color: #fff;
}
#service .tarif_block {
	text-align: left;
}
#service .tarif {
	height: 200px;
}
#service .tarif1 {
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 50%;
	background: #fff;
	color: #000;
	font-size: 24px;
	font-weight: 600;
	position: relative;
	bottom: -50px;
}

#service .tarif2 {
	width: 170px;
	height: 170px;
	line-height: 170px;
	border-radius: 50%;
	background: #fff;
	color: #000;
	font-size: 32px;
	font-weight: 600;
	position: relative;
	bottom: -20px;
}

#service .tarif3 {
	width: 210px;
	height: 210px;
	line-height: 210px;
	border-radius: 50%;
	background: #fff;
	color: #000;
	font-size: 40px;
	font-weight: 600;
}
#service h4 {
	font-family: 'Exo 2', sans-serif;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
}
#service p {
	color: #fff;
}
#service .round-btn-sm.blue {
	background:  rgba(255, 255, 255, 0.7);
	color: #0099cc;
	border: none;
	font-weight: 400;
}
#service .round-btn-sm.blue:hover {
	color: #fff;
	background: none;
	border: 1px solid #fff;
}

#service .block-bg  {
	opacity: 0.2;
	background-image:url(img/2.jpg);
	overflow: hidden;
	height: 950px;
}





/*----------------------------------------------------------------------------------------
										TESTIMONIALS
----------------------------------------------------------------------------------------*/
#testimonials {
	padding-bottom: 30px;
}
#testimonials h2 { margin: 0; }

#testimonials .item { padding-top: 20px; }

#testimonials .talk {
	font-size: 18px;
	line-height: 1.4;
	margin: 0 0 50px 0;
}

#testimonials .photo {
	border-radius: 50%;
	margin: 0 0 20px 0;
	border: 4px solid #ddd;
}

#testimonials .ocupation { color: #888; }

#testimonials .block-bg  {
	opacity: 0.2;
	background-image:url(img/testimonials_bg.jpg);
}
.flexslider .slides {
	height: 240px;
	line-height: 240px;

}
.flexslider .slides li {
	height: 240px;
	margin: 20px;
}

.flexslider .slides img {
	vertical-align: middle;
}
.flex-direction-nav a {
	display: none;
}

 @media (max-width: 767px) {

#testimonials .talk { font-size: 20px; }

}

/*------------------ SERTIF ------------*/
/* #Work
================================================== */
#sertif {
	padding-bottom: 0;
}
.portfolio-wrap-1{
	position:relative;
	width:100%;
	margin-top:10px;
}
.portfolio-wrap-1:after{
	content: '';
	display: block;
	clear: both;
}
.portfolio-box-1{
	position:relative;
	float:left;
	width:25%;
	display:inline-block;
	overflow:hidden;
	margin-left:-1px;
	-webkit-transform:translateX(1px);
	-moz-transform:translateX(1px);
	-ms-transform:translateX(1px);
	-o-transform:translateX(1px);
	transform:translateX(1px);
}
.portfolio-box-1.box-port-third{
	width:33.333333333333%;
}
.portfolio-box-1.box-port-half{
	width:50%;
	margin-left:-2px;
	-webkit-transform:translateX(2px);
	-moz-transform:translateX(2px);
	-ms-transform:translateX(2px);
	-o-transform:translateX(2px);
	transform:translateX(2px);
}

#thanks .portfolio-box-1 h6 {
	font-weight: normal;
	padding: 15px 30px;
}

.portfolio-box-1 .mask-1{
	position:absolute;
	width:calc(100% - 40px);
	height:calc(100% - 40px);
	top:20px;
	left:20px;
	background:rgba(255,255,255,.96);
	z-index:2;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.portfolio-box-1:hover .mask-1{
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.portfolio-box-1 h6{
	position:absolute;
	font-family: 'Exo 2', sans-serif;
	width:100%;
	top:50%;
	left:0;
	margin-top:-10px;
	z-index:4;
	letter-spacing:10px;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear; 
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    color: #000;
    font-size: 18px;
    padding: 15px;
    font-weight: normal;
}
.portfolio-box-1:hover h6{
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
	opacity:1;
	letter-spacing:1px;
}
.portfolio-box-1 img{
	width:100%;
	height:auto;
	display:block;
}

#fotos .portfolio-box-1 h6 {
	padding: 15px 30px;
}
.portfolio-box-2{
	position:relative;
	width:100%;
	overflow:hidden;
}
.portfolio-box-2 img{
	width:100%;
	height:auto;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.portfolio-box-2:hover img{
    opacity:.7;
}
.portfolio-box-2 h6{
	padding:20px;
	text-align:left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.portfolio-box-2 p{
	padding:20px;
	padding-top:0;
	text-align:left;
	color:#404040;
}
.portfolio-box-2:hover p{
	color:#404040;
}
.portfolio-box-2 .mask-left{
	position:absolute;
	width:50px;
	top:30px;
	left:-50px;
	z-index:3;
	font-family: 'FontAwesome';
	height:50px;
	line-height:50px;
	font-size:20px;
	color:#fff;
	text-align:center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.portfolio-box-2 .mask-left:hover{
	background:#212121;
}
.portfolio-box-2:hover .mask-left{
	left:30px;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.portfolio-box-2 .mask-right{
	position:absolute;
	width:50px;
	top:30px;
	right:-50px;
	z-index:3;
	font-family: 'FontAwesome';
	height:50px;
	line-height:50px;
	font-size:20px;
	color:#fff;
	text-align:center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.portfolio-box-2 .mask-right:hover{
	background:#212121;
}
.portfolio-box-2:hover .mask-right{
	right:30px;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}



#portfolio-filter {
	position:relative;
	width:100%;
	text-align: center;
}
#filter {
	position:relative;
	width:100%;
	text-align: center;
}

#filter li {
	display: inline-block;
	text-align: center;
}
#filter:after {
  content: '';
  display: block;
  clear: both;
}
#filter li a {
	position: relative;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	text-transform: uppercase;
	font-size: 12px; 
	margin-bottom:20px;
	text-align: center;
	outline: none;
	color: #404040;
	margin-left:8px;
	margin-right:8px;
	letter-spacing:4px;
	text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#filter li a:after {
	content:'::::';
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 12px; 
	color: #999999;
	padding-left:15px;
	opacity:.8;
}
#filter li:first-child a {
	margin-left:0;
}
#filter li:last-child a:after {
	display:none;
}
#filter li .current {
}
#filter li a:hover {
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
       -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
}
.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
            transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
         -o-transition-property:         top, left, opacity;
            transition-property:         transform, opacity;
}

#owl-portfolio-slider{
}
#owl-portfolio-slider .item{
	position:relative;
	width:100%;
}
#owl-portfolio-slider .item img{
	width:100%;
	height:auto;
	display:block;
}
#owl-portfolio-slider .item .left-info{
	position:absolute;
	bottom:30px;
	left:30px;
	background:rgba(244,244,244,.95);
	color:#212121;
	padding:15px 30px;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size: 13px;
	line-height:20px;
	letter-spacing:4px;
	text-transform: uppercase;
}



.projects-wrapper {
	position: relative; 
	margin: 0 auto;
    width: 100%;
	text-align:center;
	overflow:hidden;
    display: block;
}
#projects-grid-masonry {
	position: relative; 
	margin: 0 auto;
    width:100%;
	max-width:1700px;
	text-align:center;
}
#projects-grid-masonry:after {
  content: '';
  display: block;
  clear: both;
}


.portfolio-box-3 {
	float:left;
    width: 33.3333333%;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:10px solid #fff;
	margin-left:-1px;
	-webkit-transform:translateX(1px);
	-moz-transform:translateX(1px);
	-ms-transform:translateX(1px);
	-o-transform:translateX(1px);
	transform:translateX(1px);
}
.portfolio-box-3.half-box-3 {
    width: 50%;
	margin-left:-2px;
	-webkit-transform:translateX(2px);
	-moz-transform:translateX(2px);
	-ms-transform:translateX(2px);
	-o-transform:translateX(2px);
	transform:translateX(2px);
}
.portfolio-box-3.qvart-box-3 {
    width: 25%;
}
.portfolio-box-3.no-border {
	border:0 solid #fff;
}
.portfolio-box-3 img{
    width: 100%;
	height:auto;
	display:block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.portfolio-box-3 .mask-2{
	position:absolute;
	width:calc(100% - 40px);
	height:calc(100% - 40px);
	top:20px;
	left:20px;
	background:rgba(255,255,255,.9);
	z-index:1;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.portfolio-box-3:hover .mask-2{
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portfolio-box-3 h6{
	position:absolute;
	width:100%;
	top:0;
	margin-top:-35px;
	left:0;
	z-index:3;
	text-align:center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.portfolio-box-3:hover h6{
	top:50%;
}
.portfolio-box-3 .mask-left{
	position:absolute;
	width:40px;
	top:50%;
	margin-top:15px;
	left:0;
	margin-left:-55px;
	z-index:3;
	font-family: 'FontAwesome';
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#fff;
	text-align:center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.portfolio-box-3 .mask-left:hover{
	background:#212121;
}
.portfolio-box-3:hover .mask-left{
	left:50%;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.portfolio-box-3 .mask-right{
	position:absolute;
	width:40px;
	top:50%;
	margin-top:15px;
	right:0;
	margin-right:-55px;
	z-index:3;
	font-family: 'FontAwesome';
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#fff;
	text-align:center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.portfolio-box-3 .mask-right:hover{
	background:#212121;
}
.portfolio-box-3:hover .mask-right{
	right:50%;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

@media (max-width: 1199px) and (min-width: 992px) {
	.portfolio-box-1 h6 {
		font-size: 16px;
		padding: 10px;
		margin-top: -20px;
	}

}
@media (max-width: 991px) and (min-width: 768px) {
	.portfolio-box-1 h6 {
		font-size: 16px;
		margin-top: -20px;
	}
}
/* #Skills
================================================== */
.map {
	background: url(img/map.jpg) no-repeat;
	width: 1000px;
	height: 567px;
}
  .pro-bar {
  background: #33ccff;
}
.map .sixteen {
	background: rgba(256, 256, 256, 0.7);
	padding: 10px;
	width: 50%;
	float: right;
}
.pro-bar-container {
	position:relative;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: calc(100% - 50px);
	height: 3px;
	background: #000;
}
.skills-in-box {
	padding:20px;
}
.pro-bar-margin {
	margin-bottom:17px;
}
.pro-bar-margin-last {
	margin-bottom:11px;
}
.skills-name{
	position:relative;
	width:100%;
	text-align:left;
	padding-bottom:5px;
	font-family: 'Lato', sans-serif;
	font-weight:500;
	font-size: 12px;
	letter-spacing:2px;
	color:#212121;
	text-transform: uppercase;
}
.pro-bar {
	position:relative;
	height: 3px;
	overflow:hidden;
}
.text-in-bar {
	position:absolute;
	top:-11px;
	right:-50px;
	width:35px;
	height:25px;
	background:#212121;
	border-radius:3px;
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 11px; 
	line-height:25px;
	color:#fff;
	z-index:2222;
}
.arrow-skills{
	position:absolute;
	right:-16px;
	top:-5px;
	width:0;
	height:0;
	border-top:7px solid transparent;
	border-bottom:7px solid transparent;
	border-right:7px solid #212121;
	z-index:2222;
} 


	.pro-bar.bar-100	{ width: 100%; }
	.pro-bar.bar-99		{ width: 99%;  }
	.pro-bar.bar-98		{ width: 98%;  }
	.pro-bar.bar-97		{ width: 97%;  }
	.pro-bar.bar-96		{ width: 96%;  }
	.pro-bar.bar-95		{ width: 95%;  }
	.pro-bar.bar-94		{ width: 94%;  }
	.pro-bar.bar-93		{ width: 93%;  }
	.pro-bar.bar-92		{ width: 92%;  }
	.pro-bar.bar-91		{ width: 91%;  }
	.pro-bar.bar-90		{ width: 90%;  }
	.pro-bar.bar-89		{ width: 89%;  }
	.pro-bar.bar-88		{ width: 88%;  }
	.pro-bar.bar-87		{ width: 87%;  }
	.pro-bar.bar-86		{ width: 86%;  }
	.pro-bar.bar-85		{ width: 85%;  }
	.pro-bar.bar-84		{ width: 84%;  }
	.pro-bar.bar-83		{ width: 83%;  }
	.pro-bar.bar-82		{ width: 82%;  }
	.pro-bar.bar-81		{ width: 81%;  }
	.pro-bar.bar-80		{ width: 80%;  }
	.pro-bar.bar-79		{ width: 79%;  }
	.pro-bar.bar-78		{ width: 78%;  }
	.pro-bar.bar-77		{ width: 77%;  }
	.pro-bar.bar-76		{ width: 76%;  }
	.pro-bar.bar-75		{ width: 75%;  }
	.pro-bar.bar-74		{ width: 74%;  }
	.pro-bar.bar-73		{ width: 73%;  }
	.pro-bar.bar-72		{ width: 72%;  }
	.pro-bar.bar-71		{ width: 71%;  }
	.pro-bar.bar-70		{ width: 70%;  }
	.pro-bar.bar-69		{ width: 69%;  }
	.pro-bar.bar-68		{ width: 68%;  }
	.pro-bar.bar-67		{ width: 67%;  }
	.pro-bar.bar-66		{ width: 66%;  }
	.pro-bar.bar-65		{ width: 65%;  }
	.pro-bar.bar-64		{ width: 64%;  }
	.pro-bar.bar-63		{ width: 63%;  }
	.pro-bar.bar-62		{ width: 62%;  }
	.pro-bar.bar-61		{ width: 61%;  }
	.pro-bar.bar-60		{ width: 60%;  }
	.pro-bar.bar-59		{ width: 59%;  }
	.pro-bar.bar-58		{ width: 58%;  }
	.pro-bar.bar-57		{ width: 57%;  }
	.pro-bar.bar-56		{ width: 56%;  }
	.pro-bar.bar-55		{ width: 55%;  }
	.pro-bar.bar-54		{ width: 54%;  }
	.pro-bar.bar-53		{ width: 53%;  }
	.pro-bar.bar-52		{ width: 52%;  }
	.pro-bar.bar-51		{ width: 51%;  }
	.pro-bar.bar-50		{ width: 50%;  }
	.pro-bar.bar-49		{ width: 49%;  }
	.pro-bar.bar-48		{ width: 48%;  }
	.pro-bar.bar-47		{ width: 47%;  }
	.pro-bar.bar-46		{ width: 46%;  }
	.pro-bar.bar-45		{ width: 45%;  }
	.pro-bar.bar-44		{ width: 44%;  }
	.pro-bar.bar-43		{ width: 43%;  }
	.pro-bar.bar-42		{ width: 42%;  }
	.pro-bar.bar-41		{ width: 41%;  }
	.pro-bar.bar-40		{ width: 40%;  }
	.pro-bar.bar-39		{ width: 39%;  }
	.pro-bar.bar-38		{ width: 38%;  }
	.pro-bar.bar-37		{ width: 37%;  }
	.pro-bar.bar-36		{ width: 36%;  }
	.pro-bar.bar-35		{ width: 35%;  }
	.pro-bar.bar-34		{ width: 34%;  }
	.pro-bar.bar-33		{ width: 33%;  }
	.pro-bar.bar-32		{ width: 32%;  }
	.pro-bar.bar-31		{ width: 31%;  }
	.pro-bar.bar-30		{ width: 30%;  }
	.pro-bar.bar-29		{ width: 29%;  }
	.pro-bar.bar-28		{ width: 28%;  }
	.pro-bar.bar-27		{ width: 27%;  }
	.pro-bar.bar-26		{ width: 26%;  }
	.pro-bar.bar-25		{ width: 25%;  }
	.pro-bar.bar-24		{ width: 24%;  }
	.pro-bar.bar-23		{ width: 23%;  }
	.pro-bar.bar-22		{ width: 22%;  }
	.pro-bar.bar-21		{ width: 21%;  }
	.pro-bar.bar-20		{ width: 20%;  }
	.pro-bar.bar-19		{ width: 19%;  }
	.pro-bar.bar-18		{ width: 18%;  }
	.pro-bar.bar-17		{ width: 17%;  }
	.pro-bar.bar-16		{ width: 16%;  }
	.pro-bar.bar-15		{ width: 15%;  }
	.pro-bar.bar-14		{ width: 14%;  }
	.pro-bar.bar-13		{ width: 13%;  }
	.pro-bar.bar-12		{ width: 12%;  }
	.pro-bar.bar-11		{ width: 11%;  }
	.pro-bar.bar-10		{ width: 10%;  }
	.pro-bar.bar-9		{ width: 9%;   }
	.pro-bar.bar-8		{ width: 8%;   }
	.pro-bar.bar-7		{ width: 7%;   }
	.pro-bar.bar-6		{ width: 6%;   }
	.pro-bar.bar-5		{ width: 5%;   }
	.pro-bar.bar-4		{ width: 4%;   }
	.pro-bar.bar-3		{ width: 3%;   }
	.pro-bar.bar-2		{ width: 2%;   }
	.pro-bar.bar-1		{ width: 1%;   }
	.pro-bar.bar-0		{ width: 0%;   }


/* #Ajax Projects Expander Styles
================================================== */

	.relative{
		position: relative;
	}
	.portfolio{
		width:100%;
		height: auto;
		margin:0 auto;
		max-width: 1200px;
	}	
	.expander-wrap {
		position:relative;
		display: none;
		text-align: center;
	}

	#expander-wrap{
		position: relative;
		width:100%;
		max-width:1200px;
		margin:0 auto;
		overflow: hidden;
	}


/* Expander Item Controls */

	.project-controls{
		position: relative;
		width:100%;
		height: auto;
		top:105px;
		max-width: 1200px;
		margin:0 auto;
	}
	.expander-inner{
		position: relative;
	}
	.cls-btn{
		width:100%;
		padding: 0;
		margin: 0 auto;
		display: block;
		height: auto;
	}
	.expander-wrap .cls-btn .close {
		position:relative;
		display: inline-block;
		color:#000;
		top:0;
		margin-top:110px;
		margin-bottom:20px;
		width:auto;
		height:auto;
		font-size:30px;
		font-weight:400;
		text-align:center;
		cursor: pointer;
		float:none;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.expander-close:hover {
		color:#3a3a3a;
		cursor:pointer;
	}	
.scroll-to-contact{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	background:#fff;
	z-index:2;
	padding-top:40px;
	padding-bottom:35px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
} 	
.scroll-to-contact p{
	text-align:center;
	color:#606060;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:400;
	font-size: 12px;
	line-height:12px;
	margin:0 auto;
	width:120px;
	padding-bottom:7px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}  




.ajax-project-content{
	position: relative;
	width:100%;
	padding-top:34px;
	padding-bottom:34px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.ajax-project-content p{
	text-align:left;
	padding-bottom:34px;
	border-bottom:1px solid #ccc;
}
.ajax-project-info{
	position: relative;
	width:100%;
	padding-top:34px;
	padding-bottom:22px;
	margin-bottom:34px;
	border-bottom:1px solid #ccc;
}
.ajax-project-info .ajax-info{
	position: relative;
	width:100%;
	padding-bottom:12px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 12px;
	line-height:24px;
	text-align:left;
	text-transform: uppercase;
	letter-spacing:3px;
	color:#404040;
}
.ajax-project-info .ajax-info span{
	padding-right:10px;
	font-size: 14px;
	font-family: 'FontAwesome';	
}
.ajax-link{
	position: relative;
	width:100%;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 12px;
	line-height:24px;
	text-align:left;
	text-transform: uppercase;
	letter-spacing:3px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ajax-link:hover{
	color:#404040;
}

 
@media (max-width: 991px) and (min-width: 768px) {

	.map  {
		width: 760px;
	}

}
@media (max-width: 767px) {
	.map {
		width: 760px;
	}
}
@media (max-width: 779px) {
	.map {
		width: 750px;
	}
}
@media (max-width: 479px) {
	.map {
		width: 400px;
	}
	.map .sixteen {
		width: 100%;
	}
}




/*----------------------------------------------------------------------------------------
										NEWS
----------------------------------------------------------------------------------------*/

.news-list {
	border-top: 1px solid #eee;
	margin-bottom: 60px;
}

.news-list li {
	border-bottom: 1px solid #eee;
	padding: 60px 0;
}

.news-list li h3{
	font-size: 25px;
	font-weight: bold;
	text-transform: none;
	margin: 0 0 25px 0;
}

.news-info{ margin:0 0 30px 0;}

#news .news-info { margin:0;}

.news-info > div {
	display: inline-block;
	padding: 0 30px 0 0;
}

.news-info div:last-child {padding:0;}

.news-info > div .icon {
	margin: 0 10px 0 0;
	color: #ccc;
}

@media (max-width: 767px) {

.news-list li { padding: 40px 0; }

.news-list li h3 { font-size: 20px; }

.news-info > div {
	font-size: 14px;
	padding: 0 10px 0 0;
}

.news-info > div .icon { margin: 0 5px 0 0; }

}


/*------------ TEXT --------------*/
.text  p {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 45px;
}
#fotos {padding: 0;}

/*----------------------------------------------------------------------------------------
										BLOG
----------------------------------------------------------------------------------------*/

#blog {text-align:left;}

.single-content-sidebar h3{
	margin:0 0 25px 0;
}

.single-content-sidebar .tags,
.single-content .tags{
	margin:40px 0 0 0;
}

.single-content .sep:first-child{
	margin-top:0;
	padding-top:0;
}

h2.head,
.post-list li h2{
	font-size: 35px;
	font-weight: bold;
	text-transform: none;
	margin: 0 0 25px 0;
}

.post-list {border-top:0;}

.post-list li{ padding:70px 0 20px 0;}
	
.post-list li:first-child {padding-top:0;}

.post-content img{margin: 0 0 20px 0;}

.post-content .read-more{
	display:inline-block;
	padding:0px 5px;
	margin:0 0 -4px 5px;
	font-size:20px;
	font-weight:bold;
	line-height:1;
	background:#ccc;
	border-radius:2px;
	color:#fff;
	letter-spacing:1px;
}

.post-content .read-more:hover{background:#00aeff;}

.post-pagination li{
	margin:0 10px 10px 0;
	display:inline-block;
}
.post-pagination li:last-child{
	margin-right:0;
}
.post-pagination li a{
	display:block;
	position:relative;
	height:50px;
	width:50px;
	text-align:center;
	line-height:48px;
	border:1px solid #eee;
	border-radius:50%;
	color:#aaa;
	z-index:1;
}

.post-pagination li.active a,
.post-pagination li a:hover{
	color:#444;
	border:1px solid #00aeff;
}

.post-pagination li.prev a:before{
	content:"";
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	margin:-5px 0 0 -3px;
	height:10px;
	width:10px;
	border-top:1px solid #444;
	border-left:1px solid #444;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}

.post-pagination li.next a:before{
	content:"";
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	margin:-5px 0 0 -7px;
	height:10px;
	width:10px;
	border-top:1px solid #444;
	border-right:1px solid #444;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}


@media (max-width: 992px) {
	
	#blog {text-align:center;}

} @media (max-width: 320px) {
	
	section#blog{ padding:50px 0;}
	
	.post-pagination li{ display:none;}
	
	.post-pagination li.prev,
	.post-pagination li.next{ display:inline-block;}
	
	.post-list .news-info{ margin:0 0 10px 0;}
	
	.post-list li{ padding:50px 0 10px 0;}
	
	.news-list {margin-bottom:40px;}
	
	h2.head,
	.post-list li h2{
		font-size: 25px;
		margin:0 0 10px 0;
	}
	
}


/*-------------- Contacts -------------*/
#contacts .block-bg  {
	opacity: 0.2;
	background-image:url(img/2.jpg);
	overflow: hidden;
	height: 950px;
}
#contacts .title, #contacts p {
	color: #fff;
}
#contacts input {
	width: 90%;
	border: 1px solid #fff;
	border-radius: 2px;
	background: none;
	font-size: 16px;
	line-height: 18px;
	padding: 13px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

button#contact_submit .icon-fonts_fly {
	font-size: 44px;
	color: #ccc;
	line-height: 74px;
}
button#contact_submit:hover >i {
	color: #00aeff;
}
#contacts select {
	width: 90%;
	background: none;
	border: 1px solid #fff;
	border-radius: 2px;
	font-size: 16px;
	line-height: 18px;
	color: #ccc;
	padding: 10px 10px;
	margin-bottom: 20px;
}

/*----------------------------------------------------------------------------------------
											COMMENTS
----------------------------------------------------------------------------------------*/



.comments { padding: 80px 0 0 0; }

.comments li { padding: 0; }

.comment-list .children { margin-left: 80px; }

.comment-body {
	border-top: 1px solid #eee;
	position: relative;
	padding: 40px 0 40px 80px;
}

.comment-body .photo {
	position: absolute;
	left: 0;
	top: 40px;
}

.comment-body .photo img{
	border-radius: 5px;
	width:50px;
	height:auto;
	}

.comment-body .comment-data {
	margin-top: 10px;
	font-size: 14px;
}

.comment-body .comment-data .author {
	color: #444;
	font-weight: bold;
	padding-right: 20px;
	font-size: 14px;
}

.comment-body .comment-data .date {
	color: #ccc;
	padding-right: 20px;
}

.comment-body .comment-data a { color: #ccc; }


.comments .comment-respond { margin: 80px 0 0 0; }

.comments #comment_form { border: 1px solid #eee; }

.comments #comment_form:after {
	content: '';
	display: block;
	clear: both;
}

.comments #comment_form > div { padding: 0; }

#comment_form .btn_send {
	width: 100%;
	background: #eee;
	font-weight:bold;
	color:#777;
	margin:0;
}

#comment_form .form-group { border-bottom: 1px solid #eee; }

#comment_form .form-group label.error,
#comment_form .form-group label.valid {
	display: block;
	margin: 0;
	font-size: 12px;
	position: relative;
	padding: 5px 20px;
	font-weight: 300;
	color: #fff;
	text-align: left;
}

#comment_form .form-group label.error { background: #d12525; }

#comment_form .form-group label.error:before {
	position: absolute;
	left: 20px;
	top: -7px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent #d12525 transparent;
}

#comment_form .form-group label.valid { padding: 0; }

#comment_form .form-group label.valid:before { display: none; }

@media (max-width: 992px) {

.comments{ padding:60px 0 0 0;}

.comments .form-control{ text-align:center;}

.comments .comment-respond{margin:40px 0 0 0;}

.comment-body { padding: 30px 0; }

.comment-list .children { margin-left: 0; }

.comment-body .photo {
	position: relative;
	left: auto;
	top: auto;
	margin: 0 auto 20px auto;
}

.comment-body .comment-data .author {
	display: block;
	padding: 0;
}

.comment-body .comment-data .date {
	display: block;
	padding: 0;
}
}





/*----------------------------------------------------------------------------------------
										SOCIAL
----------------------------------------------------------------------------------------*/

.soc-list { margin: 0 0 50px 0; }

.soc-list li { display: inline-block; }

.soc-list .icon {
	display: inline-block;
	font-size: 22px;
	color: #fff;
	padding: 20px;
	border-radius: 50%;
	background: #ddd;
	margin: 5px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.soc-list li .icon:hover { background: #00aeff; }

.soc-list .soc-icon-twitter { background: #00aced; }

.soc-list .soc-icon-facebook { background: #3b5998; }

.soc-list .soc-icon-dribbble { background: #ea4c89; }

.soc-list .soc-icon-googleplus { background: #dd4b39; }

.soc-list .soc-icon-linkedin { background: #007bb6; }

.soc-list .soc-icon-instagram { background: #517fa4; }

.soc-list .soc-icon-pinterest { background: #cb2027; }

.soc-list .soc-icon-flickr { background: #ff0084; }

#subscribe_form .input-group { margin: 0 auto; }

#subscribe_form .form-control,
#subscribe_form button {
	border-radius: 30px 0 0 30px;
	height: 60px;
	background: #fff;
	font-size: inherit;

}

#subscribe_form button {
	font-size: 22px;
	line-height: 26px;
	padding: 17px 25px;
	border-radius: 0 30px 30px 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#subscribe_form button i {
	font-size: 42px;
	position: relative;
	top: -6px;
	margin: 0;
	padding: 0;
}

#subscribe_form button:hover { color: #00aeff; }

label.error {
	padding: 20px 0 0 0;
	color: #C30;
}

#order_form label.error {
	background: rgba(255,255,255, 0.2);
	color: #fff;
	font-weight: 100;
	padding: 5px;
	float: left;
	margin-left: 28px;
	margin-top: -20px;
}
#order_form label.error.valid {
	display: none !important;
}
#contacts .block {
	/*height: 70px;*/
}
@media (min-width: 767px) {

#subscribe_form .input-group { width: 600px; }

}




/*----------------------------------------------------------------------------------------
										DOWNLOAD
----------------------------------------------------------------------------------------*/

#download { padding: 70px 0; }

#download h2 { 
	color: #fff; 
	margin:30px 0; 
}

#download h2 .icon { margin: 0 20px 0 0; }

#download .block-bg {
	background-image:url(img/download_bg.jpg);
	background-position:left center;
	height: 300%;
}

@media (max-width: 767px) {

#download h2 { margin: 0; }

#download h2 .icon {
	margin: 0 0 10px 0;
	display: block;
}

}




/*----------------------------------------------------------------------------------------
										FOOTER
----------------------------------------------------------------------------------------*/

footer {
	text-align: center;
	padding: 50px 0;
	background: #222;
	color: #888;
}

footer .copyright {
	display: block;
	margin: 40px 0 0 0;
}

.copyright a {
	font-weight: bold;
	color: inherit;
}
footer .phone_footer {
	color: #fff;
	margin: 10px auto;
	font-size: 21px;
	font-weight: 700;
}
footer .phone_footer span {
	font-size: 16px;
}

@media (max-width: 992px) {

footer { padding: 80px 0; }

}




/*----------------------------------------------------------------------------------------
										SHORTCODES
----------------------------------------------------------------------------------------*/
#shortcodes .btn,
#shortcodes .round-btn,
#shortcodes .round-btn-sm,
#shortcodes .download-btn,
#shortcodes .download-btn-alt{ margin:2px 0;}


/* #Work
================================================== */

#fotos .row {
 -moz-column-width: 20em;
 -webkit-column-width: 20em;
 -moz-column-gap: 4px;
 -webkit-column-gap:4px; 
  
}

#fotos .row > .col-md-3 {
 display: inline-block;
 padding: 0;
 margin: 0;
 width:  100%; 
 float:none;
}

#fotos .img-responsive {
  border:0px solid #999;
}


