* {
    max-height: 100000px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header,
footer,
article,
section,
nav,
figure,
aside {
    display: block;
}

body {
    margin: 0;
    min-width: 1200px;
    color: #000;
    font: 18px/21px "Open Sans", Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    background: url("../images/Enclave_Grey-Concrete-Texture-2-small.jpg") repeat center #ccc;
    background-size: cover;
}
input[type="date"]
{
	font-family: "Open Sans", Arial, sans-serif;
}
img {
    vertical-align: top;
    border-style: none;
}

a {
    text-decoration: none;
    color: #8f8f8f;
}

a:hover {
    text-decoration: underline;
}

input,
textarea,
select {
    vertical-align: middle;
    color: #777;
}

input[type=text],
input[type=password],
input[type=file],
input[type=submit],
textarea {
    -webkit-appearance: none;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

#wrapper {
    position: relative;
    /*overflow: hidden;*/
    width: 100%;
}

#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 28px 0;
    z-index: 9999;
    background: rgba(69, 71, 73, 0.8);
    transition: padding 0.5s linear;
}

#header .holder {
    max-width: 1350px;
    margin: 0 auto;
    padding-left: 3%;

}

#header .holder:after {
    display: block;
    content: '';
    clear: both;
}

#header .logo {
    overflow: hidden;
    width: 30%;
    height: auto;
}

#header .logo img {
    width: 100%;
    height: auto;
}

#header .logo a {
    height: 100%;
    display: block;
}

#header .nav-area,
#header .phone,
#header .logo {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

#header .phone {
    padding: 0 60px 12px 40px;
    background: url(../images/ico-phone.png) no-repeat;
    background-size: 30px;
}

#header .phone a {
    font-size: 26px;
    line-height: 30px;
    color: #000;
}

#header .search-form {
    text-align: right;
    margin: 0 0 20px;

}

#header .search-form .search,
#header .search-form input[type="search"] {
    border: 3px solid #7f95ac;
    height: 30px;
    width: 162px;
    padding: 0 20px 0 10px;
    margin: 0 -25px 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    border-radius: 16px/9px;
    -webkit-border-radius: 16px/10px;
    -moz-border-radius: 16px/10px;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

#header .search-form input[type="submit"] {
    border: none;
    height: 30px;
    width: 80px;
    padding: 0 10px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #454749;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}

#nav {
}

#nav .opener {
    display: none;
    overflow: hidden;
    text-indent: -9999px;
    width: 36px;
    height: 24px;
    background: url(../images/ico-menu.png) no-repeat 50% 50%;
    border: 1px solid #000;
    float: right;
    margin-right: 20px;
}

#nav ul.js-slide-hidden {
    display: block !important;
    left: 0 !important;
    position: static !important;
    top: 0 !important;
}

#nav > ul {
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

#nav > ul > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 26px;
    position: relative;
}

#nav > ul > li > a {
    display: block;
    padding: 0 5px 6px;
    color: #000;
}

#nav > ul > li:hover .drop {
    display: block;
}

#nav > ul > li:hover > a {
    color: #454749;
    text-decoration: none;
}

#nav > ul > .active > a {
   /* color: #8f8f8f; */
    padding: 0 5px 4px;
    border-bottom: 2px solid #000;
}

#nav > ul .drop {
    position: absolute;
    left: 0;
    top: 99%;
    width: 168px;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    text-transform: none;
    display: none;
}

#nav > ul .drop:after {
    bottom: 100%;
    left: 10%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 5px solid rgba(0, 32, 65, 0);
    border-bottom-color: #002041;
    margin-left: -5px;
}

#nav > ul .drop ul {
    border-top: 6px solid #002041;
    background: #454749;
    padding: 5px 20px 15px;
    margin: 0;
    list-style: none;
}

#nav > ul .drop ul li {
    padding: 8px 0;
    background: url(../images/border-dropdown.png) repeat-x 0 100%;
}

#nav > ul .drop ul a {
    color: #fff;
}

#main .head-block {
    background: #454749;
    padding: 40px 10px;
    text-align: center;
    display: table;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#main .head-block .text-area .brand {
    list-style: none;
    margin: 0;
}

#main .head-block .text-area .brand li {
    width: 23%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px 0 0;
}

