#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}
div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}
a[href^="error:"] {
	background: red;
	color: white;
}
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, code, img, small, strong, dl, dt, dd, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.5;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #ffba4f;
	color: #222;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}

h2 {
  color: #333;
	font-size: 35px;
	margin-bottom: 0.2em;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;;
	font-weight: normal;
}

h3 {
  font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	line-height: 1;
	font-weight: normal;
	margin: 1.0em 0 .5em 0em;
	color: #555;
}
h4 {
	font-size: 1.1em;
	line-height: 1.25;
	margin-bottom: .5em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: .5em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: .5em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}


p {
	font-size: 17px;
	margin-bottom: .6em;
	line-height: 1.3em;
	color: #444;
	font: "Helvetica Neue", Helvetica, Arial,sans-serif
}

#mainpanel p {

}

p a {
	color: #0044aa;
}
a {
	text-decoration: underline;
	color: #0044aa;
}
#header {
	background: #ffba4f url(../images/header_background.png) no-repeat top;
	padding: 0px;
	aborder-bottom: 0px solid #2e2e2e;
	height: 304px;
}
.logo {
	background: url(../images/header_caption_en.png) no-repeat;
	width: 350px;
	height: 153px;
	float: left;
	margin: 10px;
	margin-left: 230px;
	margin-top: 80px;
}
.logo h1 a {
	width: 350px;
	height: 153px;
	display: block;
	text-indent: -99999em;
	padding: 0px;
	margin: 0px;
}
.logo h1 {
	padding: 0px;
	margin: 0px;
}

.key-features {
  background: url(../images/key_features_background.png) no-repeat;
  width: 307px;
  height: 291px;
  float: right;
  margin-right: 10px;
  margin-top: 15px;

}

.key-features ul {
  margin: 0px;
  padding: 0px;
  padding-top: 15px;
  margin-left: 15px;
  list-style: none;
  line-height: 33px;
}

.key-features li {
  margin: 0px;
  padding: 0px;
  background: url(../images/bullet.png) no-repeat 1px;
  padding-left: 35px;
  font-weight: bold;
  color: white;
}

.features-button {
  display: block;
  background: url(../images/see-all-features-background.png) no-repeat center;
  width: 300px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  margin-top: 2px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;

}


.header-text h4 {
	text-align: center;
}
.header-buy .appstore {
	margin-top: 0;
	text-align: center;
}
.header-buy {
	float: right;
	margin-top: 55px;
	margin-right: 40px;
}

.screenshot-left {
	padding: 3px;
	padding-left: 0px;
}
.screenshot-right {
	padding: 3px;
	padding-right: 0px;
}
#wraper {
	width: 978px;
	margin: 1em auto;
	border: 0px;
	text-align: left;
	abackground: #ffba4f;
}

#mainpanel {
	margin: 0;
	padding: 0;
	margin-top: 0px;
}

#mainpanel-top {
  background: url(../images/main_top.png) no-repeat;
  height: 19px;
  awidth: 990px;
  margin-top: 0px;
}

#mainpanel-content {
	margin: 0;
	padding: 1.5em 20px;
	abackground: #fff3df;
  background: white;
}




#lpanel {
	background: #333333;
	float: left;
	width: 330px;
	margin: 0;
	padding: 0;
}
#lpanel-content {
	margin: 0;
}

#content, #video {
	float: left;
	width: 45%;
	margin-left: 5px;
	margin-right: 5px;
}
#video {
	margin-left: 40px;
}



#feature-panel {
  float: left;
  margin-top: 120px;
  background: url(../images/features-background.png);
  padding-top: 10px;
}

#features-description {
	width: 400px;
	height: 250px;
	abackground: gray;
	padding: 10px;
	margin: 5px;
	margin-bottom: 20px;
	margin-top: 20px;

}

#features-description li {
  display: none;
  position: absolute;
  width: 400px;
  list-style: none;
}


#features-description h3 {
  font-weight: bold;
  color: #ff7f2a;
  font-size: 22px;
}

#features-description p {
  font-weight: normal;
  font-size: 18px;
  color: #333;
}

#features-description b {
  font-weight: bold;
}

#features-screenshot-iphone {
  float: left;
  background: url(../images/iphone5Cyellow.jpg?v=2) no-repeat 0px 0px;
  padding: 80px;
  padding-top: 120px;
  /*padding-top: 115px;*/
  /*padding-left: 34px;*/
  padding-left: 34px;
  padding-bottom: 140px;
}


