 /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
 * Remove default margin.
 */
body {
	margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
/* 2 */ }
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
	display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
	outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
	font-weight: 600;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
	line-height: 29px;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
/* 3 */ }
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
	text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
/* 3 */ }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
/* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
/* 2 */ }
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top:12px;
}
td, th {
	padding: 0;
}
.unslider {
	overflow: auto;
	margin: 0;
	padding: 0;
}
.unslider-wrap {
	position: relative;
}
.unslider-wrap.unslider-carousel > li {
	float: left;
}
.unslider-vertical > ul {
	height: 100%;
}
.unslider-vertical li {
	float: none;
	width: 100%;
}
.unslider-fade {
	position: relative;
}
.unslider-fade .unslider-wrap li {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 8;
}
.unslider-fade .unslider-wrap li.unslider-active {
	z-index: 10;
}
.unslider li, .unslider ol, .unslider ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
.unslider-arrow {
	position: absolute;
	left: 20px;
	z-index: 2;
	cursor: pointer;
}
.unslider-arrow.next {
	left: auto;
	right: 20px;
}

.unslider-nav {display:none !important}

/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
.unslider-nav ol {
	list-style: none;
	text-align: center;
}
.unslider-nav ol li {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 4px;
	background: transparent;
	border-radius: 5px;
	overflow: hidden;
	text-indent: -999em;
	border: 2px solid #666;
	cursor: pointer;
}
.unslider-nav ol li.unslider-active {
	background: #666;
	cursor: default;
}
* {
	box-sizing: border-box;
}
a {
	cursor: pointer !important;
	color: #444444;
	text-decoration: none;
	font-weight: 600;
}
.back_link {
	color: #9f9f9f;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
	margin-left: -2px;
	padding: 0 25px;
	text-decoration: none;
	text-transform: uppercase;
}
.big_icon_links {
	display: flex;
	clear: both;
	flex-flow: row nowrap;
}
.big_icon_links a {
	display: block;
	color: #d60b52;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.big_icon_links img {
	display: block;
	width: 118%;
	margin: 0 auto 0 auto;
}
body {
	color: #6c6c6c;
	font-family: "myriad-pro-condensed";
	margin: 0;
	font-weight: 100;
}
.bold {
	font-weight: 600;
}
.container {
	margin: 0 0;
	position: relative;
}

#contact_form_opt_page input {
	border: solid 1px #6c6c6c;
}
#contact_form_opt_page input[type='text'],  #contact_form_opt_page textarea {
	display: block;
	margin-bottom: 5px;
	padding-left: 5px;
	text-transform: uppercase;
	width: 100%;
}
#contact_form_opt_page input[type="submit"] {
	background-color: #757575;
	color: #fff;
	text-transform: uppercase;
}
#contact_form_opt_page #success_page h1 {
    padding-top:20px;
}

