@font-face {
    font-family: 'surveyor_displaylight_italic';
    src: url('fonts/surveyordisplay-lightitalic-pro-webfont.eot');
    src: url('fonts/surveyordisplay-lightitalic-pro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/surveyordisplay-lightitalic-pro-webfont.woff2') format('woff2'),
         url('fonts/surveyordisplay-lightitalic-pro-webfont.woff') format('woff'),
         url('fonts/surveyordisplay-lightitalic-pro-webfont.ttf') format('truetype'),
         url('fonts/surveyordisplay-lightitalic-pro-webfont.svg#surveyor_displaylight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ============================================== GLOBAL
*/



*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html * {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  font-family: "futura-pt",sans-serif;
  font-style: normal;
}


html{
  background-color: #fff;
}



body {
  font-size: 16px;
  color: #000 ;
}


a, a img {
   outline: 0;
   border:none;
   border: 0;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input::-moz-focus-inner { 
  border: 0; 
}

a {
 color: #000;
 /*-webkit-transition: color 1s ease-in;/* /*safari and chrome */
 /*-moz-transition: color 1s ease-in;/* /* firefox */
 /*-o-transition: color 1s ease-in;/* /* opera */
 /*transition: color 1s ease-in;/* /* opera */
}

a:hover, a:focus {
  color: #000;
}

/* Remove input outline for WebKit browsers */

input[type="text"]:focus {
  outline: none;
}


#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 100000;
}

.number{
  display: inline-block;
}


.number:hover{
    cursor: context-menu;
}

.row .row {
    margin-left: auto;
    margin-right: auto;
}

.shadow{
    text-shadow: 0px 2px 2px rgba(153, 153, 153, 0.7);
}

/* ============================================== FORM VALIDATION
*/

.parsley-errors-list{
  list-style-type: none;
  margin-left: 0;
  margin-top: -5px;
  color: #f04124;
}

.verification{
  visibility: hidden !important;
}



/* ============================================== GENERAL
*/
/*.row.fullwidth, img.full {
    width: 100% !important;
    max-width: 100% !important;
}*/


.test{ border:1px solid #000;}
.row {
   /*max-width: 85rem;*/
   /*max-width: 175rem !important;*/
   max-width: 105rem;
   /*margin-bottom: 3%;*/
   margin-bottom: 2% !important;
   /*margin-bottom: 2.4% !important;*/
   /*margin-bottom: 47px;*/
}

.column, .columns {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* ============================================== NAV
*/

/*.header {
	background-color: #d8d1ca;
}*/

.register {
	letter-spacing: 2px;
    width: 190px;
    padding: 6px;
    /*border: 3px solid #9b7e46;*/
    margin: 0 auto;
    font-weight: bold;
	background-color: #9b7e46;
	color: #fff;
}

#register h3 a{ color:#9e8959; }

.register:hover {
	color: #fff;
    background: #9e8959;
    border: 3px solid #9e8959;
	transition: 0.2s ease-out;
}

#header {
    position: fixed;
	/*background-color: rgba(0, 0, 0, 0.9);*/ /*for semi transparent background*/
	/*background-color: rgba(255, 255, 255, 0.9);*/
	background-color: #fff;
    height: 120px; 
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    /*z-index: 10;*/
	z-index: 3;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


ul#menu {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 15px 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}



ul#menu li {
    display: inline-block;
    border-bottom: none;
    /*font-size: 1.4em;*/
    /*padding: 10px 2%;*/
	/*padding: 5px 3%;*/
	padding: 5px 1%;
	color: #9b7e46;
    text-transform: uppercase;
	font-size: 14px;
	font-weight:600;
}

ul#menu ul {
    /* min-width: 220px; */
    visibility: hidden;
    position: absolute;
    top: 100%;
   /* left: -40px;
    left: -8%;*/
    /*left: -10px;*/
	left: -25px;
}

ul#menu ul li {
    /*background-color: rgba(0, 0, 0, 0.8);*/ /*for semi transparent background*/
	background-color: rgba(255, 255, 255, 0.9);
    float: none;
    width: 100%;
    text-align: center;
    padding: 0 10px !important;
	/*padding:0 !important;*/
	line-height: 1;
}

ul#menu li a {
    text-decoration: none;
    color: #9b7e46;
    text-transform: uppercase;
    display: block;
    -webkit-transition: all 0.4s color;
    -moz-transition: all 0.4s color;
    -ms-transition: all 0.4s color;
    -o-transition: all 0.4s color;
    transition: all 0.4s color;
    font-size: 14px;
    padding: 10px 0;
	font-weight:600;
}



ul#menu li.hover, ul#menu li:hover {
    color: #fff;
    position: relative;
}

ul#menu li a:hover, ul#menu li.active a, ul#menu li.hover > a {
     color: #000; 
}

/*a:ul#menu li a {
	color: #fff !important; 
}*/

