/*
 *Appica iOS7 Template Style Sheet v1.1
 *Copyright 2013 8Guild.com
 */

/*CSS 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, 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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/*Global Styles*/
body {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	background: #c2c2ff url(../img/img-iOS7/bg.png) repeat;
	overflow: hidden;
}
.parallax { background-attachment: fixed; }
h1 {
	font-size: 3em;
	font-weight: 300;
	color: #666;
	text-align: center;
	margin-bottom: 35px;
}
h2 {
	font-size: 2.25em;
	font-weight: 300;
	color: #666;
	text-align: center;
	margin-bottom: 110px;
}
h3 {
	font-size: 1.5em;
	font-weight: 300;
	color: #666;
	text-align: center;
	margin-bottom: 30px;
}
p {
	font-size: 1.125em;
	color: #666;
	text-align: justify;
	font-weight: 300;
}
.white { color: #fff !important; }
.last { margin-right: 0px !important; }

/*Clearfix*/
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
*:first-child+html .group { zoom: 1; } /* IE7 */
.clear {
	clear: both;
}

/*Side Menu*/
.side-menu {
	position: fixed;
	width: 240px;
	height: auto;
	min-height: 100%;
	top: 0;
	left: -241px;
	-webkit-transition: left 250ms ease-in-out;
	-moz-transition: left 250ms ease-in-out;
	-o-transition: left 250ms ease-in-out;
	transition: left 250ms ease-in-out;
	z-index: 90;
}
.side-menu.open {
	left: 0;
}
.side-menu nav {
	position: absolute;
	width: 240px;
	height: auto;
	min-height: 100%;
	top: 0;
	left: 0;
	background: url(../img/img-iOS7/slide-menu-bg.png) no-repeat;
	-webkit-box-shadow: inset -1px 0px 10px 0px rgba(244,244,244,0.2);
	-moz-box-shadow: inset -1px 0px 10px 0px rgba(244,244,244,0.2);
	box-shadow: inset -1px 0px 10px 0px rgba(244,244,244,0.2);
}
.side-menu nav ul {
	list-style: none;
	margin: 40px 0 0 25px;
	width: 190px;
}
.side-menu nav ul li {
	margin-bottom: 15px;
}
.side-menu nav ul li a {
	font-size: 1.5em;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	transition: all 350ms ease;
}
.side-menu nav ul li a i {
	display: inline-block;
	width: 38px;
	font-size: 1em;
}
.side-menu nav ul li:hover a,
.side-menu nav ul li.active a {
	opacity: 1;
	filter: alpha(opacity=100);
}
.svg .menu-toggle,
.no-svg .menu-toggle {
	position: absolute;
	display: block;
	width: 46px;
	height: 46px;
	background: url(../img/img-iOS7/icons/menu-toggle.svg) no-repeat;
	top: 40px;
	right: -60px;
	cursor: pointer;
	background-color: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	transition: all 350ms ease;
}
.no-svg .menu-toggle {
	background: url(../img/img-iOS7/icons/menu-toggle.png) no-repeat;
}
.menu-toggle i {
	color: #fff;
	font-size: 40px;
}
.menu-toggle:hover {
	background-color: rgba(244,244,244,0.4);
}

/*App Showcase Right Block*/
.app-showcase {
	padding-top: 120px;
}
.logo {
	margin-bottom: 20px;
	width: 276px;
	height: 86px;
}
.logo img {
	max-width: 100%;
	height: auto;
}
.app-showcase h1 {
	font-size: 2.25em;
	color: #fff;
	margin-bottom: 0;
	text-align: left;
}
.app-showcase p {
	margin: 15px 0 30px 0;
	font-size: 1.125em;
	font-weight: 300;
	color: #eee;
	text-align: justify;
}
.app-showcase li {
	margin: 15px 0 0px 0;
	font-size: 1.125em;
	font-weight: 300;
	color: #eee;
	text-align: justify;
}

.app-showcase li b, .app-showcase li em{
	font-weight: 400;
}
.appstore-btn,
.icloud-btn {
	display: block;
	width: 164px;
	height: 164px;
	float: left;
	margin: 0 30px 30px 0;
	background: transparent url(../img/img-iOS7/appstore.png) no-repeat center center;
	border: 1px solid #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all 450ms ease;
	-moz-transition: all 450ms ease;
	transition: all 450ms ease;
}
.icloud-btn {
	background: transparent url(../img/img-iOS7/icloud.png) no-repeat center center;
	margin-right: 0px;
}
.appstore-btn:hover,
.icloud-btn:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

/*App Slideshow*/
#phone {
	width: 292px;
	height: 562px;
	background: url(../img/img-iOS7/slideshow/phone.png) no-repeat;
	padding: 79px 0 0 34px;
	position: relative;
}
#phone .slideshow {
	display: block;
	width: 223px;
	height: 395px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}
