/*
* KARAKAS-DIGITAL
*/


/* #TYPOGRAPHY
================================================== */
@font-face {
    font-family: 'aileronregular';
    src: url('../fonts/aileron-regular-webfont.woff2') format('woff2'),
         url('../fonts/aileron-regular-webfont.woff') format('woff'),
         url('../fonts/aileron-regular-webfont.ttf') format('truetype'),
         url('../fonts/aileron-regular-webfont.svg#aileronregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aileronsemibold';
    src: url('../fonts/aileron-semibold-webfont.woff2') format('woff2'),
         url('../fonts/aileron-semibold-webfont.woff') format('woff'),
         url('../fonts/aileron-semibold-webfont.ttf') format('truetype'),
         url('../fonts/aileron-semibold-webfont.svg#aileronsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aileronblack';
    src: url('../fonts/aileron-black-webfont.woff2') format('woff2'),
         url('../fonts/aileron-black-webfont.woff') format('woff'),
         url('../fonts/aileron-black-webfont.ttf') format('truetype'),
         url('../fonts/aileron-black-webfont.svg#aileronblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aileronbold';
    src: url('../fonts/aileron-bold-webfont.woff2') format('woff2'),
         url('../fonts/aileron-bold-webfont.woff') format('woff'),
         url('../fonts/aileron-bold-webfont.ttf') format('truetype'),
         url('../fonts/aileron-bold-webfont.svg#aileronbold') format('svg');
    font-weight: normal;
    font-style: normal;
	
}

@font-face {
    font-family: 'aileronheavy';
    src: url('../fonts/aileron-heavy-webfont.woff2') format('woff2'),
         url('../fonts/aileron-heavy-webfont.woff') format('woff'),
         url('../fonts/aileron-heavy-webfont.ttf') format('truetype'),
         url('../fonts/aileron-heavy-webfont.svg#aileronheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6{
	font-weight:100;
	margin:0px;
	padding:0px;
	font-family: 'aileronbold';
	-webkit-font-smoothing: antialiased!important;
}
h1{
	font-size:60px;
	line-height:65px;
}
h6{
	font-size:18px;
	margin-bottom:4px;
	font-family: 'aileronblack';
	-webkit-font-smoothing: antialiased;
}
a, a:hover, a:visited{
	color:#333;
}
a{
	color:#431b3d;
	text-decoration:underline;
	outline:none!important;
}
a:focus, a:hover, a:visited {
	color:#431b3d;
}
img {
	  max-width: 100%;
	  height: auto;
}
p img[style='float: right;']{
	margin-right:0px!important;
	margin-left:20px;
}
.img-center {
	float:none !important;
	margin-top: 30px;
	margin-bottom:20px;
}

body{
    font-family: 'aileronregular';
	-webkit-font-smoothing: antialiased!important;
	-moz-osx-font-smoothing: grayscale;
	color:#333333;
}

p {
    font-family: 'aileronregular';
	-webkit-font-smoothing: antialiased!important;
	font-size:16px;
	line-height:24px;
	color:#333333;
}
p strong, strong, b{
	font-weight:normal;
    font-family: 'aileronbold';
	-webkit-font-smoothing: antialiased!important;
	font-weight:100;
}

ul, ol{
	padding-left:25px;
}
ul li, ol li{
	font-size:16px;
	color:#333333;
}

#pwn-wrap{
	float:left;
	width:100%;
	overflow:hidden;
}
.container.container-fluid{
	width:100%;
	padding:0px 66px;
}
.row{ margin-left:-20px;margin-right:-20px;}
.col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8{
	position:relative;min-height:1px;padding-left:20px;padding-right:20px
}
/* #HEADER
================================================== */
header{
	float:left;
	width:100%;
	height:235px;
	background:#fff;
	position:relative;
	z-index:9;
}
header #logo{
	float:left;
	margin:29px 0px;
}
header #logo img{
	max-width:350px;
}
header .header-right{
	float:right;
	margin-top:109px;
}
header .member-login{
	float:left;
	width:226px;
	text-align:right;
}
header .menu-links{
	float:right;
	width:100px;
	margin-left:50px;
}
header .member-login .mem-login-title{
	float:right;
	font-size:20px;
	line-height:24px;
	border-bottom:solid 2px #333;
	text-transform:uppercase;
	padding-bottom:4px;
	font-family: 'aileronbold';
}
header .member-login a{
	text-decoration:none;
}
header .mem-login-title.p-site.mem-logout {
    float: right;
    clear: both;
}
header .member-login .login-form{
	float:left;
	width:100%;
	margin-top:18px;
	margin-left:-2px;
}
header .member-login input{
	width:100%;
	padding:0px;
	border:none;
	border-bottom:solid 1px #333;
	font-size:18px;
	line-height:normal;
	margin-top:18px;
}
header .member-login input::moz-placeholder{
	opacity:1;
}
header .member-login input[type="submit"]{
	border:none;
	text-transform:uppercase;
	color:#333;
	font-size:14px;
	background:none;
	float:right;
	width:auto;
	margin-top:6px;
	margin-right:-2px;
	font-family: 'aileronbold';
}
header .site-nav{
	float:left;
	width:100%;
	margin-top:-5px;
	margin-left:0px;
	transition: all 0.4s ease;
}
header .site-nav.affix{
	z-index:99;
	width:100%;
	height:55px;
	left:0px;
	top:0px;
	padding:12px 70px;
	background:#fff;
	border-bottom:solid 1px #d9d9d9;
	margin-top:-2px;
}
header .site-nav a#nav-trigger{
	display:inline-block;
	font-size:20px;
	line-height:normal;
	text-transform:uppercase;
	text-decoration:none;
	color:#333;
	padding:1px 0px 0px 38px;
	line-height:32px;
	background:url(../images/nav.png) no-repeat left center;
	height:32px;
	font-family: 'aileronbold';
}

ul.social-links{
	float:left;
	margin:-1px 0px 0px 1px;
	padding:0px;
}
ul.social-links > li{
	float:left;
	list-style:none;
	margin-top:20px;
	clear:both;
}
ul.social-links > li a{
	display:block;
	width:30px;
	height:30px;
}
a.ico-twitter{
	background:url(../images/twitter-sml.png) no-repeat center;
}
a.ico-facebook{
	background:url(../images/facebook-sml.png) no-repeat center;
}
a.ico-linkedin{
	background:url(../images/linkedin-sml.png) no-repeat center;
}
a.ico-youtube{
	background:url(../images/youtube-sml.png) no-repeat center;
}

/*MENU*/
#mega-menu{
	position:absolute;
	z-index:100;
	left:0px;
	width:100%;
	background:rgba(48,11,42,0.97);
	padding:80px 0px;
	opacity:0;
	top:-100%;
	pointer-events:none;
	transition: all 0.4s ease;
}
#mega-menu.active-nav{
	top:0px;
	opacity:1;
	pointer-events:auto;
}
ul#priamry-nav{
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}
ul#priamry-nav > li{
	list-style:none;
	float:left;
	clear:both;
	width:50%;
	margin:0px;
	padding:35px 0px 34px;
	position:relative;
	opacity:0.30;
	transition: all 0.4s ease;
}
ul#priamry-nav > li:hover{
	opacity:1;
}
ul#priamry-nav > li:first-child{
	padding-top:0px;
}
ul#priamry-nav > li a{
	display:inline-block;
	font-size:22px;
	line-height:24px;
	color:#ffffff;
	text-transform:uppercase;
	font-family: 'aileronbold';
	padding-bottom:7px;
	text-decoration:none;
}
ul#priamry-nav > li ul{
	position:absolute;
	width:100%;
	right:-100%;
	top:0px;
	margin-top:0px;
	padding:0px;
	display:none;
}
ul#priamry-nav > li:hover > ul{
	display:block;
}
ul#priamry-nav > li ul > li{
	list-style:none;
	float:left;
	width:100%;
	margin:0px;
	padding:35px 0px;
	position:relative;
	opacity:0.30;
	transition: all 0.4s ease;
}
ul#priamry-nav > li ul > li:hover{
	opacity:1;
}
ul#priamry-nav li:hover > a{
	border-bottom:solid 2px #fff;
	padding-bottom:5px;
}
#mega-menu a.close-menu{
	width:50px;
	height:50px;
	display:block;
	background:url(../images/close-menu.png) no-repeat center;
	margin-bottom:50px;
	margin-top:4px;
}
#mega-menu  ul.social-links > li{
	margin-top:50px;
}
#mega-menu ul.social-links > li a{
	width:50px;
	height:50px;
	opacity:0.25;
	transition: all 0.4s ease;
}
#mega-menu ul.social-links > li a:hover{
	opacity:1;
}
#mega-menu ul.social-links > li a.ico-twitter{
	background:url(../images/menu-tw.png) no-repeat center;
}
#mega-menu ul.social-links > li a.ico-facebook{
	background:url(../images/menu-fb.png) no-repeat center;
}
#mega-menu ul.social-links > li a.ico-linkedin{
	background:url(../images/menu-ln.png) no-repeat center;
}
#mega-menu ul.social-links > li a.ico-youtube{
	background:url(../images/menu-yt.png) no-repeat center;
}
#mega-menu .member-login{
	text-align:left;
	color:#fff;
}
#mega-menu .member-login a{
	color:#fff;
}
#mega-menu .member-login .mem-login-title{
	color:#fff;
	border-color:#fff;
	float:left;
}
#mega-menu .member-login input{
	background:none;
	color:#fff !important;
	border-color:#fff;
}
#mega-menu .member-login input:-webkit-autofill {
    -webkit-text-fill-color: #FFFFFF;
}
#mega-menu .member-login input[type="submit"]{
	float:right;
}
#home-intro{
	float:left;
	width:100%;
	clear:both;
	padding-bottom:87px;
	margin-top:-2px;
}
#home-intro p, #home-intro h1{
	max-width:905px;
}
#home-intro p{
	font-size:18px;
	line-height:21px!important;
	line-height:normal;
	font-family: 'aileronsemibold';
}
#home-intro p strong{
	color:#cd5094;
}
#home-intro h1{
	font-size:60px;
	line-height:75px;
	color:#cd5094;
	margin-top:20px;
	margin-left:-5px;
}
#home-intro h1 span{
	display:block;
	color:#431b3d;
	font-size:80px;
	line-height:68px;
	text-indent:-6px;
}
#pwn-wrap.extranet  #home-intro h1 span{
	font-size:inherit;
	color:inherit;
	display:inline;
	line-height:inherit;
	text-indent:0px;
}
#home-banner{
	float:left;
	width:100%;
	max-height:525px;
	overflow:hidden;
	position:relative;
}
#home-banner > img {
    width: 100%;
}
#home-banner a.scroll-arrow{
	display:block;
	width:66px;
	height:66px;
	position:absolute;
	bottom:37px;
	left:-50%;
	right:-50%;
	margin:auto;
	background:url(../images/scroll.png) no-repeat center;
}
#home-sections{
	float:left;
	width:100%;
}
#home-sections .container.container-fluid{
	padding:0px;
}
#home-sections .row{
	margin:0px;
	overflow:hidden;
}
#home-sections .row > [class^="col-"]{
	padding:0px;
}
#home-sections [class^="block-"]{
	padding:42px 42px 43px 62px;
	float:left;
	width:100%;
}
#home-sections h2, #home-offer h2{
	font-size:40px;
	line-height:normal;
	margin-bottom:15px;
}
#home-offer h2{
	color: #431b3d;
}
#home-sections p{
	font-size:20px;
	line-height:24px;
}
#home-sections .block-benefits{
	padding-left:25%;
	padding-top:62px;
	padding-bottom:60px;
}
#home-sections .block-benefits h2{
	color:#431b3d;
}
#home-sections .block-benefits a{

}
#home-sections .block-benefits a.btn-brown{
	font-size:22px; 
	color:#431b3d;
	margin-right:45px;
	margin-top:30px;
	line-height:normal;
	display:inline-block;
}
#home-sections .block-benefits a.btn-brown:last-child {
    margin-right: 0 !important;
}
#home-sections .block-events{
	background:url(../images/event-home-bg.png) no-repeat center;
	background-size:cover;
	position:relative;
	color:#fff;
	min-height:630px;
}
#home-sections .block-events:after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#000;
	z-index:0;
	opacity:0.75;
}
#home-sections .block-events .event-wrap{
	margin:0px;
	position:relative;
	z-index:1;
}
#home-sections .block-events a.toggle-calendar{
	display:inline-block;
	height:50px;
	padding-left:62px;
	background:url(../images/calender-icon.png) no-repeat left center;
	font-size:20px;
	line-height:normal;
	font-family: 'aileronbold';
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:12px;
	margin-top:25px;
}
#home-sections [class^="btn-"]{
	text-transform:uppercase;
	font-size:18px;
	font-family: 'aileronbold';
	text-decoration:none;
	padding-bottom:4px;
	border-bottom:solid 2px;
}
#home-sections .block-events .col-md-4{
	padding:0px;
}
#home-sections .events-list-home{
	margin:4px 0px 0px 0px;
}
.events-list-home > li{
	color:#fff;
	list-style:none;
	float:left;
	width:100%;
	margin:16px 0px;
}
#home-sections .block-events ul.event_category_color_listing{
	padding-bottom:0px;
}
.custom_calendar .mCSB_scrollTools .mCSB_draggerRail{
	background:none;
}
#event-calender .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:rgba(255,255,255,0.7)!important;
}
#home-sections .block-events table.custom_calendar tr td{
	height:62px;
}
.events-list-home > li:first-child{
	margin-top:0px;
}
.events-list-home h6{
	font-size:20px;
	line-height:normal;
	font-family: 'aileronblack';
	-webkit-font-smoothing: antialiased;
	margin:0px;
	width:70%;
	float:left;
}
.events-list-home h6 a{
	color:#fff;
	text-decoration:none;
}
.events-list-home span.event-date{
	font-family: 'aileronbold';
	display:block;
	float:left;
	width:100%;
	clear:both;
	line-height:100%;
}
.events-list-home span.event-location{
	font-family: 'aileronbold';
	float:right;
	max-width:30%;
	padding:4px 0px 0px 0px;
	text-align:right;
}
.events-list-home span.event-location:before{
	content:'';
	display:inline-block;
	background:url(../images/pin.png) no-repeat left 2px;
	width:14px;
	height:21px;
	margin-right:3px;
}
.events-list-home p{
	color:#fff;
	margin:8px 0px 0px;
	font-size:16px!important;
	line-height:normal;
	clear:both;
	max-width:80%;
}
#home-sections .block-1{
	background:#cd5094;
	padding-top:62px;
	padding-bottom:60px;
}
#home-sections .block-1 a.btn-brown{
	margin-top:32px;
	display:inline-block;
}
#home-sections .block-1 *{
	color:#fff;
}
#home-sections .block-2{
	background:#ffe8d0;
}
#home-sections .block-2 *{
	color:#431b3d;
}
#home-sections .block-3{
	background:#deb78d;
}
#home-sections .block-3:after{
	background:#deb78d;
	bottom: -100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}
#home-sections .block-3 *{
	color:#fff;
}
#home-sections .custom-text-block h4{
	font-size:24px;
	line-height:normal;
	margin-bottom:10px;
}
#home-sections .block-network{
	background:#e64135;
	position:relative;
	text-align:center;
	margin-left:29%;
	padding-top:62px;
	padding-right:38%;
	padding-bottom:60px;
	padding-left:38px;
}
#home-sections .block-network .wrap-network{
	float:left;
	width:100%;
	padding-top:62px;
}
#home-sections .block-network h3{
	font-size:22px;
	color:#fff;
	font-family: 'aileronblack';
	-webkit-font-smoothing: antialiased;
	margin-bottom:11px;
}
#home-sections .block-network p{
	font-size:16px;
	margin:0px 0px 37px;
}  col-xs-push-1 col-xs-pull-1
#home-sections .block-network .select-wrap{
	float:none;
}
#home-sections .block-network .select-wrap select{
	background:#e64135;
	border-color:#fff;
}
#home-sections .block-network .select-wrap select option{
	color:#fff;
}
#home-sections .block-network .select-wrap:after{
	background:url(../images/select_arrow-wh.png) no-repeat right 5px!important;
}
#home-sections .block-network .switch-network{
	float:none;
	text-align:left;
	margin:auto;
	width:222px;
}
#home-sections .block-network .switch-network a.btn-go{
	border:none;
	background:url(../images/ico-arrow.png) no-repeat right center;
	float:left;
	padding:3px 28px 3px 0px;
	color:#fff;
	font-size:18px;
	font-family: 'aileronbold';
	margin-top:6px;
}
.block-network .find-network{
	color:#fff;
	text-decoration:underline;
	background:url(../images/globe.png) no-repeat left 3px;
	display:inline-block;
	padding:20px 0px 0px 42px;
	position:absolute;
	left:20px;
	top:15px;
	cursor:pointer;
}

#home-sections .block-network.home-city-nw{
	position:relative;
	float:left;
	width:100%;
}
#home-sections .block-network.home-city-nw.processing:before{
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background:rgba(255, 255, 255, 0.78);
    left: 0;
    top: 0;
    z-index: 1;
}
#home-sections .block-network.home-city-nw.processing:after{
	content:'';
	width:55px;
	height:55px;
	background:url(../images/loader.gif) no-repeat center;
	background-size: 55px;
	position:absolute;
	top:-50%;
	left:30%;
	bottom: -50%;
	/*right:-50%;*/
	margin:auto;
	z-index: 2;
}
#home-sections .block-network.home-city-nw.processing > *{
	opacity:0.4;
}


#home-offer{
	float:left;
	width:100%;
	clear:both;
	padding:60px 0px 65px;
}
#home-offer ul{
	margin:40px 0px 0px;
	padding:0px;
	display:table;
	width:100%;
}
#home-offer ul > li{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	margin:0px;
	padding:0px 10px;
	width:16.66%;
	border-left:solid 2px #431b3d;
	cursor:pointer;
	position:relative;
}
#home-offer ul > li:first-child{
	border:none;
}
#home-offer ul > li strong{
	display:block;
	font-size:18px;
	color:#431b3d;
	font-family: 'aileronblack';
	-webkit-font-smoothing: antialiased;
	line-height:23px;
}

#home-offer ul > li .off-desc{
	position:absolute;
	left:-50%;
	right:-50%;
	top:0px;
	width:95%;
	height:100%;
	margin:auto;
	text-align:left;
	padding:8px 10px;
	background:#f6f6f6;
	line-height:normal;
	font-size:14px;
	z-index:1;
	opacity:0;
	pointer-events:none;
	transition: all 0.4s ease;
}
#home-offer ul > li:hover .off-desc{
	opacity:1;
	pointer-events:auto;
}
#home-offer ul > li .off-desc strong{
	font-size:18px;;
	color:#333;
	margin-bottom:3px;
}
#home-offer ul > li .off-desc p{
	font-size:14px;
	line-height:normal;
	margin:0px 0px 8px;
}
#home-offer ul > li .off-desc a{
	text-decoration:underline;
	color:#333;
}
#home-offer ul > li img{
	margin-bottom:14px;
}
#home-article{
	float:left;
	width:100%;
	background:#f6f6f6;
}
#home-article .container-fluid{
	padding-right:0px;
}
#home-article .container-fluid .row{
	margin:0px;
}
#home-article .col-md-4{
	padding-left:0px;
	padding-right:0px;
	overflow:hidden;
}
.ft-story-wrap{
	padding-top:95px;
	padding-bottom:50px;
	padding-right:50px;
	float:left;
	width:100%;
}
#home-article a.vid-thumb{
	display:inline-block;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	position:absolute;
}
#home-article a.vid-thumb img{
	width:100%;
}
a.vid-thumb:after{
	content:'';
	pointer-events:none;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	background:url(../images/play.png) no-repeat center rgba(0,0,0,0.25);
}
#home-article h2{
	font-size:40px;
	margin-bottom:17px;
}
#home-article h6{
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:4px;
	font-family: 'aileronblack';
	-webkit-font-smoothing: antialiased;
}
#home-article p{
	font-size:18px;
	line-height:24px;
	margin-bottom:20px;
}
a.btn-black{
	text-transform:uppercase;
	font-size:18px;
	font-family: 'aileronbold';
	text-decoration:none;
	padding-bottom:4px;
	border-bottom:solid 2px;
	color:#333333;
}