footer {
	background: #000;
	color: #fff;
	margin-top: 20px;
	padding: 16px;
	padding-bottom: 0;
}
footer a {
	color: #ffffff;
	font-weight: 100;
}
footer strong {
	font-weight: 400;
}
footer .btn_contact {
	background: #17aee5;
	color: #ffffff;
	display: block;
	float: right;
	padding: 18px;
	margin-right: 12px;
	text-decoration: none;
}
footer .company {
	float: left;
	width: 50%;
}
footer .customer_services {
	float: left;
	margin-bottom: 0px;
	width: 50%;
}
footer h3 {
	color: inherit;
	margin-bottom: 5px;
}
footer .legal_block {
	padding-top: 0px;
}
footer li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
footer .our_range {
	float: left;
	width: 50%;
}
footer .social_icons {
	float: left;
	padding-left: 16px;
	margin-top: -5px;
}
footer .social_and_contact_wrapper {
	background: #000;
	border-top: dotted 1px #666;
	font-weight: 600;
	margin: 0 -16px;
	padding: 0px 0 0 0;
	text-transform: uppercase;
}
footer .statement {
	clear: both;
	margin-top: 10px;
	padding-top: 20px;
}
footer .statement p {
	margin-top: 0;
}
footer ul {
	margin: 0;
	padding: 0;
}
.footer-container {
	background: #000;
}
.group::after {
	content: "";
	display: table;
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	color: #17aee5;
	font-weight: 100;
	margin: 10px 0;
	text-transform: uppercase;
}
header {
	margin: 0 auto 20px;
	max-width: 960px;
	padding: 0 16px;
	position: relative;
}
header a {
	display: table-cell;
}
header li {
	list-style: none;
}
header .logo {
	float: left;
	min-width: 188px;
}
header .logo img {
	display: block;
	height: auto;
	padding-top: 8px;
	width: 188px;
}
header .phone {
	display: none;
	font-weight: 900;
	font-size: 16px;
}
.home_page_item {
	background-color: #eeeeee;
	padding-bottom: 20px;
}
.home_page_item h1,  .home_page_item h2,  .home_page_item h3 {
	color: #6c6c6c;
	margin: 0;
	padding: 16px;
	line-height: 22px;
	padding-top: 0;
}
.home_page_item h2 span.bold {
	color: #6c6c6c;
	font-weight: 600;
	display: block;
}
.home_page_item p {
	margin: 0;
	line-height: 18px;
	padding-left: 16px;
	padding-right: 16px;
	font-weight: 100;
}
.home_page_item img {
	display: block;
	margin: 0 0 20px;
	width: 100%;
}
.suite_plans_item {
	background-color: #eeeeee;
	padding-bottom: 5px;
}
.suite_plans_item h1,  .suite_plans_item h2,  .suite_plans_item h3 {
	margin: 0;
	padding: 16px;
	line-height: 22px;
	padding-top: 0;
}
.suite_plans_item h2 span.bold {
	font-weight: 600;
	display: block;
}
.suite_plans_item p {
	margin-bottom: 8px;
	line-height: 18px;
	padding-left: 7px;
	padding-right: 16px;
}
.suite_plans_item strong {
	padding-left: 9px;
}
.suite_plans_item img {
	display: block;
	margin-bottom: -10px;
	width: 100%;
}
.home_page_item_dark {
	background-color: #333333;
	padding-bottom: 20px;
}
.home_page_item_dark h1,  .home_page_item_dark h2,  .home_page_item_dark h3 {
	color: #ABA8A8;
	margin: 0;
	padding: 16px;
	line-height: 22px;
	padding-top: 0;
}
.home_page_item_dark h2 span.bold {
	font-weight: 600;
	display: block;
}
.home_page_item_dark p {
	color: #ABA8A8;
	margin: 0;
	line-height: 18px;
	padding-left: 16px;
	padding-right: 16px;
}
.home_page_item_dark img {
	display: block;
	margin: 0 0 20px;
	width: 100%;
}
.intro_blurb {
	clear: both;
	padding: 0 16px;
	line-height: 20px;
}
.intro_blurb a {
	color: #17aee5;
}
main {
	clear: both;
	margin: 0 auto;
	max-width: 960px;
}
main .social_wrapper {
	padding-bottom: 5px;
	border-bottom: dotted 1px #6c6c6c;
}
main .social_icons {
	float: right;
	margin-top: 5px;
	padding: 2px 16px;
}
.menu {
	display: table;
	float: right;
	font-size: 14px;
	font-weight: 900;
	margin: 15px 0 0 0;
	position: relative;
	text-transform: uppercase;
}
.menu #btn_contact {
	display: block;
	margin-right: 5px;
	cursor: pointer;
    text-decoration: none;
}
.menu #btn_contact a {

}
.menu #btn_menu {
	cursor: pointer;
}
.menu img {
	height: 20px;
	margin-right: 0px;
	width: auto;
}
.menu span.menu_text {
	display: block;
	text-align: center;
}
.opt_page .header_image {
    height: auto;
    width:100%;   
    }