#main .head-block .text-area .brand li img {
    width: 100%;
    height: auto;
}

#main .head-block .text-area .brand li a {
    display: inline-block;
}

#main .head-block .hold {
    overflow: hidden;
}

#main .head-block .head-area {
    display: inline-block;
    vertical-align: middle;
    width: 24%;
    margin: 0;
}

#main .head-area {
    padding: 0 0 20px;
}
h1 {
    font-size: 32px;
    line-height: 36px;
}
h2 {
    font-size: 28px;
    line-height: 32px;
}
h3 {
    font-size: 24px;
    line-height: 28px;
}
h4 {
    font-size: 20px;
    line-height: 24px;
}
h5 {
    font-size: 18px;
    line-height: 20px;
}
h5 {
    font-size: 14px;
    line-height: 18px;
}

#main .head-area h1 {
    font-size: 40px;
    line-height: 43px;
    color: #000;
    margin: 0;
    text-transform: uppercase;

}

#main #contact .contact-form {
    color: #000;
    overflow: hidden;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 4px 0 #d5d3d3;
    box-shadow: 0 0 4px 0 #d5d3d3;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 500px;
    background: rgba(256, 256, 256, 0.8);
    margin: 20px auto;

}

#main .head-area.home h1 {
    color: #fff;
}

#main .head-block .tagline {
    display: block;
}

#main .head-block .text-area {
    display: inline-block;
    vertical-align: middle;
    max-width: 70%;
    margin: 0 20px;
}

#main .head-block p {
    margin: 0 0 22px;
}

#main .about-text,
#main .about-list {
    width: 50%;
    padding: 10px 10px 40px 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    display: table;
    color: #000;

}

#main .about-list {
    background: #454749;
    float: right;
    color: #FFF;
}

#main .about-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: table-cell;
    vertical-align: middle;
}

#main .about-list li {
    margin: 0 0 10px;
}

#main .about-list .icon-area {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: auto;
    margin: 0 20px 0 0;
}

#main .about-list .icon-area img {
    width: 100%;
    height: auto;
}

#main .about-list .btn {
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    background: #454749;
    font-size: 11px;
    line-height: 38px;
    padding: 0 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    margin-top: 15px;
}

#main .about-list .detail {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
}

#main .about-list .title {
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    margin: 0 0 10px;
    color: #fff;
}

#main .about-list p {
    margin: 0;
}

#main .about-list .head-area,
#main .about-list .new-container {
    overflow: hidden;
    margin: 0 auto;
}

#main .about-list .head-area h1,
#main .about-text .head-area h1 {
    font-size: 40px;
    line-height: 43px;
}

#main .b-outer-container {

    overflow: hidden;
    margin: 0 auto;
    padding-left: 3%;
    max-width: 1350px;
}

#main .brand-container {
    text-align: center;
    overflow: hidden;
}

#main .brand {

    display: inline-block;
    width: 49%;
    padding: 0 3% 3% 0;
    overflow: hidden;

}

#main .brand a {
    display: block;
    border: 5px solid #FFD600;
}

#main .brand .echo {
    border-color: #FF3600;
}

#main .brand .lockwood {
    border-color: #18670F;
}

#main .brand .weedroller {
    border-color: #1C91FF;
}

#main .brand .crary-fans {
    border-color: #005B82;
}

#main .brand .tile-pro {
    border-color: #9e1100;
}

#main .brand img {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: auto;
}

.hover-tooltip {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    font-size: 14px;
    line-height: 17px;
}

.contact .contact-form {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}

.contact .contact-form .title {
    color: #333;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    font-weight: normal;
    display: block;
    margin: 0 0 30px;
}

.contact .contact-form .row {
    overflow: hidden;
    margin: 0 0 20px;
}