#home-partners-tweets{
	float:left;
	width:100%;
}
#home-partners-tweets .container-fluid{
	padding-right:0px;
	padding-left:0px;
}
#home-partners-tweets .container-fluid .row{
	margin:0px;
}
#home-partners-tweets .row [class^="col-"]{
	padding-top:18px;
	padding-bottom:20px;
}
#home-partners-tweets .row .col-md-6{
	background:#431b3d;
	color:#fff;
	padding-left:65px;
	padding-right:50px;
}
#home-partners-tweets .row .col-md-2{
	background:#cd5094;
	color:#fff;
}
#home-partners-tweets h6{
	text-transform:uppercase;
}
#home-partners-tweets .twitter-wrap{
	float:left;
	width:100%;
}
#home-partners-tweets .twitter-wrap .twt-head{
	height:60px;
	padding-left:70px;
	padding-top:22px;
	background:url(../images/twitter.png) no-repeat left -4px;
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	font-family: 'aileronblack';
	-webkit-font-smoothing: antialiased;
}
#home-partners-tweets .twitter-wrap .twt-head a{
	font-size:14px;
	color:#fff;
	text-decoration:none;
	text-transform:none; 
}
ul.tweet-list{
	margin:0px;
	padding:0px;
}
ul.tweet-list > li{
	list-style:none;
	padding:10px 0px;
	border-top:solid 1px #fff;
	font-size:14px;
	line-height:normal;
	color:#fff;
}
ul.tweet-list > li p{
	font-size:14px;
	line-height:normal;
	color:#fff;
	margin:0px;
}
ul.tweet-list > li a{
	color:#fff;
	text-decoration:underline;
}
ul.tweet-list > li:first-child{
	border:none;
}
.member-carousel{
	background:#ff6c99;
	padding-top:40px!important;
	padding-bottom:40px!important;
	width:100%!important;
	margin-top:50px;
}
#member-logos{
	float:left;
	width:100%;
}
#member-logos > li{
	width:16.6%;
	text-align:center;
	display:table;
}
#member-logos > li > span{
	display:table-cell;
	width:100%;
	height:180px;
	vertical-align:middle;
	text-align:center;
}
#member-logos > li > span img{
	max-width:155px;
}
.member-carousel-wrap{
	margin-bottom:20px;
}
.member-carousel-wrap .car-left{
	position:absolute;
	left:0px;
	top:45%;
	background:url(../images/car-arw-left.png) no-repeat center;
	width:14px;
	height:16px;
	border:none;
	z-index:9;
}
.member-carousel-wrap .car-right{
	position:absolute;
	right:0px;
	top:45%;
	background:url(../images/car-arw-right.png) no-repeat center;
	width:14px;
	height:15px;
	border:none;
	z-index:9;
}
.member-carousel-wrap button{
	display:none;
}
.member-carousel{
	position:relative;
}

footer{
	float:left;
	width:100%;
	background:#fff;
	padding:24px 0px 20px;
	font-size:16px;
	line-height:normal;
	border-top:solid 1px rgba(0,0,0,0.15);
}
footer p, footer a{
	color:#333;
	font-size:16px;
	line-height:19px;
	line-height:normal;
	margin:0px;
}
footer ul.footer-links{
	margin:22px 0px 0px;
	padding:0px;
	float:left;
	width:100%;
}
footer ul.footer-links > li{
	float:left;
	list-style:none;
	width:36%;
	padding-right:15px;
}
footer ul.footer-links > li:nth-child(odd){
	clear:left;
}
footer h6{
	margin-bottom:2px;
}
footer a{
	text-decoration:underline;
	color:#333;
}
footer ul.social-links{
	float:right;
	margin:-18px 2px 0px;
	width:auto;
    position:absolute;
    right:15px;
    top:20px;
}
footer ul.social-links > li{
	float:left;
	margin-top:0px;
	margin-left:20px;
	clear:none;
}
footer .footer_join{
    max-width:55%;
    margin-bottom:5px;
}

/*INSIDE PAGE*/

.inner-page .member-login .mem-login-title{
	cursor:pointer;
}
.inner-page .header-right > .member-login .login-form{
	display:none;
	background:#fff;
	box-shadow:0px 0px 2px rgba(0,0,0,0.5);
	position:relative;
	z-index:2;
	padding:20px;
	margin-top:1px!important;
}
.inner-page header .header-right .member-login{
	width:320px;
}
.inner-page .menu-links ul.social-links{
	height:50px;
	overflow:hidden;
	background:url(../images/share.png) no-repeat 0px 20px;
	cursor:pointer;
	position:relative;
	z-index:1;
}
.inner-page .menu-links ul.social-links > li{
	opacity:0;
	pointer-events:none; 
	transition: all 0.4s ease;
}
.inner-page .menu-links ul.social-links.active-social{
	height:auto;
	background:none;
	cursor:auto;
	background:#fff;
	border-radius:30px;
	padding:0px 4px 4px 4px;
	margin-left:-4px;
}
.inner-page .menu-links ul.social-links.active-social > li{
	opacity:1;
	pointer-events:auto;
}
#inner-banner{
	float:left;
	width:100%;
	height:325px;
	overflow:hidden;
	background:url(../images/article-bannner.jpg) no-repeat top center;
	background-size:cover!important;
	position:relative;
}
#inner-banner:after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	pointer-events:none;
	background:rgba(0,0,0,0.25);
	z-index:0;
}
#inner-banner h1{
	font-size:60px;
	line-height:80px;
	color:#fff;
	font-family: 'aileronbold';
	margin-top:185px;
	float:left;
	z-index:1;
	position:relative;
}
#inner-banner .banner-links{
	position:absolute;
	bottom:30px;
	right:0px;
	background:rgba(0,0,0,0.5);
	padding:12px 30px 14px;
	z-index:1;
}
#inner-banner .banner-links a{
	float:right;
	clear:both;
	font-family: 'aileronbold';
	color:#fff;
	font-size:22px;
	line-height:24px;
	margin:7px 0px;
	border-bottom:solid 2px #fff;
	text-decoration:none;
	padding-bottom:4px;
}
.secondary-nav{
	float:left;
	width:100%;
	clear:both;
	background:#e64135;
	overflow:hidden;
}
.secondary-nav > ul{
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
	margin-bottom:-1px;
}
.secondary-nav > ul > li{
	float:left;
	list-style:none;
	width:33.33%;
}
.secondary-nav.nav-four > ul > li{
	width:25%;
}
.secondary-nav > ul > li a{
	display:block;
	font-family: 'aileronbold';
	color:#fff;
	font-size:22px;
	line-height:24px;
	text-transform:uppercase;
	text-decoration:none;
	background:#e64135;
	text-align:center;
	padding:26px 10px;
	border-bottom:solid 1px #f3a09a;
	border-right:solid 1px #f3a09a;
	transition: all 0.4s ease;
}
.secondary-nav > ul > li a:hover, .secondary-nav > ul > li.active a{
	background:#ec7168;
}

#inner-content-section{
	float:left;
	width:100%;
	padding:60px 0px 50px;
}
#inner-content-section h1{
	font-size:40px;
	line-height:normal;
	color:#431b3d;
	margin-bottom:16px;
}
#inner-content-section h2{
	font-size:24px;
	line-height:normal;
	color:#cd5094;
	margin-bottom:8px;
}
#inner-content-section h3{
	font-size:18px;
	line-height:normal;
	color:#431b3d;
	margin-bottom:5px;
	font-family: 'aileronblack';
	-webkit-font-smoothing: antialiased;
	text-transform:uppercase;
}
#inner-content-section p{
    font-family: 'aileronsemibold';
	font-weight:100;
	font-size:18px;
	line-height:24px;
	margin-bottom:20px;
}
#inner-content-section p strong{
	color:#cd5094;
}
#inner-content-section ul, #inner-content-section ol{
	padding-left:16px;
	margin-bottom:25px;
}
#inner-content-section .intro-text{
	float:left;
	width:100%;
	position:relative;
	padding-bottom:40px;
}
#inner-content-section .intro-text.full-border{
	border-bottom:solid 1px #eaeaea;
}
#inner-content-section .intro-text.full-border:after{
	content:'';
	position:absolute;
	right:-100%;
	bottom:-1px;
	height:1px;
	width:100%;
	background:#eaeaea;
}
#inner-content-section .intro-text.full-border:before{
	content:'';
	position:absolute;
	left:-100%;
	bottom:-1px;
	height:1px;
	width:100%;
	background:#eaeaea;
}
#inner-content-section ul > li, #inner-content-section ol > li{
	margin-bottom:2px;
	font-size:18px;
}
#myModalEventRegister ul li.infotext{
    font-size: 14px;
    font-style: italic;
    width: 100% !important;
}

.offer-list{
	float:left;
	width:100%;
	margin:-1px auto -50px auto;
}
.offer-list > ul{
	margin:0px!important;
	padding:0px!important;
	float:left;
	width:100%;
}
.offer-list > ul > li{
	list-style:none;
	margin:0px!important;
	padding:75px 40px 40px 25px;
	float:left;
	width:50%;
	border-left:solid 1px #eaeaea;
	position:relative;
}
.offer-list > ul > li:before{
	content:'';
	position:absolute;
	left:-100%;
	top:0px;
	height:1px;
	width:100%;
	background:#eaeaea;
}
.offer-list > ul > li:after{
	content:'';
	position:absolute;
	right:-100%;
	top:0px;
	height:1px;
	width:100%;
	background:#eaeaea;
}
.offer-list > ul > li:nth-child(odd){
	padding-left:0px;
	border:none;
	background-position:0px center!important;
}
.offer-list > ul > li:nth-child(even){
	padding-right:20px;
	background-position:24px center!important;
}
.offer-list > ul > li h4{
	font-size:24px;
	color:#666666;
	line-height:normal;
	text-transform:uppercase;
	font-family: 'aileronblack';
	-webkit-font-smoothing: antialiased;
	margin-bottom:20px;
}
.offer-list > ul > li p{
	margin-bottom:7px!important;
}
.readmore-btn{
	text-transform:uppercase;
	color:#cd5094;
	font-size:16px;
	text-decoration:none!important;
	border-bottom:solid 2px;
	font-family: 'aileronbold';
}
.offer-list > ul > li a{
	color:#cd5094!important;
}
.offer-list > ul > li{
	backround-position:left center;
	background-repeat: no-repeat;
}
hr.wide-border{
	background:#eaeaea;
	float:left;
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	margin-top: 0px;
	height:1px;
	margin-top:40px;
	margin-bottom:0px;
	left: 50%;
}
.tabbed-nav{
	float:left;
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	margin-top: -1px;
	left: 50%;
	border-top:solid 1px #eaeaea;
	border-bottom:solid 1px #eaeaea;
}

.tabbed-nav > ul{
	display:table;
	margin:0px!important;
	padding:0px!important;
	width:100%;
}
.tabbed-nav > ul > li{
	list-style:none;
	display:table-cell;
	text-align:center;
	width:25%;
	border-right:solid 1px #eaeaea;
}
.tabbed-nav > ul > li a{
	font-size:18px!important;
	line-height:normal;
	color:#666666!important;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'aileronbold';
	display:block;
	text-align:center;
	padding:15px 10px;
}
.tabbed-nav > ul > li.active a, .tabbed-nav > ul > li a.active {
	background:#eaeaea;
}
.tabbed-nav.tab-two-row > ul > li{
	display:inline-block;
	float:left;
	border-bottom: 1px solid #eaeaea;
	margin-bottom:-1px!important;
}
.tabbed-nav.tab-two-row > ul > li:last-child{
	border-right: 1px solid #eaeaea;
}

.staff-listing{
	float:left;
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	margin-top: -1px;
	left: 50%;
}
.staff-listing > ul{
	float:left;
	margin:0px!important;
	padding:45px 52px 0px!important;
	width:100%;
}
.staff-listing > ul > li{
	list-style:none;
	float:left;
	width:25%;
	padding:25px;
	position:relative;
}
.staff-listing > ul > li img{
	float:left;
	max-width:150px;
	margin-top:3px;
}
.staff-listing > ul > li .staff-desc{
	display:table;
	padding-left:20px;
	height:100%;
	padding-bottom: 30px;
}
.staff-listing > ul > li h5{
	font-size:18px;
	color:#333333;
	font-family: 'aileronbold';
	margin-bottom:6px;
}
.staff-listing > ul > li span{
	display:block;
	text-transform:uppercase;
	font-size:16px;
	color:#cd5094;
	font-family: 'aileronbold';
}
.staff-listing > ul > li a.readmore-btn{
	color:#333;
	text-decoration:none;
	position:absolute;
	bottom:25px;
}
.team-detail{
	display:inline-block;
	width:100%;
}
.team-detail img{
	float:left;
	max-width:150px;
	margin-top:3px;
	margin-right:20px;
	margin-bottom:10px;
}
.team-detail h5{
	font-size:18px;
	color:#333333;
	font-family: 'aileronbold';
	margin-bottom:6px;
}
.team-detail span{
	display:block;
	text-transform:uppercase;
	font-size:16px;
	color:#cd5094;
	font-family: 'aileronbold';
	margin-bottom:10px;
}
.modal.modal-small .modal-dialog, .video-modal .modal-dialog{
	width:600px;
}
.video-modal iframe{
	width:100%;
	height:308px;
}

.video-modal .modal-body .close{
	right:10px;
	top:7px;
}
.modal-body{
	padding:25px;
	display:inline-block;
	width:100%;
}
.modal-body .close{
	position:absolute;
	top:10px;
	right:15px;
}

.contact-wrap{
	float:left;
	width:100%;
	padding-top:30px;
	margin-bottom:-52px;
}
.contact-wrap > ul{
	margin:0px!important;
	padding:0px!important;
	float:left;
	width:100%;
}
.contact-wrap > ul > li{
	list-style:none;
	float:left;
	width:50%;
	margin:0px;
	padding:30px 50px 30px 0px;
}
.contact-wrap > ul > li:nth-child(odd){
	clear:left;
}
.contact-wrap h5{
	font-size:18px;
	text-transform:uppercase;
	color:#333333;
	font-family: 'aileronblack';
	-webkit-font-smoothing: antialiased;
	margin-bottom:22px;
}
.contact-wrap strong{
	display:block;
	margin-bottom:8px;
}
.contact-wrap span{
	display:block;
	font-size:16px;
	padding:2px 0px;
}
.contact-wrap span.ico-mail{
	background:url(../images/ico-mail.png) no-repeat left center;
	padding-left:25px;
}
.contact-wrap span.ico-phone{
	background:url(../images/ico-phone.png) no-repeat left center;
	padding-left:25px;	
}
.contact-wrap > ul > li.form-questions{
	background:#cd5194;
	position:relative;
	padding-left:20px;
}
.contact-wrap > ul > li.form-questions:after{
	content:'';
	position:absolute;
	top:0px;
	right:-100%;
	width:100%;
	height:100%;
	background:#cd5194;
	z-index:-1;
}
.contact-wrap > ul > li.form-questions h5{
	color:#fff;
}
.contact-wrap .contact-form{
	float:left;
	width:90%;
}
.contact-wrap .contact-form input[type="text"], .contact-wrap .contact-form input[type="email"], .contact-wrap .contact-form textarea{
	font-size:16px;
	color:#fff;
	background:none;
	border-radius:0px;
	border:none;
	border-bottom:solid 2px #fff;
	margin-bottom:10px;
	float:left;
	clear:both;
	width:180px;
}
.contact-wrap .contact-form input::-webkit-input-placeholder, .contact-wrap .contact-form textarea::-webkit-input-placeholder{
	color:#ffffff!important;
	opacity:0.7;
}
.contact-wrap .contact-form textarea:-moz-placeholder{
	color:#ffffff!important;
	opacity:0.7;
}
#mega-menu .member-login input::-webkit-input-placeholder{
	color:#ffffff!important;
	opacity:0.7!important;
}
.contact-wrap .contact-form textarea{
	width:100%;
	height:165px;
	color:#fff!important;
}
.contact-wrap .recaptcha-box{
	float:left;
	margin-bottom:-25px;
}
.contact-wrap .contact-form input[type="submit"]{
	text-transform:uppercase;
	float:right;
	clear:both;
	background:url(../images/ico-arrow.png) no-repeat right center;
	padding-right:30px;
	color:#fff;
	font-family: 'aileronbold';
	border:none;
}
label.error{display:none!important;}
input.error, select.error, textarea.error,
input.invalid, select.invalid, textarea.invalid, .chzn-container.invalid{
	box-shadow:none!important;
	border-color:#feb2b4!important;
	background:rgba(243,126,128,0.30)!important;
}

.partner-listing{
	float:left;
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	margin-top: -1px;
	left: 50%;
}
.partner-listing > ul{
	float:left;
	margin:0px!important;
	padding:45px 52px 0px!important;
	width:100%;
}
.partner-listing > ul > li{
	list-style:none;
	float:left;
	display:table;
	width:33.33%;
	padding:25px;
	position:relative;
}
.partner-listing > ul > li img{
	float:left;
	max-width:150px;
	margin-top:3px;
}
.partner-listing > ul > li > div{
	display:table-cell;
	height:100%;
}
.partner-listing > ul > li > div.partner-desc{
	vertical-align:bottom;
	padding-left:30px;
}
.partner-listing > ul > li > div.partner-img{
	vertical-align:middle;
	text-align:center;
	border:solid 1px #eaeaea;
	width:215px;
	height:150px;
}
.partner-listing > ul > li > div.partner-img img{
	max-width:180px;
	max-height:120px;
	float:none;
	margin:0px;
}
.partner-listing > ul > li h5{
	font-size:18px;
	color:#431b3d;
	font-family: 'aileronbold';
	margin-bottom:6px;
}
.partner-listing > ul > li a.readmore-btn{
	color:#431b3d;
	text-decoration:none;
}

.event-wrap{
	margin-top:50px;
}
#inner-content-section .event-wrap .col-md-3{
	padding-right:70px;
}
.row-fluid{
	float:left;
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
}
.row-fluid > [class^="col-"]{
	padding:0px;
}
ul.event-listing{
	float:left;
	margin:0px!important;
	padding:0px!important;
}
ul.event-listing > li{
	list-style:none;
	float:left;
	width:100%;
	padding:50px 50px 0px 75px;
}
ul.event-listing > li.featured{
	background:#cd5094;
	color:#fff;
	padding-top:25px;
	padding-bottom:25px;
}
ul.event-listing > li.featured *{
	color:#fff!important;
}
ul.event-listing > li.featured h2{
	text-transform:uppercase;
	margin-bottom:20px!important; 
}
#inner-content-section ul.event-listing > li h3{
	font-size:24px;
	color:#cd5094;
	text-transform:none;
	float:left;
	margin:0px;
    font-family: 'aileronbold'!important;
}
#inner-content-section ul.event-listing > li h3 a{
	color:#cd5094;
	font-size:24px;
	text-decoration:none;
}
ul.event-listing > li .member-only{
	float:right;
	font-size:18px;
    font-family: 'aileronsemibold';
	color:#e64135;
}
ul.event-listing > li .misc-info{
	float:left;
	width:100%;
	clear:both;
	margin-bottom:10px;
}
ul.event-listing > li .misc-info span{
	float:left;
	margin-right:30px;
	font-size:16px;
	color:#431b3d;
	font-family: 'aileronblack';
	-webkit-font-smoothing: antialiased;
}
ul.event-listing > li p{
	clear:both;
	margin-bottom:18px!important;
}
.event-wrap #event-calender{
	float:left;
	width:100%;
	background:#eaeaea;
	padding:30px;
	text-align:center;
}

