@import url( bootstrap.css );
@import url( home.css );
@import url( journal.css );

/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Lora);


#Body {
	color: #8a8a8a;
	background: #FFF;
}

.body_bg {
	background: url(images/main_bg.png) center center no-repeat;
	background-size: cover;
	min-height: 100%;
}
.body_bg_login{
	background: url(images/login_bg.png) center 0 no-repeat;
	background-size: cover;
	min-height: 100%;
}

html,
body {
	margin: 0px;
	padding: 0px;
	font: normal 12px/1.5 'Roboto', sans-serif, Arial; 
	color: #8a8a8a;
	height: 100%;
}

p {
	margin: 0px 0px 8px 0px;
}

header,
nav,
section,
footer {
	display: block;
}


A,
A:link {
	text-decoration: none;
	transition: color ease 300ms;
	-moz-transition: color ease 300ms; /* Firefox 4 */
	-webkit-transition: color ease 300ms; /* Safari and Chrome */
	-o-transition: color ease 300ms; /* Opera */
	-ms-transition: color ease 300ms; /* IE9? */
	color:#007dc3;
}

A:active {
	color:#007dc3;
	text-decoration: none;
}

A:visited {
	color:#007dc3;
	text-decoration: none;
}

A:hover {
	color:#007dc3;
	text-decoration: underline;
}

A:focus {
	color:#007dc3;
	outline: none;
	-moz-outline: none;
}

h1 {
	color:#007dc3;
	font-family: 'Roboto', sans-serif, Arial;
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}
 
h2 {
	color:#007dc3;
	font-family: 'Roboto', sans-serif, Arial;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h3 {
	color:#000000;
	font-family: 'Roboto', sans-serif, Arial;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h4 {
	color:#000000;
	font-family: 'Roboto', sans-serif, Arial;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h5 {
	color:#000000;
	font-family: 'Roboto', sans-serif, Arial;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

form#Form {
	height: 100%;
}

.ModuleTitle_SubMenu {
	z-index: 9999!important;
}

.clearfix:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

#dnn_ControlPanel #dnnCPWrap {
	filter: none !important;
}

ul.dnnActionMenuBody li ul li a,
ul.dnnActionMenuBody li ul li a img {
	color: #328DDE!important;
}

.clear {
	clear: both;
}

/* ********** Container Style ************** */


.Head {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.SubHead {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.SubSubHead {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.Normal {
	color: #a1a0a1;
	font-family: 'Roboto', sans-serif, Arial;
	font-size: 12px;
}


/**************** Login page******************/
@media only screen and (max-width:767px) {

.loginContent .LoginPanel {
	width: 100% !important;
}

.loginContent .dnnFormItem .dnnLoginRememberMe {
	white-space: nowrap;
}

.loginContent .dnnFormLabel {
	display: block !important;
	text-align: left !important;
}
}
/**************** register page******************/


@media only screen and (max-width:767px) {

.dnnRegistrationForm {
	min-width: inherit !important;
}

.dnnRegistrationForm .dnnForm {
	width: 100%;
}

.dnnRegistrationForm .dnnFormLabel {
	display: block !important;
	text-align: left !important;
}

.dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
	display: block !important;
	float: none !important;
	text-align: left !important;
	width: 100%;
}

.dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
	right: auto !important;
	position: static !important;
	margin-left: 5px !important;
}

.dnnRegistrationForm .dnnForm .dnnFormItem {
	padding: 0px !important;
	margin: 0px !important;
}

.dnnRegistrationForm .dnnFormItem input[type="text"],
.dnnRegistrationForm .dnnFormItem input[type="password"],
.dnnRegistrationForm .dnnFormItem input[type="email"],
.dnnRegistrationForm .dnnFormItem input[type="tel"],
.dnnRegistrationForm .dnnFormItem select,
.dnnRegistrationForm .dnnFormItem textarea {
	width: 100%;
	margin-bottom: 10px !important;
}
}

/**************** Password page******************/
@media only screen and(max-width:767px) {
 .dnnSendPasswordContent {
 width: auto !important;
}
 .dnnSendPasswordContent .dnnLabel {
 display: block !important;
 width: 100% !important;
 text-align: left;
}
 .dnnSendPasswordContent a.dnnFormHelp, .dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp, .dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
 position: static;
}
 .dnnSendPasswordContent input[type="text"], .dnnSendPasswordContent input[type="password"], .dnnSendPasswordContent input[type="email"], .dnnSendPasswordContent input[type="tel"], .dnnSendPasswordContent select, .dnnSendPasswordContent textarea {
 width: 90%;
 margin-bottom: 10px !important;
}
 .dnnSendPasswordContent ul.dnnActions {
 padding: 0 !important;
}
}

/* ********** Control Panel Style ************** */


 

.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
	font-size: 12px;
	color: #973939;
	text-decoration: none;
	font-weight: normal;
}

A.CommandButton:hover {
	color: #973939;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active {
	color: #000;
	text-decoration: underline;
}

.FileManager A:hover {
	color: #000;
	text-decoration: none;
}




/* ********** Pane Style ************** */



.row [class*="Pane"] {
	padding: 0px 0px 13px 0px;
}

.DNNEmptyPane {
	display: none;
}


/* ********** Breadcrumb Style ************** */
.breadcrumbBox{
	background: #00447b;
	color: #fff;
	margin: 20px 0 0 0;
	padding: 10px 0 10px 17px;
}

.breadcrumbborder a,
.breadcrumb,
a.breadcrumb:link,
a.breadcrumb:active,
a.breadcrumb:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	color: #baccda;
}

a.breadcrumb:hover {
	font-weight: normal;
	text-decoration: underline;
}

.Breadcrumb_bg {
	margin-bottom: 30px;
}
 @media only screen and (max-width: 767px) {

.breadcrumbBox .breadcrumbRight {
	display: none;
}

.Breadcrumb_bg {
	margin-bottom: 15px;
}
}

