html {
    background-color: #232821;
}
#secondary-header {
    background: #2b8fce;
    padding-top: 23px;
    margin-top: 65px;
    margin-bottom: 90px;
    border-bottom: 3px solid #a4d15e;
    position: relative;
    z-index: 1000;
}
.call-wrapper {
    position: absolute;
    top: -37px;
    padding-left: 15px;
}
.call-wrapper a {
    color: #fff;
}
.call-wrapper i {
    color: #a4d15e;
}
.header-phone:hover,.header-phone:focus,.header-phone:visited,.header-address a:hover, .header-address a:focus {
    color: #a4d15e;
    text-decoration: none;
}
.header-address {
    margin-left: 25px;
}
@media (max-width: 767px) {
    .call-wrapper {
        top: -57px;
        left: 0;
        right: 0;
        padding-left: 0;
    }
    .call-wrapper span {
        display: block;
        width: 100%;
        line-height: 1;
        margin: 0 auto 10px auto;
        font-size: 14px;
        text-align: center;

    }
    .header-address {
        margin-left: 0;
    }
}
.main-nav {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.main-nav li {
    display: inline-block;
}

.main-nav li a {
    color: #fff;
    text-transform: uppercase;
}

.main-nav li a:hover {
    text-decoration: underline;
}

.drop-button {
    position: relative;
}

.sublist-item {
    background: #fff;
    text-align: center;
    width: 100%;
}

li.sublist-item a {
    color: #0c83e7;
    padding: 10px 5px;
}

.burger {
    display: none;
    width: 60px;
    position: relative;
    z-index: 1000;
}

.burger:hover {
    cursor: pointer;
}

.stick-bg {
    margin-top: 96px;
}

.header-stick-bg .stick-bg {
    margin-top: 0;
}

.contact-button {
    color: #fff;
    background-color: #a4d15e;
    text-transform: uppercase;
    font-size: 21px;
    padding: 12px 30px;
    border-radius: 15px;
    display: block;
    width: 160px;
    float: right;
    margin-right: 20px;
}

.contact-button:hover {
    color: #fff;
    background-color: #a4b45e;
}

.hero-title:after {
    border: none;
}

.hero-title {
    font-size:90px;
    text-shadow: 3px 3px 3px #000;
}

.hero-title strong {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}

.hero-subtitle {
    font-size:55px;
    text-shadow: 3px 3px 3px #000;
}

.title1 {
    margin-bottom: 45px;
}

.green-row {
    width: 100%;
    height: 8px;
    background-color:#9ec95a;
    margin-bottom: 5px;
}

#footer {
    padding: 25px;
}

.footer-column {
    padding: 0 50px;
}

.footer-row {
    display: flex;
    align-items: center;
}

.footer-logo {
    max-width:  350px;
    opacity: 1;
}
.footer-address {
    margin-top: 15px;
}

.footer-title,.footer-content {
    font-family: Arial, verdana, arial, sans-serif;
    font-size: 20px;
    font-weight:600;
    color: #9ec95a;
}

.footer-content {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

.footer-content i {
    color: #9ec95a;
    font-size:24px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

 #footer .footer-phone {
    font-family: Arial, verdana, arial, sans-serif;
    font-size: 26px;
     vertical-align: middle;
}

#footer .footer-phone:hover, #footer .footer-link:hover {
    color: #9ec95a;
}

.footer-link {
    vertical-align: middle;
}

 .social-links {
    margin-top: 25px;
    color: #565b54;
}

 #footer .social-links a {
     color: #565b54;
     font-size: 35px;
 }

.social-links a:hover {
    color: #fff !important;
}

.copyrights-section {
    background-color: #2b8fce;
    min-height: 70px;
}
.copyrights-wrapper {
    max-width: 1170px;
    min-height: 70px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.yowza,.copy {
    margin: 0 0 15px 0;
    padding: 0 10px 0 10px;
    color: #fff;
}
.yowza a {
    color: #fff;
}
.yowza a:hover {
    color: #9ec95a;
}

@media all and (max-width: 1280px) {
    .main-nav{ padding: 0 15px;}
}
@media all and (min-width: 1101px) {
    .main-nav { display: flex!important;}
    .main-nav li {
        display: inline-block!important;
    }
}
@media all and (max-width: 1100px){
    #secondary-header { padding-top: 25px;}
    .stick-bg { margin-top: 112px;}
    .burger { display: block; float: right;}
    .main-nav{ display: none;}
    nav {
        position: relative;
    }
    .main-nav {
        position: absolute;
        top: 73px;
        right: 0;
        z-index: 1000;
    }
    .main-nav li {
        display: list-item;
        background-color: #fff;
        border-bottom: 1px solid #e3e3e3;
        text-align: center;
        padding: 10px;
        width: 250px;
    }
    .main-nav li a {
        color: #0c83e7;
    }
    .main-nav li:hover {
        background-color: #e3e3e3;
    }
}
@media all and (max-width: 992px){
    .footer-column {
        padding: 0 15px;
    }
}
@media (min-width: 992px) {
    .hd-logo {
        width: 360px;
    }
}
@media all and (max-width: 800px) {
    .footer-row {
        display: block;
    }
    .burger {
        margin-right: 20px;
    }
}
@media (min-width: 768px) {
    .social-links {
        text-align: left;
    }
    .hd-logo {
        width: 360px;
    }
}
@media (max-width: 768px) {
    .footer-logo img{
        margin: 25px 0;
    }
    .footer-logo {
        padding-bottom: 50px;
    }
    .hero-slide-wrapper {
        padding-top: 120px;
    }
    .header-container {
        padding-top: 10px;
    }
    .hd-logo {
        width: 100%;
        max-width: 300px;
    }
    #secondary-header {
        padding-top: 10px;
    }
    .yowza,.copy {
        margin: 0;
        font-size: 12px;
    }
    .copyrights-wrapper {
        flex-direction: column;
        justify-content: space-around;
    }
    .hero-title {
        margin-top: 70px;
    }
}
@media (max-width: 600px) {
    .hd-logo {
        max-width: 100%;
        text-align: center;
    }
    .hd-logo img {
        max-width: 300px;
    }
    .hd-menu {
        text-align: center;
    }
    .contact-button {
        display: inline-block;
        margin: 0;
        float: none;
    }
}
@media (max-width: 500px) {
    .hero-title {
        font-size: 60px;
    }
    .hero-subtitle {
        font-size: 35px;
    }
    #footer {
        padding: 25px 0;
    }
    .footer-link {
        font-size: 13px;
    }
}