dl.event-agenda{
	float:left;
	width:100%;
	margin:0px;
}
dl.event-agenda dt{
	float:left;
	margin:0px;
	width:100%;
	font-size:22px;
	color:#cd5094;
	font-family: 'aileronbold';
	font-weight:100;
}
dl.event-agenda dd{
	float:left;
	margin:0px 0px 20px;
	width:100%;
}
dl.event-agenda .event-time-info{
	float:left;
	width:100%;
	margin-bottom:10px;
}
dl.event-agenda .event-time-info span{
	float:left;
	margin-right:15px;
	font-size:16px;
	color:#cd5094;
	font-family: 'aileronsemibold';
}
dl.event-agenda .event-time-info span:first-child{
	color:#431b3d;
	font-family: 'aileronblack';	
	-webkit-font-smoothing: antialiased;
}
.event-agenda-speaker span.date-agenda{
    color:#431b3d;
    float: left;
    font-family: 'aileronblack';
    font-size: 16px;
    margin-bottom:5px;
}
.extranet .event-agenda-speaker span.date-agenda{
	color:#389017;
}
#inner-content-section dl.event-agenda p{
	font-size:16px;
	line-height:normal;
}
.staff-listing.speaker-listing{
	float:left;
	width:100%;
	margin:0px;
	left:auto;
}
.staff-listing.speaker-listing > ul{
	margin:0px!important;
	padding:0px!important;
}
.staff-listing.speaker-listing > ul > li{
	margin:0px 0px 30px!important;
	padding:0px;
	float:left;
	width:100%;
}
.staff-listing.speaker-listing > ul > li a.readmore-btn{
	bottom:0px;
}
.event-agenda-speaker{
	margin-top:65px!important;
	float:left;
	width:100%;
}
#inner-content-section .event-agenda-speaker h2{
	margin-bottom:15px; 
	font-size:30px;
	color:#431b3d;
}
.event-agenda-speaker .staff-listing.speaker-listing > ul{
	margin-top:5px !important;
}
.event-detail h1{
	float:left;
	margin-bottom:4px!important;
}
.event-detail .members-only{
	float:right;
	font-size:20px;
    font-family: 'aileronsemibold';
	color:#e64135;
	margin-top:15px;
}
.event-detail p{
	clear:both;
}
.event-detail .misc-info{
	float:left;
	width:100%;
	clear:both;
	margin-bottom:20px;
}
.event-detail .misc-info span{
	float:left;
	margin-right:30px;
	font-size:18px;
	color:#cd5094;
	font-family: 'aileronblack';
	-webkit-font-smoothing: antialiased;
}
.event-detail p{
	margin-bottom:30px!important;
}
a.btn-primary, button.btn-primary{
	line-height:normal!important;
	padding:7px 20px!important;
	font-size:18px!important;
	color:#cd5094!important;
	font-family: 'aileronbold'!important;
	border:solid 2px!important;
	background:none!important;
	text-decoration:none!important;
	border-radius:0px!important;
}
.event-detail{
	width: 80vw;
	position: relative;
	margin-left: -25vw;
	margin-top: -70px;
	left: 42%;
	bottom:-40px;
}
.event-desc{
	float:left;
	width:70%;
	padding-right:50px;
	padding-top:32px;
	padding-bottom:15px;
}
.event-info{
	background:#cd5094;
	padding:45px 25px 15px 25px;
	float:left;
	width:30%;
}
.event-desc a.btn-primary{
	float:left;
	margin-bottom:10px;
}
.event-info *{
	color:#fff;
}
.event-info h2{
	color:#fff!important;
	font-size:30px!important;
}
.event-info dl{
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
}
.event-info dl dt{
	float:left;
	width:47%;
	clear:left;
	font-family: 'aileronbold';
	font-size:18px;
	font-weight:100;
	padding-right: 5px;
}
.event-info dl dd{
	float:left;
	width:52%;
	margin-bottom:12px;
}
.event-info dl dd a{
	color:#fff!important;
	text-decoration:underline;
	word-wrap: break-word;
}

.whats-new-wrap .col-md-3{
	width:33.3%;
	padding:65px 25px 30px 30px;
}
.whats-new-wrap .col-md-3:nth-child(1){
	padding-left:70px;
}
.whats-new-wrap .col-md-3:nth-child(3){
	padding-right:70px;
}
.whats-new-wrap .featured{
	background:#cd5094;
}
#inner-content-section .whats-new-wrap h2 {
    color: #431b3d;
    font-size: 30px;
    margin-bottom: 22px;
}
#inner-content-section .whats-new-wrap ul.whats-new-listing{
	margin:0px 0px 20px;
	padding:0px;
	float:left;
	width:100%;
}
#inner-content-section .whats-new-wrap ul.whats-new-listing > li{
	list-style:none;
	margin:0px 0px 25px;
	padding:0px;
}
#inner-content-section .whats-new-wrap ul.whats-new-listing h3{
	font-size:22px;
	color:#cd5094;
	text-transform:none;
	font-family: 'aileronbold';
}
ul.whats-new-listing .meta-info{
	float:left;
	width:100%;
	margin-bottom:12px;
}
ul.whats-new-listing .meta-info .date{
	float:left;
	font-size:16px;
	color:#431b3d;
	font-family: 'aileronblack';
	-webkit-font-smoothing: antialiased;
}
ul.whats-new-listing .meta-info ul.tags{
	float:right;
	margin:0px!important;
	padding:0px;
}

ul.whats-new-listing .meta-info ul.tags > li{
	list-style:none;
	float:left;
	margin:0px;
	padding:0px 4px;
	border-left:solid 2px #cd5094;
	line-height:12px!important;
}
ul.whats-new-listing .meta-info ul.tags > li:first-child{
	border:none;
}
ul.whats-new-listing .meta-info ul.tags > li a{
	text-transform:uppercase;
	font-size:14px!important;
	color:#cd5094!important;
	text-decoration:none;
	display:block;
	height:15px;
	font-family: 'aileronbold';
	color:#cd5094;
}

.detail_page ul.tags-list, ul.tags-list{
	margin:0px 0px 12px!important;
	padding:0px!important;
	float:left;
	width:100%;
}
.detail_page ul.tags-list > li, ul.tags-list > li{
	list-style:none;
	float:left;
	margin:0px!important;
	padding:0px 4px;
	border-left:solid 2px #cd5094;
	line-height:12px!important;
	width:auto!important;
}
.detail_page ul.tags-list > li:first-child, ul.tags-list > li:first-child{
	border:none;
	padding-left:0px;
}
.detail_page ul.tags-list > li a, ul.tags-list > li a{
	text-transform:uppercase;
	font-size:14px!important;
	color:#cd5094!important;
	text-decoration:none;
	display:block;
	height:15px;
	font-family: 'aileronbold';
	color:#cd5094;
}

ul.whats-new-listing p{
	font-size:16px!important;
	line-height:20px!important;
	margin-bottom:10px!important;
}
ul.whats-new-listing > li{
	display:table;
	width:100%;
}
ul.whats-new-listing > li > div{
	display:table-cell;
	vertical-align:top;
	text-align:left;
}
ul.whats-new-listing > li > div.sec-img{
	width:140px;
	padding-right:30px;
	padding-top:5px;
}
ul.whats-new-listing > li > div.sec-img img{
	max-width:110px;
}
.whats-new-wrap .featured *{
	color:#fff!important;
}
.whats-new-wrap a.btn-primary{
	float:left;
}

.newsletter-list{
	float:left;
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	padding:0px 40px;
}
.newsletter-list ul.gnrl-list > li{
	width:33.3%!important;
	float:left;
	padding:40px;
	margin:0px!important;
}
.newsletter-list ul.gnrl-list > li:nth-child(3n+1){
	clear:left;
}

#inner-content-section .newsletter-list ul.gnrl-list > li.more-container{
	width:100%!important;
	border:0px;
}
#inner-content-section .newsletter-list ul.gnrl-list > li.more-container a{
	float: left;
}
#inner-content-section .newsletter-list ul.gnrl-list > li.more-container .more_loader{
	float: left;
	top: initial;
	position:relative;
}
.newsletter-list ul.gnrl-list > li .gnrl-list-img-sec{
	width:215px;
	padding-right:50px;
}
.newsletter-list ul.gnrl-list > li .gnrl-list-des{
	padding-bottom:30px;
}
.newsletter-list ul.gnrl-list > li h3{
	font-size:18px!important;
	color:#cd5094!important;
	text-transform:none!important;
}
.newsletter-list ul.gnrl-list > li p{
	font-size:16px!important;
}
.newsletter-list ul.gnrl-list > li a.btn-brown{
	position:absolute;
	left:0px;
	bottom:0px;
}
.gnrl-list-img-sec a{
	display:block;
	position:relative;
	width:350px!important;
	hanging-punctuation:220px;
}
ul.gnrl-list li .gnrl-list-img-sec{
    width: 397px;
    overflow: hidden;
	position:relative;
	padding-top:4px;
	padding-right:50px;
}
.gnrl-list-img-sec img{
	/*max-height:220px;*/
	min-height:220px;
	max-width:none!important;
	width:auto;
	min-width:350px!important;
}
.newsletter-list .gnrl-list-img-sec{
	width:215px!important;
}
.newsletter-list ul.gnrl-list .gnrl-list-img-sec img{
	max-height:none!important;
	min-height:0px!important;
	max-width:215px!important;
	min-width:0px!important;
	max-width:165px!important;
}
.newsletter-list .gnrl-list-img-sec a{
	width:215px!important;
}
.gallery-wrap{
	float:left;
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	margin-top:40px;
	left: 50%;
	padding:0px 50px;
}
.gallery-wrap ul.gallery-list{
	padding:0px!important;
	margin:0px!important;
}
.gallery-wrap ul.gallery-list > li{
	width:33.3%!important;
	float:left;
	padding:20px 25px;
	margin:0px!important;
	list-style:none;
}
.gallery-wrap ul.gallery-list > li .gallery-img{
	width:100%;
	position:relative;
	height:280px;
	overflow:hidden;
}
.gallery-wrap ul.gallery-list > li .gallery-img:after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.25);
	pointer-events:none;
}
.gallery-wrap ul.gallery-list > li .gallery-img span{
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	font-family: 'aileronbold';
	padding-bottom:4px;
	border-bottom:solid 2px;
	display:block;
	position:absolute;
	left:-50%;
	right:-50%;
	top:-50%;
	bottom:-50%;
	margin:auto;
	height:23px;
	width:118px;
	z-index:1;
	pointer-events:none;
}
.gallery-wrap ul.gallery-list > li .gallery-img.play-button:after{
	background: url(../images/play_icon.png) no-repeat center rgba(0,0,0,0.25);
}
.gallery-wrap ul.gallery-list > li .gallery-img img{
	width:100%;
	max-width:100%;
}
.gallery-wrap ul.gallery-list > li h3{
	font-size:24px!important;
	color:#cd5094!important;
	text-transform:none!important;
	margin:15px 0px!important;
}
.gallery-wrap ul.gallery-list > li p{
	margin:0px!important;
}
#inner-content-section .gallery-wrap ul.gallery-list > li.more-container{
	border:0px;
}
#inner-content-section .gallery-wrap ul.gallery-list > li.more-container .more_loader{
	left:190px;
}
.block-grey{
	float:left;
	width:100%;
	position:relative;
	background:#eaeaea;
	padding:28px 0px 32px;
}
.block-grey:before{
	content:'';
	position:absolute;
	top:0px;
	left:-50%;
	background:#eaeaea;
	width:100%;
	height:100%;
	z-index:-1;
}
.block-grey:after{
	content:'';
	position:absolute;
	top:0px;
	right:-50%;
	background:#eaeaea;
	width:100%;
	height:100%;
	z-index:-1;
}
.block-grey h4{
	color:#431b3d;
	margin-bottom:10px!important;
}
#inner-content-section .block-grey p{
	margin-bottom:30px!important;
	font-size:16px;
	line-height:22px;
}


/*Gallery*/
.galleryModal .modal-dialog{
	width:80%!important;
}
.galleryModal .modal-content{
	border-radius:0px!important;
}
.galleryModal .modal-body{
	padding:20px!important;
}
.galleryModal h3{
	font-size:28px!important;
	color:#cd5094!important;
	margin:0px!important;
	font-family: 'aileronblack'!important;
}
.galleryModal .modal-header{
	padding:22px 0px!important;
	margin:0px 20px;
}
.galleryModal .modal-header .close{
	margin-top:10px!important;
	color:#cd5094!important;
	opacity:1!important;
	font-size:30px!important;
}
.galleryModal{
	display:block!important;
	pointer-events:none!important;
	z-index:-10;
}
.galleryModal.fade.in{
	pointer-events:auto!important;
	z-index:1050;
}

/*HOME CALENDAR*/
.block-events .calendar_part{
	position:relative;
	z-index:2;
}
.block-events table.custom_calendar tr td {
    border-left: medium none;
    color: #fff;
    font-family: 'aileronbold';
    font-size: 24px;
    height: 66px;
    line-height: normal !important;
    width: 60px;
	padding: 8px 10px !important;
}
.block-events table.custom_calendar tr td.cal_next_month,
.block-events table.custom_calendar tr td.cal_prev_month{
	opacity:0.5;
}
.block-events table.custom_calendar tr.week_titles{
	border-bottom-color:#fff!important;
	border-top:solid 1px #fff;
}
.block-events ul.event_category_color_listing{
	border-top-color:#fff!important;
}
.block-events table.custom_calendar tr.week_titles td{
	font-size:24px;
	line-height:22px!important;
	color:#ffffff;
    font-family: 'aileronbold';
	padding-top:20px!important;
	padding-bottom:20px!important;
}
.block-events table.custom_calendar tr td.calendar_month_year > span{
	display:inline;
	font-size:40px;
	line-height:40px!important;
	color:#ffffff;
    font-family: 'aileronbold';
	padding:0px 10px;
}
.block-events table.custom_calendar tr td.calendar_month_year{
	font-size:40px;
	line-height:40px!important;
	color:#ffffff;
    font-family: 'aileronbold';
	padding:0px 0px 20px 0px!important;
}
.block-events .custom_calendar .prev a{
	background:url(../images/car-arw-left-wh.png) no-repeat left center;
	top:22%;
}
.block-events .custom_calendar .next a{
	background:url(../images/car-arw-right-wh.png) no-repeat right center;
	top:22%;
}
.block-events ul.event_category_color_listing li > a{
	font-size:18px;
	color:#ffffff;
    font-family: 'aileronbold';
	font-weight:100;
}
.block-events ul.event_category_color_listing li > a span{
	width:17px;
	height:17px;
	margin-right:10px;
	margin-top:2px;
	border-radius:0px;
}
.block-events .close_calendar{
	width:25px;
	height:25px;
	position:absolute;
	top:20px;
	right:20px;
	overflow:hidden;
	text-indent:-100px;
	background:url(../images/close.png) no-repeat center;
	z-index:4;
	cursor:pointer;
}
.block-events ul.event_category_color_listing li.member-event > a span{
	background:#e64135;
}
.block-events ul.event_category_color_listing li.events > a span{
	background:#ffe8d0;
}
.block-events ul.event_category_color_listing li.pwn-involved > a span{
	background:#cd5094;
}
.block-events ul.event_category_color_listing{
	padding-top:25px;
}
.block-events .custom_calendar tr td.today .today_circle{
	width:auto;
	height:auto;
	color:#fff!important;
	border:none;
	padding:0px;
	text-decoration:underline;
}
.block-events .custom_calendar tr td{
	color:#431b3d;
}
.block-events .custom_calendar tr td > a.more{
	width:50px;
	height:50px;
	border-radius:50px;
	background:#ffe8d0;
	color:#431b3d;
	padding-top:18px;
	padding-right:7px;
}
.block-events .custom_calendar tr td.today > a.more{
	padding: 16px 7px 0;
}
.block-events .custom_calendar tr td.today > a.more .today_circle{
	padding:0px;
	color:#431b3d!important;
}
.block-events .custom_calendar tr td.events > a.more{
	background:#ffe8d0;
	color:#431b3d!important;
}
.block-events .custom_calendar tr td.pwn-involved  > a.more{
	background:#cd5094;
	color:#fff;
}
.block-events .custom_calendar tr td.member-event  > a.more{
	background:#e64135;
	color:#fff;
}
.block-events .custom_calendar tr td.events .event_popup_listing, .block-events .custom_calendar .events .event_popup_listing::before{
	background:#ffe8d0!important;
}
.block-events .custom_calendar .events .event_popup_listing *, .block-events .custom_calendar .events .event_popup_listing a.view_more{
	color:#431b3d!important;
	border-color:#431b3d;
}
#inner-content-section ul.pressrelease span.date,
#inner-content-section ul.pressrelease span.press-language{
	margin-bottom:4px;
}
/*ARTICLE DETAIL PAGE*/
.detail_page{
	float:left;
	width:100%;
	clear:both;
}
.detail_page h2{
	clear:both;
}
.tabbed-nav.detail{
	margin-bottom:50px;
}
.detail_page iframe{
	float:left;
	margin:5px 30px 20px 0px;
	width:500px;
	height:280px;
}
#inner-content-section .detail_page p{
	font-family: "aileronregular";
	font-size:17px;
}
#inner-content-section .detail_page span.date, .gnrl-list span.date{
	display:block;
	margin-bottom:10px;
	font-size:16px;
	color:#431b3d;
	font-family: 'aileronblack';
	-webkit-font-smoothing: antialiased;
}
#inner-content-section .detail_page span.press-language, .gnrl-list span.press-language{
	display:block;
	margin-bottom:10px;
	font-size:16px;
	color:#431b3d;
	font-family: 'aileronblack';
	-webkit-font-smoothing: antialiased;
}
#inner-content-section .detail_page ul.downloads{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
}
#inner-content-section .detail_page ul.downloads > li{
	float:left;
	list-style:none;
	clear:both;
}
#inner-content-section .detail_page ul.downloads > li a{
	font-family: 'aileronsemibold';
	color:#431b3d;
	display:inline-block;
	padding:8px 0px 2px 27px;
	background:url(../images/download.png) no-repeat left top;
	background-size:21px;
	text-decoration:underline;
}

#inner-content-section .detail_page img{
	float:left;
	margin:5px 30px 20px 0px;
}

/*Login popup*/
.login{
	padding:20px 15px 20px;
	float:left;
	box-sizing:border-box;
	width:100%;
}
.login fieldset{
	padding:0px;
	border:none;
}
.login .control-group{
	float:left;
	width:100%;
	margin:10px 0px;
}
.login .control-group .control-label{
	float:left;
	width:35%;
}
.login .control-group .control-label label{
	font-size:18px;
	font-weight:100;
	font-family: 'aileronregular';
}
.login .control-group .control-label span.star{
	color:#e64135;
}
.login .control-group .controls{
	float:left;
	width:60%;
}
.login .control-group input[type="text"], .login .control-group input[type="password"]{
	border:none;
	background:none;
	width:100%;
	border-bottom:solid 1px #333;
	font-size:18px;
}
.login button.btn-primary{
	float:right;
	text-transform:uppercase;
	line-height:100%;
	padding:5px 10px!important;
}
.login .control-group:nth-child(4){
	margin:0px;
}
.login .control-group:nth-child(4) .controls{
	width:100%;
}

