html, body {
	background-color: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
}
.top-bar-section ul li:hover:not(.has-form) > a {
    background: initial;
    color: initial;
}
.not-found-text {
    padding: 100px 0;
}
.not-found-text h1 {
    font-size: 32px;
    color: red;
}
.advert_in_posts {
	margin-top: 10px;
}
.not-found-text h3 {
    font-size: 18px;
}
.overflow-hidden {
	overflow: hidden;
}
.categories_pages p.sponsored_text {
    top: 5px;
}
.twitter_api_section a {
    color: #75CCCF;
}
.main_featured_section .sponsored_text{
    font-size: 15px;
}
p + br {
    display: none;
}
form.search_form_mobile {
    float: left;
    width: 100%;
}
.directory_item .contact_details {
	margin-top: 20px;
}
.wrap_flex {
    display: flex;
    flex-wrap: wrap;
}
.item_flex {
    float: left;
    vertical-align: middle;
}
.mce-content-body * {
    max-width: 100%;
    height: auto;
}
a, p, h1, h2, h3 ,h4 ,h5 ,h6 ,div  {
	font-family: 'Roboto', sans-serif;
}
img {  
  /* Same as first example */
  position: relative;
}
ins, iframe {
    max-width: 100%;
}
.team .news_sub_title {
    float: left;
    width: 100%;
}
.team .news_sub_title h3 {
    font-size: 15px;
}
.article_section .article_content table {
	width: 100%;
}
.categories_pages.special_category_page h2  {
    font-size: 22px;
    color: #333333;
    text-align: center;
}
.member h2 {
    float: left;
    font-size: 29px !important;
    color: #d63f2c !important;
    margin-bottom: 0;
}
.member .content {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.member .news_sub_title h3 {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 100;
    margin-top: 0;
}
ins *, iframe * {
    max-width: 100%;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.social_icons a {
    float: left;
    color: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
}
.article_content {
    max-width: 100%;
    overflow: hidden;
    float: left;
    width: 100%;
}
.input_wrap {
	float: left;
    width: 100%;
    padding: 0px 0;
    border: 1px solid #313131;
    display: table;
}
.subscribe_section h1.post_page_title {
    color: #ea4e50;
    text-align: center;
    font-weight: 300;
    font-size: 31px;
    text-transform: uppercase;
	margin-bottom: 0px;
}
.follow_links_box_wap .social_icons a {
    float: none;
    text-align: center;
}
.page_view .article_title h1 {
    float: left;
    width: 100%;
    text-align: left;
    text-transform: initial !important;
    color: #d63f2c;
    font-size: 34px;
    font-weight: 300;
}
.subscribe_section_wrap {
    margin-bottom: 13px;
    padding-bottom: 23px;
    margin-top: 10px;
    padding-top: 5px;
}
.home-wrap .main_logo {
    text-align: center;
    margin-top: 14px;
}
.home-wrap .main_logo img {
    float: none;
    margin: 0 auto;
    max-width: 122px;
}
.subscribe_section {
}
.input_wrap input {
    margin: 0;
    border: 0;
    box-shadow: none;
    color: #313131;
}
.input_wrap i {
    text-align: center;
    float: none !important;
    margin: auto;
    display: block;
    line-height: 22px;
    border-left: 1px solid #313131;
    margin-top: 8px;
    font-size: 20px;
}
.input_wrap input:hover {
    border: 0;
    box-shadow: none;
}
.subscribe_section p {
    color: #565454;
    line-height: 26px;
    text-align: center;
}
.tweet {
    color: #565454;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
}
.tweet_time {
    color: #565454;
    line-height: 26px;
    margin-top: 10px;
    text-align: center;
}
.owl-pagination {
    text-align: center;
}
.owl-pagination .owl-page {
    text-align: center;
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    margin: 6px;
    border-radius: 5px;
    border: 1px solid red;
}
.owl-pagination .owl-page.active {
    text-align: center;
    width: 10px;
    height: 10px;
    background: #ff0000;
    display: inline-block;
    margin: 6px;
    border-radius: 5px;
    border: 1px solid #ff0000;
}
.wp-caption {
	max-width: 100%;
}
.twitter_api_section .post_page_title {
    color: #ea4e50;
    text-align: center;
    font-weight: 300;
    font-size: 31px;
    text-transform: uppercase;
    margin-top: 23px;
}
.twitter_api_section i.fa {
    text-align: center;
    margin: 0 auto;
    display: block;
    color: #75cccf;
    font-size: 22px;
}
.twitter_api_section p {
    font-weight: bold;
    text-align: center;
    margin-top: 6px;
}
img {
	position: relative;
}
img:before {  
  content: " ";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  height: calc(100% + 30px);
  width: 100%;
  background-color: rgb(230, 230, 230);
  border: 2px dotted rgb(200, 200, 200);
  border-radius: 5px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
img:after {
    content: "";
    display: block;
    font-size: 16px;
    font-style: normal;
    font-family: FontAwesome;
    color: rgb(100, 100, 100);
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    background: url(/images/logo_main.png);
    -moz-background-size: 100% 9px;
    background-size: 100% 9px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
img.left_img {
    float: left;
    margin-right: 10px;
}
img.right_img {
    float: right;
    margin-left: 10px;
}
dialog .close-reveal-modal, #video_popup.reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 2.5rem;
    right: 1.6875rem;
    color: #fff !important;
    font-weight: bold;
    cursor: pointer;
}
.no_margin {
	margin: 0;
}
.size-full, .size-large {
    max-width: 100% !important;
    height: auto !important;
}
section {
	width: 100%;
	float: left;
	margin: 0 auto;
}
#loadingDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/ajax.gif) center center no-repeat #fff;
    z-index: 23;
	width: 100%;
	height: 100%;
}
.row {
	max-width: 1200px;
}
.clr {
	width: 100%;
	float: left;
	clear: both;
}
.no-padding {
	padding: 0 !important;
}
.sides-padding {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.top-bottom-padding {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.top-padding {
    padding-top: 5px !important;
}
.bottom-padding {
    padding-bottom: 5px !important;
}
.padding {
    padding: 5px !important;
}
.no-bottom-padding {
	padding-bottom: 0px !important;
}
.no-top-padding {
	padding-top: 0px !important;
}
.no-left-padding {
	padding-left: 0px !important;
}
.no-right-padding {
	padding-right: 0px !important;
}
.left_text {
	text-align: left !important;
}
.btn.form-btn {
	background-color: #fff;
    border: none;
    border-radius: 5px;
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
}
/*Head*/
header {
    float: left;
    width: 100%;
}
.top-bar {
	background-color: #fff;
}
.top-bar-section ul {
    background: #fff;
    float: right;
    width: 100%;
}
.top-bar-section li:not(.has-form) a:not(.button) {
    background: #fff;
	color: #040f1e;
}
.contain-to-grid .top-bar {
    max-width: 1200px;
	float: left;
	width: 100%;
	padding-top: 10px;
}
.pages_nav {
    background: #3C3C3B;
}
.pages_nav a {
    background: transparent !important;
	color: #000000 !important;
    margin-bottom: 9px;
    font-size: 9px !important;
}
.pages_nav ul {
    float: right;
    text-align: right;
    background: transparent;
}
.top-bar .toggle-topbar.menu-icon a::after {
    -webkit-box-shadow: 1px 10px 1px 1px #040f1e, 1px 16px 1px 1px #040f1e, 1px 22px 1px 1px #040f1e;
    box-shadow: 0 10px 0 1px #040f1e, 0 16px 0 1px #040f1e, 0 22px 0 1px #040f1e;
    color: #040f1e;
}
.top-bar .toggle-topbar.menu-icon a {
    color: #040f1e;
}
.top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: white;
    padding-left: 15px;
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    background: #333333;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    padding: 0 5px !important;
}
.open_menu {
    height: 100% !important;
}
.top-bar-section {
	float: left !important;
}
.main_menu_item:hover .sub_menu_item {
display: list-item;
    float: left;
    width: auto !important;
}
ul.sub_menu_item {
    transition: 1s;
}
.sub_menu_item li {
    display: block !important;
    text-align: left !important;
}
.sub_menu_item li {
    display: block;
    float: none !important;
	position: relative;
    margin: 2px 0;
}
.sub_menu_item li a {
    display: inline-block !important;
    white-space: nowrap;
    background: transparent !important;
    margin-left: 14px;
    margin-right: 10px;
}
img.top_logo {
    max-width: 152px;
}
.sub_menu_item li a:hover {
    color: #ea4647 !important;
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #2d2d2d;
    float: left;
    margin-top: 15px;
    margin-right: 11px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 5px;
	display: none;
}
.arrow-right-red {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid 2d2d2d;
	position: absolute;
	right: 0;
	bottom: 0;
}
.white {
	color: #fff;
}
.news_section img{
	width: 100%;
}
.main_advert_section {
    padding: 20px;
    background-color: #32322F;
    min-height: 150px;
}
.main_advert_section .main_advert {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 56px;
}
.main_advert_section .main_advert img{
	margin: 0 auto;
	float: none;
	display: block;
}
.adverts_section img {
    margin-bottom: 10px;
}
.button {
	text-transform: uppercase;
}
section.main_advert_section.home_header {
}
.body_wrap {
    width: 100%;
    float: left;
    margin-top: 0px;
}
.small-12 {
    float: left;
}
img.side_img_logo {
    max-width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.content_text {
    position: absolute;
    bottom: 0;
    padding: 20px;
    padding-bottom: 10px;
}
.main_featured .content_text .publish_time {
    background: #ff0017;
    width: auto;
    color: #fff;
    padding: 5px;
    text-align: center;
    float: left;
    clear: both;
}
.news_title {
    float: left;
    width: 100%;
}
.main_featured .content_text .publish_time::after {
	width: 100%;
	clear: both;
}
.main_featured .content_text .news_title h1, .main_featured .content_text .news_title h1 a {
    color: #fff !important;
    line-height: 37px !important;
    font-size: 30px !important;
}
.over_lay_big_img {
    background: url(/images/grad.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: top left;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.over_lay_small_img {
    background: url(/images/feaured_grad.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: top left;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.news_section {
	padding: 5px;
}
.news_section .columns, .news_section .column {
	background: #fff;
	padding: 5px;
}
/**/
.main_news_section .news_header {
    text-transform: uppercase;
    padding: 10px 0;
    float: left;
    width: 100%;
    font-weight: 500;
	font-size: 13px;
}
.main_news_section .news_section_name {
    color: #f04e4c;
    text-align: left;
    float: left;
}
.category_section_right .subscribe_section {
	margin-top: 5px !important;
}
.news_section_name {
    font-weight: 600;
    color: #f04e4c;
    text-align: left;
    float: left;
    letter-spacing: 0px;
}
.main_news_section .news_publish_date {
    float: right;
    text-align: right;
    color: #979393;
}
.old_featured_section .news_devider {
    margin-bottom: 10px;
}
.main_news_section .news_title h1, .main_news_section .news_title h1 a {
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
	color: #222222;
	margin-top: 4px;
}
/**/
.old_main_news_section .news_header {
    text-transform: uppercase;
    padding: 10px 0;
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 13px;
}
.old_main_news_section .news_section_name {
    color: #f04e4c;
    text-align: left;
    float: left;
}
.old_main_news_section .news_publish_date {
    float: right;
    text-align: right;
    color: #979393;
}
.old_main_news_section .news_title h1, .old_main_news_section .news_title h1 a {
    font-size: 17px;
    font-weight: 500;
    margin-top: 4px;
	color: #222222;
}
.news_devider {
    width: 100%;
    float: left;
    border-top: 1px solid #b3b3b3;
    margin: 10px 0;
	margin-bottom: 0px;
}
/**/
.old_featured_section .news_header {
    text-transform: uppercase;
    padding: 10px 0;
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 13px;
}
.old_featured_section .news_section_name {
    color: #f04e4c;
    text-align: left;
    float: left;
    width: 100%;
    font-size: 18px;
}
.old_featured_section .news_publish_date {
    float: left;
    text-align: left;
    color: #979393;
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
}
.old_feature_text_wrap {
    padding-left: 13px !important;
}
.old_featured_section .news_title h1,.old_featured_section .news_title h1 a {
    font-size: 27px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 29px;
	color: #222222;
}
 
.main_featured_section {
	background: #fff;
}
.table {
	display: table;	
}
.no_bg_img {
	background-image: none !important;
}
.grey_bg p {
	color: #fff;
}
.sub_menu_item li:hover .arrow-right {
	display: block;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
    background: transparent !important;
	color: #ea4647;
}
.no-js .top-bar-section ul li:hover > a {
    background: transparent !important;
    color: #ea4647 !important;
}
.old_featured_section .article_item img {
}
.news_section a , .latest_posts  a{
    float: left;
    width: 100%;
    position: relative;
}
.adverts_section {
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sponsored_text {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: #000;
    color: #fff;
    margin: 0;
    line-height: 1;
    padding: 7px;
    text-transform: uppercase;
    font-size: 11px;
}
a.view_all_articles_btn {
    margin: 0 auto !important;
    text-align: center;
    float: none !important;
    padding: 30px 50px;
    background: #f04e4c;
    color: #fff;
    display: block;
    height: 20px;
    max-width: 236px;
    width: 100%;
    line-height: 0;
    margin-top: 32px !important;
}
.grey_bg .row {
    text-align: center;
    padding: 60px 0;
    vertical-align: middle;
    border-bottom: none;
}
.main-news-heighligt {
    max-height: 466px;
    overflow: hidden;
}
.white-col {
	color: #fff;
}
.f_white {
    color: #f0f1f1;
}
.f_copy {
    color: #f0f1f1;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}
.footer_section {
    background-color: #32322f;
    padding: 20px 0;
	margin-top: 50px;
}
.bottom_logo {
    margin-bottom: 13px;
    display: block;
    margin: 0 auto;
}
.footer_area_content {
    color: #f0f1f1;
}
.footer_font_small {
    font-size: 0.815rem;
    margin-bottom: 15px;
}
ul.footer_area_content  {
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    margin: 0;
}
.footer_area_content i.fa {
    font-size: 20px;
    padding: 10px 19px;
    color: #fff;
}
ul.footer_area_content li {
    text-decoration: none;
    list-style-type: none;
    display: inline-block;
    text-align: center;
}
ul.footer_area_content.small-12.footer_links li {
    padding: 10px 0;
}
ul.footer_area_content.small-12.footer_links li:last-child a {
    border: none;
}
.categories_pages.special_category_page {
	position: relative;
}
.page-title {
    color: #d63f2c;
    font-size: 34px;
    font-weight: 300;
    margin: 30px 0;
}
.whitepaper-listing {
    border: 2px solid #f4f4f4;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    float: left;
    height: 100%;
}
.btn-red {
    background: #d63f2c;
    border-radius: 0;
    color: #fff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.footer_section a:hover {
    color: #d63f2c;
}
.categories_pages.special_category_page .btn {
	position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width: auto;
}
.btn-red:hover {
    color: #fff;
    background: #ba3423;
}
.special_category_page .article_item {
    margin-bottom: 20px;
}
.categories_pages.special_category_page h2 a {
    font-size: 19px;
    color: #333333;
    text-align: center;
}
.categories_pages.special_category_page .news_conent {
    text-align: center;
    width: 100%;
    float: left;
    margin: 30px 0;
    font-size: 14px;
    line-height: 1.46;
    color: #333333;
}
ul.footer_area_content.small-12.footer_links a {
    border-right: 1px solid #fff;
    padding: 0 20px;
    text-transform: uppercase;
}
.footer_area_content.social_links a {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.footer_area_content i.fa {
    font-size: 20px;
}
p.footer_font_small.for_fa {
    margin-left: 29px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
	.over_lay_big_img, .over_lay_small_img {
		background: none;
	}
	
	.content_text {
		position: inherit;
	}
	.main-news-heighligt {
		max-height: initial;
		overflow: initial;
	}
	
	.main_featured_section .content_text .overlay {
		background: initial !important;
		padding: inherit !important;
		margin-top: 0 !important;
		overflow: initial !important;
	}
	.main_featured .content_text .news_title h1, .main_featured .content_text .news_title h1 a, .old_featured_section .news_title h1, .old_featured_section .news_title h1 a  {
		color: #222222 !important;
		font-size: 17px!important;
		font-weight: 500;
		margin-top: 4px;
		line-height:initial !important;
	}
	
	.news_publish_date {
		float: right !important;
		text-align: right !important;
		color: #979393 !important;
		width: initial !important;
	}
	.news_section_name {
		width: initial !important;
	}
	.news_header {
		text-transform: uppercase;
		padding: 10px 0;
		float: left;
		width: 100%;
		font-weight: 500;
		font-size: 13px;
	}
	.main_news_link_dis {
		height: initial !important;
		overflow: initial !important;
	}
	.main_news_link_dis img {
		position: inherit !important;
	}
	.categories_pages .news_publish_date {
		text-align: left !important;
		float: left !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	.categories_pages .news_title a,.categories_pages .news_title h1 {
		padding: 0 !important;
		margin: 0 !important;
	}
	
}
@media only screen and (min-width: 0px) and (max-width: 430px) {
	.top-bar , .top_space {
		height: 60px;
	}
	.home_header {
		margin-top: 0;
	}
	img.top_logo {
		max-width: 150px;
		margin-top: 6px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1130px) {
	img.top_logo {
		width: 100%;
	}
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
	header {
		transition: 1s;
	}
	header.nav-up {
		display: none;
	}
	header.nav-down {
		display: block;
	}
}
@media only screen and (min-width: 430px) and (max-width: 920px) {
	.top-bar , .top_space {
		height: 62px;
	}
	.home_header {
		margin-top: 47px;
	}
	.home_header {
		margin-top: 20px;
	}
}
/* Mobile */
@media (min-width: 0) {
	.sub_menu_item li {
		background: transparent;
	}
	.top-bar-section ul.sub_menu_item  {
		display: block;
	}
	.top-bar-section {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	ul.sub_menu_item {
		position: inherit;
	}
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
	.open_menu .top-bar-section {
		margin-top: 7px;
	}
	.top-bar-section ul li {
		float: left;
		text-align: left;
		display: block;
		width: 100%;
	}
	.top-bar {
		height: 62px;
	}
	.adverts_section .no-left-padding {
		padding-left: 5px !important;
	}
	.adverts_section .no-left-padding.twitter_wrap {
		padding-left: 0px !important;
	}
	
	
	.desktop_search_wrapper.active {
		display: none;
	}
	.desktop_search_wrapper {
		display: none;
	}
	.pages_nav ul li {
		display: inline-block !important;
		width: auto !important;
		float: right;
		padding: 8px 0;
	}
	.contain-to-grid {
		padding-bottom: 0 !important;
	}
	.home_header {
		margin-top: 62px !important;
	}
	
	
	.open_menu section.top-bar-section {
		background: #32322F !important;
	}
	.top-bar-section ul {
		background: #32322F !important;
	}
	.top-bar-section li:not(.has-form) a:not(.button) {
		background: #32322F !important;
		color: #ea4647;
		font-weight: 300;
		font-size: 20px;
	}
	.sub_menu_item li a {
		color: #fff !important;
		font-size: 13px !important;
	}
}
/*Tablet*/
@media (min-width: 642px) {
	.upcoming_section .upcoming_item {
		width: 50%;
	}
	.home_header {
		margin-top: 82px;
	}
}
@media (max-width: 925px) {
	.home_header {
		margin-top: 0px !important;
	}
}
/*Desktop*/
@media (min-width: 1024px) {
	.top-bar-section ul li {
		float: none;
		text-align: center;
		display: inline-block;
	}
	.top-bar-section ul.sub_menu_item  {
		display: none;
	}
	.sub_menu_item li {
		background: rgba(250,250,250,.9);
	}
	.upcoming_section .upcoming_item {
		width: 20%;
	}
	ul.sub_menu_item {
		position: absolute;
		padding-top: 9px;
	}
	.top-bar-section {
		padding-top: 0;
		text-align: center;
	}
	.header_bg_text_wrap {
		background-color: transparent;
		border: none;
	}
	.home_header {
		margin-top: 66px;
	}
}
.relative {
    position: relative;
}
.cont-wrap .content.active {
    display: block;
}
.cont-wrap .content {
    display: none;
}
.contain-to-grid {
    padding: 20px 0;
	padding-top: 0;
}
@media only screen and (min-width: 1024px) {
	.big-featured_img_link {
		max-height: 460px;
		overflow: hidden;
		height: 100%;
	}
	.small-featured_img_link {
		max-height: 225px;
		overflow: hidden;
		height: 100%;
	}
}
@media only screen and (min-width: 64.063em) {
	[class*="column"] + [class*="column"]:last-child {
		float: left;
	}
}
.footer_area_content ::-webkit-input-placeholder {
   color: #fff;
}
.footer_area_content :-moz-placeholder { /* Firefox 18- */
   color: #fff;
}
.footer_area_content ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}
.footer_area_content :-ms-input-placeholder {  
   color: #fff;
}
.footer_area_content .button {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 7px 22px;
    font-size: 13px;
}
.footer_area_content input[type=text], .footer_area_content input[type=email] {
    background-color: #5b5b5b;
    border: none;
    border-radius: 5px;
	color: #fff;
}
.footer_area h6 {
	margin-bottom: 15px;
}
.section_area_name {
    width: 100%;
    float: left;
    color: #fff;
}
.section_area_name .section_line {
    height: 3px;
    width: 100%;
}
.section_area_name .section_name {
    width: auto;
    float: left;
    clear: both;
    padding: 0px 10px;
    text-transform: uppercase;
    position: relative;
    height: 39px;
    padding-right: 26px;
    line-height: 33px;
}
.section_area_name .section_name span {
    background: url(/images/tab-corner.png);
    margin-left: 67px;
    width: 30px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: -1px;
}
.article_header {
    text-align: center;
}
.yellow_bg *{
	background-color: #ecc630;
}
.article_section .article_date {
    color: #979393;
}
.article_section .article_title {
}
.article_section .article_title h1 {
    font-size: 25px;
    text-transform: uppercase;
}
.article_section .article_writer {
    color: #979393;
}
.article_section .article_tags {
    text-align: center;
    width: auto;
    display: inline-table;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    padding: 15px;
}
.top-bar .name {
    line-height: 45px;
}
.article_section .article_tags span {
    color: #ff0016;
    border: 1px solid;
    padding: 5px;
    text-align: center;
    margin-right: 10px;
    margin: 5px;
    font-size: 10px;
    display: block;
}
.article_tags a {
    text-align: center;
    display: inline-block;
}
.article_section .article_content p {
    font-size: 14px;
}
.article_section .article_top_social {
    padding-bottom: 20px;
}
.article_section .article_content p {
    font-size: 14px;
}
.article_section .article_content * {
    color: #565454;
    font-size: 14px;
}
.article_section .article_top_social i {
    margin: 5px;
    border: 2px solid;
    padding: 5px;
    border-radius: 16px;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 19px;
    cursor: pointer;
    font-size: 16px;
    color: #a6a6a6;
}
.alignleft {
    float: left;
    margin-right: 10px;
}
.article_section .article_content {
	color: #565454;
}
.article_section img {
    margin-bottom: 20px;
}
.article_section .article_content *{
	color: #565454;
}
.article_section .article_content a{
	color: #e94143;
}
.article_section .article_footer {
    text-align: center;
    padding: 25px 0;
}
.article_section .article_footer .section_social_title {
    color: #979393;
    margin-bottom: 12px;
}
.article_section .article_footer .article_writer_title{
    color: #979393;
	text-transform: uppercase;
}
.article_section .article_footer .article_writer {
    color: #000;
    font-weight: bold;
    margin-top: 10px;
}
.article_section .news_title{
}
.article_section .news_title h1, .article_section .news_title h1 a{
	color: #e94143;
}
.news_title_section h1 , .news_title_section h1 a{
    color: #e94143;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
}
section.similar_posts {
    margin-bottom: 20px;
}
.main_logo {
    text-align: center;
    margin-top: 39px;
}
.right li.with_fa {
	padding-right: 0px;
	padding-left: 9px;
	float: left;
}
.quick_links  li {
	/*border-right: 1px solid #a9a5a5;*/
}
.right li.with_fa:first-child {
	border-right: none;
}
.footer_links p {
	margin-bottom: 10px;
}
.with_fa i {
    margin-left: 7px;
    font-size: 16px;
}
.desktop_search_wrapper {
	display: none;
}
.desktop_search_wrapper.active {
	display: block;
}
.desktop_search_wrapper .search_form_mobile input {
    border-radius: 5px;
    border: 1px solid;
    padding: 0 35px 0 10px;
}
.mobile_search_wrapper .search_form_mobile input {
    border-radius: 5px;
    border: 1px solid;
    padding: 0 35px 0 10px;
}
.desktop_search_wrapper .search_form_mobile .submit_search {
    position: absolute;
    right: 27px;
    top: 16px;
    cursor: pointer;
}
.mobile_search_wrapper .search_form_mobile .submit_search {
    position: absolute;
    right: 27px;
    top: 10px;
    cursor: pointer;
}
.hidden {
    display: none;
}
.follow_links_box_wap {
    top: 0px;
    position: absolute;
    z-index: 11;
    width: 157px;
    margin-top: 44px;
    right: 131px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}
.magazine_section .follow_links_box_wap {
    right: 29px;
}
.follow_links_box {
    background: #fff;
    padding: 20px 10px;
    width: 100%;
}
.follow_link:hover .follow_links_box_wap {
	display: block;
	transition: 1s;
}
.normal_button {
    background: #fff;
    color: #000;
    border: 1px solid;
    font-size: 11px !important;
    padding: 10px 10px !important;
    float: left;
    width: 100%;
    margin-bottom: 10px !important;
    height: auto !important;
}
.red_button {
    background: #ea4e50;
    font-size: 11px !important;
    padding: 10px 10px !important;
    float: left;
    width: 100%;
    margin-bottom: 10px !important;
    height: auto !important;
}
.top-bar .toggle-topbar.menu-icon a::after {
    top: 0px;
}
.top-bar.open_menu .top-bar-section.large-7.medium-12 {
    overflow-y: scroll;
    height: 100%;
    position: fixed;
    z-index: 9;
    top: 118px;
    padding-bottom: 147px;
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    overflow-x: hidden;
}
nav.top-bar.open_menu ul li a {
    font-size: 12px;
}
.top-bar.open_menu li.main_menu_item {
    margin-top: 10px;
}
.top-bar .toggle-topbar.menu-icon {
	height: 100%;
}
.top-bar .toggle-topbar.menu-icon a {
    color: #040f1e;
    height: 100%;
    width: 100%;
    float: left;
}
.social_icons {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
}
.social_icons .fa, .social_icons a {
    background: #767675;
    font-size: 25px;
    padding: 6px;
    border-radius: 25px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}
.quick_links li {
	float: right !important;
}
#register_form h5.modalTitle.subscribe {
    display: none;
}
#register_form p.subTitle.subscribe {
    display: none;
}
.subscribe#register_form h5.modalTitle {
    display: none;
}
.subscribe#register_form p.subTitle {
    display: none;
}
.subscribe#register_form h5.modalTitle.subscribe {
    display: block;
}
.subscribe#register_form p.subTitle.subscribe {
    display: block;
}
a.button.goto_signup_btn {
    color: #ed2f42;
    background: transparent;
    border: 1px solid;
    width: 76%;
    margin-top: 7px;
    float: left;
    margin-left: 12%;
    padding: 10px;
}
.article_header {
	padding-top: 40px;
}
.wp-caption-text {
    font-size: 12px;
    text-align: center;
    padding: 0 0 10px 0 !important;
    margin-top: -15px !important;
}
.pagination {
    display: block;
    margin: 0 auto;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.old_featured_link {
	margin-top: 8px;
}
.main_news_link_dis {
	float: left;
    height: 180px;
    overflow: hidden;
    margin: auto;
    position: relative;
    width: 100%;
}
.main_news_link_dis img {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
figure.image {
    display: inline-block;
    border: 1px solid gray;
    margin: 0 2px 0 1px;
    background: #f5f2f0;
}
figure.align-left {
    float: left;
}
.full_screen {
	width: 100%;
}
figure.align-right {
    float: right;
}
figure.image img {
    margin: 8px 8px 0 8px;
}
figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: center;
}
.main_featured_section .content_text .overlay {
    overflow: hidden;
    padding: 20px;
    padding-bottom: 10px;
}
.main_featured_section .main-news-heighligt .content_text {
    padding-bottom: 0 !important;
}
.main_featured_section .content_text  {
    padding-bottom: 5px;
    padding-right: 10px;
	padding-left: 0;
	width:100%;
	z-index: 2;
}
.pagination a {
    color: #666666;
    font-size: 15px;
    padding: 5px 10px;
    font-weight: bold;
    /* border: 2px solid #666666; */
    margin-right: 3px;
    line-height: 45px;
    width: auto;
	float: none;
}
.pagination a.active {
    background: #EDEDED;
}
.text {
  position: relative;
}
.pages_nav {
    background: #E1E1E1;
    padding: 0 !important;
    margin: 0 !important;
}
.pages_nav ul li a {
    font-weight: normal !important;
	line-height: 10px !important;
}
.normal_font_style {
	text-transform:none !important;
}
.button.white-btn {
	color: #fff;
}