/*
Template: Mandarina Landing page
Version 1.0
Author: Laura Agustí
Author URL: http://www.lauraagusti.com/
 Tempplate URL: http://mildthemes.com/templates/mandarina/
*/

@charset "utf-8";

/* CSS Document */

/* General */
#form-button .submit { margin-left: 200px; margin-top: 10px;}

.loading-gif{
	width:75px;
	height:75px;
	margin-top:75px;
}

::selection {
	background-color: #ff6633;
	color:white;
}

::-moz-selection {
	background-color: #ff6633;
	color:white;
}

body{
	margin: 0;
	min-width: 960px;
	padding: 0;
}

blockquote, p {
	margin: 0;
	color:#5f5f5f;
	line-height:180%;
}

blockquote {
	margin:20px 0;
	padding:0 20px;
	border-left: 4px solid #E0E0E0;
}

blockquote.big {
	margin:20px 60px;
	font-size: 22px;
	color: #494949;
	font-style:italic;
	border-left: none;
}

blockquote, p, ul{
	font-family:'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.488;
	font-weight:300;
	font-style:normal;
	list-style-position:inside;
}

.cvp-ul{
	font-family:'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.488;
	font-weight:300;
	font-style:normal;
	list-style-position:inside;
	text-shadow: 0 0 0.5em #333333;
}

.newsletter-text {
	margin: 0;
	color:#e7e7e7;
}
.divLoadingImg{
	margin-top: 30px;
	color:#fff;
	line-height:180%;
	height: 375px;
	font-family:'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight:300;
	font-style:normal;
	text-align:center;
}
.divLoadingText {
	margin-right:15px;
	color:#e7e7e7;
	font-family:'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:100;
	font-style:normal;
	text-align:center;

}

a, a:visited {
	color: white;
	text-decoration:none;
}


a:hover {
	text-decoration:none;
}



.a-product{
	color: #ff6633!important;
	text-decoration:none;
}
.a-product:hover{
	color: #ff6633!important;
	text-decoration:underline;
}

img, img a  {
	border: 0;
}

#contact iframe {
	width:95%;
	margin-top:20px;
	border:none;
}

strong {
	font-weight: bolder;
}

i {
	font-style:italic;
	line-height:180%;
}

h1, #pixels{
	font-family:'Roboto', Verdana, serif;
	font-weight:100;
	font-style:normal;
	font-size:36px;
	line-height:1em;
	margin-bottom:-6px;
	text-shadow: 0 0 0.5em #333333;
}

h2 {
	font-family:'Roboto', Verdana, sans-serif;
	font-size:36px;
	font-weight:400;
	font-style:normal;
	text-align:center;
	color:#FF661F;
}


h3 {
	font-family:'Roboto', Verdana, sans-serif;
	font-size:19px;
	font-weight:700;
	font-style:normal;
	color:#3E3E3E;
	margin-bottom:18px;
}

.clear {
	clear:both;
}

.alignleft {
	text-align:left;
}

.alignright {
	text-align:right;
	z-index:-10;
	float:left;
	margin-right:41px;
	margin-top:-16px;
}

.aligncenter {
	text-align: center;
	margin:0 auto;
}

/* Header */

header {
	border-bottom:1px solid #E0E0E0;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9999;
	margin:0;
	background-color:white;
}

.logo {
	background: url(../images/content/logo.gif) no-repeat;
	width:107px;
	height:47px;
	float:left;
	margin-top:9px;


}

.awards {
	float:right;
	padding-right:636px;
	padding-top:8px;


}

#menu {
	background: url(../images/content/menu.png) no-repeat;
	float:right;
	width:50px;
	height:50px;
	padding: 25px 0 0;
	display:none;
	background-size: 50px auto;
	background-position: right top;
	margin-top:25px;
	position:absolute;
	right:10px;
}

.menu {
	display:none;
	margin-top:70px;
	position:absolute;
	right:10px;
	z-index:-1;
}