/*#header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#header ul li {
    display: inline-block;
    padding: 0 3%;
    font-family: Agenda;
    font-style: normal;
    text-transform: uppercase;
    color: #152128;
	font-size:14px;
}

#header ul li a {
    color: #152128;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 8px;
}*/

/*.internal #header ul li {
    padding: 0 2%;
}*/
/*#header ul li {
    padding: 0 2%;
}*/

#logo { 
	/*text-align:center; 
	margin-top:20px;*/
	/*max-width: 250px;
    margin: 0 auto;*/
	/*position: absolute;
    left: 50%;
    margin: -48px 0 0 -108px;
    margin-top: -75px;*/
	display: inline-block;
	padding-left: 3%;
    padding-right: 3%;
}

#logo img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

ul.sub-menu li a{
  border-top: 0 !important; 
  border-bottom: 0 !important; 
}

ul#menu li.hover, ul#menu li:hover {
    /* background: #F3D673; */
    color: black;
    position: relative;
}

/* IE 6 & 7 Needs Inline Block */
ul#menu ul.sub-menu li a  {
  border-right: none;
  width: 100%;
  display: inline-block;
  font-size: 12px;
  color:  #9b7e46 !important;
}


ul.dropdown ul li a:hover, ul#menu li ul li a:hover, ul#menu ul li.active a, ul.sub-menu li.hover > a, ul#menu li#logo.hover > a {
   border-top: none !important;
   border-bottom: none !important; 
}

/* ============================================== SLICK NAV
*/
/*.slicknav_menu {
    display: none;
    background-color: #000;
}*/


/* ============================================== HOME PAGE
*/

.banner {
	background: #000000;
	/*background: #a40008;*/
	background: #9b7e46;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0;
	/*margin-top: -5px;*/
	position: fixed;
  z-index: 1;
	width: 100%;
}
.banner h1 {
    color: #fff;
    margin-bottom: 0;
	  font-size: 30px;
    letter-spacing: 2px;
    font-weight: 500;
}

/*.bannerMobile {
	background: #000000;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0;
	margin-top: -5px;
}
.bannerMobile h1 {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;
    margin-top: 55px;
}*/


#hero {
	position:relative;
}

#heroText {
	text-transform:uppercase;
	color: #fff;
	text-align:center;
	
	/*centered heading*/
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	
	/*padding-top: 2%;*/ /*to ensure that it is centered to the image*/
	padding-top: 4%;
	
	/*heading prepended to towards the bottom of the image*/
	/*bottom: 19%;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;*/
}

#heroText h1 {
	font-size:66px;
	letter-spacing:12px;
	font-weight:bold;
	line-height: 66px;
	/*margin-bottom: 6% !important; */
}


#heroText h1.offerHeading, #heroText.newsHeroText h1.offerHeading{
  font-size:90px;
}

/*.home #heroText h1.offerHeading{
  font-size: 60px;
}*/

#heroText .offersPara{
    font-weight:  bold; 
    font-size:  36px;
}



#heroText img {
	/*margin-top:-3%;
	margin-left: -3%;
	margin: 0 auto;*/
}

.heroLogo {
	text-align:center;
	margin-bottom: 2%;
}

#herocgi img {
    width: 100% !important;
    /*margin-top: 120px;   */
	padding-top: 120px;
	/*padding-top: 20px;*/
	padding-left:3%;
	padding-right:3%;
	/*padding-bottom:50px;*/
}

/*.fullImg {
	position:relative;
}*/

.fullImg img {
    width: 100% !important;
	padding-left:3%;
	padding-right:3%;
}

/*#cta p {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    width: 200px;
    padding: 6px;
    border: 3px solid #fff;
    margin: 0 auto;
    font-weight: bold;
}*/

#cta p {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    width: 200px;
    padding: 6px;
    margin: 0 auto;
    font-weight: bold;
	background: #9e8959;
    border: 3px solid #9e8959;
}

#cta p:hover {
	color: #fff;
    background: #9e8959;
	border: 3px solid #9e8959;
}

#taglineScroll {
    text-align: center;
	bottom: 10%;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.bgLocation {
	/*background-image:url(../img/location-bg.jpg);
	background-repeat:no-repeat;*/
	
	/* background: url("../img/location-bg.jpg") no-repeat center center fixed; 
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;*/
}

/*.bgLocation img {
    width: 100%;
    padding-right: 140px;
    padding-top: 50px;
    padding-bottom: 50px;
}*/



#videoBtn img{
	margin-top: 5%;
}

/* ============================================== VIDEO
*/
#video {
	margin-top:4%;
}

.videoNews {
	margin-top:0px !Important;
}

#video img {
	margin-top: 0 !Important;
    margin-left: 0 !Important;
}

#video h2 {
    color: #fff;
    font-size: 36px;
    letter-spacing: 2px;
}

.lg-backdrop {
	background-color: rgba(0, 0, 0, 0.9);
}