/*MODAL WINDOW*/
.modal-dialog .modal-content{
	border-radius:22px;
}
.modal-backdrop.in{
	opacity:0.2;
}
.modal-content {
	border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.modal-content button.close span{
	display:block;
	background:url(../images/close-forms.png) no-repeat center;
	width:18px;
	height:18px;
	text-indent:-100px;
	overflow:hidden;
}
.modal-content button.close{
	right:18px;
	top:18px;
	opacity:1;
	z-index:2;
	position:absolute;
}
.modal-forms h1, .modal-forms h2{
	text-transform:uppercase;
	color:#cd5094!important;
	text-align:center;
	font-size:30px!important;
	margin:0px 0px 25px 0px!important;
}
.modal-forms h3{
	color:#cd5094!important;
	text-align:left;
	font-size:24px!important;
	margin:20px 0px 15px 0px!important;
	font-family: 'aileronbold'!important;
	text-transform:none!important;
	width:100%;
}
.modal-forms .page-header{
	margin:0px!important;
	padding:0px!important;
}
.modal-forms p{
	text-align:center;
	margin-bottom:20px!important;
	padding-bottom:20px;
	border-bottom:solid 1px #eaeaea;
}
.modal-forms .modal-dialog{
	width:790px;
}
.modal-forms .form-ul-wrap{
	margin:0px;
	float:left;
	width:100%;
	clear:both;
	border-bottom:solid 1px #eaeaea;
	padding-bottom:20px;
	margin-bottom:25px;
}
.modal-forms .form-ul-wrap.full-wrap ul.registration{
	width:100%;
	padding:0px!important;
}
.modal-forms .form-ul-wrap.full-wrap ul.registration .control-group > div{
	width:50%;
}
.modal-forms .form-ul-wrap.full-wrap ul.registration .control-group > div.controls{
	padding-left:25px;
}
.modal-forms span.total{
	float:left;
	font-size:18px;
	text-transform:uppercase;
	font-family: 'aileronblack'!important;
	margin-top:10px;
}
.modal-forms ul.registration{
	float:left;
	width:50%;
	margin:0px!important;
	padding:0px 25px 0px 25px !important;
}
ul.registration.footer_section{
    width: 100%;
    padding: 10px 0px 0px 0px!important;
}
ul.registration.footer_section > li{
	width:50%!important;
}
ul.registration.footer_section > li.submit-cancel-btn{
	padding:0px;
}
ul.registration.footer_section > li:first-child{
	padding-right:25px;
}
ul.registration.footer_section > li:nth-child(2){
	clear:left;
}
ul.registration.footer_section .register_price{
	float:left;
	margin-top:10px;
}
.modal-forms .form-ul-wrap ul.registration:nth-child(1){
	padding-left:0px!Important;
}
.modal-forms .form-ul-wrap ul.registration:nth-child(2){
	padding-right:0px!Important;
}
.modal-forms ul.registration > li{
	list-style:none;
	float:left;
	width:100%;
	margin:0px!important;
	position:relative;
	padding:10px 0px;
}
.modal-forms .control-label{
	float:left;
	width:40%!important;
	padding-top:0px;
	padding-right:10px;
	text-align:left;
}
.modal-forms .controls{
	float:right;
	width:60%;
}
.modal-forms .control-label label{
	font-size:18px;
	text-align:left;
	margin:0px;
	font-weight:100;
	line-height:20px;
}
.modal-forms input[type="text"], .modal-forms input[type="email"], .modal-forms input[type="password"],
.modal-forms input[type="url"], .modal-forms input[type="file"], .modal-forms select, .modal-forms textarea{
	width:100%;
	background:none;
	border:none;
	border-bottom:solid 1px #000;
	line-height:100%;
	box-shadow:none;
}
input#jform_dob{
	background:url(../images/calender_icon_sml.png) no-repeat right top;
}
.bootstrap-datetimepicker-widget{
	position:absolute;
	right:0px;
	bottom:40px!important;
	top:auto;
	background:#fff;
	box-shadow:0px 0px 8px rgba(0,0,0,0.5);
	clear:both;
	z-index:9!Important;
	padding:10px!important;
	border-radius:10px!important;
	height:270px;
}
.bootstrap-datetimepicker-widget .list-unstyled{
	padding:0px!important;
	margin:0px!important;
}
.bootstrap-datetimepicker-widget tr th{
	font-weight:100; 
	font-family: 'aileronbold';
}
.bootstrap-datetimepicker-widget tr td.active, .bootstrap-datetimepicker-widget tr td.today{
	background:#cd5094!important;
}
.bootstrap-datetimepicker-widget tr th.prev{
	background:url(../images/car-arw-left.png) no-repeat center!Important;
}
.bootstrap-datetimepicker-widget tr th.next{
	background:url(../images/car-arw-right.png) no-repeat center!important;
}


.modal-forms input[type="file"]{
}
.modal-forms select{
	-moz-appearance:none;
	appearance:none;
	-webkit-appearance:none;
	background:url(../images/select_arrow-green.png) no-repeat right 16px;
	padding-right:18px;
	height:25px;
	border-radius:0px;
}
.modal-forms .btn-primary{
	border-radius:0px;
	float:right;
	margin-left:20px;
	text-transform:uppercase;
}

div.checker {
    float: left;
    height: 15px;
    margin-top: 0px;
	margin-right:5px;
    position: relative;
    width: 15px;
}
div.checker input {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
    height: 15px;
    opacity: 0;
    width: 15px;
}
div.checker span {
    background: url(../images/check.png) no-repeat scroll center top;
    display: inline-block;
    height: 17px;
    text-align: center;
    vertical-align: middle;
    width: 17px;
}
div.checker span.checked {
    background-position: center -25px;
}
div.radio {
    float: left;
    height: 18px;
    margin-top: 5px;
    position: relative;
    width: 18px;
}
div.radio input {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
    height: 18px;
    opacity: 0;
	margin:0px 0px 0px -8px!important;
    text-align: center;
    width: 18px;
}
div.radio span {
    background: url(../images/check.png) no-repeat scroll center 2px;
    display: inline-block;
    height: 17px;
    text-align: center;
    vertical-align: middle;
    width: 17px;
}
div.radio span.checked {
    background-position: center bottom;
}
.modal-forms ul.registration .radio{
	position:absolute;
	right:0px;
	top:0px;
	background:#fff;
	height:33px;
	padding:6px 0px 0px 6px;
	width:22px;
}
.modal-forms p.inline-text{
	border:none;
	text-align:left;
	margin:0px!important;
	padding-bottom:10px;
}
.modal-forms li.full-field .controls{
	width:100%;
	margin-top:12px;
}
.modal-forms li.full-field .controls textarea{
	width:100%;
	height:131px;
}
/*FILEINPUT*/
div.browse-wrap {
        top:0;
        left:0;
        margin:0px;
        cursor:pointer;
        overflow:hidden;
        padding:0px;
        text-align:right;
        position:relative;
        border-bottom:solid 1px #000;}
    div.title {
        color:#333333;
        font-size:18px;
        }
    input.upload {
        right:0;
        margin:0;
        bottom:0;
        padding:0;
        opacity:0;
        height:300px;
        outline:none;
        cursor:inherit;
        position:absolute;
        font-size:1000px !important;}
    span.upload-path {
       float:left;
	   width:58%;
	   height:25px;
	   text-align:left;
	   white-space:nowrap;
	   overflow:hidden;
	   font-size:14px;
	   line-height:27px;
	   color:#333333;
}

#loadItems, .custom_calendar_container{
	position:relative;
	float:left;
	width:100%;
}
#loadItems.processing:after, .custom_calendar_container.processing:after{
	content:'';
	width:55px;
	height:55px;
	background:url(../images/loader.gif) no-repeat center;
	position:absolute;
	top:100px;
	left:-50%;
	right:-50%;
	margin:auto;
}
#loadItems.processing *, .custom_calendar_container.processing > *{
	opacity:0.4;
}

#inner-content-section #loadItems.processing:after{
	top: 10%;
}

/*EVENTS CALENDAR*/
#event-calender{
	background:#eaeaea;
}
#event-calender .calendar_part{
	position:relative;
	z-index:2;
}
#event-calender table.custom_calendar tr td {
    border-left: medium none;
    color: #431b3d;
    font-family: 'aileronbold';
    font-size: 18px;
    height: 32px;
    line-height: normal !important;
    width: 32px;
	padding: 6px 3px !important;
}
#event-calender table.custom_calendar tr td.cal_next_month,
#event-calender table.custom_calendar tr td.cal_prev_month{
	opacity:0.5;
}
#event-calender table.custom_calendar tr.week_titles{
	border-bottom-color:#431b3d!important;
	border-top:solid 1px #431b3d;
}
#event-calender ul.event_category_color_listing{
	border-top-color:#431b3d!important;
}
#event-calender table.custom_calendar tr.month_spacer{
	border-top:solid 1px #431b3d!important;
	height:42px;
}
#event-calender table.custom_calendar tr.week_titles td{
	font-size:24px;
	line-height:22px!important;
	color:#431b3d;
    font-family: 'aileronbold';
	padding-top:17px!important;
	padding-bottom:17px!important;
}
#event-calender table.custom_calendar tr td.calendar_month_year > span{
	display:inline;
	font-size:18px;
	line-height:18px!important;
	color:#cd5094;
    font-family: 'aileronblack';
	-webkit-font-smoothing: antialiased;
	font-weight:100;
	padding:0px 6px;
}
#event-calender table.custom_calendar tr td.calendar_month_year{
	font-size:26px;
	line-height:26px!important;
	color:#cd5094;
    font-family: 'aileronbold';
	padding:0px 0px 20px 0px!important;
}
#event-calender .custom_calendar .prev a{
	background:url(../images/car-arw-left.png) no-repeat left center;
	top:5%;
}
#event-calender .custom_calendar .next a{
	background:url(../images/car-arw-right.png) no-repeat right center;
	top:5%;
}
#event-calender ul.event_category_color_listing li > a{
	font-size:18px;
	color:#431b3d;
    font-family: 'aileronbold';
	font-weight:100;
}
#event-calender ul.event_category_color_listing li > a span{
	width:17px;
	height:17px;
	margin-right:10px;
	margin-top:2px;
	border-radius:0px;
}
#event-calender .close_calendar{
	width:25px;
	height:25px;
	position:absolute;
	top:20px;
	right:20px;
	overflow:hidden;
	text-indent:-100px;
	background:url(../images/close.png) no-repeat center;
	z-index:4;
	cursor:pointer;
}
#event-calender ul.event_category_color_listing li.member-event > a span{
	background:#e64135;
}
#event-calender ul.event_category_color_listing li.events > a span,
#event-calender ul.event_category_color_listing li.online-event > a span{
	background:#431b3d;
}
#event-calender ul.event_category_color_listing li.pwn-involved > a span{
	background:#cd5094;
}
#event-calender ul.event_category_color_listing{
	padding-top:25px;
	padding-left:0px!Important;
	text-align:left;
	padding-bottom:0px!important;
	margin:0px!important;
}
#event-calender ul.event_category_color_listing > li{
	margin-bottom:3px!Important;
	float:left;
}
ul.event_category_color_listing > li:last-child{
	margin:0px;
}
#event-calender .custom_calendar tr td.today .today_circle{
	width:auto;
	height:auto;
	color:#431b3d!important;
	border:none;
	padding:0px;
	text-decoration:underline;
}
#event-calender .custom_calendar tr td > a.more{
	width:30px;
	height:30px;
	border-radius:30px;
	background:#ffe8d0;
	color:#431b3d;
	font-size:18px;
	padding-top:5px;
	padding-right:4px;
	padding-left:2px;
	text-align:center;
}
#event-calender .custom_calendar tr td.events > a.more,
#event-calender .custom_calendar tr td.online-event > a.more{
	background:#431b3d;
	color:#fff!important;
}
#event-calender .custom_calendar tr td.pwn-involved  > a.more{
	background:#cd5094;
	color:#fff;
}
#event-calender .custom_calendar tr td.member-event  > a.more{
	background:#e64135;
	color:#fff;
}
.event-reg-popup span strong.lbl{
	float:left;
	font-weight:100;
	width:40%;
	font-family: "aileronregular";
}
.event-reg-popup span.required{
	margin-left:2px;
	float:left;
}
.event-reg-popup .registration.reg_form_column1 span.required, .event-reg-popup ul.registration span.required{
	display:none;
}
.event-reg-popup li input[type="text"], .event-reg-popup li input[type="email"], .event-reg-popup li select{
	float:right;
	width:59%;
}
.event-reg-popup .form-ul-wrap{
	border:none;
	margin:0px;
	padding:0px;
}
#myModalEventRegister .event-reg-popup ul.registration.reg_form_column1 > li:nth-child(1) strong.lbl,
#myModalEventRegister .event-reg-popup ul.registration.reg_form_column1 > li:nth-child(3) strong.lbl{
	position:relative;
}
#myModalEventRegister .event-reg-popup ul.registration.reg_form_column1 > li strong.lbl:after,
#myModalEventRegister .event-reg-popup ul.registration > li:nth-child(3) strong.lbl:after
{
	content:'*';
	color:#e64135;
	margin:0px 6px;
}
#myModalEventRegister .event-reg-popup ul.registration.reg_form_column1 > li:nth-child(3) strong.lbl:after{
	right:82px;
}
#myModalEventRegister .event-reg-popup ul.registration > li span .form_group{
	display: inline-block;
    float: right;
    width: 60%;
}
#myModalEventRegister .event-reg-popup ul.registration > li span .form_group label{
	float:left;
	font-family: "aileronregular";
    font-weight: 100;
	margin-right: 5px;
	padding-right:5px;
	margin-top:1px;
	margin-bottom:1px;
}
#myModalEventRegister .event-reg-popup li .form_group div.checker {
    clear: left;
    float: left;
    margin: 0 6px;
}
#myModalEventRegister .event-reg-popup ul.registration > li span p{
	text-align:left;
}
#myModalEventRegister .event-reg-popup ul.registration > li span .form_group .radio{
	padding-top:0;
	padding-left:0;
	position:relative;
}

.modal-forms ul.extra_fields{
	width:100%;
	margin-bottom:20px!important;
	padding:0!important;
}
.modal-forms ul.extra_fields select{
	width:30%;
	float:left;
}
.modal-forms ul.extra_fields input[type="text"]{
	float:left;
}
.modal-forms ul.extra_fields textarea,
.modal-forms ul.extra_fields input[type="text"]{
	width:81%;
}
.extra_fields span strong.lbl{
	width:19%;
	padding-right:20px;
}
#myModalEventRegister ul.extra_fields > li span .form_group{
	float:left!important;
	width: 65% !important;
}
#myModalEventRegister ul.extra_fields > li span .form_group .checker{
	margin-left:0px;
}

/*Custom Scroll for popup*/
.form-ul-wrap{
	max-height:500px;
	overflow:hidden;
}
.mCSB_inside > .mCSB_container{
	margin-right:20px;
}
.mCSB_scrollTools{
	width:10px;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: rgba(205, 80, 148, 0.75);
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(205, 80, 148, 0.85);
}
.custom_calendar .mCSB_scrollTools .mCSB_draggerContainer{
	margin:5px 0px;
}

#press_request{
	float:none;
	display: none;
	width:500px;
	margin:40px auto;
	clear: both;
	position:relative;
}
#press_request.processing:after{
	content:'';
	width:55px;
	height:55px;
	background:url(../images/loader.gif) no-repeat center;
	position:absolute;
	top:60px;
	left:-50%;
	right:-50%;
	margin:auto;
}
#press_request.processing *{
    opacity:0.5
}
#press_request h3{
	font-size:30px;
	color:#cd5094;
	text-align:center;
}
#press_request ul{
	margin:0px;
	padding:0px;
}
#press_request ul > li{
	float:left;
	list-style:none;
	margin:5px 0px;
	padding:0px;
	clear:both;
	width:100%;
}
#press_request ul > li:last-child{
	margin-bottom:-5px;
}
#press_request ul > li label{
	width:30%;
	font-weight:100;
	float:left;
}
#press_request a.btn-primary{
	float:right;
	border-radius:0px;
}
#press_request ul > li input[type="text"]{
	width:100%;
	background:none;
	border:none;
	border-bottom:solid 1px #000;
	line-height:100%;
	box-shadow:none;
	float:left;
	width:70%;
}

#inner-content-section .more-container{
	padding-top:25px!important;
	text-align:left;
	border-top:solid 1px #eaeaea;
	margin-top:50px;
	position:relative;
}
#inner-content-section .more-container a.more-items{
	text-transform:capitalize;
    font-family: 'aileronbold';
	color:#cd5094;
	text-transform:uppercase;
	text-decoration:none;
	border-bottom:solid 2px;
}
#inner-content-section .more-container .more_loader{
	position:absolute;
	left:30px;
	top:24px;
	width:30px;
	height:30px;
	background:urL(../images/loader.gif) no-repeat center;
	background-size:30px;
}
#inner-content-section .pressrelease .more-container{
	border:0px;
	padding-top:0px !important;
}
#inner-content-section .pressrelease .more-container .more_loader{
	left: 165px;
	top:0px;
}

/*Sitemap*/
#xmap{
	float:left;
	width:100%;
}
#xmap ul{
	padding-left:20px;
}
#xmap ul.level_0 > li > a{
	font-family: 'aileronbold';
	color:#cd5094!important;
}
#xmap ul ul{
	padding-top:3px;
	margin-top:4px;
	border-left:dashed 1px #E1E1E1;
	padding-left:40px;
	margin-left:-13px;
}
#xmap ul li{
	padding:6px 0px;
	color:#cd5094;
}
#xmap ul li a{
	color:#431b3d;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'aileronsemibold';
}
#xmap ul.level_0{
	float:left;
	width:45%;
}
#xmap ul li a.xmapexcloff{
	display:none;
}

/*SYSTEM MSG*/
/*#system-message-container{
	width:100%;
} */ 
#system-message-container{
	width:100%;
	margin:auto;
}
.alert-warning,
.alert-success{
	background-color: #f7ddde;
    border-color: #db999c;
    color: #b16063;
}
.alert-warning p,
.alert-success p{
	margin:0px;
	color: #b16063;
}
.alert-warning, .alert-message,
.alert-success {
    margin-top: 20px;
	border-radius:0px;
	border-width: 1px 0px;
}
#system-message-container .alert-message {
    background:#ffffec !important;
    border-color:#feac00 ;
    color: #431b3d;
}
.alert.alert-warning h4.alert-heading,
.alert.alert-message h4.alert-heading,
.alert.alert-success h4.alert-heading{
	display:none;
}
.alert-message p{
	margin:0px;
	color:#79926f;
}
#system-message-container h4{
	float:left;
	margin-right:10px;
	font-family: 'aileronbold';
	color:#431b3d;
	text-transform:uppercase;
}
#system-message-container p{
	margin:0px;
	font-family: 'aileronregular';
	color:#431b3d;
}
#system-message-container .alert{
	background:#f3eff1;
	padding:12px 15px;
	font-family: 'aileronregular';
}
#system-message-container .alert.alert-success{
	background:#ebfce4;
	border-color: #b4e89f;
}
#system-message-container .alert.alert-success p{
	color:#68bb46;
	font-family: 'aileronregular';
}
#system-message-container .alert a.close{
	font-size:20px;
	text-decoration:none;
}
.nav-extmenu{
	display:none!important    ;
}
#inner-content-section .login, #inner-content-section .login-links{
	float:none;
	width:600px;
	margin:auto;
}
#inner-content-section .login .control-label{
	padding:0px;
}
#inner-content-section .form-horizontal .control-label{
	text-align:left;
	width:25%;
}
#inner-content-section .login .control-group .controls{
	width:75%;
}
#inner-content-section .login button.btn-primary{
	width:140px;
	float:left;
}
#inner-content-section .login-links{
	border-top:solid 1px #eaeaea;
	margin-top:0px;
	padding-top:10px;
	width:570px;
}
#inner-content-section .login-links ul{
	padding:0px;
}
#inner-content-section .login-links ul > li{
	list-style:none;
	float:left;
	margin-right:20px;
}
#inner-content-section .login-links ul > li a{
	text-decoration:underline;
	font-size:16px;
}

