@import url(https://fonts.googleapis.com/css?family=Shadows+Into+Light);
/* Table of Contents
==================================================

	#GENERAL
	#HEADER
	#MAIN
	#CAROUSEL SECTION
	#PARALLAX SECTION
	#TEAM SECTION
	#SIGNUP SECTION
	#CONTACT SECTION
	#BLOG SECTION
	#FOOTER
	#MEDIA QUERIES

==================================================
*/
/* ==================== GENERAL ================== */
body {
	font-family: "Oxygen", Arial, "Helvetica Neue", Helvetica, sans-serif;
	/*height: 100%;*/
	color: #3d505f;
	letter-spacing:.5px;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: "Oxygen", Arial, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: .5px;
	margin-bottom: 16px;
	color: #3d505f;
	font-weight: 400;
	margin-bottom: 26px;
}
h1 {
	font-size: 42px;
	line-height: 1.3;
}
h2 {
	font-size: 38px;
	line-height: 1.3;
}
h3 {
	font-size: 28px;
	line-height: 1.3;
}
p {
	font-family: 'Oxygen', sans-serif;
	line-height: 1.3;
	margin-bottom: 32px;
    text-align:left;
}
a {
	text-decoration: none;
}
#our-team h3, #our-team p {
    text-align:center;
}
li[contenttypeid="6"] .cms-design-panel ul {
  overflow:auto; /* Allows for better floating with uls/images */
}
.form-control {
	border-radius: 0;
	border: 1px solid #ccc;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	padding: 20px;
	box-sizing: border-box;
}
.form-control:focus {
	background-color: #eee;
	box-shadow: none;
}
.btn-db {
	background-color: #3d505f;
	color: #fff;
	border-radius: 0;
	padding: 10px;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	width: 100%;
}
.btn-db:hover {
	color: #fff;
	background-color: #658dab;
}
.sn-links a {
	color: #3d505f;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
.sn-links a .fa {
	font-size: 32px;
	margin: 5px;
}
/* ====================== HEADER ========================= */
header {
	min-height: 70px;
	padding: 15px 0 0 0;
	position: fixed;
	z-index: 200;
	width: 100%;
}
/*  header h1#logo {
    margin: 0;
    padding: 1px 0;
    text-indent: -9999px;
    background: url(../images/team1.jpg) no-repeat 0 0;

	}
*/
.mainLogo {
	position: fixed;
	top: 25px;
	left: 25px;
	z-index: 500;
}
header {
	height: 75px;
}
/*nav ul.nav {
	text-align: right;
	padding-top: 10px;
	font-size: 16px;
}
nav ul.nav li {
	display: inline;
	margin: 0 20px;
}
nav ul.nav li:last-child {
	margin-right: 0;
}
nav ul.nav li.active a {
	color: #f1784d;
	text-decoration: none;
}
nav a {
	color: white;
	font-weight: 700;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
nav a:hover, nav a.active {
	color: #f1784d;
	text-decoration: none;
}
.nav {
	margin-top: 120px;
}*/
*,
*:before,
*:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.logoBadge {
	position: relative;
	height: 238px;
	width: 0px;
	top: 3px;
	-webkit-transform: rotate(0deg) skew(0deg);
	transform: rotate(0deg) skew(0deg);
	border-left: 200px solid #428BCA;
	border-right: 200px solid #428BCA;
	border-bottom: 40px solid transparent;
}
/* ====================== MAIN ========================= */
#main {
	/*background: url(http://staging.chambermaster.com/livecustomertemplates/aurora/horizon/SunsetCityscapeScene.jpg) center center no-repeat scroll;*/
	min-height: 600px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
#main .cont-wrapper {
	position: relative;
	width: 100%;
	top: 230px;
}
.intro p {
	font-size: 46px;
	line-height: 1.3;
	letter-spacing: .5px;
	font-weight: 400;
	padding: 30px 0 30px 0px;
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
#main p.btn-wrp {
	text-align: center;
}
.c2a-buttonHeader a {
	display: inline-block;
	color: #fff;
	min-width: 220px;
	font-size: 24px;
	text-align: center;
	padding: 10px 20px;
	margin-bottom: 15px;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}
