/*! 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
   ========================================================================== */

 #outdated h3{
  color: #b30000;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'HelveticaNeueW01-67MdCn 692710';
}

#outdated{
  display:block; z-index:9999999; position:absolute; bottom:0; width:100%; padding:15px 20px; margin-left:auto; margin-right:auto;
}

#outdated p{
  color: #000 !important;
}

.intro{
  padding:10px 0 20px 0;
}
.wrap_btn{
  margin:20px 0; float:left;
}
#outdated p{
  margin-bottom:0;
}
.bodyoutdated{
  text-align:left; display:block; float:left; position:relative; width:50%; border:4px solid #b30000; padding: 8px 15px;
  font-family: 'HelveticaNeueW01-67MdCn 692710'; background-color:#fff; color:#000;
}
.bodyoutdated a, .bodyoutdated a:hover{ color:#fff; }

.btn_ch{
  float:left;
  color: #fff;
  padding: 12px 15px;
  text-transform: uppercase;
  font-family: 'HelveticaNeueW01-67MdCn 692710';
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  -ms-transition: background .5s ease;
  transition: background .5s ease;
  margin-right: 10px;
  font-size: 14px;
}


.red{
  background: #b30000;
}

.green{
  background: #167F39;
}
#closemod{
  cursor:pointer;
}


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


/* ==========================================================================
    animation class
   ========================================================================== */

.os-animation{
            opacity: 0;
}  
.os-animation.animated{
            opacity: 1;
}   


/* ==========================================================================
    Ajax class
   ========================================================================== */

#messageform{
}
.error_submit{
	display:block;
	padding:10px;
	background:#ef4036;
	color:#fff;
}
.success_submit{
	display:block;
	padding:10px;
}





/* ============================================== 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;
}


html{
  /*background-color: #fff;*/
  background-color: #07313e;
}



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: #03313e;
}

/* 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;
  color:#fff;
  cursor:pointer;
}


.number:hover{
    cursor: context-menu;
	/*color:#cfad7a;*/
	color:#fff;
}


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


.padding_register{
	padding:80px 0;
}



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

.parsley-errors-list {
  list-style:none;
}
.parsley-required, .parsley-type, .parsley-pattern, .parsley-minlength, .parsley-minlength{
  color:#f04124; font-size:10px;
}

/* ==========================================================================
   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;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
  .wrap_captcha{
	  position:relative;
	  display:block;
	  overflow:hidden;
  }
 
 .g-recaptcha{
	float: right;
    padding-right: 15px;
 }
 
   
   
.test{ border:1px solid #000;}
body {
	/*color:#d0e1d9;*/
	color:#07313e;
	letter-spacing:1px;
	background-color: #07313e;
}
/*.frame_fig{
	position:relative;
	display:inline-block;
	width:100%;
	height:70px;
	background:url(../img/header_bg.png) repeat-x;
}*/
.body_wrap_bg {
	position:relative;
	display:inline-block;
	width:100%; height:auto;background:url(../img/bg-green.png) repeat;
}

/*.block_logo{
	text-align:center;
	margin:55px 0 120px 0;
}*/
.block_logo {
    text-align: center;
    margin: 55px 0;
}


.logo_image{
	margin-bottom:70px;
}

.block_logo h2{
	text-transform:uppercase;
	margin:20px 0; line-height:1.2;
	font-family: 'montserratultra_light';
	
}

.h2bold{
	font-family: 'montserratregular';
}

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

#header {
    position: fixed;
	background-color: #07313e;
    /*height: 95px; */
    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 0 10px 0;
    margin: 25px 0 0 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%;
}

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

ul#menu ul li {
    background: #e1dad0;
    float: none;
    width: 100%;
    text-align: center;
    padding: 0 10px !important;
}

ul#menu li a {
    text-decoration: none;
    color: #cfae7a;
    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: 15px;
    padding: 10px 0;
	font-weight:600;
}

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

ul#menu li a:hover, ul#menu li.active a, ul#menu li.hover > a {
    /* color: #99694b; */
}

#logo { 
	display: inline-block;
}