#inner-content-section ul.no_item, .no_item_found{
	margin-top:25px!important;
	border-top:solid 1px #eaeaea;
	padding-top:20px!important;
	border-bottom:solid 1px #eaeaea;
	padding-bottom:20px!important;
}
#inner-content-section ul.no_item > li, .no_item_found h4{
	font-family: 'aileronbold';
	padding:6px 0px 6px 30px;
	background:url(../images/noitem.png) no-repeat left center;
	background-size:22px;
	color:#aeaeae;
	margin-bottom:0px!important;
}
#pwn-wrap.extranet #inner-content-section .widget-block.widget-get-it-done ul.no_item > li{
	margin-bottom:0px!important;
}
.error-wrap {
	display:table;
	width:100%;
	vertical-align:middle;
}
.error-wrap .container-fluid{
	display:table-cell;
	width:100%;
	vertical-align:middle;
}
.error-wrap .logo_section{
	padding:50px 0px;
}
.error-wrap footer{
	margin-top:50px;
}
.error-wrap .error_content{
	margin-top:40px;
	max-width:100%;
	border-top:solid 1px rgba(0, 0, 0, 0.15);
	border-bottom:solid 1px rgba(0, 0, 0, 0.15);
	padding:30px 0px;
}
.error-wrap .error_content h1{
	color:#431b3d;
	font-size:50px;
	line-height:70px;
}
.error-wrap .error_content h1 a{
	color:#cd5094;
}

/*-cookie-*/
#cookieMessageContainer .cookie_button{
	background:#cd5094!important;
	color:#fff!important;
}
div#cookieMessageContainer{
	background:rgba(51,51,51, 0.8)!important;
}

/*--NZ--*/
/*#inner-content-section .artile-page-intro {
    padding-left: 18%;
    padding-bottom: 60px;
}*/
#inner-content-section ul.gnrl-list{
	width:100%;
	list-style:none;
	padding-left:0px;
	margin-top:60px;
	display:inline-block;
}
#inner-content-section ul.gnrl-list > li{
	width: 100%;
    display: table;
    margin-bottom:46px;
}
#inner-content-section ul.gnrl-list > li:last-child{
	margin-bottom:0px;
}

ul.gnrl-list li .gnrl-list-img-sec span.play-button{
	height: 100%;
	width:100%;
	display:inline-block;
	overflow: hidden;
	position:relative;
}
ul.gnrl-list li .gnrl-list-img-sec img{
	max-width:350px!important;
}
ul.gnrl-list li .gnrl-list-img-sec span.play-button:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	cursor:pointer;
	background:url(../images/play_icon.png) no-repeat center rgba(0,0,0,0.25);
}
/*ul.gnrl-list li .gnrl-list-img-sec{
	margin-top:4px;
}*/
ul.gnrl-list > li > div{
	display: table-cell;
    vertical-align: top;
	position:relative;
}
/*ul.gnrl-list li > div:nth-child(2){
	padding-left:50px;
}*/
ul.gnrl-list li h5{
	color:#431b3d;
	margin-bottom:10px;
	text-transform:uppercase;
	font-family: 'aileronblack';
	-webkit-font-smoothing: antialiased;
}
#inner-content-section ul.gnrl-list.our-roles li h2{
	margin-bottom:3px;
}
#inner-content-section a{
    color: #431b3d;
    line-height: normal;
}
#inner-content-section [class^="btn-"] {
    text-transform: uppercase;
    font-size:16px;
    font-family: 'aileronbold';
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: solid 2px;
}

/*-fliter_section-*/

.fliter_section{
	width:100%;
	margin-top:65px;
	margin-bottom:0px;
	float:left;
}
ul.fliter-catogory{
	width:100%;
	margin:0px!important;
	padding:0 !important;
	list-style:none;
	float:left;
	height:27px;
}
ul.fliter-catogory li{
	float:left;
	margin-right:45px;
    margin-bottom:0!important;
}
ul.fliter-catogory li label{
	float:left;
	font-size:18px;
	font-weight:100;
	margin-right:10px;
	margin-bottom:0px;
	font-family: 'aileronregular';
}
.select-wrap {
    position: relative;
    float: left;
}
.select-wrap select {
    border-radius: 0px;
    border: none;
    padding: 0px 20px 0px 0px;
    position: relative;
    width:225px;
    height: 23px;
    font-size: 18px;
    color: #333333;
    border-bottom: solid 1px #333333;
    font-weight: 100;
    font-family: 'aileronregular';
     -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}
.select-wrap:after, .field-wrap:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom:5px;
    width:10px;
    height:10px;
    pointer-events: none;
    border-radius: 0px;
    background: url(../images/select_arrow.png) no-repeat center right;
}
input:focus, textarea:focus, keygen:focus, select:focus {
    outline:0!important;
}
.catogory-search {
    float: left;
    clear: both;
    z-index: 2;
    position: relative;
    border-bottom: solid 1px #333333;
}
.catogory-search input[type="text"] {
    width:205px;
    font-size: 18px;
    padding: 1px 0px;
    float: left;
    background: none;
    border: none;
    border-radius: 0px;
    height: 23px;
    font-family: 'aileronregular';
}
.catogory-search input[type="text"]::-webkit-input-placeholder{
    color: #333333;
	opacity:1;
}
.catogory-search input[type="text"]::-moz-placeholder{
    color: #333333;
	opacity:1;
}
.catogory-search input[type="button"] {
    width: 25px;
    height: 22px;
    float: left;
    border: none;
    padding-right: 0px;
    -webkit-appearance: none;
    background: url(../images/search-ico.png) no-repeat center;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder{
	color:#333333;
}
/*-fliter_section end-*/

/*-widget-block-*/
.widget-block {
    width: 100%;
    display: inline-block;
	margin-top:65px;
}
.widget-block ul{
    width: 100%;
	margin:0px !important;
	padding:0px !important;
	display: inline-block;
    list-style: none;
}
.widget-block ul li{
	width:100%;
	display:table;
	margin-bottom:15px !important;
	margin-top:15px !important;
}
.widget-block ul li > div {
    width:33.33%;
	font-size:18px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding-right: 30px;
    word-break: break-word;
}
.widget-block ul li:first-child{
	margin-bottom:25px !important;
	margin-top:0px !important;
}
.widget-block ul li:last-child{
	margin-bottom:0px!important;
}
.widget-block ul li:first-child > div{
	border-bottom: solid 1px #eaeaea;
}
.widget-block ul li > div > h3 {
    color:#333333 !important;
}
.widget-block ul li > div.widget-city{
	color:#cd5094;
	font-family: 'aileronbold';
}
.widget-block ul li > div a{
	    padding-bottom:2px!important;
}
/*-join us page-*/

#joinus-wrap{
	margin-top:50px;
	display:inline-block;
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	padding:0px 66px;
}
#joinus-wrap ul{
	width: 100%;
    margin: 0px !important;
    padding: 0px !important;
    display: inline-block;
    list-style: none;
}
#joinus-wrap ul li {
    width: 100%;
    display: table;
	margin:0px!important;
    /*margin-bottom: 15px !important;
    margin-top: 15px !important;*/
}
#joinus-wrap ul li > div {
    width:20%;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-right: 30px;
	padding-bottom:14px;
	padding-top:14px;
    word-break: break-word;
	border-bottom:1px solid #d2d2d2;
}
#joinus-wrap ul li > div:first-child{
	color:#431b3d;
	border-bottom:none;
}
#joinus-wrap ul li > div{
	font-size:18px;
	height:auto;
	font-family: 'aileronbold';
}
#joinus-wrap ul li:first-child > div{
	height:auto;
	color:#333333;
	padding-bottom:5px;
	padding-top:5px;
	text-transform:uppercase;
	font-family: 'aileronblack';
	-webkit-font-smoothing: antialiased;
}
#joinus-wrap ul li > div > a{
	float:left;
	clear:left;
	font-size:18px;
	color:#cd5094;
	padding:7px 20px;
	display: inline-block;
	text-transform:uppercase;
	text-decoration:none;
	border:2px solid #cd5094;
	cursor:pointer;
}
#joinus-wrap ul li > div.jn-user > span.tick{
	width:45px;
	height:36px;
	margin: 0 0 0 15%;
	display:block;
	background: url(../images/tick.png) no-repeat center;
}
#joinus-wrap ul li.cost_listing div{
	border-bottom:0;
	vertical-align:top;
	padding-top:40px;
	padding-bottom:40px;
}
#joinus-wrap ul li.cost_listing div > span{
	clear:left;
	float:left;
	font-family: 'aileronblack';
	-webkit-font-smoothing: antialiased;
	text-transform:uppercase;
}
#joinus-wrap ul li.cost_listing div:first-child span{
	color:#cd5094;
}
#joinus-wrap ul li.cost_listing div a{
	margin-top:25px;
}
#joinus-wrap ul li.cost_listing > div{
	padding-bottom:0px!important;
}
#joinus-wrap ul li.lastjoin > div{
	border:none!important;
	padding-top:25px;
}
span.required{
	color:#e64135;
}
.join-info-text, .join-info-text p{
	font-size:14px!important;
	margin-top:20px!important;
	margin-bottom:0px!important;
	font-family: 'aileronregular'!important;
	color:#431b3d!important;
}
.join-info-text p{
	margin-top:0px!important;
}
.join-info-text p sup{
	font-family: 'aileronbold';
	color:#e64135;
	margin-right:2px;
}
/*--NZ--*/
#register-popup .modal-body .registration p{
	font-family: 'aileronsemibold';
    font-size: 18px;
}
.related_articles{
	width:100%;
	display:inline-block;
}
#inner-content-section .related_articles h2{
	/*font-size:20px;*/
}
#inner-content-section .related_articles ul{
	padding:0px;
}
#inner-content-section .related_articles ul li{
	list-style:none;
	color: #333333;
    font-size: 18px;
    line-height: 24px;
    font-family: 'aileronbold';
}
#inner-content-section .related_articles ul li a{
	font-family: 'aileronbold';
	color: #333333;
    font-size: 18px;
    line-height: 24px;
	text-decoration:none;
}

/* EXTRANET PAGE CSS
================================================== */
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
#pwn-wrap.extranet.inner-page header{
	margin-bottom:45px;
}
#pwn-wrap.extranet header .member-login input[type="submit"]{
	font-size: 20px;
    line-height: 24px;
	margin-top:0px;
}
.btn-primary:active:focus{
	color: #333333;
    background-color: transparent;
    border-color: transparent;
}
/*input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(255, 255, 255) !important;
    background-image: none;
    color: rgb(0, 0, 0);
}*/
/*input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}*/
input, textarea, select{
	background-color: transparent;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
	background-color:rgb(255, 255, 255) !important;
}
/*#pwn-wrap.home-page #mega-menu.active-nav input:-webkit-autofill{
	color:rgb(255, 255, 255) !important;
}*/

#pwn-wrap.extranet .mem-login-title{
	clear:right;
	margin-bottom:15px;
}
#pwn-wrap.extranet .mem-login-title a{
	text-decoration:none;
}
#pwn-wrap.extranet #mega-menu .mem-login-title{
	clear:left;
}
#pwn-wrap.extranet #mega-menu .mem-login-title a{
	color:#FFFFFF;
}
.header-right .mem-login-title a:focus,
.header-right .mem-login-title a:hover,
.header-right .mem-login-title a:visited{
	color:#333333;
}
#pwn-wrap.extranet #home-intro h1{
	color:#6fc051;
}
#pwn-wrap.extranet #home-intro{
	padding-bottom:55px;
}
/*banner*/

#inner-content-section p img{
	float:left;
	margin-right:20px;
}
/*home content*/
#pwn-wrap.extranet #home-banner a.scroll-arrow{
	background: url(../images/scroll_exrt.png) no-repeat center;
}

#pwn-wrap.extranet #home-sections .get-networking-exrt{
	padding-left:70px;
	padding-top:60px;
	padding-bottom:70px;
}
#pwn-wrap.extranet #home-sections .block-benefits h2{
	color:#389017;
}
#pwn-wrap.extranet #home-sections .block-benefits h2 a{
	font-size: 40px;
	margin:0px;
	color: #389017;
    line-height: normal;
	text-decoration:none;
}
#pwn-wrap.extranet #home-sections .block-benefits p{
	width:85%;
}

.extranet #home-sections .get-networking-exrt{
	background: url(../images/network_icon.png) no-repeat;
	background-position:21px 43px;
}
.extranet #home-sections .get-networking-exrt h4{
	color:#6fc051;
	font-size: 24px;
    line-height: normal;
    margin-bottom:11px;
	margin-top:40px;
}
.extranet #home-sections .get-networking-exrt .staff-listing{
	width:100%;
	left:0;
	margin:0;
}
.extranet #home-sections .get-networking-exrt .staff-listing ul{
	padding:0px!important;
}.extranet #home-sections .get-networking-exrt .staff-listing ul li{
	width:33%;
	padding-top:10px;
}
.extranet #home-sections .get-networking-exrt .staff-listing ul li:first-child{
	padding-left:0px;
}
.extranet #home-sections .get-networking-exrt .staff-listing ul li:last-child{
	padding-right:0px;
}
.extranet #home-sections .get-networking-exrt .staff-listing ul li .staff-desc span{
	text-transform:capitalize;
	font-size:18px;
}
.extranet #home-sections .get-networking-exrt .staff-listing ul li .staff-desc span:last-child{
	color:#333333;
    font-family: 'aileronregular';
}
.extranet #home-sections .get-networking-exrt .staff-listing ul li span.comp{
	color:#389017;
}
.extranet #home-sections .get-networking-exrt a.btn-brown{
	font-size:18px;
	margin-top: 23px;
}
.extranet #home-sections .get-networking-exrt .staff-listing ul li .staff-desc h5{
	margin-bottom:20px;
}

#pwn-wrap.extranet #home-sections .block-1{
	padding:30px 30px 70px;
}
#pwn-wrap.extranet #home-sections .about-me-home{
	margin-top:30px;
	background-color:#389017;
}
#pwn-wrap.extranet #home-sections .about-me-home h2{
	margin-bottom:20px;
}
#pwn-wrap.extranet #home-sections .about-me-home h2 a{
	text-decoration:none;
}
#pwn-wrap.extranet .about-me-home ul.profile_home{
	margin:0;
	padding:0;
	width:100%;
	margin-bottom:40px;
	display:inline-block;
}
#pwn-wrap.extranet .about-me-home ul.profile_home > li {
    list-style: none;
    float: left;
    width:100%;
    position: relative;
}
#pwn-wrap.extranet .about-me-home ul.profile_home > li img {
    float: left;
   	max-width:118px;
	/*max-height:118px;*/
}
#pwn-wrap.extranet .profile_home .staff-img-sec{
	width:118px;
	height:118px;
	overflow:hidden;
}
#pwn-wrap.extranet .about-me-home ul.profile_home > li .staff-desc {
    display: table;
    padding-left: 28px;
    height: 100%;
}
#pwn-wrap.extranet .about-me-home ul.profile_home > li span {
    display: block;
    font-size: 18px;
	line-height: 22px;
    font-family: 'aileronregular';
}
#pwn-wrap.extranet .about-me-home ul.profile_home > li span.comp {
	font-family: 'aileronbold';
font-weight:100;
}
#pwn-wrap.extranet .about-me-home ul.profile_home > li .staff-desc h5{
	margin-bottom:25px;
}
#pwn-wrap.extranet .about-me-home h4{
	font-size:24px;
}
#pwn-wrap.extranet .about-me-home ul.activity{
	margin:10px 0px 40px;
	padding-left:10px;
}
#pwn-wrap.extranet .about-me-home ul.activity li{
	font-size:18px;
}

#home-get-talking {
    /*float: left;*/
    width: 100%;
    clear: both;
	color:#FFFFFF;
	display:inline-block;
    padding:45px 0px 50px;
}
#pwn-wrap.extranet #home-get-talking{
	background: url(../images/get-talking_icon_h.png) no-repeat;
	background-position:21px 30px;
	background-color:#404040;
}
#pwn-wrap.extranet #home-get-talking h2,
#home-sections-2 .Knowledge_hub-hom h2,
#home-sections-2 .event-ext-hom h2,
#home-sections-2 .get-it-done-ext h2{
    font-size: 40px;
	color:#FFFFFF;
    line-height: normal;
    margin-bottom: 15px;
	text-align:left;
}
#pwn-wrap.extranet #home-get-talking h2 a{
	text-decoration:none;
	color:#FFFFFF;
}
#home-get-talking ul.talking-forums{
	width:100%;
	padding:0;
	margin:0;
	margin-top:15px;
	vertical-align:top;
	display:inline-block;
}
#home-get-talking ul.talking-forums li{
	width:100%;
	list-style:none;
	color:#FFFFFF;
	display:table;
	margin-bottom:7px;
}
#home-get-talking ul.talking-forums li:first-child{
	margin-bottom:20px
}
#home-get-talking ul.talking-forums li > div{
	display:table-cell;
	float:left;
	width:72%;
	text-align: left;
	padding-right:40px;
}
#home-get-talking ul.talking-forums li > div.talking-date{
	width:28%;
	padding:0;
}
#home-get-talking ul.talking-forums li:first-child > div{
	font-size:24px;
	font-family: 'aileronbold';
font-weight:100;
}
#home-get-talking ul.talking-forums li > div h4,
#home-get-talking ul.talking-forums li > div h4 a{
	color:#6fc051;
	margin-bottom: 8px;
	font-family: 'aileronblack';
}
#home-get-talking ul.talking-forums li > div h4 a{
	text-decoration:none;
}

#home-get-talking ul.talking-forums li > div p{
	font-size:16px;
	color:#FFFFFF;
	line-height:20px;
	font-family: 'aileronsemibold';
}
#home-get-talking ul.talking-forums li > div.talking-date span{
	color:#6fc051;
	font-size:20px;
	line-height: 22px;
	font-family: 'aileronblack';
}
#home-get-talking .your_forums{
	margin-right:35px;
}
#home-get-talking .hot_forums,
#home-get-talking .your_forums{
	float:left;
	width:40%;
}
#home-get-talking .hot_forums{
	width:51%;
}

#home-get-talking a.btn-white {
    color:#FFFFFF;
    margin-right: 45px;
    margin-top: 23px;
    line-height: normal;
    display: inline-block;
}
#home-get-talking [class^="btn-"] {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'aileronbold';
font-weight:100;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: solid 2px;
}
#home-sections-2 .col-md-2.event-ext-col{
	width:27%;
}
#home-sections-2 .col-md-6.Knowledge-col{
	width:73%;
}
#home-sections-2 .container.container-fluid {
    padding: 0px;
}
#home-sections-2 .row {
    margin: 0px;
}
#home-sections-2 .row > [class^="col-"] {
    padding: 0px;
}
#home-sections-2 .Knowledge_hub-hom,
#home-sections-2 .event-ext-hom,
#home-sections-2 .get-it-done-ext{
	padding-top: 45px;
    padding-bottom: 45px;
	padding-left:70px;
	padding-right:30px;
}
#home-sections-2 .Knowledge_hub-hom,
#home-sections-2 .event-ext-hom,
#home-sections-2 .get-it-done-ext{
	width:100%;
	display:inline-block;
	background: url(../images/Knowledge_hub-hom.png) no-repeat;
	background-position:21px 30px;
	background-color:#ffe8d0;
}
#home-sections-2 .Knowledge_hub-hom h2{
	color:#431b3d;
	margin-bottom:35px;
}
#home-sections-2 .Knowledge_hub-hom h2 a{
	text-decoration:none;
}
#home-sections-2 .Knowledge_hub-hom h3,
#home-sections-2 .event-ext-hom h3{
	font-size:24px;
	color: #431b3d;
	margin-bottom:20px;
	font-family: 'aileronbold';
	font-weight:100;
}
#home-sections-2 .Knowledge_hub-hom h3 a{
	text-decoration:none;
}
#home-sections-2 .Knowledge_hub-hom ul{
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}
#home-sections-2 .Knowledge_hub-hom ul li{
	list-style:none;
}
#home-sections-2 .Knowledge_hub-hom ul li h2,
#home-sections-2 .Knowledge_hub-hom ul li h2 a{
	font-size:20px;
	color:#431b3d;
	margin-bottom: 12px;
	font-family: 'aileronblack';
	/*line-height:24px;*/
}
#home-sections-2 .Knowledge_hub-hom ul li .gnrl-list-img-sec{
	width: auto;
	padding-right: 30px;
}
#home-sections-2 .Knowledge_hub-hom ul li .gnrl-list-img-sec img{
	    min-width:10px!important;
		min-height:10px!important;
}
#home-sections-2 .Knowledge_hub-hom ul li .gnrl-list-des p{
	line-height: 20px;
}
#home-sections-2 .Knowledge_hub-hom ul li .gnrl-list-des{
	position:relative;
	padding-bottom:35px;
}
#home-sections-2 .Knowledge_hub-hom ul li .gnrl-list-img-sec span.play-button{
	height:auto;
    width: 347px;
}
#home-sections-2 .Knowledge_hub-hom ul li .gnrl-list-des a.btn-brown{
	position:absolute;
	bottom:6px;
	left:0px;
	padding-bottom:0px;
}
#home-sections-2 [class^="btn-"] {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'aileronbold';
font-weight:100;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: solid 2px;
}
.Knowledge_hub-hom .liste-box{
	width:50%;
	float:left;
	margin-top:20px;
	padding-right: 50px;
}
.Knowledge_hub-hom .liste-box:last-child{
	padding-right:0px;
}
#home-sections-2 .Knowledge_hub-hom .liste-box ul{
	margin-bottom:45px;
}
#home-sections-2 .Knowledge_hub-hom .liste-box ul li .gnrl-list-img-sec {
    width: 130px;
    padding-right: 30px;
}
#home-sections-2 .Knowledge_hub-hom .liste-box ul li .gnrl-list-img-sec img {
	max-width:100px !important;
	max-height:145px;
    /*min-height:145px;*/
}
#home-sections-2 .Knowledge_hub-hom .liste-box a.btn-brown,
#home-sections-2 .get-it-done-ext a.btn-brown,
#home-sections-2 .event-ext-hom a.btn-brown{
	font-size:18px;
}