.contact .row #response p{
    display: none;
    background: #FFD600;
    color: #18670F;
    padding: 10px;
    width: auto;
    display: block;
}
.contact .contact-form .col:first-child {
    float: left;
}
.content-area  a { color : #000; }
.contact .contact-form .col {
    float: right;
    width: 48%;
}
.row.col3 .col {
    width: 33%;
    padding: 0 15px 0 0;
    float: left;
}
.row.col2 .col-25,
.row.col2 .col-75 {
    width: 40%;
    padding: 0 15px 0 0;
    float: left;
}
.row.col2 .col-25 p
{
	margin:0;
}
.row.col2 .col-75 {
    width: 60%;
}
.contact .contact-form .col.full-with [data-value="foo"]wpcf7cf_group
{
	float:left;
}
.contact .contact-form .col.bg {
    padding: 16px 0 16px 12px;
    background: rgba(256, 256, 256, 0.8);
}
.contact .contact-form .col.bg-small {
    width: 32%;
    margin: 0 1% 0 0;
    padding: 10px 0 10px 12px;
    background: rgba(256, 256, 256, 0.8);
}
.bg-date
{
    background: rgba(256, 256, 256, 0.8);
    padding: 7px 0 7px 12px;
}

.contact .contact-form input[type="date"]{
    border: 1px solid #d6d6d6;
    background: rgba(256, 256, 256, 0.8);
    width: 30%;
    height: 40px;
    margin: 0;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    text-transform: uppercase;
}
input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}
/*.row.col2 .col {
    width: 40%;
}
.row.col2 .col.wid56 {
    width: 56%;
    background: rgba(256, 256, 256, 0.8);
    padding: 16px 0 16px 12px;
}*/

.row.col3 .col:last-child {
padding: 0;
    width: 34%;
}
.contact .contact-form .col.full-with {
    float: none;
    width: 100%;
    padding: 16px 0 16px 12px;
    background: rgba(256, 256, 256, 0.8);
}
.contact .contact-form .col .note,
.contact .contact-form .note p{
    font-size: 15px;
    line-height: 15px;
    padding: 10px 0 0 0;
    color:rgb(255, 140, 0);
}
.contact .contact-form .note p
{
    margin: 2px 0;
    padding: 0;
}
.contact .contact-form .note p a
{
    color: #000;
    font-weight: bold;
}

.contact .contact-form .col.align-center {
    text-align: center;
}

.contact .contact-form .col.align-center p {
    margin: 5px 0;

}

.contact .contact-form .col.state {
    width: 30%;
    float: left;
}

.contact .contact-form .col.zip {
    width: 18%;
    padding-left: 2%;
    float: left;
}
.contact .contact-form h1,
.contact .contact-form h2,
.contact .contact-form h3,
.contact .contact-form h4,
.contact .contact-form h5
{
    margin: 0 5px;
}
.contact .contact-form .head
{
    padding: 10px 0 10px;
}
.contact .contact-form  span.wpcf7-list-item {
    margin: 0 15px 10px 0;
}
.contact .contact-form .job_learn_suggestion {
    display: block;
    width: 98%;
}

.contact .contact-form .email,
.contact .contact-form textarea,
.contact .contact-form select,
.contact .contact-form input[type="email"],
.contact .contact-form input[type="text"],
.contact .contact-form input[type="tel"],
.contact .contact-form input[type="date"] {
    border: 1px solid #d6d6d6;
    background: rgba(256, 256, 256, 0.8);
    width: 100%;
    height: 54px;
    margin: 0;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    /*text-transform: uppercase;*/
}
.contact .contact-form input[type="text"].txtWidth-50
{
	width:60%;
}
.contact .contact-form span.wpcf7-list-item-label {
    vertical-align: middle;
}
.contact .contact-form textarea {
    height: 200px;
    padding: 10px;
}

.contact .contact-form .email:focus,
.contact .contact-form input[type="email"]:focus,
.contact .contact-form input[type="text"]:focus {
    border-color: #6a6c6d;
}

.contact .contact-form input[type="submit"],
.contact .contact-form input[type="button"] {
    border: none;
    font-size: 15px;
    line-height: 44px;
    background: #454749;
    width: 140px;
    height: 44px;
    margin: 0;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: right;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
.contact .contact-form input[type="button"] {
    float: none;
    margin: 10px 0;
}

#main .main-container.wide {
    max-width: 1232px;
    margin: 40px auto;
    overflow: hidden;
}

#main .main-container.wide .content-outer {
    color: #000;
    overflow: hidden;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 4px 0 #d5d3d3;
    box-shadow: 0 0 4px 0 #d5d3d3;
    padding: 20px;
    margin: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 500px;
    background: rgba(256, 256, 256, 0.8);

}

