@font-face{
    font-family: 'lucky_fellasregular';
    src: url('font/luckyfellas-webfont.eot');
    src: url('font/luckyfellas-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/luckyfellas-webfont.woff2') format('woff2'),
         url('font/luckyfellas-webfont.woff') format('woff'),
         url('font/luckyfellas-webfont.ttf') format('truetype'),
         url('font/luckyfellas-webfont.svg#lucky_fellasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 300;
    color:#3e3331;
}
body.login{
    background:#fff;
    margin-top:100px;
}
.login-box {
    border-radius: 5px;
    border: 1px solid #C9C9C9;
    box-shadow: 0 1px 2px rgba(0,0,0,.21);
    padding:20px;
}
.login h4{
  font-size:20px;
  font-weight:normal;
}
a
{
}

a:hover
{
    border-bottom: none;
}

h2
{
    color: #3e3331;
    font-family: "alverata-pe",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size:26px;
}
h3{
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 600;
    color:#687c34;
    text-transform: uppercase;
    font-size:20px;
    letter-spacing: 1px;
    clear:both;
}
h4
{
    font-size: 14px;
    font-weight: 600;
    padding-top: 30px;
}

ul
{
    font-size: 14px;
    font-weight: 600;
    margin-left: 40px;
}
.main-content{
    top:-90px;
    position:relative;
}
.slick-slider{
    margin-bottom:0;
}
ul.slick-dots
{
    margin-left: 0;
    position: relative;
    z-index: 20;
    top: -33px;
    margin-bottom:0;
}

.slick-dots li button:before
{
    content: "";
}

.slick-dots li button
{
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.40);
    height: 10px;
    width: 10px;
    padding:2px;
}

li.slick-active button
{
    background: #FFF;
}

.top-bar
{
    padding: 0;
}

.mobile-logo
{
    width: 163px;
    padding-top: 2px;
    margin:auto;
}
.call-link{
    text-align: center;
    padding-top:10px;
}
.call-link a i{
    color:#efe7d7;
    font-size:32px;
}
.title-bar
{
    padding: 6px;
    height: 60px;
    position: relative;
    z-index: 999;
    background-color: rgba(62, 51, 49, 0.79);
}

.top-bar ul
{
    background: #3e3331;
}

