.red {
    color: red;
}

.orange {
    color: #FF7F7F;
}

.theme-color {
    color: #33747A;
}

.theme-background {
    background-color: #33747A;
}

.some-size-20 {
    font-weight: bold;
    font-size: 20px;
}

.some-size-30 {
    font-weight: bold;
    font-size: 30px;
}


/*HEADER*/

.navbar-brand img {
    display: inline-block;
    margin-right: 5px;
}

.navbar-brand {
    font-size: 18px;
    font-weight: 700;
    color: #1e1e1e!important;
    text-transform: uppercase;
    text-shadow: none!important;
}

.navbar {
    margin-bottom: 0px!important;
}

.navbar-inverse {
    background-image: none;
    background-color: #fff!important;
    border-radius: 0!important;
    border-color: transparent!important;
    border-bottom: 1px solid #ddd!important;
}

.nav a {
    font-size: 15px;
    padding: 10px 15px;
    color: #fff!important;
    text-shadow: none!important;
}

.nav a:hover {
    color: #fff!important;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.nav li:hover .sub-menu {
    /*http://www.greywyvern.com/?post=337*/
    visibility: visible;
    opacity: 1;
}

#hornavmenu {
    margin-left: 20px;
    width: 100%;
    height: 65px;
}

#hornavmenu li a {
    padding: 19px 30px 19px 30px;
    font-weight: bolder;
}

.color-red {
    color: red !important;
}

.nav span {
    position: absolute;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-top: -19px;
    margin-left: -19px;
    display: inline-block;
    background-color: #f23b3b;
    text-align: center;
    border-color: transparent;
}

.nav .sub-menu {
    border-top: 8px solid #fff;
    margin-left: 30px;
    position: absolute;
    background-color: #fff;
    width: 140px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
    z-index: 12;
}

.nav .sub-menu li {
    list-style: none;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

.nav .sub-menu li:first-child {
    border-top: 3px solid #f23b3b;
}

.nav .sub-menu li a {
    font-size: 13px;
    text-decoration: none;
}


/* 10 ------- Testimonial Section Styles --------*/

.section-padding {
    padding: 85px 0px;
}

.section-title {
    font-size: 1.875em;
    font-weight: 300;
    padding-bottom: 12px;
    text-transform: capitalize;
    color: #fff;
}

.section-title span {
    color: #e74c3c;
}

.section-description {
    font-size: 1em;
    font-weight: 300;
    padding: 0px 15%;
}

.section-details {
    display: inline-block;
    padding-top: 30px;
}

.client-quote {
    background-color: rgba(0, 0, 0, 0.0);
}

.testimonial {
    background: url(../img/walpaper/img1.jpg) no-repeat center center fixed;
    background-size: cover;
    color: #ffffff;
}

.pattern-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

.testimonial .section-padding {
    padding: 110px 0px 185px 0px;
}

.testimonial-slider .carousel-indicators {
    bottom: -65px;
}

.testimonial-slider .carousel-indicators li {
    border: 2px solid #ffffff;
    height: 15px;
    width: 15px;
}

.testimonial-slider .carousel-indicators li.active {
    height: 16px;
    width: 16px;
}

.testimonial-slider blockquote {
    border: none;
    font-size: 1em;
    font-weight: 300;
    padding: 0px 15%;
}


/*-- Heading --*/

#heading {
    background: url(../img/walpaper/wallpaper.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-color: #508E9D;
    height: 140px;
}

#heading a {
    color: #FF7F7F;
}

#heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

#heading span {
    color: #fff;
    text-transform: uppercase;
}

.heading-content {
    text-align: center;
    margin-top: 35px;
}


/*-- End Heading --*/

.responsive-video {
    position: absolute;
    padding-bottom: 56.25%;
    padding-top: 60px;
    overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#findus {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background-color: #26565A;
}

#findus h2 {
    color: #FFFFFF;
}

#map {
    width: 100%;
    height: 400px;
}

@media (max-width: 767px) {
    .container {
        padding: 20px !important;
    }
}