p {
	font-size: 18px;
	font-weight: 100;
	line-height: 21px;
}
p.read_more {
	margin-top: 10px;
}
.phone {
	color: #444444;
    font-size:18px;
    text-decoration:none;
}
.phone::before {
	content: url("../img/icon_phone.png");
	padding-right: 5px;
}
.pop_up {
	background: #fff;
	box-shadow: 2px 5px 7px rgba(20, 20, 20, 0.7);
	display: none;
	right: 0;
	padding: 10px;
	position: absolute;
	top: 97px;
	text-align: left;
	z-index: 1;
}
.pop_up input {
	border: solid 1px #6c6c6c;
}
#pop_up_contact {
	width: 100%;
	top: 77px;
	right: 0;
}
#pop_up_contact input[type='text'],  #pop_up_contact textarea {
	display: block;
	margin-bottom: 5px;
	padding-left: 5px;
	text-transform: uppercase;
	width: 100%;
}
#pop_up_contact input[type="submit"] {
	background-color: #757575;
	color: #fff;
	text-transform: uppercase;
}
#pop_up_menu {
	right: 0;
	top: 77px;
	width: 200px;
}
#pop_up_menu a {
	text-decoration: none;
	cursor:pointer;
}
#pop_up_menu ul {
	margin: 0;
	padding: 0;
}
#pop_up_menu li {
	list-style: none;
	margin-right: 10px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #000;
}
#pop_up_menu h1 {
	color: #757575;
	font-weight: 600;
	margin: 10px 0;
	text-transform: uppercase;
}
.read_more a {
	background-color: #17aee5;
	color: #fff;
	display: block;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	cursor:pointer;
}
.social_wrapper .phone {
    display:block;
    float:left;
    padding: 14px 0px 0px 20px;
	font-weight: 900;
	font-size: 16px;
	color: #444444;
}
.text_page_block {
	padding: 16px;
}
.text_page_content {
	padding: 0 20px;
}
.text {
	margin-bottom: 30px;
}
.text_page_content a {
	text-decoration: none;
	font-weight: 600;
	color: #17aee5;
	cursor:pointer;
}
.text_page_content h1 {
	font-weight: 600;
	line-height: 28px;
	color: #17aee5;
}
.text_page_content h2 {
	font-size: 26px;
	font-weight: 200;
	line-height: 23px;
	margin-bottom: 0px;
	color: #6c6c6c;
}
.text_page_content h3 {
	font-size: 26px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: -17px;
	color: #6c6c6c;
}
.text_page_content ul {
	font-size: 18px;
	font-weight: 100;
	line-height: 21px;
	margin-left: -20px;
	margin-top: 24px;
	margin-right: 12px;
}
.text_page_content .slides_strap {
	background-color: #757575;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-top: 0;
	padding: 10px 20px 10px 10px;
	text-transform: uppercase;
}
.text_page_content .text_page_image img {
        height: auto;
        width:100%;
		margin-top: 0px;
	    margin-bottom: 15px;
    }
.text_page_content ul.slides_strap {
	margin-left: 0;
	clear: right;
	padding-left: 0;
	margin-top: -10px;
	background-color: #FFF;
	color: #000;
}
.text_page_content ul.slides_strap li {
	font-size: 18px;
	line-height: 19px;
	font-weight: 400;
	list-style-type: none;
	background-color: #FFF;
	color: #757575;
}
.text_page_content ul.our_services {
	margin-left: 0;
	padding-left: 0;
	margin-top: -10px;
}
.text_page_content ul.our_services li {
	font-size: 18px;
	line-height: 19px;
	font-weight: 600;
	list-style-type: none;
}
.text_page_content .unslider {
	background-color: #757575;
	position: relative;
}
.text_page_content .unslider .slide {
	background-size:cover;
}
.text_page_content .unslider .unslider-arrow {
	color: #eee;
	font-size: 50px;
	display: block;
	top: 90px;
}
.text_page_content .unslider .unslider-arrow.next {
	right: 10px;
}
.text_page_content .unslider .unslider-arrow.prev {
	left: 10px;
}
.unslider {
	margin: 0 0;
	position: relative;
/** set images for slider here:**/ }
.unslider img {
	height: auto;
	width: 100%;
}
.unslider .slide {
	background-size: cover;
	display: block;
	height: 220px;
}
/** slider images: carousel**/
	
