@charset "UTF-8";
* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}

img {
    border: 0;
}

#least {
    min-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
    position: relative;
    text-align: center;
}

#least .least-preview {
    background-color: whitesmoke;
    border-bottom: 2px solid;
    border-color: #f1f0f0;
    padding: 50px 0;
    margin-bottom: 30px;
    display: none;
    /* important for Slide-Down Effect */
}

#least .least-preview img {
    width: 100%;
    max-width: 960px;
    /* default width: 960px - to edit go to assets/options */
    margin: 0 auto;
    display: block;
}

#least .least-preview .close {
    background-size: 100%;
    background-image: url("../img/close.svg");
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

#least .least-preview article {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    top: 20px;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 15pt;
    line-height: 18px;
    font-weight: 400;
}

#least .least-preview article strong {
    font-weight: 800;
}

#least .least-gallery {
    font-size: 0;
}

#least .least-gallery li {
    position: relative;
    vertical-align: top;
    display: inline-block;
    margin: 0 10px 10px 0;
    /* @end */
}

#least .least-gallery li a {
    position: relative;
    display: block;
    text-decoration: none;
    width: 240px;
    /* Default width: 240px: to edit go to assets/options */
    height: 150px;
    /* Default height: 150px: to edit go to assets/options */
    /* @group Outline */
    -webkit-transition-property: outline-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-property: outline-color;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-property: outline-color;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-property: outline-color;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease-in-out;
    transition-property: outline-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
    outline-color: white;
    /* @end */
}

#least .least-gallery li a img {
    width: 240px;
    /* Default width: 240px: to edit go to assets/options */
    height: 150px;
    /* Default height: 150px: to edit go to assets/options */
}

#least .least-gallery li a.active {
    outline: 2px solid;
    outline-color: #666666;
}

#least .least-gallery li a.load:after {
    /*content: url("../img/loading.svg");*/
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    z-index: 2;
    overflow: hidden;
    margin: -20px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    text-shadow: 1px 1px 1px #666666;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
}

#least .least-gallery li a:hover {
    /* @group Outline */
    outline: 2px solid;
    outline-color: #666666;
    /* @end */
    /* @group Thumbnail Text */
    /* @end */
}

#least .least-gallery li a:hover:before {
    content: attr(data-subtitle);
    /* Default text: "View Picture" - to edit go change the attr. "data-subtitle" */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    letter-spacing: 1px;
    color: white;
    text-shadow: 1px 1px 1px #666666;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 15px;
    line-height: 175px;
    font-weight: 200;
    width: 240px;
    /* Default width: 240px: to edit go to assets/options */
    height: 150px;
    /* Default height: 150px: to edit go to assets/options */
    background: black;
    background: rgba(0, 0, 0, 0.5);
}

#least .least-gallery li a:hover:after {
    content: attr(title);
    /* Default text: your a "title"-tag */
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    z-index: 2;
    overflow: hidden;
    margin: -30px 0 0 0;
    border-bottom: 2px solid;
    border-color: white;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #666666;
    letter-spacing: 1px;
    color: white;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

#least2 {
    min-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
    position: relative;
    text-align: center;
}

#least2 .least-preview {
    background-color: whitesmoke;
    border-bottom: 2px solid;
    border-color: #f1f0f0;
    padding: 50px 0;
    margin-bottom: 30px;
    display: none;
    /* important for Slide-Down Effect */
}

#least2 .least-preview img {
    width: 100%;
    max-width: 960px;
    /* default width: 960px - to edit go to assets/options */
    margin: 0 auto;
    display: block;
}

#least2 .least-preview .close {
    background-size: 100%;
    background-image: url("../img/close.svg");
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

#least2 .least-preview article {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    top: 20px;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 15pt;
    line-height: 18px;
    font-weight: 400;
}

#least2 .least-preview article strong {
    font-weight: 800;
}

#least2 .least-gallery {
    font-size: 0;
}

#least2 .least-gallery li {
    position: relative;
    vertical-align: top;
    display: inline-block;
    margin: 0 10px 10px 0;
    /* @end */
}