/* ********** Other Style ************** */	

.dnn_layout {
	width: 938px;
	margin: 0px auto;
}

#dnn_wrapper {
	position: relative;
	padding: 68px 0 80px 0;
}
.body_bg_login #dnn_wrapper{
	padding: 68px 0 30px 0;
}
#dnn_wrapper_in {
	position: relative;
	padding: 80px 0 80px 0;
}
.body_bg_login #dnn_content{
	padding: 0;
}
.head_mid,
.content_mid,
.footer_mid {
}

/*Login*/




/* Search Style  */
.searchBox{
	position: relative;
	    display: block;
}
.search,
a.search:link,
a.search:active,
a.search:visited {
	text-decoration: none;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0px;
	color: #5e5e5e;
	text-align: center;
	font-family: 'Glyphicons Regular';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}

.searchBox input.NormalTextBox {
	width: 165px;
	text-align: left;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	padding: 0px 3px 0px 3px;
	background: none;
	border: none;
	display: block;
	position: absolute;
	left: 4px;
	top: 6px;
	outline: 0;
	border-radius: 0px 0px 0px 0px;
	-webkit-appearance: none;
	color: #FFF;
	vertical-align: middle;
}

.searchBox .searchInputContainer {
	position: relative !important;
	display: block !important;
}

.searchBox #dnn_dnnSEARCH_ClassicSearch{
    background: #EEF4F7;
    border: medium none;
    color: #fff;
    display: block;
    position: relative;
    text-align: left;
    width: 370px;
    height: 56px;
}

.searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
	top: 1px !important;
	left: auto;
	right: 35px !important;
}

.searchBox.searchSkinObjectPreview {
	right: inherit;
	left: auto;
	right: 0px;
}

.dnnSearchBoxPanel,
.dnnSearchResultPanel {
	width: 100%;
	max-width: none;
	padding: 10px 0px !important;
}

.dnnSearchResultPanel {
	padding: 10px 0px 7px 0px !important;
}

.login_bg{
	width: 510px;
  	margin: 0 auto;
  	padding: 54px 38px 36px;
  	border-radius: 5px;
    background-image: linear-gradient(-47deg, rgba(57, 97, 134, 0.98), #89253e);
}
.login_bg .Normal{
	color: #fff;
}
.login_top{
	font-size: 16px;
	margin: 40px 0;
}
.login_top p{
	margin: 0 0 16px 0;
}
.login_con {text-align: center;}
.login_con > span {
	width: 95px;
  	height: 86px;
  	border: 1px dashed #000000;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  display: block;
  line-height: 1.2;
  padding: 4px 0;
  margin: 0 auto 30px;
}
.login_con > h2 {
	font-size: 24px;
	line-height: 1.4;
	color: #fff;
	font-weight: lighter;
	margin: 0 0 20px;
}
.login_con > h2 span {display: block;}
.login_con > p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: lighter;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #ffffff;
  margin: 0 0 12px;
}
.login_con > input {
	padding: 15px;
	width: 100%;
	margin: 23px 0 0;
	background: #fff;
	font-size: 16px;
	color: #a6a8ab;
	border: 0;
}
.login_lightbox {padding: 22px 38px 25px;margin: 0 -38px;border-bottom: 2px solid #5E617A;}
.login_lightbox a {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #ffffff;
  float: left;
}
.login_lightbox a.LightBox_Box {float: right;}
.login_lightbox #test-popup{display: none;}
#test-popup h3 {
	font-size: 30px;
	color: #000;
	line-height: 1.2;
	font-weight: normal;
	margin: 0;
	padding-bottom: 20px
}
#test-popup h4 {
	font-size: 16px;
	color: #666;
	font-family: 'Lora';
	margin: 10px 0 5px;
	line-height: 1.2;
	font-style: italic;
}
#test-popup p {
	font-size: 16px;
  line-height: 1.3;
  font-weight: lighter;
  font-style: normal;
  font-stretch: normal;
  color: #666;
  margin: 0 0 12px;
}

.login_bot input.logged_check {
	width: 30px;
	height: 30px;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}
.login_bot span.ck_box {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(images/check_img.png) no-repeat top left;
	margin-right: 15px;
	float: left;
	cursor: pointer;
}
.login_bot span.ck_box.on_check {background-position: top right;}
.login_bot {padding-top: 34px;}
.login_bot .check_btn {line-height: 30px;display: inline-block;font-size: 16px;}
.login_bot > a {
	font-size: 15px;
	color: #fff;
	line-height: 1.2;
	padding: 12px 0;
	margin: 30px auto 0;
	width: 118px;
	display: block;
	background: #79314a;
	border-radius: 30px;
}
.login_bot > a:hover {text-decoration: none;}