ul.menu  {
	background-color:white;
	border-radius:5px;
	padding:0 15px 15px;
	border:1px solid #E0E0E0;
	width:200px;
	display:none;
}

 ul.menu li {
	display:block;
	padding:10px 0;
	border-bottom:1px solid #E0E0E0;

}

ul.menu  li a {
	color:#5f5f5f;
	text-decoration:none;
	display:block;
}

ul.menu li a:hover {
	color:#C8503E;
	text-decoration:none;
}

#nav{
	list-style: none;
	float:right;
	padding: 20px 0;
}

#nav li {
	margin: 0 17px 0;
	display: inline;
}

#nav li a {
	text-decoration:none;
	color:#5f5f5f;
	padding-bottom:3px;
}

#nav li a:hover {
	border-bottom: 2px solid #C8503E;
}

.a-contact {
	background-color:#ff6633;
	border-radius:3px;
	border:none;
	margin-top:-25px;
	margin-left:-22px;
	float:right;
	width:130px;
	color:white!important;
	cursor:pointer;
	text-decoration:none!important;
	text-align:center;
	font-size:18px;


}

.a-contact:hover {
	background-color:#642c90;
	border:none!important;
	text-decoration:none;
}
/* Content */

#overview .wrapper, #features .wrapper, #more-features .wrapper, #testimonials .wrapper, #pricing .wrapper,  #contact .wrapper, #top5questions .wrapper{
	padding:20px 0;
}

.wrapper {
	margin: 0 auto;
	min-width: 960px;
	width: 960px;
	position:relative;
}

.column {
	width:27%;
	margin:20px 3%;
	float:left;
	text-align:center;
}

.column-social {
	width:100%;
	float:left;
	text-align:left;
	padding-bottom:50px;
}
.latest-news{
	float: left;
	margin: 0 0 0 20px;
	border-radius: 5px;
	width:100%;
	text-align:justify;

}
.left-box{
	float: left!important;
	height:350px;
	margin: 0 0 0 20px;
	background-color: #bd4710;
	border-radius: 5px;
	padding-left: 30px!important;
	padding-top: 16px!important;
	padding-bottom: 23px!important;
	padding-right: 8px!important;


}

.right-box{
	float: right;
	margin: 0 20px 0 0;
}

.wrapper .left-box, .wrapper .right-box{
	padding: 0;
	position: relative;
	width: 45%;
	text-align:justify;
}

/* Intro */



#intro {
	background: url(../images/slides/2.jpg) no-repeat fixed;
	width: 100%;
	color: white;
	height:600px;
	margin: 0px auto;
	padding: 0;
	overflow:hidden;
	background-color:black;
	position:relative;

}

.grid {
	background: url(../images/grids/grid2.png) repeat;
	opacity:0.5;
	top:30px;
	left:0;
	z-index:2;
	width:100%;
	height:650px;
	position:absolute;
}

.intro-wrapper {
	position:absolute;
	z-index:2;
	width:100%;
	top:70px;
}

#intro iframe {
	margin:0px 50px 20px 0;
	float:left;
	text-align:left;
	border:none;
}


.intro-text {
	margin: 100px auto;
	min-width: 960px;
	width: 960px;
	height:100%;
	position:relative;
}

.intro-text p {
	font-size:22px;
	line-height:150%;
	color:white;
	margin:10px 0;
}

/* Overview */

#overview {
	color: #C8503E;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	border-bottom:1px solid #E0E0E0;
	text-align:center;
	padding-bottom:30px;
}

/* Gallery */


#gallery {
	width:100%;
	margin:0 auto;
	display:block;
}


.gallery-item {
	float:left;
	width:150px;
	height:auto;
	margin:5px;
}

.gallery-item img {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-left:155px;

}

#lightbox {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	text-align:center;
	z-index:99999;
}

