/*

CSS STRUCTURE:

1. SITE STRUCTURE and TYPOGRAPHY
2. CONTENT
3. FORMS
4. COMMON
5. MEDIA QUERIES

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
body {
	background:#fff;
	font:13px/20px 'Open Sans', Arial, sans-serif;
	color: #333;
	-webkit-font-smoothing: antialiased !important;
}
select{
	-moz-appearance: none;
}
/** Typography **/
h1,
h2,
h3,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px 0px;
	font-family: inherit;
	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
	font-family: 'Open Sans', Arial, sans-serif;
}
h1,h2 {
	text-transform:uppercase;
	font-weight:800;
	text-align:center;
}
.main-title {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	color:#fff;
}
.main-title h1{
	font-size:44px;
	line-height:40px;
	margin-top:60px;
}
.main-title p {
	font-size:26px;
	font-weight:300;
	margin-top:-5px;
	text-align:center;
}
h2 {
	font-size: 32px;
	line-height:30px;
	margin-bottom:45px;
}
h2 span{
	font-size: 24px;
	font-weight:300;
	text-transform:none;
	display:block;
}
h3 {
	font-size: 32px;
	font-weight:600;
	text-align:center;
	line-height:32px;
	margin-bottom:45px;
}
h3 span {
	font-size: 21px;
	font-weight:300;
	display:block;
}
.step h3 {
	text-transform:none;
	font-size:18px;
	line-height:22px;
	font-weight:600;
	margin-bottom:25px;
	text-align:left;
	font-family: Lato;
}
.box h3 {
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:5px;
}
footer h3 {
	text-transform:none;
	font-weight:400;
	text-align:left;
	font-size:22px;
	margin-bottom:10px;
}
.question_box h3 {
	font-size:18px;
	text-align:left;
	line-height:22px;
	margin-bottom:10px;
}

h4 {
	font-size: 18px;
	ine-height:22px;
}

h5 {
	font-size: 14px;
	line-height:14px;
}
footer h5 {
	color:#555;
}
h6 {
	font-size: 12px;
}
p {
	margin: 20px 0px 20px 0px;
}
/** Lists **/
ul,ol {
	padding: 0;
	margin: 0 0 20px 0;
	list-style:none;
}
ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0;
}
li {
	line-height: normal;
}
hr {
	margin: 30px 0;
	border: 0;
	border-top: 1px solid #dfdfdf;
}

/** Links color **/
a {
	color: #00aeef;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover,
a:focus {
	color: #fff;
	text-decoration: none;
}

/** Buttons **/
.button_medium {
	border:none;
	background:#282828;
	color:#fff;
	padding:7px 20px;
	text-decoration:none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display:inline-block;
	cursor:pointer;
	font-weight:600;
	text-transform:uppercase;
	outline:none;
}

a.button_medium:hover, .button_medium:hover {background:#00aeef; color:#fff;}

.button_medium_2 {
	border:none;
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
	border:2px solid  #787878;
	color:#787878;
	padding:5px 10px;
	text-decoration:none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display:inline-block;
	cursor:pointer;
	/*	font-weight:600;
        text-transform:uppercase;*/
	outline:none;
	background:#fff;
	font-family: Times New Roman;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
}

.button_medium_2:focus {color:#787878!important;}

.button_medium_2:hover {
	background-image: -webkit-linear-gradient(top, #ef4e6e, #ef4e6e);
	background-image: -moz-linear-gradient(top, #ef4e6e, #ef4e6e);
	background-image: -ms-linear-gradient(top, #ef4e6e, #ef4e6e);
	background-image: -o-linear-gradient(top, #ef4e6e, #ef4e6e);
	background-image: linear-gradient(to bottom, #ef4e6e, #ef4e6e);
	text-decoration: none;
	color: #fff!important;
	background-color: #ef4e6e!important;
}

/** Wizard Buttons **/
.backward, .forward, .forwardBtn,.backwardBtn {
	border:none;
	color:#fff;
	padding:7px 20px;
	text-decoration:none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display:inline-block;
	cursor:pointer;
	outline:none;
	position:relative;
}

.backward,.backwardBtn {
	padding:7px 20px 7px 30px;
	float: left;
	background-color: #faa61a;
}

button[disabled].backward, button[disabled].forward, button[disabled].forwardBtn, button[disabled].backwardBtn{
	border:none;
	outline:none;
	background-color: #faa61a;
}
/*
.backward:before {
	 content: "\f053";
    font-family: FontAwesome;
    text-decoration: inherit;
    position: absolute;
	font-weight:normal;
    top: 8px;
    left: 20px;
	text-transform:none;
	font-size:9px
   } */

.forward {
	padding:7px 30px 7px 20px;
	float: right;
	background-color: #faa61a;
}  /*
   .forward:before {
	 content: "\f054";
    font-family: FontAwesome;
    text-decoration: inherit;
    position: absolute;
	font-weight:normal;
    top: 8px;
    right: 20px;
	text-transform:none;
	font-size:9px
   } */
.forwardBtn {

	float: right;
	background-color: #faa61a;
}  /*
   .forwardBtn:before {
	 content: "\f054";
    font-family: FontAwesome;
    text-decoration: inherit;
    position: absolute;
	font-weight:normal;
    top: 8px;
    right: 20px;
	text-transform:none;
	font-size:9px
   }   */
/*.backward:hover, .forward:hover, .forwardBtn:hover{background:#00aeef; color:#fff;}
*/

/** Header ==================== **/
/*#top-area {
	background-color:#43484d;
	height: 500px;
}*/
header {
	width:100%;
	background:url(../img/line_header.png.xhtml?ln=verona-layout) repeat-x left bottom;
	background-color:#ef4e6e;
}
#logo a{

	#background: url(../img/logo.png) no-repeat 0 0;
	display:block;
	height:32px;
	width:281px;
	font-size:30px;
	color:white;
}

#top-nav ul{ float:right; margin:0; padding:0; margin-top:8px;  margin-right:-10px; font-weight:700; text-transform:uppercase;}
#top-nav ul a { color:#fff; text-decoration:none;}
#top-nav ul a:hover, #top-nav ul a#active{ color:#323232;}
#top-nav ul li {float:left; padding-left:10px; margin-right:10px }
#top-nav ul li:first-child{ background:none;}
#top-nav ul li a#purchase { color: #fff200;}
#top-nav ul li a#purchase:hover { color:#323232;}

/* Button Responsive Menu*/
.btn-responsive-menu{display: none;float: right;padding:5px;cursor:pointer;margin:  0px 20px 0 0;color: #fff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background:#333;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.bar {display: block; width:18px;height:2px; margin:5px; background:#fff; -webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;}
.show{display:block!important}

/*#main { padding-bottom:30px; }*/


/** Footer ==================== **/
footer {
	width:100%;
	color:#fff;
}
footer a{
	color: #FF9;
}
#footer_2 {
	width:100%;
	background:#252525;
}
#footer_2 a {
	color:#888;
}
#footer_2 a:hover {
	color:#fff;
}
ul#footer-nav {
	color:#fff;
	margin: 25px 0 10px 0;
}
ul#footer-nav li:first-child {
	margin-right:30px;
}
ul#footer-nav li {
	display:inline-block;
	zoom:1;
	margin-right:10px;
}
#copy {
	padding:15px 0;
	background-color:#f8f8f8;
	font-size:11px;
	text-align:center;
}
#contact {
	background:url(../img/contact_map.png) no-repeat 90% 90px;
}

