/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/

html {
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: scrollbar;
}

body {
    background: #f7ede7;
    /*    font: 17px/1 "Microsoft Jhenghei", "Verdana", "Arial", "PMingLiU", "sans-serif";*/
    font: 17px/1 "Microsoft Yahei", "Verdana", "Arial", "PMingLiU", "sans-serif";
    color: #333;
}

img {
    max-width: 100%;
    height: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    /* IE6 & 7 */
}

iframe {
    border: 0;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left !important;
}

.block-center {
    margin: 0 auto;
}

.position-relative {
    position: relative;
}

.leftauto {
    right: 0 !important;
    left: auto !important;
}

/* Transition elsements */

a,
.btn {
    transition: all 0.125s ease-in-out 0s;
}

.client-logo,
.gallery-caption,
.gallery-image:after,
.gallery-image img,
.price-table,
.team-detail,
.team-image:after,
.work-caption,
.work-image > img,
.work-image:after,
.post-thumbnail,
.post-video,
.post-images-slider {
    transition: all 0.3s ease-in-out 0s;
}

/* Reset box-shadow */

.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
    box-shadow: none;
}

/* Reset border-radius */

.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
    border-radius: 2px;
}

.pr-remove {
    /*vertical-align: middle !important;*/
    text-align: center;
}

.examples {
    border-radius: 2px;
    padding: 7px 5px;
    margin: 0 0 40px;
}

.examples.bg-dark {
    background: #333;
    border: 0;
}

.et-icons .box1 {
    border: 1px solid #e5e5e5;
    display: block;
    width: 25%;
    float: left;
    padding: 0;
    font-size: 13px;
    margin: -1px 0 0 -1px;
}

.et-icons .box1 > span {
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    min-width: 60px;
    min-height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    margin-right: 5px;
}

.fa-icons > div {
    padding: 0;
    border: 1px solid #e5e5e5;
    margin: -1px 0 0 -1px;
    font-size: 13px;
}