.unslider #slide1 {
	background-image: url("../img/main-carousel/AtlanticBusinessCentre-Carousel1.png");
	background-position: 95%;
}
.unslider #slide2 {
	background-image: url("../img/main-carousel/AtlanticBusinessCentre-Carousel2.png");
	background-position: 95%;
}
.unslider #slide3 {
	background-image: url("../img/main-carousel/AtlanticBusinessCentre-Carousel3.png");
	background-position: 95%;
}
.unslider #slide4 {
	background-image: url("../img/main-carousel/AtlanticBusinessCentre-Carousel4.png");
	background-position: 95%;
}
.unslider #slide5 {
	background-image: url("../img/main-carousel/AtlanticBusinessCentre-Carousel5.png");
	background-position: 95%;
}
.unslider #slide6 {
	background-image: url("../img/main-carousel/AtlanticBusinessCentre-Carousel6.png");
	background-position: 95%;
}
.unslider .slide_text {
	float: right;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	padding-bottom: 10px;
	text-align: right;
	width: 75%;
	margin-top: 8px;
}
.unslider .slide_text h1 {
	font-weight: 800;
	font-size: 24px;
	line-height: 20px;
	color: #FFF;
	margin: 5px 0 0 0;
	padding: 0 18px;
	text-transform: uppercase;
}
.unslider .slide_text p.slide_strap {
	color: #FFF;
	font-weight: bold;
	margin: 0;
	padding: 0 16px;
}
.unslider .unslider-arrow {
	display: none;
}
.unslider .unslider-nav {
	display: none;
}
.biog img {
	width: 70%;
	height:auto;
	margin-bottom: -30px;
}
.biog_right img {
	width: 34%;
	height:auto;
	margin-bottom: -30px;
}
.right_image img {
	width: 70%;
	height:auto;
	margin-bottom: -25px;
}
.left_image img {
	width: 42%;
	height:auto;
	margin-bottom: -20px;
}
.top_page_image img {
    height: auto;
    width:100%;
}
@media only screen and (min-width: 480px) {
header .logo img {
	width: 190px;
}
.big_icon_links {
	display: flex;
	flex-flow: row nowrap;
}
.big_icon_links a {
	width: 25%;
}
#pop_up_contact {
	width: 350px;
	top: 80px;
	right: 0;
}
#pop_up_menu {
	top: 80px;
}
.text_page_content .unslider .unslider-arrow {
	top: 160px;
}
.unslider .slide {
	height: 350px;
}
.unslider .slide_text {
	margin-top: 12px;
}
.unslider .unslider-nav {
	display: block;
	position: relative;
	top: -122px;
}
.right_image img {
	width: 70%;
	height:auto;
	margin-bottom: -35px;
}
}
@media only screen and (min-width: 640px) {
header .logo img {
	width: 220px;
}
#pop_up_contact {
	top: 88px;
}
#pop_up_menu {
	top: 88px;
}
.text_page_content .unslider .unslider-arrow {
	top: 196px;
}

.unslider .slide {
	background-size: cover;
	display: block;
	height: 640px;
}
.unslider .slide_text {
	right: 20px;
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
	padding-bottom: 10px;
	text-align: right;
	width: 75%;
	margin-top: 12px;
}
.unslider .slide_text h1 {
	font-weight: 800;
	font-size: 40px;
	color: #FFF;
	margin: 10px 0 0 0;
	padding: 0 16px;
	text-transform: uppercase;
}
.biog img {
	margin-bottom: -60px;
}
.right_image img {
	width: 50%;
	margin-bottom: -35px;
}
.big_icon_links img {
	width: 90%;
}
.text_page_content p {
	margin-right: 50px;
}
}
@media only screen and (min-width: 768px) {
main .social_icons {
	padding: 0 20px;
}
.big_icon_links a {
	margin-bottom: 20px;
}
.big_icon_links img {
	width: 70%;
}

.intro_blurb h1 {
	margin-top: 15px;
}
.opt_page #contact_form_opt_page {
        float:right;
        width:40%;
}
.opt_page .text_page_content .text {
        width:60%
    }
#pop_up_contact {
	width: 350px;
	top: 95px;
	right: 18px;
}
#pop_up_menu {
	right: 18px;
	top: 95px;
}
footer {
	margin: 0 auto;
	max-width: 960px;
}
footer .company,  footer .customer_services,  footer .our_range {
	width: 16.66666667%;
}
footer .legal_block {
	clear: both;
}
footer .statement {
	clear: none;
	float: right;
	margin-top: 0;
	padding-top: 0;
	width: 50%;
}
header .logo img {
	width: 245px;
}
header .phone {
	display: table-cell;
	float: none;
	padding-right: 20px;
	position: relative;
	top: 19px;
}
.home_page_items_container {
	display: flex;
	flex-flow: wrap row;
	justify-content: space-between;
}
.home_page_item {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	margin-bottom: 10px;
	width: 50%;
}
.home_page_item:nth-child(odd) {
	border-right: 5px #fff solid;
}
.home_page_item:nth-child(even) {
	border-left: 5px #fff solid;
}
.suite_plans_item {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	margin-bottom: 10px;
	width: 50%;
}
.suite_plans_item:nth-child(odd) {
	border-right: 5px #fff solid;
}
.suite_plans_item:nth-child(even) {
	border-left: 5px #fff solid;
}
.home_page_item_dark {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	margin-bottom: 10px;
	width: 50%;
}
.home_page_item_dark:nth-child(odd) {
	border-right: 5px #fff solid;
}
.home_page_item_dark:nth-child(even) {
	border-left: 5px #fff solid;
}
main .social_wrapper {
	border-bottom: none;
}
main .phone {
	display: none;
}
.menu {
	margin: 28px 0 0 0;
}
.opt_page .text_page_content .slides_strap {
	float: none;
	width: 100%;
}
.opt_page .text_page_content .unslider {
    float:none;
    width:100%;
    }
