/*
Theme Name: WVA 2018 Theme
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
body {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
input {
	-webkit-appearance: none;
	border-radius: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/* =Fonts
-------------------------------------------------------------- */

h3#comments-title, h3#reply-title, #access .menu, #access div.menu ul, #cancel-comment-reply-link, .form-allowed-tags, #site-info, #site-title, #wp-calendar, .comment-meta, .comment-body tr th, .comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-title, .entry-utility, #respond label, .navigation, .page-title, .pingback p, .reply, .widget-title, .wp-caption-text, input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
body, input, textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border: 0;
	height: 1px;
	margin-bottom: 18px;
	clear: both;
}
/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite, blockquote em, blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"], textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th, thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
tr.odd td {
	background: #F2F7FC;
}
.attachment img {
	max-width: 900px;
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin: 0;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword, .nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display: block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}
/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color: #FF4B33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
input {
	-webkit-appearance: none;
	border-radius: 0;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	display: block;
}
body {
	outline: none;
}
@font-face {
	font-family: 'Helvetica';
	src: url('fonts/Helvetica.eot');
	src: url('fonts/Helvetica.eot') format('embedded-opentype'), url('fonts/Helvetica.woff2') format('woff2'), url('fonts/Helvetica.woff') format('woff'), url('fonts/Helvetica.ttf') format('truetype'), url('fonts/Helvetica.svg#Helvetica') format('svg');
}
@font-face {
	font-family: 'HelveticaBold';
	src: url('fonts/HelveticaBold.eot');
	src: url('fonts/HelveticaBold.eot') format('embedded-opentype'), url('fonts/HelveticaBold.woff2') format('woff2'), url('fonts/HelveticaBold.woff') format('woff'), url('fonts/HelveticaBold.ttf') format('truetype'), url('fonts/HelveticaBold.svg#HelveticaBold') format('svg');
}
@font-face {
	font-family: 'NewsGothicStdBold';
	src: url('fonts/NewsGothicStdBold.eot');
	src: url('fonts/NewsGothicStdBold.eot') format('embedded-opentype'), url('fonts/NewsGothicStdBold.woff2') format('woff2'), url('fonts/NewsGothicStdBold.woff') format('woff'), url('fonts/NewsGothicStdBold.ttf') format('truetype'), url('fonts/NewsGothicStdBold.svg#NewsGothicStdBold') format('svg');
}
@font-face {
	font-family: 'Conv_HelveticaNeueLTStd-Cn';
	src: url('fonts/HelveticaNeueLTStd-Cn.eot');
	src: local('☺'), url('fonts/HelveticaNeueLTStd-Cn.woff') format('woff'), url('fonts/HelveticaNeueLTStd-Cn.ttf') format('truetype'), url('fonts/HelveticaNeueLTStd-Cn.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueCondensedBold';
	src: url('fonts/HelveticaNeueCondensedBold.eot');
	src: url('fonts/HelveticaNeueCondensedBold.eot') format('embedded-opentype'), url('fonts/HelveticaNeueCondensedBold.woff2') format('woff2'), url('fonts/HelveticaNeueCondensedBold.woff') format('woff'), url('fonts/HelveticaNeueCondensedBold.ttf') format('truetype'), url('fonts/HelveticaNeueCondensedBold.svg#HelveticaNeueCondensedBold') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueBoldCond';
    src: url('fonts/HelveticaNeueBoldCond.eot');
    src: url('fonts/HelveticaNeueBoldCond.eot') format('embedded-opentype'),
         url('fonts/HelveticaNeueBoldCond.woff2') format('woff2'),
         url('fonts/HelveticaNeueBoldCond.woff') format('woff'),
         url('fonts/HelveticaNeueBoldCond.ttf') format('truetype'),
         url('fonts/HelveticaNeueBoldCond.svg#HelveticaNeueBoldCond') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueBlackCond';
    src: url('fonts/HelveticaNeueBlackCond.eot');
    src: url('fonts/HelveticaNeueBlackCond.eot') format('embedded-opentype'),
         url('fonts/HelveticaNeueBlackCond.woff2') format('woff2'),
         url('fonts/HelveticaNeueBlackCond.woff') format('woff'),
         url('fonts/HelveticaNeueBlackCond.ttf') format('truetype'),
         url('fonts/HelveticaNeueBlackCond.svg#HelveticaNeueBlackCond') format('svg');
}
.WVA_content {
	width: 940px;
	margin: 0 auto;
}
#WVA_header {
        position: relative;
    z-index: 99;
}
#WVA_header .WVA_header_wrapper {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
#WVA_top_header {
	float: none;
	background: #12679b;
    position: relative;
    z-index: 99;
}
#WVA_top_header li {
	float: left;
}
#WVA_top_header li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 8px 8px 10px;
    transition: all 0.3s linear 0s;
}
#WVA_top_header li a:hover, #WVA_navigation_bar .WVA_top_header_left li.current-menu-item a  {
	background: #ee3739;
	border-radius:0;
}

