/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font-weight:normal;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}strong,b{font-weight:bold}:focus{outline:0}input:-moz-focus-inner,button{border:none}textarea{resize:none;overflow:auto}input[type="submit"]::-moz-focus-inner{border:0}em{font-style:italic}

/* general */

html {min-width:940px}
body {background-color:#fff}
a {
	color:#56dae2;
	text-decoration:underline
}
a:hover {
	color:#56dae2;
	text-decoration:none
}
.wrapper {
	width:940px;
	margin:0 auto
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
:before, :after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.clearfix:before, .clearfix:after {
	content:" ";
	display:table
}
.clearfix:after {clear:both}

/* app store and donate buttons */
.btn {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:220px;
	height:60px;
	overflow:hidden;
	-moz-transition:0.3s linear;
	-webkit-transition:0.3s linear;
	-o-transition:0.3s linear;
	transition:0.3s linear;
	background-image:url("../images/sprites2.png");
	background-repeat:no-repeat
}


.btn em {
	position:absolute;
	left:-300px
}
.btn:hover {
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
	opacity:0.8
}
.btn.btn-app-store {background-position:0 0}
.btn.btn-donate {background-position:0 -100px; 	width:200px;}

/* header */
.header {
	padding:80px 0 60px;
	text-align:center
}
/*
.header:after {
	content:"";
	display:block;
	width:127px;
	height:64px;
	margin:49px auto 0;
	overflow:hidden;
	background:url("../images/sprites2.png") no-repeat -250px 0
}
*/

.header h1 {
	margin:49px 0 39px;
	font-size:52px;
	font-weight:100;
	color:#333333
}
.header p {
	margin-bottom:51px;
	line-height:30px
}

/* bar screen */
.bar {
	height:400px;
	background:url("../images/bar_screen.jpg") no-repeat 50% 0
}

/* bar screen */
.bar2 {
	height:360px;
	background:url("../images/bar_screen.png") no-repeat 50% 0
}

/* about */
.about li {
	display:table;
	width:100%;
	padding:81px 0 81px;
	background:url("../images/line.png") no-repeat 50% 100%
}
.about li:last-child {
	padding-bottom:80px;
	background:none
}
.about li img {display:table-cell}
.about li .table-cell {
	display:table-cell;
	vertical-align:middle;
	width:660px;
	height:220px;
	padding-left:20px;
	padding-right:80px
}
.about li.left-side .table-cell {
	padding-right:20px;
	padding-left:80px
}
.about li p {line-height:27px}
.about li p.title {
	margin-bottom:19px;
	font-size:30px;
	line-height:32px;
	color:#333
}

/* work on */
.work {
	height:300px;
	padding-top:75px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	background:url("../images/work_on.jpg") no-repeat 50% 0
}
.work .title {
	margin-bottom:11px;
	font-size:30px;
	line-height:32px;
	color:#333
}

/* reviews */
.reviews {
	padding:80px 0 65px;
	text-align:center
}
.reviews .review {
	display:none;
	padding:22px 50px 24px;
	text-align:center;
	font-size:18px;
	font-weight:400;
	line-height:27px;
	color:#fff;
	background:url("../images/footer.png") repeat-y 50% 0
}
.reviews .review.active {display:block}
.reviews ul {
	margin:30px 0 60px;
	padding-bottom:71px;
	background:url("../images/line.png") no-repeat 50% 100%
}
.reviews li {
	position:relative;
	float:left;
	width:313px;
	text-align:left;
	cursor:pointer;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none
}
.reviews li:before {
	content:"";
	position:absolute;
	left:26px;
	top:-30px;
	display:none;
	width:25px;
	height:16px;
	overflow:hidden;
	background-image:url("../images/sprites2.png");
	background-repeat:no-repeat
}
.reviews li:before {background-position:-250px -150px}
.reviews li.active {cursor:default}
.reviews li.active:before {display:block}
.reviews li img {float:left}
.reviews li p {
	margin-left:70px;
	font-size:16px;
	line-height:23px
}
.reviews li p.name {
	margin-top:3px;
	font-size:18px;
	font-weight:500;
	color:#56dae2
}

.reviews .btn.btn-donate {margin-left:11px}
.reviews li + li:before {background-position:-300px -150px}
.reviews li + li + li:before {background-position:-350px -150px}

/* footer */
.footer {
	padding:36px 0 36px;
	text-align:center;
	font-size:16px;
	font-weight:400;
	color:#adfcf2;
	background:url("../images/footer.png") repeat-y 50% 0
}
.footer ul {margin:33px 0 35px}
.footer li {
	display:inline-block;
	vertical-align:top;
	margin:0 22px 0 18px
}
.footer li a {
	font-size:18px;
	text-decoration: none;
	color:#fff !important
}
.footer .heart {
	display:inline-block;
	vertical-align:top;
	width:17px;
	height:15px;
	margin:3px 8px 0 7px;
	overflow:hidden;
	background:url("../images/sprites2.png") no-repeat -250px -100px
}

.fb-like fb_iframe_widget {
	margin-top: 4px !important;
}