#phone .controls {
	position: absolute;
	bottom: -72px;
	left: 42px;
}
#phone .controls span {
	display: block;
	float: left;
	font-size: 1.5em;
	color: #fff;
	font-weight: 300;
	margin-top: 4px;
}
#phone .controls .prev,
#phone .controls .next {
	width: 60px;
	height: 40px;
	margin-top: 0;
}
#phone .controls .prev a,
#phone .controls .next a {
	font-size: 1.5em;
	color: #fff;
	display:block;
	text-align: center;
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	transition: all 350ms ease;
}
#phone .controls .prev a:hover,
#phone .controls .next a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/*Social Networks*/
.social {
	width: 100%;
	background-color: #9999ff;
	margin-top: -60px;
	padding-top: 65px;
	padding-bottom: 37px;
}
.social h1 {
	margin-top: -40px;
	font-size: 2.25em;
	color: #fff;
	font-weight: 300;
	text-align: left;
	margin-bottom: 0;
}

/*Social Icons*/
.social-icons a {
	text-decoration: none;
}
.social-icons a:last-child {
	margin-right: 0;
}
.si-icon,
.im-icon-s,
.im-icon-m,
.im-icon-l {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 20px 40px 0 0;
	width: 49px;
	height: 49px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}
.si-icon:after,
.im-icon:after,
.im-icon-s:after,
.im-icon-m:after,
.im-icon-l:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.si-icon:before,
.im-icon:before,
.im-icon-s:before,
.im-icon-m:before,
.im-icon-l:before {
	speak: none;
	font-size: 25px;
	line-height: 50px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.im-icon-m:before {
	font-size: 28px;
}
.im-icon-l:before {
	line-height: 52px;
	font-size: 42px;
}
.si-icon-effect .si-icon,
.si-icon-effect .im-icon-s,
.si-icon-effect .im-icon-m,
.si-icon-effect .im-icon-l {
	box-shadow: 0 0 0 1px #fff;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	color: #fff;
}
.si-icon-effect .si-icon:after,
.si-icon-effect .im-icon-s:after,
.si-icon-effect .im-icon-m:after,
.si-icon-effect .im-icon-l:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}
.no-touch .si-icon-effect .si-icon:hover,
.no-touch .si-icon-effect .im-icon-s:hover,
.no-touch .si-icon-effect .im-icon-m:hover,
.no-touch .si-icon-effect .im-icon-l:hover {
	color: #9999ff;
}
.no-touch .si-icon-effect .si-icon:hover:after,
.no-touch .si-icon-effect .im-icon-s:hover:after,
.no-touch .si-icon-effect .im-icon-m:hover:after,
.no-touch .si-icon-effect .im-icon-l:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/*Content Style*/
.content-block {
	width: 100%;
	padding: 80px 0;
}
.content-block.white {
	background: url(../img/img-iOS7/white-bg.png) repeat;
}
.content-block.violet {
	background-color: #9999ff;
}

/*Features*/
.feature {
	width: 100%;
	margin-bottom: 40px;
}
.feature img {
	display: block;
	margin: 0 auto 50px auto;
}
.feature h2 {
	margin-bottom: 20px;
}