#WVA_logo {
	float: left;
	position: relative;
	width: 50%;
	z-index: 9;
    /*margin-top: 17px;*/
    margin-top: 30px;
}
.WVA_header_content {
	padding-bottom: 15px;
}
#WVA_logo1 {
	position: absolute;
	top: 15px;
	left: 488px;
}
#WVA_right_header {
	float: right;
	width: 50%;
}
#WVA_right_header h4, #WVA_right_header h5 {
	font-size: 0;
	float: right;
	margin-right: 25px;
}
.WVA_links {
	float: right;
	margin: 21px 0 0;
}
.WVA_links > a {
	float: left;
	margin: 1px 0 0 5px;
}
.WVA_links form {
	float: left;
	margin-left: 10px;
}
.WVA_links form input[type='text'] {
	background: #fff;
	font-family: Tahoma, "Adobe Arabic";
	font-size: 12px;
	color: #999999;
	padding: 0 7px;
	width: 154px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	height: 24px;
	line-height: 24px;
    float: left;
    box-shadow: 1px 1px 4px #ccc;
}
.WVA_links form input[type="submit"] {
	text-indent: -9999em;
	cursor: pointer;
	background: url(images/WVA_search_arrow.png) 0 -1px no-repeat;
	border: none;
	margin: 2px 0px 0 9px;
	width: 23px;
    height: 23px;
     float: left;
}
#WVA_right_header h4 {
	padding-top: 30px;
}
#WVA_right_header h5 {
	padding-top: 3px;
}
#WVA_navigation_bar {
	background: none;
	border-bottom: 5px solid #12679b;
    margin-bottom: 3px;
	line-height: 9px;
	position: relative;
	z-index: 99;
}
#WVA_navigation_bar ul {
	text-align: center;
}
#WVA_navigation_bar li {
	display: inline-block;
    margin: 0 0 0 15px;
}
#WVA_navigation_bar li:first-child{margin-left: 0;}
#WVA_navigation_bar li > div {
	height: 46px;
	display: table;
}
#WVA_navigation_bar li a {
	display: block;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	width: 114px;
	display: table-cell;
	vertical-align: middle;
	line-height: 16px;
    transition: all 0.3s linear 0s;
}
#WVA_navigation_bar li a:hover, #WVA_navigation_bar li:hover a {
	background: #4d5660;
    border-radius: 10px 10px 0 0;
	color:#fff;
}
#WVA_navigation_bar li.current-menu-item a{
	background: #4d5660;
    border-radius: 10px 10px 0 0;
	color:#fff;	
}
#WVA_navigation_bar li.n1 a {
	width: 175px;
}
#WVA_slider_container {
	border-top: none;
	width: 940px;
	position: relative;
	border-top: none;
}

#WVA_slider_container > span {
    background: rgba(0, 0, 0, 0) url("images/WVA_shadow.png") no-repeat scroll 0 0;
    bottom: -16px;
    display: none;
    height: 42px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}

#WVA_conference_info {
    /*background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;*/
    bottom: 45px;
    left: 0;
    padding-bottom: 0;
    position: absolute;
    width: auto;
    z-index: 99;
    padding: 15px 20px;
}
#WVA_conference_info h4 {
	background: #383058;
    border:1px solid #000;
    border-radius: 5px 5px 0 0;
	color: #fff;
	font-family: Tahoma, "Adobe Arabic";
	font-size: 15px;
	font-weight: 600;
	min-height: 35px;
	margin: -3px 0 15px 0px;
	padding: 13px 0 0 5px;
	text-align: center;
}
.WVA_conf_left {
	width: 70px;
	float: left;
}

.WVA_conf_right {
    float: none;
    margin-right: 0;
    width: 100%;
}

.WVA_conf_right h3 {
    color: #4d5660;
    font-family: Arial;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 8px;
}
.WVA_conf_right span {
 color: #000;
    display: block;
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: normal;
    padding: 5px 0;
}
.WVA_conf_right h5 {
	   color: #4d5660;
    font-family: Arial;
    font-size: 21px;
    font-weight: bold;
}
.WVA_conf_right h5 strong{font-weight: bold; color: #ee3739;}

.WVA_read_more {
	background: url("images/WVA_read_more.png") no-repeat;
	color: #fff;
	display: block;
	font-size: 14px;
	margin: 0 auto;
	padding: 9px 0 7px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 164px;
    transition: all 0.3s linear 0s;
}
.WVA_read_more span, .WVA_desc > a span {
	padding-right: 15px;
	background: url(images/WVA_read_more_arrow.png) right 3px no-repeat;
}
#WVA_conference_info > small {
	background: url(images/WVA_cal_pattern.png) no-repeat;
	width: 100%;
	height: 17px;
	display: block;
	position: absolute;
	bottom: -17px;
	left: 0;
}
.WVA_left_info {
	width: 620px;
	float: left;
	padding: 16px 0;
}

.WVA_right_info {
    float: right;
    position: relative;
    width: 300px;
    z-index: -1;
    padding: 16px 0;
}
.WVA_desc {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 94%;
	z-index: 99;
	height: 108px;
}
.WVA_desc h5 {
	font-size: 20px;
	color: #fff;
	line-height: 22px;
	font-family: 'HelveticaBold';
	font-weight: normal;
	padding-bottom: 4px;
}
.WVA_desc p {
	font-size: 13px;
	color: #fff;
	font-family: 'Helvetica';
	font-weight: normal;
	width: 75%;
}
.WVA_desc p b {
	font-weight: normal;
	color: #c92027;
}
#WVA_sign_up, #WVA_view {
	position: relative;
	float: left;
	width: 300px;
}
#WVA_sign_up {
	margin-right: 15px;
}
.WVA_desc > a {
	display: block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 97px;
	padding: 4px 0 4px;
	position: absolute;
	bottom: 16px;
	right: 16px;
	float: right;
    transition: all 0.3s linear 0s;
	background: url(images/WVA_link_bg.png) no-repeat;
}
#WVA_services {
	padding-top: 15px;
}
#WVA_services li {
float: left;
    margin-left: 10px;
}
#WVA_services li .service_info{
    	background: #12679b;
	
	position: relative;
	height: 147px;
	width: 147px;
	text-align: center;
	padding: 0;
    box-sizing: border-box;
    display: table;
    transition: all 0.3s linear 0s;
}
#WVA_services li:nth-child(even) .service_info{background: #12679b;}
#WVA_services li:first-child {
	margin-left: 0;
}
#WVA_services li div {
	color: #ffffff;
	display: table-cell;
    vertical-align: middle;
	font-size: 14px;
	height: 147px;
	line-height: 17px;
	margin: 0 auto;
	text-align: center;
	text-shadow: 1px 1px 2px #999;
	text-transform: uppercase;
	width: 100%;
}
#WVA_services li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
    transition: all 0.3s linear 0s;
}

