/**
 * Theme Styles
 * ------------
 * Date: 06/04/2018;
 * Author: Jim Kulakowski
 */

* {
	outline: none !important;
}
body {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
a,
a:focus {
	color: rgba(220, 12, 12, 0.75);
}
a:hover {
	color: rgba(220, 12, 12, 1.00);
}

/**-----------------------------------------*
 * Navbar
 *------------------------------------------*/
.navbar-default {
	margin-bottom: 0;
	background: #000;
	border: none;
}
.navbar-default .overlay {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.navbar-brand img {
	margin-top: 5px;
	max-height: 75px;
}
.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li .horizontal-spacer {
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 65px;
	margin-top: 45px;
	margin-right: 2px;
	margin-bottom: 0;
	padding: 0 15px;
	color: #fff;
}
.navbar-default .navbar-nav li .horizontal-spacer {
	padding: 0;
}
.navbar-default .navbar-nav li a:hover {
	color: #fff;
	background: #AE3434;
}
.navbar-default .navbar-nav li a:focus {
	color: #fff;
}
.navbar-default .navbar-nav .active a, 
.navbar-default .navbar-nav .active a:focus, 
.navbar-default .navbar-nav .active a:hover {
	color: #fff;
	background: #AE3434;
}
/*-- Dropdowns --*/
.navbar-nav li .dropdown-menu {
	background: rgba(0, 0, 0, 0.75);
}
.navbar-nav li .dropdown-menu a {
	line-height: 45px;
	margin: 0;
}
.navbar-default .navbar-nav .open a, 
.navbar-default .navbar-nav .open a:focus {
	color: #fff;
	background: rgba(220, 12, 12, 0.5);
}
/*-- Social Nav --*/
.navbar-default .container {
	position: relative;
}
.top-social-nav {
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 1;
}
.top-social-nav {
	line-height: 60px;
}
.top-social-nav ul li {
	display: inline-block;
}
.top-social-nav ul li a,
.top-social-nav ul li a:focus {
	padding: 0;
	margin-left: 7.5px;
	margin-right: 7.5px;
	color: #AE3434;
	background: none;
}
.top-social-nav ul li a:hover {
	color: rgba(255, 255, 255, 0.9);
	background: none;
}

/**-----------------------------------------*
 * Click To Call Mobile Banner
 *------------------------------------------*/
#click-to-call-banner {
	width: 100%;
	text-align: center;
	padding: 30px 15px 45px;
	color: #fff;
	background: rgba(220, 12, 12, 0.75);
}
#click-to-call-banner .inner {
	width: 80%;
	margin: 0 auto;
}
#click-to-call-banner h2 {
	font-size: 42px;
	text-transform: uppercase;
	color: #fff;
}
#click-to-call-banner hr {
	max-width: 300px;
	margin: 30px auto;
	border-width: 3px;
	border-color: #fff;
}
#click-to-call-banner h3 {
	font-size: 32px;
	color: #fff;
}
.tablet-mobile-only {
	display: none;
}

/**-----------------------------------------*
 * General Styles
 *------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	color: #000;
}
h1 {
	font-size: 64px;
}
h2 {
	font-size: 52px;
}
h3 {
	font-size: 44px;
}
h4 {
	font-size: 36px;
}
h5 {
	font-size: 24px;
}
.container,
.row {
	position: relative;
}
.content-section h2 {
	margin-top: 0;
}
a, a:hover, a:focus {
	text-decoration: none;
}
p {
	line-height: 24px;
	margin-bottom: 25px;
}
hr {
	width: 93%;
	margin: 45px auto;
	border-width: 1px;
	border-color: #979797;
}
a[class*=col] {
	display: block;
}
[class*=col] img {
	max-width: 100%;
}
.with-left-black-line:after {
	content: '';
	width: 100px;
	height: 3px;
	display: block;
	margin-top: 15px;
	background: #000;
}
.with-right-black-line:after {
	content: '';
	width: 100px;
	height: 3px;
	display: block;
	position: absolute;
	right: 18px;
	margin-top: 15px;
	background: #000;
}
.with-right-black-line {
	margin-bottom: 25px;
}
.section-heading {
	margin-bottom: 45px;
}
.section-heading .image-icon {
	height: 32px;
	margin-right: 15px;
}
.section-heading .btn {
	position: absolute;
	top: -15px;
	right: 15px;
}
.section-heading .custom-select {
	position: absolute;
	top: -10px;
	left: 250px;
}

/**-----------------------------------------*
 * Button Styles
 *------------------------------------------*/