/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/

/** Form area ============================= **/
#top-wizard {
	text-align:center;
	background-color:#f5f5f5;
	border-bottom:1px solid #e7e7e7;
	font-size:11px;
	z-index: -2;

	/*padding-top: 10px;*/
}
.shadow {
	width:100%;
	height:6px;
	position:absolute;
	left:0;
	bottom:-6px;
	background:url(../img/shadow_top_form.png) no-repeat center top;
}
.ui-widget { }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {}
.ui-widget-content { background: #fff; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header {background: #f68e56; }
.ui-widget-header a { color: #222222; }
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

#survey_container {
	background-color:#fff;/*
	 box-shadow: 0 0 5px #777;*/
	/*margin-bottom:60px;*/
	z-index:9;
	position:relative;
}
.ie8 #survey_container {
	background-color:#fff;
	border:1px solid #ddd;
	margin-top:-265px;
	margin-bottom:60px;
	z-index:9;
	position:relative;
}
#middle-wizard {

}
#bottom-wizard {
	text-align:center;
	padding:10px;
	border-top:1px solid #e7e7e7;
	background-color:#faa61a;
	height: 70px;
	font-family: Times New Roman;
	font-size: 28px;
}
#complete{
	text-align:center;
	padding: 0 45px 35px 45px;
}
#complete h3{
	text-align:center;
	margin-bottom:10px;
	font-family: serif;
}
/*#complete i {
	color:#cacaca;
	margin: 0 0 10px 0;
	font-size:160px;
	padding:0;
}*/
#complete button{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:18px;
	border:2px solid  #8dc63f;
	color:#8dc63f;
	padding:15px 35px;
	text-decoration:none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display:inline-block;
	cursor:pointer;
	font-weight:600;
	text-transform:uppercase;
	outline:none;
	background:#fff;
}
#complete button:hover{background:#00aeef; color:#fff; border:2px solid  #00aeef;}


/** Featuers and Question boxes ============================= **/

/*
.box span {
	font-size:100px;
	color:#1ab9a7;
	font-weight:800;
	display:block;
	margin:40px 0 43px 0 ;
}*/
.question_box {
	padding-left:40px;
	position:relative;
	margin-bottom:30px;
}
.question_box:before {
	content: "\f059";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 30px;
	position: absolute;
	color:#999;
	top: 5px;
	left: 0;
}
/* Team */
.thumbnail{
	border: none;
	border-radius: 0px;
	box-shadow: none;
	display: block;
	line-height: 0px;
	-moz-border-radius: 0px;
	-moz-box-shadow: none;
	-moz-transition: all 0.2s ease-in-out;
	o-transition: all 0.2s ease-in-out;
	padding: 0px;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 0px;
	-webkit-box-shadow: none;
	-webkit-transition: all 0.2s ease-in-out;
}