#WVA_services li div h6 {
    color: #ffffff;
    font-size: 14px;
    line-height: 19px;
    margin: 0 auto;
    text-align: center;
    width: 68%;
}
#WVA_services li:hover, .WVA_desc > a:hover, .WVA_read_more:hover, .WVA_team_title > a:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
#WVA_date_section {
	background: #e6eaec;
	padding-top: 0;
}
#WVA_date_section h4 {
	background: #ee3739;
	color: #fff;
	font-family: "Arial";
	font-size: 24px;
	padding: 12px 0;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
}
#WVA_date_section span {
	font-size: 11.5px;
	color: #4d5660;
	display: inline-block;
	
}
#WVA_date_section h6 {
	font-size: 11.5px;
	color: #4d5660;
	display: block;
	
	clear: none;
}
#WVA_date_section em{display: inline-block; text-align: right; float: right; font-style: normal;}
#WVA_date_section li {
	padding: 8px 8px;
}
#WVA_date_section li.even {
	background: #f0f2f4;
}
#WVA_resources_Section {
	background: #f0f2f4;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 0;
	/*margin-bottom: 15px;*/
}
#WVA_resources_Section h4 {
	font-size: 14px;
	color: #4d5660;
	font-weight: bold;
	float: left;
	padding-right: 9px;
    text-transform: uppercase;
}
#WVA_resources_Section li {
	float: left;
	padding: 0 9px;
}
#WVA_resources_Section li a {
	display: block;
	color: #ee3739;
	font-size: 13px;
	text-decoration: none;
    transition: all 0.3s linear 0s;
}
#WVA_resources_Section li a:hover {
	color: #4d5660;
}
#WVA_team {
	background: url(images/WVA_carousel_bg.jpg) no-repeat;
    background-size: cover;
}
.WVA_top_shadow {
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/WVA_top_shadow.png) center 0 no-repeat;
	height: 16px;
	display: block;
	width: 100%;
}
.WVA_bottom_shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(images/WVA_bottom_shadow.png) center 0 no-repeat;
	height: 16px;
	display: block;
	width: 100%;
}
#WVA_team > .WVA_content {
	position: relative;
	padding: 35px 0 24px;
	background-size: 100% 100%;
}
#WVA_team .bxslider li {
	width: 166px;
	float: left;
}
#WVA_team .bxslider li h6, #WVA_team .bxslider li span {
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: block;
}
#WVA_team .bxslider li span {
	font-style: italic;
	padding-top: 3px;
}
#WVA_team {
	border-top: 1px solid #044368;
}
#WVA_team .bxslider li img {
	text-align: center;
	display: block;
	margin: 0 auto;
}
.WVA_team_title {
	padding-top: 27px;
}
.WVA_team_title h2 {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	float: left;
	width: 50%;
	padding-top: 9px;
}
.WVA_team_title > a {
	font-size: 24px;
	color: #fff;
	display: block;
	float: right;
	text-align: center;
	text-decoration: none;
	width: 310px;
	padding: 10px 0;
	background: #ee3739;
    transition: all 0.3s linear 0s;
}
#WVA_review h3 {
	font-size: 30px;
	color: #110c21;
	text-align: center;
	padding: 30px 0;
	font-weight: normal;
    font-family: Arial;
}
#WVA_review h3 b {
	font-weight: normal;
	color: #c92027;
}
.WVA_review_details {
	background: #eff1f3;
}
.WVA_review_details > .WVA_content {
	padding: 52px 0;
}
.WVA_left_review {
	float: left;
	width: 48%;
}
.WVA_right_review {
	float: right;
	width: 48%;
}
.WVA_review_details p, .WVA_review_details span, .WVA_review_details h6 {
	font-family: Tahoma, "Adobe Arabic";
	font-size: 12px;
	color: #110c21;
	line-height: 20px;
}
.WVA_review_details i {
	font-style: normal;
	color: #c92027;
}
.WVA_review_details li {
	float: left;
}
.WVA_review_details span {
	display: block;
	padding-bottom: 20px;
}
.WVA_review_details p {
	margin-bottom: 22px;
}
.WVA_review_details h6 {
    font-family: Tahoma, "Adobe Arabic";
    font-size: 14px;
    font-weight: bold;
    color: #110c21;
}
.COSPPAR_team span, .COSPPAR_team p {
    font-family: Tahoma, "Adobe Arabic";
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    color: #110c21;
}
.WVA_review_details .WVA_content > span {
	display: block;
}
.WVA_footer_links {
	background: #4d5660;
	padding: 30px 0 25px;
}
#WVA_footer_left {
	float: left;
	width: 75%;
}
#WVA_footer_left > ul > li {
	float: left;
	width: 220px;
	margin-right: 20px;
}
#WVA_footer_left > ul > li:last-child {
	margin-right: 0;
}
#WVA_footer_right {
	float: right;
	width: 220px;
}

