body {
    padding-top:55px;
}

h1{
	color:#de282e;
	font-size: 2.2em;
	font-weight:500;
}

h2{
	color:#de282e;
	font-size: 2.1em;
	font-weight:500;
}


h3{
	color:999999;
	font-size:1.7em;
	font-weight:400;
}

a{
	color:#de282e;
    text-decoration: none;
}

ul.nav a {
	text-decoration:none;
}

a:hover{
	color:#de282e;
	text-decoration:underline;
	}

.custom-bullet li {
    display: block;
}

.custom-bullet li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #de282e;
}

.navbar{
    margin-bottom: 0px;
    padding: 5px 5px;
	background-color:white;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.cbp-af-header-shrink {
    padding-top: 0px;
    padding-bottom: 0px;
    opacity: 0.9;
}

.cbp-af-header img.logo{
    transition: height 1s;
    -webkit-transition: height 1s;
    height: 71px;
}

.cbp-af-header-shrink img.logo{
    height: 45px;
}

.cbp-af-header div.address {
    width: 100%;
    margin: 0.5em 0;
    float: left;
    overflow: hidden;
}

.cbp-af-header-shrink div.address {
    height: 0px;
    margin: 0px;
    padding: 0px;
}

.logo-card{
	width:200px;
}

.title-row{
	position:relative;
	
}

.title-image{
	position: absolute;
	padding: 20px;
	left: 120px;
	top: 50%;
	transform:translate(-50%,-50%);	
}

.down-button-01{
	position:absolute;
	bottom: 100px;
	width:100%;
	text-align:center;
}

	
.down-button i{
	color:999999;
}

.down-button i:over{
	color:#de282e;
}

.mail-button{
	position:absolute;
	bottom:-1200px;
	width:100%;
	text-align:center;
}

.row-textbox{
	background-color:white;
	padding-top:55px;
	padding-left:10%;
	padding-right:10%;
	padding-bottom:55px;
	text-align:left;
	}


.row-textbox.grey{
	background-color:#EBEBEB;
}

.row-textbox.darkgrey{
    background-color:#595959;
	color:white;
	}

.row-contact{
	padding-top:55px;
}

/*.row-team{
	min-height:750px;
}*/

@media (max-width: 400px) {
    .navbar-header {
        position: relative;
    }
    
}


.fill-screen {
    background-size: cover; 
    background-position: center;
}

.fill-screen-team {
    background-size: cover; 
    background-position: center;
	height:inherit;
	min-height:450px;
}



.attached{
	background-attachment:fixed;
}


.row-in-image-bottom{
    position:relative;
    top:50%;
	transform:translate(0,-50%);
}

.content-filler{
  min-height:350px;
  background-color:white;
}


@media (max-width: 767px) {

    .range-list h4 {
        display: inline;
        font-size: 18px;
    }

    .range-list a {
        display: block;
    }

    .range-list img {
        width: 33%;
        height: 33%;
        margin-right: 10px;
        margin-bottom: 30px;
        margin-top: 20px;
    }

}

.logoext {
    width:100%;
}


.take-me-down {
    position: fixed;
    left: 50%;
    width:70px;
    margin-left:-35px;
    bottom: 2%;
    z-index: 2;
}

.mmleb{
	position: absolute;
	background-color: rgba(255, 255, 255, 1);
	padding-top: .5em;
	padding-right: 3em;
	padding-left: 1em;
	padding-bottom: 0.2em;
}
.mmleb{
    top: 85px; right: 0px;
	
}

.mmlebn-01{
    bottom: 255px; left: 0px;
}
.mmlebn{
	background-color:#de282e;
	color:white;
	position: absolute;
	padding-top: 0em;
	padding-right: .9em;
	padding-left: 3em;
	padding-bottom: .3em;
}

.mmlebn-02{
    bottom: 200px; left: 0px;
}

.mmleb  h1 {
	font-size: 1.6em;
	line-height:1em;
	font-weight:bold;
	}

.mmleb  h2 {
	font-size: 1.4em;
	line-height: 1em;
	
	}

.mmlebn h3 {
	font-weight:bold;
    font-size: 1em;
    margin-top: 10px;
	}

@media (max-width: 666px) {
    .mmleb  h1 {font-size: 1.8em}
    .mmleb  h2 {font-size: 1.6em}
    .mmlebn h3 {font-size: 1.2em}
}


/* The following code is used to create same-sized columns 
   in a multi-column layout.
   Code from:  
   http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-columns-of-same-height
*/
/* columns of same height styles */
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}
@media (min-width: 768px) {
    .container-sm-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-sm-height {
        display:table-row;
    }
    .col-sm-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 1200px) {
    .container-lg-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-lg-height {
        display:table-row;
    }
    .col-lg-height {
        display:table-cell;
        float:none;
    }
}