/*Pricing*/
.pricing-plan {
	width: 100%;
	padding: 34px 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-bottom: 40px;
	position: relative;
	background-color: rgba(255,255,255,0.3);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.pricing-plan:hover {
	background-color: rgba(255,255,255,0.8);
}
.pricing-plan h3 {
	font-size: 2.25em;
	font-weight: 300;
	color: #fff;
	text-align: center;
	margin-bottom: 35px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.pricing-plan:hover h3 {
	color: #666 !important;
}
.pricing-plan ul {
	list-style: none;
	margin: 0;
	text-align: center;
	position: relative;
	z-index: 1;
}
.pricing-plan ul li {
	display: block;
	width: 100%;
	color: #fff;
	padding: 13px 0;
	font-size: 1.125em;
	font-weight: 300;
	border-bottom: 1px solid #fff;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.pricing-plan:hover ul li {
	color: #666;
	border-bottom: 1px solid #666;
}
.pricing-plan ul li span {
	font-weight: 400;
}
.pricing-plan ul li:last-child {
	border: none;
}

/*Team*/
.team {
	width: 100%;
	margin-bottom: 40px;
}
.team img {
	display: block;
	margin: 0 auto 30px auto;
	border: 5px solid transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.team h2,
.team h3 {
	margin-bottom: 25px;
}
.team .social-icons {
	display: table;
	margin: 0 auto;
}
.team .si-icon,
.team .im-icon-s,
.team .im-icon-m,
.team .im-icon-l {
	margin: 15px 33px 0 0;
	color: #999;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.team:hover img {
	border: 5px solid #fff;
}
.team .si-icon-effect .si-icon,
.team .si-icon-effect .im-icon-s,
.team .si-icon-effect .im-icon-m,
.team .si-icon-effect .im-icon-l {
	box-shadow: 0 0 0 1px #999;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.team:hover .si-icon,
.team:hover .im-icon-s,
.team:hover .im-icon-m,
.team:hover .im-icon-l {
	color: #666;
}
.team:hover .si-icon-effect .si-icon,
.team:hover .si-icon-effect .im-icon-s,
.team:hover .si-icon-effect .im-icon-m,
.team:hover .si-icon-effect .im-icon-l {
	box-shadow: 0 0 0 1px #666;
}

/*Clients*/
.clients {
	width: 100%;
	background-color: #6666cc;
	padding: 108px 0 70px 0;
}
.clients a {
	display: block;
	width: 262px;
	margin: 0 auto 30px auto;
}

/*Gallery*/
.gallery {
	width: 100%;
	position: relative;
}
.gallery ul {
	list-style: none;
	margin: 0;
}
.gallery ul li.red {
	background-color: #e35c4a;
}
.gallery ul li.violet {
	background-color: #5e4e6d;
}
.gallery ul li.dark-blue {
	background-color: #404b5a;
}
.gallery ul li img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}
.bx-pager {
	display: table;
	position: relative;
	z-index: 80;
	margin: -26px auto 0 auto;
}
.bx-pager-item {
	width: 12px;
	height: 12px;
	float: left;
}
.bx-pager-item a {
	width: 7px;
	height: 7px;
	background-color: #000;
	outline: none;
	border: 1px solid transparent;
	position: relative;
	top: 2px;
	left: 2px;
	text-indent: -9999px !important;
}
.bx-wrapper .bx-pager {
	text-align: center;
	margin-top: -55px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 12px;
	height: 12px;
	margin: 0 7px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #000;
	text-indent: -9999px;
	display: block;
	width: 7px;
	height: 7px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 2px 0 0 2px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
	width: 12px;
	height: 12px;
	background-color: transparent;
	border: 1px solid #000;
	margin: 0;
}
.svg .bx-wrapper .bx-prev {
	left: 30px;
	background: url(../img/img-iOS7/slider-controls.svg) no-repeat 0px 0px;
}
.svg .bx-wrapper .bx-next {
	right: 30px;
	background: url(../img/img-iOS7/slider-controls.svg) no-repeat -17px 0px;
}
.no-svg .bx-wrapper .bx-prev {
	left: 30px;
	background: url(../img/img-iOS7/slider-controls.png) no-repeat 0px 0px;
}
.no-svg .bx-wrapper .bx-next {
	right: 30px;
	background: url(../img/img-iOS7/slider-controls.png) no-repeat -17px 0px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -39px;
	outline: 0;
	width: 17px;
	height: 77px;
	text-indent: -9999px;
	z-index: 9999;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper:hover .bx-controls-direction a {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*Buttons*/
.btn-middle {
	display: table;
	margin: auto;
}
.signup-btn {
	display: inline-block;
	margin-top: 25px;
	border: 1px solid #fff;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	padding: 15px 40px;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	background-color: transparent;
	-webkit-transition: all 450ms ease;
	-moz-transition: all 450ms ease;
	transition: all 450ms ease;
}
.signup-btn i {
	font-size: 1.1em;
}
.pricing-plan:hover .signup-btn {
	border: 1px solid #666;
	color: #666;
}
.signup-btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(255,255,255,0.3);
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
}
.signup-btn:hover {
	color: #666666;
	background-color: #fff;
	border: 1px solid #fff;
}
.pricing-plan:hover .signup-btn:hover {
	border: 1px solid #fff;
}

/*Subscribe*/
.subscribe {
	width: 100%;
	background-color: #6666cc;
	padding: 80px 0 70px 0;
}
.subscribe h1 {
	margin-bottom: 10px;
}
.subscribe span {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 300;
	font-size: 1.125em;
}
.subscription-form {
	display: table;
	width: 100%;
	max-width: 555px;
	position: relative;
	margin: 23px auto 0 auto;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.subscription-form #email {
	width: 100%;
	height: 60px;
	border: none;
	outline: none;
	font-size: 1.5em;
	font-weight: 300;
	color: #000;
	padding: 0 60px 0 25px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.subscription-form #submit {
	display: block;
	position: absolute;
	top: 9px;
	right: 25px;
	background: none;
	border: none;
	outline: none;
	font-size: 2.6em;
	color: #999999;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	transition: all 400ms ease;
}
.subscription-form #submit:hover {
	color: #6666cc !important;
}
.errors {
	width: 100%;
	position: relative;
}
#error1, #error2 {
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 1em;
	font-weight: 300;
	color: #fff;
	background-color: #e35c4a;
	margin-top: 15px;
	padding: 5px 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	transition: all 400ms ease;
}
#error1.visible, #error2.visible {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*Footer*/
footer {
	padding: 54px 0;
	background-color: #6666cc;
}
footer .social-icons {
	margin-top: 45px;
}
.copyright {
	width: 100%;
	position: relative;
}
.copyright img {
	max-width: 100%;
	height: auto;
}
.copyright span {
	display: block;
	position: absolute;
	margin: -25px 0 0 190px;
	color: #fff;
	font-size: 0.875em;
	font-weight: 300;
}
.copyright span a {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
}
.copyright span a:hover {
	text-decoration: underline;
}

/*Content Animations*/
.animation {
	opacity: 0;
}
.ie9 .animation {
	opacity: 1;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;
	z-index:100;
}
#status {
	width:229px;
	height:229px;
	position:absolute;
	left:50%;
	top:50%;
	background-image:url(../img/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin:-115px 0 0 -115px;
}

/*MEDIA QUERIES*/

/*Tablet Portrait*/
@media screen and (max-width: 991px) {

	#phone { margin: 60px auto 100px auto; }
	.logo {
		width: 100%;
		position: absolute;
		top: -800px;
		margin-left: -15px;
	}
	.logo img {
		display: block;
		margin: auto;
	}
	.app-showcase h1, .social h1 { text-align: center; }
	.social { margin-top: 0px; }
	.buttons, .social-icons {
		display: table;
		margin: auto;
	}
	.si-icon,
	.im-icon-s,
	.im-icon-m,
	.im-icon-l {
		margin: 20px 15px 0 15px;
	}
	h1 {
		font-size: 2.6em;
		margin-bottom: 25px;
	}
	h2 {
		font-size: 1.9em;
		margin-bottom: 65px;
	}
	.content-block {
		padding: 50px 0;
	}
	.icons-premium { padding-top: 100px; }
	.icons-premium img { margin: 0 auto 50px auto; }
	.buy-btn { margin: 40px 0; }
	.bx-wrapper .bx-controls-direction a { display: none; }
	.bx-wrapper .bx-pager { margin-top: -35px; }
	footer { padding: 20px 0 54px 0; }
	.copyright img {
		display: block;
		margin: auto;
	}
	.copyright span {
		width: 100%;
		text-align: center;
		position: relative;
		margin: 30px 0 0 0;
	}
}

/*Phone Portrait*/
@media screen and (max-width: 440px) {

	.svg .menu-toggle,
	.no-svg .menu-toggle { top: 20px; }
	#phone { margin: 110px auto 100px auto; }
	.logo { top: -800px; }
	.buttons { padding-left: 22%; }
	.buy-btn {
		font-size: 0.9em;
		padding: 18px 40px 18px 27px;
	}
	.buy-btn i { margin-right: 24px; }
}

@media screen and (max-width: 340px) {

	#phone { margin-left: -25px; }
	.buttons { padding-left: 17%; }
	.bx-wrapper .bx-pager { margin-top: -25px; }
}