#WVA_footer_left p {
    color: #fff;
    font-family: Tahoma,"Adobe Arabic";
    font-size: 11px;
    padding: 0 25px 0 0;
}
#WVA_footer_left p b, #WVA_footer_left h5 b {
	font-style: normal;
	color: #c92027;
}
#WVA_footer_left h5 {
	color: #fff;
	font-family: Tahoma, "Adobe Arabic";
	font-size: 14px;
	padding: 9px 0;
	margin-bottom: 10px;
}
#WVA_footer_left form {
margin: 6px 0 0;
    box-shadow: 0 0 5px #a99cb8;
    border-radius: 5px;
    width: 98.5%;
}
.WVA_contact_info {
	display: block;
}
.WVA_contact_info > a {
	display: block;
	margin-bottom: 10px;
}
#WVA_footer_left form input[type='text'] {
	background: #fff;
	border: none;
	line-height: 50px;
	padding: 0 10px;
	font-size: 16px;
	color: #bec9d3;
	font-style: italic;
	width: 161px;
    border-radius: 5px 0 0 5px;
	float: left;
    height: 37px;
    line-height: 37px;
	box-shadow: none;
}
#WVA_footer_left form input[type="submit"] {
	background: url(images/WVA_email_btn.png) no-repeat;
	border: none;
	width: 35px;
	height: 37px;
	cursor: pointer;
	float: right;
	line-height: 50px;
    transition: all 0.3s linear 0s;
}
#WVA_footer_left form input[type="submit"]:hover{opacity: .7;}
.WVA_contact_info p, .WVA_contact_info h5, .WVA_contact_info h5 a, .WVA_contact_info h6 {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	line-height: 16px;
	margin-bottom: 0;
}
.WVA_contact_info h5 a{
    transition: all 0.3s linear 0s;
}
.WVA_contact_info {
	padding: 15px;
}
.WVA_contact_info h6 {
	font-size: 12px;
	display: inline-block;
	font-weight: bold;
	padding-bottom: 1px;
	margin-bottom: 8px;
	border-bottom: 1px solid #fff;
}
.WVA_contact_info h5 a:hover {
	opacity: .6;
}
.WVA_newsletter ul {
	text-align: center;
}
.WVA_footer_bottom li, .WVA_newsletter li {
	background: url("images/WVA_seperator.png") no-repeat scroll 0 4px;
	float: left;
	padding: 0 10px 0 8px;
}
.WVA_newsletter li {
	float: none;
	display: inline-block;
}
.WVA_footer_bottom li:first-child, .WVA_newsletter li:first-child {
	background: none;
}
.WVA_footer_bottom li:first-child {
	padding-left: 0;
}
.WVA_footer_bottom li a, .WVA_newsletter li a {
	font-family: Tahoma, "Adobe Arabic";
	font-size: 12px;
	color: #000;
	display: block;
	text-decoration: none;
    transition: all 0.3s linear 0s;
}
.WVA_footer_bottom > a:hover{opacity: .7;}
.WVA_footer_bottom {
	padding: 15px 0 15px;
    color: #000;
}
.WVA_footer_bottom li.WVA_link2 {
	background: none;
}
.WVA_footer_bottom ul {
	float: left;
	margin-top: 3px;
}
.WVA_footer_bottom > a {
	float: left;
	margin-right: 12px;
    transition: all 0.3s linear 0s;
}
.WVA_footer_bottom ul li a:hover {
	color: #93278f;
}
#scroll_top {
	position: absolute;
	right: 0;
	top: -50px;
	z-index: 99;
	background: #ee3739;
	width: 39px;
	height: 39px;
    transition: all 0.3s linear 0s;
}
#scroll_top:hover {
	background: #12679b;
}
#scroll_top img {
	line-height: 39px;
	text-align: center;
	margin: 0 auto;
	display: block;
	padding-top: 10px;
}
#footer > .WVA_content {
	position: relative;
}
#WVA_navigation_bar > ul > li {
	position: relative;
}
#WVA_navigation_bar ul li ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 235px;
	background: #4d5660;
	z-index: 999999;
	padding: 10px 0;
	display: none;
    border-radius: 0 0 5px 5px;
}
#WVA_navigation_bar ul li ul li {
	text-align: left;
	float: left;
	width: 82%;
    margin-left: 0;
}
#WVA_navigation_bar ul li ul li a {
	text-transform: none;
	padding: 5px 21px;
	text-align: left;
	width: 100% !important;
	display: block;
	color:#fff;
    transition: none;
}
#WVA_navigation_bar ul li ul li a:hover {
	background: #ee3739 url(images/WVA_subnav_arrow.png) 94% center no-repeat;
	color:#fff;
    border-radius: 0;
}
#WVA_navigation_bar > ul > li:hover ul {
	display: block;
}
#WVA_breadcrum .WVA_content {
	background: #edf0f2;
	padding: 10px 0;
	margin-bottom: 0;
	z-index: 9;
	position: relative;
}
#WVA_breadcrum ul {
	padding: 0 17px;
}
#WVA_breadcrum li {
	float: left;
	padding: 0 6px 0 11px;
	background: url(images/WVA_breadcrum_arrow.png) 0 7px no-repeat;
}
#WVA_breadcrum li:first-child {
	background: none;
	padding-left: 0;
}
#WVA_breadcrum li a {
	font-size: 11px;
	color: #ee3739;
	display: block;
	text-decoration: none;
    font-family: Tahoma, "Adobe Arabic";
}
#WVA_breadcrum li a:hover, #WVA_breadcrum li.active a{
    color: #48515a;
    transition: all 0.3s linear 0s;
}
#WVA_left_section {
	float: left;
	width: 220px;
}
#WVA_right_section {
	float: right;
	width: 700px;
}
#WVA_subnav li a {
	display: block;
	text-decoration: none;
	font-size: 13px;
	color: #4d5660;
	padding: 6px 0 6px 16px;
    transition: all 0.3s linear 0s;
}
#WVA_subnav li {
	border-bottom: 1px solid #d9d9d9;
}
#WVA_subnav li a:hover, #WVA_subnav li.active a, #WVA_subnav li.current_page_item a {
	background: #ee3739;
	color: #fff;
}
#WVA_subnav li:first-child {
	border-top: 1px solid #d9d9d9;
}
#twitter_feeds {
	margin-top: 35px;

	padding-bottom: 0;
}
#twitter_feeds li a {
	font-size: 10px;
	color: #412742;
	display: block;
	text-decoration: none;
}
#twitter_feeds li {
	margin: 0 10px 20px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #412742;
}
#twitter_feeds ul{
    border-left: 1px solid #994499;
    border-right: 1px solid #994499;
   
    padding: 25px 0 15px;
}
#WVA_content_section {
	padding: 18px 0 50px;
	position: relative;
	z-index: 9;
	background: #fff;
}
#WVA_right_section > h2 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	font-family: 'NewsGothicStdBold';
	background: #12679b;
	padding: 12px 9px;
	text-transform: uppercase;
}
.WVA_accommodation_content p {
	color: #000;
	font-size: 12px;
}
.WVA_accommodation_content {
	background: none;
	padding: 0;
}
.WVA_accommodation_text, .WVA_scientific_text {
	min-height: 204px;
	padding: 20px 8px 0;
}
.WVA_text_section {
	padding: 20px 8px 0;
}
.WVA_scientific_text {
	min-height: 80px;
}
.WVA_sort_by_title {
	border-top: 3px solid #edf0f2;
	padding: 15px 0 20px;
}
.WVA_sort_by h5 {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	float: left;
	padding: 0 30px 0 0;
}
.WVA_sort_by ul li {
	color: #d11f43;
	font-size: 12px;
	list-style-type: none;
	background: none;
	padding: 0;
}
.WVA_sort_by ul li a {
	color: #169486;
	text-decoration: none;
}
.WVA_sort_by_title > ul > li {
	float: left;
	position: relative;
	margin-right: 40px;
}
.WVA_sort_by_title > ul > li >a {
	text-decoration: none;
	float: left;
	padding-right: 24px;
	padding-left: 10px;
	background: url(images/WVA_arrow.png) right 4px no-repeat;
}
.WVA_sort_by ul {
	margin: 0;
	padding: 0;
}
.WVA_sort_by_title > ul {
	float: left;
}
.WVA_sort_by_title ul li ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
	background: #fff;
	padding: 5px 10px;
}
.WVA_sort_by_title ul li ul li a:hover {
	color: #00549c;
}
.WVA_sort_by_title > ul > li:hover ul {
	display: block;
}
.WVA_top_title h4 {
	font-size: 18px;
	font-weight: bold;
	color: #4b545d;
	float: left;
	width: 40%;
	padding-top: 6px;
}
.WVA_sort_section {
	padding-bottom: 30px;
	border-top: 15px solid #12679b;
}
.WVA_top_title {
	padding: 12px 0;
	border-bottom: 1px solid #203f8a;
}
.WVA_title_right {
	float: right;
	width: 60%;
}
.WVA_title_right > img {
	float: right;
	margin: 9px 15px 0 0;
}
.WVA_title_right h3 a {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	font-family: "Arial", Verdana, Tahoma;
	min-width: 152px;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
    transition: all 0.3s linear 0s;
	background: url(images/WVA_btn.png) 0 0 no-repeat;
}
.WVA_title_right h3 {
	float: right;
	clear: none;
}
.WVA_title_right h3 b {
	font-weight: bold;
	font-size: 18px;
}
.WVA_sort_desc {
	padding: 15px 0;
}
.WVA_sort_left {
	width: 31.5%;
	margin-right: 20px;
	float: left;
}
.WVA_sort_right {
	float: left;
	width: 65.5%;
}
.WVA_sort_left h6 {
	font-family: "Arial", Verdana, Tahoma;
	font-weight: bold;
	font-size: 16px;
	color: #4b545d;
	padding: 10px 10px 10px 10px;
}
.WVA_sort_left h6 img {
	margin-right: 10px;
	position: relative;
	top: 3px;
}
.WVA_sort_left a.WVA_minutes {
	display: block;
	background: #12679b;
	font-family: "Arial", Verdana, Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	padding: 9px;
	line-height: 15px;
	text-decoration: none;
}
.WVA_sort_left a.WVA_minutes i {
	display: block;
	font-style: italic;
	font-weight: normal;
}
.WVA_sort_left h4 {
	font-family: "Arial", Verdana, Tahoma;
	font-size: 10px;
	color: #383058;
	background: url(images/WVA_locator.png) 10px center no-repeat;
	padding: 10px 10px 10px 30px;
}
.WVA_sort_right h3 {
	color: #4b545d;
	font-size: 12px;
	font-family: "Arial", Verdana, Tahoma;
	font-weight: normal;
}
.WVA_hotel_desc {
	padding: 10px 0;
	min-height: 106px;
}
.WVA_room_types h4 {
	color: #12679b;
	font-size: 13px;
	font-family: "Arial", Verdana, Tahoma;
	font-weight: bold;
	padding-bottom: 10px;
}
.WVA_sort_by .WVA_room_types li a {
	color: #000;
	font-size: 12px;
	font-family: "Arial", Verdana, Tahoma;
}
.WVA_sort_by .WVA_room_types li {
	list-style-type: disc;
	color: #4b545d;
	list-style-position: inside;
}
.WVA_room_types {
	padding-bottom: 28px;
}
.WVA_amenities h4 {
	color: #12679b;
	font-size: 13px;
	font-family: "Arial", Verdana, Tahoma;
	font-weight: bold;
	padding-bottom: 10px;
}
.WVA_sort_by .WVA_amenities ul li {
	list-style-type: disc;
	color: #000;
	list-style-position: inside;
	float: left;
	width: 33.3%;
}
.WVA_sort_by .WVA_amenities ul li a {
	color: #000;
	font-size: 12px;
	font-family: "Arial", Verdana, Tahoma;
}
.WVA_title_right h3 a:hover {
	opacity: .8;
}
.WVA_tabs li a {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
	background: #edf0f2;
	padding: 12px;
	color: #12679b;
	display: block;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}
