@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/* CSS Document */

html,
<!--HEADER CSS-----------------------------------------------------------------------> *,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
body {
    background-image: url(../img/page_back.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.3px;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #b3b9bf;
    z-index: 1;
	margin:0;
}
a img {outline : none;}

h1 {
    margin: 10px 0px;
    color: white;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    text-align: center;
}
h2 {
    margin: 10px 0px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
}
h3 {
    margin: 10px 0px;
    font-size: 18px;
    line-height: 50px;
}
h4 {
    margin: 0px 0px 10px;
    padding-top: 5px;
    color: white;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    text-align: center;
}
h5 {
    margin: 10px 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
h6 {
    margin: 10px 0px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}
p {
    margin-bottom: 5px;
    color: #d6d6d6;
    text-align: center;
}
.imageshadow1 {
    border: 3px solid #ccc;
    -webkit-box-shadow: 0 4px 4px -2px #000000;
    -moz-box-shadow: 0 4px 4px -2px #000000;
    box-shadow: 0 4px 4px -2px #000000;
}

/* default */

@font-face {
    font-family: 'codropsicons';
    src: url('../fonts/codropsicons/codropsicons.eot');
    src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'), url('../fonts/codropsicons/codropsicons.woff') format('woff'), url('../fonts/codropsicons/codropsicons.ttf') format('truetype'), url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
    font-weight: normal;
    font-style: normal;
}
a {
    color: #7c9fba;
    text-decoration: none;
}
a:hover,
a:active {
    color: #333;
}

a img {outline : none;}
a:active, a:focus { 
 outline: none; 
 ie-dummy: expression(this.hideFocus=true);
}
.mk {
    position: relative;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: 0px;
}
.parlex {
    position: static;
    overflow-x: visible;
    overflow-y: visible;
    width: 100%;
    margin-bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.parlex.service-parlex {
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}
.parlex-back {
    padding-top: 15px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(#660000, rgba(40, 102, 0, 0) 56%);
    background-image: -o-linear-gradient(#800b36, rgba(40, 102, 0, 0) 56%);
    background-image: linear-gradient(#800b36, rgba(40, 102, 0, 0) 56%);
}
.parlex-back1 {
    padding-top: 15px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(#666666, rgba(40, 102, 0, 0) 0%);
    background-image: -o-linear-gradient(#666666, rgba(40, 102, 0, 0) 0%);
    background-image: linear-gradient(#666666, rgba(40, 102, 0, 0) 0%);
}
.parlex-back2 {
    padding-top: 15px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(#31516a, rgba(49, 81, 106, 0) 0%);
    background-image: -o-linear-gradient(#31516a, rgba(49, 81, 106, 0) 0%);
    background-image: linear-gradient(#31516a, rgba(49, 81, 106, 0) 0%);
}
.parlex-back3 {
    background-color: transparent;
    background-image: -webkit-linear-gradient(#623f43, rgba(98, 63, 67, -9) 0%);
    background-image: -o-linear-gradient(#623f43, rgba(98, 63, 67, -9) 0%);
    background-image: linear-gradient(#623f43, rgba(98, 63, 67, -9) 0%);
}
.wrap {
    margin-top: 220px;
    margin-bottom: 160px;
    margin-left: auto;
    margin-right: auto;
    -moz-box-shadow: 5px 5px 5px 0px #333;
    -webkit-box-shadow: 5px 5px 5px 0px #333;
    box-shadow: 5px 5px 5px 0px #333;
}
.wrap2 {
    margin-top: 220px;
    margin-bottom: 160px;
    margin-left: auto;
    margin-right: auto;
}
.contact-env {
    padding: 20px;
    background: rgba(49, 81, 106, 1);
    border: 7px double #CCC;
    -webkit-box-shadow: 0 4px 4px -2px #000000;
    -moz-box-shadow: 0 4px 4px -2px #000000;
    box-shadow: 0 4px 4px -2px #000000;
}
.gallery-env {
	text-align:center;
    padding: 20px;
    background: rgba(98, 63, 67, 1);
    border: 7px double #CCC;
    -webkit-box-shadow: 0 4px 4px -2px #000000;
    -moz-box-shadow: 0 4px 4px -2px #000000;
    box-shadow: 0 4px 4px -2px #000000;
}
.service-combo {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
    background: rgba(98, 63, 67, 1);
    border: 7px double #CCC;
    -webkit-box-shadow: 0 4px 4px -2px #000000;
    -moz-box-shadow: 0 4px 4px -2px #000000;
    box-shadow: 0 4px 4px -2px #000000;
}
.service-combo2 {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
    background: rgba(87, 120, 146, 1);
    border: 7px double #CCC;
    -webkit-box-shadow: 0 4px 4px -2px #000000;
    -moz-box-shadow: 0 4px 4px -2px #000000;
    box-shadow: 0 4px 4px -2px #000000;
}
.service-combo3 {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #253c4e;
    border: 7px double #CCC;
    -webkit-box-shadow: 0 4px 4px -2px #000000;
    -moz-box-shadow: 0 4px 4px -2px #000000;
    box-shadow: 0 4px 4px -2px #000000;
}
.service-h1 {
    padding-bottom: 12px;
    border-bottom: 2px solid #474747;
}

.services-text {
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}
.sepreater {
    display: block;
    width: 100%;
    height: 0px;
    margin: 0px auto 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 4px double rgba(0, 0, 0, 0.23);
    box-shadow: none;
    color: #333;
}
.sepreater.team-sep {
    border-bottom-color: rgba(255, 255, 255, 0.70);
    box-shadow: none;
    color: #333;
}
.wrap-client {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
}
.sepreater.service {
    border-bottom-color: white;
    box-shadow: none;
}
.parlex2 {
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}
.parlex2-back {
    padding-top: 15px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(#0ac791, #00c788);
    background-image: -o-linear-gradient(#0ac791, #00c788);
    background-image: linear-gradient(#0ac791, #00c788);
}
.process-text {
    display: block;
    margin: 20px auto;
    padding-top: 0px;
    padding-bottom: 0px;
    color: white;
    text-align: center;
}
.fixed-header {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 1);
}
.navbar {} .plan2 {
    border-width: 1px 1px 4px;
    border-color: #ed5565;
}
.plan2-ser2 {
    background-color: #ed5565;
}
.parlex5 {
    background-image: url('../images/Fotolia_28906971_Subscription_XXL.jpg');
    background-size: 350px;
    background-repeat: repeat;
    background-attachment: fixed;
}
.parlex5-back {
    padding-top: 15px;
    background-color: rgba(0, 0, 0, 0.74);
}
.team {
    color: white;
    letter-spacing: 0px;
    text-indent: 0px;
}
.experinc-box {
    font-size: 18px;
    padding-bottom: 50px;
    padding-top: 25px;
}
.experinc-box-h3 {
    font-size: 50px;
    font-weight: 400;
    color: #FFF;
    border-bottom: 4px double rgba(255, 255, 255, 0.53);
    padding-bottom: 15px;
}
.team-text {
    color: #333;
}
.team-text-para {
    display: block;
    margin: 20px auto;
    color: white;
    font-size: 15px;
    text-align: center;
}
.team-section {
    margin-top: 0px;
    padding: 15px;
}
.team-image {
    background-color: rgba(72, 207, 173, 0.68);
}
.team-img {
    display: block;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 50%;
}
.parlex6 {
    position: static;
    top: 2px;
    background-image: url('../images/map-top.png');
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.parlex6-back {
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.67);
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.26);
}

.parlex7 {
    background-color: #48cfad;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}
.parlex7-back {
    background-color: transparent;
}
.our-process-heading {
    color: white;
}
.our-process-sys {
    color: white;
}
.service-head {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
}
.about-text {
    display: block;
    margin: 20px auto;
    padding-left: 0px;
    color: white;
    text-align: center;
}
.about-heading {
    color: white;
}
.about-des {
    color: white;
    text-align: center;
}
.about-img {
    display: block;
    margin: 50px auto 35px;
    text-align: center;
}
.experience {
    background-image: url('../images/example-bg.png');
    background-size: 125px;
}
.exp {
    background-color: transparent;
    background-image: url('../images/example-bg.png');
    background-position: 0% 0%;
    background-size: 125px;
    background-repeat: repeat;
    background-attachment: scroll;
}
.exp-back {} .exp-heading {
    display: block;
    margin-right: auto;
    margin-left: auto;
    color: white;
}
.exp-para {
    display: block;
    margin: 20px auto;
    padding-top: 0px;
    color: white;
    text-align: center;
}
.exp-des {
    display: block;
    margin-top: 35vh;
    padding: 20px 20px;
    background: rgba(49, 81, 106, 1);
    border: 7px double #CCC;
    -webkit-box-shadow: 0 4px 4px -2px #000000;
    -moz-box-shadow: 0 4px 4px -2px #000000;
    box-shadow: 0 4px 4px -2px #000000;
}
.col1-div {
    border-radius: 0px;
}
.clients-parlex {} .team-parlex {
    background-image: url('../images/team.png');
    background-size: 350px;
    background-attachment: fixed;
}
.portfolio-parlex {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.about-parlex {
    padding-top: 15px;
    background-color: #323A45;
}
.parlex8-back {
    padding-top: 0px;
    background-image: url('../img/lake.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-bottom: #333 5px solid;
    border-top: #333 5px solid;
}
.contact-heading {
    color: white;
}
.contact-para {
    margin-top: 20px;
    margin-bottom: 30px;
    color: white;
    text-align: center;
}
.contac-map {
    background-color: transparent;
    color: black;
}

.contact-col {
    display: block;
    margin: 50px auto 30px;
    padding-top: 0px;
}
.contact-col-head {
    color: white;
}
.contact-col-text {
    border-right: 4px solid white;
    border-left: 4px none white;
    color: white;
    text-align: center;
}
.contact-col-text-bar-last {
    border-right: 0px none white;
    color: white;
    text-align: center;
}
.footer-parlex {
    background-color: #31516a;
}
.parlex9-back {
    background-color: rgba(0, 0, 0, 0.89);
}

.fotter-quote {
    text-align: center;
    letter-spacing: 5px;
    font-size: 13px;
}
.copyright-area {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
.service-parlex {
    padding-top: 0px;
    background-image: url('../img/city.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-bottom: #333 5px solid;
    border-top: #333 5px solid;
}
.service1-parlex {
    padding-top: 0px;
    background-image: url('../img/hammer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-bottom: #333 5px solid;
    border-top: #333 5px solid;
}
.service2-parlex {
    padding-top: 0px;
    background-image: url('../img/art.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-bottom: #333 5px solid;
    border-top: #333 5px solid;
}
.service3-parlex {
    padding-top: 0px;
    background-image: url('../img/moveback.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-bottom: #333 5px solid;
    border-top: #333 5px solid;
}
.portfolio-parlex {
    background: url('../img/port_back.jpg');
    padding-top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.message {
    height: 150px !important;
}
.footer-text {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff7f7;
    text-align: center;
}
.call-to-action {
    height: 200px;
    background-color: transparent;
    -moz-box-shadow: inset 0 0 15px #000000;
    -webkit-box-shadow: inset 0 0 15px #000000;
    box-shadow: inset 0 0 15px #000000;
    z-index: 500;
}


@media (max-width: 991px) {
    .parlex {
        position: static;
        overflow-x: visible;
        overflow-y: visible;
    }
    .experinc-box-h3 {
        font-size: 60px;
    }
    .ex-btn {
        padding: 11px;
    }
    .ex-btn-two {
        padding: 5px;
    }
    #clients .clients-wrap {
        width: 80% !important;
        height: 50px;
    }
    .grid li {
        width: 300px;
    }
    .fotter-quote,
    .copyright-area {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .fixed-header {
        position: relative;
    }
    .slidersection {
        padding-top: 0px;
    }
    .w-col {
        text-align: center;
    }
    #clients .clients-wrap {
        height: 50px;
    }
    .grid li {
        text-align: center;
        max-width: 310px;
        width: 100%;
    }
    .fotter-quote,
    .copyright-area {
        text-align: center;
    }
}
@media (max-width: 479px) {
    .parlex {
        position: relative;
        left: 0px;
        top: 0px;
        overflow-x: visible;
        overflow-y: visible;
        background-size: auto;
        background-attachment: fixed;
    }
    .fixed-header {
        position: relative;
    }
    .slidersection {
        padding-top: 0px;
    }
    .experinc-box-h3 {
        font-size: 45px;
        font-weight: 100;
        line-height: 40px;
    }
    .btn-ex-two {
        margin-top: 53px;
        margin-left: 0;
    }
    #clients .clients-wrap {
        width: 55% !important;
        height: 50px;
    }
    .fotter-quote,
    .copyright-area {
        text-align: center;
    }
    .w-col {
        text-align: center;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    #clients .clients-wrap {
        width: 95% !important;
    }
    .fotter-quote,
    .copyright-area {
        text-align: center;
    }
}
.cbp-af-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url(../img/header_back.jpg);
    background-repeat: repeat-x;
    z-index: 8;
    height: 150px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    -webkit-box-shadow: 0 4px 4px -2px #000000;
    -moz-box-shadow: 0 4px 4px -2px #000000;
    box-shadow: 0 4px 4px -2px #000000;
}
.cbp-af-header .cbp-af-inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    height: 100%;
}
.cbp-af-header h1h {
    background-image: url(../img/manu_header_2.png);
    background-repeat: no-repeat;
    height: 180px;
    left: 50%;
    margin: 50px 0 0 -355px;
    position: absolute;
    width: 710px;
}
.cbp-af-header h1h {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.cbp-af-header.cbp-af-header-shrink {
    height: 100px;
    -webkit-box-shadow: 0 4px 4px -2px #000000;
    -moz-box-shadow: 0 4px 4px -2px #000000;
    box-shadow: 0 4px 4px -2px #000000;
}
.cbp-af-header.cbp-af-header-shrink h1h {
    background-image: url(../img/manu_header_small_2.png);
    height: 133px;
    left: 50%;
    margin: 35px 0 0 -264px;
    position: absolute;
    text-align: center;
    width: 528px;
}
/* General styles for all menus */

.cbp-spmenu {
    background: #31516a;
    position: fixed;
    margin-top: 100px;
    -webkit-box-shadow: 0 4px 4px -2px #000000;
    -moz-box-shadow: 0 4px 4px -2px #000000;
    box-shadow: 0 4px 4px -2px #000000;
    z-index: 222;
}
.cbp-spmenu h3 {
    color: #623f43;
    font-size: 2.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #c5c5c5;
    -webkit-box-shadow: 0 4px 4px -2px #000000;
    -moz-box-shadow: 0 4px 4px -2px #000000;
    box-shadow: 0 4px 4px -2px #000000;
    border-top: #FFF 1px solid;
    border-bottom: #FFF 1px solid;
}
.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.4em;
    font-weight: 300;
    text-decoration: none;
}
.cbp-spmenu a:hover {
    background: #623f43;
    color: #FFF;
    -moz-box-shadow: inset 0 0 5px #000000;
    -webkit-box-shadow: inset 0 0 5px #000000;
    box-shadow: inset 0 0 5px #000000;
}
.cbp-spmenu a:active {
    background: #999;
    color: #fff;
}
/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 4px 4px -2px #000000;
    -moz-box-shadow: 0 4px 4px -2px #000000;
    box-shadow: 0 4px 4px -2px #000000;
}
.cbp-spmenu-vertical a {
    padding: 1em;
    text-decoration: none;
}
/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -240px;
}
.cbp-spmenu-right {
    right: -240px;
}
.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}
.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}
/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}
.cbp-spmenu-push-toright {
    left: 240px;
}
.cbp-spmenu-push-toleft {
    left: -240px;
}
/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* Example media queries */

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }
    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px;
    }
    .cbp-spmenu-right {
        right: -190px;
    }
    .cbp-spmenu-push-toright {
        left: 190px;
    }
}
/* ============== Responsive Media Queries ==================== */

@media screen and (max-width: 1139px) {
    .cbp-af-header .cbp-af-inner {
        width: 100%;
    }
    .primary {
        max-width: 900px;
        margin: auto;
    }
}
@media only screen and (max-width: 820px) {
    .cbp-af-header h1h {
        background-image: url(../img/header_square.png);
        border: #333 solid thin;
        height: 180px;
        margin: 80px 0 0 -90px;
        width: 180px;
    }
    .cbp-af-header.cbp-af-header-shrink h1h {
        background-image: url(../img/header_square.png);
        height: 180px;
        left: 50%;
        margin: 10px 0 0 -90px;
        position: absolute;
        text-align: center;
        width: 180px;
    }
}
#butter-scroll {
    display: block;
    background-color: #623f43;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 2%;
    right: 50%;
    z-index: 100;
    opacity: .9;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.7);
}
#butter-scroll a {
    background-image: url(../img/9.png);
    color: white;
    line-height: 45px;
    text-align: center;
    display: block;
    height: 100%;
    width: 100%;
    font-size: 45px;
    text-decoration: none;
}
#butter-scroll:hover {
    opacity: 1;
}
@font-face {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6yAywAAAC8AAAAYGNtYXDmFACHAAABHAAAAERnYXNwAAAAEAAAAWAAAAAIZ2x5Zg0Qb6IAAAFoAAABMGhlYWQARYalAAACmAAAADZoaGVhBwIEhgAAAtAAAAAkaG10eA4AAsAAAAL0AAAAFGxvY2EAPAC2AAADCAAAAAxtYXhwAAkATQAAAxQAAAAgbmFtZXLtdWgAAAM0AAABb3Bvc3QAAwAAAAAEpAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAACDmAgPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADAAAAAIAAgAAgAAACDmAv/9//8AAAAg5gD//f///+EaAgADAAEAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAAAAAQAAKY8rQF8PPPUACwQAAAAAAM7zoRQAAAAAzvOhFAAAAAADQAOAAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAwANAAAEAAAAAAAAAAAAAAAAAAAAFAAAAAAIAAAAEAAEgBAAA4AQAAMAAAAAAAAoAHgAyAJgAAQAAAAUASwADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABABoAAAABAAAAAAACAA4AcQABAAAAAAADABoAMAABAAAAAAAEABoAfwABAAAAAAAFABYAGgABAAAAAAAGAA0ASgABAAAAAAAKACgAmQADAAEECQABABoAAAADAAEECQACAA4AcQADAAEECQADABoAMAADAAEECQAEABoAfwADAAEECQAFABYAGgADAAEECQAGABoAVwADAAEECQAKACgAmQB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAFYAZQByAHMAaQBvAG4AIAAxAC4AMAB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAFIAZQBnAHUAbABhAHIAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4AAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAUcAAoAAAAABNQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAXEAAAFxTvL96k9TLzIAAAJoAAAAYAAAAGAOsgMsY21hcAAAAsgAAABEAAAAROYUAIdnYXNwAAADDAAAAAgAAAAIAAAAEGhlYWQAAAMUAAAANgAAADYARYalaGhlYQAAA0wAAAAkAAAAJAcCBIZobXR4AAADcAAAABQAAAAUDgACwG1heHAAAAOEAAAABgAAAAYABVAAbmFtZQAAA4wAAAFvAAABb3LtdWhwb3N0AAAE/AAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA++BwC+BsD+BgEHgoACXZWJf+Lix4KAAl2ViX/i4sMB4uL+dT51AUdAAAAkg8dAAAAlxEdAAAACR0AAAFoEgAGAQEOGx4jKC13ZWJmbG93LWljb25zd2ViZmxvdy1pY29uc3UyMHVFNjAwdUU2MDF1RTYwMgAAAgGJAAMABQEBBAciPcn+lA78lA75tPhUFfxU+FQFS0sF+BT8FAX8FPwUBctLBQ73dPhUFfhU+FQFy0sF/BT8FAX4FPwUBUtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvqUFPqUFYsMCgAAAAADBAABkAAFAAACmQLMAAAAjwKZAswAAAHrADMBCQAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAIOYCA8D/wP/AA8AAQAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAMAAAAAgACAACAAAAIOYC//3//wAAACDmAP/9////4RoCAAMAAQAAAAAAAAAAAAEAAf//AA8AAQAAAAEAAOeMsbdfDzz1AAsEAAAAAADO86EUAAAAAM7zoRQAAAAAA0ADgAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAMADQAABAAAAAAAAAAAAAAAAAAAABQAAAAACAAAABAABIAQAAOAEAADAAABQAAAFAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgAoAJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgAoAJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');
    font-weight: normal;
    font-style: normal
}
[class^="w-icon-"],
[class*=" w-icon-"] {
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.w-icon-slider-right:before {
    content: "\e600"
}
.w-icon-slider-left:before {
    content: "\e601"
}
.w-icon-nav-menu:before {
    content: "\e602"
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    height: 100%
}
body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    color: #333
}
img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}
.w-mobile * {
    background-attachment: scroll !important
}
.w-block {
    display: block
}
.w-inline-block {
    max-width: 100%;
    display: inline-block
}
.w-clearfix:before,
.w-clearfix:after {
    content: " ";
    display: table
}
.w-clearfix:after {
    clear: both
}
.w-hidden {
    display: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}
p {
    margin: 0
}
blockquote {
    margin: 0
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 0
}
.w-list-unstyled {
    padding-left: 0;
    list-style: none
}
.w-embed:before,
.w-embed:after {
    content: " ";
    display: table
}
.w-embed:after {
    clear: both
}
.w-video {
    width: 100%;
    position: relative;
    padding: 0
}
.w-video iframe,
.w-video object,
.w-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold
}

.w-form {
    margin: 0 0 15px
}
.w-form-done {
    display: none;
    padding: 10px;
    background-color: #dbffd1
}
.w-form-done-show {
    display: block
}
.w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede
}
.w-form-fail-show {
    display: block
}
.w-input,
.w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
    color: #999
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
    color: #999;
    opacity: 1
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
    color: #999
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
    color: #999
}
.w-input:focus,
.w-select:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee
}
textarea.w-input,
textarea.w-select {
    height: auto
}
.w-select[multiple] {
    height: auto
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px
}
.w-container:before,
.w-container:after {
    content: " ";
    display: table
}
.w-container:after {
    clear: both
}
.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px
}
.w-row:before,
.w-row:after {
    content: " ";
    display: table
}
.w-row:after {
    clear: both
}
.w-row .w-row {
    margin-left: 0;
    margin-right: 0
}
.w-col {
    position: relative;
	text-align:center;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}
.w-col .w-col {
    padding-left: 0;
    padding-right: 0
}
.w-col-1 {
    width: 8.333333333333332%
}
.w-col-2 {
    width: 16.666666666666664%
}
.w-col-3 {
    width: 25%
}
.w-col-4 {
    width: 33.33333333333333%
}
.w-col-5 {
    width: 41.66666666666667%
}
.w-col-6 {
    width: 50%
}
.w-col-7 {
    width: 58.333333333333336%
}
.w-col-8 {
    width: 66.66666666666666%
}
.w-col-9 {
    width: 75%
}
.w-col-10 {
    width: 83.33333333333334%
}
.w-col-11 {
    width: 91.66666666666666%
}
.w-col-12 {
    width: 100%
}
.w-col-push-1 {
    left: 8.333333333333332%
}
.w-col-push-2 {
    left: 16.666666666666664%
}
.w-col-push-3 {
    left: 25%
}
.w-col-push-4 {
    left: 33.33333333333333%
}
.w-col-push-5 {
    left: 41.66666666666667%
}
.w-col-push-6 {
    left: 50%
}
.w-col-push-7 {
    left: 58.333333333333336%
}
.w-col-push-8 {
    left: 66.66666666666666%
}
.w-col-push-9 {
    left: 75%
}
.w-col-push-10 {
    left: 83.33333333333334%
}
.w-col-push-11 {
    left: 91.66666666666666%
}
.w-col-pull-1 {
    right: 8.333333333333332%
}
.w-col-pull-2 {
    right: 16.666666666666664%
}
.w-col-pull-3 {
    right: 25%
}
.w-col-pull-4 {
    right: 33.33333333333333%
}
.w-col-pull-5 {
    right: 41.66666666666667%
}
.w-col-pull-6 {
    right: 50%
}
.w-col-pull-7 {
    right: 58.333333333333336%
}
.w-col-pull-8 {
    right: 66.66666666666666%
}
.w-col-pull-9 {
    right: 75%
}
.w-col-pull-10 {
    right: 83.33333333333334%
}
.w-col-pull-11 {
    right: 91.66666666666666%
}
.w-col-offset-1 {
    margin-left: 8.333333333333332%
}
.w-col-offset-2 {
    margin-left: 16.666666666666664%
}
.w-col-offset-3 {
    margin-left: 25%
}
.w-col-offset-4 {
    margin-left: 33.33333333333333%
}
.w-col-offset-5 {
    margin-left: 41.66666666666667%
}
.w-col-offset-6 {
    margin-left: 50%
}
.w-col-offset-7 {
    margin-left: 58.333333333333336%
}
.w-col-offset-8 {
    margin-left: 66.66666666666666%
}
.w-col-offset-9 {
    margin-left: 75%
}
.w-col-offset-10 {
    margin-left: 83.33333333333334%
}
.w-col-offset-11 {
    margin-left: 91.66666666666666%
}
.w-hidden-main {
    display: none !important
}
@media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px
    }
    .w-hidden-main {
        display: inherit !important
    }
    .w-hidden-medium {
        display: none !important
    }
    .w-col-medium-1 {
        width: 8.333333333333332%
    }
    .w-col-medium-2 {
        width: 16.666666666666664%
    }
    .w-col-medium-3 {
        width: 25%
    }
    .w-col-medium-4 {
        width: 33.33333333333333%
    }
    .w-col-medium-5 {
        width: 41.66666666666667%
    }
    .w-col-medium-6 {
        width: 50%
    }
    .w-col-medium-7 {
        width: 58.333333333333336%
    }
    .w-col-medium-8 {
        width: 66.66666666666666%
    }
    .w-col-medium-9 {
        width: 75%
    }
    .w-col-medium-10 {
        width: 83.33333333333334%
    }
    .w-col-medium-11 {
        width: 91.66666666666666%
    }
    .w-col-medium-12 {
        width: 100%
    }
    .w-col-medium-push-1 {
        left: 8.333333333333332%
    }
    .w-col-medium-push-2 {
        left: 16.666666666666664%
    }
    .w-col-medium-push-3 {
        left: 25%
    }
    .w-col-medium-push-4 {
        left: 33.33333333333333%
    }
    .w-col-medium-push-5 {
        left: 41.66666666666667%
    }
    .w-col-medium-push-6 {
        left: 50%
    }
    .w-col-medium-push-7 {
        left: 58.333333333333336%
    }
    .w-col-medium-push-8 {
        left: 66.66666666666666%
    }
    .w-col-medium-push-9 {
        left: 75%
    }
    .w-col-medium-push-10 {
        left: 83.33333333333334%
    }
    .w-col-medium-push-11 {
        left: 91.66666666666666%
    }
    .w-col-medium-pull-1 {
        right: 8.333333333333332%
    }
    .w-col-medium-pull-2 {
        right: 16.666666666666664%
    }
    .w-col-medium-pull-3 {
        right: 25%
    }
    .w-col-medium-pull-4 {
        right: 33.33333333333333%
    }
    .w-col-medium-pull-5 {
        right: 41.66666666666667%
    }
    .w-col-medium-pull-6 {
        right: 50%
    }
    .w-col-medium-pull-7 {
        right: 58.333333333333336%
    }
    .w-col-medium-pull-8 {
        right: 66.66666666666666%
    }
    .w-col-medium-pull-9 {
        right: 75%
    }
    .w-col-medium-pull-10 {
        right: 83.33333333333334%
    }
    .w-col-medium-pull-11 {
        right: 91.66666666666666%
    }
    .w-col-medium-offset-1 {
        margin-left: 8.333333333333332%
    }
    .w-col-medium-offset-2 {
        margin-left: 16.666666666666664%
    }
    .w-col-medium-offset-3 {
        margin-left: 25%
    }
    .w-col-medium-offset-4 {
        margin-left: 33.33333333333333%
    }
    .w-col-medium-offset-5 {
        margin-left: 41.66666666666667%
    }
    .w-col-medium-offset-6 {
        margin-left: 50%
    }
    .w-col-medium-offset-7 {
        margin-left: 58.333333333333336%
    }
    .w-col-medium-offset-8 {
        margin-left: 66.66666666666666%
    }
    .w-col-medium-offset-9 {
        margin-left: 75%
    }
    .w-col-medium-offset-10 {
        margin-left: 83.33333333333334%
    }
    .w-col-medium-offset-11 {
        margin-left: 91.66666666666666%
    }
}
@media screen and (max-width: 767px) {
    .w-hidden-main {
        display: inherit !important
    }
    .w-hidden-medium {
        display: inherit !important
    }
    .w-hidden-small {
        display: none !important
    }
    .w-row,
    .w-container .w-row {
        margin-left: 0;
        margin-right: 0
    }
    .w-col {
        width: 100%;
        left: auto;
        right: auto
    }
    .w-col-small-3 {
        width: 25%
    }
    .w-col-small-4 {
        width: 33.33333333333333%
    }
    .w-col-small-6 {
        width: 50%
    }
    .w-col-small-push-1 {
        left: 8.333333333333332%
    }
    .w-col-small-push-2 {
        left: 16.666666666666664%
    }
    .w-col-small-push-3 {
        left: 25%
    }
    .w-col-small-push-4 {
        left: 33.33333333333333%
    }
    .w-col-small-push-5 {
        left: 41.66666666666667%
    }
    .w-col-small-push-6 {
        left: 50%
    }
    .w-col-small-push-7 {
        left: 58.333333333333336%
    }
    .w-col-small-push-8 {
        left: 66.66666666666666%
    }
    .w-col-small-push-9 {
        left: 75%
    }
    .w-col-small-push-10 {
        left: 83.33333333333334%
    }
    .w-col-small-push-11 {
        left: 91.66666666666666%
    }
    .w-col-small-pull-1 {
        right: 8.333333333333332%
    }
    .w-col-small-pull-2 {
        right: 16.666666666666664%
    }
    .w-col-small-pull-3 {
        right: 25%
    }
    .w-col-small-pull-4 {
        right: 33.33333333333333%
    }
    .w-col-small-pull-5 {
        right: 41.66666666666667%
    }
    .w-col-small-pull-6 {
        right: 50%
    }
    .w-col-small-pull-7 {
        right: 58.333333333333336%
    }
    .w-col-small-pull-8 {
        right: 66.66666666666666%
    }
    .w-col-small-pull-9 {
        right: 75%
    }
    .w-col-small-pull-10 {
        right: 83.33333333333334%
    }
    .w-col-small-pull-11 {
        right: 91.66666666666666%
    }
    .w-col-small-offset-1 {
        margin-left: 8.333333333333332%
    }
    .w-col-small-offset-2 {
        margin-left: 16.666666666666664%
    }
    .w-col-small-offset-3 {
        margin-left: 25%
    }
    .w-col-small-offset-4 {
        margin-left: 33.33333333333333%
    }
    .w-col-small-offset-5 {
        margin-left: 41.66666666666667%
    }
    .w-col-small-offset-6 {
        margin-left: 50%
    }
    .w-col-small-offset-7 {
        margin-left: 58.333333333333336%
    }
    .w-col-small-offset-8 {
        margin-left: 66.66666666666666%
    }
    .w-col-small-offset-9 {
        margin-left: 75%
    }
    .w-col-small-offset-10 {
        margin-left: 83.33333333333334%
    }
    .w-col-small-offset-11 {
        margin-left: 91.66666666666666%
    }
}
@media screen and (max-width: 479px) {
    .w-container {
        max-width: none
    }
    .w-hidden-main {
        display: inherit !important
    }
    .w-hidden-medium {
        display: inherit !important
    }
    .w-hidden-small {
        display: inherit !important
    }
    .w-hidden-tiny {
        display: none !important
    }
    .w-col {
        width: 100%
    }
    .w-col-tiny-3 {
        width: 25%
    }
    .w-col-tiny-4 {
        width: 33.33333333333333%
    }
    .w-col-tiny-6 {
        width: 50%
    }
    .w-col-tiny-push-1 {
        left: 8.333333333333332%
    }
    .w-col-tiny-push-2 {
        left: 16.666666666666664%
    }
    .w-col-tiny-push-3 {
        left: 25%
    }
    .w-col-tiny-push-4 {
        left: 33.33333333333333%
    }
    .w-col-tiny-push-5 {
        left: 41.66666666666667%
    }
    .w-col-tiny-push-6 {
        left: 50%
    }
    .w-col-tiny-push-7 {
        left: 58.333333333333336%
    }
    .w-col-tiny-push-8 {
        left: 66.66666666666666%
    }
    .w-col-tiny-push-9 {
        left: 75%
    }
    .w-col-tiny-push-10 {
        left: 83.33333333333334%
    }
    .w-col-tiny-push-11 {
        left: 91.66666666666666%
    }
    .w-col-tiny-pull-1 {
        right: 8.333333333333332%
    }
    .w-col-tiny-pull-2 {
        right: 16.666666666666664%
    }
    .w-col-tiny-pull-3 {
        right: 25%
    }
    .w-col-tiny-pull-4 {
        right: 33.33333333333333%
    }
    .w-col-tiny-pull-5 {
        right: 41.66666666666667%
    }
    .w-col-tiny-pull-6 {
        right: 50%
    }
    .w-col-tiny-pull-7 {
        right: 58.333333333333336%
    }
    .w-col-tiny-pull-8 {
        right: 66.66666666666666%
    }
    .w-col-tiny-pull-9 {
        right: 75%
    }
    .w-col-tiny-pull-10 {
        right: 83.33333333333334%
    }
    .w-col-tiny-pull-11 {
        right: 91.66666666666666%
    }
    .w-col-tiny-offset-1 {
        margin-left: 8.333333333333332%
    }
    .w-col-tiny-offset-2 {
        margin-left: 16.666666666666664%
    }
    .w-col-tiny-offset-3 {
        margin-left: 25%
    }
    .w-col-tiny-offset-4 {
        margin-left: 33.33333333333333%
    }
    .w-col-tiny-offset-5 {
        margin-left: 41.66666666666667%
    }
    .w-col-tiny-offset-6 {
        margin-left: 50%
    }
    .w-col-tiny-offset-7 {
        margin-left: 58.333333333333336%
    }
    .w-col-tiny-offset-8 {
        margin-left: 66.66666666666666%
    }
    .w-col-tiny-offset-9 {
        margin-left: 75%
    }
    .w-col-tiny-offset-10 {
        margin-left: 83.33333333333334%
    }
    .w-col-tiny-offset-11 {
        margin-left: 91.66666666666666%
    }
}
.w-widget {
    position: relative
}
.w-widget-map {
    width: 100%;
    height: 400px
}
.w-widget-map label {
    width: auto;
    display: inline
}
.w-widget-map img {
    max-width: inherit
}
.w-widget-map .gm-style-iw {
    width: 90% !important;
    height: auto !important;
    top: 7px !important;
    left: 6% !important;
    display: inline;
    text-align: center;
    overflow: hidden
}
.w-widget-map .gm-style-iw+div {
    display: none
}
.w-widget-twitter {
    overflow: hidden
}
.w-widget-gplus {
    overflow: hidden
}
.w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: rgba(153, 153, 153, 0.5);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0)
}
.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap
}
.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left
}
.w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0)
}
.w-slider-nav.w-round>div {
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box
}
.w-slider-nav.w-num>div {
    width: auto;
    height: auto;
    padding: 0.2em 0.5em;
    font-size: inherit;
    line-height: inherit
}
.w-slider-nav.w-shadow>div {
    -webkit-box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.4);
    -moz-box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.4);
    box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.4)
}
.w-slider-nav-invert {
    color: #fff
}
.w-slider-nav-invert>div {
    background-color: rgba(34, 34, 34, 0.4)
}
.w-slider-nav-invert>div.w-active {
    background-color: #222
}
.w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    -webkit-transition: background-color 100ms, color 100ms;
    -moz-transition: background-color 100ms, color 100ms;
    -o-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms
}
.w-slider-dot.w-active {
    background-color: #fff
}
.w-slider-arrow-left,
.w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.w-slider-arrow-left[class^="w-icon-"],
.w-slider-arrow-right[class^="w-icon-"],
.w-slider-arrow-left[class*=" w-icon-"],
.w-slider-arrow-right[class*=" w-icon-"] {
    position: absolute
}
.w-slider-arrow-left {
    z-index: 3;
    right: auto
}
.w-slider-arrow-right {
    z-index: 4;
    left: auto
}
.w-icon-slider-left,
.w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em
}