#least2 .least-gallery li a {
    position: relative;
    display: block;
    text-decoration: none;
    width: 240px;
    /* Default width: 240px: to edit go to assets/options */
    height: 150px;
    /* Default height: 150px: to edit go to assets/options */
    /* @group Outline */
    -webkit-transition-property: outline-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-property: outline-color;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-property: outline-color;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-property: outline-color;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease-in-out;
    transition-property: outline-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
    outline-color: white;
    /* @end */
}

#least2 .least-gallery li a img {
    width: 240px;
    /* Default width: 240px: to edit go to assets/options */
    height: 150px;
    /* Default height: 150px: to edit go to assets/options */
}

#least2 .least-gallery li a.active {
    outline: 2px solid;
    outline-color: #666666;
}

#least2 .least-gallery li a.load:after {
    /*content: url("../img/loading.svg");*/
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    z-index: 2;
    overflow: hidden;
    margin: -20px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    text-shadow: 1px 1px 1px #666666;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
}

#least2 .least-gallery li a:hover {
    /* @group Outline */
    outline: 2px solid;
    outline-color: #666666;
    /* @end */
    /* @group Thumbnail Text */
    /* @end */
}

#least2 .least-gallery li a:hover:before {
    content: attr(data-subtitle);
    /* Default text: "View Picture" - to edit go change the attr. "data-subtitle" */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    letter-spacing: 1px;
    color: white;
    text-shadow: 1px 1px 1px #666666;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 15px;
    line-height: 175px;
    font-weight: 200;
    width: 240px;
    /* Default width: 240px: to edit go to assets/options */
    height: 150px;
    /* Default height: 150px: to edit go to assets/options */
    background: black;
    background: rgba(0, 0, 0, 0.5);
}

#least2 .least-gallery li a:hover:after {
    content: attr(title);
    /* Default text: your a "title"-tag */
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    z-index: 2;
    overflow: hidden;
    margin: -30px 0 0 0;
    border-bottom: 2px solid;
    border-color: white;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #666666;
    letter-spacing: 1px;
    color: white;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

#least3 {
    min-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
    position: relative;
    text-align: center;
}

#least3 .least-preview {
    background-color: whitesmoke;
    border-bottom: 2px solid;
    border-color: #f1f0f0;
    padding: 50px 0;
    margin-bottom: 30px;
    display: none;
    /* important for Slide-Down Effect */
}

#least3 .least-preview img {
    width: 100%;
    max-width: 960px;
    /* default width: 960px - to edit go to assets/options */
    margin: 0 auto;
    display: block;
}

#least3 .least-preview .close {
    background-size: 100%;
    background-image: url("../img/close.svg");
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

#least3 .least-preview article {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    top: 20px;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 15pt;
    line-height: 18px;
    font-weight: 400;
}

#least3 .least-preview article strong {
    font-weight: 800;
}

#least3 .least-gallery {
    font-size: 0;
}

#least3 .least-gallery li {
    position: relative;
    vertical-align: top;
    display: inline-block;
    margin: 0 10px 10px 0;
    /* @end */
}

#least3 .least-gallery li a {
    position: relative;
    display: block;
    text-decoration: none;
    width: 240px;
    /* Default width: 240px: to edit go to assets/options */
    height: 150px;
    /* Default height: 150px: to edit go to assets/options */
    /* @group Outline */
    -webkit-transition-property: outline-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-property: outline-color;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-property: outline-color;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-property: outline-color;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease-in-out;
    transition-property: outline-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
    outline-color: white;
    /* @end */
}

#least3 .least-gallery li a img {
    width: 240px;
    /* Default width: 240px: to edit go to assets/options */
    height: 150px;
    /* Default height: 150px: to edit go to assets/options */
}

#least3 .least-gallery li a.active {
    outline: 2px solid;
    outline-color: #666666;
}

#least3 .least-gallery li a.load:after {
    /*content: url("../img/loading.svg");*/
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    z-index: 2;
    overflow: hidden;
    margin: -20px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    text-shadow: 1px 1px 1px #666666;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
}

#least3 .least-gallery li a:hover {
    /* @group Outline */
    outline: 2px solid;
    outline-color: #666666;
    /* @end */
    /* @group Thumbnail Text */
    /* @end */
}

#least3 .least-gallery li a:hover:before {
    content: attr(data-subtitle);
    /* Default text: "View Picture" - to edit go change the attr. "data-subtitle" */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    letter-spacing: 1px;
    color: white;
    text-shadow: 1px 1px 1px #666666;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 15px;
    line-height: 175px;
    font-weight: 200;
    width: 240px;
    /* Default width: 240px: to edit go to assets/options */
    height: 150px;
    /* Default height: 150px: to edit go to assets/options */
    background: black;
    background: rgba(0, 0, 0, 0.5);
}