.member_ag {font-size: 12px;color: #fff;padding-top: 50px;}
.member_ag a {text-decoration: underline;}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
  
/* text-based popup styling */
.white-popup {
	position: relative;
	background: #FFF;
	padding: 100px;
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
}

.mfp-zoom-in {
}
.mfp-zoom-in .mfp-content {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-content {
	transform: scale(0.8);
	opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-newspaper {
}
.mfp-newspaper .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.5s;
	transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
	opacity: 0;
	transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-content{
	transform: scale(0) rotate(500deg);
	opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-move-horizontal {
}
.mfp-move-horizontal .mfp-content{
	opacity: 0;
	transition: all 0.3s;
	transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
	opacity: 0;
	transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-content {
	opacity: 1;
	transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-content {
	transform: translateX(50px);
	opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-move-from-top {
}
.mfp-move-from-top .mfp-content {
	opacity: 0;
	transition: all 0.2s;
	transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
	opacity: 0;
	transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-content {
	opacity: 1;
	transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-content {
	transform: translateY(-50px);
	opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-3d-unfold {
}
.mfp-3d-unfold .mfp-content {
	perspective: 2000px;
}
.mfp-3d-unfold .mfp-content {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform-style: preserve-3d;
	transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
	opacity: 0;
	transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-content {
	opacity: 1;
	transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-content {
	transform: rotateY(60deg);
	opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-zoom-out {
}
.mfp-zoom-out .mfp-content {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-content {
	transform: scale(1.3);
	opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0;
}
@keyframes 
hinge {
 0% {
 transform: rotate(0);
 transform-origin: top left;
 animation-timing-function: ease-in-out;
}
 20%, 60% {
 transform: rotate(80deg);
 transform-origin: top left;
 animation-timing-function: ease-in-out;
}
 40% {
 transform: rotate(60deg);
 transform-origin: top left;
 animation-timing-function: ease-in-out;
}
 80% {
 transform: rotate(60deg) translateY(0);
 opacity: 1;
 transform-origin: top left;
 animation-timing-function: ease-in-out;
}
 100% {
 transform: translateY(700px);
 opacity: 0;
}
}

.hinge {
	animation-duration: 1s;
	animation-name: hinge;
}

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
	opacity: 0;
	transition: opacity .5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
	opacity: 0;
}






.body_bg_login .BottomPane{
	margin: 0 0 100px 0;
	text-align: center;
}
.body_bg_login .BottomPane .Normal{
	color: #fff;
}
.body_bg_login .BottomPane a{
	color: #fff;
	text-decoration: underline;
}
.body_bg_login .BottomPane a:hover{
	color: #fff;
	text-decoration: none;
}

/* ********** HEADER ************** */
.header_bg {
	background:#fff;
	border: 1px solid #a2a7ae;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}
.hedaer_minHeight {
	background-color: #fff;
	position: relative;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}


#body,
body {
	position: relative;
}


.roll_logo {
	display: none;
}

.dnn_logo {
	float: left;
	padding: 28px 0 28px 80px;
}
.dnn_logo img {
	max-width: 100%;
	max-height: 100%;
}

.Login{
	border-left: 2px solid #f7f7f7;
	float: right;
	padding: 34px 25px;
}
.Login.login_style{
	padding: 16px 25px;
	position: relative;
}
.Login ul{
	margin: 0;
}
.Login ul li{
	display: inline-block;
}
.Login ul li.userLogin{
	padding: 0 0 0 10px;
}
.Login a{
	color: #4a4a4a;
	font-weight: bold;
}
.Login a:hover{
	color: #79314a;
}
.Login .userName{
	padding: 10px 0 0 0;
}
.Login .userProfile{
	float: right;
	margin: 0 0 0 10px;
	position: relative;
}
.registerGroup .userProfileImg img{
	width: 48px;
	border-radius:50px;
-moz-border-radius:50px;
-webkit-border-radius:50px;
border: 3px solid #fff;
-moz-box-shadow: 0px 0px 2px #555;
-webkit-box-shadow: 0px 0px 2px #555;
box-shadow: 0px 0px 2px #555; 
}
.registerGroup .userProfileImg{
	padding-left: 25px;
}
.Login ul{
	position: relative;
}
.Login ul li.viewProfile,
.Login ul li.userNotifications,
.Login ul li.userSettings,
.Login ul li.userProfilename{
	display: none;
}
.registerGroup .userMessages strong{
	display: none;
}
.registerGroup .userMessages a{
	color: #fff;
	display: block;
}
.registerGroup .userMessages a span{
	background: #79314A;
	color: #fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	display: block;
}
.registerGroup .userMessages{
	
	
	display: inline-block;
	width: 21px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	position: absolute;
	top: -7px;
	right: -7px;
	
}
.login_style .loginGroup {
    bottom: 17px;
    left: 25;
    position: relative;
	margin-top:20px;
}
.roll_replace {
	position: absolute;
}


/* ********** NAV ************** */	

.nav_box {
	position: relative;
	padding: 0 0 0 95px;
}

/* ********** NAV ************** */	
#top_menu {
    margin: 0;
    position: relative;
    z-index: 904;
}
/*top menu*/
#top_menu ul{
	margin:0px; padding:0px;display: block;
}
#top_menu li{
	list-style: none none outside;
	position:relative;
	margin:0px;
}
#top_menu ul li{
	}
#top_menu ul li a{
	color:#f6f6f6;
	text-decoration:none; 
	cursor:pointer;
	font-size:22px; 
	display:block; 	
	line-height:26px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	width:auto !important;
	}

#top_menu ul li a:hover,
#top_menu ul li.current a,
#top_menu ul li a.menu_hover{
	color:#fff;
}
#top_menu ul li a span{
	white-space:normal;
	padding: 10px 0;
	display:block;
	float:none;
}
#top_menu ul li .menu_arrow {
	display:block;
	width:40px;
	padding:0px 0px;
	height:40px;
	float:right;
	text-indent:0px;
	overflow:hidden;
	margin:0px;
	text-align:center;
	line-height:40px;
	font-size:25px;
	color:#f6f6f6;
	font-family:Arial, Helvetica, sans-serif;
}
#top_menu ul li .menu_arrow.arrow_opened{
}
#top_menu ul ul {
	display:none;
}
#top_menu ul ul li a {
	background:none;
	padding:0px 0px 0px 10px;
	background:none !important;
}
#top_menu ul ul li .menu_arrow{
}
#top_menu ul li.current > ul {
	display:block;
}

#top_menu ul ul ul li a span {
}
#top_menu ul ul ul li a span.menu_arrow {
	height:20px;
}
#top_menu ul li a.menu_hover span {

}	
	
#top_menu ul a:hover span{ 
}

