<link href='https://fonts.googleapis.com/css?family=Josefin+Sans:400,300,700' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700' rel='stylesheet' type='text/css'> 
<link rel="stylesheet" type="text/css" href="./css/bootstrap.css"> 
<link rel='stylesheet' href='./css/font-awesome.min.css'/> 
<link rel="shortcut icon" type="image/png" href="favicon.png" /> 

<!-------- INSTRUCTIONS TO GET STARTED - Created by Andrew Callander - Ask him questions if you need help!

In TA use:
Full Screen and Base 
Color #1: Primary Shade: #2F3440, Secondary Shade: #2F3440 (both shades in same color palette) 
Color #2: Primary Shade: #4D6480, Secondary Shade: #384f6a(both shades in same color palette) 
Link Color: #a0bae0, hover color: #7b9ac7 Gradients may be set for navbar-inverse,
navbar-default, background-primary, and background-secondary Textures may be set for Footer and background-texture Complimentary Grey/Black: #555 
Header Font: Josefin Sans 
Body Font: Open Sans

------------------------------------------------------------------>

<style>

/********************************/
/*          Custom Theme Code       */
/********************************/

.col-md-4.img-across > h1 {
    line-height: 3.1;
    text-align: center;
}

.img-thumbnail{
    background-color: #ff530d;
    border: 0px;
    padding: 1px;
}

.pull-right {
    display: none;
}

.navbar-inverse .navbar-nav > ul > li:hover:after{
   border: 2px solid #FF530D;
   bottom: 0;
   content: "";
   left: 0;
   position: absolute;
   width: 100%;
}

/********************************/
/*       Fade Carousel       */
/********************************/

.fade-carousel {
    position: relative;
    height: 100%;
}

.fade-carousel .carousel-inner .item {
    height: 60vh;
}

.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #ff530d;
    border-color: #ff530d;
    opacity: .8;
}

.fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}


/********************************/
/*          Hero Headers        */
/********************************/

.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 30;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.hero h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.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;
}

/********************************/
/*            Overlay           */
/********************************/

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.44);
}


/********************************/
/*          Custom Buttons      */
/********************************/

.btn.btn-lg {
    padding: 10px 40px;
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #FF530D;
    border-color: #FF530D;
    outline: none;
    margin: 20px auto;
}


/********************************/
/*       Slides backgrounds     */
/********************************/

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 150vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
    background-image: url(/xSites/Agents/sitepreview5018/Content/UploadedFiles/Scenery5-1200.jpg);
}

.fade-carousel .slides .slide-2 {
    background-image: url(/xSites/Agents/sitepreview5018/Content/UploadedFiles/California2-1200.jpg);
}

.fade-carousel .slides .slide-3 {
    background-image: url(/xSites/Agents/sitepreview5018/Content/UploadedFiles/Scenery4-1200.jpg);
    background-position: bottom;
}


/********************************/
/*          Media Queries       */
/********************************/

@media screen and (min-width: 980px) {
    .hero {
        width: 980px;
    }
}

@media screen and (max-width: 640px) {
    .hero h1 {
        font-size: 4em;
    }
}

@media only screen and (max-width: 768px) {
    .dropdown-menu {
        position: static;
    }
    .navbar-inverse {
        position: static;
        background-color: #2C3E4E;
    }
}

/********************************/
/*          Staff Table Starts       */
/********************************/

@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");
.panel-pricing {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.panel-pricing:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.panel-pricing .panel-heading {
    padding: 20px 10px;
}

.panel-pricing .panel-heading .fa {
    margin-top: 10px;
    font-size: 58px;
}

.panel-pricing .list-group-item {
    color: #777777;
    border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}

.panel-pricing .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.panel-pricing .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.panel-pricing .panel-body {
    background-color: #f0f0f0;
    font-size: 40px;
    color: #777777;
    padding: 20px;
    margin: 0px;
}

/********************************/
/*          Default Code       */
/********************************/

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    /*background: #fff url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/gplaypattern.png");*/
    padding-top: 0px !important;
}

