/*
 * 
 * Stylesheet - Bobbyland
 *
 */



/* Global */

html {width: 100%; height: 100%;}
.np, .main-container { 
    padding: 0;
}
.full-height {
    min-height: 100%;
}
body { 
     background: #fff url("../img/Vector-Smart%20Object.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   
    font-family: HelveticaNeue Ultra Light; 
}
body#home {
    background: #9B9A9A url("../img/bobbyland.png") no-repeat fixed center center / 30% auto; 
    height: 100%; position: relative;
}
body#home a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/* End Global ============================================ */

/* Margins =============================================== 
.mt1 {
    margin-top: 1em;   
}
.mt2 {
    margin-top: 2em;   
}
.mt3 {
    margin-top: 3em;   
}
.mt4 {
    margin-top: 4.5em;   
}
*/
/* Content */
.sub-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.navbar-fixed-top {
    border: 0 none;
}
.nav-sidebar {
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -21px;
    clear: both;
}
.nav-sidebar > li > a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.8em;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: left;
    line-height: 2.2;
}
.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
    background-color: #428bca;
    color: #fff;
}
.sidebar {
    background-color: #9B9A9A;   
}
.main {
    padding: 60px 0 20px 20px;
    height: 100%;
    min-height: 100%;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
}
.tc {
    padding: 0;   
}
.tc .thumbnail img {
    float: right;
    height: 500px;
    width: auto;   
}
.arricon {
    background: url("../img/arrow-icons.png") no-repeat; 
    color: #FFF;
    float: left;
    margin: 30px 0 30px 0;
    padding-left: 51px;
}
.arricon.arr-left {
    background: rgba(0, 0, 0, 0) url("../img/arrow-icons.png") no-repeat scroll 0 0 / 40px auto;
    line-height: 40px;
}
.arricon.arr-right {
    background: rgba(0, 0, 0, 0) url("../img/arrow-icons.png") no-repeat scroll 0 -46px / 40px auto;
    float: right;
    line-height: 40px;
}
.main .page-header {
    margin-top: 0;
}
.placeholders {
    margin-bottom: 30px;
    text-align: center;
}
.placeholders h4 {
    margin-bottom: 0;
}
.placeholder {
    margin-bottom: 20px;
}
.placeholder img {
    border-radius: 50%;
    display: inline-block;
}
.content {
    background: rgba(155,154,154, 0.9);
    margin-top: auto; 
    margin-bottom: auto; 
    font-size: 1.9em; 
    line-height: 1.5em;
    color: #FFF;
    min-height: 499px;
    padding: 30px;
}
.content a { color: #fff;}
.content a:hover {color: #428BCA }
.thumb {
    padding: 0;
}

.col-md-6.content {min-height: 706px;}
.col-md-6.thumb img {max-height: 706px;}
/* End Content ============================================ */