#least3 .least-gallery li a:hover:after {
    content: attr(title);
    /* Default text: your a "title"-tag */
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    z-index: 2;
    overflow: hidden;
    margin: -30px 0 0 0;
    border-bottom: 2px solid;
    border-color: white;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #666666;
    letter-spacing: 1px;
    color: white;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

#least4 {
    min-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
    position: relative;
    text-align: center;
}

#least4 .least-preview {
    background-color: whitesmoke;
    border-bottom: 2px solid;
    border-color: #f1f0f0;
    padding: 50px 0;
    margin-bottom: 30px;
    display: none;
    /* important for Slide-Down Effect */
}

#least4 .least-preview img {
    width: 100%;
    max-width: 960px;
    /* default width: 960px - to edit go to assets/options */
    margin: 0 auto;
    display: block;
}

#least4 .least-preview .close {
    background-size: 100%;
    background-image: url("../img/close.svg");
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

#least4 .least-preview article {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    top: 20px;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 15pt;
    line-height: 18px;
    font-weight: 400;
}

#least4 .least-preview article strong {
    font-weight: 800;
}

#least4 .least-gallery {
    font-size: 0;
}

#least4 .least-gallery li {
    position: relative;
    vertical-align: top;
    display: inline-block;
    margin: 0 10px 10px 0;
    /* @end */
}

#least4 .least-gallery li a {
    position: relative;
    display: block;
    text-decoration: none;
    width: 240px;
    /* Default width: 240px: to edit go to assets/options */
    height: 150px;
    /* Default height: 150px: to edit go to assets/options */
    /* @group Outline */
    -webkit-transition-property: outline-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-property: outline-color;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-property: outline-color;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-property: outline-color;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease-in-out;
    transition-property: outline-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
    outline-color: white;
    /* @end */
}

#least4 .least-gallery li a img {
    width: 240px;
    /* Default width: 240px: to edit go to assets/options */
    height: 150px;
    /* Default height: 150px: to edit go to assets/options */
}

#least4 .least-gallery li a.active {
    outline: 2px solid;
    outline-color: #666666;
}

#least4 .least-gallery li a.load:after {
    /*content: url("../img/loading.svg");*/
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    z-index: 2;
    overflow: hidden;
    margin: -20px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    text-shadow: 1px 1px 1px #666666;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
}

#least4 .least-gallery li a:hover {
    /* @group Outline */
    outline: 2px solid;
    outline-color: #666666;
    /* @end */
    /* @group Thumbnail Text */
    /* @end */
}

#least4 .least-gallery li a:hover:before {
    content: attr(data-subtitle);
    /* Default text: "View Picture" - to edit go change the attr. "data-subtitle" */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    letter-spacing: 1px;
    color: white;
    text-shadow: 1px 1px 1px #666666;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 15px;
    line-height: 175px;
    font-weight: 200;
    width: 240px;
    /* Default width: 240px: to edit go to assets/options */
    height: 150px;
    /* Default height: 150px: to edit go to assets/options */
    background: black;
    background: rgba(0, 0, 0, 0.5);
}

#least4 .least-gallery li a:hover:after {
    content: attr(title);
    /* Default text: your a "title"-tag */
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    z-index: 2;
    overflow: hidden;
    margin: -30px 0 0 0;
    border-bottom: 2px solid;
    border-color: white;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #666666;
    letter-spacing: 1px;
    color: white;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

#least5 {
    min-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
    position: relative;
    text-align: center;
}

#least5 .least-preview {
    background-color: whitesmoke;
    border-bottom: 2px solid;
    border-color: #f1f0f0;
    padding: 50px 0;
    margin-bottom: 30px;
    display: none;
    /* important for Slide-Down Effect */
}

#least5 .least-preview img {
    width: 100%;
    max-width: 960px;
    /* default width: 960px - to edit go to assets/options */
    margin: 0 auto;
    display: block;
}

#least5 .least-preview .close {
    background-size: 100%;
    background-image: url("../img/close.svg");
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