#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;
}

.slicknav_menu {
    display: none;
}

.hero img{
	width: 100% !important;
	/*margin-top: 100px;*/
}

h1, .splash p {
	font-family: 'montserratregular';
	text-align:center;
	font-size:34px;
	color: #cfae7a;
	text-transform:uppercase;
}



h2 {
	font-family: 'montserratregular';
	text-align:center;
	font-size:30px;
	color: #fff;
	text-transform:uppercase;
	margin-bottom: 4%;
}


/*************************    splash div ***********************/
.splash{
	background: #5C0002;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 0;
	
	
	/*color: #07313e;
	letter-spacing: 3px;
	font-family: 'montserratregular';
	font-size:34px;*/
}

.splash p{
	color: #fff;
	margin-bottom: 0;
}


.welcomeMsg {
    text-align: center;
    padding-left: 30%;
    padding-right: 30%;
}

.welcomeMsg img {
	text-align:center;
	margin-bottom: 5%;
    margin-top: 5%;
}

.welcomeMsg p {
	font-size:20px;
	line-height:22px;
	color: #fff;
}

.welcome-G img {
	text-align:center;
	display:inline-block;
}

.goldLine {
    height: 2px;
    width: 80px;
    background: #cfae7a;
    margin: 0 auto; 
    text-align: center;
	margin-top: 8%;
    margin-bottom: 8%;
}

.whiteLine {
    height: 2px;
    width: 80px;
    background: #fff;
    margin: 0 auto; 
    text-align: center;
	margin-top: 8%;
    margin-bottom: 8%;
}


.caption {
	position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 15px;
    font-family: 'montserratlight';
    z-index: 1;
    right: 1%;
}
.captionBlk {
	position: absolute;
    bottom: 0;
    color: #000;
    font-size: 15px;
    font-family: 'montserratlight';
    z-index: 1;
    right: 1%;
}

/* ============================================== TEXT BOXES
*/
.textBox {
    padding-left: 0px !important; 
    padding-right: 0px !important; 
}
.textBoxGold {
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: relative;
    display: inline-block;
    /* width: 100%; */
    height: auto;
    background: url(../img/bg-gold.png) repeat;
}
.textBoxBlue {
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: relative;
    display: inline-block;
    /* width: 100%; */
    height: auto;
    background: url(../img/bg-blue.png) repeat;
}
.textBoxGreen {
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: relative;
    display: inline-block;
    /* width: 100%; */
    height: auto;
    background: url(../img/bg-green.png) repeat;
}


.textBoxRight {
	/*margin-top:70px;
	margin-left: 10%;
    margin-right: 10%;*/
	text-align:center;
	padding-left: 20%;
  padding-right: 20%;
}

.textBoxRight h3 {
	line-height: 33px;
    /*margin-top: 80px;*/
	margin-bottom: 30px;
  font-size: 35px;
	text-transform:uppercase;
	font-family: 'montserratregular';
	font-weight:100;
	font-style:normal;
}

.textBoxRight h3 a{
  color: #fff !important;
}

.textBoxRight p {
	font-weight:200;
	font-size:16px;
	line-height: 20px;
}


/* ============================================== BOX HOVER
*/
.hover-grid .hover-grid-item {
    width: 100%;
    height: 100%;
    margin: auto;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: default;
}
.hover-grid img {
    border: 0;
    position: relative;
    margin: 0;
    padding: 0;
}
.hover-grid-item .caption {
    background-color: #07313e;
    width: 100%;
    height: 100%;
    padding: 18px;
    position: absolute;
    left: 0;
    color: #fff;
    display: none;
    line-height: 1.1;
    text-align: center;
    opacity: 0.8;
	padding-top: 30%;
	
	/*width: 634px;
    height: 860px;
    left: 50%;
    top: 50%; 
    margin-left: -317px;
    margin-top: -430px;*/
}
.hover-grid-item .caption h3 {
    font-size: 35px;
	line-height: 33px;
    font-weight: 100;
	font-family: 'montserratregular';
    font-style: normal;
    color: #fff;
    padding-left: 15%;
    padding-right: 15%;
	text-transform:uppercase;
    margin-bottom: 30px;
    
}
.hover-grid-item .caption p {
    font-size: 16px;
	line-height:20px;
    font-weight: 400;
    color: #fff;
    padding-left: 15%;
    padding-right: 15%;
}
.hover-grid-item .caption .whiteLine {
    height: 2px;
    width: 80px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    margin-top: 6%;
    margin-bottom: 6%;
}
.hover-grid-item .caption .white-G img{
	width:auto !important;
	height:auto !important;
}
.hover-grid-item .caption .readMore h4 {
    font-size: 16px;
    border-style: solid;
    max-width: 120px;
    padding: 1%;
    display: inline-block;
    margin-top: 5%;
}



