/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


/* raleway-regular - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../../Fonts/raleway-v12-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Raleway'), local('Raleway-Regular'),
    url('../../Fonts/raleway-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../Fonts/raleway-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../Fonts/raleway-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../../Fonts/raleway-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../Fonts/raleway-v12-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('../../Fonts/raleway-v12-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Raleway Bold'), local('Raleway-Bold'),
    url('../../Fonts/raleway-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../Fonts/raleway-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../Fonts/raleway-v12-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../../Fonts/raleway-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../Fonts/raleway-v12-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* Global Styles */

html,
body {
    font-family: 'Raleway',Arial,sans-serif;
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
}
.navbar-inverse .container {
    margin-top: 15px
}
.navbar-inverse .navbar-toggle {
    border-radius: 0;
    border: none;
    background-color: #D21C43;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #969696;
}
.navbar-inverse .navbar-nav > li > a {
    color: #969696;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #D21C43;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #D21C43;
    background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #D21C43;
}
.navbar-inverse .navbar-nav > li > a { text-transform: uppercase; color: #000; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .current > a { color: #969696; }
.navbar-logo { display: none; width: 25%; max-width: 265px; float: right; padding-bottom: 20px; z-index: 100; position: relative; }
.navbar-collapse { width: 75%; float: left; }


.subnav { display: none; width: 100%; background-color: #eee; position: absolute; top: 90px; font-size: 14px; z-index: 99; }
.subnav .container { margin-top: 0; }
.subnav .navbar-nav > li > a { text-transform: none; padding-top: 5px; padding-bottom: 5px; }

.style-wrap { width: 100%; height: 10px; }
.style-grey, .style-red { width: 50%; height: 10px; float: left; }
.style-grey { background-color: #969696; }
.style-red { background-color: #D21C43; }

.row > * { padding-left:15px; padding-right:15px; }
.row > a { padding-left:0; padding-right:0; }

h1, h2 { text-transform: uppercase; }
h1 { font-size: 28px; font-weight: bold; }
h2 { font-size: 24px; font-weight: bold; }
h3 { font-size: 14px; font-weight: bold; }

img { max-width: 100%; height: auto; }

a { color: #D21C43; font-weight: bold; }
a:hover { color: #969696; text-decoration: none; }

div.company { padding: 8px 0 15px 15px; }
span.company-name { color: #D21C43; font-weight: bold; }
span.company-sub { color: #969696; font-weight: bold; }

.portfolio { background-color: #eee; margin-top: 10px; padding-top: 10px; padding-bottom: 30px; }

.container .row ul {
    list-style: none;
    padding:0;
    margin:0 0 20px;
}
.container .row li {
    padding-left: 1em;
    text-indent: -.7em;
}
.container .row li:before {
    content: "• ";
    color: #D21C43;
    font-size: 18px;
}

.btn-default {
    color: #fff;
    background-color: #D21C43;
    border: none;
    border-radius: 0;
    font-size: 14px;
}
.btn-default:hover {
    color: #fff;
    background-color: #969696;
    border: none;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
    min-height: 300px;
    max-height: 700px;
}
header.carousel-sub {
    height: 30%;
    min-height: 200px;
    max-height: 400px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
header.carousel .carousel-caption { left: 10%; bottom: 10%; text-align: left; }
header.carousel .carousel-caption h2 { font-size: 26px; text-transform: none; }
header.carousel .carousel-caption p { font-weight: bold; margin: 0; }

/* Uploads */

.container .row .ce-uploads li {
    text-indent: 0;
}

.container .row .ce-uploads li:before {
    content: none;
}

/* News */

.portfolio .news {
    overflow: auto;
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
}

.row .news {
    overflow: auto;
    margin-left: -15px;
    margin-right: -15px;
}

.row .news-single {
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
}

.news .article .news-img-wrap a {
    border: 0;
    padding: 0;
}

.news-single .article .news-img-wrap {
    float: none;
    width: auto;
    margin: 0 0 30px;
}

.news .project {
    margin-bottom: 30px;
}

.news-single .article .news-img-wrap,
.news-single .article .outer,
.news-single .article .mediaelement-image {
    overflow:auto;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* contact form */

form {
    margin: 30px 0 50px;
}

.btn-primary {
    color: #000;
    background-color: #CCC;
    border-color: #AAA;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    color: #FFF;
    background-color: #AAA;
    border-color: #CCC;
}

form .checkbox label {
    padding-left: 0;
}

form .checkbox input[type="checkbox"] {
    position: static;
    margin-left: 0;
}

form textarea {
    min-height: 200px;
}

.map {
    margin-top: 30px;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }

    .ce-right .ce-gallery,
    .ce-left .ce-gallery {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    .row .row {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media(min-width:768px) {
    div.company { display: none; }
    .navbar-inverse .navbar-nav > li:first-child > a { padding-left: 0; }
    .navbar-logo { display: block; }
    .subnav { display: block; }
    header.carousel { height: 75%; }
    header.carousel .carousel-caption { left: 20%; bottom: 25%; }
}
.navbar-nav .caret {
    margin-left: -2px !important;
}