#lightbox p {
	color:white;
	margin-right:20px;
	margin-top:10px;
	font-size:12px;
	cursor:pointer;
	display:inline-block;
	background-color:rgba(66,66,66,0.65);
	padding:5px 10px 4px;
	border-radius:5px;
}

#lightbox img {
	margin-top:10px;
	box-shadow:0 0 25px #111;
	-webkit-box-shadow:0 0 25px #111;
	-moz-box-shadow:0 0 25px #111;
	max-width:940px;
	width:auto;
}

/* Features */

#features {
	background-color: #FFFFF;
	color: #C8503E;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	border-bottom:1px solid #E0E0E0;
	text-align:center;
	padding-bottom:30px;
}

.featured-1 {
	background-image: url('../images/featured/bbo.gif');
	float:left;
	width:200px;
	height:125px;
	margin-right: 30px;
	margin-top:8px;
	border-radius: 5px;

}

.featured-2 {
	background-image: url('../images/featured/euroflag.gif');
	float:left;
	width:200px;
	height:125px;
	margin-top: 9px;
	margin-right: 30px;
	border-radius: 5px;

}

.featured-3 {
	background-image: url('../images/featured/responsive.png');
	float:left;
	width:300px;
	height:206px;
	margin-top: 9px;
	margin-right: 30px;
}

.header-social {
	font-family:'Roboto', Verdana, sans-serif;
	font-size:24px;
	font-weight:100;
	font-style:normal;
	color:#3E3E3E;
	margin:0px;
}
.header-widget {
	font-family:'Roboto', Verdana, sans-serif;
	font-size:24px;
	font-weight:100;
	font-style:normal;
	color:#ffffff;
	margin-left:10px;
}

/* More features */

#more-features {
	color: #C8503E;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	border-bottom:1px solid #E0E0E0;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
}

ul.content {
	margin: 10px 0;
	color:#5f5f5f;
	line-height:180%;
	padding:0px;
}

ul.content li {
	list-style-type:none;
	background-image: url('../images/buttons/check-grey.png');
	background-size:24px 24px;
	background-repeat:no-repeat;
	background-position:left 6px;
	padding-left:35px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;

}

/* Testimonials */

#testimonials {
	color: #C8503E;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	border-bottom:1px solid #E0E0E0;
	padding-bottom:30px;
	background-color: #f2f2f2;
	text-align:center;
}

.testimonials-intro {
	margin-top:-32px;
	margin-left:50px;
	padding-bottom:32px;
	overflow:hidden;
}

.testimonials-slide {
	width:840px;
	margin-right:120px;
}

.testimonials-slide img {
	float:left;
	padding-right:50px;
}

.testimonials-slide p {
	text-align:left;
	float:left;
	width:75%;
	font-size:26px;
	padding:15px 0 0;

}

.testimonials-aligncenter img, .testimonials-aligncenter p {
	float:none;
	text-align:center;
	font-size:22px;
	padding: 0 100px 15px;
}

/* Subscribe */

#subscribe {
	background: url(../images/patterns/greysquares.png) 50% 0 repeat fixed;
	background-color:black;
	color: #C8503E;
	height: auto;
	text-align:center;
	padding:20px 0 40px;
}

form#subscription {
	margin:0 auto;
	text-align:center;
}

form#subscription input {
	margin-top:10px;
	background-color: #E0E0E0;
	padding:9px;
	border-radius:3px;
	border:none;
	display:inline-block;
	font-size:16px;
	width:25%;
	color:#6C6C6C;
}

form#subscription input#submit {
	margin-top:10px;
	background-color:#ff6633;
	padding:9px;
	border-radius:3px;
	border:none;
	display:inline-block;
	font-size:18px;
	width:auto;
	color:white;
	margin-left:10px;
	cursor:pointer;
}

form#subscription input#submit:hover {
	background-color:#c8503e;
}

/* Pricing */

#pricing {
	color: #C8503E;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	border-bottom:1px solid #E0E0E0;
	padding-bottom:30px;
	background-color: #f2f2f2;
	text-align:center;
}