.fa-icons > div > i {
    display: inline-block;
    margin-right: 5px;
    min-width: 40px;
    min-height: 40px;
    border-right: 1px solid #f1f1f1;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.help-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Sections */

.navbar-custom + .main {
    margin-top: 50px;
}

.main {
    position: relative;
    background-color: #ffffff;
    z-index: 1;
}

.module,
.module-small {
    position: relative;
    padding: 15px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.module-center {
    margin-top: 15%;
}

/* Module header */

.module-small {
    padding: 70px 0;
}

.module-extra-small {
    padding: 25px 0px;
}

.module-extra-small .breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    margin-top: 10px;
}

.module-extra-small .breadcrumb-item {
    font-size: 15px;
}

.module-medium {
    padding: 75px 0px;
}

.holder-w {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 1px;
    width: 50%;
}

.holder-w:before {
    border-top: 1px solid #eaeaea;
    position: relative;
    display: block;
    content: "";
    top: 1px;
    height: 1px;
    width: 100%;
}

/* Sections dividers */

.divider-w {
    border-top: 1px solid #eaeaea;
    margin: 0;
}

.divider-d {
    border-top: 1px solid #202020;
    margin: 0;
}

/* Half-image */

.side-image {
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.side-image-text {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 140px 60px 140px;
}

/* Dark background */

.bg-dark,
.bg-dark-10,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-10 .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-10 .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-10 .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
    color: #fff;
}

.bg-dark {
    background: #e0dfde;
}

.bg-dark-10:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-dark-30:before {
    position: absolute;
    background: rgba(2, 2, 2, 0.4);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-dark-60:before {
    position: absolute;
    background: rgba(34, 34, 34, 0.8);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-dark-90:before {
    position: absolute;
    background: rgba(34, 34, 34, 0.9);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-gradient:before {
    position: absolute;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(40, 115, 113, 0.57) 25%, rgba(115, 54, 31, 0.67) 75%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
    /* IE6-8 */
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-light {
    background: #f6f6f6;
}

.parallax-bg {
    background-attachment: fixed;
    background-size: cover;
}

/* Vertical margin, padding */

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.star-list #newsList > [class*='col-'] {
    padding-right: 10px;
    padding-left: 10px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.padding-5 {
    padding: 5px !important;
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

@media only screen and (max-width: 991px) {
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-10 {
        margin-top: 10px !important;
    }
    .mt-sm-20 {
        margin-top: 20px !important;
    }
    .mt-sm-30 {
        margin-top: 30px !important;
    }
    .mt-sm-40 {
        margin-top: 40px !important;
    }
    .mt-sm-50 {
        margin-top: 50px !important;
    }
    .mt-sm-60 {
        margin-top: 60px !important;
    }
    .mt-sm-70 {
        margin-top: 70px !important;
    }
    .mt-sm-80 {
        margin-top: 80px !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-10 {
        margin-bottom: 10px !important;
    }
    .mb-sm-20 {
        margin-bottom: 20px !important;
    }
    .mb-sm-30 {
        margin-bottom: 30px !important;
    }
    .mb-sm-40 {
        margin-bottom: 40px !important;
    }
    .mb-sm-50 {
        margin-bottom: 50px !important;
    }
    .mb-sm-60 {
        margin-bottom: 60px !important;
    }
    .mb-sm-70 {
        margin-bottom: 70px !important;
    }
    .mb-sm-80 {
        margin-bottom: 80px !important;
    }
    .btn-list.center-sm .btn {
        margin: 10px auto !important;
        float: none !important;
        width: 90%;
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .mt-xs-0 {
        margin-top: 0 !important;
    }
    .mt-xs-10 {
        margin-top: 10px !important;
    }
    .mt-xs-20 {
        margin-top: 20px !important;
    }
    .mt-xs-30 {
        margin-top: 30px !important;
    }
    .mt-xs-40 {
        margin-top: 40px !important;
    }
    .mt-xs-50 {
        margin-top: 50px !important;
    }
    .mt-xs-60 {
        margin-top: 60px !important;
    }
    .mt-xs-70 {
        margin-top: 70px !important;
    }
    .mt-xs-80 {
        margin-top: 80px !important;
    }
    .mb-xs-0 {
        margin-bottom: 0 !important;
    }
    .mb-xs-10 {
        margin-bottom: 10px !important;
    }
    .mb-xs-20 {
        margin-bottom: 20px !important;
    }
    .mb-xs-30 {
        margin-bottom: 30px !important;
    }
    .mb-xs-40 {
        margin-bottom: 40px !important;
    }
    .mb-xs-50 {
        margin-bottom: 50px !important;
    }
    .mb-xs-60 {
        margin-bottom: 60px !important;
    }
    .mb-xs-70 {
        margin-bottom: 70px !important;
    }
    .mb-xs-80 {
        margin-bottom: 80px !important;
    }
    .nopadding-xs {
        padding: 0 !important;
        margin: 0 !important;
    }
}

/* Scroll to top */

.scroll-up {
    position: fixed;
    display: none;
    bottom: 7px;
    right: 7px;
    z-index: 999;
}

.scroll-up a {
    background: #a5a5a5;
    display: block;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
    opacity: 1;
    color: #000;
}

/* Video */

.video-controls-box {
    position: absolute !important;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.video-controls-box a {
    display: inline-block;
    color: #fff;
    margin: 0 5px 0 0;
}

.video-container {
    border: 5px solid #fafafa;
    background: #fafafa;
    margin-bottom: 15px;
    margin-top: 10px;
}

/*-----------------------------------------------------------------------------------*/

/* Social Icons */

/*-----------------------------------------------------------------------------------*/

ul.social-icons {
    list-style: none;
    margin: 17px 10px 0 10px;
    position: fixed;
    width: 40px;
    left: -50px;
    bottom: 40px;
    z-index: 999
}

ul.social-icons.circle li {
    background-image: none;
    background-color: transparent;
}

ul.social-icons.circle li a {
    background-color: rgba(255, 131, 118, 0.6);
    background-position: 0px -40px !important;
    border-radius: 50% !important;
    color: #ffffff;
}

ul.social-icons.circle li a:hover {
    background-position: 0px -40px !important;
}

ul.social-icons.rounded a {
    border-radius: 5px !important;
}

ul.social-icons.color .social-facebook a {
    background-color: #3b5998;
}

ul.social-icons.color .social-twitter a {
    background-color: #48c4d2;
}

ul.social-icons.color .social-googleplus a {
    background-color: #d94a39;
}

ul.social-icons.color .social-youtube a {
    background-color: #f45750;
}

ul.social-icons.color .social-github a {
    background-color: #333333;
}

ul.social-icons.color .social-pinterest a {
    background-color: #cb2027;
}

ul.social-icons.color .social-blogger a {
    background-color: #fb913f;
}

ul.social-icons.color .social-dribbble a {
    background-color: #ef5b92;
}

ul.social-icons.color .social-flickr a {
    background-color: #fd55ad;
}

ul.social-icons.color .social-skype a {
    background-color: #18b7f1;
}

ul.social-icons.color .social-digg a {
    background-color: #2882c6;
}

ul.social-icons.color .social-linkedin a {
    background-color: #71b2d0;
}

ul.social-icons.color .social-vimeo a {
    background-color: #62a0ad;
}

ul.social-icons.color .social-yahoo a {
    background-color: #ab64bc;
}

ul.social-icons.color .social-tumblr a {
    background-color: #3a5976;
}

ul.social-icons.color .social-deviantart a {
    background-color: #d0de21;
}

ul.social-icons.color .social-delicious a {
    background-color: #3274d1;
}

ul.social-icons.color .social-rss a {
    background-color: #fe9900;
}

ul.social-icons.border li a {
    background-position: 0px 0px !important;
    border: 2px solid #8faca6;
    background-color: rgba(0, 0, 0, 0.15) !important;
}

ul.social-icons.border li a:hover {
    background-position: 0px -40px !important;
    background-color: #999 !important;
}

ul.social-icons li {
    background-color: rgba(0, 0, 0, 0.06);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    /* gradient overlay */
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    /* gradient overlay */
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    /* gradient overlay */
    background-position: 50% 50%;
    display: block;
    float: left;
    margin: 5px;
    padding: 0 0 0px 0;
}

ul.social-icons li a {
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    display: block;
    width: 40px;
    height: 40px;
    background-position: 0px -55px;
    background-repeat: no-repeat;
    padding-bottom: 1px;
    opacity: 1;
    font-size: 23px;
    text-align: center;
    padding-top: 7px;
}

ul.social-icons li a:hover {
    background-position: 0px -40px !important;
    opacity: 1;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    -ms-transition-property: background-color;
    transition-property: background-color;
}

.social-facebook a:hover {
    background-color: #3b5998 !important;
}

.social-twitter a:hover {
    background-color: #48c4d2 !important;
}

.social-weixin a:hover {
    background-color: #1f7e18 !important;
}

.social-youtube a:hover {
    background-color: #f45750 !important;
}

.social-weibo a:hover {
    background-color: #89101e !important;
}

.social-googleplus a:hover {
    background-color: #d94a39 !important;
}

[class^="social-"] a,
[class*=" social-"] a {
    background-position: 0px -40px !important;
    background-repeat: no-repeat;
}

.social-buttons ul.social-icons {
    list-style: none;
    margin: 17px 10px 0 10px;
    position: relative;
    width: auto;
    left: -50px;
    bottom: -20px;
    z-index: 999;
}

.social-buttons ul.social-icons.circle li {
    display: inline-block;
}

/* Landing Page */

.landing-reason:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(66, 26, 107, 0.9);
}

.landing-reason {
    color: #fff;
    font-size: 13px;
}

.landing-image-text {
    padding-top: 70px;
    padding-bottom: 0px;
}

.landing-image-text h2 {
    margin-top: 100px;
    margin-bottom: 15px;
}

.landing-screenshot:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(66, 60, 130, 0.5);
}

.alert i {
    margin-right: 5px;
}

/*-------------------------------------------------------------------
  nav-tabs
--------------------------------------------------------------------*/

.btn-style .nav-tabs {
    border-bottom: 2px solid #ddd;
    text-align: center;
}

.btn-style .nav-tabs > li {
    float: none;
    display: inline-block;
    margin: 0 25px -2px 25px;
}

.btn-style .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0px solid #ddd;
}

.btn-style .nav-tabs > li > a:hover {
    background-color: #fffbf9;
}

.btn-style .nav-tabs > li.active > a,
.btn-style .nav-tabs > li.active > a.btn:focus,
.btn-style .nav-tabs > li.active > a.btn:hover {
    color: #242424;
    cursor: default;
    background-color: #fffbf9;
    border: 2px solid #fffbf9;
    border-bottom-color: #9a0707;
}

.nav-tabs .btn {
    font-size: 24px;
}

/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/

.btn {
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    padding: 8px 37px;
    box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, .2), inset 0 -10px 20px rgba(0, 0, 0, .2);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.main-btn .btn.btn-border-w.btn-round {
    font-size: 21px;
    color: rgba(120, 29, 29, 1);
}

a.section-scroll.btn.btn-border-w.btn-round i {
    vertical-align: baseline;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.btn.btn-round {
    border-radius: 2px;
}

.main-btn .btn.btn-round {
    /*    border-radius: 35px;*/
}

.btn.btn-circle {
    border-radius: 5px;
}

.btn.btn-w {
    background: rgba(255, 255, 255, 0.8);
    color: #111;
}

.btn.btn-w:hover,
.btn.btn-w:focus {
    background: white;
    color: #111;
}

.btn.btn-g {
    background: #e5e5e5;
    color: #111;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
    background: #d8d8d8;
    color: #111;
}

.btn.btn-border-w {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: #fff;
}

.btn-danger:hover {
    color: #c9302c;
    background-color: #ffffff;
    border-color: #ac2925;
}

.btn-warning:hover {
    color: #836460;
    background-color: #ffffff;
    border-color: #cecece;
}

.main-btn .btn.btn-border-w {
    /*
    border: 0px solid rgba(255, 255, 255, 0.75);
    color: #fff;
    padding: 0;
*/
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
    background: #fff;
    border-color: transparent;
    color: #111;
}

.btn.btn-d {
    background: rgba(17, 17, 17, 0.8);
    color: #fff;
}

.btn.btn-b {
    background: #916b5e;
    color: #ffffff;
}

.btn.btn-b:hover,
.btn.btn-b:focus {
    background: #ffffff;
    color: #916b5e;
    border: 1px solid #916b5e;
}

.btn-border-d {
    background: transparent;
    border: 1px solid #111111;
    color: #111;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
    background: #111111;
    color: #fff;
}

.btn.btn-font-w {
    background: rgba(255, 255, 255, 0.8);
    color: #fff;
}

.btn.btn-font-w:hover {
    background: #fff;
    color: #111;
}

/* Buttons size */

.btn-list {
    margin: 10px 0 0px;
    text-align: right;
}

.btn.btn-lg {
    padding: 12px 45px;
    font-size: 15px;
}

.btn.btn-sm {
    padding: 6px 25px;
    font-size: 13px;
    letter-spacing: 1px;
}

.btn.btn-xs {
    padding: 4px 19px;
    font-size: 10px;
    letter-spacing: 0;
}

.btn.ico1,
.btn.ico2 {
    padding: 12px 45px 15px 45px;
    font-size: 17px;
    font-weight: 600;
}

.ico1::before,
.ico2::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    padding: 13px 0 15px;
    font-family: fontawesome;
    text-align: center;
    border-radius: 3px 0 0 3px;
    background: rgba(0, 0, 0, 0.15);
}

.btn-sm.ico1::before,
.btn-sm.ico2::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 22px;
    padding: 6px 0 4px;
    font-family: fontawesome;
    text-align: center;
    border-radius: 5px 0 0 5px;
    background: rgba(0, 0, 0, 0.15);
}

.ico1,
.ico2 {
    position: relative;
    padding-left: 40px;
    text-align: left;
}

.ico1::before {
    content: "\f055"
}

.ico2::before {
    content: "\f144"
}

@media (max-width: 767px) {
    .btn.btn-lg {
        padding: 12px 45px;
        font-size: 15px;
        width: 100%;
    }
    .btn.btn-sm {
        padding: 6px 25px;
        font-size: 15px;
        letter-spacing: 1px;
    }
    .btn-list {
        text-align: center;
    }
}

.btn-list .btn {
    margin: 5px 0;
}

.search-btn {
    position: absolute;
    background: transparent;
    border: none;
    overflow: hidden;
    top: 50%;
    right: 1px;
    width: 42px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    outline: none;
    color: #999;
    margin-top: -20px;
}

.image-button {
    margin: 0px 5px;
}

.btn-group > .btn:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btn-group > .btn:last-child:not(:first-child) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nextBtn {
    border-radius: 5px;
}

/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/

/* Selection */

::-moz-selection {
    background: #000;
    color: #fff;
}

::-webkit-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

/* Forms common style */

.form-control {
    font-family: "Microsoft Jhenghei", "Verdana", "Arial", "PMingLiU", "sans-serif";
    letter-spacing: 2px;
    font-size: 15px;
    height: 33px;
    border: 1px solid #333333;
    border-radius: 5px;
    transition: all 0.4s ease-in-out 0s;
}

.form-control:focus {
    /* border-color: #CACACA;*/
    border-color: #b5795e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(181, 121, 94, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(181, 121, 94, 0.6);
}

/* Forms size */

.input-lg,
.form-horizontal .form-group-lg .form-control {
    height: 43px;
    font-size: 13px;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
    height: 29px;
    font-size: 10px;
}

.rqst-form {
    margin-top: 27px;
}

.rqst-form .btn {
    margin-top: 5px;
}

.input-group-addon {
    border: 1px solid #e4e4e4 !important;
}

/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/

a {
    color: #4e291b;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #FF5C5C;
    outline: 0;
}

.bg-dark a {
    color: #f2bca1;
}

.bg-dark a:hover,
.bg-dark a:focus {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    font-weight: 400;
}

p,
ol,
ul,
blockquote {
    margin: 0 0 20px;
}

blockquote {
    border: 0;
    font-style: italic;
    font-size: 15px;
    padding: 0;
}

.font-alt {
    font-family: "Microsoft Jhenghei", "Verdana", "Arial", "PMingLiU", "sans-serif";
    letter-spacing: 2px;
}

.font-serif {
    font-family: Volkhov, "Times New Roman", sans-serif;
    font-style: italic;
}

.large-text {
    font-size: 24px !important;
}

.rotate {
    text-shadow: none !important;
}

.module-title {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 31px;
    color: #111;
    margin: 0 0 60px;
    font-weight: bold;
}

.module-subtitle {
    text-align: center;
    font-size: 16px;
    color: #111;
    margin-bottom: 70px;
}

.module-icon {
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
}

.module-title + .module-subtitle {
    margin-top: -35px;
}

/* Restaurant module header */

.alt-module-subtitle {
    display: table;
}

.alt-module-subtitle h5 {
    display: table-cell;
    white-space: pre;
    padding: 0 8px;
    color: #111;
}

/* Finance case study header */

.finance-image-content {
    border: 1px solid #e5e5e5;
    padding: 60px 0px;
}

.finance-image-content .module-title {
    margin-bottom: 20px;
}

.finance-image-content .alt-features-item {
    margin-top: 40px;
}

/* Landing Page */

.landing-reason .module-title {
    color: #e6af4b;
}

.landing-reason .module-title + .module-subtitle {
    margin-top: -60px;
    margin-bottom: 40px;
}

.free-trial {
    background-color: rgba(88, 20, 158, 0.9);
    color: #FFFFFF;
}

.free-trial .color-golden {
    color: #e6af4b;
}

/*  Special Portfolio Page  */

.special-portfolio-header-title {
    border: 1px solid rgba(255, 255, 255, 0.7);
    font-size: 50px;
    padding: 40px 0px;
    letter-spacing: 8px;
}

/*--------------------------------------------------------------
	Slider & Carousel
--------------------------------------------------------------*/

/* -------------------------------------------------------------------
General Styles - FlexSlider
------------------------------------------------------------------- */

.flex-direction-nav a,
.flex-control-nav > li > a {
    transition: all 0.3s ease-in-out 0s;
}

.flex-direction-nav a {
    position: absolute;
    display: block;
    height: 100%;
    width: 50%;
    top: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    margin: 0;
}

.flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
    cursor: url(../images/prev-light.png), e-resize;
}

.flex-direction-nav .flex-next {
    opacity: 0;
    right: 0;
    cursor: url(../images/next-light.png), e-resize;
}

.flex-control-nav {
    position: absolute;
    width: auto;
    left: 50%;
    bottom: 20px;
    z-index: 11;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.flex-control-nav > li {
    display: inline-block;
    margin: 5px 3px;
}

.flex-control-nav > li > a {
    background: transparent;
    border: 1px solid #fff;
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 10px;
}

.flex-control-nav > li > a:hover,
.flex-control-nav > li > a.flex-active {
    background: #fff;
}

.footerslider,
.hero-slider {
    margin: 0 0 0;
    position: relative;
    zoom: 1;
}

.footerslider .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hero-slider .flex-direction-nav a {
    padding-top: 20%;
    text-decoration: none;
    display: block;
    width: 60px;
    height: 100%;
    margin: -20px 0 0;
    position: absolute;
    top: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footerslider .flex-direction-nav .flex-prev {
    left: -40px;
    opacity: 0.8;
}

.footerslider .flex-direction-nav .flex-next {
    right: -40px;
    text-align: right;
    opacity: 0.8;
}

.hero-slider .flex-direction-nav .flex-prev {
    left: -50px;
    opacity: 0.8;
}

.hero-slider .flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
    opacity: 0.8;
}

.footerslider .flex-direction-nav a:before,
.hero-slider .flex-direction-nav a:before {
    font-family: "fontawesome";
    font-size: 40px;
    display: inline-block;
    content: '\f104';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.hero-slider .flex-direction-nav a:before {
    font-size: 60px;
    content: '\f053';
}

.footerslider .flex-direction-nav a.flex-next:before {
    content: '\f105';
}

.hero-slider .flex-direction-nav a.flex-next:before {
    content: '\f054';
}

@media(max-width:1025px) {
    .footerslider .flex-direction-nav {
        display: none;
    }
}

/* -------------------------------------------------------------------
Hero Slider
------------------------------------------------------------------- */

.hero-slider {
    margin: 0 !important;
}

.hero-slider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.hero-slider,
.hero-slider .flex-viewport {
    height: 100% !important;
    width: 100%;
    padding: 0;
    margin: 0;
}

.hero-slider .slides {
    height: 100% !important;
    transition-delay: 1s;
}

/*
.hero-slider .flex-direction-nav a {
    width: 15%;
}
*/

.hero-slider .slides li {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100% !important;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.hero-slider .caption-content {
    vertical-align: middle;
}

@media(max-width:767px) {
    .hero-slider .flex-direction-nav a {
        display: none;
    }
}

/* Caption */

.titan-caption {
    position: relative;
    display: table;
    height: 100%;
    width: 70%;
    margin: 0 auto;
}

.titan-caption {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.caption-content {
    display: table-cell;
    vertical-align: top;
    text-align: center;
}

.caption-content img {
    max-width: 70%;
}

.caption-content .full-height {
    height: 100%;
}

.caption-content .full-height a {
    display: block;
    height: 100%;
}

/*
Photography Page Slider
*/

.photography-page .image-caption {
    bottom: 20px;
    position: absolute;
    width: 35%;
}

.photography-page .image-caption .caption-text {
    font-size: 24px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.photography-page .flex-control-nav {
    left: 80%;
    bottom: 20px;
    z-index: 11;
}

/* -------------------------------------------------------------------
General Styles - Owlcarousel
------------------------------------------------------------------- */

.owl-controls {
    margin-top: 40px;
}

.owl-pagination div {
    display: inline-block;
}

.owl-controls .owl-page span {
    background: transparent;
    border: 1px solid #111;
    display: block;
    height: 6px;
    width: 6px;
    margin: 0 3px 5px;
    border-radius: 6px;
    transition: all 0.3s ease-in-out 0s;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
    background: #111;
}

.owl-controls .owl-buttons > div {
    display: inline-block;
    margin: 5px;
    font-size: 14px;
    color: #111;
}

/*--------------------------------------------------------------
	Preloader
--------------------------------------------------------------*/

.page-loader {
    position: fixed;
    background: #2e1c19;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9998;
}

.loader {
    position: absolute;
    border-left: 2px solid #ffffff;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    height: 46px;
    width: 46px;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -23px;
    text-indent: -9999em;
    font-size: 10px;
    z-index: 9999;
    -webkit-animation: load 0.8s infinite linear;
    -moz-animation: load 0.8s infinite linear;
    ms-animation: load 0.8s infinite linear;
    o-animation: load 0.8s infinite linear;
    animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 46px;
    height: 46px;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/

.navbar-custom {
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    z-index: 1000;
    font-family: "Microsoft Jhenghei", "Verdana", "Arial", "PMingLiU", "sans-serif";
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 17px;
    /*    transition: background, padding 0.4s ease-in-out 0s;*/
    height: 80px;
}

.navbar a {
    /*    transition: all 0.5s ease-in-out 0.5s;*/
}

.navbar-custom .dropdown-menu {
    background: rgba(26, 26, 26, 0.9);
    border-radius: 0;
    border: 0;
    padding: 0;
    box-shadow: none;
}

.navbar-custom.navbar-transparent .navbar-brand {
    width: 173px;
    -webkit-filter: drop-shadow(3px 5px 3px rgba(255, 255, 255, 0.7));
    filter: drop-shadow(3px 5px 3px rgba(255, 255, 255, 0.7));
}

.navbar-custom .navbar-brand {
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    width: 130px;
    padding: 4px;
    height: 80px;
    position: absolute;
    z-index: 999;
}

.navbar-custom .nav li > a {
    position: relative;
    color: rgba(120, 29, 29, 1);
    padding-top: 18px;
}

.navbar-custom .dropdown-menu > li > a {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    padding: 11px 15px;
    letter-spacing: 2px;
    color: #999;
}

.navbar-custom .dropdown-menu .dropdown-menu {
    border-left: 1px solid rgba(73, 71, 71, 0.15);
    left: 100%;
    right: auto;
    top: 0;
    margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
    border: 0;
    border-right: 1px solid rgba(73, 71, 71, 0.15);
    right: 100%;
    left: auto;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
    background: none;
    color: #fff;
}

.navbar-custom .dropdown-menu > li > a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

.navbar-custom .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    content: "\f107";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle .icon-bar {
    background: #fff;
}

.dropdown-menu {
    min-width: 180px;
    font-size: 11px;
}

.navbar-custom li.with-sep a::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 20px;
    margin-top: -8px;
    background-color: rgba(255, 255, 255, 0.9);
    content: '\0020';
    display: block;
    /*
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
*/
}

li.language-opt > a {
    font-size: 0.8em;
    padding: 18px 0 14px 16px;
    color: #ca9077;
    opacity: 0.8;
}

li.language-opt.active > a {
    color: rgba(120, 29, 29, 1) !important;
    opacity: 1;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 400px;
}

.logo {
    /*    width: 100px;*/
}

/* Navbar search
.dropdown-search {
	position: relative;
	padding: 5px;
}
.dropdown-search .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}
.search-btn {
	position: absolute;
	background: transparent;
	border: none;
	overflow: hidden;
	top: 50%;
	right: 1px;
	width: 42px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	outline: none;
	color: #999;
	margin-top: -20px;
}
*/

/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/

.home-section {
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    width: 75%;
    z-index: 0;
    background-size: cover;
    margin: 0 auto;
}

.home-section .main-btn {
    z-index: 988;
    position: relative;
    bottom: 60px;
}

.home-section.mobile-height {
    /*    margin-top: 50px!important;*/
}

@media(max-width:1025px) {
    .home-section {
        width: 85%;
    }
}

.titan-title-size-1 {
    letter-spacing: 4px;
    font-size: 15px;
}

.titan-title-size-2 {
    line-height: 1.3;
    letter-spacing: 3px;
    font-size: 18px;
    opacity: .8;
}

.titan-title-size-3 {
    letter-spacing: 16px;
    font-size: 46px;
}

.titan-title-size-4 {
    letter-spacing: 24px;
    font-weight: 400;
    font-size: 48px;
}

/* Agency Page Header */

.agency-page-header:before {
    background: transparent;
}

/* About us Page Header */

.about-page-header:before {
    background: rgba(2, 2, 2, 0.2);
}

/* Service Page Header */

.service-page-header:before {
    background: rgba(2, 2, 2, 0.1);
}

/* Pricing Page Header */

.pricing-page-header {
    background-position: 40% 14%;
    background-repeat: no-repeat;
}

.pricing-page-header:before {
    background: rgba(2, 2, 2, 0.6);
}

/* Gallery Page Header */

.gallery-page-header {
    background-position: 50% 0%;
    background-repeat: no-repeat;
}

.gallery-page-header:before {
    background: rgba(2, 2, 2, 0.2);
}

/* Contact Page Header */

.contact-page-header {
    background-position: 13% 45%;
    background-repeat: no-repeat;
}

.contact-page-header:before {
    background: rgba(2, 2, 2, 0.5);
}

/* FAQ Page Header */

.faq-page-header:before {
    background: rgba(2, 2, 2, 0.15);
}

/* Blog Page Header */

.blog-page-header {
    background-position: 50% 24%;
    background-repeat: no-repeat;
}

.blog-page-header:before {
    background: rgba(2, 2, 2, 0.3);
}

/* Restaurant menu Page Header */

.restaurant-menu-bg:before {
    background: rgba(2, 2, 2, 0.4);
}

.restaurant-page-header:before {
    background: rgba(0, 0, 0, 0.45);
}

.restaurant-image-overlay:before {
    background-color: rgba(2, 2, 2, 0.25);
}

/* Portfolio Page Header */

.portfolio-page-header {
    background-position: 50% 50%;
}

.portfolio-page-header:before {
    background: rgba(45, 45, 45, 0.45);
}

/* Landing Page Header */

.landing-header:before {
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(119, 47, 109, 0.52) 95%, rgba(115, 35, 105, 0.58) 100%);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.banner-img {
    margin-top: -145px;
}

.shop-page-header:before {
    background: rgba(34, 34, 34, 0.3);
}

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/

div#contactus {
    border-top: 1px dotted #535353;
    margin-top: 10px;
    padding-top: 20px;
    font-size: 15px;
}

#contactus span {
    display: block;
    color: #a55637;
    margin-bottom: 5px;
}

#contactus .widget div {
    border-right: 2px solid #adabac;
}

#contactus .widget div:last-child {
    border-right: 0px solid #535353;
}

.footer {
    padding: 10px 0;
}

.footer .copyright {
    margin: 50px 0 0 0;
}

.footer .footer-social-links {
    text-align: right;
}

.footer .footer-social-links a {
    display: inline-block;
    padding: 0 6px;
}

.left-footer {
    text-align: right;
}

#footer.bg-dark .inline {
    background: #efe9e6;
}

#footer.bg-dark .widget .widget-title {
    border-bottom: 0px dotted #535353;
    color: #a55637;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

#footer.bg-dark .inline .widget:first-child .icon-list {
    margin-right: 50px;
}

#footer.bg-dark .inline .widget .widget-title {
    border-bottom: 0px dotted #535353;
    color: #b01f14;
    margin-bottom: 0;
    float: left;
}

.inline .widget .icon-list {
    padding-bottom: 0px;
    float: left;
    margin-top: 6px;
}

@media(min-width:768px) and (max-width:991px) {
    #contactus .widget div {
        border-right: 0px solid #535353;
        margin-bottom: 20px;
    }
}

@media(max-width:767px) {
    .home-section {
        width: 100%;
    }
    div#contactus {
        border-top: 0px dotted #535353;
        margin-top: 0px;
        padding-top: 0px;
        font-size: 15px;
    }
    #footer.bg-dark #contactus .widget .widget-title {
        padding-left: 10px;
        margin-left: 15px;
        border-left: 5px solid #a55637;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    #footer.bg-dark .footerslider .widget.visible-xs .widget-title {
        padding-left: 10px;
        border-left: 5px solid #a55637;
        line-height: 1.5;
    }
    #contactus span {
        display: inline-block;
        color: #a55637;
        margin-bottom: 15px;
        margin-right: 10px;
        margin-left: 20px;
    }
    #contactus span a {
        color: #a55637;
    }
}

