/* Custom css rules for nohatdigital.com */

/* CONTAINER */
body {
	font-family: sans-serif;
	font-size: 16px;
	color: #505050;
	line-height: 1.5;
}
@media (min-width: 768px) {
	body {
		padding-top: 10px;
  }

@media (min-width: 1200px) {	
	.container {
    width: 1113px;
  }
}  

/* GLOBAL */
h1, h1 a, h2, h3, h4, h5, h6,
.navbar {
	color: #0a526a;
	font-family: 'Oswald', sans-serif;
}
/*h1, .home h2, .home h3, .home h4, .home h5, .home h6,
.navbar {
	text-transform: uppercase;
}*/
p {
  margin: 0 0 20px;
}
ul.no-indent,
ol.no-indent {
	padding: 0 0 0 20px;
}

.btn-caps {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.btn-nhd {
	color: #fff;
	background-color: #0a526a;
	border-color: #0d6a89;
}
.btn-nhd:hover,
.btn-nhd:focus,
.btn-nhd:active,
.btn-nhd.active,
.open > .dropdown-toggle.btn-nhd {
	color: #fff;
	background-color: #118eb8;
	border-color: #0d6a89;
}

.page-header {
	border-bottom: 0;
	margin: 20px 0;
}

.entry-meta {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 3px 0;
	position: relative;
}
.entry-meta,
.entry-meta a {
	color: #999;
	font-size: 14px;
}
.entry-meta .comments-link {
	float: right;
}
.comment-bubble a, 
.comment-bubble a:hover { 
	background: transparent url(../../img/comments.png) no-repeat 0 0;
	position: absolute;
	top: -15px;
	right: 0;
	display: block;
	width: 64px;
	height: 64px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	line-height: 2.5;
	text-decoration: none;
	padding: 0 0 0 15px;
	-ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
    transform: rotate(10deg);
}


.pager {
	font-size: 12px;
}

.home hr {
	border-top: 6px solid #0a526a;
	margin-top: 10px;
	margin-bottom: 10px;
}

.well {
	border: none;
	-webkit-box-shadow: none; 
	box-shadow: none;
	margin-bottom: 0;
}

/* NAV MENU */

.navbar-nav {
    float: right;
    margin: 0;
}
.navbar {
	margin-bottom: 1px;
	border: none;
}
.navbar-default {
	background-color: #0a526a;
	border: none;
}
.navbar-default .navbar-nav > li > a {
	color: #dfe9ed;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #dfe9ed;
	background-color: transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
	padding: 5px;
  }
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}


/* TOP CTA */
.top-cta {

	border-radius: 0;
	color: #fff;
	padding: 20px;
	background-image:url('../../img/main-image-top.jpg');
background-repeat:no-repeat;
background-size:contain;
background-position:center;
}
.tagline {
	font-size: 36px;
    font-family: 'Oswald', sans-serif;
	margin: 0 0 10px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);
}
.line-through {
	color: red;
	text-decoration: line-through;
}
.line-through > b {
	color: grey;
}
.btn-start{
	font-size: 21px;
}
.cta-start-here {
	padding: 6px 0 0;
}

.numbers {
	background-color: rgba(255,255,255,0.2);
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 5px;
	position: relative;
}
.numbers a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.numbers:hover {
	position: relative;
	bottom: 2px;
}
.numbers span {
	display: block;
	font-size: 32px;
	font-family: georgia;
	line-height: 1;
}
.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #118eb8 transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
}

/*
.numbers.hangouts { background-color: #FABC10; }
.numbers.bosses { background-color: #FB3B3B; }
.numbers.masterminds { background-color: #22AFC5; }
*/

/*EMAIL SUBSCRIBE*/
.input-lg {
	height: 60%;
	width: 60%;
}

.subscribe-title{
	margin: 0 0 10px;
}

/*TESTIMONIAL*/

.cta-box{
    padding: 20px;
}

/* SIDEBAR */