.resultBox{
	border: none;
	border-radius: 0px;
	box-shadow: none;
	display: block;
	line-height: 0px;
	-moz-border-radius: 0px;
	-moz-box-shadow: none;
	-moz-transition: all 0.2s ease-in-out;
	o-transition: all 0.2s ease-in-out;
	/*padding: 12px;*/
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 0px;
	-webkit-box-shadow: none;
	-webkit-transition: all 0.2s ease-in-out;
}
.caption {background: #f2f2f2;}
.transit-to-top {
	height: 90px;
	overflow: hidden;
	width: 100%;
	cursor:pointer;
}
.transit-to-top h4 {
	text-align:center;
	moz-transition: all 0.3s ease-in-out;
	o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	margin:20px 0 0 0;
	padding:0;
}
.thumbnail:hover h4{margin-top: -40px;}
.p-title {
	display: block;
	height: 40px;
}
.widget_nav_menu {
	min-height:100%;
	height:100%;
	text-align:center;
}
.project-item-image-container {
	border: none;
	cursor: pointer;
	height: 100%;
	position: relative;
	width: 100%;
}
.project-item-image-container:hover, .project-item :hover .project-item-image-container {
	filter: alpha(opacity=100);
	-moz-transition: background-color 0.2s ease-out, color 0.1s ease-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	-o-transition: background-color 0.2s ease-out, color 0.1s ease-out;
	transition: background-color 0.2s ease-out, color 0.1s ease-out;
	-webkit-transition: background-color 0.2s ease-out, color 0.1s ease-out;
}
.project-item-image-container > img {width: 100%!important;}
.phone-info {
	display: inline-block;
	margin: 5px 0px 0 0;
	width: 100%;
	text-align:center;
}
ul.social-bookmarks.team {float:none; margin:0; padding:0; margin:auto; display:inline-block;}

/* Carousel */
#owl-demo .item{
	margin: 3px;
}
#owl-demo .item img{
	display: block;
	width: 100%;
	height: auto;
}

/*============================================================================================*/
/* 3.  FORMS */
/*============================================================================================*/
.form-control::-moz-placeholder { color: #999; opacity:1;}
.form-control::-webkit-input-placeholder {color: #999;}

input.form-control, textarea.form-control {
	background:none;
	background-color:white;
	border:2px solid #d5d5d5;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	color: #999;
	height:60px;
	font-size:16px;
	font-weight:400;
	font-family: 'Open Sans', Arial, sans-serif;
	line-height: 1.428571429;
	padding: 6px 12px;
}

select.form-control{
	background:none;
	/*background-color:white;*/
	border:2px solid #d5d5d5;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	color: #999;
	height:60px;
	font-size:16px;
	font-weight:400;
	margin-bottom:25px;
	font-family: 'Open Sans', Arial, sans-serif;
	line-height: 1.428571429;
	padding: 6px 12px;
}
input.form-control:focus, select.form-control:focus, textarea.form-control:focus  {
	border-color:none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color:#555;
}

/** Drop down select: ex Country select ==================== **/
.styled-select select {
	/*background-color: white;*/
	width:100%;
	padding: 5px;
	padding-left:15px;
	border: 0;
	border-radius: 0;
	height: 57px;
	margin:0;
	font-weight:400;
	-webkit-appearance: none;
	cursor: pointer;
}
.styled-select {
	width: 100%;
	overflow:hidden;
	height: 60px;
	background:white url(../img/down-arrow.png) no-repeat 34px;
	background-position: center right 20px;
	border:2px solid #d5d5d5;
	margin-bottom:-5px;
}

.styled-select select::-ms-expand, .styled-select-2 select::-ms-expand {
	display: none;
}

/** Floated inputs: ex the gender radio ==================== **/
ul.floated {
	padding:0;
	margin:0 0 0 0;
}
ul.floated li {
	float:left;
	margin:0; padding:0;
	width:30%;
}
label.label_gender {padding-left:50px; line-height:42px;}

ul.floated li#age {
	width:100px;
	margin-right:55px;
}

ul.data-list li {position:relative; }

ul.data-list-2 li {
	position:relative;
	height:42px;
	margin-bottom:15px;
	width:100%;
	display:block;
}

ul.data-list-2 li label {
	float:left;
	margin-left:60px;
	font-size:16px;
	font-weight:400;
	margin-top:9px;
	line-height:20px;
}

ul.data-list#terms  {
	font-weight:400;
	line-height:22px;
	margin:0;
	padding:0;
	text-align:center;
}