/* ============================================== GALLERY
*/
.justified-gallery>a, .justified-gallery>div a img{
	width:100%;
	height:100%;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

/*.thumbnail {
	padding-left:2%;
	padding-right:2%;
}*/

/*.demo-gallery > ul {
              margin-bottom: 0;
            }
            .demo-gallery > ul > li {
                float: left;
                margin-bottom: 15px;
                margin-right: 20px;
                width: 200px;
            }
            .demo-gallery > ul > li a {
              border: 3px solid #FFF;
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
            }
            .demo-gallery > ul > li a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery > ul > li a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }

            .demo-gallery .video .demo-gallery-poster img {
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 48px;
            }
            .demo-gallery.dark > ul > li a {
              border: 3px solid #04070a;
            }
*/
/* ============================================== PARALLAX SCROLLING
*/
/*.parallax-container {
    height: 500px;
    width: 100%;
	
	background-size: cover;
	background-position: 50% 50%;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}*/

#background {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-image:url(../img/bg7.jpg);
	/*background-repeat: no-repeat;*/
}


/*.parallax { 
	height: 200px; 
	background-size:cover;
	background-image:url(../img/bg5.jpg);
}*/





/* ============================================== PARALLAX SCROLLING NEW
*/
#main {
	/*background-image:url(../img/bg5.jpg);*/
	/*background-attachment: fixed;*/
    /*background-position: 50% 0;*/
	/*background-position: 50% 100% !important;*/
    /*background-repeat: no-repeat;*/
    /*height: 450px;*/
    /*position: relative;*/
}

/*.background {
    background: url(../img/bg5.jpg) no-repeat;
    background-size: 100% auto;
    position: fixed;
    width: 100%;
    height: 300%;
    top: 0;
    left: 0;
    z-index: -1;
}*/



/* ============================================== SIDELINE
*/
.sideLine {
    background-color: #000;
    margin: 0;
    /* z-index: 999;*/
    z-index: 100000 !important;
    position: fixed;
    top: 50vh;
    width: 20px;
    height: 6px;
}

.sideLine#left{
	left: 0;
}

.sideLine#right{
	right: 0;
}


/* ============================================== HOME PAGE
*/
.textBox {
	text-transform: uppercase;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	text-align: center;
	/*padding-left: 0.9375rem;
    padding-right: 0.9375rem;*/
	padding-left: 2rem;
    padding-right: 2rem;
}

.textBoxLeft {
	/*padding-left:140px;*/
	/*padding-left: 200px;*/ /*did not look good*/
}

.textBoxRight {
	/*padding-right:140px;*/
	/*padding-right: 200px;*/ /*did not look good*/
	/*position: absolute;*/
}

.textBox h2 {
    /*margin-top: 80px; */
	margin-top: 50px; 
    margin-bottom: 36px;
    font-size: 32px;
	line-height: 40px;
    letter-spacing: 10px;
	font-weight: 700;
	
	padding-left: 9%;
    padding-right: 9%;
}

.textBox h3 {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 7px;
    font-weight: 500;
}

.textBox h4 {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    width: 160px;
    padding: 10px;
    border: 3px solid black;
    margin: 0 auto;
}
.textBox h4:hover {
	/*color: #fff;
    background: #6f52a2;
	border: 3px solid #6f52a2;*/
	color: #fff;
    background: #9e8959;
	border: 3px solid #9e8959;
	transition: 0.2s ease-out;
	font-weight: 500;
}

.textBox h5 {
	font-family: 'surveyor_displaylight_italic';
    font-size: 18px;
    line-height: 24px;
	/*font-style: italic;*/
	text-transform:none !important;
	/*padding: 0 10% 0 10%;*/
	padding: 0 10% 0 5%;
	margin-bottom: 8%;
}

.textBox p {
	font-size: 16px;
	line-height: 21px;
    font-weight: 400;
	text-transform:none !important;
	/*padding: 0 10% 0 10%;*/
	padding: 0 10% 0 5%;
}

.leftImg img {
    width: 100%;
	/*padding-left:140px;
	padding-top:50px;
	padding-bottom:50px;*/
}

.rightImg img {
    width: 100%;
	/*padding-right:140px;
	padding-top:50px;
	padding-bottom:50px;*/
}

.line {
    height: 5px;
    width: 370px;
    background: #000;
    margin: 0 auto;
	margin-top:50px;
	margin-bottom:50px; 
}

.threeLines {
	background-color: #000;
    margin: 0 auto;
    z-index: 100000 !important;
    top: 50vh;
    width: 35px !important;
    height: 6px !important;
	margin-bottom:7px !important;
}

.blue {
    background-color: #b0d8f2;
    /* z-index: 100000; */
    /* background-color: #000; */
	/* top: 50vh; */
    margin: 0 auto;
    width: 35px;
    height: 6px;
    margin-bottom: 7px;
}

.green {
	background-color:#59b556;
	margin: 0 auto;
    width: 35px;
    height: 6px;
    margin-bottom: 7px;
}
.purple {
	background-color:#6f52a2;
	margin: 0 auto;
    width: 35px;
    height: 6px;
    margin-bottom: 7px;
}
.goldLine {
	background-color:#997c44;
	margin: 0 auto;
    width: 35px;
    height: 6px;
    margin-bottom: 7px;
}