.content-area,
.about-text {
    font-size: 14px;
    line-height: 22px;
}
.content-area ol li,
.content-area ol
{
    list-style: decimal;
    margin-right: 10px;
    text-align: justify;
}
.content-area ol ol,
.content-area ol ol li{
    list-style: upper-alpha;
    margin: 16px 2px;
}
.content-area ol li span
{
    font-weight: bold;
    text-decoration: underline;
}
.content-area ol li,
.content-area ol li li
{
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.gray {
    display: inline-block;
    background: #454749;
    color: #FFF;
    margin-top: 3px;
    padding: 7px 14px;
    cursor: pointer;
    font-size: 13px;
}

.sidebar .widget ul {
    padding: 0 0 0 10px;
    list-style: none;
    font-size: 18px;
    line-height: 28px;
}

* {
    list-style: none;
}

.sidebar .widget ul ul {
    padding: 5px 0 5px 8px;
    font-size: 14px;
    line-height: 22px;
}

#footer {
    /*background: #454749;*/
    background: rgba(69, 71, 73, 0.8);
    padding: 10px;
    overflow: hidden;
}

#footer .copyright {
    float: left;
    font-size: 20px;
    line-height: 23px;
}

#footer .by {
    float: right;
    font-size: 20px;
    line-height: 23px;
}

#footer .by a {
    color: #fff;
}

.top {
    position: fixed;
    bottom: 80px;
    right: 50px;
    width: 79px;
    height: 79px;
    background: url(../images/ico-top.png) no-repeat #454749 15px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 999;
}

.error {
    color: #ff0000;
    font-weight: normal;
    margin: 9px;
    display: inline-block;
    padding: 0 0 0 1%;
    font-size: 14px;
}

/*****custom css***/

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.slider_discrition {
    float: left;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 37%;
    width: 100%;
}

.discription_holder {
    margin: 0 auto;
    max-width: 930px;
}

.slider_discrition h1 {
    background: url(../images/bg-heading.png) no-repeat 50% 0;
    font-size: 35px;
    line-height: 38px;
    padding: 60px 0;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 26px;
    text-shadow: 0 3px 0 rgba(4, 4, 4, 0.75);
    position: relative;
}

.slider_discrition .btn,
#about .btn {
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    background: #2b9969;
    font-size: 11px;
    line-height: 38px;
    padding: 0 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.slider_discrition .btn:hover {
    text-decoration: underline;
}

.slider_discrition h1:after {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: url(../images/bg-heading.png) no-repeat 50% 0;
    height: 7px;
    content: '';
}

.owl-controls.clickable {
    display: none !important;
}

.copyright-text {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

.footer-nav {
    width: 59%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
}

.footer-nav {
    list-style: none;
}

.footer-nav ul li {

    display: inline-block;
    color: #fff;
    padding: 0 13px 0 0;

}

.footer-nav ul li a {

    Color: #FFF;
    font-size: 14px;
    line-height: 18px;
}

#footer .container {
    max-width: 1350px;
    margin: 0 auto;
}

#footer .container .site-info, #footer .container .copyright-year {

    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #fff;
}

#footer .container .copyright-year {

    font-size: 10px;
    line-height: 18px;
    font-weight: normal;

}

.footer-nav ul {
    margin: 0 0 10px;
}

#socialmediafoot ul {
    margin: 0;
}

/*
Media Queries

*/
@media only screen and (max-width: 1199px) {
    body {
        min-width: 320px;
    }

    #main .about-list,
    #main .about-slider {
        float: none;
        width: 100%;
    }

    .clients-slider .btn-prev,
    .clients-slider .btn-next {
        display: none;
    }

}

@media only screen and (max-width: 1180px) {
    #header .logo {
        width: 26%;
    }

    #nav > ul {
        font-size: 14px;
    }

    #header .phone {
        padding: 0 40px 12px;

    }
}