.top-bar ul li
{
    background: #3e3331;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}

.top-bar ul li a
{
    color: #efe7d7;
    border-bottom: 1px solid #665d5b;
    padding: 17px;
}

.top-bar ul li a.button
{
    color: #fff;
}
.button:focus, .button:hover {
    background-color: #71655a;
}
.menu-text
{
    color: #fff;
}

.dropdown.menu .submenu
{
    border: none;
}

.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after
{
    border-color: #fff transparent transparent;
}

.is-drilldown-submenu-parent > a::after
{
    border-color: transparent transparent transparent #7d7d7d;
}

.is-drilldown-submenu-parent > a::before
{
    border-color: transparent transparent transparent #7d7d7d;
}

.js-drilldown-back::before
{
    border-color: transparent #fff transparent transparent;
}

.button
{
    background-color: #998675;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 30px;
    text-transform: uppercase;
    border: none;
}
.button.round{
    border-radius:20px;
}
.button.green{
    background-color:#687c34;  
}
.row
{
    max-width: 1260px;
}

.slideshow
{
    overflow: hidden;
    position: relative;
    z-index: 998;
}

.a-slide
{
    height: 100%;
    width: 100%;
    background-size: cover !important;
    min-height: 380px;
    position: relative;
    float: left;
}
.page .a-slide{
    min-height:250px;
    position: relative;
    top: -90px;
    z-index: 998;
    text-align:center;
}
.words
{
    position: absolute;
    top: 43%;
    padding-left: 20px;
    z-index:99;
}
.page .words{
    position: absolute;
    top: 60%;
    width: 100%;
    padding-left:0;
}
.words a{
    color:#fff;
}
.words h1{
    font-family: "lucky_fellasregular",sans-serif;
    font-size: 62px;
    line-height: 55px;
}
.page .words h1{
    color:#fff;
    font-size:80px;
    font-weight: 400;
}
.short-line{
    width:150px;
    border-top:1px solid #998675;
}
.short-line.green{
    border-top:1px solid #687c34;
}
.short-line.center{
    margin:auto;
    padding-bottom:15px;
}
.process .short-line{
    margin-top:10px;
}
.desktop-logo
{
    display: none;
}

.menu-icon:after
{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #efe7d7;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #efe7d7,0 14px 0 #efe7d7;
}

.menu-icon {
    top: 11px;
    left: 15px;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a:after
{
    border-color: #ccc transparent transparent;
}

.js-drilldown-back>a:before
{
    border-color: transparent #6a7182 transparent transparent;
}

.main-menu
{
    position:relative;
    z-index:1001; 
}
.bottom-dark{
    background: #2f2524;
    padding: 20px 0 10px 0;
    color: #efe7d7;
    line-height: 14px;
}
.bottom-dark a{
    color: #efe7d7;
    font-weight:600;
}
.bottom-dark .social{
    padding-top:30px;
}
.bottom-dark .social{
    padding-top:10px;
    font-size:12px;
}
.social i{
    border: 1px solid;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    font-size: 20px;
    margin-top: 5px;
    background: #697c35;
    color:#efe7d7;
}
.accordion-title {
    font-size: 14px;
    color: #3e3331;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    font-weight:800;
    text-align:left;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding-right: 40px;
}
.accordion-title:focus, .accordion-title:hover{
    color: #687c34;
    background-color:#efecea;
    border-bottom: 1px solid #e6e6e6;
}
.accordion-title:before {
    font-family: FontAwesome;
    content: "\f055";
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -.5rem;
    font-size:20px;
    color:#687c34;
}
.is-active>.accordion-title:before {
    font-family: FontAwesome;
    content: "\f055";
}
.accordion-content{
    color:#807973;
    font-weight:300;
    text-align:left;
    border:none;
    font-family: "alverata-pe",sans-serif;
    font-style: italic;
    font-weight:400;
}
.slick-next:before
{
    font-family: FontAwesome;
    content: "\f0da";
    color: white;
    font-size: 15px;
    opacity: .85;
}

.slick-prev:before
{
    font-family: FontAwesome;
    content: "\f0d9";
    color: white;
    font-size: 15px;
    opacity: .85;
}

.slick-next
{
    right: 35px;
    top: 50%;
    background-color: transparent;
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
}

.slick-prev
{
    top: 50%;
    background-color: transparent;
    height: 40px;
    width: 40px;
    left: 35px;
    border: 1px solid #fff;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus
{
    background-color: #001441;
}

/*========PAGINATION============*/

ul.pagination
{
    font-size: 16px;
    margin: 20px 0 50px 0;
    clear: both;
    text-transform: uppercase;
}

.pagination .current
{
    background: transparent;
}

ul.pagination li.current a, ul.pagination li.current button
{
    background: #525f73;
    color: white;
    font-weight: bold;
}

ul.pagination li a, ul.pagination li button
{
    display: block;
    color: #49535a;
    border-radius: 0px;
    font-weight: normal;
    font-size: 1em;
    transition: background-color 300ms ease-out;
}

ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus
{
    background: #525f73;
    color: #fff;
}

ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus
{
    background: #525f73;
    color: #fff;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #31251b;
    opacity: 0.30;
}
.main-intro{
    background: #f5ede6;
    border-top: 20px solid #d6c9bc;
    top: -32px;
    position: relative;
    padding:20px 0;
    text-align:center;
}
.page .main-intro{
    top:0;
    clear:both;
}
.page .text-area.join-team{
    text-align:left;
    background:#fff;
    padding-top:1rem;
    clear:both;
}
.join-team .button{
border: 1px solid #7c8e49;
    padding: 1rem;
    background-color: transparent;
}
.join-team .button a{
    color:#7c8e49;
    border-bottom:none;
    opacity:1;
}
.join-team .button:hover a{
    color:#fff;
}
.join-team .button a:hover{
    border-bottom:none;
    color:#fff;
}
.join-team .button:hover{
    background-color: #7c8e49;
}
.line {
    margin: 0 auto;
    border-bottom: 1px solid #988675;
    text-align: center;
    width:220px;
    position: relative;
    top: -27px;
}
.line h3{
    bottom: -25px;
    color:#988675;
    font-size: 18px;
    position: relative;
    background: #f5ede6;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 10px;
    margin: 5px 0;
    font-family: "alverata-pe",sans-serif;
    font-style: italic;
    font-weight: 300;
    text-transform:none;
}
.slideshow .button{
    margin-top:15px;
}
.main-intro p{
    font-size:18px;
}
.gallery-list-wrp p{
    font-size:18px;
    text-align:center;
    padding:20px;
}

.process a{
    color:#988675;
}
.process a:hover{
    color:#3e3331;
}
.process a:hover i{
    color:#3e3331;
}
.process{
    padding-bottom:40px;
}
.process .columns{
    margin-top:40px;
}
.process .columns .title{
    font-family: "alverata-pe",sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size:18px;
}
.process i{
    font-size:70px;
    color:#988675;
}
.diagonal {
    background: url(../img/pattern.jpg) 0 0 repeat;
    height: 15px;
    clear:both;
}
.testimonial {
    background: url(../img/testimonial.jpg) center center;
    background-size:cover;
    padding:70px 0;
    overflow:auto;
    color:#efe7d7;
}
.testimonial-text{
    border-left:4px solid #687c34;
    padding-left:20px;
    margin-left:20px;
    padding-right:20px;
}
.testimonial-text p{
    font-family: "alverata-pe",sans-serif;
    font-style: italic;
    font-weight: 300;
}
.testimonial .title{
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 600;
    padding-top:10px;
}
.wood-bg {
    background: url(../img/wood-bg.jpg) center center;
    background-size:cover;
    padding:40px 0;
    overflow:auto;
    color:#3e3331;
}
.cta-text{
    font-weight:600;
    font-size:30px;
    line-height: 20px;
}
.cta-text span{
    font-family: "lucky_fellasregular",sans-serif;
    font-size:50px;
    line-height:50px;
    font-weight:300;
}
.cta-text .button{
    margin-top:20px;
    padding: 20px 40px;
    border-radius: 40px;
}

.bt-foot
{
    padding: 10px 0 75px 0;
    overflow: auto;
    font-size: 14px;
    border-top: 20px solid #829453;
    background-color: #687c34;
}

.footer .copyright
{
    padding-top: 20px;
    color: #fff;
    font-size: 12px;
    padding-bottom: 10px;
}

.footer .developer a
{
    color: #fff;
}

.footer
{
    font-size: 12px;
    color: #bac1a8;
}

.footer .developer img
{
    width: 80px;
    padding-left: 8px;
}

.footer-logo
{
    width: 150px;
}

.footer a
{
    color: #fff;
    font-weight: bold;
}

.white
{
    color: #fff;
}

.site-links a
{
     font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 600;
}

.site-links
{
    line-height: 45px;
    padding-bottom:40px;
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
}
.address{
    padding-bottom:10px;
}
.address span{
    font-family: "alverata-pe",sans-serif;
    font-weight: 600;
}
.phone span{
    font-family: "alverata-pe",sans-serif;
    font-weight: 600;
}
.phone a{
    color:#3e3331;
    border-bottom:1px dotted;
}
.social span{
    font-family: "alverata-pe",sans-serif;
    font-weight: 600;
}
.footer p
{
    color: #fff;
    font-size: 12px;
}

.footer .logos
{
    padding-top: 20px;
}

.logos .left
{
    width: 90%;
    float: left;
    padding-right: 10px;
}

.logos .right
{
    width: 30%;
}

.footer .border-left
{
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom:20px;
    font-size:16px;
}

.footer i
{
    font-size: 30px;
    padding-bottom: 15px;
}

.footer a:hover
{
    color: #c8de90;
}
.footer .short-line{
    margin:auto;
    border-top: 1px solid #8d9f5e;
}
.text-area{
    padding:40px 0;
}
.text-area .short-line{
    padding-bottom:15px;
}
.text-area h3{
    padding-top:20px;
}
.text-area h4{
    font-family: "alverata-pe",sans-serif;
    font-style: italic;
    font-weight: 300;
    padding-top:0;
    font-size:20px;
    clear:both;
    padding-top:30px;
    margin-bottom:0;
}
.team-img{
    padding:10px 0;
}
.text-area p{
    padding-top:10px;
    font-size: 1.09em;
    line-height: 1.9em;
}
.cover {
    position: relative;
    margin-bottom: 15px;
}
.cover span {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.45);
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 8px;
    color: #fff;

}#container{
    padding-bottom:20px;
}
#container .column.masonry-item{
    padding-top:20px;
    padding-right:10px;
    padding-left:10px;
}
#container .column.masonry-item:hover{
    opacity: 0.8;
}
.process.page .title{
    color: #3e3331;
    font-family: "alverata-pe",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
}
.row.process.page {
    max-width: 900px;
}
.process.page .columns{
    margin-top:20px;
}
.gallery-link{
    background-position: center center;
    background-size: cover;
    height: 230px;
    overflow: hidden;
    position: relative;
    opacity: 1;
    transition: all 300ms ease;
    backface-visibility: hidden;
    margin:10px;
}
.gallery-link:hover {
    opacity: 0.8;
}
.gallery-link a{
    display: block;
    width: 100%;
    height:100%;
    font-weight: 400;
}
h4.gallery-title {
    color: #efe8d7;
    background: #31251b;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 0px 10px 0px;
    position: absolute;
    font-family: "alverata-pe",sans-serif;
    font-style: normal;
    font-weight:400;
    bottom: -8px;
    left: 0;
    width: 100%;
    z-index: 20;
    font-size:16px;
}
.filter{
    padding:30px 0;
    clear:both;
}