/* ============================================== TEAM PAGE
*/
.team {
    text-align: center;
    padding-left: 3% !important;
    padding-right: 3% !important;
    margin-bottom:  3% !important;
}

.team h4 {
	text-transform:uppercase;
	font-weight: 600;
    font-size: 20px;
}

.team a {
	
}

.team img {
	margin-bottom:5%;
}

/* ============================================== NEWS PAGE
*/
.news {
    /*text-align: center;*/
    padding-left: 3% !important;
    padding-right: 3% !important;
    margin-bottom: 3%;
}

.news h4 {
	text-transform:uppercase;
	font-weight: 600;
    font-size: 20px;
	padding-top:3%;
}

.news a {
	color: #9e8959;
	text-transform:uppercase;
	font-weight:bold;
}

.newsInternal {
	/*margin-top:120px;*/
	margin-top:50px;
}

.newsInternal .textBox p {
    padding: 0 20% 0 20%;
}

.newsInternal .textBox h2 {
    /*padding: 0 20% 0 20%;*/
	padding: 0 5% 0 5%;
}


#heroText.newsHeroText h1{
	font-size: 60px;
    /*letter-spacing: 18px;*/
	line-height: 70px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);

}

#heroText h1.offerHeading, #heroText.newsHeroText h1.offerHeading{
  font-size:90px;
}

#heroText .offersPara{
    font-weight:  bold; 
    font-size:  36px;
}

#heroText.newsHeroText h5{
	font-family: 'surveyor_displaylight_italic';
    font-size: 30px;
	/*text-transform: lowercase;*/
	text-transform: capitalize;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}

#heroText.newsHeroText img {
   /* margin-top: -3%;
    margin-left: -3%;*/
}

#newsBg {
	background-color:#ececec;
}


/* ============================================== OFFERS PAGE
*/
.offerDisclaimer p {
	font-size: 12px;
	line-height: 13px !important;
}

.rsvpBtn {
	letter-spacing: 2px;
    width: 290px;
    padding: 8px;
    margin: 0 auto;
    font-weight: bold;
    background-color: #9b7e46;
    color: #fff;
	font-size: 22px;
}

.floorplanBtn {
	letter-spacing: 2px;
    /*width: 460px;*/
	max-width: 460px;
    padding: 8px;
    margin: 0 auto;
    font-weight: bold;
    background-color: #9b7e46;
    color: #fff;
	font-size: 22px;
}

.offers {
	/*padding-left: 15%;
	padding-right: 15%;*/
	padding-left: 18%;
    padding-right: 18%;
	text-transform: uppercase;
}

.offersCol{
	float: left;
    width: 50%;
	text-align: left;
}


.offersCol p:before{
  content: url(../img/tick.png);
  display: table-cell;
  vertical-align: middle;
}

.offersCol strong{
  padding-left: 0;
    display: table-cell;
    vertical-align: middle;
}





/*.row:after {
    content: "";
    display: table;
    clear: both;
}*/

/* ============================================== REGISTER SECTION/FORM
*/
.section, .slide, .mid {
    /*position: relative;*/
}

.gold {
    color: #9e8959;
}

.copy {
    /*position: absolute;*/
    top: 50%;
    width: 100%;
    text-align: center;
    z-index: 9;
    padding: 20px 0;
	background-color: #fff;
}

/*.copy h1 {
    font-size: 48px;
	letter-spacing: 10px;
    margin: 0 15% 20px;
	font-weight: bold;
    text-transform: uppercase;
}*/

.copy h1 {
    font-size: 42px;
    /* letter-spacing: 0.6em; */
    letter-spacing: 8px;
    margin: 0 15% 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.copy h2 {
    font-size: 30px;
    line-height: 40px;
    /*letter-spacing: 0.4em;*/
	letter-spacing: 7px;
    /*margin: 0 auto 40px;*/
	margin: 0 auto 20px;
	font-weight: normal;
    text-transform: uppercase;
}


.copy h3 span {
	white-space: nowrap;
	font-size: 30px;
}


.copy h3 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 2px;
    /*margin: 0 auto 40px;*/
    font-weight: normal;
    text-transform: uppercase;
}

.formtoggle {
    /*color: #d1b575;*/
	color: #9e8959;
    border: 2px solid #9e8959;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    margin: 10px -3px;
    text-decoration: none;
    transition: 0.2s ease-out;
}

.selected, .formtoggle:hover {
    color: #fff;
    background: #9e8959;
}

.residential {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.commercial {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

#commercial {
	display:none;
}

/*.field {
	width:50%;
	float:left;
}*/ 

.regoForm .columns{
	padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
}

input, select, .submit {
    border: 2px solid #9e8959 !important;
    border-radius: 3px !important;
    background: none;
   /* width: 315px !important;*/
    display: inline-block !important;
    padding: 5px !important;
    margin: 10px !important;
    text-transform: uppercase;
}

select {
	/*width:330px;*/
}


/*commercial source*/
#source2 {
	 /*width: 50%;*/
	 padding-left: 25% !important;
     padding-right: 25% !important;
}