.prices {
	border-radius:6px;
	background-color:white;
	padding:0 0px 20px;
	-webkit-box-shadow: 0px 0px 20px 0px #BABABA;
	box-shadow: 0px 0px 20px 0px #BABABA;
	height:300px;
}

.featured-price {
	/*
	zoom: 1.1 !important; */
	margin-top:-20px !important;
	border-radius:6px;
	background-color:white;
	padding:0 0px 20px;
	-webkit-box-shadow: 0px 0px 20px 0px #BABABA;
	box-shadow: 0px 0px 20px 0px #BABABA;
}

.prices h3, .featured-price h3 {
	background-color:#e6e6e6;
	color:white;
	border-radius:6px 6px 0px 0px;
	padding:15px 0;
}



.prices p.price, .featured-price p.price {
	font-size:42px;
	color:#3E3E3E;
}

.prices p.period, .featured-price p.period {
	margin-top:-15px;
	font-size:12px;
	margin-bottom:15px;
}

.prices ul.pricing-details, .featured-price ul.pricing-details {
	padding:0;
	margin:0;
}

.prices ul.pricing-details li, .featured-price ul.pricing-details li {
	padding:0;
	margin-right::20;
	list-style:none;
	color:#5f5f5f;
	line-height:180%;
	padding:10px 0;
	border-top:0px solid #f2f2f2;
}

.pricing-text {
	padding:0;
	margin-right:35px;
	margin-left:27px;
	margin-top: 14px;
	list-style:none;
	color:#5f5f5f;
	padding:10px 0;
	border-top:0px solid #f2f2f2;
	font-family:'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.488;
	font-weight:300;
	font-style:normal;
	text-align:left! important;
}


/* Top 5 Questions */
#top5questions {
	color: #C8503E;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	border-bottom:1px solid #E0E0E0;
	padding-bottom:30px;
	background-color: #f2f2f2;
	text-align:justify;
	font-family:'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.488;
	font-weight:300;
	font-style:normal;
	list-style-position:inside;
}

ol {
	list-style-type:none;
	padding-left:35px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
}

.li-questions {
	background-image: url('../images/buttons/check-orange.png');
	background-size: 18px;
	background-repeat: no-repeat;
	background-position-x: 2px;
	background-position-y: 7px;
	padding-left: 36px;
	line-height: 2em;
	color: #494949
}


/* Contact */

#contact {
	background-color: #ff6633;
	height: auto;
	margin: 0 auto;
	text-align:center;
	color: #C8503E;
	padding-bottom:30px;
}
/*contact orig
form#contact-form input, form#contact-form textarea {
	margin-top:10px;
	background-color: #E0E0E0;
	padding:10px;
	border-radius:3px;
	border:none;
	display:block;
	font-size:16px;
	color:#6C6C6C;
	width:90%;
}
*/
.contact-us-form {
	margin-top:10px;
	background-color: #ffffff;
	padding:10px;
	border-radius:3px;
	border:none;
	display:block;
	font-size:16px;
	color:#6C6C6C;
	width:90%;
}

.form-phone-code-input {
	margin-top:10px;
	margin-bottom:10px;
	background-color: #ffffff;
	padding:10px;
	border-radius:3px;
	border:none;
	display:block;
	font-size:16px;
	color:#6C6C6C;
	width:7%;
	float:left;
}

.form-phone-input {
	margin-top:10px;
	margin-bottom:10px;
	background-color: #ffffff;
	padding:10px;
	border-radius:3px;
	border:none;
	display:block;
	font-size:16px;
	color:#6C6C6C;
	width:71%;
	float:left;
}

form#contact-form textarea {
	height:50px;
}

.contact-button {
	margin-top:10px;
	background-color:#47dd12;
	padding:15px;
	border-radius:3px;
	border:none;
	display:block;
	width:auto;
	font-size:18px;
	color:white;
	margin:20px auto 0;
	cursor:pointer;
	text-decoration:none;
	width:30%;
	text-align:center;
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size:18px;
}

