@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
@charset "utf-8";
/* CSS Document */

/* BusinessApp
Author: Santhosh Sundar
URL: http://gigacore.github.com
License: GPL 2.0
*/

html {overflow-x: hidden;}

body {
	background: #FDFDFD url(background-bg.png) repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0 auto;
}

a {
	color: #5D5D5D;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

img {border: none; max-width: 100%;}


#header {
	height: 50px;
  max-width: auto;
	margin: 0 auto;
}

#banner-text {
	background: url(banner_bg.png) no-repeat;
	height: 44px;
	color: #fff;
	font-size: 28px;
	font-family: 'Marmelad', sans-serif;
	float: left;
	padding: 5px 12px 0 35px;
	margin: 0 0 0 50px;
}
#banner-text h1 {
	font-size: 28px;
  position: relative;
  top: -20px;
}
#banner-text a {
	color: #fff;
}
#banner-text a:hover {
	color: #fff;
	text-decoration: none;
}
#banner-right-bg {
	background: url(banner_bg_right.png) no-repeat;
	height: 44px;
	width: 22px;
	float: left;
	margin-right: 10px;
}

#tagline {
	color: #eee;
	font-size: 16px;
	padding: 3px 0 0 10px;
}


#large-wrap {
	max-width: auto;
	margin: 0 auto;
}

#glow {
	width: 625px;
	height: 625px;
	background: url(glow.png) no-repeat;
	z-index: -2;
	position: absolute;
}

#first-row {
	height: 520px;
}
#first-row404 {
	height: 370px;
}
#second-row {
	height: 430px;
	background: url(second-bg.png) repeat;
	border-bottom: solid 4px #DDD;
	border-top: solid 8px #ccc;
}

#second2-row {
	background: url(third-bg.png) repeat;
	height: 1050px;
	border-bottom: solid 4px #DDD;
}
.center-img {
  display: block;
  margin: 0 auto;
}
#third-row {
	background: url(third-bg.png) repeat;
	height: 510px;
}

#app-wrap {
	height: 536px;
	width: 1160px;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
}


#display-title {
	color: #fff;
	font-size: 32px;
	text-shadow: #333 2px 2px 2px;
	margin-bottom: 20px;
	text-align: center;
}
#display-title h2 {
		font-size: 36px;
}
#display-title h3 {
		font-size: 34px;
}
#display-title404 {
	color: #fff;
	text-shadow: #333 2px 2px 2px;
	margin-top: 150px;
	text-align: center;
}
#display-title404 h2 {
		font-size: 46px;
}

#iphone-wrap {
	width: 481px;
	height: 248px;
	background: url(iphone.png) no-repeat;
	background-position: 0 75px;
	margin: 10px 0 0 10px;
	padding: 87px 0 0 22px;
}

#iphone-slide {
  margin-top: 10px;
	height: 201px;
	width: 303px;
}
section.slider .bx-window {margin-left: 69px;}

#iphone-wrap li {list-style-type:none;}

#side-wrap {
	width: 600px;
	float: right;
	margin: 5px 30px 0 0;
}
#side-wrap404 {
	width: 100%;
	margin: 50px 30px 0 0;
}
#side-wrap404 p{
	font-size: 34px;
  text-align: center;
}

.content-wrap {
	width: 1000px;
	margin: 0 auto;
}
.minifoot-wrap {
	width: 1000px;
	margin: 0 auto;
}
.columnboxes {
	width: 290px;
	height: 300px;
	float: left;
	font-size: 14px;
	text-align: justify;
	margin-left: 40px;
	padding-top: 20px;
	color: #333;
	line-height: 20px;
}

.columntitle {
	font-size: 24px;
	text-align: center;
	margin-top: -10px;
	padding-bottom: 10px;
	color: #444444;
	font-family: 'Source Sans Pro', sans-serif;
}

.iconspace {
	height: 115px;
	width: 300px;
}

.columnicons {
	height: 115px;
	width: 115px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(icon-bg.png) no-repeat;
	text-align: center;
}

#localwrap {
	height: 320px;
}

#screenslide {
	height: 260px;
	width: 620px;
	margin-left: 30px;
	overflow: hidden;
}

#screenshots-wrap {
	width: 650px;
	height: 320px;
	float: left;
	padding-left: 50px;
	color: #464646;
	overflow: hidden;
}