.readMore h4 {
    font-size: 16px;
    /*border-style: solid;*/
	border: 2px solid;
    max-width: 120px;
    padding: 1%;
    display: inline-block;
    margin-top: 5%;
	font-weight: bold;
}


.blue {
	color:#07313e;
}
.gold {
	color:#cfae7a;
}
.white {
	color:#fff;
}

.gold-G {
	text-align: center;
    margin-bottom: 8%;
    margin-top: 8%;
}
.white-G {
	text-align: center;
    margin-bottom: 8%;
    margin-top: 8%;
}

.goldBg {
	position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    background: url(../img/bg-gold.png) repeat;
}
.blueBg {
	position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    background: url(../img/bg-green.png) repeat;
}
.greenBg {
	position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    background: url(../img/bg-green.png) repeat;
}

.imgFull img{
	width:100% !important;
}

.imgFull {
    /*max-height: 842px;*/
    padding: 0px;
	position: relative;
}

.top_btn {
	text-align: center;
}

.headerMargin {
	margin-top: 5%;
}

.row {
    /*max-width: 100rem;*/
	max-width: 100% !important;
}
.row.expanded {
    max-width: none;
}
.row.fullwidth, img.full {
    width: 100% !important;
    max-width: 100% !important;
}

.block_logo .top_btn{
	margin-top:90px;
}

br {
    display: block;
    margin-bottom: 0px;
    font-size:0px;
    line-height: 0px;
}
br:before {
    display: block;
    margin-top: 0px;
    content: "";
}
br:after {
    content: ".";
    visibility: hidden;
    display: block;
}	
	
.btn_graceview{
	background:#cfae7a;
	padding: 2px 15px;
	color:#07313e;
	display:inline-block;
	text-transform:uppercase;
	font-size:28px;
	font-family: 'montserratsemi_bold';
}
.second_paragraph{
	text-align:center;
}
.second_paragraph p{
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:30px;
	font-family: 'montserratsemi_bold';
}

.second_paragraph p:last-of-type{
	font-family: 'montserratlight';
	font-size:16px;
}



/*
.second_paragraph ul{
	margin-left:0;
}

.second_paragraph li{
	list-style:none;
	font-family: 'montserratlight';
}
*/

.text_aerial_bottom ul{
	margin-left:0;
}
.text_aerial_bottom li{
	list-style:none;
	font-family: 'montserratlight';
}
.text_aerial_bottom{
	text-align:center;
	
}
.text_aerial_bottom p{

	font-size:20px;
	font-family: 'montserratlight';
	
}

/*.aerial{
	margin:80px 0 100px 0;
}*/

.hero{
	/*margin:80px 0 100px 0;*/
	margin-bottom: 10px;
	position: relative;
	width: auto;
	padding: 0 !important;
}

.hero p {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 15px;
    font-family: 'montserratlight';
    z-index: 1;
    right: 1%;
	margin-bottom: 5px;
}

.above_form{
	text-align:center;
	margin:30px 0 45px 0;
}
.above_form p{
	font-family: 'montserratsemi_bold';
	font-size:21px;
	line-height: 24px;
	text-transform:uppercase;
	color:#07313e;
}

.wrap_form{
	width:60%;
	padding:0; margin:0 auto;
}