.contact-button:hover {
	background-color:#64ff2e;
	text-decoration:none;
}

.h2-contact {
	font-family:'Roboto', Verdana, sans-serif;
	font-size:36px;
	font-weight:400;
	font-style:normal;
	text-align:center;
	color:#333;
}
.p-contact {
	font-family:'Roboto', Verdana, sans-serif;
	font-size:24px;
	font-weight:100;
	font-style:normal;
	text-align:center;
	color:#333;
	line-heigh:1.5em;
	margin-bottom:25px;
}
/* Footer */

footer {
	background-color:#333;
	height: auto;
	background-size:cover;
	text-align:center;
	padding-bottom:10px;

}

footer p {
	color: white;
}

ul.social {
	margin:0px auto;
	width:auto;
	padding:25px 0 10px;
}

ul.social li {
	display:inline;
	list-style:none;
	margin:0 5px;
}

.logo-lev {
	margin-top:22px;
	margin-right:495px;
	margin-left:22px;
	float:left;
}


/* Images */


.img-prod {
	margin-right:33px;
	margin-bottom:150px;
	margin-left:-28px;
	margin-top:8px;
	float:left;

}
.img-prod-tablet {
	margin-right:33px;
	margin-bottom:150px;
	margin-left:-28px;
	margin-top:7px;
	float:left;

}
.img-prod-phone {
	margin-right:33px;
	margin-bottom:150px;
	margin-left:-28px;
	margin-top:10px;
	float:left;
}

img.iphone {
	margin:-30px 100px 0 0;
	float:left;
}

/* Tabs */

#tabs ul {
	padding:0;
	margin:0;
	width:100%;
}


#tabs div {
	clear:both;
	border-top: 1px solid #E0E0E0;
	padding:20px;
	text-align:left;
}

#tabs ul li {
	display:block;
	padding:8px;
	float:left;
	border:1px solid #E0E0E0;
	border-radius: 6px 6px 0 0;
	background-color:#f2f2f2;
}


.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	font-weight: bolder;
	background-color:white !important;
	border-bottom:none !important;
}

.ui-state-active {
	background-color:white;
}

#tabs ul li a {
	text-decoration:none;
	color: #C8503E;
	padding:5px 10px;
}

#tabs ul li:focus, #tabs ul li a:focus {
    outline: none;
}

.max {
	padding-top:80px;
	margin-left:111px;

}

.risk {
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color:#494949;
	font-size:11px;
	width:50%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
	padding-top:4px;
	z-index:10;


}

/* Buttons */

.button-product {
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	background-color:#642c90;
	font-size:18px;
	padding:10px 18px;
	width:auto;
	border-radius:3px;
	float:left;
	text-align:center;
	color: white;
	display:inline-block;
	cursor:pointer;
}

.button-product:hover {
	background-color:#ff6633;
}

.btn-intro {

	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	background-color:#47dd12;
	color:white;
	font-size:18px;
	padding:15px 34px;
	width:auto;
	border-radius:3px;
	margin-top: 4px;
	margin-left: 85px;
	text-align:center;
	display:inline-block;
	cursor:pointer;
}

.btn-intro:hover {
	background-color:#64ff2e;
	text-decoration:none;
}

.a-btn {
	color:white;
	text-shadow: 0.1em 0.1em 0.2em #666;
}


.button {
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	alignment-adjust: after-edge;
	font-size:18px;
	padding:15px 18px;
	width:auto;
	border-radius:3px;
	margin-top: 7px;
	margin-left: 141px;
	text-align:center;
	color: white;
	display:inline-block;
	cursor:pointer;
	text-shadow: 0 0 0.5em #333333;
}



.button:hover {
	background-color:#642c90;
}

.green {
	background-color:#47dd12;
}

.red {
	background-color:#C8503E;
}

.orange {
	background-color:#ff6633;
}