/* Google font  Open Sans nice legible font that has a classic look */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);

@import url('font-awesome.css');
/*  use font awesome instead of bootstrap glyphicons */

body {
    font-family:'Open sans', Arial, sans-serif;
    font-size:14px;
    font-weight: normal;
    line-height:1.6em;
    color:#000;
    background-color:#f7f7f7;    
}
.container {
    width: 95%;
}
header {
    width: 80%;
    margin: 0 auto;
}
/* .contentcol {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
}  */

div.content h5, h4, h3, h2, h1 {
    font-weight: bold;   
    line-height: 1.25em;
    margin-top: 2.5em;
    margin-bottom: 1.5em;
}
h1, h2 {
    text-shadow: 3px 3px 9px #999;
    filter: dropshadow(color=#999, offx=3, offy=3);
    margin-top: 0;
    text-align: center;
    color: #03F;
}
h5{
    font-weight: bold;   
    line-height: 1.25em;
}

p {
    color:#000;
    margin-top: 0.8em;
    margin-bottom: 0.8em;  
    font-size: 1em;    
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
    color:#00F;    
}
a:hover {
    text-decoration: underline;
    font-weight: bold;
}
img.responsive {
    max-width: 100%;
    height: auto;
    display: block;
}
.blockquote {
    margin-left: 1em;
    margin-right: 1em;
    color: blue;
}
div.content {
    padding-bottom: 50px;
}

ul.social-network {
    float: right;
    font-size: 16px;
    list-style:none;
    margin-top:10px;
    paddingright:10px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

ul.social-network li {
    display:inline;
    margin: 0 5px;	
}
ul.social-network li a {	
    color:#AAA;

}
.social-network li:hover .fa-twitter {
    color: #00abf0;
}
.social-network li:hover .fa-facebook {
    color: #39579a;
}
.social-network li:hover .fa-google-plus {
    color: #eb8984;
}
.social-network li:hover .fa-pinterest {
    color: #c9171e;

}
.social-network li:hover .fa-linkedin {
    color: #0077b5;

}
.info {
    float: left;
    margin-top: -45px;
    margin-left: 110px;
}

.info li {
    display: inline-block;
    margin-left: 30px;
}

.info i {
    color: #d0d0d0;
    font-size: 15px;
    margin-right: 10px;
}

.info a {
    color: #d0d0d0;
    font-size: 12px; 
}

.info a:hover {
    color: #ED502E;
}

.info p {
    color: #d0d0d0;
    font-size: 12px;
    margin: 0;
}

/*===========================
  Menu and Navigation
============================ */
.navigation  {
    background-color:#fff;
    padding:0;

}

.navbar-brand h1 {
    margin-top:-10px;
    float: left;	
    font-size: 30px;	
    color:#333;	

}
.navbar-brand h1 span {
    color: #ED502E;
}

.menu {
    font-size:12px;
    float:right;
    text-transform:uppercase;
    font-weight:400;	
}

.menu ul.nav-tabs li {
    color:#000;	
}

.nav-tabs {
    border-bottom: 0;
}
.nav-tabs > li {
    float: left;
    margin-bottom: 0;
}
.nav-tabs > li > a {	
    margin-top:-20px;
    margin-right:15px;
    line-height: 1.42857143;
   // border-color: #fff #eee #fff;
   // border-top: 4px solid transparent;
    border-radius:0;
    color:#333;
    padding:10px;
}

.nav-tabs > li > a:hover {	
    //border-color: #ED502E #eee #eee;
    color: #ED502E;
    border-radius:0;
    background-color:#f9f9f9; 
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; 
}
.nav-tabs > li > a.active {
  // border-color: #ED502E #eee #eee;
    color: #ED502E;
    border-radius:0;
    background-color:#f9f9f9; 
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
/*.nav-tabs  .dropdown-menu  li  a {
    font-style: italic;
}*/
.nav-tabs  .dropdown-menu  li  a:hover {
    text-decoration: underline;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;    
    color: blue;
}

.slider {
    margin-top:-20px;
    margin-left:7px;    
    margin-bottom: -40px;
}

.slider img {   
    width: 100%;     
}
.align-center {
    text-align:center;
    background-color:#fff;
    color:#000;
    padding:30px;
    margin-top:20px;
    margin-bottom:20px;	
}
.align-center  h4 {
    padding:10px;
   /* -webkit-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
    -moz-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
    box-shadow: 1px 2px 2px 4px rgba(204,204,204,1); */
}
.align-center  p {
    margin-top:10px;
    margin-bottom:30px;
}
.align-center:hover {
  /*  -webkit-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
    -moz-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
    box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);  */
}

/* main layout 2-7-3 container */
#12col_mainlayout {
    padding-bottom: 4em;
}

/* left column */
div.blurbs {
    font-size: 85%;
}
div.blurbs, div.blurbs div.icon.align-center {
    padding-right: 10px;
}

/*div.list-group a {
    background-color: #00B3EE;
}*/

div.blurbs ul {    
    list-style: none;
    margin-bottom: 20px;    
    //font-size: 85%;
}
div.blurbs li a {
    text-decoration: none;
    display: block;
    color: #090;
    font-weight: bold;
}

div.blurbs a:hover, div.blurbs li.header a:hover {    
    text-decoration: underline;
}

div.blurbs li.header a {
    text-decoration: none;
    font-weight: bold;
    color: #0000CC;
}

div.blurbs li.adbody {
    color: #000;
}

div.blurbs li.foot a {
    padding-right: 2em; //separate Ebook from softcover  
}
div.content {
    background-color: #F00F0F0;
    /*padding-right: 5px; make room for up arrow*/
}

.icon {
    margin-top:30px;
    margin-bottom:30px;
    color: darkcyan;//#ED502E;
}

.ficon i {
    color: darkcyan;//#ED502E;
}
.ficon a {
    color:#333;
}
.ficon a:hover {
    color:#eee;
}

// siteinfo
div#siteinfo {
    /*border-top: 5px ridge #EAF9FF;*/
    background: #000;/*#0000AC;*/
    opacity: 0.9;
    text-align: left; /* for IE 6 */
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;   
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;     

}

div#siteinfo li {
    list-style: none;
    display: block;      
}

