@import url('https://fonts.googleapis.com/css?family=Arimo:400,700&subset=cyrillic'); html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template,[hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: inherit
}

b,strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,input,select,textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html [type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"],[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

body {
    font-family: "Arimo",sans-serif;
    min-width: 320px;
    font-size: 16px;
    line-height: 1.71428571 !important;
    color: #333
}

body,html {
    height: 100%
}

a:hover {
    text-decoration: none
}

a {
    color: inherit
}

a:active,a:focus {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%
}

p {
    font-size: 16px
}

ul,li {
    padding: 0;
    list-style: none;
    margin: 0
}

.post_text ul, .post_text ul li {
    list-style: disc;
}

.post_text ul {
    padding-left: 40px;
}

.post_text ol, .post_text ol li {
    list-style: counter;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    line-height: 1.4;
    font-family: "Arimo",serif
}

.dropdown-customer {
    display: block;
    visibility: hidden;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-top: 15px;
    opacity: 0
}
.user-info {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 9999;
    line-height: 50px;
    color: #000;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.open > .dropdown-menu {
    visibility: visible;
    margin-top: 0;
    opacity: 1
}

.row-fix {
    margin-left: -5px;
    margin-right: -5px
}

.row-fix .col-fix {
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (max-width: 767px) {
    .container {
        max-width:390px
    }
}

#page-loader {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.999);
    color: #5c453f;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999
}

.font-heading {
    font-family: "Arimo",serif
}

.header {
    padding: 20px 0;
}

.slimg {
    width: 100%;
    max-height: 430px;
    overflow: hidden;
}

.slimg img, .slimg2 img, .slimg3 img {
    width: 100%;
    min-height: 100%;
}

.slimg2 {
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.slimg3 {
    width: 100%;
    height: 205px;
    overflow: hidden;
}

@media screen and (max-width: 480px) {
    .slimg2 {
        height:180px;
    }
}

@media screen and (max-width: 767px) {
    .header {
        padding: 0 0 20px 0;
    }
}

.header a.logo {
    float: left;
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
}

.header a.logo h2 {
    font-size: 34px;
    font-weight: 700;
    margin: 0 0
}

.header a.logo h2 span {
    color: #a21bbf
}

.header span.logo_text {
    display: block;
    float: left;
    color: #999
}

.owl-special {
    float: right;
    max-width: 400px
}

.special-news {
    min-height: 72px;
    padding: 0 15px 0 80px;
    max-width: 600px;
    text-align: left;
    width: 100%;
    position: relative;
}

.special-news img {
    float: left;
    margin: 0 15px 0 -80px;
    width: 80px !important;
    height: 70px !important
}

.special-news h3 {
    margin: 0;
    font-size: 14px;
    padding: 5px 0 5px 0
}

.special-news h3 a {
    color: #333;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.special-news h3 a:hover {
    color: #a21bbf
}

.special-news .meta-post {
    margin: 0 0 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.search-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    text-align: center;
    z-index: 9999;
    height: 50px;
    line-height: 50px;
    color: #fff;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.search-icon:hover {
    background-color: #28394d
}

.search-icon i {
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    line-height: 50px
}

.search-icon .search-box {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    height: 50px;
    background-color: #28394d;
    padding: 5px 5px 0 5px;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    visibility: hidden;
    opacity: 0;
    margin-top: 15px
}

.search-icon .search-box input {
    width: 100%;
    margin: 0;
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 80px 5px 10px;
    background-color: #fff;
    color: #333;
    outline: none;
    border: none;
    font-size: 13px
}

.search-icon .search-box button {
    width: 70px;
    height: 30px;
    display: block;
    line-height: 28px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #a21bbf;
    color: #fff;
    text-transform: uppercase;
    border: none;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    outline: none;
    cursor: pointer
}

.search-icon .search-box button:hover {
    background-color: #84199b
}

.search-icon.show-search {
    background-color: #28394d
}

.search-icon.show-search .search-box {
    opacity: 1;
    margin-top: 0;
    visibility: visible
}
.menu-tops {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
}

.menu-tops ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
}

.menu-tops li a {
    padding: 14px 20px;
    display: block;
    text-decoration: none;
    color: black;
    position: relative;
}

.menu-tops li:not(:last-child) a::after {
    content: "|";
    position: absolute;
    right: 0;
    color: #ddd;
    padding-left: 20px;
}

.user-info {
    cursor: pointer;
    padding: 0 20px 0 0;
    text-align: right;
    color: black;
    position: absolute;
    right: 0;
}

.menu-toggle {
    display: none;
    background-color: #2e4259;
    border: none;
    padding: 10px 15px;
    font-family: "Arimo", sans-serif;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 1002;
}

@media (max-width: 768px) {
    .menu-tops {
        position: fixed;
        width: 250px;
        height: 100%;
        background: #2e4259;
        top: 0;
        left: -250px;
        transition: left 0.3s;
        z-index: 9;
    }
.menu-tops li a {
    color:white;
}
    .menu-tops ul {
        flex-direction: column;
        height: 40vh;
        width: 250px;
    }

    .menu-toggle {
        display: block;
    }

    .user-info {
        position: static;
        text-align: center;
        border-top: 1px solid #223142;
        color: white;
    }

    .menu-tops li a::after {
        content: none;
    }
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; 
    justify-content: center; /* Центрирование по горизонтали */
    align-items: center; /* Центрирование по вертикали на больших экранах */
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
}

.popup-content {
    background: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    width: auto;
    max-width: 90%; /* Максимальная ширина для поддержки различных размеров экрана */
    max-height: 80%; /* Максимальная высота для поддержки различных размеров экрана */
    overflow: auto; /* Добавляет прокрутку, если нужно */
    position: relative;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 1.5em;
}

@media (max-width: 768px) {
    .popup {
        align-items: flex-start; /* Выравнивание всплывающего окна у верхней границы на мобильных устройствах */
        padding-top: 70%; /* Добавляем немного отступа сверху */
    }
}


.close {
    position: absolute;
    top: 5px;
    right: 11px;
    cursor: pointer;
    font-size: 2.5em;
}

.menu-icon {
    height: 45px;
    line-height: 50px;
    float: left;
    color: #fff;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.menu-icon:hover {
    background-color: #28394d
}

.menu-icon i {
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    float: left;
    line-height: 50px;
    margin: 0 10px 0 20px
}

.menu-icon span {
    font-family: "Arimo",sans-serif;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 50px;
    float: left;
    margin: 0 20px 0 0
}

.menu {
    position: relative;
    background-color: #2e4259;
    margin-bottom: 20px;
	border-top: 3px solid #a21bbf;
    height: 50px
}

.menu ul {
    margin: 0;
    position: relative;
    padding: 0;
    height: 50px
}

.menu ul li {
    display: inline-block;
    position: relative
}

.menu ul li.active > a {
    color: #a21bbf
}

.menu ul li > a {
    display: block;
    float: left;
    text-transform: uppercase;
    line-height: 46px;
    color: #fff;
    padding: 0 18px;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-size: 14px;
    position: relative;
    font-weight: 600;
}

@media screen and (max-width: 1199px) {
    .menu ul li > a {
        font-size:15px;
        padding: 0 20px
    }
}

.menu ul li > a span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom-color: #dadee5;
    border-right-color: #dadee5;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    bottom: 16px;
    right: 10px
}