.c2a-buttonHeader a:hover {
	text-decoration: none;
	color: #fff;
	background: #b2a882 !important;
}
.c2a-button a {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	padding: 10px 40px;
	margin-bottom: 15px;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}
.c2a-button a:hover {
	text-decoration: none;
	color: #fff;
	background: #3d505f;
}
#intro-strip {
	padding: 20px 0;
	text-align: center;
	-moz-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
}
#page-title {
	/*background-color: #f1784d;
	padding: 20px 0;
	margin-top: 74px;
	text-align: center;
	-moz-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);*/
}
#page-title-inside {
	padding: 60px 0 20px 0;
	margin-top: 74px;
	text-align: center;
	-moz-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
}
#page-title h1 {
	font-size: 42px;
	line-height: 1.3;
	font-weight: 400;
	color: #fff;
}
#page-title-inside h1 {
	font-size: 42px;
	line-height: 1.3;
	font-weight: 400;
	color: #fff;
}
#home {
	padding-top: 60px;
	padding-bottom: 60px;
	height: 100%;
	margin-bottom: 0;
}
#home .ipad {
	position: relative;
	right: -10px;
	overflow: hidden;
}
#home .ipad img {
	position: relative;
	opacity: 0;
	right: -500px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#home .ipad.anim img {
	opacity: 1;
	-webkit-transform: translateX(-480px);
	-moz-transform: translateX(-480px);
	-o-transform: translateX(-480px);
	transform: translateX(-480px);
}
.text {
	position: relative;
	opacity: 0;
	left: -50px;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}
.text.anim {
	opacity: 1;
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px);
}
/* ================================ CAROUSEL SECTION =================================== */
.carousel {
	background: #f8f8f8;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 80px;
}
.carousel .carousel-indicators {
	display: block;
	bottom: -50px;
}
.carousel .carousel-inner > .item > img {
	margin: 0 auto;
}
.carousel .container p,
.carousel .container h1,
.carousel .container h2 {
	max-width: 800px;
	margin: 20px auto;
}
.carousel-control {
	color: #000 !important;
}
.carousel-indicators li {
	border: 1px solid #aaa;
}
.carousel-indicators .active {
	background-color: #aaa;
	border: 1px solid #fff;
}
/* ======= PARALLAX SECTION =========== */
#parallax {
	/*background: url(http://staging.chambermaster.com/livecustomertemplates/aurora/horizon/Sunset-At-Lake-Landscape-Wallpaper.jpg) 0 0 no-repeat scroll;*/
	min-height: 350px;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center;*/
}
#parallax h2 {
	color: #fff;
	margin-top: 130px;
	text-align: center;
	font-size: 38px;
	line-height: 1.3;
	font-weight: 700;
	text-shadow: 0px 1px 1px black;
}
/* ================= TEAM SECTION ==================== */
#our-team {
	padding: 40px 0 60px 0;
	text-align: center;
/* end staff-me */ }
#our-team .staff-mem {
	cursor: pointer;
	position: relative;
	top: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#our-team .staff-mem p {
	margin-bottom: 10px;
}
#our-team .staff-mem:hover {
	top: -10px;
}
#our-team .staff-mem img {
	margin: 0 auto;
	border: 1px solid #cccccc;
}
#our-team p {
	margin-bottom: 60px;
}
.img-circle img {
	border-radius: 50%;
}
/* ================= SIGN UP SECTION ======================== */
#signup {
	color: #fff;
	padding: 0px 0 0px 0;
	text-align: center;
}
#signup h3 {
	color: #fff;
}
/* ================= CONTACT SECTION ======================== */
#contact {
	background: #ffffff;
	padding: 40px 0 0 0;
	text-align: center;
}
#contact p {
	margin: 10px 0;
}
#contact .btn {
	width: 100%;
}
/* ================= BLOG SECTION ======================== */
#blog {
	padding: 40px 0;
	text-align: center;
