@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,300italic|Open+Sans+Condensed:300,300italic);

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
/*	background: url("images/bg.jpg") repeat-x top left;*/
	margin: 120px 0 50px 0;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
a img {
	border: 0;
}
p {
	margin: 0 0 20px 0;
}
.wrap {
	width: 1000px;
	margin: auto;
}
.clear {
	clear: both;
}

#bg { /* new background fix */
	width: 100%;
	height: 480px;
	top: 120px;
	left: 0;
	position: absolute;
	background: url("images/background.jpg") no-repeat center center fixed;
	z-index: -1;

	-webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.5);

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

/* ----------------------------------- top ----------------------------------- */
#top {
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background-color: #fff;
	border-bottom: 5px solid rgba(0, 0, 0, 0.2);
	position: fixed;

	-moz-background-clip: padding; /* Firefox 3.6 */
	-webkit-background-clip: padding; /* Safari 4? Chrome 6? */
	background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
	
	z-index: 999;

}
a#logo {
	width: 353px;
	height: 120px;
	background: url("images/logo.png") no-repeat center left;
	display: block;
	float: left;
}
a#logo span {
	display: none;
}
#nav {
	padding-top: 39px; /* center */
	float: right;
}
#nav li {
	float: left;
}
#nav a {
	border: 1px solid #fff;
	color: #333;
	margin-left: 5px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
	outline: none;

}
#nav a:hover, #nav li.active a {
	color: #ff6600;
	border-color: #ddd;
}

/* ----------------------------------- titles ----------------------------------- */
h1, h2, h3, h4 {
	font-weight: 300;
	font-size: 48px;
	line-height: 48px;
	font-style: italic;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
	background: url("images/dot.png") repeat-x center left;
}
h1 span, h2 span, h3 span, h4 span {
	background-color: #fff;
	padding: 0 20px;
}

/* ----------------------------------- home ----------------------------------- */
#slideshow {
	padding-top: 30px; /* ! */
	float: left;
}
#slideshow a {
	width: 497px;
	height: 595px;
	background: url("images/devices.png") no-repeat top left;
	position: relative;
	display: block;
}
#slideshow img {
	top: 185px;
	left: 332px;
	position: absolute;
}

#right {
	float: right;
}
#text {
	color: #fff;
	font-weight: 300;
	font-size: 48px;
	font-style: italic;
	line-height: 64px; /* ! */
	text-align: right;
	
	text-shadow: 1px 1px 2px #000;
	filter: dropshadow(color=#000, offx=1, offy=1);
	
	margin: 50px 0;
	
}
ul#download a {
	width: 258px; /* 340 */
	height: 81px; /* 100 */
	padding-left: 82px;
	padding-top: 19px;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	text-transform: uppercase;
	text-align: center;
	background-image: url("images/apple-android.png");
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.8);
	float: right;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

}
ul#download a:hover {
	background-color: #000;
}
ul#download a span {
	font-size: 36px;
	line-height: 36px;
	text-transform: none;
}

a#downapp {
	margin: 0 0 10px 0;
	background-position: top left;
}
a#downgoo {
	background-position: bottom left;
}

/*#control {
	margin-top: 20px;
	float: right;
}
#control li {
	float: left;
}
#control a {
	width: 16px;
	height: 16px;
	border: 1px solid #ddd;
	display: block;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-right: 5px;
}
#control a.active {
	background-color: #ddd;
}
#control a span {
	display: none;
}*/

/* ----------------------------------- products ----------------------------------- */
#products {
	margin-top: 100px;
}
.product {
	width: 255px;
	float: left;
}
.product .head {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 48px;
	line-height: 48px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	text-align: center;
	letter-spacing: -1px;
}
.product .head img {
	margin: 0 0 20px 0;
}
.product .content {
	padding-right: 20px;
}

.product a {
	font-size: 12px;
	height: 48px;
	line-height: 48px;
	color: #333;
	background-repeat: no-repeat;
	background-position: 12px 50%;
	background-color: #f8f8f8;
	padding-left: 48px;
	border: 1px solid #ddd;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.product a:hover {
	color: #ff6600;
	border-color: #ccc;
}
.btn_astore {
	background-image: url("images/apple-small.png");
	margin: 0 0 10px 0;
}
.btn_gplay {
	background-image: url("images/play-small.png");
}