@media screen and (max-width: 1199px) {
    .menu ul li > a span {
        right:10px
    }
}

.menu ul li:hover > a {
    background-color: #51739e
}

.menu ul li:hover > a span {
    border-bottom-color: #fff;
    border-right-color: #fff
}

.menu ul li:hover .submenu {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.menu ul li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.menu ul li.mega {
    position: static
}

.menu ul .submenu {
    position: absolute;
    top: 100%;
    border: 1px solid #999;
    left: 0;
    width: 230px;
    height: auto;
    background-color: #fff;
    visibility: hidden;
    z-index: 9999;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    font-family: "Arimo",sans-serif;
    padding: 10px 10px;
    margin-top: 15px
}

.menu ul .submenu li {
    margin: 5px 0;
    display: block
}

.menu ul .submenu li a {
    display: block;
    line-height: 35px;
    text-align: left;
    text-transform: none;
    padding: 0 15px;
    letter-spacing: 0;
    color: #333;
    font-weight: 500;
    font-size: 15px;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-family: "Arimo",serif;
    float: none
}

.menu ul .submenu li a:hover {
    background-color: #2e4259;
    color: #fff;
    padding-left: 20px;
    letter-spacing: 1px
}

.menu ul .mega-menu {
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    min-height: 100px;
    margin-top: 15px;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border: 1px solid #999;
    padding: 20px 20px 20px 20px
}

.menu ul .mega-menu h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin: 5px 0 15px 0
}

.menu ul .mega-menu .mega-item .mega-item-img {
    position: relative
}

.menu ul .mega-menu .mega-item img {
    width: 100%;
    display: block
}

.menu ul .mega-menu .mega-item p {
    margin: 25px 0 5px 0
}

.menu ul .mega-menu .mega-item p a {
    color: #333;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-size: 15px;
    font-family: "Arimo",serif;
    padding: 0;
    line-height: 22px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 700
}

