@font-face {
  font-family: "HelveticaNeueUltraLight";
  src: url('../fonts/helveticaneue-ultralight.eot?1434938150') format('embedded-opentype'), url('../fonts/helveticaneue-ultralight.woff?1434938150') format('woff'), 
  url('../fonts/helveticaneue-ultralight.ttf?1434938150') format('truetype'), url('../fonts/helveticaneue-ultralight.svg?1434938150') format('svg');
}

/* Basic */
body{
	font-family: "HelveticaNeueThin",sans-serif;
}
.title_global {
    border-bottom: 1px solid white;
    padding-bottom: 13px;
    font-size: 30px;
}
.more-mt {
    margin-top: 25px;
}
.container .social.share a {
    width: 22px;
}
.aside .twitter-follow-button{
	float: left;
	margin-right: 8px;
}
.image-w .tag{
	visibility: hidden;
}
a:focus, a:hover{
	text-decoration: none;
	/*color: #111111;*/
}
.follow .tab-content, .follow .tab-pane, a{ 
	outline: 0 !important;
}
@media screen and (max-width: 320px) {
   .footer_popup {
  width: 330px !important;
  height: 180px!important;
  }
  .footer .footer_popup .facebook_like{
  margin-left: 75px !important;
  margin-top: 45px !important; 
  }
}
@media screen and (min-width: 400px) {
   .footer_popup {
  width: 414px !important;
  height: 180px!important;
  }
}
@media only screen and (max-width: 560px) {
	.title_global {
	    line-height: 7px;
	    font-size: 24px;
	}
}
/* Header */
.header .menu-w .menu-item-object-category a {
  font-size: 12px;
}
.form-group button, .search_form input[type=submit] {
  background-image: url('../images/icons-s78550fbfe7.png');
  background-position: -24px -24px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 35px;
  width: 35px;
  background-color: transparent;
  border: 0 none;
  cursor: pointer;
  height: 35px;
  margin: 12px 14px;
  width: 35px;
  float: right;
}
.leaderboard{
    margin: 0 -15px;
    padding: 7px 0;
    text-align: center;
    background: #eee;
}
@media only screen and (max-width: 560px) {
	.leaderboard {
		display: none;
	}
}
.search_form.global .form-group{
	display: none;
}
.menu-w #menu-top-menu a{
    vertical-align: middle;
}
.menu-w #menu-top-menu a.active{
    font-size: 24px;
}
.menu-w #menu-top-menu-1 a {
    vertical-align: bottom;
}
.menu-w #menu-top-menu .current-menu-item a, .menu-w #menu-top-menu-1 .current-menu-item a {
    color: #ff8000;
}
.search_form.global{
	top: 283px;
}
.no_leaderboard.search_form.global{
	top: 192px;
}
.search_form input[type="text"]::-webkit-input-placeholder {
   color: #aaa;
   font-style: italic;
}
.search_form input[type="text"]:-moz-placeholder { /* Firefox 18- */
   color: #aaa;
   font-style: italic;  
}
.search_form input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #aaa;  
   font-style: italic;
}
.search_form input[type="text"]:-ms-input-placeholder {  
   color: #aaa;  
   font-style: italic;
}
.header .menu-w li {
    margin-right: 10px;
}
#menu-top-menu li{
    margin-right: 18px;
}
.header .social.links {
    margin: 12px 0;
}
header .social.links .typcn::before, .social.share .typcn::before {
    font-size: 31px;
    width: 28px;
}
header .social.links .typcn-social-twitter::before, .social.share .typcn-social-twitter::before {
    font-size: 26px;
    height: 25px;
}
.search_link {
    height: 24px;
}
.articles_header .sub_menu, .header .sub_menu{
	display: none;
}
.category .sub_menu{
	display: block;
}
.news_link.active{
	font-size: 24px;
}
.header .menu-w .menu {
    margin: 12px 0;
}
#wnb-bar{
	color: #fff;
	font-weight: bold;
	top: 0px;
	font-family: HelveticaNeueBold;
    font-size: 17px;
	border-bottom: 0 none;
	line-height: 30px;
}
.wnb-bar-button{
	font-family: HelveticaNeueBold;
    font-size: 17px;
    font-weight: normal;
	line-height: 17px;
    margin-left: 5px;
    padding: 3px 6px 4px;
    background-color: #565366;
}
.mobile.social.links{
	display: none;
}
.mobile.social.links a{
	margin-top: 20px; 
}
.mobile.social.links a.search_link{
	float: left;
}
.mobile.social.links{
	margin-top: 20px; 
	border-top: 1px solid rgb(238, 238, 238);
}
@media only screen and (max-width: 560px) {
	#menu-top-menu li {
    	margin-right: 5px;
	}
}
@media only screen and (max-width: 991px) {
	nav > .social.links, #menu-top-menu .search_link, #menu-top-menu-1 .search_link{
		display: none;
	}
	.mobile.social.links, .mobile.social.links {
		display: block;
	}
	a.search_link{
		/*display: none;*/
	}
  .header .menu-w .menu-item-object-category a {
    font-size: 9px;
    }
}
/* Footer */
.footer_popup{
  display: none;
}
.footer .footer_popup .facebook_like{
  width: 250px;
  background: none;
  margin-left: 96px;
  margin-top: 10px;
  height: 28px;
}
.footer .links_col .social a {
    font-size: 48px;
    letter-spacing: 20px;
}
.footer .links_col .social a.typcn-social-twitter {
    font-size: 40px;
}
.footer a:hover{
	color: #ff8000;
}
.footer .footer_subscribe .btn.subscribe {
    background-color: #ff8000;
    background-image: none;
}
.footer .footer_popup {
    height: 170px;
    width: 380px;
}
.footer .footer_popup h2 {
    margin-left: 115px;
    margin-top: 35px;
}
.about_col p.about{
	height: 185px
}
.footer .footer_subscribe {
    margin-top: 58px;
}
.links_col .social_links .title_footer{
	padding-bottom: 5px;
}
.footer p {
    font-family: "HelveticaNeueThin";
}
.footer a {
    font-family: "HelveticaNeueThin";
}
.subs_checkbox {
    font-size: 12px;
    padding-right: 6px;
    vertical-align: top;
    float: left;
    cursor: pointer;
    margin-top: 7px;    
}
.tab-content .subs_checkbox {
    margin-top: 0px;
}
.subs_checkbox label, .subs_checkbox input{
    cursor: pointer;
}
.subs_checkbox input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}
.subs_checkbox input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/checkbox_white.jpg) no-repeat;
	padding-right: 20px;    
	background-position: 0px -15px;
	vertical-align: top;
}
.form-footer .subs_checkbox input[type="checkbox"] + label:before {
    background: url(../images/checkbox_violet.jpg) no-repeat;
	background-position: 0px -15px;    
}
.subs_checkbox input[type="checkbox"]:checked + label:before {
    background-position: 0px 0px;
}
.subs_checkbox label{
	padding-left: 0px;
}

