/* reset*/
html, body{
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

div, span, applet, object, iframe,
p, blockquote, pre,
 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, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6{
	border: 0;
	margin: 0;
	padding: 0;
}
select, input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #898989;
}
input, textarea {
	/*border: solid 1px #c8c8c8;*/
	padding: 4px 10px;
}

textarea {
	resize: none;
}
select:focus, input:focus, textarea:focus{
	outline: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
img {
	font-size: 12px;
	color: #fff;
}
.img_block{
	display: block;
}
/* Reset */

.index2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	width: 770px;
	line-height: 20px;
	color: #6D6E70;
	padding: 0px;
	margin: 0px;
	border: solid 1px #A8A9AD;
}

.index2 .popup_main {
	width: 770px;
}

.index2 .popup_main .info{
	padding: 20px 10px 10px 10px;	
	margin-bottom: 10px;
	width: 750px;
}

.index2 .popup_main .info a, .index .popup_main .info a:active, .index .col a, .index .col a:active{
	text-decoration: none;
	color: #6D6E70;	
	font-weight: bold;
}

.index2 .col .left_col a, .index .col .left_col a:active, .login_table a{
 	text-decoration: none;
	color: #6D6E70;	
	font-weight: normal;
}

.index2 a h1{
	color: red;
	text-decoration: underline;
	font-size: 26px;
	text-align: center;
	
}



.index2 .popup_main .info .logo{
	height: 30px;
	margin-bottom: 30px;
}

.logo img{
	border: 0px;	
}

.index2 .popup_main .unheader{
	background-color: #A8A9AD;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 8px 0px 8px;
	height: 28px;
	line-height: 28px;
	position: relative;
	
}
.index2 .col {
	width: 770px;
	position: relative;
	clear: both;
}
.index2 .col .left_col{
		width: 252px;
		float: left;
		position: relative;
		padding: 10px 10px 10px 10px;
		border-right: solid 1px #A8A9AD;
		height: 190px;
	}
	
.index2 .col .middle_col{
		width: 200px;
		float: left;
		position: relative;
		padding: 10px 10px 10px 10px;
		font-size: 16px;
		font-weight: bold;
		border-right: solid 1px #A8A9AD;
		height: 190px;
		text-align: center;
	}
.index2 .col .right_col{
		width: 250px;
		float: left;
		position: relative;
		padding: 10px 10px 10px 15px;
		height: 190px;
	}
	
.index2 .col .right_col h1{
	margin: 0px 0px 10px 0px;
}
	
.index2 .col .left_col input, .login_table form input.text_field{
	border: solid 1px #A8A9AD;
	background: none;
	width: 230px;
	height: 30px;
	font-size: 18px;
	padding-left: 5px;
	margin-top: 10px;
}

#c21_pro_popup_inner .login_table form input.text_field{
	width:auto;
}

.index2 .col .left_col .button_submit{
	border: 0px;
	width: 70px;
	margin: 0px 10px 0px 0px;
	padding-left: 4px;
	background-color: #A8A9AD;
	margin-top: 10px;
	font-size: 18px;
	text-align: left;
	line-height: 24px;
	height: 30px;
	cursor: pointer;
}
/* reset*/
html,body {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

div,span,applet,object,iframe,p,blockquote,pre,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,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	border: 0;
	margin: 0;
	padding: 0;
}

select,input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #898989;
}

input,textarea {
	/*border: solid 1px #c8c8c8;*/
	padding: 4px 10px;
}

textarea {
	resize: none;
}

select:focus,input:focus,textarea:focus {
	outline: none;
}

blockquote {
	quotes: none;
}

blockquote:before,blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}

img {
	font-size: 12px;
	color: #fff;
}

.img_block {
	display: block;
}

/* Reset */
.index2 {
    background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 770px;
	line-height: 20px;
	color: #6D6E70;
	padding: 0px;
	margin: 0px;
	border: solid 1px #A8A9AD;
}