/** Quantity incrementer input==================== **/
.qty-buttons{ position:relative; width:100px; height:40px;  }
input.qty { width:70px; }
input.qtyminus, input.qtyplus, input.qtyplus:focus  { position:absolute; width:35px; height:23px; border: 2px solid #d5d5d5; outline:none; cursor:pointer;border-radius: 0;-webkit-appearance: none;-webkit-border-radius: 0;-moz-border-radius: 0;-webkit-box-shadow: none;box-shadow: none;-webkit-transition: none; }
input.qtyplus { background:#fff url(../img/plus.png) no-repeat center center; right:0; top:0; }
input.qtyminus { background:#fff url(../img/minus.png) no-repeat center center; right:0; top:21px; }
.qty-buttons span { position:absolute; top:10px; display:block; width:220px; left:120px; font-weight:bold;}

/** Errors validation styles and position ==================== **/

/** Common style**/
label.error{
	font-size:11px;
	position: absolute;
	top:-28px;
	right:-15px;
	z-index:99;
	height:25px;
	line-height:25px;
	background-color:#e34f4f;
	color:#fff;
	font-weight:normal;
	padding:0 6px;
}
label.error:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #e34f4f;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -6px;
	left: 20%;
}

.styled-select label.error{overflow:visible;}

ul.floated li#age label.error {right:-15px;}

ul.floated li label.error{right:-50px;}

ul.data-list#terms li label.error {
	left:45%;
	display:inline-block;
	width:80px;
}

/** Error styles for survey questions**/
ul.data-list-2 li label.error {
	font-size:11px;
	position: absolute;
	top:-30px;
	right:-10px;
	margin:0;
	z-index:99;
	height:25px;
	line-height:25px;
	background-color:#e34f4f;
	color:#fff;
	font-weight:normal;
	padding:0 6px;
}

/*============================================================================================*/
/* 4.  COMMON */
/*============================================================================================*/
/* twitter feed*/
.tweets-next, .tweets-prev{
	display: inline-block;
	font-size: 28px;
	color: #FFF;
	margin-top:10px;
}
.tweets-prev {margin-right:10px;}
.tweet_avatar {float:left;}
.tweet_time {display:block;margin-bottom:5px;}
.tweet-control {margin-bottom:30px;}

/* scroll to top */
#toTop {width:100px;background:#afafaf;text-align:center;padding:5px;position:fixed; bottom:70px;right:10px;cursor:pointer; display:none;color:#fff;font-size:11px; z-index:999;}

/* spacing */
.add_top_30 {margin-top:30px;}
.add_top_15 {margin-top:15px;}
.add_bottom_30 {margin-bottom:30px; }
.add_bottom_15 {margin-bottom:15px; }
.divider {width:100%; background:url(../img/divider.png) no-repeat center top; height:10px; margin: 30px 0;}

/* modal */
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: 0 3px 9px c;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
}
.modal-header {
	min-height: 16.428571429px;
	padding: 15px;
	border-bottom: 1px solid #ddd;
}
.modal-footer {
	padding: 15px 20px 15px;
	margin-top: 0px;
	text-align: right;
	border-top: 1px solid #ddd;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #555;
	text-shadow: 0 1px 0 #000;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/*============================================================================================*/
/* 5.  MEDIA QUERIES */
/*============================================================================================*/

@media (min-width: 768px) and (max-width: 1200px) {

	#middle-wizard {  }

}
@media (min-width: 768px) and (max-width: 979px) {

	#middle-wizard {  }
	#contact { background:none;}

	#footer_2 {text-align:center;}
	#contact { background:none;}

	ul.social-bookmarks {
		padding: 0;
		list-style-type: none;
		float:none;
		display:inline-block;
	}

}

/* From tablet portrait to mobile */
@media (max-width: 767px) {

	#top-nav		{width:100%;float:left;}
	#top-nav			{display:none;}
	#top-nav ul	{float: none; padding:20px 0 20px 0; margin:0; }
	#top-nav ul li 	{float: none; border-bottom: 1px solid rgba(255, 255, 255, 0.3); font-size:14px; padding:0; margin:0;}
	#top-nav ul li:last-child{ border-bottom:none;}
	#top-nav ul li a	{ display:block; padding:5px;}
	#top-nav ul a#active{ color:#323232; background-color:#ddd;}
	.btn-responsive-menu{display:block;}

	.main-title h1{font-size:32px;line-height:30px;}
	.main-title p {font-size:16px;}

	h2, h3 {font-size: 26px;line-height:26px;margin-bottom:30px;}
	h2 span, h3 span{font-size: 16px; line-height:18px}

	#top-wizard {display: none;}
	#middle-wizard {  }

	ul.floated li#age {margin-bottom:-10px; }

	ul.floated li {
		float:none;
		margin:0; padding:0;
		width:50%;
		padding-bottom:10px;
	}

	#footer_2 {text-align:center;}
	#contact { background:none;}

	ul.social-bookmarks {
		padding: 0;
		list-style-type: none;
		float:none;
		display:inline-block;
	}

}

/* Mobile Landscape */
@media (max-width: 480px) {

	.main-title h1{font-size:24px;line-height:26px; margin-top:30px;}
	.main-title p {font-size:14px; ine-height:16px; }

	#top-nav ul	{float: none; padding:20px 0 40px 0; margin:0; }
	#top-wizard {padding:15px 30px;}
	#bottom-wizard {padding:15px 30px;}
	.backward, .forward, .forwardBtn, button[disabled].backward, button[disabled].forward, button[disabled].forwardBtn  {
		padding:0;
	}
	.backward:before, .forward:before,.forwardBtn:before, button[disabled].backward:before, button[disabled].forward:before,button[disabled].forwardBtn:before {
		text-indent:0;
		top:12px;
		font-size:16px;
	}

	.qty-buttons span { top:10px; display:block; width:100px; left:120px; font-weight:bold; line-height:12px;}

	#complete{padding: 0 25px 15px 25px;}
	#complete h3{ font-size:18px; margin-bottom:20px}
	#complete i {font-size:80px;padding:0;}
}

/* Mobile Portrait */
@media only screen and (max-width: 320px) {

	.main-title h1{font-size:24px;line-height:26px; margin-top:25px;}
	#survey_container {margin-top:-330px;margin-bottom:30px;}
	#top-nav ul	{float: none; padding:20px 0 10px 0; margin:0; }
	ul#footer-nav li {display:block;margin-right:0;}
	ul#footer-nav li:first-child {margin-right:0;}
	.step h3 {font-size:18px;line-height:22px; margin-bottom:20px}
	#complete h3{ font-size:18px; margin-bottom:20px}
	#complete{padding: 0 15px 15px 15px;}

}

/*progressbar_with_category*/
#progressbar_with_category {
	margin-bottom: 30px !important;
	overflow: hidden !important;
	/*CSS counters to number the steps*/
	counter-reset: step !important;
}
#progressbar_with_category li {
	list-style-type: none !important;
	color:#787878!important;
	font-size: 12px !important;
	font-weight: bold!important;
	width: 10% !important;
	float: left !important;
	position: relative !important;
	padding: 0px 10px;
}
#progressbar_with_category li:before {
	/*
        content: counter(step) !important;
      counter-increment: step !important;*/
	content:"";
	width: 45px !important;
	height: 45px !important;
	display: block !important;
	font-size: 14px !important;
	margin: 0 auto 5px auto !important;
	z-index: -1 !important;
	background-repeat: no-repeat;
	background-image:url("/javax.faces.resource/img/non-active.png.xhtml?ln=verona-layout")!important;
	background-position: center;
}
/*progressbar_with_category connectors*/
#progressbar_with_category li:after {
	content: '' !important;
	width: 100% !important;
	/*height: 2px !important;*/
	position: absolute !important;
	left: -50% !important;
	top: 9px !important;
	color: #faa61a!important;
	z-index: -1 !important; /*put it behind the numbers*/
}
#progressbar_with_category li:first-child:after {
	/*connector not needed before the first step*/
	content: none !important;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar_with_category li.active:before,  #progressbar_with_category li.active:after{
	background-image:url("/javax.faces.resource/img/active.png.xhtml?ln=verona-layout")!important;
	z-index: -1 !important;
	background-size: 36px!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}