.xs-primary-content {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1200px;
    margin: 0px auto;
    background: #fff;
}

.xs-site-container {
    padding: 0px;
    width: 100%;
    clear: both;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}


/* Spacing for search box */

.searchwell {
    margin-top: 8px;
    padding: 1em;
}


/* Lead capture form fixer */

.xs-lead-form-viewer {
    max-width: 800px;
    margin: 1em auto;
}


/* For listings */

.floatingsearch {
    padding: 2em;
}

.xs-include-idx-quick-search {
    padding: 2em;
    background: rgba(250, 250, 250, .8);
    border-radius: 3px;
    color: #222;
}

.xs-include-idx-quick-search-heading {
    font-weight: 400;
}

.inner {
    width: 80%;
    max-width: 1440px;
    min-width: 300px;
    margin: 0 auto;
}


/********************************/
/*          Carousel Style       */
/********************************/

.carousel {
    position: relative;
    max-width: 100%;
    margin: 0px auto;
}

/********************************/
/*          Text and Link Styles       */
/********************************/

.homepage-headline {
    color: inherit;
    font-size: 5rem;
    margin-top: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
    margin-top: 10px;
    margin-bottom: 15px;
}

p {
    font-size: 15px;
}

a {
    color: #2C3E4E;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #ff530d;
    text-decoration: none;
}

.shadow {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

/********************************/
/*          Image Styles      */
/********************************/

.img-responsive {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    margin-top: 5px;
}

.img-headshot {
    max-width: 250px;
    margin: 0px auto;
}

.img-circle {
    display: inline-block;
    margin: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 14%;
    border: 8px solid transparent;
}

.img-circle:hover {
    border: 8px solid #4D6480;
    transition: all .2s ease-in-out;
}

.wrapper {
    display: inline-block;
}

.img-circle img {
    width: 250px;
}

.img-circle-heading {
    position: absolute;
    top: 22%;
    left: 0;
    width: 100%;
    background: rgba(250, 250, 250, .6);
    color: #333;
    padding: 30px 0;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    /*text-shadow: 3px 4px 10px rgba(0,0,0,.5);*/
}

.img-square {
    display: inline-block;
    margin: 1em;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.img-square:hover {
    opacity: .7;
}

.img-square img {
    width: 250px;
}

.img-square-heading {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    color: #333;
    padding: 27px 0;
    font-family: 'Josefin Sans', sans-serif;
}


/********************************/
/*          Background Styles       */
/********************************/

.bg-center,
.bg-l-edge,
.bg-r-edge,
.bg-t-edge,
.bg-b-edge,
.bg-tl-edge,
.bg-bl-edge,
.bg-tr-edge,
.bg-br-edge,
.bg-repeat {
    -webkit-background-size: auto!important;
    -moz-background-size: auto!important;
    -o-background-size: auto!important;
    background-size: auto!important;
}

.background-white {
    background-color: #FFFFFF;
}

.background-primary {
    background-color: #283655;
    color: #fff;
    padding: 50px;
    /*background: linear-gradient(to bottom, rgba(109,184,105,1) 0%, rgba(80,140,78,1) 100%);*/
}

.background-secondary {
    background-color: #e0e0e0;
    color: #2C3E4E;
    padding: 50px;
    /*background: linear-gradient(to bottom, rgba(69,93,153,0.75) 0%, rgba(99,128,201,1) 100%);*/
        border-top: 1px solid #FF530D;
    border-bottom: 1px solid #FF530D;
}

.background-texture {
    color: #fff;
    background: #333 url('https://images.unsplash.com/photo-1428677361686-f9d23be145c9?crop=entropy&fit=crop&fm=jpg&h=1125&ixjsv=2.1.0&ixlib=rb-0.3.5&q=80&w=1925');
    background-position: top;
}


/********************************/
/*          Menu Styles       */
/********************************/

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #eee;
    background-color: transparent;
}


/* Use to hide company name while logo is show on desktop view */

a.navbar-brand.xs-company-name.xs-company-logo {
    margin: 0 10px;
    font-size: 0px;
}

a.navbar-brand.visible-xs.xs-company-name {
    display: none !important;
}

a.xs-company-name {
    line-height: 52px;
    font-size: 16px;
    margin: 0px 15px;
}
@media only screen and (min-width : 768px) {
    .navbar-inverse {
    background-color: transparent;
    border: 0px;
    position: absolute;
    z-index: 40;
}
	}


.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    height: 67px;
    line-height: 40px;
    padding-left: 20px;
    font-weight: bold;
}

