/******* BASIC STYLES *******/

html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #ebebeb !important;
    color: #000 !important;
    font-weight: 200 !important;
}

hr {
    border-color: #fff;
    border-width: 1px;
    max-width: 600px;
    padding-top: -100px;
    color: #fff;
}

hr.light {
    border-color: white;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #193540;
    letter-spacing: 1px;
    font-weight: 200 !important;
}

a:hover,
a:focus {
    color: #193540;
    text-decoration: none !important;
    cursor: pointer;
}

h1 {
    font-family: 'Playfair Display', serif !important;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 2px;
}

h1 {
    color: #fff;
}

p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
    color: #222;
    text-align: justify;
    font-weight: 200 !important;
}

ul {
    list-style: none;
    text-indent: none !important;
}

li {
    list-style: none;
    text-indent: none !important;
}

.bg-primary {
    background-color: #ebebeb;
}

.bg-dark {
    background-color: #222222;
    color: white;
}

.text-faded {
    color: #000;
    text-align: justify;
}

section {
    padding: 100px 0;
}

.number_seven,
.number_thirteen {
    width: 100%;
    height: 700px;
}

.number_thirteen {
    margin-top: -200px !important;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default .navbar-toggle {
    border: none !important;
}

.navbar-toggle.collapsed {
    background-color: #fff !important;
}

button.navbar-toggle {
    background-color: #fff !important;
}

.btn-primary:hover {
    border-color: #193540;
    !important;
}

.bt9_img {
    width: 100% !important;
    margin-right: 0px;
}

.container-fluid {
    width: 100% !important;
    margin-left: 0 !important;
}














/******* gallery *******/

#services {
    background-color: #ebebeb !important;
}

#services h1 {
    color: #000 !important;
}

.gallery-box {
    display: block;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.gallerybox hr {
    width: 130px !important;
    color: #193540 !important;
}

.gallery-box .gallery-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    text-align: center;
    opacity: 1;
    background: rgba(255, 255, 255, .5);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.gallery-box-content h1 {
    color: #000 !important;
    font-size: 4em;
}

.gallery-box-content .portfolio {
    width: 100px;
    color: #193540 !important;
    border-color: #2A91DO;
    border-width: 2px;
}

.gallery-box .gallery-box-caption .gallery-box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
    opacity: 0;
    height: 100% !important;
}

.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#box_background {
    background-color: #F0F0F0 !important;
    height: 100% !important;
}

#box_background h2 {
    text-align: center;
}

#seven_text p,
h2,
#thirteen_text p,
h2 {
    padding-left: none !important;
    margin: 20px 20px;
    color: #000;
}

#seven_text,
#thirteen_text {
    vertical-align: middle;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
}














/********** NAVBAR ************/

.fa-bars {
    border: none !important;
    color: #000;
}

.navbar-fixed-top {
    border: none;
}

.navbar-brand {
    margin-top: -13px;
    display: none;
}

.navbar-default {
    background-color: #fff;
    border-color: transparent;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    /*
    box-shadow: -webkit-box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
*/
}

.navbar-default .navbar-header .navbar-brand {
    color: #193540;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #193540;
}

.navbar-default .navbar-header .navbar-toggle {
    font-size: 1.2em;
    color: #000;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    font-size: 14px;
    color: #222222;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #193540;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #193540 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
    color: #193540 !important;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    margin-top: -3px;
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: #fff;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: #fff;
    }
    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: white;
    }
    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        color: #fff;
    }
    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
        color: #193540 !important;
    }
    .navbar-default.affix {
        background-color: white;
        border-color: rgba(34, 34, 34, 0.05);
    }
    .navbar-default.affix .navbar-header .navbar-brand {
        color: #193540;
        font-size: 14px;
    }
    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #193540;
    }
    .navbar-default.affix .nav > li > a,
    .navbar-default.affix .nav > li > a:focus {
        color: #222222;
    }
    .navbar-default.affix .nav > li > a:hover,
    .navbar-default.affix .nav > li > a:focus:hover {
        color: #193540;
    }
}

