<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    overflow-x: hidden;
    font-size: 15px;
    /*color: #2c3e50;*/
    color: #111;
    /*background-color: #252523;*/
}

.float-left { float: left; }
.float-right { float: right; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.align-left { text-align: left; float: left; }
.align-right { text-align: right; float: right; }
.align-center { text-align: center;}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #4993DE;
}

.carousel-caption {
    background-color:rgba(0,0,0,0.3) !important
}
.carousel-caption a {
    outline: 0;
    color: white;
    text-decoration: none
}

.carousel-caption h4 {
    outline: 0;
    color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}
hr.star-light {
    border-color: #fff;
}
hr.star-light:after {
    color: #fff;
    background-color: #4993DE;
}
hr.star-primary {
    border-color: #2c3e50;
}
hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}


@media (min-width: 768px){
    .container {
        width: 800px;
    }
}

@media (min-width: 992px){
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}

header {
    text-align: center;
    color: #fff;
    overflow: hidden;
}

/*header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}*/

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: "KO",Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}
header .carousel {
    max-height: 600px;
}
@media(min-width:768px) {
	/*
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
        min-height: 700px;
    }*/

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-nav&gt;li&gt;a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 90%;
    }
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    .navbar-fixed-top .navbar-brand {
        font-size: 1.5em;
        padding: 22px 15px\9;
    }
    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
        background-color: rgba(255,255,255,0.95);

        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEX///+nxBvIAAAAAXRSTlPmCY+fKwAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=") 0 0 repeat\9;
    }
    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
        color: #2c3e50;
    }
    .navbar-fixed-top.navbar-shrink .navbar-nav&gt;li&gt;a {
        color: #2c3e50;
    }
}
@media (min-width: 992px){
    .navbar-nav&gt;li&gt;a {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 96%;
    }
}
@media (min-width: 1200px){
    .navbar-nav&gt;li&gt;a {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 100%;
    }
}