.btn.close {
    background: rgba(0, 0, 0, 0) url("../images/close-icon.png") no-repeat scroll 0 0 / 100% auto;
    height: 15px;
    right: 10px;
    top: 10px;
    width: 15px;
}

/* Sidebar */
.header .social.links .typcn-social-twitter:hover, .footer .social.links .typcn-social-twitter:hover, #social_tabs .typcn-social-twitter:hover, #social_tabs .active .typcn-social-twitter{
   color: #4099ff;
}
.header .social.links .typcn-social-facebook:hover, .footer .social.links .typcn-social-facebook:hover, #social_tabs .typcn-social-facebook:hover, #social_tabs .active .typcn-social-facebook{
   color: #3b5998;
}
.header .social.links .typcn-social-linkedin:hover, .footer .social.links .typcn-social-linkedin:hover, #social_tabs .typcn-social-linkedin:hover, #social_tabs .active .typcn-social-linkedin{
   color: #0077B5;
}
.header .social.links .typcn-rss:hover, .footer .social.links .typcn-rss:hover, #social_tabs .typcn-rss:hover, #social_tabs .active .typcn-rss{
   color: #ff8000;
}
#social_tabs .social.links a:hover{
	cursor: pointer;
}
.also_like .top_posts, .job_ad_page .top_posts{
	display: none;
}
.sidebar_posts, .sidebar_jobs{
	display: none;
}
.also_like .sidebar_posts, .job_ad_page .sidebar_jobs{
	display: block;
}
.most_popular img {
    margin-top: 10px;
}
.follow .form-group button, .jobs_search .form-group button{
  background-image: none;
  background-color: #ff8000;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .form-group button, .search_form input[type=submit] {
    background-image: url('../images/icons-2x-s281d0d4dc5.png');
    background-size: 66px 104px;
    background-position: -24px -24px;
    height: 35px;
    width: 35px;
  }
}
.follow .checkbox{
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url(checkbox-white.jpg) no-repeat;
  display: block;
  clear: left;
  float: left;
}
.twitter_share{
    margin-right: 5px;
    float: left;
    width: 140px !important;
	position: relative !important;
    visibility: visible !important;    
}
#linkedin_link .IN-widget{
    float: left;
    margin-right: 10px;
}
a.typcn.typcn-social-linkedin {
    margin-left: -8px;
}
a.typcn.typcn-social-instagram {
    margin-right: 16px;
}
.aside .adv{
	text-align: center;
}
.aside .adv div{
    background: #eeeeee none repeat scroll 0 0;
}
@media only screen and (max-width: 560px) {.col-md-12.col-sm-6.adv.mt {
    margin-top: 150px;
}
}
.follow .twitter_share{
	background: none;
}
.nav-tabs {
    border-top: 0px;
    padding-top: 0px;
}
.aside #social_tabs .typcn-social-twitter{
    font-size: 40px !important;
    height: 59px;
}
#social_tabs .social.links a {
    font-size: 41px;
    line-height: 20px;
    padding: 0 5px 7px;
}

.typcn-social-twitter, .typcn-social-facebook, .typcn-social-linkedin, .typcn-rss, .typcn-mail, .typcn-printer {
    transition: none;
    background-repeat: no-repeat;
    background-position: 0 0;
}
a.typcn.typcn-social-instagram.followinsta {
    margin-top: 5px;
    color: black !important;
}
a.typcn.typcn-social-instagram.followinsta:hover {
    color: #ff8000 !important;
}
a.instalink {
    text-decoration: underline !important;
    color: #ff8000;
    font-weight: 600;
}
.typcn-social-twitter::before, .typcn-social-facebook::before, .typcn-social-linkedin::before, .typcn-rss::before, .typcn-mail::before, .typcn-printer::before {
	content: none;	
	display: none;
}

.header .typcn-social-twitter, .social.share .typcn-social-twitter, .articles_header .typcn-social-twitter {
    background-image: url("../images/tw-icon.png");
    height: 16px;
    width: 19px;
}
.header .typcn-social-twitter:hover, .social.share .typcn-social-twitter:hover, .articles_header .typcn-social-twitter:hover {
    background-position: 0 -34px;
}
.header .typcn-social-facebook, .social.share .typcn-social-facebook, .articles_header .typcn-social-facebook {
    background-image: url("../images/fb-icon.png");
    margin-left: 7px;
    width: 18px;
}
.header .typcn-social-facebook:hover, .social.share .typcn-social-facebook:hover, .articles_header .typcn-social-facebook:hover{
    background-position: 0 -34px;
}
.social.share .typcn-social-facebook{
	height: 20px
}
.header .typcn-social-facebook, .articles_header .typcn-social-facebook{
    height: 22px;
}
.header .typcn-social-linkedin, .social.share .typcn-social-linkedin, .articles_header .typcn-social-linkedin {
    background-image: url("../images/li-icon.png");
    height: 16px;
    width: 19px;
    height: 20px; 
    width: 20px;
    margin-left: 8px;
}
.header .typcn-social-linkedin, .articles_header .typcn-social-linkedin{
    margin-left: 8px;
}
.social.share .typcn-social-linkedin{
    margin-left: 0px;
}
.header .typcn-social-linkedin:hover, .social.share .typcn-social-linkedin:hover, .articles_header .typcn-social-linkedin:hover {
    background-position: 0 -34px;
}
.more_news .social.share{
	margin-top: 7px
}
.header .typcn-rss, .articles_header .typcn-rss, .articles_header .typcn-rss {
    background-image: url("../images/rss-icon.png");
    height: 20px; 
    width: 20px; 
    margin-left: 9px;
}
.header .typcn-rss:hover, .articles_header .typcn-rss:hover {
    background-position: 0 -34px;
}