.product img {
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.product:hover img {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

/* ----------------------------------- testimonials ----------------------------------- */
#clients {
	margin-top: 200px;
}

#testimonials {
	width: 1000px;
	margin: 0 0 20px 0;
	overflow: hidden;
}
#testimonials ul {
	width: 9999px;
}
#testimonials li {
	width: 235px;
	margin-right: 20px;
	float: left;
}
#testimonials li div {
	font-size: 12px;
	line-height: 18px;
	height: 260px; /* 300 */
	border: 1px solid #ddd;
	padding: 20px;
}
.client_name {
	font-size: 18px;
	line-height: 27px;
}
.client_desc {
	color: #999;
}
#testimonials ul li:nth-child(1n) div {
	border-color: #ff6600;
}
#testimonials ul li:nth-child(2n) div {
	border-color: #8800cc;
}
#testimonials ul li:nth-child(3n) div {
	border-color: #0099cc;
}
#testimonials ul li:nth-child(4n) div {
	border-color: #00cc00;
}

#arrows a {
	width: 16px;
	height: 27px;
	background-image: url("images/arrows.png");
	background-repeat: no-repeat;
	display: block;
}
#arrows #prev {
	float: left;
}
#arrows #next {
	float: right;
}
#arrows #prev a {
	background-position: top left;
}
#arrows #prev a:hover {
	background-position: bottom left;
}
#arrows #next a {
	background-position: top right;
}
#arrows #next a:hover {
	background-position: bottom right;
}

/* ----------------------------------- faq ----------------------------------- */
#faq {
	margin-top: 200px;
}
#faq p span {
	font-weight: 600;
}

.question {
	margin-bottom: 10px;
}
a.question_link {
	color: #333;
	font-weight: 600;
	text-decoration: none;
}
a.question_link:hover {
	color: #ff6600;
}
.question span {
	color: #666;
	display: block;
}

/* ----------------------------------- contacts ----------------------------------- */
#contacts {
	margin-top: 200px;
	margin-bottom: 200px;
}

form, input, textarea {
	margin: 0;
}
textarea {
	resize: vertical;
	overflow: auto;
}
input, textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
#contacts_left, #contacts_right {
	font-size: 18px;
	line-height: 18px;
}
#contacts_left {
	width: 480px;
	float: left;
}
#contacts_right {
	width: 500px;
	float: right;
}
.field {
	margin-bottom: 20px;
}
.field label {
	margin-bottom: 10px;
	display: block;
}
.field label span {
	color: #cd0000;
}
#contacts_left input, #contacts_right textarea {
	border: 1px solid #ddd;
	color: #333;
	background-color: #f8f8f8;
	padding: 15px;
}
#contacts_left input {
	width: 448px; /* 480 */
	background-repeat: no-repeat;
	background-position: 441px 50%;
}
#contacts_right textarea {
	width: 468px; /* 500 */
	height: 220px; /* ! */
}
#contacts_left input:focus, #contacts_right textarea:focus {
	background-color: #fff;
}
#contacts_right input {
	font-size: 18px;
	width: 130px;
	height: 50px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #007ba4;
	float: right;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

}
#contacts_right input:hover {
	background-color: #CD5200;
}

#ime { background-image: url("images/contacts01.png"); }
#poshta { background-image: url("images/contacts02.png"); }
#tema { background-image: url("images/contacts03.png"); }

label.error { /* validation */
	visibility: hidden;
	position: absolute;
}
input.error, textarea.error, select.error {
	border-color: #d94c12 !important;
	background-color: #FEF4F1 !important;
}

#loading {
	display: none;
}

#message {
	background: url("images/info-26.png") no-repeat 12px 50% #fff;
	border: 1px dotted #aaa;
	margin: 0 0 20px 0;
	padding: 15px 15px 15px 50px;
	display: none;
}

/* ----------------------------------- footer ----------------------------------- */
#footer {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px;
	text-transform: uppercase;
	text-align: right;
}