.WVA_tabs li {
	padding: 0;
	margin: 0;
	width: 132px;
	float: left;
	margin-right: 10px;
}
.WVA_tabs li.last {
	margin-right: 0;
}
.WVA_tabs {
	margin: 0;
	padding: 0;
}
.WVA_tabs b {
	display: block;
	font-size: 12px;
    color: #5a626a;
}
.WVA_tabs li.active a, .WVA_tabs li a:hover {
	color: #fff;
	background: #12679b;
    transition: all 0.3s linear 0s; 
}
.WVA_tabs li.active a b, .WVA_tabs li a:hover b{color: #fff;}
#WVA_right_section .WVA_tab_content h2 {
	background: #12679b;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	padding: 0;
	font-family: "Arial", Verdana, Tahoma;
	padding: 10px 12px;
}
#WVA_right_section .WVA_tab_content h2 b {
	background: url(images/WVA_arrow1.png) center right no-repeat;
	padding-right: 25px;
	margin-right: 7px;
}
.WVA_tab_content .section ul {
	margin: 0;
	padding: 0;
}
.WVA_tab_content .section ul li {
	padding: 0;
	border: 1px solid #12679b;
	border-top: none;
	background: #edf0f2;
}
.WVA_tab_content .section ul li h3 {
	width: 23%;
	float: left;
	font-weight: bold;
	font-family: "Arial", Verdana, Tahoma;
	font-size: 16px;
	color: #12679b;
	text-align: center;
	padding: 22px 0;
}
.WVA_accordin_content {
	float: left;
	width: 70.55%;
	padding: 22px;
	background: #fff;
	border-left: 1px solid #12679b;
}
.WVA_accordin_content h4 a {
	font-family: "Arial", Verdana, Tahoma;
	font-size: 14px;
	color: #12679b;
	font-weight: bold;
	width: auto;
	display: inline-block;
	padding-right: 22px;
	background: url(images/WVA_arrow2.png) right center no-repeat;
	line-height: 18px;
	text-decoration: none;
}
.WVA_accordin_content i {
	font-family: "Arial", Verdana, Tahoma;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	width: 100%;
	display: block;
	line-height: 18px;
}
.WVA_accordin_dropdown {
	padding-top: 15px;
	display: none;
}
.WVA_accordin_dropdown p {
	padding: 0;
}
.WVA_accordin_dropdown h5 {
	font-family: "Arial", Verdana, Tahoma;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	font-style: italic;
	line-height: 18px;
}
.WVA_accordin_dropdown p {
	font-size: 12px;
	color: #000;
	line-height: 18px;
}