.header .search_link, .articles_header .search_link {
	background-image: url("../images/search-icon.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	transition: none;    
}
.header .search_link:hover, .articles_header .search_link:hover  {
    background-position: 0 -30px;
}
.follow #social_tabs a.typcn-social-twitter{
    background-image: url("../images/tw-big.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    height: 58px;
    margin-left: 12px;
    width: 30px;
}
.follow #social_tabs .typcn-social-twitter:hover{
    background-position: 0 -121px;
}
.follow #social_tabs a.typcn-social-facebook{
    background-image: url("../images/fb-big.png");
    background-position: 0 0;
    background-repeat: no-repeat;
	height: 58px;
    margin-left: 20px;
    width: 30px;
}
.follow #social_tabs .typcn-social-facebook:hover{
    background-position: 0 -118px;
}
.follow #social_tabs a.typcn-social-linkedin{
    background-image: url("../images/in-big.png");
    background-position: 0 0;
    background-repeat: no-repeat;
	height: 58px;
    margin-left: 0px;
    width: 32px;
}
.follow #social_tabs .typcn-social-linkedin:hover{
    background-position: 0 -118px;
}
.follow #social_tabs a.typcn-rss{
    background-image: url("../images/rss-big.png");
    background-position: 0 0;
    background-repeat: no-repeat;
	height: 58px;
    margin-left: 18px;
    width: 32px;
}
.follow #social_tabs .typcn-rss:hover{
    background-position: 0 -118px;
}
.follow #social_tabs a.typcn-mail{
    background-image: url("../images/mail-big.png");
    background-position: 0 0;
    background-repeat: no-repeat;
	height: 58px;
    width: 43px;
}
.follow #social_tabs .typcn-mail:hover{
    background-position: 0 -118px;
}
.more_news .social.share .typcn-social-facebook{
	margin-left: 2px; 
	width: 19px
}
.footer .social_links a.typcn-social-twitter{
    background-image: url("../images/tw-big-w.png");
    background-position: 0 15px;
    background-repeat: no-repeat;
    height: 58px;
    width: 30px;
    margin-right: -4px;
}
.footer .social_links .typcn-social-twitter:hover{
    background-position: 0 -32px;
}
.footer .social_links a.typcn-social-facebook{
    background-image: url("../images/fb-big-w.png");
    background-position: 0 10px;
    background-repeat: no-repeat;
	height: 58px;
    margin-left: 18px;
    width: 30px;
}
.footer .social_links .typcn-social-facebook:hover{
    background-position: 0 -38px;
}
.footer .social_links a.typcn-social-linkedin{
    background-image: url("../images/in-big-w.png");
    background-position: 0 10px;
    background-repeat: no-repeat;
	height: 58px;
    margin-left: 54px;
    width: 32px;
  }
.footer .typcn.typcn-social-instagram {
    position: absolute;
  }
.footer .social_links .typcn-social-linkedin:hover{
    background-position: 0 -38px;
     color:#ff8000;
}
.footer .social_links a.typcn-rss{
    background-image: url("../images/rss-big-w.png");
    background-position: 0 10px;
    background-repeat: no-repeat;
	height: 58px;
        margin-left: 14px;
    width: 32px;
}
.footer .social_links .typcn-rss:hover{
    background-position: 0 -38px;
}

