html,body{
    width: 100%;
    height: 100%;
}
body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 160%;
    font-size: 13px;
    font-weight: 300;
    color: #373737;
}

figure, p, address {
    margin: 0;
}

iframe {
    border: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}

a, a:hover, a:focus, .btn:focus {
    text-decoration: none;
    outline: none;
}
.clear{
    clear: both;
}

.bg-grey{
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-blue {
    background-color: #009EE3;
}

.text-12{
    font-size: 12px;
}
.text-20{
    font-size: 20px;
}
.text-grey{
    color: #818181;
}
.text-red{
     color: #f15d5d;
}
.text-center{
    text-align: center;
}
.text-bold{
    font-weight: bold;
}

/*-------------------------------------------------------------------
    tb preloader
-------------------------------------------------------------------*/
#tb-preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: block;
    background: #fff;
}
.tb-preloader-wave {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}
.tb-preloader-wave:before,
.tb-preloader-wave:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #222;
    -webkit-animation: preloader-wave 1.6s linear infinite;
    animation: preloader-wave 1.6s linear infinite;
}
.tb-preloader-wave:after {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}
@keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@-webkit-keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

/*-------------------------------------------------------------------
    tb preloader ends
-------------------------------------------------------------------*/

#navigation{
    background-color: #fff;
    font-weight: normal;
}

.header-border{
    border-bottom: solid 1px #f0f0f0;
}

#nav li a{
    color: #373737;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 20px;
    box-sizing: border-box;
    height: 60px;
}

#nav li a .selected{
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: solid 1px #000;
}

#nav ul.dropdown-menu li a{
    padding: 10px 15px;
    height: auto;
    font-size: 12px;
}

#navigation .icon-bar{
    background-color: #373737;
}

section {
    padding: 40px 0;
}

#home{
    position: relative;
    padding: 70px 0 0;
    width: 100%;
    height: 100%;
}
#home .container, #home .row{
    position: relative;
    height: 100%;
}
.home-left{
    position: relative;
    height: 100%;
}
.container-bg{
    height: 100%;
    background-image: url('../images/sujit-lalwani-entrepreneur-inspirational-speaker-business-coach-author.png');
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.home-title{
    position: absolute;
    top: 50%;
    margin-top: -90px;
    text-align: center;
}
h1{
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: bold;
}
h4{
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 300;
}
.home-title h4{
    padding: 10px 0;
    font-size: 15px;
}
h2{
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
}
p{
    font-size: 14px;
    line-height: 200%;
}
/*#about img{
    height: 150px;
    margin: 15px;
}*/
.btn{
    margin-top: 10px;
    background-color: #000;
    border: solid 1px #000;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 0;
    color: #fff;
    font-weight: 300;
}
.btn:hover{
    color: #b0b0b0;
}
.btn-white{
    background-color: #fff;
    color: #f15d5d;
    font-weight: bold;
    border: none;
}
.grid-item{
    width: 31%;
    margin: 15px 1% 0;
    background-color: #f5f5f5;
    padding: 20px;
    font-weight: normal;
    line-height: 180%;
}
.grid-item-picture{
    background: #fff;
    padding: 5px;
    box-shadow: 1px 2px 3px rgba(60,60,60,0.3);
}
.grid-item .date{
    color: #969696;
    text-transform: uppercase;
    font-size: 13px;
}
.grid-item .update{
    margin-top: 8px;
}
.grid-item .update-img{
    width: 100%;
    margin-top: 12px;
    margin-bottom: 5px;
    /*height: 190px;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
}
.grid-images{
    opacity: 0.4;
}
.grid-image{
    width: 20%;
    padding: 0;
    margin: 0;
}
.show-image{
}
/*.show-image:hover{
    opacity: 1;
}*/
#showcase{
    height: 950px;
    padding: 0;
    overflow: hidden;
    position: relative;
    background-color: #f0f0f0;
}
.stats{
    position: absolute;
    width: 100%;
    top: 400px;
    z-index: 20
}
.stat{
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding-top: 60px;
    text-align: center;
    background-image: url('../images/white-shade-reflected.png');
    background-repeat: repeat-x;
    height:300px
}
.stat-number{
    font-size: 60px
}
.stat-text{
    padding-top: 15px;
    font-size: 16px;
    line-height: 170%;
}

#updates{
    position: relative;
    height: 860px;
    margin-bottom: 20px;
    overflow-y: hidden;
    z-index: 1;
}
.load-more{
    position: absolute;
    left: 0;
    right: 0;
    height: 120px;
    bottom: 0px;
    background-image: url('../images/white-shade.png');
    background-repeat: repeat-x;
    z-index: 10;
    text-align: center;
    padding-top: 50px
}
.picture-quote{
    width: 100%;
    height: 230px;
    margin: 15px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: solid 4px #fff;
    box-shadow: 1px 2px 3px rgba(60,60,60,0.3);
    opacity: 0.9;
    transition: 0.5s;
}
.picture-quote:hover{
    opacity: 1;
    transition: 0.5s;
    cursor: pointer;
}
.bg-quotes{
    height: 500px;
    background-image: url('../images/sujit-lalwani-entrepreneur-inspirational-speaker-business-coach-author-profile.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.quotes-ticker{
    margin: 140px 0 0;
    font-size: 20px;
    line-height: 200%;
}
/*=================================================================
	Contact
==================================================================*/

.contact-form{
    margin-top: 10px;
}

.input-field {
    margin-bottom: 10px;
}

.contact-form .form-control {
    border: 1px solid #d0d0d0;
    border-radius: 0;
    box-shadow: none;
    color: #818181;
    font-size: 14px;
    height: 40px;
}

.contact-form textarea.form-control {
    width: 100%;
    height: 140px;
    resize: none;
}

h4{
    margin-top: 15px;
    font-size: 14px;
}

#footer{
    padding: 30px 0;
}

