/*------------------------------------------------------------------
[Main Stylesheet]

Project:  Journal And Publication
Version:  1.0
Date   :  17 Jul 2019
Author :  Hi-Tech Parks

1. Core Styles
	1.1 Font Faces
	1.2 Common Style
		1.2.1 Navbar Style
		1.2.2 Raveal Menu Style
		1.2.3 Tags
	1.3 Header Style

2. Blog Styles with Post Formats
	2.1 Large Banner
		2.1.1 Version 1
		2.1.2 Version 2
	2.2 Medium Banner
		2.2.1 Version 1
		2.2.2 Version 2
	2.3 Masonry
	2.4 Misc
		2.4.1 Author
		2.4.2 Related Posts
		2.4.3 About
		2.4.4 Contact
		2.4.5 Archive
		2.4.6 Article
		2.4.7 Comment
		2.4.8 Next-Prev
		2.4.9 404
	2.5 Banner

3. Comment Section

4. Sidebar and Widgets
   4.1 Search
   4.2 Category
   4.3 Recent Post
   4.4 Recent Comment
   4.5 Tags
   4.6 Newsletter
   4.7 Quote
   4.8 Quotes
   4.9 Social Bar
   4.10 Movie Bar
   4.11 Text Bar
   4.12 Archive Bar
   4.13 Ad Bar
   4.14 Calendar
   4.15 Photo Bar
   4.16 Facebook Like
   4.17 Twitter

5. Plugins
	5.1 Calendar
	5.2 Quick Read
	5.3 Gallery

6. Typography

7. Shortcode

0. Responsive Media Styles

-------------------------------------------------------------------*/
/********** 1.1 Font Faces - Start **********/