#home-sections-2 .get-it-done-ext{
	background: url(../images/get-it-done-icon.png) no-repeat;
	background-position:19px 30px;
	background-color: transparent;
	padding-bottom:70px;
}
#home-sections-2 .get-it-done-ext p{
	font-size:20px;
}
#home-sections-2 .get-it-done-ext a.btn-brown{
    margin-top: 25px;
    float: left;
}
/*#inner-content-section ul.gnrl-list li p strong,
#inner-content-section .detail_page p strong{
	color: #333333;
}*/

#home-sections a.staff-img{
	margin:0px;
	float:left;
}
.staff-listing .staff-img-sec,
.profile_home .staff-img-sec{
	width:150px;
	height:150px;
	float:left;
	display:inline-block;
	margin-top: 3px;
	overflow:hidden;
}
.staff-listing .staff-img-sec img{
	margin-top:0px
}


/*event-ext-hom*/
#home-sections-2 .event-ext-hom{
	background: url(../images/event_icon_ext.png) no-repeat;
	background-position:14px 30px;
	background-color: transparent;
	padding-left:42px;
	/*padding-bottom:0px;*/
}
#home-sections-2 .event-ext-hom h2,
#home-sections-2 .get-it-done-ext h2 {
    color: #389017;
    margin-bottom: 40px;
}
#home-sections-2 .get-it-done-ext h2 a{
    color: #389017;
    text-decoration:none;
}
#home-sections-2 .event-ext-hom h2 a{
	color: #389017;
}
#home-sections-2 .get-it-done-ext h2 {
	margin-bottom:35px;
}
/*#home-sections-2 .event-ext-hom > h3,
.toggle_part .toggle-calendar{
	color:#6fc051;
	font-size:20px;
	padding-left:62px;
	line-height:52px;
	text-transform:uppercase;
	background: url(../images/calender_icon.png) no-repeat;
}*/
#pwn-wrap.extranet .event-ext-hom a.toggle-calendar {
    display: inline-block;
    height: 50px;
    padding-left: 62px;
    background: url(../images/calender_icon.png) no-repeat left center;
    font-size: 20px;
    line-height: normal;
    font-family: 'aileronbold';
font-weight:100;
    color:#6fc051;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 12px;
    margin-bottom: 25px;
}

#home-sections-2 .event-ext-hom ul.event-listing {
    float: left;
	list-style: none;
    margin: 0px;
	margin-bottom:20px!important;
    padding: 0px;
}
#home-sections-2 .event-ext-hom ul.event-listing > li {
    padding:0;
	margin-bottom:20px;
}
#home-sections-2 .event-ext-hom ul.event-listing > li h3,
#home-sections-2 .event-ext-hom ul.event-listing > li h3 a {
    font-size:20px;
    color: #333333;
	margin-bottom:5px;
	font-family: 'aileronblack';
}
#home-sections-2 .event-ext-hom ul.event-listing > li h3 a {
	text-decoration:none;
}
#home-sections-2 .event-ext-hom ul.event-listing > li .misc-info span{
	font-size:16px;
	color: #333333;
	font-family: 'aileronbold';
font-weight:100;
}
#home-sections-2 .event-ext-hom ul.event-listing > li .misc-info{
	margin-bottom:2px;
}
#home-sections-2 .event-ext-hom ul.event-listing > li span.event-location {
    font-family: 'aileronbold';
font-weight:100;
    float: left;
    padding: 5px 0px 0px 20px;
    background: url(../images/pin-red.png) no-repeat left 4px;
}

/*-inner page-*/
#pwn-wrap.extranet #inner-content-section h1{
	color:#389017;
}
#pwn-wrap.extranet .catogory-search input[type="button"]{
	background: url(../images/search-ico-exrt.png) no-repeat center;
}
#pwn-wrap.extranet #inner-content-section h2{
	color:#6fc051;
}
#pwn-wrap.extranet ul.gnrl-list.get-talking > li{
	margin-bottom:44px;
}
#pwn-wrap.extranet ul.gnrl-list.get-talking > li:last-child{
	margin-bottom:0px;
}
#pwn-wrap.extranet ul.gnrl-list.get-talking h2{
	width:75%;
	padding-right:30px;
	display:inline-block;
}
#pwn-wrap.extranet ul.gnrl-list.get-talking h2 a{
	color:#6fc051!important;
	font-size: 24px;
	line-height: normal;
	text-decoration:none;
}
#pwn-wrap.extranet ul.gnrl-list.get-talking .more-container .show-more-feeds{
	padding-bottom: 4px;
}
#pwn-wrap.extranet .numbr-topic{
	width:24%;
	font-size:18px;
	color:#389017;
	display:inline-block;
	font-family: 'aileronblack';
	text-align:right;
}
#pwn-wrap.extranet ul.gnrl-list.get-talking a.btn-brown{
	color:#333333;
}
#pwn-wrap.extranet a.btn-green{
	font-size:18px;
	color:#389017
}
#pwn-wrap.extranet .adminblock-talking h1{
	font-size:30px;
	line-height:24px;
}
#pwn-wrap.extranet .adminblock-talking:last-child{
	margin-top:45px;
	margin-bottom:0px;
}
#pwn-wrap.extranet .adminblock-talking:last-child ul{
	margin-top:25px;
}

/*events*/
.secondary-nav.nav-two ul.sub_menu > li{
	width:50%;
}

#pwn-wrap.extranet .col-md-3.featured{
	background:#389017;
}
#pwn-wrap.extranet #inner-content-section .whats-new-wrap .col-md-3.featured ul.whats-new-listing h3{
	color: #fff!important;
}
#pwn-wrap.extranet .secondary-nav > ul > li a{
	background:#6fc051;
	border-right: solid 1px #b7e0a8;
	border-bottom: solid 1px #b7e0a8;
}
#pwn-wrap.extranet .secondary-nav > ul > li a:hover,
#pwn-wrap.extranet .secondary-nav > ul > li.active a{
	background: #a9d997;
}
#pwn-wrap.extranet #inner-content-section .whats-new-wrap h2,
#pwn-wrap.extranet ul.whats-new-listing .meta-info .date,
#pwn-wrap.extranet #inner-content-section .whats-new-wrap a.readmore-btn{
	color:#389017;
}
#pwn-wrap.extranet #inner-content-section .whats-new-wrap ul.whats-new-listing h3,
#pwn-wrap.extranet ul.whats-new-listing .meta-info ul.tags > li a,
#pwn-wrap.extranet ul.gnrl-list.news-lst > li > .gnrl-list-des ul.tags-list > li a,
#pwn-wrap.extranet .detail_page ul.tags-list > li a{
	color: #6fc051 !important;
}
#pwn-wrap.extranet .whats-new-wrap .col-md-3:nth-child(2){
}
#pwn-wrap.extranet .whats-new-wrap .col-md-3:nth-child(2) a.readmore-btn{
	float:left;
	/*margin-top:20px;*/
}
#pwn-wrap.extranet #inner-content-section ul.gnrl-list li a{
	color:#389017;
}
#pwn-wrap.extranet #inner-content-section ul.gnrl-list.get-talking li a{
	color:#333333;
	padding-bottom:1px;
}
#pwn-wrap.extranet #inner-content-section .adminblock-talking ul.gnrl-list.get-talking .more-container{
	margin-top:0px;
}
#pwn-wrap.extranet #inner-content-section ul.gnrl-list.get-talking .more-container{
	padding-top: 0px!important;
    border: 0;
    display: inline-block;
    margin-top:10px;
}
/*#pwn-wrap.extranet #inner-content-section .whats-new-wrap .featured h3{
	margin-bottom:10px;
}*/
#inner-content-section .whats-new-wrap .featured a.readmore-btn {
	 float:left;
	 /*margin-top:25px;*/
 }
ul.whats-new-listing .meta-info{
	margin-top: -10px;
}
#inner-content-section .whats-new-wrap ul.whats-new-listing h3{
	margin-bottom: 10px;
}
#pwn-wrap.extranet .gnrl-list-des span.date,
#pwn-wrap.extranet .detail_page span.date{
	color: #389017;
}
#pwn-wrap.extranet ul.whats-new-listing .meta-info ul.tags > li,
#pwn-wrap.extranet ul.gnrl-list.news-lst > li > .gnrl-list-des ul.tags-list > li,
#pwn-wrap.extranet .detail_page ul.tags-list > li{
	border-color:#6fc051;
}
ul.whats-new-listing .meta-info ul.tags > li{
	margin-top: 2px;
}

/*newsletter-list*/

#pwn-wrap.extranet .select-wrap:after, .field-wrap:after {
    background: url(../images/select_arrow-green.png) no-repeat center right;
}

#pwn-wrap.extranet .newsletter-list ul.gnrl-list > li h3,
#pwn-wrap.extranet .gallery-wrap ul.gallery-list > li h3{
	color:#6fc051 !important;
}

#inner-content-section .newsletter-list ul.gnrl-list{
	margin-top: 30px;
}


/*event*/
#pwn-wrap.extranet .event-wrap {
    margin-top: 10px;
}
#pwn-wrap.extranet .event-wrap ul.event-listing{
	width:100%;
}
#pwn-wrap.extranet .event-wrap ul.event-listing > li {
    padding-right:30px;
	padding-top: 45px;
}
#pwn-wrap.extranet .event-wrap ul.event-listing > li.featured{
	background: #6fc051;
}
/*#pwn-wrap.extranet .event-wrap ul.event-listing > li:first-child{
	padding-top:0px;
}*/
#pwn-wrap.extranet .event-wrap ul.event-listing > li h3,
#pwn-wrap.extranet .event-wrap ul.event-listing > li h3 a{
	color:#6fc051;
}
#pwn-wrap.extranet .event-wrap ul.event-listing > li .misc-info span,
#pwn-wrap.extranet .event-wrap ul.event-listing > li a.readmore-btn,
#pwn-wrap.extranet .event-detail .misc-info span{
	color:#389017;
}
.event-wrap .no_item_found{
	padding-left:75px;
}
#inner-content-section .event-wrap ul.event-listing > li.more-container{
	border: 0;
	margin-top: 40px;
    padding-top: 0!important;
}
#inner-content-section .event-wrap ul.event-listing > li.more-container .more_loader{
	position: relative;
    top: 10px;
}
#pwn-wrap.extranet #inner-content-section .event-wrap ul.event-listing > li.more-container a.more-items{
    color: #389017;
}
/*- ext-calender-*/
#pwn-wrap.extranet #event-calender.event-ext-hom{
	padding:30px;
	padding-top: 50px;
}
#pwn-wrap.extranet #event-calender.event-ext-hom{
	padding-top: 60px;
}
#pwn-wrap.extranet #event-calender.event-ext-hom,
#pwn-wrap.extranet #event-calender{
	background:#FFFFFF;
}
#pwn-wrap.extranet #event-calender{
	padding-right:0px;
	padding-top: 25px;
}
#pwn-wrap.extranet #event-calender .custom_calendar .prev a {
    background: url(../images/car-arw-left-green.png) no-repeat left center;
}
#pwn-wrap.extranet #event-calender .custom_calendar .next a {
    background: url(../images/car-arw-right-green.png) no-repeat right center;
}
#event-calender .close_calendar {
	top:20px;
    background: url(../images/close-ext.png) no-repeat center;
}
    
#pwn-wrap.extranet #event-calender table.custom_calendar tr td.calendar_month_year,
#pwn-wrap.extranet #event-calender table.custom_calendar tr td.calendar_month_year > span{
	color:#6fc051;
}
#pwn-wrap.extranet #event-calender table.custom_calendar tr.week_titles td{
	color:#389017;
}
#pwn-wrap.extranet #event-calender table.custom_calendar tr td{
	color:#333333;
}
#event-calender .custom_calendar tr td.events.today .today_circle{
	color:#FFFFFF!important;
}
#pwn-wrap.extranet #event-calender .custom_calendar tr td.events > a.more {
    background: #389017;
}
#pwn-wrap.extranet #event-calender ul.event_category_color_listing li.events > a span {
    background: #389017;
}
#pwn-wrap.extranet #event-calender ul.event_category_color_listing li.pwn-involved > a span,
#pwn-wrap.extranet #event-calender .custom_calendar tr td.pwn-involved  > a.more {
    background: #6fc051;
}
#pwn-wrap.extranet #event-calender.event-ext-hom .custom_calendar tr td > a.more{
	padding-top: 8px;
}
#pwn-wrap.extranet #event-calender.event-ext-hom a.btn-brown{
	display:none;
}
#pwn-wrap.extranet #event-calender .close_calendar

#pwn-wrap.extranet .event-wrap #event-calender{
	background:none;
}
/*calender-poup*/
#pwn-wrap.extranet .member-event .event_popup_listing:before{
	background:#e64135;
}
#pwn-wrap.extranet .member-event .event_popup_listing {
	background:#e64135;
}
#pwn-wrap.extranet .events .event_popup_listing:before{
	background:#389017;
}
#pwn-wrap.extranet .events .event_popup_listing {
	background:#389017;
}
#pwn-wrap.extranet .event_popup_listing,
#pwn-wrap.extranet .event_popup_listing:before{
	background: #6fc051;
}


/*--*/

.event-detail .event-desc h1{
    width: 85%;
    padding-right: 20px;
}
#pwn-wrap.extranet .event-detail .event-info{
	background:#389017;
}
.event-detail .event-info h2{
	margin-bottom: 15px!important;
}
#pwn-wrap.extranet #inner-content-section .event-agenda-speaker h2{
	color:#389017;
}
#pwn-wrap.extranet .col-md-3.agenda-col{
	width: 47%;
}
.col-md-3.speaker-col{
	width: 34%;
}
.col-md-2.participants-col{
	padding-right: 0px;
    width: 19%;
}
#pwn-wrap.extranet .event-agenda-speaker dl.event-agenda dt{
	color: #6fc051;
}
#pwn-wrap.extranet .event-session .event-time-info span{
	color:#6fc051;
}
#pwn-wrap.extranet .event-session .event-time-info span:first-child{
	color:#389017;
}
#pwn-wrap.extranet .speaker-col .speaker-listing.staff-listing .staff-desc span{
	color:#6fc051;
	text-transform:capitalize;
}
#pwn-wrap.extranet .participants-col ul.participants_list{
	margin-top: 5px !important;
    display: inline-block;
    width: 100%;
}
#pwn-wrap.extranet .participants-col > ul li .staff-desc span.comp{
	line-height: 20px;
    margin-top: 2px;
}
#pwn-wrap.extranet .participants-col > ul{
	padding:0px;
}
#pwn-wrap.extranet .participants-col > ul li{
	list-style:none;
	margin-bottom: 20px;
}
#pwn-wrap.extranet .participants-col > ul li .staff-desc span,
#pwn-wrap.extranet .staff-listing.user-list > ul > li span{
	display:block;
	font-size:18px;
    font-family: 'aileronregular';
}
#pwn-wrap.extranet .staff-listing.user-list > ul > li span.usr-fun{
	font-size:16px;
}
#pwn-wrap.extranet #loadUserItems.staff-listing > ul{
	padding: 35px 52px 0px!important;
}
#pwn-wrap.extranet .participants-col > ul li .staff-desc h5,
#pwn-wrap.extranet .staff-listing.user-list .participants-col > ul li .staff-desc h5{
	font-size:18px;
	font-family: 'aileronbold'
}
#pwn-wrap.extranet #loadUserItems.staff-listing > ul li .staff-desc h5{
    margin-bottom: 1px;
}
#pwn-wrap.extranet .participants-col > ul li .staff-desc span.comp,
#pwn-wrap.extranet .staff-listing.user-list > ul li .staff-desc span.comp{
	color: #389017;
	font-family: 'aileronbold'
}

#pwn-wrap.extranet .participants-col > ul li .staff-desc span.loc{
	margin-top: 18px;
}
#pwn-wrap.extranet .participants-col > ul li .staff-desc span.loc,
#pwn-wrap.extranet .staff-listing.user-list > ul > li span.loc{
	color:#cd5094;
	margin-top: 10px;
	font-family: 'aileronbold'
}
#pwn-wrap.extranet .participants-col a.readmore-btn{
	float:left;
	margin-bottom:15px;
	color: rgb(56, 144, 23);
}
#pwn-wrap.extranet .staff-listing.user-list > ul.user-listing li.more-container{
    width:100%;
    margin-top: 20px;
    padding: 0px !important;
    padding-left: 25px!important;
    border:0px!important;
}
#pwn-wrap.extranet .staff-listing.user-list > ul.user-listing li.more-container a{
	display:inline-block;
}
#pwn-wrap.extranet .staff-listing.user-list > ul.user-listing li.more-container .more_loader {
    left: 135px;
    top: -3px;
}
#pwn-wrap.extranet #loadUserItems ul.user-listing li .staff-desc a{
	padding-bottom:4px!important;
}
#pwn-wrap.extranet #loadUserItems h4.no-item{
	padding-left: 230px;
    margin: 20px 0px;
}
.event-detail img{
	float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

/*--My Profile--*/

#pwn-wrap.extranet .profile-wrap .col-md-4 {
    width:50%;
    padding: 65px 25px 30px 30px;
}
#pwn-wrap.extranet .profile-wrap .col-md-4.prof-col-left{
    padding-left:20px;
	position:relative;
	padding-right: 10px
}
.profile-details.membership-ext {
    width: 700px;
}
#pwn-wrap.extranet .profile-pic-sec {
	float: left;
    width: 150px;
    position: absolute;
    left:-178px;
    top: 50px;
	z-index:1
}
#pwn-wrap.extranet .profile-pic-sec a{
	float:left;
}
#pwn-wrap.extranet .profile-pic-sec a#upload_file{
	padding: 6px 10px!important;
    width:150px;
    text-align: center;
}
#pwn-wrap.extranet .profile-pic{
	float:left;
	position:relative;
	margin-top:30px;
	width:150px;
	max-height:150px;
	overflow: hidden;
}
#pwn-wrap.extranet .profile-pic span{
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	display:inline-block;
	text-align:center;
	padding: 5px 0px;
	background:rgba(255,255,255,0.75);
}
#pwn-wrap.extranet a.edit-pic,
#pwn-wrap.extranet .profile-pic span{
	float:none;
	color:#389017;
	font-size:16px;
	font-family: 'aileronsemibold';
}
#pwn-wrap.extranet a.edit-pic:hover{
	text-decoration:none;
}
#pwn-wrap.extranet .profile-pic span input{
	opacity: 0;
    width: 100%;
    position: absolute;
    bottom: 3px;
}
.profile-details{
	display:inline-block;
	width:100%;
	margin-bottom:40px;
}
.profile-details ul{
	margin-top: 20px;
	padding:0 !important;
}
.profile-details ul li{
	list-style:none;
	margin-bottom: 17px!important;
}
.profile-details ul li label{
    color: #333333;
    font-size: 18px;
    font-weight: 100;
    width: 160px;
    margin-bottom: 0px;
	margin-right: 30px;
	vertical-align:top;
    font-family: 'aileronregular';
}
.profile-details .field-wrap:after {
	background:none;
}
.profile-details ul li .select-wrap, .profile-details ul li .field-wrap {
    width:224px;
    float: none;
	position:relative;
    display: inline-block;
}
.field-wrap input[type="text"],
.field-wrap input[type="password"],
.field-wrap input[type="url"],
.field-wrap input[type="email"],
#pwn-wrap.extranet .chzn-container-single .chzn-single{
    border-radius: 0px;
    border: none;
    padding: 0px 20px 0px 0px;
    position: relative;
    /*width: 225px;*/
	width: 100%;
    height: 23px;
    font-size: 18px;
    color: #333333;
    border-bottom: solid 1px #333333;
    font-weight: 100;
    font-family: 'aileronregular';
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
#pwn-wrap.extranet .profile-details .field-wrap input[type="text"],
#pwn-wrap.extranet .profile-details .field-wrap input[type="password"],
#pwn-wrap.extranet .profile-details .field-wrap input[type="url"],
#pwn-wrap.extranet .profile-details .field-wrap input[type="email"]{
	padding-right:5px;
}
.profile-details .b-day:after {
	width:20px;
    height:20px;
    background: url(../images/calender_icon_sml.png) no-repeat center right;
}
#pwn-wrap.extranet .profile-details .text-field{
	width: 60%;
}
.profile-details .text-field textarea {
    font-size: 18px;
    color: #333333;
    background: none;
    border-radius: 0px;
    border: none;
    border-bottom:solid 1px #333333;
    margin-bottom: 10px;
    float: left;
    clear: both;
    width:100%;
	max-width:350px;
	height: 135px;
	font-family: 'aileronregular';
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
#pwn-wrap.extranet textarea::-webkit-input-placeholder {
	color:#333333 !important;
}
 
