* {
    font-family: 'Noto Sans', sans-serif;
}

a:hover, a:visited, a:link, a:active{
    text-decoration: none !important;
}

body {
    background: #ffffff url('../images/tealDotsBackground.png') no-repeat center center fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.headerLogo {
    height: auto;
    width: 300px;
}
.displayNone {
    display: none !important;
}
.boldText {
    font-weight: bold;
}
.alignLeft {
    text-align: left !important;
}
.alignRight {
    text-align: right !important;
}
.alignCenter {
    text-align: center !important;
}
.alignJustified {
    text-align: justify !important;
}
.maxWidth {
    width: 100%;
}
.centerImage {
    margin-left: auto;
    margin-right: auto;
}

.floatLeft{
    float: left !important;    
}

.lead {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5rem !important;
}
.footer {
    color: #063f43;
}

div.footerContact a{
    color: #063f43 !important;
    text-decoration: none !important;
}

a.greenText, .greenText {
    color: #13bbc7 !important;
    font-weight: 500;
}

.adminSectionHeader {
    color: #fff !important;
    font-weight: 500;
    font-size: 1.25em;
    background: #13bbc7;
    padding: 5px;
    margin-bottom: 10px;
}

.mobileRequestEst{
    line-height: 60px;
    padding-left: 10px;
    display: none;
}

.navbar-default {
    background-color: #f8fafa !important;
    border-color: #118f98  !important;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #f8fafa !important;
    background-color: #063f43 !important;
    border-radius: 3px !important;
}
.bottom3Column {
    margin-top: 10px !important;
}
.contactCorner, .contactCorner div a {
    color: #f8fafa !important;
    font-size: 1em;
    vertical-align: middle;
    text-align: right;
    text-decoration: none !important;
}

.callOut {
    background:#063f43;
    display: inline-block;
    padding: 0 20px;
    border: double #6ff0f9;
    border-radius: 10px;
    margin-top: 75px;
}

#contactEmailDiv,
#contactPhoneDiv,
.contactLine {
    line-height: 30px;
}
.navbar-toggle {
    background-color: #063f43 !important;
    color: #f8fafa !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #f8fafa !important;
}

nav.navbar.navbar-default {
    margin-top: 20px;
}
.menuIconTitle {
    color: #f8fafa;
    font-size: .65em !important;
}
.navbar-toggle {
    padding-top: 0 !important;
}
#freeEstimateButton {
    display: none !important;
}
h1.columnTitle {
    color: #13bbc7 !important;
    font-weight: bold;
    font-size: 1.75em !important;
}
div.bottom3Column a:link,
div.bottom3Column a:visited,
div.bottom3Column a:hover,
div.bottom3Column a:active {
    color: #13bbc7 !important;
    text-decoration: none !important;
}
a:hover {
    font-weight: bold !important;
}
.footerContact {
    padding-left: 10px;
    padding-top: 10px;
}
.footerSocialMedia {
    padding-right: 25px !important;
    padding-top: 10px;
}
.footerLegal {
    padding-top: 10px;
}
.row.bottom3Column div.col-md-4 {
    border: 1px solid #f8fafa;
    background: #f8fafa;
    border-radius: 5px;
    margin-right: 5px;
    margin-left: 5px;
    width: 32.4%;
    min-height: 465px;
    padding-bottom: 5px;
}
/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .mobileRequestEst{
          display: inline-block;
    }
    .contactCorner {
        text-align: center !important;
    }
    #contactEmailDiv {
        float: left;
        line-height: 50px;
        padding-left: 20px;
    }
    #contactPhoneDiv {
        float: right;
        line-height: 50px;
        padding-right: 20px;
    }
    .row.bottom3Column div.col-md-4 {
        width: 100%;
        margin-bottom: 10px;
        min-height: 100px;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        border-radius: 0 !important;
    }
    
    .callOut {
        margin-top: 0;
    }
}
@media only screen and (max-width: 1200px) {
    .row.bottom3Column div.col-md-4 {
        width: 100%;
        margin-bottom: 10px;
        min-height: 100px;
        margin-left: 0;
    }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
    .navbar-right {
        display: none !important;
    }
    #freeEstimateButton {
        display: block !important;
        margin-bottom: 20px;
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }
    span.carousel-overlay a.btn {
        display: none;
    }
    
    .callOut{
        text-align: center;      
    }
    #contactEmailDiv, #contactPhoneDiv {
        font-size: .95em;
    }
}
@media only screen and (max-width: 768px) {
    span.carousel-overlay a.btn,
    span.carousel-overlay h1 {
        display: none;
    }
    span.carousel-overlay {
        min-height: 20px;
        padding-bottom: 10px;
    }
    .callOut{
          /*background: transparent;*/
          display: none;
          /*border: none;*/
          text-align: center;      
    }
    #contactEmailDiv, #contactPhoneDiv {
        font-size: 1.35em;
    }
    .footerContact{
        display: none;
    }
    .col-md-4.alignCenter.footerLegal {
        float: left;
    }
    .col-md-4.alignRight.footerSocialMedia {
        float: right;
    }
    .navbar-nav {
        font-size: 1.25em;
    }
}
@media only screen and (max-width: 527px) {
    .callOut, .footerContact{
        display: none;
    }
    .lead {
        margin-bottom: 0 !important;
    }
    .col-md-4.alignCenter.footerLegal {
        display: block;
        float: left;
        text-align: center !important;
        width: 100%;
    }
    .col-md-4.alignRight.footerSocialMedia {
        display: block;
        float: left;
        text-align: center !important;
        width: 100%;
    }
}

