/*
Theme Name: Danny
Theme URI: http://dcmarketing.com.au
Description: A Theme for Danny.
Version: 1.0.1
Author: Dave Spencer
Author URI: http://noosawebdesign.com
*/

html, body {
	height: 100%;
}  

body.theme {
    padding-top: 50px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    background-color: #f2f2f2;
}

#wrap {
    height: auto !important;
    margin: 0 auto -122px;
    min-height: 100%;
    padding: 0 0 122px;
    transition: height 1.2s ease 0s;
}

.theme a {
	color:#4f87a2;
	text-decoration:none;
}

.theme a:hover {
	color:#7badc1;
	text-decoration:none;
}

.theme h1 a, .theme h2 a {
	color:#4f87a2;
	text-decoration:none;
	font-weight: 100;
}

.theme h6 {
	color:#4f87a2;
	font-size: 16px;
}

.theme hr {
	border-color: #ccc;
	margin:15px 0;
}

.theme label {
	margin: 0 6px 0 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.highlight {
	outline: 1px solid #ffcc00;
	background-color: #fef9e3 !important;
}

input[type="text"], textarea {
    margin-bottom: 4px;
    width:100%
}

.share {
	cursor: pointer;
}

iframe {
	border-radius: 4px;
	margin-bottom: 10px;
}

.theme .navbar-brand {
	margin-right: 22px;
	display: inline-block;
}

.theme .navbar-brand span {
	color:#7badc1;
	display: inline-block;
}

.theme .header-logo {
	display: inline-block;
}

.theme .navbar-brand img{
	margin: -22px 12px 0 15px;
}

.theme .navbar-header a {
    padding-top:11px;
    color:#eee;
}

.theme .navbar-brand .header-tag {
    color:#ddd;
    font-size:15px;
    padding-left: 10px;
    margin-top: -10px;
}

.theme .navbar-default {
    background-color: #333;
    background-image: none;
    border:none;
    height:64px;
}

.theme .navbar-toggle {
    color: #eee;
    padding: 11px;
}

.theme .navbar-toggle:hover,
.theme .navbar-toggle:focus {
    color: #555;
}

.theme .navbar-nav .open .dropdown-menu {
	background-color: #fff !important;
}

.theme .navbar-default .navbar-nav {
    margin-top: 7px;
}

.theme .navbar-default .navbar-nav > li > a, .theme .navbar-default .navbar-nav > li > a:focus {
    font-size:18px;
    color:#ddd;
}

.theme .navbar-default .navbar-nav > li:hover > a {
    color:#fff;
    text-shadow: 0 0 20px rgba(255, 255, 255, 1);
}


.theme .navbar-default .navbar-nav > .active > a, .theme .navbar-default .navbar-nav > .active > a:hover, .theme .navbar-default .navbar-nav > .active > a:focus {
    background:none;
	box-shadow: none;
	background-color: transparent;
    color: #fff;
}

.theme .navbar-default .navbar-nav > .open > a, .theme .navbar-default .navbar-nav > .open > a:hover, .theme .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #fff;
}

.theme .dropdown-menu > .active > a, .theme .dropdown-menu > .active > a:hover, .theme .dropdown-menu > .active > a:focus {
    background-color: #4f87a2;
    background-image: none;
}

.box {
	min-height: 150px;
}

.image-row {
	margin-bottom: 15px;
}

.box > a > img {
	margin-top: 10px;
}

.box ul {
	list-style: none;
	padding-left: 0;
	font-size:16px;
}

.box .menu-item > a, .footer-container a {
    color:#ddd;
    margin:10px 0;
}

.box .menu-item > a:hover, .footer-container a:hover {
	color:#fff;
	text-decoration: none;
	text-shadow: 0 0 20px rgba(255, 255, 255, 1);
}

.the-email {
	cursor: pointer;
}

.separator span {
	color:#999;
	font-size:16px;
}

.nav span.glyphicon {
	color:#aaa;
}

.nav span.glyphicon:hover {
	color:#eee;
}

.slide-container, .single-container {
	text-align:center;
	position:absolute;
}

.theme .search-container {
	position: absolute;
	right: 0;
    top: -30px;
    padding: 0 15px;
    width: 25%;
}

.theme .search-listing {
	font-size: inherit;
}

.theme h1 {
    font-size: 48px;
    font-weight: 100;
    letter-spacing: -0.015em;
    line-height: 1.0556;
    margin-top:0px;
}

.theme h2 {
    font-size: 24px;
    font-weight: 100;
    line-height: 1.3333;
    margin-bottom: 15px;
    margin-top: 10px;
    min-height: 32px;
}

.slide-image {
	width:100%;
	position:relative;
	-webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-position: center center;
}

.sliders, .slide {
	width:100%;
	margin: 10px 0 14px 0;
	/*min-height:200px;*/
}