/* -------------------------------------------------------------
Google map
------------------------------------------------------------- */

#map-section {
    position: relative;
    height: 450px;
    width: 100%;
}

#map {
    height: 100%;
    width: 100%;
}

#map img {
    max-width: none;
}

/*--------------------------------------------------------------
	Services & Features
--------------------------------------------------------------*/

.features-item {
    margin: 20px 0;
    text-align: center;
}

.features-icon,
.alt-features-icon {
    line-height: 1.2;
    font-size: 42px;
    color: #111;
}

.features-title,
.alt-features-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 14px;
    color: #111;
    margin: 16px 0 15px;
}

.alt-features-item {
    position: relative;
    padding-left: 55px;
    margin: 65px 0 0 0;
}

.alt-features-icon {
    position: absolute;
    height: 40px;
    width: 40px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 40px;
    font-size: 28px;
}

.alt-features-title {
    font-size: 13px;
    margin: 0 0 10px;
}

/* Content box */

.content-box {
    margin: 20px 0;
    text-align: center;
}

.content-box-title {
    font-weight: 400;
    font-size: 18px;
    color: #111;
    margin: 16px 0 15px;
}

/*--------------------------------------------------------------
	Team
--------------------------------------------------------------*/

.team-item {
    position: relative;
    text-align: center;
}

.team-image {
    position: relative;
    overflow: hidden;
}

.team-image img {
    width: 100%;
}