.text_page_content .slides_strap {
	float: right;
	width: 50%;
}
.text_page_content .text {
	float: left;
	padding-right: 20px;
	width: 50%;
}
.text_page_content .text_page_image {
        float:right;
        width:50%;
		margin-top: 5px;
    }	
	
.text_page_content .unslider {
	float: left;
	height: 222px;
	width: 50%;
}
.text_page_content .unslider .unslider-arrow {
	color: #eee;
	font-size: 50px;
	display: block;
	top: 90px;
}
.text_page_content .unslider .unslider-arrow.next {
	right: 10px;
}
.text_page_content .unslider .unslider-arrow.prev {
	left: 10px;
}
.text_page_content ul.our_services {
	clear: both;
	float: right;
	width: 50%;
}
.unslider {
	height: 640px;
	overflow: hidden;
}
.unslider .slide {
	background-size: cover;
	display: block;
	width: 100%;
	height: 640px;
	margin-top: -15px;
}
.unslider .slide_text {
	font-size: 60px;
	line-height: 40px;
	margin-right: 30px 8%;
}
.text_page_content h1 {
	margin-top: 0px;
}
.social_wrapper .phone {
	display:none
}

.text_page_content .unslider .slide {
	background-size:contain;
}
.unslider .slide_text h1 {
	margin: 20px 0 0 0;
}
.text_page_content p {
	margin-right: 20px;
}
.text_page_content ul {
	margin-right: 20px;
}
.biog img {
	width: 70%;
	height:auto;
	margin-bottom: -40px;
}
.right_image img {
	width: 20%;
	height:auto;
	margin-bottom: -20px;
}
}
@media only screen and (min-width: 960px) {
.home_page_item {
	margin-bottom: 20px;
	margin-top: 0px;
	width: 32%;
}
.home_page_item:nth-child(odd) {
	border-right: none;
}
.home_page_item:nth-child(even) {
	border-left: 5px none;
}
.suite_plans_item {
	margin-bottom: 20px;
	margin-top: 0px;
	width: 32%;
}
.suite_plans_item:nth-child(odd) {
	border-right: none;
}
.suite_plans_item:nth-child(even) {
	border-left: 5px none;
}
.home_page_item_dark {
	margin-bottom: 20px;
	margin-top: 0px;
	width: 32%;
}
.home_page_item_dark:nth-child(odd) {
	border-right: none;
}
.home_page_item_dark:nth-child(even) {
	border-left: 5px none;
}
.text_page_content .slides_strap {
	float: right;
}
.slide {
	position: relative;
}
	main .social_icons {
	margin-top: 2px;
}

/* here are the extra slider styles simon! */
.unslider {
background-position: right;
height:720px;
display:block;
}

.unslider .slide {
height:720px;
display:block;
background-position: right;
}
    
.unslider .slide_text h1 {
font-size:50px;    
    }
    
.unslider .slide_text p {
    font-size: 18px;
	margin-top: 20px;
    }

/* that's it */
    
    
.unslider .slide_text {
	float: none;
	width: 960px;
	margin: 16px auto;
}
.text_page_content .unslider {
	margin-top: 38px;
	height: 287px;
}
.text_page_content .unslider .unslider-arrow {
	top: 120px;
}
#contact_form_opt_page {
	margin-top: 47px;	
}
.unslider .slide_text h1 {
	margin: 40px 0 0 0;
}
}

/*# sourceMappingURL=styles.css.map */