.btn {
	min-width: 300px;
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 20px 30px;
}
.btn-primary {
	position: relative;
	color: #fff;
	background: rgba(220, 12, 12, 0.75);
	border: none;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}
.btn-primary:hover,
.btn-primary:focus {
	background: rgba(220, 12, 12, 1.00);
}
.btn-primary:active {
	background: #ff4f4f !important;
}
.btn-big {
	min-width: 415px;
}

/**-----------------------------------------*
 * Abstract/Reusable Styles
 *------------------------------------------*/
.full-banner {
	height: 575px;
	position: relative;
	-webkit-background-position: center !important;
	-moz-background-position: center !important;
	-o-background-position: center !important;
	background-position: center !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.background-cover {
	-webkit-background-position: center !important;
	-moz-background-position: center !important;
	-o-background-position: center !important;
	background-position: center !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
/* Center anything (!! must be within a relatively positioned container !!) */
.absolute-center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.absolute-vert-center {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.smooth-transition * {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.text-white {
	color: #fff;
}
/* Add a drop shadow to anything */
.drop-shadow {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.text-shadow {
	text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.uppercase {
	text-transform: uppercase !important;
}
.rounded-edge {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.content-wrap {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}
.content-section {
	padding-top: 15px;
	padding-bottom: 30px;
}
.content-section:last-of-type {
	padding-bottom: 0;
}
.spacer15 {
	margin-bottom: 15px;
}
.spacer30 {
	margin-bottom: 30px;
}
.spacer45 {
	margin-bottom: 45px;
}
.spacer60 {
	margin-bottom: 60px;
}
.flex-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-orient: horizontal; 
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    flex-direction: row;

    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;  
    align-items: center;

}
.flex-row img {
	max-width: 20%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto; 

    padding-right: 7.5px;

    box-sizing: border-box;
}
.big-arrow-link {
    font-family: 'Montserrat', sans-serif;
	font-size: 64px;
    font-weight: 200;
    color: #000;
    border-bottom: 5px solid #000;
    padding-bottom: 10px;
}
.big-arrow-link:hover {
	border-color: rgba(220, 12, 12, 0.75);
}
.big-arrow-link:after {
	content: '\232A';
	margin-left: 25px;
	margin-top: 10px;
}
.add-underline:after {
	content: '';
	display: block;
	width: 60%;
	height: 5px;
	margin-top: 15px;
	background: #000;
}
.add-underline.thin:after {
	content: '';
	display: block;
	width: 40%;
	height: 2px;
	margin-top: 10px;
	background: #000;
}

/**-----------------------------------------*
 * Bootstrap Modal and Form Styles
 *------------------------------------------*/
.modal-dialog {
	max-width: 460px;
	width: 40%;
	position:absolute;
	top: 50% !important;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	-webkit-transform: translate(-50%, -50%) !important;
	margin: 0;
}
.modal-content {
	padding: 15px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.modal-header {
	border: none;
}
.modal .close {
	position: absolute;
    top: 15px;
    right: 15px;
	font-family: "Quicksand", sans-serif;
	font-size: 30px;
	font-weight: 200;
	color: #DC0C0C;
	padding: 0 12px 6px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	border: 1px solid #DC0C0C;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.modal .close:hover {
	color: #fff;
	background: #DC0C0C;
}
form .input-group {
	width: 100%;
	margin-bottom: 15px;
}
form .input-group input,
form .input-group textarea {
	height: auto;
	border: 1px solid rgba(220, 12, 12, 0.75);
	font-size: 18px;
	text-transform: uppercase;
	padding: 15px 20px;
}
form .input-group input:focus,
form .input-group textarea:focus {
	color: #fff;
	background: rgba(220, 12, 12, 0.75);
    outline: none !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(220, 12, 12, 1);
}
form .input-group input:focus::placeholder,
form .input-group textarea:focus::placeholder {
	color: #fff;
}
input.form-control {
	-webkit-border-radius: 30px !important;
	-moz-border-radius: 30px !important;
	border-radius: 30px !important;
}
textarea.form-control {
	-webkit-border-radius: 23px !important;
	-moz-border-radius: 23px !important;
	border-radius: 23px !important;
}

/**-----------------------------------------*
 * Bootstrap Pagination Customizations
 *------------------------------------------*/
.pagination-wrap {
	display: table;
	margin-top: 45px;
	position: relative;
}
.pagination-wrap a {
	color: #000;
}
.pagination-wrap a:hover {
	color: rgba(220, 12, 12, 0.75);
}
.pagination-wrap a i {
	font-size: 16px;
}
.pagination-wrap #prev,
.pagination-wrap #next,
.pagination {
    display: table-cell;
    vertical-align: middle;
}
.pagination-wrap #prev {
	padding-right: 25px;
}
.pagination-wrap #next {
	padding-left: 25px;
}
.pagination {
	margin: 0;
}
.pagination li a {
	margin-left: 8px;
	margin-right: 8px;
}
.pagination li a, 
.pagination li span,
.pagination li:first-child a, 
.pagination li:first-child span
.pagination li:last-child a, 
.pagination li:last-child span {
	width: 30px;
	height: 30px;
	line-height: 1.2;
	color: #000;
	border: none;
	-webkit-border-radius: 30px !important;
	-moz-border-radius: 30px !important;
	border-radius: 30px !important;
}
.pagination li a:hover,
.pagination li a.active {
	color: #fff;
	background: rgba(220, 12, 12, 0.75);
}

/**-----------------------------------------*
 * Fancybox Customizations
 *------------------------------------------*/
.fancybox-wrap, 
.fancybox-skin, 
.fancybox-outer, 
.fancybox-inner, 
.fancybox-image, 
.fancybox-wrap iframe, 
.fancybox-wrap object, 
.fancybox-nav, 
.fancybox-tmp {
	background: none;
}
.fancybox-skin {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.fancybox-close {
	top: 0;
	right: 0;
} 
.fancybox-type-iframe .fancybox-inner {
    padding-top: 56.2%; /* 16:9 aspect ratio for videos; */
    height: 0 !important;
}
.fancybox-type-iframe .fancybox-inner .fancybox-iframe { 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
}
.fancybox-video {
	position: relative;
	display: block;
	height: 0;
	padding-top: 56.2%;
	background-size: cover !important;
	background-position: center center !important;
}
.fancybox-video .overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.fancybox-video .fa-play {
	font-size: 50px;
	color: rgba(255, 255, 255, 0.75);
}
.fancybox-video:hover .overlay {
	background: rgba(220, 12, 12, 0.75);
}
.fancybox-video:hover .fa-play {
	color: rgba(255, 255, 255, 0.90);
}

/**-----------------------------------------*
 * Single Page Styles
 *------------------------------------------*/
.single-title-banner {
	width: 100%;
	background-size: cover !important;
	background-position: center !important;
}
.single-title-banner .container {
	height: 320px;
}
.single-title-banner .page-title {
	color: #fff;
	margin: 0;
}

/**-----------------------------------------*
 * Home Page Styles
 *------------------------------------------*/
#homeBanner .banner-content {
	width: 80%;
}
#homeBanner .banner-content h1 {
	margin-bottom: 60px;
}
.grid-row .space-container {
	width: 300px;
	text-align: center;
}
.grid-row .space-container.left {
	float: left;
}
.grid-row .space-container.middle {
	margin: 0 auto;
}
.grid-row .space-container.right {
	float: right;
}
.grid-row .feat-image {
	display: block;
	width: 300px;
	height: 300px;
	margin: 0 auto;
	background-size: cover !important;
	background-position: center !important;
	-webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.grid-row a:hover .feat-image {
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
}
.grid-row a .feat-image .overlay {
	width: 100%;
    display: block;
    position: relative;
    height: 100%;
    background: rgba(220, 12, 12, 0.75);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.grid-row .feat-image .overlay i {
	color: rgba(255, 255, 255, 0.75);
	font-size: 60px;
}
.grid-row a:hover .feat-image .overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.grid-row .title {
	margin-top: 30px;
	text-transform: uppercase;
}
.grid-row a:hover .title {
	color: rgba(220, 12, 12, 0.75);
}
#ourLocation p {
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0.75px;
	font-weight: bold;
}
#ourLocation a {
	color: #000;
}
#ourLocation a:hover {
	color: rgba(220, 12, 12, 0.75);
}
#ourLocation a.btn {
	color: #fff;
}
#ourLocation i {
	font-size: 24px;
	line-height: 40px;
}
#ourLocation iframe {
	width: 100%;
	max-height: 400px;
}