.team-image:after {
    position: absolute;
    background: transparent;
    content: " ";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.team-detail {
    position: absolute;
    width: 100%;
    opacity: 0;
    bottom: 100%;
    left: 0;
    z-index: 2;
    text-align: center;
    font-size: 12px;
    color: #aaa;
    padding: 20px;
}

.team-detail h5 {
    font-size: 16px;
}

.team-detail p {
    font-size: 14px;
}

.team-social a {
    display: inline-block;
    color: #aaa;
    padding: 5px 6px;
}

.team-social a:hover {
    color: #b01f14;
}

.team-descr {
    margin: 20px 0 0;
}

.team-name {
    font-size: 14px;
    color: #111;
}

.team-role {
    font-size: 11px;
    color: #aaa;
}

.team-item:hover .team-image:after {
    background: rgba(0, 0, 0, 0.6);
}

.team-item:hover .team-detail {
    opacity: 1;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

/*--------------------------------------------------------------
	Restaurant Menu
--------------------------------------------------------------*/

.menu {
    border-bottom: 1px dotted #e5e5e5;
    padding: 0 0 10px;
    margin: 0 0 20px;
}

.menu-title,
.menu-price {
    margin: 0 0 10px;
    font-size: 14px;
    color: #111;
}

.menu-price-detail {
    position: relative;
    text-align: right;
}

/*--------------------------------------------------------------
	Price Table
--------------------------------------------------------------*/

.price-table {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 25px 20px;
    margin: 15px 0 30px;
    border-radius: 5px;
    /*    text-align: center;*/
}

.price-table:hover {
    border-color: #532f1f;
}

.price-table.best {
    margin: 0 0 30px;
}

.price-table.no-m {
    background-color: #efe9e6;
    margin: 0 !important;
}

.price-table .small {
    margin: 0;
}

.borderline {
    position: relative;
    background: #eaeaea;
    display: block;
    height: 1px;
    width: 100%;
    margin: 20px 0 15px;
}

.borderline:before {
    position: absolute;
    background: #eaeaea;
    content: "";
    bottom: -7px;
    left: 50%;
    height: 14px;
    width: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-left: -7px;
}

.borderline:after {
    position: absolute;
    background: #fff;
    content: "";
    bottom: -5px;
    left: 50%;
    height: 16px;
    width: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-left: -8px;
}

.price-table h2 {
    margin: 0 0 20px 0;
    text-align: center;
    font-weight: 700;
}

.price-table h3 {
    color: #9e6b51;
    margin: 0 0 20px 0;
    text-align: center;
}

.price-table h4 {
    color: #111;
    margin: 0;
}

.price-table .divider-w {
    /*    border-top: 4px solid #9e6b51;*/
    border-top: 1px solid #9e6b51;
    margin: 0;
}

.price-table p.price {
    font-size: 60px;
    color: #111;
    padding: 0;
    margin: 0 0 0 -10px;
}

.price-table p.price span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding-top: 25px;
}

.price-details {
    list-style: none;
    padding: 0;
    margin: 0 0 23px;
}

.price-details li {
    padding: 7px 0;
}

.price-details li > span {
    text-decoration: line-through;
    color: #aaa;
}

.borderless td,
.borderless th {
    border: none !important;
}

.table-hover > tbody > tr:hover {
    background-color: #ffe9de;
}

.table > tbody a:hover,
.table > tbody a:focus {
    color: #FF5C5C;
}

/*--------------------------------------------------------------
	Fun fact
--------------------------------------------------------------*/

.count-item {
    text-align: center;
}

.count-icon {
    line-height: 1.2;
    font-size: 42px;
}

/*--------------------------------------------------------------
	Video Box
--------------------------------------------------------------*/

.video-box {
    text-align: center;
    padding: 40px 0;
}

.video-box2 {
    text-align: center;
    padding: 0px 0 20px 0;
}

.video-box-icon > a > i,
.video-box-icon > a > span {
    line-height: 1.8;
    font-size: 40px;
    color: #fff;
}

.video-title {
    letter-spacing: 4px;
    font-size: 30px;
    margin: 10px 0 0;
}

.video-subtitle {
    color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
	Portfolio
--------------------------------------------------------------*/

/* Portfolio filter */

.filter {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0 0 70px;
    border-bottom: 2px solid #ddd;
}

.filter > li {
    display: inline-block;
    padding: 0 0 10px;
    margin: 0 25px;
}

.filter > li a {
    padding: 10px 15px;
    line-height: 1.42857143;
}

.filter > li a.current {
    border-bottom: 2px solid #9a0707;
    padding-bottom: 11px;
}

/* Portfolio grid */

.works-grid {
    list-style: none;
    padding: 0;
    margin: 0;
}

.works-grid.works-grid-gut {
    margin: 0 0 0 -10px;
}

.works-grid.works-grid-gut .work-item {
    padding: 0 0 10px 10px;
}

.work-item {
    width: 50%;
    float: left;
    margin: 0;
}

.works-grid-3 .work-item {
    width: 33.3333%;
}

.container .works-grid-3 .work-item {
    width: 33.2%;
}

.works-grid-4 .work-item {
    width: 25%;
}

.works-grid-5 .work-item {
    width: 20%;
}

.works-grid-6 .work-item {
    width: 16.6666667%;
}

.work-item > a {
    position: relative;
    display: block;
    overflow: hidden;
}

.work-image {
    position: relative;
    overflow: hidden;
    box-shadow: 5px 10px 18px #888888;
    margin: 10px;
}

.work-image img {
    display: block;
    overflow: hidden;
    width: 100%;
}

.work-image:after {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.work-caption {
    width: 100%;
    padding: 0 20px;
    opacity: 0;
    position: absolute;
    top: 25%;
    left: 0;
    text-align: center;
    overflow: hidden;
}

.work-title {
    font-size: 31px;
    color: #fff;
    margin: 0 0 6px;
}

.work-descr {
    color: #ccd;
    line-height: 1.2
}

.work-item:hover .work-image:after {
    background: rgba(0, 0, 0, 0.6);
}

.work-item:hover .work-image > img {
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}

.work-item:hover .work-caption {
    /*  bottom: 20%;*/
    opacity: 1;
    z-index: 3;
    /*
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
*/
}

/* Work item white background*/

.works-grid.works-hover-w .work-title {
    color: #111;
}

.works-grid.works-hover-w .work-item:hover .work-image:after {
    background: rgba(0, 0, 0, 0.6);
}

/* Work item gradien background*/

.works-grid.works-hover-g .work-image:after {
    opacity: 0;
}

.works-grid.works-hover-g .work-descr {
    color: #fff;
}

.works-grid.works-hover-g .work-item:hover .work-image:after {
    background: #6fe29e;
    background: linear-gradient(135deg, rgba(111, 226, 158, 0.8) 0%, rgba(91, 218, 209, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fe29e', endColorstr='#5bdad1', GradientType=1);
    opacity: 1;
}

.sliding-portfolio .work-item {
    width: 100%;
}

/*--------------------------------------------------------------
	Single Portfolio
--------------------------------------------------------------*/

.work-details {
    margin: 0 0 20px;
}

.work-details-title {
    color: #111;
    margin: 0 0 20px;
}

.work-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.work-details ul > li {
    border-bottom: 1px dotted #c2c2c2;
    padding: 0 0 5px;
    margin: 0 0 5px;
}

/*--------------------------------------------------------------
	Call to action
--------------------------------------------------------------*/

.callout-text {
    color: rgba(255, 255, 255, 0.6);
}

.callout-title {
    font-weight: 400;
    font-size: 27px;
    color: #000000;
    margin: 20px;
    text-align: center;
}

.callout-btn-box {
    text-align: right;
    padding-top: 4px;
}

.request-cta {
    padding: 50px 0px;
}

/*--------------------------------------------------------------
	Testimonial
--------------------------------------------------------------*/

.testimonial:before {
    background: rgba(2, 2, 2, 0.4);
}

.testimonials-slider {
    position: relative;
}

.testimonial-text {
    text-align: center;
    font-style: normal;
    font-size: 18px;
}

.testimonial-caption {
    text-align: center;
    padding: 10px 0 0;
}

.testimonial-title {
    font-size: 14px;
}

.testimonial-descr {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
}

/*--------------------------------------------------------------
	Gallery
--------------------------------------------------------------*/

.gallery-item {
    position: relative;
    text-align: center;
    margin: 0 0 20px;
}

.gallery-image {
    position: relative;
    overflow: hidden;
}

.gallery-image a.gallery {
    position: relative;
    display: block;
    min-height: 100px;
}

.gallery-image img {
    display: block;
    overflow: hidden;
    width: 100%;
}

.gallery-image:after {
    position: absolute;
    background: transparent;
    content: " ";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.gallery-caption {
    position: absolute;
    width: 100%;
    opacity: 0;
    bottom: 100%;
    left: 0;
    z-index: 2;
    text-align: center;
    font-size: 28px;
    color: #fff;
    padding: 20px;
}

.gallery-icon {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 24px;
    margin: 0 auto;
}

.gallery-icon i,
.gallery-icon span {
    line-height: 50px;
}

/* Gallery hover */

.gallery-item:hover .gallery-image:after {
    background: rgba(0, 0, 0, 0.6);
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.gallery-more {
    text-align: right;
    margin-bottom: 20px;
}

.mfp-iframe-scaler iframe video {
    width: 100%;
}

.music-palyer .mfp-iframe-holder .mfp-content {
    max-width: 500px;
}

/*--------------------------------------------------------------
	Blog Post
--------------------------------------------------------------*/

.post {
    margin: 0 0 80px;
}

.school-logo span {
    width: 100px;
    height: auto;
    display: block;
    margin-right: 10px;
    float: left;
}

.post-title {
    line-height: 1.4;
    font-size: 22px;
    color: #111;
    margin: 0;
}

.school-logo .post-title {
    padding-top: 10px;
}

.inside-article .post-title {
    font-size: 31px;
    font-weight: bold;
    letter-spacing: -1px;
}

.post-header {
    margin: 0 0 15px;
}

.post-meta {
    font-size: 13px;
    color: #333;
    margin-top: 35px;
    text-align: right;
}

.post-entry {
    border-top: 1px dotted #c2c2c2;
    padding-top: 20px;
    margin-top: 10px;
}

.post-images-slider {
    position: relative;
}

.post-images-slider .flex-control-nav {
    bottom: 0;
}

.post-thumbnail,
.post-images-slider,
.post-video {
    /*    margin: 0 0 20px;*/
    margin: 0;
}

.post-quote {
    background: #f5f5f5;
    text-align: center;
    padding: 20px;
}

/* Post columns */

.post-columns .post {
    /*    margin: 0 0 60px;*/
    margin: 0 0 30px;
}

.post-columns .post-header {
    /*    margin: 0 0 10px;*/
    margin: 0;
    background-color: rgba(254, 211, 195, 0.8);
    padding: 5px;
}

.post-columns .post-title {
    line-height: 1.8;
    font-size: 17px;
}

#news .post-columns .post-title {
    height: 29px;
    overflow: hidden;
}

#news .post-entry {
    padding-top: 0px;
    border-top: 0px;
}

#news .post-entry p {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 15px;
}

.post-columns .post-entry {
    padding: 10px 0 0;
    margin: 0 0 10px;
}

.post-columns.wo-border .post-entry {
    border: 0;
    padding: 0;
}

.post-columns .post-entry p:last-child {
    margin: 0;
}

.post-more {
    text-align: right;
}

.post .post-entry p {
    line-height: 1.7;
}

.spirits .post .post-entry p {
    line-height: 2;
}

.more-link:after {
    content: "\00BB";
    color: #666666;
    padding-left: 5px;
}

.pagination {
    display: block;
    text-align: center;
}

.pagination a {
    border: 1px solid #eaeaea;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    /*    color: #999;*/
    padding: 4px 12px;
    cursor: pointer;
}

.pagination a.active {
    border-color: #4e291b;
}

/*--------------------------------------------------------------
	Widgets
--------------------------------------------------------------*/

/* Progress bars */

.progress {
    overflow: visible;
    height: 4px;
}

.progress-bar {
    position: relative;
}

.progress-bar.pb-dark {
    background: #111;
}

.progress-bar span {
    position: absolute;
    display: block;
    right: -0px;
    top: -24px;
    opacity: 0;
    line-height: 12px;
    font-size: 12px;
    color: #111;
    padding: 4px 0px;
}

.progress-bar span:after {
    display: inline-block;
    content: "%";
}

/* Tabs */

.tab-content .tab-pane {
    padding: 20px 0;
    display: none;
}

/* Accordion */

.panel-title {
    line-height: 1.4;
    font-size: 22px;
}

.panel-heading a {
    position: relative;
    display: block;
}

.panel-heading a:after {
    position: absolute;
    content: "\f106";
    top: 50%;
    right: 0px;
    font-family: "FontAwesome";
    line-height: 1;
    font-size: 14px;
    margin-top: -7px;
}

.panel-heading a.collapsed:after {
    content: "\f107";
}

/* Tables */

.table-border > tbody > tr > td,
.table-border > tbody > tr > th,
.table-border > tfoot > tr > td,
.table-border > tfoot > tr > th,
.table-border > thead > tr > td,
.table-border > thead > tr > th {
    border-color: #e5e5e5;
}

.ds-table > tbody > tr > td,
.ds-table > tbody > tr > th,
.ds-table > tfoot > tr > td,
.ds-table > tfoot > tr > th,
.ds-table > thead > tr > td,
.ds-table > thead > tr > th {
    border-top: 0;
}

.checkout-table {
    border: 1px solid #e5e5e5;
}

.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
    padding: 12px;
}

.checkout-table tr td,
.checkout-table tr th {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
    max-width: 36px;
}

/* Sidebar / Widget common*/

.sidebar .widget {
    margin-bottom: 60px;
}

.sidebar .widget-title {
    color: #111;
}

.widget .widget-title {
    border-bottom: 1px dotted #c2c2c2;
    font-size: 17px;
    padding: 0 0 5px;
    margin: 0 0 15px;
    line-height: 2.3;
}

.bg-dark .widget .widget-title {
    border-bottom: 1px dotted #535353;
    color: #535353;
}

.bg-dark a {
    color: #000000;
}

.bg-dark .widget,
.bg-dark .widget p,
.bg-dark p.copyright {
    color: #000000;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Icon List */

.widget .icon-list {
    padding-bottom: 20px;
}

.widget .icon-list li {
    padding: 5px 10px;
    display: inline-block;
}

.widget p {
    line-height: 1.5;
}

.widget .icon-list li a:before {
    /*  content: "\00BB";*/
    color: #ffffff;
    padding-right: 5px;
    vertical-align: text-bottom;
    font-size: 25px;
}

.widget .icon-list.logo-list li a:before {
    content: "";
    color: #ffffff;
    padding-right: 0px;
}

.widget .icon-list.logo-list li img {
    width: 90%;
}

/* Posts */

.widget-posts li {
    margin: 0 0 15px;
}

.widget-posts li:last-child {
    margin: 0;
}

.widget-posts-image {
    float: left;
    width: 64px;
}

.widget-posts-body {
    margin-left: 74px;
}

/* Search */

.search-box {
    position: relative;
}

/* Tags */

.tags a {
    background: #111;
    display: inline-block;
    font-size: 10px;
    color: #fff;
    padding: 4px 10px 4px 12px;
    margin: 0 1px 4px;
    border-radius: 2px;
}

.tags a:hover {
    background: rgba(17, 17, 17, 0.8);
}

/*--------------------------------------------------------------
	Comment Box in Blog
--------------------------------------------------------------*/

.comments,
.comment-form {
    margin: 80px 0 0;
}

.comments .comment-title,
.comment-form .comment-form-title {
    border-bottom: 1px dotted #c2c2c2;
    font-size: 16px;
    color: #111;
    padding-bottom: 15px;
    margin: 0 0 20px;
}

.comment-author {
    font-size: 14px;
    margin: 0 0 10px;
}

.comment-avatar {
    width: 55px;
    float: left;
    margin-top: 10px;
}

.comment-avatar img {
    border-radius: 50%;
}

.comment-content {
    padding-top: 5px;
    margin-left: 75px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .comment .comment {
        margin-left: 75px;
    }
}

/*--------------------------------------------------------------
	Client
--------------------------------------------------------------*/

.client-logo {
    opacity: .5;
}

.client-logo:hover {
    opacity: 1;
}

/*--------------------------------------------------------------
	Shop Items
--------------------------------------------------------------*/

.shop-item {
    text-align: center;
    margin: 0 0 40px;
}

.shop-item-image {
    position: relative;
    overflow: hidden;
}

.shop-item-image img {
    width: 100%;
}

.shop-item-detail,
.shop-item-image:after {
    transition: all 0.4s ease-in-out 0s;
}

.shop-item-image:after {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.shop-item-detail {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    padding: 20px;
    opacity: 0;
    z-index: 2;
    text-align: center;
    font-size: 12px;
    color: #aaa;
}

.shop-item-title {
    font-weight: 400;
    font-size: 14px;
    color: #111;
    margin: 15px 0 5px;
}

/* Shop item hover */

.shop-item:hover .shop-item-image:after {
    background: rgba(255, 255, 255, 0.7);
}

.shop-item:hover .shop-item-detail {
    opacity: 1;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

/* -------------------------------------------------------------------
	Exclusive products
------------------------------------------------------------------- */

.ex-product {
    opacity: .7;
    transition: all 0.4s ease-in-out 0s;
}

.ex-product:hover {
    opacity: 1;
}

/*--------------------------------------------------------------
	Shop Single Product
--------------------------------------------------------------*/

.product-gallery {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 10px 0 0;
}

.product-gallery li {
    display: inline-block;
    width: 15%;
    margin: 0 5px;
}

.product-gallery li:first-child {
    margin-left: 0;
}

.product-title {
    margin: 0 0 20px;
    color: #111;
}

.star,
.star-off {
    margin-bottom: 5px;
    color: #f1c40f;
}

.star-off {
    color: #e5e5e5;
}

.amount {
    font-size: 32px;
    color: #111;
}

.reviews {
    margin: 0;
}

/*--------------------------------------------------------------
	Showcase Page
--------------------------------------------------------------*/

.showcase-page .showcase-page-header {
    background-color: rgba(2, 2, 2, 0.7);
}

.showcase-page .content-box {
    display: block;
    margin-bottom: 45px;
}

.showcase-page .content-box .content-box-image {
    border-radius: 6px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    transition: 0.35s ease-out;
    -webkit-transition: 0.35s ease-out;
    -moz-transition: 0.35s ease-out;
}

.showcase-page .content-box .content-box-image:hover {
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
	Documentation Page
--------------------------------------------------------------*/

.documentation-page {
    font-size: 14px;
}

.documentation-page .pln {
    color: #000;
}

.documentation-page pre.prettyprint {
    border: 1px solid #888;
    padding: 15px;
}

.documentation-page ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
}

.documentation-page li.L0,
.documentation-page li.L1,
.documentation-page li.L2,
.documentation-page li.L3,
.documentation-page li.L5,
.documentation-page li.L6,
.documentation-page li.L7,
.documentation-page li.L8 {
    list-style-type: none;
}

.documentation-page li.L1,
.documentation-page li.L3,
.documentation-page li.L5,
.documentation-page li.L7,
.documentation-page li.L9 {
    background: #eee;
}

.documentation-page .com {
    color: #800;
}

.documentation-page .lit {
    color: #066;
}

.documentation-page .pun,
.documentation-page .opn,
.documentation-page .clo {
    color: #660;
}

.documentation-page .fun {
    color: red;
}

.documentation-page .str,
.documentation-page .atv {
    color: #080;
}

.documentation-page .kwd,
.documentation-page .tag {
    color: #008;
}

.documentation-page .typ,
.documentation-page .atn,
.documentation-page .dec,
.documentation-page .var {
    color: #606;
}

.documentation-page a {
    color: #19B5FE;
}

.documentation-page a:hover {
    color: #1C92C9;
}

/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/

@media (min-width: 1199px) {
    .navbar-transparent {
        background: transparent;
        */ padding-bottom: 20px;
        padding-top: 15px;
        background-color: rgba(255, 255, 255, 0.4);
    }
    .navbar-custom .dropdown-menu {
        position: absolute;
        display: block;
        visibility: hidden;
        opacity: 0;
    }
    .navbar-custom .open > .dropdown-menu {
        visibility: visible;
        opacity: 1;
    }
    .navbar-custom .dropdown-menu .dropdown-toggle:after {
        position: absolute;
        display: block;
        right: 9px;
        top: 50%;
        margin-top: -6px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 9px;
        content: "\f105";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }
    /* Comments */
    .comment .comment {
        margin-left: 75px;
    }
}

@media (max-width: 1200px) {
    /* Features */
    .alt-features-item {
        margin: 20px 0 0;
    }
}

@media (max-width: 1050px) {
    /* Navbar */
    .navbar-custom {
        letter-spacing: 1px;
    }
}

@media (max-width: 991px) {
    /* Navbar */
    .navbar-custom {
        letter-spacing: 0;
    }
    /* Headers */
    .titan-title-size-3 {
        letter-spacing: 8px;
        font-size: 36px;
    }
    .titan-title-size-4 {
        letter-spacing: 12px;
        font-size: 38px;
    }
    .work-item,
    .works-grid-3 .work-item,
    .container .works-grid-3 .work-item,
    .works-grid-4 .work-item,
    .works-grid-5 .work-item,
    .works-grid-6 .work-item {
        width: 50%;
    }
    /* Half-image */
    .side-image {
        position: relative;
        height: 300px;
    }
}

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .no-more-tables tr {
        border-top: 2px solid #8b453b;
    }
    .no-more-tables tr:first-child {
        border-top: 0px solid #8b453b;
    }
    .no-more-tables td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 0px solid #eee;
        position: relative;
        padding-left: 33% !important;
        white-space: normal;
        text-align: left;
    }
    .no-more-tables td.visible-xs,
    .no-more-tables th.visible-xs {
        display: block !important;
    }
    .no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 33% !important;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    .no-more-tables td i {
        padding: 0 15px;
    }
    /*
Label the data
*/
    .no-more-tables td:before {
        content: attr(data-title);
    }
    audio {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    /* Navbar */
    .navbar-custom {
        height: auto;
    }
    .navbar-custom .navbar-nav {
        letter-spacing: 3px;
        margin-top: 1px;
        margin-bottom: 0;
    }
    .navbar-custom.navbar-transparent .navbar-brand,
    .navbar-custom .navbar-brand {
        width: 85px;
        margin: 0px 5px 0px 5px;
    }
    .navbar-custom.navbar-fixed-top {
        position: absolute;
    }
    .navbar-custom li > a:hover {
        background: rgba(255, 255, 255, 0.1) !important;
    }
    .navbar-custom .love-menu li > a:hover {
        background: #4e291b !important;
        color: #ffffff;
    }
    love-menu .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 25px;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
        padding: 10px 35px;
    }
    .navbar-custom li a,
    .navbar-custom .dropdown-search {
        border-bottom: 1px solid rgba(205, 207, 207, 0.5) !important;
        border-bottom-width: 1px !important;
        border-bottom-style: solid !important;
        border-bottom-color: rgba(73, 71, 71, 0.15) !important;
    }
    .navbar-custom .dropdown-toggle:after,
    .navbar-custom .dropdown-menu .dropdown-toggle:after {
        right: 7px;
        content: "\f107";
    }
    .navbar-custom .nav > .open > .dropdown-toggle:after,
    .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
        right: 7px;
        content: "\f106";
    }
    .caption-content {
        vertical-align: middle;
    }
    /* Shop navbar */
    .navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
        padding-left: 15px;
    }
    .navbar-custom .cart-item-number {
        display: none;
    }
    .navbar-custom .navbar-cart > a:after {
        content: "\f107";
    }
    .navbar-custom .navbar-cart-item a {
        border: 0 !important;
    }
    .navbar-custom li.with-sep a::before {
        display: none;
    }
    .navbar-custom .nav li.language-opt {
        /*
        width: 100px;
        float: left;
*/
    }
    .navbar-custom .nav li.language-opt > a {
        text-align: center;
    }
    .dropdown-menu.cart-list {
        text-align: left;
        border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    }
    .navbar-cart-item {
        border: none;
        border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
        padding-bottom: 10px;
    }
    .navbar-cart-img {
        display: none;
    }
    .navbar-cart-title {
        white-space: normal;
        padding: 0;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    /* module */
    .module-title {
        margin: 0 0 20px;
    }
    /* Headers */
    .titan-title-size-1 {
        letter-spacing: 2px;
        font-size: 14px;
    }
    .titan-title-size-2 {
        line-height: 1.3;
        letter-spacing: 2px;
        font-size: 16px;
        opacity: .8;
    }
    .titan-title-size-3 {
        letter-spacing: 4px;
        font-size: 26px;
    }
    .titan-title-size-4 {
        letter-spacing: 6px;
        font-size: 28px;
    }
    /* Features */
    .features-item {
        margin: 0 0 30px;
    }
    .alt-features-item {
        padding-left: 0;
        margin: 0 0 30px;
        text-align: center;
    }
    .alt-features-icon {
        position: static;
        width: auto;
        margin: 0 auto 8px;
    }
    /* Callout */
    .callout-text {
        margin: 0 0 30px;
    }
    .callout-text,
    .callout-btn-box {
        text-align: center;
    }
    /* Sidebar */
    .sidebar {
        margin-top: 50px;
    }
    .widget {
        margin-bottom: 60px;
    }
    #footer .widget {
        margin-bottom: 0px;
    }
    .post.mb-0 {
        margin-bottom: 40px !important;
    }
    .post-columns .post {
        margin: 0 0 20px;
    }
    /* tab  */
    .tab-content .tab-pane {
        padding: 10px 0 20px;
    }
    .tab-content > .tab-pane {
        /*    display: block!important;*/
    }
    /* table */
    .table-responsive {
        border: 0px solid #ddd;
    }
    .table > tbody > tr > td,
    .table > tbody > tr > th,
    .table > tfoot > tr > td,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > thead > tr > th {
        padding: 8px 3px 8px 3px;
    }
    .footer {
        text-align: center;
    }
    .copyright,
    .footer-social-links {
        text-align: center;
        margin: 10px 0;
    }
    /* Half-image */
    .side-image-text {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* Restaurant menu */
    .menu-title,
    .menu-detail,
    .menu-price-detail {
        text-align: center;
    }
    .align-center-sm {
        text-align: center;
    }
    .align-left-sm {
        text-align: left;
    }
    /*     tab     */
    .btn-style .nav-tabs > li {
        margin: 0 3px -2px;
    }
    .btn-style .nav-tabs.nav > li > a {
        padding: 10px 5px;
    }
    /* portfolio */
    .filter {
        margin: 0 0 20px;
    }
    .filter > li {
        margin: 0 4px;
    }
    .filter > li a {
        padding: 10px 5px;
    }
    /* footer */
    .footer .footer-social-links {
        text-align: center;
    }
    .left-footer {
        text-align: left;
    }
}

@media only screen and (max-width: 480px) {
    .work-item,
    .works-grid-3 .work-item,
    .works-grid-4 .work-item,
    .works-grid-5 .work-item,
    .works-grid-6 .work-item {
        width: 100%;
    }
}

.hidden {
    display: none;
}

/** timeline box structure **/

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eee;
    left: 50%;
    margin-left: -1.5px;
}

.tldate {
    display: block;
    width: 200px;
    background: #414141;
    border: 3px solid #212121;
    color: #ededed;
    margin: 0 auto;
    padding: 3px 0;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.35);
}

.timeline > li {
    margin-bottom: 25px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

/** timeline panels **/

.timeline > li .timeline-panel {
    width: 46%;
    float: left;
    background: #fff;
    border: 1px solid #d4d4d4;
    padding: 20px;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

/** panel arrows **/

.timeline li .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline li .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline li .timeline-panel.noarrow:before,
.timeline li .timeline-panel.noarrow:after {
    top: 0;
    right: 0;
    display: none;
    border: 0;
}

.timeline li.timeline-inverted .timeline-panel {
    float: right;
}

.timeline li.timeline-inverted .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline li.timeline-inverted .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline li .panel-body {
    margin-top: 15px;
}

.rule .timeline li .panel-heading {
    margin: 0;
}

/** timeline circle icons **/

.timeline li .tl-circ {
    position: absolute;
    top: 23px;
    left: 50%;
    text-align: center;
    background: #6a8db3;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-left: -16px;
    border: 3px solid #90acc7;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    z-index: 99999;
}

/** timeline content **/

.tl-heading {
    margin: 0 0 15px;
    padding: 0;
}

.tl-heading img {
    margin-bottom: 10px;
}

.tl-heading h4 {
    margin: 0;
    color: #c25b4e;
    font-size: 22px;
}

.tl-heading h4 a {
    color: #c25b4e;
}

.tl-heading i {
    margin-right: 5px;
}

.tl-body {}

.tl-body p,
.tl-body ul {
    margin-bottom: 0;
}

.tl-body > p + p {
    margin-top: 5px;
}

@media (max-width: 991px) {
    .timeline li .timeline-panel {
        width: 44%;
    }
}

@media (max-width: 991px) {
    ul.timeline:before {
        left: 40px;
    }
    .tldate {
        width: 140px;
    }
    ul.timeline li .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }
    ul.timeline li .tl-circ {
        top: 22px;
        left: 22px;
        margin-left: 0;
    }
    ul.timeline > li > .tldate {
        margin: 0;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

/**** tox-progress ****/

.tox-progress {
    margin: 0 auto;
}

.tox-progress-content {
    color: #db5350;
}

.tox-progress-content .btn-danger {
    color: #fff;
    background-color: #db5350;
    border-color: #d43f3a;
}

.tox-progress-content div {
    text-align: center;
    width: 100%;
}

.tox-progress-content .title {
    font-size: 2em;
    font-weight: bold;
}

.tox-progress-content .big-w {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 3em;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}

.tox-progress-content .btn {
    font-size: 1.1em;
    padding-left: 10px;
    padding-right: 10px;
}

/*** step form ***/

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    margin-top: 150px;
    display: table;
    width: 50%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.stepwizard .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.setup-content {
    margin-bottom: 40px;
}

textarea.big-area {
    height: 280px;
}

.form-control-file {
    height: 33px;
}

.add-prod {
    position: fixed;
    /*    display: none;*/
    bottom: 5%;
    right: 15%;
    z-index: 999;
}

.add-prod a {
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    display: block;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    padding-bottom: 1px;
    opacity: 1;
    font-size: 53px;
    text-align: center;
    padding-top: 7px;
    background-color: rgba(255, 131, 118, 0.6);
    background-position: 0px -40px !important;
    border-radius: 50% !important;
    color: #ffffff;
}

.add-prod a:hover {
    background-color: #89101e !important;
}

@media only screen and (max-width: 767px) {
    .stepwizard {
        margin-top: 100px;
        display: table;
        width: 100%;
        position: relative;
    }
}

.news-block {
    margin: 0 0 15px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 0;
}

#newsList .news-block {
    margin: 0 0 10px;
    display: flex;
}

.news-block .post-meta {
    margin-top: 5px;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.oldnews-list .news-block .post-meta {
    margin-top: 5px;
    position: relative;
    right: 15px;
    top: 5px;
}

.ad-block {
    margin-bottom: 15px;
}

.news-article p {
    line-height: 1.6;
    font-size: 18px;
    letter-spacing: 0.1em;
}

.nav-below span {
    font-weight: 700;
    font-size: 18px;
}

.nav-below .news-pre span {
    margin-right: 20px;
}

.nav-below .news-next span {
    margin-left: 20px;
}

.nav-below .news-pre i {
    margin-right: 5px;
}

.nav-below .news-next i {
    margin-left: 5px;
}

.nav-below {
    margin: 0 0 80px;
}

.nav-below .news-pre {
    text-align: left;
    line-height: 2;
}

.nav-below .news-next {
    text-align: right;
    float: right;
    line-height: 2;
}

.nav-below .news-next a,
.nav-below .news-pre a {
    background-color: #fed3c3;
    padding: 5px;
}

.works-meta {
    padding: 10px;
}

.works-meta p {
    color: #ffffff;
    width: 200px;
}

.works-meta .social-buttons ul.social-icons {
    position: relative;
    padding: 0;
    text-align: left;
    width: auto;
    left: 60%;
    bottom: 70px;
}

.scroll-div {
    padding: 10px;
    width: 100%;
    height: auto;
    BACKGROUND-COLOR: transparent;
    overflow-y: auto;
    color: #ffffff;
}

.scroll-div p {
    line-height: 1.8;
}

.meta-title {
    color: #fff5cc;
}

#competition .post-columns .post-header {
    background-color: rgba(254, 211, 195, 0);
}

#competition .post-columns .post-title {
    line-height: 1;
    font-size: 17px;
}

#competition .post-columns .post-name {
    line-height: 0;
    font-size: 14px;
}

#competition .post-thumbnail img {
    width: 100%;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.white-popup-block video {
    width: 100%;
    height: auto;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    color: #222;
    padding: 3px 5px;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}

.carousel-control {
    width: 30px;
    height: 30px;
    top: -35px;
}

.left.carousel-control {
    right: 30px;
    left: inherit;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd;
}

/*
.after-iframe {
  position: absolute;
  bottom: -34px;
  width: 100%;
  line-height: 21px;
  font-size: 16px;
  div {
    display: block;
    padding: 0 5px;
    &.details-link {
      float: left;
      a {
        color: white;
        font-weight: bold;
        &:hover {
          color: $primary-color;
        }
      }
    }
    &.social-buttons {
      float: right;
    }
  }
}*/

*,
:before,
:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

div.love-wrapper {
    position: relative;
    width: 980px;
    height: 50px;
    margin: 0 0 0 140px;
    background: #333;
}

div.top-level-wrapper {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0 0 0 140px;
}

div.love-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none
}

