.test-bor {
    text-decoration: none;
    border: 1px solid #ff00ff !important;
}

.test-bor2 {
    text-decoration: none;
    border: 1px solid #59df52 !important;
}

/*****************************************/

.row-pad {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.row-pad2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.row-pad3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.row-pad4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 50px !important;
}

.row-pad5 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 50px !important;
    padding-bottom: 0px !important;
}

.row-pad6 {
    margin-top: 50px !important;
    margin-bottom: 100px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.row-pad7 {
    margin-top: 100px !important;
    margin-bottom: 50px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.row-pad8 {
    margin-top: 50px !important;
    margin-bottom: 25px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.row-pad9 {
    margin-top: 25px !important;
    margin-bottom: 50px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/*****************************************/

.col-centered {
	float: none;
	margin: 0 auto;
}

.center-block {
	text-align: center !important;
	margin-top: 0px !important;
	margin-right: auto !important;
	margin-bottom: 0px !important;
	margin-left: auto !important;
}

.right-block {
	text-align: right !important;
}

.left-block {
	text-align: left !important;
}

.align-items-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

/*****************************************/

.btn-primary,
.btn-primary:active,
.btn-primary:visited {
    color: #FFFFFF !important;
    background-color: #30343f !important;
    border: solid 1px #30343f !important;
	border-radius: 0px !important;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #FFFFFF !important;
    background-color: #292c36 !important;
    border: solid 1px #30343f !important;
	border-radius: 0px !important;
}

/*****************************************/

.fineprint {
    font-size: .875rem;
    color: #97a69f;
    font-style: italic !important;
    padding-top: 1.5rem;
}
.fineprint-footer {
    font-size: 1rem;
    color: #2e2e2e;
    font-style: italic !important;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/*****************************************/


/*****************************************/

.offer-container {
	position: relative;
	width: 100%;
	max-width: 1400px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 100px;
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
}
.offer-left-text-right,
.offer-right-text-left {
    margin-top: 50px;
    padding-bottom: 20px;
}

.offer-left-text-right .offer-text {
    float: right;
    width: 43%;
}

.offer-left-text-right .offer-pic {
    float: left;
    width: 48%;
    position: relative;
}

.offer-right-text-left .offer-text {
    float: left;
    width: 43%;
}

.offer-right-text-left .offer-pic {
    float: right;
    width: 48%;
    position: relative;
}

.offer-pic img {
    width: 100%;
    height: auto;
}

.offer-text {
    line-height: 1.8rem !important;
    /* line-height: 24px !important;*/
    text-align: left !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.offer-text ul {
    margin-bottom: 10px;
}

.offer-text ul li {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}



/* .offer-text h2 {
    font-family: 'Sifonn', sans-serif;
    font-weight: bold;
    font-size: 32px;
    color: #976a4d;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 1.35em;
    text-align: left;
} */


.offer-text,
.offer-left-text-right p,
.offer-right-text-left p {
    text-align: left;
}

.offer-text a,
.offer-left-text-right p a,
.offer-right-text-left p a {
    font-weight: bold;
}

hr.offer-divider {
    color: #EBE4D3;
    height: 1px;
    background-color: #EBE4D3;
    /*makes Chrome behave*/
    border: none;
    margin-top: 25px;
}

.clear {
    clear: both;
}

@media screen and (max-width: 767px) {
.offer-left-text-right,
.offer-right-text-left {
    margin-top: 30px;
}

.offer-left-text-right .offer-text,
.offer-left-text-right .offer-pic,
.offer-right-text-left .offer-text,
.offer-right-text-left .offer-pic {
    float: none;
    width: auto;
}

.offer-text {
    margin-bottom: 30px;
    padding: 0;
}
}


/*****************************************/

.happenings {
    position: relative;
    background-color: transparent;
    border-bottom: solid 1px #323642;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.happenings:hover {
    background-color: rgb(44, 47, 57) !important;
    color: #FFFFFF !important;
}
.happenings a:link,
.happenings a:visited,
.happenings a:active {
    color: #315459;
}
.happenings a:hover {
    color: #FFFFFF !important;
}
.happenings svg a:link,
.happenings svg a:visited,
.happenings svg a:active {
    color: #315459;
}
.happenings svg a:hover {
    color: #FFFFFF !important;
}

.happenings-frame {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.happenings-content {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.happenings-title {
    position: relative;
    font-size: 3rem;
    font-weight: 600;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.happenings-title-descript {
    position: relative;
    font-size: .875rem;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
/*****************************************/

.single-dewey-back {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 100%;
    background-color: #34595E;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
.single-constance-back {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 100%;
    background-color: #545C4A;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
.single-whitlock-back {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 100%;
    background-color: #756221;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

.single-frame {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 1400px;
    color: #FFFFFF !important;
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
.single-frame a {
    text-decoration: none;
    color: #FFFFFF !important;
}
.single-frame a:hover {
    text-decoration: underline;
    color: #FFFFFF !important;
}
.single-img {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 600px;
    object-fit: cover;
}

/*****************************************/



/*****************************************/


/*****************************************/



/*****************************************/



/*****************************************/




/*****************************************/



/*****************************************/



/*****************************************/



/*****************************************/



/*****************************************/



/*****************************************/