/**------------------------------------------------------*
 * Spaces Page Settings
 *-------------------------------------------------------*/
#page-spaces-studios .grid-row,
#page-spaces-offices .grid-row {
	margin-bottom: 45px;
}
#page-spaces-studios .grid-row:last-of-type,
#page-spaces-offices .grid-row:last-of-type {
	margin-bottom: 0;
}
.custom-select {
	position: relative;
}
.custom-select select {
	display: none; /*hide original SELECT element:*/
}
.select-selected {
	background: rgba(220, 12, 12, 0.75);
}
/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	content: "";
	top: 35px;
	right: -30px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: rgba(220, 12, 12, 0.75) transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
	border-color: transparent transparent rgba(220, 12, 12, 0.75) transparent;
	top: 29px;
}
/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
	text-align: center;
}
.select-selected {
	min-width: 300px;
    font-family: 'Quicksand', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
	padding: 20px 30px;
	color: rgba(220, 12, 12, 0.75);
	background: none;
	border: 1px solid rgba(220, 12, 12, 0.75);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	cursor: pointer;
}
.select-items {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}
.select-items div {
	min-width: 300px;
	font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 3px;
    text-transform: uppercase;
	padding: 20px 30px;
	background: rgba(255, 255, 255, 0.75);
}.select-items div:hover {
	color: #fff;
	background-color: #dc0c0cbf;
}
/*hide the items when the select box is closed:*/
.select-hide {
	display: none;
}
.select-items div:hover, .same-as-selected {
}

