/*
    Styles for Centurian Wildlife
*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,700,700i,900');
body {
    font-family: Roboto;
    background-image: url(img/ptrn.gif);
}

#top {
    position: static;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}


/*
    #page_wrapper
*/

#page_wrapper {
    overflow-x: hidden;
}

/*
    #page_panel
*/

#page_panel {
    background-color: white;
}


/*
    #page_header
*/

#page_header {
    background-color: #111;
}

@media(max-width: 767px) {
    /* spacing for navbar */
    #page_header {
        padding-top: 50px;
    }
}

#page_header_content {
    padding: 40px 15px;
}

@media(min-width: 1200px) {
    #page_header_content {}
}

@media(min-width: 992px) and (max-width:1199px) {
    #page_header_content {}
}

@media(min-width: 768px) and (max-width:991px) {
    #page_header_content {}
}

@media(max-width: 767px) {
    #page_header_content {}
}

#page_header_navigation {
    min-height: 50px;
    font-family: Roboto Condensed;
    font-size: 0;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background-color: #02c659;
}

@media(max-width: 767px) {
    #page_header_navigation {
        min-height: 0;
    }
}

#page_header_navigation>ul {
    min-height: 50px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

@media(max-width: 767px) {
    #page_header_navigation>ul {
        position: fixed;
        top: 0;
        left: -300px;
        z-index: 5;
        width: 300px;
        height: 100vh;
        padding-top: 50px;
        background-color: #777;
        transition: .2s all ease-in-out;
    }
    #page_header_navigation.shown>ul {
        left: 0;
        height: 100vh;
    }
}

#page_header_navigation>ul>li {
    display: inline-block;
}

@media(max-width: 767px) {
    #page_header_navigation>ul>li {
        display: block;
    }
}

#page_header_navigation>ul>li>a {
    display: inline-block;
    padding: 15px 15px;
    font-size: 14px;
    line-height: 20px;
    color: white;
    text-decoration: none;
    background-color: rgba(0,0,0,0.2);
}

#page_header_navigation>ul>li>a:hover {
    background-color: rgba(0,0,0,0.35);
}

@media(max-width: 767px) {
    #page_header_navigation>ul>li>a {
        display: block;
        font-size: 16px;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
}

@media(min-width: 768px) {
    #page_header_navigation>ul>li>a {
        position: relative;
        margin: 0 8px;
    }
    #page_header_navigation>ul>li>a:before {
        position: absolute;
        top: 0;
        right: 100%;
        content: "";
        border-bottom: 50px solid rgba(0,0,0,0.2);
        border-left: 15px solid transparent;
    }
    #page_header_navigation>ul>li>a:after {
        position: absolute;
        top: 0;
        left: 100%;
        content: "";
        border-top: 50px solid rgba(0,0,0,0.2);
        border-right: 15px solid transparent;
    }
    #page_header_navigation>ul>li>a:hover:before {
        border-bottom-color: rgba(0,0,0,0.35);
    }
    #page_header_navigation>ul>li>a:hover:after {
        border-top-color: rgba(0,0,0,0.35);
    }
}

#page_header_navigation_header {
    display: none;
}

@media(max-width: 767px) {
    #page_header_navigation_header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 10;
        display: block;
        height: 50px;
        background-color: #555;
    }
}

#page_header_navigation_toggle {
    display: none;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #555;
}

#page_header_navigation_toggle:hover {
    background-color: #444;
}

@media(max-width: 767px) {
    #page_header_navigation_toggle {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 15;
        display: inline-block;
        padding: 13px 20px;
    }
}

#page_header_navigation.shown #page_header_navigation_body_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .2);
}


/*
    Hero Image Area
*/

#hero_image_area {
    position: relative;
}

@media(min-width: 1200px) {
    #hero_image_area {
        height: 360px;
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    #hero_image_area {
        height: 360px;
    }
}

@media(min-width: 768px) and (max-width:991px) {
    #hero_image_area {
        height: 360px;
    }
}