.carouselImage {
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
}
.carouselImage img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}
.carousel-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    min-height: 80px;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
    padding-bottom: 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

span.carousel-overlay h1 {
    color: #FDFC37;
    font-size: 2em;
    margin-top: 5px;
    letter-spacing: 1.5px;
}
img.socialMediaIcon {
    width: 40px;
    height: auto;
    margin: 0 2px;
}

.container-fluid.bodyContent {
    background: white;
    border-radius: 10px;
    padding-bottom: 20px;
    opacity: 0.96;
}

.container-fluid.bodyContentSolid {
    background: white;
    border-radius: 10px;
    padding-bottom: 20px;
}

div.dynamicContent .table>tbody>tr>td {
    border-top: none !important;
}

.glyphicon-plus:before, .glyphicon-minus:before {
    content: "\2b";
    font-size: .9em;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f8fafa !important;
}

.panel-title {
    font-weight: bold;
}

span.glyphicon.glyphicon-menu-down.downArrow {
    float: right;
}

.cancelButton {
    background: #ffffff;
    color: #118f98 !important;
    border-color: #118f98 !important;
    margin-right: 50px !important;
    width: 100px !important;
}

.contactServices{
    margin-left: 50px;
}

label.checkbox {
    font-weight: normal;
}

.propertyTypeDiv {
    margin-left: 20px !important;
    margin-top: -10px;
}

.checkbox input[type=checkbox] {
    height: 20px;
    width: 20px;
    margin-left: -30px !important;
    margin-top: 0;
}

label.propertyTypeLabel {
    line-height: 35px;
}

input.propertyTypeRadio {
    height: 20px;
    width: 20px;
}

label input.propertyTypeRadio {
    margin-left: -25px !important;
    margin-top: 9px;
}

.formMessageDiv{
    padding: 15px !important;
}

.missingInputField{
	border-color: red !important;
}

.formMessageList{
	 padding-left: 30px;
}

.boldRed{
	font-weight: bold;
	color: red;
}

.missingCaptcha {
    border: 1px solid red !important;
}

.mand{
    color: red;
}

.redNote{
    color: #FF0000;
}

.serviceArea {
    display: block;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

/* PHOTO GALLERY STLES */

.img-label {
    font-size: 1em !important;
}

.album-cover{
	margin-top: 25px;
}
.portfolio-item{
	height: 200px;
	overflow: hidden;
        border-radius: 5px;
}
.portfolio-item .landscape{
	height: 100%;
	width: auto;
}
.portfolio-item .portrait{
	height: auto;
	width: 100%;
}
.album-cover .img-label{
	font-size: 20px;
	padding: 10px 3px;
	text-align: center;
}
#galleryDiv{
	min-height: 300px;
}
.loader{
	animation: load8 1.1s infinite linear;
	border-bottom: 1.1em solid rgba(102, 135, 177, 0.8);
	border-left: 1.1em solid rgba(102, 135, 177, 0.2);
	border-right: 1.1em solid rgba(102, 135, 177, 0.8);
	border-top: 1.1em solid rgba(102, 135, 177, 0.8);
	font-size: 10px;
	margin: 60px auto;
	ms-transform: translateZ(0);
	position: relative;
	text-indent: -9999em;
	transform: translateZ(0);
	webkit-animation: load8 1.1s infinite linear;
	webkit-transform: translateZ(0);
}
.loader,
.loader:after{
	border-radius: 50%;
	height: 100px;
	width: 100px;
}
@-webkit-keyframes load8{
	0%{
		transform: rotate(0deg);
		webkit-transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
		webkit-transform: rotate(360deg);
	}
}
@keyframes load8{
	0%{
		transform: rotate(0deg);
		webkit-transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
		webkit-transform: rotate(360deg);
	}
}
@media screen and (max-width:768px){
	.portfolio-item{
		height: auto;
		max-height: 350px;
		overflow: hidden;
	}
	.portfolio-item .landscape{
		height: auto;
		width: 100%;
	}
	.portfolio-item .portrait{
		height: auto;
		width: 100%;
	}
}
/* END PHOTO GALLERY STLES */

#wetPaversDiv {
    position: relative;
    background: #ffffff url('http://deckcleaningandpowerwashing.ourhoasite.com/images/wetPavers.jpg');
    background-size: cover;
    width: 70% !important;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.dirtyDiv {
    background: rgb(82, 73, 48);
    opacity: .7;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.container-fluid.bodyContentSolid div.row h1, .container-fluid.bodyContentSolid p {
    padding-left: 30px;
}

ul.adminNav.nav.nav-tabs {
    margin-top: 20px;
}

img.serviceThumbnail {
    height: 50px;
    width: auto;
    padding-right: 10px;
}
.adminNoImage{
    line-height: 50px;
    margin-left: 133px;
    display: block;
}
.deleteButton {
    display: block !important;
    width: 70% !important;
    margin-bottom: 15px !important;
    height: 25px !important;
}

.editButton {
    display: block !important;
    width: 70% !important;
    height: 25px !important;
}

.deleteButton span.glyphicon, .editButton span.glyphicon {
    float: left;
}

.adminWelcome {
    min-height: 350px !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

img.img-responsive.adminServiceImage {
    width: 250px;
    height: auto;
}

.serviceImageDeleteButton {
    display: inline-block !important;
    width: 250px !important;
    margin-top: 10px;
    height: 25px !important;
}

button#submitUpdateForm {
    width: 150px;
}

.modal-title {
    font-size: 1em !important;
    font-weight: 400 !important;
}

.btn-success {
    color: #fff;
    background-color: #118f98 !important;
    border-color: #118f98 !important;
}