.navbar {
    /*text-transform: uppercase;*/
    font-family: "KO", Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    /*font-weight: 700\9;*/
}
.navbar.navbar-shrink {
    border-bottom: 1px solid #f0f0f0\9;
}
.navbar small {
    font-weight: 100;
}
.navbar-brand&gt;img {
    margin: -20px;
}
.navbar-fixed-top.navbar-shrink .navbar-brand&gt;img {
    margin-top: -16px;
}
@media(max-width:767px) {
    .navbar-toggle {
        background-color: #1a242f;
        height: 41px;
    }
    .navbar-default, .navbar-inverse {
        background-color: #2c3e50 !important;
    }
    .navbar-brand {
        padding-top: 24px;
        padding-left: 30px;
    }
    .navbar-brand&gt;img {
        margin-top: -10px;
    }
    .navbar-fixed-top.navbar-shrink .navbar-brand&gt;img {
        margin-top: -10px;
    }
}
.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}
.navbar-default,
.navbar-inverse {
    background-color: rgba(5, 5, 5, 0.3);
    /*background-color: rgba(30, 22, 22, 0.5);*/
    /* black */
    /*90 background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUBAQHIpFY6AAAAAXRSTlPmCY+fKwAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=") 0 0 repeat\9;*/
    /*80 background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUBAQHIpFY6AAAAAXRSTlPM0jRW/QAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=") 0 0 repeat\9;*/
    /*70 background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUBAQHIpFY6AAAAAXRSTlOzEo46UAAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=") 0 0 repeat\9;*/
    /*60 background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUBAQHIpFY6AAAAAXRSTlOZyTXzhgAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=") 0 0 repeat\9;*/
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUBAQHIpFY6AAAAAXRSTlOArV5bRgAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=") 0 0 repeat\9;
    /*background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiYGBgiAEIMAAAYQBdPMcrbwAAAABJRU5ErkJggg==") 0 0 repeat\9;*/
}
.navbar-default .navbar-nav&gt;.active&gt;a, .navbar-default .navbar-nav&gt;.active&gt;a:hover, .navbar-default .navbar-nav&gt;.active&gt;a:focus {
    background-color: inherit;
}
.navbar-default .navbar-nav&gt;.open&gt;a, .navbar-default .navbar-nav&gt;.open&gt;a:hover, .navbar-default .navbar-nav&gt;.open&gt;a:focus {
    background-color: inherit;
}
.navbar-default .navbar-nav&gt;li&gt;a:hover, .navbar-default .navbar-nav&gt;li&gt;a:focus, .navbar.navbar-shrink .open &gt; a:hover {
    color: #72B8FF;
    font-weight: bold;
}
.navbar-default .navbar-toggle {
    border-color: transparent !important;
}
.navbar-nav&gt;li&gt;.dropdown-menu {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.dropdown-menu {
    z-index: 1500px;
}
.dropdown-menu&gt;li&gt;a {
    color: #333;
}
.dropdown-menu&gt;li&gt;a:hover, .dropdown-menu&gt;li&gt;a:focus,
.dropdown-menu&gt;.active&gt;a, .dropdown-menu&gt;.active&gt;a:hover, .dropdown-menu&gt;.active&gt;a:focus {
    background-color: #4993DE;
}
.nav&gt;li&gt;a&gt;span.label {
    padding: 7px;
    padding: 7px 6px\9;
    font-size: 100%;
}
.navbar-nav&gt;li&gt;a&gt;span.label {
    padding: 10px;
}
@media (min-width: 768px){
    .navbar-nav&gt;li&gt;a&gt;span.label {
        padding-top: 19.5px;
        padding-bottom: 19.5px;
    }
}
@media (min-width: 992px){
    .nav&gt;li&gt;a&gt;span.label {
        padding: 10px 15px;
    }
    .navbar-nav&gt;li&gt;a&gt;span.label {
        padding-top: 19.5px;
        padding-bottom: 19.5px;
    }
}
section {
    padding: 35px 0;
    background-color: white;
}
@media (min-width: 992px){
    section {
        padding: 60px 0;
    }
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.normal {
    padding: 15px 0;
}

section.success {
    color: #fff;
    background: #4993DE;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

@media(max-width:767px) {
    section {
        padding: 20px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

.coverimage {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -ms-behavior: url(/assets/css/backgroundsize.min.htc)\9;
}

.index-title {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.index-item {
    /*margin-bottom: 20px;*/
    margin-bottom: 0px;
    padding: 2px;
}
.index-item .index-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    background: #ddd;
    height: 200px;
    /*border-radius: 4px;*/
    overflow: hidden;
}

.index-item .index-link .rank {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    text-align:right;
    width: 100%;
    padding: 5px 10px;
    background: rgba(5,5,5,0.3);
    color:white;
}
.index-item .index-link .title {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(5,5,5,0.3);
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUBAQHIpFY6AAAAAXRSTlOZyTXzhgAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=") 0 0 repeat\9;
    padding: 5px 10px;
    line-height: 30px;
    color: white;
}.index-item .index-link .title .price {
    font-size: 20px;
  /*  border-radius: 20px;*/
    float: right;
}.index-item .index-link .title .badge {
    font-size: 18px;
    border-radius: 20px;
    /*float: right;*/
    /*margin-top: 3px;*/
}

.index-item .index-link .coupon {
    background: url(/assets/img/coupon_ribon.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 1;
    right: 7px;
    color: white;
    height: 75px;
    width: 40px;
    padding-top: 25px;
    text-align: center;
    margin-top: -20px;
    line-height: 18px;
}

.youtube-frame .vr360 {
    position: absolute;
    z-index: 1;
    right: 30px;
    padding-top: 25px;
    margin-top: -10px;
}

.index-item .index-link .vr360 {
    position: absolute;
    z-index: 1;
    left: 7px;
    padding-top: 25px;
    margin-top: -20px;
}

.index-item .index-link .discount {
    background: url(/assets/img/discount_ribon.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 1;
    right: 7px;
    color: yellow;
    height: 75px;
    width: 40px;
    padding-top: 25px;
    text-align: center;
    margin-top: -20px;
    line-height: 18px;
}

.index-item .index-link .photozoom {
    position: absolute;
    z-index: 1;
    opacity: 0;
    filter:alpha(opacity=0);
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.index-item .index-link .photozoom .fa {
    position: absolute;
    color: white;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -20px;
}

.index-item .index-link:hover .photozoom {
    opacity: 0.9;
    filter:alpha(opacity=90);
    visibility: visible;
}

@media(min-width:768px) {
    .index-title {
        padding-top: 0px;
    }
    .index-item {
        /*margin-bottom:30px;*/
        margin-bottom:0px;
    }
}
@media(min-width:768px) {
    section.list .index-link {
        overflow: hidden;
        height: 150px;
    }
}
@media(min-width:992px) {
    section.list .index-link {
        height: 130px;
    }
}
@media(min-width:1200px) {
    section.list .index-link {
        height: 170px;
    }
    section.list .col-md-4 .index-link {
        height: 150px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #4993DE;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none !important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #4993DE;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #333333;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-color: transparent;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
    background-color: rgba(30, 22, 22, 0.5);
    /* black */
    /*90 background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUBAQHIpFY6AAAAAXRSTlPmCY+fKwAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=") 0 0 repeat\9;*/
    /*80 background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUBAQHIpFY6AAAAAXRSTlPM0jRW/QAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=") 0 0 repeat\9;*/
    /*70 background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUBAQHIpFY6AAAAAXRSTlOzEo46UAAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=") 0 0 repeat\9;*/
    /*60 background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUBAQHIpFY6AAAAAXRSTlOZyTXzhgAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=") 0 0 repeat\9;*/
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUBAQHIpFY6AAAAAXRSTlOArV5bRgAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=") 0 0 repeat\9;
    /*background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiYGBgiAEIMAAAYQBdPMcrbwAAAABJRU5ErkJggg==") 0 0 repeat\9;*/
}

.scroll-top .btn:focus {
    outline: 0;
}

.modal .modal-content {
    padding: 0px 0 0 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal .modal-content h1, .modal .modal-content h2 {
    margin: 0;
}
.modal .modal-content h2 {
    font-size: 3em;
}

.modal .modal-content img {
    margin-bottom: 30px;
}

.modal .modal-content .item-details {
    margin: 30px 0;
}

.modal .close-modal-2 {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
    font-size: 35px;
}

.modal .close-modal-2:hover {
    opacity: .3;
}

.modal .close-modal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
    font-size: 55px;
}

.modal .close-modal:hover {
    opacity: .3;
}

.modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.modal .label,.modal .badge {
    font-size: 100%;
    margin-bottom: 10px;
}

.modal .col-xs-1,
.modal .col-sm-1,
.modal .col-md-1,
.modal .col-lg-1,
.modal .col-xs-2,
.modal .col-sm-2,
.modal .col-md-2,
.modal .col-lg-2,
.modal .col-xs-3,
.modal .col-sm-3,
.modal .col-md-3,
.modal .col-lg-3,
.modal .col-xs-4,
.modal .col-sm-4,
.modal .col-md-4,
.modal .col-lg-4,
.modal .col-xs-5,
.modal .col-sm-5,
.modal .col-md-5,
.modal .col-lg-5,
.modal .col-xs-6,
.modal .col-sm-6,
.modal .col-md-6,
.modal .col-lg-6,
.modal .col-xs-7,
.modal .col-sm-7,
.modal .col-md-7,
.modal .col-lg-7,
.modal .col-xs-8,
.modal .col-sm-8,
.modal .col-md-8,
.modal .col-lg-8,
.modal .col-xs-9,
.modal .col-sm-9,
.modal .col-md-9,
.modal .col-lg-9,
.modal .col-xs-10,
.modal .col-sm-10,
.modal .col-md-10,
.modal .col-lg-10,
.modal .col-xs-11,
.modal .col-sm-11,
.modal .col-md-11,
.modal .col-lg-11,
.modal .col-xs-12,
.modal .col-sm-12,
.modal .col-md-12,
.modal .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.modal .form-horizontal .form-group {
    margin-left: -5px;
    margin-right: -5px;
}



/*------------------------------------------------------------------------------*/
.ellipsis {
    white-space:nowrap;
    text-overflow:ellipsis;     /* IE, Safari */
    -o-text-overflow:ellipsis;      /* Opera under 10.7 */
    overflow:hidden;            /* "overflow" value must be different from "visible" */
    -moz-binding: url('ellipsis.xml#ellipsis');
}
.ellipsis-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.2em;
    height: 9.6em;
    margin-bottom: 5px;
}

.input-select-group {
    display: block;
    margin-bottom: 15px;
}.input-select-group &gt; div {
    padding-right:0px !important;
    padding-left:0px !important;
    margin-left:-2px !important;
}.input-select-group &gt; div:first-child {
    padding-right:0px !important;
}.input-select-group &gt; div.last-child {
    padding-left:0px !important;
    padding-right: 13px !important;
    margin-left:-2px !important;
}.input-select-group &gt; div:last-child {
    padding-left:0px !important;
    padding-right: 13px !important;
    margin-left:-2px !important;
}.input-select-group &gt; div &gt; select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 4px;
}.input-select-group &gt; div &gt; select.pre-group {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}.input-select-group &gt; div &gt; select.add-group {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}.input-select-group &gt; div &gt; input.pre-group {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}.input-select-group &gt; div &gt; input.add-group {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}.input-select-group &gt; div &gt; input.mid-group {
    border-radius: 0px;
}.input-select-group &gt; div &gt; select.mid-group {
    border-radius: 0px;
}

.form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.form-control:focus {
    border-color: #dce4ec !important;
}
.el-group.focus .pre-group,
.el-group.focus .input-group-addon {
    border:2px #7A93AD solid !important;
    border-right: 0px !important;
}
.form-control.focus,
.el-group.focus input, .el-group.focus select {
    border-color: #7A93AD !important;
}
label.form-control {
    padding-left: 30px;
    height: auto;
}

ul.pricetable {
    border: 1px solid #333;
    border-radius: 5px;
}
ul.pricetable li {
    border-left: 0px;
    border-right: 0px;
}
ul.pricetable li {
    text-align: center;
    padding: 5px 10px;
    border-top-style: dotted;
    border-bottom-style: dotted;
}
ul.pricetable li .badge {
    float: none;
    margin-bottom: 0px;
}
ul.pricetable li.title {
    background: #333333;
    color: #eeeeee;
    padding: 15px 10px;
    border: 0px;
}
ul.pricetable li.subtitle {
    background: #3E3F3C;
    color: white;
    padding: 15px 10px;
    border: 0px;
}
ul.pricetable.bright {
    border: 1px solid #18bc9c;
}
ul.pricetable.bright li.title {
    background: #38D0B2;
    color: white;
}
ul.pricetable.bright li.subtitle {
    background: #f0f0f0;
    color: #333;
}

/* PAGE ì„¤ì&nbsp;• */

/*
header {
	height: 400px\9;
}
@media (min-width: 768px){
	header .container {
		height: 400px\9;
	    min-height: 400px;
	}
}*/
section.submenu {
	padding: 10px;
	background: #333;
	color: #999;
	text-align: center;
	line-height: 30px;
	font-size: 90%;
}
section.submenu ul.list-inline {
	margin-bottom: 0;
}
section.submenu ul.list-inline li {
	padding-left: 10px;
	padding-right: 10px;
}
section.submenu a {
	color: #999;
}
section.submenu a:hover {
	color: white;
	text-decoration: none;
}
section.submenu .label {
	font-size: 100%;
	color: white;
	padding-left: 15px;
	padding-right: 15px;
}


section.detail .price {
    border-radius: 20px;
    font-size: 26px;
    padding: 5px 15px 7px;
}
section.detail .carousel {
    overflow: hidden;
    border-radius: 4px;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
section.detail .imagezoom {
    overflow: hidden;
    border-radius: 4px;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    background: #e5e5e5;
}
section.detail .carousel .carousel-inner&gt;.item&gt;img,
section.detail .carousel-inner&gt;.item&gt;a&gt;img {
    width: 100%;
}
section.detail .youtube-frame {
    overflow: hidden;
    border-radius: 4px;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    background-color: #e5e5e5;
}section.detail .youtube-frame .youtube {
    width: 100%;
    height: 100%;
    margin: 0px;
    margin-bottom: -4px;
}

section.detail .height300 {
    height: 200px;
}
@media (min-width: 768px){
    section.detail .height300 {
        height: 300px;
    }
}
section.detail .height400 {
    height: 300px;
}
@media (min-width: 768px){
    section.detail .height400 {
        height: 400px;
    }
}
section.detail .mosaic {
    border-radius: 4px;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    background-color: #e5e5e5;
    overflow: hidden;
}section.detail .mosaic a &gt; img {
    height: 100%;
}section.detail .mosaic a {
    display: block;
    float: left;
    overflow: hidden;
    width:107px;
    height:107px;
}section.detail .mosaic div.noimg {
    text-align:center;
    width:100%;
    height:107px;
    line-height:107px;
    color:#999;
}section.detail .subitem {
    margin-bottom: 50px;
}section.detail .subitem .label {
    font-size: 14px;
}


.mosaic-2 {

}.mosaic-2 a &gt; img {
    border-radius: 7px;
    height: 100%;
    object-fit: cover;
}.mosaic-2 a {
    border-radius: 7px;
    display: block;
    float: left;
    overflow: hidden;
    width:67px;
    height:67px;
    margin-right:5px;
}.mosaic-2 div.noimg {
    text-align:center;
    width:100%;
    height:67px;
    line-height:67px;
    color:#999;
}


.navbar-fixed-bottom {
    padding: 10px 20px;
    text-align: center;
    background-color: #233140;
    height: 70px;
}
.navbar-fixed-bottom .btn {
    border-radius: 30px;
    font-size: 20px;
}

.entered {
    /*border: 2px solid #40E81C;*/
    border: 2px solid #74C4FD;
}
.el-group.entered,
.el-group.entered input[type="checkbox"],
input[type="checkbox"].entered {
	border: 0px;
}
.el-group.entered span,
.el-group.entered select,
.el-group.entered label,
.el-group.entered input {
	border: 2px solid #74C4FD;
}
.el-group.entered .pre-group,
.el-group.entered .input-group-addon {
	border-right: 0px;
}


.fa.fa-lite{
    text-stroke: 12px white;
    -ms-text-stroke: 12px white;
    -webkit-text-stroke: 12px white;
}

.nopadding{
    padding: 0px;awef
}.nopadding-side{
    padding-left: 0px;
    padding-right: 0px;
}.nopadding-updown{
    padding-top: 0px;
    padding-bottom: 0px;
}

.list-table {
    width: 100%;
    display: table;
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-table&gt;li {
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
}


.wysiwyg-contents {
    display: block;
    font-size: 14px;
    padding: 5px;
}.wysiwyg-contents p {
    font-size: 14px;
    margin: 0;
}

.datepicker {
    padding: 15px;
    background-color:#f3f3f3 !important;
}

.blueimp-gallery {
    /* black */
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUBAQHIpFY6AAAAAXRSTlPmCY+fKwAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=") 0 0 repeat\9;
}
.blueimp-gallery &gt; .close {
    padding: 25px 10px;
    right: 15px;
    margin: 0;
    font-size: 70px;
}.blueimp-gallery &gt; .prev, .blueimp-gallery &gt; .next {
    /*border: 0px;
    background: none;
    font-size: 80px;
    margin-top: -45px;
    width: 80px;
    height: 80px;
    padding-bottom: 5px;
    border-radius: 100px;*/
    border: 0px;
    background: white;
    color: black;
    font-size: 80px;
    margin-top: -45px;
    width: 80px;
    height: 80px;
    line-height: 65px;
    border-radius: 100px;
}.blueimp-gallery &gt; .indicator &gt; li {
    width: 35px;
    height: 35px;
    border-radius: 100px;
}
/*i.dollars,i.wons { font-style: normal; }*/
.dollars:before { content:'$';font-size:85%; }
.wons:before { content:'â‚©';font-size:85%; }

/*line-through*/
.linethrough {
    text-decoration: line-through;
}

/* IE */
input.placeholder {
	color: #aaaaaa\9 !important;
}
input:-ms-input-placeholder {
	color: #aaaaaa !important;
}
.button.datepicker-close {
	display: none\9 !important;
}

/* Fix P tag*/
small p {
    font-size:inherit !important;
}

/* ADD white */
.btn-white, .label-white {
    background: white !important;
    border: 1px #ccc solid;
    color: black !important;
}
.btn-noradius, .label-noradius {
    border-radius: 0px !important;
}

.imagezoom .zoom {
    position: absolute;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}.imagezoom .zoom .fa {
    position: absolute;
    color: white;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -20px;
}
.imagezoom:hover .zoom {
    opacity: 0.9;
    filter: alpha(opacity=90);
    visibility: visible;
}

.mapzoom {
    position: absolute;
    z-index: 9999;
    right: 10px;
    top: 10px;
}


.clear-rating {display:none !important;}

.rating-container .label {font-size:14px;}

.rating-container .caption {display:none;}

.pager li.active &gt; a, .pager li.active &gt; span{
    background-color:#0f7864;
    pointer-events:none;
}
</pre></body></html>