aside .nav > li > a {
	display: inline-block;
	padding: 4px;
}


/*FOOTER*/
.rowfoot{
    background-color: #0a526a;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 20px;
}

.menu-foot {
    padding: 30px 0;
}

.menu-foot a{
	color: #fff;
}

.rights_reserved{
    background-color: #0a4058;
    clear: both;
    color: #FFFFFF;
    font-size: 12px;
    height: 50px;
	padding: 17px 10px;
    text-align: center;
}


/*SOCIAL*/
.social-popout {
	height: 77px;
	width: 76px;
	margin: 10px;
	float: left;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.social-popout img {
	border-radius: 50%;
	margin: 8px;
	width: 100%;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.8);
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.social-popout img:hover {
	margin: 0px;
	box-shadow: 6px 6px 4px 4px rgba(0,0,0,0.3);
}

.well.social{
	padding: 10px;
}
.social a{
	margin-right: 6px;
}

.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}
.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-twitter .badge{color:#55acee;background-color:#fff}

/* HELLO BAR */

#wnb-bar {
	color: white !important;
}
.wnb-bar-button {
	background-color: green !important; 
}

/* PAGE: INNOVATIONS */
.featured-experiments {
	background-color: #f5f5f5;
	border-radius: 3px;
	display: inline;
	font-size: 14px;
	float: right;
	max-width: 50%;
	margin: 0 0 10px 10px;
	padding: 10px;
	
}

/* PLUGIN: POST RATINGS */

.ratings{
  margin: 5px 0 15px;
}

