@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light);

body {
    font-family: "Oxygen", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    margin: 0 auto;
}

div.color-field.cms-color-7 {
	display: none;
}

/*-------------------------SITE CLASSES START----------------------*/

#main {
    /*background-image: url(http://staging.chambermaster.com/livecustomertemplates/aurora/horizon/SunsetCityscapeScene.jpg);*/
}

#parallax {
    /*background-image: url(http://staging.chambermaster.com/livecustomertemplates/aurora/horizon/Sunset-At-Lake-Landscape-Wallpaper.jpg);*/
}

.navbar-default {
    background-color: rgba(0, 0, 0, 0) !important;
    border: none;
    border-radius: 0;
    color: #fff;
}
.yamm > li > ul.dropdown-menu {
line-height: 1.5rem;
}

#page-title-inside {
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
    margin-top: 74px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px;
    text-align: center;
}

    #page-title-inside h1 {
        font-size: 42px;
        font-weight: 400;
        line-height: 1.3;
    }

#intro-strip {
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
    padding-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 35px;
    text-align: center;
}

    #intro-strip .intro {
        text-align: center;
    }

.slideUpDown {
    cursor: default !important;
    transform: translateY(0px);
    transition-delay: 0s !important;
    transition-duration: 0.9s !important;
    transition-property: all !important;
    transition-timing-function: ease !important;
}

    .slideUpDown.staff-mem:hover {
        transform: translateY(-30px);
    }

#signup p {
    font-size: 46px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.3;
    position: relative;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
}

#signup {
    padding: 40px 0;
    margin-bottom: 0;
}

.inside-main-padding {
    padding: 20px 0;
}

.intro h1 {
    font-size: 46px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 30px 0;
    position: relative;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}

.intro {
    text-align: center;
}

.carousel {
    background-color: #f8f8f8;
}

div.roundCTA {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    text-align: center;
    padding: 15px;
    margin: 0 auto;
    display: table;
}

.roundCTA p {
    text-align: center;
    font-size: 1.8em;
    display: table-cell;
    vertical-align: middle;
    transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
    transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
}

.roundCTA a:hover {
    text-decoration: none;
    font-style: italic;
}

.roundCTA p:hover {
    transform: rotate(-370deg);
	-webkit-transform: rotate(-370deg);
}

.opacityTransition img {
    opacity: 0.5;
    transition: all .5 linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.opacityTransition:hover img {
    opacity: 1;
}

.footerTextCenter {
    text-align: center;
}
.logo-badge-container {
  position:absolute;
  z-index: -1;
  margin-left:-15px;
  width:100%;
}
.logo-badge-container #badge-chevron {
  width:100%;
  max-width:100%;
}
.logo-badge-container #badge-chevron polygon {
  fill:#FFFFFF;
  stroke-width:10px;
  stroke-linejoin:round;
  box-shadow: 0 4px 16px 3px rgba(85,85,85,.75);



.logoPosition {
    top: -40px;
    left: 0;
}
.logoPosition img {
  margin-top:4%;
  padding-left: 10px;
  padding-right: 10px;
}
.logo-size {
  width:187px;
}

.slideUpDown {
    transform: translateY(0);
    -webkit-transition: all 0.9s ease !important;
    -moz-transition: all 0.9s ease !important;
    -o-transition: all 0.9s ease !important;
    transition: all 0.9s ease !important;
    cursor: default !important;
}

    .slideUpDown.staff-mem:hover {
        transform: translateY(-30px);
    }

.c2a-buttonHeader {
    text-align: center;
}

    .c2a-buttonHeader a {
        cursor: pointer;
        display: inline-block;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 40px;
        min-width: 220px;
        padding: 10px 20px;
        text-align: center;
        transition-delay: 0s;
        transition-duration: 0.5s;
        transition-property: background-color;
        transition-timing-function: ease;
    }