/**-----------------------------------------*
 * Spaces Detail Page Styles
 *------------------------------------------*/
#page-spaces-detail .content-wrap {
	padding-top: 30px;
}
.other-images {
	margin-bottom: 45px;
}
.other-images a {
	max-height: 140px;
	width: 140px;
	display: inline-block !important;
	margin: 10px 7px 0 0;
}
.other-images a img {
	max-height: 140px;
	width: 140px;
}
#sidebarStudios .rooms {
	margin-bottom: 30px;
}
#sidebarStudios .rooms ul,
#sidebarStudios .artists ul {
	list-style: none;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 3px;
	padding-left: 0;
	margin-bottom: 30px;
}

/**-----------------------------------------*
 * Gallery Page Styles
 *------------------------------------------*/
#page-gallery .grid-row {
	margin-bottom: 14px;
}
#page-gallery .grid-row [class*=col] {
	padding-left: 7px;
	padding-right: 7px;
}
#page-gallery .grid-row .feat-image {
	width: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#page-gallery .grid-row .feat-image .caption {
	position: absolute;
	left: 20px;
	bottom: 0;
	font-size: 13px;
	text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
	color: #fff;
	background: rgba(220, 12, 12, 0.75);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
#page-gallery .grid-row .feat-image .fa-camera,
#page-gallery .grid-row .feat-image .fa-film {
	position: absolute;
	right: 20px;
	bottom: 13px;
    font-size: 44px;
    color: rgba(255, 255, 255, 0.75);
}

/**-----------------------------------------*
 * FAQ Page Styles
 *------------------------------------------*/
#page-faq .content-wrap {
	padding-top: 0;
	padding-bottom: 0;
}
#faqSidebar {
	padding-top: 45px;
	padding-bottom: 45px;
	border-right: 2px solid #eee;
}
#faqSidebar ul {
	list-style: none;
	line-height: 32px;
	padding-left: 0;
}
#faqSidebar ul li a {
	color: #000;
}
#faqSidebar .glossary {
	margin-bottom: 30px;
}
#faqList {
	padding-left: 30px;
	padding-top: 45px;
	padding-bottom: 45px;
}
.faq-group {
	margin-bottom: 30px;
}
.faq-group:last-of-type {
	margin-bottom: 0;
}
.faq-group .group-title a {
	line-height: 50px;
	color: #000;
}
.faq-group .group-title a[aria-expanded="true"] .plus-icon {
	display: none;
}
.faq-group .group-title a[aria-expanded="true"] .minus-icon {
	display: inline-block;
}
.faq-group .group-title img {
	width: auto;
	height: 50px;
	margin-top: -5px;
	margin-right: 10px;
}
.faq-group ul {
	padding-left: 45px;
	list-style: none;
	margin-top: 30px;
	margin-bottom: 30px;
}
.faq-group ul li {
	position: relative;
}
.faq-group .minus-icon {
	display: none; /* hide by default */
}
.faq-group ul li .plus-icon,
.faq-group ul li .minus-icon {
	position: absolute;
	top: 5px;
	left: -45px;
	width: 30px;
	height: auto;
	margin-right: 15px;
}
.faq-group ul li a {
	display: block;
	font-size: 28px;
	margin-bottom: 15px;
	color: #000;
}
.faq-group ul li a[aria-expanded="true"] .plus-icon {
	display: none;
}
.faq-group ul li a[aria-expanded="true"] .minus-icon {
	display: inline-block;
}