/* Pricing Page */
.pricing-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.pricing-section-title {
    font-family: Arial, verdana, arial, sans-serif;
    font-size: 39px;
    color: #000;
    font-weight: 600;
    margin: 55px 0 35px 15px;
}

.pricing-table {
    margin: 50px 0;
}

.pricing-table tr th, .pricing-table tr td {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    color: #fff;
    border: 1px solid #fff;
    font-family: Arial, verdana, arial, sans-serif;
    font-size: 24px;
}
.pricing-table tr th {
    font-weight: 400;
}
.pricing-table tr th.green{
    font-weight:600;
}
.pricing-table tr td.green {
    text-align: left;
}
.pricing-table tr th.lgrey, .pricing-table tr th.grey {
    color: #737373;
}
.ok {
    width: 45px;
    height: auto;
}
.green{background-color: #a2ce5c;}
.lgrey{background-color: #dfdfdf;}
.grey{background-color: #cfcfcf;}
.blue{background-color: #298ac7;}
.black{background-color: #46494c;}
.pricing-section-subtitle {
    background-color: #298ac7;
    color: #fff;
    font-family: Arial, verdana, arial, sans-serif;
    font-weight: 600;
    font-size: 28px;
    padding: 15px 15px 15px 30px;
}
.pricing-section-text {
    font-family: Arial, verdana, arial, sans-serif;
    font-size: 18px;
    color: #8f8f8f;
    padding: 0 15px;
    margin: 20px 0;
}
.pricing-section-text em {
    color: #000000;
}
.pricing-section-list {
    font-family: Arial, verdana, arial, sans-serif;
    font-size: 18px;
    color: #8f8f8f;
    list-style: none;
}
.pricing-section-list li {
    margin: 20px 0;
}
.pricing-section-list li:before {
    content: url(../img/li.png);
    margin: 0 15px 0 0;
}
@media all and (max-width: 900px){
    .pricing-table tr th, .pricing-table tr td {
        font-size: 14px;
    }
    .ok {
        width: 30px;
    }
    .pricing-section-subtitle {
        font-size: 18px;
    }
    .pricing-section-text,.pricing-section-list {
        font-size: 14px;
    }
}
@media all and (max-width: 550px){
    .pricing-table tr th, .pricing-table tr td {
        font-size: 12px;
        padding: 5px;
    }
    .ok {
        width: 20px;
    }
}
/* End of Pricing Page */

/* Contact Page */
.section-contact-form {
    padding-top: 70px;
}

/* End of Contact Page */

/* General Template */
.section {
    max-width: 900px;
    margin: 0 auto;
    padding: 70px 20px;
}
.embed-frame {
    max-width: 640px;
    margin: 0 auto;
    padding: 50px 0;
}
.red {
    color: #ff0000;
}
.uppercase {
    text-transform: uppercase;
    font-weight: 600;
}
ul {
    font-family: 'PT Sans', sans-serif;
}
.section p {
    margin: 20px 0;
}
.section img {
    display: block;
    float: left;
    margin: 20px;
}
.sketchfab-embed-wrapper iframe {
    width: 100%;
    height: 480px;
    max-width: 640px;
}
.text-blue {
    color: #0c83e7;
}
.top-pad {
    padding-top: 50px;
}
.testimonials-section p strong {
    display: inline-block;
    width: 100%;
    text-align: right;
}
.section ol {
    font-family: 'PT Sans', sans-serif;
    margin-top: 35px;
}
.section ol li {
    margin: 10px 0;
}
.section a {
    color: #0c83e7;
}

img.mike  {
    margin: 0 40px;
}
.mike-text {
    font-size: 20px;
    padding-top: 20px;
}
@media all and (max-width: 768px){
    img.mike {
        margin: 20px;
    }
    .mike-text {
        font-size: 18px;
    }
}
/* End of General template */

/* FLOOR PLANS */

.gallery-nav {
    list-style: none;
    margin: 50px 0;
}

.gallery-nav li {
    display: inline-block;
}

.gallery-nav li a {
    border: 1px solid #298ac7;
    color: #fff;
    font-size: 20px;
    background-color: #298ac7;
    border-radius: 5px;
    padding: 10px 20px;
}
.gallery-nav li a:hover, .gallery-nav li a:focus, .gallery-nav li.active a {
    color: #298ac7;
    background-color: #fff;
    text-decoration: none;
}
.tab-wrapper a {
    min-height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 10px 15px 15px 15px;
    height: 310px;
    overflow: hidden;
}
.tab-wrapper a:hover {
    cursor: pointer;
}
.tab-wrapper a img{
    width: 100%;
    height: auto;
    max-height: 196px;
    margin:  0 0 15px 0;
}

.item-descr {
    display: block;
    text-align: justify;
    font-family: "Open Sans",sans-serif;
}

.modal-title {
    font-weight: 600;
}

.modal-text {
    margin: 20px 0;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 90%;
        max-width: 1000px;
    }
}
/* End of FLOOR PLANS */