#progressbar_with_category li.active{
	color: #faa61a!important;
	cursor: pointer!important;
}
#progressbar_with_category li.now:before,  #progressbar_with_category li.now:after{
	background-image:url("/javax.faces.resource/img/active-now.png.xhtml?ln=verona-layout")!important;
	z-index: -1 !important;
	background-size: 64px!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	width: 64px!important;
}

.has-error .iradio_square-aero{
	background-position: -457px 0;
}
.radio-error{
	color: #b94a48;
}
.help-block.form-error{
	color: #b94a48;
}

.styled-select.has-error{
	border-color: rgb(185, 74, 72);
	margin-bottom: 25px;
}

li .col-md-10{
	padding-left: 0;
}
.styled-select.has-success{
	border-color: #468847;
}

span.select2{
	width: 100%;
	font-size: 16px;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #999;
	min-height: 57px;
}

.select2-container--default .select2-selection--multiple , .select2-container--default .select2-selection--multiple:focus {
	background-color: transparent!important;
	border: 0!important;
	height: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: transparent!important;
}

span.select2-dropdown , span.select2-dropdown{
	top: 2px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
}
span.select2-dropdown.select2-dropdown--below{
	top: 2px;
}
span.select2-dropdown.select2-dropdown--above{
	top: -2px;
}

span.selection{
	display: block;
	min-height: 57px;
	width: 100%;
}

ul.select2-selection__rendered{
	height: 100%;
}

span.select2-selection.select2-selection--multiple{
	height: 100%;
}