.phone_footer{
	text-align:center;padding-top:60px;
	font-size:40px;
	color:#cfad7a;
	font-family: 'montserratsemi_bold';vertical-align:bottom; display:inline-block; cursor:pointer !important;
	white-space: nowrap;
}
.pindan{
	padding-top:50px;
	text-align:left;
	vertical-align:bottom;
}
.savills{
	padding-top:50px;
	text-align:right;vertical-align:bottom;
}
#response{
	font-size:10px;
	color: #07313e;
}
#privacy a {
	text-decoration:underline;
}
#privacy{
	margin:20px 0;
}
.ptext{
	 padding:0; margin:0 auto; width:50%; text-align:center; font-size:10px; color: #d0e1d9;
}
#submit{ border:none; padding:10px 80px; margin-top:0;}
.formSubmit{ border:none; padding:10px 80px; margin-top:46px;}

.error{
	color:#cfad7a;
}


[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
  /*  -moz-appearance: none;
    background-color:transparent;
    border: 1px solid #d0e1d9;
    border-radius: 0;
    box-shadow:none;
    box-sizing: border-box;
    color: #d0e1d9;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 1.8rem;
    transition:none;
    width: 100%;*/
	
	color: #07313e !important;
	font-size: 1rem;
    height: 3.9rem;
	width:100%;
	border: 2px solid #07313e; background-color:transparent;
	display: block;
    font-family: inherit;
	font-weight: bold;
}

 [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border:2px solid #07313e;
    background:none;
    outline: none;
    box-shadow:none;
    transition:none; }

select {
	color: #07313e !important;
    -moz-appearance: none;
    background-color:transparent;
    /*background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"32\" height=\"24\" viewBox=\"0 0 32 24\"><polygon points=\"0,0 32,0 16,24\" style=\"fill: rgb(51, 51, 51)\"></polygon></svg>");*/
	background-image:none;
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    border: 2px solid #07313e;
    border-radius: 0;
    font-family: inherit;
    font-size: 1rem;
    height: 3.8rem;
    line-height: normal;
    margin: 0 0 0.9rem;
    padding: 0.5rem;
	text-transform:uppercase;
}

label{
	padding-bottom:20px;
}
select{
    /*background: #21474d;*/
    color:#07313e;
    text-shadow:none;
	font-weight: bold;
}
select option{ 
  background: #fff;
} 

select:focus {
    /*background-color: #21474d;*/
    cursor: default; }
textarea{
	color:#07313e;
}
textarea:focus{
	background-color:transparent;
	color: #07313e;
}
.disclaimer{
	text-align:center;
}

.disclaimer a{
	color:#d0e1d9;
	font-size:10px;
	font-family: 'montserratlight';
	
}
.disclaimer a:hover{
	color:#d0e1d9;
}

/*	Placeholder */
.placeholder{
	color:#d0e1d9;
	text-transform:uppercase !important;
	
	
}
placeholder{
	color:#07313e;
	text-transform:uppercase !important;
	
}

input, textarea { color: #07313e; }
.placeholder { color: #07313e; }

::-webkit-input-placeholder {
   color: #07313e;
   text-transform:uppercase !important;
}

input:-moz-placeholder{
	color: #07313e;
   text-transform:uppercase !important;
   opacity: 1
}

:-moz-placeholder { /* Firefox 18- */
   color: #07313e;
   text-transform:uppercase !important;
   opacity: 1
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #07313e !important;
   text-transform:uppercase !important;
   opacity: 1
}

:-ms-input-placeholder {  
   color: #d0e1d9;  text-transform:uppercase !important;
}



input, textarea { color: #07313e; }
.placeholder { color: #07313e; }


.footer{
	/*margin-top:50px;*/
	padding-left: 19%;
    padding-right: 21%;
}

/*   modal    */

.reveal{
	color:#4d4645;
	font-family: 'montserratlight';
}
.reveal h2{
	font-size:22px;font-family: 'montserratsemi_bold';
}
.reveal p{
	text-transform:none;
	
}

#thankyou{
	position:relative; width:100%; text-align:center;font-family: 'montserratlight';
}
#thankyou h3{
	font-family: 'montserratsemi_bold';
	color: #07313e;
}
#thankyou p{
	font-family: 'montserratsemi_bold';
	color: #07313e;
	font-weight:bold;
}


/* loading div */

#loading img {
	width: 128px;
	height: 12px;
	position: absolute;
	left: 50%;
	top: 50%; 
	margin-left: -64px;
	margin-top: -6px;
}