#pwn-wrap.extranet textarea:-moz-placeholder { /* Firefox 18- */
	color:#333333 !important;  
}
 
#pwn-wrap.extranet textarea::-moz-placeholder {  /* Firefox 19+ */
	color:#333333 !important;  
}
 
#pwn-wrap.extranet textarea:-ms-input-placeholder {  
	color:#333333 !important;  
}
.checkbox{
	display: inline-block;
    position: relative;
    margin-left:0px;
    margin-bottom: 0px;
    margin-top: 0px;
}
/*.profile-details.contact-details .checkbox{
	margin-left: 20px;
}*/
.extranet .profile-details ul li .checkbox label{
	width:auto;
	margin:0;
	padding-bottom: 0px;
	padding-top: 4px;
}
.extranet .profile-details.contact-details .checkbox{
	padding-top:0px;
	    height: 18px;
    min-height: 18px;
	margin-left: 15px;
}
.extranet .profile-details.contact-details .checkbox .radio{
	padding-top: 0px;
    min-height: 18px;
}
.extranet .profile-details.contact-details .field-wrap{
	vertical-align:top;
	color:red;
}
#pwn-wrap.extranet .latest_activity > ul{
	padding-left:16px!important;
}
#pwn-wrap.extranet .latest_activity > ul li{
	/*font-style:italic;*/
	margin-bottom:0px !important;
	list-style:disc !important;
	font-family: 'aileronregular';
}
#pwn-wrap.extranet .profile_pwn{
	margin-bottom:20px;
}
#pwn-wrap.extranet .profile_pwn > ul, .profile_pwn > ul li:last-child{
	margin-bottom:0px !important;
}
#pwn-wrap.extranet .profile_pwn > ul li span.mebr-type{
	color:#cd5094;
	font-family: 'aileronbold';
font-weight:100;
}
#pwn-wrap.extranet .payment-option-ext{
	width:100%;
	margin-bottom:60px;
	display:inline-block;
}
#pwn-wrap.extranet #inner-content-section .payment-option-ext a{
	float:left;
	color:#cd5094;
	font-size:18px;
	font-family: 'aileronbold';
	font-weight:100;
	margin-right:30px;
}
#pwn-wrap.extranet #inner-content-section .payment-option-ext a:last-child{
	margin-right:0px;
}
#pwn-wrap.extranet .global-newsletters{
	width:49%;
	vertical-align:top;
	display:inline-block;
	margin-bottom:30px;
}
#pwn-wrap.extranet .global-newsletters:last-child{
	padding-left:30px;
}
#pwn-wrap.extranet .global-newsletters h5{
	font-size:18px;
	margin-bottom:5px;
}
#pwn-wrap.extranet .global-newsletters p,
#pwn-wrap.extranet .global-newsletters a{
	font-size:14px;
	line-height: 16px;
	font-family: 'aileronregular';
}
#pwn-wrap.extranet .global-newsletters a{
	text-decoration:underline;
}
#pwn-wrap.extranet .global-newsletters ul li{
	margin-bottom:3px !important;
	display: inline-block;
    width: 100%;
	padding-left:25px;
	position:relative;
}
#pwn-wrap.extranet .membership-ext a.btn-primary{
	float: left;
}
#pwn-wrap.extranet .membership-ext .global-newsletters .checkbox{
	padding: 0;
    height: 18px;
    min-height: 18px;
	/*float: left;*/
    width: 18px;
    margin-right:0px;
    margin-top:3px;
	position:absolute;
	left:0;
}
#pwn-wrap.extranet .membership-ext .global-newsletters .checkbox label{
	padding: 0;
    font-size: 12px;
}
#pwn-wrap.extranet .membership-ext .global-newsletters .checkbox label .checked input{
	margin-left: -7px;
}
#pwn-wrap.extranet .membership-ext .global-newsletters .checkbox label span{
	    background-position: 0px 2px;
}
#pwn-wrap.extranet .membership-ext .global-newsletters .checkbox label span.checked{
	background-position: center bottom;
}
    
#pwn-wrap.extranet .membership-ext .global-newsletters ul li > label{
	width:100%;
    float: left;
    margin: 0px;
    vertical-align: top;
    padding-right: 20px;
}
.control-group span.star{
	color:red;
}
#pwn-wrap.extranet .global-newsletters > ul{
	margin-top: 25px;
}
#pwn-wrap.extranet .global-newsletters .select-wrap{
	margin-top: 17px;
}
#cancel-popup .cancelmember h4{
	font-size:18px;
	color:#333333;
	text-align:center;
	margin-bottom:20px;
	text-transform: uppercase;
	font-family: 'aileronsemibold';
	/*font-family: 'aileronregular';*/
}
#cancel-popup .cancelmember p{
	color:#333333;
	font-size:18px;
	font-family: 'aileronsemibold';
}
#cancel-popup .cancelmember p a,
#renewPopup .modal-body p a{
	color:#cd5094;
	font-size:18px;
	text-decoration:none;
	font-family: 'aileronsemibold';
}
#renewPopup .modal-body{
	padding-right:50px;
	padding-left:50px;
	padding-top:33px;
}
#renewPopup .modal-body p{
	text-align:center;
	text-transform:uppercase;
}
#cancel-popup .cancelmember ul.cancel-popup-mbr{
	width:100%;
	padding:0px !important;
}
#cancel-popup .cancelmember ul.cancel-popup-mbr li .text-field{
	float: right;
    width:75%;
}
#cancel-popup .cancelmember ul.cancel-popup-mbr li .control-label {
    width: 25%!important;
}
#cancel-popup .cancelmember ul.cancel-popup-mbr li .controls{
	width:75%;
}
#cancel-popup .cancelmember ul.cancel-popup-mbr li .controls #reason{
	width: 45%;
}
#cancel-popup .cancelmember ul.cancel-popup-mbr #member-submit{
	margin-top:18px;
}

/*--*/
#pwn-wrap.extranet .chzn-container-single .chzn-single{
	box-shadow:none;
	background-image:none;
}
#pwn-wrap.extranet .chzn-container-single .chzn-single a{
	text-decoration:none;
}
#pwn-wrap.extranet .chzn-container-single .chzn-single div b{
	display:none;
	/*background: url(../images/select_arrow-green.png) no-repeat center right;*/
}
#pwn-wrap.extranet .chzn-container-single .chzn-drop{
	margin-top:0px;
	border-color:#333333;
	border-radius:0px;
}
#pwn-wrap.extranet .chzn-drop ul.chzn-results{
	margin:0px!important;
}
#pwn-wrap.extranet .chzn-drop ul.chzn-results li{
	margin-bottom:5px!important;
	font-size:15px;
	padding-left:5px;
}
#pwn-wrap.extranet .chzn-drop ul.chzn-results li:last-child{
	margin-bottom:0px!important;
}
#pwn-wrap.extranet .personal-details .field-wrap.b-day input#jform_dob{
	background:none;
}
#pwn-wrap.extranet .profile-details button.validate{
	border-radius:0px;
	text-transform:uppercase;
}
#pwn-wrap.extranet #member-profile .profile-details.membership-ext a.btn{
	color: #cd5094!important;
	border-color: #cd5094!important;
	border-radius:0px;
	margin-left:30px;
	text-decoration: none;
	text-transform:uppercase;
}
.global-newsletters .select-wrap a{
	text-decoration:none !important;
}

/*profile-networking*/
#pwn-wrap.extranet .profile-inside h1{
	margin-bottom:60px;
}
.profile-inside .col-md-5{
	padding-left:0px;
}
.profile-inside .col-md-3{
	padding-right:0px;
}
#pwn-wrap.extranet .profile-inside .profile-pic{
	margin-top:0px;
	margin-right:50px;
}
#pwn-wrap.extranet .profile-display{
	float:left;
	width:70%;
}
#pwn-wrap.extranet .profile-display .staff-desc h5{
	font-size:22px;
	margin-bottom:20px;
}
#pwn-wrap.extranet .profile-display .staff-desc span{
	display:block;
	font-size:18px;
}
#pwn-wrap.extranet .profile-display .staff-desc span.comp{
    color: #389017;
    font-family: 'aileronbold';
font-weight:100;
}
#pwn-wrap.extranet .profile-display ul{
	padding:0px;
	margin-top:20px;
}
#pwn-wrap.extranet .profile-display ul li{
	list-style:none;
	margin-bottom:12px;
}
#pwn-wrap.extranet .profile-display ul li p{
	font-family: 'aileronregular';
}
#pwn-wrap.extranet .profile-display ul li label{
	font-weight:100;
	font-family: "aileronbold";
}
#pwn-wrap.extranet .member-type{
	float:left;
	width:100%;
	margin-bottom:20px;
}
#pwn-wrap.extranet .member-type span:nth-child(1),
#pwn-wrap.extranet .member-type span:nth-child(2){
	font-size:22px;
	display:block;
	color:#cd5094;
	line-height: 24px;
	font-family: 'aileronbold';
font-weight:100;
}
#pwn-wrap.extranet .member-type span{
	display:inline-block;
	font-family: 'aileronregular';
	font-size:18px;
	color:#333333;
}
#pwn-wrap.extranet .contact-me-pro-insd h2{
	width:100%;
	display:inline-block;
	color:#389017 !important;
	font-size:22px;
	margin-bottom: 10px;
}
#pwn-wrap.extranet .contact-me-pro-insd ul.social-links{
	padding:0px;
	width: 100%;
	display:inline-block;
	position:relative;
	margin-bottom: 8px;
}
#pwn-wrap.extranet .contact-me-pro-insd ul.social-links li{
	clear:none;
	margin-top:5px;
	margin-right:20px;
}
#pwn-wrap.extranet .contact-me-pro-insd ul.social-links li.preferred,
#pwn-wrap.extranet .contact-me-pro-insd ul.contact-links li.preferred{
	padding-bottom:30px;
	margin-bottom: 10px;
}
#pwn-wrap.extranet .contact-me-pro-insd ul.social-links li.preferred:after,
#pwn-wrap.extranet .contact-me-pro-insd ul.contact-links li.preferred:after{
	content: 'THIS IS MY PREFERRED METHOD OF CONTACT';
    position: absolute;
    width:100%;
    height:auto;
	bottom:-3px;
    left:0px;
	z-index:1;
	color: #389017;
    font-size: 14px;
    padding-left: 0px;
    background: none;
    text-transform: uppercase;
    font-family: 'aileronbold';
font-weight:100;
}
#pwn-wrap.extranet .contact-me-pro-insd ul.social-links li.preferred a,
#pwn-wrap.extranet .contact-me-pro-insd ul.contact-links li.preferred span{
	position:relative;
}
#pwn-wrap.extranet .contact-me-pro-insd ul.social-links li.preferred a:after,
#pwn-wrap.extranet .contact-me-pro-insd ul.contact-links li.preferred span:after{
	content: '';
    position: absolute;
    width: 2px;
    height:19px;
    bottom: -23px;
    left: 15px;
    background:#399017;
}
#pwn-wrap.extranet .contact-me-pro-insd ul.contact-links{
	width:100%;
	padding:0;
	display:inline-block;
}
#pwn-wrap.extranet .contact-me-pro-insd ul.contact-links li{
	width:100%;
	position:relative;
	list-style:none;
}
#pwn-wrap.extranet .contact-me-pro-insd ul.contact-links li.preferred{
	margin-bottom:5px;
}
#pwn-wrap.extranet .contact-me-pro-insd ul.contact-links li.preferred:after{
	bottom:-2px;
}
#pwn-wrap.extranet .contact-me-pro-insd ul.contact-links li.preferred span:after{
	bottom: -18px;
}
a.ico-skype {
    background: url(../images/skype.png) no-repeat center;
}
#pwn-wrap.extranet .contact-me-pro-insd ul.social-links li.preferred a.ico-linkedin{
    background: url(../images/linkedin-sml-green.png) no-repeat center;
}
#pwn-wrap.extranet .contact-me-pro-insd ul.social-links li.preferred a.ico-facebook{
    background: url(../images/facebook-sml-green.png) no-repeat center;
}
#pwn-wrap.extranet .contact-me-pro-insd ul.social-links li.preferred a.ico-twitter{
    background: url(../images/twitter-sml-green.png) no-repeat center;
}
#pwn-wrap.extranet .contact-me-pro-insd ul.social-links li.preferred a.ico-skype{
    background: url(../images/skype-green.png) no-repeat center;
}
#pwn-wrap.extranet .contact-me-pro-insd > span.preferred-text{
	display:none;
	color:#389017;
	font-size:14px;
	padding-left:0px;
	background:none;
	text-transform:uppercase;
	font-family: 'aileronbold';
font-weight:100;
}
#pwn-wrap.extranet .contact-me-pro-insd ul.contact-links li > span{
	font-size: 18px;
    display: block;
    padding-left: 40px;
    font-family: 'aileronregular';
    padding-top: 20px;
	margin-bottom:5px;
}
#pwn-wrap.extranet .contact-me-pro-insd ul.contact-links li > span.email-icon{
	background: url(../images/email_icon.png) no-repeat;
	background-position: 1px 9px;
}
#pwn-wrap.extranet .contact-me-pro-insd ul.contact-links li > span.phone-pro{
	background: url(../images/phone-icon.png) no-repeat;
	background-position: 1px 9px;
}
#pwn-wrap.extranet .contact-me-pro-insd ul.contact-links li.preferred span.email-icon{
    background: url(../images/email_icon-green.png) no-repeat left center;
	background-position: 1px 9px;
}
#pwn-wrap.extranet .contact-me-pro-insd ul.contact-links li.preferred span.phone-pro{
    background: url(../images/phone-icon-green.png) no-repeat left center;
	background-position: 1px 9px;
}
ul.fliter-catogory li:last-child{
	margin-right:0px;
}
.staff-listing.user-list > ul > li span{
	color:#333333;
	text-transform:capitalize;
}
.staff-listing.user-list > ul > li span:last-child{
	
}
/*-get-it-done-*/
.get-it-block-intro{
	width:100%;
	margin-top: 65px;
	margin-bottom:50px;
	display:inline-block;
}
#pwn-wrap.extranet #inner-content-section .get-it-block-intro h2{
	color:#389017;
	font-size:30px;
	margin-bottom: 15px;
	font-family: 'aileronbold';
}
.get-it-block-section .tabbed-nav > ul > li{
	width:auto;
}
#pwn-wrap.extranet .widget-block.widget-get-it-done{
	margin-top:50px;
}
#pwn-wrap.extranet .widget-block.widget-get-it-done h2{
	margin-bottom: 15px;
}
#pwn-wrap.extranet .widget-block.widget-get-it-done ul li:first-child{
	margin-bottom:15px !important;
}
.widget-block.widget-get-it-done > ul > li:first-child > div{
	border:none;
}
#pwn-wrap.extranet .widget-block.widget-get-it-done > ul > li:first-child > div > h3{
	color:#6fc051 !important;
	font-size:24px;
	text-transform:capitalize;
}
#pwn-wrap.extranet .widget-block.widget-get-it-done > ul > li div a{
	color:#389017 !important;
}
#pwn-wrap.extranet .widget-block.widget-get-it-done ul li > div.widget-city {
    color: #333333;
}

#pwn-wrap.extranet .keep-notify div.checker span.checked {
    background-position: center -25px;
}

/*--topic section--*/
.row-fluid.forum_topic_section .col-md-8{
	padding-left: 230px;
    padding-right: 80px;
}
#pwn-wrap.extranet .fliter_section .add_new_forumtopic a{
	padding:0px;
	text-transform: uppercase;
    font-size: 18px;
    font-family: 'aileronbold';
font-weight:100;
    text-decoration: none;
	border-radius:0;
	color:#389017;
    border-bottom: solid 1px;
}
.btn:active, .btn.active{
	box-shadow: none;
}
    
.topic-wrap{
	width:100%;
	margin-top:55px;
	display:inline-block;
}
.topic-wrap.discussion_topics_page{
	width:115%;
}
#pwn-wrap.extranet .discussion_topics_page table{
	width:100%;
}
#pwn-wrap.extranet .discussion_topics_page table tr th a{
	font-size:24px;
	color:#389017;
	text-decoration:none;
	font-family: 'aileronbold';
	font-weight:100;
}
#pwn-wrap.extranet .discussion_topics_page table tr:first-child th:first-child a{
	font-size:30px;
}
#pwn-wrap.extranet .discussion_topics_page table tr th,
#pwn-wrap.extranet .discussion_topics_page #loadItems .topic_items tr td{
	width:15%!important;
	padding-bottom:3px;
	border-bottom: solid 1px #eaeaea;
}
#pwn-wrap.extranet .discussion_topics_page table tr:first-child th:first-child,
#pwn-wrap.extranet .discussion_topics_page #loadItems tr:first-child td:first-child{
	width:30%!important;
}
#pwn-wrap.extranet .discussion_topics_page #loadItems .topic_items tr td{
	padding-top:25px;
	padding-bottom:25px;
	text-align:left;
	color:#333333;
	font-size:16px;
	font-family: 'aileronbold';
font-weight:100;
}
#pwn-wrap.extranet .discussion_topics_page #loadItems .topic_items tr td:nth-child(1) a{
	color:#6fc051;
	font-size:24px;
	text-decoration:none;
}
#pwn-wrap.extranet .discussion_topics_page #loadItems .topic_items tr td:nth-child(2) span{
	position:relative;
	display:inline-block;
	padding-left:22px;
	background: url(../images/like_icon.png) no-repeat;
	background-position:0px 2px;
}