.screenshot-frame {
	height: 240px;
	width: 160px;
	float: left;
	margin-right: 20px;
	border: solid 1px #F0F0F0;
	padding: 5px;
	background: #fff;
	box-shadow: #ccc 2px 2px 2px;
}

#screenshot-title {
	padding-left: 35px;
	color: #000;
}

#prev {
	width: 24px;
	height: 24px;
	background: url(arrow_left.png) no-repeat;
	float: left;
	margin-top: -150px;
	margin-left: -20px;
	overflow: hidden;
}

#next {
	width: 24px;
	height: 24px;
	background: url(arrow_right.png) no-repeat;
	float: right;
	margin-top: -150px;
	margin-right: -20px;
}

#features {
	width: 300px;
	float: right;
	line-height: 24px;
	font-size: 16px;
	height: 200px;
}

#features-title {
	padding-left: 25px;
}

#features li {
	list-style-image: url(check-bullet.png);
	margin-left: 10px;
}

#testimonial-wrap {
	padding: 10px 10px 10px 10px;
	height: 100px;
	width: 850px;
	margin-left: 80px;
	text-align: justify;
	line-height: 20px;
}

#quote {
	background: url(quote.png) no-repeat;
	height: 48px;
	width: 48px;
	z-index: -2;
	float: left;
	margin-left: -70px;
	margin-top: -10px;
}

#unquote {
	background: url(unquote.png) no-repeat;
	float: right;
	margin-top: -80px;
	margin-right: -70px;
	height: 48px;
	width: 48px;
}

.testimonials {
	font-family: 'Kotta One', serif;
	font-size: 16px;
}

#footer {
	height: 170px;
	background: #444;
	border-top: solid 8px #ccc;
	padding: 30px 0 30px 0;
}

#minifoot {
	height: 30px;
	background: #333;
	padding: 13px 0 0 0;
	font-size: 12px;
	color: #CECECE;
  width: 142.3%;
}

#aboutus {
	height: 140px;
	width: 300px;
	background: #333;
	border-radius: 5px;
	padding: 8px 15px 15px 15px;
	color: #ccc;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	text-shadow: #222 2px 2px 2px;
	margin-left: 40px;
}
#partners {
	height: 470px;
	width: 900px;
	background: #333;
	border-radius: 5px;
	padding: 8px 15px 15px 15px;
	color: #ccc;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	text-shadow: #222 2px 2px 2px;
	margin-left: 40px;
}
.partners-align {text-align: center;}

#about-title {
	font-size: 20px;
	color: #fff;
	border-bottom: dashed #ccc 1px;
	padding: 0 0 5px 0;
	margin-bottom: 2px;
}
#about-partners {
	font-size: 20px;
	color: #fff;
	border-bottom: dashed #ccc 1px;
	padding: 0 0 5px 0;
	margin-bottom: 2px;
	text-align: center;
}


#customers {
	width: 550px;
	height: 70px;
	float: right;
	margin-top: 30px;
	position: relative;
  right: 70px;
}

#customers li {
	float: left;
	display: block;
	margin-right: 20px;
	margin-top: -10px;
}

#customers ul {
	margin-left: -35px;
	margin-top: 10px;
}

#customers-title {
	font-size: 20px;
	color: #fff;
	padding: 0 0 15px 0;
	margin-bottom: 5px;
	text-shadow: #222 2px 2px 2px;
	margin-top: 1px;
	margin-left: 5px;
	width: 200px;
	height: 16px;
}

.clearfix {
	overflow: hidden;
}

.social {
	height: 24px;
	float: right;
}

/* Social icons */

.social li {
	display: block;
	float: left;
	margin-right: 5px;
	list-style-type: none;
	position: relative;
	height: 28px;
	width: 28px;
	margin-top: -14px;
}

img.grey {
	position: absolute;
	z-index: 10;
}

img.color {
	position: absolute;
}

/* Contact */

#contact {
	display: none;
	background: url(border_bg.png) repeat;
	padding: 10px 10px 10px 10px;
	border-radius: 10px;
	width: 400px;
	height: 380px;
}

#contact h1 {
	color: #fff;
	font-size: 20px;
}

#contact-head {
	height: 100px;
	color: #ccc;
}

#contact-wrap {
	background: #EDEDED url(gradient.png) repeat-x;
	border-radius: 10px;
	padding: 5px 20px 10px 20px;
	border: solid 1px #575757;
}