#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*background: #fff;*/
  background:#03313e;
  z-index: 100000;
  height:100%;
	width:100%;
}

.text_area{
	height:265px;
}



/* ==========================================================================
   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 { } 

@media only screen and (max-width: 400px){
	

}


/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 640px) { 

.g-recaptcha{
	float: none;
    padding-right: 0;
	text-align:center;
 }
 


	.splash{
		margin-top: 50px;
	}
	
  .splash p{font-size:14px; padding: 0 5px;}  


	.logo_image{
		margin:30px 0;
	}
	.block_logo img{
		max-width:220px;
	}
	.btn_graceview{
		font-size:20px;
	}
	.phone_footer{
		text-align:center;
		font-size:34px;
		margin-bottom: 0;
	}
	.pindan{
		padding-top:0;
		text-align:center;
	
	}
	.savills{
		padding-top:0;
		text-align:center;
	}
	.footer{
		margin-top:20px;
	}
	.block_logo .top_btn {
		margin-top: 0px;
	}
	 .second_paragraph p{
		font-size:18px;
	
		margin-bottom:10px;
		
	}
	.block_logo{
		text-align:center;
		margin:20px 0 20px 0;
	}
	.aerial{
		margin:40px 0 40px 0;
	} 
	.text_aerial_bottom p{
	
		font-size:18px;
		
	}
	.above_form p{
	
		font-size:18px;
	
	}
	#submit{ width:100%; margin-top:5px;}
	.formSubmit{ width:100%; margin-top:5px;}
	
	.cgi p {
		bottom: -15px;
		right: 7%;
	}
	
	
	/* ============================================== MOBILE NAV
	*/	
	.slicknav_menu {
		display: block;
		position: fixed;
		width: 100%;
		height: auto;
		/* height: 100%; */
		z-index: 100;
	}
	
	.slicknav_nav a {
		text-align: center;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 14px;
		font-weight: 600;
		color: #fff;
	}
	
	.slicknav_nav a:hover {
		background: #07313e;
	}
	
	.slicknav_btn {
		background-color: #cfae7a;
		/*padding: 1em;*/
		-webkit-border-radius: 0px; 
        -moz-border-radius: 0px;
        border-radius: 0px; 
		/*position: absolute;*/
		margin: 0;
	}
	
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
		background: #07313e;
	}
	
	.slicknav_menu {
		display: block;
	}
	
	/*#mobile logo*/
	#mobileLogo {
		float: left;
		padding: 1em;
		padding-bottom: 20px;
		background-image: url('../img/logo-mobile.png');
		background-repeat: no-repeat;
		margin-top: 4px;
		width: 210px;
		margin-left: 2%;
		height: 27px;
		/*width: 109px;*/
		/*width: 214px;
		height: 47px;*/
	}
	
	.hover, .logo {
		display:none;
	}
	
	.headerMargin {
		margin-top: 0px;
	}
	
/*	.hero img {
		margin-top: 50px;
	}*/
	
	.hero p {
		font-size: 12px;
	}
	
	.textBoxRight {
		padding-left: 10%;
		padding-right: 10%;
	}
	.textBoxRight h3 {
		font-size: 26px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.textBoxRight p {
		font-size: 13px;
		line-height: 15px;
	}
	
	h1, .splash p {
		font-size: 20px;
		line-height:22px;
	}
	h2 {
		font-size: 20px;
		line-height:22px;
	}
	
	.welcomeMsg {
		padding-left: 5%;
		padding-right: 5%;
	}
	.welcomeMsg p {
		font-size: 14px;
		line-height: 18px;
	}
	
	.wrap_form {
		width: 90%;
	}
	
	.above_form {
		margin: 25px 0 15px 0;
	}
	
	#regForm {
		padding-left: 8%;
	}
	
	select {
		font-size: 12px;
	}
	
	[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
    	font-size: 12px;
	}
	
	.ptext {
		width: 90%;
	}
	
	.phone_footer {
		font-size: 24px;
		padding-top: 20px;
	}
	
	.caption p {
		font-size: 12px;
		margin-bottom:0px;
	}

}