#pwn-wrap.extranet .discussion_topics_page #loadItems .topic_items tr td{
	text-align:left;
	padding-right:20px;
}
#pwn-wrap.extranet .discussion_topics_page #loadItems .topic_items{
	width:100%;
}
#pwn-wrap.extranet #loadItems .topic_items tr.more-container td{
	border-bottom:0px;
	padding-bottom:15px;
	padding-top:38px;
}
#pwn-wrap.extranet #loadItems .topic_items tr.more-container td p{
	float:left;
	padding-bottom: 10px;
	margin-bottom:0px;
}
#pwn-wrap.extranet #loadItems .topic_items tr.more-container td a,
#pwn-wrap.extranet #comments_list .more-container a{
	font-size:18px !important;
	padding: 0px 0px 4px;
	border-radius:0px;
	text-transform:uppercase;
	color: #389017 !important;
	border-bottom: solid 2px #389017;
}
#pwn-wrap.extranet #loadItems .topic_items tr.more-container td .more_loader,
#pwn-wrap.extranet #comments_list .more-container .more_loader,
#pwn-wrap.extranet ul.gnrl-list.get-talking .more-container .more_loader {
	position: relative;
    left: initial;
    top: initial;
	margin-left: 30px;
}
#pwn-wrap.extranet ul.gnrl-list.get-talking .more-container .more_loader {
	margin-top: -8px;
	float:left;
	display:inline-block;
}
#pwn-wrap.extranet ul.gnrl-list.get-talking .more-container span{
	float:left;
	display:inline-block;
}
#pwn-wrap.extranet #comments_list .more-container{
	border-top:0px;
	margin-top: 0;
    padding-top: 10px!important;
}
#pwn-wrap.extranet #comments_list .more-container p{
	float: left;
    text-align: left;
    margin: 0;
	padding-bottom: 10px;
}
#pwn-wrap.extranet #inner-content-section .discussion_topics_page ul.no_item{
	padding-top:0px!important;
	padding-left:0px !important;
	border-top:0px!important;
}
.discussion_topics_page ul.no_item li{
	list-style:none;
}

.no_item_forum{
	padding:25px 0px;
	border-top: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;
}
.no_item_forum h4{
	font-family: 'aileronbold';
    padding: 6px 0px 6px 30px;
    background: url(../images/noitem.png) no-repeat left center;
    background-size: 22px;
    color: #aeaeae;
}
hr{background:#ccc; height:1px; border:none;}
/*-topic poup-*/
#topic-form #submit-topic{
	width:100%;
	display:inline-block;
}

.modal-forms #topic-form > .topic-row{
	position:relative;
}
#topic-form .topic-form-btn{
	width: 100%;
    display: inline-block;
    padding-right: 25px;
    margin-top: 30px;
	margin-bottom:20px;
    padding-left: 25px;
}

.modal-forms #topic-form .ajax-upload-dragdrop > span > b,
.fileuploader-ext-comment_form .ajax-upload-dragdrop > span > b{
	display:none;
}
.modal-forms #topic-form .ajax-upload-dragdrop{
	text-align:right;
	border-bottom:1px solid;
}
.modal-forms #topic-form .ajax-upload-dragdrop > .ajax-file-upload form > input{
	width:100% !important;
}
.modal-forms #topic-form .fileuploader-ext-pup{
	position: absolute;
    top:40px;
    right: 0;
}
.modal-forms #topic-form .row .col-md-8{
	padding-left:25px;
	padding-rigth:25px;
}
.modal-forms #topic-form .disclaimer-text p{
	text-align:left;
	border-bottom:0px;
}
.topic-form-btn input[type="submit"],
#pwn-wrap.extranet .profile-details.membership-ext a.btn{
	line-height: normal!important;
    padding: 7px 20px!important;
    font-size: 18px!important;
    color:#6fc051!important;
    font-family: 'aileronbold'!important;
    border: solid 2px!important;
    background: none!important;
}
.modal-forms #topic-form .topic-form-btn .btn-primary{
	float:right;
}
.modal-forms .topic-form-btn input[type="submit"]{
	margin-right:20px;
	margin-left:0px;
}
.modal-forms #topic-form a#close_topic_form{
	margin-left:0px;
}
.modal-forms #topic-form .topic-form-btn .loader{
	width: 30px;
    height: 30px;
    float: right;
    background-size: 30px;
    margin-right: 30px;
}
.modal-forms #topic-form ul.topic-intro-width{
	width:100%;
	display:inline-block;
}
.modal-forms #topic-form ul.topic-intro-width li{
	padding-top: 25px;
}
.modal-forms #topic-form ul.topic-intro-width li .control-label{
	width: 18.6% !important;
}
.modal-forms #topic-form ul.topic-intro-width li .controls{
	float:left;
	width: 81%;
}
.modal-forms #topic-form ul.topic-intro-width li .controls textarea{
	height: 150px;
}
/*input[type="text"].error,
textarea.error{
	border-bottom: solid 1px red !important;
}*/
.file_upload .image_holder{
	font-size:12px;
	margin-top: 5px;
}
.file_upload div div[style="color:red;"] {
    font-size: 11px;
    line-height: 100%;
    margin-top: 5px;
}
.modal-forms #topic-form .file_upload .doc-icon{
	margin-left: 4px;
}
.modal-forms #topic-form a.remove_doc{
	color: #cd5094;
    font-size: 14px;
	text-decoration:none;
}
.discussion_topics_page #loadItems > h4{
	margin-top:10px;
}
/*select chzn*/
.chzn-container-single .chzn-single span{
	margin-right:0px;
}

/*--discussion inner--*/

.discussion_header_brief{
	width:100%;
	position:relative;
	display:inline-block;
}
#pwn-wrap.extranet .discussion_header_brief h1{
	padding-right:70px;
	margin-bottom: 8px;
}
.discussion_header_brief span.library-thumb{
	right:0;
	bottom:13px;
	position:absolute;
	/*padding-left:25px;
    background: url(../images/like_icon.png) no-repeat;
    background-position: 0px 2px;*/
}
#pwn-wrap.extranet .discussion_header_brief span.library-thumb a.library_vote{
   	color: #333333;
    font-family: 'aileronbold';
	font-weight:100;
	padding-left:25px;
	background: url(../images/like_icon.png) no-repeat;
    background-position: 0px 0px;
}
#pwn-wrap.extranet .topic-detail span.topic-meta{
	width:auto;
	margin-right:50px;
	font-size:16px;
	color: #333333;
	margin-bottom:17px;
    font-family: 'aileronbold';
font-weight:100;
}
#pwn-wrap.extranet .topic-detail > span{
	width:100%;
	margin-bottom:10px;
	display:inline-block;
}
#pwn-wrap.extranet .topic-detail > span.keep-notify{
	float: left;
    width: auto;
    position: relative;
}
#pwn-wrap.extranet .topic-detail > span.keep-notify .loader{
	position: absolute;
    top: -6px;
    right: -35px;
	width: 30px;
    height: 30px;
    background-size: 25px;
}
#pwn-wrap.extranet .comments_container{
	width:80%;
	margin-top: 65px;
	display:inline-block;
}

/*comments*/

#pwn-wrap.extranet h2.reply-title{
	font-size:30px;
	margin-bottom:40px;
	color:#389017 !important;
	font-family: 'aileronbold';
font-weight:100;
}
#pwn-wrap.extranet .comments_container ul#comments_list.topic-comments{
	border-bottom:1px solid #eaeaea;
	position: relative;
	width:100%;
	padding-bottom:50px;
}
#pwn-wrap.extranet .comments_container ul#comments_list.topic-comments:before {
    content: '';
    position: absolute;
    left: -100%;
    bottom: -1px;
    height: 1px;
    width: 100%;
    background: #eaeaea;
}
#pwn-wrap.extranet .comments_container ul#comments_list.topic-comments:after {
    content: '';
    position: absolute;
    right: -100%;
    bottom: -1px;
    height: 1px;
    width: 100%;
    background: #eaeaea;
}
#pwn-wrap.extranet .comments_container ul#comments_list.topic-comments > li{
	margin-bottom:30px;
	display: inline-block;
    width: 100%;
}
#pwn-wrap.extranet .comments_container ul#comments_list.topic-comments > li:last-child{
	margin-bottom:0px;
}
#pwn-wrap.extranet h2.reply-title i{
	font-style: normal;
}
#pwn-wrap.extranet .comments_container ul{
	margin:0px;
	padding:0px;
}
#pwn-wrap.extranet .comments_container ul.topic-comments li h1{
	font-size:24px;
	margin-bottom: 10px;
	color:#6fc051 !important;
}
#pwn-wrap.extranet .comments_container ul.topic-comments li a{
	color:#333333;
}
#pwn-wrap.extranet .comments_container ul.topic-comments li .topic-detail >span{
	width:100%;
	margin:0px;
}
#pwn-wrap.extranet .fileuploader-ext-comment_form .ajax-file-upload{
	color: #cd5094!important;
}
#pwn-wrap.extranet .comments_container ul#dicussion-form{
	margin-top:65px;
	position:relative;
}
#pwn-wrap.extranet .comments_container ul#dicussion-form .comments-form h2{
	margin-bottom: 15px;
}
#pwn-wrap.extranet .comments_container ul.topic-comments li .topic-detail .posted-by {
	margin-top:15px;
	display: inline-block;
    vertical-align: top;
	margin-right:25px;
	width:118px;
	height:119px;
	overflow: hidden;
}
#pwn-wrap.extranet .comments_container ul.topic-comments li .topic-detail ul.comment-actions{
	margin-top:8px;
	display: inline-block;
    width: 60%;
}
#pwn-wrap.extranet .comments_container ul.topic-comments li .topic-detail ul.comment-actions li{
	width:100%;
	display:inline-block;
}
#pwn-wrap.extranet .comments_container ul.topic-comments li .topic-detail ul.comment-actions > li:nth-child(2){
	margin-top:50px;
}
#pwn-wrap.extranet .comment-actions span.topic-meta{
	width: 100%;
    display: inline-block;
    margin-bottom: 0px;
}

#pwn-wrap.extranet #dicussion-form ul.post-comments-form{
	width:60%;
    display: inline-block;
}
#pwn-wrap.extranet #dicussion-form ul.post-comments-form li{
	margin-bottom: 25px;
	width: 100%;
	display: inline-block;
}
#pwn-wrap.extranet #dicussion-form label{
	font-weight:100;
	font-family: 'aileronbold';
}
#pwn-wrap.extranet #dicussion-form ul.post-comments-form li:nth-child(3) input[type="text"]{
	width:230px;
}
#pwn-wrap.extranet #dicussion-form input[type="text"],
#pwn-wrap.extranet #dicussion-form textarea{
	width: 100%;
    background: none;
    border: none;
    border-bottom: solid 1px #000;
    line-height: 100%;
    box-shadow: none;
}
#pwn-wrap.extranet #dicussion-form textarea{
	padding-left:0;
	margin-right:0px;
}
#pwn-wrap.extranet #dicussion-form textarea#cdescription{
	height:130px;
}
#pwn-wrap.extranet #dicussion-form .comments-form-btn{
	margin-top:40px;
}
#pwn-wrap.extranet #dicussion-form .comments-form-btn a{
	float:left;
	border-radius:0px;
	margin-top: 40px;
	padding: 7px 30px!important;
	text-transform: uppercase;
}
/*#pwn-wrap.extranet #dicussion-form .fileuploader-ext-comment_form{
	position:absolute;
	left:0;
	bottom:65px;
}*/
#pwn-wrap.extranet #dicussion-form .fileuploader-ext-comment_form label {
    font-size: 18px;
    text-align: left;
    margin: 0px;
    line-height: 20px;
}
#pwn-wrap.extranet #dicussion-form .fileuploader-ext-comment_form .ajax-upload-dragdrop {
    border-bottom: 1px solid;
	text-align: right;
	width: 230px;
    font-size: 14px;
}
#pwn-wrap.extranet #dicussion-form .comment_form_upload{
	position:absolute;
	left:0;
	bottom:65px;
}
.ajax-file-upload-statusbar .ajax-file-upload-filename,
.ajax-file-upload-statusbar .ajax-file-upload-red,
.ajax-file-upload-statusbar ajax-file-upload-green{
	font-size:12px;
}
.comment-actions li > a{
	float:left;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'aileronbold';
	font-weight:100;
    text-decoration: none;
    padding-bottom:1px;
	margin-right:30px;
	color: #cd5094!important;
    border-bottom: solid 2px;
}
.comment-actions li .comment-thumb a.icon-like{
	padding-left:25px;
    background: url(../images/like_icon.png) no-repeat;
    background-position: 0px 0px;
}
.comment-actions li .comment-thumb .for_popup{
	margin-right:8px;
	font-family: 'aileronregular';
}
.comment-actions li .comment-thumb{
	float:left;
	margin-top: 5px;
	font-family: 'aileronbold';
font-weight:100;
	position: relative;
	font-size:16px;
}
#comments_list.topic-comments .info-text.topic-detail p{
	margin-bottom:7px;
}
.comment-actions li .comment-thumb .loader{
	position: absolute;
    right: -25px;
    top: 0
}
/*--*/
.popup_members_list {
	display: inline-block;
	position: absolute;
	left:-50px;
	top:28px;
	z-index:1;
	width:240px;
	/*padding-top:18px !important;*/
}
.popup_members_list_scroll {
	max-height:100px;
	border-radius:5px;
	padding:10px;
	background: rgba(0,0,0,0.9);
}
.popup_members_list_scroll ul {
	margin:0px !important;
	padding:0px !important;
}
.popup_members_list_scroll  ul > li {
	font-size: 12px !important;
	color: #fff!important;
	font-family: 'aileronregular';
	font-weight:100;
}
.popup_members_list:before {
	content: "i";
	position: absolute;
	width: 15px;
	height: 11px;
	background: url(../images/pop-arw_member.png) no-repeat center;
	left:73px;
	top:-11px;
	text-indent: -3000px;
	opacity: 0.9;
}
.question-likes.comment-thumb .popup_members_list:before{
    left:20px;
}
.popup_members_list_scroll .mCSB_scrollTools .mCSB_draggerRail {
	background-color:#232b31 !important;
}
.popup_members_list_scroll .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .popup_members_list_scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #5e676e!important;
}
.popup_members_list_scroll .mCSB_inside > .mCSB_container {
	margin-right: 16px !important;
}
.discussion_header_brief .popup_members_list{
	left: -180px;
}
.discussion_header_brief .popup_members_list:before{
	left: initial;
	right: 22px;
}
/*--*/
.loader {
    display: inline-block;
    height: 20px;
    background: url(../images/loader.gif) no-repeat center;
}
#pwn-wrap.extranet #dicussion-form .comments-form-btn .loader {
	width: 30px;
    height: 30px;
    float: left;
    background-size: 30px;
    margin-top: 43px;
    margin-left: 16px;
}

.loader-cont {
    top: 2px;
    width:16px;
    height: 16px;
    margin-left: 10px;
    background: url(../images/load_smal.gif) no-repeat center;
}
.discussion_header_brief .loader-cont{
	position: absolute;
    right: -20px;
}

/*--*/
#inner-content-section .process_complate a.button.back_to_list{
	float: left;
	line-height: normal!important;
    padding: 7px 20px!important;
    font-size: 18px!important;
    color: #cd5094!important;
    font-family: 'aileronbold'!important;
    border: solid 2px!important;
    background: none!important;
    text-decoration: none!important;
    border-radius: 0px!important;
}
#logout-popup .modal-body p{
	border:0px;
	text-align:center;
}
#logout-popup .modal-body{
	text-align: center;
}
#logout-popup .modal-body a.btn-primary{
	float:none;
	display: inline-block;
}
.alert-error {
    border-radius: 0;
    border-width: 1px 0;
    margin-top: 20px;
	border-color: #db999c;
    color: #b16063;
}
#pwn-wrap.extranet #inner-content-section ul.no_item{
	padding:20px 52px 20px!important;
}
#image_sucess{
	margin-top:12px;
	font-size:15px;
	color:#389017;
	text-align:center;
	padding:4px 6px;
	line-height:normal;
	background:#e4e4e4;
}
#multiple-select-wrap{
    float:left;
    width:100%;
    margin:18px 0px 0px 0px;
}
#multiple-select-wrap .chzn-container{
    width:100%!important;
}
#multiple-select-wrap ul.chzn-choices{
    margin:0px;
    padding:4px!important;
    background:none;
}
#multiple-select-wrap ul.chzn-choices > li{
    margin:0px 2px 2px;
    background:#eaeaea!important;
    border:none!important;
    border-radius: 3px;
    font-size:13px;
    padding:3px 22px 3px 6px!important;
    line-height: 16px;
    color:#000;
    float:left!important;
    width:auto!important;
}
#multiple-select-wrap ul.chzn-choices > li.search-field{
    background:none!important;
}
#multiple-select-wrap ul.chzn-choices > li.search-field input{
    font-family: 'arial';
    padding:0px!important;
}
#multiple-select-wrap .chzn-container-multi .chzn-choices li.search-choice .search-choice-close{
    top:6px!important;
}
#cookieMessageContainer .cookie_button{
	margin-left:5px!important;
}
#premiumMmber-popup.modal-forms p{
	border:none;
	margin:0px!important;
	padding:0px;
}
#premiumMmber-popup.modal-forms p a{
	font-family: 'aileronbold';	
	color:#cd5094;
}
#premiumMmber-popup.modal-forms .modal-dialog{
	margin-top:15%;
}
.global-newsletters #multiple-select-wrap ul.chzn-choices{
	padding: 0px!important;
	border:0px;
	border-bottom:1px solid #333333;
}
.global-newsletters #multiple-select-wrap .chzn-container-active ul.chzn-choices{
	box-shadow: none!important;
}
.global-newsletters #multiple-select-wrap ul.chzn-choices > li{
	background: none!important;
	box-shadow: none;
	font-size: 16px;
	padding: 3px 22px 3px 0px!important;
}

/*--*/
.content-article-wraper{
    width:100%;
    margin-top: 60px;
    display:inline-block;
}
#register-popup #member-registration .form-ul-wrap{
	overflow:visible;
}
/*#loadItems #system-message-container{
	display:none !important;
}*/

#inner-content-section ul.related_items{
	width:100%;
	display:inline-block;
}
#inner-content-section ul.related_items li{
	margin-bottom:25px;
}
#inner-content-section ul.related_items li h3{
	text-transform:none !important;
	font-size: 20px;
    color: #431b3d;
    font-family: 'aileronbold';
}
#inner-content-section ul.related_items li p{
	margin-bottom: 10px;
}
#inner-content-section ul.related_items li a.readmore-btn{
	font-size: 16px;
	color:#431b3d;
}
.termsCondition{
    float:left;
    width:100%!important;
}
.termsCondition > div, .termsCondition > span{
    float:left;
    margin:10px 6px 0px 0px;
}
.termsCondition > div .controls{
    width:100%;
}
.termsCondition #jform_terms-lbl{
    display:none;
}
.termsCondition .control-label{
    display:none;
}
input[type="checkbox"].error{
    box-shadow:0px 0px 3px #fe0000!important;
}
/*--*/

#register-popup .controls.submit_sec.captcha_full{
	width:100%;
}
.controls.submit_sec .g-recaptcha{
	width: auto;
	display: inline-block;
	/*transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	margin-top: -7px;
    padding-left: 29px;*/
}
.controls.submit_sec .captcha_btn{
	float: left;
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.controls.submit_sec .captcha_btn button{
	bottom: -38px;
    position: relative;
}


p.highlight-text{
	background: #ededed;
	display: inline-block;
	width: 100%;
	padding: 12px 10px;
}

.confirm_news span strong.lbl{
    width:90%;
}

/* EXTRANET PAGE CSS END
================================================== */


/* #CSS FIX / BROWSER HACK
================================================== */
/* IE10+ CSS HACK */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	
	select::-ms-expand {
		display: none;
	}
}

/*CHROME*/
@media screen and (-webkit-min-device-pixel-ratio:0) {


}