.submit {
    display: inline-block !important;
    margin: 20px 10px !important;
    color: #fff !important;
    /*width: 680px !important;*/
    background: #9e8959;
    /*width: 655px !important;*/
	width: 50%;
}

button, input, optgroup, select, textarea {
    color: inherit !important;
    font: inherit;
    margin: 0;
}

#response {
	font-size:10px;
}

#error {
	color: red;
}

#colliers {
    display: block;
    position: absolute;
    left: 20%;
    /* bottom: 0; */
    /* text-align: left; */
}

#colliers a {
	display:inline-block; 
	margin-right:10px;
}

#privacy {
	font-size:9px; 
	text-decoration:none; 
	color:#fff; 
	z-index: 10000;
}

#capcorp {
    /* display: block; */
    position: absolute;
    right: 20%;
    /* bottom: 20px; */
}

#privacyText {
	background:#000;
	color:#fff;
	position:fixed;
	top:50%;
	margin-top:-150px;
	width:640px;
	left:50%;
	margin-left:-320px;
	padding:20px;
	border-radius:10px;
	z-index:9;
	display:none;
}


#rare {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #9e8959;
    display:  inline-block; 
    /*float: right;
    margin-right: 2%;
	  margin-top: 1%;*/
}


.logoNav{
    list-style:none;
    margin: 25px 0 0;
    padding:0;
    text-align:center;
}

.logoNav li{
     display:inline-block;
    /* width:  15%;*/
}




/* ============================================== FOOTER
*/

#footer {
	background-color:#000;
	color:#fff;
	font-size: 12px;
	/*height: 130px;*/
	margin-top: 1%;
	height: 40px;
	padding-top:10px;
}

#footer .row { margin-bottom:0 !important;}

#footer a {
	color:#fff;
}

#footer-copyright {
	float:left;
}

#disclaimer {
	float:left;
}

#instagram {
	float:right;
}

.inner {
	/*padding: 1%;*/
	padding: 12px;
}

#direction {
	margin: 0 auto 25px;
	background:url(../img/directions-icon.png) left center no-repeat;
	/*display: inline-block;*/
	display: table;
	padding-left: 25px;
}

#direction a {
	color: #9b7e46;
	font-weight: bold;
	font-size: 18px;
}

/*
 * Easy Z modal
 * doc: http://markusslima.github.io/easy-z-modal/
 * github: https://github.com/markusslima/easy-z-modal
 *
 * Copyright (c) 2015 Markus Vinicius da Silva Lima
 * Version 0.1.3
 * Licensed under the MIT license.
 */
.ezmodal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000;
    background: rgba(0,0,0,.6);
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}

.ezmodal-container {
    background: #fff;
    padding: 0;
    font-size: 14px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 90001;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.8);
       -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.8);
            box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.8);
    -webkit-transform: translateY(-50%) translateX(-50%); 
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
}

.ezmodal .ezmodal-close {
    position: absolute;
    top: 9px;
    right: 20px;
    font-weight: bold;
    font-family: Verdana;
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(250,250,250,1);
    cursor: pointer;
    color: #838383;
}

.ezmodal .ezmodal-close:hover {
    color: #535353;
}

.ezmodal .ezmodal-header {
    font-size: 24px;
    padding: 10px;
    /*border-bottom: 1px solid #e3e3e3;*/
    text-align: center;
    border-radius: 7px 7px 0 0;
    line-height: 32px;
    color: #646464;
}

.ezmodal .ezmodal-content {
    padding: 10px 20px;
}

.ezmodal .ezmodal-footer {
    padding: 10px 20px;
    background: #efefef;
    border-top: 1px solid #e3e3e3;
    text-align: right;
    border-radius: 0 0 7px 7px;
}





/********************** footer   ******************/