#features-screenshot-android {
  float: left;
  background: url(../images/android-features.jpg?v=4) no-repeat 12px 0px;
  padding: 80px;
  padding-top: 64px;
  padding-left: 28px;
  padding-bottom: 160px;
}


#features {
	color: #333;
	margin: 0px;
	padding: 0px
	margin: 0px;
}

#features-content {

}

#features a {
	text-align: center;
	display: block;
}


#imagerotator {
  text-align: center;
  display: block;
  color: white;
  padding-left: 95px;

}



#footer {
	background: #ffa109;
	width: 978px;
	clear: both;
	margin: 0px;
	text-align: center;
	color: white;
}

#footer-panel {
	background: #ffa109;
	width: 290px;
	float: left;
	height: 100px;
	margin: 0px;
  text-align: left;
  padding: 10px;
  padding-left: 25px;
}

#footer-panel h4 {
  padding-top: 5px;
}

#footer-panel h4.socialy {
  padding-top: 15px;
  float: left;
  color: white;
  text-decoration: none;
}

#footer-panel a {
  text-decoration: none;
}

#footer-panel img {
  float: left;
}

#footer p {
  font-size: 14px;
  color: white;
}

#footer h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

#footer p.copyright {
  clear: both;
  background: #ffba4f;
	height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #d98500;
	padding-top: 8px;
}

#footer .copyright a {
  color: #d98500;
}

div.cleaner {
	clear: both;
}
.contact-form {
}

.menu-items {
	margin: 0 auto;
	padding-top: 265px;
	height: 38px;
	display: block;
	/*background: url('../images/menu-background.png') repeat-x;*/
	padding-left: 8px;

}
.menu-items li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;


}
.menu-items li a {
	float: left;
	margin-left: 10px;
	display: block;
	color: #333;
	text-decoration: none;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	width: 95px;

	/*background: url('../images/menu-normal.png') no-repeat;*/

}
.menu-items li a span {
	line-height: 30px;
	float: left;
	display: block;
	width: 100%;
	text-align: center;
}
.menu-items li a:hover {
	color: #888;
}
.menu-items li a:hover span {
	/*background: url('../images/menu-hover.png') no-repeat;*/
}

.menu-items li a.active, .menu-items li a.active:hover {
	line-height: 60px;
	background: #3F3F3F;
	border-radius: 5px;
	color: rgb(255,255,255);
}
.menu-items li a.active span, .menu-items li a.active:hover span {
	abackground: url('topMenuImages.png') 100% -90px no-repeat;
}


#switcher {
  aheight: 35px;
}


#mobile-menu {
	margin: 0 auto;
	height: 30px;
	display: block;
	float: left;
	padding-left: 32px;
}
#mobile-menu li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	line-height: 30px;
}
#mobile-menu li a {
	float: left;
	margin-left: 0px;
	display: block;
	color: #333;
	text-decoration: none;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	width: 90px;
  line-height: 30px;
  text-align: center;
}
#mobile-menu li a span {
	line-height: 30px;
	float: left;
	display: block;
	width: 100%;
	text-align: center;
}

#mobile-menu li a:hover {
	color: #555;
}

#mobile-menu li a:hover span {
	/*background: url('../images/menu-hover.png') no-repeat center;*/
	line-height: 30px;
}

#mobile-menu li a.active, #mobile-menu li a.active:hover {
  line-height: 30px;
	background: url('../images/mobile_menu_active.png') no-repeat center;
	color: rgb(255,255,255);
}




/* lang menu */
#lang-menu {
  float: right;
  padding-right: 25px;
}

#lang-menu a.active {
  font-weight: bold;
  color: white;
  text-decoration: underline;
}

#lang-menu a {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}



/* Main Page */
#about-block-left {
  width: 280px;
  float: left;
  display: block;
}

#about-block-right {
  float: left;
  width: 600px;
  margin-left: 50px;
}


.about-welcome-block {
  background: #eee;
  padding: 20px;
  margin-right: 50px;
  margin-top: 10px;
  font-size: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}


.about-steps h4 {
  font-size: 20px;
  font-weight: normal;
  margin-left: 5px;
}

.about-steps h3 {
  font-size: 25px;"
  font-weight: bold;
  padding-bottom: 4px;
}

.about-steps {
  margin-left: 30px;
  margin-top: 10px;
  float: left;

}