.navbar-right a {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
}

.navlist-container i.fa {
    padding: 10px;
}

.navbar-inverse .dropdown-menu {
    background-color: rgba(40, 54, 85, 0.78);
}

.dropdown-menu>li>a {
    color: #fff;
    font-weight: bold;
}

.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > .active > a,
.navbar-inverse .dropdown-menu > .active > a:hover {
    background-color: #FF530D;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background-color: #FF530D;
    color: #fff;
}

.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > .active > a,
.navbar-inverse .dropdown-menu > .active > a:hover {
    background-color: #FF530D;
    color: #fff;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #FF530D;
    color: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #FF530D;
    color: #fff;
}


/********************************/
/*          Well Styles       */
/********************************/

.well {
    background-color: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 0;
}

.wellcustom {
    border: 0;
    background: none transparent scroll repeat 0% 0%;
    color: white;
    text-align: center;
    margin: 0px auto;
    min-height: 180px;
    width: 80%;
}


/********************************/
/*          Button Styles       */
/********************************/

.btn {
    margin: 0px;
    font-size: 15px;
    border-radius: 0;
    outline: none;
}

.btn:hover {
    transition: all .2s ease-in-out;
}

.btn-xl {
    font-size: 20px;
    padding: 15px 25px;
}

.btn-default {
    margin: 0px;
    font-size: 14px;
    border-radius: 0;
    outline: none;
    padding: 4px 6px;
}

.btn.pull-right {
    margin: 0 0 5px 5px;
}

.btn-d,
.btn-d:hover,
.btn-d:focus {
    color: #FFF;
    background: rgba(0, 0, 0, .3);
}

.btn-primary {
    background: #FF530D;
    border-color: #2C3E4E;
    color: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #2C3E4E;
    border-color: #2C3E4E;
}

.btn-info {
    background: #4D6480;
    border-color: #384f6a;
    color: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #384f6a;
    border-color: #384f6a;
}

.btn-wire {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-wire:hover,
.btn-wire:focus {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}

.btn-glossy {
    border: 1px solid rgba(0, 0, 0, .09);
    border-bottom-color: rgba(0, 0, 0, .2);
    text-shadow: 0 1px 0 rgba(0, 0, 1, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 1, .35), inset 0 1px 0 0 rgba(255, 255, 255, .4), inset 0 1px 0 2px rgba(255, 255, 255, .08);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .07) 0%, rgba(255, 255, 255, .07) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .07) 0%, rgba(255, 255, 255, .07) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .07) 0%, rgba(255, 255, 255, .07) 100%);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, .07) 0%, rgba(255, 255, 255, .07) 100%);
    color: #fff;
}

.btn-glossy:hover,
.btn-glossy:active,
.btn-glossy:focus {
    opacity: .8;
    color: #fff;
}


/********************************/
/*          Icon Styles       */
/********************************/

.icon {
    border: 1px solid #888;
    font-size: 30px;
    margin: 0 auto;
    min-width: 85px;
    padding: 25px;
}

.icon:hover {
    opacity: .5;
}

.icon-social {
    border: none;
    color: #fff;
    font-size: 25px;
    margin: 0 auto;
    padding: 0px;
}

.icon-social:hover {
    opacity: .5;
}

