
html {
    padding: 0;
    margin: 0;
}
body {
    font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
    padding: 0;
    margin: 0;
    background: rgb(232, 120, 26);
}

img {
    max-width: 100% !important;
    height: auto !important;
}

.gallery-item img {
    border: none !important;
}
.gallery-item img:nth-child(odd) {
    padding-right: 10px;
}

h1.page-title {
    font-weight: 600;
    font-size: 16px;
    margin-top: 0;
}

h2 {
    font-weight: 600;
    font-size: 13px;
    margin-top: 0;
}

h3 {
    margin-top: 50px;
}

.mainmenu {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    background: #000;
}
.mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mainmenu li {
    float: left;
}
.mainmenu a {
    color: rgb(232, 120, 26);
    display: block;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    border-right: 3px solid rgb(232, 120, 26);
    padding: 0 3px;
}
.mainmenu a:hover,
.mainmenu li.current_page_item a {
    color: #fff;
}
.content-inner a {
    color: #000;
    text-decoration: underline;
}
.content-container {
    margin-top: 10px;
    padding: 40px;
    text-align: left;
    border: 30px dashed #000;
    position: relative;
}

.home-btn {
    display: inline-block;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 50px;
    padding: 22px 5px;
    border: 3px dashed #000;
    margin: 40px 0;
}

.footer-row {
    color: #fff;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 80px;
}
.footer-row span {
    display: inline-block;
}

.footer-row span:first-child {
    margin-right: 30px;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

.table.services > tbody > tr > td {
    border-bottom: 1px solid #444;
}

@media (min-width: 900px) {
    .modal-dialog {
        width: 800px;
    }
}

@media (max-width: 800px) {
    .mainmenu {
        position: static;
        margin-top: -70px;
        margin-left: -70px;
        margin-bottom: 40px;
        width: calc(100% + 143px);
        text-align: center !important;
    }
    .mainmenu li {
        float: none;
    }
    .mainmenu a {
        padding: 20px 0;
    }
    
    .content-container {
        margin-top: 60px;
        padding: 20px;
        text-align: left;
        border: 0px dashed #000;
        position: relative;
	}
}