.article_main .about .social.orange a, .article_main .social.orange.bottom a, .article_main .text .text-right .social a{
	background-color: rgba(0, 0, 0, 0) !important;
}
.about .social.orange a.typcn-social-twitter{
	background: url("../images/tw-round-s.png");
}
.about .social.orange a.typcn-social-facebook{
	background: url("../images/fb-round-s.png");
}
.about .social.orange a.typcn-social-linkedin{
	background: url("../images/in-round-s.png");
}
.about .social.orange a.typcn-mail{
	background: url("../images/mail-round-s.png");
}
.about .social.orange a.typcn-printer{
	background: url("../images/print-round-s.png");
}
.article_main .social.orange.bottom a.typcn-social-twitter, .article_main .text .text-right .social a.typcn-social-twitter{
	background: url("../images/tw-round.png");
}
.article_main .social.orange.bottom a.typcn-social-facebook, .article_main .text .text-right .social a.typcn-social-facebook{
	background: url("../images/fb-round.png");
}
.article_main .social.orange.bottom a.typcn-social-linkedin, .article_main .text .text-right .social a.typcn-social-linkedin{
	background: url("../images/in-round.png");
}
.article_main .social.orange.bottom a.typcn-mail, .article_main .text .text-right .social a.typcn-mail{
	background: url("../images/mail-round.png");
}
.article_main .social.orange.bottom a.typcn-printer, .article_main .text .text-right .social a.typcn-printer{
	background: url("../images/print-round.png");
}
.about .social.orange a:hover{
	background-position: 0 -39px;
}
.article_main .social.orange.bottom a, .article_main .text .text-right .social a{
	width: 35px;
	height: 35px;
	margin-right: 5px;
}
.article_main .social.orange.bottom a:hover, .article_main .text .text-right .social a:hover{
	background-position: 0 -45px;
}
.comments.typcn-message-typing::before{
	content: none;
	display: none;
}
.comments.typcn-message-typing{
	background-image: url("../images/comment-icon.png");
    background-position: 0 -27px;
    background-repeat: no-repeat;
    padding-left: 25px; 
}
@media only screen and (max-width: 600px) {
	.comments.typcn-message-typing{
		float: left;
    	margin-top: 8px;
	}
	#social_tabs .social.links{
		display: block;
	}
}
.comments.typcn-message-typing:hover{
    background-position: 0 7px;
}
/* Homepage */
#home_slider.owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
}
#home_slider.owl-theme .owl-controls .owl-dot.active span {
  background-color: #ff8000;
}
#home_slider.owl-theme .owl-controls .owl-dot span {
  background-color: #565366;
  width: 20px;
  height: 20px;
  opacity: 1;
}
#home_slider.owl-theme .item h2 {
    background: rgba(255, 128, 0, 0.6) none repeat scroll 0 0;
    padding: 3% 4%;
    top: 8%;
    width: 100%;
    left: 0px;
}
#home_slider.owl-theme .color_box.left{
	background: none;
}
#books_slider .owl-item .item{
	padding: 0px;
}
#home_slider.owl-theme .item h2 a{
    color: #ffffff;
}
#home_slider.owl-theme .item h2 a:hover{
    color: #565366;
}
.home #books_slider {
    height: 265px;
}
.home .row.two .image-w{
	margin-bottom: 10px;
}
.page-template-news #books_slider {
    height: 280px;
}
#books_slider.owl-carousel .owl-item img {
    /*height: 200px;*/
    width: auto;
}
#books_slider.owl-theme .owl-controls .owl-prev, #books_slider.owl-theme .owl-controls .owl-next, .latest_review{
	height: 280px;
}
.suggested_reading-w .title_global{
	line-height: 30px;
}
@media only screen and (max-width: 400px) {
  #home_slider.owl-theme .owl-controls .owl-dot span {
    width: 15px;
    height: 15px;
  }
  .page-template-news #books_slider, .home #books_slider {
    height: auto;
  }
  #books_slider.owl-theme .owl-controls .owl-prev, #books_slider.owl-theme .owl-controls .owl-next, .latest_review{
	height: auto;
  }
}
#books_slider.owl-theme .owl-controls .owl-prev, #books_slider.owl-theme .owl-controls .owl-next {
  position: absolute;
  width: 80px;
  height: 280px;
  background: rgba(200, 200, 200, 0.3);
  opacity: 1;
  padding: 0;
  margin: 0;
  border-radius: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#books_slider.owl-theme .owl-dots{
  display: none;
}
@media only screen and (max-width: 991px) {
  #books_slider.owl-theme .owl-controls .owl-prev, #books_slider.owl-theme .owl-controls .owl-next {
    width: 40px;
  }
}
#books_slider.owl-theme .owl-controls .owl-prev i, #books_slider.owl-theme .owl-controls .owl-next i {
  font-size: 80px;
  width: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 31%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
  #books_slider.owl-theme .owl-controls .owl-prev i, #books_slider.owl-theme .owl-next i {
    font-size: 40px;
  }
}
#books_slider.owl-theme .owl-controls .owl-prev {
  left: 0;
  top: 0;
}
#books_slider.owl-theme .owl-controls .owl-next {
  right: 0;
  top: 0;
} 
#home_slider h2 a:hover{
   color: #fff;
}
.home .one .slider{
   width: 815px;
   margin-right: 1px;
}
.home .one .owl-carousel .owl-item img {
    height: 501px;
    width: 100%;
}
@media only screen and (max-width: 991px) {
  .home .one .slider {
    width: 100%;
    margin-right: 0px;
  }
  .home .one .owl-carousel .owl-item img {
    height: auto;
  }
 span.city {
    padding-left: 30px !important;
  }
  .jobs_list.bottom .location {
    width: 30% !important;
}

}
@media only screen and (max-width: 650px) {
	.home .main_content .adv div {
	    text-align: center;
    	width: 100%;
	}
}
#books_slider.owl-theme .owl-controls .owl-prev i{
	background-image: url("../images/left_arrow.png");
    height: 85px;
    left: 50%;
    width: 48px;
}
#books_slider.owl-theme .owl-controls .owl-next i{
	background-image: url("../images/right_arrow.png");
    height: 85px;
    left: 50%;
    width: 48px;
}
.recent_articles .row.article p.text{
	font-family: "Open Sans";
	font-style: normal;
	line-height: 17px;
	/*letter-spacing: 0.4px;*/
}
.latest_review {
    padding: 39px 10px;
}
.latest_review .about a.get_link .amazon{
    margin-left: -3px;
}
.recent_articles > .article ~ .article{
    border-top: 1px solid white;
    margin-bottom: 0;
    padding-top: 30px;
}
.recent_articles > .article{
    border-top: 0px;
    padding-top: 0px;
}
aside.jobs-w .pt.pb{
    border-top: 1px solid white;
    padding-top: 10px;
}
aside.jobs-w .pt.pb:first-child{
    border-top: 0px;
}
aside .most_popular .article {
    border-top: 1px solid white;
    padding-top: 10px;
}
aside .most_popular .article:first-child {
    border-top: 0px;
}
.home .row.two img{
	max-height: 400px;
}
.home .more_news .image-w{
	margin-bottom: 6px;
}
.home .more_news .title{
	margin-bottom: 2px; 
	display: block;  
}
#rss_link p a {
    color: #111; 
    font-size: 13px; 
    line-height: 20px;
}
/* Article */
.article_main .title{
	font-size: 60px;
}
.article_main .about .date{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-right: 10px;
    margin-top: 9px;
    padding-left: 12px;
}
.article_main .about span {
    float: left;
}
.article_main .about span.dsq-postid{
	float: none;
}
.article_main .about span.social {
    float: right;
    padding-right: 0;
}
.article_main .about {
    overflow: hidden;
}
.article_main .twitter_link.typcn, .article_main .comments.typcn {
    margin-top: 2px;
}
.article_main .pagination{
	margin-bottom: 55px
}
.article_main .text-center{
	margin-top: 50px; 
	margin-bottom: 20px;
}
.articles_header .social  .typcn::before, .articles_header .social .typcn-social-twitter::before{
    font-size: 1em;
    height: 1em;
    width: 1em;
}
.articles_header .social.links{
	margin-top: 23px;
}
.articles_header .menu-item-object-category a {
    font-size: 12px;
}
.up_next:hover h3{
	color: #ff8000;
}
.banner_news img{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
}
.banner_news:hover img{
	filter: none;
	-webkit-filter: none;
    -moz-filter:    none;
    -ms-filter:     none;
    -o-filter:      none;	
}
.article_main .yarpp-related{
	display: none;
}
.article_main .text p{
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 16px;
    font-style: normal;
    margin-bottom: 18px;
}
.article_main .text img{
	width: auto;
	max-width: 100%;
}
.container .yarpp-related {
    margin: 0px;
}
.container .yarpp-related a {
    font-weight: normal;
}
.container .yarpp-related h3 {
    font-weight: normal;
    padding: 0px;
    text-transform: none;
}
.article_main .pagination{
	width: 100%;
}
.article .text {
    font-size: 14px;
}
.article_main .text .text-right {
	padding-bottom: 13px; 
	border-bottom: 3px solid white;
	margin-bottom: 20px;
	margin-top: 10px;
}
.article_main .text h3.mt, .article_main .text blockquote{
	margin-top: 20px;
}
.article_main .text a{
	color: #ff8000;
}
.article_main .social.orange a{
	color: #fff;
}
.article_main .social.orange a:hover{
	background-color: #000;
}
.article_main .text .social.orange .typcn::before {
    padding-top: 6px;
}
.top_posts .banner_news:hover h3{
	color:  #ff8000;
}
.single .banner_news .title {
    top: auto;
    left: auto;
    right: auto;
    bottom: 10px;
    height: auto;
    margin: auto 15px auto auto;
    max-width: 100%;
    padding-left: 11px !important;
    padding-right: 26px !important;
    background-color: rgba(86, 83, 102, 0.25);
    padding-top: 2px;
    padding-bottom: 2px;
}
.article_main .text, .article_main .text p{
	line-height: 19px
}
.article_main .text b, .article_main .text strong {
	font-weight: bold;
}
.article_main .text i, .article_main .text em {
	font-style: italic;
}
.article_main .text a {
	color: #ff8000;
	text-decoration: underline;
}
.article_main .text h3, .article_main .text h1, .article_main .text h1, .article_main .text blockquote, .job_descr .text h3, .job_descr .text h1, .job_descr .text h1 {
	margin-bottom: 18px;
}
.article_main .text ul, .article_main .text ol {
    margin-left: 20px;
    margin-bottom: 18px;
}
.article_main .text ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 10px;
}
.article_main .text ol li {
    list-style-type: decimal;
    margin-bottom: 10px;
}
.article_main .text blockquote, .article_main .text blockquote p {
    font-size: 36px;
    line-height: 39px;
    font-family: "GothamBold",sans-serif;
}
.article_main .text .typcn-social-facebook{
	margin-left: 5px;
}
.articles_header .now_reading-w{
	border-right: 1px solid #eeeeee;
}
.articles_header .up_next-w h4 {
    padding-bottom: 5px;
}
.now_reading h3 {
    line-height: 26px;
}
.articles_header .social.links {
    margin-top: 18px;
}
.articles_header .now_reading-w, .articles_header .up_next-w {
    padding: 12px 40px;
}
.top_posts .banner_news .title{
	font-family: GothamBook, sans-serif;
}
/* Intern form */
.uploadify-button {
    background: #eeeeee none repeat scroll 0 0;
    font-family: HelveticaNeue,sans-serif;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
.uploadify-button span {
    color: #ffffff;
    display: block;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.uploadify{
	float: left; 
	margin-right: 15px;
    width: 30%;
    background: #eeeeee none repeat scroll 0 0;
}
.uploadify-queue .cancel{
	float: left; 
	margin-right: 15px
}
.uploadify-queue .data{
	display: none;
	line-height: 26px;
}
.intern_form_page .upload_files {
    clear: both;
    margin-bottom: 20px;
    width: 100%;
}
.panel-body.text{
    color: #777777;
    font-family: "HelveticaNeueLight",sans-serif;
    font-size: 15px;
    font-style: normal;
    line-height: 17px;
    margin-bottom: 10px;
}
.registration_success, .registration_error{
	display: none;
	margin-bottom: 20px;
}
.registration_success.show, .registration_error.show{
	display: block;
}
.article_main .title {
    line-height: 56px;
}
.article_main .text img {
    height: auto;
}
@media only screen and (max-width: 1200px) {
	.article_main .about span.social{
		float: left;
		margin-top: 10px;
		clear: both;
	}	
	.articles_header.fixed{
		display: none;
	}
}
@media only screen and (max-width: 600px) {
	.article_main .info h4 {
	    line-height: 23px;
	 }
	.articles_header .now_reading-w, .articles_header .up_next-w{
		display: none;
	}
	.article_main .about .date{
		padding-left: 0;
		text-align: left;
		border: 0 none;
    	clear: both;
	}
	.article_main .comments.typcn{
		clear: both; 
		color: #111111; 
		float: left; 
		text-align: left;
		width: 100%;
	}
}
@media only screen and (max-width: 600px) {
	#disqus_thread{
		margin-left:20px;
		margin-right:20px;
	}
	.article_main .pagination .text-right, .article_main .pagination .text-left{
		text-align: center;
		margin-bottom: 10px;
	}
}

/* News */
#map_wrapper{
  height: 500px; 
  width: 100%; 
  background: white;
}
#map_canvas {
  width: 100%; 
  height: 100%;
}
.map_tags li .categories_link {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
}
.article_box .close{
	display: none;
}
.article_box{
	position: inherit;
}
.search_results ul{
	overflow-x: hidden;
	overflow-y: auto;
}
.search_results ul a:hover{
	color: #ff8000;
}
.no_location{
	display: none;
}
.page-template-news .join_contribute .join p, .page-template-news .join_contribute .contribute p {
    font-style: normal;
	letter-spacing: 0.4px;
}
.category_articles .color_box.bottom {
    bottom: 2px;
}
.categories_tags{
	display: none;
}
.search_results span{
	color: #777;
}
.map_tags a:hover, .map_tags a:focus{ 
	color: #111111;
}
.map_search .map_search_button{
	background: rgba(0, 0, 0, 0) url("../images/search_btn.png") no-repeat scroll center center / cover ;
}
.map_search .map_search_button:hover{
	background: rgba(255, 130, 0, 0.9) url("../images/search_btn.png") no-repeat scroll center center / cover ;
}
.map_search input {
    height: 36px;
}
.search_results{
	width: 239px;
}
.join_contribute p{
	font-family: HelveticaNeueThin; 
	font-size: 14px;
}
.join_contribute a:hover{
	color: #ff8000;
}
.join_contribute .contribute{
	margin-top: 70px;
}
.join_contribute .contribute .title_global{
	margin-bottom: 15px;
}
.meet h3{
	width: 260px;
}
.meet .social{
	margin-top: 0px;
}
.meet p{
	clear: both; 
	padding-top: 15px;
}
.page-template-news .meet a:hover{
	color: #ff8000;
}
.page-template-news .jobs .author {
    font-size: 14px;
}
.page-template-news .jobs .title {
    font-size: 16px;
    font-weight: bold;
}
.category_articles p.text{
	font-family: HelveticaNeueThin; 
	font-size: 14px;
}
.page-template-news .jobs .pt.pb{
	border-top: 1px solid white; 
	padding-top: 11px;
}
.amazon_hidden_images img{
 width: 1px;
 height: 1px;
 }
 /*.page-template-news .other_articles .title_global{
 	display: none;
 }*/
 .regions_link{
  	/*display: none;*/
 }
 .map_tags li .categories_link:hover {
	background: rgba(255, 130, 0, 0.9);
}
.page-template-news .other_articles p.text{
	font-style: normal;
}
.map_tags .categories_tags li a:hover {
  background: rgba(255, 130, 0, 0.9);
}
/* Jobs */
.prices-w .enhanced_block:hover .status::before {
    content: "Post Enhanced job listing";
}
.prices-w .enhanced_block:hover .status, .prices-w .standard_block:hover .status, .prices-w .premium_block:hover .status{
    padding: 20px 0;
}
.prices-w .enhanced_block:hover .status span, .prices-w .standard_block:hover .status span, .prices-w .premium_block:hover .status span{
    display: none;
}
.jobs_list .job .overlay{
	cursor: pointer;
}
.job_descr .right p {
    font-family: "HelveticaNeueLight",sans-serif;
}
.job_descr .right p.apply_date{
	font-weight: bold;
}
.job_descr .right p.apply_date span{
	color: #ff8000;
}
.jobs_list .location .city, .jobs_list .location .country{
	line-height: 12px;
}
.search_results-w .jobs_list.top .job .title{
	font-size: 17px;
	line-height: 20px;	
}
.job_ad_page .job_descr a, .job_ad_page .about_company a{
	color: #ff8000;
}
.job_ad_page .about_company .social a{
	color: #777777;
}
.job_ad_block b, .job_ad_block strong{
	font-weight: bold;
}
.job_ad_block i, .job_ad_block em {
	font-style: italic;
}
.job_ad_block h3, .job_ad_block h1, .job_ad_block h2, .job_ad_block p, .job_ad_block ul, .job_ad_block ol{
	margin-bottom: 15px;
}
.job_ad_block ol li {
    list-style-type: decimal;
}
.job_ad_block ol li, .job_ad_block ul li {
    margin-bottom: 6px;
}
.job_ad_block ul li p{
	margin-bottom: 0px;
}
.job_ad_block a{
	color: #ff8000;
}
.jobs_list.top .author{
	width: 55%;
}
.jobs_list.top .location{
	width: 45%;
}
.jobs_list.bottom .title {
    width: 49%;
    font-weight: 600;
}
.jobs_list.bottom .location {
    width: 20%;
}
.jobs_list.top .sidebar_jobs .author{
	width: 60%;
}
.jobs_list.top .sidebar_jobs .location{
	width: 40%;
}
.jobs_list.top .job{
    border-top: 0px;
    border-bottom: 4px solid #eeeeee;
}
.jobs_list.top .job.first{
    border-top: 4px solid #eeeeee;
}
.jobs_list.top .job:nth-child(2n) {
    border-top: 0px;
    border-bottom: 4px solid #eeeeee;
}
.no_pic_news_user{
	background: #eeeeee; 
	text-align: center;
	margin-bottom: 15px;
}
.no_pic_news_user a{
	width: 100%;
}
.no_pic_news_user img{
	max-width: 200px;
}
.map_tags .categories_tags li a {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    font-size: 9px;
    padding: 5px 8px;
}
.map_tags li.regions_header{
	margin-bottom: 20px;
}
.map_tags li.themes_header{
	margin-bottom: 12px;
}
.map_tags li {
    margin-bottom: 8px;
}
.page-template-news .other_articles .title_global:hover{
	color: #ff8000;
}
.single-job .about_company .typcn-home:before{
	font-size: 25px;
}
.single-job .about_company .typcn-social-twitter{
	margin-left: 8px;
}
@media only screen and (max-width: 560px) {
	.jobs .see_all {
    	top: 30px;
	}
}
/* Category */
.head_article .tag {
    right: 0px;
}
.row .pagination > li > a, .row .pagination > li > span{
	background: none;
    border: 0px;
    color: #111111;
}
.row .pagination > li > a:hover, .row .pagination > li > span:hover{
	background: none;
}
.row .pagination > li > span{
	padding: 6px;
}
.archive .head_article h2 {
    font-size: 50px;
    line-height: 50px;
}
.category_articles .title_global.big{
	font-family: "HelveticaNeueUltraLight"; 
	font-size: 45px;
}
.pagination{
	text-align: right;
}
.row .pagination > li > a, .row .pagination > li > span{
    font-size: 22px;
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;	
}
.row .pagination > li > a:hover{
	color: #ff8000;
}
.row .pagination > li > a.first_page, .row .pagination > li > a.last_page{
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
    margin-top: 12px;
    width: 15px;    
}
.row .pagination > li > a.first_page{
    background-image: url("../images/first_page.png");
    margin-right: 8px;    
}
.row .pagination > li > a.last_page{
    background-image: url("../images/last_page.png");
    margin-left: 8px;    
}
.row .pagination > li > a.prev_page, .row .pagination > li > a.next_page{
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
    margin-top: 12px;
    width: 10px;    
}
.row .pagination > li > a.next_page{
    background-image: url("../images/next_page.png");  
    margin-left: 8px;
    margin-right: -5px;
}
.row .pagination > li > a.prev_page{
    background-image: url("../images/prev_page.png");
    margin-right: 8px;
    margin-left: -5px;
}
.category_articles .head_article h2 {
    background: rgba(255, 128, 0, 0.6) none repeat scroll 0 0;
    bottom: 24px;
    color: #fff;
    left: 0px;
    padding: 2% 3%;
    width: 100%;
}
.category_articles .head_article a:hover h2{
    color: #565366;
    left: 0px;
}
.category_articles .head_article .color_box{
	background: none;
}
.menu-sub-menu-container .current-menu-item a{
	color: #ff8000;
}
/* Author */
.intern-w .article .text {
    max-height: 100%;
}
.intern-w .intern_profile .text-w p{
	margin-bottom: 30px;
}
/* Search */
.search_results-w .article .text{
	max-height: 100%;
}
.search_results-w .article .search_key{
	color: #ff8000;
}
.search_form.detailed .btn.select{
	margin: 0px;
}
.author .article p.text, .search .article .text, .category_articles .text-w p.text{
    font-family: "Open Sans";
    font-style: normal;
	font-size: 14px;
	line-height: 17px;
}