/*Medium screens min-width 641px, medium screens */
@media only screen and (min-width: 641px) {
    

}

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
	.phone_footer{
		text-align:center;
		font-size:48px;
		padding-top: 30px;
	}
	.pindan{
		/*padding-top:50px;*/
		padding-top: 10px;
		text-align:center;
	
	}
	.savills{
		/*padding-top:50px;*/
		padding-top:30px;
		text-align:center;
	}
   
   	.hover, .logo {
		display:none;
	}
}

/* min-width 641px and max-width 1024px, use when QAing tablet-only portrait issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
   .hero p {
		font-size: 12px;
		margin-bottom: 5px;
	}
	
	.wrap_form {
    	width: 90%;
	}
	
	.textBoxRight {
		text-align: center;
		padding-left: 10%;
		padding-right: 10%;
	}
	
	h1, .splash p {
		font-size: 33px;
		line-height: 36px;
	}
	
	.welcomeMsg {
		padding-left: 10%;
		padding-right: 10%;
	}
	
	.textBoxRight h3 {
    	font-size: 30px;
	}
	
	.goldLine {
		margin-top: 5%;
		margin-bottom: 5%;
	}
	.whiteLine {
		margin-top: 5%;
		margin-bottom: 5%;
	}
	
	.gold-G {
		margin-bottom: 5%;
		margin-top: 5%;
	}
	.white-G {
		margin-bottom: 5%;
		margin-top: 5%;
	}
	
	.slicknav_menu {
		display: block;
		position: fixed;
		width: 100%;
		height: auto;
		/* height: 100%; */
		z-index: 100;
	}
	
	.slicknav_nav a {
		text-align: center;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 14px;
		font-weight: 600;
		color: #fff;
	}
	
	.slicknav_nav a:hover {
		background: #07313e;
	}
	
	.slicknav_btn {
		background-color: #cfae7a;
		/*padding: 1em;*/
		-webkit-border-radius: 0px; 
        -moz-border-radius: 0px;
        border-radius: 0px; 
		/*position: absolute;*/
		margin: 0;
	}
	
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
		background: #07313e;
		top: 0;
	}
	
	.slicknav_menu {
		display: block;
	}
	
	/*#mobile logo*/
	#mobileLogo {
		float: left;
		padding: 1em;
		padding-bottom: 20px;
		background-image: url('../img/logo-mobile.png');
		background-repeat: no-repeat;
		margin-top: 4px;
		width: 210px;
		margin-left: 2%;
		height: 27px;
		/*width: 109px;*/
		/*width: 214px;
		height: 47px;*/
	}
	
	.hover, .logo {
		display:none;
	}
}





