

.test-bor {
    text-decoration: none;
    border: 1px solid #ff00ff !important;
}

.test-bor2 {
    text-decoration: none;
    border: 1px solid #59df52 !important;
}

body {
    font-family: "Avenir LT Pro Medium", Sans-serif;
    color: #221C11;
    font-weight: 400;
}

a {
    color: #D4AA38;
    text-decoration: none !important;
    background-color: transparent;
}

a:link {
    color: #D4AA38;
    text-decoration: none !important;
    background-color: transparent;
}

a:visited {
    color: #D4AA38;
    text-decoration: none !important;
    background-color: transparent;
}

a:hover {
    color: #221C11;
    text-decoration: none !important;
    background-color: transparent;
}

a:active {
    color: #D4AA38;
    text-decoration: none !important;
    background-color: transparent;
}

a:focus {
    outline: none !important;
    background-color: transparent;
}


:focus {
    outline: 0;
}



.row-no-pad {
    padding: 0px !important;
    margin: 0px !important;
}

.row-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.row-pad2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.row-pad3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.row-pad4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0px !important;
    padding-bottom: 50px !important;
}

.row-pad5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 50px !important;
    padding-bottom: 0px !important;
}

.row-pad6 {
    margin-top: 50px !important;
    margin-bottom: 100px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.row-pad7 {
    margin-top: 100px !important;
    margin-bottom: 50px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.row-pad8 {
    margin-top: 50px !important;
    margin-bottom: 25px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.row-pad9 {
    margin-top: 25px !important;
    margin-bottom: 50px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.row-pad10 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}


.col-centered {
    float: none;
    margin: 0 auto;
}

.center-block {
    text-decoration: none;
    text-align: center !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.right-block {
    text-decoration: none;
    text-align: right !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.left-block {
    text-decoration: none;
    text-align: left !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.align-items-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn,
.btn:a,
.btn:active,
.btn:visited {
    font-family: "Avenir LT Pro Heavy", Sans-serif;
    text-transform: uppercase;
    font-style: normal;
    fill: #221C11;
    color: #221C11;
    background-color: #D4AA38;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-radius: 0px !important;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0px;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
}

.btn:hover,
.btn:focus {
    color: #FFFFFF;
    background-color: #221C11;
}

.btn-border-container {
    position: relative;
    top: -28px;
    left: -57px;
    z-index: -10;
}
.btn-border-yellow {
    position: absolute;
    border: 1px solid #D4AA38;
    width: 285px;
    height: 48px;
    z-index: 0;
}



.btn-xs {
    text-decoration: none;
    padding-top: 0px !important;
    padding-right: 3px !important;
    padding-bottom: 0px !important;
    padding-left: 3px !important;
    margin: 0px !important;
    font-size: 10px;
    font-weight: 700 !important;
    border: 2px solid !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    letter-spacing: normal;
}

.btn-sm {
    text-decoration: none;
    padding-top: 2px !important;
    padding-right: 5px !important;
    padding-bottom: 2px !important;
    padding-left: 5px !important;
    margin: 0px !important;
    font-size: 10px;
    font-weight: 700 !important;
    border: 2px solid !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    letter-spacing: normal;
}

.btn-md {
    text-decoration: none;
    padding-top: 5px !important;
    padding-right: 25px !important;
    padding-bottom: 5px !important;
    padding-left: 25px !important;
    margin: 0px !important;
    font-size: 18px;
    font-weight: 700 !important;
    border: 2px none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    letter-spacing: normal;
}

.btn-lg {
    text-decoration: none;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
    letter-spacing: 0.32px !important;
    border-radius: 0px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    margin: 0px !important;
}

.btn-xl {
    width: 285px;
    text-decoration: none;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-right: 65px !important;
    padding-left: 65px !important;
    margin: 0px !important;
    font-size: 22px;
    font-weight: 700 !important;
    border: 2px none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    letter-spacing: normal;
}

.btn-xxl {
    text-decoration: none;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-right: 80px !important;
    padding-left: 80px !important;
    margin: 0px !important;
    font-size: 28px;
    font-weight: 700 !important;
    border: 2px solid !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    letter-spacing: normal;
}

.btn-default,
.btn-default:active,
.btn-default:visited {
    color: #221C11 !important;
    background-color: #D4AA38 !important;
}

.btn-default:hover,
.btn-default:focus {
    color: #FFFFFF !important;
    background-color: #221C11 !important;
}

.btn-frame {
    position: relative;
}

.btn-frame:after {
    content: "";
    border: 1px solid #D4AA38;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 6px;
    top: 6px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: -99;
}
.btn-frame:hover:after {
    content: "";
    border: none !important;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: -99;
}




.container-menus {
    position: relative;
    max-width: 1400px;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 0px;
    margin-right: 0px;
}

h2 {
    font-family: "YWFT Ultramagnetic", Sans-serif;
    font-size: 45px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    line-height: 54px;
    letter-spacing: normal;
    color: #221C11;
}
.secondary h2 {
    font-family: "YWFT Ultramagnetic", Sans-serif;
    font-size: 45px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    line-height: 54px;
    letter-spacing: normal;
    color: #221C11;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 35px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
hr {
    position: relative;
    height: 9px;
    background-color: #D4AA38;
    width: 182px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
.divider {
    position: relative;
    height: 9px;
    background-color: #D4AA38;
    width: 182px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

.footer-copy {
    color: #C7C9C8;
    font-family: "Avenir LT Pro Medium", Sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.footer-copy a {
    color: #C7C9C8;
}

.menus-cell {
    position: relative;
    color: #221C11;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
.menus-cell img {
    position: relative;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
.menus-title {
    font-family: "YWFT Ultramagnetic", Sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    line-height: 39px;
    letter-spacing: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
.menus-body {
    position: relative;
    text-align: center;
    line-height: 28px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
.menus-body a:link, .menus-body a:visited, .menus-body a:active{
    color: #D4AA38;
    text-decoration: none;
    background-color: transparent;
}

.menus-body a:hover {
    color: #221C11;
    text-decoration: underline;
    background-color: transparent;
}


/********************************************/
.events-intro-frame {
    position: relative;
    height: auto;
    width: 100% !important;
    max-width: 100% !important;
    background-color: #221C11;
    background-image: url("https://www.smithtower.com/wp-content/uploads/2023/03/iStock-1327180119.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}
.events-intro-container {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 1250px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
    padding-left: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}
.events-intro-left-text-right,
.events-right-text-left {
    margin-top: 0px;
    padding-bottom: 0px;
}

.events-intro-left-text-right .events-intro-full {
    float: right;
    width: 48%;
}

.events-intro-left-text-right .events-intro-pic {
    float: left;
    width: 48%;
    position: relative;
}

.events-intro-right-text-left .events-intro-full {
    float: left;
    width: 48%;
}

.events-intro-right-text-left .events-intro-pic {
    float: right;
    width: 48%;
    position: relative;
}

.events-intro-pic img {
    height: auto;
    width: 100%;
}


.events-intro-full {
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 50px;
    margin-right: 50px;
}
.events-intro-full h2 {
    font-size: 38px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    margin-right: 0px;
}

@media screen and (max-width: 767px) {

    .events-intro-left-text-right,
    .events-intro-right-text-left {
        margin-top: 0px;
    }

    .events-intro-left-text-right .events-intro-full,
    .events-intro-left-text-right .events-intro-pic,
    .events-intro-right-text-left .events-intro-full,
    .events-intro-right-text-left .events-intro-pic {
        float: none;
        width: auto;
    }

    .events-intro-text {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
}
/********************************************/

.events-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}

.events-left-text-right,
.events-right-text-left {
    margin-top: 50px;
    padding-bottom: 0px;
}

.events-left-text-right .events-text {
    float: right;
    width: 48%;
}

.events-left-text-right .events-pic {
    float: left;
    width: 48%;
    position: relative;
}

.events-right-text-left .events-text {
    float: left;
    width: 48%;
}

.events-right-text-left .events-pic {
    float: right;
    width: 48%;
    position: relative;
}

.events-pic img {
    width: 100%;
    height: auto;
}

.events-text {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
}

.events-text ul {
    margin-bottom: 10px;
}

.events-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;
}

.events-text h2 {
    font-size: 32px;
    font-weight: normal;
    color: #000000;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.title-gold-bar {
    position: relative;
    width: 182px;
    border-bottom: solid 8px #D4AA38;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 25px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
}


.events-left-text-right p,
.events-right-text-left p {
    text-align: justify;
    margin-bottom: 1em;
}

.events-text,
.events-left-text-right p,
.events-right-text-left p {
    text-align: left;
}

hr.events-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) {

    .events-left-text-right,
    .events-right-text-left {
        margin-top: 30px;
    }

    .events-left-text-right .events-text,
    .events-left-text-right .events-pic,
    .events-right-text-left .events-text,
    .events-right-text-left .events-pic {
        float: none;
        width: auto;
    }

    .events-text {
        margin-bottom: 30px;
        padding: 0;
    }
}

/********************************************/


/********************************************/
.wedprop-intro-frame {
    position: relative;
    width: 100%;
    max-width: 100%;
    background-color: #221C11;
    background-image: url("https://www.smithtower.com/wp-content/uploads/2023/03/iStock-1327180119.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}
.wedprop-intro-container {
    position: relative;
    width: 100%;
    max-width: 1250px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
    padding-left: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}
.wedprop-intro-left-text-right,
.wedprop-right-text-left {
    margin-top: 0px;
    padding-bottom: 0px;
}

.wedprop-intro-left-text-right .wedprop-intro-full {
    float: right;
    width: 48%;
}

.wedprop-intro-left-text-right .wedprop-intro-pic {
    float: left;
    width: 48%;
    position: relative;
}

.wedprop-intro-right-text-left .wedprop-intro-full {
    float: left;
    width: 48%;
}

.wedprop-intro-right-text-left .wedprop-intro-pic {
    float: right;
    width: 48%;
    position: relative;
}

.wedprop-intro-pic img {
    width: 100%;
    height: auto;
}

.wedprop-intro-full {
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.wedprop-intro-full h2 {
    font-size: 38px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    margin-right: 0px;
}

@media screen and (max-width: 767px) {

    .wedprop-intro-left-text-right,
    .wedprop-intro-right-text-left {
        margin-top: 0px;
    }

    .wedprop-intro-left-text-right .wedprop-intro-full,
    .wedprop-intro-left-text-right .wedprop-intro-pic,
    .wedprop-intro-right-text-left .wedprop-intro-full,
    .wedprop-intro-right-text-left .wedprop-intro-pic {
        float: none;
        width: auto;
    }

    .wedprop-intro-text {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
}
/********************************************/

.wedprop-container {
    position: relative;
    width: 100%;
    max-width: 1600px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}

.wedprop-left-text-right,
.wedprop-right-text-left {
    margin-top: 50px;
    padding-bottom: 0px;
}

.wedprop-left-text-right .wedprop-text {
    float: right;
    width: 43%;
}

.wedprop-left-text-right .wedprop-pic {
    float: left;
    width: 50%;
    position: relative;
}

.wedprop-right-text-left .wedprop-text {
    float: left;
    width: 43%;
}

.wedprop-right-text-left .wedprop-pic {
    float: right;
    width: 50%;
    position: relative;
}

.wedprop-pic img {
    width: 100%;
    height: auto;
}

.wedprop-text {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
}

.wedprop-text ul {
    margin-bottom: 10px;
}

.wedprop-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;
}

.wedprop-text h2 {
    font-size: 45px;
    font-weight: normal;
    color: #000000;
    line-height: 54px;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}


.wedprop-left-text-right p,
.wedprop-right-text-left p {
    text-align: justify;
    margin-bottom: 1em;
}

.wedprop-text,
.wedprop-left-text-right p,
.wedprop-right-text-left p {
    text-align: left;
}

hr.wedprop-divider {
    position: relative;
    height: 1px;
    width: 100%;
    border: none;
    margin-top: 50px;
    margin-bottom: 0px;
}

.clear {
    clear: both;
}

@media screen and (max-width: 767px) {

    .wedprop-left-text-right,
    .wedprop-right-text-left {
        margin-top: 30px;
    }

    .wedprop-left-text-right .wedprop-text,
    .wedprop-left-text-right .wedprop-pic,
    .wedprop-right-text-left .wedprop-text,
    .wedprop-right-text-left .wedprop-pic {
        float: none;
        width: auto;
    }

    .wedprop-text {
        margin-bottom: 30px;
        padding: 0;
    }
}

/********************************************/

@media screen and (max-width: 1600px) {

[data-id="217a298"] {
    background-image: none !important;
}

}

/********************************************/

/**************************************************/


.modal {
	position: absolute !important;
	top: 500px !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	height: auto !important;
    width: 100% !important;
	max-width: 600px !important;
    z-index: 999999999 !important;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.close {
    color: #D4AA38 !important;
    border: solid 1px #D4AA38 !important;
}
.modal-content {
    position: relative;
    background-color: transparent !important;
    color: #FFFFFF !important;
    text-align: center !important;
    border: none 4px #D4AA38 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.modal-title {
    position: relative;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
.modal-body {
    position: relative;
    border: none;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}
.modal-footer {
    position: relative;
    border: none !important;
}
.modal-img {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 900px;
    object-fit: cover;
    padding-top: 25px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
/********************************************/


.talking-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}

.container-talking {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 1000px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.talking-text {
    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;
}

.talking-text h2 {
    font-size: 32px;
    font-weight: normal;
    color: #000000;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.talking-cell {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.talking-cell img {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.talking-cell a {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}
.talking-cell a:hover {
    color: #d4aa38;
}


/********************************************/




/********************************************/




/********************************************/