.WVA_tab_content .section .WVA_accordin_dropdown ul li {
	font-size: 12px;
	color: #000;
	background: url(images/WVA_bullet.png) 0 center no-repeat;
	padding-left: 11px;
	border: none;
}
.WVA_rating {
	margin: 9px 15px 0 0;
	background: url(images/WVA_stars1.png) no-repeat;
	height: 12px;
	width: 80px;
	float: right;
	position: relative;
}
.WVA_current_rating {
	position: absolute;
	top: 0;
	left: 0;
	height: 12px;
	background: url(images/WVA_stars.png) no-repeat;
}
.fixed {
	position: fixed;
	top: 0;
}
.fixed1 {
	position: fixed;
	top: 59px;
}
.WVA_tabs {
	background: #fff;
}
.WVA_tab_content h2 {
	width: 676px;
}
.WVA_text_section p, .WVA_text_section li {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 22px;
	color: #333333;
}
.WVA_text_section li {
	margin-bottom: 3px;
}
.WVA_text_section ul, .WVA_text_section ol {
	margin: 0 0 27px 35px;
}
.WVA_text_section ul {
	margin: 0 0 27px 25px;
}
.WVA_text_section p a {
	color: #ee3739;
	text-decoration: none;
}
.WVA_text_section h2, .WVA_text_section h3 {
	font-size: 20px;
	color: #12679b;
	font-family: 'HelveticaNeueCondensedBold';
	padding-left: 15px;
	font-weight: bold;
	border-bottom: 1px solid #37125a;
	padding-bottom: 8px;
	margin-bottom: 17px;
	background: url(images/WVA_heading_arrow.png) 0 3px no-repeat;
}
.WVA_text_section h3 {
	font-size: 18px;
	background: none;
	padding-left: 0;
}
.WVA_text_section ul li {
	padding-left: 13px;
	background: url(images/WVA_bullet1.png) 0 6px no-repeat;
}
.WVA_text_section blockquote {
	font-size: 14px;
	color: #48515a;
	font-style: italic;
	line-height: 22px;
	background: #edf0f2;
	padding: 20px;
	margin-left: 10px;
}
.WVA_mob_menu, .WVA_mob {
	display: none;
}
.WVA_review_details h5 {
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-family: Tahoma;
	font-weight: normal;
	display: block;
}
.WVA_review_details h5 b {
	display: block;
}
.WVA_review_details a.view {
	text-align: center;
	font-size: 20px;
	background: #93278f;
	border-radius: 0;
	width: 175px;
	margin: 0 auto;
	display: block;
	text-transform: none;
	text-decoration: none;
	padding: 10px 0;
	margin-top: 25px;
	color: #fff;
	display: none;
    transition: all 0.3s linear 0s;
}
.WVA_follow_us {
	text-align: center;
	padding: 28px 0;
}
.WVA_follow_us h4 {
	display: inline-block;
	font-family: 'NewsGothicStdBold';
	font-size: 22px;
	color: #412742;
	font-weight: normal;
	margin-right: 26px;
	position: relative;
	top: -23px;
}
.WVA_follow_us a {
	display: inline-block;
	margin: 0 10px;
}
.WVA_newsletter h4 {
	font-family: 'NewsGothicStdBold';
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 5px;
}
.WVA_newsletter {
	padding: 25px 28px;
	background: #37125a;
}
.WVA_sign_up {
	background: #4b3583;
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	width: 414px;
	margin: 0 auto 35px;
	text-decoration: none;
	padding: 20px 0;
    border-radius: 10px;
	margin-top: 25px;
    border: 3px solid #9078cd;
}
.WVA_newsletter li a:hover {
	text-decoration: underline;
}
.WVA_newsletter {
	position: relative;
}
#scroll_top1 {
	position: absolute;
	bottom: 0;
	right: 0;
}
.WVA_switch_view {
	display: block;
	font-weight: normal;
	font-size: 24px;
	color: #fff;
	text-decoration: underline;
	background: #12679b;
	text-align: center;
	padding: 17px 0 40px;
	margin-top: -1px;
}
.WVA_mob1 {
	display: none;
}
.WVA_team_info > span {
	float: left;
	width: 166px;
}
.WVA_signature {
	float: left;
	width: 260px;
	padding-top: 22px;
	margin-left: 20px;
}
.WVA_signature span {
	padding-bottom: 0;
}
#WVA_logo_pattern {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 9;
}
.WVA_date {
	float: right;
    padding:6px 0 9px;
}

.WVA_date span {
    display: block;
}

