@media (min-width: 1200px){
#navigation	.container {
	width:1000px;
}
}
@media (max-width: 1199px) {
	div#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
		float: left;
		line-height: 50px;
		margin-left: 20px;
	}	

	div#header-wrapper #header #header-inner .navbar .navbar-inner .site-email {
		float: left;
		line-height: 50px;
		margin-left: 0px;
	}
	

}

@media (max-width: 991px) {

	div.navigation-wrapper {
		height: auto;
	}

	div.logo-wrapper {
		width: 100% !important;
		margin-left: 10px;
	}
	div#header-wrapper #header #header-inner .navbar .navbar-inner .info {
		float: none;
		margin-left: 0;
	}

	div#header-wrapper #header #header-inner .navbar .navbar-inner .logo {
		height: auto;
    	float: none;
   		margin: 5px auto;
	}	

	div#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
		margin-left: 0px;
	}	

	div.site-email {
		float: left !important;
		margin: 0 20px;
	}

	div.site-phone {
		float: right !important;	
	}

	div.loginWidget {
		float: none;
		text-align: center;
	}

	div#content div#main {
		padding-left: 0px;
		padding-right: 0px;
		padding:0px;
	}
	
	.broker {
		margin-top: 0px !important;
	}
	
	.extrasection1 {
		padding: 10px 0px !important;
		
	}
	.community-section h1{
	text-align:center !important;
	padding:0 !important;
	}
	
	div.names h2 {
	left: 15%;
    width: 70%;
	}
	
	
	div.full-width-image-colgate {
    background-attachment: initial;
    background-size: cover;
	}
	
	div.index-headshots-wrapper {
    background-color: transparent;
    margin: 0;
    padding: 10px;
	}
	
	
}

@media (max-width: 768px) {

	div.names h2 {
    left: 0% !important;
    width: 100% !important;
    position: relative;
	}
}


/* -- Fix for mobile repsonsive issue with display: table; -- */

body #wrapper-outer #wrapper {
	display: block !important;
}

body #wrapper-outer #wrapper #wrapper-inner {
	display: inline !important;
}

body #wrapper-outer #wrapper #footer-wrapper {
	display: block !important;
	height: auto !important;
	float: left;
}

#header-wrapper #header #header-inner .navbar .navbar-inner #btn-nav {
	margin-top: 10px !important;
	position: absolute;
	z-index: 500;
	left: -15px;
}

body {
	font-size: 16px !important;
	color: #313131 !important;
}

.logo-wrapper .logo img {
	margin: 15px auto 0;
	max-width: 400px;
}

/* ---- Login Button ---- */

.loginWidget {
	float: right;
	padding: 30px 20px 20px;
}



/* ---- Contact Information Overrides ----- */

.site-phone a {
	text-decoration: none;
	color: #FFFFFF;
	transition: all 0.3s ease-out;
}
.site-phone a:hover {
	color: rgba(255, 255, 255, 0.76);
}
.broker-info ul {
	list-style: none;
	padding: 0;
}

.contact td {
	color: #fff;
}


/* ----- Social Icon Overrides ------ */

.span6.share {
	float: right;
}
.social-icons {
	list-style: none;
	padding:0;
	width: 320px;
}
.social-icons li {
	float: right;
	margin-right:5px;
	border:1px solid rgba(255,255,255,0.3);
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-ms-border-radius:100px;
	-o-border-radius:100px;
	border-radius:100px;
	padding:5px;
	width:32px;
	height:32px;
	line-height:26px;
	text-align:center;
	transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-webkit-transition:all 300ms ease-in-out;
}
.social-icons li a {
	font-size: 15px!important;
	text-align: center;
	text-decoration: none !important;
	color:#552448;
}
.social-icons li:hover {
	background-color:#fefefe;
	color:#552448 ;
}

/* ----- Footer Overrides ------ */

#footer-wrapper #footer #footer-inner p {
	margin: 0px;
	color: #fff !important;
}
#footer-wrapper #footer {
	border: 0px;
	margin-top: 0px;
	padding: 10px 0px !important;
}
.span6.copyright {
	float: left;
}


#footer-wrapper #footer-top table.contact th.cabre {
	background-image: url("https://www.royacdn.com/unsafe/smart/Site-6c5e263a-217f-445a-be6c-4a73f29d896a/footer_icons/right_arrow.png");
	background-size: 16px 16px;
	background-position: 6px 2px;
}



/*-- Details Page --*/

ul.slide-item-features.item-features {
	list-style: none
}

.slide-item-features li {
	padding: 10px;
	border: 1px solid #c4c4c4;
	margin: 5px;
	display: inline-block
}