/*sub menu*/
#top_menu .menuslide{
	display: none; 
	float: left; 
	overflow:hidden; 
	position:absolute; 
	margin:0px 0px 0px 0px;
}
#top_menu .menuslide ul{
	display: none;
	left: 0px;  
	float: left; 
	position:relative; 
	margin:0px; 
	background:#393d45;
}
#top_menu .menuslide div{
	margin:-1px 0px 0px 0px;
}
#top_menu ul ul li{
    display:block; 
    padding:0px; 
    text-align:left; 
    margin:0px; 
    background:none; 
    border:none; zoom:1;
}

#top_menu ul ul li span{
	display:block; 
	padding:0 0px 0 15px; 
}

#top_menu ul ul li a{
	line-height:32px;
	display:block; 
	font-weight: normal;
	font-size:18px;
	margin:0px; 
	padding:0px; 
	background:none; 
	color:#f6f6f6; 
	text-align:left;
}
#top_menu .menuslide ul a:hover{
	width:100%;
	background:none; 
	background:#007dc3;   
	padding:0px; 
	color:#fff;
}
#top_menu .menuslide ul{
	float:left;
	left:0px;
	position:relative;
}
#top_menu .menuslide a.menu_hover{
	width:100%;
	background:none; 
	background:#843001; 
	color:#fff;  
	padding:0px;
}

#top_menu ul ul ul li span{
	padding:0 0px 0 30px; 
}
#top_menu ul ul ul ul li span{
	padding:0 0px 0 45px; 
}

/*right style*/
	#right_folding {
		position: absolute;
		top: 50%;
		left: 28px;
		height: 30px;
		line-height: 30px;
		margin-top: -14px;
		font-size:28px;
		color:#4a4a4a;
		cursor:pointer;
	}
	#right_folding:hover{
		color: #4a4a4a;
	}
	#right_folding.open .fa:before{
		content:"\f00d";
		color: #4a4a4a;
	}
	#main_right{
		background: #393d45;
		position:fixed;
		top:0;
		left: -400px;
		width:398px;
		height:100%;
		padding:85px 0;
		z-index:1011;
		visibility:hidden;	
		box-shadow:			0 0 15px rgba(0,0,0,0.2);	
		-moz-box-shadow:	0 0 15px rgba(0,0,0,0.2); 	
		-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
		transition: 		all ease-out 400ms;
		-moz-transition: 	all ease-out 400ms; /* Firefox 4 */
		-webkit-transition: all ease-out 400ms; /* Safari and Chrome */
		-o-transition: 		all ease-out 400ms; /* Opera */
		-ms-transition: 	all ease-out 400ms; /* IE9? */
	}
	

	#main_right > .mask{
		top:0px;
		left:0px;
		position:absolute;
		width:100%;
		height:100%;
		display:block;
		z-index:-1;
		background-color:#393d45;
		filter:alpha(opacity= 100);
		opacity: 1;
	}
	#main_right.unfold{
		left:0;
		visibility:visible;	
	}
	#main_right > #rightClose{
		position:absolute;
		width:30px;
		height:30px;
		right: 32px;
		top: 30px;
		cursor:pointer;
		float:right;
		margin:0 15px 15px 0;
	}
	#main_right > #rightClose:before,
	#main_right > #rightClose:after{
		content:"";
		height:15px;
		width:0;
		position:absolute;
		top:7px;
		left:14px;
		border-left:1px solid #bdbec1;
		transform:rotate(45deg);
		-ms-transform:rotate(45deg); /* IE 9 */
		-moz-transform:rotate(45deg); /* Firefox */
		-webkit-transform:rotate(45deg); /* Safari and Chrome */
		-o-transform:rotate(45deg); /* Opera */
	}
	#main_right #rightClose:after{
		transform:rotate(-45deg);
		-ms-transform:rotate(-45deg); /* IE 9 */
		-moz-transform:rotate(-45deg); /* Firefox */
		-webkit-transform:rotate(-45deg); /* Safari and Chrome */
		-o-transform:rotate(-45deg); /* Opera */
	}


 .navigation_mobile {
        width:75%;
        position:absolute;
        bottom:100%;
        right:0;
        visibility:hidden;
        z-index:0;
        -webkit-transition:visibility 0 linear;
        -webkit-transition-delay:0.4s;
        -moz-transition:visibility 0 linear 0.4s;
        -o-transition:visibility 0 linear 0.4s;
        transition:visibility 0 linear 0.4s
    }
    .wrapper {
        height:100%;
        position:relative;
        z-index:1;
        -webkit-transition:-webkit-transform 0.4s ease-in-out;
        -moz-transition:-moz-transform 0.4s ease-in-out;
        -o-transition:-o-transform 0.4s ease-in-out;
        transition:transform 0.4s ease-in-out
    }
    .navigation_is-visible .wrapper {
        background:#FFF;
        border-right:1px solid #dedede;
        -webkit-transform:translateX(-75%);
        -moz-transform:translateX(-75%);
        -ms-transform:translateX(-75%);
        -o-transform:translateX(-75%);
        transform:translateX(-75%)
    }
    
    .navigation_is-visible #dnn_wrapper{
        background:#f5f5f5;
       
    }
    .navigation_is-visible .navigation_mobile {
        top:0px;
        bottom:auto;
        visibility:visible;
        z-index:1;
        -webkit-transition:z-index 0 linear;
        -webkit-transition-delay:0.4s;
        -moz-transition:z-index 0 linear 0.4s;
        -o-transition:z-index 0 linear 0.4s;
        transition:z-index 0 linear 0.4s
    }


/*Left Menu*/


/* ********** CONTENT ************** */	
#dnn_content {
	padding:13px 0;
}
.content_left{
	float: left;
	width: 216px;
}
.content_center{
	float: left;
	width: 478px;
	margin: 0 14px;
}
.content_right{
	float: right;
	width: 216px;
}

#dnn_wrapper_in #dnn_content {
	background: #fff;
	padding:20px 0;
	margin: 0 0 45px 0;
}
#dnn_wrapper_in .content_mid{
	padding: 0 19px;
}
.welcome_to{
	width: 80%;
	margin: 0 auto;
	padding: 15px 0 20px;
}
.welcome_to h2{
	color: #3c3c3c;
	font-weight: normal;
}
.mobile_app{
	margin: 30px 0 0 0;
}

