/* Global Styles */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts  /raleway-bold-webfont.eot');
    src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold-webfont.woff') format('woff'),
         url('../fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayextrabold';
    src: url('../fonts/raleway-extrabold-webfont.eot');
    src: url('../fonts/raleway-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-extrabold-webfont.woff') format('woff'),
         url('../fonts/raleway-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-extrabold-webfont.svg#ralewayextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayextralight';
    src: url('../fonts/raleway-extralight-webfont.eot');
    src: url('../fonts/raleway-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-extralight-webfont.woff') format('woff'),
         url('../fonts/raleway-extralight-webfont.ttf') format('truetype'),
         url('../fonts/raleway-extralight-webfont.svg#ralewayextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayheavy';
    src: url('../fonts/raleway-heavy-webfont.eot');
    src: url('../fonts/raleway-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-heavy-webfont.woff') format('woff'),
         url('../fonts/raleway-heavy-webfont.ttf') format('truetype'),
         url('../fonts/raleway-heavy-webfont.svg#ralewayheavy') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaylight';
    src: url('../fonts/raleway-light-webfont.eot');
    src: url('../fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-light-webfont.woff') format('woff'),
         url('../fonts/raleway-light-webfont.ttf') format('truetype'),
         url('../fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaymedium';
    src: url('../fonts/raleway-medium-webfont.eot');
    src: url('../fonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-medium-webfont.woff') format('woff'),
         url('../fonts/raleway-medium-webfont.ttf') format('truetype'),
         url('../fonts/raleway-medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular-webfont.woff') format('woff'),
         url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaysemibold';
    src: url('../fonts/raleway-semibold-webfont.eot');
    src: url('../fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold-webfont.woff') format('woff'),
         url('../fonts/raleway-semibold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaythin';
    src: url('../fonts/raleway-thin-webfont.eot');
    src: url('../fonts/raleway-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-thin-webfont.woff') format('woff'),
         url('../fonts/raleway-thin-webfont.ttf') format('truetype'),
         url('../fonts/raleway-thin-webfont.svg#ralewaythin') format('svg');
    font-weight: normal;
    font-style: normal;

}
.btn{
    white-space: normal;
}

html,
body {
    height: 100%;
    font-family: 'ralewayregular','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 1em;
}

body {
    /*padding-top: 50px;  Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

h1.home-title{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 2.4em;
}
.mt-but{
    margin-top: 15px;
}

.phonewrapper{
    /*position: absolute;
    top: 20px;
    left: 220px;*/
    padding-top: 60px;
    margin-left: 20px;
    display: none;
    visibility: hidden;
    color: #ffffff;
    font-size: 1.6em;
}
a, a:visited{
    color: #000000;
}

.phonewrapper a{
    color: #ffffff;
    text-decoration: none;
}
li.phonenumber a {
    margin-top: -5px;
    font-size: 2em;
}
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}
nav.navbar {
	/*background-color: rgba(0,0,0,0.5);
    padding-bottom: 10px;*/
}
.text-home-center{
	text-align: center;
}
.container-fluid.cta{
	background-color: #eee;
	padding-top: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.container-fluid.content{
    margin-top: 10px;
	background-color: #ccc;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 200px;
    font-family: 'ralewayregular','Helvetica Neue',Helvetica,Arial,sans-serif;
    line-height: 1.8em;
}
.content-space{
	padding: 0px;
	margin-bottom: 0px;
	color: inherit;
	background: no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pllx{
    height: 60px;
}
.wrapper{
    position: relative;
}
.cta-title{
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: 15%;
    z-index: 20;
}
.cta-title span{
    color: #fff;
    padding: 5px 20px;
    background: rgba(0,0,0,0.7);
    text-transform: uppercase;
}

.toppos{
	position: absolute;
	top: 0;
	z-index: 999;
	width: 100%;
	padding: 0 40px;
}

/* Home Page Carousel */

header.carousel {
    height: 45%;
}

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;
}
.carousel-caption h2{
    font-family: 'Open Sans Condensed', sans-serif; 
    font-weight: 300 !important;
    font-size: 34px !important;
}


#map {
    width: 100%;
    height: 150px;
    border: 2px solid #ffffff;
}
#map.contact {
    width: 100%;
    height: 300px;
    border: 2px solid #ffffff;
}
/* Footer Styles */

footer {
    margin: 20px 0;
    text-align: center;
}
footer div {
    text-align: left;
}
footer div.footercol {
    padding-bottom: 15px;
}
footer div#map {
    height: 150px !important;
}

.footercol a{
	color: #000;
}

ul.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #000000;
}
ul.footer-list a {
    color: #000000;
}

.red{
	color: red;
}
.btn {
	white-space: normal;
}
.btn-info, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    background-color: #1fad68;
    border: none;
}

#myNavbar, #myNavbar a, #myNavbar a:visited, #myNavbar a:active{
	color: #fff;
}
.nav > li > a:focus, .nav > li > a:hover{
    background-color: #000000;
}
.phnumber{ 
    display: none;
    visibility: hidden;
}
form.userform div.field {
    padding-bottom: 10px;
}
form.userform input.btn-primary {
    background-color: #5bc0de;
    border-color: #5bc0de;
    text-transform: uppercase;
}
.mb20{
    margin-bottom: 20px;
}
#myNavbar .nav > li > a:focus, .nav > li > a:hover {
    background-color: #000 !important;
}
/* Responsive Styles */
@media(min-width:767px) {
    .navbar {
        background-color: rgba(0,0,0,0.0);
        border: 0px !important;
        border-radius: 0px !important;
        margin-bottom: 0px;
        position: absolute;
        z-index: 99;
    }
    #myNavbar {
        position: relative;
        min-height: 80px;
    }

    #myNavbar .nav {
        position: absolute; 
        bottom: 0; 
        right: 0;
        margin-bottom: -10px;
    }
}
@media(max-width:991px) {
    .nav > li > a,
    .nav > li.phonenumber > a {
        padding: 15px 10px;
        /*font-size: 16px;*/
    }
    li.phonenumber a {
        margin-top: 0px;
    }
}

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

    header.carousel .carousel {
        height: 70%;
    }
    .navbar-brand {
      padding: 0px; /* firefox bug fix */
    }
    .navbar-brand>img {
      height: 70px;
      padding: 15px; /* firefox bug fix */
      width: auto;
    }
    .toppos{
        padding: 0;
    }
    .phnumber{
        color: #fcfcfc;
        position: absolute;
        right: 20px;
        top: 30px;
        display: block;
        visibility: visible;
        z-index: 999;
    }
    .phnumber a{
        font-size: 2em;
        color: #fcfcfc;
        text-decoration: none;
        text-shadow: 2px 2px 4px #000000;
    }
    .phonewrapper{
        display: block;
        visibility: visible;        
    }
    li.phonenumber a {
        display: none;
    }
    .navbar-header{
        padding-bottom: 12px;
    }
    .carousel-caption h2{
        font-size: 26px !important;
    }
    nav.navbar { padding-bottom: 0;}
}
@media(max-width:480px) {
    .phnumber a{
        font-size: 1.6em;
        color: #fcfcfc;
        text-decoration: none;
        text-shadow: 2px 2px 4px #000000;
    }
}