span.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	padding: 0 10px 0 0
}

/*--- Modal Overrides -----*/

.modal-footer button {
	position: absolute;
	top: 0;
	right: 0;
}

.blueimp-gallery .modal-footer .btn {
	position: inherit;
}

.modal-body form.cmsForm {
	display: inline-block;
}


/*------ Font Awsome ----- */


.modal-body .fa-envelope:before {
	content: "\f0e0";
	float: left;
	margin: 0 20px 0 0;
}

.modal-body .fa-home:before {
    content: "\f015";
    float: left;
    margin: 0 20px 0 0;
}

/* -- Back Button -- */

.btn.btn-primary.arrow-left {
	background-image: url("../images/arrow-left-white.png") !important;
	background-position: 10px center !important;
	background-repeat: no-repeat !important;
	background-size: 8px 11px !important;
	padding-left: 15px !important;
}

input.btn.btn-primary.arrow-left.back-button {
	margin: 0 0 -50px;
	float: right;
	position: relative;
	right: 30px;
	width: 10px;
	z-index: 100;
	border-radius: 50px;
	height: 30px;
	background:grey;
}
.opener{
	width:100%;
	
	margin:0%;	
	
}



.darkbackground {
	background: rgba(149, 149, 149, 0.33);
	padding: 20px 0px;
	margin:0px;
}

.home-container {
	padding: 0px;
	margin: 0px;
}
.latest-properties {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	padding-bottom:50px;
}

.latest-properties h2 {
    letter-spacing: 4px;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 25px;
    text-align: center;	
	color: #000000;
}
.lisa-colgate-header h1 {
 	letter-spacing: 4px;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    padding-bottom: 25px;
    text-align: center;		
}

.colgate-picture {
	max-width:232px;	
	padding:0;
	    box-shadow: 0px 1px 1px #000;

}
.opener-content h1{
	letter-spacing: 4px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    padding-bottom: 25px;
	padding-top:10px;
	color:#ffffff;
	margin-top:-4px;
	text-align:center;
  		
}

.colgate-content h1{
text-align:left;	
}
.opener-content h3{
	letter-spacing: 2px;
   
    margin-top: -2%;
	line-height:24px;
	color:#ffffff;
}

.colgate-content{
	padding:0px 25px;	
}

.full-width-image-colgate{
	background: url("https://www.royacdn.com/unsafe/smart/Site-6c5e263a-217f-445a-be6c-4a73f29d896a/Scripps_Pier_La_Jolla.jpg");
	background-attachment:fixed;
	background-size:100% 100%;
	padding:0;
}

.shader-content{
	background: rgba(0,0,0,0.4);	
}

.tagline{
	font-family: 'Lato', sans-serif;
	background: #8c8c8c; /* Old browsers */
	background: -moz-linear-gradient(top,  #8c8c8c 0%, #3f3f3f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #8c8c8c 0%,#3f3f3f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #8c8c8c 0%,#3f3f3f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#3f3f3f',GradientType=0 ); /* IE6-9 */
	color:#ffffff;
	font-weight:bolder;
	
	text-transform:uppercase;
	letter-spacing:2px;
}

.opener-content {
	max-width:1200px;
	float:none;
	margin:auto;
}

.tagline h1{
	font-weight:bolder;	
	margin:0;
	padding:30px;
}

.design-latest-properties{
	border-top:2px solid #552448;
	max-width:600px;
	float:none;
	margin:auto;
	clear:both;
	margin-top:-20px;
}


/* — Mobile Menu Icons — */

.mobile-icons-li .fa-envelope:before {
    margin: 0;
}

.mobile-icons-li li {
    display: inline;
    margin: 0 20px 0;
}

ul.mobile-icons-li {
    padding: 0;
}

.mobile-icons span.fa {
    font-size: 25px;
    vertical-align: middle;
}

.mobile-icons {
    text-align: center;
}

.mobile-icons-li a {
    color: #C3C3C3;
}
@media (max-width: 500px) {
	
	.opener-content h3{
	font-size:4.3vw !important;	
	line-height:7vw !important;
	}
	
	
	.opener-content{	
		text-align:center;
        padding:10px 20px !important;
	}
	.colgate-content{
	padding:0;	
	}
	.extrasection1{
		box-shadow:none !important;	
	}
}


@media (max-width: 991px) {
	
	
	.colgate-picture{
		float:none;
		margin:auto;
		clear:both;
	}

	.colgate-content {
	padding:0;	
	margin:auto !important;
	float:none !important;
	}
	.opener-content h1{	
	text-align:center;
   
	}
	.opener-content{
	padding: 0px 10px;	
	}

}

}
@media (max-width: 1199px) {
	.colgate-content{
	padding:0px 10px;	
	}
	
	.opener-content{	
	text-align:center;
    padding:20px 50px;
	}

}