a {
    background: transparent
}
a:focus {
    outline: none;
}
a:active,
a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic
};
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C""\201D""\2018""\2019";
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 0
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0;
}
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
input {
    line-height: normal
}
select {
    text-transform: none
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
.da-thumbs {
	text-align:center;
	list-style: none;
	max-width: 750px;
	min-height: 320px;
	position: relative;
	margin: 20px auto;
	padding: 0;
}
.da-thumbs li {
	display:inline-block;
	text-align:center;
	padding: 10px;
	position: relative;
}
.da-thumbs li a,
.da-thumbs li a img {
	height:140px;
	width:140px;
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: rgba(75,75,75,0.7);
	width: 140px;
	height: 140px;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 10px;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
/* General styles for the modal */

/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: #;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.container {
	min-height: 100%;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 1500px;
	min-width:1300px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(37,60,78,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	display:block;
	max-height:2500px;
	text-align:center;
	color: #fff;
	background: #253c4e;
	position: relative;
    border: 7px double #CCC;
    -webkit-box-shadow: 0 4px 4px -2px #000000;
    -moz-box-shadow: 0 4px 4px -2px #000000;
    box-shadow: 0 4px 4px -2px #000000;
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
	opacity: 0.8;
	background: rgba(0,0,0,0.1);
	border-radius: 3px 3px 0 0;
}

.md-content > div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
}

.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}

/* Individual modal styles with animations/transitions */

/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ .container {
	height: 100%;
	overflow: hidden;
}

.md-show.md-effect-19 ~ .md-overlay {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 50% 100%;
	-webkit-animation: OpenTop 0.5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 50% 100%;
	-moz-animation: OpenTop 0.5s forwards ease-in;
	transform-style: preserve-3d;
	transform-origin: 50% 100%;
	animation: OpenTop 0.5s forwards ease-in;
}

@-webkit-keyframes OpenTop {
	50% { 
		-webkit-transform: rotateX(10deg); 
		-webkit-animation-timing-function: ease-out; 
	}
}

@-moz-keyframes OpenTop {
	50% { 
		-moz-transform: rotateX(10deg); 
		-moz-animation-timing-function: ease-out; 
	}
}

@keyframes OpenTop {
	50% { 
		transform: rotateX(10deg); 
		animation-timing-function: ease-out; 
	}
}

.md-effect-19 .md-content {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	opacity: 0;
}

.md-show.md-effect-19 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}

@media screen and (max-width: 32em) {
	body { font-size: 75%; }
}