.test{ border:1px solid #fff;}
.facebook{ text-align:center;}
.instagram_div{ text-align:right;}













/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/*Small screens Define mobile styles */

@media only screen { } 


/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 640px) { 
	#background {
		 background: url(../img/bg7.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}


	#header {
		background-color:transparent;
		height:auto;
	}


  .banner{
    margin-top: 55px !important; 
  }

	/* ============================================== MOBILE NAV
	*/	
	ul.sub-menu li a {
    	font-size: 12px;
	}
	
	#herocgi img {
   		/*margin-top: 55px;*/
		/*padding-top: 0px;*/
		/*padding-top: 55px;*/
		padding-top: 90px;
	}
	
	.slicknav_menu {
		display: block;
		position: fixed;
		width: 100%;
		height: auto;
		/* height: 100%; */
		z-index: 100;
	}
	
	.slicknav_btn {
		/*background-color: #000;*/
		background-color: #9e8959;
		/*padding: 1em;*/
		-webkit-border-radius: 0px; 
        -moz-border-radius: 0px;
        border-radius: 0px; 
		/*position: absolute;*/
		margin: 0;
	}
	
	.slicknav_menu .slicknav_menutxt {
		color: #9e8959;
		font-weight: bold;
		text-shadow: 0 1px 3px #000;
		text-transform:uppercase;
		font-size:12px;
		float: none;
	}
	
	.slicknav_nav {
		margin-bottom: 20px;
		background-color: #fff;
	}
	
	.slicknav_nav a {
		padding: 5px 10px;
		margin: 2px 5px;
		text-decoration: none;
		color: #000;
		text-align: center;
		text-transform:uppercase;
		font-size: 14px;
	}
	
	.slicknav_menu .slicknav_icon-bar {
		/*background-color: #9e8959;*/
		background-color: #fff;
	}
	
	.slicknav_menu {
		/*background: #000;*/
		background: #fff;
		/*background: transparent;*/
	}
	
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
	/*#logo*/
	#mobileLogo {
		float: left;
		padding: 1em;
		padding-bottom: 20px;
		background-image: url('../img/logo-mobile-high-res.png');
		background-repeat: no-repeat;
		margin-top: 4px;
		width: 210px;
		/*width: 109px;*/
		height: 27px;
		/*width: 214px;
		height: 47px;*/
	}
	
	.hover {
		display:none;
	}
	
	/*.enquire {
		border: none;
		color: #f8b332;
		font-weight:bold;
		
	}*/

	.small {
		display:block;
	}
	
	.large {
		display:none;
	}

	#heroText {
		position: absolute;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		padding-top:0;
		/*top: 2% !important;*/
		/*top: 26% !important;*/
		/*padding-top: 8%;
		top: 50%;*/
		/*top: 30% !important;*/
	}
	
	#heroText img {
		/*width: 80px;*/
		width: auto;
    	/*display: none;*/
	}
	
	#videoBtn img {
		width: 90px !important;
		margin-top: 0px;
	}
	
	.blue, .purple, .green, .goldLine{
		width: 25px !important;
		height: 3px !important;
		margin-bottom: 5px !important;
	}
	
	#taglineScroll {
    	/*bottom: 35%;*/
		/*bottom: 65%;*/
		/*padding-top: 100px;*/
    	/*top: 43%;*/
	}
	
	.textBox {
		padding-left: 0.9rem;
		padding-right: 0.9rem;
		padding-bottom: 0.9rem;
	}
	
	.textBox p {
		font-size: 15px;
		line-height: 18px;
		padding: 0px;
	}

	#heroText h1 {
		/*font-size: 18px;
		letter-spacing: 3px;
		line-height: 20px;*/
		font-size: 17px;
		letter-spacing: 2px;
		/*line-height: 18px;*/
		font-weight: 500;
    line-height: 1.2;
	}


  #heroText h1.offerHeading, #heroText.newsHeroText h1.offerHeading{
    font-size:26px;
  }

  #heroText .offersPara{
      font-weight:  bold; 
      font-size:  18px;
  }
	
	#heroText.newsHeroText h1 {
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 15px;
	}

  #heroText h1.offerHeading, #heroText.newsHeroText h1.offerHeading{
    font-size:26px;
  }

  #heroText .offersPara{
      font-weight:  bold; 
      font-size:  18px;
  }
	
	#heroText.newsHeroText h5 {
		font-size: 12px;
	}
	
	.newsInternal .textBox p, .textBox h2 {
		padding: 0 2% 0 2%;
	}
	
	.textBox h2 {
		margin-top: 30px !important;
		margin-bottom: 20px !important;
		font-size: 20px !important;
		line-height: 24px !important;
		letter-spacing: 2px;
	}
	
	.textBox h3 {
		font-size: 16px;
		line-height: 18px;
		letter-spacing: 3px;
	}
	
	.textBox h4 {
		font-size: 14px;
		width: 120px;
		padding: 5px;
	}
	
	.textBox h5 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 6%;
		padding: 0px;
	}
	
	#cta {
		
	}
	
	#cta p {
		font-size: 12px;
		width: 130px;
    	padding: 1px;
		font-weight: 500;
		/*border: 2px solid #fff;*/
		border: 2px solid #9e8959;
	}
	
    .threeLines {
		width: 25px !important;
		height: 3px !important;
		margin-bottom: 5px !important;
	}

	.copy h1 {
		font-size: 20px;
		margin: 0px;
		letter-spacing: 2px;
    	line-height: 24px;
    	margin-bottom: 3%;
	}
	
	.copy h2 {
		font-size: 18px;
		line-height: 20px;
		letter-spacing: 0.2em;
		margin: 0 auto 10px;
		margin-top: 10px;
	}
	
	.copy h3 {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 1px;
	}
	
	#video h2 {
		font-size: 16px;
	}
	
	form {
		width: auto;
		margin: auto;
	}
	
	
	
	input, select, .submit {
    	width: 300px !important;
	}
	
	#footer {
		margin-top: 0px;
		height: auto;
	}
	
	/*#footer-copyright,#disclaimer,#instagram {
		text-align: center;
		float: none;
	}*/
	
	#colliers {
		left: 0;
		text-align: center;
		position: relative;
		margin-top: 15%;
	}
	
	#rare {
    	margin-top: 20%;
	}
	
	.line {
    	width: auto !important;
		height: 3px;
		margin-top: 30px;
        margin-bottom: 30px;
	}
	
	#source2 {
		/*padding-left: 0 !important;
		padding-right: 0 !important;*/
		padding-left: 0.9375rem !important;;
    	padding-right: 0.9375rem !important;;
	}
	
	.newsInternal {
		margin-top: 0px;
	}
	
	#footer-copyright {
		float: none;
		text-align: center;
		margin-bottom: 2%;
	}
	
	#instagram {
		float: none;
		text-align: center;
	}
	
	.facebook {
		margin-bottom: 2%;
	}
	
	
	.banner {
		/*background: #000000;*/
		text-align: center;
		text-transform: uppercase;
		padding: 5px 0;
		/*margin-top: -5px;
		position: fixed;
    	z-index: 2;*/
	}
	.banner h1 {
		/*color: #fff;
		margin-bottom: 0;*/
		font-size: 14px;
	/*	letter-spacing: 2px;
		font-weight: 500;*/
		/*margin-top: 55px;*/
	}
	
	/* ============================================== OFFERS PAGE
	*/
	.offersCol{
		width: 100%;
	}
	
	.offers {
		padding-left: 8%;
		padding-right: 8%;
	}
	
	/* ============================================== BACKGROUND TEXT COLOUR FOR SKY GARDEN PAGE + ALL
	*/
	.skyGarden .anystretch{
		display: none;
	}


   /* new footer logos*/

  .logoNav li{
    width:  50%;
    margin-bottom: 15px;
  }
	
}