div.love-wrapper > ul {
    position: relative
}

ul.love-menu > li {
    float: left;
    /*    font-size: 14px*/
    padding: 0 5px;
}

ul li.special-item {}

ul > li.special-item a {
    color: #ffffff;
    background-color: #846561;
}

ul > li.special-item > a:hover {
    background: none;
    color: #eacab1;
}

ul.love-menu > li.love-menu-right {
    float: right
}

ul.love-menu > li > a {
    display: block;
    line-height: 40px;
    padding: 0px 9px;
    /* color: rgba(120, 29, 29, 1); */
    text-decoration: none;
    /*
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase*/
}

ul.love-menu > li > a:only-child {
    padding: 0 5px;
    margin: 0 4px;
}

ul.love-menu > li.login > a.btn {
    line-height: 25px;
    margin: 10px 0;
    padding: 0 14px;
}

ul.love-menu > li.language-opt > a:only-child {
    padding: 0px 5px 0 5px;
}

ul.love-menu > li > a:hover,
ul.love-menu > li:hover > a,
ul.love-menu > li.love-active-menu-item > a:hover,
ul.love-menu > li.love-active-menu-item:hover > a {
    background: #ff9178;
}

ul.love-menu > li.special-item > a:hover,
ul.love-menu > li.special-item:hover > a,
ul.love-menu > li.special-item.love-active-menu-item > a:hover,
ul.love-menu > li.special-item.love-active-menu-item:hover > a {
    background: #cdcfcf;
}

ul.love-menu > li > a:only-child:after,
ul.love-menu > li:hover > a:only-child:after {
    content: '';
}

ul.love-menu > li.love-menu-right.language-opt:last-child:not(:first-child) a:after {
    content: "|";
    margin-left: 8px;
    display: inline-block;
}

ul.love-menu > li.love-active-menu-item > a {
    background: #17a47d;
}

ul.love-menu > li > a .fa {
    position: relative;
    width: 24px;
}

ul.love-menu > li > a > img {
    max-width: 16px;
    display: block
}

ul.love-menu > li.love-menu-social > a {
    padding: 0;
    width: 30px;
    padding: 0 8px;
    font-size: 16px;
}

ul.love-menu > li.love-menu-social > a > span {
    display: none;
}

ul.love-menu > li.love-menu-social.love-menu-search > a,
ul.love-menu.love-menu-dividers > li.love-menu-social.love-menu-search > a {
    transition: all .5s ease;
    max-height: 50px;
    width: 30px;
    transition: all .5s ease;
    transition-delay: .3s;
}

ul.love-menu > li.love-menu-social.love-menu-search > a:hover,
ul.love-menu.love-menu-dividers > li.love-menu-social.love-menu-search > a:hover {
    width: 120px;
}

ul.love-menu > li.love-menu-social.love-menu-search > a:hover > span input,
ul.love-menu.love-menu-dividers > li.love-menu-social.love-menu-search > a:hover > span input {
    transform: scaleY(1);
    max-width: 80px;
}

ul.love-menu > li.love-menu-social.love-menu-search > a span,
ul.love-menu.love-menu-dividers > li.love-menu-social.love-menu-search > a span {
    display: inline;
}

ul.love-menu > li.love-menu-social.love-menu-search > a > span input,
ul.love-menu.love-menu-dividers > li.love-menu-social.love-menu-search > a > span input {
    position: absolute;
    width: 80px;
    ;
    height: 50px;
    ;
    line-height: 50px;
    margin: 0;
    background: none;
    color: #efefef;
    border: none;
    /*
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
*/
    text-transform: uppercase;
    max-width: 0;
    transform: scaleY(0);
    transition: all .5s ease;
    transition-delay: .3s
}

ul.love-menu > li.love-menu-social.love-menu-search > a > span input:focus {
    outline: none;
    color: #efefef;
}

ul.love-menu > li.love-menu-social.love-menu-search > a > span input::-webkit-input-placeholder {
    color: #efefef;
}

ul.love-menu.love-menu-dividers > li > a,
ul.love-menu.love-menu-dividers > li.love-menu-social > a {
    border-left: 1px solid #111;
    border-right: 1px solid #666;
}

ul.love-menu.love-menu-dividers > li:first-child > a,
ul.love-menu.love-menu-dividers > li.love-menu-social:last-child > a {
    border-left: none
}

ul.love-menu.love-vertical.love-menu-dividers > li > a {
    border: none;
    border-top: 1px solid #111;
    border-bottom: 1px solid #666;
}

ul.love-menu.love-vertical.love-menu-dividers > li:first-child > a {
    border-top: none;
}

ul.love-menu.love-menu-dividers > li > a:hover,
ul.love-menu.love-menu-dividers > li:hover > a {
    border-right: 1px solid #ff9178;
}

ul.love-menu.love-vertical.love-menu-dividers > li > a:hover,
ul.love-menu.love-vertical.love-menu-dividers > li:hover > a {
    border-bottom: 1px solid #ff9178;
}

ul.love-menu.love-menu-dividers > li.love-active-menu-item > a {
    border-right: 1px solid #17a47d;
}

ul.love-menu.love-vertical.love-menu-dividers > li.love-active-menu-item > a {
    border-bottom: 1px solid #17a47d;
}

ul.love-menu > li > ul,
ul.love-menu > li > ul > li > ul,
ul.love-menu > li > ul > li > ul > li > ul {
    position: absolute;
    -webkit-box-shadow: 0 8px 24px -5px #ccc;
    -moz-box-shadow: 0 8px 24px -5px #ccc;
    box-shadow: 0 8px 24px -5px #ccc;
    border-top: 4px solid #846561;
}

ul.love-menu > li > ul > li,
ul.love-menu > li > ul > li > ul > li {
    position: relative;
}

ul.love-menu > li > ul > li > a,
ul.love-menu > li > ul > li > ul > li > a,
ul.love-menu > li > ul > li > ul > li > ul > li > a {
    display: block;
    width: 190px;
    line-height: 40px;
    padding: 0 30px 0 20px;
    background: #fff;
    color: #666;
    text-decoration: none;
    font-size: 17px;
}

ul.love-menu > li > ul > li:hover > a,
ul.love-menu > li > ul > li > a:hover,
ul.love-menu > li > ul > li > ul > li:hover > a,
ul.love-menu > li > ul > li > ul > li > a:hover,
ul.love-menu > li > ul > li > ul > li > ul > li:hover > a,
ul.love-menu > li > ul > li > ul > li > ul > li > a:hover {
    background: #cdcfcf;
    color: #ffffff;
}

ul.love-menu > li > ul > li > a:only-child:after,
ul.love-menu > li > ul > li > ul > li > a:only-child:after,
ul.love-menu > li > ul > li > ul > li > ul > li > a:only-child:after {
    content: ""
}

ul.love-menu > li > ul > li > a .fa,
ul.love-menu > li > ul > li > ul > li > a .fa,
ul.love-menu > li > ul > li > ul > li > ul > li > a .fa {
    position: relative;
    width: 24px
}

ul.love-menu > li.love-menu-right > ul {
    right: 0
}

ul.love-menu > li > ul > li > ul,
ul.love-menu > li > ul > li > ul > li > ul {
    left: 170px;
    top: -4px;
    z-index: 100
}

ul.love-menu > li > ul > li.love-open-to-left > ul,
ul.love-menu > li > ul > li > ul > li.love-open-to-left > ul {
    left: auto;
    right: 170px
}

ul.love-menu > li.love-menu-mega > div,
ul.love-menu > li.love-menu-mega-blog > div,
ul.love-menu > li.love-menu-mega-shop > div {
    position: absolute;
    width: 100%;
    height: auto;
    top: 80px;
    left: 0;
    background: #fff;
    border-top: 4px solid #ff9178;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 24px -5px #ccc;
    -moz-box-shadow: 0 8px 24px -5px #ccc;
    box-shadow: 0 8px 24px -5px #ccc
}

ul.love-menu > li.love-menu-mega-blog > div > ul.love-menu-mega-blog-nav {
    position: relative;
    width: 200px;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffffff;
}

ul.love-menu > li.love-menu-mega-blog > div > ul.love-menu-mega-blog-nav > li {
    font-size: 17px;
}

ul.love-menu > li.love-menu-mega-blog > div > ul.love-menu-mega-blog-nav > li > a {
    display: block;
    line-height: 40px;
    padding: 0 15px;
    background: #ffffff;
    color: #4e291b;
    text-decoration: none
}

ul.love-menu > li.love-menu-mega-blog > div > ul.love-menu-mega-blog-nav > li.love-active-menu-item > a {
    background: #cdcfcf;
    color: #ffffff;
}