/* Contact */
div.wpcf7 img.ajax-loader {
    display: block;
    margin-top: 10px;
    width: 16px;
}
.wpcf7-not-valid-tip{
	margin-top: 10px
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok{
	border: 0px;
}
.contact_page .wpcf7-captchac{
	width: auto;
}
.contact_page .wpcf7-captchac{
	width: auto;
}
.captcha-855{
	top: -6px;
}
.captcha-855{
	top: -6px;
}
.captcha-855 input{
	width: 100px; 
}
/* About */
.parallax a.join_the_community:hover{
	color: #111111;
}

/* Intern page */
.intern_join_page b, .intern_join_page strong{
	font-weight: bold;
}
.intern_join_page i, .intern_join_page em {
	font-style: italic;
}
.intern_join_page em{
	display: block; 
	margin-bottom: 15px;
}
.intern_join_page .panel-body.text ul{
	margin-bottom: 15px;
}
.intern_join_page .panel-body.text{
	margin-bottom: 0;
}

/* Join */
.join_selection_page a{
	display: inline;
}
.join_selection_page label{
	display: block;
	width: 65%;
	cursor: pointer;
  float: right;
  padding-top: 16px;
}
.page-template-join .join_selection_page {
    padding-top: 40px;
    padding-bottom: 47px;
}
.join_selection_page{
	min-height: auto;
}
.parallax_4 h2, .parallax_4 h3{ 
	font-family: "GothamBold",sans-serif !important; 
}
.parallax.parallax_4 h3{
	font-size: 44px;
}
@media only screen and (max-width: 991px) {
	.join_selection_page label {
    	margin-top: 20px;
    	text-align: center;
    	width: 100%;
	}
}
/* Post a Job */
.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 {
    width: 100%;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
	border-top: 1px solid white;
	padding-top: 10px;
	padding-bottom: 10px;
}
.woocommerce table.shop_table{
	border: none;
}
.woocommerce-checkout #payment div.payment_box::after{
	content: none;
}
.woocommerce-info2{
	background-image: url("../images/note.png");
    background-repeat: no-repeat;
    color: #777777;
    font-size: 14px;
    height: 18px;
    padding-left: 20px;
    margin-bottom: 5px;
}
a.showcoupon{
	color: #ff8000;
}
.woocommerce form.checkout_coupon{
    border: none;
    margin: 0;
    padding: 10px 0 20px;
}
form.woocommerce-checkout input[type="text"], form.woocommerce-checkout input[type="tel"], form.woocommerce-checkout input[type="email"], form.woocommerce-checkout select, form.woocommerce-checkout textarea{ 
    font-family: "HelveticaNeueThin", sans-serif;
    font-style: normal;
    padding: 4px 9px;
    position: relative;
    float: none;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    width: 100%;
    border: 0px;
}
form.woocommerce-checkout input[type="text"], form.woocommerce-checkout input[type="tel"], form.woocommerce-checkout input[type="email"], form.woocommerce-checkout select {
    height: 40px;
}
form.woocommerce-checkout h3{
    font-family: "HelveticaNeueBold", sans-serif;
    font-size: 25px;
    color: #777777;
}
.woocommerce-page #payment select {
    -moz-appearance: none;
    background-image: url("../images/dropdown.png");
    padding-right: 20px;
}
.woocommerce-page .address-field b:after{
	content: none;
}
.woocommerce-page .select2-container .select2-choice{
	border: none;
}
#step-3 abbr{
	text-decoration: none;
}
#step-3 .select2-choice{
    background-image: url("../images/dropdown.png");
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 0px;
}
#step-3 .select2-drop-active{
	border: 0px;
}
#step-3 .select2-choice .select2-arrow b:after{
	content: none;
}
.container {
    max-width: 1170px;
}
.woocommerce-checkout #payment .form-row #cc-expire-month{
	width: 95px;
}
.woocommerce-checkout #payment{
	background: none;
}
.woocommerce-checkout #payment div.payment_box{
	background: none;
}
.payment .help{
	display: none;
}
.checkout_coupon input[type="text"]{
	padding: 8px;
}
.payment .right .buy_with_pay_pal {
    margin: 0 20px;
}
#pay_pal{
	float: left;
    position: relative;
    top: 7px;
    margin-bottom: 20px;
}
.woocommerce-checkout a.btn.back{
	padding-top: 10px;
}
.compose_a_job_ad_page select.multiple_select{
	height: 100px;
}
.compose_a_job_ad_page .about .location{
	width: 100%;
}
.create_ad .form.left .checkbox{
	float: left;
}
.wp-editor-container .mce-toolbar button, .wp-editor-tabs button{
    float: left;
    height: 25px;
    margin: 0;
    width: 23px;
    background: none;
}
.wp-editor-tabs button.wp-switch-editor{
	width: 35px;
}
#job_state_required{
	display: none;
}
.payment_method_paypal_pro img{
	width: auto;
}
.post_a_job_page .prices-w .standard_block:hover .status:before {
  content: "Post Standard job listing";
}
.post_a_job_page .prices-w .enhanced_block:hover .status:before {
  content: "Post Enhanced job listing";
}
.post_a_job_page .prices-w .premium_block:hover .status:before {
  content: "Post Premium job listing";
}
.listing_options .overlay .text.standard::after {
    content: "Standard";
}
.post_a_job_page .prices-w .features li{
	padding-left: 30px;
}
.post_a_job_page .prices-w .features li span.typcn-tick::before{
	content: none;
}
.post_a_job_page .prices-w .features li span.typcn-tick{
	margin-left: -35px; 
	margin-right: 5px;
	background-image: url("../images/verified.png");
	background-size: 15px auto;
	background-position: 0 15px;
	background-repeat: no-repeat;
    padding-left: 20px;
}
.post_a_job_page .job_ad_block b, .post_a_job_page .job_ad_block strong {
	font-weight: bold;
}
.post_a_job_page .job_ad_block i, .post_a_job_page .job_ad_block em {
	font-style: italic;
}
.post_a_job_page .job_ad_block h3, .post_a_job_page .job_ad_block h1,  .post_a_job_page .job_ad_block h2, .post_a_job_page .job_ad_block blockquote {
	margin-bottom: 18px;
}
.post_a_job_page .job_ad_block ul, .post_a_job_page .job_ad_block ol {
    margin-left: 20px;
    margin-bottom: 18px;
}
.post_a_job_page .job_ad_block ul li {
    list-style: outside none disc;
    margin-bottom: 10px;
}
.post_a_job_page .job_ad_block ol li {
    list-style-type: decimal;
    margin-bottom: 10px;
}
.woocommerce-page .calendar input{
    background-image: url("../images/calendar.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 0;
}
.woocommerce-page select{
    background-image: url("../images/dropdown.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 0;
}
.woocommerce-page select.multiple_select{
    background-image: none;
}
.create_ad .note div {
    color: #777777;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 100;
    background-image: url("../images/note.png");
    float: right;
    background-repeat: no-repeat;
    padding-left: 20px;
    height: 18px;
}
.create_ad .col-xs-8 .form-group input.form-control, .create_ad .form-group.calendar input.form-control, .create_ad .form-group select {
	width: 105%;
}
.create_ad .col-xs-8 .required_icon{
	right: 7px;
}
.create_ad .subs_checkbox{
	color: #777777; 
	float: right; 
	width: 31%; 
	font-family: HelveticaNeueLight,sans-serif; 
	font-size: 14px; 
	margin-top: 12px
}
.create_ad  .subs_checkbox.long{
	width: 100%; 
}
.create_ad .country_2, .create_ad .state_2, .create_ad .city_2, .create_ad .country_3, .create_ad .state_3, .create_ad .city_3{
	display: none;
}
.create_ad .add_location a{
	color: #777; 
	font-size: 14px;
}
.create_ad .add_location a:hover{
	color: #ff8000; 
}
.create_ad .col-xs-12 .required_icon{
	right: 166px;
}
.create_ad .col-xs-12.job_details .required_icon{
	right: 23px;
}
.create_ad .country .form-group{
	width: 64.4%;
	display: inline-block;
}
.create_ad .left.mb{
	margin-bottom: 10px;
}
.create_ad .bottom.mb .checkbox{
	border-top: 1px solid #fff; 
	padding-top: 10px;
}
#job_country[disabled], #job_city[disabled], #job_state[disabled]{
	background-color: #fff;
}
.compose_a_job_ad_page #activate-step-3, .compose_a_job_ad_page #activate-step-2{
	color: #fff;
    font-size: 17px;
}
.compose_a_job_ad_page #activate-step-3 span, .compose_a_job_ad_page #activate-step-2 span{
    background-image: url("../images/right_arrow.png");
    background-size: 8px 16px;
    display: inline-block;
    height: 16px;
    position: relative;
    top: 3px;
    width: 8px;
}
.compose_a_job_ad_page #back-to-step-1{
	width: 200px;
}
.compose_a_job_ad_page #activate-step-3{
	width: 130px;
	margin-left: 15px;
}
.compose_a_job_ad_page #activate-step-3 span{
    left: 10px;
}
.compose_a_job_ad_page #activate-step-2 span{
    left: 5px;
}
.compose_a_job_ad_page .bottom span::before, .compose_a_job_ad_page #activate-step-3 span::before, .compose_a_job_ad_page #step-2 .back span::before, #back-to-step-2 span::before{
    content: none;
}
.compose_a_job_ad_page #step-2 .note{
    text-align: left;
}
.compose_a_job_ad_page #step-2 .note p{
    padding-left: 205px;
}
.compose_a_job_ad_page #step-2 .note p::before{
    background-image: url("../images/note2.png");
    background-position: 0px;
    
}
.compose_a_job_ad_page #step-2 .back span, #back-to-step-2 span{
    background-image: url("../images/left_arrow.png");
    background-size: 8px 16px;
    display: inline-block;
    height: 16px;
    right: 10px;
    position: relative;
    top: 3px;
    width: 8px;
}
.step-2-btns {
    border-top: 1px solid #fff;
}
.step-2-btns button.back, .step-2-btns button.payment{
    margin-top: 20px;
}
.compose_a_job_ad_page #step-3 .right.col{
	border-left: 1px solid white; 
	padding-left: 6%;
	margin-left: 3.33333%;
	height: 1390px;
}
.woocommerce-checkout #payment div.payment_box{
	padding-top: 0px;
}
.block_separator{
	width: 100%; 
	height: 1px; 
	background-color: white; 
	margin-top: 20px; 
	margin-bottom: 20px;
}
.payment .btn.back{
	margin-top: 0px;
}
#cc-expire-month{
	margin-bottom: 10px;
}
.woocommerce #paypal_pro-cc-form #paypal_pro-card-cvc{
	font-size: 16px;
}
.woocommerce #paypal_pro-cc-form #cc-expire-year, .woocommerce #paypal_pro-cc-form #cc-expire-month{
	min-width: 90px !important;
}
.woocommerce-checkout #payment div.payment_box::before{
	content: none;
}
.woocommerce .payment_box.payment_method_paypal_pro, .woocommerce .payment_methods.methods{
	padding: 0px !important;
}