/*Medium screens min-width 641px, medium screens */
@media only screen and (min-width: 641px) {
    .large {
		display:none;
	}
	
	.slicknav_menu {
		display: none;
		background-color: #000;
	}


  .home #heroText h1.offerHeading{
    font-size: 60px;
  }


  .logoNav li{
       width:  15%;
  }
	
	
}

/* IPAD STYLES */
/* PORTRAIT */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	.row {
    	margin-bottom: 0px !important;;
	}
	
	#logo {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	#logo img {
		width: 90%;
	}
	
	#header {
		/*height: 110px !important;*/
	}
	
	.register {
    	width: 130px !important;
		padding: 6px;
	}
	
	ul#menu li {
		padding: 3px !important;
	}
	
	ul#menu li a {
		font-size: 12px !important;
	}

	#heroText {
		/*bottom: 70% !important;*/
	}
	
	#heroText h1 {
		font-size: 50px !important;
		letter-spacing: 18px !important;
		line-height: 55px !important;
	}

  #heroText h1.offerHeading, #heroText.newsHeroText h1.offerHeading{
    font-size:70px;
  }

  #heroText .offersPara{
      font-weight:  bold; 
      font-size:  36px;
  }
	
	#taglineScroll {
		/*top: 35% !important;*/
	}
	
	.textBox {
		padding-left: 4rem !important;
		padding-right: 4rem !important;
		margin-top: 4% !important;
		margin-bottom: 4% !important;
	}
	
	
	.textBox h3 {
		font-size: 16px !important;
		line-height: 22px !important;
		letter-spacing: 4px !important;
	}
	
	.textBox h4 {
		/*margin-bottom: 20px !important;*/
		margin-bottom: 3% !important;
	}
	
	.textBox h5 {
    	font-size: 18px !important;
		margin-bottom: 4% !important;
	}
	
	.textBox p {
    	font-size: 17px !important;
	}
	
	form {
		width: auto !important;
	}
	
	.copy h1 {
    	margin: 0px !important;
		margin-bottom: 2% !important;
		font-size: 38px;
    	letter-spacing: 0.4em;
	}
	
	.copy h2 {
    	margin: 0 auto 20px !important;
	}
	
	#footer {
    	margin-top: 5%;
	}
	
	.line {
    	width: 370px !important;
	}
	
	#background {
		 background: url(../img/bg7.jpg) no-repeat center center fixed; 
	     -webkit-background-size: cover;
	     -moz-background-size: cover;
	     -o-background-size: cover;
	     background-size: cover;
	}
	
	.banner {
		/*background: #000000;
		text-align: center;
		text-transform: uppercase;
		padding: 5px 0;
		margin-top: -5px;
		position: fixed;
		z-index: 2;
		width: 100%;*/
	}
	.banner h1 {
		/*color: #fff;
		margin-bottom: 0;*/
		font-size: 20px;
		/*letter-spacing: 2px;*/
		/*font-weight: 500;
		margin-top: 55px;*/
	}
	

}