.icon-circle {
    border-radius: 50%;
}

.icon-rounded {
    border-radius: 10%;
}

.icon-square {
    border-radius: 0;
}

.caret {
    margin: 0 0 0 5px
}


/********************************/
/*          iFrame and Video Styles       */
/********************************/

iframe {
    border: 0;
}

video {
    max-width: 100%;
    height: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    text-align: center;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/********************************/
/*          Panel Styles       */
/********************************/

.panel-primary {
    border-color: #2C3E4E;
}

.panel-primary > .panel-heading {
    background-color: #283655;
    border-color: #2C3E4E;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #2C3E4E;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #2C3E4E;
}

.panel-info {
    border-color: #333;
}

.panel-info > .panel-heading {
    color: #fff;
    border-color: #333;
    background-color: #333;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #333;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #333;
}


/********************************/
/*          Dynamic Content Style       */
/********************************/

.xs-dynamic-content {
    max-width: 1200px;
    margin: 0px auto;
}


/********************************/
/*          Footer Styles       */
/********************************/

.xs-site-footer {
    min-height: 450px;
    padding-bottom: 60px;
    background: #283655;
    font-family: inherit;
    border-top: 1px solid #FF530D;
}

.xs-site-footer .well {
    background: rgba(0, 0, 0, 0.0);
    color: white;
    border: 0;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    min-height: 180px;
}

/* Styling for column groups in the footer */

.footer-block {
    width: 175px;
    margin: 1em;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.footer-panel {
    width: 200px;
    margin: 1em;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    font-family: 'Josefin Sans', sans-serif;
}

.footer-top-section {
    padding: 30px 0 20px;
}


/* Dotted lines styling for each column group in footer */

.xs-site-footer p {
    border-bottom: 1px dashed #FF530D;
    padding-bottom: 9px;
    margin-bottom: 7px;
}

#stickyfooter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #222;
    background-image: none;
    background-repeat: repeat-x;
    border-top: 1px solid #FF530D;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    z-index: 99999999;
    font-family: inherit;
}

.xs-site-footer a {
    color: #ff530d;
    text-decoration: none;
    font-weight: 400;
}

.xs-site-footer a:hover {
    color: #fff;
    text-decoration: underline;
    font-weight: 400;
}

.xs-site-footer hr {
    display: none;
}

.xs-site-footer-copyright {
    color: #fff;
    font-size: 10px;
}


/********************************/
/*          Media Queries Adjustment       */
/********************************/

@media (max-width: 767px) {
    .primary-content {
        overflow-x: hidden;
        position: relative;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .container {
        padding: 0px;
    }
    .xs-site-container {
        padding: 0px 20px;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        -webkit-background-size: auto 200%;
        -moz-background-size: auto 200%;
        -o-background-size: auto 200%;
        background-size: auto 200%;
        display: block;
    }
    .xs-site-container-lg {
        padding: 0;
    }
    .xs-primary-content {
        margin: 0px auto;
        margin-top: -50px;
    }
    .background-secondary {
        padding-bottom: 70px;
    }
    img.xs-company-logo {
        /*height: 55px;*/
        vertical-align: baseline;
        margin-top: 5px;
    }
    .navbar-brand {
        padding: 0px;
        height: 50px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        font-size: 14px;
        height: 50px;
        line-height: 25px;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
        background: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: transparent;
        color: #fff;
    }
    .homepage-headline {
        font-size: 3rem;
    }
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

a.navbar-brand.xs-company-name.xs-company-logo {
    margin: 10px 0px;
    font-size: 0px;
    max-width: 125px;
    padding: 0px;
}

img.xs-company-logo {
    max-height: 55px;
    margin: 2px 10px;
}


}
@media (min-width: 769px) {
    .navbar-brand {
        padding: 0px;
        height: 55px;
    }
    
    img.xs-company-logo {
        height: 55px;
        margin: 5px 10px;
    }
}
</style>