ul.love-menu > li.love-menu-mega-blog > div > ul.love-menu-mega-blog-nav > li > div {
    position: absolute;
    width: 780px;
    height: auto;
    min-height: 100%;
    left: 200px;
    top: 0;
    background: #444146;
}

ul.love-menu > li.love-menu-mega-blog > div > ul.love-menu-mega-blog-nav > li:hover > a {
    background: #e6e6e6;
}

ul.love-menu > li.love-menu-mega-shop > div {
    text-align: center;
    z-index: 999999;
}

ul.love-menu > li.love-menu-mega-shop > div > ul {
    width: 100%;
    background: #efefef;
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid #ddd;
    font-size: 0;
    z-index: 100
}

ul.love-menu > li.love-menu-mega-shop > div > ul > li {
    display: inline-block;
    margin: 0
}

ul.love-menu > li.love-menu-mega-shop > div > ul > li > a {
    display: block;
    padding: 20px 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    font-stretch: expanded;
    color: #666
}

ul.love-menu > li.love-menu-mega-shop > div > ul > li:hover > a,
ul.love-menu > li.love-menu-mega-shop > div > ul > li > a:hover,
ul.love-menu > li.love-menu-mega-shop > div > ul > li.love-active-menu-item > a {
    text-decoration: none
}

ul.love-menu > li.love-menu-mega-shop > div > ul > li > a {
    position: relative;
    text-decoration: none;
    display: inline-block
}

ul.love-menu > li.love-menu-mega-shop > div > ul > li > div {
    position: absolute;
    width: 100%;
    left: 0;
    top: auto;
    margin-top: 1px;
    text-align: left;
    background: #fff;
    z-index: -1
}

div.love-grid,
div.love-grid-lined {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0
}

div.love-grid > div.love-row {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #444146;
}

div.love-grid > div.love-row div.love-row [class^="love-col"] {
    margin-top: 16px
}

div.love-grid > div.love-row div.love-row:first-of-type [class^="love-col"] {
    margin-top: 0
}

div.love-grid.love-grid-lined > div.love-row:after {
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0.48) 24%, rgba(204, 204, 204, 1) 50%, rgba(204, 204, 204, 0.42) 79%, rgba(204, 204, 204, 0) 100%)
}

div.love-grid.love-grid-lined > div.love-row:last-child:after {
    height: 0
}

div.love-grid > div.love-row::after {
    content: "";
    display: table;
    clear: both
}

div.love-grid > div.love-row [class^="love-col"] {
    position: relative;
    float: left;
    height: auto
}

div.love-grid > div.love-row > [class^="love-col"] {
    padding: 16px
}

div.love-grid > div.love-row > [class^="love-col"] [class^="love-col"] {
    padding-left: 16px
}

div.love-grid > div.love-row > [class^="love-col"] [class^="love-col"]:first-of-type {
    padding-left: 0
}

div.love-grid > div.love-row div.love-col-1 {
    width: 8.33%
}

div.love-grid > div.love-row div.love-col-2 {
    width: 16.66%
}

div.love-grid > div.love-row div.love-col-3 {
    width: 25%
}

div.love-grid > div.love-row div.love-col-4 {
    width: 33.33%
}

div.love-grid > div.love-row div.love-col-5 {
    width: 41.66%
}

div.love-grid > div.love-row div.love-col-6 {
    width: 50%
}

div.love-grid > div.love-row div.love-col-7 {
    width: 58.33%
}

div.love-grid > div.love-row div.love-col-8 {
    width: 66.66%
}

div.love-grid > div.love-row div.love-col-9 {
    width: 75%
}

div.love-grid > div.love-row div.love-col-10 {
    width: 83.33%
}

div.love-grid > div.love-row div.love-col-11 {
    width: 91.66%
}

div.love-grid > div.love-row div.love-col-12 {
    width: 100%
}

div.love-grid.love-grid-lined > div.love-row > div[class^="love-col"]:after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    right: 0;
    background: -webkit-linear-gradient(top, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0.48) 24%, rgba(204, 204, 204, 1) 50%, rgba(204, 204, 204, 0.42) 79%, rgba(204, 204, 204, 0) 100%)
}

div.love-grid.love-grid-lined > div.love-row > div[class^="love-col"]:last-child:after {
    width: 0
}

div.love-grid img {
    position: relative;
    max-width: 100%;
    height: auto;
    display: block
}

h3.love-list-heading {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin: 0
}

ul.love-menu > li.love-menu-mega > div ul,
ul.love-menu > li.love-menu-mega-shop > div > ul > li > div ul {
    margin: 0;
    margin-top: 10px
}

ul.love-menu > li.love-menu-mega > div ul li,
ul.love-menu > li.love-menu-mega-shop > div > ul > li > div ul > li {
    position: relative;
    font-size: 14px;
    line-height: 28px;
    display: block;
    width: 100%
}

ul.love-menu > li.love-menu-mega > div ul li > a,
ul.love-menu > li.love-menu-mega-shop > div > ul > li > div ul > li > a {
    text-decoration: none;
    color: #555;
    display: inline-block
}

ul.love-menu > li.love-menu-mega > div ul li > a:hover,
ul.love-menu > li.love-menu-mega-shop > div > ul > li > div ul > li > a:hover {
    color: #222;
    text-decoration: underline
}

ul.love-menu > li.love-menu-mega > div ul li .fa,
ul.love-menu > li.love-menu-mega-shop > div > ul > li > div ul > li .fa {
    position: relative;
    width: 24px
}

ul.love-menu > li.love-menu-mega > div ul.love-list-with-images li {
    height: 50px
}

ul.love-menu > li.love-menu-mega > div ul.love-list-with-images li span.love-list-desc {
    font-size: 11px;
    display: block;
    position: absolute;
    top: 16px;
    left: 72px;
    color: #999
}

ul.love-menu > li.love-menu-mega > div ul li > a > img {
    float: left;
    width: 60px;
    margin-right: 12px
}

span.love-c-title,
span.love-c-category,
span.love-c-date {
    position: relative;
    display: block
}

span.love-c-title a,
span.love-c-category a,
span.love-c-date a {
    text-decoration: none
}

span.love-c-title,
span.love-c-title a {
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 20px;
    margin-top: -5px;
    color: #cdcfcf;
}

span.love-c-title a:hover {
    color: #444146;
    text-decoration: underline
}

span.love-c-category,
span.love-c-category a {
    font-size: 11px;
    margin: 9px 0;
    color: #444
}

span.love-c-date,
span.love-c-date a {
    font-size: 11px;
    color: #444
}

span.love-c-category a:hover,
span.love-c-date a:hover {
    color: #ff9178
}

div.love-c-inline {
    display: block;
    position: relative;
    height: 14px;
    margin: 7px 0
}

div.love-c-inline span.love-c-category,
div.love-c-inline span.love-c-date {
    position: absolute;
    display: inline-block
}

div.love-c-inline span.love-c-date {
    right: 0
}

div.love-c-inline span.love-c-category,
div.love-c-inline span.love-c-category a {
    margin: 0
}

span.love-c-content {
    display: block;
    position: relative;
    top: 7px;
    font-size: 12px;
    line-height: 18px;
    text-align: justify
}

.love-wrapper .visible-xs,
.love-wrapper .visible-md {
    visibility: hidden;
    position: absolute
}

