.white {
    color: white !important;
}
.mockH2 {
    font-size: 24px;
}
.mockH3 {
    font-size: 20px;
}
#closer,
.closer {
    clear: both;
    height: 1px;
}
.spacer10 {
    display: block;
    width: 100%;
    height: 10px;
}
.spacer15 {
    display: block;
    width: 100%;
    height: 15px;
}
#leftHolder,
.leftHolder {
    float: left;
}
#rightHolder,
.rightHolder {
    float: right;
}
img {
    max-width: 100%;
}
.email2 {
    display: none;
}

.capitalize {
    text-transform: capitalize;
}
.uppercase {
    text-transform: uppercase;
}


.img350{
    height:350px;
    width:100%;
    object-fit: cover;
}

.img500{
    height:400px;
    width:100%;
    object-fit: cover;
}

.img600{
    height:600px;
    width:100%;
    object-fit: cover;
}


.noU a:hover{
    text-decoration: none;
}

.hundo{
    width: 100%;
}

.text-dark {
    color: #838383 !important;
}


.tp-caption-custom-1{
/*    font-size:300px !important;*/
}
.tp-caption-custom-2{
    font-size:120px !important;
}

.tp-resizeme{
/*    font-size:150px;*/
}

.boxBttn{
    background: #000;
    padding:10px 24px;
    border: 3px solid #0000;
/*    outline: 2px solid #000 !important;*/
    color:#fff !important;
}

.boxBttn:hover{
    text-decoration: none !important;
    background:none;
    border: 3px solid #fff;
}

.overlay_div{position:absolute;top:0px;left:0px;background-color:rgba(0,0,0,0.2);width:100%;height:100%;z-index:1;}

element.style {
}

.item{background-repeat:no-repeat;height:300px;background-size:cover;color:#60635c;}
.item-text{background-color:rgba(255,255,255,0.5);padding:5px;margin:0 20px 0 20px;position:relative;top:15px;}
.item-first-text{font-family: 'Dancing Script', cursive;font-size:18px;}
.item-second-text{font-family: 'Cormorant Garamond', serif;font-size:18px;font-weight:bold;}

.item-text{text-align:center;}
#slider-section{margin-top:80px;margin-bottom:80px;}
.center-content{
	display: flex;
	justify-content: center;
	align-items: center;	
}

@media only screen and (max-width: 767px) {

}