html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
html,
body {
    height: 100%
}
ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}
*:focus {
    outline: none
}
a:active,
a:hover {
    outline: none
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}
table {
    border-collapse: collaps;
    border-spacing: 0
}
label {
    cursor: pointer
}
button {
    cursor: pointer;
    border: 0;
    outline: 0;
    border-radius: 0;
    -webkit-appearance: none
}
input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    border-radius: 0
}
input[type="submit"]:focus,
input[type="button"]:focus {
    outline: 0
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}
.hide-text {
    font: 0 !important;
    color: transparent !important;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0
}
@media only screen and (max-width: 640px) {
    .m-mb-1 {
        margin-bottom: 10px
    }
    .m-mb-1 .mandatory-note {
        margin-bottom: 20px
    }
}
body {
    background: #020305;
    font: 14px/1.5 "Roboto", Helvetica, sans-serif;
    color: #525355;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
h1,
h2,
h3,
h4,
h6,
hgroup,
ul,
ol,
dd,
p,
figure,
pre,
table,
fieldset,
hr {
    margin-bottom: 1.2rem
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222325
}
h2 {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EBEBEB
}
aside h2 {
    margin: 0
}
h3 {
    font-size: 22px;
    border-left: 3px solid;
    padding-left: 15px;
    line-height: 36px
}
h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.6em
}
h5 {
    font-weight: bold;
    margin-bottom: 0.6rem
}
.band h1,
.band h2 {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    border: none;
    padding: none
}
.team-members h4 {
    margin: 0
}
@media only screen and (max-width: 640px) {
    h2 {
        font-size: 22px
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.2
    }
}
.main>.content .col>ul {
    margin-left: 20px;
    margin-bottom: 1.2rem;
    list-style-type: disc
}
.main>.content .col>ul>li {
    padding-left: 20px
}
.main>.content .col>.styled-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.main>.content .col>.styled-list li {
    float: left;
    display: block;
    width: 100%;
    padding: 20px;
    background: #ebebeb;
    margin-bottom: 5px
}
.main>.content .col>.styled-list li h5 {
    margin-bottom: 0
}
a {
    text-decoration: none
}
.main a {
    color: #CC8A4E
}
.main a:hover {
    color: #daa97e
}
strong {
    color: #222325
}
a[href^=tel] {
    color: inherit
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 20px
}
.content:after {
    content: "";
    display: table;
    clear: both
}
@media only screen and (min-width: 1060px) {
    .content {
        max-width: 980px
    }
}
@media only screen and (max-width: 1060px) {
    .content {
        padding: 0 30px
    }
}
@media only screen and (max-width: 640px) {
    .content {
        padding: 0 20px
    }
}
.col {
    width: 100%;
    float: left;
    position: relative
}
@media only screen and (min-width: 860px) {
    .c-1-2 {
        width: 50%
    }
    .c-1-4 {
        width: 25%
    }
    .c-1-3 {
        width: 33.33333%
    }
    .c-2-5 {
        width: 40%
    }
    .c-3-5 {
        width: 60%
    }
    .c-2-3 {
        width: 66.66667%
    }
    .c-3-4 {
        width: 75%
    }
    .c-1-6 {
        width: 16.66667%
    }
}
@media only screen and (max-width: 860px) {
    .c-1-2.no-collapse {
        width: 50%
    }
    .c-1-4.no-collapse {
        width: 25%
    }
    .c-3-4.no-collapse {
        width: 75%
    }
}
@media only screen and (max-width: 640px) {
    .contact-title-field {
        width: 37% !important
    }
    .contact-name-field {
        width: 63% !important
    }
}
.p-0 {
    padding-left: 0px
}
.p-1 {
    padding-left: 10px
}
.p-2 {
    padding-left: 20px
}
.p-4 {
    padding-left: 40px
}
.p-3 {
    padding-left: 30px
}
.p-5 {
    padding-left: 50px
}
.p-6 {
    padding-left: 60px
}
.row {
    position: relative
}
.row:before,
.row:after {
    content: "";
    display: table
}
.row:after {
    clear: both
}
.m-1 {
    margin-left: -10px
}
.m-2 {
    margin-left: -20px
}
.m-4 {
    margin-left: -40px
}
.m-5 {
    margin-left: -40px
}
.m-6 {
    margin-left: -60px
}
.main>.content {
    padding-top: 80px;
    padding-bottom: 110px
}
@media only screen and (max-width: 860px) {
    .main>.content {
        padding-top: 40px;
        padding-bottom: 60px
    }
}
section {
    z-index: 1
}
.band .content {
    padding-top: 60px;
    padding-bottom: 60px
}
.band .testimonial-posts #indicator {
    color: #fff;
    font-size: 28px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    display: none
}
.band .testimonial-posts .row {
    margin-bottom: 30px
}
.in-progress #indicator {
    display: block !important
}
.black-bg {
    background: #000;
    color: #fff
}
.photo-feature {
    background: #000
}
.photo-feature img {
    width: 100%;
    display: block
}
@media only screen and (max-width: 860px) {
    .photo-feature .col {
        width: 33.3333%
    }
}
@media only screen and (max-width: 640px) {
    .photo-feature {
        padding-bottom: 20px;
        background: #fff
    }
    .photo-feature .col {
        padding: 20px 40px 0px;
        max-width: 500px;
        width: auto;
        margin: 0px auto;
        float: none
    }
    .photo-feature img {
        border: 4px solid #cbcbcb
    }
}
.subpage-banner {
    background: #000;
    border-bottom: 4px solid #CC8A4E;
    background-size: auto 140%;
    background-repeat: no-repeat;
    background-position: right center
}
.subpage-banner h1 {
    margin: 0px;
    padding: 120px 0px 0px;
    color: #CC8A4E;
    font-size: 62px;
    font-weight: 300
}
@media only screen and (max-width: 640px) {
    .subpage-banner {
        background-size: auto 100%
    }
    .subpage-banner h1 {
        padding-top: 90px;
        font-size: 28px;
        margin-bottom: 10px;
        font-weight: 400
    }
}
.contact-block .left-block,
.contact-block .right-block {
    width: 50%
}
.contact-block .left-block {
    float: left
}
.contact-block .right-block {
    float: right;
    padding-left: 40px
}
.contact-details p {
    max-width: 160px
}
.contact-details:after {
    content: "";
    display: table;
    clear: both
}
.team-members {
    padding-bottom: 60px
}
.team-members .contact-info {
    margin-left: 130px;
    top: 15px;
    display: block;
    position: absolute
}
@media only screen and (min-width: 1060px) {
    .team-members .col {
        border-right: 1px solid #ebebeb
    }
    .team-members .col:last-child {
        border: none
    }
}
@media only screen and (max-width: 1060px) {
    .team-members .col .portrait {
        margin: 20px 0px;
        width: 94px;
        height: 94px
    }
    .team-members .col .contact-info {
        margin-left: 114px
    }
}
@media only screen and (max-width: 860px) {
    .team-members .col {
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #ebebeb
    }
    .team-members .col .portrait {
        margin: 20px 0px
    }
}
@media only screen and (max-width: 1060px) {
    .team-members .contact-info {
        top: 35px
    }
}
@media only screen and (max-width: 860px) {
    .team-members {
        margin: 0 !important
    }
}
.team-members .portrait {
    border-radius: 80px;
    width: 110px;
    height: 110px;
    display: block;
    overflow: hidden;
    border: 4px solid #cbcbcb
}
.team-members .portrait img {
    width: 100%
}
@media only screen and (min-width: 860px) {
    .link-block {
        height: 270px
    }
}
.link-block img {
    max-height: 110px;
    margin: 0px 0px 20px
}
.visible {
    display: block
}
.hidden {
    display: none
}
.question-block {
    float: left;
    width: 100%
}
.question {
    padding: 20px;
    background: #ebebeb
}
.question:before {
    content: "Q.";
    font-weight: bold
}
.answer {
    padding: 10px 20px;
    margin-bottom: 10px
}
.answer:before {
    content: "A.";
    font-weight: bold
}
.heading-row {
    width: 100%;
    float: left;
    margin-top: 20px
}
.heading-row:first-child {
    margin-top: 0px
}
.download-block {
    float: left;
    display: block;
    width: 100%;
    padding: 20px;
    background: #ebebeb;
    margin-bottom: 5px
}
.download-block .download-links {
    float: right;
    margin-bottom: 0
}
.download-block .download-item {
    float: left;
    margin-bottom: 0
}
@media only screen and (min-width: 860px) {
    .download-block .download-item {
        line-height: 32px
    }
}
@media only screen and (max-width: 640px) {
    .download-block .download-item {
        max-width: 64%
    }
}
.mp3-block {
    width: 50%;
    padding-right: 4%;
    float: left;
    display: block;
    position: relative
}
.mp3-block h5 {
    font-size: 12px
}
.mp3-block .download-links>a {
    display: block;
    position: absolute;
    top: 1px;
    right: 8%;
    font-size: 11px
}
@media only screen and (max-width: 640px) {
    .mp3-block {
        width: 100%;
        padding: 0
    }
    .mp3-block .download-links>a {
        right: 0;
        top: 0
    }
}
@media only screen and (max-width: 860px) {
    .pricing-packages .disclaimer {
        margin-bottom: 1.2rem
    }
}
.word-document,
.pdf-document,
.notepad-document {
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    float: left
}
.word-document {
    background-image: url("../img/word-icn.png")
}
.pdf-document {
    background-image: url("../img/pdf-icn.png")
}
.notepad-document {
    background-image: url("../img/notepad-icn.png")
}
.main {
    background: #fff
}
.site-wrapper {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2)
}
.map {
    width: 100%;
    height: 280px;
    display: block;
    background: #222;
    border: 4px solid #cbcbcb
}
.map+.link {
    display: block;
    margin-top: 15px
}
.link {
    font-size: 12px;
    color: #CC8A4E
}
.link:focus,
.link:visited {
    color: #CC8A4E
}
strong {
    font-weight: bold
}
@media only screen and (max-width: 640px) {
    .contact {
        display: none
    }
}
.contacts-list {
    margin: 0;
    padding: 0;
    list-style: none
}
.contacts-list li {
    display: inline-block;
    margin-right: 20px
}
header {
    width: 100%;
    position: relative;
    background: #000;
    z-index: 999
}
header .content {
    padding: 30px 20px 30px
}
@media only screen and (max-width: 1060px) {
    header .content {
        padding: 20px 30px 20px
    }
}
@media only screen and (max-width: 640px) {
    header .content {
        padding: 20px 20px 20px
    }
}
@media only screen and (min-width: 860px) {
    header nav {
        height: auto !important;
        float: right;
        top: 0;
        left: 0;
        position: relative
    }
    header nav ul li {
        padding: 10px 8px
    }
    header nav ul li a {
        position: relative;
        cursor: pointer;
        color: #fff
    }
    header nav ul li a:after {
        content: "";
        height: 1px;
        width: 0;
        position: absolute;
        background: #fff;
        left: 0px;
        top: -8px;
        transition: 0.2s ease
    }
    header nav ul li a:hover:after {
        width: 100%
    }
}
@media only screen and (min-width: 1060px) {
    header nav {
        margin-top: 21px
    }
}
@media only screen and (max-width: 1060px) {
    header nav {
        margin-top: 9px
    }
}
header nav {
    z-index: 1
}
header nav ul {
    color: #fff
}
header nav ul li {
    float: left
}
header nav ul li a {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    color: #fff
}
header nav ul li a:visited,
header nav ul li a:focus {
    color: #fff
}
header nav ul li:last-child a {
    padding-right: 0
}
@media only screen and (max-width: 860px) {
    header:after {
        content: "";
        display: none;
        width: 100%;
        background: #000;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        box-shadow: 0px 0px 20px #000
    }
    header nav {
        margin: 0;
        width: 100%;
        height: 0;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
        float: left;
        background: #000;
        transition: 0.4s ease;
        padding-top: 97px;
        display: none
    }
    header nav ul {
        width: 100%;
        padding: 10px 34px 10px;
        margin: 0
    }
    header nav ul li {
        float: none
    }
    header nav ul li a {
        padding: 5px 0px;
        border-bottom: 1px solid #0d0d0d;
        color: #fff;
        font-size: 18px
    }
    header nav ul li a:hover,
    header nav ul li a:focus {
        color: #CC8A4E
    }
    header nav ul li:last-child a {
        border: none
    }
}
@media only screen and (max-width: 640px) {
    header nav ul {
        padding: 10px 24px 10px
    }
    header nav ul li a {
        padding: 5px 0px
    }
}
.logo {
    width: 122px;
    height: 80px;
    display: block;
    background: url("../img/logo.jpg");
    background-color: #000;
    float: left;
    z-index: 9;
    position: relative
}
@media only screen and (max-width: 1060px) {
    .logo {
        width: 90px;
        height: 57px;
        background-size: 90px
    }
}
.menu-btn {
    width: 30px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
    display: none;
    z-index: 8
}
@media only screen and (max-width: 860px) {
    .menu-btn {
        display: block
    }
    body.mobile-open .site-wrapper>*:not(header) {
        display: none
    }
    .mobile-open header:after {
        display: block
    }
    .mobile-open header nav {
        overflow: auto
    }
    .mobile-open header {
        position: fixed;
        top: 0;
        left: 0
    }
}
@media only screen and (max-width: 640px) {
    .menu-btn {
        right: 20px
    }
}
.line {
    width: 100%;
    height: 4px;
    display: block;
    background: #fff;
    margin-bottom: 4px;
    transition: 0.4s
}
.mobile-open header .menu-btn {
    -moz-transform: translate(10px, 0px);
    -ms-transform: translate(10px, 0px);
    -webkit-transform: translate(10px, 0px);
    transform: translate(10px, 0px)
}
.mobile-open header .menu-btn .line-1 {
    -moz-transform: rotate(45deg) translate(0px, 11px);
    -ms-transform: rotate(45deg) translate(0px, 11px);
    -webkit-transform: rotate(45deg) translate(0px, 11px);
    transform: rotate(45deg) translate(0px, 11px)
}
.mobile-open header .menu-btn .line-2 {
    opacity: 0
}
.mobile-open header .menu-btn .line-3 {
    -moz-transform: rotate(-45deg) translate(0px, -11px);
    -ms-transform: rotate(-45deg) translate(0px, -11px);
    -webkit-transform: rotate(-45deg) translate(0px, -11px);
    transform: rotate(-45deg) translate(0px, -11px)
}
footer {
    color: #929395;
    padding: 60px 0px 40px;
    background: #000;
    font-size: 11px
}
@media only screen and (max-width: 860px) {
    footer {
        padding: 50px 0px 50px
    }
}
@media only screen and (max-width: 640px) {
    footer {
        text-align: center;
        padding: 40px 0px 40px
    }
}
footer p {
    margin-bottom: 10px
}
footer strong {
    display: inline-block;
    margin: 0;
    color: #fff
}
footer .title {
    margin-bottom: 20px;
    color: #cc8a4e;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px
}
@media only screen and (max-width: 640px) {
    footer .title {
        margin-bottom: 10px
    }
}
footer .mobile-contact {
    display: none
}
@media only screen and (max-width: 640px) {
    footer .mobile-contact {
        display: block;
        margin-bottom: 40px
    }
}
footer .address {
    line-height: 15px;
    max-width: 120px
}
@media only screen and (max-width: 640px) {
    footer .address {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        text-align: center
    }
}
footer .sitemap-block {
    width: 280px;
    padding-left: 40px
}
@media only screen and (max-width: 1060px) {
    footer .sitemap-block {
        width: 260px;
        padding-left: 20px
    }
}
@media only screen and (max-width: 860px) {
    footer .sitemap-block {
        padding-left: 0;
        margin: 10px 0 0px;
        max-width: 280px;
        width: 44%
    }
}
@media only screen and (max-width: 640px) {
    footer .sitemap-block {
        width: 100%;
        max-width: none;
        border-top: 3px solid #1d1d1d;
        padding: 40px 0 0;
        margin: 0
    }
    footer .sitemap-block .title {
        display: none
    }
}
footer .sitemap-block nav.sitemap {
    width: 100%;
    text-transform: uppercase;
    font-weight: bold
}
footer .sitemap-block nav.sitemap:after {
    content: "";
    display: table;
    clear: both
}
footer .sitemap-block nav.sitemap li {
    float: left;
    display: block;
    width: 50%;
    padding-bottom: 10px;
    font-size: 14px
}
footer .sitemap-block nav.sitemap li a {
    transition: 0.4s ease;
    color: #fff !important;
    font-size: 13px
}
footer .sitemap-block nav.sitemap li a:visited,
footer .sitemap-block nav.sitemap li a:focus {
    color: #fff
}
footer nav.site-information {
    margin-top: 10px
}
footer nav.site-information li {
    margin-bottom: 5px
}
footer nav.site-information li a {
    font-weight: 400;
    color: #929395
}
footer nav.site-information li a:visited,
footer nav.site-information li a:focus {
    color: inherit
}
footer nav.site-information li a:hover {
    color: #fff
}
@media only screen and (max-width: 640px) {
    footer nav.site-information {
        padding-top: 40px;
        border-top: 3px solid #1d1d1d;
        margin-top: 40px
    }
}
footer .contact-block {
    padding-left: 30px
}
@media only screen and (max-width: 1060px) {
    footer .contact {
        padding-left: 20px
    }
}
@media only screen and (max-width: 860px) {
    footer .contact {
        padding-left: 0;
        width: 24%;
        margin-top: 10px
    }
}
@media only screen and (max-width: 640px) {
    footer .contact {
        width: 100%;
        margin: 0px
    }
}
footer .copyright {
    font-size: 10px;
    display: block;
    margin-top: 10px
}
@media only screen and (max-width: 640px) {
    footer .copyright {
        float: none
    }
}
footer .logo {
    width: 90px;
    height: 57px;
    background: url("../img/logo-small.jpg");
    background-size: 100%;
    float: none
}
@media only screen and (max-width: 640px) {
    footer .logo {
        position: relative;
        margin: 0 auto;
        float: none
    }
}
footer .social-media {
    float: right
}
footer .social-media a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #fff;
    margin-left: 3px;
    font-size: 30px;
    text-align: center;
    line-height: 46px;
    position: relative;
    color: #CC8A4E;
    -moz-transition: 0.3s, ease;
    -o-transition: 0.3s, ease;
    -webkit-transition: 0.3s, ease;
    transition: 0.3s, ease
}
footer .social-media a:hover {
    color: #111
}
footer .author {
    float: left;
    line-height: 40px;
    font-size: 10px;
    color: inherit
}
footer .bottom-bar {
    margin-top: 40px
}
footer .bottom-bar>div {
    border-top: 3px solid #1d1d1d;
    padding-top: 20px
}
@media only screen and (max-width: 1060px) {
    .logo-copyright {
        margin-right: 20px
    }
}
@media only screen and (max-width: 640px) {
    .logo-copyright {
        margin-bottom: 40px
    }
    .logo-copyright p {
        margin: 0
    }
}
@media only screen and (min-width: 860px) {
    .width-auto {
        width: auto
    }
}
.sidebar nav.selector-nav {
    display: none
}
.sidebar.right {
    float: right
}
.sidebar .side-nav {
    margin-bottom: 30px
}
.sidebar ul li {
    padding: 24px 0px;
    border-top: 1px solid #ebebeb
}
.sidebar ul li:last-child {
    border-bottom: 1px solid #ebebeb;
}
.sidebar ul li a {
    font-size: 13px;
    display: block;
    width: 100%;
    position: relative;
    color: inherit;
    font-weight: inherit
}
.sidebar ul li a i {
    position: absolute;
    right: 0;
    top: 2px;
    -moz-transition: 0.4s, ease-in-out;
    -o-transition: 0.4s, ease-in-out;
    -webkit-transition: 0.4s, ease-in-out;
    transition: 0.4s, ease-in-out
}
.sidebar ul li a:hover,
.sidebar ul li a:focus {
    color: #222325;
    font-weight: bold
}
.sidebar ul li a:hover i,
.sidebar ul li a:focus i {
    color: #222325
}
.sidebar ul li.active a {
    color: #222325;
    font-weight: bold
}
@media only screen and (max-width: 640px) {
    .sidebar>h2 {
        display: none
    }
    .sidebar nav.side-nav {
        display: none
    }
    .sidebar nav.selector-nav {
        display: block;
        margin-bottom: 30px
    }
}
small {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    color: #777
}
.btn {
    padding: 16px 38px;
    background: #090909;
    color: #fff !important;
    text-decoration: none;
    display: block;
    float: left;
    position: relative;
    font-size: 16px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    outline: none;
    border: none
}
.btn.btn-white {
    background: #fff;
    color: #000 !important
}
.btn.btn-gold {
    background: #cc8a4e
}
.btn.btn-small {
    font-size: 13px;
    padding: 10px 24px
}
.btn.right {
    padding: 16px 46px 16px 24px
}
.btn.right:before {
    position: absolute;
    top: 50%;
    right: 16px;
    font-size: 18px;
    margin-top: -0.4em;
    color: #575757;
    -moz-transition: 0.3s, ease;
    -o-transition: 0.3s, ease;
    -webkit-transition: 0.3s, ease;
    transition: 0.3s, ease
}
.btn.right:hover:before {
    color: inherit
}
.btn.right.btn-gold:before {
    color: #111
}
.btn-row {
    margin-top: 20px
}
.btn-row:after {
    content: "";
    display: table;
    clear: both
}
.what-we-do .btn-row .btn {
    margin-right: 10px
}
@media only screen and (max-width: 400px) {
    .what-we-do .btn-row .btn {
        padding: 16px 12% 16px 6%
    }
    .what-we-do .btn-row .btn:before {
        right: 8%
    }
}
form .col-right,
form .col-left {
    width: 50%
}
form .col-right {
    padding-right: 5px
}
form .col-left {
    padding-left: 5px
}
input[type="text"],
textarea,
select {
    border-radius: 0;
    border: 2px solid transparent;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    width: 100%;
    background: #f4f4f4;
    display: block;
    -moz-transition: 0.4s, ease-in-out;
    -o-transition: 0.4s, ease-in-out;
    -webkit-transition: 0.4s, ease-in-out;
    transition: 0.4s, ease-in-out;
    outline: none
}
input[type="text"].not-valid,
textarea.not-valid,
select.not-valid {
    border: 2px solid red
}
select {
    padding: 11px 10px;
    width: 110%;
    position: relative;
    background: transparent;
    z-index: 2;
    font-size: 13px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ""
}
select::-ms-expand {
    display: none
}
@media only screen and (min-width: 860px) {
    select {
        min-width: 180px
    }
}
.select-styled {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #f4f4f4
}
.select-styled i {
    position: absolute;
    font-size: 22px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0px;
    height: 46px;
    width: 46px;
    right: 0px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    z-index: 1
}
label {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
    color: #595959
}
label.required:after {
    content: " *";
    color: #CC8A4E
}
textarea {
    resize: vertical;
    overflow: auto;
    min-height: 240px
}
.main input[type="text"]:focus,
.main textarea:focus {
    border: 2px solid #cbcbcb;
    background: #fff
}
.main input[type="text"].not-valid:focus,
.main textarea.not-valid:focus {
    border: 2px solid red;
    background: #fff
}
.wpcf7-response-output {
    right: 0px
}
@media only screen and (min-width: 860px) {
    fieldset.first {
        margin-bottom: 40px
    }
}
@media only screen and (max-width: 640px) {
    fieldset.first {
        margin-top: 20px;
        margin-bottom: 20px
    }
}
.field {
    margin-bottom: 14px;
    position: relative
}
.disclaimer {
    font-size: 10px;
    color: #595959;
    margin: 10px 0px 0px
}
.multiple-fields input,
.multiple-fields textarea {
    margin-bottom: 10px
}
.multiple-fields .row:last-of-type input,
.multiple-fields .row:last-of-type .select-styled,
.multiple-fields .row:last-of-type textarea {
    margin-bottom: 0
}
@media only screen and (max-width: 860px) {
    .multiple-fields .row:last-of-type input {
        margin-top: 10px
    }
}
@media only screen and (max-width: 860px) {
    .select-block.last .select-styled {
        margin: 0
    }
}
input[type="radio"]+.wpcf7-list-item-label {
    padding-right: 10px
}
footer form input[type="text"],
footer form textarea {
    border-radius: none;
    border: none;
    font-family: "Roboto";
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    width: 100%
}
footer form textarea {
    resize: vertical;
    min-height: 100px
}
footer .field {
    margin-bottom: 10px;
    float: left;
    width: 170px;
    padding-right: 10px
}
footer .field.full-width {
    width: 100%
}
footer .quick-enquiry {
    float: right;
    width: 340px;
    margin-right: -10px;
    display: block
}
footer .quick-enquiry .response-wrap {
    padding-right: 10px
}
@media only screen and (max-width: 1060px) {
    footer .quick-enquiry {
        width: 23.5%
    }
    footer .quick-enquiry .field {
        width: 100%
    }
}
@media only screen and (max-width: 860px) {
    footer .quick-enquiry {
        width: 36%;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 780px) {
    footer .quick-enquiry {
        width: 32%
    }
}
@media only screen and (max-width: 640px) {
    footer .quick-enquiry {
        display: none
    }
}
.wpcf7-response-output {
    display: block;
    font-size: 12px;
    color: #fff;
    font-family: arial, sans-serif;
    font-weight: bold
}
.wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-validation-errors {
    padding: 20px 26px;
    margin-bottom: 20px;
    width: 100%
}
.wpcf7-mail-sent-ok {
    background: #33a956
}
.wpcf7-validation-errors {
    background: red
}
.screen-reader-response {
    display: none
}
.mandatory-note {
    margin: 10px 0px;
    font-size: 12px;
    color: #595959;
    line-height: 20px;
    max-width: 340px
}
.mandatory-note:before {
    content: " *";
    color: #CC8A4E
}
.select-block {
    width: 100%;
    float: left;
    margin-bottom: 10px
}
.select-block:before,
.select-block:after {
    content: "";
    display: table
}
.select-block:after {
    clear: both
}
.select-block.last {
    margin: 0
}
.select-block .col {
    width: 50%
}
@media only screen and (min-width: 860px) {
    .select-block {
        width: 50%;
        margin: 0
    }
}
@media only screen and (max-width: 860px) {
    .page-template-payment .btn.right {
        margin-bottom: 50px !important;
    }
    #contact-enquiry .btn {
        margin-bottom: 60px
    }
}
.slide h1 {
    font-weight: 300;
    font-size: 40px;
    max-width: 490px;
    line-height: 46px;
    margin-left: -40px;
    margin-top: 0px;
    margin-bottom: 30px;
    opacity: 0;
    color: #cc8a4e;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6)
}