.web-credits{
    text-align: right;
}

.page-title{
    margin-top: 50px;
    text-align: center;
}
.page-title h1{
    font-size: 36px;
}

.bg-profile{
    height: 400px;
    background-image: url('../images/sujit-lalwani-entrepreneur-inspirational-speaker-business-coach-author-profile.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    font-size: 20px;
    line-height: 200%;
    padding-top: 150px;
}

/*============================================================ 
	Responsive Styles
 ============================================================*/

@media only screen and (max-width: 1150px) {
    
}

@media only screen and (max-width: 991px) {
    h1{
        font-size: 46px;
    }
    .home-title{
        text-align: left;
    }
    .home-title h4{
        letter-spacing: 0;
        font-size: 12px;
    }
    .grid-item{
        width: 48%;
    }
    .grid-image{
        width: 25%;
    }
    .stat-number{
        font-size: 48px
    }
    .stat-text{
        padding-top:0;
        font-size: 16px;
    }

@media only screen and (max-width: 767px) {
    #nav li a{
        letter-spacing: 0.5px;
        padding: 15px 20px;
        border-top: solid 1px #f0f0f0;
    }
    #nav {
        border-bottom: solid 1px #f0f0f0;
    }
    .home-left{
        height: auto;
    }
    .home-title{
        position: relative;
        text-align: center;
        top: 0;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .home-title h4{
        letter-spacing: 0.5px;
        font-size: 14px;
    }
    #home{
        height: auto;
    }
    #home .row{
        height: auto;
    }
    #home .container{
        height: auto;
    }
    .grid-image{
        width: 33.33%;
    }
    .container-bg{
        position: relative;
        max-width: 375px;
        margin: auto;
        background-size: cover;
        background-position: top;
        height: 300px;
    }
    #showcase .grid-images{
        opacity: 0.2;
    }
    .stat{
        display: block;
        width: 100%;
        padding-top: 60px;
        text-align: center;
        background-image:none;
        height: 200px;
    }
    .stat:first-of-type{
        padding-top:0;
        margin-top: -200px;
    }
    .stat:last-of-type{
        margin-top: 40px;
    }
    .stat-number{
        font-size: 60px
    }
    .stat-text{
        padding-top: 15px;
        font-size: 20px;
    }
    .picture-quote{
        height: 380px;
    }
    #footer .col-sm-6{
        text-align: center;
    }
}

@media only screen and (max-width:550px){
    .grid-item{
        width: 100%;
        margin: 10px 0;
    }
    #updates{
        height: 1500px;
    }
    .picture-quote{
        height: 300px;
    }
}

@media only screen and (max-width:480px){
    nobr{
        white-space: normal;
        line-height:150%;
    }
    h1{
        font-size: 36px;
    }
    .grid-image{
        width: 50%;
    }
}