/* LANDSCAPE */
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
	/*.slicknav_menu {
		display:none;
	}
	*/
	
	/* ============================================== MOBILE NAV
	*/	
	ul.sub-menu li a {
    	font-size: 12px;
	}
	
	#herocgi img {
   		/*margin-top: 55px;*/
		/*padding-top: 0px;*/
		padding-top: 55px;
	}
	
	.slicknav_menu {
		display: block;
		position: fixed;
		width: 100%;
		height: auto;
		/* height: 100%; */
		z-index: 100;
	}
	
	.slicknav_btn {
		/*background-color: #000;*/
		background-color: #9e8959;
		/*padding: 1em;*/
		-webkit-border-radius: 0px; 
        -moz-border-radius: 0px;
        border-radius: 0px; 
		/*position: absolute;*/
		margin: 0;
	}
	
	.slicknav_menu .slicknav_menutxt {
		color: #9e8959;
		font-weight: bold;
		text-shadow: 0 1px 3px #000;
		text-transform:uppercase;
		font-size:12px;
		float: none;
	}
	
	.slicknav_nav {
		margin-bottom: 20px;
		background-color: #fff;
	}
	
	.slicknav_nav a {
		padding: 5px 10px;
		margin: 2px 5px;
		text-decoration: none;
		color: #000;
		text-align: center;
		text-transform:uppercase;
		font-size: 14px;
	}
	
	.slicknav_menu .slicknav_icon-bar {
		/*background-color: #9e8959;*/
		background-color: #fff;
	}
	
	.slicknav_menu {
		/*background: #000;*/
		background: #fff;
		/*background: transparent;*/
	}
	
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
	/*#logo*/
	#mobileLogo {
		float: left;
		padding: 1em;
		padding-bottom: 20px;
		background-image: url('../img/logo-mobile-high-res.png');
		background-repeat: no-repeat;
		margin-top: 4px;
		width: 210px;
		/*width: 109px;*/
		height: 27px;
		/*width: 214px;
		height: 47px;*/
	}


  .banner{
    margin-top: 55px !important; 
  }
	
	.hover {
		display:none;
	}
	
	
	#header {
    	/*height: 115px;*/
		height: auto;
	}
	
	#logo {
		padding-left: 2% ;
		padding-right: 2% ;
	}
	
	ul#menu {
		margin: 10px 0 !important;
	}
	
	ul#menu li {
		padding: 8px;
	}
	
	ul#menu li a {
		font-size: 13px;
	}
	
	#taglineScroll {
    	/*bottom: 30%;*/
	}
	
	.sideLine {
    	width: 15px !important;
	}
	
	.textBox {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.textBox h2 {
		margin-top: 25px !important;
		font-size: 22px !important;
		line-height: 28px !important;
		margin-bottom:25px !important;
		padding-left:0px !important;
		padding-right:0px !important;
	}
	
	.textBox h3 {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 5px;
	}
	
	.line {
		height: 3px;
		width: auto;
		margin-top: 25px;
    	margin-bottom: 25px;  
	}
	
	.textBox h4 {
		font-size: 14px;
		width: 130px;
		padding: 7px;
	}
	
	.textBox h5 {
		font-size: 16px;
		line-height: 20px;
		padding: 0px;
	}
	
	.threeLines, .blue, .purple, .green {
		width: 30px !important;
		height: 4px !important;
		margin-bottom: 5px !important;
	}
	
	#rare {
		margin-top: 2%;
	}
	
	#heroText {
    	/*bottom: 45%;*/
	}
	
	#heroText h1 {
		/*font-size: 50px !important;
		letter-spacing: 10px !important;
		line-height: 55px !important;*/
		font-size: 38px !important;
		letter-spacing: 8px !important;
		line-height: 38px !important;
	}

  .home #heroText h1{
    font-size: 20px !important;
  }
	
	.textBox p {
		font-size: 14px;
		line-height: 18px;
		padding: 0px; 
	}
	
	/*.medium {
		display:block;
	}*/
	
	.banner {
		/*background: #000000;
		text-align: center;
		text-transform: uppercase;
		padding: 5px 0;*/
		/*margin-top: -5px;*/
		/*position: fixed;*/
		/*z-index: 2;*/
		/*width: 100%;*/
	}
	.banner h1 {
		/*color: #fff;
		margin-bottom: 0;*/
		font-size: 20px;
		/*letter-spacing: 2px;
		font-weight: 500;*/
		/*margin-top: 55px;*/
	}

}

@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: landscape) {
	.medium {
		display:none;
	}
	
	.large {
		display:block;
	}
}

/*Large screens min-width 1025px, large screens*/
@media only screen and (min-width: 1025px) {
     .large {
		display:block;
	}
	
	.medium {
		display:none;
	}
}

/* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 1024px) and (max-width: 1440px) { 
}

/* XLarge screens min-width 1441px, xlarge screens */
@media only screen and (min-width: 1441px) { 
}

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
}

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 1921px) {
} 


@media screen and (orientation: portrait) {
 
}

@media screen and (orientation: landscape) {
  
}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
