*, *:before, *:after{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif !important;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5{
	padding:0 !important;
	margin:0 !important;
}

p{
    color: #454545;
    padding: 0;
    margin: 0 !important;
}

a{
	text-decoration:none !important;
	padding:0;
	margin:0;
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

a:hover{
	text-decoration: none !important;
}

a:focus{
	text-decoration: none !important;
}

h1{
	font-family: 'Roboto Slab', serif;
}

.clear{
    clear: both;
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.main_div{
    max-width: 1200px;
    margin: 0 auto;
}

/*****************************************************************/

.banner{
    background: url("../images/inner/leadership-team-banner.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    min-height: 200px;
}

.vision{
    background: url("../images/inner/our-vision.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    min-height: 200px;
}

.events{
    background: url("../images/inner/events.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    min-height: 200px;
}

.awards{
    background: url("../images/inner/awards.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    min-height: 200px;
}

.banner h1{
    font-family: 'Roboto Slab', serif;
    font-size: 45px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.06em;
    line-height: 200px;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}

.leaders p{
    font-size: 20px;
    color: #454545;
    font-style: italic;
    padding-top: 20px !important;
}

.team{
    margin: 20px 0;
}

.profile{
    display: block;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.10);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ebebeb;
    padding: 20px;
    margin-bottom: 30px;
}

.profile a{
    text-align: center;
    display: block;
    clear: both;
    padding: 15px 0 0;
    color: #888;
    font-size: 16px;
}

.profile p{
    font-size: 14px !important;
    font-style: italic;
    padding-top: 10px !important;
}

.pic_team{
    float: left;
}

.pic_team img{
    width: 100px;
    height: 100px;
}

.team_content{
    float: left;
    margin: 12px 0 0 20px;
}

.team_content h2{
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    color: #454545;
    padding-bottom: 6px !important;
}

.team_content h5{
    font-size: 14px;
    color: #7c7c7c;
    font-style: italic;
}

.social_pro{
    margin-top: 10px;
}

.social_pro a{
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 20px;
    padding: 0;
}

.social_pro a.fb{
    color: #3b5998;
}

.social_pro a.linkedin{
    color: #007bb6;
}

.social_pro a.twitter{
    color: #1da1f2;
}

.profile h3{
    font-size: 22px;
}

.profile h4{
    font-size: 15px;
    padding-top: 20px !important;
    font-weight: normal;
    line-height: 20px;
}

.profile .mail_resume{
    display: block;
    text-align: left;
    color: #bf141b;
    padding-top: 22px;
    font-size: 18px;
}

/***************************************************/

.inner_page p{
    font-size: 15px;
    padding: 20px 0;
}

/***********************************************************************************/

.top_footer{
    background: #393939;
    padding: 20px 0;
}

.top_footer .social_links a{
    text-align: center;
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #454545;
    color: #df5050;
    border-radius: 50%;
    font-size: 22px;
    padding-top: 17px;
    margin-right: 15px;
}

.top_footer a:hover, .top_footer a:focus{
    background: #df5050;
    color: #454545;
}

.top_footer .contact_links{
    margin-top: 6px;
}

.top_footer .contact_links h6{
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 18px;
    color: #a7a7a7;
    display: inline-block;
    margin-right: 35px;
}

.top_footer .contact_links h6 span{
    color: #df5050;
    font-size: 22px;
    margin-right: 5px;
}

.top_footer .contact_links h6 a{
    color: #a7a7a7;
}

.top_footer .contact_links h6 a:hover{
    background: none;
    color: #df5050;
}

.middle_footer{
    background: #454545;
    color: #cecece;
    padding: 0 0 30px;
}

.middle_footer h2{
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.04em;
    display: block;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
    border-bottom: 1px solid #393939;
    padding-top: 30px !important;
    text-align: left;
    color: #cecece;
}

.middle_footer ul{
    margin: 0 0 0 15px !important;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.04em;
}

.middle_footer ul a{
    color: #cecece;
}

.middle_footer ul a:hover, .middle_footer ul a:focus{
    color: #df5050;
}

.middle_footer p{
    font-size: 15px;
    color: #cecece;
    line-height: 22px;
    letter-spacing: 0.04em;
}

.middle_footer h5{
    font-size: 15px;
    color: #cecece;
    line-height: 22px;
    letter-spacing: 0.04em;
    padding-top: 15px !important;
}

.middle_footer h5 a{
    color: #cecece;
}

.middle_footer h5 a:hover{
    color: #df5050;
}

.bottom_footer{
    background: #393939;
    padding: 15px 0;
}

.bottom_footer h5{
    text-align: left;
    font-size: 12px;
    color: #878787;
    letter-spacing: 0.04em;
}

.bottom_footer h6{
    text-align: right;
    font-size: 12px;
    color: #878787;
    letter-spacing: 0.04em;
    margin: 0 !important;
}

/********************************************************************/

@media only screen and (max-width: 1024px) {

    .pic_team img{
        width: 80px;
        height: 80px;
    }
    
    .team_content{
        margin: 1px 0 0 15px;
    }
    
    .profile h4 {
        padding-top: 15px !important;
    }
    
    .profile .mail_resume {
        padding-top: 12px;
    }
    
    .top_footer .contact_links h6{
        font-size: 17px;
        margin-right: 30px;
    }
    
    .top_footer .contact_links h6:last-child{
        margin-right: 0;
    }
    
}

@media only screen and (max-width: 800px){
    
    
    
}

@media only screen and (max-width: 770px){
    
    
    
    .pic_team img{
        width: 100px;
        height: 100px;
    }
    
    .team_content {
        margin: 12px 0 0 25px;
    }
    
    .banner {
        min-height: 150px;
    }
    
    .banner h1 {
        font-size: 35px;
        line-height: 150px;
    }
    
    .leaders p {
        font-size: 18px;
    }
    
    .social_links{
        text-align: center;
        margin-bottom: 20px;
    }
    
    .top_footer{
        text-align: center;
    }
    
    .top_footer .contact_links {
        text-align: center;
    }
    
    .top_footer .contact_links h6 {
        font-size: 16px;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-right: 25px;
    }
    
    .top_footer .contact_links h6:last-child{
        margin-right: 0;
    }
    
    .top_footer .contact_links h6 span {
        font-size: 20px;
    }
    
    .top_footer .social_links a {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
    
}

@media only screen and (max-width: 640px){
    
    
    
    .banner {
        min-height: 100px;
    }
    
    .banner h1 {
        font-size: 30px;
        line-height: 100px;
    }
    
    .leaders p {
        font-size: 16px;
    }
    
    .top_footer .social_links a {
        width: 40px;
        height: 40px;
        font-size: 14px;
        padding-top: 11px;
    }
    
    #quote-carousel .carousel-control{
        display: none;
    }
    
    .top_footer .contact_links h6{
        font-size: 14px;
        margin-right: 0;
    }
    
    .middle_footer h5{
        display: none;
    }
    
    .middle_footer ul{
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0.02em;
    }
    
    .bottom_footer h5{
        text-align: center;
        font-size: 10px;
        padding-bottom: 5px !important;
    }

    .bottom_footer h6{
        text-align: center;
        font-size: 10px;
    }
    
}

@media only screen and (max-width: 480px){
    
    .banner {
        min-height: 80px;
        text-align: center;
    }
    
    .banner h1 {
        font-size: 20px;
        line-height: 80px;
        padding-left: 0 !important;
    }
    
    .leaders p {
        font-size: 15px;
    }
    
    .team_content {
        margin: 15px 0 0 15px;
    }
    
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(191, 20, 27, 0.8) url(http://codyhouse.co/demo/back-to-top/img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
.cd-top:hover {
    background-color: #bf141b;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 50px;
        width: 50px;
        right: 30px;
        bottom: 30px;
    }
}

@media only screen and (max-width: 480px){
    
    .tcb-quote-carousel {
        min-height: 520px;
    }
    
}

/*****************************************************************/




