@media(min-width:1200px) {
    div.love-wrapper.love-menu-transparent {
        background: none
    }
    div.love-wrapper.love-menu-transparent > ul.love-menu > li.love-active-menu-item > a {
        background: none
    }
    div.love-wrapper.love-menu-transparent > ul.love-menu > li.love-menu-social > a {
        border: none
    }
    div.love-wrapper.love-menu-transparent > ul.love-menu.love-menu-dividers > li > a {
        border: none
    }
    div.love-wrapper.love-menu-transparent > ul.love-menu > li:hover > a,
    div.love-wrapper.love-menu-transparent > ul.love-menu > li > a:hover,
    div.love-wrapper.love-menu-transparent > ul.love-menu.love-menu-dividers > li:hover > a,
    div.love-wrapper.love-menu-transparent > ul.love-menu.love-menu-dividers > li > a:hover {
        background: none;
        color: #b5795e;
    }
    div.love-wrapper.love-menu-transparent > ul.love-menu > li.special-item:hover > a,
    div.love-wrapper.love-menu-transparent > ul.love-menu > li.special-item > a:hover,
    div.love-wrapper.love-menu-transparent > ul.love-menu.love-menu-dividers > li.special-item:hover > a,
    div.love-wrapper.love-menu-transparent > ul.love-menu.love-menu-dividers > li.special-item > a:hover {
        background: none;
        color: #eacab1;
    }
    div.love-wrapper.love-menu-transparent > ul.love-menu > li.love-menu-social.love-menu-search > a:hover,
    div.love-wrapper.love-menu-transparent > ul.love-menu > li.love-menu-social.love-menu-search:hover > a {
        background: none
    }
    div.love-wrapper.love-menu-full-width {
        width: 100%
    }
    div.love-wrapper.love-menu-full-width > ul.love-menu {
        /*        
        width: 980px;*/
        width: 100%;
        margin: 0 auto;
    }
    ul.love-menu > li > ul,
    ul.love-menu > li > ul > li > ul,
    ul.love-menu > li > ul > li > ul > li > ul {
        visibility: hidden;
        opacity: 0;
    }
    ul.love-menu > li:hover > ul,
    ul.love-menu > li > ul > li:hover > ul,
    ul.love-menu > li > ul > li > ul > li:hover > ul {
        visibility: visible;
        opacity: 1;
    }
    ul.love-menu > li.love-menu-mega > div,
    ul.love-menu > li.love-menu-mega-blog > div,
    ul.love-menu > li.love-menu-mega-shop > div {
        visibility: hidden;
        opacity: 0;
    }
    ul.love-menu > li.love-menu-mega:hover > div,
    ul.love-menu > li.love-menu-mega-blog:hover > div,
    ul.love-menu > li.love-menu-mega-shop:hover > div {
        visibility: visible;
        opacity: 1;
    }
    ul.love-menu > li.love-menu-mega-blog > div > ul.love-menu-mega-blog-nav > li > div {
        visibility: hidden;
        opacity: 0;
    }
    ul.love-menu > li.love-menu-mega-blog:hover > div > ul.love-menu-mega-blog-nav > li.love-active-menu-item > div {
        visibility: visible;
        opacity: 1;
    }
    ul.love-menu > li.love-menu-mega-blog > div > ul.love-menu-mega-blog-nav > li:hover > div {
        visibility: visible;
        opacity: 1;
        z-index: 101;
    }
    ul.love-menu > li.love-menu-mega-shop > div > ul > li > div {
        visibility: hidden;
        opacity: 0;
    }
    ul.love-menu > li.love-menu-mega-shop:hover > div > ul > li.love-active-menu-item > div,
    ul.love-menu > li.love-menu-mega-shop > div > ul > li:hover > div {
        visibility: visible;
        opacity: 1;
    }
    ul.love-menu > li.love-menu-mega-shop > div > ul > li > a:before,
    ul.love-menu > li.love-menu-mega-shop > div > ul > li > a:after {
        height: 1px;
        position: absolute;
        content: '';
        background-color: #ff9178;
        width: 0;
    }
    ul.love-menu > li.love-menu-mega-shop > div > ul > li > a:before {
        top: 10px;
        left: 5%;
    }
    ul.love-menu > li.love-menu-mega-shop > div > ul > li > a:after {
        bottom: 10px;
        right: 5%;
    }
    ul.love-menu > li.love-menu-mega-shop > div > ul > li > a:hover,
    .snip1217 .current a {
        color: #333;
    }
    ul.love-menu > li.love-menu-mega-shop > div > ul > li > a:hover:before,
    ul.love-menu > li.love-menu-mega-shop > div > ul > li.love-active-menu-item > a:before,
    ul.love-menu > li.love-menu-mega-shop > div > ul > li > a:hover:after,
    ul.love-menu > li.love-menu-mega-shop > div > ul > li.love-active-menu-item > a:after,
    ul.love-menu > li.love-menu-mega-shop > div > ul > li:hover > a:before,
    ul.love-menu > li.love-menu-mega-shop > div > ul > li:hover > a:after {
        width: 90%;
    }
    ul.love-menu > li > a:after {
        /*
        font-family: "FontAwesome";
        text-decoration: none;
        content: '\f107';
        position: absolute;
        margin-left: -1px;
*/
    }
    ul.love-menu > li.language-opt > a:after {
        font-family: "FontAwesome";
        text-decoration: none;
        content: '';
        position: absolute;
        margin-left: 2px;
        font-size: 22px;
    }
    ul.love-menu > li:hover > a:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    ul.love-menu > li.language-opt:hover > a:after {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    ul.love-menu > li > ul > li > a:after,
    ul.love-menu > li > ul > li > ul > li > a:after,
    ul.love-menu > li > ul > li > ul > li > ul > li > a:after {
        font-family: "FontAwesome";
        text-decoration: none;
        font-size: 16px;
        padding: 0;
        content: '\f105';
        position: absolute;
        right: 15px
    }
    ul.love-menu > li > ul > li:hover > a:after,
    ul.love-menu > li > ul > li > ul > li:hover > a:after,
    ul.love-menu > li > ul > li > ul > li > ul > li:hover > a:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    ul.love-menu > li > ul > li.love-open-to-left > a:after,
    ul.love-menu > li > ul > li > ul > li.love-open-to-left > a:after,
    ul.love-menu > li > ul > li > ul > li > ul > li.love-open-to-left > a:after {
        content: '\f104';
        right: auto;
        left: 10px
    }
    ul.love-menu > li > ul > li.love-open-to-left:hover > a:after,
    ul.love-menu > li > ul > li > ul > li.love-open-to-left:hover > a:after,
    ul.love-menu > li > ul > li > ul > li > ul > li.love-open-to-left:hover > a:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    ul.love-menu > li.love-menu-mega-blog > div > ul.love-menu-mega-blog-nav > li.love-active-menu-item > a:after,
    ul.love-menu > li.love-menu-mega-blog > div > ul.love-menu-mega-blog-nav > li:hover > a:after {
        content: "";
        position: absolute;
        right: 0;
        margin-top: 13px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 8px 6px 0;
        border-color: transparent #444146 transparent transparent;
    }
}

span.love-dropdown-toggle {
    transition: transform .3s ease
}

span.love-dropdown-toggle:after {
    transition: transform .3s ease
}

@media(min-width:1200px) {
    ul.love-menu > li > a:after {
        transition: all .3s ease;
    }
    ul.love-menu > li.language-opt > a:after {
        transition: none;
    }
    ul.love-menu > li > ul > li > a:after,
    ul.love-menu > li > ul > li > ul > li > a:after,
    ul.love-menu > li > ul > li > ul > li > ul > li > a:after {
        transition: all .3s ease
    }
    ul.love-menu > li > ul,
    ul.love-menu > li > div {
        transform: translateY(25px);
        transition: all .3s ease
    }
    ul.love-menu > li:hover > ul,
    ul.love-menu > li:hover > div {
        transform: translateY(0)
    }
    ul.love-menu.love-vertical > li > ul,
    ul.love-menu.love-vertical > li > div {
        transform: translateX(25px);
        transition: all .3s ease
    }
    ul.love-menu.love-vertical > li:hover > ul,
    ul.love-menu.love-vertical > li:hover > div {
        transform: translateX(0)
    }
    ul.love-menu > li > ul > li > ul,
    ul.love-menu > li > ul > li > ul > li > ul,
    ul.love-menu > li > ul > li > ul > li > ul > li > ul {
        transform: translateX(25px);
        transition: all .3s ease
    }
    ul.love-menu > li > ul > li:hover > ul,
    ul.love-menu > li > ul > li > ul > li:hover > ul,
    ul.love-menu > li > ul > li > ul > li > ul > li:hover > ul {
        transform: translateX(0)
    }
    ul.love-menu > li > ul > li.love-open-to-left > ul,
    ul.love-menu > li > ul > li > ul > li.love-open-to-left > ul,
    ul.love-menu > li > ul > li > ul > li > ul > li.love-open-to-left > ul {
        transform: translateX(-25px);
        transition: all .3s ease
    }
    ul.love-menu > li > ul > li.love-open-to-left:hover > ul,
    ul.love-menu > li > ul > li > ul > li.love-open-to-left:hover > ul,
    ul.love-menu > li > ul > li > ul > li > ul > li.love-open-to-left:hover > ul {
        transform: translateX(0)
    }
    ul.love-menu > li.love-menu-mega-blog > div > ul.love-menu-mega-blog-nav > li > div {
        transform: translateY(-50px);
        transition: all .5s ease
    }
    ul.love-menu > li.love-menu-mega-blog:hover > div > ul.love-menu-mega-blog-nav > li.love-active-menu-item > div,
    ul.love-menu > li.love-menu-mega-blog > div > ul.love-menu-mega-blog-nav > li:hover > div {
        transform: translateY(0)
    }
    ul.love-menu.love-vertical > li.love-menu-mega-blog > div > ul.love-menu-mega-blog-nav > li > div {
        transform: translateX(50px);
        transition: all .5s ease
    }
    ul.love-menu.love-vertical > li.love-menu-mega-blog:hover > div > ul.love-menu-mega-blog-nav > li.love-active-menu-item > div,
    ul.love-menu.love-vertical > li.love-menu-mega-blog > div > ul.love-menu-mega-blog-nav > li:hover > div {
        transform: translateX(0)
    }
    ul.love-menu > li.love-menu-mega-shop > div > ul > li > div {
        transform: translateY(-50px);
        transition: all .5s ease
    }
    ul.love-menu > li.love-menu-mega-shop:hover > div > ul > li.love-active-menu-item > div,
    ul.love-menu > li.love-menu-mega-shop > div > ul > li:hover > div {
        transform: translateY(0)
    }
    ul.love-menu.love-vertical > li.love-menu-mega-shop > div > ul > li > div {
        transform: translateX(50px);
        transition: all .5s ease
    }
    ul.love-menu.love-vertical > li.love-menu-mega-shop:hover > div > ul > li.love-active-menu-item > div,
    ul.love-menu.love-vertical > li.love-menu-mega-shop > div > ul > li:hover > div {
        transform: translateX(0)
    }
    ul.love-menu > li.love-menu-mega-shop > div > ul > li > a:before,
    ul.love-menu > li.love-menu-mega-shop > div > ul > li > a:after {
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }
}

div.top-level-wrapper > ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

div.top-level-wrapper > ul.top-level {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    margin: 0 112px;
}

ul.top-level > li {
    float: left;
    padding: 0 7px;
}

ul.top-level > li > a {
    display: block;
    line-height: 40px;
    padding: 0px 10px 0 10px;
    /* color: rgba(120, 29, 29, 1); */
    text-decoration: none;
}

ul.top-level > li.menu-right {
    float: right;
}

ul.top-level > li > a:after {
    transition: all .3s ease;
}

.top-level > .language-opt > a:after {
    font-family: "FontAwesome";
    text-decoration: none;
    content: '';
    position: absolute;
    margin-left: 8px;
    font-size: 22px;
}

.top-level > .language-opt.first a:after {
    content: "|";
    margin-left: 8px;
    display: inline-block;
}

ul.top-level > li.language-opt > a:only-child {
    padding: 0px 5px 0 5px;
}

ul.top-level > li.login > a.btn {
    line-height: 25px;
    margin: 10px 3px;
    padding: 0 17px;
}

@media(max-width:1199px) {
    div.top-level-wrapper {
        margin: 0;
    }
    div.love-wrapper .hidden-xs {
        visibility: hidden;
        display: none;
    }
    div.love-wrapper {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: transparent;
        margin: 0 auto;
    }
    .love-wrapper .visible-xs {
        visibility: visible;
        position: absolute;
        right: 20px;
        top: 0
    }
    div.love-wrapper > ul {
        position: absolute;
        top: 50px;
        width: 100%;
        left: 0px;
    }
    ul.love-menu > li,
    ul.love-menu > li.love-menu-right {
        float: none;
        padding: 0;
    }
    ul.love-menu > li > a {
        padding: 4px 100px;
        background: #ffffff;
    }
    ul.love-menu > li.special-item > a {
        background: #846561;
    }
    ul.love-menu > li.special-item.mobile-view {}
    ul.love-menu > li.special-item.mobile-view > a {
        background: #ffffff;
        color: #4e291b;
        padding: 0 45px;
        border-left: 55px solid #4e291b;
        font-weight: 700;
    }
    ul.love-menu > li > a:only-child {
        padding: 4px 100px;
    }
    ul.love-menu > li > a:hover,
    ul.love-menu > li:hover > a,
    ul.love-menu > li.love-active-menu-item > a:hover {
        background: #4e291b !important;
        color: #ffffff !important;
    }
    ul.love-menu > li.love-active-menu-item > a {
        background: #ffffff;
        color: #4e291b;
    }
    ul.love-menu > li.love-menu-social > a > span {
        display: block
    }
    ul.love-menu > li > ul,
    ul.love-menu > li > ul > li > ul,
    ul.love-menu > li > ul > li > ul > li > ul {
        position: relative;
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-top: none;
    }
    ul.love-menu > li,
    ul.love-menu > li > ul > li,
    ul.love-menu > li > ul > li > ul > li,
    ul.love-menu > li > ul > li > ul > li > ul > li {
        position: relative;
    }
    ul.love-menu > li > ul > li > a,
    ul.love-menu > li > ul > li > ul > li > a,
    ul.love-menu > li > ul > li > ul > li > ul > li > a {
        width: 100%;
        line-height: 40px;
        padding: 0 60px;
        border-left: 55px solid #ffffff;
        background: #846561;
        color: #ffffff;
    }
    ul.love-menu > li > ul > li:hover > a,
    ul.love-menu > li > ul > li > a:hover,
    ul.love-menu > li > ul > li > ul > li:hover > a,
    ul.love-menu > li > ul > li > ul > li > a:hover,
    ul.love-menu > li > ul > li > ul > li > ul > li:hover > a,
    ul.love-menu > li > ul > li > ul > li > ul > li > a:hover {
        background: #4e291b !important;
        color: #ffffff;
    }
    ul.love-menu > li > ul > li > ul,
    ul.love-menu > li > ul > li > ul > li > ul {
        left: auto;
        top: auto;
        z-index: auto
    }
    ul.love-menu > li > ul > li.love-open-to-left > ul,
    ul.love-menu > li > ul > li > ul > li.love-open-to-left > ul {
        left: auto;
        right: auto
    }
    ul.love-menu > li > ul > li > ul > li > a {
        background: #e5e5e5;
        padding: 0 95px
    }
    ul.love-menu > li > ul > li > ul > li:hover > a,
    ul.love-menu > li > ul > li > ul > li > a:hover {
        background: #e1e1e1
    }
    ul.love-menu > li > ul > li > ul > li > ul > li > a {
        background: #efefef;
        padding: 0 110px
    }
    ul.love-menu > li > ul > li > ul > li > ul > li:hover > a,
    ul.love-menu > li > ul > li > ul > li > ul > li > a:hover {
        background: #fff
    }
    ul.love-menu > li.love-menu-social > a {
        border: none
    }
    ul.love-menu > li.love-menu-mega,
    ul.love-menu > li.love-menu-mega-blog,
    ul.love-menu > li.love-menu-mega-shop {
        position: relative
    }
    ul.love-menu > li.love-menu-mega > div,
    ul.love-menu > li.love-menu-mega-blog > div,
    ul.love-menu > li.love-menu-mega-shop > div {
        position: relative;
        top: auto;
        left: auto;
        border-top: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
    ul.love-menu > li.love-menu-mega-blog > div > ul.love-menu-mega-blog-nav {
        width: 100%;
        height: auto;
        left: auto;
        top: auto
    }
    ul.love-menu > li.love-menu-mega-blog > div > ul.love-menu-mega-blog-nav > li {
        position: relative
    }
    ul.love-menu > li.love-menu-mega-blog > div > ul.love-menu-mega-blog-nav > li > a {
        line-height: 50px;
        padding: 0 75px;
        background: #d1d1d1;
        color: #222
    }
    ul.love-menu > li.love-menu-mega-blog > div > ul.love-menu-mega-blog-nav > li.love-active-menu-item > a {
        background: #bcbcbc
    }
    ul.love-menu > li.love-menu-mega-blog > div > ul.love-menu-mega-blog-nav > li > div {
        position: relative;
        width: 100%;
        min-height: auto;
        left: auto;
        top: auto;
        z-index: auto
    }
    ul.love-menu > li.love-menu-mega-blog > div > ul.love-menu-mega-blog-nav > li:hover > a {
        background: #d9d9d9
    }
    ul.love-menu > li.love-menu-mega-shop > div {
        position: relative;
        text-align: left
    }
    ul.love-menu > li.love-menu-mega-shop > div > ul {
        position: relative;
        border: none;
        font-size: 14px;
        margin-bottom: -1px
    }
    ul.love-menu > li.love-menu-mega-shop > div > ul > li {
        position: relative;
        display: block;
        margin-top: -1px
    }
    ul.love-menu > li.love-menu-mega-shop > div > ul > li > a {
        padding: 0 80px;
        line-height: 50px;
        max-height: 50px;
        text-transform: none;
        font-weight: 400;
        background: #d1d1d1;
        color: #222;
        border: none
    }
    ul.love-menu > li.love-menu-mega-shop > div > ul > li.love-active-menu-item > a {
        background: #bcbcbc
    }
    ul.love-menu > li.love-menu-mega-shop > div > ul > li:hover > a,
    ul.love-menu > li.love-menu-mega-shop > div > ul > li > a:hover,
    ul.love-menu > li.love-menu-mega-shop > div > ul > li.love-active-menu-item > a {
        background: #d9d9d9
    }
    ul.love-menu > li.love-menu-mega-shop > div > ul > li > a {
        display: block
    }
    ul.love-menu > li.love-menu-mega-shop > div > ul > li > div {
        position: relative;
        top: 0;
        z-index: 9999;
        margin: 0
    }
    ul.love-menu > li.love-menu-social img {
        display: inline-table;
        position: absolute;
        top: 15px
    }
    ul.love-menu > li.love-menu-social > a {
        width: 100%
    }
    ul.love-menu > li.love-menu-social .fa {
        position: absolute;
        top: 17px
    }
    ul.love-menu > li.love-menu-social span {
        line-height: 50px;
        padding: 0 25px
    }
    span.love-dropdown-toggle {
        position: absolute;
        width: 50px;
        height: 50px;
        max-width: 50px;
        max-height: 50px;
        left: 0;
        top: 0;
        padding: 10px 17px;
        z-index: 1000000;
        cursor: pointer
    }
    span.love-dropdown-toggle:after {
        font-family: "FontAwesome";
        text-decoration: none;
        content: '\f107';
        color: #4e291b;
        font-size: 25px;
        right: 0
    }
    span.love-dropdown-toggle.love-dropdown-toggle-rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    ul.love-menu > li > a:before,
    ul.love-menu > li > ul > li > a:before,
    ul.love-menu > li > ul > li > ul > li > a:before,
    ul.love-menu > li > ul > li > ul > li > ul > li > a:before,
    ul.love-menu > li.love-menu-mega-blog > div > ul.love-menu-mega-blog-nav > li > a:before,
    ul.love-menu > li.love-menu-mega-shop > div > ul > li > a:before {
        content: "";
        width: 50px;
        height: 50px;
        background: #e8e5e3;
        position: absolute;
        left: 0;
        top: 0
    }
    ul.love-menu > li > ul > li > a:before,
    ul.love-menu > li.love-menu-mega-blog > div > ul.love-menu-mega-blog-nav > li > a:before,
    ul.love-menu > li.love-menu-mega-shop > div > ul > li > a:before {
        background: #e8e5e3;
    }
    ul.love-menu > li > ul > li > ul > li > a:before {
        background: #777;
    }
    ul.love-menu > li > ul > li > ul > li > ul > li > a:before {
        background: #999;
    }
    ul.love-menu > li > ul > li > ul > li > ul,
    ul.love-menu > li > ul > li > ul,
    ul.love-menu > li > ul,
    ul.love-menu,
    ul.love-menu > li.love-menu-mega > div,
    ul.love-menu > li.love-menu-mega-blog > div > ul.love-menu-mega-blog-nav > li > div,
    ul.love-menu > li.love-menu-mega-shop > div > ul > li > div,
    ul.love-menu > li.love-menu-mega-blog > div,
    ul.love-menu > li.love-menu-mega-shop > div {
        max-height: 0;
        transform: scaleY(0);
        overflow: hidden;
    }
    ul.love-menu > li > ul.love-mobile-sublevel-show,
    ul.love-menu > li > ul > li > ul.love-mobile-sublevel-show,
    ul.love-menu > li > ul > li > ul > li > ul.love-mobile-sublevel-show,
    ul.love-menu.love-mobile-sublevel-show,
    ul.love-menu > li.love-menu-mega > div.love-mobile-sublevel-show,
    ul.love-menu > li.love-menu-mega-blog > div.love-mobile-sublevel-show,
    ul.love-menu > li.love-menu-mega-blog > div > ul.love-menu-mega-blog-nav > li > div.love-mobile-sublevel-show,
    ul.love-menu > li.love-menu-mega-shop > div.love-mobile-sublevel-show,
    ul.love-menu > li.love-menu-mega-shop > div > ul > li > div.love-mobile-sublevel-show {
        max-height: 20000px;
        transform: scaleY(1)
    }
    div.love-grid > div.love-row div.love-row [class^="love-col"] {
        margin-top: 0
    }
    div.love-grid > div.love-row div.love-row:first-of-type [class^="love-col"] {
        margin-top: 0
    }
    div.love-grid.love-grid-lined > div.love-row:after {
        height: 0
    }
    div.love-grid > div.love-row > [class^="love-col"] {
        padding: 0
    }
    div.love-grid > div.love-row > [class^="love-col"] [class^="love-col"] {
        padding-left: 0
    }
    div.love-grid > div.love-row > [class^="love-col"] [class^="love-col"]:first-of-type {
        padding-left: 0
    }
    div.love-grid > div.love-row div.love-col-1,
    div.love-grid > div.love-row div.love-col-2,
    div.love-grid > div.love-row div.love-col-3,
    div.love-grid > div.love-row div.love-col-4,
    div.love-grid > div.love-row div.love-col-5,
    div.love-grid > div.love-row div.love-col-6,
    div.love-grid > div.love-row div.love-col-7,
    div.love-grid > div.love-row div.love-col-8,
    div.love-grid > div.love-row div.love-col-9,
    div.love-grid > div.love-row div.love-col-10,
    div.love-grid > div.love-row div.love-col-11,
    div.love-grid > div.love-row div.love-col-12 {
        width: 100%;
        padding: 20px 30px
    }
    div.love-grid.love-grid-lined > div.love-row > div[class^="love-col"]:after {
        width: 0
    }
    div.love-grid img {
        position: relative;
        max-width: 100%;
        height: auto;
        display: block
    }
    div.love-grid > div.love-row::after {
        content: "";
        display: table;
        clear: both
    }
    .c-hamburger {
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 50px;
        height: 50px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        -webkit-transition: background .3s;
        transition: background .3s;
    }
    .c-hamburger:focus {
        outline: none
    }
    .c-hamburger span {
        display: block;
        position: absolute;
        top: 24px;
        left: 8px;
        right: 8px;
        height: 3px;
        background: #4e291b;
    }
    .c-hamburger span::before,
    .c-hamburger span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #4e291b;
        content: ""
    }
    .c-hamburger span::before {
        top: -10px;
    }
    .c-hamburger span::after {
        bottom: -10px;
    }
    .c-hamburger--htx {
        background-color: transparent;
    }
    .c-hamburger--htx span {
        -webkit-transition: background 0 .3s;
        transition: background 0 .3s;
    }
    .c-hamburger--htx span::before,
    .c-hamburger--htx span::after {
        -webkit-transition-duration: 0.3s, .3s;
        transition-duration: 0.3s, .3s;
        -webkit-transition-delay: 0.3s, 0;
        transition-delay: 0.3s, 0;
    }
    .c-hamburger--htx span::before {
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform
    }
    .c-hamburger--htx span::after {
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform
    }
    .c-hamburger--htx.is-active {
        background-color: transparent;
    }
    .c-hamburger--htx.is-active span {
        background: none;
    }
    .c-hamburger--htx.is-active span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .c-hamburger--htx.is-active span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .c-hamburger--htx.is-active span::before,
    .c-hamburger--htx.is-active span::after {
        -webkit-transition-delay: 0s, .3s;
        transition-delay: 0s, .3s;
    }
    ul.love-menu.love-menu-dividers > li,
    ul.love-menu.love-menu-dividers > li > a,
    ul.love-menu.love-menu-dividers > li.love-menu-social > a,
    ul.love-menu.love-menu-dividers > li > a:hover,
    ul.love-menu.love-menu-dividers > li:hover > a {
        border: none;
    }
    div.love-wrapper.love-menu-transparent > ul.love-menu > li.love-active-menu-item > a {
        /*        padding-left: 45px*/
    }
    ul.love-menu > li.love-menu-social.love-menu-search > a {
        display: none;
    }
    .love-wrapper ul.love-menu .language-opt > a {
        opacity: 1;
        color: rgba(120, 30, 30, 0.65);
    }
    .team-social {
        margin-top: 15px;
    }
    #newsList .news-block {
        padding-bottom: 15px;
    }
    .news-block .post-meta {
        margin-top: 5px;
        position: absolute;
        right: 15px;
        bottom: -8px;
    }
    .oldnews-list .news-block {
        height: auto;
    }
    .oldnews-list .news-block .post-meta {
        margin-top: 5px;
        position: relative;
        right: 15px;
        top: 5px;
    }
}