.filter a{
    color:#3e3331;
    padding-bottom:3px;
    margin:0 6px;
    border-bottom:1px solid #3e3331;
    opacity:0.5;
}
.filter a:hover{
    opacity:1;
    border-bottom:2px solid #3e3331;
}
.filter a.active{
     border-bottom:2px solid #3e3331;
     opacity:1;
}
.gallery-btn{
    position:relative;
    top:-40px;
}
.button.hollow {
    border: 1px solid #697c35;
    color: #697c35;
    padding:12px 20px;
}
.button.hollow:hover {
    border: 1px solid #697c35;
    color: #fff;
    background:#697c35;
}

.faq h2{
    font-family: "lucky_fellasregular",sans-serif;
    font-size: 50px;
    color: #3e3331;
    text-transform:none;
    font-weight:300;
    clear:both;
    margin-top:30px;
}
.values h2{
    font-family: "lucky_fellasregular",sans-serif;
    font-size: 50px;
    color: #3e3331;
    text-transform:none;
    font-weight:300;
    clear:both;
    margin-top:30px;
}
.faq .short-line{
    margin:auto;
}
.values .short-line{
    margin:auto;
}
ul.accordion{
    margin-top:30px;
    margin-bottom:0;
}
.accordion.second{
    margin-top:0;
}
a:focus{
    outline:none;
}
.menu li {
    width: 100%;
    text-align: center;
    display: inline;
}
.employment-form .menu .active>a {
    background: #3e3331;
    color: #fff;
    border-radius: 7px;
    font-weight: 700;
    cursor: default;
}
.employment-form .menu {
   margin-bottom:1rem;
   overflow: auto;    
}
.employment-form .menu a:hover {
    border-bottom: 1px solid #3e33314a;
}
.employment-form .menu a {
    border-bottom: 1px solid #3e33314a;
    font-size: 14px;
    padding: 13px 35px;
    color:#3e3331;
    font-weight: 500;
    margin-bottom:1rem;
    cursor:default;

}
.employment-form .menu .active>a {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.employment-form a{
    color:#0a0a0a;
    border-bottom:1px dotted;
}
.employment-form a:hover{
    border-bottom:none;
}
.employment-form .red{
    color:#d00;
    font-size:.9rem;
}
.btn.btn-success{
    margin-right:1rem;
}
label.required:after {
    content: "*";
    color: #d00;
    margin-left: 5px;
    font-size: 12px;
    font-family: serif;
    font-weight: bold;
}
ul.errors {
    padding: 0 20px;
    margin: 0;
    color: #d00;
}
label{
    font-weight:800;
    text-transform:uppercase;
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    letter-spacing:1px;
    font-size:12px;
    margin-top: 1rem;
}
input[type="submit"], [type=submit]{
    background-color: #687c34;
    color:#fff;
    border:none;
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    text-transform: uppercase;
    border-radius: 20px;
    font-weight:600;
    padding:10px 20px;
    cursor:pointer;
}
.checkbox label {
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
}
.values{
    background:rgba(245, 237, 230, 0.40);
}
.faq{
    background:rgba(245, 237, 230, 0.40);
    padding-bottom:60px;
}
/*============These styles will apply to MEDIUM SIZE SCREENS AND BIGGER========== */

@media only screen and (min-width: 40.063em)
{
.menu li {
    display: flex;
    text-align: -webkit-match-parent;
    width: auto;
    border: none;
    float:left;
}
.text-area p {
    font-size:1.02em;
    line-height:1.6em;
}
.desktop-logo
{
    width: 220px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    left: 100px;
    padding:14px 0 10px 0;
}
.top-bar
{
    position: relative;
    background: rgba(62, 51, 49, 0.79);
    z-index: 1000;
    height:90px;
}
.a-slide
{
    min-height: 660px;
}
ul.menu{
    padding-top:25px;
}
.top-bar ul{
    background:transparent;
}
.top-bar ul li{
    background:transparent;
    padding:14px 20px 0 20px;
}
.top-bar ul li a{
    border-bottom:4px solid rgba(105, 124, 53, 0);
    padding:0;
}
.words{
    padding-left:100px;
}
.words h1{
    font-size: 85px;
    line-height: 76px;
}
.main-menu{
    right: 100px;
}
.menu>li>a{
    padding:0;
}
.top-bar ul li a:hover{
    border-bottom:4px solid #697c35;
}
.slide-description{
    font-weight: 300;
    padding:10px 0;
    width:570px;
}
.button{
    font-size:15px;
}
.button:hover{
    background-color: #7c8e49;
}
.button:focus{
    background-color: #7c8e49;
}
h1{
    font-size: 46px;
}
h2{
    font-size: 46px;
}
.line{
    width:300px;
}
.slideshow .button{
    margin-top:0;
}
.main-intro p{
   font-size:22px;
   line-height:34px;
}
.move-up{
position:relative;
top:-80px;
}
h3{
    font-size:24px;
}
.process i{
    font-size:120px;
    padding-bottom:20px;
    padding-top: 50px;

}
.process .columns{
    margin-top:0px;
}
.testimonial{
    padding:100px 0;
}
.testimonial-text p{
    font-size:20px;
}
.cta-text{
    font-size:40px;
}
.cta-text span{
    font-size:60px;
    padding-left: 10px;
}
.wood-bg{
    padding:60px 0 30px 0;
}
.footer .border-left
{
    border-left: 1px solid #8d9f5e;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    border-top: none;
    margin-bottom:0;
}
.bt-foot {
    padding-top: 40px;
    font-size:16px;
}
.site-links{
    line-height: 29px;
    padding-top: 33px;
    font-size: 14px;
}

.footer .short-line{
    border-top:none;
}
.page .words h1{
    font-size:90px;
    margin-top:0;
}
.team-img{
    padding:10px 20px 10px 0;
}
.medium-text-left .short-line.center{
    margin-left:0;
}
.medium-text-right .short-line.center{
    margin-right:0;
}
.process.page .title{
    font-size:36px;
    line-height: 45px;
}
.filter{
    padding:40px 0;
}
.gallery-list-wrp{
    padding:40px 0;
}
.filter a{
    margin:0 15px;
}
.values h2{
    font-size:70px;
}
.faq h2{
    font-size:70px;
}
.accordion.second{
    margin-top:30px;
}
}

/*============X-LARGE SCREENS AND BIGGER========== (this is the size of our monitors at full width)*/

@media only screen and (min-width: 90.063em){
   
}

/*===========
============================= STYLES BELOW HERE ARE FOR SPECIFIC SCREEN SIZES ONLY and include a MIN and MAX
=============================
============*/

/*============Medium Only SCREENS==========*/

@media only screen and (min-width: 40.063em) and (max-width: 63.9em){
    
.cta-text {
    line-height: 70px;
}
.top-bar .top-bar-right
{
 
}
.main-menu {
    right: 0px;
    text-align:center;
}
.top-bar ul li {
    padding: 14px 10px 0 10px;
}
.cta-text {
    line-height: 30px;
}
.a-slide
{
    min-height: 660px;
}
.desktop-logo{
    left:20px;
}
}

/*============IPAD Landscape ==========*/

@media only screen and (min-width: 64em) and (max-width: 90.000em){
  
}