.menu ul .mega-menu .mega-item p a:hover {
    color: #a21bbf
}

.menu ul .mega-menu .meta-post {
    margin: 0;
    font-family: "Arimo",sans-serif
}

.menu-top {
    position: relative;
    background-color: #ffffff;
    height: 50px;
    border-bottom: 1px solid #e8e8e8;
}

.menu-top ul {
    margin: 0;
    position: relative;
    padding: 0;
    height: 50px;
}

.menu-top li {
    display: inline-block;
    position: relative;
}

.menu-top ul li > a {
    display: block;
    float: left;
    line-height: 50px;
    color: #6c6c6c;
    padding: 0 20px;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-size: 12px;
    position: relative;
    font-weight: 700;
}

.menu-top ul li > a:after {
    content: "";
    background: #e8e8e8;
    position: absolute;
    bottom: 13px;
    right: 0;
    height: 50%;
    width: 1px;
}

@media screen and (max-width: 991px) {
    .menu-res {
        width:280px;
        background-color: #2e4259;
        position: fixed;
        top: 0;
        z-index: 999;
        overflow: auto;
        bottom: 0;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        left: 0;
        -moz-transform: translateX(-280px);
        -webkit-transform: translateX(-280px);
        -o-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
        transform: translateX(-280px)
    }

    .page {
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s
    }

    .menu-res-inner {
        padding: 20px
    }

    .menu-res-inner ul > li {
        border-bottom: 1px solid #253446;
        position: relative
    }

    .menu-res-inner ul > li a {
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        display: block;
        line-height: 40px;
        font-family: "Arimo",sans-serif;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s
    }

    .menu-res-inner ul > li a:hover {
        color: #fff
    }

    .menu-res-inner ul > li p {
        display: block;
        line-height: 40px;
        padding: 0 40px 0 0;
        margin: 0
    }

    .menu-res-inner ul > li p span {
        position: absolute;
        color: #fff;
        font-size: 15px;
        text-align: center;
        line-height: 40px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        padding: 0 0 0 15px;
        display: block;
        top: 0;
        right: 0;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s
    }

    .menu-res-inner ul > li p span.open-submenu-active i {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        text-align: center;
        transform: rotate(180deg)
    }

    .menu-res-inner ul > li > ul {
        display: none;
        padding: 0 0 20px 0
    }

    .menu-res-inner ul > li > ul li {
        border: none
    }

    .menu-res-inner ul > li > ul li a {
        display: block;
        line-height: 40px;
        text-transform: none;
        color: #d1d1d1;
        padding: 0 10px;
        font-family: "Arimo",serif;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s
    }

    .menu-res-inner ul > li > ul li a:hover {
        color: #fff
    }

    .open-menu {
        overflow: hidden
    }

    .open-menu .page {
        -moz-transform: translateX(280px);
        -webkit-transform: translateX(280px);
        -o-transform: translateX(280px);
        -ms-transform: translateX(280px);
        transform: translateX(280px);
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s
    }

    .open-menu .menu-res {
        right: 0;
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px)
    }
}

.hot-item-fix {
    margin-bottom: 10px
}

.box-caption span {
    font-family: "Arial narrow",sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    background-color: #52739e;
    color: #fff;
    display: inline-block;
    line-height: 35px;
    padding: 0 20px
}

.owl-spotlight {
    position: relative
}

.owl-spotlight .owl-dots {
    position: absolute;
    top: 5px;
    left: 5px;
    text-align: left;
    z-index: 999;
    float: left;
    opacity: 0;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

@media screen and (max-width: 767px) {
    .owl-spotlight .owl-dots {
        display:none !important
    }
}

.owl-spotlight .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background-color: #fff;
    color: #fff;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.owl-spotlight .owl-dots .owl-dot.active,.owl-spotlight .owl-dots .owl-dot:hover {
    background-color: #a21bbf
}

.owl-spotlight:hover .owl-dots {
    opacity: 1
}

.owl-spotlight:hover .owl-nav .owl-prev {
    opacity: 1
}

.owl-spotlight:hover .owl-nav .owl-next {
    opacity: 1
}

.owl-spotlight .owl-nav .owl-prev {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 31px;
    cursor: pointer;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0
}

.owl-spotlight .owl-nav .owl-prev:hover {
    cursor: pointer;
    background-color: #a21bbf
}

.owl-spotlight .owl-nav .owl-next {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0
}

.owl-spotlight .owl-nav .owl-next:hover {
    cursor: pointer;
    background-color: #a21bbf
}

.spotlight-item {
    position: relative;
    overflow: hidden
}

.spotlight-item h2 {
    margin: 20px 0 10px 0;
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .spotlight-item h2 {
        font-size:18px
    }
}