/* min-width 641px and max-width 1024px, use when QAing tablet-only landscape issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: landscape) {
	.ipadLand {
		width:100%;
	}
	.hide-for-large {
		display:block !important;
	}
	.show-for-large{
		display:none !important;
	}
	
	ul#menu li {
		padding: 2px 2%;
	}
	ul#menu li a {
		font-size: 12px;
	}
	
	h1, .splash p {
		font-size:28px;
	}
	h2 {
		font-size:28px;
	}
	
	.btn_graceview {
		font-size: 24px;
	}
	
	.welcomeMsg {
		padding-left: 15%;
		padding-right: 15%;
	}
	.welcomeMsg p {
		font-size: 18px;
		line-height: 20px;
	}
	
	.textBoxRight {
		padding-left: 10%;
		padding-right: 10%;
	}
	.textBoxRight h3 {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 0px;
	}
	.textBoxRight p {
		font-size: 14px;
		line-height: 18px;
		padding-bottom: 2%;
	}
	
	.readMore h4 {
    	font-size: 14px;
		margin-top: 1%;
		margin-bottom: 3%;
	}
	
	.hero p {
		font-size:12px;
		margin-bottom: 5px;
	}
	.caption {
		font-size:12px;
	}
	.caption p {
		margin-bottom: 2%;
	}
	.captionBlk {
		font-size:12px;
	}
	.captionBlk p {
		margin-bottom: 2%;
	}
	
	.wrap_form {
		width: 90%;
	}
	
	.footer {
		 padding-left: 0px; 
		 padding-right: 0px; 
	}
	.phone_footer {
		font-size: 40px;
	}
	.ptext {
		width: 70%;
	}
	
	.headerMargin {
		margin-top: 10%;
	}
	
	.gold-G {
		margin-bottom: 4%;
		margin-top: 4%;
	}
	.white-G {
		margin-bottom: 4%;
		margin-top: 4%;
	}
	.goldLine {
		margin-top: 4%;
		margin-bottom: 4%;
	}
	.whiteLine {
		margin-top: 4%;
		margin-bottom: 4%;
	}
	
	.textBoxRight {
		padding-left: 20%;
		padding-right: 20%;
	}
	.textBoxRight h3 {
		font-size: 24px;
		line-height: 26px;
	}
	
	.slicknav_menu {
		display: block;
		position: fixed;
		width: 100%;
		height: auto;
		z-index: 100;
	}
	
	.slicknav_nav a {
		text-align: center;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 14px;
		font-weight: 600;
		color: #fff;
	}
	
	.slicknav_nav a:hover {
		background: #07313e;
	}
	
	.slicknav_btn {
		background-color: #cfae7a;
		-webkit-border-radius: 0px; 
        -moz-border-radius: 0px;
        border-radius: 0px; 
		margin: 0;
	}
	
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
		background: #07313e;
		top: 0;
	}
	
	.slicknav_menu {
		display: block;
	}
	
	#mobileLogo {
		float: left;
		padding: 1em;
		padding-bottom: 20px;
		background-image: url('../img/logo-mobile.png');
		background-repeat: no-repeat;
		margin-top: 4px;
		width: 210px;
		margin-left: 2%;
		height: 27px;
	}
   
   .hover, .logo {
		display:none;
	}
}


/*Large screens min-width 1025px, large screens*/
@media only screen and (min-width: 1025px) {
	
	
    
}

/*640*/
@media only screen and (min-width: 640px) and (max-width: 975px) {
	
.splash{
	margin-top: 50px;
}
	
  .splash p{font-size:22px;}  
}

@media only screen and (min-width: 975px) and (max-width: 1440px) { 
	.splash{
		margin-top: 45px;
}
}



/* 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) { 
	/* ============================================== MOBILE NAV
	*/	
	
	

	.slicknav_menu {
		display: block;
		position: fixed;
		width: 100%;
		height: auto;
		/* height: 100%; */
		z-index: 100;
	}
	
	.slicknav_nav a {
		text-align: center;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 14px;
		font-weight: 600;
		color: #fff;
	}
	
	.slicknav_nav a:hover {
		background: #07313e;
	}
	
	.slicknav_btn {
		background-color: #cfae7a;
		/*padding: 1em;*/
		-webkit-border-radius: 0px; 
        -moz-border-radius: 0px;
        border-radius: 0px; 
		/*position: absolute;*/
		margin: 0;
	}
	
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
		background: #07313e;
		top: 0;
	}
	
	.slicknav_menu {
		display: block;
	}
	
	/*#mobile logo*/
	#mobileLogo {
		float: left;
		padding: 1em;
		padding-bottom: 20px;
		background-image: url('../img/logo-mobile.png');
		background-repeat: no-repeat;
		margin-top: 4px;
		width: 210px;
		margin-left: 2%;
		height: 27px;
		/*width: 109px;*/
		/*width: 214px;
		height: 47px;*/
	}
	.hover, .logo {
		display:none;
	}
}

/* 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;
    }
}





@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratsemi_bold';
    src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratultra_light';
    src: url('../fonts/montserrat-ultralight-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-ultralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}