.extrasection1{
	padding: 20px 0px 30px;
	
}
.extrasection1 .design-latest-properties{
	max-width:600px;
	border-top:2px solid #552448;
	margin-top:20px;
	margin-bottom:20px;

	
}

.extrasection1 .design-latest-properties{
	max-width:700px;
	border-top:2px solid #552448;
	margin-top:20px;

	
}

.newopenercontent{
	margin:0 auto;
	max-width:1200px;
	float:none;
	padding:0;
	position:relative
	
}

.newopenercontent img{

margin:auto;
	float:none;
	filter:brightness(80%);
	-webkit-filter:brightness(80%);
	transition:all 0.2s ease;
}

.newopenercontent img:hover{
	filter:brightness(110%);
	-webkit-filter:brightness(110%);
	box-shadow: 0px 3px 8px #000
}
	
}
.newopenercontent h4{	
}

.three{
	padding:0;
	max-width:320px;
	float: none;
	margin: auto;
	clear: both;
	
}


.broker h6{
	    color: #fff;
}

.extrasection1 h1{
		color:#552448;	
		font-weight:bold;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
    text-decoration: none;
    color: white;
    background-color: #552448;	
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
	background-color: #552448 !important;
    color: #FFF !important;
}


.shader-footer{
	background: rgba(255,255,255,255 0.4);		
}

.footer-full-width{
	background: rgba(27, 27, 27, 0.7);
	padding:20px;
}

h1, .h1, h2, .h2, h3, .h3 {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	
}

.extrasection1 h2{
	font-size:30px;	
}

.community-container{
	padding:5px 2px;
}

.community-section{
	padding:10px 0px;	
}

.community-section img{
	transition:all 0.2s ease-in;
	-webkit-filter:brightness(80%);
	filter:brightness(80%);
	overflow:hidden;
}

.community-section img:hover{
	-webkit-filter:brightness(110%);
	-filter-:brightness(110%);
	box-shadow: 0px 3px 8px #000;
	transform:scale(1.1);
}

.community-section h1{
	padding-left:10px;
	color:#552448 ;
}

.community-section h3{
	padding-top:8px;
	color:#000 !important;
}

.community-section h3:hover{
	color:#552448;
	text-decoration:underline;
}

/* -- About page -- */

.headshots {
    width: 250px;
    height: 360px;
    overflow: hidden;
    margin: 30px 20px 0 0;
}

.biography {
    padding: 15px 0 30px;
    border-top: 1px solid #c7c7c7;
}

/* -- Index Page -- */

.index-headshots {
    padding: 20px;
}

.index-headshots h2 {
	color: #fff;
}

.index-headshots-wrapper {
    background-color: rgba(10, 10, 10, 0.46);
    margin: 50px 0;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

img.img-responsive.index-head {
    border: 2px solid #fff;
}

.price-search a {
    position: absolute;
    top: 65%;
    margin: auto;
    float: right;
    clear: both;
    padding: 5px 10px;
    font-size: 28px;
    color: #FFF !important;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    background-color: rgba(14, 14, 14, 0.67);
}

.price-search-wrapper {
	background-color: #1B1B1B;
    padding: 10px 10px 20px;
    border-top: 3px solid #552448;
    border-bottom: 3px solid #552448;
}

.price-search-wrapper h2 {
    border-bottom: 1px dashed #c7c7c7;
    padding-bottom: 10px;
    text-transform: uppercase;
	color: #fff;
}

img.img-responsive.prices {
    border: 2px solid #fff;
}
	
h1, .h1 {
    font-weight: lighter;
}

.grey-background {
    background-color: #1B1B1B;
    padding: 0 0 20px;
}

.extrasection1 {
    max-width: 1600px;
    margin: auto;
    float: none;
}

.extrasection1 h2 {
    color: #fff;
}

.names h2 {
    position: absolute;
    top: 80%;
    margin: auto;
    left: 15%;
    width: 70%;
    background: rgba(16, 16, 16, 0.77);
    text-align: center;
    padding: 5px 0px;
    color: #fff;
    text-shadow: 0px -1px 1px #585757;
    text-decoration: none !important;
    text-transform: uppercase;
}

.properties-grid .property.featured .row > .wrap {
    border: 3px solid #A7A7A7;
}


/* -- Hide Video Controls -- */

.vjs-control-bar,.vjs-big-play-button,.vjs-loading-spinner, .vjs-text-track-display {
	display: none;	
}