/*
 * Globals test
 */

/* Links */
a,
a:focus,
a:hover {
  /*color: #B2B2B2;*/
}

.mastfoot a,
.mastfoot a:focus,
.mastfoot a:hover {
  color: #B2B2B2;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  //background-color: #fff;
  border: 1px solid rgba(138,216,254,1);
  background: linear-gradient(to bottom, rgba(138,216,254,1) 7%,rgba(21,166,223,1) 67%,rgba(2,141,198,1) 100%);
}


.btn-optin {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 12px 24px;

	border-radius: 9px;
	background: #ffdd00;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfc00), to(#ff9900));
	background: -moz-linear-gradient(top, #fcfc00, #ff9900);
	background: linear-gradient(to bottom, #fcfc00, #ff9900);
	-webkit-box-shadow: #ffdd00 0px 0px 15px 1px;
	-moz-box-shadow: #ffdd00 0px 0px 15px 1px;
	box-shadow: #ffdd00 0px 0px 0px 1px;
	text-shadow: #ebb207 1px 1px 1px;
	color: #000000;
	overflow: hidden;
	padding: 10px 25px 10px 25px;
	margin-bottom: 10px;
	cursor: pointer;
	width: 290px;
	height: 55px;
	padding: 5px;
	font-weight: bold;
	  padding-top: 12px;
	/*font-size: 18px;*/
}
.btn-optin:hover,  .btn-optin:focus {
	border: 2px solid #ffa800;
	background: #ff9900;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#ffb800));
	background: -moz-linear-gradient(top, #ffff00, #ffb800);
	background: linear-gradient(to bottom, #ffff00, #ffb800);
	color: #000000;
	text-decoration: none;
}
.btn-optin:active {
	background: #ff9900;
	background: -webkit-gradient(linear, left top, left bottom, from(#979700), to(#ff9900));
	background: -moz-linear-gradient(top, #979700, #ff9900);
	background: linear-gradient(to bottom, #979700, #ff9900);
}
.lead:after{
	display: none;
	
	width: 70%;
	height: 92px;

	content: "";
	background: url("https://s3.amazonaws.com/nicabm-stealthseminar/InternetMarketing2013/images/red_circle.png") no-repeat 0 0;
	background-size: 100%;
	text-align: center;
	margin-top: -78px;
	margin-left: auto;
	margin-right: auto;
}

.orangebtn {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #222;
    font-size: 24px;
    font-weight: 600;
    background: #ffd600;
    padding: 12px 21px;
    border: solid #ffd600 3px;
    border-radius: 6px;
    letter-spacing: 0.2px;
}

.orangebtn:hover {
  background: rgba(255,255,255,0);
  border: solid #ffca00 3px;
  color: #ffca00;
  font-weight:600;

}
/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: transparent;
 <--background-image:linear-gradient(to bottom, rgba(50, 50, 50, 0.05) 0%, rgba(50, 50, 50, 0.2) 100%), url("https://s3.amazonaws.com/nicabm-stealthseminar/Brain2014/PLC/Backgrounds/boardwalk_small2.jpg");-->
  background-repeat: repeat, no-repeat;
  background-position: 0% 0%, right top;
  background-size: cover;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
    padding: 30px 30px 0 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

/*
 * Panel
 */
 .panel-color{
	background: rgba(250, 239, 212, 0.87);	 
}
.panel-black{
	color: #000;
}
.plc-close{
	font-size: 20px;
}
.panel-radius{
	border-radius: 10px;	
}
.panel-logo{
	width: 460px;
}


@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
  .cover{

  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}

.cover:before{
  display: block;
  width: 54%;
  min-width: 300px;
  height: 47px;
  content: "";
  background: url("https://s3.amazonaws.com/nicabm-stealthseminar/images/logos/black-horizontal-logo-thick.png") no-repeat 0 0;
  background-size: 100%;
  text-align: left;
}
  
/*
 * Module
 */
#NICABM_OptInModule_Large{
	top: 7%;
}

#NICABM_OptInModule_Large_Close{
	top: 14%;
}

/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
  
  .cover:before{
	  width: 50%;
	  height: 50px;
  }
  .lead:after{
	display: block;
	width:500px;
	}

}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 600px;
  }
  
  .cover:before{
	  width: 79%;
	  height: 52px;
  }
  .cover{
	padding-bottom: 260px;
	padding-top: 50px;
	width:600px;
  }
  .lead:after{
	display: block;
	height: 92px;
	margin-top: -85px;
	}
}

@media (max-width: 413px) {
.orangebtn {
    font-size: 21px!important;
}