div#siteinfo a {   
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
    text-align: left;        
}

div#siteinfo p {
    color: #FFF;

}

div#siteinfo h4, div#usefullinks h4 {
    color: #00B3EE;
    border-bottom: 1px solid #888;
}

div#siteinfo h4.noline {
    border: 0;
}

/*div#siteinfo #usefullinks li {   
    padding: 0.25em;
} */

div#SSL {
    margin-bottom: 2em;
}

div#siteinfo a:hover, div#siteinfo a:focus {
    color: yellow;
    text-decoration: underline;
} 


div#copyright {/*border-top: 5px ridge #EAF9FF;*/
    background-color: #000;
    opacity: 0.86;
    color: #FFF;
    text-align: center;
    margin: 0;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    /* border: 3px solid #555; */
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

div#copyright h3 {
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
    color:#FFF;
    padding-left: 3em;
}

div#copyright h5 {
    padding: 0.5em;
    color:#FFF;
}



.btn {
    color:#FFF;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.btn:hover {
    color: #00F;
    text-decoration: none;
    background-color: #ED502E;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-default {
    color: #0f0;
    background-color: #fff;
    border-color: #ccc;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    text-align:center;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.img-thumbnail img {
    margin-top:20px;
    margin-bottom:20px;	
    border-radius:50%
}

.box {	
    background-color:#f9f9f9;
    padding-top:80px;
    padding-bottom:60px;

}
.caption {
    text-align:center;
}
.caption a {
    margin-top:20px;
    margin-bottom:20px;
    color:#333;
}

.jumbotron {
    text-align:center;
    margin-bottom:-5px;	
    background-color:#fff;	
}
.jumbotron p {
    margin-top:30px;
}
.jumbotron span{
    color:#ED502E;
}
.jumbotron .btn-primary {
    color: #fff;
    border-color: #ccc;
    font-size:16px;
    text-transform:uppercase;
    margin-top:20px;
    background-color:#ED502E;
}
.jumbotron .btn-primary:hover {
    color:#333;
    background-color:#f9f9f9;
}

.jumbotron h2 {
    margin-top:-68px;
    margin-bottom:-60px;
    color:#ED502E;
    background-color:#e9e9e9;
    padding: 50px;
    padding-bottom:70px;
    font-size:40px;

}

footer {
    background: #232425;
    padding-top: 50px;
}
.copyright {
    font-size: 14px;
    color: #8a8d94;
    margin: 0;

    font-weight: 300;
    float: left;
}
.copyright a{
    color: #8a8d94;
}
.copyright a:hover {
    text-decoration: underline;
    color: #ED502E;
}


