@import url(http://fonts.googleapis.com/css?family=Montserrat);

@font-face {
  font-family: "FontAwesome";
  src: url('startup/common-files/fonts/font-awesome/fonts/fontawesome-webfont.eot');
  src: url('startup/common-files/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix') format('eot'), 
       url('startup/common-files/fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), 
       url('startup/common-files/fonts/font-awesome/fonts/fontawesome-webfont.ttf') format('truetype'), 
       url('startup/common-files/fonts/font-awesome/fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

.dropdown-arrow-inverse {
    border-bottom-color: #34495e !important;
    border-top-color: #34495e !important;
}

body {
    font-family: 400 15px/100% "Montserrat", sans-serif;
    color: #34495e; /*blue color*/
    background: #FFF;
}

input,
button,
select,
textarea {
    font-family: 400 15px/100% "Montserrat", sans-serif;
    color: #34495e; /*blue color*/
}

a {
    color: #a60016; /*red color*/
    text-decoration: none;

    -webkit-transition: color 0.25s, background 0.25s;
       -moz-transition: color 0.25s, background 0.25s;
         -o-transition: color 0.25s, background 0.25s;
            transition: color 0.25s, background 0.25s;
}

a:hover {
    color: #a60016; /*red color*/
    text-decoration: underline;
}

h1,
.h1 {
    font-size: 48px /* 64px */;
}
h2,
.h2 {
    font-size: 41px /* 52px */;
}
h3,
.h3 {
    font-size: 32px /* 40px */;
}
h4,
.h4 {
    font-size: 23px /* 29px */;
}
h5,
.h5 {
    font-size: 21px /* 28px */;
}
h6,
.h6 {
    font-size: 19px /* 24px */;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: 1.2em;
}
h1 {
    font-weight: 700;
}
h2 {
    font-weight: 700;
    margin-bottom: 2px;
}
h3 {
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 2px;
}
h4 {
    font-weight: 500;
    margin-top: 4px;
}
h5 {
    font-weight: 500;
}
h6 {
    font-weight: normal;
}

p,
ul,
li {
    /*font: 400 15px/160% "Montserrat", sans-serif;*/
    font: 15px/165% "Open Sans", sans-serif;
    color: #95A5A6; /*text grey color*/
}

.lead {
    font-size: 28px;
    /* 28px */
    line-height: 1.4642745;
    /* 41px */
    font-weight: 300;
    margin-bottom: 20px;
}
small {
    font-size: 84%;
    /* 15px */
    line-height: 2.050846;
    /* 31px */
}
blockquote {
    position: relative;
    border-left: none;
    padding-left: 19px;
}
blockquote p {
    font-size: 20.006px;
    line-height: 1.549829;
    font-weight: normal;
    margin-bottom: .4em;
}
blockquote small {
    font-size: 18.004px;
    line-height: 1.722169;
    font-style: italic;
    color: #34495e;
}
blockquote small:before {
    content: "";
}
blockquote:before {
    position: absolute;
    left: 0;
    width: 3px;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: #ebedee;
    content: "";
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.img-rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.img-comment {
    font-size: 14.994px;
    line-height: 1.231;
    font-style: italic;
    margin: 24px 0;
}
.text-primary {
    color: #1abc9c;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #15967d;
}
.text-success {
    color: #2ecc71;
}
a.text-success:hover,
a.text-success:focus {
    color: #25a35a;
}
.text-danger {
    color: #8e0414;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #b93d30;
}
.text-warning {
    color: #f1c40f;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #c19d0c;
}
.text-info {
    color: #3498db;
}
a.text-info:hover,
a.text-info:focus {
    color: #2a7aaf;
}
.text-inverse {
    color: #ffffff;
}
a.text-inverse:hover,
a.text-inverse:focus {
    color: #cccccc;
}
.muted {
    color: #bdc3c7;
}
a.muted:hover,
a.muted:focus {
    color: #979c9f;
}
footer {
    background-color: transparent;
}


.input-append input {
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}
.bg-white {
    background-color: #ffffff;
}
.bg-black {
    background-color: #000000;
}
.bg-turquoise {
    background-color: #1abc9c;
}
.bg-green-sea {
    background-color: #16a085;
}
.bg-emerland {
    background-color: #2ecc71;
}
.bg-nephritis {
    background-color: #27ae60;
}
.bg-peter-river {
    background-color: #3498db;
}
.bg-belize-hole {
    background-color: #2980b9;
}
.bg-amethyst {
    background-color: #9b59b6;
}
.bg-wisteria {
    background-color: #8e44ad;
}
.bg-wet-asphalt {
    background-color: #34495e;
}
.bg-midnight-blue {
    background-color: #1b1f23;
}
.about.background, 
.service.background, 
.land-dividers.background, 
.contact.background {
    opacity: 60;
    filter: alpha(opacity=6000);
    opacity: 0.6;
    filter: alpha(opacity=60);

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.about.background {
    background: url("../../startup/common-files/img/header/about_banner.jpg") top no-repeat;
}

.service.background {
    background: url("../../startup/common-files/img/header/services_banner.jpg") top no-repeat;
}

.land-dividers.background {
    background: url("../../startup/common-files/img/header/land_dividers_banner.jpg") bottom no-repeat;
}

.contact.background {
    background: url("../../startup/common-files/img/header/contact_banner.jpg") center bottom no-repeat;
}

.bg-sun-flower {
    background-color: #f1c40f;
}
.bg-orange {
    background-color: #f39c12;
}
.bg-carrot {
    background-color: #e67e22;
}
.bg-pumpkin {
    background-color: #d35400;
}
.bg-alizarin {
    background-color: #8e0414;
}
.bg-pomegranate {
    background-color: #c0392b;
}
.bg-clouds {
    background-color: #ecf0f1;
}
.bg-silver {
    background-color: #bdc3c7;
}
.bg-concrete {
    background-color: #95a5a6;
}
.bg-asbestos {
    background-color: #7f8c8d;
}
.bg-base {
    background-color: #34495e;
}
.bg-firm {
    background-color: #1abc9c;
}
.bg-success {
    background-color: #2ecc71;
}
.bg-danger {
    background-color: #8e0414;
}
.bg-warning {
    background-color: #f1c40f;
}
.bg-info {
    background-color: #3498db;
}
.bordered {
    border-style: solid;
}
.bordered.bg-turquoise {
    border-color: #16a085;
}
.bordered.bg-emerland {
    border-color: #27ae60;
}
.bordered.bg-peter-river {
    border-color: #2980b9;
}
.bordered.bg-amethyst {
    border-color: #8e44ad;
}
.bordered.bg-wet-asphalt {
    border-color: #002d54;
}
.bordered.bg-sun-flower {
    border-color: #f39c12;
}
.bordered.bg-carrot {
    border-color: #d35400;
}
.bordered.bg-alizarin {
    border-color: #c0392b;
}
.bordered.bg-clouds {
    border-color: #bdc3c7;
}
.bordered.bg-concrete {
    border-color: #7f8c8d;
}

html,
body {
    height: 100%;
    background: #FFF;
}
body {
    overflow-x: hidden;
    color: #7f8c8d;
    line-height: 1.29;
}
@media (max-width: 767px) {
    body {
        padding-right: 0;
        padding-left: 0;
    }
}
li {
    line-height: 20px;
}
.btn {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 22px;
    -webkit-transition: color 0.25s, background 0.25s;
    -moz-transition: color 0.25s, background 0.25s;
    -o-transition: color 0.25s, background 0.25s;
    transition: color 0.25s, background 0.25s;
}
.btn.btn-large {
    font-size: 17px;
    padding: 12px 18px;
}
.btn > [class^="fui-"] {
    margin-left: 4px;
    margin-right: 4px;
    line-height: inherit;
    display: inline-block;
    vertical-align: top;
}
.input-group-btn .btn {
    background: #bdc3c7;
    line-height: 9px 12px 10px;
    line-height: 22px;
    border: 0;
    margin: 0;
    color: #fff;
    margin-left: 0 !important;
    padding-left: 10px;
    padding-right: 12px;
}
.input-group-btn .btn:hover {
    background: #cacfd2;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
.form-group {
    margin-bottom: 10px;
}
label {
    line-height: 20px;
}
.carousel {
    line-height: 1;
}
.hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
    color: inherit;
}
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
p {
    margin-bottom: 10px;
}
.page-wrapper {
    position: relative;
    z-index: 2;
    background: #fff;
    overflow: hidden;
    min-height: 100%;
}
.header-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.loaded .page-wrapper,
.loaded .header-antiflicker,
.loaded body > header .header-background {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
       -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
         -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
            transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.loaded.nav-visible .page-wrapper,
.loaded.nav-visible .navbar.navbar-fixed-top,
.loaded.nav-visible .header-antiflicker,
.loaded.nav-visible body > header .header-background {
    -webkit-transform: translate3d(-230px, 0, 0);
       -moz-transform: translate3d(-230px, 0, 0);
         -o-transform: translate3d(-230px, 0, 0);
            transform: translate3d(-230px, 0, 0);
}
.loaded.no-csstransitions .page-wrapper,
.loaded.no-csstransitions .header-antiflicker {
    left: 0;
}
.loaded.no-csstransitions.nav-visible .page-wrapper,
.loaded.no-csstransitions.nav-visible .navbar.navbar-fixed-top,
.loaded.no-csstransitions.nav-visible .header-antiflicker {
    left: -230px !important;
    right: auto;
}
.carousel-indicators {
    width: 100%;
}
[class^="fui-"] {
    display: inline-block;
    vertical-align: middle;
}
body > section,
header,
footer {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    body > section,
    header,
    footer {
        padding-right: 5px;
        padding-left: 5px;
    }
}
img {
    width: auto\9;
    height: auto;
    width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
#map-canvas img{
    max-width: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Montserrat", sans-serif;
    color: #002d54;
}
h1 {
    font-weight: normal;
}
h3 {
    font-weight: normal;
}
img {
    width: 100%;
    -webkit-backface-visibility: hidden;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #7f8c8d;
}
a:hover,
button:hover,
a:focus,
button:focus,
a:active,
button:active {
    outline: none;
}
#bgVideo {
    overflow: hidden;
}
#bgVideo > video {
    position: absolute !important;
}
.delimiter {
    margin-top: 200px;
}
.delimiter.line {
    margin-top: 150px;
    margin-bottom: 150px;
    border-top: 2px solid #ebedee;
}
header {
    padding-top: 100px;
    padding-bottom: 70px;
    z-index: 100;
}
header .brand {
    font-size: 25px;
    font-weight: normal;
    color: #34495e;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
    letter-spacing: -1px;
    color: #002d54;
}
header .brand img:first-child {
    float: left;
    margin: -10px 15px 0 0;
}
section * {
    z-index: 2;
}
.background {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: 50% 50% no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 20;
    filter: alpha(opacity=2000);
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.container {
    position: relative;
    z-index: 2;
}
@media (max-width: 767px) {
    header {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.navbar {
    left: 0;
    right: 0;
}
.navbar .brand {
    padding: 23px 28px 24px 0;
    float: left;
}
.navbar .subnav {
    display: none;
}
.navbar a {
    -webkit-transition: color 0.25s, background 0.25s;
    -moz-transition: color 0.25s, background 0.25s;
    -o-transition: color 0.25s, background 0.25s;
    transition: color 0.25s, background 0.25s;
}
.navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar .nav > li {
    float: left;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    background: none;
}
.navbar .navbar-toggle {
    margin: 26px 0 10px;
    color: white;
    background: none;
    padding: 0;
    width: 30px;
    height: 30px;
    background: url("../../startup/common-files/icons/menu-icon@2x.png") 50% no-repeat;
    -webkit-background-size: 17px 12px;
    -moz-background-size: 17px 12px;
    -o-background-size: 17px 12px;
    background-size: 17px 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.navbar .navbar-toggle:before {
    display: none;
}
.navbar .navbar-form .btn {
    height: auto;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar .nav > li > a > [class*="fui-"] {
    font-size: 24px;
    margin: -10px 0 0;
    position: relative;
    top: 4px;
}
.navbar.navbar-fixed-top {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 1170px;
    margin: 0 auto;
}
.loaded .navbar.navbar-fixed-top {
-/*webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
-moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
-o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);*/
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-header {
        float: none;
    }
}
.header-19 .navbar-collapse.collapse,
.header-16 .navbar-collapse.collapse {
    display: none !important;
}
@media (max-width: 991px) {
    body .navbar-collapse {
        width: 230px;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100% !important;
        z-index: 1;
    }
}
@media (min-width: 992px) {
    body > .collapse.navbar-collapse {
        display: none !important;
    }
}
body .navbar-collapse#header-19,
body .navbar-collapse#header-16 {
    width: 230px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
    z-index: 1;
}
body > .navbar-collapse {
    padding: 25px 0;
    overflow: auto;
    background: #222527;
    min-height: 100%;
}
body > .navbar-collapse::-webkit-scrollbar {
    display: none;
}
body > .navbar-collapse .pull-right,
body > .navbar-collapse .pull-left {
    float: none !important;
}
body > .navbar-collapse .nav {
    margin: 0 0 10px;
}
body > .navbar-collapse .nav > li {
    margin: 0;
}
body > .navbar-collapse .nav > li > a {
    display: block;
    padding: 12px 35px;
    border-bottom: 2px solid #24292d;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #5b5e61;
    text-transform: uppercase;
}
body > .navbar-collapse .nav > li > a:hover,
body > .navbar-collapse .nav > li > a:focus,
body > .navbar-collapse .nav > li > a.active {
    color: #ffffff;
}
body > .navbar-collapse .nav > li > a:hover,
body > .navbar-collapse .nav > li > a:focus {
    background: none;
}
body > .navbar-collapse .nav > li.active > a {
    color: #ffffff;
}
body > .navbar-collapse .nav > li.active > a:hover,
body > .navbar-collapse .nav > li.active > a:focus,
body > .navbar-collapse .nav > li.active > a.active {
    color: #ffffff;
}
body > .navbar-collapse .subnav {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
body > .navbar-collapse .subnav li > a {
    display: block;
    margin: 0;
    padding: 7px 35px;
    font-size: 13px;
    font-weight: normal;
    color: #5b5e61;
    text-transform: capitalize;
}
body > .navbar-collapse .subnav li > a:hover,
body > .navbar-collapse .subnav li > a:focus,
body > .navbar-collapse .subnav li > a.active {
    color: #ffffff;
}
body > .navbar-collapse .navbar-form,
body > .navbar-collapse .navbar-search {
    padding: 10px 35px;
    margin: 0;
    border-bottom: 0 none;
    border-top: 0 none;
    box-shadow: none;
}
body > .navbar-collapse .navbar-form:focus,
body > .navbar-collapse .navbar-search:focus {
    outline: 0 none;
}
body > .navbar-collapse .navbar-form .btn,
body > .navbar-collapse .navbar-search .btn,
body > .navbar-collapse .navbar-form .btn-primary,
body > .navbar-collapse .navbar-search .btn-primary {
    height: 30px;
    line-height: 20px;
    font-size: 15px;
    color: #5b5e61;
    background: none;
    padding: 0;
}
body > .navbar-collapse .navbar-form .btn:hover,
body > .navbar-collapse .navbar-search .btn:hover,
body > .navbar-collapse .navbar-form .btn-primary:hover,
body > .navbar-collapse .navbar-search .btn-primary:hover {
    color: #fff;
}


/*
=======================================================================================================
Header Styles
=======================================================================================================
*/
.header-3-startup-antiflicker {
    border-bottom: 1px #bdc3c7 solid;
}

.header-3 {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 100;
    width: 100%;
    height: 100px;
    border-bottom: 2px solid #A60016;
}

.header-3 .header-background {
    background: #FFF;
}

.header-3 .navbar {
    top: 0;
    margin: 10px 0;
    font-family: "Montserrat", sans-serif;
}

.header-3 .navbar.navbar-fixed-top {
    top: 0 !important;
}

.header-3 .navbar .brand {
    padding: 15px 0;
    font-family: "Montserrat", sans-serif;
}

.header-3 .navbar .brand img:first-child {
    margin: 0;
    float: left;
}

.header-3 .navbar .nav > li {
    margin-left: 25px;
}

.header-3 .navbar .nav > li:first-child {
    margin-left: 0;
}

.header-3 .navbar .nav > li > a {
    padding: 28px 0;
    font: 400 16px/100% "Montserrat",sans-serif;
    color: #95a5a6;
    letter-spacing: 2px;
}

.header-3 .navbar .nav > li > a:hover,
.header-3 .navbar .nav > li > a:focus,
.header-3 .navbar .nav > li > a.active {
    color: #A60016;
}

.header-3 .navbar .nav > li.active > a {
    color: #A60016;
}

.header-3 .navbar .nav > li.active > a:hover,
.header-3 .navbar .nav > li.active > a:focus,
.header-3 .navbar .nav > li.active > a.active {
    color: #A60016;
}

.header-3 .navbar .navbar-form {
    padding: 23px 0 15px 50px;
}

.header-3 .navbar .btn {
    padding-left: 26px;
    padding-right: 26px;
    margin-top: -1px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
}

.header-3 .navbar .btn.btn-primary {
    background-color: #16a085;
    font-weight: 800;
}
.header-3 .navbar .btn.btn-primary:hover,
.header-3 .navbar .btn.btn-primary:focus {
    background-color: #45b39d;
}
.header-3 .navbar .btn.btn-primary:active,
.header-3 .navbar .btn.btn-primary.active {
    background-color: #138871;
}
.header-3 .navbar .navbar-toggle {
    background-image: url("../../startup/common-files/icons/menu-icon-header-8@2x.png");
    -webkit-background-size: 17px 12px;
    -moz-background-size: 17px 12px;
    -o-background-size: 17px 12px;
    background-size: 17px 12px;
}

.header-3 .navbar .nav > li.phone a {
    font: 600 16px/100% "Montserrat",sans-serif;
    color: #A60016;   
}

    nav ul.nav li.phone .fa {
        padding-right: 5px;
    }

.header-2-sub {
    z-index: 50;
    left: 0;
    width: 100%;
    position: relative;
    padding: 160px 0;
    color: white;
    text-align: center;
}

.header-2-sub.index {
    padding-top: 240px;
    padding-bottom: 240px;
}

@media (max-width: 991px) {
    .header-2-sub {
        padding-top: 165px;
    }
}
.header-2-sub .hero-unit {
    margin: 0;
    padding: 0;
    background: transparent;
}
.header-2-sub .hero-unit h1 {
    margin: 0;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    font-weight: 300;
    line-height: 40px;
}
.header-2-sub .hero-unit p {
    font-size: 13px;
    font-weight: normal;
    color: #506e8c;
    font-weight: 800;
    letter-spacing: 2px;
}
.header-2-sub .btns {
    display: inline-block;
    margin-top: 15px;
}
@media (max-width: 480px) {
    .header-2-sub .btns {
        margin-top: 48px;
        display: block;
    }
}
.header-2-sub .btns .btn {
    min-width: 160px;
    float: left;
}
@media (max-width: 480px) {
    .header-2-sub .btns .btn {
        float: none;
        display: block;
        margin-top: 10px;
    }
    .header-2-sub .btns .btn:first-child {
        margin-top: 0;
    }
}
.header-2-sub .btns .btn + .btn {
    margin-left: 20px;
}
@media (max-width: 480px) {
    .header-2-sub .btns .btn + .btn {
        margin-left: 0;
    }
}
.header-2-sub .btn.btn-inverse {
    background-color: #3c556e;
}
.header-2-sub .btn.btn-inverse:hover,
.header-2-sub .btn.btn-inverse:focus {
    background-color: #63778b;
}
.header-2-sub .btn.btn-inverse:active,
.header-2-sub .btn.btn-inverse.active {
    background-color: #33485e;
}
.header-2-sub .btn.btn-danger {
    background-color: #8e0414;
}
.header-2-sub .btn.btn-danger:hover,
.header-2-sub .btn.btn-danger:focus {
    background-color: #cd6155;
}
.header-2-sub .btn.btn-danger:active,
.header-2-sub .btn.btn-danger.active {
    background-color: #a33025;
}
/**
Header 10
**/
.header-10-sub {
    position: relative;
    z-index: 50;
    height: 800px;
    background-color: #1b1f23;
    color: white;
    text-align: center;
}
.header-10-sub.v-center,
.header-10-sub .v-center {
    display: table;
    width: 100%;
}
.header-10-sub.v-center > div,
.header-10-sub .v-center > div {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    float: none;
}
@media (min-width: 768px) {
    .header-10-sub.v-center.row:before,
    .header-10-sub .v-center.row:before,
    .header-10-sub.v-center.row:after,
    .header-10-sub .v-center.row:after {
        display: none;
    }
    }/*(min-width: 768px)*/

    @media (max-width: 768px) {
        .header-10 .navbar a.logo {
            max-width: 40%;
        }
        }/*(max-width: 768px)*/

        @media (max-width: 767px) {
            .header-10 .navbar a.logo {
                max-width: 40%;
            }

            .header-10-sub.v-center,
            .header-10-sub .v-center {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                padding-left: 5px;
                padding-right: 5px;
            }
            .header-10-sub.v-center.row,
            .header-10-sub .v-center.row {
                display: block;
                width: auto;
            }
            .header-10-sub.v-center.row:before,
            .header-10-sub .v-center.row:before,
            .header-10-sub.v-center.row:after,
            .header-10-sub .v-center.row:after {
                display: none;
            }
            .header-10-sub.v-center.row > *,
            .header-10-sub .v-center.row > * {
                display: block;
                vertical-align: baseline;
            }
        }
        .header-10-sub .background {
          background-image: url("../../startup/common-files/img/header/header_office_bg.jpg");
          opacity: 50;
          filter: alpha(opacity=5000);
          opacity: 0.5;
          filter: alpha(opacity=50);
      }
      .header-10-sub .hero-unit {
          padding: 0;
          margin: 0;
          background-color: transparent;
      }
      .header-10-sub .hero-unit h1 {
          margin: 0 0 30px;
          font: 700 45px/120% "Glegoo", serif;
          color: #ffffff;
      }

      .header-10-sub .hero-unit p {
          font: 500 25px/120% "open Sans", sans-serif;
          color: #bdc3c7;
      }

      @media (max-width: 480px) {
          .header-10-sub .hero-unit h1 {
            font-size: 36px;
            font-weight: normal;
            color: #ffffff;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 300;
        }
        .header-10-sub .hero-unit p {
            font-size: 22px;
            font-weight: normal;
            color: #bdc3c7;
            line-height: 35px;
            font-weight: 300;
        }
    }
    .header-10-sub .hero-unit.hero-unit-bordered h1 {
      font-size: 46px;
      font-weight: normal;
      color: #ffffff;
      font-weight: 500;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      border: 8px solid white;
      display: inline-block;
      margin: 0;
      padding: 30px 40px;
  }
  @media (max-width: 480px) {
      .header-10-sub .hero-unit.hero-unit-bordered h1 {
        font-size: 22px;
        font-weight: normal;
        color: #ffffff;
        font-weight: 500;
    }
}
@media (max-width: 480px) {
    .header-10-sub.v-center > div {
        padding-top: 35px;
        padding-bottom: 70px;
    }
}
.header-10-sub .control-btn {
    width: 53px;
    height: 53px;
    line-height: 53px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    font-size: 19px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    background: #121518;
    opacity: 80;
    filter: alpha(opacity=8000);
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    left: 50%;
    bottom: 90px;
    margin-left: -26.5px;
}
.header-10-sub .control-btn:hover,
.header-10-sub .control-btn:focus,
.header-10-sub .control-btn.active {
    color: #ffffff;
}
.header-10-sub .control-btn:hover,
.header-10-sub .control-btn:focus,
.header-10-sub .control-btn:active,
.header-10-sub .control-btn.active {
    opacity: 100;
    filter: alpha(opacity=10000);
    opacity: 1;
    filter: alpha(opacity=100);
}
@media (max-width: 480px) {
    .header-10-sub .control-btn {
        bottom: 30px;
    }
}


/*
=======================================================================================================
About Us: Crew 4 Styles
=======================================================================================================
*/
.crew-4 {
    padding-top: 110px;
    padding-bottom: 110px;
}
.crew-4 h3 {
    margin: 0 0 30px;
    text-align: center;
    font: bold 35px/100% "Glegoo", serif;
}

/*.crew-4 p {
    max-width: 860px;
    margin: 0 auto 30px;
    font: 15px/160% "Open Sans", sans-serif;
    text-align: center;
}*/

.crew-4 {
    display: table;
    width: 100%;
}

/*.crew-4 p {
    font: 400 15px/160% "Open Sans",sans-serif;
    text-align: left;
}*/

.crew-4 .member .info {
    margin-top: 36px;
    font: normal 15px/160% "Montserrat", sans-serif;
    color: #95a5a6; /*text grey color*/
    text-align: left;
}

.crew-4 .member .name {
    margin-bottom: 5px;
    font: 700 20px/100% "Glegoo",serif;
    color: #34495e; /*blue color*/
}

.crew-4 .member em {
    margin-bottom: 5px;
    font: italic 15px/160% "Open Sans", sans-serif;
    color: #95a5a6; /*text grey color*/
}

.crew-4 .member .contacts {
    margin: 30px 0 0;
    padding: 10px 0 0;
    font: 400 15px/160% "Montserrat", sans-serif;
    color: #002d54;
    border-top: 2px solid #ebedee;
}

.crew-4 .member .contacts span {
    font: normal 15px/160% "Montserrat", sans-serif;
    color: #002d54;
}

.crew-4 .member .contacts a {
    font: 400 15px/110% "Montserrat", sans-serif;
    color: #a60016; /*red color*/
}

.crew-4 .member .contacts a:hover,
.crew-4 .member .contacts a:focus,
.crew-4 .member .contacts a.active {
    text-decoration: underline;
}

/*.crew-4 .members .member:hover .photo-wrapper {
background-color: #1abc9c;
}
.crew-4 .members .member:hover .photo {
opacity: 40;
filter: alpha(opacity=4000);
opacity: 0.4;
filter: alpha(opacity=40);
}
.crew-4 .members .member:hover .overlay {
opacity: 100;
filter: alpha(opacity=10000);
opacity: 1;
filter: alpha(opacity=100);
}*/

@media (max-width: 991px) and (min-width: 768px) {
  .crew-4 .members .member,
  .crew-4 .members .photo-wrapper {
    width: 230px;
}
}
@media (max-width: 767px) {
    .crew-4 .members {
        display: block;
        width: auto;
    }
    .crew-4 .members .member-wrapper {
        width: 100%;
        display: block;
        text-align: center!important;
    }
    .crew-4 .members .member-wrapper + .member-wrapper {
        margin-top: 80px;
    }
}


/**
* Content 11 stylesheet  
* */
.content-11 {
    position: relative;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
    background: rgba(241, 196, 15, 0.1);
    font: normal 24px/130% "Montserrat", sans-serif;
    color: #34495e;
}
.content-11 > .container {
    position: relative;
}
.content-11 .btn {
    margin-left: 33px;
    font: normal 14px/160% "Montserrat", sans-serif;
    color: #FFF;
    text-transform: uppercase;
}

@media (max-width: 991px) {
.content-11 .btn {
    margin: 30px 0 0;
}
}


@media (max-width: 480px) {
    .content-11 > .container > span {
        display: block;
    }
    .content-11 .btn {
        margin: 30px 0 0;
    }
}
@media (max-width: 614px) {
    .content-11 > .container > span {
        display: block;
    }
    .content-11 .btn {
        margin: 30px 0 0;
    }
}


/*
=======================================================================================================
Contact Styles
=======================================================================================================
*/
#map-content{
    width: 280px;
    padding: 20px 0 20px 20px;
}
#map-content h1{
    font-size: 26px;
    margin: 0;
    padding: 0;
}



/*
=======================================================================================================
Footer Styles
=======================================================================================================
*/
.footer-3 {
    padding: 20px 0;
    font: normal 11px/120% "Open Sans", sans-serif;
    color: #002D54; /*blue*/
    text-align: center;
    background: #FFF; /*light grey*/
}

.footer-3 a {
    color: #002D54; /*blue*/
    text-decoration: none;
}

.footer-3 a:hover,
.footer-3 a:focus,
.footer-3 a.active {
    color: #002D54;
    text-decoration: underline;
}

/**
* Footer 9 stylesheet  
* */
.footer-9-map {
    padding: 0;
    height: 550px;
    min-height: 300px;
}
@media (max-width: 1200px) {
    .footer-9-map {
        height: 300px;
    }
}
.footer-9 {
    padding-top: 110px;
    padding-bottom: 110px;
}
.footer-9 h6 {
    font: bold 18px/100% "Glegoo",sans-serif;
    color: #34495e;
    text-transform: none;
}
.footer-9 p {
    font-size: 16px;
    font-weight: normal;
    color: #7f8c8d;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 26px;
}
.footer-9 a {
    font-size: 16px;
    color: #8e0414;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.footer-9 .col-sm-offset-1 {
    margin-left: 0;
}

.footer-9 .col-sm-4 {
    width: 33%;
}

#map-canvas {
    width: 100%;
    height: 100%;
}

#map_canvas img { 
    max-width: none;
}

#map_canvas .gm-style img { max-width: none; }
#map_canvas .gm-style label { width: auto; display: inline; }


@media (max-width: 768px) {
    .footer-9 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media (max-width: 480px) {
    .footer-9 .box {
        margin-top: 33px;
    }
    .footer-9 .box.box-first {
        margin-top: 0;
    }
}





/*
=======================================================================================================
Services Style
=======================================================================================================
*/
.content-27 {
    position: relative;
    padding: 120px 0 0;
}

.content-27 .content {
    padding: 0 0 60px;
}

.content-27 .content.last {
    padding: 0 0 120px;
}

.content-27 h4 {
    font: normal 18px/100% "Montserrat", sans-serif;
}

.content-27 ul {
    margin: 0 0 25px;
    padding: 0 0 0 40px;
}

.content-27 ul li {
    font: 400 16px/160% "Open Sans",sans-serif;
}

.content-27 svg,
.content-27 .svg {
    max-width: 100%;
}

.content-27 .nosvg {
    display: none;
}

@media (max-width: 767px) {
    .content-27 .svg,
    .content-27 .nosvg {
        text-align: center;
        float: none;
        margin-bottom: 45px;
    }
    .content-27 .svg {
        display: block;
    }
}
.content-27 h3 {
    margin-bottom: 20px;
    font: bold 35px/100% "Glegoo",serif;
    color: #002d54;
    text-align: left;
}
.content-27 p {
    font: 400 16px/160% "Open Sans",sans-serif;
    color: #7f8c8d;
}
.content-27 .btn {
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 991px) {
    /*.content-27 h3,
    .content-27 p {
        margin: 0;
    }*/
}
.content-27 .btns {
    margin-top: 45px;
}
.content-27 .btns > * {
    display: inline-block;
    margin-left: 32px;
    vertical-align: middle;
}
.content-27 .btns > *:first-child {
    margin-left: 0;
}
@media (max-width: 991px) {
    .content-27 .btns .btn {
        display: block;
        margin: 0 5px 20px;
    }
    .content-27 .btns .btn:not(:first-child) {
        float: left;
        margin-right: 35px;
    }
}
@media (max-width: 480px) {
    .content-27 .btns .btn:not(:first-child) {
        float: none;
        color: white;
        margin-right: 5px;
    }
    .content-27 .btns .btn:not(:first-child):focus {
        outline: none;
    }
    .content-27 .btns [class*="fui-"] {
        margin-top: -6px;
    }
}
@media (min-width: 481px) {
    .content-27 .btns > *:not(:first-child) {
        padding: 0;
        background: transparent;
        color: #34495e;
    }
    .content-27 .btns > *:not(:first-child):hover,
    .content-27 .btns > *:not(:first-child):focus {
        color: #5d6d7e;
    }
    .content-27 .btns > *:not(:first-child):active,
    .content-27 .btns > *:not(:first-child).active {
        color: #002d54;
    }
    .content-27 .btns > *:not(:first-child) [class*="fui-"] {
        font-size: 30px;
        font-weight: normal;
        color: inherit;
        margin: 0;
    }
    .content-27 .btns > *:not(:first-child) :not([class*="fui-"]) {
        display: none;
    }
}
@media (max-width: 480px) {
    .content-27 .btns > * {
        display: block;
        margin: 0;
    }
    .content-27 .btns > * + * {
        margin-top: 10px;
    }
}







/*
=======================================================================================================
Land Dividers Style
=======================================================================================================
*/
.content-26 {
    position: relative;
    padding-top: 125px;
    padding-bottom: 125px;
    text-align: center;
}

.content-26 h3 {
    margin: 0 0 20px;
    font: bold 35px/100% "Glegoo",serif;
    color: #002d54;
}

.content-26 .lead {
    margin-bottom: 0;
    font: 400 22px/160% "Open Sans",sans-serif;
    color: #7f8c8d;
}

.content-26 .features img {
    width: auto;
    display: block;
    margin: 0 auto;
}

.content-26 .features h6 {
    margin-top: 37px;
    font: bold 18px/130% "Glegoo",sans-serif;
    text-align: center;
    text-transform: none;
}

.features p {
    font: 400 16px/160% "Open Sans",sans-serif;
    text-align: left;
}

.content-26 .features > * {
    margin-top: 67px;
}



/*
=======================================================================================================
small 991px below media query style
=======================================================================================================
*/
@media (max-width: 991px) {
/* About us */
.crew-4 {
    padding: 60px 0;
}

    .crew-4 .member .contacts {
        margin: 30px 0;
        padding: 0 0 30px;
        border-top: none;
        border-bottom: 2px solid rgb(235, 237, 238);
    }

        .crew-4 .member:last-child .contacts {
            border-top: none;
            border-bottom: none;
        }

        .crew-4 .member .info {
            margin-top: 0;
        }


/* Servives */
.content-27 {
    padding: 60px 0;
}

    .content-27 .content.last {
        padding: 0;
    }


/* Contact */
.footer-9 {
    padding: 60px 0;
}

    .footer-9 .box {
        padding: 0 0 30px;
    }


}/* small 991px below media query ends */



/*
=======================================================================================================
extra small 768px below media query style
=======================================================================================================
*/
@media (max-width: 768px) {
/*About us*/
.about.background {
    background: url("../../startup/common-files/img/header/about_banner.jpg") no-repeat scroll top center transparent;
}

.header-2-sub {
    padding: 80px 0px;
}


/* Services */
.service.background {
    background: url("../../startup/common-files/img/header/services_banner.jpg") no-repeat scroll center bottom transparent;
}

.content-27 {
    padding: 60px 0 0;
}

    .content-27 .serviceContent {
        padding: 20px 15px;
    }

    .content-27 .content {
        padding: 0px 0px 30px;
    }


/* Land Dividers */
.content-26 {
    padding: 60px 15px;
}

        .content-26 .features img {
            margin: 0 auto;
        }

.content-26 .features h6 {
    text-align: center
}


/*Contact*/
.contact.background {
    background: url("../../startup/common-files/img/header/contact_banner.jpg") center 80% no-repeat;
}
    

}/* extra small 768px below media query ends */



/*
=======================================================================================================
extra small 480px below media query style
=======================================================================================================
*/
@media (max-width: 480px) {
/* Header */
.header-3 {
    height: 60px;
}
    .header-3 .navbar {
        margin: 0;
    }

        .header-3 .navbar .brand {
            width: 30%;
        }

    .navbar .navbar-toggle {
        margin: 12px 0px 0px;
    }

/*.header-2-sub {
    padding: 60px 0px;
    min-height: 160px;
}*/


/* About us */
.about.background {
    background: url("../../startup/common-files/img/header/about_banner.jpg") no-repeat scroll center center transparent;
}

.header-2-sub {
    padding: 40px 0px;
}

.crew-4 {
    padding: 30px 0;
}


/* Services */
.content-27 {
    padding: 30px 0 0;
}

    .content-27 .content {
        padding: 0;
    }

    .content-27 h3 {
        font: bold 28px/100% "Glegoo",serif;
    }

    .content-27 ul {
        padding: 0 0 0 30px;
    }


/* Land Dividers */
.land-dividers.background {
    background: url("../../startup/common-files/img/header/land_dividers_banner.jpg") no-repeat scroll left bottom transparent;
}


/* Contact */
.footer-9 {
    padding: 30px 0;
}

    .footer-9 .box {
        padding: 0 0 10px;
    }


}/* extra small 480px below media query ends */



/*
=======================================================================================================
extra small 320px below media query style
=======================================================================================================
*/
@media (max-width: 320px) {
/* Header */
.header-3 .navbar .brand {
    width: 50% !important;
}


}/* extra small 320px below media query ends */