@font-face {
    font-family: "sorts_mill_goudyregular";
    src: url("../fonts/GoudyStM-webfont.eot");
    src: url("../fonts/GoudyStM-webfontd41d.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/GoudyStM-webfont.svg#sorts_mill_goudyregular")
            format("svg"),
        url("../fonts/GoudyStM-webfont.woff") format("woff"),
        url("../fonts/GoudyStM-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "robotoregular";
    src: url("../fonts/Roboto-Regular-webfont.eot");
    src: url("../fonts/Roboto-Regular-webfontd41d.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Roboto-Regular-webfont.svg#robotoregular") format("svg"),
        url("../fonts/Roboto-Regular-webfont.woff") format("woff"),
        url("../fonts/Roboto-Regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "robotolight";
    src: url("../fonts/Roboto-Light-webfont.eot");
    src: url("../fonts/Roboto-Light-webfontd41d.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Roboto-Light-webfont.svg#robotolight") format("svg"),
        url("../fonts/Roboto-Light-webfont.woff") format("woff"),
        url("../fonts/Roboto-Light-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
/********** 1.1 Font Faces - Finish **********/

/********** 1.2 Common Style - Start **********/
html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

    height: 100%;
}
body {
    height: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    color: #3d3d3f;
    font-size: 14px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body.noscroll > div:not(.quick-read) {
    display: none;
}
p {
    font-size: 15px;
    color: #4d4d4f;
    line-height: 26px;
}
.head-text {
    padding: 60px 0 48px;
    text-align: center;
}
.head-text h1 {
    font-size: 49px;
    line-height: 1;
    margin-bottom: 17px;
}
.head-text h1.head-text-highlight {
    color: #2b93d1;
    font-weight: bold;
    margin-bottom: 28px;
}
.text-highlight h1 {
    color: #475569;
    font-weight: 300;
    font-size: 38px;
}
.text-highlight .lead-text {
    font-size: 15px;
    color: #909091;
}
.lead-text {
    font-size: 20px;
    font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 24px;
    /* color: #3d3d3f; */
}
h1 {
    font-size: 28px;
    font-weight: 400;
}
h2 {
    font-size: 24px;
    font-weight: 400;
}
h3 {
    font-size: 20px;
    font-weight: 400;
}
h4 {
    font-size: 18px;
    font-weight: 400;
}
h5 {
    /* font-size: 16px; */
    /* font-weight: 600; */
}
h6 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.block-overlay {
    padding-bottom: 60px;
    z-index: 30;
    position: relative;
}
.form-control {
    color: #717171;
    font-size: 15px;
}
input.form-control::-webkit-input-placeholder {
    color: #b3b3b1;
}
input.form-control:-moz-placeholder {
    color: #b3b3b1;
}
input.form-control::-moz-placeholder {
    color: #b3b3b1;
}
input.form-control:-ms-input-placeholder {
    color: #b3b3b1;
}

input.form-control:focus::-webkit-input-placeholder {
    color: #919191;
}
input.form-control:focus:-moz-placeholder {
    color: #919191;
}
input.form-control:focus::-moz-placeholder {
    color: #919191;
}
input.form-control:focus:-ms-input-placeholder {
    color: #919191;
}
input.form-control:focus {
    outline: none;
    border-color: #475569;
    box-shadow: none;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    -ms-transition: border 0.3s;
    transition: border 0.3s;
}
.nopacity {
    opacity: 0;
}
.no-padding {
    padding: 0 !important;
}
.no-scroll {
    overflow: hidden;
}
.visible {
    opacity: 1;
}
.hide-1024 {
}
.page-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.loader-in,
.loader-out {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #2b93d1;
    opacity: 0.6;
    position: absolute;
    top: 33.33333%;
    left: 50%;
    margin-left: -20px;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
    text-indent: -9999em;
}
.loader-out {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
a:hover {
    color: #475569;
}
a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}
a.more {
    color: #475569;
}
a.more:hover {
    color: #475569;
}
.btn:focus,
.btn:active,
.btn:active:focus {
    outline: none;
}
::-moz-selection {
    background-color: #b7947b;
    color: #fff;
}
::selection {
    background-color: #b7947b;
    color: #fff;
}
/********** 1.2 Common Style - Finish **********/

/********** 1.2.1 Navbar Style - Start **********/
.navbar-laread {
    background-color: white;
    /* background-color: transparent; */
    border-bottom-width: 0;
    z-index: 101;
    position: fixed;
}
.navbar-laread .container .navbar-brand,
.navbar-laread .container-fluid .navbar-brand {
    padding: 0;
    height: 64px;
    height: auto;
}
.navbar-laread .nav {
    float: none;
    /* text-align: center; */
    text-align: right;
    padding: 0 50px;
    font-size: 15px;
}
.navbar-laread .nav > li {
    float: none;
    display: inline-block;
    position: static;
    margin-left: -2px;
    margin-right: -2px;
}
.navbar-laread .nav > li > a {
    padding: 23px 15px 21px;
    color: #2b93d1;
    font-weight: 700;
    /* color: #2b93d1; */
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}
.navbar-laread .icon-bar {
    background-color: #fff;
}

.nav > li > a {
    position: relative;
}
.navbar-laread .nav > li:hover > a.dropdown-toggle:before {
    content: "";
    width: 11px;
    height: 2px;
    left: 50%;
    margin-left: -6px;
    top: 100%;
    position: absolute;
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #3d3d3f;
    z-index: 99999;
    margin-bottom: -6px;
}
.navbar-laread-white .nav > li:hover > a.dropdown-toggle:before {
    content: "";
    width: 11px;
    height: 2px;
    left: 50%;
    margin-left: -6px;
    top: 100%;
    position: absolute;
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    z-index: 99999;
    margin-bottom: -6px;
}
.navbar-laread-transparent .nav > li:hover > a.dropdown-toggle:before {
    content: "";
    width: 11px;
    height: 2px;
    left: 50%;
    margin-left: -6px;
    top: 100%;
    position: absolute;
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #3d3d3f;
    z-index: 99999;
    margin-bottom: -6px;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li.open > a:hover,
.nav > li:hover > a,
.nav > li.open > a:focus,
.nav > li.active > a {
    text-decoration: none;
    background-color: transparent;
    color: #2b93d1;
    font-weight: 700;
}
.nav > li > ul {
    opacity: 0;
    position: absolute;
    list-style-type: none;
    /* background-color: #ffffff; */
    background-color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
    border-radius: 0;
    border-width: 0;
    display: block;
    visibility: hidden;
    -webkit-transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
    box-shadow: none;
}

/* Hover */
.nav > li:hover > ul {
    opacity: 0.9;
    visibility: visible;
    -webkit-transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
    border-bottom: solid 1px #f3f3f3;
}
.navbar-laread-white .nav > li > ul {
}
.navbar-laread-transparent .nav > li > ul {
}
.navbar-laread-white .nav > li > ul {
    background-color: rgba(255, 255, 255, 0.86);
    width: 100%;
}
.navbar-laread-transparent .nav > li > ul {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    border-top-width: 0;
    border-bottom-width: 0;
}
.navbar-laread-white .nav > li > ul > li:first-child {
}
.navbar-laread-transparent .nav > li > ul > li > a {
    color: #fff;
}
.navbar-laread-transparent .nav > li > ul > li > a:hover {
    color: #d8d8d8;
    background-color: transparent;
}
.nav > li > ul > li {
    display: inline-block;
}
.nav > li > ul > li > a {
    color: #2b93d1;
    padding: 19px 15px 20px;
    display: inline-block;
    font-weight: 700;
}
.nav > li > ul > li > a:hover {
    background-color: transparent;
    text-decoration: none;
    color: #2b93d1;
}

/* Post Title Button */
.get-post-titles {
    float: right;
    margin-right: -15px;
}
.navbar-laread-white .get-post-titles,
.navbar-laread-transparent .get-post-titles {
    margin-right: 0px;
}
.get-post-titles a {
    font-size: 17px;
    color: #fff;
}
.get-post-titles a:hover {
    color: #999;
}
.get-post-titles a i {
    padding: 23px 25px;
}
.navbar {
    -webkit-transition: top 0.35s ease-in-out;
    -moz-transition: top 0.35s ease-in-out;
    -ms-transition: top 0.35s ease-in-out;
    -o-transition: top 0.35s ease-in-out;
    transition: top 0.35s ease-in-out;
    height: 91px;
    z-index: 2501;
    width: 100%;
    border-radius: 0px;
    border-bottom: 1px;
    border-style: solid;
    top: 0;
    border-bottom-color: #f8fafc;
}
.modal-open .navbar-fixed-top {
    position: absolute;
}
/********** 1.2.1 Navbar Style - Finish **********/

/********** 1.2.2 Raveal Menu Style - Start **********/
.is-push-bar-full .navbar-toggle,
.is-push-bar .navbar-toggle {
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.is-push-bar-full .navbar-fixed-top {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}
.navbar-toggle {
    float: left;
    padding: 19px 10px 17px;
    margin: 0;
    color: #fff;
    font-size: 18px;
}
.push-navbar {
    display: block;
    padding-right: 0;
}
.push-navbar > i {
    width: 16px;
    height: 18px;
}
.navbar-toggle:hover {
    color: #a8a8a8;
}
.navbar-laread-transparent .navbar-toggle:hover {
    color: #e4e4e4;
}
.navbar-laread-white .navbar-toggle {
    color: #a3a3a3;
}
.navbar-laread-white .navbar-toggle:hover {
    color: #475569;
}
.navmenu {
    opacity: 0;
    overflow: hidden;
    position: absolute;
}
.navmenu-full {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}
html body.is-push-bar-full,
body.is-push-bar-full {
    overflow: hidden;
}
.navmenu-full {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.is-push-bar-full .navmenu {
    opacity: 1;
    z-index: 1009;
    border-radius: 0;
}
.is-push-bar .navmenu {
    opacity: 1;
}
.navmenu-default {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch !important;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    width: 480px;
    overflow: visible;
}
.is-push-bar-full .remove-navbar {
    display: none;
}
.remove-navbar {
    float: right;
    position: absolute;
    top: 10px;
    right: 15px;
    background-color: transparent;
    border-width: 0;
    width: 42px;
    height: 45px;
    border-radius: 16px;
    color: #727274;
    font-size: 16px;
}
.remove-navbar:hover {
    color: #4d4d4f;
}
.remove-navbar:active,
.remove-navbar:focus {
    outline: none;
}
.menu-collapse {
    display: block;
}
.menu-collapse {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    display: none;
    float: right;
    color: #fff;
    padding: 0;
    font-size: 18px;
    margin: 24px 12px 0;
    background-color: transparent;
    border-width: 0;
    vertical-align: top;
    line-height: 1;
    width: 15px;
    height: 15px;
    text-align: center;
}
.menu-collapse > i {
    width: 15px;
    height: 15px;
}
.modal-form {
    float: right;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    font-size: 16px;
    margin-top: 25px;
    margin-right: 1px;
}
.modal-form > i {
    width: 16px;
    height: 18px;
    vertical-align: bottom;
}
.modal-form:hover {
    outline: none;
    color: #a8a8a8;
}
.modal-form:focus {
    outline: none;
    color: #fff;
}
.canvas {
    position: relative;
    left: 0;
    z-index: 2;
    min-height: 100%;
    /* background: #f3f3f3; */
    background: #fff;
    /* padding-top: 30px; */
    z-index: 1000;
    -webkit-transition: -webkit-transform 0.33s cubic-bezier(0.33, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.33s cubic-bezier(0.33, 0, 0.2, 1);
    -o-transition: -o-transform 0.33s cubic-bezier(0.33, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.33s cubic-bezier(0.33, 0, 0.2, 1);
    transition: transform 0.33s cubic-bezier(0.33, 0, 0.2, 1);
}
.canvas.intro-effect-push {
    max-height: 100%;
}
.canvas.no-fixed {
    max-height: none;
}
.intro-effect-push .navbar > .container {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
}
.is-push-bar .canvas {
    -webkit-transform: translate3d(-480px, 0, 0);
    -moz-transform: translate3d(-480px, 0, 0);
    -ms-transform: translate3d(-480px, 0, 0);
    -o-transform: translate3d(-480px, 0, 0);
    transform: translate3d(-480px, 0, 0);
}
.canvas-overlay {
    display: block;
    content: " ";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    -moz-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
    z-index: 99999;
}
.is-push-bar .canvas-overlay {
    opacity: 1;
    visibility: visible;
}
.navmenu-default .post-titles {
    background-color: #fff;
}
.navmenu-default .post-titles {
    max-width: 495px;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: auto;
    width: 100%;
    z-index: 3;
    overflow-x: hidden;
}
.navmenu-default .post-titles .tag-title {
}
.navmenu-default .post-title-list {
    list-style-type: none;
    padding-left: 0;
}
.navmenu-default .post-title-list li {
    border-bottom: solid 1px #ececeb;
    border-top: solid 1px #fff;
    float: left;
    width: 100%;
    padding: 20px 30px;
}
.navmenu-default .post-title-list li h5 {
}
.navmenu-default .post-title-list li h5 i {
    color: #fff;
    background-color: #6d6d70;
    font-size: 16px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 16px;
    float: left;
    font-style: normal;
    font-weight: 300;
}
.navmenu-default .post-title-list li h5 a {
    color: #3d3d3f;
    font-weight: 500;
    line-height: 25px;
    padding-bottom: 10px;
    padding-left: 52px;
    display: block;
}
.navmenu-default .post-title-list li .post-subinfo {
    float: left;
    padding-left: 52px;
    color: #919191;
}
.navmenu-default .post-title-list li .post-subinfo span {
    color: #919191;
    font-size: 13px;
}
.navmenu-default .post-title-list li:hover {
    background-color: #f7f7f7;
}
.navmenu-default .post-title-list li:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border-bottom: solid 1px #fff;
}
.navmenu-default .post-title-list li:hover h5 i {
    background-color: #3d3d3f;
}
.navmenu-default .post-title-list li:hover h5 a {
    color: #3d3d3f;
}
.tag-title {
    border-bottom: solid 1px #d9d9d8;
    padding: 18px 15px 15px;
}
.tag-title .tags {
    margin-bottom: 0;
}
/* Full Post Title */
.navmenu-full {
    position: fixed;
    left: 0;
    right: 0;
    top: 64px;
    overflow-x: hidden;
    width: 100%;
    background-color: #3d3d3f;
    background-color: rgba(61, 61, 63, 0.97);
    border-top: solid 1px #616161;
}
.navmenu-full .post-titles {
    position: fixed;
    top: 64px;
    bottom: 0;
    overflow: auto;
    left: 0;
    right: 0;
    overflow-x: hidden;
}
.navmenu-full .post-titles .tag-title {
    margin-left: 0;
    margin-right: 0;
    background-color: #3d3d3f;
    margin-top: 2px;
    padding: 38px 0 35px;
    border-bottom: solid 1px #616161;
}
.navmenu-full .post-titles .tag-title .tags {
}
.navmenu-full .post-titles .tag-title .tags a {
    color: #fff;
    background-color: transparent;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.navmenu-full .post-titles .tag-title .tags a:first-child {
    margin-left: 0;
}
.navmenu-full .post-titles .tag-title .tags a:hover,
.navmenu-full .post-titles .tag-title .tags a.selected {
    background-color: #6d6d70;
}
.navmenu-full .post-title-list {
    list-style-type: none;
    padding-left: 0;
    -webkit-overflow-scrolling: touch;
}
.navmenu-full .post-title-list li {
    float: left;
    width: 100%;
    padding: 30px 0 40px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.navmenu-full .post-title-list li + li {
    border-top: solid 1px #616161;
}
.navmenu-full .post-title-list li h5 {
}
.navmenu-full .post-title-list li h5 i {
    color: #fff;
    background-color: #6d6d70;
    font-size: 16px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 16px;
    float: left;
    font-style: normal;
    display: block;
}
.navmenu-full .post-title-list li h5 a {
    color: #b6b6b6;
    line-height: 32px;
    padding-top: 5px;
    font-size: 26px;
    font-weight: 300;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    padding-left: 82px;
    display: block;
}
.navmenu-full .post-title-list li .post-subinfo {
    width: 100%;
    float: left;
    padding-left: 82px;
    color: #919191;
}
.navmenu-full .post-title-list li .post-subinfo span {
    color: #919191;
    font-size: 13px;
}
.navmenu-full .post-title-list li:hover {
    background-color: #3d3d3f;
}
.navmenu-full .post-title-list li:hover h5 i {
}
.navmenu-full .post-title-list li:hover h5 a {
    color: #fff;
}
/********** 1.2.2 Raveal Menu Style - Finish **********/
/********** 1.2.3 Tags Style - Start **********/
.tags {
    margin-bottom: 14px;
}
.tags > a {
    background-color: #fff;
    color: #3d3d3f;
    padding: 2px 12px;
    display: inline-block;
    margin: 0 3px 10px;
    border-radius: 20px;
}
.tag-title .tags > a {
    margin-bottom: 0;
}
.tags > a:hover {
    background-color: #6d6d70;
    text-decoration: none;
    color: #fff;
}
.tags > a:focus {
    outline: none;
    text-decoration: none;
}
.tags > a.selected {
    background-color: #6d6d70;
    color: #fff;
}
/********** 1.2.3 Tags Style - Finish **********/
/********** 2.1.1 Large Banner v1 - Start **********/
.post-fluid {
    overflow: hidden;
    position: relative;
}
.post-fluid > div + div,
.post-fluid > div > div + div {
    margin-top: 90px;
}
.post-fluid .author-article-list {
    margin-top: 0;
}
.post-fluid
    > div:first-child[style*="display:none"]
    ~ .post-fluid
    > div:not([style*="display:none"]),
.post-fluid
    > div
    > div:first-child[style*="display:none"]
    ~ .post-fluid
    > div
    > div:not([style*="display:none"]) {
    margin-top: 0;
}
.post-items .post-item-banner {
    position: relative;
}
.post-item-banner > img {
    width: 100%;
}
.item.active img {
    cursor: pointer;
}
/* Info Box */
.post-items .post-item-banner + div .post-item-short {
    margin-top: 4px;
}
.post-item-short {
    background-color: #e8e8e8;
    padding-bottom: 9px;
    margin: 0 -11px 0 -15px;
    padding-left: 15px;
    padding-top: 25px;
}
.post-item-short .big-text {
    display: block;
    font-size: 42px;
    color: #6d6d70;
}
.post-item-short .medium-text {
    color: #6d6d70;
    padding-bottom: 10px;
    font-size: 15px;
    display: block;
    padding-top: 35px;
}
.post-item-short .small-text {
    font-size: 15px;
    color: #909091;
    display: inline-block;
    margin-bottom: 6px;
    line-height: 1;
}
/* Content */
.post-item {
    background-color: #fff;
    margin: 0 -15px 0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.post-item:last-child {
    margin-bottom: 5px;
}
.post-item-paragraph {
    padding: 0px 104px 20px;
    position: relative;
}
.post-item-paragraph h2 {
    font-size: 26px;
    line-height: 34px;
    position: relative;
}
.post-item-paragraph h1 {
    position: relative;
}
.post-item-paragraph h1:first-child,
.post-item-paragraph h2:first-child {
    margin-top: 17px;
}
.post-item-paragraph h2 a:hover,
.post-item-paragraph h2 a:focus {
    color: #475569;
    text-decoration: none;
}
.post-item-paragraph h2 a {
    color: inherit;
}
.post-item-paragraph a.quick-read {
    color: #909091;
    font-size: 15px;
    vertical-align: text-top;
    position: absolute;
    right: 100%;
    margin-right: 14px;
    opacity: 0;
    -webkit-transition: opacity 0.3s, color 0.3s;
    transition: opacity 0.3s, color 0.3s;
    top: 0;
}
.qr-only-phone {
    display: none !important;
}
.post-item-paragraph a.quick-read.qr-only-phone {
    padding-top: 2px;
}
.post-item-paragraph:hover a.quick-read {
    opacity: 1;
}
.post-item-paragraph a.quick-read:hover {
    color: #475569;
}
.post-item-paragraph:not(.qr-content) p.ellipsis-fade-six,
.post-item-paragraph:not(.qr-content) p.ellipsis-fade-five {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    position: relative;
}
.post-item-paragraph:not(.qr-content) p.ellipsis-fade-six {
    -webkit-line-clamp: 6;
    -moz-line-clamp: 6;
    line-clamp: 6;
}
.post-item-paragraph:not(.qr-content) p.ellipsis-fade-five {
    -webkit-line-clamp: 5;
    -moz-line-clamp: 5;
    line-clamp: 5;
}

.post-item-paragraph:not(.qr-content) p.ellipsis-fade-six a.more,
.post-item-paragraph:not(.qr-content) p.ellipsis-fade-five a.more {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 1.7em;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 1) 50%
    );
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.post-item-paragraph:not(.qr-content) p.ellipsis-fade-six a.more:hover,
.post-item-paragraph:not(.qr-content) p.ellipsis-fade-five a.more:hover {
    background-position: 30%;
    width: 50%;
}
.post-item-paragraph p {
    color: #686869;
    text-align: justify;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 400;
}
.post-item-detail .post-item-paragraph p {
    text-align: left;
}
.post-item-paragraph p + h2,
.post-item-paragraph p + h3,
.post-item-paragraph p + h4,
.post-item-paragraph p + h5,
.post-item-paragraph p + h6 {
    padding-top: 18px;
}
.post-item-paragraph .changelog + span {
    padding-bottom: 14px;
    display: inline-block;
}
/* (Special Type) Content */
/* Caruosel */
.lg-banner .carousel-control {
    background: transparent;
    opacity: 0;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 40px;
    height: 60px;
    line-height: 60px;
    font-size: 74px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
    z-index: 6;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.lg-banner .carousel-control.right {
    right: 0;
}
.lg-banner .carousel-control.left {
    left: 0;
}
.lg-banner:hover .carousel-control {
    opacity: 1;
}
.lg-banner:hover .carousel-control.right {
    right: 10px;
}
.lg-banner:hover .carousel-control.left {
    left: 10px;
}
.lg-banner .carousel-control:hover {
    color: rgba(255, 255, 255, 0.95);
}
.lg-banner .carousel-indicators li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background-color: #fff;
}
.lg-banner .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin-bottom: -1px;
    background-color: transparent;
}
/* Quote */
.in-quote {
    position: relative;
    overflow: hidden;
}
.post-medium-vertical .in-quote + .post-item-info {
    margin-top: 13px;
}
.in-quote > img {
    min-height: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    min-width: 100%;
    position: absolute;
}
.in-quote .overlay-quote {
    color: #fff;
    padding: 105px 105px 0;
    position: relative;
    height: 100%;
}
.in-quote .quote-icon {
    font-family: sorts_mill_goudyregular;
    font-size: 68px;
    line-height: 25px;
    display: inherit;
}
.in-quote .spot {
    color: #fff;
    font-size: 31px;
    line-height: 39px;
    font-family: sorts_mill_goudyregular;
    padding-bottom: 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.in-quote .spot:hover {
    color: #e4e4e4;
    text-decoration: none;
}
.in-quote .name {
    font-size: 18px;
    line-height: 1;
    display: block;
    padding-top: 60px;
}
.in-quote + .post-item-paragraph > .post-item-info {
    border-top: solid 1px #d9d9d8;
    padding-top: 28px;
    padding-bottom: 5px;
}
.post-item-centered .in-quote .overlay-quote {
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 125px;
    padding-bottom: 25px;
}
/* Link */
.in-link {
    position: relative;
    overflow: hidden;
}
.post-medium-vertical .in-link + .post-item-info {
    margin-top: 13px;
}
.in-link > img {
    min-height: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    min-width: 100%;
    position: absolute;
}
.in-link .overlay-link {
    padding-top: 72px;
    text-align: center;
}
.in-link .overlay-link i {
    font-size: 35px;
    color: #5f687c;
    display: block;
}
.in-link .overlay-link a {
    color: #5f687c;
    font-size: 28px;
    font-family: sorts_mill_goudyregular;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    float: left;
    padding-top: 30px;
    padding-bottom: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.in-link .overlay-link .link-text {
    color: #3d3d3f;
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: inline-block;
    line-height: 26px;
    padding-bottom: 40px;
}
.in-link + .post-item-paragraph > .post-item-info {
    padding-top: 0;
    padding-bottom: 5px;
}
/* Hashtag */
.in-hashtags {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.post-medium-vertical .in-hashtags + .post-item-info {
    margin-top: 13px;
}
.in-hashtags > img {
    min-height: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    min-width: 100%;
    position: absolute;
    z-index: 0;
}
.in-hashtags .overlay-hashtags {
    color: #fff;
    padding: 80px 105px 20px;
    position: relative;
    height: 100%;
}
.in-hashtags .overlay-hashtags .hastag {
    font-size: 46px;
    font-family: sorts_mill_goudyregular;
    display: block;
    padding-bottom: 15px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.in-hashtags .overlay-hashtags .link-text {
    font-size: 32px;
    font-family: sorts_mill_goudyregular;
    line-height: 39px;
    display: block;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}
.in-hashtags .overlay-hashtags a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.in-hashtags .overlay-hashtags a i {
    margin-right: 6px;
}
.in-hashtags + .post-item-paragraph > .post-item-info {
    border-top: solid 1px #d9d9d8;
    padding-top: 28px;
    padding-bottom: 5px;
}
.post-item-centered .in-hashtags .overlay-hashtags {
    padding-left: 200px;
    padding-right: 200px;
}
/* Aside */
.in-aside {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.post-medium-vertical .in-aside + .post-item-info {
    margin-top: 13px;
}
.in-aside > img {
    min-height: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    min-width: 100%;
    position: absolute;
    z-index: 0;
}
.in-aside .overlay-aside {
    padding: 87px 105px 0;
    position: relative;
    height: 100%;
}
.in-aside .overlay-aside p.aside {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 30px;
}
.in-aside .overlay-aside p {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.in-aside .overlay-aside a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.in-aside .overlay-aside a i {
    margin-right: 6px;
}
.in-aside + .post-item-paragraph > .post-item-info {
    border-top: solid 1px #d9d9d8;
    padding-top: 15px;
    padding-bottom: 5px;
}
.post-item-centered .in-aside .overlay-aside {
    padding-left: 200px;
    padding-right: 200px;
}
/* Code */
.in-code {
}
.in-code .prettyprint {
    padding: 70px 200px 50px;
    line-height: 25px;
    font-size: 13px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    border-radius: 0;
    margin-bottom: 0;
    border-width: 0;
    white-space: pre-wrap;
}
.post-striped .in-code .prettyprint {
    padding-bottom: 85px;
}
/* Chat */
.in-chat {
    background-color: #c1f7d2;
    padding: 6% 29%;
}
.post-striped .in-chat {
    padding-bottom: 8%;
}
.in-chat ul {
    list-style-type: none;
    padding-left: 0;
    float: left;
    width: 100%;
    padding-bottom: 50px;
}
.in-chat ul li {
    width: 100%;
    margin-bottom: 25px;
    clear: left;
    line-height: 18px;
}
.in-chat ul li .chat-row {
    border-radius: 10px;
    padding: 25px 28px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    position: relative;
    max-width: 80%;
}
.in-chat ul li span {
    font-size: 18px;
    font-family: robotoregular;
}
.in-chat ul li span:first-child {
}
.in-chat ul li span:last-child {
}
.in-chat ul li.me {
    float: left;
}
.in-chat ul li.me .chat-row {
    float: left;
    color: #8787b8;
}
.in-chat ul li.me .chat-row:first-child {
}
.in-chat ul li.me .chat-row:last-child {
}
.in-chat ul li.you {
    float: right;
}
.in-chat ul li.you .chat-row {
    float: right;
    color: #ff945f;
}
.in-chat ul li.you span {
    clear: right;
    float: right;
}
.in-chat ul li.you .chat-row:first-child {
}
.in-chat ul li.you .chat-row:last-child {
}
.in-chat .last-send {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #909091;
}
/* chat bubbles */
.in-chat ul li span:last-child:before,
.in-chat ul li span:last-child:after {
    content: "";
    position: absolute;
    bottom: -10px;
    border-style: solid;
    display: block;
    width: 0;
}
.in-chat ul li.me span:last-child:before {
    left: -10px;
    border-width: 0 0 20px 36px;
    border-color: transparent #fff;
}
.in-chat ul li.me span:last-child:after {
    left: -10px;
    border-width: 0 0 20px 10px;
    border-color: transparent #c1f7d2;
}
.in-chat ul li.you span:last-child:before {
    right: -10px;
    border-width: 0 36px 20px 0;
    border-color: transparent #fff;
}
.in-chat ul li.you span:last-child:after {
    right: -10px;
    border-width: 0 10px 20px 0;
    border-color: transparent #c1f7d2;
}
/* Event */
.in-event {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.in-event > img {
    min-height: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    min-width: 100%;
    position: absolute;
}
.in-event .event-box {
    padding: 128px 185px 0 199px;
}
.post-striped .in-event .event-box {
    padding-bottom: 60px;
}
.in-event .event-box .event-date {
    width: 140px;
    height: 140px;
    border: solid 3px #fff;
    color: #fff;
    text-align: center;
    float: left;
    padding-top: 13px;
}
.in-event .event-box .event-date .date-day {
    font: normal 91px/1 robotolight;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.in-event .event-box .event-date .date-month {
    font: normal 15px/1 robotolight;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.in-event .event-box .event-detail {
    padding-left: 200px;
}
.in-event .event-box .event-detail h5 {
    color: #fff;
    font: normal 32px/37px robotolight;
    margin-top: 28px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.in-event .event-box .event-detail h6 {
    font: normal 22px/1 robotolight;
    color: #fff;
    margin-bottom: 31px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.in-event .event-box .event-detail > h5 + span {
    margin-top: 54px;
}
.in-event .event-box .event-detail > span {
    font: normal 15px/1 robotolight;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    margin-top: 30px;
}
.in-event .event-box .event-detail > span i {
    float: right;
    width: 80%;
    height: 1px;
    background-color: #fff;
    margin-top: 8px;
}
.in-event .event-box .event-detail ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 35px;
    display: block;
    width: 100%;
    float: left;
}
.in-event .event-box .event-detail ul li {
    font: normal 21px/1 robotolight;
    color: #fff;
    margin-bottom: 14px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.in-event .event-box .event-detail ul li span {
}
.in-event .event-box .event-detail ul li span.event-list-date {
    font-size: 22px;
    width: 210px;
    display: inline-block;
    float: left;
    line-height: 28px;
}
.in-event .event-box .event-detail ul li span.event-list-detail {
    font-size: 22px;
    line-height: 28px;
}
.in-event
    .event-box
    .event-detail
    ul
    li
    span.event-list-date
    + span.event-list-detail {
    padding-left: 210px;
    display: block;
}
.in-event .event-box .event-detail .event-more {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
    width: 205px;
    height: 62px;
    border: solid 2px #fff;
    display: inline-block;
    line-height: 58px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.in-event .event-box .event-detail .event-more:hover {
    text-decoration: none;
    background-color: #fff;
    color: #475569;
    text-shadow: none;
}
/* Tweet */
.in-tweet {
    position: relative;
    overflow: hidden;
}
.in-tweet > img {
    min-height: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    min-width: 100%;
    position: absolute;
}
.in-tweet .overlay-tweet {
    padding: 77px 104px 50px;
    position: relative;
}
.in-tweet .overlay-tweet > iframe {
    position: absolute !important;
    right: 104px;
    top: 77px;
}
.post-medium-vertical .in-tweet .overlay-tweet > iframe {
    right: 41px;
    top: 39px;
}
.in-tweet .media {
    margin-top: 0;
}
.in-tweet .media-object {
    float: left;
    margin-right: 28px;
}
.in-tweet .media-body {
    padding-top: 26px;
}
.in-tweet .media-heading {
    font-size: 26px;
    margin-bottom: -2px;
}
.in-tweet .media-body p {
    font-size: 16px;
    color: #475569;
}
.in-tweet .media-text {
    font-size: 23px;
    font-family: robotolight;
    padding-top: 17px;
    line-height: 30px;
    padding-bottom: 16px;
    color: #4d4d4f;
}
.in-tweet .tweet-date {
    text-align: left;
    color: #909091;
    font-size: 15px;
    font-family: robotoregular;
}
.in-tweet .tweet-infos {
    border-top: solid 1px #d9d9d8;
    padding-top: 25px;
    margin-top: 36px;
}
.in-tweet .tweet-infos p {
    float: left;
    font-family: robotolight;
    font-size: 13px;
    color: #b3b3b1;
}
.in-tweet .tweet-infos p b {
    font-family: robotoregular;
}
.in-tweet .tweet-infos .icons {
    float: right;
}
.in-tweet .tweet-infos .icons i {
}
.tweet-infos .icons a {
    color: #b3b3b1;
    margin-right: 10px;
}
.tweet-infos .icons a:hover {
    color: #475569;
}
/* Embed in Post */
.post-embed {
    width: 100%;
    margin-top: 36px;
    text-align: center;
}
.post-embed h4 {
    text-align: left;
}
.post-embed .fb-post {
    margin-bottom: 8px;
}
.fb_iframe_widget span,
.fb-post span {
    max-width: 100%;
}
.post-embed h3 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 7px;
}
.post-embed h3 a {
    color: inherit;
}
.post-embed > iframe {
    width: 100% !important;
}
/* Review */
.review {
    border-radius: 3px;
    border: solid 1px #e5e6e9;
    padding: 20px 18px 0;
    margin-bottom: 20px;
    background-color: #fff;
}
.review .review-header {
    display: block;
    border-bottom: solid 1px #e5e6e9;
    padding-bottom: 10px;
    margin-bottom: 16px;
}
.review .review-header .name {
    color: #ffaf0e;
    font-weight: 600;
    font-size: 16px;
}
.review .review-header .date {
    float: right;
    color: #b3b3b1;
    font-size: 14px;
    padding-right: 19px;
    padding-top: 1px;
}
.review .review-header .stars {
    float: right;
    color: #ffc300;
}
.review .review-header .stars i {
    font-size: 17px;
    padding-top: 1px;
}
.review .review-body {
}
.review .review-body span {
    display: block;
}
.review .review-body .review-title {
    color: #3d3d3f;
    font-size: 16px;
    padding-bottom: 1px;
}
.review .review-body .review-title b {
    font-weight: 500;
}
.review .review-body .review-content {
    color: #4d4d4f;
    padding-bottom: 21px;
    font-size: 15px;
    line-height: 24px;
}
.post-item-paragraph .review + .post-item-info {
    border-top: solid 1px #d9d9d8;
    padding-top: 15px;
    padding-bottom: 5px;
}
/* Change Log */
.changelog {
    border-radius: 3px;
    border: solid 1px #e5e6e9;
    padding: 20px 19px 0;
    font-family: "Lucida Console", Menlo, Monaco, Consolas, "Courier New",
        monospace;
    margin-bottom: 23px;
    background-color: #fff;
}
.changelog .changelog-header {
    display: block;
    border-bottom: solid 1px #e5e6e9;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.changelog .changelog-header .name {
    color: #3d3d3f;
    font-weight: 400;
    font-size: 14px;
}
.changelog .changelog-header .fullcl {
    float: right;
    color: #3d3d3f;
    font-size: 14px;
    padding-right: 2px;
    padding-top: 2px;
}
.changelog .changelog-title {
    color: #3d3d3f;
}
.changelog .changelog-body {
    font-family: "Lucida Console", Menlo, Monaco, Consolas, "Courier New",
        monospace;
    border: none;
    background-color: transparent;
    font-size: 14px;
    color: #4d4d4f;
    line-height: 0;
    padding: 10px 0px;
    overflow: hidden;
}
.changelog .changelog-body span {
    padding: 2px 6px 2px;
    display: block;
    min-height: 24px;
    line-height: 21px;
    margin: 2px 0;
    white-space: pre-line;
}
.changelog .changelog-body span:nth-child(even) {
}
.changelog .changelog-body span:nth-child(odd) {
    background-color: #fee19d;
}
/* Post Info */
.post-item-info {
    color: #b3b3b1;
    padding-bottom: 25px;
    border-top: solid 1px #d9d9d8;
    padding: 28px 0 25px;
    margin: 20px 100px 0;
}
.post-medium-vertical .post-item-info {
    border-color: #e5e5e5;
}
.post-item-centered .post-item-info {
    margin-left: 87px;
    margin-right: 87px;
}
.post-item-info.no-border {
    border-top-color: transparent;
    margin-top: 0;
}
.post-item-info a {
    color: #b3b3b1;
}
.post-item-info a:hover {
    color: #475569;
}
.post-item-info .post-item-social {
    float: right;
}
.post-item-info .post-item-social > a {
    margin-left: 9px;
    font-size: 16px;
    display: inline-block;
}
.post-item-info .post-item-social > a.at-focus {
    color: #475569;
}
.post-item-info .post-item-social > a:hover {
    text-decoration: none;
}
.post-item-social > a.post-like span {
    opacity: 0;
    padding-left: 3px;
    margin-right: -16px;
    display: inline-block;
    text-align: right;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: -1;
}
.post-item-social > a.post-like.active span {
    opacity: 1;
}
.pis-share:focus {
    outline: none;
}
.popover {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 1px rgba(0, 0, 0, 0.35);
    border: none;
}
.popover {
    border-radius: 2px;
    z-index: 999;
}
.popover .popover-content {
    padding: 9px;
}
.popover .popover-content a {
    color: #a3a3a3;
    font-size: 17px;
    display: block;
    text-align: center;
}
.popover .popover-content a:hover {
    color: #475569;
}
.popover.top > .arrow {
    bottom: -7px;
    margin-left: -7px;
}
.popover.bottom > .arrow {
    top: -7px;
    margin-left: -7px;
}
.popover > .arrow {
    border-width: 7px;
}
.popover .popover-content a + a {
    margin-top: 10px;
}
.popover.left > .arrow {
    right: -8px;
    margin-top: -7px;
}
/* Hotnews */
.in-hotnews {
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}
.post-medium-vertical .in-hotnews + .post-item-info {
    margin-top: 13px;
}
.in-hotnews > img {
    min-height: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    min-width: 100%;
    position: absolute;
}
.overlay-hotnews {
    height: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 10px;
}
.in-hotnews a.hotnews-link {
    text-align: center;
    color: #fff;
    display: block;
    margin: 50px 100px 0;
}
.in-hotnews a.hotnews-link:hover {
    text-decoration: none;
}
.in-hotnews a.hotnews-link i {
    width: 100%;
    font-size: 48px;
    padding-bottom: 20px;
}
.in-hotnews a.hotnews-link .hotnews-category {
    font-size: 14px;
    border-top: solid 2px #fff;
    padding-top: 4px;
    margin-top: 6%;
    display: inline-block;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.in-hotnews a.hotnews-link .hotnews-title {
    font-size: 28px;
    font-weight: 400;
    padding: 0;
    display: initial;
    border-bottom: solid 2px transparent;
    -webkit-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
    -ms-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.in-hotnews a.hotnews-link:hover .hotnews-title {
    border-bottom: solid 2px #fff;
    -webkit-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
    -ms-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
}
.in-hotnews .post-item-info {
    margin: 20px 87px 46px;
    padding-top: 30px;
    border-top: 1px solid #d9d9d8;
    width: auto;
    float: none;
}
/* Embed */
.in-embed {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.in-embed .block-overlay {
    padding-bottom: 60px;
}
.in-embed > img {
    max-width: 1170px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    position: absolute;
}
.in-embed .overlay-embed {
    position: relative;
    padding-top: 12%;
    padding-bottom: 5%;
}
/* Important Post Style */
.important-post {
    position: absolute;
    top: 0;
    right: 16px;
    width: 32px;
    height: 47px;
}
.important-post span {
    border-top: solid 22px #fff;
    border-right: solid 16px #fff;
    border-left: solid 16px #fff;
    border-bottom: solid 9px rgba(0, 0, 0, 0);
    height: 47px;
    width: 32px;
    position: absolute;
    top: 0;
    left: 0;
}
.important-post span i {
    position: absolute;
    color: #475569;
    font-size: 14px;
    top: -9px;
    left: -6px;
}
.collapse.in {
    -webkit-transition: none;
    transition: none;
}
/********** 2.1.1 Large Banner v1 - Finish **********/

/********** 2.1.2 Large Banner v2 - Start **********/
.post-striped.canvas {
    background-color: #fff;
}
.post-striped > .post-fluid > .container-fluid:nth-child(odd),
.post-striped > .post-fluid > .container-fluid:nth-child(odd) .post-item {
    background-color: #fff;
}
.post-striped > .post-fluid > .container-fluid:nth-child(even),
.post-striped > .post-fluid > .container-fluid:nth-child(even) .post-item {
    background-color: #f3f3f3;
}
.post-striped .post-item {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.post-item-centered {
    margin-top: -60px;
    margin-bottom: 6px;
    background-color: #fff;
}
.post-item-centered .date {
    text-align: center;
    display: block;
    font-size: 15px;
    color: #909091;
    padding-bottom: 0;
}
.post-item-centered .date + h2 {
    margin-top: 6px;
}
.post-item-centered h2 {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 12px;
}
.post-item-centered h3 {
    text-align: center;
    margin-top: 19px;
    margin-bottom: 21px;
}
.post-item-centered h3 a {
    color: inherit;
}
.post-item-centered .post-item-paragraph {
    padding: 40px 102px 28px;
}
.post-single .post-item-centered {
    margin-top: 0;
    background-color: transparent;
}
.post-banner .carousel-indicators {
    bottom: 75px;
}
.post-medium-vertical .post-banner .carousel-indicators {
    bottom: 20px;
}
.post-video .post-item-centered {
    margin-top: 0;
    background-color: transparent;
}
.post-sound .post-item-centered {
    margin-top: 0;
    background-color: transparent;
}
.post-banner .post-item-centered {
    background-color: #fff;
}
.post-link .post-item-centered {
    margin-top: 0;
    background-color: transparent;
}
.post-quote .post-item-centered {
    margin-top: 0;
    background-color: transparent;
}
.post-embed .post-item-centered {
    margin-top: 0;
    background-color: transparent;
}
.post-aside .post-item-centered {
    margin-top: 0;
    background-color: transparent;
}
.post-hotnews .post-item-centered {
    margin-top: 0;
    background-color: transparent;
}
.post-code .post-item-centered {
    background-color: #f3f3f3;
}
.post-chat .post-item-centered {
    background-color: #fff;
}
.post-event .post-item-centered {
    background-color: #f3f3f3;
}
.post-event .in-event .event-box .event-detail ul {
    margin-bottom: 34px;
}
.post-tweet .post-item-centered {
    margin-top: 0;
    background-color: transparent;
}
.post-tweet .with-embed {
    padding: 0;
    border-width: 0;
}
/********** 2.1.2 Large Banner v2 - Finish **********/

/********** 2.2.1 Medium Banner v1 - Start **********/
/* Medium v1 */
.post-medium-vertical {
    margin-left: -15px;
    margin-right: -15px;
}
.post-medium-vertical .container-fluid {
    margin-top: 0;
    margin-bottom: 45px;
}
.post-medium-vertical .post-item-paragraph {
    padding: 30px 38px 0;
}
.post-medium-vertical .post-item-paragraph h2 {
    margin-bottom: 22px;
    line-height: 30px;
}
.post-medium-vertical .post-item-paragraph h3 {
    line-height: 30px;
    font-size: 23px;
    margin-top: 17px;
    margin-bottom: 9px;
}
.post-medium-vertical .post-item-paragraph h3 a {
    color: inherit;
}
.post-item-paragraph h3 a:hover {
    color: #475569;
    text-decoration: none;
}
.post-medium-vertical .post-item-paragraph h4 {
    line-height: 30px;
    font-size: 18px;
    margin-top: 17px;
    margin-bottom: 5px;
}
.post-medium-vertical .post-item-paragraph h4 a {
    color: inherit;
}
.post-item-paragraph h4 a:hover {
    text-decoration: none;
}
.post-medium-vertical .post-item-paragraph p {
    border-bottom-width: 0;
    margin-bottom: 14px;
    line-height: 24px;
}
.post-medium-vertical .post-item {
    margin: 0 -15px;
    border-bottom: 2px solid #e5e5e5;
    background-color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.post-medium-vertical .post-item-info {
    margin: 40px 0 0;
    padding: 12px 38px 16px;
}
.post-item-paragraph .mute-text {
    color: #919191;
    font-size: 15px;
    display: block;
    padding-top: 4px;
    text-align: left;
}
.post-item-paragraph a.mute-text:hover {
    color: #475569;
}
/* Quote*/
.post-medium-vertical .in-quote .overlay-quote {
    padding: 94px 99px 0;
}
.post-medium-vertical .in-quote p.spot {
    font-size: 28px;
    line-height: 34px;
}

.post-item .in-quote > img {
    max-width: 980px;
}
.post-item .in-link > img {
    max-width: 780px;
}
.post-item .in-hashtags > img {
    max-width: 980px;
}
.post-item .in-aside > img {
    max-width: 980px;
}
.post-item .in-hotnews > img {
    max-width: 980px;
}
.post-item .in-tweet > img {
    max-width: 980px;
}
.in-event > img {
    max-width: 5px;
}
.post-medium-vertical .in-quote .quote-icon {
    left: -65px;
    position: relative;
}
.post-medium-vertical .in-quote .name {
    left: 99px;
}
/* Link */
.post-medium-vertical .in-link .overlay-link {
    padding-top: 86px;
}
.post-medium-vertical .in-link .overlay-link i {
    font-size: 36px;
}
.post-medium-vertical .in-link .overlay-link a {
    padding-bottom: 23px;
}
/* Hashtags */
.post-medium-vertical .in-hashtags .overlay-hashtags {
    padding: 58px 97px 0;
}
.post-medium-vertical .in-hashtags .overlay-hashtags .hastag {
    font-size: 40px;
}
.post-medium-vertical .in-hashtags .overlay-hashtags .link-text {
    font-size: 29px;
    line-height: 34px;
}
.post-medium-vertical .in-hashtags .overlay-hashtags a {
    padding-top: 20px;
    left: 97px;
}
/* Aside */
.post-medium-vertical .in-aside .overlay-aside {
    padding: 73px 99px 0;
}
.post-medium-vertical .in-aside .overlay-aside a {
    padding-top: 20px;
    left: 99px;
}
/* Code */
.post-medium-vertical .in-code .prettyprint {
    padding: 46px 39px 50px;
}
/* Chat */
.post-medium-vertical .in-chat {
    padding: 6% 20%;
}
.post-medium-vertical .in-chat ul li .chat-row {
    padding: 21px;
}
.post-medium-vertical .in-chat ul li span {
    font-size: 18px;
}
/* Event */
.post-medium-vertical .in-event .event-box {
    padding: 47px 39px 0;
}
.post-medium-vertical .in-event .event-box .event-date {
    width: 117px;
    height: 117px;
    padding-top: 7px;
}
.post-medium-vertical .in-event .event-box .event-date .date-day {
    font-size: 76px;
}
.post-medium-vertical .in-event .event-box .event-date .date-month {
    font-size: 13px;
}
.post-medium-vertical .in-event .event-box .event-detail {
    padding-left: 159px;
}
.post-medium-vertical .in-event .event-box .event-detail h5 {
    font: 30px robotolight;
    margin-top: 19px;
    margin-bottom: 57px;
}
.post-medium-vertical .in-event .event-box .event-detail > span {
    font-size: 14px;
    margin-bottom: 11px;
}
.post-medium-vertical .in-event .event-box .event-detail > span i {
    width: 85%;
    margin-top: 6px;
}
.post-medium-vertical
    .in-event
    .event-box
    .event-detail
    ul
    li
    span.event-list-date {
    font-size: 18px;
}
.in-event .event-box .event-detail ul li span.event-list-date i {
    font-style: normal;
    font-size: 70%;
    padding-left: 5px;
}
.in-event .event-box .event-detail .divider {
    margin: 0 10px;
    padding: 0 10px 6px;
    border-top: solid 1px #fff;
    display: inline-block;
}
.post-medium-vertical
    .in-event
    .event-box
    .event-detail
    ul
    li
    span.event-list-detail {
    font-size: 18px;
}
.post-medium-vertical .in-event .event-box .event-detail .event-more {
    width: 184px;
    height: 56px;
    line-height: 52px;
    font-size: 15px;
}
/* Tweet */
.post-medium-vertical .in-tweet .overlay-tweet {
    padding: 41px 39px 0;
}
.post-medium-vertical .in-tweet .media-text {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 25px;
}
.post-medium-vertical .tweet-infos {
    padding: 14px 25px 0;
}
.post-medium-vertical .tweet-infos p {
    float: left;
    font-family: robotolight;
    font-size: 13px;
    color: #b3b3b1;
}
.post-medium-vertical .tweet-infos p b {
    font-family: robotoregular;
}
.post-medium-vertical .tweet-infos .icons {
    float: right;
}
/* Embed */
.post-medium-vertical .post-embed .fb-post {
    margin-bottom: 13px;
    text-align: left;
}
/* Hotnews */
.post-medium-vertical .in-hotnews a.hotnews-link {
    margin: 50px 100px 0;
}
.post-medium-vertical .in-hotnews a.hotnews-link i {
    padding-bottom: 25px;
}
.post-medium-vertical .in-hotnews a.hotnews-link .hotnews-title {
    line-height: 42px;
}
/********** 2.2.1 Medium Banner v1 - Finish **********/

/********** 2.2.2 Medium Banner v2 - Start **********/
.post-mediums > .post-medium {
    margin-bottom: 22px;
}
.post-mediums .post-item {
    margin-left: 0;
    margin-right: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    position: relative;
    border-bottom: solid 2px #e5e5e5;
}
.post-mediums .row {
    overflow: hidden;
    position: relative;
}
.post-mediums .row > img {
    max-width: 100%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    margin-left: 50%;
}
.post-mediums .medium-post-box {
    background-color: #f1f5f9;
    padding: 24px 44px 0;
    height: 100%;
}
.post-mediums .post-item-paragraph {
    padding: 0 0 70px 0;
    float: left;
    width: 100%;
}
.post-mediums .post-item-paragraph h2 {
    color: #475569;
    margin-bottom: 14px;
    margin-top: 20px;
    line-height: 32px;
}
.post-mediums .post-item-paragraph h2:hover {
    color: #987357;
}
.post-mediums .post-item-paragraph h2 a {
    color: #475569;
    font-weight: 300;
}
.post-mediums .post-item-paragraph p {
    margin-bottom: 0;
    border-bottom-width: 0;
    color: #626264;
    line-height: 22px;
    text-align: left;
    height: 66px;
}
.medium-post-box .fb-post {
}
.post-mediums .post-item-info + h2 {
    padding-top: 22px;
    margin-bottom: 12px;
    color: #475569;
    line-height: 32px;
}
.post-mediums .post-item-info:last-child {
    border-top-width: 0;
    padding-top: 0;
    margin-top: 13px;
}
.post-mediums .post-item-info {
    border-top-width: 0;
    padding-top: 0;
    margin-top: 0;
    position: absolute;
    bottom: 25px;
    left: 55px;
    width: auto;
    padding-bottom: 0;
}
.post-mediums .read-more i {
    margin-right: 4px;
}
.medium-date {
    background-color: #6d6d71;
    color: #fff;
    text-align: center;
    padding: 85px 0;
    font-family: Raleway;
}
.medium-date .medium-date-day {
    font-size: 88px;
    font-weight: 400;
}
.medium-date .medium-date-month {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
.medium-quote .medium-quote-icon {
    font-family: sorts_mill_goudyregular;
    font-size: 66px;
    color: #475569;
    line-height: 1;
    height: 40px;
    padding-bottom: 50px;
}
.medium-quote p.medium-quote-text {
    font-size: 28px;
    color: #475569;
    font-family: sorts_mill_goudyregular;
    line-height: 34px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
    height: auto;
}
.medium-quote p.medium-quote-by {
    font-family: Raleway;
    color: #475569;
    font-size: 16px;
    height: auto;
}
.medium-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.medium-link > i {
    color: #5f687c;
    font-size: 45px;
    padding-top: 75px;
}
.medium-link .medium-link-text {
    font-family: sorts_mill_goudyregular;
    color: #5f687c;
    font-size: 24px;
    padding-top: 34px;
    margin-bottom: 0;
}
.medium-link .medium-link-url {
    font-family: sorts_mill_goudyregular;
    color: #5f687c;
    font-size: 22px;
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    display: inline-block;
}
.post-mediums p.medium-status {
    color: #475569;
    font-size: 25px;
    font-family: sorts_mill_goudyregular;
    line-height: 33px;
    padding: 21px 0 20px;
    height: auto;
}
.medium-hastag {
    font-size: 48px;
    font-family: sorts_mill_goudyregular;
    display: block;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 5;
}
.medium-hastag:hover {
    color: #fff;
    text-decoration: none;
}
.medium-aside {
    float: left;
    width: 100%;
    padding: 22px 0 34px;
}
.medium-code {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff058;
    text-align: center;
}
.medium-code .code-spot {
    font-size: 67px;
    font-weight: 200;
    padding-top: 22%;
    line-height: 1;
    padding-bottom: 1px;
}
.medium-code .code-info {
    font-size: 18px;
    font-weight: 200;
}
.medium-code .code-info b {
    font-weight: 400;
}
.medium-event {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.medium-event .medium-event-date {
    color: #fff;
    font-family: Raleway;
    font-size: 118px;
    line-height: 118px;
    padding-top: 0.5em;
    margin-bottom: 18px;
}
.medium-event .medium-event-text {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 50px;
}
.medium-social {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.medium-social > i {
    font-size: 62px;
    color: #00ace3;
    margin-top: 15%;
}
.medium-social .medium-social-accoun {
    font-size: 24px;
    color: #5f687c;
    font-family: sorts_mill_goudyregular;
    padding: 12px 0;
}
.medium-social .medium-social-name {
    color: #626264;
    text-align: left;
    padding: 0 30px;
    font-size: 16px;
    position: relative;
    padding-bottom: 60px;
}
.medium-social .medium-social-name > i.username {
    font-size: 14px;
    font-style: normal;
    float: left;
    width: 100%;
    color: #475569;
}
.medium-social .medium-social-name > i.line {
    width: 20px;
    height: 2px;
    background-color: #acacac;
    position: absolute;
    top: 60px;
    left: 30px;
}
.medium-social .medium-social-post {
    clear: left;
    text-align: left;
    padding: 0 30px 27px;
    font-family: robotolight;
    font-size: 20px;
    color: #626264;
}
.medium-social .medium-social-date {
    padding: 0 30px;
    text-align: left;
    color: #909091;
    font-size: 15px;
    font-family: robotoregular;
}
.medium-review {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
}
.medium-review .medium-review-logo {
    padding: 120px 0 20px;
}
.medium-review .medium-review-logo img {
    width: auto;
}
.medium-review .medium-review-name {
    color: #fff;
    padding-bottom: 10px;
}
.medium-review .medium-review-rate .stars {
    color: #ffc300;
}
.medium-post-box p.hotnews {
    color: #475569;
    font-family: Raleway;
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    height: auto;
    margin-top: 25px;
}
.medium-important-post {
    position: absolute;
    top: 0;
    left: 84px;
    width: 32px;
    height: 47px;
}
.medium-important-post span {
    border-top: solid 22px #475569;
    border-right: solid 16px #475569;
    border-left: solid 16px #475569;
    border-bottom: solid 9px rgba(0, 0, 0, 0);
    height: 47px;
    width: 32px;
    position: absolute;
    top: 0;
    left: 0;
}
.medium-important-post span i {
    position: absolute;
    color: #fff;
    font-size: 14px;
    top: -9px;
    left: -6px;
}
/* Tweet */
.medium-tweet .media-body {
    padding-top: 3px;
    position: relative;
}
.medium-tweet .media-body:before {
    content: "";
    background-color: #acacac;
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: 12px;
    left: 1px;
}
.medium-tweet .media-heading {
    font-size: 16px;
    margin-bottom: 0;
    color: #626264;
    line-height: 1;
    margin-bottom: -2px;
}
.medium-tweet .media-body p {
    color: #475569;
    font-size: 14px;
    padding-bottom: 15px;
    height: auto;
    margin-bottom: 13px;
}
.medium-tweet .media-text {
    font-size: 21px;
    padding-top: 0px;
    line-height: 27px;
    padding-bottom: 26px;
    color: #626264;
}
.medium-tweet .tweet-infos {
    border-top: solid 1px #d9d9d8;
    padding-top: 15px;
    margin-top: 17px;
    color: #919191;
    padding-bottom: 15px;
}
.medium-tweet .tweet-infos p {
    color: #b3b3b1;
    height: auto;
    margin-bottom: 0;
}
/* Chat */
.medium-chat {
    padding: 5% 11% 4%;
}
.medium-chat ul {
    font-size: 29px;
    padding-bottom: 0;
}
.medium-chat ul li .chat-row {
    padding: 17px 30px;
}
.medium-chat ul li span {
    font-size: 16px;
}
.medium-chat .last-send {
    font-size: 13px;
}
/* Medium Top Info */
.pm-top-info {
    color: #919191;
    font-size: 13px;
    padding-bottom: 23px;
    position: relative;
}
.pm-top-info a {
    color: #b3b3b1;
    font-size: 13px;
}
.pm-top-info a:hover {
    color: #475569;
}
.medium-post-box:hover .post-item-social {
    opacity: 1;
}
.pm-top-info .post-item-social {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -ms-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}
.pm-top-info .post-item-social > a {
    margin-left: 9px;
    font-size: 14px;
    display: inline-block;
    margin-right: 0;
    opacity: 1;
    color: #b3b3b1;
}

.pm-top-info .post-item-social > a.at-focus {
    color: #475569;
}
.pm-top-info .post-item-social > a:hover {
    color: #475569;
    text-decoration: none;
}
.pm-top-info .post-item-social > a.post-like span {
    opacity: 0;
    padding-left: 3px;
    margin-right: -16px;
    display: inline-block;
    text-align: right;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: -1;
}
.pm-top-info .post-item-social > a.post-like.active span {
    opacity: 1;
}
.pm-top-info:not(.no-line)::before {
    content: "";
    background-color: #acacac;
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: -4px;
    left: 1px;
}
.medium-post-box .pm-top-info.noline::before {
    width: 0;
    height: 0;
}
/* Medium Bottom Info */
.pm-bottom-info {
    color: #b3b3b1;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    left: 44px;
    right: 84px;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -ms-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}
.medium-post-box:hover .pm-bottom-info {
    opacity: 1;
}
.pm-bottom-info a {
    color: #b3b3b1;
    font-size: 15px;
}
.pm-bottom-info a:hover {
    color: #475569;
}
.pm-bottom-info .post-item-social {
    float: right;
}
.pm-bottom-info .post-item-social > a {
    margin-left: 9px;
    font-size: 16px;
    display: inline-block;
}

.pm-bottom-info .post-item-social > a.at-focus {
    color: #475569;
}
.pm-bottom-info .post-item-social > a:hover {
    text-decoration: none;
}
.pm-bottom-info .post-item-social > a.post-like span {
    opacity: 0;
    padding-left: 3px;
    margin-right: -16px;
    display: inline-block;
    text-align: right;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: -1;
}
.pm-bottom-info .post-item-social > a.post-like.active span {
    opacity: 1;
}
/**/
.post-medium .col-md-5:before {
    content: "";
    border-right: solid 6px #f3f3f3;
    position: absolute;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    right: -1px;
    top: 38px;
    z-index: 9;
}
/********** 2.2.2 Medium Banner v2 - Finish **********/

/********** 2.3 Masonry - Start **********/
.masonry {
}
.masonry {
}
.masonry .masonry-row {
    margin-bottom: 20px;
    position: relative;
}
.masonry .masonry-row > img {
    width: 100%;
}
.masonry .masonry-row .masonry-content {
    background-color: #fff;
    margin-top: 4px;
    padding: 18px 28px 28px;
    box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.1);
}
.masonry-row .medium-date .medium-date-day {
    line-height: 1;
    padding-bottom: 16px;
}
.masonry .masonry-row .masonry-embed {
    background-color: #fff;
    margin-top: 10px;
}
.masonry .masonry-row .masonry-content.masonry-content-absolute {
    position: absolute;
    bottom: 20px;
    left: 35px;
    right: 15px;
}
.masonry .masonry-row .masonry-content .links {
    color: #a9a9a9;
    line-height: 17px;
    padding-top: 10px;
}
.masonry .masonry-row .masonry-content .links .icons {
    float: right;
}
.masonry .masonry-row .masonry-content .links .icons a {
    margin-left: 4px;
}
.masonry .masonry-row .masonry-content .links .icons a i {
    margin-right: 4px;
}
.masonry .masonry-row .masonry-content .links a,
.masonry .masonry-row .masonry-content .links span {
    color: #a9a9a9;
    font-size: 13px;
}
.masonry .masonry-row .masonry-content .links a:hover {
    text-decoration: none;
    color: #475569;
}
.date-tag {
    color: #a9a9a9;
    line-height: 17px;
    padding-top: 0px;
}
.date-tag a {
    color: #a9a9a9;
}
.date-tag a:hover {
    text-decoration: none;
    color: #475569;
}
.gallery-icon {
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 28px;
}
.gallery-icon i {
    top: 50%;
    margin-top: -14px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
}
.masonry-row .medium-review .medium-review-logo {
    padding: 100px 0 25px;
}
.masonry .masonry-row .masonry-content > a {
    font-size: 16px;
    color: #475569;
    line-height: 24px;
    margin-bottom: 8px;
    display: inline-block;
    padding-top: 10px;
    font-weight: 400;
}
.masonry .masonry-row .masonry-content > a:hover {
    color: #987357;
    text-decoration: none;
}
.masonry .masonry-row .masonry-content > p.spot {
    margin-bottom: 7px;
    display: inline-block;
    color: #787878;
    font-size: 14px;
    padding-top: 0;
    font-weight: 400;
    line-height: 22px;
    height: 66px;
}
.masonry .masonry-row .masonry-content > p.spot a.more {
    color: #626264;
}
.masonry .masonry-row .masonry-content > p.spot a.more:hover {
    color: #475569;
    text-decoration: none;
}
.masonry-box {
    position: relative;
}
.masonry-box > img {
    width: 100%;
}
.masonry-box > a {
    display: block;
    line-height: 7;
}
.masonry-box > a > img {
    width: 100%;
}
.masonry .masonry-row .masonry-content.on-cover {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    margin-top: 0;
    background-color: transparent;
    padding: 18px 23px;
}
.masonry .masonry-row .masonry-content.on-cover .on-cover-first {
    font-weight: 400;
    font-size: 72px;
    line-height: 1;
    padding: 15px 0 0;
    height: 48px;
}
.masonry .masonry-row .masonry-content.on-cover p {
    color: #fff;
    font-size: 24px;
    font-family: "Muli", sans-serif;
    line-height: 32px;
    font-weight: 300;
    padding: 0 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.55);
}
.masonry .masonry-row .masonry-content.on-cover p.name {
    font-size: 18px;
    padding-top: 7px;
}
.masonry .masonry-row .masonry-content.on-cover .links {
    padding-top: 0;
    bottom: 38px;
    left: 38px;
    right: 35px;
}
.masonry .masonry-row .masonry-content.on-cover .links a,
.masonry .masonry-row .masonry-content.on-cover .links span {
    color: #fff;
}
.masonry .masonry-row .masonry-content.on-cover .links a:hover {
    color: #bcbcbc;
}
.masonry-left,
.masonry-right {
    text-align: center;
    line-height: 26px;
    width: 27px;
    height: 26px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 20px;
    border-radius: 2px;
}
.masonry-left i,
.masonry-right i {
    color: #fff;
    font-size: 19px;
}
.masonry-left {
    right: 62px;
}
.masonry-right {
    right: 30px;
}
.masonry-status {
    font-size: 20px;
    color: #787878;
    padding-top: 10px;
    line-height: 28px;
}
.masonry-box .medium-link-text {
    font-size: 20px;
}
.masonry-box .medium-link > i {
    font-size: 35px;
    padding-top: 45px;
}
.masonry-box .medium-link-url {
    font-size: 21px;
}
.masonry-box .medium-event .medium-event-date {
    padding-top: 35px;
    font-size: 98px;
    margin-bottom: 0;
}
.masonry-event {
    font-size: 18px;
    color: #475569 !important;
}
.masonry-box .important-post {
    position: absolute;
    top: -1px;
    right: 30px;
}
.masonry-box .important-post span {
    color: #475569;
    font-size: 42px;
}
.masonry-fb {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.masonry-fb .masonry-fb-name {
    font-family: robotolight;
    color: #fff;
    padding-top: 29%;
    font-size: 23px;
    line-height: 39px;
}
.masonry-fb .masonry-fb-name b {
    font-family: robotoregular;
    font-weight: 400;
    font-size: 14px;
}
.masonry-fb .masonry-fb-link {
    color: #fff;
    padding-top: 25px;
}
.masonry-fb .masonry-fb-link i {
    font-size: 48px;
    vertical-align: middle;
    margin-right: 8px;
}
.masonry-box .links {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #b3b3b1;
    font-size: 13px;
    z-index: 2;
}
.masonry-box .links a {
    margin-left: 10px;
    color: #475569;
}
.masonry-box .links .icons a {
    color: #a9a9a9;
}
.masonry-box .links .icons a:hover {
    color: #475569;
}
.masonry-box .links a:hover {
    text-decoration: none;
}
/* Tweet Style */
.tweets-infos {
    border-top: solid 1px #e5e5e5;
    position: absolute;
    bottom: 5px;
    left: 30px;
    right: 30px;
    padding-top: 11px;
    margin-top: 15px;
}
.tweets-infos p {
    float: left;
    font-family: robotolight;
    font-size: 13px;
    color: #b3b3b1;
}
.tweets-infos p b {
    font-family: robotoregular;
}
.tweets-infos .icons {
    float: right;
}
.tweets-infos .icons a {
    color: #b3b3b1;
    margin-right: 10px;
}
.tweets-infos .icons a:hover {
    color: #475569;
    text-decoration: none;
}
.comments {
    display: none;
    background-color: #f9f9f9;
    padding: 25px;
    border: solid 1px #e5e5e5;
    border-top-width: 2px;
    margin: 28px -29px -28px;
}
.comments.is-expand {
    display: block;
}
.comments .media-heading {
    font-size: 13px;
    color: #475569;
    line-height: 1;
    margin-bottom: 0;
}
.comments .date {
    font-size: 13px;
    color: #a9a9a9;
}
.comments .comment-detail {
    color: #787878;
    font-size: 13px;
    line-height: 20px;
}
.comments .media-body {
    border-bottom: solid 1px #e5e5e5;
}
.comments .media:last-child .media-body {
    border-bottom-width: 0;
    width: 272px;
}
.comments .media-body textarea {
    border: solid 1px #e5e5e5;
    width: 100%;
    height: 64px;
    line-height: 33px;
    padding: 2px 6px 0;
    color: #a9a9a9;
    font-size: 13px;
    -webkit-appearance: none;
    border-radius: 0;
    line-height: 20px;
    resize: none;
    -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;
}
.comments .media-body textarea:focus {
    border-color: #747474;
    color: #3d3d3f;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: none;
}
/********** 2.3 Masonry - Finish **********/

/********** 2.4.1 Author - Start **********/
.author-box {
    padding: 5% 104px;
    background-color: #fff;
    margin: 2px -15px 0;
}
.author-box .author-photo {
    display: inline-block;
    vertical-align: top;
}
.author-box .author-photo img {
    height: 70px;
    width: 70px;
    border-radius: 100px;
}
.author-box .author-body {
    display: inline-block;
    margin: 20px 0 0 10px;
}
.author-box .author-body .author-name {
    font-weight: 500;
    color: #403f3d;
    font-size: 14px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 0;
}
.author-box .author-body a {
    font-size: 14px;
    line-height: 0;
    color: #a4a4a0;
    font-weight: 500;
    margin-top: 8px;
    display: block;
}
.author-box .author-body a:hover {
    color: #475569;
}
.author-connection {
    float: right;
    margin-top: 25px;
}
.author-connection a {
    font-size: 17px;
    color: #b3b3b1;
    margin-left: 8px;
}
.author-connection a:hover {
    color: #475569;
}
.head-author {
    padding: 92px 15px 56px;
    text-align: center;
}
.head-author .basic-info {
    margin-bottom: 8px;
}
.author-h1,
.archive-h1 {
    font-size: 38px;
    color: #475569;
    font-weight: 300;
    margin-bottom: 23px;
}
.author-lead {
    font-size: 18px;
    color: #787878;
}
.author-item .author-subdetail h2 {
    margin-top: 0;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 8px;
}
.author-item .author-subdetail h2 a {
    color: #475569;
}
.author-item .author-subdetail h2 a:hover {
    color: #8f7764;
    text-decoration: none;
}
.author-item .author-subdetail p.info-small {
    font-size: 14px;
    color: #909091;
    margin-bottom: 15px;
}
.author-item .author-subdetail p.author-bio {
    font-size: 16px;
    color: #787878;
    margin-bottom: 20px;
}
.author-item .author-connection {
    margin-top: 0;
    position: absolute;
    top: 30px;
    right: 0;
}
.laread-authors:nth-child(even) {
    background: #fff;
}
.author-item {
    margin: 0 auto;
    max-width: 770px;
    width: 30%;
}
.author-item .author-picture {
    float: left;
    width: 145px;
}
.author-item .author-picture img {
    border-radius: 50%;
    border: solid 6px #fff;
    width: 100%;
}
.laread-authors:nth-child(even) .author-item .author-picture img {
    border-color: #eaeaea;
}
.author-item .author-subdetail {
    padding: 50px 0 0 200px;
    position: relative;
}
.laread-author-detail {
    text-align: center;
    padding-top: 111px;
    background-color: #fff;
}
.laread-author-detail .author-picture {
    width: 216px;
    display: inline-block;
    margin-bottom: 5px;
}
.laread-author-detail .author-picture img {
    border-radius: 50%;
    border: solid 6px #eaeaea;
    width: 100%;
}
.laread-author-detail .author-subdetail {
    text-align: justify;
    padding: 0 20px;
    box-sizing: border-box;
}
.laread-author-detail .author-subdetail h2 {
    text-align: center;
    font-size: 28px;
    color: #475569;
    font-weight: 300;
    margin-bottom: 15px;
}
.laread-author-detail .author-subdetail .info-small {
    text-align: center;
    font-size: 14px;
    color: #909091;
    margin-bottom: 10px;
    line-height: 1;
}
.laread-author-detail .author-subdetail .info-small a {
    color: #909091;
}
.laread-author-detail .author-subdetail .info-small a:hover {
    color: #475569;
    text-decoration: none;
}
.laread-author-detail .author-subdetail .info-small span {
    margin: 0px 5px 14px;
    display: inline-block;
}
.laread-author-detail .author-subdetail .info-small i {
    font-size: 16px;
    vertical-align: middle;
    margin: 0 5px 0 15px;
}
.laread-author-detail .author-subdetail .author-bio {
    text-align: center;
    font-size: 16px;
    color: #787878;
    margin-bottom: 31px;
    max-width: 680px;
    width: 90%;
    display: inline-block;
}
.laread-author-detail .author-subdetail .author-bio a {
    color: inherit;
    text-decoration: underline;
}
.laread-author-detail .author-subdetail .btn {
    margin-top: 15px;
    margin-bottom: 60px;
}
.laread-authors {
    padding-bottom: 65px;
}
.laread-authors + .laread-authors {
    padding-top: 65px;
    margin-top: 0;
}
/********** 2.4.1 Author - Finish **********/

/********** 2.4.2 Related Posts - Start **********/
.related-post {
    padding: 5% 104px;
    background-color: #fff;
    margin: 2px -15px 0;
}
.related-post h6 {
    font-size: 14px;
    color: #949392;
}
.related-post ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.related-post ul li {
    margin-bottom: 20px;
}
.related-post ul li a {
}
.related-post ul li a:hover {
    text-decoration: none;
    cursor: default;
}
.related-post ul li a:hover .name {
    cursor: pointer;
}
.related-post ul li a .title {
    font-size: 20px;
    color: #403f3d;
    display: block;
    padding-bottom: 3px;
}
.related-post ul li a:hover .title {
    color: #475569;
}
.related-post ul li a .info {
    font-size: 14px;
    color: #b3b3b1;
    font-weight: 400;
}
.related-post ul li a:hover .info .name {
    color: #475569;
}
/********** 2.4.2 Related Posts - Finish **********/

/********** 2.4.3 About - Start **********/
.head-about {
    padding: 92px 15px 12px;
    text-align: center;
}
.head-about .basic-info {
    margin-bottom: 8px;
}
.about-h1 {
    font-size: 38px;
    color: #475569;
    font-weight: 300;
    margin-bottom: 23px;
}
.about-lead {
    font-size: 18px;
    color: #787878;
    max-width: 680px;
    width: 90%;
    display: inline-block;
}
.laread-about .about-picture {
    text-align: center;
    margin-bottom: 23px;
}
.laread-about .about-picture img {
    border-radius: 50%;
    border: solid 6px #fff;
    max-width: 382px;
}
.laread-about .about-picture + .about-social {
    margin-bottom: 20px;
}
.laread-about {
    text-align: center;
    width: 62%;
    margin-left: auto;
    margin-right: auto;
}
.laread-about p {
    text-align: center;
    color: #787878;
    font-size: 16px;
    margin-bottom: 50px;
}
p.basic-info {
    font-size: 16px;
    color: #787878;
    margin-bottom: 40px;
}
p.basic-info span {
    display: block;
    font-size: 16px;
    color: #909091;
    padding-top: 3px;
}
p.basic-info span i {
    font-size: 18px;
    color: #475569;
}
.about-info {
    margin: 0 auto 50px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 35px 20px 25px;
}
.about-info .info-title {
    font-size: 16px;
    color: #787878;
    padding-bottom: 30px;
    display: inline-block;
}
.about-info .about-item span i {
    font-size: 38px;
    color: #475569;
    vertical-align: middle;
    margin: 0 8px 16px;
}
.about-info .about-item span span {
    font-size: 16px;
    margin: 0 8px 16px;
}
.laread-about h4 {
    text-align: center;
    margin-bottom: 16px;
}
.about-social {
    padding-left: 0;
    list-style-type: none;
    text-align: center;
    margin-bottom: 0;
}
.about-social li {
    display: inline-block;
    margin: 10px;
}
.about-social li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    line-height: 40px;
    font-size: 19px;
    color: #b3b3b1;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.about-social li.xl a {
    width: 71px;
    height: 71px;
    font-size: 28px;
    line-height: 71px;
}
.about-social li a:hover {
    background-color: #475569;
    color: #fff;
}
.become-author {
    text-align: center;
    border-top: solid 1px #dcdcd9;
    position: relative;
    background: #feffff;
    background: -moz-linear-gradient(top, #ffffff 0, #f3f3f3 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #fff),
        color-stop(100%, #f3f3f3)
    );
    background: -webkit-linear-gradient(top, #fff 0, #f3f3f3 100%);
    background: -o-linear-gradient(top, #ffffff 0, #f3f3f3 100%);
    background: -ms-linear-gradient(top, #ffffff 0, #f3f3f3 100%);
    background: linear-gradient(to bottom, #fff 0, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#ffffff',GradientType=100);
}
.become-author:before {
    content: "";
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #f5f5f5;
}
.become-author h5 {
    margin-top: 61px;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 500;
    color: #475569;
}
.become-author p {
    max-width: 500px;
    display: block;
    margin-bottom: 33px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    color: #475569;
}
.become-author a {
    width: 71px;
    height: 71px;
    font-size: 28px;
    line-height: 71px;
    display: inline-block;
    border-radius: 50%;
    background-color: #2b93d1;
    color: #fff;
    margin-bottom: 7px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.become-author a:hover {
    background-color: #c1e5f9;
    color: #fff;
}
/********** 2.4.3 About - Finish **********/

/********** 2.4.4 Contact - Finish **********/
.contact-form {
    max-width: 825px;
    margin: 29px auto 0;
}
.laread-contact {
    text-align: center;
    padding-top: 108px;
}
.contact-box {
    margin-bottom: 27px;
}
.icon-contact {
    background-color: #2b93d1;
    display: block;
    height: 120px;
    border: solid 4px #fff;
    line-height: 145px;
    border-radius: 150px;
    width: 120px;
    margin: 0 auto;
}
.icon-contact i {
    font-size: 50px;
    color: #fff;
}
.contact-info h2 {
    color: #475569;
    font-size: 28px;
    margin-bottom: 30px;
}
.text-contact {
    color: #909091;
    font-size: 17px;
    margin-bottom: 6px;
}
.text-contact > a {
    color: #909091;
    margin-left: 10px;
}
a.text-contact i,
.text-contact > a > i {
    padding-right: 5px;
}
a.text-contact:hover,
.text-contact > a:hover {
    color: #475569;
}
.text-contact i + i {
    margin-left: 10px;
}
.contact-map {
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
    margin-bottom: 55px;
    padding-bottom: 40% !important;
}
.contact-map #map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.contact-form .contact-input {
    border: solid 1px #d7d7d7;
    width: 370px;
    height: 46px;
    padding: 0 20px;
    color: #787878;
    margin: 15px;
    -webkit-appearance: none;
    border-radius: 0;
}
.contact-form .contact-textarea {
    border: solid 2px #d7d7d7;
    width: 770px;
    height: 220px;
    padding: 15px 20px;
    color: #787878;
    margin: 15px;
    resize: none;
    -webkit-appearance: none;
    border-radius: 0;
}
.contact-form .contact-input:focus,
.contact-form .contact-textarea:focus {
    color: #475569;
    background-color: #f1f5f9;
    /* border-color: transparent; */
    outline: none;
}
.contact-form button.btn {
    background: #2b93d1;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 250px;
    height: 70px;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s,
        border-width 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s,
        border-color 0.3s;
}
.contact-form button.btn:focus {
    outline: none;
}
/* Common style of SVGs */
.progress-button {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
    height: 70px;
}
.progress-button + .progress-button {
    margin-left: 15px;
}
.progress-button svg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    pointer-events: none;
}
.progress-button svg path {
    opacity: 0;
    fill: none;
}
.progress-button svg.progress-circle path {
    stroke: #475569;
    stroke-width: 2;
}
.progress-button svg.checkmark path,
.progress-button svg.cross path {
    stroke: #fff;
    stroke-linecap: round;
    stroke-width: 2;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
}
/* Loading, success and error effects */
.loading.progress-button button {
    width: 69px;
    height: 69px; /* make a circle */
    border-color: #ddd;
    background-color: transparent;
    color: #fff;
    border-radius: 35px;
    margin-top: 1px;
    margin-bottom: -20px;
}
.loading.progress-button button:hover {
    border-color: #ddd;
}
.loading.progress-button span {
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
}
.loading.progress-button span,
.success.progress-button span,
.error.progress-button span {
    opacity: 0; /* keep it hidden in all states */
}
.success.progress-button button,
.error.progress-button button {
    -webkit-transition: background-color 0.3s, width 0.3s, border-width 0.3s;
    transition: background-color 0.3s, width 0.3s, border-width 0.3s;
}
.success.progress-button button {
    border-color: #475569;
    background-color: #475569;
}
.error.progress-button button {
    border-color: #fb797e;
    background-color: #fb797e;
}
.loading.progress-button svg.progress-circle path,
.success.progress-button svg.checkmark path,
.error.progress-button svg.cross path {
    opacity: 1;
    -webkit-transition: stroke-dashoffset 0.3s;
    transition: stroke-dashoffset 0.3s;
}
.contact-form-vertical {
    max-width: 770px;
    margin: 28px auto 0;
}
.contact-form-vertical .contact-input {
    background-color: transparent;
    border: none;
    border-bottom: solid 2px #d7d7d7;
    width: 98%;
    font-size: 16px;
    padding: 15px 10px 10px 5px;
    margin-bottom: 10px;
    margin-left: 1%;
    margin-right: 1%;
    -webkit-appearance: none;
    border-radius: 0;
}
.contact-form-vertical .contact-textarea {
    background-color: transparent;
    border: solid 2px #d7d7d7;
    border-width: 2px;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    height: 220px;
    resize: none;
    padding: 2%;
    -webkit-appearance: none;
    border-radius: 0;
}
.contact-form-vertical label {
    font-size: 16px;
    text-align: left;
    color: #787878;
    float: left;
    padding: 15px 10px 5px 10px;
    font-weight: normal;
}
.contact-form-vertical button {
    margin: 10px 1% 80px;
    width: 98%;
}
.contact-form-vertical .contact-input:focus {
    border-bottom-color: #909091;
    outline: none;
}
.contact-form-vertical .contact-textarea:focus {
    border-color: #909091;
    outline: none;
}
.laread-contact-touch {
    text-align: center;
}
.laread-contact-touch h4 {
    margin-bottom: 16px;
    font-weight: 400;
}
.laread-contact-touch p {
    color: #787878;
    font-size: 16px;
    margin-bottom: 40px;
    max-width: 770px;
    width: 100%;
    display: inline-block;
}
.newsletter-box {
    width: 370px;
    margin: 0 auto 58px;
}
.newsletter-box input {
    border: solid 1px #d7d7d7;
    width: 263px;
    height: 45px;
    padding: 0 20px;
    color: #787878;
    float: left;
    margin-left: 47px;
    text-align: center;
    -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;
    -webkit-appearance: none;
    border-radius: 0;
}
.newsletter-box.on-focus input {
    margin-left: 0;
    margin-right: 4px;
    text-align: left;
}
.newsletter-box button {
    float: left;
    opacity: 0;
    margin-right: -47px;
    visibility: hidden;
    -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;
}
.newsletter-box.on-focus button {
    opacity: 1;
    visibility: visible;
    margin-right: 0;
}
.newsletter-box input::-webkit-input-placeholder {
    color: #475569;
}
.newsletter-box input:-moz-placeholder {
    color: #475569;
}
.newsletter-box input::-moz-placeholder {
    color: #475569;
}
.newsletter-box input:-ms-input-placeholder {
    color: #475569;
}

.newsletter-box.on-focus input::-webkit-input-placeholder {
    color: #787878;
}
.newsletter-box.on-focus input:-moz-placeholder {
    color: #787878;
}
.newsletter-box.on-focus input::-moz-placeholder {
    color: #787878;
}
.newsletter-box.on-focus input:-ms-input-placeholder {
    color: #787878;
}

.contact-form .contact-input::-webkit-input-placeholder {
    color: #787878;
}
.contact-form .contact-input:-moz-placeholder {
    color: #787878;
}
.contact-form .contact-input::-moz-placeholder {
    color: #787878;
}
.contact-form .contact-input:-ms-input-placeholder {
    color: #787878;
}
.contact-form .contact-textarea::-webkit-input-placeholder {
    color: #787878;
}
.contact-form .contact-textarea:-moz-placeholder {
    color: #787878;
}
.contact-form .contact-textarea::-moz-placeholder {
    color: #787878;
}
.contact-form .contact-textarea:-ms-input-placeholder {
    color: #787878;
}

.contact-form .contact-input:focus::-webkit-input-placeholder {
    color: #fff;
}
.contact-form .contact-input:focus:-moz-placeholder {
    color: #fff;
}
.contact-form .contact-input:focus::-moz-placeholder {
    color: #fff;
}
.contact-form .contact-input:focus:-ms-input-placeholder {
    color: #fff;
}
.contact-form .contact-textarea:focus::-webkit-input-placeholder {
    color: #fff;
}
.contact-form .contact-textarea:focus:-moz-placeholder {
    color: #fff;
}
.contact-form .contact-textarea:focus::-moz-placeholder {
    color: #fff;
}
.contact-form .contact-textarea:focus:-ms-input-placeholder {
    color: #fff;
}

.contact-form-vertical .contact-input::-webkit-input-placeholder {
    color: #787878;
}
.contact-form-vertical .contact-input:-moz-placeholder {
    color: #787878;
}
.contact-form-vertical .contact-input::-moz-placeholder {
    color: #787878;
}
.contact-form-vertical .contact-input:-ms-input-placeholder {
    color: #787878;
}
.contact-form-vertical .contact-textarea::-webkit-input-placeholder {
    color: #787878;
}
.contact-form-vertical .contact-textarea:-moz-placeholder {
    color: #787878;
}
.contact-form-vertical .contact-textarea::-moz-placeholder {
    color: #787878;
}
.contact-form-vertical .contact-textarea:-ms-input-placeholder {
    color: #787878;
}
/********** 2.4.4 Contact - Finish **********/
/********** 2.4.5 Archive - Start **********/
.archive-banner {
    text-align: center;
    padding-top: 91px;
    background-color: #fff;
}
.archive-search {
    width: 614px;
    text-align: center;
    margin: 40px auto 86px;
    position: relative;
}
.archive-search input {
    border: solid 2px #b3b3b1;
    box-shadow: none;
    color: #717171;
    font-size: 14px;
    padding: 6px 70px 6px 20px;
    height: 50px;
    border-radius: 25px;
}
.archive-search input:focus + button {
    color: #475569;
}
.archive-search button {
    position: absolute;
    right: 0;
    top: 0;
    color: #b3b3b1;
    font-size: 17px;
}
.archive-search button:hover {
    color: #475569;
}
.author-sub {
    padding-left: 0;
    list-style-type: none;
    margin-left: 230px;
    width: 160px;
}
.author-sub li {
    padding-bottom: 4px;
}
.author-sub li a {
    color: #787878;
}
.author-sub li a:hover {
    color: #475569;
    text-decoration: none;
}
.category-sub {
    padding-left: 0;
    list-style-type: none;
    margin-left: 115px;
    width: 160px;
}
.category-sub li {
    padding-bottom: 4px;
}
.category-sub li a {
    color: #787878;
}
.category-sub li a:hover {
    color: #475569;
    text-decoration: none;
}
.category-sub li a:hover span {
    color: #475569;
}
.category-sub li a span {
    float: right;
    color: #a9a9a9;
}
.tab-sub-content {
    width: 100%;
}
.tab-sub-content .row {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 30px;
}
.tab-sub-content .tab-pane {
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 40px;
}
.tablist li.active a {
    color: #475569 !important;
}
#month-year-sub .tablist {
    float: left;
    padding-left: 0;
    list-style-type: none;
    margin-left: 60px;
}
#month-year-sub .tablist li {
    padding-bottom: 4px;
}
#month-year-sub .tablist li a {
    color: #787878;
}
#month-year-sub .tablist li a:hover {
    color: #475569;
    text-decoration: none;
}
#month-year-sub .tab-pane {
    float: left;
    padding-bottom: 0;
}
.month-year-sub {
    padding-left: 0;
    list-style-type: none;
    width: 240px;
    margin-left: 315px;
}
.month-year-sub li {
    margin: 0 20px;
    width: 80px;
    float: left;
    padding-bottom: 4px;
}
.month-year-sub li a {
    color: #787878;
}
.month-year-sub li a:hover {
    color: #475569;
    text-decoration: none;
}
/********** 2.4.5 Archive - Finish **********/

/********** 2.4.6 Article - Start **********/
.article-list-box {
    background: #feffff; /* Old browsers */
    background: -moz-linear-gradient(
        top,
        #feffff 53px,
        #f3f3f3 20%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(53px, #feffff),
        color-stop(20%, #f3f3f3)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        top,
        #feffff 53px,
        #f3f3f3 20%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        top,
        #feffff 53px,
        #f3f3f3 20%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #feffff 53px, #f3f3f3 20%); /* IE10+ */
    background: linear-gradient(to bottom, #feffff 53px, #f3f3f3 20%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f3f3f3',GradientType=20 ); /* IE6-9 */
}
.article-list-box .article-type {
    width: 100%;
    background-color: #f3f3f3;
    border-bottom: solid 1px #e3e3e3;
    margin-bottom: -1px;
}
.article-list-box .article-type ul {
    border-top: solid 2px #d7d7d7;
    list-style-type: none;
    padding-left: 0;
    margin: 0 auto;
    width: 768px;
}
.article-list-box .article-type ul > li {
    display: inline-block;
    vertical-align: top;
}
.article-list-box .article-type ul > li > a {
    color: #787878;
    font-size: 14px;
    padding: 20px 20px 17px;
    display: inline-block;
    line-height: 1;
}
.article-list-box .article-type ul > li.active {
}
.article-list-box .article-type ul > li.active > a {
    color: #475569;
    border-top: solid 3px #475569;
    margin-top: -2px;
    background-color: #fff;
    margin-bottom: -1px;
}
.article-list-box .article-type ul > li > a:hover {
    text-decoration: none;
    color: #475569;
}
.article-list-box > .tab-content {
    padding-top: 60px;
    width: 100%;
    border-top: solid 1px #d7d7d7;
}
.article-list-box > .tab-content > .tab-pane {
    width: 768px;
    margin: 0 auto;
}
.article-list {
    padding-left: 0;
    list-style-type: none;
}
.article-list li {
    padding-bottom: 50px;
    border-bottom: solid 1px #d7d7d7;
}
.article-list li + li {
    padding-top: 49px;
}
.article-list li .media-right {
    float: right;
    padding-left: 50px;
}
.article-list .article-number {
    width: 142px;
    height: 122px;
    display: inline-block;
    text-align: center;
    line-height: 122px;
    background-color: #fff;
    font-size: 42px;
    color: #919191;
    font-weight: 400;
    margin-right: 14px;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    -ms-transition: all 0.15s;
    transition: all 0.15s;
}
.article-list .media-heading {
    margin-bottom: 9px;
    padding-top: 8px;
}
.article-list .media-heading a {
    font-size: 24px;
    color: #3d3d3f;
    line-height: 24px;
    font-weight: 400;
    line-height: 30px;
}
.article-list p {
    color: #4d4d4f;
    line-height: 22px;
}
.article-list .article-info {
    color: #919191;
}
.article-list .article-info a {
    font-size: 14px;
    color: #919191;
}
.article-list .media-heading:hover a {
    color: #475569;
}
.article-list .article-number:hover,
.article-list .hover .article-number {
    background-color: #475569;
    color: #fff;
    text-decoration: none;
}
/********** 2.4.6 Article - Finish **********/
/********** 2.4.8 Next-Prev - Start **********/
.next-prev-post {
    padding: 3% 104px;
    background-color: #fff;
    margin: 2px -15px 0;
}
.next-prev-post .post-direction {
    width: 50%;
    display: inline-block;
    float: left;
}
.next-prev-post .post-direction + .post-direction {
    float: right;
}
.next-prev-post .post-direction > a {
    display: inline-block;
}
.next-prev-post .post-direction .title:hover {
    color: #475569;
}
.next-prev-post .post-direction > a + a:hover span span {
    color: #475569;
}
.next-prev-post .post-direction .post-prev {
    text-align: left;
}
.next-prev-post .post-direction .post-next,
.next-prev-post .post-direction .post-next + a {
    float: right;
    text-align: right;
}
.next-prev-post .post-way {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #b3b3b1;
}
.next-prev-post .post-way:hover {
    color: #475569;
}
.next-prev-post .post-prev .post-way {
    margin-left: -18px;
    float: left;
}
.next-prev-post .post-next .post-way {
    margin-right: -18px;
    float: right;
}
.next-prev-post .post-way i {
    font-size: 25px;
    vertical-align: middle;
}
.next-prev-post .post-prev .post-way i {
    margin-right: 5px;
}
.next-prev-post .post-next .post-way i {
    margin-left: 5px;
}
.next-prev-post .title {
    display: block;
    font-size: 22px;
    color: #403f3d;
    padding-top: 15px;
}
.next-prev-post a:hover {
    text-decoration: none;
}
.next-prev-post .post-prev .title {
    padding-right: 15px;
}
.next-prev-post .post-next .title {
    padding-left: 15px;
}
.next-prev-post .author {
    font-size: 15px;
    line-height: 26px;
    color: #b3b3b1;
    display: inline-block;
}
/********** 2.4.8 Next-Prev - Finish **********/

/********** 2.4.9 404 - Finish **********/
.icon-404 {
    background-color: #475569;
    display: block;
    height: 216px;
    border: solid 6px #fff;
    line-height: 246px;
    border-radius: 150px;
}
.icon-404 i {
    font-size: 68px;
    color: #fff;
}
.laread-404 {
    text-align: center;
    padding-top: 100px;
}
.laread-404 .icon-box {
    width: 216px;
    display: inline-block;
}
.laread-404 .info-404 {
    margin-bottom: 68px;
}
.laread-404 .info-404 .btn {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 15px;
    padding-right: 15px;
}
.laread-404 .info-404 h2 {
    font-size: 28px;
    color: #475569;
    font-weight: 400;
    margin-bottom: 15px;
}
.text-404 {
    color: #909091;
    padding: 0 32%;
}
/********** 2.4.9 404 - Finish **********/

/********** 2.5 Banner - Start **********/
#section-conent {
    padding-top: 85px;
}
.banner-mod {
}
.intro-effect-push:not(.no-fixed) .banner-mod #carousel-captions.carousel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    bottom: 0;
    z-index: 1001;
}
.banner-mod .carousel-inner {
    min-height: 100%;
}
.intro-effect-push:not(.no-fixed) .banner-mod .carousel-inner .item,
.intro-effect-push:not(.no-fixed) .banner-mod .carousel-inner .item-cover {
    height: 100%;
    width: 100%;
    position: absolute;
    max-height: 100%;
}
.banner-mod .carousel-inner .item-cover > img,
.banner-mod .carousel-inner .item-cover > a > img {
    position: relative;
    left: 50%;
    height: 100%;
    width: auto;
    max-width: none;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.banner-mod > .carousel > .carousel-control {
    background-image: none;
    top: 83%;
    font-size: 41px;
    width: auto;
    opacity: 1;
    z-index: 1999;
    bottom: auto;
}
.banner-mod > .carousel > .caption-more {
    position: absolute;
    right: 35%;
    top: 83%;
    height: 58px;
    line-height: 58px;
    color: #fff;
    display: inline-block;
    white-space: pre;
    z-index: 9999;
    text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 2px;
    -webkit-transition: border 0.15s linear;
    -moz-transition: border 0.15s linear;
    -o-transition: border 0.15s linear;
    -ms-transition: border 0.15s linear;
    transition: border 0.15s linear;
}
.banner-mod > .carousel > .caption-more span {
    border-bottom: solid 1px transparent;
}
.banner-mod > .carousel > .caption-more:hover,
.banner-mod > .carousel > .caption-more:focus {
    color: #e4e4e4;
    text-decoration: none;
}
.banner-mod > .carousel > .caption-more i {
    font-size: 18px;
    margin-left: 2px;
}
.banner-mod > .carousel > .carousel-control:hover {
    color: #e4e4e4;
}
.banner-mod > .carousel > .carousel-control.left {
    left: 31%;
}
.banner-mod > .carousel > .carousel-control.right {
    left: 35%;
    right: auto;
}
.banner-mod .caption-more {
    position: absolute;
    right: 0;
    top: 100%;
    color: #fff;
    display: inline-block;
    white-space: pre;
}
.banner-mod .carousel-caption p a {
    color: inherit;
    text-decoration: none;
}
.banner-mod .carousel-caption p a:hover {
    color: #e4e4e4;
}
.banner-mod .carousel-caption .caption-more span {
    border-bottom: solid 1px transparent;
    -webkit-transition: border 0.15s linear;
    -moz-transition: border 0.15s linear;
    -o-transition: border 0.15s linear;
    -ms-transition: border 0.15s linear;
    transition: border 0.15s linear;
}
.banner-mod .carousel-caption .caption-more:hover,
.banner-mod .carousel-caption .caption-more:focus {
    color: #e4e4e4;
    text-decoration: none;
}
.banner-mod .carousel-caption-3 .caption-more {
    margin-top: 4%;
}
.banner-mod .carousel-caption .caption-more i {
    font-size: 18px;
    margin-left: 2px;
}
/* post v1 */
.banner-mod .carousel-caption-1 {
    left: 29%;
    right: 29%;
    padding-top: 0;
    bottom: 20%;
    padding-bottom: 0;
}
.banner-mod .carousel-caption-1 .article-info {
    background-color: #fff;
    height: 146px;
    width: 170px;
    color: #909091;
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    text-shadow: none;
    padding-top: 35px;
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 16px;
}
.banner-mod .carousel-caption-1 .article-info span {
    font-size: 16px;
    display: block;
    color: #919191;
    padding-top: 4px;
    text-transform: uppercase;
}
.banner-mod .carousel-caption-1 h3 {
    text-align: left;
    color: #fff;
    font-size: 42px;
    padding-left: 30px;
    margin-bottom: 15px;
    line-height: 46px;
    margin-top: 0px;
}
.banner-mod .carousel-caption h3 a {
    color: #fff;
}
.banner-mod .carousel-caption h3 a:hover,
.banner-mod .carousel-caption h3 a:focus {
    color: #e4e4e4;
    text-decoration: none;
}
.banner-mod .carousel-caption-1 p {
    color: #fff;
    font-size: 20px;
    text-align: left;
    padding-left: 33px;
}
/* post v3 */
.banner-mod .carousel-caption-3 {
    left: 30.7%;
    right: 30.7%;
    bottom: 18%;
    padding-top: 11px;
    text-align: left;
}
.banner-mod .carousel-caption-3 .article-info {
    font-size: 17px;
    font-weight: 200;
    line-height: 1;
    text-shadow: none;
    color: #fff;
}
.banner-mod .article-info a {
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
}
.banner-mod .article-info a:hover {
    color: #e4e4e4;
}
.banner-mod .carousel-caption-3 h3 {
    color: #fff;
    font-size: 52px;
    font-weight: 500;
    line-height: 62px;
    margin-top: 10px;
}
.banner-mod .carousel-fade .item {
    left: 0;
    opacity: 0;
    display: block;
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-backface-visibility: initial;
    backface-visibility: initial;
}
.banner-mod .carousel-fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
}
.banner-mod .carousel-fade .item.active.left,
.banner-mod .carousel-fade .item.active.right {
    opacity: 0;
}
.banner-mod .carousel-fade .item.next.left,
.banner-mod .carousel-fade .item.prev.right {
    opacity: 1;
}

/* top v1 */
.navbar-laread-white {
    background-color: #fff;
    border-bottom-width: 0;
}
.navbar-laread-white .nav > li:hover > a.dropdown-toggle:before {
    border-top-color: #475569;
}
.navbar-laread-white .container .navbar-brand,
.navbar-laread-white .container-fluid .navbar-brand {
    padding: 0;
    height: 64px;
    margin-left: 0;
}
.navbar-laread-white .nav {
    float: none;
    padding: 0 16%;
    font-size: 15px;
    text-align: center;
}
.navbar-laread-white .nav > li {
    float: none;
    display: inline-block;
    position: static;
}
.navbar-laread-white .nav > li > a {
    padding: 23px 15px 21px;
    color: #505053;
}
.navbar-laread-white .nav > li:hover > a {
    color: #475569;
}
.navbar-laread-white .icon-bar {
    background-color: #a3a3a3;
}
.navbar-laread-white .banner-search,
.navbar-laread-white .banner-search-close {
    float: right;
    font-size: 17px;
    color: #a3a3a3;
    padding: 20px 12px;
}
.navbar-laread-white .banner-search:hover,
.navbar-laread-white .banner-search-close:hover {
    color: #475569;
}
.navbar-laread-white .banner-search-close {
    display: none;
}
.navbar-laread-white .banner-search-form {
    display: block;
    max-width: 770px;
    margin: 15px 0;
    display: none;
    padding-left: 17%;
}
.navbar-laread-white .banner-search-form input {
    padding: 7px 5px;
    border-width: 0 0 0 1px;
    border-color: #909091;
    border-style: solid;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0;
}
.navbar-laread-white .banner-search-form input:focus {
    outline: none;
}
/* top v2 */
.navbar-laread-transparent {
    background-color: transparent;
    border-bottom-color: rgba(80, 80, 83, 0.2);
    border-top-width: 0;
    z-index: 999999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.modify .navbar-laread-transparent {
    background-color: #3d3d3f;
}
.modify .navbar-laread-transparent .nav > li > ul {
    border-top: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
    background-color: #ffffff;
}
.modify .navbar-laread-transparent .nav > li > ul a {
    color: #6d6d70;
    text-shadow: none;
}
.modify .navbar-laread-transparent .nav > li > ul a:hover {
    background-color: #f5f5f5;
    color: #475569;
}
.navbar-laread-transparent .container .navbar-brand,
.navbar-laread-transparent .container-fluid .navbar-brand {
    padding: 0;
    height: 64px;
    margin-left: 0;
}
.navbar-laread-transparent .nav {
    float: none;
    padding: 0 16%;
    font-size: 15px;
    text-align: center;
}
.navbar-laread-transparent .nav > li {
    float: none;
    display: inline-block;
    position: static;
}
.navbar-laread-transparent .nav > li > a {
    padding: 23px 15px 21px;
    color: #fff;
}
.navbar-laread-transparent .nav > li a {
    text-shadow: rgba(0, 0, 0, 0.2) 2px 1px 1px;
}
.navbar-laread-transparent .nav > li > a:hover {
    color: #e4e4e4;
}
.navbar-laread-transparent .icon-bar {
    background-color: #fff;
}
.navbar-laread-transparent .banner-search,
.navbar-laread-transparent .banner-search-close {
    float: right;
    font-size: 17px;
    color: #fff;
    padding: 20px 12px;
}

.navbar-laread-transparent .banner-search:hover,
.navbar-laread-transparent .banner-search-close:hover {
    color: #e4e4e4;
}
.navbar-laread-transparent .banner-search-close {
    display: none;
}
.navbar-laread-transparent .banner-search-form {
    display: block;
    max-width: 770px;
    margin: 15px 0;
    display: none;
    padding-left: 17%;
}
.navbar-laread-transparent .banner-search-form input {
    padding: 7px 15px;
    border-width: 0 0 0 1px;
    border-color: #fff;
    width: 80%;
    border-style: solid;
    background-color: transparent;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.2) 2px 1px 1px;
    border-radius: 0;
}
.navbar-laread-transparent .banner-search-form input:focus {
    outline: none;
}
.navbar-laread-transparent
    .banner-search-form
    input::-webkit-input-placeholder {
    color: #fff;
}
.navbar-laread-transparent .banner-search-form input:-moz-placeholder {
    color: #fff;
}
.navbar-laread-transparent .banner-search-form input::-moz-placeholder {
    color: #fff;
}
.navbar-laread-transparent .banner-search-form input:-ms-input-placeholder {
    color: #fff;
}

.navbar-laread-transparent
    .banner-search-form
    input:hover::-webkit-input-placeholder {
    color: #e4e4e4;
}
.navbar-laread-transparent .banner-search-form input:hover:-moz-placeholder {
    color: #e4e4e4;
}
.navbar-laread-transparent .banner-search-form input:hover::-moz-placeholder {
    color: #e4e4e4;
}
.navbar-laread-transparent
    .banner-search-form
    input:hover:-ms-input-placeholder {
    color: #e4e4e4;
}
/* sub */
.banner-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 50px;
    color: #b3b3b1;
    z-index: 1501;
}
.banner-bottom a {
    color: #6d6d70;
    display: inline-block;
}
/* sub v1 */
.bbottom-1 .banner-info {
    padding: 15px 50px;
}
.bbottom-1 .banner-prev {
    padding: 15px 28px 15px 5px;
    color: #9b9b9b;
    border-right: solid 1px #ececec;
}
.bbottom-1 .banner-next {
    padding: 15px 60px 15px 28px;
    color: #9b9b9b;
    border-left: solid 1px #ececec;
}
.bbottom-1 .banner-next:hover,
.bbottom-1 .banner-prev:hover {
    color: #6d6d70;
    text-decoration: none;
}
.bbottom-1 .banner-sharebox {
    display: inline-block;
}
.bbottom-1 .banner-share {
    padding: 0 14px;
}
.bbottom-1 .banner-like {
    padding: 0 14px;
}
.bbottom-1 .popover {
    border-radius: 2px;
    z-index: 999;
}
.bbottom-1 .popover-content a {
    color: #a3a3a3;
    font-size: 15px;
    display: block;
}
.bbottom-1 .popover-content a + a {
    margin-top: 10px;
}
/* sub v2 */
.bbottom-2 .banner-info {
    padding: 15px 28px;
    display: inline-block;
}
.bbottom-2 .banner-prev {
    padding: 15px 28px 15px 50px;
    color: #9b9b9b;
    border-right: solid 1px #ececec;
}
.bbottom-2 .banner-next {
    padding: 15px 60px 15px 28px;
    color: #9b9b9b;
    border-left: solid 1px #ececec;
    float: right;
}
.bbottom-2 .banner-next:hover,
.bbottom-2 .banner-prev:hover {
    color: #6d6d70;
    text-decoration: none;
}
.bbottom-2 .banner-sharebox {
    display: inline-block;
    border-right: solid 1px #ececec;
    border-left: solid 1px #ececec;
    padding: 15px 28px;
}
.bbottom-2 .banner-sharebox a {
    margin-left: 14px;
}
.bbottom-2 .banner-share {
    padding: 0 14px;
}
.bbottom-2 .banner-like {
    padding: 0 14px;
}
/* sub v3 */
.bbottom-3 .banner-info {
    padding: 15px 28px;
    display: inline-block;
}
.bbottom-3 p {
    font-size: 14px;
    color: #b3b3b1;
    padding: 12px 20px 15px 24px;
    margin: 0;
    float: left;
    display: inline-block;
    border-right: solid 1px #ececec;
}
.banner-links {
    float: left;
    padding: 15px 20px;
}
.banner-links a {
    color: #a3a3a3;
}
.banner-links a:hover {
    color: #6d6d70;
    text-decoration: none;
}
.bbottom-3 .banner-sharebox {
    display: inline-block;
    padding: 15px 24px;
}
.bbottom-3 .banner-sharebox a {
    margin-left: 16px;
}
.bbottom-3 .banner-sharebox a:hover {
    color: #475569;
}
#fullpage {
    margin-top: -64px;
}
.is-push-bar .intro-effect-push:not(.modify) #fullpage {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/********** 2.5 Banner - Finish **********/

/********** 3. Comment Section - Start **********/
.comment-box {
    padding: 5% 104px;
    background-color: #fff;
    margin: 2px -15px 0;
}
.comment-box .comment-block {
    width: 88%;
}
.comment-box .comment-block .comment-item .comment-item {
    padding-top: 15px;
}
.comment-box
    .comment-block
    .comment-item
    .comment-item:last-child
    .comment-body {
    border-bottom-width: 0;
}
.comment-box .comment-block .comment-photo {
    display: block;
    margin-right: 10px;
    float: left;
    border-radius: 3px;
    overflow: hidden;
}
.comment-box .comment-block .comment-body {
    display: block;
    margin-left: 58px;
    border-bottom: solid 1px #e5e6e9;
    margin-bottom: 25px;
}
.comment-box .comment-block .comment-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1;
    color: #475569;
    text-transform: none;
}
.comment-box .comment-block .comment-heading .comment-date {
    font-size: 13px;
    color: #b3b3b1;
}
.comment-box .comment-block .comment-text {
    color: #403f3d;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
    padding-top: 2px;
}
.comment-box .comment-block .comment-reply {
    font-size: 13px;
    line-height: 26px;
    font-weight: 500;
    color: #b3b3b1;
    padding: 10px 0 8px;
    display: inline-block;
}
.comment-box .comment-block .comment-reply:hover {
    text-decoration: none;
    color: #475569;
}
.comment-box .comment-block .comment-reply .reply-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.comment-box .comment-block .comment-reply .reply-icon:before {
    content: "\f112";
}
.comment-box > .btn {
    float: right;
}
.comment-box .comment-tab {
    color: #a4a4a0;
    margin-bottom: 40px;
}
.comment-box .comment-tab .comment-info {
    color: #b3b3b1;
}
.comment-box .comment-tab .comment-info:hover {
    color: #949392;
    text-decoration: none;
}
.comment-box .comment-tab .i {
    font-style: normal;
    padding: 0 10px;
}
.comment-form {
    width: 83%;
    padding-bottom: 30px;
}
.comment-form .comment-textarea {
    width: 100%;
    margin: 0;
    display: inline-block;
    resize: none;
    color: #403f3d;
    border: 1px solid #dedede;
    padding: 10px 12px 9px;
    height: 62px;
    margin-bottom: 5px;
    -webkit-appearance: none;
    border-radius: 0;
}
.comment-form .comment-textarea:focus {
    border-color: #747474;
    outline: none;
}
.comment-form .comment-input {
    width: 50%;
    padding: 7px 12px;
    margin: 0;
    display: inline-block;
    float: left;
    border: solid 1px #dedede;
    color: #403f3d;
    -webkit-appearance: none;
    border-radius: 0;
}
.comment-form .comment-input + .comment-input {
    margin-left: -1px;
}
.comment-form .comment-input:focus {
    border-color: #747474;
    outline: none;
}
.comment-form .comment-input:focus + .comment-input {
    border-left-color: #747474;
}
.comment-form .comment-submit {
    margin-top: 14px;
    color: white;
    font-size: 14px;
    line-height: 17px;
    background-color: #2b93d1;
    border: none;
    padding: 10px 12px;
}
.comment-form .comment-submit:hover {
    background-color: #c1e5f9;
    color: #fff;
}
.comment-form.main-comment-form .comment-textarea {
    height: 41px;
    transition: height 0.15s ease-out;
    transition-delay: 0.2s;
}
.comment-form.main-comment-form .comment-textarea.on-focus {
    height: 82px;
    transition: height 0.15s ease-in;
}
.comment-form.main-comment-form {
    margin-left: 8%;
    width: 92%;
    padding-bottom: 30px;
}
.comment-form.main-comment-form .comment-input {
    padding: 9px 12px;
    width: 49%;
    float: left;
}
.comment-form.main-comment-form .comment-input + .comment-input {
    margin-left: 2%;
    border-left-color: #dedede;
    float: right;
}
.comment-form.main-comment-form .comment-input:focus {
    border-left-color: #333;
}
.at-focus {
    display: none;
}
/********** 3. Comment Section - Finish **********/

/********** 4. Sidebar and Widgets - Start **********/
.laread-right {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}
/* 4.1 Search */
.laread-form {
    padding: 20px 27px 51px 14px;
    width: 100%;
    border-bottom: solid 1px #e4e4e4;
}
.laread-form input {
    box-shadow: none;
    border: none;
    background-color: transparent;
    border-radius: 0;
    float: left;
    width: 93%;
}
.laread-form input::-webkit-input-placeholder {
    color: #b3b3b1;
}
.laread-form input:-moz-placeholder {
    color: #b3b3b1;
}
.laread-form input::-moz-placeholder {
    color: #b3b3b1;
}
.laread-form input:-ms-input-placeholder {
    color: #b3b3b1;
}

.laread-form input:focus::-webkit-input-placeholder {
    color: #919191;
}
.laread-form input:focus:-moz-placeholder {
    color: #919191;
}
.laread-form input:focus::-moz-placeholder {
    color: #919191;
}
.laread-form input:focus:-ms-input-placeholder {
    color: #919191;
}
.laread-form input:focus {
    outline: none;
    border-color: #919191;
    box-shadow: none;
}
.laread-form input:focus + .btn i {
    color: #475569;
}
.laread-form .input.focusin + .btn {
    color: #475569;
}
.laread-form .btn {
    float: right;
    font-size: 17px;
    padding: 2px 0;
    color: #b3b3b1;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
/* 4.2 Category */
.laread-list {
    border-bottom: solid 1px #e4e4e4;
    list-style: none;
    padding: 24px;
    margin-bottom: 0px;
}
.laread-list li {
    padding: 2px 0 3px;
    position: relative;
}

.laread-list li i.line {
    display: none;
    height: 2px;
    width: 10px;
    background-color: #cdcdce;
    position: absolute;
    right: 100%;
    top: 11px;
    margin-right: 10px;
}
.laread-list li:hover i.line {
    display: block;
}
.laread-list .title {
    font-size: 15px;
    color: #5b5b5e;
    font-weight: 500;
    padding: 0;
    margin-bottom: 11px;
}
.laread-list li a {
    font-size: 15px;
    color: #717171;
}
.laread-list li.active a {
    font-size: 15px;
    color: #475569;
}
.category-list li a span {
    color: #b3b3b1;
    font-size: 13px;
}
.recent-comments-list li:hover a,
.recent-post-list li:hover a,
.category-list li:hover a {
    color: #475569;
    text-decoration: none;
}
/* 4.3 Recent Post */
.laread-list li i.date {
    display: none;
    float: right;
    color: #c2c2c1;
    font-size: 13px;
    font-style: normal;
    position: absolute;
    right: 0;
    top: 4px;
    background-color: #fff;
    padding-left: 30px;
    background: -moz-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.9) 20%,
        rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0%, rgba(255, 255, 255, 0)),
        color-stop(20%, rgba(255, 255, 255, 0.9)),
        color-stop(100%, rgba(255, 255, 255, 1))
    );
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.9) 20%,
        rgba(255, 255, 255, 1) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.9) 20%,
        rgba(255, 255, 255, 1) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.9) 20%,
        rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.9) 20%,
        rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.laread-list li:hover i.date {
    display: block;
}
/* 4.4 Recent Comment */
/* 4.5 Tags */
.bar-tags {
}
.bar-tags a {
    font-size: 14px;
    color: #717171;
    background-color: #eeeeee;
    padding: 0 12px;
    line-height: 29px;
    margin-bottom: 5px;
    margin-right: 1px;
    display: inline-block;
}
.bar-tags a:hover {
    background-color: #b3b3b1;
    color: #fff;
    text-decoration: none;
}
/* 4.6 Newsletter */
.barbg-grey {
    background-color: #f5f5f5;
    border: solid 3px #fff;
}
.newsletter-bar {
}
.newsletter-bar p {
    font-size: 14px;
    line-height: 24px;
}
.newsletter-bar .input-group {
    max-width: 290px;
}
.newsletter-bar .input-group .input-group-addon {
    padding: 0;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 11px;
    width: 19px;
    height: 19px;
    z-index: 999;
    border: none;
    background-color: transparent;
}
.newsletter-bar .input-group .input-group-addon i {
    color: #b3b3b1;
    font-size: 19px;
    -webkit-transition: color 300ms linear;
    -moz-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    -ms-transition: color 300ms linear;
    transition: color 300ms linear;
}
.newsletter-bar .input-group.focusin .input-group-addon i {
    color: #475569;
    -webkit-transition: color 300ms linear;
    -moz-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    -ms-transition: color 300ms linear;
    transition: color 300ms linear;
}
.newsletter-bar .input-group.valid-text .input-group-addon i {
    color: #475569;
    -webkit-transition: color 300ms linear;
    -moz-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    -ms-transition: color 300ms linear;
    transition: color 300ms linear;
}
.newsletter-bar .valid-text .input-group-btn .btn {
    background-color: #475569;
    color: #fff;
    -webkit-transition: background-color 0.3s linear, color 0.3s linear;
    -moz-transition: background-color 0.3s linear, color 0.3s linear;
    -o-transition: background-color 0.3s linear, color 0.3s linear;
    -ms-transition: background-color 0.3s linear, color 0.3s linear;
    transition: background-color 0.3s linear, color 0.3s linear;
}
.newsletter-bar .form-control {
    font-size: 14px;
    height: 42px;
    border-width: 0;
    box-shadow: none;
    border-right: solid 1px #e4e4e4;
    padding-left: 40px;
}
.newsletter-bar .form-control:focus {
    border-right: solid 1px #e4e4e4;
}

.newsletter-bar .form-control::-webkit-input-placeholder {
    color: #b3b3b1;
}
.newsletter-bar .form-control:-moz-placeholder {
    color: #b3b3b1;
}
.newsletter-bar .form-control::-moz-placeholder {
    color: #b3b3b1;
}
.newsletter-bar .form-control:-ms-input-placeholder {
    color: #b3b3b1;
}

.newsletter-bar .form-control:focus::-webkit-input-placeholder {
    color: #919191;
}
.newsletter-bar .form-control:focus:-moz-placeholder {
    color: #919191;
}
.newsletter-bar .form-control:focus::-moz-placeholder {
    color: #919191;
}
.newsletter-bar .form-control:focus:-ms-input-placeholder {
    color: #919191;
}
.newsletter-bar .input-group-btn {
    background-color: #f9f9f9;
    border: solid 1px #fff;
}
.newsletter-bar .input-group-btn .btn {
    background-color: transparent;
    color: #b3b3b1;
    font-size: 16px;
    padding: 8px 10px 8px;
    -webkit-transition: color 300ms linear;
    -moz-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    -ms-transition: color 300ms linear;
    transition: color 300ms linear;
}
/* 4.7 Quote */
.quotes-basic {
    text-align: center;
    padding: 0 40px;
}
.quotes-basic i {
    color: #475569;
    padding: 20px 0;
}
.quotes-basic p {
    color: #717171;
    font-size: 20px;
}
.quotes-basic p:hover {
    color: #4c5246;
}
.quotes-basic span.whosay {
    color: #475569;
    padding: 20px 0 30px;
    display: inline-block;
}
/* 4.8 Quotes */
.quotes {
    padding: 40px;
}
.quotes .quotes-icon {
    color: #b3b3b1;
    float: left;
}
.quotes .quotes-share {
    color: #b3b3b1;
    float: right;
}
.quotes-share {
}
.quotes-share:focus {
    outline: none;
}
.quotes-share + .popover {
    border-radius: 2px;
    z-index: 999;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 1px rgba(0, 0, 0, 0.35);
    border: none;
}
.quotes-share + .popover .popover-content {
}
.quotes-share + .popover .popover-content a {
    color: #a3a3a3;
    font-size: 15px;
    display: block;
    text-align: center;
}
.quotes-share + .popover .popover-content a:hover {
    color: #475569;
}
.quotes-share + .popover .popover-content a + a {
    margin-top: 10px;
}
.quotes .quotes-number {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0 30px;
}
.quotes .quotes-number span {
    font-size: 12px;
    font-family: georgia;
    color: #475569;
    text-decoration: underline;
}
.quotes .quotes-number i {
    font-size: 38px;
    color: #475569;
    font-family: georgia;
    line-height: 30px;
}
.quotes p {
    color: #717171;
    font-size: 20px;
    text-align: center;
}
.quotes p:hover {
    color: #4c5246;
}
.quotes span.whosay {
    color: #475569;
    padding-top: 20px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
/* 4.9 Social Bar */
.social-bar .social-icons {
    margin-left: -42px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
}
.social-bar .social-icons a {
    color: #475569;
    font-size: 32px;
    padding: 0 10px;
}
.social-bar .social-icons a:hover {
    color: #8f7764;
}
.social-bar .social-icons a i {
}
/* 4.10 Movie Bar */
.laread-list.movie-bar {
    padding: 3px;
    background-color: #fff;
}
.laread-list.movie-bar a {
    position: relative;
    color: #fff;
    font-size: 18px;
    display: block;
    text-align: center;
}
.laread-list.movie-bar a:hover {
    color: #e4e4e4;
}
.laread-list.movie-bar a img {
    width: 100%;
}
.laread-list.movie-bar a span {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 41px;
    display: inline-block;
    vertical-align: text-top;
    left: 0;
    text-align: left;
    padding-left: 14px;
}
.laread-list.movie-bar a span.bottom {
    bottom: 8px;
    line-height: 41px;
    height: 51px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.laread-list.movie-bar a span.middle {
    bottom: 79px;
    text-align: center;
    padding-left: 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.laread-list.movie-bar a span.middle i {
    width: 100%;
    padding-bottom: 6px;
}
.laread-list.movie-bar a span i {
    font-size: 48px;
    vertical-align: middle;
    margin-right: 6px;
}
/* 4.11 Text Bar */
.text-bar {
}
.text-bar p {
    line-height: 20px;
}
.text-bar p a {
    color: #4d4d4f;
    text-decoration: underline;
}
.text-bar p a:hover {
    color: #475569;
}
/* 4.12 Archive Bar */
.archive-bar {
}
.archive-bar li.break-list {
    background-color: #cfcfd0;
    width: 20px;
    height: 2px;
    margin: 10px 0;
    padding: 0;
}
.archive-bar li.mute a {
    color: #b3b3b1;
}
.archive-bar a:hover,
.archive-bar li.mute a:hover {
    text-decoration: none;
    color: #475569;
}
/* 4.13 Ad Bar */
.laread-list.ad-bar {
    padding: 3px;
    background-color: #fff;
}
.ad-bar a {
    position: relative;
    color: #fff;
    font-size: 18px;
    display: block;
}
.ad-bar a img {
    width: 100%;
}
.ad-bar a span {
    bottom: 14px;
    font-size: 16px;
    position: absolute;
    z-index: 99;
    width: 100%;
    text-align: center;
    height: 41px;
    display: inline-block;
    vertical-align: text-top;
    left: 0;
}
.ad-bar a span i {
    font-size: 48px;
    vertical-align: middle;
}
/* 4.14 Calendar */
.calendar-bar {
    padding: 35px;
}
.caption {
    color: #898989;
    font-size: 16px;
    line-height: 24px;
}
/* 4.15 Photo Bar */
/* Instagram */
.instagram-bar {
}
.instagram-bar li > a {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 6px;
    overflow: hidden;
    width: 46%;
}
.instagram-bar a img {
    width: 100%;
    padding: 3px;
}
.instagram-bar li > a:hover {
    border: solid 3px #dcdcdc;
}
.instagram-bar li > a:hover img {
    padding: 0;
}
.instagram-bar p a {
    color: #b3b3b1;
}
.instagram-bar p a:hover {
    color: #475569;
    text-decoration: none;
}
.instagram-border-bar {
}
.instagram-border-bar li > a {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 6px;
    width: 47%;
}
.instagram-border-bar li a img {
    width: 100%;
    padding: 5px;
    border: solid 1px #dadada;
}
.instagram-border-bar li > a:hover img {
    padding: 3px;
    border: solid 3px #dcdcdc;
}
.instagram-border-bar p a {
    color: #b3b3b1;
}
.instagram-border-bar p a:hover {
    color: #475569;
    text-decoration: none;
}
/* Dribble */
.dribbble-border-bar {
}
.dribbble-border-bar li > a {
    display: inline-block;
    margin-bottom: 4px;
    width: 100%;
}
.dribbble-border-bar a img {
    width: 100%;
    padding: 7px;
    border: solid 1px #dadada;
}
.dribbble-border-bar a:hover img {
    padding: 5px;
    border: solid 3px #dadada;
}
.dribbble-border-bar p {
    width: 100%;
}
.dribbble-border-bar p a {
    color: #b3b3b1;
    line-height: 12px;
    padding-top: 6px;
}
.dribbble-border-bar p a:hover {
    color: #475569 !important;
    text-decoration: none;
}
.dribbble-border-bar p .small {
    padding-left: 17px;
    display: block;
}
.dribbble-border-bar p .grey {
    color: #5b5b5e;
}
.dribbble-border-bar p .like {
    float: right;
    font-size: 13px;
}
/* Flicker */
.flickr-bar {
}
.flickr-bar li > a {
    display: inline-block;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
    width: 30%;
    margin-right: 8px;
    float: left;
}
.flickr-bar li > a img {
    width: 100%;
}
.flickr-bar li > a:hover {
}
.flickr-bar li > a:hover img {
}

.flickr-bar li > a:hover:before {
    opacity: 1;
}
.flickr-bar li > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #475569;
    background-color: rgba(162, 134, 113, 0.7);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.flickr-bar li > p {
    width: 100%;
    float: left;
}
.flickr-bar p a {
    color: #b3b3b1;
}
.flickr-bar p a:hover {
    color: #475569;
    text-decoration: none;
}
/* 4.16 Facebook Like */
/* 4.17 Twitter */
.tweets-bar {
    text-align: center;
    padding: 0 40px 24px;
}
.tweets-bar > i {
    color: #475569;
    padding: 31px 0 8px;
    font-size: 32px;
    width: 100%;
}
.tweets-bar a {
    color: #454545;
    font-size: 15px;
    margin-bottom: 8px;
    display: inline-block;
}
.tweets-bar a:hover {
    text-decoration: none;
    color: #475569;
}
.tweets-bar .item p {
    line-height: 20px;
    margin-bottom: 20px;
}
.tweets-bar p .date {
    color: #b3b3b1;
}
.tweets-bar p.tweets-icons a {
    color: #b3b3b1;
    padding: 0 8px;
    font-size: 13px;
    margin-bottom: 0;
}
.tweets-bar p.tweets-icons a:hover {
    color: #475569;
    text-decoration: none;
}
.tweets-bar p.tweets-icons a i {
    margin-right: 2px;
}
.tweets-bar span.whosay {
    color: #475569;
    padding: 20px 0 40px;
    display: inline-block;
}
.tweets-bar > div > .left,
.tweets-bar > div > .right {
    color: #b3b3b1;
    display: inline-block;
    margin: 0 4px;
    font-size: 16px;
}
.tweets-bar > div > .left:hover,
.tweets-bar > div > .right:hover {
    color: #475569;
}
.tweets-bar > div > .left {
}
.tweets-bar > div > .right {
}
.tweets-bar .item {
    width: 100%;
}
/********** 4. Sidebar and Widgets - Finish **********/

/********** 5.1 Calendar - Start **********/
/* Zabuto Calendar */
div.zabuto_calendar {
    margin: 0;
    padding: 0;
}
div.zabuto_calendar .table {
    width: 100%;
    margin: 0;
    padding: 0;
}
div.zabuto_calendar .table th,
div.zabuto_calendar .table td {
    padding: 4px 2px;
    text-align: center;
}
div.zabuto_calendar .table tr th,
div.zabuto_calendar .table tr td {
    background-color: #ffffff;
}
div.zabuto_calendar .table tr td {
    border-top-width: 0;
}
div.zabuto_calendar .table tr.calendar-month-header {
    border-top-width: 0;
}
div.zabuto_calendar .table tr.calendar-month-header th {
}
div.zabuto_calendar .table tr.calendar-month-header th span {
    cursor: pointer;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 18px;
    color: #4c5246;
    font-weight: normal;
    text-transform: uppercase;
}
div.zabuto_calendar .table tr.calendar-month-header th span.glyphicon {
    font-size: 9px;
    color: #fff;
    background-color: #b3b3b1;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    padding-bottom: 0px;
    padding-top: 2px;
}
div.zabuto_calendar .table tr.calendar-month-header th:hover span.glyphicon {
    background-color: #475569;
}
div.zabuto_calendar .table tr.calendar-dow-header th {
    font-size: 13px;
    font-weight: normal;
    color: #475569;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
}
div.zabuto_calendar .table tr.calendar-month-header th {
    padding-top: 12px;
    padding-bottom: 4px;
    border-top-width: 0;
}
div.zabuto_calendar .table-bordered tr.calendar-month-header th {
    border-left: 0;
    border-right: 0;
}
div.zabuto_calendar .table-bordered tr.calendar-month-header th:first-child {
    border-left: 1px solid #dddddd;
}
div.zabuto_calendar div.calendar-month-navigation {
    cursor: pointer;
    margin: 0;
    padding: 0;
}
div.zabuto_calendar tr.calendar-dow-header th,
div.zabuto_calendar tr.calendar-dow td {
    width: 14%;
    text-align: center;
}
div.zabuto_calendar .table tr td div.day {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
}
div.zabuto_calendar .table tr td div.day:hover {
    background-color: #e4e4e4;
}
/* actions and events */
div.zabuto_calendar .table tr td.event div.day,
div.zabuto_calendar ul.legend li.event {
    background-color: #fff0c3;
}
div.zabuto_calendar .table tr td.dow-clickable,
div.zabuto_calendar .table tr td.event-clickable {
    cursor: pointer;
}
/* badge */
div.zabuto_calendar .badge-today,
div.zabuto_calendar div.legend span.badge-today {
    color: #fff;
    text-shadow: none;
    height: 30px;
    width: 30px;
    padding: 0;
    line-height: 28px;
    border-radius: 17px;
    background-color: #475569;
    font-weight: normal;
}
div.zabuto_calendar .badge-event,
div.zabuto_calendar div.legend span.badge-event {
    background-color: #ff9b08;
    color: #ffffff;
    text-shadow: none;
}
div.zabuto_calendar .badge-event {
    font-size: 0.95em;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
}
/* legend */
div.zabuto_calendar div.legend {
    margin-top: 5px;
    text-align: right;
}
div.zabuto_calendar div.legend span {
    color: #999999;
    font-size: 10px;
    font-weight: normal;
}
div.zabuto_calendar div.legend span.legend-text:after,
div.zabuto_calendar div.legend span.legend-block:after,
div.zabuto_calendar div.legend span.legend-list:after,
div.zabuto_calendar div.legend span.legend-spacer:after {
    content: " ";
}
div.zabuto_calendar div.legend span.legend-spacer {
    padding-left: 25px;
}
div.zabuto_calendar ul.legend > span {
    padding-left: 2px;
}
div.zabuto_calendar ul.legend {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
div.zabuto_calendar ul.legend li {
    display: inline-block;
    height: 11px;
    width: 11px;
    margin-left: 5px;
}
div.zabuto_calendar ul.legend div.zabuto_calendar ul.legend li:first-child {
    margin-left: 7px;
}
div.zabuto_calendar ul.legend li:last-child {
    margin-right: 5px;
}
div.zabuto_calendar div.legend span.badge {
    font-size: 0.9em;
    border-radius: 5px 5px 5px 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
}

/* responsive */
@media (max-width: 979px) {
    div.zabuto_calendar .table th,
    div.zabuto_calendar .table td {
        padding: 2px 1px;
    }
}
/*!calendar*/
/********** 5.1 Calendar - Finish **********/

/********** 5.2 Quick Read - Start **********/
/*quick-read-content*/
#quick-read {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    width: 100%;
}
.quick-dialog {
    position: relative;
}
.quick-body {
    position: relative;
}
#quick-read .qr-content {
    width: 100%;
    padding: 0 4%;
    margin: 120px auto;
}
#quick-read .qr-content .quick-read {
    display: none;
}
.quick-read-head {
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    height: 65px;
    border-bottom: solid 1px #ececec;
    width: 100%;
    z-index: 1090;
    -webkit-transition: background-color 300ms linear, border-color 300ms linear;
    -moz-transition: background-color 300ms linear, border-color 300ms linear;
    -o-transition: background-color 300ms linear, border-color 300ms linear;
    -ms-transition: background-color 300ms linear, border-color 300ms linear;
    transition: background-color 300ms linear, border-color 300ms linear;
}
.quick-read-head .container {
    width: auto;
    padding-right: 24px;
    padding-left: 24px;
}
.qr-logo {
    float: left;
    width: 64px;
    height: 64px;
    -webkit-transition: background-image 300ms linear;
    -moz-transition: background-image 300ms linear;
    -o-transition: background-image 300ms linear;
    -ms-transition: background-image 300ms linear;
    transition: background-image 300ms linear;
}
.qr-tops {
    float: right;
}
.qr-tops a {
    color: #a3a3a3;
    font-size: 15px;
    padding: 22px 8px 21px;
    display: inline-block;
}
.qr-tops a:hover {
    color: #4d4d4f;
}
.qr-tops a.qr-search-close {
    display: none;
}
.quick-read-bottom {
    position: fixed;
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    height: 50px;
    border-top: solid 1px #ececec;
    width: 100%;
    background-color: #fff;
    z-index: 990;
    -webkit-transition: background-color 300ms linear, border-color 300ms linear;
    -moz-transition: background-color 300ms linear, border-color 300ms linear;
    -o-transition: background-color 300ms linear, border-color 300ms linear;
    -ms-transition: background-color 300ms linear, border-color 300ms linear;
    transition: background-color 300ms linear, border-color 300ms linear;
}
.qr-info {
    color: #b3b3b1;
    float: left;
    padding-top: 12px;
    padding-left: 24px;
}
.qr-info a {
    color: #6d6d70;
}
.qr-nav {
    float: right;
}
.qr-nav > a {
    color: #9b9b9b;
    font-size: 14px;
    display: inline-block;
}
.qr-nav a:hover {
    text-decoration: none;
    color: #475569;
}
.qr-nav > a:focus {
    outline: none;
}
.qr-nav > a.qr-prev {
    padding: 15px 20px 15px 44px;
    border-right: solid 1px #ececec;
    -webkit-transition: border-color 300ms linear;
    -moz-transition: border-color 300ms linear;
    -o-transition: border-color 300ms linear;
    -ms-transition: border-color 300ms linear;
    transition: border-color 300ms linear;
}
.qr-nav > a.qr-next {
    padding: 15px 44px 15px 20px;
    border-left: solid 1px #ececec;
    -webkit-transition: border-color 300ms linear;
    -moz-transition: border-color 300ms linear;
    -o-transition: border-color 300ms linear;
    -ms-transition: border-color 300ms linear;
    transition: border-color 300ms linear;
}
.qr-nav > a.qr-share {
    padding: 15px 20px;
}
.qr-nav > a.qr-like {
    padding: 15px 20px;
}
.qr-nav > a.qr-comment {
    vertical-align: top;
    padding-top: 14px;
}
.qr-nav .popover {
    border-radius: 2px;
    z-index: 999;
}
.qr-black-theme .qr-nav .popover {
    background-color: #5c5c5e;
}
.popover {
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.qr-black-theme .qr-nav .popover-content a {
    color: #fff;
}
.popover-content a {
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.qr-black-theme .qr-nav .popover-content a:hover {
    color: #a3a3a3;
}
.qr-black-theme .popover > .arrow:after {
    border-top-color: #5c5c5e;
}
.popover > .arrow:after {
    -webkit-transition: border-color 0.3s linear;
    -moz-transition: border-color 0.3s linear;
    -o-transition: border-color 0.3s linear;
    -ms-transition: border-color 0.3s linear;
    transition: border-color 0.3s linear;
}
.qr-nav .popover-content {
}
.qr-nav .popover-content a {
    color: #a3a3a3;
    font-size: 15px;
    display: block;
}
.qr-nav .popover-content a + a {
    margin-top: 10px;
}
.qr-bottom-2 a.qr-prev {
    float: left;
}
.qr-bottom-2 a.qr-next {
    float: right;
}
.qr-bottom-2 > .qr-nav > .qr-like {
    float: right;
    padding-left: 20px;
}
.qr-bottom-2 .qr-nav {
    width: 100%;
}
.qr-sharebox {
    float: right;
    color: #9b9b9b;
    font-size: 14px;
    border-left: solid 1px #ececec;
    border-right: solid 1px #ececec;
    padding: 15px 20px;
}
.qr-sharebox a {
    color: #a3a3a3;
    font-size: 15px;
    display: inline-block;
    padding: 0 5px;
}
.qr-search-form {
    display: block;
    max-width: 700px;
    margin: 15px auto;
    display: none;
}
.qr-search-form input {
    padding: 7px 5px;
    border-width: 0;
    width: 100%;
    margin-left: 11px;
}
.qr-search-form input:focus {
    outline: none;
}
.qr-white-theme {
    background-color: #fff;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.qr-white-theme .quick-read-head {
    background-color: #fff;
}
.qr-white-theme .qr-logo {
    background: url("../img/logo-white-qr.png") no-repeat center;
}
.qr-white-theme .quick-read-bottom {
    background-color: #fff;
}
.qr-black-theme {
    background-color: #3d3d3f;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.qr-black-theme .quick-read-head {
    background-color: #3d3d3f;
    border-color: #505053;
}
.qr-black-theme .qr-logo {
    background: url("../img/logo-black-qr.png") no-repeat center;
}
.qr-black-theme .qr-tops a:hover {
    color: #fff;
}
.qr-black-theme .qr-tops a:active {
    color: #a3a3a3;
}
.qr-black-theme .quick-read-bottom {
    background-color: #3d3d3f;
    border-color: #505053;
}
.qr-black-theme .qr-nav a:hover {
    color: #fff;
}
.qr-black-theme .qr-nav > a.qr-prev,
.qr-black-theme .qr-nav > a.qr-next {
    border-color: #505053;
    -webkit-transition: border-color 300ms linear;
    -moz-transition: border-color 300ms linear;
    -o-transition: border-color 300ms linear;
    -ms-transition: border-color 300ms linear;
    transition: border-color 300ms linear;
}
body .qr-black-theme,
.qr-black-theme .post-item-paragraph h2,
.qr-black-theme .post-item-paragraph h4,
.qr-black-theme .post-item-paragraph h5,
.qr-black-theme .post-item-paragraph p {
    color: #b3b3b1;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
#quick-read .post-item-paragraph h2,
#quick-read .post-item-paragraph h4,
#quick-read .post-item-paragraph h5,
#quick-read .post-item-paragraph p {
    text-align: left;
}
.qr-black-theme .post-item-paragraph p.inline-quote {
    color: #475569;
}
.qr-black-theme .qr-info a {
    color: #a3a3a3;
}
.qr-black-theme .qr-info a:hover {
    color: #fff;
}
.qr-black-theme .qr-info {
    color: #6d6d70;
}
.qr-black-theme .qr-search-form input {
    background-color: transparent;
    border-color: #b3b3b1;
}
.qr-black-theme .qr-search-form input::-webkit-input-placeholder {
    color: #b3b3b1;
}
.qr-black-theme .qr-search-form input:-moz-placeholder {
    color: #b3b3b1;
}
.qr-black-theme .qr-search-form input::-moz-placeholder {
    color: #b3b3b1;
}
.qr-black-theme .qr-search-form input:-ms-input-placeholder {
    color: #b3b3b1;
}
/********** 5.2 Quick Read - Finish **********/
/********** 5.3 Gallery - Start **********/
.head-gallery {
    padding: 92px 15px 56px;
    text-align: center;
}
.head-gallery .basic-info {
    margin-bottom: 8px;
}
.gallery-h1 {
    font-size: 38px;
    color: #475569;
    font-weight: 300;
    margin-bottom: 36px;
}
.gallery-lead {
    font-size: 18px;
    color: #787878;
}
/* v1 */
.galleries-large {
    width: 970px;
    margin: 0 auto;
}
.gallery-large-item {
    position: relative;
    margin-bottom: 30px;
}
.gallery-large-item > .gallery-banner > a {
    display: inline-block;
}
.gallery-large-item > .gallery-banner > a.embed-responsive {
    display: block;
}
.gallery-large-item .gallery-info {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 340px;
    background-color: #fff;
    padding: 18px 18px 40px;
}
.gallery-large-item .play-icon {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: url("../img/play.png") no-repeat center center;
}
.gallery-large-item .gallery-category {
    color: #909091;
    display: block;
    margin-bottom: 4px;
}
.gallery-large-item .gallery-title {
    color: #3d3d3f;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 4px;
    display: block;
    line-height: 22px;
    font-weight: 300;
}
.gallery-large-item:hover {
    text-decoration: none;
}
.gallery-large-item .post-item-social {
    position: absolute;
    bottom: 14px;
    left: 25px;
}
.gallery-large-item .post-item-social > a {
    color: #b3b3b1;
    margin-right: 9px;
}
.gallery-large-item .post-item-social > a:hover {
    color: #475569;
    text-decoration: none;
}

.gallery-banner {
    position: relative;
}
.gallery-banner img {
    width: 100%;
}
.gallery-banner .carousel-control.carousel-bottom {
    font-size: 48px;
    position: absolute;
    bottom: 15px;
    top: auto;
    background: transparent;
    width: auto;
}
.gallery-banner .carousel-control.carousel-bottom.left {
    left: 20px;
}
.gallery-banner .carousel-control.carousel-bottom.right {
    right: auto;
    left: 50px;
}
.gallery-banner .carousel-control.carousel-middle {
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 40px;
    height: 60px;
    line-height: 60px;
    font-size: 74px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
    z-index: 6;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.gallery-banner:hover .carousel-control.carousel-middle {
    opacity: 1;
}
.gallery-banner:hover .carousel-control.carousel-middle.right {
    right: 10px;
}
.gallery-banner:hover .carousel-control.carousel-middle.left {
    left: 10px;
}
.gallery-banner .carousel-control:hover {
    color: rgba(255, 255, 255, 0.95);
}
.gallery-banner .carousel-control.carousel-middle.left {
    left: 0;
}
.gallery-banner .carousel-control.carousel-middle.right {
    right: 0;
}
:hover > .gallery-hover {
    opacity: 1;
    z-index: 99;
}
.gallery-hover {
    position: absolute;
    background-color: rgba(162, 134, 113, 0.72);
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    z-index: -1;
}
.gallery-hover .gallery-icons {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -60px;
}
.gallery-hover .gallery-icons > a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0 15px;
}
.gallery-hover .gallery-icons > a:hover {
    text-decoration: none;
    color: #e4e4e4;
}
.gallery-hover .gallery-icons > a i {
    font-size: 21px;
}
.gallery-hover .mg-title {
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
/* common */
.blueimp-gallery:-webkit-full-screen {
    background-color: transparent;
}
.blueimp-gallery > .slides > .slide {
    height: 67%;
    top: 15%;
}
.blueimp-gallery > .gallery-detail-info {
    position: absolute;
    bottom: 6%;
    top: auto;
    left: 0;
    right: 0;
    text-align: center;
    text-shadow: none;
}
.blueimp-gallery > .gallery-detail-info > .gallery-share {
    display: inline-block;
    padding-left: 40px;
    color: #b3b3b1;
}
.blueimp-gallery > .gallery-detail-info > .gallery-share .date {
    padding-right: 33px;
}
.blueimp-gallery > .gallery-detail-info > .gallery-share > a {
    color: #b3b3b1;
    margin: 7px;
}
.blueimp-gallery > .gallery-detail-info > .gallery-share > a:hover {
    text-decoration: none;
}
.blueimp-gallery > .gallery-detail-info > .title {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
    background-color: transparent;
    text-shadow: none;
    border-width: 0;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    opacity: 0;
}
.blueimp-gallery > .close {
    font-size: 46px;
    left: 40%;
    right: 40%;
    text-align: center;
    padding-top: 60px;
}
.blueimp-gallery > .prev {
    left: 0;
}
.blueimp-gallery > .next {
    right: 0;
}
.blueimp-gallery:hover > .prev {
    left: 20px;
    opacity: 1;
}
.blueimp-gallery:hover > .next {
    right: 20px;
    opacity: 1;
}
/* white*/
.gallery-template-white {
    background: rgba(255, 255, 255, 0.9);
}
.gallery-template-white.blueimp-gallery > .gallery-detail-info > .title {
    color: #3d3d3f;
}
.gallery-template-white.blueimp-gallery
    > .gallery-detail-info
    > .gallery-share
    > a:hover {
    color: #475569;
}
.gallery-template-white.blueimp-gallery > .prev,
.gallery-template-white.blueimp-gallery > .next {
    color: #b3b3b1;
}
.gallery-template-white.blueimp-gallery > .prev:hover,
.gallery-template-white.blueimp-gallery > .next:hover {
    color: #475569;
}
.gallery-template-white.blueimp-gallery > .close {
    color: #b3b3b1;
    text-shadow: none;
}
.gallery-template-white.blueimp-gallery > .close:hover {
    color: #475569;
}
/* black */
.gallery-template-black {
    background: rgba(11, 11, 11, 0.9);
}
.gallery-template-black.blueimp-gallery > .gallery-detail-info > .title {
    color: #fff;
}
.gallery-template-black.blueimp-gallery > .prev,
.gallery-template-black.blueimp-gallery > .next {
    color: #969595;
}
.gallery-template-black.blueimp-gallery > .prev:hover,
.gallery-template-black.blueimp-gallery > .next:hover {
    color: #fff;
}
.gallery-template-black.blueimp-gallery .gallery-share > a:hover {
    color: #fff;
}
.gallery-template-black.blueimp-gallery .popover {
    background-color: #151414;
}
.gallery-template-black.blueimp-gallery .popover > .arrow:after {
    border-top-color: #151414;
}
.gallery-template-black.blueimp-gallery .popover .popover-content a:hover {
    color: #fff;
}
/* v2 */
.gallery-twice {
}
.gallery-twice .gi-top {
    position: absolute;
    top: 16px;
    left: 12px;
}
.gallery-twice .gi-top a {
    color: #b3b3b1;
    font-size: 15px;
}
.gallery-twice .gi-top a:hover {
    color: #475569;
    text-decoration: none;
}
.gallery-twice .gi-item:hover .gi-top {
    top: 14px;
}
.gallery-twice .gi-bottom {
    position: absolute;
    bottom: 16px;
    left: 12px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.gallery-line:hover .gi-bottom {
    opacity: 1;
}
.gallery-twice .gi-bottom > a {
    color: #b3b3b1;
    font-size: 15px;
    margin-right: 8px;
}
.gallery-line .gi-bottom > a:hover {
    color: #475569;
    text-decoration: none;
}
.gallery-twice .gi-item:hover .gi-bottom {
    bottom: 14px;
}
.gallery-twice .gallery-line {
    position: relative;
}
.gallery-twice .banner-link {
    display: block;
    margin: 0 -15px;
}
.gallery-twice .banner-link:hover {
    text-decoration: none;
}
.gallery-twice .banner-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #475569;
    background-color: rgba(162, 134, 113, 0.7);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.gallery-twice .banner-link:hover:before {
    opacity: 1;
}
.gallery-twice > div {
    margin-bottom: 30px;
}
.gallery-twice .gi-content {
    padding-top: 35px;
}
.gallery-twice .gi-item:hover .gi-content {
    padding-top: 33px;
}
.gallery-twice .gi-content h4 {
    line-height: 22px;
}
.gallery-twice .gi-content h4 a {
    color: #3d3d3f;
    font-size: 15px;
    font-weight: 400;
}
.gallery-twice .gi-content h4 a:hover {
    color: #475569;
}
.gallery-twice img {
    width: 285px;
}
.gallery-twice .gi-item {
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    background-color: #fff;
}
.gallery-twice .gi-item:hover {
    border-width: 2px 2px 2px 0;
    border-style: solid;
    border-color: #e4e4e3;
}
.gallery-twice .number {
    padding: 12% 0 13%;
    font-size: 72px;
    color: #fff;
    background-color: #6d6d71;
    text-align: center;
    font-weight: 200;
    height: 181px;
}
/* v3 */
.mg-item {
    margin-bottom: 30px;
}
.mg-item > a {
    display: inline-block;
    width: 100%;
}
.with-background:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    background-color: #475569;
    background-color: rgba(162, 134, 113, 0.7);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.mg-item > div .with-background:hover:before {
    opacity: 1;
}
.mg-item h5:hover,
.mg-item h6:hover {
    color: #475569;
}
.mg-item .mg-banner {
    display: inline-block;
    position: relative;
    width: 100%;
}
.mg-item .mg-banner img {
    width: 100%;
}
.mg-item .banner-icon {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-size: 28px;
    color: #fff;
}
.mg-item .banner-icon.is-active {
    color: #475569;
}
.mg-item .banner-icon.with-background {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    text-align: right;
}
.mg-item .banner-icon i {
    width: 26px;
    text-align: center;
}
.mg-item .banner-icon.with-background i {
    margin-right: 24px;
    margin-top: 25px;
    width: 18px;
    font-size: 16px;
    opacity: 0;
    color: #fff;
    z-index: 99999;
    position: relative;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.mg-item .banner-icon.with-background.is-active i {
    color: #475569 !important;
    opacity: 1;
}
.mg-item .banner-icon.with-background.is-active:before {
    background-color: #fff;
    opacity: 1;
}
.mg-item .mg-banner:hover .banner-icon.with-background i {
    opacity: 1;
    color: #fff;
}
.mg-item .mg-content > h5 + span {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #a9a9a9;
}
.mg-item .mg-content {
    display: inline-block;
    background-color: #fff;
    width: 100%;
    padding: 20px 20px 13px;
    position: relative;
    box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.1);
}
.mg-item .mg-content h5 {
    text-align: center;
    font-weight: 400;
    margin-top: 0;
    font-size: 15px;
}
.mg-item .mg-content h5 a {
    color: #3d3d3f;
}
.mg-item .mg-content h5 a:hover {
    color: #475569;
    text-decoration: none;
}
.mg-item .mg-content h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    padding-right: 35px;
}
.mg-item .mg-content h6 a {
    color: #3d3d3f;
}
.mg-item .mg-content h6 a:hover {
    color: #475569;
    text-decoration: none;
}
.mg-item .mg-content h6 span {
    font-size: 13px;
    color: #cecece;
    position: absolute;
    top: 18px;
    right: 22px;
}
.mg-item .mg-top {
    font-size: 13px;
    color: #a9a9a9;
    display: block;
    padding-bottom: 8px;
}
.mg-item .mg-top .post-like {
    float: right;
    font-size: 14px;
    color: #b3b3b1;
}
.mg-item .mg-top .post-like:hover {
    color: #475569;
}
.mg-item .mg-top .post-like span {
    opacity: 0;
    padding-right: 4px;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.mg-item .mg-top .post-like.active span {
    opacity: 1;
}
.mg-item .mg-top .post-like.at-focus {
    display: inline-block;
}
.mg-item .mg-top b {
    font-weight: normal;
    float: right;
    color: #cecece;
}
.mg-item .mg-top b:hover {
    color: #475569;
}
.mg-item .mg-bottom {
    border-top: solid 1px #ededed;
    display: block;
    margin: 15px -20px 0;
    padding: 12px 20px 0;
    font-size: 13px;
    color: #a9a9a9;
}
/********** 5.3 Gallery - Finish **********/

/********** 6. Typography - Start **********/
.post-item-centered .post-embed h3 {
    font-size: 18px;
    text-align: left;
}
.post-item-centered .post-embed .fb-post + h3 {
    margin-bottom: 10px;
}
.post-item-paragraph p.inline-quote {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    padding-left: 45px;
    padding-right: 45px;
}
.post-item-paragraph p.inline-img {
    padding-top: 35px;
    text-align: center;
    padding-bottom: 35px;
}
.post-item-paragraph p.inline-img .img-caption {
    font-size: 14px;
    line-height: 32px;
    color: #909091;
    font-style: italic;
    display: block;
    padding-top: 10px;
}
.post-item-paragraph p.with-img {
    display: inline-block;
    float: left;
    padding-right: 25px;
    margin-bottom: 0;
    padding-top: 6px;
}
.post-item-paragraph p.with-img .img-caption {
    font-size: 14px;
    line-height: 32px;
    color: #909091;
    font-style: italic;
    display: block;
    padding-top: 10px;
    border: none;
}
.post-item-paragraph p.with-img .img-caption:hover {
    color: #475569;
}
.post-item-paragraph p a:not(.more) {
    color: #475569;
    border-bottom: solid 2px #475569;
}
.post-item-paragraph p a.more {
    color: #626264;
}
.post-item-paragraph p a.more:hover {
    color: #475569;
}
.post-item-paragraph p.first-letter::first-letter {
    font-size: 88px;
    vertical-align: top;
    display: inline-block;
    line-height: 77px;
    float: left;
    padding-right: 35px;
    padding-left: 15px;
    padding-top: 4px;
}
.post-item-paragraph p a:hover {
    text-decoration: none;
}
.label-golden,
.label-grey {
    color: #fff;
    padding: 0 5px 1px;
}
.label-golden {
    background-color: #475569;
}
.label-grey {
    background-color: #909091;
}
.post-item-paragraph ul.in-list {
    padding-left: 17px;
}
.post-item-paragraph ul.in-list li {
    font-size: 16px;
    line-height: 26px;
}
.post-item-paragraph u {
    border-bottom: solid 2px #4d4d4f;
    text-decoration: none;
}
.post-item-paragraph blockquote {
    border-left: solid 2px #b3b3b1;
    padding-top: 0;
}
.post-item-paragraph blockquote p {
    font-size: 24px;
    color: #475569;
    line-height: 40px;
    font-weight: 300;
}
.post-item-paragraph blockquote p i {
    font-weight: 300;
}
.post-item-paragraph blockquote p span {
    font-weight: 400;
}
p.quote-inline {
    text-align: center;
    padding-top: 30px;
}
p.quote-inline > i {
    font-family: sorts_mill_goudyregular;
    color: #475569;
    font-size: 66px;
    float: left;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 8px;
}
p.quote-inline .center-quote {
    color: #475569;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
}
p.quote-inline .quote-name {
    float: left;
    width: 100%;
    font-size: 18px;
    padding-top: 2px;
    padding-bottom: 3px;
}
p.quote-inline .stars {
    float: left;
    width: 100%;
    color: #ffc300;
    font-size: 15px;
}
p.quote-inline .stars i {
    margin-left: 1px;
    margin-right: 1px;
}
p.quote-inline .quote-info {
    float: left;
    width: 100%;
    color: #b3b3b1;
    font-size: 14px;
    padding-bottom: 25px;
    padding-top: 16px;
}
.divider-triagle {
    height: 32px;
    position: relative;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.divider-triagle:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 18.5px 0;
    border-color: #dddddd transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    margin-left: -18px;
}
.divider-triagle:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 11px 0;
    border-color: #ffffff transparent transparent transparent;
    -webkit-transition: border-color 300ms linear;
    -moz-transition: border-color 300ms linear;
    -o-transition: border-color 300ms linear;
    -ms-transition: border-color 300ms linear;
    transition: border-color 300ms linear;
    position: absolute;
    left: 50%;
    top: 4px;
    content: "";
    margin-left: -11px;
}
.qr-black-theme .divider-triagle:after {
    border-color: #3d3d3f transparent transparent transparent;
    -webkit-transition: border-color 300ms linear;
    -moz-transition: border-color 300ms linear;
    -o-transition: border-color 300ms linear;
    -ms-transition: border-color 300ms linear;
    transition: border-color 300ms linear;
}
.divider-triagle span {
    display: inline-block;
    width: 25%;
    border-top: solid 1px #ddd;
    margin-top: 13px;
}
.divider-triagle span i {
    width: 38px;
    height: 32px;
    background-color: transparent;
    display: inline-block;
    margin-top: -13px;
}
i.roman {
    display: block;
    font-size: 36px;
    line-height: 42px;
    color: #3d3d3f;
    text-align: center;
    font-style: normal;
    margin-top: 50px;
}
.roman:first-child {
    margin-top: 0px;
}
.divider-line {
    height: 3px;
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.divider-line:before {
    width: 20px;
    height: 3px;
    background-color: #d3d3d2;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    content: "";
}
.divider-zigzag {
    height: 11px;
    display: block;
    background: url(../img/divider.png) no-repeat center center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.preformat {
    background-color: #f8f8f8;
    padding: 20px 30px;
    margin-bottom: 15px;
}
.table > thead > tr > th {
    font-size: 16px;
    font-weight: 600;
    border-bottom-color: #d0d5d9;
}
.table > tbody > tr > td,
.table > tbody > tr > th {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    border-bottom-color: #d0d5d9;
}
.table-striped > tbody > tr:nth-child(odd),
.table > tbody > tr:hover {
    background-color: #f3f3f3;
}
.table-striped > tbody > tr:nth-child(odd) > th,
.table-striped > tbody > tr:nth-child(odd) > td {
    margin-top: 1px;
    margin-bottom: 1px;
}
/********** 6. Typography - Finish **********/
/********** 7. Shortcode - Start **********/
.post-item-paragraph p.post-item-two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
.post-item-paragraph p .in-quote {
    font-size: 22px;
    color: #475569;
    font-weight: 400;
    line-height: 32px;
}
.latabs-box {
    margin-top: 20px;
    margin-bottom: 40px;
}
.latabs {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: -1px;
}
.latabs li {
    display: block;

    float: left;
}
.latabs li a {
    color: #403f3d;
    font-size: 16px;
    padding: 13px 27px;
    display: inline-block;
}
.latabs li a:hover,
.latabs li a:active,
.latabs li a:focus {
    text-decoration: none;
}
.latabs li.active a {
    color: #475569;
}
.with-outline .tab-content {
    border: solid 1px #dedede;
    padding: 28px 20px 38px;
}
.without-outline .tab-content {
    border-top: solid 1px #dedede;
    padding: 28px 0 38px;
}
.tab-content p {
    padding-bottom: 0;
}
.with-outline .latabs li.active {
    border-bottom-color: #fff;
}
.with-outline .latabs li {
    border: solid 1px #dedede;
}
.with-outline .latabs li + li {
    margin-left: -1px;
}
.without-outline .latabs li.active {
    border-bottom: solid 1px #fff;
    border-top: solid 2px #dedede;
    border-left: solid 1px #dedede;
    border-right: solid 1px #dedede;
}
.without-outline .latabs li.active a {
    padding: 11px 26px 13px;
}
.lapanel {
    margin-bottom: 50px;
}
.lapanel .panel {
    box-shadow: none;
}
.lapanel .panel + .panel {
    border-top: solid 1px #dedede;
    margin-top: 0;
}
.lapanel .panel-title a:hover,
.lapanel .panel-title a:not(.collapsed) {
    color: #475569;
    text-decoration: none;
}
.lapanel .panel-title a i {
    font-size: 17px;
    color: #475569;
    margin-right: 11px;
    float: left;
}
.lapanel .panel-title a.collapsed i:before {
    content: "\f067";
}
.lapanel .panel-title a i:before {
    content: "\f068";
}
.lapanel .panel-title a:hover,
.lapanel .panel-title a:active,
.lapanel .panel-title a:focus {
    text-decoration: none;
}
.lapanel .panel-heading {
    padding: 0;
}
.lapanel .panel-heading a {
    padding: 14px 15px;
    display: inline-block;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top-width: 0;
    padding: 0 45px 20px;
}
.btn {
    border-radius: 0;
    border-color: transparent;
    padding: 12px 25px 11px;
}
.btns {
    padding-bottom: 10px;
}
.btns > .btn {
    margin-bottom: 10px;
}
.btn-golden {
    color: #fff;
    background-color: #475569;
    border-color: #475569;
}
.btn-golden:hover,
.btn-golden:focus,
.btn-golden.focus,
.btn-golden:active,
.btn-golden.active,
.open > .dropdown-toggle.btn-golden {
    color: #fff;
    background-color: #8f7764;
}
.btn-grey {
    color: #fff;
    background-color: #909091;
    border-color: #909091;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey.focus,
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
    color: #fff;
}
.btn-link:focus {
    color: #475569;
    outline: none;
}
.btn-outline {
    background-color: transparent;
    border-width: 2px;
    color: inherit;
    padding-top: 11px;
    padding-bottom: 10px;
}
.btn.btn-outline {
    padding: 11px 24px 10px;
}
.btn-outline.btn-golden {
    color: #475569;
    border-color: #977963;
}
.btn-outline.btn-grey {
    color: #909091;
    border-color: transparent;
}
.btn-outline.btn-primary {
    color: #2b93d1;
    border-color: #2b93d1;
}
.btn-outline.btn-success {
    color: #5cb85c;
    border-color: #4cae4c;
}
.btn-outline.btn-info {
    color: #5bc0de;
    border-color: #46b8da;
}
.btn-outline.btn-warning {
    color: #f0ad4e;
    border-color: #eea236;
}
.btn-outline.btn-danger {
    color: #d9534f;
    border-color: #d43f3a;
}
.btn-outline:hover {
    color: #fff;
}
.btn-outline.btn-golden:hover {
    background-color: #475569;
}
.btn-outline.btn-grey:hover {
    color: #fff;
    border-color: #c1e5f9;
    background: #c1e5f9;
}
.btn-outline.btn-primary:hover {
    background-color: #2b93d1;
}
.btn-outline.btn-success:hover {
    background-color: #5cb85c;
}
.btn-outline.btn-info:hover {
    background-color: #5bc0de;
}
.btn-outline.btn-warning:hover {
    background-color: #f0ad4e;
}
.btn-outline.btn-danger:hover {
    background-color: #d9534f;
}
.btn-rounded {
    border-radius: 25px;
}
.laalert {
    padding: 16px 20px;
    margin-bottom: 20px;
    border: 2px solid;
    font-size: 16px;
    position: relative;
}
.laalert.alert-dismissible {
    padding-right: 35px;
}
.alert-success {
    background-color: transparent;
    color: #4d4d4f;
    border-color: #9ad260;
}
.alert-info {
    background-color: transparent;
    color: #4d4d4f;
    border-color: #9fd8f1;
}
.alert-warning {
    background-color: transparent;
    color: #4d4d4f;
    border-color: #f7dca6;
}
.alert-danger {
    background-color: transparent;
    color: #4d4d4f;
    border-color: #f9bbbb;
}
.laalert.alert-dismissable .close,
.laalert.alert-dismissible .close {
    color: #bcbcbd;
    opacity: 1;
    font-size: 27px;
    position: absolute;
    top: 10px;
    right: 18px;
}
/* promote box */
.promote-box {
    border: solid 1px #dedede;
    padding: 18px 33px;
    margin-bottom: 20px;
}
.promote-box h4 {
    color: #475569;
}
.promote-box span {
    color: #4d4d4f;
    font-size: 14px;
    padding-right: 150px;
    display: block;
    line-height: 25px;
}
.promote-box a {
    float: right;
    margin-top: -20px;
}
.promote-box-center {
    background-color: #f8f8f8;
    padding: 25px 33px;
    margin-bottom: 20px;
    text-align: center;
}
.promote-box-center h4 {
    color: #475569;
}
.promote-box-center span {
    color: #4d4d4f;
    display: block;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 26px;
}
.promote-box-center a {
    margin-bottom: 15px;
}
.promote-colored {
    background-color: #2ecc80;
    padding: 101px 0;
    margin-bottom: 60px;
    text-align: center;
}
.promote-colored h4 {
    color: #fff;
    font-weight: 400;
}
.embed-responsive {
    overflow: inherit;
}
.embed-responsive span {
    position: absolute;
    top: 100%;
    color: #909091;
    font-style: italic;
    font-size: 14px;
    text-align: center;
    left: 0;
    right: 0;
    padding: 24px 0;
}
.post-item-paragraph .embed-responsive {
    margin-bottom: 75px;
    margin-top: 50px;
}
.embed-responsive-custom {
    padding-bottom: 54% !important;
}
.twitter-embed {
    margin: 6% 0;
    text-align: center;
}
.twitter-embed .twitter-tweet,
.twitter-embed iframe {
    display: inline-block !important;
}
.carusel-box {
    margin-bottom: 40px;
}
.carusel-box .carousel-title {
    font-size: 14px;
    color: #909091;
    font-style: italic;
    text-align: center;
    padding-bottom: 24px;
    padding-top: 30px;
}
.carusel-box .item {
    text-align: center;
}
.carusel-box .item img {
    display: inline-block;
}
.carusel-box .carousel-indicators {
    position: static;
    margin: 0;
    left: auto;
    width: 100%;
    padding-top: 20px;
}
.carusel-box .carousel-indicators li {
    background-color: #475569;
    border-color: #475569;
    width: 8px;
    height: 8px;
    margin-right: 6px;
    margin-left: 6px;
    margin-top: -2px;
}
.carusel-box .carousel-indicators li.active {
    background-color: transparent;
    width: 12px;
    height: 12px;
    margin-top: 0;
}
/********** 7. Shortcode - Finish **********/
.post-nav {
    color: #6d6d70;
    font-size: 18px;
    margin: 40px 0 35px;
}
.post-newer {
    float: left;
}
.post-older {
    float: right;
}
.post-nav:hover,
.post-nav:focus {
    color: #475569;
    text-decoration: none;
    outline: none;
}
.more-down {
    background-color: #d3d3d2;
    color: #fff;
    width: 174px;
    height: 62px;
    margin: 70px auto 0;
    display: block;
    font-size: 20px;
    text-align: center;
    line-height: 62px;
}
.more-down:hover {
    background-color: #bdbdbd;
    color: #fff;
    text-decoration: none;
}
.more-down:focus {
    color: #475569;
}
.post-item-info .post-tags {
    margin-bottom: 20px;
    float: left;
}
.post-item-info .post-tags > a {
    font-weight: 400;
    font-size: 15px;
    border: solid 2px #e9e9e9;
    background-color: #fff;
    color: #3d3d3f;
    padding: 0px 16px;
    display: inline-block;
    margin: 0 3px;
    border-radius: 20px;
}
.post-item-info .post-tags > a:hover {
    background-color: #475569;
    text-decoration: none;
    color: #fff;
    border-width: 0;
    padding: 2px 18px;
}
.svg-wrap {
    position: absolute;
    width: 0px;
    height: 0px;
    overflow: hidden;
}
.bg-grey {
    background-color: #f3f3f3;
}
.post-item-paragraph .post-tweet {
    width: 100% !important;
    box-shadow: none !important;
    border: 0 !important;
}
.standalone-tweet .expanded .footer {
    display: none;
}
.external-link {
    font-size: 14px;
    color: #3d3d3f;
    margin-top: -10px;
    display: block;
}
.image-overlay .post-embed {
    text-align: center;
    margin: 70px 0;
}
.top-heading {
    font-size: 15px;
    color: #919191;
    margin-bottom: -15px;
    display: block;
    padding-top: 25px;
}
.top-heading + .post-embed {
    margin-top: 30px;
}
.read-more {
    color: #919191;
    padding-bottom: 45px;
    display: inline-block;
}
.medium-post-box .read-more {
    padding-bottom: 0;
}
.on-cover .links {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 40px;
}
/* LeRead Modal */
#register-content {
    display: none;
}
.leread-modal {
    background-color: #fff;
    background-color: rgb(248 250 252 / 40%);
}
.leread-modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.leread-modal .modal-dialog {
    width: 464px;
    margin-top: 130px;
}
.leread-modal .modal-content {
    -webkit-box-shadow: none;
    height: 444px;
    box-shadow: none;
    border-radius: 8px;
    border-width: 0;
    background-color: #f8fafc;
    position: fixed;
    top: 120px;
    width: 384px;
    left: 50%;
    margin-left: -185px;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
    -ms-transition: top 0.3s;
    transition: top 0.3s;
}
.leread-modal.in .modal-content {
    top: 245px;
}
.leread-modal .modal-header {
    padding: 48px 52px 3px;
    border-bottom-width: 0;
}
.leread-modal .modal-header .close {
    opacity: 1;
    color: #4d4d4f;
    font-size: 31px;
    position: absolute;
    top: 10px;
    right: 18px;
    color: #727274;
}
.leread-modal .modal-header .close:hover {
    color: #4d4d4f;
}
.leread-modal .modal-title {
    font-size: 15px;
}
.leread-modal .modal-title i {
    color: #475569;
    font-size: 22px;
    margin-right: 9px;
}
.leread-modal .modal-body {
    padding: 15px 20px;
}
.leread-modal .form-group {
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.leread-modal .form-group + .form-group {
    margin-top: 20px;
    margin-bottom: 16px;
}
.leread-modal .linkbox {
    width: 100%;
    margin-bottom: 70px;
    margin-top: 15px;
    /* display: table-cell; */
    /* vertical-align: top; */
    /* position: relative; */
}
.leread-modal .linkbox label {
    float: right;
    font-weight: 500;
    margin-bottom: 35px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    margin-top: 3px;
}
.leread-modal .linkbox input {
    margin-top: 0;
}
.leread-modal .linkbox input[type="checkbox"] {
    display: none;
}
.leread-modal .linkbox input[type="checkbox"] + span + i.fa {
    color: #475569;
    font-size: 14px;
    width: 16px;
    float: left;
}
.leread-modal .linkbox input[type="checkbox"] + span + i.fa:before {
    content: "\f096";
}
.leread-modal .linkbox input[type="checkbox"]:checked + span {
    color: #475569;
}
.leread-modal .linkbox input[type="checkbox"]:checked + span + i.fa:before {
    content: "\f046";
}
.leread-modal .linkbox > a,
.leread-modal .linkbox > span {
    color: #4d4d4f;
    font-weight: 600;
    font-size: 13px;
    display: block;
    padding-bottom: 2px;
    font-weight: 400;
}
.leread-modal .linkbox span a {
    color: #2b93d1;
}
.leread-modal .btn-signin {
    float: right;
}
#register-content .btn-signin {
    margin-bottom: 25px;
}
.leread-modal .form-control {
    border-color: #dfdfdf;
    padding: 8px 12px;
    height: 50px;
    font-size: 14px;
    -webkit-appearance: none;
    border-radius: 8px;
    border-width: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.leread-modal .form-control::-webkit-input-placeholder {
    color: #b3b3b1;
}
.leread-modal .form-control:-moz-placeholder {
    color: #b3b3b1;
}
.leread-modal .form-control::-moz-placeholder {
    color: #b3b3b1;
}
.leread-modal .form-control:-ms-input-placeholder {
    color: #b3b3b1;
}
.leread-modal .modal-footer {
    border-top-color: transparent;
    margin-top: 0px;
}
.leread-modal .provider {
    float: left;
}
.leread-modal .provider span {
    padding: 0 38px 0 35px;
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-top: 1px;
    float: left;
    font-weight: 400;
}
.leread-modal .provider a {
    border-left: solid 1px #cbcbcb;
    color: #b3b3b1;
    font-size: 22px;
    margin: -15px 0;
    display: inline-block;
    padding: 10px 25px;
}
.leread-modal .provider a:hover {
    color: #475569;
}
.leread-modal .provider i {
}
.leread-modal .linkbox .form-warning {
    color: #da2c28;
    position: absolute;
    bottom: 11px;
    left: 0;
}
.leread-modal .linkbox .form-warning i {
    margin-right: 6px;
}
/* /LaRead Modal */

/* 8. Footer - Start */
.footer {
    padding-bottom: 9%;
    /* background-color: #3d3d3f; */
    background: white;
    padding-top: 4%;
    margin-top: 60px;
    border-top: 2px;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
    border-top-color: #f8fafc;
    border-style: solid;
}
.footer-logo {
    padding-bottom: 52px;
}
.laread-motto {
    color: #fff;
    font-size: 18px;
    margin-bottom: 70px;
    font-family: "Roboto Slab", serif;
}

.laread-motto a {
    color: #fff;
}

.laread-social {
}
.laread-social a {
    color: #fff;
    margin: 0 10px;
    font-size: 25px;
}
.laread-social a:hover {
    text-decoration: none;
    color: #475569;
}
.baseline-post-nav + .footer {
    margin-top: 0;
}
.default-post-nav {
    margin: 82px 0 0;
}
.baseline-post-nav {
    background-color: #f3f3f3;
    margin: 200px 0 0;
}
/* 8. Footer - Finish */

/* article intro */
.article-intro {
    z-index: 1000;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.intro-effect-push.no-fixed .article-intro {
    z-index: 2000;
}
.intro-effect-push:not(.notrans) .item-cover,
.intro-effect-push:not(.notrans) .article-intro,
.intro-effect-push:not(.notrans) .content > div {
    -moz-transition-property: opacity, -moz-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.intro-effect-push:not(.notrans) .item-cover {
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 1.2s;
    -moz-transition-duration: 1.2s;
    transition-duration: 1.2s;
}
.intro-effect-push .codrops-demos a {
    color: #108576;
}
.intro-effect-push .item-cover {
    position: absolute;
    z-index: 1500;
}
.banner-mod .carousel-inner .item-cover > img.image-cover {
    opacity: 0;
    width: 1px;
    height: 1px;
}
.intro-effect-push .article-intro {
    position: relative;
    top: auto;
    left: auto;
    padding: 115px 0 2em;
}
.intro-effect-push .content > div {
    margin-top: 50px;
    color: #b2b2c0;
}
.intro-effect-push .article-intro,
.intro-effect-push .content > div {
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
    opacity: 0;
}
.intro-effect-push.modify .article-intro,
.intro-effect-push.modify .content > div {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.intro-effect-push.modify .item-cover {
    opacity: 0;
    -webkit-transform: translateY(-100%) scale(0.9);
    transform: translateY(-100%) scale(0.9);
}
/* Delays */
.intro-effect-push.modify:not(.notrans) .article-intro {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.intro-effect-push.modify:not(.notrans) .content > div {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.map-infowindow img {
    float: left;
}
.map-infowindow p {
    padding: 10px 13px;
    vertical-align: middle;
    margin-bottom: 0;
}
.post-item-paragraph:not(.qr-content) .ellip {
    display: block;
    height: 100%;
}
.post-item-paragraph:not(.qr-content) .ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%;
}
.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
}
/* .nav-up {
    top: -64px;
} */
#cboxContent {
    background: transparent;
    margin-top: 0 !important;
}
#cboxLoadedContent {
    background: transparent;
    padding: 0;
}
#cboxLoadingOverlay {
    background: transparent;
}
#cboxClose {
    background: transparent;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}
.ie11.is-push-bar .navbar {
    position: relative;
    margin-top: 56px;
}
.ie11.is-push-bar .canvas {
    padding-top: 0;
    margin-top: -56px;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 8px 16px;
    margin-left: -1px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #6d6d71;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #6d6d71;
    background-color: #eee;
    border-color: #e5e5e5;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #6d6d71;
    border-color: #e5e5e5;
}

/********** 0. Responsive Media Styles - Start **********/
@media (max-width: 1024px) {
    .author-item,
    .article-list-box > .tab-content {
        width: 50%;
    }

    body {
    }
    .hide-1024 {
        display: none;
    }
    .canvas {
        padding: 35px 0 0;
    }
    .more-down {
        margin-top: 50px;
    }
    .post-embed .in-embed .fb-post {
        width: 80% !important;
        display: inline-block !important;
    }
    .gallery-template-white.blueimp-gallery > .close {
        top: 0;
    }
    .leread-modal .modal-content,
    .modal.fade .modal-dialog {
        transition: none;
    }
    .about-info {
    }
    .footer {
        margin: 150px 0 0;
    }
    .mg-item .banner-icon.with-background i,
    .with-background:before {
        opacity: 1;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
    .post-item-paragraph a.quick-read {
        float: right;
        opacity: 1;
        margin-right: 0;
        padding-left: 20px;
        display: inline-block;
        position: relative;
        right: 0;
    }
    .get-post-titles {
        margin-right: -15px;
    }
    .post-item-short {
        padding-top: 20px;
        padding-bottom: 14px;
    }
    .post-item-short .big-text,
    .post-item-short .medium-text {
        margin-right: 15px;
    }
    .post-item-short .big-text {
        font-size: 32px;
    }
    .post-item-short .medium-text {
        font-size: 14px;
    }
    .post-striped .block-overlay,
    .block-overlay {
        padding-bottom: 40px;
    }
    .post-medium-vertical .post-item-paragraph,
    .post-item-centered .post-item-paragraph,
    .post-item-paragraph {
        padding: 20px 38px 10px;
    }
    .author-box,
    .comment-box,
    .related-post {
        padding-left: 38px;
        padding-right: 38px;
    }
    .next-prev-post {
        padding-left: 56px;
        padding-right: 56px;
    }
    .post-item-info {
        margin-right: 30px;
        margin-left: 30px;
        padding: 18px 0 18px;
    }
    .post-item-centered .post-item-info {
        margin-right: 60px;
        margin-left: 60px;
    }
    .post-medium-vertical .post-item-info {
        margin: 16px 0 0;
        padding: 15px 30px 16px;
    }
    .post-mediums .post-item-paragraph h2 a br {
        display: none;
    }
    .post-mediums .post-item-paragraph {
        padding: 0;
    }
    .post-medium-vertical .in-quote .overlay-quote {
        padding-top: 65px;
        padding-left: 70px;
        padding-right: 50px;
    }
    .laread-about {
        width: 70%;
    }
    .comments {
        margin-left: -19px;
        margin-right: -19px;
    }
    .medium-date {
        padding: 55px 0 125px;
    }
    .medium-social > i {
        margin-top: 12%;
    }
    .medium-important-post {
        left: 40px;
    }
    .medium-post-box p.hotnews {
        font-size: 24px;
        line-height: 32px;
    }
    .in-quote .overlay-quote {
        padding-top: 65px;
    }
    .post-medium-vertical .in-quote .quote-icon {
        left: 0;
    }
    .post-medium-vertical .in-quote .name {
        left: 70px;
    }
    .post-item-centered .in-aside .overlay-aside,
    .post-item-centered .in-hashtags .overlay-hashtags,
    .post-item-centered .in-quote .overlay-quote {
        padding-left: 140px;
        padding-right: 140px;
    }
    .post-item-centered .in-aside .overlay-aside a,
    .post-item-centered .in-hashtags .overlay-hashtags a,
    .post-item-centered .in-quote .name {
        left: 140px;
    }
    .post-medium-vertical .in-hashtags .overlay-hashtags .hastag,
    .in-hashtags .overlay-hashtags .hastag {
        line-height: 1;
    }
    .post-medium-vertical .in-hashtags .overlay-hashtags a,
    .in-hashtags .overlay-hashtags a {
        padding-top: 26px;
    }
    .medium-link > i {
        padding-top: 60px;
        font-size: 30px;
    }
    .medium-link .medium-link-text {
        padding-top: 30px;
        line-height: 30px;
    }
    .post-medium-vertical .in-aside .overlay-aside a,
    .in-aside .overlay-aside a {
        font-size: 14px;
        padding-top: 20px;
    }
    .gallery-hover {
        opacity: 1;
        z-index: 99;
        top: auto;
        height: 38px;
        background-color: rgba(61, 61, 63, 0.4);
    }
    .gallery-hover + a .mg-banner:before {
        display: none !important;
    }
    .gallery-large-item .gallery-info {
        width: 280px;
        padding: 14px 14px 36px;
        bottom: 14px;
        right: 14px;
    }
    .gallery-hover .gallery-icons {
        margin-left: auto;
        right: 10px;
        left: auto;
        top: 27px;
    }
    .gallery-hover .gallery-icons .pis-share {
        display: none;
    }
    .gallery-hover .mg-title {
        right: auto;
        left: 14px;
        height: 10px;
        bottom: 18px;
    }
    .gallery-hover .gallery-icons > a i {
        font-size: 16px;
    }
    .gallery-hover .gallery-icons > a {
        margin-right: 5px;
        margin-left: 5px;
    }
    /**/
    .in-code .prettyprint {
        padding-left: 100px;
        padding-right: 100px;
    }
    /* chat */
    .in-chat,
    .post-medium-vertical .in-chat {
        padding: 8% 26% 4%;
    }
    .in-chat ul {
        padding-bottom: 0;
    }
    .in-chat ul li span {
        font-size: 16px;
    }
    .in-chat ul li .chat-row {
        padding: 15px 18px;
    }
    .medium-chat .last-send {
        padding-bottom: 6px;
    }
    /* event */
    .in-event .event-box {
        padding: 75px 100px 0;
    }
    .post-medium-vertical .in-event .event-box {
        padding: 40px 20px 0;
    }
    .post-medium-vertical .in-event .event-box .event-detail,
    .in-event .event-box .event-detail {
        padding-left: 160px;
    }
    .post-medium-vertical .in-event .event-box .event-detail h5,
    .in-event .event-box .event-detail h5 {
        margin-top: 0;
    }
    .post-medium-vertical .in-event .event-box .event-detail h6,
    .in-event .event-box .event-detail h6 {
        margin-bottom: 15px;
    }
    .post-medium-vertical .post-event .in-event .event-box .event-detail ul,
    .post-event .in-event .event-box .event-detail ul {
        margin-bottom: 30px;
    }
    .medium-event .medium-event-date {
        font-size: 88px;
        line-height: 1;
    }
    /* tweet */
    .in-tweet .overlay-tweet,
    .post-medium-vertical .in-tweet .overlay-tweet {
        padding: 40px 60px 50px;
    }
    .in-tweet .media-text {
        font-size: 17px;
        line-height: 23px;
        padding-bottom: 5px;
        clear: left;
    }
    .in-tweet .media-body {
        padding-top: 0;
    }
    .in-tweet .overlay-tweet > iframe {
        position: absolute;
        right: 60px;
        top: 40px;
    }
    .tweets-infos {
        padding-top: 10px;
        margin-top: 5px;
        bottom: 10px;
    }
    .tweets-infos p {
        display: none;
    }
    .medium-social .medium-social-accoun {
        padding: 6px 0;
    }
    .medium-social .medium-social-name {
        padding-bottom: 50px;
    }
    .medium-social .medium-social-post {
        padding-bottom: 10px;
        font-size: 16px;
    }
    .medium-social .medium-social-date {
        font-size: 14px;
    }
    .masonry-row .medium-review .medium-review-logo {
        padding-top: 50px;
    }
    /**/
    .post-embed {
        margin-top: 6px;
    }
    .post-medium-vertical .post-embed .fb-post {
        margin-bottom: 0;
    }
    /**/
    .in-hotnews a.hotnews-link {
        margin-left: 10%;
        margin-right: 10%;
    }
    .in-hotnews a.hotnews-link i {
        padding-top: 20px;
        padding-bottom: 5px;
    }
    .next-prev-post .title {
        font-size: 18px;
    }
    .comment-form {
        width: 100%;
    }
    /* Navbar */
    .container > .navbar-header {
        float: left;
        margin: 0;
    }
    .navbar-laread .nav,
    .navbar-laread-white .nav,
    .navbar-laread-transparent .nav {
        padding: 0;
        margin: 0 -15px;
        text-align: center;
    }
    .navbar-laread-white .nav > li > ul {
        text-align: center;
        padding-left: 0;
        background-color: rgba(255, 255, 255, 0.75);
    }
    .navbar-laread-white .nav > li > ul > li:first-child {
        margin-left: 0;
    }
    .navbar-laread-transparent .nav > li > ul {
        text-align: center;
        padding-left: 0;
    }
    .remove-navbar {
        right: 26px;
    }
    /* Post Medium */
    .post-mediums {
    }
    .post-mediums > .row:not(.post-medium) {
        margin-left: 0;
        margin-right: 0;
    }
    .post-mediums > .row.post-medium {
        margin-left: 1%;
        margin-right: 1%;
    }
    .post-medium > div > .row > img {
        width: 100%;
    }
    .pm-top-info .post-item-social {
        opacity: 1;
    }
    .pm-bottom-info {
        left: 40px;
        opacity: 1;
        right: 40px;
    }
    .medium-review .medium-review-logo {
        padding-top: 80px;
    }
    .post-mediums .medium-post-box {
        padding: 30px 40px 0;
    }
    .post-mediums .post-item-paragraph h2 {
        font-size: 22px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .pm-top-info {
        padding-bottom: 10px;
    }
    .medium-quote .medium-quote-icon {
        padding-bottom: 40px;
    }
    .medium-quote p.medium-quote-text {
        font-size: 21px;
        line-height: 26px;
    }
    /*.baseline-post-nav*/
    .post-fluid > div {
        margin-right: 1%;
        margin-left: 1%;
        width: 98%;
    }
    .post-striped > .post-fluid > .container-fluid:nth-child(even) {
        margin-right: 0;
        margin-left: 0;
        padding-left: 25px;
        padding-right: 25px;
    }
    .laread-list {
        padding-left: 22px;
        padding-right: 22px;
    }
    .laread-list.movie-bar a span.bottom {
        bottom: 10px;
        line-height: 1;
        padding-left: 16px;
        font-size: 14px;
    }
    .laread-list.movie-bar a span i {
        font-size: 38px;
        margin-right: 6px;
    }
    .laread-list.movie-bar a span.middle {
        bottom: 60px;
    }
    .laread-list li:hover i.date {
        display: none;
    }
    .instagram-border-bar li > a {
        width: 46%;
    }
    .instagram-border-bar li a img {
        width: 100%;
        height: auto;
    }
    .instagram-bar a img {
        width: 100%;
        height: auto;
    }
    .comment-form.main-comment-form {
        width: 100%;
        margin-left: 0;
    }
    .masonry-box .medium-social > i {
        padding-top: 0;
        margin-top: 12%;
    }
    .masonry .masonry-row .masonry-content.on-cover p {
        font-size: 19px;
        line-height: 26px;
    }
    .masonry-box .medium-review .medium-review-logo {
        padding-top: 60px;
    }
    .masonry-row .masonry-event {
        padding-top: 14px;
    }
    .masonry .masonry-row .masonry-embed {
        background-color: #fff;
        margin-top: 4px;
        overflow: hidden;
        position: relative;
        border-radius: 3px;
    }
    .masonry .masonry-row .masonry-content.on-cover {
        padding-top: 2px;
    }
    .masonry-box > a {
        line-height: 6;
    }
    .masonry-box .medium-link > i {
        padding-top: 30px;
    }
    .masonry-box .medium-link-url {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 80%;
        display: inline-block;
    }
    .masonry-box .medium-event .medium-event-date {
        margin-bottom: 10px;
    }
    .masonry .masonry-row .masonry-content {
        padding: 14px 18px 20px;
    }
    .masonry .masonry-row .masonry-content > a {
        padding-top: 4px;
    }
    .laread-form input {
        width: 90%;
    }
    .category-sub {
        margin-left: 115px;
    }
    .author-sub {
        margin-left: 230px;
    }
    .month-year-sub {
        margin-left: 310px;
    }
    .post-fluid > div.galleries-large {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
    }
    .gallery-large-item > .gallery-banner > a {
        width: 100%;
    }
    .gallery-large-item > .gallery-banner > a > img {
        width: 100%;
    }
    .gallery-twice .gi-content h4 a {
        font-size: 14px;
        line-height: 20px;
    }
    .embed-responsive.embed-responsive-16by9 {
    }
    .text-404 {
        padding: 0 28%;
    }
    .banner-mod .carousel-caption-1 {
        left: 24.3%;
        right: 5%;
    }
    .banner-mod .carousel-caption .caption-more {
        right: 0;
        top: 100%;
        margin-top: 35px;
    }
    .banner-mod .carousel-caption-1 .caption-more {
        margin-top: 15px;
    }
    .banner-mod > .carousel > .carousel-control {
        top: 79%;
    }
    .banner-mod > .carousel > .carousel-control.left {
        left: 28%;
    }
    .banner-mod > .carousel > .carousel-control.right {
        left: 36%;
    }
    .banner-mod .carousel-caption-3 h3 {
        margin-bottom: 100px;
        margin-top: 6px;
    }
    .banner-mod .carousel-caption-3 .caption-more {
        margin-top: 0;
        top: 76%;
    }
    .banner-mod .carousel-caption-3 {
        left: 20%;
        right: 20%;
        padding-bottom: 0;
        bottom: 12%;
    }
    .banner-mod > .carousel > .carousel-control.bnr-nav {
        top: 77%;
    }
    .banner-mod > .carousel > .carousel-control.bnr-nav + .caption-more {
        top: 77%;
    }
    .banner-mod > .carousel > .carousel-control.bnr-nav.left {
        left: 20%;
    }
    .banner-mod > .carousel > .carousel-control.bnr-nav.right {
        left: 28%;
    }
    .banner-mod > .carousel > .caption-more {
        top: 79%;
        right: 20%;
    }
    .quick-read-head,
    .quick-read-bottom {
        position: relative;
    }
    #quick-read .qr-content {
        margin-top: 48px;
    }
    .post-item-short .big-text {
        display: inline-block;
        margin-right: 8px;
    }
}
@media (max-width: 768px) {
    .head-text h1 {
        font-size: 30px;
    }
    .navmenu-full .post-titles .tag-title {
        padding: 38px 5% 35px;
    }
    .navmenu-full .post-title-list li {
    }
    .hide-1024 {
        display: block;
    }
    .get-post-titles {
    }
    .post-items > div > .post-item-centered .date {
        padding-top: 10px;
    }
    .post-items > .post-item-banner + div > .post-item-centered .date {
        padding-top: 0;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 8px;
    }
    .post-item-short {
        padding-bottom: 8px;
        margin-right: -15px;
        padding-top: 8px;
    }
    .post-medium-vertical {
        margin-left: 0;
        margin-right: 0;
    }
    .laread-right {
        margin-left: 1%;
        margin-right: 1%;
    }
    .medium-hastag {
        font-size: 68px;
        line-height: 6;
    }
    .medium-hastag:hover {
        text-decoration: none;
    }
    .contact-form .contact-textarea {
        width: 85%;
    }
    .contact-form .contact-input {
        width: 40%;
        margin: 15px 15px 6px;
    }
    .contact-form .btn {
        width: 370px;
        margin: 30px 60px 60px;
    }
    .get-post-titles {
        margin-right: 8px;
    }
    .navbar-laread-white .get-post-titles,
    .navbar-laread-transparent .get-post-titles {
        margin-right: 20px;
    }
    .navbar-laread-white .banner-search,
    .navbar-laread-white .banner-search-close {
        padding-left: 10px;
        padding-right: 10px;
    }
    .menu-collapse {
        margin-left: 10px;
        margin-right: 10px;
    }
    .newsletter-box input {
        margin-left: 0;
        margin-right: 4px;
        text-align: left;
    }
    .newsletter-box button {
        opacity: 1;
        visibility: visible;
        margin-right: 0;
    }
    .container-fluid .container {
        width: 100%;
    }
    .post-older {
        margin-right: 5%;
    }
    .post-newer {
        margin-left: 5%;
    }
    .in-tweet .tweet-infos {
        padding-top: 15px;
        margin-top: 26px;
        padding-bottom: 16px;
        margin-bottom: -20px;
    }
    .menu-collapse.collapsed {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    .menu-collapse:active,
    .menu-collapse:hover,
    .menu-collapse:focus,
    .menu-collapse:hover:active {
        outline: none;
    }
    .post-mediums .post-item {
        margin-right: -15px;
        margin-left: -15px;
        padding-bottom: 25px;
    }
    .medium-aside {
        padding-bottom: 0;
    }
    .medium-post-box .fb-post {
        padding-bottom: 0;
    }
    .pm-bottom-info {
        position: initial;
        padding-top: 20px;
        float: left;
        width: 100%;
    }
    p.quote-inline {
        text-align: center;
    }
    .post-item-paragraph p.post-item-two-column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .post-item-centered {
        margin-top: 0;
    }
    .post-item-centered .in-quote .overlay-quote,
    .post-medium-vertical .in-quote .overlay-quote {
        padding: 70px 60px 0;
    }
    .post-item-centered .in-quote .name {
        left: 60px;
    }
    .in-code .prettyprint,
    .post-item-centered .in-aside .overlay-aside,
    .post-item-centered .in-hashtags .overlay-hashtags {
        padding-left: 60px;
        padding-right: 60px;
    }
    .post-item-centered .in-aside .overlay-aside a,
    .post-item-centered .in-hashtags .overlay-hashtags a {
        left: 60px;
    }
    .post-item-centered .post-item-info {
        margin-right: 40px;
        margin-left: 40px;
    }
    .post-medium .col-md-5:before {
        content: none;
    }
    .post-mediums > .row.post-medium > div:first-child {
        margin-bottom: 4px;
    }
    .in-tweet .overlay-tweet > iframe {
        top: 40px;
        right: 60px;
    }
    .medium-social > i {
        padding-top: 0;
        margin-top: 18%;
    }
    .medium-social .medium-social-accoun {
        padding: 20px 0 14px;
    }
    .post-mediums .post-item-paragraph p {
        height: auto;
    }
    .medium-link .medium-link-text {
        padding-top: 60px;
        line-height: 30px;
    }
    .medium-quote p.medium-quote-text {
        font-size: 28px;
        line-height: 34px;
    }
    .medium-review .medium-review-logo {
        padding-top: 140px;
    }
    .medium-post-box p.hotnews {
        margin-top: 34px;
    }
    .medium-review .medium-review-name {
        font-size: 24px;
    }
    .medium-link > i {
        padding-top: 155px;
        font-size: 45px;
    }
    .medium-event .medium-event-date {
        padding-top: 1em;
        font-size: 118px;
    }
    .medium-social .medium-social-name {
        padding-bottom: 60px;
    }
    .masonry-box .medium-link .medium-link-text {
        padding-top: 40px;
        line-height: 30px;
    }
    .masonry-box .medium-link > i {
        padding-top: 45px;
    }
    .masonry-box .medium-event .medium-event-date {
        padding-top: 60px;
    }
    .masonry .masonry-row .masonry-content.on-cover p {
        font-size: 22px;
        line-height: 30px;
    }
    .masonry-box .medium-hastag {
        font-size: 52px;
        line-height: 1;
        padding-top: 40%;
    }
    .masonry-box .medium-review .medium-review-logo {
        padding-top: 80px;
    }
    .masonry-box .medium-review .medium-review-name {
        font-size: 20px;
    }
    .in-event .event-box {
        padding: 50px 50px 0;
    }
    .post-striped .in-event .event-box {
        padding-bottom: 0;
    }
    .post-item-paragraph .embed-responsive {
        margin-top: 40px;
    }
    .masonry .masonry-row .masonry-content.on-cover {
        padding-top: 18px;
    }
    .laread-list.movie-bar a span i {
        font-size: 48px;
    }
    .laread-list.movie-bar a span.middle {
        bottom: 80px;
    }
    .overlay-hotnews {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .in-event .event-box .event-detail > h5 + span {
        margin-top: 25px;
    }
    .instagram-bar li > a:hover img {
        margin: 0;
    }
    .about-info .about-item > span {
        display: block;
        margin-bottom: 5px;
    }
    .article-list-box .article-type ul {
        width: 100%;
        text-align: center;
    }
    .author-item,
    .article-list-box > .tab-content {
        padding-right: 7%;
        padding-left: 7%;
        width: 100%;
    }
    .article-list-box > .tab-content > .tab-pane {
        width: 100%;
    }
    .quick-read-bottom .qr-nav > a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .category-sub {
        margin-left: 265px;
    }
    .author-sub {
        margin-left: 375px;
    }
    .month-year-sub {
        margin-left: 265px;
    }
    .gallery-twice > div,
    .masonry .masonry-row {
        width: 50%;
    }
    .laread-about {
        width: 80%;
    }
    .masonry-box > a {
        line-height: 4;
    }
    .gallery-twice .number {
        height: 225px;
    }
    .gallery-twice .gi-item {
        left: auto;
        position: inherit;
        padding-bottom: 15px;
    }
    .gallery-twice .gi-item:hover {
        border-width: 0 2px 2px 2px;
        padding-left: 13px;
        padding-right: 13px;
        padding-bottom: 13px;
    }
    .gallery-twice .gi-item:hover .gi-top {
        top: 16px;
        left: 10px;
    }
    .gallery-twice .gi-item:hover .gi-content {
        padding-top: 35px;
    }
    .gallery-twice img {
        width: 100%;
    }
    .gallery-twice .gi-bottom {
        top: 15px;
        bottom: auto;
        left: auto;
        right: 6px;
        opacity: 1;
    }
    .gallery-twice .gi-bottom > a {
        color: #b3b3b1;
    }
    .gallery-twice .gi-item:hover .gi-bottom {
        right: 4px;
        bottom: auto;
    }
    .embed-responsive.contact-map {
        padding-bottom: 20%;
    }
    .embed-responsive-custom {
        padding-bottom: 60% !important;
    }
    .contact-form-vertical {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .banner-mod .carousel-caption-1 {
        left: 32%;
        bottom: 18%;
    }
    .banner-mod .carousel-caption-1 h3,
    .banner-mod .carousel-caption-2 h3,
    .banner-mod .carousel-caption-3 h3 {
        font-size: 38px;
    }
    .banner-mod .carousel-caption-2 h3,
    .banner-mod .carousel-caption-3 h3 {
        padding: 0;
        line-height: 48px;
        margin-bottom: 80px;
    }
    .banner-mod .carousel-caption-1 p,
    .banner-mod .carousel-caption-2 p,
    .banner-mod .carousel-caption-3 p {
        font-size: 18px;
    }
    .banner-mod .carousel-caption-3 {
        bottom: 14%;
        left: 14%;
        right: 14%;
    }
    .banner-mod .carousel-caption-3 .caption-more {
        top: 91%;
    }
    .banner-mod .carousel-caption .caption-more:hover,
    .banner-mod .carousel-caption .caption-more:focus {
        text-decoration: none;
        border-bottom: solid 1px transparent;
    }
    .banner-mod > .carousel > .carousel-control {
        top: 82%;
    }
    .banner-mod > .carousel > .carousel-control.left {
        left: 36%;
    }
    .banner-mod > .carousel > .carousel-control.right {
        left: 44%;
    }
    .bbottom-3 p {
        display: none;
    }
    .modal-dialog {
        margin-right: auto;
        margin-left: auto;
    }
    .container {
        width: 100%;
    }
    .navmenu-full .post-title-list li .container {
        padding-right: 23px;
        padding-left: 23px;
    }
    .navbar-laread-white .banner-search-form input {
        width: 70%;
    }
    .text-404,
    .laread-contact-touch p {
        padding-left: 12%;
        padding-right: 12%;
    }
    .qr-search-form input {
        width: 49%;
    }
    .banner-mod > .carousel > .carousel-control.bnr-nav {
        top: 82%;
    }

    .banner-mod > .carousel > .carousel-control.bnr-nav + .caption-more {
        top: 82%;
    }
    .banner-mod > .carousel > .carousel-control.bnr-nav.left {
        left: 14%;
    }
    .banner-mod > .carousel > .carousel-control.bnr-nav.right {
        left: 22%;
    }
    .banner-mod > .carousel > .caption-more {
        right: 14%;
        top: 82%;
    }
}
@media (max-width: 640px) {
    .head-text h1 {
        font-size: 30px;
    }
    .navbar-fixed-top {
        position: relative;
        height: auto;
        top: 0 !important;
    }
    .canvas {
        padding-top: 0;
    }
    .newsletter-box.on-focus input {
        margin-left: 1%;
        margin-right: 1%;
        text-align: left;
    }
    .newsletter-box input {
        margin-left: 1%;
        margin-right: 1%;
        text-align: left;
    }
    .gallery-twice .number {
        height: 174px;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 6px;
    }
    .footer {
        margin-top: 120px;
    }
    .default-post-nav {
        margin-top: 42px;
    }
    .menu-collapse {
        display: block;
    }
    .navbar-laread .nav > li,
    .navbar-laread-white .nav > li,
    .navbar-laread-transparent .nav > li {
        display: block;
    }
    .navbar-nav > li > .dropdown-menu {
        display: none;
    }
    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        color: #fff;
    }
    .container > .navbar-collapse {
        margin-top: 64px;
        min-width: 100%;
        margin: 0;
        max-height: initial;
        overflow: hidden;
        margin-left: -15px;
        margin-right: -15px;
        box-shadow: none;
        border-top: solid 1px #48a3db;
        background-color: #48a3db;
    }
    .navbar-nav .open .dropdown-menu {
        display: block;
        padding: 0;
        opacity: 1;
        visibility: visible;
    }
    .nav > li:hover > a.dropdown-toggle:before {
        border-top: 6px solid transparent;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: rgba(0, 0, 0, 0);
        color: #fff;
    }
    .navbar-nav .open .dropdown-menu li {
    }
    .navbar-nav .open .dropdown-menu > li > a {
        display: block;
        padding: 6px 0;
    }
    .nav > li:hover > a.dropdown-toggle:before {
        top: 80%;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #475569;
    }
    .navbar-laread-white .nav > li > a {
        padding: 18px 15px 16px;
    }
    .nav > li > ul > li {
        display: block;
    }
    .navbar-laread-transparent .nav {
        background-color: rgba(0, 0, 0, 0.75);
    }
    .medium-hastag {
        line-height: 5;
    }
    .medium-event .medium-event-date {
        padding-top: 0.6em;
    }
    .medium-review .medium-review-logo {
        padding-top: 100px;
    }
    .in-quote .overlay-quote,
    .post-medium-vertical .in-quote .overlay-quote {
        padding: 23px 60px 0;
    }
    .post-medium-vertical .in-quote .quote-icon {
        margin-left: 0;
    }
    .post-medium-vertical .in-quote .name {
        left: 80px;
    }
    .in-quote .quote-icon {
        line-height: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .in-quote .name {
        line-height: 1;
        left: 60px;
    }
    .post-medium-vertical .in-hashtags .overlay-hashtags a,
    .in-hashtags .overlay-hashtags a {
        left: 60px;
    }
    .in-aside .overlay-aside {
        padding-left: 60px;
        padding-right: 60px;
    }
    .post-item-centered .in-quote .overlay-quote,
    .post-medium-vertical .in-quote .overlay-quote,
    .in-code .prettyprint {
        padding-left: 60px;
        padding-right: 60px;
    }
    .post-medium-vertical .in-quote .name,
    .post-medium-vertical .in-aside .overlay-aside a,
    .in-aside .overlay-aside a {
        left: 60px;
    }
    .post-item-centered .in-hashtags .overlay-hashtags {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 40px;
    }
    .post-item-centered .in-hashtags .overlay-hashtags a {
        left: 60px;
    }
    .post-item-centered .in-aside .overlay-aside {
        padding-left: 60px;
        padding-right: 60px;
    }
    .post-item-centered .in-aside .overlay-aside a {
        left: 60px;
    }
    .post-medium-vertical .in-hashtags .overlay-hashtags,
    .post-medium-vertical .in-aside .overlay-aside,
    .in-hashtags .overlay-hashtags {
        padding-left: 60px;
        padding-right: 60px;
    }
    .post-medium-vertical .in-event .event-box .event-date,
    .in-event .event-box .event-date {
        border-width: 0 0 0 0;
        padding-top: 0;
        width: auto;
        height: auto;
        margin-bottom: 10px;
    }
    .in-event .event-box .event-detail ul li span.event-list-date {
        width: 110px;
        white-space: pre;
        font-size: 18px;
        line-height: 28px;
    }
    .in-event
        .event-box
        .event-detail
        ul
        li
        span.event-list-date
        + span.event-list-detail {
        padding-left: 120px;
    }
    .in-event .event-box .event-date .date-month {
        font-size: 33px;
    }
    .post-medium-vertical .in-event .event-box .event-date .date-month {
        font-size: 24px;
    }
    .in-event .event-box .event-detail ul li span.event-list-detail {
        font-size: 18px;
    }
    .in-event .event-box .event-detail > span i {
        white-space: pre;
        width: 75%;
    }
    .post-medium-vertical .in-event .event-box .event-date .date-day,
    .in-event .event-box .event-date .date-day {
        font-size: 45px;
    }
    .in-event .event-box .event-detail > h5 + span {
        margin-top: 25px;
    }
    .post-medium-vertical .in-event .event-box .event-detail,
    .in-event .event-box .event-detail {
        padding-left: 0;
        float: left;
    }
    .in-event .event-box .event-detail h5 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 0;
        line-height: 1.4;
    }
    .in-event .event-box .event-detail h6 {
        font-size: 16px;
        margin-bottom: 28px;
        line-height: 1.4;
        text-transform: none;
    }
    .in-event .event-box .event-detail ul li {
        margin-bottom: 0;
    }
    .in-event .event-box .event-detail > h5 + span {
        margin-top: 20px;
    }
    .in-tweet .overlay-tweet > iframe {
        top: 40px;
        right: 60px;
    }
    .external-link {
        margin-bottom: 20px;
    }
    .in-hotnews a.hotnews-link {
        margin: 60px 58px 0;
    }
    .in-hotnews a.hotnews-link i {
        padding-top: 0;
        font-size: 42px;
        padding-bottom: 15px;
    }
    .in-hotnews a.hotnews-link .hotnews-title {
        font-weight: 300;
    }

    .medium-link > i {
        padding-top: 85px;
        font-size: 40px;
    }
    .medium-link .medium-link-text {
        padding-top: 50px;
    }
    .masonry-box .medium-review .medium-review-name {
        font-size: 14px;
    }
    .masonry .masonry-row .masonry-content.on-cover p {
        font-size: 23px;
        line-height: 26px;
    }
    .masonry-box > a {
        line-height: 6;
        font-size: 45px;
    }
    .masonry-box .medium-link .medium-link-text {
        padding-top: 20px;
    }
    .masonry-box .medium-event .medium-event-date {
        padding-top: 30px;
    }
    .next-prev-post .title {
        font-size: 16px;
    }
    .author-item {
        text-align: center;
        width: 100%;
    }
    .author-item .author-picture {
        float: none;
        display: inline-block;
    }
    .author-item .author-subdetail {
        padding: 30px 0 0 0;
    }
    .author-item .author-connection {
        position: static;
        float: none;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .become-author p {
        width: 86%;
        margin-right: 7%;
        margin-left: 7%;
    }
    .category-sub {
        margin-left: 200px;
    }
    .author-sub {
        margin-left: 315px;
    }
    .month-year-sub {
        margin-left: 265px;
    }
    .banner-mod .carousel-caption-1 {
        left: 5%;
    }
    .banner-mod .carousel-caption-1 .article-info {
        bottom: 110%;
        top: auto;
        left: 0;
        right: auto;
        margin-right: 0;
        height: 126px;
        width: 150px;
    }
    .banner-mod .carousel-caption-1 h3 {
        padding-left: 0;
        font-size: 34px;
    }
    .banner-mod .carousel-caption-1 p {
        padding-left: 0;
        line-height: 24px;
    }
    .banner-mod .carousel-caption .caption-more {
        right: 0;
        top: 100%;
    }
    .banner-mod > .carousel > .carousel-control.left {
        left: 6%;
    }
    .banner-mod > .carousel > .carousel-control.right {
        left: 16%;
    }
    .gallery-large-item .gallery-info {
        left: initial;
        right: initial;
        top: initial;
        bottom: initial;
        width: auto;
        min-height: 1px;
        position: relative;
        box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.1);
        padding-bottom: 14px;
    }
    .post-fluid > div > div + div {
        margin-top: 10px;
    }
    .gallery-large-item .gallery-category {
        margin-bottom: 12px;
    }
    .gallery-large-item .gallery-title {
        font-size: 17px;
        margin-bottom: 5px;
        line-height: 20px;
    }
    .gallery-large-item .post-item-social {
        top: 15px;
        right: 15px;
        bottom: auto;
        left: auto;
    }
    .progress-button {
        margin-top: 20px;
    }
    .progress-button + .progress-button {
        display: none;
    }
    .archive-search {
        width: 80%;
    }
    .pagination > li > a,
    .pagination > li > span {
        padding: 6px 12px;
        margin-left: -1px;
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .navmenu-default .post-titles {
        width: 100%;
    }
    .embed-responsive.contact-map {
        padding-bottom: 80% !important;
    }
    .gallery-twice .number {
        height: 267px;
        line-height: 267px;
        padding: 0;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 5px;
    }
    .post-mediums .post-item-paragraph > p:not(.medium-status):not(.hotnews) {
        height: 132px;
    }
    .post-item-info {
        margin-top: 0;
    }
    .post-item-detail .post-item-paragraph p {
        text-align: justify;
    }
    .post-item-centered .post-item-info {
        margin-right: 0;
        margin-left: 0;
    }
    .post-medium-vertical .post-item-info {
        padding-left: 10px;
        padding-right: 10px;
    }
    .is-push-bar .canvas {
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .navmenu-default {
        width: 100%;
        z-index: 1005;
    }
    .navmenu-full .post-title-list li .post-subinfo {
        padding-left: 60px;
    }
    .latabs li a {
        padding: 10px 14px;
    }
    .without-outline .latabs li.active a {
        padding: 8px 13px 13px;
    }
    .promote-box {
        text-align: center;
    }
    .promote-box .btn {
        float: none;
        margin: 0 auto 15px;
        text-align: center;
        display: block;
    }
    .promote-box span {
        padding-right: 0;
    }
    .laread-about {
        width: 100%;
    }
    .laread-about .about-picture img {
        width: 100%;
    }
    .gallery-twice > div,
    .masonry .masonry-row {
        width: 100%;
    }
    .article-list-box .article-type ul > li > a {
        padding-left: 12px;
        padding-right: 12px;
    }
    .contact-form .contact-textarea,
    .contact-form .contact-input,
    .contact-form .btn {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .contact-form .btn {
        margin: 15px 1% 30px;
    }
    .newsletter-box input,
    .newsletter-box button {
        display: block;
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .newsletter-box input {
        margin-bottom: 10px;
    }
    .newsletter-box button {
    }
    .in-hotnews a.hotnews-link {
        margin: 40px 40px 0;
    }
    .medium-event .medium-event-date {
        padding-top: 0.3em;
    }
    .medium-social > i {
        margin-top: 8%;
    }
    .medium-review .medium-review-logo {
        padding-top: 60px;
    }
    .medium-social .medium-social-name {
        padding-bottom: 50px;
    }
    .post-medium-vertical .in-hashtags .overlay-hashtags,
    .post-medium-vertical .in-aside .overlay-aside,
    .post-item-centered .post-item-paragraph,
    .in-aside .overlay-aside,
    .in-hashtags .overlay-hashtags,
    .post-item-centered .in-aside .overlay-aside,
    .post-item-centered .in-hashtags .overlay-hashtags,
    .post-item-centered .in-quote .overlay-quote,
    .post-medium-vertical .in-quote .overlay-quote,
    .in-code .prettyprint,
    .post-medium-vertical .post-item-paragraph,
    .post-item-paragraph {
        padding-left: 20px;
        padding-right: 20px;
    }
    .post-item-centered .in-quote .name,
    .post-item-centered .in-aside .overlay-aside a,
    .post-item-centered .in-hashtags .overlay-hashtags a,
    .post-medium-vertical .in-hashtags .overlay-hashtags a,
    .in-hashtags .overlay-hashtags a,
    .post-medium-vertical .in-aside .overlay-aside a,
    .in-aside .overlay-aside a {
        left: 20px;
    }
    .author-box,
    .comment-box,
    .related-post {
        padding-left: 20px;
        padding-right: 20px;
    }
    .next-prev-post {
        padding-left: 38px;
        padding-right: 38px;
    }
    .in-code .prettyprint {
        tab-size: 0;
    }
    .medium-hastag {
        line-height: 3;
    }
    .in-quote .spot {
        font-size: 26px;
        line-height: 1.3;
    }
    .post-medium-vertical .in-quote .overlay-quote {
        padding-left: 40px;
        padding-right: 40px;
    }
    .post-medium-vertical .post-item-paragraph h2,
    .post-medium-vertical .post-item-paragraph h3 {
        margin-top: 8px;
        margin-bottom: 6px;
    }
    .in-quote .quote-icon {
        margin-top: 40px;
    }
    .in-quote .overlay-quote {
        padding-left: 20px;
        padding-right: 20px;
    }
    .in-link .overlay-link a {
        width: 80%;
        margin: 0 10%;
    }
    .in-tweet .media-heading {
        font-size: 20px;
    }
    .post-mediums .medium-post-box {
        padding-left: 20px;
        padding-right: 20px;
    }
    .medium-important-post {
        left: 20px;
    }
    .post-medium-vertical .in-hashtags .overlay-hashtags .link-text,
    .in-hashtags .overlay-hashtags .link-text {
        font-size: 28px;
        line-height: 32px;
    }
    .in-chat,
    .post-medium-vertical .in-chat {
        padding: 8% 7% 5%;
        width: auto;
    }
    .in-event .event-box {
        padding: 20px 20px 0;
    }
    .in-tweet .overlay-tweet,
    .post-medium-vertical .in-tweet .overlay-tweet {
        padding: 20px 20px 30px;
    }
    .in-tweet .media-heading {
        width: 100px;
    }
    .post-medium-vertical .in-tweet .overlay-tweet > iframe {
        right: 10px;
        top: 10px;
    }
    .review .review-header {
        padding-bottom: 25px;
    }
    .post-fluid:not(.post-striped) .review .review-header .date {
        float: left;
    }
    .changelog {
        padding-left: 9px;
        padding-right: 9px;
    }
    .post-banner .carousel-indicators {
        bottom: 10px;
    }
    .post-striped .block-overlay {
        padding-bottom: 40px;
    }
    .in-aside .overlay-aside {
        padding-top: 40px;
    }
    .in-tweet .overlay-tweet > iframe {
        top: 10px;
        right: 10px;
    }
    .post-embed .fb-post {
        margin: 0 -10px;
        max-width: none !important;
    }
    .post-embed .in-embed .fb-post {
        margin: 0;
    }
    .in-quote .name {
        left: 20px;
    }
    .medium-link > i {
        padding-top: 65px;
        font-size: 30px;
    }
    .medium-link .medium-link-text {
        padding-top: 30px;
    }
    .comment-box {
        text-align: center;
        padding-top: 18px;
    }
    .comment-box .comment-block {
        width: 100%;
        text-align: left;
    }
    .comment-box > .btn {
        display: block;
        float: none;
        margin-bottom: 28px;
    }
    .comment-box .comment-block .comment-body {
        margin-left: 0;
    }
    .post-item-info .post-tags,
    .post-item-info .post-item-social {
        text-align: center;
        width: 100%;
    }
    .masonry-box .medium-event .medium-event-date {
        padding-top: 90px;
    }
    .masonry-box .medium-social .medium-social-accoun {
        padding: 26px 0;
    }
    .masonry-box .medium-social > i {
        padding-top: 20px;
    }
    .about-h1,
    .author-h1,
    .archive-h1,
    .gallery-h1 {
        line-height: 42px;
    }
    .about-info {
        width: 86%;
    }
    .category-sub {
        margin-left: 28%;
    }
    .author-sub {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .month-year-sub {
        margin-left: 25px;
    }
    .masonry-row .medium-review .medium-review-logo {
        padding-top: 70px;
    }
    .contact-form {
        margin-right: 4%;
        margin-left: 4%;
    }
    .banner-mod > .carousel > .carousel-control.right {
        left: 20%;
    }
    .banner-mod .carousel-caption-1 .article-info {
        height: auto;
        width: auto;
        background-color: rgba(0, 0, 0, 0);
        color: #fff;
        text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
        font-size: 14px;
        font-weight: 400;
        bottom: 100%;
    }
    .banner-mod .carousel-caption-1 .article-info span {
        font-size: 14px;
        display: inline-block;
        color: inherit;
        padding-top: 0;
        text-transform: none;
    }
    .banner-mod .carousel-caption-1 h3 {
        font-size: 32px;
    }
    .banner-mod .carousel-caption-3 .article-info {
        font-size: 14px;
        font-weight: 400;
    }
    .banner-links {
        padding-left: 30px;
        padding-right: 30px;
    }
    .bbottom-3 .banner-sharebox > span {
        display: none;
    }
    .banner-mod .carousel-caption-3 {
        left: 10%;
        right: 10%;
    }
    .post-item-info .pull-left {
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }
    .post-item-paragraph h2 a.quick-read {
        left: 0;
        right: auto;
        bottom: 100%;
        top: auto;
        opacity: 1;
    }
    .quick-read-head .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .qr-info,
    .qr-nav > a.qr-prev {
        display: none;
    }
    .quick-read-bottom .qr-nav > a {
        padding-left: 22px;
        padding-right: 22px;
    }
    #quick-read .qr-content {
        padding: 0;
    }
    #quick-read > .container > .col-md-8 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .post-item-info .post-item-social a:first-child {
        margin-left: 0;
    }
    .banner-mod > .carousel > .caption-more {
        right: 11%;
    }
    .banner-mod > .carousel > .carousel-control.bnr-nav.left {
        left: 11%;
    }
    .banner-mod > .carousel > .carousel-control.bnr-nav.right {
        left: 25%;
    }
    .navbar-laread-transparent .banner-search-form {
        background-color: rgba(0, 0, 0, 0.75);
        float: left;
        margin: 0 -24px;
        padding: 15px 40px;
        width: 100%;
        box-sizing: content-box;
    }
}
@media (max-width: 360px) {
    .modal-form {
        margin-right: 3px;
    }
    .menu-collapse {
        margin-left: 14px;
        margin-right: 14px;
    }
    .canvas {
    }
    .baseline-post-nav {
        margin-top: 80px;
    }
    .post-embed .in-embed .fb-post {
        width: 94% !important;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 3px;
    }
    .post-fluid > div + div,
    .post-fluid > div > div + div {
        margin-top: 28px;
    }
    .in-quote .spot {
        font-size: 28px;
    }
    .medium-hastag {
        line-height: 4;
        font-size: 48px;
    }
    .medium-date {
        padding: 20px 0 55px;
    }
    .post-mediums p.medium-status,
    .medium-quote p.medium-quote-text {
        font-size: 26px;
        line-height: 30px;
    }
    .medium-event .medium-event-date {
        padding-top: 30px;
        font-size: 78px;
    }
    .medium-social .medium-social-accoun {
        padding: 10px 0 10px;
        font-size: 22px;
    }
    .in-tweet .tweet-infos p {
        text-align: center;
        width: 100%;
    }
    .in-tweet .tweet-infos .icons {
        width: 100%;
        text-align: center;
        padding-bottom: 5px;
        padding-top: 8px;
    }
    .medium-review .medium-review-logo {
        padding: 48px 0 20px;
    }
    .post-item-info .post-tags > a {
        margin-bottom: 6px;
    }
    .next-prev-post .post-direction {
        width: 100%;
    }
    .comment-box .comment-tab {
        width: 100%;
        float: left;
        text-align: center;
    }
    .latabs li a {
        padding: 10px;
    }
    .without-outline .latabs li.active a {
        padding: 8px 9px 9px;
    }
    .lapanel .panel-heading a {
        padding-left: 0;
        padding-right: 0;
    }
    .post-item-centered .in-quote .overlay-quote {
        padding-top: 30px;
    }
    .post-medium-vertical .in-hashtags .overlay-hashtags,
    .post-medium-vertical .in-aside .overlay-aside,
    .in-aside .overlay-aside,
    .in-hashtags .overlay-hashtags,
    .post-item-centered .in-aside .overlay-aside,
    .post-item-centered .in-hashtags .overlay-hashtags,
    .post-item-centered .in-quote .overlay-quote,
    .post-medium-vertical .in-quote .overlay-quote,
    .post-medium-vertical .post-item-paragraph,
    .post-item-paragraph {
        padding-left: 20px;
        padding-right: 20px;
    }
    .post-medium-vertical .in-quote .name,
    .post-item-centered .in-quote .name,
    .post-item-centered .in-aside .overlay-aside a,
    .post-item-centered .in-hashtags .overlay-hashtags a,
    .post-medium-vertical .in-hashtags .overlay-hashtags a,
    .in-hashtags .overlay-hashtags a,
    .post-medium-vertical .in-aside .overlay-aside a,
    .in-aside .overlay-aside a {
        left: 20px;
    }
    .post-medium-vertical .post-item-paragraph,
    .post-item-paragraph {
        padding: 21px 20px 10px;
    }
    .post-item-centered .post-item-paragraph {
        padding: 21px 0 10px;
    }
    .post-medium-vertical .in-event .event-box .event-detail h5 {
        margin-bottom: 10px;
    }
    .laread-author-detail {
        padding-top: 88px;
    }
    .article-list li + li {
        padding-top: 25px;
    }
    .article-list li {
        padding-top: 26px;
    }
    .article-list-box > .tab-content {
        padding-top: 10px;
    }
    .in-hashtags .overlay-hashtags {
        padding-left: 20px;
        padding-right: 20px;
    }
    .post-medium-vertical .in-hashtags .overlay-hashtags a,
    .in-hashtags .overlay-hashtags a {
        left: 20px;
    }
    .in-aside .overlay-aside {
        padding-left: 20px;
        padding-right: 20px;
    }
    .post-medium-vertical .in-aside .overlay-aside a,
    .in-aside .overlay-aside a {
        left: 20px;
    }
    .in-chat,
    .post-medium-vertical .in-chat {
        padding-left: 35px;
        padding-right: 35px;
    }
    .in-tweet .media-object {
        margin-right: 10px;
    }
    .in-event .event-box {
        padding: 20px 20px 0;
    }
    .in-tweet .overlay-tweet,
    .post-medium-vertical .in-tweet .overlay-tweet {
        padding: 20px 20px 30px;
    }
    .post-medium-vertical .in-tweet .overlay-tweet > iframe,
    .in-tweet .overlay-tweet > iframe {
        top: 20px;
        right: 10px;
    }
    .post-medium-vertical .in-hotnews a.hotnews-link,
    .in-hotnews a.hotnews-link {
        margin: 50px 20px 0;
    }
    .post-medium-vertical .post-item-info {
        margin-top: 0;
    }
    .medium-link > i {
        padding-top: 35px;
    }
    .masonry-box .medium-event .medium-event-date {
        padding-top: 52px;
    }
    .masonry-box .medium-social > i {
        padding-top: 0;
        margin-top: 10%;
    }
    .panel-group .panel-heading + .panel-collapse > .panel-body {
        padding-left: 25px;
        padding-right: 25px;
    }
    .about-info .about-item span {
        display: block;
        margin: 5px 15px;
    }
    .article-list li .media-right {
        width: 100%;
        padding-left: 0;
    }
    .article-list li .media-body {
        width: 100%;
    }
    .post-item-info .pull-left {
        width: 100%;
        text-align: center;
    }
    .medium-post-box .fb-post {
    }
    .pm-bottom-info .with-center.pull-left {
        width: 100%;
        text-align: center;
    }
    .pm-bottom-info .post-item-social {
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }
    .medium-review .medium-review-name {
        font-size: 16px;
    }
    .laread-author-detail .author-subdetail .info-small span,
    .laread-author-detail .author-subdetail .info-small a {
        display: block;
    }
    .laread-author-detail .author-subdetail .info-small i {
        margin-left: 0;
    }

    .leread-modal .modal-content {
        width: 360px;
        margin-left: -180px;
    }
    .leread-modal.in .modal-content {
        top: 30px;
    }
    .changelog .changelog-header .fullcl {
        display: block;
        float: none;
    }
    .in-event .event-box .event-detail > span i {
        width: 74%;
    }
    .laread-list {
        padding-left: 16px;
        padding-right: 16px;
    }
    .laread-list li i.line {
        width: 5px;
        margin-right: 5px;
    }
    .laread-form {
        padding-left: 0;
    }
    .laread-list.movie-bar a span {
        padding-left: 20px;
        font-size: 16px;
    }
    .dribbble-border-bar p {
        width: 293px;
    }
    .author-box,
    .next-prev-post {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .next-prev-post .post-direction + .post-direction {
        margin-top: 28px;
    }
    .comment-box .comment-block .comment-heading .comment-date {
        line-height: 14px;
    }
    .comment-box .comment-block .comment-text {
        padding-top: 5px;
    }
    .twitter-embed {
    }

    .post-medium-vertical .in-event .event-box .event-date {
        border-width: 0 0 2px 0;
        padding-top: 0;
        width: auto;
        height: auto;
        margin-bottom: 10px;
    }
    .banner-mod .carousel-caption-1 .article-info {
        float: left;
        margin: 0;
        background-color: rgba(0, 0, 0, 0);
        color: #fff;
        font-size: 16px;
        position: static;
        width: 100%;
        height: auto;
        padding-bottom: 1%;
        padding-top: 15px;
        text-align: left;
        opacity: 1;
        text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
    }
    .banner-mod .carousel-caption-1 .article-info span {
        color: #fff;
        display: inline-block;
        font-size: 15px;
    }
    .banner-mod .carousel-caption-1 {
        top: 39%;
    }
    .banner-mod .carousel-caption-1 h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .banner-mod .carousel-caption-1 p {
        font-size: 16px;
        line-height: 22px;
    }
    .banner-mod > .carousel > .carousel-control {
        top: 78%;
    }
    .banner-mod > .carousel > .carousel-control.left {
    }
    .banner-mod > .carousel > .carousel-control.right {
    }
    .banner-links {
        display: none;
    }
    .bbottom-3 .banner-sharebox > span {
        display: inline-block;
    }
    .banner-bottom .pull-right {
        float: left !important;
    }
    .banner-mod .carousel-caption .caption-more {
        margin-top: 10px;
    }
    .banner-mod .carousel-caption-3 {
        bottom: 20%;
    }
    .banner-mod .carousel-caption-3 h3 {
        margin-bottom: 50px;
        font-size: 30px;
        line-height: 36px;
    }
    .intro-effect-push .navbar > .container {
        padding-left: inherit;
        padding-right: inherit;
    }
    .post-item-info .post-item-social {
    }
    .navmenu-default .post-titles {
        width: 360px;
    }
    .blueimp-gallery > .gallery-detail-info > .gallery-share {
        padding-left: 0;
    }
    .blueimp-gallery > .gallery-detail-info {
        bottom: 15%;
    }
    .blueimp-gallery > .play-pause {
        left: 50%;
        margin-left: -10px;
        bottom: 10%;
    }

    .month-year-sub {
        margin-left: 18px;
    }
    .qr-search-form input {
        margin-left: 0;
        width: 50%;
        padding-right: 0;
    }
    .tags {
        margin-bottom: 0;
    }
    .article-list-box .article-type ul {
        position: relative;
    }
    .article-list-box .article-type ul.with-line:before {
        content: "";
        background-color: #e3e3e3;
        height: 1px;
        width: 100%;
        top: 50%;
        position: absolute;
        left: 0;
    }
    .article-list-box .article-type ul > li.active {
        position: relative;
        z-index: 2;
    }
    #month-year-sub .tablist {
        margin-left: 20px;
    }
    .mg-item .mg-top {
        padding-bottom: 4px;
    }
    .mg-item .mg-content {
        padding-bottom: 16px;
    }
    .archive-banner,
    .head-about {
        padding-top: 62px;
    }
    .head-author {
        padding-top: 62px;
        padding-bottom: 20px;
    }
    .head-gallery {
        padding-top: 62px;
        padding-bottom: 28px;
    }
    .laread-404 {
        padding-top: 62px;
    }
    .laread-contact {
        padding-top: 82px;
    }
    .newsletter-box {
        width: 90%;
    }
    .newsletter-box.on-focus input {
        margin-right: 0;
    }
    .navbar-laread-white .banner-search-form {
        padding-left: 7%;
        padding-right: 7%;
        float: left;
        width: 100%;
        border-top: solid 1px #c8c8c8;
        margin-top: 0;
        padding-top: 15px;
    }
    .navbar-laread-white .banner-search-form input {
        width: 100%;
        border-width: 0;
    }
    .navbar-laread-white .nav {
        border-top: solid 1px #c8c8c8;
    }
    .banner-mod .carousel-caption-1 .caption-more {
        margin-top: -15px;
    }
    .banner-mod .carousel-caption-3 .caption-more {
        margin-top: 6px;
        top: 90%;
    }
    .banner-mod > .carousel > .carousel-control {
        font-size: 38px;
    }
    .banner-mod > .carousel > .caption-more {
        top: 78%;
        right: 11%;
    }
    .banner-mod > .carousel > .carousel-control.bnr-nav {
        top: 74%;
    }
    .banner-mod > .carousel > .carousel-control.bnr-nav + .caption-more {
        top: 74%;
    }
    .banner-mod > .carousel > .carousel-control.bnr-nav.left {
        left: 11%;
    }
    .banner-mod > .carousel > .carousel-control.bnr-nav.right {
        left: 24%;
    }
    .navmenu-full .post-title-list li h5 a {
        line-height: 32px;
        padding-left: 60px;
        font-size: 24px;
    }
    .qr-not-phone {
        display: none !important;
    }
    .qr-only-phone {
        display: block !important;
    }
    .laread-list li i.date {
        display: block;
    }
    .qr-tops a:hover,
    .qr-black-theme .qr-tops a:hover {
        color: #a3a3a3;
    }
    .post-item-info .post-item-social > a {
        margin-right: 12px;
    }
}
/********** 0. Responsive Media Styles - Finish **********/

@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2/1),
    only screen and (min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi),
    only screen and (min-resolution: 2dppx) {
    .navbar-brand.get-fullbar {
        background: url(../img/evmet%402x.png) no-repeat center center;
        background-size: 22px 22px;
        height: 22px;
        width: 22px;
    }
    .navbar-brand {
        background: url(../img/logo-light%402x.png) no-repeat center center;
        background-size: 64px 64px;
        height: 64px;
        width: 64px;
    }
    .navbar-laread-white .navbar-brand,
    .qr-white-theme .qr-logo {
        background: url(../img/logo-white-qr%402x.png) no-repeat center center;
        background-size: 64px 64px;
        height: 64px;
        width: 64px;
    }
    .navbar-laread-transparent .navbar-brand {
        background: url(../img/logo-black-qr%402x.png) no-repeat center center;
        background-size: 64px 64px;
        height: 64px;
        width: 64px;
    }
    .qr-black-theme .qr-logo {
        background: url(../img/logo-black-qr%402x.png) no-repeat center center;
        background-size: 64px 64px;
        height: 64px;
        width: 64px;
    }
    .footer-logo {
        background: url(../img/logo-black%402x.png) no-repeat center center;
        background-size: 80px 80px;
        height: 80px;
        width: 80px;
        margin: 0 auto;
    }
    .footer-logo img,
    .navbar-brand img {
        opacity: 0;
    }
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #2b93d1;
    border-color: #2b93d1;
}

.btn-primary:hover {
    color: #fff;
    background-color: #c1e5f9;
    border-color: #c1e5f9;
}

.author-picture,
.author-photo,
.comment-photo div {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #2b93d1;
    font-size: 70px;
    color: #fff;
    text-align: center;
    line-height: 150px;
    margin: 20px 0;
    font-weight: bold;
}

.author-photo,
.comment-photo div {
    width: 50px;
    height: 50px;
    line-height: 55px;
    font-size: 25px;
}

.comment-photo div {
    background: #f1f5f9;
    color: #475569;
    margin-top: unset;
}

.navbar-collapse {
    margin-top: 7px;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
    color: #fff;
    background: rgb(193, 229, 249);
    border: transparent;
}

.form-control {
    border-radius: 0px;
}

.footer-container {
    max-width: 1742px;
    margin: auto;
    color: #fff;
}

.footer p,
.footer h5,
.footer a {
    color: #2b93d1;
}

.footer a {
    text-decoration: none;
}

.loader-container {
    margin: auto;
    width: 5%;
    display: flex;
    height: 100%;
}

.loader {
    margin: auto;
}

.navbar-container {
    width: 95%;
    margin: auto;
}

footer {
    background-color: #fff;
    padding: 60px 0px;
    height: 470px;
}

footer .column-mobile {
    display: none;
}

.footer-container {
    width: 100%;
    height: 360px;
}

.copyright {
    text-align: left;
    color: #2b93d1;
    font-size: 13px;
}

footer .socials {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    height: 200px;
    margin-top: auto;
    align-items: end;
    padding: 0px;
}

footer .socials div {
    padding: 0px 14px 0px 0px;
}

footer .links,
footer .links .title {
    text-align: left;
    color: #2b93d1;
    margin-bottom: 24px;
}

footer .links p {
    font-weight: 400;
}

.footer-container .column {
    padding: 5px 0 0;
}

footer .menu li a {
    color: #2b93d1;
    text-decoration: none;
}

footer .menu {
    display: flex;
    justify-content: space-around;
}

footer .row {
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 0px 0px;
}

.mobile-socials-container {
    width: 65%;
    margin: auto;
    margin-top: 75px;
}

.lgnbtn {
    float: right;
    margin-top: 10.977px;
    font-weight: 700;
    border: none;
    color: #2b93d1;
}

.lgnbtn:focus, .lgnbtn:hover {
    color: #2b93d1;
    background: #fff;
    border: 0px;
}

@media (max-width: 1700px) {
    footer .row {
        /* margin-left: 0px; */
        padding: 0px 63px 0px 59px;
    }
}

@media (max-width: 1020px) {
    footer .menu {
        justify-content: space-between;
    }

    footer .column-mobile,
    footer .column-mobile .socials {
        visibility: visible;
        display: flex;
        justify-content: flex-start;
        height: 50px;
        max-width: 100%;
    }

    .column-mobile .copyright {
        width: 100%;
        text-align: left;
    }

    footer .column {
        visibility: hidden;
        display: none;
    }

    footer .col-md-6 {
        width: 100%;
    }
}

@media (max-width: 720px) {
    .mobile-socials-container {
        width: 90%;
        margin: auto;
    }
    
    .lgnbtn {
        margin-top: 15.977px;
    }
}

@media (max-width: 630px) {
    .mobile-socials-container {
        width: 100%;
        margin: auto;
    }
}

@media (max-width: 500px) {
    footer .row {
        padding: 0px;
    }

    footer .column-mobile,
    footer .column-mobile .socials div {
        padding: 0px 3px 0px 0px;
    }
}

@media (max-width: 425px) {
    footer .row {
        padding: 5px;
    }

    footer .column-mobile,
    footer .column-mobile .socials div {
        padding: 0px 5px 0px 0px;
    }
}

@media (max-width: 375px) {
    footer .row {
        padding: 0px;
    }

    footer .column-mobile,
    footer .column-mobile .socials div {
        padding: 0px 3px 0px 0px;
    }
}

#main-nav {
    width: 100%;
    background: #fff;
    overflow-x: hidden;
}

.navbar-header {
    width: 100%;
}

.menu-collapse {
    margin-top: 29px;
}

.btn-signin {
    width: 100%;
    border-radius: 8px;
    background-color: #2b93d1;
    font-weight: 600;
}

.modal-body .form-group p{
    font-size: 16px;
    font-weight: 400;
}

.navbar-brand {
    padding: 11.7px 18px 14px;
}