@media(min-width:768px) and (max-width:1199px) {
    /* .love-wrapper .hidden-md {
        visibility: hidden;
        display: none;
    }
*/
    .navbar-custom {
        height: 80px;
    }
    .navbar-custom.navbar-transparent .navbar-brand,
    .navbar-custom .navbar-brand {
        width: 130px;
        margin: 0px 5px 0px 5px;
    }
    div.love-wrapper .visible-md {
        top: 10px;
    }
    div.love-wrapper > ul {
        top: 80px;
        width: 380px;
        left: auto;
        right: 0px;
    }
    .small-btn {
        width: 30%;
        margin: 0 auto;
        padding: 8px 10px;
    }
    .price-table.no-m .btn-small {
        width: 49%;
        padding: 8px 10px;
    }
    .navbar-custom .top-level li a {
        border-bottom: 0px solid rgba(73, 71, 71, 0.15) !important;
        border-bottom-width: 0px !important;
        border-bottom-style: solid !important;
        border-bottom-color: rgba(73, 71, 71, 0.15) !important;
    }
    .navbar-custom .top-level li a.btn-border-d {
        background: transparent;
        border: 1px solid #111111 !important;
        color: #111;
    }
    div.top-level-wrapper {
        position: initial;
    }
    div.top-level-wrapper > ul.top-level {
        position: absolute;
        top: 12px;
        right: 80px;
        margin: 0px auto 0;
        width: 100%;
        z-index: 991;
    }
    ul.top-level li.special-item {
        line-height: 25px;
        margin: 10px 1px;
        padding: 0 18px;
    }
    ul.top-level > li.special-item > a {
        display: block;
        line-height: 25px;
        padding: 0px 8px 0 8px;
        /* color: rgba(120, 29, 29, 1); */
        text-decoration: none;
    }
}

.corp ul.icon-list li {
    width: 150px;
}

@media only screen and (max-width: 767px) {
    .small-btn {
        width: 90%;
        margin: 0 auto;
    }
    .price-table.no-m .btn-small {
        /*
        width: 100%;
        margin-bottom: 10px;
*/
    }
    .navbar-custom {
        height: 60px;
    }
    .navbar-custom .top-level li a {
        border-bottom: 0px solid rgba(73, 71, 71, 0.15) !important;
        border-bottom-width: 0px !important;
        border-bottom-style: solid !important;
        border-bottom-color: rgba(73, 71, 71, 0.15) !important;
    }
    .navbar-custom .top-level li a.btn-border-d {
        background: transparent;
        border: 1px solid #111111 !important;
        color: #111;
    }
    div.top-level-wrapper {
        position: initial;
        height: 0;
    }
    div.top-level-wrapper > ul.top-level {
        position: absolute;
        top: 3px;
        right: 70px;
        margin: 0px auto 0;
        width: 100%;
        z-index: 991;
    }
    div.love-wrapper > ul {
        top: 60px;
    }
    .flex-control-nav {
        bottom: 0px;
    }
    #news .post-header .post-title {
        font-size: 19px;
    }
    .corp ul.icon-list li {
        width: 110px;
    }
    #footer.bg-dark .inline {
        background: #cdcfcf;
    }
    #footer.bg-dark .inline .widget:first-child .icon-list {
        margin-right: 0px;
    }
    #footer.bg-dark .inline .widget .widget-title {
        border-bottom: 1px dotted #535353;
        color: #b01f14;
        margin-bottom: 0;
        float: none;
    }
    .inline .widget .icon-list {
        padding-bottom: 0px;
        float: none;
        margin-top: 6px;
    }
    .reorder-xs {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        direction: rtl;
    }
    .reorder-xs > [class*="col-"] {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        direction: ltr;
    }
    .school-logo span {
        width: 80px;
        height: auto;
        display: block;
        margin-right: 10px;
        float: left;
    }
    .school-logo .post-title {
        padding-top: 5px;
    }
    .inside-article .post-title {
        font-size: 22px;
        font-weight: bold;
        letter-spacing: -2px;
    }

}

@media only screen and (max-width: 320px) {
    ul.top-level > li {
        padding: 0px 3px;
    }
}

.personal-data {
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 0px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    padding: 10px;
}

.add-more-data {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0 30px 0;
    margin-bottom: 20px;
}

.bl_postFloatBlock {
    background: #fff;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    min-height: 83px;
}

@media screen and (min-width: 840px) {
    .bl_postFloatBlock {
        position: absolute;
        max-width: 90%;
    }
}

.logout-btn {
    padding-right: 0 !important;
}

#upload-modal {
    color: #ffffff;
    text-align: center;
}

#popup-modal {
    color: #ffffff;
    text-align: center;
}

#popup-modal.white-popup-block,
#custom-content.white-popup-block {
    color: #000000;
    background: #FFF;
    padding: 40px 30px;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

#popup-modal .btn {
    /*    width: 150px;*/
    width: auto;
    margin: 5px;
}

#news .post-columns .post-header {
    background-color: #81372d;
}

#news .post-header a {
    color: #333333;
}

#news .post-header a:hover {
    color: #b5795e;
}

#selectConfirm label,
#inputMobileNo label,
#inputMobileNo select {
    margin-bottom: 15px;
}

#custom-content {
    background-color: rgba(90, 90, 90, 0.9) !important;
    border-radius: 5px;
}

#custom-content .works-meta p {
    color: #ffffff;
    width: auto;
}

#custom-content p strong.meta-title {
    margin-top: 10px;
    display: block;
    text-align: center;
}

.mfp-close-btn-in .mfp-close {
    color: #ffffff;
}

#description.big-area {
    height: 210px;
}

#sameMobileNo {
    font-weight: 700;
    color: #ff3333;
}

textarea.small-area {
    height: 110px;
}

#home {
    margin-top: 80px;
}

@media only screen and (max-width:991px) {
    #newsList .news-block {
        display: block;
    }
    .news-block .post-meta {
        margin-top: 5px;
        position: absolute;
        right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    #home {
        margin-top: 60px;
    }
    #newsList .news-block {
        display: block;
        padding-bottom: 10px;
    }
    .news-block .post-meta {
        margin-top: 5px;
        position: absolute;
        right: 15px;
        bottom: -8px;
    }
}

.bs-callout {
    padding: 5px 0 5px 20px;
    margin: 0px 0 10px 0px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-warning {
    border-left-color: #aa6708;
    color: #aa6708;
}

.rules .post-title,
.rule .panel-title,
.privacy .post-title {
    color: #b5795e;
    font-weight: bold;
}

.rules h4,
.rule h4,
.privacy h4 {
    font-weight: bold;
    /*
    margin-top: 10px;
    margin-bottom: 15px;
*/
}

.rules .post-entry li,
.rule .panel-body li,
.rule .tl-body li,
.privacy .post-entry li {
    line-height: 1.7;
    margin-bottom: 20px;
}

.rule .panel-heading a:hover,
.rule .panel-heading a:focus {
    color: #4e291b;
}

.rule .panel-group .panel-heading {
    border-bottom: 0;
    margin: 0 0 15px;
    padding: 0;
}

.news-video-list .post-header {
    /* margin: 0 0 10px; */
    margin: 0;
    background-color: #ffffff;
    padding: 5px;
    border-bottom: 0px solid #b57951;
    border-left: 0px solid #b57951;
    border-right: 0px solid #b57951;
}

#star .post {
    box-shadow: 5px 10px 18px #888888;
    margin: 0 0 20px;
}

#star .post-columns .post-header {
    /* margin: 0 0 10px; */
    margin: 0;
    background-color: #ffffff;
    padding: 5px;
    border-bottom: 0x solid #b57951;
    border-left: 0px solid #b57951;
    border-right: 0px solid #b57951;
}

#star .post-header a,
.news-video-list .post-header a {
    color: #444146;
}

#star .post-header a:hover,
.news-video-list .post-header a:hover {
    color: #b57951;
}

.news-video-list .post {
    margin: 0 0 15px;
    box-shadow: 5px 10px 18px #888888;
}

h3.sub-title {
    margin: 0 0 15px 0;
    text-align: center;
    color: #111;
}

img.h {
    max-width: none;
    width: 100%;
    height: auto;
}

img.v {
    max-width: none;
    width: 100%;
    height: auto;
}

#fornewlist p {}

.post-thumbnail {
    padding: 10px;
    margin: 10px 0 10px 0;
    background: #ffffff;
}

.price-table.no-m .post-thumbnail {
    padding: 0;
    margin: 0 0 10px;
}

.news-list .post-thumbnail,
.oldnews-list .post-thumbnail {
    padding: 0;
    margin: 0 0 5px 0;
}

.star-list .post-thumbnail {
    padding: 0;
    margin: 0;
    border-top: 0px solid #b57951;
    border-left: 0px solid #b57951;
    border-right: 0px solid #b57951;
}

.news-video-list .post-thumbnail {
    padding: 0;
    margin: 0;
    border-top: 0px solid #b57951;
    border-left: 0px solid #b57951;
    border-right: 0px solid #b57951;
}

.news-article .post-thumbnail,
.news-article .video-container {
    box-shadow: 5px 10px 18px #888888;
}

.rwd-icon img {
    border: 1px solid #b57951;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ffffff;
}

.video-block {}

.news-video-list .post-thumbnail a:before,
#star #newsList .post-thumbnail a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f16a";
    font-family: FontAwesome;
    font-size: 100px;
    color: #fff;
    opacity: .5;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    z-index: 99
}

.news-video-list .post-thumbnail a:hover::before,
#star #newsList .post-thumbnail a:hover::before {
    color: #eee;
}

.w-special {
    margin-top: 6px;
}

/*參賽辦法內容側選?*/

.in-content-menu {
    position: fixed;
    width: 160px;
    padding: 15px;
    background: #f7ede7;
    border-radius: 5px;
     top: 255px;
      -moz-transition: all 1.5s; 
  -webkit-transition: all 1.5s;  
  -ms-transition: all 1.5s;  
  -o-transition: all 1.5s;  
  transition: all 1.5s;  
}
.in-content-menu.fix-menu{

    top: 90px;
}
.in-content-menu.fix-menu-top{
/*    position: fixed;*/
    top: -257px;
}
.in-content-menu .menu-group {
    list-style: none;
    margin: 0;
    padding: 0;
}

.in-content-menu .menu-item {
    position: relative;
    font-size: 17px;
    letter-spacing: 0.5em;
    margin-bottom: 40px;
}

.in-content-menu .menu-item a {
    display: block;
    padding: 5px 5px 15px 5px;
    border-bottom: 3px solid #846561;
}

.in-content-menu .menu-item a::before {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #eacab1;
    transition: 0.5s;
}

.in-content-menu .menu-item a::after {
    content: ">";
    position: absolute;
    right: 0;
    top: 5px;
}

.in-content-menu .menu-item a:link,
.in-content-menu .menu-item a:visited {
    color: #b5795e;
}

.in-content-menu .menu-item a:hover,
.in-content-menu .menu-item a:active {
    color: #ff5c5c;
}

.in-content-menu .menu-item a:hover::before {
    width: 100%;
}

/*參賽辦法內容區*/

.rule .main {
    background: transparent;
}

.rule .post {
    padding-top: 20px;
    margin: 40px 0 0 0;
    border-top: 1px solid #adabac;
}

.rule .post:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

.rule .post-entry {
    border-top: none;
    color: #444146;
}

.rules .post-title,
.rule .panel-title,
.privacy .post-title {
    border-left: 10px solid #b5795e;
    padding-left: 20px;
}

.rules h4,
.rule h4,
.privacy h4 {
    position: relative;
    color: #551906;
    padding: 0 1em;
    display: inline-block;
}

.rules h4::before,
.rule h4::before,
.privacy h4::before {
    content: "/";
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 0;
}

.rules h4::after,
.rule h4::after,
.privacy h4::after {
    content: "/";
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 0;
}

h4.no-slash::before,
h4.no-slash::after {
    content: "";
}