.header {
	height: 150px;
	padding: 10px;
	text-align: left;
}
.header.splash {
	margin-bottom: 15px;
	height: 9.375vw;
	padding: 0.625vw;
	text-align: center;
}
.header.splash .top .logo{
	background: url(../img/logo.png) no-repeat;
	background-size: 100%;
	width: 19.375vw;
	height: 3.6875vw;
	margin-bottom: 1.25vw;
	float: left;
}
.header.survey{
	background-color: #ef4e6e;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.header .survey .logo{
	background: url(../img/logo.png) no-repeat;
	background-size: 100%;
	width: 376px;
	height: 105px;
	float: left;
}

.header .top .logo{
	text-align: left;
	background: none;
	width: 300px;
	height: 59px;
	margin-bottom: 20px;
	float: left;
}

.header .top .link{
	float: right;

}

.header.survey .bottom p.main-text{
	color: #fff;
	font-size: 14px;
	float: left;
	margin: 15px;

}

.header.survey .bottom{
	float: left;
	width: 100%;
	font-family: Times New Roman;
}

.header.survey .bottom ul{
	float: right;
	padding-top: 20px;
	font-size: 14px;
}

.header.survey .bottom ul.main-link{
	float: right;
}
.header.survey .bottom ul.main-link a:hover{
	color: #7f0029;
}
.header.survey .bottom ul.main-link a.active{
	color: #7f0029;
}
.header.survey .bottom ul.main-link li{
	padding-right: 28px;
}

.header.survey .bottom ul.main-link li.search{
	margin-left: 0px;
}
.header.survey .bottom ul.main-link li.search img{
	width: 22px;
	height: 22px;
}
.link ul li,.main-link li{
	float: right!important;
	padding-right: 20px!important;
}
.link ul li{
	font-size: 14px;
	font-family: Times New Roman;
}
.main-link li a,.link ul li a{
	color: #fff;
}
.header.survey .top .link .link-select {
	height: 20px;
	overflow: hidden;
	background: url("/javax.faces.resource/img/select-arrow-2.png.xhtml?ln=verona-layout") no-repeat ;
	background-position: 100% 50%;
	float: right;
}
.header.survey .top .link .link-selectother {
	height: 20px;
	overflow: hidden;
	background: url("/javax.faces.resource/img/select-arrow-2.png.xhtml?ln=verona-layout") no-repeat;
	background-position: 100% 50%;
	float: right;
}
.header.survey .top .link .link-select select {
	background: transparent;
	height: 20px;
	font-size: 14px;
	font-family: Times New Roman;
	line-height: 1;
	border: 0;
	border-radius: 0;
	color: #fff;
	padding-right: 30px;
	-webkit-appearance: none;
	padding-left: 5px;
}
.header.survey .top .link .link-selectother select {
	background: transparent;
	height: 20px;
	font-size: 14px;
	font-family: Times New Roman;
	line-height: 1;
	border: 0;
	border-radius: 0;
	color: #fff;
	padding-right: 30px;
	-webkit-appearance: none;
	padding-left: 5px;
}
.header.survey .top .link .link-select select option {

	padding-left: 5px;
	color:#787878;

}
.header.survey .top .link .link-selectother select option {

	padding-left: 5px;
	color:#787878;

}
.header.survey .top .link .link-select select option:disabled {
	color:#787878;
	font-weight: bold;

}
.header.survey .top .link .link-selectother select option:disabled {
	color:#787878;
	font-weight: bold;

}
.header.survey .top .link .link-select select:hover {
	color: #ddd;
}
.header.survey .top .link .link-selectother select:hover {
	color: #ddd;
}
.header.survey .line{
	background-color: #fff;
	width: 100%;
	height: 1px;
	float: left;
}

.footer {
	max-width:1200px;
	margin:0px auto;
	width: 100%;
	background-color: #e5e5e5;
	font-family: Times New Roman;
}
.footer .footer-content{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 10px;
}

.footer .footer-content ul li a:link {
	color: #5c5c5c;
}
.footer .footer-content ul li a:visited {
	color: #5c5c5c;
}
.footer .footer-content ul li a:hover {
	color: #000;
}
.footer .footer-content ul li a:active {
	color: #5c5c5c;
}

.footer .left, .footer .right{
	float: left;
}

.footer .center {
	#text-align:center;
	font-size: 16px;
}
.footer .left{
	#width: 20%;
}
.footer .center{
	#width: 65%;
	#position: absolute;
	#bottom: 50px;
	#right: 20%;
}
.footer .right{
	#width: 20%;
	#position: absolute;
	#bottom: 50px;
	#right: 50px;
	float:right;
}

.footer .left p {
	color: #5c5c5c;
	font-size: 18px;
}

.footer .footer-content .center li {
	padding-left: 0px;
}

.footer .right a {
	display: block;
	width: 36px;
	height: 36px;
}

.footer .right a.in {
	background: url(../img/social-icon.png) no-repeat;
	background-position: left top;
	background-size:124px;
}
.footer .right a.tw {
	background: url(../img/social-icon.png) no-repeat;
	background-position: center top;
	background-size:124px;
}
.footer .right a.fb {
	background: url(../img/social-icon.png) no-repeat;
	background-position: right top;
	background-size:124px;
}