.ratings:after{
  content:'.';
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

.ratings .item{
  display: none;
}

.ratings ul, .ratings a:hover, .ratings .rating{
	background: transparent url(../../img/taco.png) repeat-x;
}

/* !important because some bad themes override our rules :( */
.ratings ul, .ratings li{
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ratings ul{
  height: 16px;
  float: left;
}

.ratings li{
  position: relative;
  display: block;
}

.ratings a{
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  display:block;
  width:16px;
  height: 16px;
  text-decoration: none;
  text-indent: -500px;
  z-index: 10;
}

.ratings ul li a:hover{
  background-position: left bottom;
  z-index: 5;
  left: 0 !important;
}

.ratings .s2 a{left:16px;}
.ratings .s2 a:hover{width: 32px;}

.ratings .s3 a{left: 32px;}
.ratings .s3 a:hover{width: 48px;}

.ratings .s4 a{left: 48px;}
.ratings .s4 a:hover{width: 64px;}

.ratings .s5 a{left: 64px;}
.ratings .s5 a:hover{width: 80px;}

.ratings .s6 a{left: 80px;}
.ratings .s6 a:hover{width: 96px;}

.ratings .s7 a{left: 96px;}
.ratings .s7 a:hover{width: 112px;}

.ratings .s8 a{left: 112px;}
.ratings .s8 a:hover{width: 128px;}

.ratings .s9 a{left: 128px;}
.ratings .s9 a:hover{width: 144px;}

.ratings .s10 a{left: 144px;}
.ratings .s10 a:hover{width: 160px;}

.ratings .rating{
  background-position: left center;
  position: absolute;
  height: 16px;
  display: block;
  text-indent: -9999px;
  z-index: 1;
}

.ratings .meta{
  font-size: 11px;
  color: #999;
  float: left;
  margin-left: 5px;
  line-height: 18px;
}

.ratings .meta strong{
  color: #666;
}

.ratings.error .meta{
  color: #ff0000;
  font-weight: bold;
}

/* 101 SEO Course */

.im-course-title {
	margin-bottom: 40px;
}
.im-course-menu a{
	width: 192px;
	height: 231px;
	background-image: url(../../img/101-sprite-menu.png);
	background-repeat: no-repeat;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	margin: 0 10px 20px 0;
	padding-top: 20px;
	text-decoration: none;
	text-align: center;
	color: #2a566f;
	
}
.im-course-menu a:hover { color: #535e3f; }

/* 192 x 231 this is the size of each of the buttons */

.start-101 { background-position: 0 0; }
.start-101.active, .start-101:hover { background-position: -192px 0; }
.kw-research-101 { background-position: 0 -231px; }
.kw-research-101.active, .kw-research-101:hover { background-position: -192px -231px; }
.onpage-101 { background-position: 0 -462px; }
.onpage.active-101, .onpage-101:hover { background-position: -192px -462px; }
.offpage-101 { background-position: 0 -693px; }
.offpage.active-101, .offpage-101:hover { background-position: -192px -693px; }
.wordpress-101 { background-position: 0 -924px; }
.wordpress-101.active, .wordpress-101:hover { background-position: -192px -924px; }

.entry-content.course { border-right: 1px solid #ccc; }
.sidebar-padder.isStuck { margin-top: 30px; }

.widget .toc_number { display: none; }
.btn-course { 
	background: #0C88B2;
	color: #fff;
}

/* TRAINING TEMPLATE */
.training-header {
	margin: 40px 0 20px;
}
.training-title,
.training-badge-lg {
	color: #fff;
	font-size: 24px;
}
.training-title {
	background: url(../../img/training-banner.png) no-repeat  0 0;
	height: 97px;
	min-width: 676px;
	padding: 21px 0 0 60px;
	position: relative;	
}
.training-badge-lg {
	background-image: url(../../img/training-badge-lg.png);
	background-repeat: no-repeat;
	height: 133px;
	width: 139px;
	position: absolute;
	right: 0;
	top: -22px;
	padding: 34px 0 0 33px;
}
.training-badge-lg.Internship {
	background-position: 0 0;
}
.training-badge-lg.PTC {
	background-position: 0 -133px;
}
.training-week-badges {
	position: relative;
	left: 30px;
	top: -20px;
}
.training-badge-week-sm {
	background-image: url(../../img/training-badge-sm.png);
	background-repeat: no-repeat;
	display: block;
	height: 88px;
	width: 91px;
	padding: 20px 0 0 20px;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
} 
.training-badge-week-sm:hover {
	color: #fff;
	text-decoration: none;
}
.training-badge-week-sm.Internship {	background-position: 0 0; }
.training-badge-week-sm.Internship:hover,  
.training-badge-week-sm.Internship.active { 
	background-position: 0 -88px; 
}
.training-badge-week-sm.PTC { background-position: 0 -176px; }
.training-badge-week-sm.PTC:hover,
.training-badge-week-sm.PTC.active  { 
	background-position: 0 -264px; 
}


/*CSS FOR PTC*/



.container {
    width: 1170px;
}


body {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
.static {
    min-height: 2000px;
}
.main {
    margin-bottom: 40px;
}
.sidebar aside {
    margin-bottom: 20px;
}
/*h1, h1 a, h2, h3, h4, h5, h6 {
    color: #0a526a;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}*/
h1 {
    margin-bottom: 20px;
}
p, ul, ol {
    margin: 0 0 20px;
}
ul.no-indent, ol.no-indent {
    padding: 0 0 0 20px;
}
.notification-bar {
    background-color: #eb593c;
    border: medium none;
    color: #fff;
    min-height: 10px;
}
.notification-bar p {
    margin: 10px 0;
}
.icon-links a {
    background-image: url("../../img/menu-sprite.png");
    background-repeat: no-repeat;
    color: #2a566f;
    display: inline-block;
    font-family: "Oswald",sans-serif;
    font-size: 16px;
    height: 205px;
    margin: 0 10px 20px 0;
    padding-top: 20px;
    text-align: center;
    text-decoration: none;
    width: 169px;
}
.icon-links a:hover {
    color: #535e3f;
}
.start {
    background-position: 0 0;
}
.start.active, .start:hover {
    background-position: -169px 0;
}
.guidance {
    background-position: 0 -205px;
}
.guidance.active, .guidance:hover {
    background-position: -169px -205px;
}
.kw-research {
    background-position: 0 -410px;
}
.kw-research.active, .kw-research:hover {
    background-position: -169px -410px;
}
.onpage {
    background-position: 0 -615px;
}
.onpage.active, .onpage:hover {
    background-position: -169px -615px;
}
.offpage {
    background-position: 0 -820px;
}
.offpage.active, .offpage:hover {
    background-position: -169px -820px;
}
.opportunities {
    background-position: 0 -1025px;
}
.opportunities.active, .opportunities:hover {
    background-position: -169px -1025px;
}
.form-apply {
    padding: 20px;
}
.sidebar-sticky.isStuck {
    margin-top: 30px;
}
.sidebar-sticky.isStuck a {
    width: 350px;
}
.menu-sidebar .active, .menu-sidebar .active:hover {
    background-color: #96bd54;
    color: #fff;
    font-weight: bold;
}
.btn-course {
    background: none repeat scroll 0 0 #0c88b2;
    color: #fff;
    width: 200px;
}
.btn-course:hover {
    background: none repeat scroll 0 0 #0ea0d2;
    color: #fff;
}
.isStuck .btn-course {
    width: 200px !important;
}

#page-wrap { 
  width: 33.3333%; 
  margin: 15px auto; 
  position: relative; 
}

#sidebar { 
width: 100%; 
  position: relative; 
  margin-left: 0px; 
}

#om-lightbox-bullseye-optin{

left: 28% !important;
top: 10% !important;


}

.btn-big {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
    border-radius: 6px;
    line-height: 1.33;
    padding: 10px 16px;
    font-size: 40px !important;
    line-height: 40px !important;
    padding: 35px;
    text-align:center;
}

.btn-big a{
    display: block !important;
    text-decoration: none !important;
    color: #fff !important;
}

.btn-big a:hover{
    text-decoration: underline !important;

}



.levelup-links a {
    background-image: url("../../img/menu-sprite-two.png");
    background-repeat: no-repeat;
    color: #2a566f;
    display: inline-block;
    font-family: "Oswald",sans-serif;
    font-size: 16px;
    height: 205px;
    margin: 0 10px 20px 0;
    padding-top: 20px;
    text-align: center;
    text-decoration: none;
    width: 169px;
}
.levelup-links a:hover {
    color: #626262;
}
.start {
    background-position: 0 0;
}
.start.active, .start:hover {
    background-position: -169px 0;
}
.WebinarReplay {
    background-position: 0 -205px;
}
.WebinarReplay.active, .WebinarReplay:hover {
    background-position: -169px -205px;
}
.FullCourse {
    background-position: 0 -410px;
}
.FullCourse.active, .FullCourse:hover {
    background-position: -169px -410px;
}
.FAQ {
    background-position: 0 -615px;
}
.FAQ.active, .FAQ:hover {
    background-position: -169px -615px;
}
.Register{
    background-position: 0 -820px;
}
.Register.active, .Register:hover {
    background-position: -169px -820px;
}
.blank {
    background-position: 0 -1025px;
}
.blank.active, .blank:hover {
    background-position: -169px -1025px;
}

.cc-info{
    background-image: url("../../img/creditcardinfo.png");
    background-repeat: no-repeat;

    height: 34px;

    width: 247px;
}
.clr{
clear:both
}


.animate
{
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.action-button
{
    border-radius: 10px;
    color: #fff;
    float: left;
    font-family: "Oswald",Light;
    font-size: 25px;
    margin: 0 10px 10px 0;
    padding: 10px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.action-button:hover
{
color: #fece4e !important;
text-decoration:none !important;   
}


.blue
{
	background-color: #3498DB;
	border-bottom: 5px solid #2980B9;
	text-shadow: 0px -2px #2980B9;
}



.action-button:active
{
	transform: translate(0px,5px);
  -webkit-transform: translate(0px,5px);
	border-bottom: 1px solid;
}


.blue:hover
{
text-shadow: 0 0 #f0c040;}















/*CSS FOR PTC*/