@media only screen and (max-width: 1023px) {
    #header .phone a {
        font-size: 20px;
    }

    #header .logo {
        width: 24%;
    }

    #main .head-block .text-area .brand li {
        width: 48%;
        padding: 0 30px 20px 0;
    }

    #main .head-block .tagline {
        line-height: 16px;
        font-size: 14px;
    }

    #main .head-block h1 {

        font-size: 32px;
        line-height: 38px;

    }

    .projects .tabs-area2 .tabset2 {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }

    .projects .tabs-area2 .tab-content2 {
        padding: 0 10px;
    }

    .projects .tabs-area2 .tabset2 .active a:after, .projects .tabs-area2 .tabset2 a:hover:after {
        display: none;
    }
}

@media only screen and (max-width: 767px) {

    #header {

        padding: 26px 0 10px;

    }

    #header .holder {
        text-align: center;
    }

    #nav ul.js-slide-hidden {
        display: block !important;
        left: -9999px !important;
        position: absolute !important;
        top: -9999px !important;
    }

    #nav .opener {
        display: block;
    }

    #header .logo {
        float: none;
        display: block;
        width: 100%;
        padding: 20px 0;
        margin: 0;
    }

    #header .logo img {
        width: 80%;
    }

    #header .phone {

        text-align: center;
        margin: 0 auto;

    }

    #header .phone a {
        font-size: 28px;
    }

    #header .nav-area {
        display: block;
        padding: 0;
    }

    #nav {
        position: relative;
    }

    #nav > ul {
        position: absolute;
        left: 0;
        top: 34px;
        width: 100%;
        background: #fff;
    }

    #nav > ul > li {
        display: block;
        text-align: center;
        margin: 0;
    }

    #nav > ul > .active > a {
        border: none;
    }

    #nav > ul .drop {
        position: static;
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 0 10px;
    }

    #nav > ul .drop:after {
        display: none;
    }

    .slider h1 {
        font-size: 22px;
        line-height: 25px;
    }

    .slider .btn-prev,
    .slider .btn-next {
        display: none;
    }

    #main .head-block {
        height: auto;
    }

    #main .head-block h1 {
        font-size: 32px;
        line-height: 35px;
    }

    #main .contact .contact-form .row .head,
    #main .contact .contact-form .row p {
        padding-left: 1%;
    }

    #main .head-block .head-area {
        margin: 0 0 22px;
    }

    #main .head-block .text-area {
        margin: 0;
    }

    #main .brand {
        width: 100%;
    }

    #main .about-list {
        padding: 50px 20px;
    }

    #main .about-list .icon-area {
        display: block;
        margin: 0 auto 10px;
    }

    #main .about-list .detail {
        display: block;
        margin: 0 auto 10px;
        text-align: center;
        width: 100%;
    }

    .clients-slider .slide {
        min-width: 320px;
    }

    .clients-slider img {
        display: block;
        margin: 0 auto;
    }

    .contact .contact-form .row {
        margin: 0;
    }

    .contact .contact-form .col:first-child {
        float: none;
    }

    .contact .contact-form .col.align-center {
        text-align: left;
    }

    .contact .contact-form .col,
    .contact .contact-form .col.state,
    .contact .contact-form .col.zip,
    .contact .contact-form input[type="date"],
    .row.col3 .col:last-child {
        float: none;
        width: 98%;
        margin: 0 0 10px;
        padding: 0 1%;
    }
    .wpcf7-form-control-wrap { display: block; padding: 5px 0;}
    .contact .contact-form span.wpcf7-list-item {
        margin: 10px 0 10px 10px;
    }
    .contact .contact-form .col.bg-small,
    .contact .contact-form .col.full-with{
        width: 97%;
    }
    .contact .contact-form textarea {
        height: auto;
        padding: 10px;
        margin: 0 0 15px 1%;
        width: 97%;
    }

    .contact .contact-form input[type="submit"] {
        float: left;
    }

    .top {
        display: none;
    }

    #footer .copyright-text,
    #footer .footer-nav {
        width: 100%;
    }

    #footer .footer-nav {
        text-align: left;
    }

    #footer .footer-nav ul {
        padding: 0;
    }

    #footer .by,
    #footer .copyright {
        float: none;
        display: block;
        text-align: center;
        margin: 0 0 10px;
    }

    #footer .container {
        padding: 0 0 0 20px;
    }
}

@media only screen and (max-width: 599px) {
}