@media(max-width: 767px) {
    #hero_image_area {
        height: 500px;
    }
}

#hero_image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(img/truck.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


/*
    Home CTA Area
*/

#home_cta_area>.row>div {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media(min-width: 768px) {
    #home_cta_area>.row>div:nth-child(2) {
        border-left: rgba(0, 0, 0, .1) 1px solid;
    }
}

@media(max-width: 767px) {
    #home_cta_area>.row>div+div {
        border-top: rgba(0, 0, 0, .1) 1px solid;
    }
}

#home_cta_area h2 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 2em;
    font-weight: 100;
    line-height: 1;
    text-transform: uppercase;
}

#home_cta_area h2.big {
    margin-top: 0;
    font-family: Roboto Condensed;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

#home_cta_area h2.big>small {
    font-weight: 900;
}

#home_cta_area h2>small {
    font-weight: 300;
    color: #111;
}

#home_cta_area p {
    font-weight: 300;
    color: #111;
}


/*
    General Body Copy
*/

#copy_body {
    padding-top: 25px;
    padding-bottom: 15px;
}

#copy_body h1 {
    margin-top: 0;
    font-family: Roboto Condensed;
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 3px solid #02c659;
}

#copy_body h2 {
    font-family: Roboto Condensed;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 3px solid #02c659;
}

#copy_body h3 {
    font-family: Roboto Condensed;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 3px solid #02c659;
}


/*
    About Us Page
*/

#copy_body.about .employee-card {
    margin-bottom: 25px;
    text-align: center;
}

#copy_body.about .employee-name {
    font-family: Roboto Condensed;
    font-size: .85em;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: none;
}

#copy_body.about .employee-job-title {
    font-size: .75em;
    font-style: italic;
}


/*
    #page_footer
*/

#page_footer {
    padding: 13px 0;
    color: white;
    text-align: center;
    background-color: #111;
}


/*
    inline images
*/

#copy_body img:not(.img-responsive) {
    max-width: 50%;
    height: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    float: right;
}

@media(max-width: 767px){
    #copy_body img {
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
        margin-left: 0px;
        float: right;
    }
}

/*
    #sidebar_content
*/

#sidebar_content {
    padding-top: 25px;
    background-color: #EEE;
}

@media(max-width: 991px) {
    #sidebar_content {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
}

@media(min-width: 992px) {
    #sidebar_content {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
}

#sidebar_content h2 {
    margin-top: 0;
    font-family: Roboto Condensed;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebar-widget {
    padding-bottom: 25px;
    position: relative;
}

.sidebar-widget:not(:last-of-type) {
    margin-bottom: 25px;
}

.sidebar-widget:not(:last-of-type):after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: -25px;
    right: -25px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 25px;
}


/*
  Locations page
*/

#map_container {}

#map_container a>* {
    fill: #777;
}

.locations-list > li {
    margin-bottom: 8px;
}

.locations-list {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

@media(max-width: 767px){
    .locations-list {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
}

@media(max-width: 400px){
    .all-locations-list {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
}




@media(max-width: 767px) {

#copy_body > div > div.col-sm-3 > a {
position: fixed;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 9000
}

#copy_body > div > div.col-sm-3 > a:before {
font-family: FontAwesome;
content: "\f098";
margin-right: 5px;
}
}


.two-images {
	display: block;
	width: 100%;
}
.two-images > img {
	max-width: 49%;
	height: auto;
	display: inline;
}

.two-images > img:first-of-type {
}

.two-images > img:last-of-type {
}

@media(max-width: 460px) {
	.two-images > img {
		max-width: 100%;
		height: auto;
		margin-bottom: 15px;
	}
}


/*
================================================================================
*/

@media(min-width: 1200px) {}

@media(min-width: 992px) and (max-width:1199px) {}

@media(min-width: 768px) and (max-width:991px) {}

@media(max-width: 767px) {}