.home-tag {
	position:absolute;
	width:100%;
	padding:0;
	text-align: center;
	bottom:0;
}

.home-title {
	font-size:18px;
	text-transform:uppercase;
	font-weight: 800;
	padding:4px;
	background-color: rgba(15, 114, 187, 0.95);
	color:#eee;
	text-shadow: 1px 1px 2px rgba(20, 20, 20, 1);
}

.home-text {
	padding:14px 0  5px;
	background-color: rgba(51, 51, 51, 0.75);
	color:#ddd;
}

.body-container {
	background-color: #fff;
	padding: 50px 0 20px;
}

.body-container .container {
	position: relative;
}

.box-container {
	/*background-color: #f2f2f2;*/
	color:#333;
	padding-top: 14px;
}

.masonry {
	margin: 0 auto;
}

.item {
	
	padding: 0 6px 18px 6px;
	text-align:center; 
	position:relative;
}

.item-image {
	width: 273px;
	height:273px;
	background-size: cover;
	background-position: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.item h3 {
	font-size: 15px;
	margin-top:0;
	min-height: 17px;
}

.item h2 {
    margin: 0 0 3px 0;
}

.footer-container {
	background-color: #333;
	color:#eee;
}

.footer-container .text-muted {
    color: #ddd;
}

.credit-container {
	background-color: #eee;
	color:#bbb;
	padding-top:10px;
	padding-bottom: 0px;
}

.transparent {
	filter: alpha(opacity=85);
	opacity: 0.85;
}

.wpcf7-form-control {
	width:100%;
}

.textwidget img {
	margin-top:18px;
	width:100%;
	max-width:263px;
}

.theme .btn-base {
    border-color: #db1a22;
    color: #fff;
    background-color: #357ebd;
    background-image: linear-gradient(to bottom, #0f70b7 0px, #0c5184 100%);
    background-repeat: repeat-x;
    margin-bottom: 10px;
}

.theme .btn-base:hover {
	background-image: linear-gradient(to bottom, #0c5184 0px, #062e4b 100%);
    color: #eee;
}

.theme .ui-widget {
    font-family: inherit;
    color: #666;
}

.ui-widget-content a.submit_anchor, .ui-widget-content a.button {
	background-color: #357ebd;
    background-image: linear-gradient(to bottom, #0f70b7 0px, #0c5184 100%);
    background-repeat: repeat-x;
	color:#fff;
	text-decoration: none !important;
    -webkit-border-radius:4px;
   	-moz-border-radius:4px;
   	border-radius:4px;
    height: 29px;
    margin: 0 auto;
    padding: 6px 20px  !important;
    border: medium none;
}

.ui-widget-content a.submit_anchor:hover, .ui-widget-content a.button:hover {
	background-image: linear-gradient(to bottom, #0c5184 0px, #062e4b 100%);
    color: #eee;
}

.sidebar-menu {
	padding-left:0
}

.sidebar-menu li {
	list-style: none outside none;
	padding-bottom: 10px;
}

#the_email {
	cursor: pointer;
}

/* Utility Classes */

.fa-right {
	margin-right: 8px;
	width:18px;
}


.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img.alignright {
    margin-left:15px;
}

img.alignleft {
    margin-right:15px;
}

.ellipsis {
	overflow-x: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
}

.data-table {
	display:table;
}

.data-cell {
	display:table-cell;
	vertical-align: top;
}
.data-cell p {
	padding-left: 10px;
}

.data-info {
	padding-top:12px;
	width:100%;
	font-size:20px;
	display:table;
}

.data-bed {
	background: url('images/bedrooms.png') no-repeat top left;
	height:44px;
	width:20%;
	padding:7px 0 0 50px;
}
.data-bath {
	background: url('images/bathrooms.png') no-repeat top left;
	height:44px;
	width:20%;
	padding:7px 0 0 50px;
}
.data-car {
	background: url('images/garage.png') no-repeat top left;
	height:44px;
	width:20%;
	padding:7px 0 0 50px;
	
}
.data-pool {
	background: url('images/pool.png') no-repeat top left;
	height:44px;
	width:20%;
	padding:7px 0 0 50px;
}

.data-border {
	border: 1px solid #ccc;
	background-color: #eee;
	padding:10px 20px;
	margin: 0 0 15px;
	-webkit-border-radius:4px;
   	-moz-border-radius:4px;
   	border-radius:4px;
}

.theme .modal-lg {
	width:1056px;
}

.theme .modal-header { 
	min-height: 56px;
}

.theme .modal-footer {
	
}

.attention {
	background-color: #FCF8E3 !important;
    border-color: #FF0000 !important;
}

.warning {
	background-color: #FCF8E3 !important;
    border-color: #FFCC00 !important;
}