.footer .footer-content .right ul li{
	padding-right: 0;
	padding-left: 15px;
}

.row.question{
	background-color: #f5f5f5;
	margin-bottom: 10px;
	padding: 20px 20px 10px 20px;
}
/*.iradio_square-aero{
	background-color: white;
	border-radius: 21px;
	opacity: 100;
}*/
#toparea{
	/*max-width: 1300px;*/
	margin: 0px auto;
}
#top-wizard-text{
	background-color:#faa61a;
	font-family:serif;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 34px;
	color: white;
	padding: 18px;
}
.box-content{
	height: auto;
	padding: 0px 20px 0px 20px;
}
.box{
	height: 100%;
	margin-bottom: 10px;
}
.non-box{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/*.non-box .box-content{
	margin-top: 20px;
}*/
.footer .footer-content ul li a:visited {
	color: #5c5c5c;
}
.footer .footer-content ul li a:link {
	color: #5c5c5c;
}
.footer .footer-content ul li a:visited {
	color: #5c5c5c;
}
.footer .footer-content ul li a:link {
	color: #5c5c5c;
}

.menu-mobile p{
	color: white;
	font-size: 20px;
	margin-right: 20px;
	margin-top: 5px;
	float: left;
}
.menu-mobile-slider {
	color: white;
	font-size: 14px;
	font-family: serif;
}
.logo{
	cursor:pointer;
}

.box10{
	font-family: FranklinGothicBookITC;
	background-color: #f5f5f5;
	margin-bottom: 1%;
}

.ftext{
	font-size:22px !important;
	margin-top:0;
	font-family:'FranklinGothicBookITC';
	color:#000;
	text-align: center;
}

.ftitle{
	font-size:36px !important;
	margin-top:0;
	font-family:'Times New Roman';
	color:#787878;
	text-align: center;
}

.page-title{
	font-size: 38px!important;
	color: #5c5c5c;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
	font-family: serif;

}

.wizard-title{
	background-color: #faa61a;
	font-family: serif;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 34px;
	color: white;
	padding: 18px;
}
.content-title{
	color: #787878!important;
	/*color: #8781bd!important;*/
	font-size: 32px!important;
	font-family: serif!important;
}
.content-title-s{
	color: #787878!important;
	font-size: 22px!important;
	font-family: Lato!important;
	font-weight: bold;

}
.content-text{
	font-size: 20px!important;
	font-family: "Lato"!important;
	color:#000!important;
	text-align: left!important;
}
.titlefb{
	font-size: 36px;
	color: #787878;
	font-style: normal;
	font-family: Times New Roman;
}

.shadowbox {
	-ms-filter:"brightness(1)";
	filter: brightness(1);
	-webkit-filter: brightness(1);
}

.shadowbox:hover::after {
	position: absolute;
	z-index: 1;
	background-color: black;
	opacity: 0.4;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: '';
	cursor: pointer;
}

div .lens-link{

}
.lens-link a {
	position: static;
}
.lens-link{
	color: #ef4e6e;
	font-size: 18px;
	font-family: serif;
	z-index: 99;
}
.lens-link a:hover{
	text-decoration: none;
	color: #ef4e6e;
}
.lens-link a:active{
	text-decoration: none;
	color: #ef4e6e;
}
.lens-link a:focus{
	text-decoration: none;
	color: #ef4e6e;
}
.clink{
	color: #000!important;
	text-decoration: underline!important;
}
.clink a{
	color: #000!important;
	text-decoration: underline!important;
}
.clink a:hover{
	color: #000!important;
	text-decoration: underline!important;
}

.clink a:visited{
	color: #000!important;
	text-decoration: underline!important;
}
.clink a:active{
	color: #000!important;
	text-decoration: underline!important;
}

.clink a:focus{
	color: #000!important;
	text-decoration: underline!important;
}
.bottomLink.center ul{
	margin-right: 30px;
}
@media screen and (max-width: 991px){
	.header-all{
		width: 100%;
		/*		position: fixed;
                margin-top: -150px!important;
                z-index: 999;*/
	}
	.middle-all{
		margin-top: 150px;
	}
	#toparea{
		width: 100%;
	}
	#footer{
		width: 100%;
	}
	body{
		padding: 0px;
	}
	.box1 .box3{
		height: 100%;
	}
	.box1, .box2, .box3, .box4, .box5, .box6{
		padding-left: 0px;
		padding-right: 0px;
	}
	.box10{
		height: 100%;
	}
	.content.homepage .content-body .container,.content.aboutpage .content-body .container,.content.finance .content-body .container{
		width: 100%;
	}
	.content.homepage .content-body .container .row,.content.aboutpage .content-body .container .row,.content.finance .content-body .container .row{
		margin:0px;
	}

	.content.homepage .content-body .box.box2 .box-content {
		margin:0px;
	}
	.content.homepage .partner {
		margin-top: 25px;
		margin-bottom: 30px;
	}
	#main{
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.menu-mobile{
		float: right;
		cursor: pointer;
		margin-top: 15px;
	}

	.content.homepage .content-body .box.box5 p.text, .content.aboutpage .content-body .box.box5 p.text {
		padding: 0px 0px;
	}
	.content.aboutpage .content-body .box.box3 .box-content img{
		margin: 30px 0px 30px 0px;
	}
	.content.aboutpage .content-body .box.box1,.content.aboutpage .content-body .box.box3{
		height: 100%;
	}
	.content.aboutpage .content-body .box.box1{
		margin-bottom: 10px;
	}
	.header.survey .top .link .link-selectother {
		display: none;
	}

	.footer .footer-content{
		padding: 0px;
		margin: 20px 0px 20px 0px;
	}
	#forgot{
		display: none;
	}
}
@media screen and (max-width: 1024px){
	.main-link{
		display: none;
	}

	.menu-mobile{
		display: block;
		float: right;
		margin-top: 15px;
		cursor: pointer;

	}

}
@media screen and (min-width: 1024px){
	.main-link{
		display: block;
	}

	.menu-mobile{
		display: none;
	}
	.menu-mobile-slider {
		display: none!important;
	}
}
@media screen and (max-width: 1040px){
	.bottomLink{
		width: 470px!important;
	}
}
@media screen and (min-width: 992px){
	#toparea{
		/*max-width: 1300px;*/
	}
	#footer{
		/*max-width: 1300px;*/
		margin: 0px auto;
	}
	.bot-center{
		display: none;
	}

}
@media screen and (max-width: 341px){

	.header-all{
		width: 100%;
		position: fixed;
		/*margin-top: -150px!important;*/
		z-index: 999;
	}
	.middle-all{
		margin-top: 150px;
	}
	#toparea{
		width: 100%;
	}
	#footer{
		width: 100%;
	}
	body{
		padding: 0px;
		width: 341px!important;
	}
	#toparea, .header, #main{
		width: 341px!important;
	}
	.box1 .box3{
		height: 100%;
	}
	.box1, .box2, .box3, .box4, .box5, .box6{
		padding-left: 0px;
		padding-right: 0px;
	}
	.box10{
		height: 100%;
	}
	.content.homepage .content-body .container,.content.aboutpage .content-body .container{
		width: 100%;
		padding:0px;
	}
	.content.homepage .content-body .container .row,.content.aboutpage .content-body .container .row{
		margin:0px;
	}
	.content.homepage .content-body .box.box2 img {
		width: 300px;
		height: 100%;
		margin: 8% 0;
	}
	.content.homepage .content-body .box.box2 .box-content {
		margin:0px;
	}
	.content.homepage .partner {
		margin-top: 25px;
		margin-bottom: 30px;
	}
	#main{
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.menu-mobile{
		float: right;
		cursor: pointer;
		margin-top: 15px;
	}

	.content.homepage .content-body .box.box5 p.text, .content.aboutpage .content-body .box.box5 p.text {
		margin-bottom: 8%;
		padding: 0px 10%;
	}
	.content.aboutpage .content-body .box.box3 .box-content img{
		margin: 30px 0px 30px 0px;
	}
	.content.aboutpage .content-body .box.box1,.content.aboutpage .content-body .box.box3{
		height: 100%;
	}
	.content.aboutpage .content-body .box.box1{
		margin-bottom: 10px;
	}

	.link {
		display:none;
	}
	.left {
		display:none;
	}
	.bottomLink{
		display: none;
	}

	.footer .footer-content{
		padding: 0px;
		margin: 20px 0px 20px 0px;
	}
}
.partner {
	display: block;
	text-align: center;
	margin-top: 10px;
	/*height: 205px;*/
	margin-bottom:1%;
}
.partner p {
	font-size: 18px;
	color: #787878;
	font-family: FranklinGothicBookITC;
}

.tablespace td{
	padding: 20px;
}
.survey-result-go{
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #000000;
	color: #000000;
	padding: 7px 20px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: inline-block;
	cursor: pointer;
	outline: none;
	background: #fff;
	font-family: serif;
	font-size: 22px;
}

.survey-result-go:focus {color:#787878!important;}

a.survey-result-go:hover {background:#ef4e6e; color:#fff;}


div.td_select {
	background: #fff url(../img/down-arrow.png) no-repeat 34px;
	background-position: center right 20px;
}

.nextIcon {
	margin-top:6px!important;
	position: relative!important;
	float: right;
	height: 34px;
	background-image: url("/javax.faces.resource/img/forward-arrow.png.xhtml?ln=verona-layout") !important;
}

.prevIcon {
	margin-top:6px!important;
	position: relative!important;
	float: left;
	height: 34px;
	background-image: url("/javax.faces.resource/img/backward-arrow.png.xhtml?ln=verona-layout") !important;
}