.about-steps .more-info {
  width: 200px;
  height: 50px;
  display: block;
  background: url('../images/more_info_background.png') no-repeat;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  padding-top: 4px;
  padding-left: 20px;
}

.about-steps big {
  font-size: 25px;
  font-weight: bold;
  color: #444;
}

.about-price {
  margin-left: 30px;
  margin-top: 5px;
  float: left;
  text-align: center;
  width: 270px;
}

.about-line {
  border-top: 3px solid #ff7f2a;
  padding-bottom: 10px;
  padding-left: 7px;
  background: #f1f1f1;
}

.about-block {
  float: left;
  padding: 10px;
}

#whatsnew {
	width: 285px;
}

#whatsnew span {
	font-weight: bold;
}
#whatsnew ul {
	list-style: none;
	font-size: 14px;
}
#whatsnew ul li {

}
#whatsnew ul li a {
	text-decoration: none;
	color:#ffa109;
}

#whatsnew ul li a:hover {
	text-decoration: underline;
}
.bubble-top {
  background: url("../images/bubble-top.png")  no-repeat top left;
  padding-top: 10px;
  margin-top: 10px;
  width: 280px;
}

.bubble-top span {
  color: #4d4d4d;
  display: block;
  text-align: right;
  font-weight: bold;
}

.bubble-bottom {
  background: url("../images/bubble-bottom.png")  no-repeat bottom left;
  padding-bottom: 30px;
  width: 280px;
}


.bubble {
  background: #e3dfd8;
  padding: 0;
  width: 280px;
}

.bubble p {
  padding: 0px;
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
  color: #4d4d4d;
  font-style: italic;
}


.users-feedback {
  background: #f7e9d1;
  padding: 15px;
}

.users-feedback p {
  font-size: 15px;
}

.users-feedback .message {
  margin-bottom: 2px;
}

.users-feedback .name {
  text-align: right;
  font-weight: bold;
  font-style: italic;
}


#android-download {
  float: left;
  width: 150px;
  text-align: center;
}


#android-download .title {
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  color: red;
  padding-bottom: 2px;
}

#android-download .price {
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  line-height: 1em;
}


/* Forms */

#frm-contactForm input {
  border: 1px solid #ffc15e;
}

#frm-contactForm label {
  color: #444;
}

#frm-contactForm textarea {
  border: 1px solid #ffc15e;
}

#frm-contactForm .button {
  border: 0;
  background: #ffa109;
  padding: 4px;
  font-size: 14px;
  color: white;
  font-weight: bold;
}

.newsletter-email {
  background: white;
  border: 1px solid #ffc15e;
  font-size: 18px;
  margin-bottom: 16px;
  vertical-align: middle;
  margin-right: 5px;
  width: 200px;
}




/* FAQs */
ul.faqs {
  list-style: none;
  padding-bottom: 20px;
}

ul.faqs .question {
  font-style: italic;
  font-weight: bold;
  color: #ec5f00;
}

ul.faqs .answer {

}

.faqs-shortcat {
   color: #888;
   background: url('../images/bullet-triangle.png') no-repeat left;
   padding-left: 15px;
   display: block;

}




/* // Easy Slider */

  #slider-iphone ul, #slider-iphone li {
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider-iphone li {
		/*
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
		width:320px;
		height:568px;
		overflow:hidden;
    background: green;
		}
		#slider-iphone li img{width: 320px;}


  #slider-android ul, #slider-android li {
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider-android li {
		/*
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
		width:328px;
		height:583px;
		overflow:hidden;
    background: green;
		}






		/* numeric controls */

	ol#controls{
		margin:0em 0;
		padding:0;
		height:40px;
    display: block;
    margin-left: 10px;
		}
	ol#controls li{
		margin:0 10px 0 0;
		padding:0;
		float:left;
		list-style:none;
		height:35px;
		line-height:35px;
		}
	ol#controls li a{
		float:left;
		height:35px;
		width: 35px;
		line-height:35px;
		color:#ff7f2a;
		padding:0 0px;
		text-decoration:none;
		font-weight: bold;
		font-size: 20px;
		}
	ol#controls li.current a{
		background: url('../images/page-active.png') no-repeat;
		color:white;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}



	.social {
	margin-top: 20px;
	margin-bottom: 35px;
}

.social .fb {
	float: left;
	margin-left: 20px;
}

.social .twttr {
	float: right;
}


.social .twitter-follow-button {
	width: 180px !important
}