#parallax h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 130px;
    text-align: center;
    text-shadow: 0 1px 1px #000000;
}
#parallax p {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 130px;
    text-align: center;
    text-shadow: 0 1px 1px #000000;
}

.main-container {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}
/*-------------------------SITE CLASSES END------------------------*/


/*-------------------------HEADER START----------------------------*/

.header {
    padding-top: 20px;
    text-align: center;
}

    .header p {
        font-weight: bold;
    }
/*-------------------------HEADER END------------------------------*/

.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}
.dropdown-menu {
    background-color:rgba(0,0,0,.75);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color:rgba(0,0,0,0)
}
.post-pic .cms-image-widget {
    margin-bottom:0;
}
.cms-widget[pageareaid="21"] .cms-image-widget,
.cms-widget[pageareaid="24"] .cms-image-widget,
.cms-widget[pageareaid="27"] .cms-image-widget {
  overflow: hidden;
  border: 3px solid #000;
  max-width: 370px;
}

#insideMain {
    padding:0 15px;
}

.page-area.editable.global.visible[pageareaid="Head 0"] {
    margin-top:30px
}

/* editor */
.cms-template-editor .panel.horizon-round-animation .ct-preview {
    width: 200px;
    height: 200px;
}
.cms-template-editor .panel.horizon-round-animation {
  width: auto;
  height: auto;
}
.cms-template-editor .panel.horizon-round-animation .panel-heading {
    display:none;
}
.panel.horizon-round-animation .ct-edit .panel-body:hover,
.panel.horizon-round-animation .ct-edit .panel-body {
    text-align: left;
    width: 537px;
    transform: none;
    -webkit-transform: none;
    transition: none;
	-webkit-transition: none;
}
.cms-template-editor .panel.horizon-round-animation .select-type {
    color: #000000;
}
/* custom round animated */
.panel.horizon-round-animation {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  text-align: center;
  padding: 15px;
  margin: 0 auto;
  display: table;
}
.panel.horizon-round-animation .panel-body {
    display: table-cell;
    vertical-align: middle;
    transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
    transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
}

.panel.horizon-round-animation a:hover {
    text-decoration: none;
    font-style: italic;
}

.panel.horizon-round-animation .panel-body:hover {
    transform: rotate(-370deg);
	-webkit-transform: rotate(-370deg);
}

@media (min-width: 992px) {
    .header {
        text-align: right;
    }

    .c2a-buttonHeader {
        text-align: left;
    }

    .intro {
        text-align: left;
    }
}



/*mobile menu styling--------*/
@media (max-width: 767px) {
    .header {
        height: auto;
        min-height: 75px;
        position: relative;
    }

        .header > .container {
            height: 0;
        }

    #main .cont-wrapper {
        top: 0;
        padding-bottom: 25px;
    }

    #page-title-inside {
        margin-top: -1px;
    }
	    .navbar-default {
    background-color:#292929 !important;
}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        text-align: center;
        font-size: 14px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
    }

}
@media (max-width:1199px) {
    .cmsbackground2 {
    /*background-attachment: scroll !important;
    background-repeat: no-repeat !important;*/
	}
    #main, .cmsbackground {
    /*background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-origin: padding-box !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position:center center !important;
    max-height: 747px !important;*/
}


}
@media (min-width:1200px) {
      #main, .cmsbackground {
    /*background-attachment: fixed !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-origin: padding-box !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position:center center !important;
    min-height: 747px !important;*/
}
}
@media (min-width:768px) {
    .navbar-default {
        margin-top:18px !important;
    }
}

cms #cm-cms-theme-tab .has-2nd-bg {
    visibility: visible;
    height: auto;
    width: auto;
}
cms #cms-bg-1 .bg-image-options:after {
    content:'recommended minimum photo size for full width display is 1630px wide x 600px high';
}
cms #cms-bg-2 .bg-image-options:after {
    content: 'recommended minimum photo size for full width display is 1630px wide x 600px high';
}