.number_seven {
    background-image: url('../img/exteriors/wp_external.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
}

.number_thirteen {
    background-image: url('../img/exteriors/wp_terrace_two.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
}













/********** HEADER STYLINGS *********/

header {
    position: relative;
    width: 100%;
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url('../img/exteriors/wp_night.jpg');
    text-align: center;
    color: white;
}

header h3 {
    color: #fff;
}

header .header-content {
    position: relative;
    text-align: center;
    padding: 100px 15px 100px;
    width: 100%;
}



header .header-content .header-content-inner h1 {

    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin-bottom: 50px;
}


.seven {
    position: relative;
    width: 100%;
    min-height: 100% !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url('../img/exteriors/wp_external.jpg') !important;
    text-align: center;
    color: #000 !important;
}

.seven .header-content {
    text-align: center;
    width: 100%;
}

.seven .header-content .header-content-inner h1 {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 30px;
    color: #000 !important;
}

.seven .header-content .header-content-inner hr {
    margin: 30px auto;
}

.seven .header-content .header-content-inner p {
    font-weight: 300;
    color: #000;
    font-size: 16px;
    margin-bottom: 50px;
}

.thirteen {
    position: relative;
    width: 100%;
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url('../img/exteriors/wp_external.jpg') !important;
    text-align: center;
    color: #000 !important;
}

.thirteen .header-content {
    position: relative;
    text-align: center;
    padding: 100px 15px 100px;
    width: 100%;
}

.thirteen .header-content .header-content-inner h1 {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 30px;
    color: #000 !important;
}

.thirteen .header-content .header-content-inner hr {
    margin: 30px auto;
}

.thirteen .header-content .header-content-inner p {
    font-weight: 300;
    color: #000;
    font-size: 16px;
    margin-bottom: 50px;
}

.panel-body li {
    text-align: left;
}





@media (min-width: 768px) {
    header {
        min-height: 100%;
    }
    header .header-content {
        position: absolute;
        /*        top: 50%;*/
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 50px;
    }
    header .header-content .header-content-inner {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0 !important;
    }
    header .header-content .header-content-inner h1 {
        font-size: 50px;
    }
    header .header-content .header-content-inner p {
        font-size: 18px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .seven {
        min-height: auto;
    }
    .seven .header-content {
        position: absolute;
        /*        top: 50%;*/
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 50px;
        height: 100% !important;
    }
    .seven .header-content .header-content-inner {
        max-width: 1000px;
        height: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .seven .header-content .header-content-inner h1 {
        font-size: 50px;
    }
    .seven .header-content .header-content-inner p {
        font-size: 18px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .thirteen {
        min-height: auto;
    }
    .thirteen .header-content {
        position: absolute;
        /*        top: 50%;*/
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 50px;
    }
    .thirteen .header-content .header-content-inner {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    .thirteen .header-content .header-content-inner h1 {
        font-size: 50px;
    }
    .thirteen .header-content .header-content-inner p {
        font-size: 18px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}




@media screen and (min-width: 1182px) {
    #thirteen_text h2,
    #seven_text h2,
    #thirteen_text hr,
    #seven_text hr {
        visibility: hidden !important;
        margin-top: -10%;
    }
}

@media screen and (max-width: 668px) {

    .hero .logo {
        width: 600px !important;
        margin-top: -180px !important;
        margin-left: -180px !important;
    }

    .hero h1 {
        font-size: 2em;
    }
    .hero hr {
        visibility: hidden;
    }
}

.section-heading {
    margin-top: 0;
    color: #000;
}



.service-box {
    max-width: 400px;
    margin: 50px auto 0;
}

@media (min-width: 992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    position: relative;
    display: block;
    margin: 0 auto;
}

.portfolio-box h1 {
    color: #000;
    font-size: 3em;
}

.portfolio-box .portfolio {
    width: 110px !important;
    color: #193540 !important;
    border-color: #193540;
    opacity: 1;
}

.portfolio-box .portfolio-box-caption {
    color: #193540;
    opacity: 0;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-family: 'Playfair Display', serif;
    padding: 0 15px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

.portfolio-box:focus {
    outline: none;
}

@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #193540;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    color: #222222;
    background-color: white;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    font-weight: 100;
    -webkit-box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-color: #193540 !important;
    color: #fff !important;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: white;
}

.btn-default .badge {
    color: white;
    background-color: #222222;
    -webkit-box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
}

.btn-primary {
    color: white;
    background-color: transparent;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-color: #193540 !important;
    color: #fff !important;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #193540 !important;
    color: #fff !important;
}

.btn-primary .badge {
    background-color: #193540 !important;
    color: #fff !important;
}

.btn {
    font-family: 'Montserrat', sans-serif;
    border-radius: 300px;
    text-transform: uppercase;
    font-weight: 100;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

::selection {
    color: #ebebeb;
    text-shadow: none;
    background: #222222;
}

img::selection {
    color: white;
    background: transparent;
}

img::-moz-selection {
    color: white;
    background: transparent;
}

body {
    webkit-tap-highlight-color: #222222;
}

.icon-lg {
    font-size: 3em;
}

footer {
    background-color: #193540;
    padding-top: 5% !important;
    padding-bottom: 5% !important;
    text-indent: none !important;
}

.footer-links {
    color: #fff !important;
    text-indent: none !important;
    margin-left: -5% !important;
}

footer ul {
    margin-left: 0 !important;
    text-indent: none !important;
}

footer h4 {
    color: #fff;
    float: left;
}

footer p {
    color: #fff;
    text-align: left;
    margin-top: -8% !important;
}

footer a {
    color: #fff;
    float: left !important;
    margin-left;
    0 !important;
}

footer li {
    color: #fff;
}

.right {
    float: right !important;
    margin-right: 0 !important;
}

.left {
    margin-left: 0 !important;
    float: left;
    list-style: none;
}













/******** CAROUSEL *********/

#homeHeading,
.carousel-inner a {
    z-index: 9999;
    color: #fff;
}

.carousel-indicators {
    margin-top: -400px !important!;
}

.logo {
    margin-top: -17%;
    padding-bottom: 10%;
    width: 50%;
    margin-left: -18% !important;
    margin-right: 0% !important;
}

.slider_img {
    height: 750px;
    width: 100%;
}

.item h3 {
    color: #193540 !important;
}

.item p {
    color: #000;
}

.slider_left {
    height: 100%;
    float: right !important;
    margin-right: 0px !important;
}







@media screen and (max-width: 768px) {
    header {
        height: 100%;
    }
    .header-content-inner {
        margin-top: 40%;
    }
    #about {
        height: auto;
    }

    .slider_img {
        width: 100%;
        height: auto !important;
        padding-bottom: 20px !important;
    }
    .carousel-inner h3 {
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
        color: #fff;
        text-align: left;
    }
    .carousel-inner p {
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;

        color: #000;
        text-align: left;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {}












/******** CONTACT ********/

#contact {
    margin-left: 15px;
    margin-right: 15px;
}














/***** CAROUSEL NEW ******/

.fade-carousel {
    position: relative;
    height: auto;
}

.fade-carousel .carousel-inner .item {
    height: auto;
}

.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: transparent;
    border-color: #fff;
    z-index: 9 !important;
}

.fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #fff;
}













/********  Hero Headers ******/

.hero {
    position: absolute;
    color: #fff;
    z-index: 3;
    color: #fff;
    text-align: center;
    top: 35%;
    width: 100% !important;
}

.hero h1 {
    font-size: 4em;
    margin: 0;
    padding: 0;
    width: 100% !important;
}

.hero h2 {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    color: #fff;
    width: 100% !important;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

hgroup {
    width: 100% !important;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}













/********* Custom Buttons ********/

.btn.btn-lg {
    padding: 10px 40px;
    -webkit-box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
}

.btn.btn-hero {
    color: #000;
    background-color: #fff;
    border: none;
    font-size: 14px;
    border-radius: 300px;
    font-weight: 700px;
    letter-spacing: 1px;
    -webkit-transition: 0.5s all ease-in-out .1s;
    -moz-transition: 0.5s all ease-in-out .1s;
    -ms-transition: 0.5s all ease-in-out .1s;
    -o-transition: 0.5s all ease-in-out .1s;
    transition: 0.5s all ease-in-out .1s;
    -webkit-box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
}


.btn.btn-hero:hover,
.btn.btn-hero:focus {
    background-color: #193540 !important;
    color: #fff !important;
    -webkit-transition: 0.5s all ease-in-out .1s;
    -moz-transition: 0.5s all ease-in-out .1s;
    -ms-transition: 0.5s all ease-in-out .1s;
    -o-transition: 0.5s all ease-in-out .1s;
    transition: 0.5s all ease-in-out .1s;
}














/********************************/


/*       Slides backgrounds     */


/********************************/

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
    background-image: url(../img/belfast/city_hall_night.jpg);
}

.fade-carousel .slides .slide-2 {
    background-image: url(../img/exteriors/wp_night.jpg);
}

.fade-carousel .slides .slide-3 {
    background-image: url(../img/belfast/tall_ships.jpg);
}

.fade-carousel .slides .slide-4 {
    background-image: url(../img/belfast/harland_wolf.jpg);
}

.fade-carousel .slides .slide-5 {
    background-image: url(../img/belfast/tall_ships.jpg);
}














/*********** Media Queries **********/

@media screen and (min-width: 980px) {
    .hero {
        width: 980px;
    }
}

@media screen and (max-width: 640px) {
    .hero h1 {
        font-size: 4em;
    }
    .go-away,
    .go-away2,
    .go-away3 {
        text-align: center !important;
        margin-left: 0%;
        margin-right: 0%;
    }
}













/******** POP UP CONTACT FORM *********/

a.selected {
    z-index: 99999;
    background-color: transparent;
    z-index: 100;
}

.messagepop {
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 10px;
    cursor: default;
    display: none;
    margin-top: -165px;
    position: absolute;
    text-align: left;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    z-index: 50;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.messagepop p {
    text-align: center;
    text-transform: uppercase;
}

.messagepop h2 {
    font-family: 'Montserrat', sans-serif !important;
    text-align: center !important;
    text-transform: uppercase;
    color: #193540 !important;
}

.messagepop input,
.messagepop textarea {
    color: #000;
    border-radius: 5px;
    border: none;
    background-color: #fff;
    margin: auto;
    width: 100%;
    opacity: 1 !important;
    padding: 6px 6px;
    -webkit-box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
}

label {
    z-index: 99999;
    display: block;
    margin-bottom: 3px;
    text-align: center;
}

.close {
    opacity: 1 !important;
    line-height: inherit !important;
    text-shadow: none !important;
}

.messagepop p,
.messagepop.div {
    z-index: 99999;
    border-bottom: none;
    margin: auto;
    margin-top: -17px !important;
}


.btn-pop {
    z-index: 999999;
    color: #000 !important;
    background-color: #fff;
    border: none;
    font-size: 14px !important;
    border-radius: 300px;
    font-weight: 700px;
    letter-spacing: 1px;
    -webkit-transition: 0.5s all ease-in-out .1s;
    -moz-transition: 0.5s all ease-in-out .1s;
    -ms-transition: 0.5s all ease-in-out .1s;
    -o-transition: 0.5s all ease-in-out .1s;
    transition: 0.5s all ease-in-out .1s;
    -webkit-box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
}

.btn-pop:hover,
.btn-pop:focus {
    background-color: #193540 !important;
    color: #fff !important;
    -webkit-transition: 0.5s all ease-in-out .1s;
    -moz-transition: 0.5s all ease-in-out .1s;
    -ms-transition: 0.5s all ease-in-out .1s;
    -o-transition: 0.5s all ease-in-out .1s;
    transition: 0.5s all ease-in-out .1s;
}

textarea {
    padding-top: 5px;
    padding-bottom: 5px;
    opacity: 1 !important;
    background-color: #fff;
}

textarea:focus,
input:focus {
    outline: none;
}

*:focus {
    outline: none;
}

input {
    opacity: 1 !important;
    background-color: #fff;
}

#message_submit,
#message_submit_five,
#message_submit_two,
#message_submit_three {
    margin-bottom: 10px !important;
}


@media screen and (max-width: 640px) {
    .messagepop {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}












/******* BT9/Interiors Carousel *******/

#myCarousel {
    background-color: #F0F0F0 !important;
}

#left {
    text-align: left !important;
}

@media screen and (min-width: 980px) {
    .carousel-indicators {
        margin-top: 10%;
    }

    #left p {
        margin-left: 0px !important;
        margin-right: 30px !important;
    }
    #left h3 {
        margin-top: 30px !important;
        margin-left: 0px !important;
        margin-right: 30px !important;
    }
}

@media screen and (max-width: 640px) {

    .carousel-indicators li {
        margin-top: -200px !important;
    }
    #left p {
        margin-left: 0px !important;
        margin-right: 30px !important;
    }
    #left h3 {
        margin-top: 30px !important;
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
}

@media screen and (min-width: 769px) {
    .carousel-indicators {
        margin-top: 10%;
    }

    #left p {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
    #left h3 {
        margin-top: 30px !important;
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
}

@media screen and (max-width: 769px) {
    .carousel-indicators {
        margin-top: -200px !important;
        color: #000 !important;
    }
    .text-faded {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
}













/******* FORM CONTROL ********/

.form-control {
    /*    box-shadow: none !important;*/
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
    Copy Text
}

input {
    /*    box-shadow: none !important;*/
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.14);
}

.formcontrol #name {}













/*******Show brand all times on mobile ******/

@media screen and (max-width: 769px) {
    .navbar-brand {
        visibility: visible !important;
        display: inline !important;
        margin-top: -10px;
    }
    .form-control #name {
        padding-top: 50% !important;
    }
    .logo {
        width: 150% !important;
    }
}

@media screen and (max-width: 640px) {
    .navbar-brand {
        visibility: visible !important;
        display: inline !important;
        margin-top: -10px;
    }
}

#placeholder {
    height: ;
}

.short {
    margin-right: 30px;
}

.antispam {
    display: none !important;
}













/**** Acordian ****/

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}













/****** CONTACT FORM ******/

#contact {
    background-color: #d3d3d3;
    padding-top: 5%;
    padding-bottom: 5%;
}












/***** MAP ****/

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

.gm-style .gm-style-iw {
    background-color: #193540 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 90px !important;
    min-width: 100px !important;
    padding-top: 10px;
    display: block !important;
    text-align: center !important;
}

.gm-style .gm-style-iw #google-popup p {
    padding: 10px;
    color: #fff !important;
}












/*arrow*/

.gm-style div div div div div div div div {
    background-color: #193540 !important;
    padding: 0;
    margin: 0;
    padding: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
}














/*link*/

.gm-style div div div div div div div div a {
    color: #000 !important;
    margin: auto !important;
}