.slide .sheading {
    display: block;
    font-weight: 300;
    font-size: 40px;
    max-width: 490px;
    line-height: 46px;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #cc8a4e;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);

}
.slide ul {
    font-family: "Open Sans";
    font-style: italic;
    color: #fff
}
.slide ul li {
    font-size: 20px;
    line-height: 32px;
    position: relative;
    padding-left: 22px;
    margin-left: -40px;
    opacity: 0
}
.slide ul li:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}
.slide ul li.image-item img {
    width: auto;
    display: inline-block;
    vertical-align: middle
}
@media only screen and (max-width: 1060px) {
    .slide ul li.image-item img {
        height: 30px;
        min-height: 30px;
        width: auto
    }
}
.slide ul li .btn {
    margin-top: 20px
}
.container {
    width: 1140px;
    position: relative;
    margin: 0 auto
}
.slider {
    color: #fff;
    overflow: hidden;
    height: 420px;
    border-bottom: 4px solid #cc8a4e;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    background: #000
}
@media only screen and (max-width: 640px) {
    .slider {
        height: 280px
    }
}
.slider nav {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 100%;
    z-index: 999
}
.slider nav #slider-next {
    float: right;
    width: 31px;
    height: 48px;
    background: url("../img/arrows.png");
    background-position: -31px 0px;
    display: block;
    margin-right: 30px;
    opacity: 0.6;
    transition: 0.4s ease
}
.slider nav #slider-prev {
    float: left;
    width: 31px;
    height: 48px;
    background: url("../img/arrows.png");
    display: block;
    margin-left: 30px;
    opacity: 0.6;
    transition: 0.4s ease
}
@media only screen and (min-width: 1060px) {
    .slider:hover nav #slider-prev {
        margin-left: 45px;
        opacity: 1
    }
    .slider:hover nav #slider-next {
        margin-right: 45px;
        opacity: 1
    }
}
.slider nav #slider-prev:hover,
.slider nav #slider-next:hover {
    opacity: 1
}
@media only screen and (max-width: 640px) {
    .slider nav {
        top: initial;
        bottom: 20px
    }
    .slider nav #slider-prev {
        float: right;
        margin-right: 20px;
        background-size: 46px;
        width: 23px;
        height: 36px;
        background-position: 0px center
    }
    .slider nav #slider-next {
        margin-right: 20px;
        background-size: 46px;
        width: 23px;
        height: 36px;
        background-position: -23px center
    }
}
.slide-contents {
    height: 420px;
    width: 100%;
    display: table;
    position: relative
}
@media only screen and (max-width: 640px) {
    .slide-contents {
        height: 280px
    }
}
.slide {
    width: 100%
}
.slide .text {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 999;
    padding-left: 140px
}
@media only screen and (max-width: 1060px) {
    .slide .text {
        padding-left: 120px
    }
    .slide .text h1 {
        font-size: 40px;
        line-height: 46px
    }
    
    .slide .text .sheading {
    	font-size: 40px;
        line-height: 46px
    }
    .slide .text ul li {
        font-size: 20px;
        line-height: 1.8
    }
    .slide .text ul li.image-item img {
        min-height: 16px;
        height: 16px
    }
}
@media only screen and (max-width: 640px) {
    .slide .text {
        padding-left: 20px;
        padding-right: 20px
    }
    .slide .text h1 {
    	display: block;
        font-size: 22px;
        font-weight: 400;
        line-height: 32px;
        width: 80%;
        margin-bottom: 20px
    }
    .slide .text .sheading {
    	display: block;
    	font-size: 22px;
        font-weight: 400;
        line-height: 32px;
        width: 80%;
        margin-bottom: 20px;
    }
    .slide .text ul li {
        font-size: 13px;
        line-height: 26px;
        padding-left: 15px
    }
    .slide .text ul li.image-item img {
        min-height: 12px;
        height: 12px
    }
}
.slide .image {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat
}
@media only screen and (max-width: 1060px) {
    .slide .image {
        width: 100%;
        min-height: 420px
    }
}
@media only screen and (max-width: 640px) {
    .slide .image {
        width: auto;
        min-height: 280px;
        min-width: 100%;
        right: 0
    }
}
.overlay {
    display: none
}
@media only screen and (max-width: 640px) {
    .overlay {
        background-image: url('data:image/svg+xml;	base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(30%, #000000), color-stop(70%, rgba(0, 0, 0, 0)));
        background-image: -moz-linear-gradient(left, #000000 30%, rgba(0, 0, 0, 0) 70%);
        background-image: -webkit-linear-gradient(left, #000000 30%, rgba(0, 0, 0, 0) 70%);
        background-image: linear-gradient(to right, #000000 30%, rgba(0, 0, 0, 0) 70%);
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 990
    }
}
.breadcrumbs {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff
}
.breadcrumbs nav {
    float: left;
    padding: 0px 0px 30px
}
@media only screen and (max-width: 640px) {
    .breadcrumbs nav {
        padding: 0px 0px 20px
    }
}
#breadcrumbs {
    margin: 0
}
#breadcrumbs:after {
    content: "";
    display: table;
    clear: both
}
#breadcrumbs li {
    float: left
}
#breadcrumbs .divider {
    display: block;
    padding: 1px 6px 0px;
    font-size: 14px;
    color: #575757
}
#breadcrumbs a {
    color: #575757
}
#breadcrumbs a:visited,
#breadcrumbs a:focus {
    color: #575757
}
.testimonial-posts .text p {
    margin-bottom: 0.8rem
}
.testimonial-posts .text strong {
    margin-top: 10px;
    display: block
}
.testimonial-posts .portrait {
    border-radius: 47px;
    width: 94px;
    height: 94px;
    display: block;
    overflow: hidden;
    border: 4px solid #cbcbcb
}
.testimonial-posts .portrait img {
    width: 100%;
    font: 0 !important;
    color: transparent !important
}
@media only screen and (min-width: 860px) {
    .testimonial-posts .row {
        margin-bottom: 40px
    }
    .testimonial-posts .row:last-child {
        margin-bottom: 0
    }
}
@media only screen and (min-width: 1060px) {
    .testimonial-posts .portrait {
        position: absolute
    }
    .testimonial-posts .text {
        padding-left: 130px;
        padding-bottom: 30px
    }
}
@media only screen and (max-width: 1060px) {
    .testimonial-posts .portrait {
        position: absolute
    }
    .testimonial-posts .text {
        padding-left: 108px;
        padding-bottom: 30px
    }
    .testimonial-posts .portrait {
        width: 72px;
        height: 72px
    }
}
@media only screen and (max-width: 640px) {
    .testimonial-posts .portrait {
        position: relative;
        margin-bottom: 20px
    }
    .testimonial-posts .text {
        padding-left: 0px
    }
    .testimonial-posts .row {
        margin-bottom: 0
    }
}
nav.pagination:after {
    content: "";
    display: table;
    clear: both
}
nav.pagination li {
    display: block;
    float: left
}
nav.pagination li a,
nav.pagination li span {
    color: #525355;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    background: #f4f4f4;
    margin-right: 4px;
    margin-bottom: 4px;
    display: block
}
nav.pagination li a:hover,
nav.pagination li span:hover {
    color: #222325
}
nav.pagination li a.current,
nav.pagination li span.current {
    background: #000;
    color: #fff
}
.band .testimonial-posts .text {
    border-bottom: none
}
@media only screen and (max-width: 640px) {
    .band .testimonial-posts .row {
        margin-bottom: 0
    }
}
.band .btn-row {
    text-align: center
}
.band .btn-row .refresh {
    float: left;
    margin-right: 20px;
    margin-top: 3px;
    display: inline-block;
    width: 42px;
    height: 42px
}
.band .btn-row .refresh:focus .loop {
    fill: #fff
}
.band .btn-row .wrap {
    display: inline-block
}
.no-touch .band .btn-row .refresh:hover .loop {
    fill: #fff
}
.no-svg .refresh {
    background-image: url("../img/refresh-grey.png");
    background-repeat: no-repeat;
    background-size: 42px
}
.no-svg .refresh:hover,
.no-svg .refresh:focus {
    background-image: url("../img/refresh-white.png")
}
.no-svg .refresh svg {
    display: none
}
.black-bg strong,
.black-bg h2 {
    color: #fff
}
@-webkit-keyframes loadingRotation {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes loadingRotation {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.loading svg {
    -moz-animation: loadingRotation 0.8s infinite;
    -webkit-animation: loadingRotation 0.8s infinite;
    animation: loadingRotation 0.8s infinite
}
.loading svg .loop {
    fill: #fff
}
.site-error.content {
    padding-bottom: 80px
}
.site-error h5 {
    font-size: 20px
}
.site-error p {
    margin: 0
}
@media screen and (min-width: 870px) {
    header .menu-btn {
        display: none !important;
    }
    header nav {
        display: block !important;
    }
}

.google-plus:before {
    font-family: "dashicons";
    content: "\f462";
    background: white;
    font-size: 40px;
}
.facebook-icon:before {
    font-family: "dashicons";
    content: "\f305";
    background: white;
    font-size: 40px;
}
.shopcart-icon:before {
    font-family: "dashicons";
    content: "\f174";
    background: white;
    font-size: 40px;
}
.twitter-icon:before {
    font-family: "dashicons";
    content: "\f301";
    background: white;
    font-size: 40px;
}