/*scroll -up button*/
/*background circle*/
a.scrollup{
    color:#fff;
    background-color: #777;
    height:25px;
    width:25px;
    font-size:12px;
    line-height:40px;
    text-align:center;
    text-decoration:none;
    position:fixed;
    bottom:30px;
    right:0px;	
    opacity:0,5;
    border-radius:50%; /*this makes the circle*/
    z-index:999;
}
a.scrollup:hover{
    opacity:1;
    background-color:#ED502E;
    color:#fff;	
}
/*the fuckin little up arrow*/
i.fa-arrow-up {
    position: fixed;
    bottom: 36px;
    right: 7px;
}

/*Product Page stuff */
/* Table of Emotions */

table.emotionalscale {
    width: 30em;
    text-align:center;
    border: 1px double #555;
}

table.emotionalscale th, table.emotionalscale tfoot td {
    text-transform: uppercase;
    padding: 5px 10px;
    text-align: center;
    color: #333;
}

table.emotionalscale tfoot td {
    text-align: left;
}

table.emotionalscale tbody tr {
    background-color:#EEFFFF; /* using these properties in tbody td causes the later CSS statement, tbody tr:hover not to work */
}


table.emotionalscale tbody td {
    padding:  1px 10px; 
}

table.emotionalscale tfoot td {
    background-color: #FFF;
}

table.emotionalscale th {
    background-color:#009393;
    color:#FFF;
}

table.emotionalscale tbody tr:hover {
    background-color: #5500FF; 
    color:#FFF;
}

/* Table of Emotions end */


div#geommaincontent {
    text-align: center;   
    padding: 2em;
}

div#geomsidebar {   
    padding: 2em;    
}

div#geomsidebar img {
    margin: 0.5em auto;
}

div#geommaincontent ul, div#geomsidebar ul {
    list-style: none;
}

div#geommaincontent h1 {
    padding-bottom: 1em;
}

ul.FreeEbookImages, ul#CoachingSteps, ul#PRHeader, ul#numheader,
ul#GuysHeader, #NLArchive ul#newsletter, ul#CoachingHeader {
    list-style: none;
}

ul#CoachingHeader a {
    text-align: center;
}

ul#PCBox {
    background-color: #557F55;
    color: #FFF;
    padding: 0.3em;
    text-align: center;
    margin-bottom: 0.75em;
    list-style: none;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}

div#Pricing {    
    text-align: center;
    padding: 1em; 
    margin-top: 2em;
}

div#Pricing h4, div#Pricing img {
    margin: 0.5em auto;
    text-align: center;
}

/* center recaptha image and button. Use Inspect Element to find script code and HTML for recaptcha image */
div#recaptcha, button.PCBIF_submit {
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 0;
}

ul#numheader, ul#GuysHeader, ul#PRHeader {    
    text-align: center;    
    list-style-type: none;   
}

// styling for BP Site Survey Form
div#SSF {
    background-color: #FFF8F0;
}


/* main content for Product Page  */

table {   
    border-collapse: separate; 
    border-spacing: 2px;    
}
table td {
    padding: 0.5em;
}

div#MPP {
    padding: 1em 0.5em 0 0.5em; /* total [left, right] margin + [left, right] padding for each col will = 1em */

}

div#MPP a.btn-primary {
    text-align: center;  
    display: inline-block;
    margin: 0.25em;
    float: none;
}


/*#MPPLinks {
    list-style: none;
    max-width: 50em;
    overflow: auto;
    border: 5px ridge #EAF9FF;
    border-top: 20px solid #0000D6;
    margin: 0 auto;
    text-align: center;
}

#MPPLinks li {
    float: left;    
    max-width: 12.5em;
    padding: 0;
    margin: 0;
}

#MPPLinks li.br {
    max-width: 16.5em;
} 

#MPPLinks li.last {
    clear: both;
    max-width: 50em;   
} 

#MPPLinks h5, ul#MPPLinks h4,  ul#MPPLinks li.last a {
    padding: 0.25em 0.5em;
}

#MPPLinks a {
    display: block;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
} */

div#eBooks_single, div#eBooks_packages, div#printedmaterial, div#multimedia, div#IWS, div#KTDCcourse {
    margin: 2em auto 0 auto;
    text-align: center;
}

div#KTDCcourse {
    margin-bottom: 6em;
}