.spotlight-item h2 a {
    color: #333;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.spotlight-item h2 a:hover {
    color: #a21bbf
}

.spotlight-item .spotlight-img {
    position: relative
}

.spotlight-item .spotlight-item-caption {
    padding: 0
}

.meta-post {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 12px
}

.meta-post a {
    color: #999;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.meta-post a:hover {
    color: #000
}

.meta-post a:hover {
    text-decoration: underline
}

.meta-post span {
    color: #999
}

.meta-post em {
    font-style: normal;
    width: 3px;
    height: 3px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    background-color: #ccc
}

.cate-tag {
    position: absolute;
    left: 10px;
    bottom: -10px;
    background-color: #fff;
    display: inline-block;
    height: 20px;
    border: 1px solid #333;
    color: #333;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 11px;
    padding: 0 5px;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.cate-tag:hover {
    background-color: #a21bbf;
    border: 1px solid #a21bbf;
    color: #fff
}

.tab-popular {
    background-color: #eee;
    height: 35px
}

.tab-popular li {
    float: left;
    border-right: 1px solid #fff
}

.tab-popular li:last-child {
    border: none
}

.tab-popular li a {
    font-family: "Arial narrow",sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    background-color: #eee;
    color: #333;
    display: inline-block;
    line-height: 35px;
    padding: 0 20px
}

.tab-popular li.active a {
    background-color: #52739e;
    color: #fff
}

.list-news-popular li {
    padding: 10px 0 20px 85px;
    min-height: 80px;
    border-bottom: 1px solid #eee
}

.list-news-popular li img {
    width: 70px;
    height: 60px;
    float: left;
    margin: 0 0 0 -85px
}

.list-news-popular li h3 {
    margin: 0;
    padding: 0;
    font-size: 14px
}

.list-news-popular li h3 a {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-family: "Arimo",serif
}

.list-news-popular li h3 a:hover {
    color: #a21bbf
}

.list-news-popular li .meta-post {
    margin: 0;
    margin-top: 5px
}

.list-news-popular.list-news-popular-two li {
    float: left;
    width: 50%
}

.list-social-icon {
    margin: 10px 0
}

.list-social-icon li {
    display: inline-block;
    margin: 5px 10px 5px 0
}

.list-social-icon li a {
    display: block;
    height: 40px;
    width: 40px;
    border: 2px solid #28394d;
    color: #28394d;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.list-social-icon li a.facebook:hover {
    color: #fff;
    background-color: #3b5998;
    border: 2px solid #3b5998
}

.list-social-icon li a.twitter:hover {
    color: #fff;
    background-color: #3a92c8;
    border: 2px solid #3a92c8
}

.list-social-icon li a.google:hover {
    color: #fff;
    background-color: #dd4b39;
    border: 2px solid #dd4b39
}

.list-social-icon li a.youtube:hover {
    color: #fff;
    background-color: #b00;
    border: 2px solid #b00
}

.list-social-icon li a.vk:hover {
    color: #fff;
    background-color: #4d7198;
    border: 2px solid #4d7198
}

.list-social-icon li a.rss:hover {
    color: #fff;
    background-color: #f26522;
    border: 2px solid #f26522
}

.list-social-icon.list-social-icon-footer {
    text-align: right;
    margin: 0
}

@media screen and (max-width: 767px) {
    .list-social-icon.list-social-icon-footer {
        text-align:center
    }
}

.list-social-icon.list-social-icon-footer li {
    display: inline-block;
    border: none;
    margin: 5px 0 5px 10px
}

@media screen and (max-width: 767px) {
    .list-social-icon.list-social-icon-footer li {
        margin:0 5px !important
    }
}

.list-social-icon.list-social-icon-footer li a {
    display: block;
    height: 30px;
    width: 30px;
    color: #999;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.list-social-icon.list-social-icon-footer li a.facebook:hover {
    color: #fff;
    background-color: #3b5998;
    border: none
}

.list-social-icon.list-social-icon-footer li a.twitter:hover {
    color: #fff;
    background-color: #3a92c8;
    border: 2px solid #3a92c8
}

.list-social-icon.list-social-icon-footer li a.google:hover {
    color: #fff;
    background-color: #dd4b39;
    border: 2px solid #dd4b39
}

.list-social-icon.list-social-icon-footer li a.youtube:hover {
    color: #fff;
    background-color: #b00;
    border: 2px solid #b00
}

.list-social-icon.list-social-icon-footer li a.pinterest:hover {
    color: #fff;
    background-color: #cb2027;
    border: 2px solid #cb2027
}

.list-social-icon.list-social-icon-footer li a.rss:hover {
    color: #fff;
    background-color: #f26522;
    border: 2px solid #f26522
}

.ads {
    margin-top: 22px
}

.ads p {
    text-align: right;
    letter-spacing: 2px;
    margin: 0;
    padding: 5px;
    font-size: 10px;
    background-color: #eee
}

.ads img {
    width: 100%
}

.connect-us {
    margin-top: 30px
}

.subcribe-box {
    margin-top: 30px;
    min-height: 50px;
    background-color: #2e4259;
    padding: 25px;
    text-align: center
}

.subcribe-box h3 {
    font-family: "Arimo",sans-serif;
    color: #fff;
    margin: 0
}

.subcribe-box p {
    margin: 10px 0 10px 0;
    font-size: 13px;
    color: #fff
}

.subcribe-box input {
    height: 40px;
    width: 100%;
    line-height: 40px;
    outline: none;
    border: none;
    background-color: #fff;
    font-size: 14px;
    padding: 0 15px;
    margin: 15px 0
}

.subcribe-box .my-btn {
    width: 100%
}

.my-btn {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    display: inline-block;
    font-family: "Arimo",sans-serif;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    background-color: #3f5b7c;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.my-btn:hover {
    background-color: #51739e;
    outline: none;
    color: #fff
}

.my-btn:focus {
    outline: none;
    color: #fff
}

.my-btn.my-btn-dark {
    background-color: #2e4259
}

.my-btn.my-btn-dark:hover {
    background-color: #a21bbf
}

.widget-title {
    background-color: #eee;
    height: 35px
}

.widget-title span {
    font-family: "Arial narrow",sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    background-color: #52739e;
    color: #fff;
    display: inline-block;
    line-height: 35px;
    padding: 0 20px
}

.spotlight-thumbs {
    margin-top: 10px
}

.spotlight-item-thumb {
    margin: 10px 0
}

.spotlight-item-thumb .spotlight-item-thumb-img {
    position: relative;
    margin-bottom: 10px
}

.spotlight-item-thumb img {
    display: block;
    width: 100%;
    margin: 0 0 0 0
}

.spotlight-item-thumb h3 {
    margin: 0;
    padding: 0;
    font-size: 14px
}

.spotlight-item-thumb h3 a {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-family: "Arimo",serif
}

.spotlight-item-thumb h3 a:hover {
    color: #a21bbf
}

.spotlight-item-thumb .meta-post {
    margin: 0;
    margin-top: 5px
}

@media screen and (min-width: 480px) and (max-width:767px) {
    .spotlight-item-thumb {
        padding:10px 0 10px 200px
    }

    .spotlight-item-thumb .spotlight-item-thumb-img {
        float: left;
        width: 185px;
        height: auto;
        margin: 0 0 0 -200px
    }
}

.box-news {
    margin-top: 30px
}

.news-two-large h3 {
    font-size: 16px
}

.news-two-large h3.title-fix-margin {
    margin-top: 0
}

@media screen and (max-width: 767px) {
    .news-two-large h3.title-fix-margin {
        margin-top:20px
    }
}

.news-two-large h3 a {
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #333;
    font-weight: 700
}

.news-two-large h3 a:hover {
    color: #a21bbf
}

.news-two-large.news-three-large {
    margin-bottom: 20px
}

.owl-review {
    position: relative
}

.owl-review .owl-dots {
    position: absolute;
    top: 5px;
    left: 5px;
    text-align: left;
    z-index: 999;
    float: left;
    opacity: 0;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

@media screen and (max-width: 767px) {
    .owl-review .owl-dots {
        display:none !important
    }
}

.owl-review .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background-color: #fff;
    color: #fff;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.owl-review .owl-dots .owl-dot.active,.owl-review .owl-dots .owl-dot:hover {
    background-color: #51739e
}

.owl-review:hover .owl-dots {
    opacity: 1
}

.owl-review:hover .owl-nav .owl-prev {
    opacity: 1
}

.owl-review:hover .owl-nav .owl-next {
    opacity: 1
}

.owl-review .owl-nav .owl-prev {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 31px;
    cursor: pointer;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0
}

.owl-review .owl-nav .owl-prev:hover {
    cursor: pointer;
    background-color: #51739e
}

.owl-review .owl-nav .owl-next {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0
}

.owl-review .owl-nav .owl-next:hover {
    cursor: pointer;
    background-color: #51739e
}

@media screen and (max-width: 767px) {
    .owl-review .owl-nav .owl-next {
        left:auto;
        top: 0;
        right: 0;
        margin-top: 0
    }
}

.owl-review .review-item-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 15px 5px 15px;
    background-color: rgba(0,0,0,0.6);
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.owl-review .review-item-caption h3 {
    font-size: 22px;
    margin: 0
}

@media screen and (max-width: 767px) {
    .owl-review .review-item-caption h3 {
        font-size:15px
    }
}

.owl-review .review-item-caption h3 a {
    color: #fff;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-weight: 700
}

.owl-review .review-item-caption h3 a:hover {
    color: #dadee5
}

.owl-review .review-item-caption .meta-post a {
    color: #fff
}

.owl-review .review-item-caption .meta-post span {
    color: #fff
}

@media screen and (max-width: 767px) {
    .owl-review .review-item-caption {
        position:relative;
        bottom: auto;
        left: auto;
        background-color: #fff;
        right: auto;
        padding: 10px 0
    }

    .owl-review .review-item-caption h3 {
        font-size: 18px;
        margin: 0
    }

    .owl-review .review-item-caption h3 a {
        color: #333;
        font-weight: bold
    }
}

@media screen and (max-width: 767px) and (max-width:767px) {
    .owl-review .review-item-caption h3 {
        font-size:20px
    }
}

@media screen and (max-width: 767px) {
    .owl-review .review-item-caption .meta-post a {
        color:#999;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s
    }

    .owl-review .review-item-caption .meta-post a:hover {
        color: #000
    }

    .owl-review .review-item-caption .meta-post a:hover {
        text-decoration: underline
    }

    .owl-review .review-item-caption .meta-post span {
        color: #999
    }

    .owl-review .review-item-caption .meta-post em {
        font-style: normal;
        width: 3px;
        height: 3px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin: 0 5px;
        display: inline-block;
        background-color: #ccc
    }
}

.list-special {
    padding: 10px 20px;
    background-color: #3f5b7c
}

.list-special .news-two-large {
    margin: 10px 0 20px 0;
    border-bottom: 1px solid #39516c
}

.list-special .news-two-large h3 a {
    color: #fff
}

.list-special .news-two-large h3 a:hover {
    color: #cbcfd6
}

.list-special .meta-post a {
    color: #eee
}

.list-special .meta-post span {
    color: #eee
}

.list-special .special-item-fix {
    border: none;
    margin-bottom: 0
}

.reviews-item {
    border: 1px solid #eee;
    background-color: #fff;
    margin: 30px 0 0 0;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.reviews-item .reviews-des {
    padding: 15px
}

.reviews-item .reviews-des h3 {
    margin: 0;
    font-size: 16px
}

.reviews-item .reviews-des h3 a {
    color: #333;
    font-weight: 700;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.reviews-item .reviews-des h3 a:hover {
    color: #a21bbf
}

.reviews-item .reviews-des .meta-post {
    margin-top: 10px
}

.reviews-item:hover {
    box-shadow: 7px 7px 0 1px #eee;
    border: 1px solid #333
}

.reviews-item:hover h3 a {
    color: #a21bbf
}

.reviews-item .view-bar {
    margin-top: 20px;
    margin-bottom: -5px
}

.reviews-item .view-bar span {
    color: #333;
    margin: 0 20px 0 0
}

.reviews-item .view-bar span i {
    color: #777;
    margin: 0 5px 0 0
}

.load-more {
    color: #fff
}

.load-more a {
    color: #fff;
    display: inline-block;
    line-height: 40px;
    background-color: #2e4259;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: 50px auto 20px auto;
    text-align: center;
    padding: 0 30px
}

.load-more a:hover {
    color: #fff;
    background-color: #a21bbf
}

.news-cate-item {
    padding: 20px 0;
    border-top: 1px solid #eee
}

.news-cate-item .meta-post {
    margin-top: 5px
}

.news-cate-item h3 {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    padding: 0
}

@media screen and (max-width: 767px) {
    .news-cate-item h3 {
        margin-top:10px;
        font-size: 16px
    }
}

.news-cate-item h3 a {
    color: #333;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.news-cate-item h3 a:hover {
    color: #a21bbf
}

.news-cate-item.news-cate-item-first {
    padding-top: 0;
    border: none
}

.paging {
    margin-top: 30px;
    background-color: #eee;
    padding: 10px 0;
    text-align: center
}

.paging a {
    display: inline-block;
    line-height: 30px;
    min-width: 30px;
    text-align: center;
    padding: 0 10px;
    margin: 2px 3px;
    font-family: "Arimo",serif;
    color: #fff;
    font-size: 13px;
    background-color: #2e4259;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.paging a:hover,.paging a.current {
    background-color: #a21bbf
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-container iframe,.embed-container object,.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-wrap {
    padding: 0;
    background-color: #333
}

.list-video {
    padding: 11px 20px;
    background-color: #2e4259;
    margin-bottom: 30px
}

.list-video .related-video-item {
    padding: 15px 0 15px 130px;
    min-height: 100px;
    border-bottom: 1px solid #555
}

.list-video .related-video-item .related-video-img {
    float: left;
    width: 115px;
    height: 70px;
    margin: 0 0 0 -130px;
    position: relative
}

.list-video .related-video-item .related-video-img img {
    width: 100%;
    height: 70px
}

.list-video .related-video-item .related-video-img a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99
}

.list-video .related-video-item .related-video-img a:before {
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    content: "";
    display: block
}

.list-video .related-video-item .related-video-img a span {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    line-height: 36px;
    text-align: center;
    z-index: 999;
    opacity: 0.7;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.list-video .related-video-item .related-video-img a span:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #fff;
    position: absolute;
    top: 12px;
    left: 16px;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.list-video .related-video-item h3 {
    font-size: 13px;
    margin: 0
}

.list-video .related-video-item h3 a {
    font-weight: 700;
    color: #fff;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.list-video .related-video-item.related-video-item-fix {
    border: none
}

.list-video .related-video-item:hover h3 a {
    color: #a21bbf
}

.list-video .related-video-item:hover .related-video-img a span {
    opacity: 1
}

.post-detail h1 {
    font-size: 22px;
    color: #333;
    margin: 20px 0 0 0;
    font-weight: bold
}

.post-detail h4 {
    font-weight: 600;
    font-family: "Arimo",sans-serif
}

.post-detail .post_text {
    line-height: 1.7;
}

.post-detail .post_text img:not(.emoji) {
    max-width: 100%;
	height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-detail .post_text > img[style*="left"], .post-detail .post_text > .highslide img[style*="left"] {
    margin: 0 10px 10px 0;
}

.post-detail .post_text > img[style*="right"], .post-detail .post_text > .highslide img[style*="right"] {
    margin: 0 0 10px 10px;
}

.post-detail .post_text a {
    text-decoration: underline;
    color: #06c;
}

.post-detail .post_text a:hover {
    text-decoration: none;
}

.post-detail .post_text h2, .post-detail .post_text h3, .post-detail .post_text h4, .post-detail .post_text h5 {
    margin: 10px 0;
    font-weight: 700;
}

.post-detail .post_text h2 {
    font-size: 23px;
}

.post-detail .post_text h3 {
    font-size: 21px;
}

.post-detail .post_text h4 {
    font-size: 19px;
}

.post-detail .post_text h5 {
    font-size: 17px;
}

.post-detail .post_text p {
    margin-bottom: 10px;
}

.post-detail .post_text > ul, .post-detail .post_text > ol {
    margin: 0;
}

.post-detail .post_text > ul li {
    list-style: disc;
    margin-left: -20px;
}

.post-detail .post_text > ol li {
    list-style: decimal;
    margin-left: -20px;
}

.post-detail .post_text {
    font-size: 16px;
    margin: 15px 0
}

.post-detail .post_text p {
    font-size: 16px;
}

.post-detail p .dropcap {
    font-size: 50px;
    font-weight: bold;
    float: left;
    font-weight: 500;
    padding-right: 8px;
    line-height: 40px;
    margin: 2px 5px 0 0;
    font-family: "Arimo",serif
}

.post-detail p.quote {
    padding: 20px 20px 20px 23px;
    font-style: italic;
    background-color: #eee;
    border-left: 3px solid #a21bbf
}

.post-detail .post-detail-img-left {
    width: 200px;
    float: left;
    margin: 10px 20px 5px 0
}

.social-detail {
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.social-detail > span {
    font-family: "Arimo",sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    color: #333;
    float: left;
    display: inline-block;
    margin: 0 20px 0 0
}

.social-detail .list-social-icon {
    display: inline-block;
    margin: 0
}

.detail-caption {
    margin: 30px 0 0 0
}

.detail-caption span {
    font-family: "Arimo",sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 30px;
    color: #333;
    display: inline-block;
    margin: 0 20px 0 0
}

.spotlight-thumbs-related {
    margin-top: 0
}

.author-info {
    padding: 10px 0 10px 70px;
    margin: 10px 0;
    border-bottom: 1px dashed #eee
}

.author-info .author-avatar {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 0 0 -70px
}

.author-info .author-avatar img {
    width: 50px;
    height: 50px;
    border: 1px solid #333
}

.author-info .author-text .author-text-inner {
    padding: 0 15px;
    border-left: 2px solid #eee
}

.author-info .author-text h3 {
    margin: 0;
    font-size: 15px
}

.author-info .author-text h3 a {
    font-weight: bold;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #333
}

.author-info .author-text h3 a:hover {
    color: #a21bbf
}

.author-info .author-text h3 span {
    display: block;
    font-size: 12px;
    color: #999;
    font-family: "Arimo",sans-serif;
    margin: 5px 0 10px 0
}

.author-info .author-text .comment_text {
    margin: 0 0 0 0;
    font-size: 13px
}

.author-info .author-text .comment_text a {
    color: #999;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.author-info .author-text p a:hover {
    color: #a21bbf;
    text-decoration: underline
}

.reply-wrap {
    margin-top: 10px
}

.reply-wrap .author-info {
    border: none
}

.field-item {
    margin: 10px 0
}

.field-item input, .field-item select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    color: #333;
    font-size: 13px;
    outline: none;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border: 1px solid #777
}

.field-item input:hover, .field-item select:hover {
    border: 1px solid #333
}

.field-item input[type="file"] {
    height: 48px;
}

.field-item textarea {
    width: 100%;
    height: 250px;
    padding: 10px 10px;
    font-size: 13px;
    color: #333;
    outline: none;
    border: 1px solid #777;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.field-item textarea:hover {
    border: 1px solid #333
}

.page-404 {
    text-align: center;
    padding: 50px 0 50px 0;
    min-height: 1000px
}

@media screen and (min-height: 100px) {
    .page-404 {
        min-height:100px
    }
}

@media screen and (min-height: 1000px) {
    .page-404 {
        min-height:700px
    }
}

@media screen and (min-height: 1200px) {
    .page-404 {
        min-height:900px
    }
}

@media screen and (min-height: 1400px) {
    .page-404 {
        min-height:1000px
    }
}

.page-404 h1 {
    margin: 0;
    font-weight: 700;
    font-family: "Arimo",sans-serif;
    font-size: 50px
}

.btn-go-home {
    background-color: #eee;
    color: #333;
    margin-top: 40px
}

.page-contact .detail-caption {
    margin-bottom: 20px
}

.list-infomation {
    padding: 20px 0
}

.list-infomation li {
    margin: 10px 0
}

.list-infomation li i {
    float: left;
    width: 30px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #555
}

#map {
    width: 100%;
    height: 400px
}

.map {
    margin-top: 70px
}

.footer {
    min-height: 200px;
    padding: 60px 0 0 0;
    background-color: #2e4259;
    border-top: 5px solid #a21bbf;
    margin-top: 50px
}

.footer.footer-fix {
    margin: 0
}

.footer .about a.logo {
    margin-bottom: 15px;
    display: block
}

.footer .about p {
    font-size: 13px;
    color: #999
}

.footer h3 {
    font-family: "Arial narrow",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    color: #eee;
    margin: 10px 0 15px
}

@media screen and (max-width: 767px) {
    .footer h3 {
        margin-top:40px
    }
}

@media only screen and (min-width: 992px) and (max-width:1200px) {
    .tab-popular li a {
        font-size:14px;
    }
}

.footer .list-category {
    padding: 0 0 0 15px
}

.footer .list-category li {
    margin: 5px 0;
    float: left;
    width: 50%;
    position: relative
}

.footer .list-category li:before {
    content: "";
    display: block;
    border: 2px solid #888;
    position: absolute;
    top: 10px;
    left: -12px;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.footer .list-category li:hover:before {
    border: 2px solid #a21bbf
}

.footer .list-category li a {
    font-family: "Arial narrow",sans-serif;
    color: #999;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-transform: uppercase;
    font-size: 13px
}

.footer .list-category li a:hover {
    color: #ddd
}

.list-tags a {
    padding: 2px 5px;
    color: #999;
    border: 1px solid #999;
    margin: 5px 5px 5px 0;
    display: inline-block;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.list-tags a:hover {
    background-color: #a21bbf;
    border: 1px solid #a21bbf;
    color: #fff
}

.allright {
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.1)
}

.allright p {
    margin: 0;
    line-height: 40px;
    color: #999
}

@media screen and (max-width: 767px) {
    .allright p {
        text-align:center
    }
}

.allright p a {
    color: #ddd;
    border-bottom: 1px dotted #ddd
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
	padding-top: 10px;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3,1.3);
    -moz-transition: scale(1.3,1.3);
    -ms-transition: scale(1.3,1.3);
    -o-transition: scale(1.3,1.3);
    transition: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}
.fimgs {margin: 10px 0;}
.gallery-hidden {display: none;}
.gallery-shown {width: 100%; max-width: 100%;}

.clipboard-copy-link svg {
	color: #6c838e;
	vertical-align: middle;
	margin-top: -3px;
}