.index2 .popup_main {
	width: 770px;
}

.index2 .popup_main .info {
	padding: 20px 10px 10px 10px;
	margin-bottom: 10px;
	width: 750px;
}

.index2 .popup_main .info a,.index .popup_main .info a:active,.index .col a,.index .col a:active
	{
	text-decoration: none;
	color: #6D6E70;
	font-weight: bold;
}

.index2 .col .left_col a,.index .col .left_col a:active {
	text-decoration: none;
	color: #6D6E70;
	font-weight: normal;
}

.index2 a h1 {
	color: #A6CE39;
	text-decoration: none;
	font-size: 24px;
	text-align: left;
}

.index2 .popup_main .info .logo {
	height: 30px;
	margin-bottom: 30px;
}

.logo img {
	border: 0px;
}

.final_up img {
	border: 0px;
	margin: 0px 10px 0px 10px;
}

.index2 .popup_main .unheader {
	background-color: #A8A9AD;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 8px 0px 8px;
	height: 28px;
	line-height: 28px;
	position: relative;
}

.index2 .col {
	width: 770px;
	position: relative;
	clear: both;
}

.index2 .col .left_col {
	width: 252px;
	float: left;
	position: relative;
	padding: 10px 10px 10px 10px;
	border-right: solid 1px #A8A9AD;
	height: 190px;
}

.index2 .col .middle_col {
	width: 200px;
	float: left;
	position: relative;
	padding: 10px 10px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	border-right: solid 1px #A8A9AD;
	height: 190px;
	text-align: center;
}

.index2 .col .right_col {
	width: 250px;
	float: left;
	position: relative;
	padding: 10px 10px 10px 15px;
	height: 190px;
}

.index2 .col .right_col h1 {
	margin: 0px 0px 10px 0px;
}

.index2 .col .left_col input {
	border: solid 1px #A8A9AD;
	background: none;
	width: 230px;
	height: 30px;
	font-size: 18px;
	padding-left: 5px;
	margin-top: 10px;
}

.button_submit {
	border: 0px;
	width: 70px;
	margin: 0px 10px 0px 0px;
	padding-left: 4px;
	cursor: pointer;
	background-color: #A8A9AD;
	margin-top: 10px;
	font-size: 18px;
	text-align: left;
	line-height: 24px;
	height: 30px;
}
.button_submit_auto {
	width:auto;
}

/* login */

table.login_table {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #A8A9AD;
}

td.login_leftblock {
	vertical-align: top;	
}

td.login_leftblock div {
	margin: 20px 0 0 10px;
}

.login_table form input{
	margin-right: 10px;
}	

.login_table input.button_submit { 
	margin-bottom: 10px;
}
.login_table td form div input {
	float: left;
}
.login_table td form div a div {
	vertical-align: 20px; 
	width: 150px; 
	float: left;
	margin-top: 19px; 
	margin-left: 5px;
}
/* login end */

/*final*/
.final_up {
	height: 24px;
	border-bottom: solid 1px #A8A9AD;
}

.final_up span {
	line-height: 24px;
}

.final_down {
	position: relative;	
}

.final_down .text_field{
	margin: 35px 0px 35px 0px;
}

.final_down .left_col {
	position: relative;
	width: 44%;
	
	float: left;
	padding: 15px 10px 15px 15px;
}

.final_down .right_col {
	position: relative;
	width: 48%;
	float: right;
	padding: 15px 10px 15px 15px;
	border-left: solid 1px #A8A9AD;
}

.final_down .button_submit{
		margin-top: 0px;
	}

.final_down .right_col .button_submit{
		margin-left: 35px;
		width: 90px;
	}

.final_down h5{
	color: red;
	font-size: 18px;	
	margin-bottom: 10px;
}


/*end final*/

/* Lightboxes */
.lb_input{
	padding-left: 7px !important;
}
.voucher_input{
	width:60px !important;
	height:16px !important;
	font-size: 11px !important;
}
/* end lightboxes */