.con_left{
	float: left;
	width: 480px;
}
.con_center{
	float: left;
	width: 219px;
	margin: 0 10px;
}
.con_right{
	float: right;
	width: 219px;
}

.background_bg1{
	background: #f6f7f8;
	padding: 40px 0 60px 0;
	margin: 15px 0 20px 0;
}
.news_headline{
	width: 80%;
	margin: 0 auto;
}
.news_headline h4{
	color: #515151;
	font-family: 'Lora', serif;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 30px 0;
}
.post_con{
	color: #adadad;
	padding: 0 0 10px 0;
}
.a-link{
	margin: 20px 0 0 0;
	text-align: center;
}

a.btn-blue{
	background: #007dc3;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.mb1{
	margin-bottom: 13px;
}


/* ********** FOOTER ************** */	
.footer_box{
	background: #fff;
	padding: 48px 0 60px 0;
}


.copyright_style {
	float: left;
	padding: 20px 8px;
}

.FooterPane {
	margin: 0;
	text-align: center;
}
.FooterPane h5{
	color: #4a4a4a;
}
.FooterPane .Normal{
	color: #4a4a4a;
	margin: 0;
}
.FooterPane .title3{
	color: #4a4a4a;
}



 /*******HTML*********/
@media only screen and (min-width: 1200px) {
	.dnn_layout{
		width: 1170px;
	}
	.content_left{
		width: 280px;
	}
	.content_center{
		width: 582px;
	}
	.content_right{
		width: 280px;
	}
	.con_left{
	float: left;
	width: 582px;
}
.con_center{
	float: left;
	width: 280px;
	margin: 0 14px;
}
.con_right{
	float: right;
	width: 280px;
}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {

.dnn_layout {
	width: 736px;
}

.head_mid,
.content_mid,
.footer_mid {
}

.content_center{
	width: 284px;
	margin: 0 10px;
}

.con_left{
	width: 286px;
}
.con_center,
.con_right{
	width: 215px;
}

}

 @media only screen and (max-width: 767px) {

	.dnn_layout {
		width: auto;
	}
	
	.head_mid,
	.content_mid,
	.footer_mid {
	}

	#dnn_wrapper,
	#dnn_wrapper_in{
		padding: 15px 0;
	}

	.dnn_main{
		padding: 0 15px;
	}

	.content_left,
	.content_center,
	.content_right,
	.con_left,
	.con_center,
	.con_right{
		float: none;
		width: 100%;
	}
	.content_center,
	.con_center{
		margin: 0;
	}
	
	
	
	
	/*.header_bg*/
	.dnn_logo {
		text-align: left!important;
		padding: 27px 50px 27px 15px!important;
		position: relative;
	}
	/*--------- Mobile Menu style ----------*/
	.mobile_icon {
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -20px;
	}
	
	.mobile_icon .glyphicons {
		background-color: #446084;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		width: 40px;
		height: 40px;
		line-height: 44px;
		font-size: 20px;
		color: #FFF;
		text-align: center;
		cursor: pointer;
		display: inline-block;
		margin: 1px 2px;
	}
	
	.mobile_icon.active .glyphicons:before {
		content: "\f00d";
		font-size: 20px;
	}
	
	#mobile_menu {
		position: absolute;
		top: 100%;
		left: 0px;
		width: 100%;
		z-index: 906;
		background: #1f1f1f;
		display: none;
		border-top: 1px solid #007dc3;
	}
	
	#mobile_menu .menu_main {
		padding: 10px 0;
	}
	
	.multi_menu {
		margin: auto;
	}
	
	.multi_menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.multi_menu ul li {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	.multi_menu ul li img {
		vertical-align: middle;
	}
	
	.multi_menu ul li a {
		font-size: 13px;
		line-height: 20px;
		padding: 0px;
		margin: 0px;
		color: #707070;
		display: block;
		text-decoration: none;
		outline: none;
		text-align: left;
		border-bottom: 1px solid #2a2a2a;
	}
	
	.multi_menu ul li a:after {
		clear: both;
		content: ".";
		height: 0px;
		font-size: 0px;
		visibility: hidden;
		display: block;
	}
	
	.multi_menu ul li a {
		display: inline-block;
	}
	
	.multi_menu ul li a {
		display: block;
	}
	
	.multi_menu ul li span {
		padding: 10px 0px;
		display: block;
	}
	
	.multi_menu ul li .menu_arrow {
		display: block;
		width: 40px;
		padding: 0px;
		height: 40px;
		float: right;
		text-indent: 0px;
		overflow: hidden;
		margin: 0px;
		text-align: center;
		line-height: 40px;
		font-size: 0;
		position: relative;
	}
	
	.multi_menu ul li .menu_arrow:before {
		content: "";
		width: 7px;
		height: 7px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -3px 0 0 -3px;
		border-bottom: 2px solid #707070;
		border-right: 2px solid #707070;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg); /* IE 9 */
		-moz-transform: rotate(45deg); /* Firefox */
		-webkit-transform: rotate(45deg); /* Safari and Chrome */
		-o-transform: rotate(45deg); /* Opera */
	}
	
	.multi_menu ul li:hover > a > .menu_arrow:before {
		border-bottom: 2px solid #446084;
		border-right: 2px solid #446084;
	}
	
	.multi_menu ul li .menu_arrow.arrow_closed:before,
	.multi_menu ul li:hover .menu_arrow.arrow_closed:before {
		border-bottom: none;
		border-right: none;
		border-top: 2px solid #446084;
		border-left: 2px solid #446084;
		margin: -0px 0 0 -3px;
	}
	
	.multi_menu ul li.active > a {
		color: #446084;
		background-color: #2a2a2a;
	}
	
	.multi_menu > ul > li.active > a {
		border-bottom: 1px solid #353535;
	}
	
	.multi_menu ul li a:hover {
		color: #446084;
	}
	
	.multi_menu ul li.current > a,
	.multi_menu ul li.current > a:hover {
		color: #446084;
	}
	
	.multi_menu ul ul {
		display: none;
		background: #2a2a2a;
		padding: 2px 0px 5px 0px;
		margin: 0px;
	}
	
	.multi_menu ul li.current > ul {
		display: block;
	}
	
	.multi_menu ul li.active > a,
	 .multi_menu ul li a:hover {
	}
	
	.multi_menu ul li.current > a,
	.multi_menu ul li.current > a:hover {
		border-bottom: 1px solid #2e2e2e;
		color: #446084;
	}
	
	.multi_menu ul li a {
		padding: 0 0 0 15px
	}
	
	.multi_menu ul li li a {
		padding: 0 0 0 30px
	}
	
	.multi_menu ul li li li a {
		padding: 0 0 0 45px
	}
	
	.multi_menu ul li li li li a {
		padding: 0 0 0 60px
	}
	
	.SkinPlugin_icon {
		display: none!important;
	}
	/*foot*/
	.copyright_style {
		float: none;
		text-align: center;
	}
	
	.FooterPane {
		float: none;
		text-align: center;
		padding: 0px 8px 20px;
	}
}



 @media only screen and (max-width: 520px) {
 	.login_bg{
 		width: 400px;
 	}

 }


 @media only screen and (max-width: 480px) {
 	.body_bg_login .content_mid{
 		padding: 0 15px;
 	}
 	.login_bg{
 		width: 100%;
 	}

 }