#least5 .least-preview article {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    top: 20px;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 15pt;
    line-height: 18px;
    font-weight: 400;
}

#least5 .least-preview article strong {
    font-weight: 800;
}

#least5 .least-gallery {
    font-size: 0;
}

#least5 .least-gallery li {
    position: relative;
    vertical-align: top;
    display: inline-block;
    margin: 0 10px 10px 0;
    /* @end */
}

#least5 .least-gallery li a {
    position: relative;
    display: block;
    text-decoration: none;
    width: 240px;
    /* Default width: 240px: to edit go to assets/options */
    height: 150px;
    /* Default height: 150px: to edit go to assets/options */
    /* @group Outline */
    -webkit-transition-property: outline-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-property: outline-color;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-property: outline-color;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-property: outline-color;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease-in-out;
    transition-property: outline-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
    outline-color: white;
    /* @end */
}

#least5 .least-gallery li a img {
    width: 240px;
    /* Default width: 240px: to edit go to assets/options */
    height: 150px;
    /* Default height: 150px: to edit go to assets/options */
}

#least5 .least-gallery li a.active {
    outline: 2px solid;
    outline-color: #666666;
}

#least5 .least-gallery li a.load:after {
    /*content: url("../img/loading.svg");*/
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    z-index: 2;
    overflow: hidden;
    margin: -20px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    text-shadow: 1px 1px 1px #666666;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
}

#least5 .least-gallery li a:hover {
    /* @group Outline */
    outline: 2px solid;
    outline-color: #666666;
    /* @end */
    /* @group Thumbnail Text */
    /* @end */
}

#least5 .least-gallery li a:hover:before {
    content: attr(data-subtitle);
    /* Default text: "View Picture" - to edit go change the attr. "data-subtitle" */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    letter-spacing: 1px;
    color: white;
    text-shadow: 1px 1px 1px #666666;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 15px;
    line-height: 175px;
    font-weight: 200;
    width: 240px;
    /* Default width: 240px: to edit go to assets/options */
    height: 150px;
    /* Default height: 150px: to edit go to assets/options */
    background: black;
    background: rgba(0, 0, 0, 0.5);
}

#least5 .least-gallery li a:hover:after {
    content: attr(title);
    /* Default text: your a "title"-tag */
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    z-index: 2;
    overflow: hidden;
    margin: -30px 0 0 0;
    border-bottom: 2px solid;
    border-color: white;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #666666;
    letter-spacing: 1px;
    color: white;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

#least6 {
    min-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
    position: relative;
    text-align: center;
}

#least6 .least-preview {
    background-color: whitesmoke;
    border-bottom: 2px solid;
    border-color: #f1f0f0;
    padding: 50px 0;
    margin-bottom: 30px;
    display: none;
    /* important for Slide-Down Effect */
}

#least6 .least-preview img {
    width: 100%;
    max-width: 960px;
    /* default width: 960px - to edit go to assets/options */
    margin: 0 auto;
    display: block;
}

#least6 .least-preview .close {
    background-size: 100%;
    background-image: url("../img/close.svg");
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

#least6 .least-preview article {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    top: 20px;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 15pt;
    line-height: 18px;
    font-weight: 400;
}

#least6 .least-preview article strong {
    font-weight: 800;
}

#least6 .least-gallery {
    font-size: 0;
}

#least6 .least-gallery li {
    position: relative;
    vertical-align: top;
    display: inline-block;
    margin: 0 10px 10px 0;
    /* @end */
}

#least6 .least-gallery li a {
    position: relative;
    display: block;
    text-decoration: none;
    width: 240px;
    /* Default width: 240px: to edit go to assets/options */
    height: 150px;
    /* Default height: 150px: to edit go to assets/options */
    /* @group Outline */
    -webkit-transition-property: outline-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-property: outline-color;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-property: outline-color;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-property: outline-color;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease-in-out;
    transition-property: outline-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
    outline-color: white;
    /* @end */
}

#least6 .least-gallery li a img {
    width: 240px;
    /* Default width: 240px: to edit go to assets/options */
    height: 150px;
    /* Default height: 150px: to edit go to assets/options */
}

#least6 .least-gallery li a.active {
    outline: 2px solid;
    outline-color: #666666;
}

