/*--------------------------------------------------------------------- fonts */


/**
* Green: #166c61
* Dark Orange: #7c3517
* Button Light Orange: #ffe5bb
* Background Cream: #fdf0dd
* Feature Box Cream: inner-#fae9cb outter- FBE1B8
* Page Background Safety - Dark Brown: #42261a
* Left Column Safety - Light Brown: #643d2d
**/

body {
    font-size: 14px;
    /* sets font size for page so em's work */
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

p {
    font-family: 'Open Sans', sans-serif !important;
    color: #000;
}

span {
    /* font-family: 'Open Sans', sans-serif !important; */
}

.txt-s {
    font-size: .8em;
}

.txt-m {
    font-size: 1em;
}

.txt-l {
    font-size: 1.8em;
}

.txt-xl {
    font-size: 2.6em;
}

.txt-white {
    color: #ffffff;
}

.txt-orange {
    color: #e45e27;
}

.txt-green {
    color: #166c61;
}

.txt-cream {
    color: white;
}

.txt-Oxygen {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #166c61;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

h2 {
    font-size: 28px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.heading-txt {
    color: #166c61;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}


/*----------------------------- links */

a {
    color: #166c61;
}

a:hover {
    color: #7c3517;
}

.v-link {
    color: white;
    opacity: .8;
}

.v-link:hover {
    color: white;
    opacity: 1;
}


/*----------------------------- buttons */

.b-orange {
    background-color:
}


/*----------------------------- images */

.welcome-pic {
    padding: 8px;
    border: 3px solid #289DC3;
}


/*----------------------------- areas */

.top-rainbow-wrap {
    background: linear-gradient( to left, #52b855 0, #52b855 16.6%, #4867af 16.6%, #4867af 33.3%, #8b3392 33.3%, #8b3392 50%, #ec1c24 50%, #ec1c24 66.6%, #f5851f 66.6%, #f5851f 83.3%, #fff225 83.3%, #fff225)no-repeat;
    background-size: 100% 13px;
    height: 13px;
}

body {
    background-color: #42261a;
    background-image: url("../images/bg-woodSlats.png");
}


/* page wrapper*/

.page-wrapper {
    background-color: white;
    border-radius: 20px;
    margin-top: 12px;
}


/* header */

.header {
    position: relative;
    float: left;
    margin: 0px auto;
    text-align: center;
    top: 250px;
}

.header-bg {
    background-image: url("../images/bg-woodgrain.png");
    background-repeat: repeat-y;
}

.header-img img {
    width: 100% !important;
    height: auto !important;
    margin: 0px auto;
}


/* to cover the lapses of brown bagckground below the slideshow */

.brown-placeholder {
    background-image: url("../images/bg-woodgrain.png");
    width: 33.33333333%;
    margin-top: -20px;
}

.login-l {
    margin-top: 10px;
    text-align: right;
}

.login-l form {
    display: inline-block !important;
}

.login-s {}


/* Post a trip */

.post-trip-btn {
    display: inline-block;
    margin-left: 15px;
}

.post-trip-btn a {
    border-radius: 3px;
    background-color: #f58224;
    color: #ffffff;
    border: 1px solid #f58224;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
}


/* left-column */

.left-col-u {
    background-image: url("../images/bg-woodgrain.png");
    border-top-left-radius: 19px;
}

.logo img.img-responsive {
    width: 260px;
    margin: 0 auto;
}

.left-col-l {
    background-image: url("../images/bg-woodgrain.png");
    border-bottom-left-radius: 19px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: -1px;
}

.box-lc-dark {
    background-image: url("../images/bgdark.png");
    background-color: #166c61;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 50px;
}

.box-lc-dark span.center.txt-l {
    color: #fff;
    font-weight: bold;
}

.box-lc-dark table {
    margin-top: 5px;
}

.box-lc-dark a.ef-link {
    color: #F8F6AB;
    font-weight: 600;
    font-size: 13px;
}

.box-lc-dark span.ef-date {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}

.box-lc-dark.txt-white.emboss span {
    font-size: 20px !important;
}


/* right-column */

.right-col {}

.box-rc-feature {
    border-radius: 13px;
    background-color: white;
    padding: 10px;
    margin: 10px auto;
    /* -webkit-box-shadow: inset 1px 1px 30px rgba(251, 225, 184, 1);
	-moz-box-shadow:    inset 1px 1px 30px rgba(251, 225, 184, 1);
	box-shadow:         inset 1px 1px 30px rgba(251, 225, 184, 1); */
}


/* footer */


/* feature boxes */


/*----------------------------- inputs/buttons */

.ls-up {
    display: inline-block;
    border: 1px solid #166c61;
    border-right: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #166c61;
    background-color: #ffe5bb;
    background-color: white;
    height: 30px;
    width: 30px;
    padding-top: 0px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.ls-box {
    border: 1px solid #166c61;
    height: 30px;
    margin-right: 20px;
    padding-left: 15px;
    display: inline-block;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.ls-button {
    /* height: 30px; */
    border-radius: 3px;
    background-color: #166c61;
    color: #ffffff;
    border: 1px solid #166c61;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 10px;
}

#mheader_5_wrapper .form-group input.actionBtn {
    border-radius: 3px;
    background: #f58224;
    color: #ffffff;
    border: 1px solid #f58224;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
}


/*Contact Page*/

.contact-wrapper {
    /*width: 500px;*/
    margin: 0px auto;
}

.c-row {
    margin: 5px 0px;
    overflow: auto;
}

.c-full-width {}

.c-half-width {
    width: 49%;
    float: left;
}

.c-half-width:nth-child(2) {
    margin-left: 1%;
    float: right;
}

.c-half-width input,
.c-full-width input,
.c-half-width textarea,
.c-full-width textarea {
    display: inline-block;
    border: 1px solid #166c61;
    border-radius: 3px;
    color: #fff;
    background-color: #166c61;
    width: 100% !important;
    padding-top: 0px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
}

.c-half-width input,
.c-full-width input {
    padding: 5px;
}

.c-captcha {
    font-weight: 700;
    color: #166c61;
}

.c-captcha input {
    width: 150px !important;
}

.c-captcha-inst {
    font-size: 12px;
    font-weight: 700;
}

.c-submit-row {
    text-align: center;
}

.c-submit-button {
    border-radius: 3px;
    border: 1px solid #166c61;
    font-weight: 700;
    width: 50% !important;
    margin: 0px auto;
    background-color: #166c61;
    color: #ffffff;
}


/*----------------------------- Navigation */

.right-col .navbar-default {
    font-family: 'Open Sans', sans-serif;
    background-color: transparent;
    border-color: transparent;
    min-height: 30px !important;
    color: #166c61;
    margin-top: 10px;
    margin-bottom: 0px;
}

.right-col .navbar-toggle {
    /* The little button in small mode */
    margin-top: ;
    background-color: #166c61;
    background-image: url(../images/nav-button.png);
    border: 1px solid #166c61;
    border-radius: 5px;
    padding: 15px;
}

.right-col .navbar-nav li {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    float: left;
    list-style-type: none;
}

.right-col .navbar-nav li a,
.right-col .navbar-nav ul li a {
    /* All the menu items */
    color: #166c61 !important;
    text-decoration: none;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 22px;
    padding-right: 22px;
    border-bottom: ;
    height: 36px;
    font-size: 15px;
    transition: .3s;
    font-family: 'Open Sans', sans-serif;
}

.right-col .navbar-nav li a:hover,
.right-col .navbar-nav li a:focus,
.right-col .navbar-default .navbar-nav>.open>a,
.right-col .navbar-default .navbar-nav>.open>a:hover,
.right-col .navbar-default .navbar-nav>.open>a:focus {
    color: #fff !important;
    background-color: #166c61 !important;
}


/* {
    background-color: #166c61 !important;
    border-bottom: ;
    color: #ffffff !important;
    transition: .3s;
} */

.right-col .dropdown-menu li {
    width: 100%;
}

.right-col .dropdown-toggle:focus {
    color: #ffffff;
}

.right-col .dropdown-toggle:hover {
    color: #ffffff;
}


/*----------------------------- utility (floats/clears/margins n' padding) */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.emboss {
    /*recessed- to flip, just change l<->r, t<->b */
    border-top: 1px solid rgba(0, 0, 0, .4);
    border-right: 1px solid rgba(130, 130, 130, .4);
    border-bottom: 1px solid rgba(200, 200, 200, .4);
    border-left: 1px solid rgba(50, 50, 50, .4);
}

.center {
    text-align: center;
    margin: 0px auto;
}

.qh {
    display: none;
}

.c15-fix {
    margin-left: -15px;
    margin-right: -15px;
}

.o-no {
    overflow: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mr-l {
    margin-right: 20px;
}

.mb-l {
    margin-bottom: 20px;
}


/* z-indices */

.z-100 {
    position: relative;
    z-index: 100;
}

.z-50 {
    position: relative;
    z-index: 50;
}

.pos-absolute {
    position: absolute;
}


/*----------------------------- Media Query */

@media (min-width: 1200px) {
    .login-s {
        display: none;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .left-col-l {
        margin-bottom: 0px;
    }
    .login-s {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .header-bg {
        background-image: none;
    }
    .left-col-u {
        border-top-right-radius: 19px;
    }
    .left-col-l {
        border-bottom-right-radius: 19px;
        margin-bottom: 0px;
    }
    .login-l {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-bg {
        background-image: none;
    }
    .left-col-l {
        border-bottom-right-radius: 19px;
        margin-bottom: 0px;
    }
    .login-l {
        display: none;
    }
    .navbar-default {
        height: auto;
    }
    .navbar-nav li {
        display: block;
        width: 100%;
    }
    .dropdown li {
        display: block;
        width: 100%;
        background-color: #ffe5bb;
    }
    .navbar-nav>.open>a:focus {
        background-color: #7c3517;
    }
}

@media (max-width: 480px) {
    .header-bg {
        background-image: none;
    }
    .left-col-l {
        border-bottom-right-radius: 19px;
        margin-bottom: 0px;
    }
    .login-l {
        display: none;
    }
    .navbar-nav li {
        display: block;
        width: 100%;
    }
    .dropdown li {
        display: block;
        width: 100%;
        background-color: #ffe5bb;
    }
    .navbar-nav>.open>a:focus {
        background-color: #7c3517;
    }
}