/**------------------------------------------------------*
 * 404 Page Settings
 *-------------------------------------------------------*/
#page-404 .content-wrap {

}
#page-404 .fa-exclamation-circle {
	font-size: 150px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #000;
}
#page-404 .btn {
	margin-top: 30px;
}
#page-404 .btn i {
	margin-right: 10px;
}

/**-----------------------------------------*
 * Footer Styles
 *------------------------------------------*/
footer {
	position: relative;
	font-weight: 600;
	line-height: 30px;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #000;
	background: #eee;
	overflow: hidden;
}
footer .overlay {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}
footer h5 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-top: 0;
	color: #000;
}
footer h3.with-right-black-line {
	margin-bottom: 30px;
}
footer h3.with-right-black-line:after {
	right: 20px;
}
footer .foot-left a,
footer .foot-middle a,
footer .foot-right a {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 50px;
	color: #000;
}
footer .foot-left a:hover,
footer .foot-middle a:hover,
footer .foot-right a:hover {
	color: rgba(0, 0, 0, 0.75);
}
footer ul {
	padding-left: 0;
	list-style: none;
}
footer p {
	font-size: 14px;
	line-height: 26px;
}
footer .foot-bottom {
	margin-top: 30px;
	padding-top: 10px;
	border-top: 3px solid #000;
}
footer .foot-bottom .col-md-6:last-of-type {
	text-align: right;
}
footer .copyright-statement {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.75px;
}
footer .copyright-statement a {
	color: #000;
}
footer .copyright-statement a:hover {
	color: rgba(0, 0, 0, 0.75);
}

/**-----------------------------------------*
 * Responsive Styles
 *------------------------------------------*/