/* end post */ }
#blog .post {
	cursor: pointer;
/* end post pic */ }
#blog .post p {
	margin: 20px 0;
}
#blog .post .post-pic {
	text-align: center;
	margin: 10px auto;
	box-sizing: border-box;
	overflow: hidden;
	border: 3px solid #000;
	max-width: 370px;
	/*max- : 240px;*/
/* end img */ }
#blog .post .post-pic img {
	-webkit-transition: all 2.5s ease;
	-moz-transition: all 2.5s ease;
	-o-transition: all 2.5s ease;
	transition: all 2.5s ease;
}
#blog .post .post-pic img.anim {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
/* ============================= FOOTER =============================== */
footer {
	background-color: #222327;
	padding: 10px 0;
}
footer p {
	margin: 10px 0 0 0;
	color: #fff;
}
footer .sn-links {
	margin: 0;
	text-align: right;
}
footer .sn-links a {
	color: #fff;
}

/* ==================================== MEDIA QUERIES ==================================== */
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 480px) {
header {
	min-height: 50px;
}
header h1#logo {
	position: relative;
	top: -6px;
}
header a.mini-nav {
	position: relative;
	top: -8px;
/* 	line-height: 0; */ }
#main {
	min-height: 500px !important;
}
#main .cont-wrapper {
	top: 100px;
}
#main p.intro {
	text-align: center;
	font-size: 32px;
	line-height: 1.3;
}
.btn-db {
	margin-top: 10px;
}
footer p,
footer .sn-links {
	text-align: center;
}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
#home .text {
	top: 0;
}
}
.grow img {
	opacity: 0.7;
	transform: scale(1);
	transition-delay: 0s;
	transition-duration: 1.2s;
	transition-property: all;
	transition-timing-function: ease;
}
.grow img:hover {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 1;
	-webkit-animation-name: shake;
	animation-name: shake;
}
.pic {
	float: left;
	height: auto;
	margin-bottom: 15px;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}
.scrollMargin {
	margin-top: 110px !important;
}
 @media screen and (max-width:480px) {
.c2a-buttonHeader {
	display: none;
}
}
@media (max-width: 991px) {
h1 {
	font-size: 34px;
	line-height: 1.3;
}
h2 {
	font-size: 28px;
	line-height: 1.3;
}
h3 {
	font-size: 22px;
	line-height: 1.3;
}
#main .cont-wrapper {
	top: 110px;
}
#main p.intro {
	text-align: center;
}
#home {
	padding-top: 30px;
	padding-bottom:30px;
}
#home .ipad {
	top: 140px;
}
}
 @media (min-width:1200px) {
#parallax {
	/*background-attachment: fixed;*/
}
#main {
	background-attachment: fixed;
	min-height: 747px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
}

body {
    font-family: "Oxygen", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 auto;
}
p {
	line-height: 1.4;
	margin-bottom: 12px;
}
/*-------------------------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: transparent !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;
        margin:0;
    }

#intro-strip {
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    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: .5px;
    line-height: 1.4;
    position: relative;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
}

#signup {
    padding: 20px 0 !important;
    margin-bottom: 0;
}

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

.intro h1 {
    font-size: 46px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 30px 0;
    position: relative;
    text-shadow: 1px 2px 2px rgba(51, 51, 51, 1.0);
    background-color: rgba(51, 51, 51, 0.6) !important;
}

.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: 209px;
        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;
}
.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;
  margin:auto;
}

#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:768px){
  #cm-cms-menu .navbar-nav>li>.dropdown-menu {
	  margin-top:4px;
  }
}

@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:transparent !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;*/
}
}
cms #cm-cms-theme-tab .has-2nd-bg {
    visibility: visible;
    height: auto;
    width: auto;
}
.intro p {
  text-align:center;
}

#signup p {
  text-align:center;
}