/*share buttons for perspective index page*/
.share_right {
	float: right;
	margin: 10px 0 51px 20px;}
/**/

#header span.h1 { float:left }

.screening-form-table{
    width: 100%;
    font-size: 12px;
    font-weight: normal;
}
.pro-page h1 {
	font-size: 24px;
	color: #484848;
	line-height: 36px;
	margin-bottom: 26px;
}
.pk_holder table {
	text-align: left;
	box-sizing: border-box;
	border-top: none !important;
}
.pk_holder table td {
	font-weight: 700;
	font-size: 14px;
	box-sizing: border-box;
	padding: 10px 5px;
	background-color: #e7e8ea;
	border-top: none !important;
	text-align: center;
	border: 5px solid #fff;
	width: 124px;
	min-width: 124px !important;
}
.pk_holder table tr td:first-child {
	text-align: left;
	padding: 10px 30px;
}
.pk_holder table td.green_cell {
	width: 145px;
	background: #a6ce39
}
.pk_holder table tr td:first-child {
	width: 400px;
}
.pk_holder table tr.first td {
	padding: 0;
	background: none;
}
.pk_holder .pk_box {
	background: #e7e8ea;
	box-sizing: border-box;
	height: 244px;
	text-align: center;
	margin-top: 21px;
	padding: 20px 7px;
}
.pk_holder .green_cell .pk_box {
	margin-top: 0;
	height: 265px;
	background: #a6ce39;
	padding-top: 41px;
}
.pk_holder .green_cell .pk_box a {
	background: #505050;
}
.pk_box h2 {
	color: #484848;
	line-height: 20px;
	height: 40px;
	margin-bottom: 5px;
	font-size: 14px;
}
.pk_box p {
	color: #484848;
	line-height: 18px;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 5px !important;
	height: 97px;
}
.pk_box span.price {
	font-size: 17px;
	display: block;
	margin-bottom: 12px;
}
.pk_box a {
	display: block;
	background: #505050;
	color: #ffffff;
	text-align: center;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
	border:1px solid #fff;
}
.pk_holder table td .no {
	display: block;
	margin: 0 auto;
	width: 17px;
	height: 17px;
	background: url(../images/no.png) no-repeat;
	
}
.pk_holder table td .yes {
	display: block;
	margin: 0 auto;
	width: 25px;
	height: 17px;
	background: url(../images/yes.png) no-repeat;
	
}
.pk_holder table td.green_cell .yes {
	background: url(../images/yes_w.png) no-repeat;
}
.pk_holder p.large {
	font-size: 22px;
}
.pk_holder p.large-2 {
	font-size: 24px;
}

.post, .post p {
	color: #555;
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
}
.left-side-container {
	width:68%;
	float:left;
	margin-right:2%;
}
.right-side-container {
	width:28%;
	float:right;
	margin-left:2%;
}

.fullpage .left-side-container  {
	width:100%;
}

.fullpage .right-side-container  {
	display:none;
}

.c21-conferences-tabmenu span {
	font-weight:bold;
	font-size:20px;
	display:block;
	margin-bottom:5px;
}

.post p.subtitle {
	font-size:26px;
	font-weight:bold;
	text-align:center;
}
.right-side-container h3 {
	margin-top:25px;
	margin-bottom:5px;
}

h2.pagetitle {
	font-size: 24px;
    letter-spacing: -1px;
    line-height: 24px;
    text-transform: none;
}

.single .video-js-box {
	max-width:100%;
}

.single video.video-js {
	max-width:100%;
	height:auto !important;
}

.single img {
	max-width:100%;
	/*height:auto !important;*/
}

#wpadminbar #wp-admin-bar-my-account.with-avatar > .ab-empty-item img, #wpadminbar #wp-admin-bar-my-account.with-avatar > a img {
	height:16px !important;
}