/*-- Tablets --*/
@media all and (max-width: 992px) {
	.navbar-nav {
		float: none !important;
		margin-top: 65px;
		margin-left: -15px;
	}
	.content-wrap {
		padding-top: 30px;
	}
	.content-section .btn {
		margin-bottom: 30px;
	}
	/*-- Single pages | general --*/
	.single-title-banner .container {
		height: 240px;
	}
	/*-- Home page --*/
	#homeBanner .banner-content h1 {
		font-size: 7vw;
	}
	#favoriteSpaces * {
		text-align: center;
	}
	#favoriteSpaces h2 {
		margin-bottom: 30px;
	}
	#favoriteSpaces h2 + .btn {
		position: relative;
		top: auto;
		right: auto;
	}
	.grid-row .space-container {
		width: auto;
	}
	.grid-row .space-container.left,
	.grid-row .space-container.middle,
	.grid-row .space-container.right {
		float: none;
	}
	#whyADS .rounded-edge {
		width: 100%;
		margin-bottom: 30px;
	}
	.big-arrow-link {
		font-size: 42px;
	}
	/*-- Our History --*/
	.tl-container {
	    margin: 30px 0;
	}
	.tl-container.left {
		padding: 10px 40px 10px 0;
	}
	.tl-container.right {
		padding: 10px 0 10px 40px;
	}
	/*-- Spaces / Gallery Pages --*/
	#page-spaces-studios .section-heading,
	#page-spaces-offices .section-heading,
	#page-gallery .section-heading {
		text-align: center;
	}
	#page-spaces-studios .section-heading h2,
	#page-spaces-offices .section-heading h2,
	#page-gallery .section-heading h2 {
		margin-bottom: 30px;
	}
	.section-heading .custom-select {
		width: 300px !important;
		position: relative;
	    top: auto;
	    left: auto;
	    margin: 0 auto;
	}
	.select-selected:after {
		right: 75px;
	}
	#page-home a[class*=col],
	#page-spaces-studios a[class*=col],
	#page-spaces-offices a[class*=col] {
		margin-bottom: 60px;
	}
	#page-home a[class*=col]:last-of-type,
	#page-spaces-studios a[class*=col]:last-of-type,
	#page-spaces-offices a[class*=col]:last-of-type {
		margin-bottom: 0;
	}
	#page-home .grid-row,
	#page-spaces-studios .grid-row, 
	#page-spaces-offices .grid-row {
		margin-bottom: 0;
	}
	#page-home .grid-row .feat-image,
	#page-spaces-studios .grid-row .feat-image,
	#page-spaces-offices .grid-row .feat-image {
		position: relative;
		width: 100%;
		height: 400px;
	}
	#page-spaces-studios .grid-row .title,
	#page-spaces-offices .grid-row .title {
		text-align: left;
	}
	/*-- Gallery Pages --*/
	#page-gallery .grid-row {
		margin-bottom: 0;
	}
	#page-gallery .grid-row [class*=col] {
		margin-bottom: 14px;
	}
	.grid-row a .feat-image .overlay {
		display: contents;
	}
	.grid-row .feat-image .overlay i {
		font-size: 80px;
	}
	/*-- Spaces Detail Pages --*/
	#sidebarStudios {
		margin-top: 45px;
	}
	/*-- FAQ Page --*/
	#faqSidebar {
		border-right: none;
	}
	#faqSidebar .glossary {
		width: 50%;
		float: left;
	}
	/*-- Footer --*/
	.foot-left,
	.foot-middle,
	.foot-right {
		margin-bottom: 45px;
	}
	.foot-right {
		text-align: left;
	}
	.foot-right .with-right-black-line:after {
		left: 15px;
	}
	footer .foot-bottom {
		text-align: center;
		padding-top: 45px;
	}
	footer .foot-bottom .col-md-6:last-of-type {
		text-align: center;
	}
	footer .copyright-statement {
		margin-bottom: 0;
	}
	.modal-dialog {
		width: 90%;
		margin: 0 auto;
	}
	.modal-body .btn {
		min-width: 0 !important;
	}
}
/*-- Large Phones --*/
@media all and (max-width: 767px) {
	.tablet-mobile-only {
		display: block;
	}
	/*-- Fixes .duck-nav class being on both the click-to-call mobile banner and home page banner-- */
	.duck-nav + .duck-nav {
		margin-top: 0 !important;
	}
	.navbar-header {
		height: 90px;
	}
	.navbar-default .navbar-brand {
		width: 70%;
	}
	.navbar-brand img {
		max-height: 40px;
	}
	.navbar-nav {
		margin-top: 0;
	}
	.navbar-default .navbar-toggle {
		margin: 50px 15px 0;
		border: none;
	}
	.navbar-default .navbar-toggle:focus, 
	.navbar-default .navbar-toggle:hover {
		background: none;
	}
	.navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar {
		background-color: #fff;
	}
	.navbar-fixed-bottom .navbar-collapse, 
	.navbar-fixed-top .navbar-collapse {
		max-height: 100%;
	}
	.navbar-default .navbar-collapse, 
	.navbar-default .navbar-form {
		border: none;
	}
	.navbar-default .navbar-nav li a {
		background: none;
	}
	.navbar-default .navbar-nav li a, 
	.navbar-default .navbar-nav li .horizontal-spacer {
		margin-top: 0;
	}
	.navbar-default .navbar-nav li .horizontal-spacer {
		display: none;
	}
	.dropdown-menu {
		position: relative;
		width: 100%;
	}
	.navbar-nav li .dropdown-menu a {
		padding-left: 60px;
	}
	.navbar-default .navbar-nav li a,
	.navbar-nav li .dropdown-menu a {
		line-height: 75px;
	}
	.btn {
		min-width: 300px;
		font-size: 14px;
		margin-bottom: 15px;
	}
	h3 {
		font-size: 8vw;
	}
	.page-title {
		font-size: 52px;
	}
	.big-arrow-link {
		font-size: 20px;
		line-height: 50px;
	}
	.timeline h2 {
		margin-left: 60px;
	}
	.tl-container.left,
	.tl-container.right {
		padding: 0 0 0 60px;
	}
	.timeline .left::before {
		display: none;
	}
	/*-- Spaces --*/
	#page-spaces-studios .grid-row .feat-image,
	#page-spaces-offices .grid-row .feat-image {
		height: 300px;
	}
	/*-- Gallery Pages --*/
	.grid-row .feat-image .overlay i {
		font-size: 60px;
	}
	/*-- FAQ page --*/
	#faqSidebar {
		text-align: center;
		padding-bottom: 0;
	}
	#faqSidebar .glossary {
		width: 100%;
		clear: both;
	}
	#faqSidebar .add-underline.thin:after {
		margin: 10px auto;
	}
	#faqList {
		padding-left: 15px;
	}
	.faq-group ul li a {
		font-size: 6vw;
	}
	.modal-content {
		padding: 15px;
	}
}
/*-- Small Phones --*/
@media all and (max-width: 480px) {
	.other-images a {
		max-height: 100px;
		width: 100px;
	}
}

.input-check{display:none;}
