header, nav, section, article, aside, footer, figure {
	display: block;
}
body {
	font: 400 20px 'Lato', Arial, Tahoma, Verdana, sans-serif;
	color: #888;
	background-color: #fff;
}

.videoWrapper {
	position: relative;
	padding-bottom: 50%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	margin-left:10%;
	width: 80%;
	height: 80%;
}

.centerLandingPages {
	text-align:center;
	margin-top: 3%;	
	margin-left: -9%;
	margin-right: -9%;
}





a {
	color: #08c;
	outline: none;
	text-decoration: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
a:hover {
	color: #08c;
	text-decoration: underline;
}
a:active {text-decoration: none;}
a:focus {
	color: #08c;
	outline: none;
	text-decoration: none;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}
p {
	line-height: 30px;
	margin: 0 0 28px;
}
b, strong {font-weight: 700;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Oswald';
	font-weight: 600;
	text-transform: uppercase;
	color: #333;
}
h1, h2 {
	margin: 0 0 35px;
	font-size: 40px;
	line-height: 44px;
}
h2 {
	margin-bottom: 15px;
}
h3, .h3 {
	font-size: 24px;
	line-height: 32px;
	margin: 0 0 22px;
	color: #08c;
}
h1 span, h2 span {
	color: #08c;
}
.button {
	display: inline-block;
	min-width: 180px;
	height: 50px;
	padding: 0 30px 3px;
	font-size: 24px;
	font-weight: 400;
	border: 0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	white-space: nowrap;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); 
	color: #fff;
	background-color: #08c;
	-webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.15), inset 0 -3px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 1px rgba(0, 0, 0, 0.15), inset 0 -3px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.button:hover, .button:active, .button:focus {
	text-decoration: none;
	color: #fff;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
a.button {line-height: 50px;}
.button2 {
	background-color: #22b79d;
}

/* Override Bootstrap3 + Extra classes
----------------------------------*/
.container {
    max-width: 1080px;
}
.row [class^="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
.section {
	clear: both;
	position: relative;
}
.js .fade-el {
	opacity: 0;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.js .fade-el.is-visible {
	opacity: 1;
}
.title-box {
	margin-bottom: 50px;
}
.section-icon {
	position: relative;
	display: block;
	width: 243px;
	height: 53px;
	margin: 0 auto 37px;
	font-size: 24px;
	line-height: 53px;
	text-align: center;
}
.section-icon:before, .section-icon:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 75px;
	height: 1px;
	background-color: #888;
}
.section-icon:after {
	left: auto;
	right: 0;
}
.section-icon .shape {
	display: inline-block;
	width: 52px;
	height: 53px;
	overflow: hidden;
	padding: 0 20px;
	vertical-align: top;
	background: url(../images/icon-shape.png) 50% 0 no-repeat;
}
.shape i {
    display: inline-block;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.section-icon.is-visible .el-rotate,
.el-rotate:hover {
	-webkit-animation: spin 2.5s ease-in-out 0.5s;
	-moz-animation: spin 2.5s ease-in-out 0.5s;
	-o-animation: spin 2.5s ease-in-out 0.5s;
	animation: spin 2.5s ease-in-out 0.5s;
}
.el-rocket {
	position: relative;
	top: 0;
}
.section-icon.is-visible .el-rocket,
.el-rocket:hover {
	-webkit-animation: rocket 2s ease-in-out 0.5s;
	-moz-animation: rocket 2s ease-in-out 0.5s;
	-o-animation: rocket 2s ease-in-out 0.5s;
	animation: rocket 2s ease-in-out 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.section-icon.is-visible .el-flip-x,
.el-flip-x:hover {
	-webkit-animation: flipX 1s ease-in-out 0.5s;
	-moz-animation: flipX 1s ease-in-out 0.5s;
	-o-animation: flipX 1s ease-in-out 0.5s;
	animation: flipX 1s ease-in-out 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.section-icon.is-visible .el-scale,
.el-scale:hover {
	-webkit-animation: scale 1s ease-in-out 0.5s;
	-moz-animation: scale 1s ease-in-out 0.5s;
	-o-animation: scale 1s ease-in-out 0.5s;
	animation: scale 1s ease-in-out 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.section-icon.is-visible .el-swing,
.el-swing:hover {
	-webkit-animation: swing 1.5s ease-in-out 0.5s;
	-moz-animation: swing 1.5s ease-in-out 0.5s;
	-o-animation: swing 1.5s ease-in-out 0.5s;
	animation: swing 1.5s ease-in-out 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.section-icon.is-visible .el-right-left,
.el-right-left:hover {
	-webkit-animation: rightLeft 1s ease-in-out 0.5s;
	-moz-animation: rightLeft 1s ease-in-out 0.5s;
	-o-animation: rightLeft 1s ease-in-out 0.5s;
	animation: rightLeft 1s ease-in-out 0.5s;
}
.pre-title {
	line-height: 30px;
	text-transform: uppercase;
}


/* Header
----------------------------------*/
.header {
	position: relative;
	z-index: 100;
	padding: 16px 0;
}
.header:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 200%;
	background: url(../images/bg-header.jpg) 50% 50%;
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
	-webkit-transform: skewY(-2.5deg);
	-moz-transform: skewY(-2.5deg);
	-ms-transform: skewY(-2.5deg);
	-o-transform: skewY(-2.5deg);
	transform: skewY(-2.5deg);
}
.logo {
	float: left;
	padding-left: 40px;
	font-size: 28px;
	font-weight: 400;
	line-height: 28px;
	color: #08c;
	background: 0 50% no-repeat;
	margin-top: 1%;
	background-size: auto 100%;
}
.header nav {
	float: right;
	font-size: 20px;
	line-height: 22px;
}
.header nav a {
	display: block;
	padding: 8px 0;
	border-top: 1px solid #e9e9e9;
	color: #888;
}
.header nav a:first-child {
	border-top: 0;
	padding-top: 100px;
}
.header nav a:last-child {
	padding-bottom: 20px;
}
.header nav a:hover {
	text-decoration: none;
	color: #08c;
}
.navbar-collapse {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: -1;
	width: 100%;
	margin-top: -70px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}
.navbar-toggle {
	width: 36px;
	height: 24px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #464646;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	color: #464646;
}
.navbar-toggle.collapsed {
	border-color: #08c;
	color: #08c;
}


/* Home section
----------------------------------*/
.home {
	position: relative;
	z-index: 5;
	padding: 75px 0 130px;
	overflow: hidden;
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	background:url(../images/topImage.jpg) 50% 50% no-repeat;
	background-size: cover;
	-webkit-transform: skewY(-2.5deg) translate3d(0, 0, 0);
	-moz-transform: skewY(-2.5deg);
	-ms-transform: skewY(-2.5deg);
	-o-transform: skewY(-2.5deg);
	transform: skewY(-2.5deg) translate3d(0, 0, 0);
}
.home-inner {
	-webkit-transform: skewY(2.5deg);
	-moz-transform: skewY(2.5deg);
	-ms-transform: skewY(2.5deg);
	-o-transform: skewY(2.5deg);
	transform: skewY(2.5deg);
}
.home .container {
	position: relative;
}
.home h2 {
	color: #fff;
}
.home .button {
	margin: 14px 16px 5px 0;	
}
.img-home {
	position: relative;
	bottom: -180px;
	margin-top: -140px;
}


/* Features section
----------------------------------*/
.features {
	z-index: 2;
	padding: 130px 0 50px;
}
.features:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-transform: skewY(-2.5deg);
	-moz-transform: skewY(-2.5deg);
	-ms-transform: skewY(-2.5deg);
	-o-transform: skewY(-2.5deg);
	transform: skewY(-2.5deg);
}
.features h2 {
	margin-bottom: 85px;
}
.feature-item {
	margin-bottom: 75px;
}
.feature-icon {
	position: relative;
	width: 142px;
	height: 98px;
	margin: 0 auto 42px;
	font-size: 45px;
	line-height: 98px;
	color: #08c;	
}
.feature-icon-line {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-color: #08c;
	border-style: solid;
	border-width: 1px 0;
}
.no-cssanimations .feature-icon-line {
	height: 100%;
}
.feature-item.is-visible .feature-icon-line {
	-webkit-animation: showIcon 0.8s ease-in-out 0.25s;
	-moz-animation: showIcon 0.8s ease-in-out 0.25s;
	-o-animation: showIcon 0.8s ease-in-out 0.25s;
	animation: showIcon 0.8s ease-in-out 0.25s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.feature-item:hover .feature-icon-line {
	-webkit-animation: hoverIcon 0.8s ease-in-out;
	-moz-animation: hoverIcon 0.8s ease-in-out;
	-o-animation: hoverIcon 0.8s ease-in-out;
	animation: hoverIcon 0.8s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.no-cssanimations .feature-item:hover .feature-icon-line {
	background-color: #08c;
}
.feature-icon i {
	position: relative;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 1.5s ease-in-out 2.2s;
	-moz-transition: all 1.5s ease-in-out 2.2s;
	-o-transition: all 1.5s ease-in-out 2.2s;
	transition: all 1.5s ease-in-out 2.2s;
}
.feature-item:hover .feature-icon {
	color: #fff;
}
.feature-item.is-visible .feature-icon i {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out 0.5s;
	-moz-transition: opacity 0.5s ease-in-out 0.5s;
	-o-transition: opacity 0.5s ease-in-out 0.5s;
	transition: opacity 0.5s ease-in-out 0.5s;
}
.features p {
	line-height: 25px;
}


/* Apps section
----------------------------------*/
.apps {
	position: relative;
	margin: -100px 0;
	padding: 205px 0 50px;
	overflow: hidden;
	background-color: #f2f2f2;
}
.apps:before, .apps:after {
	content: '';
	position: absolute;
	top: -300px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 400px;
	background-color: #fff;
	-webkit-transform: skewY(-2.5deg);
	-moz-transform: skewY(-2.5deg);
	-ms-transform: skewY(-2.5deg);
	-o-transform: skewY(-2.5deg);
	transform: skewY(-2.5deg);
}
.apps:after {
	top: auto;
	bottom: -300px;
}
.colors {
	position: relative;
}
.colors > div {padding-bottom: 50px;}
.img-colors {
	text-align: center;
}
.btn-google-play, .btn-app-store {
	width: 200px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	text-indent: -9999px;
	vertical-align: top;
}
.btn-google-play {
	margin-right: 16px;
	background: #08c url(../images/icon-google-play.png) 50% 0 no-repeat;
}
.btn-app-store {
	background: #f77942 url(../images/icon-app-store.png) 50% 0 no-repeat;
}
.video {
	padding-top: 50px;
}
.video-box {
	position: relative;
	margin: 20px 0 100px;
	text-align: center;
}
.video-content {
	position: relative;	
}
.video-bg {
	display: none;
}
.flexible-video {
	position: relative;
    height: 0;
    padding-bottom: 56.52%;
    overflow: hidden;    
}
.flexible-video iframe,
.flexible-video object,
.flexible-video embed {
    position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.link-video {
	position: relative;
	padding-right: 27px;
	font-weight: 400;
}
.link-video i {
	position: absolute;
	bottom: 0;
	right: 0;
	text-decoration: none;
}


/* Standart Gallery section
----------------------------------*/
.gallery {
	padding: 120px 0 130px;	
}
.gallery-img {
	position: relative;
	display: block;
	margin: 20px auto 0;
}
.gallery-img .plus {
	display: none;
	content: '';
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: url(../images/icon-plus.png) 100% 100% no-repeat;
}
.gallery-img:hover .plus {
	display: block;
}
.gallery-img i {
	position: absolute;
	display: block;
	background-color:  #08c;
}
.gallery-img .e1 {
	height: 2px;
	left: 0;
	top: 0;
	width: 0;
}
.gallery-img .e2 {
	height: 0;
	right: 0;
	top: 0;
	width: 2px;
}
.gallery-img .e3 {
	bottom: 0;
	height: 2px;
	right: 0;
	width: 0;
}
.gallery-img .e4 {
	bottom: 0;
	height: 0;
	left: 0;
	width: 2px;
}
.gallery-img:hover .e1,
.gallery-img:hover .e3 {
	width: 100%;
}
.gallery-img:hover .e2,
.gallery-img:hover .e4 {
	height: 100%;
}
.gallery-img i {
	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */

	-webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-ms-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
#fancybox-wrap, #fancybox-wrap * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#fancybox-left span, #fancybox-right span {
	left: 30px;
	width: 67px;
	height: 130px;
	border-radius: 8px;
	background: url(../images/carousel-nav.png) 17px 27px no-repeat;
	margin: -65px 0 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#fancybox-right span {
	left: auto;
	right: 30px;
	background-position: -89px 27px;
}
#fancybox-left:hover span {
	left: 30px;
	background-position: 17px -150px;
}
#fancybox-right:hover span {
	right: 30px;
	background-position: -89px -150px;
}
#fancybox-close {
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	background: url(../images/icon-close.png) 0 0 no-repeat;
}


/* iGallery
----------------------------------*/
.igallery {
	padding: 115px 0 100px;
	z-index: 5;
}
.igallery:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #f2f2f2;
	-webkit-transform: skewY(-2.5deg);
	-moz-transform: skewY(-2.5deg);
	-ms-transform: skewY(-2.5deg);
	-o-transform: skewY(-2.5deg);
	transform: skewY(-2.5deg);	
}
.igallery h2 span {
	text-transform: lowercase;
}
.igallery .row > div {margin-bottom: 50px;}

.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display: block; margin: 0 auto;}
.flex-pauseplay span {text-transform: capitalize;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative;
	padding: 0 0 20px;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {max-height: 300px;}

/* Direction Nav */
.flex-direction-nav {
	display: none;
}
.flex-direction-nav a {	
	position: absolute;
	top: 50%;
	z-index: 10;
	display: block;
	width: 67px;
	height: 130px;
	overflow: hidden;
	border-radius: 8px;
	background: url(../images/carousel-nav.png) 17px 27px no-repeat;
	margin: -65px 0 0;
	text-indent: -9999px;
	cursor: pointer;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.flex-direction-nav .flex-next {background-position: -89px 27px; right: 10px; }
.flex-direction-nav .flex-prev {left: 10px;}
.flex-direction-nav .flex-next:hover {
	background-position: -89px -150px;
}
.flex-direction-nav .flex-prev:hover {	
	background-position: 17px -150px;
}
.flex-direction-nav .flex-disabled {opacity: .3!important; cursor: default;}
.flexslider:hover .flex-direction-nav {
	display: block;
}

/* Control Nav */
.flex-control-nav {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 100%;
	height: 12px;	
	text-align: center;
}
.flex-control-nav li {
	margin: 0 8px;
	display: inline-block;
}
.flex-control-paging li a {
	width: 8px;
	height: 8px;
	display: block;
	margin: 2px;
	background: #27272a;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.flex-control-paging li a.flex-active {
	width: 11px;
	height: 11px;
	margin: 0;
	border: 1px solid #27272a;
	background: transparent;
	cursor: default;
}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.igallery .content-box {
	padding-top: 0;
}


/* Price
----------------------------------*/
.price {
	padding: 90px 0 115px;
}
.price h2 {
	margin-bottom: 45px;
}
.price-row {
	padding-top: 20px;
	overflow: hidden;
}
.price-item {
	margin-bottom: 20px;
	border: 2px solid #333;
	color: #333;
	-webkit-transform: skewY(-2.5deg);
	-moz-transform: skewY(-2.5deg);
	-ms-transform: skewY(-2.5deg);
	-o-transform: skewY(-2.5deg);
	transform: skewY(-2.5deg);
}
.price-item:hover {
	border-color: #08c;
}
.price-row > div:nth-child(3n+1) .price-item {
	margin-top: 34px;
}
.price-row > div:nth-child(3n+2) .price-item {
	margin-top: 17px;
}
.price-item-inner {
	-webkit-transform: skewY(2.5deg);
	-moz-transform: skewY(2.5deg);
	-ms-transform: skewY(2.5deg);
	-o-transform: skewY(2.5deg);
	transform: skewY(2.5deg);
}
.price-title {
	position: relative;
	display: block;
	font-size: 28px;
	font-weight: 400;
	line-height: 74px;
	text-transform: uppercase;
	color: #fff;	
}
.price-title:after {
	content: '';
	position: absolute;
	top: -1%;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 101%;
	background-color: #333;
	-webkit-transform: skewY(-2.5deg);
	-moz-transform: skewY(-2.5deg);
	-ms-transform: skewY(-2.5deg);
	-o-transform: skewY(-2.5deg);
	transform: skewY(-2.5deg);
}
.price-item:hover .price-title:after {
	background-color: #08c;
}
.price-item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.price-item li {
	padding: 10px;
	font-size: 18px;
	line-height: 30px;
}
.price-item li:nth-child(even) {
	background-color: #f7f7f7;
}
.price-item .value {
	padding: 30px 10px;
	font-size: 22px;
	line-height: 60px;
}
.price-item:hover .value {
	color: #08c;
}
.price-item .price {
	font: 600 45px 'Oswald';
}
.price-item .price sup {
	top: -0.8em;
	font-size: 24px;
	font-weight: 400;
}
.price-item .buy-item {
	padding: 30px 10px;
}
.price-item .button {
	min-width: 0;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #333;
}
.price-item:hover .button {
	background-color: #08c;
}
.ic-yes, .ic-no {
	display: inline-block;
	width: 25px;
	height: 25px;
	overflow: hidden;
	text-indent: -9999px;
	vertical-align: middle;
}
.ic-yes {
	background: url(../images/icon-yes.png) 0 0 no-repeat;
}
.ic-no {
	background: url(../images/icon-no.png) 0 0 no-repeat;
}
.price-item:hover .ic-yes,
.price-item:hover .ic-no {
	background-position: -40px 0;
}
.price-item li i {
	font-size: 25px;
	line-height: 1;
	vertical-align: middle;
}
.price-item:hover li i {
	color: #08c;
}
.price-item:hover .button {
	border-color: #08c;
	background-color: #08c;
	color: #fff;
}
.price-item,
.price-item .price-title,
.price-item .value,
.price-item li i {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}



/* Subscription
----------------------------------*/
.subscription {
	padding: 115px 0 80px;
	color: #fff;
}
.subscription:before, .subscription:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 50%;
	background-color: #2c2c2c;
}
.subscription:after {
	-webkit-transform: skewY(-2.5deg);
	-moz-transform: skewY(-2.5deg);
	-ms-transform: skewY(-2.5deg);
	-o-transform: skewY(-2.5deg);
	transform: skewY(-2.5deg);
}
.subscription:before {
	top: auto;
	bottom: 0;
	height: 75%;
}
.subscription h2 {
	color: #fff;
}
.subscription .pre-title,
.subscription .shape {
	color: #888;
}
.subscription-form .form-control {
	height: 55px;
	font-size: 18px;
	border-color: #08c;
	color: #989898;
}
.subscription .subscription-form .form-control {
	border-radius: 0;
}
.subscription-form .button {
	width: 155px;
	margin-left: 20px;
	padding-left: 0;
	padding-right: 0;
	border-color: #fff;
	color: #fff;
}
.subscription-form .button:hover {
	border-color: #08c;
}
.social {
	margin-top: 56px;
	padding-top: 40px;
	border-top: 1px solid #686868;
}
.social a {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 8px;
	overflow: hidden;
	text-indent: -9999px;
	vertical-align: top;
	background: url(../images/icon-socials.png) 0 0 no-repeat;
}
.social .social-tw {background-position: 0 0;}
.social .social-tw:hover {background-position: 0 -42px;}
.social .social-fb {background-position: -52px 0;}
.social .social-fb:hover {background-position: -52px -42px;}
.social .social-li {background-position: -104px 0;}
.social .social-li:hover {background-position: -104px -42px;}

/* Scroll top */
#scroll-top {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 10;
	width: 60px;
	height: 60px;
	font-size: 26px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background-color: #666;
	cursor: pointer;
	-webkit-transform: skewY(-2.5deg);
	-moz-transform: skewY(-2.5deg);
	-ms-transform: skewY(-2.5deg);
	-o-transform: skewY(-2.5deg);
	transform: skewY(-2.5deg);
}
#scroll-top:hover {
	color: #08c;
}


/* Responsive
----------------------------------*/
@media (min-width: 768px) {
	.header {
		padding: 32px 0 37px;
	}
	.logo {
		padding-left: 85px;
		font-size: 40px;
		line-height: 66px;
	}
	.header nav {
		padding-top: 30px;		
	}
	.navbar-collapse {
		position: static;
		width: auto;
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: transparent;
	}
	.header nav a, .header nav a:first-child, .header nav a:last-child {
		display: inline;
		padding: 0 18px;
		border-top: 0;
	}
	.home {
		padding-top: 155px;
	}
	.shade-top, .shade-bottom {
		content: '';
		position: absolute;	
		left: 0;
		z-index: 1;
		width: 100%;
		height: 51.1%;
		background-color: #fff;
		-webkit-transition: top 1.5s ease-in-out 1.5s, bottom 1.5s ease-in-out 1.5s, border 1.5s ease-in-out 1.5s;
		-moz-transition: top 1.5s ease-in-out 1.5s, bottom 1.5s ease-in-out 1.5s, border 1.5s ease-in-out 1.5s;
		-o-transition: top 1.5s ease-in-out 1.5s, bottom 1.5s ease-in-out 1.5s, border 1.5s ease-in-out 1.5s;
		transition: top 1.5s ease-in-out 1.5s, bottom 1.5s ease-in-out 1.5s, border 1.5s ease-in-out 1.5s;
	}
	.shade-top {
		top: -1%;
		border-bottom: 0 solid #08c;
	}
	.home.is-anim .shade-top {
		top: -100%;
		border-bottom-width: 5px;
	}
	.shade-bottom {
		bottom: -1%;
		border-top: 0 solid #08c;
	}
	.home.is-anim .shade-bottom {
		bottom: -100%;
		border-bottom-width: 5px;
	}
	.home-line {
		position: absolute;
		top: 50%;
		left: 100%;
		z-index: 2;
		width: 100%;
		height: 2px;
		margin-top: -1px;
		background-color: #08c;
	}
	.is-anim .home-line {
		-webkit-animation: moveLine 1.5s 1 ease-in-out;
		-moz-animation: moveLine 1.5s 1 ease-in-out;
		-o-animation: moveLine 1.5s 1 ease-in-out;
		animation: moveLine 1.5s 1 ease-in-out;
	}
	.home .button {
		margin: 14px 16px 5px 0;
	}
	.home-info {
		opacity: 0;
		-webkit-transition: all 2s ease-in-out 2s;
		-moz-transition: all 2s ease-in-out 2s;
		-o-transition: all 2s ease-in-out 2s;
		transition: all 2s ease-in-out 2s;
	}
	.is-anim .home-info {
		opacity: 1;
	}
	.img-home {
		position: absolute;
		right: -125%;
		bottom: -180px;
		z-index: -1;
		margin-top: 0;
		-webkit-transition: all 1.5s ease-in-out 2.2s;
		-moz-transition: all 1.5s ease-in-out 2.2s;
		-o-transition: all 1.5s ease-in-out 2.2s;
		transition: all 1.5s ease-in-out 2.2s;
	}
	.is-anim .img-home {
		right: -25%;
	}
	.home h2 {
		margin: 0 0 30px;
		font-size: 70px;
		line-height: 80px;
	}
	.features h2 {
		font-size: 60px;
		line-height: 70px;
	}
	.img-colors {
		position: absolute;
		left: 50%;
		bottom: 0;
		text-align: left;
	}
	.video-content, .video-wrap {
		padding-top: 100%;
		margin-bottom: -100%;
		-webkit-transition: all 1s ease-in-out 0.25s;
		-moz-transition: all 1s ease-in-out 0.25s;
		-o-transition: all 1s ease-in-out 0.25s;
		transition: all 1s ease-in-out 0.25s;
	}
	.is-visible .video-content, .is-visible .video-wrap {
		padding-top: 0;
		margin-bottom: 0;
	}
	.video-bg {
		display: block;
	}
	.video-box {
		margin: 65px 0 0;
	}
	.video-wrap {
		position: absolute;
		top: 15%;
		left: 27.45%;
		width: 44.8%;
		height: 44.8%;
	}
	.price-item-wrap {
		margin-top: -300%;
		padding-bottom: 300%;
		-webkit-transition: all 1.5s;
		-moz-transition: all 1.5s;
		-o-transition: all 1.5s;
		transition: all 1.5s;
	}
	.price-row > div:nth-child(3n+2) .price-item-wrap {
		-webkit-transition-delay: 0.25s;
		-moz-transition-delay: 0.25s;
		-o-transition-delay: 0.25s;
		transition-delay: 0.25s;
	}
	.price-row > div:nth-child(3n+3) .price-item-wrap {
		-webkit-transition-delay: 0.5s;
		-moz-transition-delay: 0.5s;
		-o-transition-delay: 0.5s;
		transition-delay: 0.5s;
	}
	.price-row.is-visible .price-item-wrap {
		margin-top: 0;
		padding-bottom: 0;
	}
}
@media (min-width: 960px) {
	h1, h2 {
		font-size: 50px;
		line-height: 60px;
	}
	h2 {
		margin-bottom: 25px;
	}
	.video {
		padding-top: 50px;
	}
	.igallery .content-box {
		padding-top: 75px;
	}
}
@media (max-width: 400px) {
	.gallery-item {
		width: 100%;
	}
	.flexslider {
		padding-left: 0;
		padding-right: 0;
	}
	.flex-direction-nav {
		display: none;
	}
	.subscription-form .input-group {
		width: 100%;
	}
	.subscription-form .input-group-btn {
		display: block;
		width: auto;
	}
	.subscription-form .button {
		width: 100%;
		margin: 20px 0 0;
	}
}