.WVA_date h6 {
    float: right;
    font-size: 0;
    padding-top: 6px;
    position: relative;
    top: 3px;
}
#footer > .WVA_content {
	position: relative;
}
#footer > .WVA_content > small {
	background: url(images/WVA_footer_shadow.png) 0 center no-repeat;
	width: 100%;
	height: 16px;
	display: block;
	position: absolute;
	top: -30px;
	left: 0;
}
.WVA_newsletter {
	position: relative;
}
.WVA_newsletter > small {
	background: url(images/WVA_footer_shadow1.png) 0 center no-repeat;
	width: 100%;
	height: 16px;
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
}
.WVA_video {
	float: left;
	width: 539px;
    position: relative;
}
.WVA_video h5{position: absolute; top: 24px; left: 24px; font-size: 13px; color: #fff; font-weight: bold;     font-family: Arial,Helvetica,sans-serif;}
.WVA_twitter {
	float: right;
	width: 381px;
}
.WVA_video h6 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
}
.WVA_video h6 b {
	font-size: 18px;
	font-weight: normal;
}

.WVA_video p {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 1px;
}
.WVA_video > a {
	margin-bottom: 10px;
	display: block;
}
.WVA_sort_by select{
	float:left;
	width:33%;
	}
	.WVA_sort_list .ddlabel{
	color:#12679b;
	font-size:13px;
	}
	.WVA_sort_list{
	float:left;
	width:22%;	
	}
.call_details{padding: 0;}
.call_details strong{width: 22px; display: inline-block; font-weight: normal;}
#WVA_footer_left .more_info{
     color: #fff;
    font-family: Tahoma,"Adobe Arabic";
    font-size: 11px;
    text-decoration: none;
    margin: 0;
    padding: 0 10px;
    display: block;
    font-weight: bold;
    transition: all 0.3s linear 0s;
}
#WVA_footer_left .more_info:hover{opacity: .7;}

.COSPPAR_team li {
    box-sizing: border-box;
    float: left;
    padding: 0 6%;
    text-align: center;
    width: 33.33%;
}
.COSPPAR_team li:first-child h6{padding-top: 172px;}
.WVA_maincontent{position: relative; z-index: 9;}
#WVA_navigation_bar li.n2 a{width: 75px;}
#WVA_logo a{display: block;}

#WVA_navigation_bar span {
    background: rgba(0, 0, 0, 0) url("images/WVA_shadow1.png") no-repeat scroll 0 0;
    bottom: -15px;
    display: block;
    height: 15px;
    position: absolute;
    width: 936px;
    z-index: 99999;
}
#twitter_feeds h4{margin: 0 0 0 -17px;}
.WVA_date h6 .mob{display: none;}
#WVA_review .mob{display: none;}

.WVA_top_header_left{float: left; width: auto;}

.WVA_top_header_right {
    float: right;
    padding-right: 105px;
    width: auto;
}
.WVA_top_header_right > ul{float: left;}
#WVA_top_header .WVA_top_header_right > ul li a{font-size: 14px;}
#WVA_top_header .WVA_top_header_right > ul li a strong{font-weight: bold;}
.WVA_top_header_right > .social_icons{float: left; position: absolute; top: 0; right: 0;}
#WVA_top_header .WVA_top_header_right > .social_icons a{padding: 0; transition: all 0.3s linear 0s;}
#WVA_top_header .WVA_top_header_right > .social_icons a:hover{opacity: .8;}
#WVA_top_header .WVA_content{position: relative;}
#WVA_top_header .WVA_top_header_right > .social_icons li{margin-left: 5px;}
a:focus{outline: none !important;}

#WVA_logos {
    float: right;
    padding-top: 12px;
}
#WVA_logos li {float: left; margin-left: 18px;}
#WVA_logos li:first-child{margin-left: 0;}
.WVA_right_review .director_info h6{
    font-size: 12px;
    font-weight: bold;
      color: #000;
}
.WVA_right_review .director_info h5{
    font-size: 12px;
    color: #000;
    text-align: left;
    padding-bottom: 2px;
}

.director_info_left {
    float: left;
    padding-top: 24px;
}

.director_info > span {
    float: right;
    width: auto;
    margin-top: -25px;
}
.click_here{
    color: #fff;
    font-size: 18px;
    background: #ee3739;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    padding: 7px 23px 9px;
    transition: all 0.3s linear 0s;
}
.click_here:hover{opacity: .7;}
.WVA_footer_bottom .WVA_content > a{float: left; margin-right: 15px;}
.WVA_footer_bottom .WVA_content > a:hover{opacity: .7; transition: all 0.3s linear 0s;}
#WVA_social_section{
    background: #12679b;
    padding: 30px 0 45px;
    position: relative;
}

#WVA_social_section > small {
    background: rgba(0, 0, 0, 0) url("images/WVA_zigzag1.png") repeat-x scroll 0 0;
    bottom: -1px;
    height: 13px;
    left: 0;
    position: absolute;
    width: 100%;
}
#WVA_social_section > span{
    background: url(images/WVA_shadow.png) center 0 no-repeat;
    width: 100%;
    display: block;
    height: 42px;
    position: absolute;
    top: -26px;
    left: 0;
}
#WVA_review{
    background: #fff none repeat scroll 0 0;
    position: relative;
    z-index: 99;
}
.WVA_footer_links .WVA_content{position: relative;}
#WVA_navigation_bar .WVA_top_header_left{display: none;}
#WVA_logos > span{float: left; margin-top: 14px;}
#WVA_logos > a{float: left; margin-right: 34px;}
#WVA_review h3 strong{
    color: #12679b;
}
.WVA_congress_supporters{
    background: #fff;
    position: relative;
    z-index: 99;
    padding: 25px 0 22px;
}
#footer{position: relative;}
#footer > .shadow{
    background: url(images/WVA_shadow.png) center center no-repeat;
    width: 100%;
    height: 42px;
    position: absolute;
    top: -24px;
    left: 0;
}
.WVA_congress_supporters_left{float: left; width: 60%;}

.WVA_congress_supporters_right {
    float: right;
    padding-top: 88px;
    width: 40%;
}