/*Member Agreement*/


.one_pagebg {background-image: linear-gradient(143deg, rgba(57, 97, 134, 0.98), #89253e);}
.one_pagebg .dnn_main{
	background-color: #fff;
    border-radius: 3px;
    padding: 150px;
}
.member_ag_box h3 {font-size: 22px;color: #000;font-weight: normal;margin: 0 0 35px;}
.member_ag_box p {font-size: 13px;line-height: 18px;color: #5a595a;margin: 0 0 15px;}
.member_ag_box ul {margin: 0;}
.member_ag_box ul li {
	font-size: 13px;
	line-height: 18px;
	color: #5a595a;
	padding: 0 0 0 27px;
	list-style-type: none;
	margin: 0 0 18px;
	position: relative;
}
.member_ag_box ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #5A595A;
	position: absolute;
	top: 6px;
	left: 0;
}


/* Home Menu */
.home_menubg {background-image: linear-gradient(143deg, rgba(57, 97, 134, 0.98), #89253e);}
#main_right.home_menu {width: 1055px;left: -1057px;background: none;}
.home_menu.unfold {left: 0 !important;}
.home_menu .nav_box {width: 38%;float: left;}
.home_menu .menu_right {float: right;width: 62%;padding: 50px 80px 0 60px;position: relative;}
.home_menu .menu_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #020202;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: -1;
}
.menu_video {
	background: #fff;
	border-radius: 5px;
	padding: 40px 65px 60px 55px;
}
.menu_video h3 {font-size: 22px;color: #000;font-weight: normal;margin: 0 0 20px;}

 @media only screen and (max-width: 1100px) {
	#main_right.home_menu {width: 90%;left: -91%;}
	.home_menu .menu_right {padding: 30px 30px 0 30px;}
	.menu_video {padding: 30px;}
	.home_menu .nav_box {padding: 0 0 0 45px;}
 }
 @media only screen and (max-width: 767px) {
	#main_right.home_menu {display: none;}
 }


/* Members */
.home_members .header_bg {padding: 10px 0 14px;}
.logo_r {float: right;padding: 10px 30px 14px 33px;}
.home_members .logo_r {padding: 0 30px 0 0;}
.home_members .loginbot {clear: none;}
.loginbot {float: right;padding-right: 45px;clear: both;}

.badges_list ul {margin: 0;}
.badges_list li {
	list-style-type: none;
	float: left;
	width: 50%;
	margin-bottom: 18px;
}
.badges_list li:last-child {margin: 0;}
.badges_list li:nth-child(2n+1) {clear: both;}
.badges_list li span {width: 36px;display: inline-block;margin-right: 21px;}
.badges_list li a {font-size: 12px;color: #fff;line-height: 14px;}
.badges_list p {margin: 10px 0 15px;}

.financial ul {margin: 0;}
.financial ul li {list-style-type: none;margin-bottom: 20px;}
.financial ul li em {width: 50%;display: inline-block;font-size: 14px;color: #444;padding-right: 50px;}
.financial ul li span {width: 50%;font-size: 24px;color: #79314a;}
.financial ul li.small_style {display: table;}
.financial ul li.small_style em {font-size: 12px;color: #9b9b9b;width: 100%;}
.financial ul li.small_style span {font-size: 14px;color: #79314a;display: table-cell;vertical-align:middle;}
.financial ul li:last-child {margin: 0;}

.redemption .redemp_img {margin: 0 -27px 30px;}
.redemption .redemp_list {padding-top: 25px;}
.redemption .redemp_list p {padding-left: 42px;position: relative;line-height: 1.2;margin-bottom: 15px;}
.redemption .redemp_list p input {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -8px;
}
.redemption .redemp_list .gbp {padding-top: 42px;text-align: right;}
.redemption .redemp_list .gbp span {font-size: 12px;margin-right: 15px;}
.redemption .redemp_list .gbp input[type="text"] {
	height: 28px;
	width: 97px;
	border-radius: 2px;
	border:1px solid #bfbfbf;
	text-align: center;
}
.redemption .redemp_list .gbp input[type="button"] {
	width: 96px;
  	height: 27px;
  	color: #fff;
  	border: 0;
  	border-radius: 40px;
  	background-color: #3e6488;
  	margin-top: 10px;
  	font-size: 10px;
}

.levels p {font-size: 12px;line-height: 18px;}
.levels ul {margin: 0;}
.levels ul li {list-style-type: none;padding-left: 36px;font-size: 12px;line-height: 18px;position: relative;}
.levels ul li span {
	position: absolute;
	top: 1px;
	left: 13px;
}

.account ul {margin: 0;padding: 10px 0 0;width: 100% !important;height: 100% !important;position: absolute;top: 0;left: 0;}
.account .account_list {min-height: 244px;position: relative;}
.account ul.account_up {display: none;min-height: 244px !important;}
.account ul.account_up li span.account_l {line-height: 18px;}
.account ul.account_up li span.account_r input[type="text"] {width: 100%;padding: 0 5px;height: 18px;}
.account ul.account_us li {min-height: 18px;}
.account ul.account_us li input[type="text"] {width: 100%;padding: 0 5px;height: 18px;}
.account ul.account_us li span.account_r input {position: relative;}
.account ul.account_us li span.account_r input:before {}

.account ul li {list-style-type: none;overflow: hidden;margin-bottom: 18px;position: relative;}
.account ul li span.account_l {width: 50%;float: left;padding-right: 10px;}
.account ul li span.account_r {width: 50%;position: absolute;right: 0;bottom: 0;}
.account .account_btn a.acbtn_l {
	width: 106px;
	padding: 6px 0;
	color: #223141;
	border: 1px solid #3e6488;
	border-radius: 40px;
	text-align: center;
	display: inline-block;
	transition: all ease 300ms;
	-moz-transition: all ease 300ms; /* Firefox 4 */
	-webkit-transition: all ease 300ms; /* Safari and Chrome */
	-o-transition: all ease 300ms; /* Opera */
	-ms-transition: all ease 300ms; /* IE9? */
}
.account .account_btn a span.ca_btn {display: none;}

.account .account_btn a {float: left;margin: 0 2px;}
.account .account_btn a.sa_btn {display: none;}
.account .account_btn a.acbtn_l:hover {
	background: #3e6488;
	color: #fff;
	text-decoration: none;
}
.acbtn_r {
	float: left;
	margin: 0 2px;
	width: 106px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #3e6488;
	border-radius: 40px;
	position: relative;
	text-align: center;
	overflow: hidden;
	display: inline-block;
	transition: all ease 300ms;
	-moz-transition: all ease 300ms; /* Firefox 4 */
	-webkit-transition: all ease 300ms; /* Safari and Chrome */
	-o-transition: all ease 300ms; /* Opera */
	-ms-transition: all ease 300ms; /* IE9? */
}
.acbtn_r a {
	margin: 0 !important;
	float: none !important;
	color: #223141;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.acbtn_r:hover a {background: #3e6488;text-decoration: none;color: #fff;}



.profile .file_style {text-align: center;padding: 35px 0;border: 1px dashed #B6B6B7;margin-top: 20px;}
.profile .file_style span {
	width: 96px;
	height: 27px;
	background: #3e6488;
	cursor: pointer;
	text-align: center;
	line-height: 27px;
	font-size: 10px;
	display: inline-block;
	color: #fff;
	border-radius: 40px;
}
.profile .profile_btn a {
	width: 48%;
	padding: 6px 0;
	color: #223141;
	border: 1px solid #3e6488;
	border-radius: 40px;
	text-align: center;
	margin-top: 38px;
	display: inline-block;
	transition: all ease 300ms;
	-moz-transition: all ease 300ms; /* Firefox 4 */
	-webkit-transition: all ease 300ms; /* Safari and Chrome */
	-o-transition: all ease 300ms; /* Opera */
	-ms-transition: all ease 300ms; /* IE9? */
}
.profile .profile_btn a:hover {
	background: #3e6488;
	color: #fff;
	text-decoration: none;
}



/* News */
.nobreadcrumb #dnn_wrapper_in #dnn_content {margin: 20px 0;padding: 0;}
.newstop_text {margin: 15px 0 20px;}
.newstop_text h2 {font-size: 22px;line-height: 1.2;color: #000;margin: 0 0 18px;font-weight: normal;}
.newstop_text p {font-size: 12px;color: #9b9b9b;}
.news_width {padding: 0 120px;}
.news_img {margin-bottom: 52px;}
.news_box {background: #f6f7f8;padding-top: 40px;padding-bottom: 70px;margin-bottom: 40px;}
.news_box h2 {font-size: 16px;color: #4a4a4a;font-style: italic;line-height: 1.2;margin: 0 0 18px;}
.news_box p {font-size: 12px;color: #9b9b9b;line-height: 1.2;margin: 0;padding: 0 0 15px;}
.news_box_pad {padding: 0 20px;}
.news_btn {text-align: center;padding-top: 10px;}
.news_btn a {
	font-size: 14px;
	color: #79314a;
	padding: 10px 37px;
	border: 1px solid #79314a;
	border-radius: 40px;
	display: inline-block;
	transition: all ease 300ms;
	-moz-transition: all ease 300ms; /* Firefox 4 */
	-webkit-transition: all ease 300ms; /* Safari and Chrome */
	-o-transition: all ease 300ms; /* Opera */
	-ms-transition: all ease 300ms; /* IE9? */
}
.news_btn a:hover {background: #79314a;color: #fff;text-decoration: none;}



/* Help Page */
.help_top {padding: 80px 30px 90px 120px;}
.help_top h2 {
	font-size: 22px;
  	font-weight: 300;
  	font-style: normal;
  	line-height: 1.2;
  	color: #000000;
  	margin: 0 0 30px;
}
.help_top p {
	font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  color: #9b9b9b;
  margin: 0;
}
.help_input {padding: 80px 120px 90px 30px;}
.help_input h2 {
	font-size: 22px;
  	font-weight: 300;
  	font-style: normal;
  	line-height: 1.2;
  	color: #000000;
  	margin: 0 0 30px;
}
.help_input textarea {
	padding: 5px 13px;
	border: 2px solid #EFEFEF;
	border-radius: 3px;
	color: #9b9b9b;
}
.help_input input[type="submit"] {
	font-size: 10px;
	padding: 6px 36px;
	margin: 15px 56px 0 0;
	border-radius: 40px;
	background: #3e6488;
	border: 0;
	color: #fff;
	float: right;
}

/*Core Owl Carousel CSS File*/

/* clearfix*/
.carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
/* display none until init */
.carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.carousel .owl-item{
	float: left;
}
.carousel .owl-pagination {
	text-align:center;
	padding:28px 0 0;
	width:100%;
}
.carousel .owl-page{
	cursor: pointer;
	width:10px;
	height:10px;
	margin:0 7px;
	display:inline-block;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	background: #B4C4D2;
}

.carousel .owl-page.active{
	background: #79314A;
 }

.carousel .owl-buttons .owl-prev,
.carousel .owl-buttons .owl-next{
	position:absolute;
	left:17px;
	top:50%;
	width:66px;
	height:66px;
	line-height:66px;
	font-size:0px;
	text-align:center;
	cursor:pointer;
	margin:-33px 0 0 0;
	border:2px solid #4a4a4a;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.carousel .owl-buttons .owl-next{
	left:auto;
	right:17px;
}

.carousel .owl-buttons .owl-prev:before,
.carousel .owl-buttons .owl-next:before{
	content:"";
	border-left:2px solid #4a4a4a;
	border-bottom:2px solid #4a4a4a;
	width:15px ;
	height:15px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-7px 0 0 -5px;
	font-size:20px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg); 
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);}

.carousel .owl-buttons .owl-next:before{
	border-left:none;
	border-right:2px solid #4a4a4a;
	margin-left:-9px;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	-moz-transform:rotate(-45deg); 
	-webkit-transform:rotate(-45deg); 
	-o-transform:rotate(-45deg); 
}
.carousel {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.carousel .owl-buttons .owl-prev:hover,
.carousel .owl-buttons .owl-next:hover{
}
.carousel .owl-buttons .owl-prev:hover:before{
}
.carousel .owl-buttons .owl-next:hover:before{
	border-left:none;
}

.carousel .grabbing { 
    cursor:url(images/grabbing.png) 8 8, move;
}

.carousel  .owl-wrapper,
.carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.carousel{
	display:none;
} 
.carousel img {
	max-width:100%;
}
.help_imglist {padding: 58px 140px 25px;background: #e7e8ea;margin-bottom: 88px;}
.help_imglist .item {
	text-align:center;
	padding:0 15px;
}

.help_imglist .ico{
	width:68px;
	height:68px;
	background:#2e2e2e;
	border:2px solid #2e2e2e;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	text-align:center;
	box-sizing:				content-box;
	-moz-box-sizing: 		content-box;
	-webkit-box-sizing: 	content-box;
	margin:auto;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}


.help_imglist .ico .glyphicons,
.help_imglist .ico .socia{
	width:60px;
	height:59px;
	line-height:60px;
	background:#2e2e2e;
	display:block;
	color:#FFF;
	font-size:20px;
	border:4px solid #2e2e2e;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	box-sizing:				content-box;
	-moz-box-sizing: 		content-box;
	-webkit-box-sizing: 	content-box;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}

.help_imglist h3 {
	font-weight:normal;
	color:#3d3f40;
	font-size:19px;
	margin: 10px 0;
}
.help_imglist a.Button_normal{
	margin:10px 0 0 ;
}

.help_imglist .item:hover .ico{
 }


.help_imglist .item:hover .ico .glyphicons,
.help_imglist .item:hover .ico .socia{
	border:4px solid #FFF;
}
.help_imglist .item:hover a.Button_normal{
}
.help_imglist .item:hover h3  {
}

.help_Accordion {padding: 0 140px 140px;}
.help_Accordion h2 {
	font-size: 22px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  color: #000000;
	margin: 0 0 15px;
}




@media only screen and (min-width: 980px) and (max-width: 1199px) {
	.help_input textarea {width: 100%;}
	.help_input input[type="submit"] {margin: 15px 0 0 0;}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.badges_list li {width: 100%;float: none;}
	.news_width {padding-left: 80px;padding-right: 80px;}
	.help_input textarea {width: 100%;}
	.help_input input[type="submit"] {margin: 15px 0 0 0;}
	.help_top {padding: 50px 30px 50px 50px;}
	.help_input {padding: 50px 50px 50px 30px;}
	.help_imglist {padding: 58px 100px 25px;}
	.help_Accordion {padding: 0 50px 80px;}
}
@media only screen and (max-width: 767px) {
	.logo_r {padding: 0 65px 0 15px;min-width: 0;float: left;width: 100%;}
	.home_members .logo_r {padding: 0 65px 0 15px;}
	.badges_list li {width: 100%;float: none;}
	.news_width {padding-left: 20px;padding-right: 20px;}
	.help_top {padding: 0px;}
	.help_input {padding: 0px;}
	.help_input textarea {width: 100%;}
	.help_input input[type="submit"] {margin: 15px 0 0 0;}
	.help_Accordion {padding: 0;}
	.help_imglist {padding: 58px 0 25px;margin-bottom: 30px;}
	.carousel .owl-buttons .owl-prev, 
	.carousel .owl-buttons .owl-next {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin: -15px 0 0 0; 
	}
	.carousel .owl-buttons .owl-prev:before, 
	.carousel .owl-buttons .owl-next:before {
		width: 8px;
		height: 8px;
		margin: -4px 0 0 -3px;
	}
	.carousel .owl-buttons .owl-next:before {margin-left: -6px;}


}



/*time line*/
.pf1-time-line {
    height: 300px;
    overflow-y: auto;
    overflow-x: auto;
}