@media only screen and (max-width: 990px) {
	.compose_a_job_ad_page #step-3 .right.col{
		border-left: medium none;
		border-top: 1px solid white;
		height: 100px;
		margin-left: auto;
		margin-top: 20px;
		padding-top: 20px;
	}
	#pay_pal {
    	margin-bottom: 20px;
    	position: relative;
    	float: none;
	}
	.compose_a_job_ad_page #step-3 .right.col form{
		clear: both;
	}
}
@media only screen and (max-width: 767px) {
	.create_ad .col-xs-8 .form-group input.form-control, .create_ad .form-group.calendar input.form-control, .create_ad .form-group select, .create_ad .country .form-group {
		width: 100%;
	}
	.create_ad .col-xs-8 .required_icon, .create_ad .col-xs-12 .required_icon{
		right: 25px;
	}
	.create_ad .subs_checkbox{
		float: none;
		margin-bottom: 10px;
    	margin-top: 0;
    	width: 100%;
	}
	.create_ad .note div{
		text-align: left;
		float: none;
	}
	.create_ad .right.mb{
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 560px) {
	.compose_a_job_ad_page #back-to-step-1, .compose_a_job_ad_page #activate-step-3{
    	margin-left: auto;
    	margin-right: auto;
	}
	.compose_a_job_ad_page #step-2 .note p{
    	padding-left: 0px;
    	text-align: center;
	}	
}


/* Different */
.post_a_job_popup .btn.close {
    background: none;
    right: 20px;
}

/*
.container {
    width: 1280px;
}

.logo-w, .menu-w {
    padding: 0 55px;
}
.container {
    padding-left: 0px;
    padding-right: 0px;
}
.main_content {
    padding: 0 40px;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.footer {
    padding-left: 7%;
    padding-right: 7%;
}
@media only screen and (max-width: 991px) {
.logo-w, .menu-w {
    padding: 0 40px;
}
.main_content {
    padding: 0 20px;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.footer {
    padding-left: 4%;
    padding-right: 4%;
}
}*/
/*a.search_link	{
	display:none;
}*/
@media only screen and (max-width: 400px) {
.article_main .title {
    line-height: 30px;
}
.article_main .title {
    font-size: 26px;
}
}