.WVA_congress_supporters_left h3 {
    color: #12679b;
    font-size: 30px;
    padding-bottom: 32px;
}
.WVA_congress_supporters_left h6{
    font-size: 14px;
    color: #4d5660;
    font-weight: bold;
    margin-bottom: 5px;
}
.WVA_congress_supporters_left p{
    font-size: 12px;
    color: #4d5660;
    font-weight: normal;
    width: 68%;
}
.WVA_congress_supporters_left p a{color: #ee3739; text-decoration: none;}
.WVA_congress_supporters_left h3 img{margin-right: 10px; position: relative; top: 14px;}
.WVA_congress_supporters_right > a{
    background: url(images/WVA_btn_bg.png) no-repeat;
    width: 310px;
    height: 66px;
    line-height: 49px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    display: block;
    text-decoration: none;
    transition: all 0.3s linear 0s;
    float: right;
}
.WVA_congress_supporters_right > a:hover{opacity: .7;}

.tp-bullets{opacity:1 !important;}
.tp-bullets.simplebullets.round .bullet{background:#e6e6e6 !important; height:13px !important; width:13px !important}
.tp-bullets .last{margin-right:7px !important;}
.tp-bullets.simplebullets.round .bullet{margin-left:7px !important;}
.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected{background: #ee3739 !important}
.tp-bullets {
    left: 15px !important;
margin-left:0 !important;
margin-top:-15px !important;
}








#WVA_newsletter {
	padding-bottom: 35px;
	display: none;
	width: 320px;
}
#WVA_newsletter h3 {
	background: none repeat scroll 0 0 #ee3739;
}
.WVA_newsletter-title {
	padding-top: 7px;
}
.WVA_newsletter-title h3 {
	float: left;
	font-family: 'Helvetica';
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	padding: 14px 24px 14px 11px
}
.WVA_newsletter-title a {
	float: right;
	margin-right: 7px;
	text-decoration:none; 
	color:#000;
}
.WVA_newsletter-content {
	padding: 0px 5px;
	clear:both;
}
.WVA_newsletter-content p {
	font-size: 14px;
	font-family: 'Helvetica';
	padding-top: 13px;
	margin-bottom: 0px;
	padding-bottom: 16px;
}
#WVA_newsletter .WVA_mobile-newsletter-input-div {
	margin: 0px 12px;
	background: #eeeeee;
	box-shadow: none;
	border: 2px solid #999999;
	height: 40px !important
}
#WVA_newsletter .WVA_mobile-newsletter-input-div input[type="text"].WVA_newsletter-input-type {
	width: 93%;
	outline: none;
	color: #666666;
	line-height: 15px;
}
.select-box {
	width: 100%;
	height: 40px;
	background: #EEEEEE;
	font-size: 20px;
	font-style: italic;
	color: #666666
}
.popup-btn {
	margin: 0px 12px 10px 12px;
	width: 90%;
	text-align: center;
	float: left
}
.popup-btn-input {
	padding: 0px 0px;
	border: 0px solid #ffc46c;
	text-align: center;
	background: #12679b none repeat scroll 0 0;
	border-radius: 7px 7px 7px 7px;
	height: 30px;
	outline: none;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	width: 60%;
	color:#fff;
	cursor: pointer
}
.WVA_mobile-newsletter-input-div-margin {
	margin-bottom: 10px !important;
}
.ICNMD_mob_form input[type="submit"]{
text-indent:-9999em;
}
input[type="submit"]{color:#fff !important;}
.COSPPAR-newsletter-title {
    padding-top: 7px;
}
.COSPAR_newsletter-title h3 {
    color: #fff;
    float: left;
    font-family: "Helvetica";
    font-size: 20px;
    line-height: 20px;
    padding: 14px 24px 14px 11px;
background:#37125a none repeat scroll 0 0;
	}
	
.COSPAR_newsletter-title a {
    color: #000;
    float: right;
    margin-right: 7px;
    text-decoration: none;
}

.COSPAR_newsletter-content{
    clear: both;
    padding: 0 5px;
}

.COSPAR_newsletter-content p {
    font-family: "Helvetica";
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 16px;
    padding-top: 13px;
}

.newsletter-subscription .COSPAR_mobile-newsletter-input-div {
    background: #eeeeee none repeat scroll 0 0;
    border: 2px solid #999999;
    box-shadow: none;
    height: 40px !important;
    margin: 0 12px;
	margin-bottom:10px !important;
	    height: 48px !important;
    position: relative;
	    border-radius: 7px;
}

.newsletter-subscription .COSPAR_mobile-newsletter-input-div input {
    color: #666666;
    line-height: 15px;
    outline: medium none;
    width: 93%;
	box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 7px 0 0 7px;
   
    float: left;
    font-size: 15px;
    line-height: 28px;
    outline: medium none;
    padding: 10px 10px 3px;
	 color: #666666;
    line-height: 15px;
    outline: medium none;
    width: 93%;
}
input[type="text"], textarea {
    background: none;
    border: none;
    box-shadow: none;
    padding: 10px 15px;
    font-size: 15px;
}
.fncy-custom-close{
	width:18px;
	height:18px;
	font-size:0;
	margin-top:15px;
 background: url(images/WVA_sold_out.png) center 0 no-repeat;
	}
	
iframe {width:100%;  max-width:100%; min-height:250px; padding:0 0 10px 0;}
.WVA_right_section img {width:auto; max-width:100%; height:auto; }
.dcounter {background: #ee9821 none repeat scroll 0 0;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    height: 34px;
    line-height: 34px;
    /*padding: 0 17px 0 0;*/
    padding: 0 13px 0 0;
    text-decoration: none; /*font-weight:bold;*/     text-transform: capitalize;}
    
    .dcounter li{list-style:none;}
      .dcounter abbr{color:#ee9821; margin-right:7px;}
      .dcounter abbr span{color:#fff;  font-size: 18px; font-weight:bold;}


#WVA_logos > a {
    margin-right: 26px;
}

#flags_language_selector img{
        margin:1px;
        border:1px solid #333;
}