#contact input {
	background: #E0E0E0;
	border: solid 1px #CBCBCB;
	border-radius: 3px;
	height: 30px;
	width: 180px;
	margin-top: 5px;
	color: #000;
	text-shadow: none;
	font-size: 12px;
}

#contact textarea {
	background: #E0E0E0;
	border: solid 1px #CBCBCB;
	border-radius: 3px;
}

#contact submit {
	cursor: pointer;
	float: right;
}

#line {
	solid 1px #333;
	height: 1px;
}


#lean_overlay{
	display: none;
	position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
	padding: 20px 20px 20px 20px;
}

.lbclass {
	float: left;
	width: 145px;
	padding-top: 10px;
	font-size: 16px;
}

.required {
	color: #666;
}

.modal_close {
	float: right;
	background: url(close.png) no-repeat;
	height: 20px;
	width: 20px;
}

/* ==========================================================================
Прайс
========================================================================== */
.price {cursor: pointer; text-align: center; position: fixed; bottom: 10px; right: 10px; z-index: 1; background: url(fibrodah.png) no-repeat; opacity: 0.9; width: 250px; color: #fff; letter-spacing: 1px; display: inline-block; margin: 10px 0 0; font-family: 'Lucida Sans Unicode', sans-serif; font-weight: bold;}
.price a {color: #fff; text-decoration: none;}
.price span {font-size: 70px; line-height: 50%;}
.price small {font-size: 20px; line-height: 70%;}

.tooltip {display: inline;position: relative;}
.tooltip:hover:after {background: #333;background: rgba(0,0,0,.8);border-radius: 5px;bottom: 166px;color: #fff;content: attr(title);right: 20%;padding: 5px 15px;position: absolute;z-index: 98;width: 220px;}
.tooltip:hover:before {border: solid;border-color: #333 transparent;border-width: 6px 6px 0 6px;bottom: 160px;content: "";right: 50%;position: absolute;z-index: 99;}

.phone {width: 158px; text-align: right;}
.ny { background: url('../assets/ny.jpg') no-repeat center center; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; max-width: 100%; height: 68px; }
@media screen and (max-width:1920px) {
#customers {width: 650px;right: -60px;}
}
@media screen and (max-width:1366px) {
#first-row {height: 583px;}
#second-row {width: 1350px;}
.content-wrap {width: 1010px;}
#third-row {height: 510px;}
#features {width: 400px;}
#customers {width: 650px;right: 30px;}
.content-wrap {width: 1100px;}
}
@media screen and (max-width:1280px) {
#first-row {height: 510px;}
#second-row {width: 1264px;}
.content-wrap {width: 990px;}
#features {width: 290px;}
#testimonial-wrap {margin-top: 30px;}
#customers {width: 550px;right: 30px;}
#third-row {height: 540px;}
}
@media screen and (max-width:1080px) {
#side-wrap {width: 1010px;	float: left; margin-left: 25px;}
#iphone-wrap {display: none;}
#first-row {height: 430px;}
.content-wrap {width: 1250px;}
#features {width: 300px; float: left;}
#testimonial-wrap {margin-top: 30px;}
#footer {height: 170px;}
#customers {width: 750px;right: 70px;}
.price {position: fixed; top: 25px; right: 10px;}
}
@media screen and (device-aspect-ratio: 1024/768) {
#side-wrap {width: 970px; float: left;}
#iphone-wrap {display: none;}
#first-row {height: 430px;}
.content-wrap {width: auto;}
#features {width: 300px; float: left;}
#third-row {height: 540px;}
#footer {height: 170px;}
#customers {width: 560px;right: 90px;}
.price {position: fixed; top: 25px; right: 255px;}
}
@media screen and (max-width:768px) {
#tagline {font-size: 15px;padding: 3px;width: 950px;}
#side-wrap {width: 980px;	float: left;}
#iphone-wrap {display: none;}
#first-row {height: 430px;}
#second2-row {height: 780px;}
#third-row {height: 550px;}
.content-wrap {width: auto; margin-left: -10px;}
#aboutus {width: 320px;}
#footer {width: 1040px;}
#second2-row {width: 1050px; margin: 0 auto; height: 1050px;}
#customers {margin-top: 40px;width: 650px;right: -30px;}
#features {height: 80px; position: relative;  top: -320px; right: -680px;}
#testimonial-wrap h3 {position: relative;  right: 210px;}
.price {position: fixed; top: 25px; right: 250px;}
}