#least6 .least-gallery li a.load:after {
    /*content: url("../img/loading.svg");*/
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    z-index: 2;
    overflow: hidden;
    margin: -20px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    text-shadow: 1px 1px 1px #666666;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
}

#least6 .least-gallery li a:hover {
    /* @group Outline */
    outline: 2px solid;
    outline-color: #666666;
    /* @end */
    /* @group Thumbnail Text */
    /* @end */
}

#least6 .least-gallery li a:hover:before {
    content: attr(data-subtitle);
    /* Default text: "View Picture" - to edit go change the attr. "data-subtitle" */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    letter-spacing: 1px;
    color: white;
    text-shadow: 1px 1px 1px #666666;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 15px;
    line-height: 175px;
    font-weight: 200;
    width: 240px;
    /* Default width: 240px: to edit go to assets/options */
    height: 150px;
    /* Default height: 150px: to edit go to assets/options */
    background: black;
    background: rgba(0, 0, 0, 0.5);
}

#least6 .least-gallery li a:hover:after {
    content: attr(title);
    /* Default text: your a "title"-tag */
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    z-index: 2;
    overflow: hidden;
    margin: -30px 0 0 0;
    border-bottom: 2px solid;
    border-color: white;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #666666;
    letter-spacing: 1px;
    color: white;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

#least7 {
    min-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
    position: relative;
    text-align: center;
}

#least7 .least-preview {
    background-color: whitesmoke;
    border-bottom: 2px solid;
    border-color: #f1f0f0;
    padding: 50px 0;
    margin-bottom: 30px;
    display: none;
    /* important for Slide-Down Effect */
}

#least7 .least-preview img {
    width: 100%;
    max-width: 960px;
    /* default width: 960px - to edit go to assets/options */
    margin: 0 auto;
    display: block;
}

#least7 .least-preview .close {
    background-size: 100%;
    background-image: url("../img/close.svg");
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

#least7 .least-preview article {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    top: 20px;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 15pt;
    line-height: 18px;
    font-weight: 400;
}

#least7 .least-preview article strong {
    font-weight: 800;
}

#least7 .least-gallery {
    font-size: 0;
}

#least7 .least-gallery li {
    position: relative;
    vertical-align: top;
    display: inline-block;
    margin: 0 10px 10px 0;
    /* @end */
}

#least7 .least-gallery li a {
    position: relative;
    display: block;
    text-decoration: none;
    width: 240px;
    /* Default width: 240px: to edit go to assets/options */
    height: 150px;
    /* Default height: 150px: to edit go to assets/options */
    /* @group Outline */
    -webkit-transition-property: outline-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-property: outline-color;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-property: outline-color;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-property: outline-color;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease-in-out;
    transition-property: outline-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
    outline-color: white;
    /* @end */
}

#least7 .least-gallery li a img {
    width: 240px;
    /* Default width: 240px: to edit go to assets/options */
    height: 150px;
    /* Default height: 150px: to edit go to assets/options */
}

#least7 .least-gallery li a.active {
    outline: 2px solid;
    outline-color: #666666;
}

#least7 .least-gallery li a.load:after {
    /*content: url("../img/loading.svg");*/
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    z-index: 2;
    overflow: hidden;
    margin: -20px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    text-shadow: 1px 1px 1px #666666;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
}

#least7 .least-gallery li a:hover {
    /* @group Outline */
    outline: 2px solid;
    outline-color: #666666;
    /* @end */
    /* @group Thumbnail Text */
    /* @end */
}

#least7 .least-gallery li a:hover:before {
    content: attr(data-subtitle);
    /* Default text: "View Picture" - to edit go change the attr. "data-subtitle" */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    letter-spacing: 1px;
    color: white;
    text-shadow: 1px 1px 1px #666666;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 15px;
    line-height: 175px;
    font-weight: 200;
    width: 240px;
    /* Default width: 240px: to edit go to assets/options */
    height: 150px;
    /* Default height: 150px: to edit go to assets/options */
    background: black;
    background: rgba(0, 0, 0, 0.5);
}

#least7 .least-gallery li a:hover:after {
    content: attr(title);
    /* Default text: your a "title"-tag */
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    z-index: 2;
    overflow: hidden;
    margin: -30px 0 0 0;
    border-bottom: 2px solid;
    border-color: white;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #666666;
    letter-spacing: 1px;
    color: white;
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: "Champagne&Limousines" !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}