table#singleeBooks, table#eBookpackages, table#eBookpackages1, table#printed, table#movie, table#intws, table#KTDC {
    margin: 0 auto;
    max-width: 50em;
    border: 0;
    background-color: #FFF;
}

table#singleeBooks tr, table#eBookpackages tr, table#eBookpackages1 tr, table#printed tr, table#movie tr, table#intws tr, table#KTDC tr {

}
table#eBookpackages1 {
    margin-top: 0.5em;
}

table#printed {
    max-width: 56em;
}

table#movie, table#KTDC {
    max-width: 40em;
}

/*table#singleeBooks caption, table#eBookpackages caption,  table#printed caption {margin-top: 2em;}*/

/* table#singleeBooks th {
    background-color:#009393;
}

table#eBookpackages th,  table#eBookpackages1 th {
    background-color:#7706CE;
}

table#printed th {
    background-color: #068298;
}

table#movie th, table#KTDC th {
    background-color: #D49F00;
}

table#intws th {
    background-color: #0000D6;
}
*/
div#eBooks_single h2, div#eBooks_packages h2, div#printedmaterial h2, div#multimedia h2, div#IWS h2 {
    margin: 2em 0 0.2em 0;
    // font-size: 1.5em; 
    font-family: Arial sans-serif; 
    font-variant:small-caps;
}

div#eBooks_single span.bookinfo, div#eBooks_packages span.bookinfo, div#printedmaterial span.bookinfo, div#multimedia  span.bookinfo, div#IWS span.bookinfo {
    padding: 0 5em;
    line-height: 1.1em;
    // font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 0.5em;
    display: block;
} 

table#singleeBooks td, table#eBookpackages td, table#eBookpackages1 td, table#printed td, table#movie td, table#intws td, table#KTDC td{
    max-width: 16.65em;
    margin-bottom: 2em;
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
}

table#singleeBooks img, table#eBookpackages img, table#eBookpackages1 img, table#printed img, table#movie img, table#intws img, table#KTDC img {
    max-width: 100%;
    height: auto; 
    display: block;
}
table#eBookpackages1 td {
    max-width: 24.75em;
}

table#printed td {
    max-width: 14em;
}

table#movie td, table#KTDC td {
    max-width: 40em;
    padding: 1em;
}

table#intws td {
    max-width: 25em;
}

table#singleeBooks a, table#eBookpackages a,  table#eBookpackages1 a, table#printed a, table#movie a, table#intws a, table#KTDC a, table#other a {
    display: block;
    margin-bottom: 1em;
    font-size: 1.5em; 
}

div#other, div#other table {
    max-width: 65em;
    margin: 0 auto;
}

div#other table img {
    margin: 3em;
}

div#other ul, div#otherip ul {
    list-style: none;
}

ul#paymentoptions {
    list-style: none;
    max-width: 50em;
    overflow: auto;
    margin: 0 auto;
    text-align: center;
}

ul#paymentoptions li {
    display: inline;
    max-width: 16.5em;
}

ul#homepages {
    list-style: none;
}

ul#homepages li {
    padding-left: 1.5em;
}
/*.geomiframe-container {
  overflow: scroll;
  padding-top: 130%;
  position: relative;
}

.geomiframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

 */



/* ========================================
Media queries
========================================= */

/* make brand smaller so it doesn't interfere with menu and banner image'*/
@media (max-width: 450px) {
    a#TBP h1 {
        font-size: 0.9em;
    }
    /* dont display icons on top of cols on small screens */
    i.fa.fa-2x {
        display:none;
    }
    div.content {
        margin-top: -20px;
    }
}
/* get rid of first col in smaller layouts */
@media (max-width: 1000px) {
    div.leftcol.col-md-2 {
        display: none;
    }
    /* dont display icons on top of cols on small screens */
    i.fa.fa-2x {
        display:none;
    }
    /* don't need borders above menu items in small layouts'*/
    .nav-tabs > li > a {	
        padding: 25px;
    } 
    .nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a.active {		
        border: none;
    }
}

/* 3 cols is too wide for the sidebar col in expanded layouts, so pad the column left to shrink it*/
@media (min-width: 1440px) { 
    div.sidebar.col-md-3 {
        padding-left: 50px;
    }    
}


@media (min-width: @screen-sm-min) { 
    .img-thumbnail img {
        margin-right:30px;

    }
}