html {
    font-family: sans-serif;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.nav>li>span {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav-tabs>li>span {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
body {
    margin: 0;
}

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

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
    outline: none;
}

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

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

body,button,input,select,textarea {
    color: #3d3e40;
    font-size: 15px;
    line-height: 1.7;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
    font-weight: 400;
}

p {
    margin-bottom: 1.5em;
}

.item-title {
    font-size: 22px;
    line-height: 1.4;
    margin-top: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.item-title-small {
    font-size: 14px;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
    quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-radius: 4px;
    border: none;
    line-height: 45px;
    height: 45px;
    padding: 0 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    outline: none !important;
}

input,
select {
    height: 45px;
    line-height: 45px;
}

input[type="text"]:focus, input[type="text"]:hover,input[type="email"]:focus,input[type="email"]:hover,input[type="url"]:focus,input[type="url"]:hover,input[type="password"]:focus,input[type="password"]:hover,input[type="search"]:focus,input[type="search"]:hover,input[type="number"]:focus,input[type="number"]:hover,input[type="tel"]:focus,input[type="tel"]:hover,input[type="range"]:focus,input[type="range"]:hover,input[type="date"]:focus,input[type="date"]:hover,input[type="month"]:focus,input[type="month"]:hover,input[type="week"]:focus,input[type="week"]:hover,input[type="time"]:focus,input[type="time"]:hover,input[type="datetime"]:focus,input[type="datetime"]:hover,input[type="datetime-local"]:focus,input[type="datetime-local"]:hover,input[type="color"]:focus,input[type="color"]:hover,textarea:focus,textarea:hover {
    outline: none !important;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

.meta-icon {
    margin-right: 5px;
    font-size: 16px;
    line-height: normal;
    vertical-align: middle;
}

.meta-icon.meta-icon-big {
    color: #fff;
    font-size: 50px;
}
a {
    color: #434343;
    text-decoration: none;
}

a:visited {
    color: #434343;
    outline: none !important;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none !important;
}
.top-bar {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-bottom: 1px solid;
}

.header-middle {
    padding: 15px 0;
}

.tm-adv-header {
    margin-top: 10px;
}

#masthead {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
}

.site-branding {
    margin: 0 auto;
}

.site-branding .site-title {
    font-size: 46px;
    line-height: 1.4;
}

.site-branding .site-description {
    margin-bottom: 0;
}

.main-navigation {
    border-left: 1px solid;
    border-right: 1px solid;
    position: relative;
}

.main-navigation .popular-post {
    position: absolute;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    -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;
}

.top-bar .icon-search .search-form {
    background: #f4f4f4;
    background: rgba(238, 238, 238, .5);
    border-width: 0 1px 0 1px;
    border-style: solid;
    position: relative;
    z-index: 0;
}

.top-bar .icon-search .search-form label {
    margin-bottom: 0;
    display: block;
}

.top-bar .icon-search .search-form:before {
    content: "\f4a5";
    color: #b0bec5;
    font-size: 24px;
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 0;
    top: 0;
    line-height: 45px;
    width: 75px;
    position: absolute;
    z-index: -1;
    text-align: center;
}

.top-bar .icon-search .search-form input {
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 80px 15px 15px;
    width: 100%;
}

.top-bar .icon-search .search-form input[type="submit"] {
    font-size: 0;
    height: 45px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 75px;
}

.main-navigation .popular-post {
    border-right: 1px solid;
    left: 0;
    width: 80px;
    display: table;
    height: 60px;
}

.main-navigation .popular-post a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.main-navigation .popular-post a:before {
    background: #000;
    filter: alpha(opacity=50);
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
}

.burger-bars {
    position: relative;
    overflow: hidden;
    width: 24px;
    height: 17px;
    margin: 0 auto;
}

.burger-bars span {
    background-color: #fff;
    position: absolute;
    display: inline-block;
    width: 100%;
    right: 0;
    height: 3px;
    transition: .1s width linear;
}

@media only screen and (max-width: 75em) {
    .burger-bars span {
        right: auto;
        left: 0;
    }
}

.burger-bars span.mbtn-mid {
    top: 50%;
    width: 80%;
    margin-top: -1.5px;
}

.burger-bars span.mbtn-bot {
    bottom: 0;
    width: 60%;
}

.header-btns .header-btn a.mobile-btn:hover .burger-bars span {
    width: 100%;
}

.popular-post:hover .burger-bars span,
.popular-post:focus .burger-bars span {
    width: 100%;
}

.main-navigation .toggle-menu {
    height: 60px;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    margin-left: 80px;
    margin-right: 80px;
    display: none;
	margin-left:auto;margin-right:auto;
}

.ham {
    width: 23px;
    height: 2px;
    top: 30px;
    display: block;
    background-color: #fff;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.ham:before,
.ham:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.ham:before {
    top: -8px;
}

.ham:after {
    top: 8px;
}

.ham.exit {
    background-color: transparent;
}

.ham.exit:before {
    -webkit-transform: translateY(8px) rotateZ(-45deg);
    -moz-transform: translateY(8px) rotateZ(-45deg);
    -ms-transform: translateY(8px) rotateZ(-45deg);
    -o-transform: translateY(8px) rotateZ(-45deg);
    transform: translateY(8px) rotateZ(-45deg);
}

.ham.exit:after {
    -webkit-transform: translateY(-8px) rotateZ(45deg);
    -moz-transform: translateY(-8px) rotateZ(45deg);
    -ms-transform: translateY(-8px) rotateZ(45deg);
    -o-transform: translateY(-8px) rotateZ(45deg);
    transform: translateY(-8px) rotateZ(45deg);
}

.main-navigation .menu > ul {
    display: block;
    margin: 0 80px;
    padding: 0;
    list-style: none;
    text-align: left;
    vertical-align: top;
	margin-left:auto;margin-right:auto;
	display:table;
}

.main-navigation .menu ul li {
    position: relative;
    display: inline-block;
    float: none;
}

.main-navigation .menu ul li a, .main-navigation .menu ul li span {
    font-size: 16px;
    text-transform: uppercase;
}

.main-navigation .menu ul li i {
    padding: 0 10px;
    display: inline-block;
    line-height: 1px;
}

.main-navigation .menu ul > li > a, .main-navigation .menu ul > li > span {
    display: block;
    line-height: 60px;
    padding: 0 15px;
}

@media only screen and (min-width: 992px) {
    .main-navigation .menu ul ul li {
        width: 250px;
    }

    .main-navigation .menu ul ul a {
        border-bottom: 1px solid #6055d4;
        display: block;
        padding: 12px 30px;
        line-height: inherit;
    }

    .main-navigation .menu ul ul a:before {
        margin-right: 10px;
        position: absolute;
        left: 15px;
        top: 35%;
        display: inline-block;
        font-family: "Ionicons";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f3d1";

    }

    .main-navigation .menu ul ul {
        background: #494295;
        position: absolute;
        text-align: left;
        visibility: hidden;
        filter: alpha(opacity=0);
        opacity: 0;
        margin: 0 auto;
        padding: 0;
    }

    .main-navigation .menu li:hover > ul {
        visibility: visible;
        filter: alpha(opacity=1);
        opacity: 1;
        z-index: 999;
        -webkit-transition: opacity 0.4s, top 0.4s;
        -moz-transition: opacity 0.4s, top 0.4s;
        -ms-transition: opacity 0.4s, top 0.4s;
        -o-transition: opacity 0.4s, top 0.4s;
        transition: opacity 0.4s, top 0.4s;
    }

    .main-navigation .menu > ul > li > ul {
        top: 100%;
        left: 0;
    }

    .main-navigation .menu > ul > li:last-child > ul {
        left: auto;
        right: 0;
    }

    .main-navigation .menu ul ul ul {
        top: -20px;
        left: 100%;
    }

    .main-navigation .menu ul ul li:hover ul {
        top: 0;
    }

}

.main-navigation .menu .menu-mobile {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    text-align: left;
    position: relative;
    z-index: 9999;
    display: none;
}

.main-navigation .menu .menu-mobile li {
    display: block;
    border-top: 1px solid #dcdcdc;
    float: none;
}

.main-navigation .menu .menu-mobile li a {
    line-height: 50px;
    letter-spacing: 0.05em;
    display: block;
    position: relative;
    padding-right: 30px;
    -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;
}

.main-navigation .menu .menu-mobile li a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.main-navigation .menu .menu-mobile li a i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    z-index: 1;
}

.main-navigation .menu .menu-mobile li a i.active:after {
    width: 13px;
    height: 1px;
}

.main-navigation .menu .menu-mobile li a i:before,
.main-navigation .menu .menu-mobile li a i:after {
    content: '';
    width: 13px;
    height: 1px;
    background-color: #848484;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.main-navigation .menu .menu-mobile li a i:after {
    width: 1px;
    height: 13px;
}

.main-navigation .menu .menu-mobile li .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #dcdcdc;
    display: none;
}

.main-navigation .menu .menu-mobile li .sub-menu > li a {
    margin-left: 15px;
}

.main-navigation .menu .menu-mobile li .sub-menu > li:first-child {
    border-top: 0;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: none !important;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after {
    clear: both;
}
.row-collapse {
    margin-right: 0;
    margin-left: 0;
}

.row-collapse [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.no-padding {
    padding: 0;
}

.pad-l0 {
    padding-left: 0 !important;
}

.pad-r0 {
    padding-right: 0 !important;
}

.bg-image,
.data-bg {
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.data-bg-slide {
    background-color: #000;
    height: 420px;
}

.data-bg-slide-widget {
    height: 500px;
}

@media only screen and (max-width: 767px) {
    .data-bg-slide.data-bg-slide-widget {
        height: 350px;
        height: 80vh;
    }

    .pad-l0 {
        padding-left: 15px !important;
    }

    .pad-r0 {
        padding-right: 15px !important;
    }
}

.data-bg-1 {
    height: 200px;
}

.tm-article-item {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
	cursor:pointer;
}

.tm-article-corousal-slides .tm-article-item {
    border: 1px solid #fff;
}

.article-item-image {
    position: relative;
}

.categories-list {
    position: absolute;
    z-index: 90000;
    bottom: 40%;
    left: 60%;
}

.categories-list > a,
.post-category-label a {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    padding: 5px 15px;
    text-transform: uppercase;
    margin: 0 5px 5px 0;
    vertical-align: middle;
}

.tm-hover {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.tm-hover:before,
.tm-hover:after {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    content: '';
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 9;
    transition: opacity .35s, transform .35s;
    -webkit-transition: opacity .35s, transform .35s;
    -moz-transition: opacity .35s, transform .35s;
    -ms-transition: opacity .35s, transform .35s;
    -o-transition: opacity .35s, transform .35s;
}

.tm-hover:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

.tm-hover:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

.tm-hover:hover:before,
.tm-hover:hover:after,
.tm-hover-enable:before,
.tm-hover-enable:after {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.tm-hover-2 .slick-slide:before {
    position: absolute;
    bottom: 0;
    top: 50%;
    left: 0;
    right: 0;
    content: "";
    display: inline-block;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.4), transparent);
    z-index: 1;
    transition: 500ms ease-in-out;
    pointer-events: none;
    will-change: transform;
}

.tm-hover-2 .slick-slide:hover:before {
    top: 0;
}

.tm-hover-zoom img {
    filter: alpha(opacity=90);
    opacity: 0.90;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tm-hover-zoom:hover img,
.tm-hover-zoom:focus img {
    filter: alpha(opacity=60);
    opacity: 0.60;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.primary-bgcolor,
.comments-area .reply .comment-reply-link,
.footer-bottom .social-icons ul li a:after,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.top-bar .social-icons ul li:hover a:after,
.top-bar .social-icons ul li:focus a:after {
    background-color: #282828;
    color: #fff;
}

.primary-bgcolor a,.primary-bgcolor span,
.comments-area .reply .comment-reply-link a {
    color: #fff;
}

.secondary-bgcolor,
.post-category-label a:nth-child(2n),
.main-navigation .popular-post a,
.main-navigation .sub-menu > li:hover > a,
.main-navigation .sub-menu > li:focus > a,
.footer-bottom .social-icons ul li:hover a:after,
.footer-bottom .social-icons ul li:hover a:after,
.single .text-capitalized .site-content .content-area .site-main article.post p:first-of-type:first-letter,
.post-navigation .nav-previous:hover, .post-navigation .nav-previous:focus,
.post-navigation .nav-next:hover, .post-navigation .nav-next:focus {
    background: #6055d4;
    color: #fff;
}

.secondary-bgcolor a,
.post-navigation .nav-previous:hover a, .post-navigation .nav-previous:focus a,
.post-navigation .nav-next:hover a, .post-navigation .nav-next:focus a {
    color: #fff;
}

.tertiary-bgcolor,
.categories-list a:nth-child(3n),
.post-category-label a:nth-child(3n) {
    background: #009688;
    color: #fff;
}

.tertiary-bgcolor a {
    color: #fff;
}

a:hover, a:focus, a:active {
    color: #E91E63;
}

.categories-list > a,
.quaternary-bgcolor,
.widget.magazine_base_social_widget .social-widget-menu ul a:hover,
.widget.magazine_base_social_widget .social-widget-menu ul a:focus,
.widget.magazine_base_widget_tabbed ul.nav-tabs li:hover a,
.widget.magazine_base_widget_tabbed ul.nav-tabs li:hover a,
.widget.magazine_base_widget_tabbed .nav-tabs > li.active > a,
.widget.magazine_base_widget_tabbed .nav-tabs > li.active > a:focus,
.widget.magazine_base_widget_tabbed .nav-tabs > li.active > a:hover,
.widget.magazine_base_widget_tabbed .nav-tabs > li.active > span,
.widget.magazine_base_widget_tabbed .nav-tabs > li.active > span:focus,
.widget.magazine_base_widget_tabbed .nav-tabs > li.active > span:hover,
.widget.magazine_base_widget_tabbed .site-footer .widget ul li,
.post-category-label a,
.widget .social-widget-menu ul li a,
.main-navigation .menu > ul > li.current-menu-item > a,
.main-navigation .menu > ul > li:hover > a,
.main-navigation .menu > ul > li:focus > a,
.author-info .author-social > a, .main-navigation .menu > ul > li.current-menu-item > span {
    background: #E91E63;
    color: #fff;
}

.quaternary-bgcolor a {
    color: #fff;
}

.secondary-bgcolor a {
    color: #fff;
}

.white-bgcolor {
    background: #fff;
}

.widget-header-wrapper .widget-description {
    color: #aaa;
}

.widget-bgcolor {
    background: #fff;
    color: #333;
}

body .widget-bgcolor a {
    color: #333;
}

.primary-font {
    font-family: 'Roboto', serif;
}

.secondary-font,
.item-metadata span,
.comment-respond .comment-reply-title,
.main-navigation .menu ul a,
body .full-item-desc,
.comments-area .reply,
.comments-area footer.comment-meta,
.nav-previous a,
.main-navigation .menu ul a,
.nav-next a {
    font-family: 'Oswald', sans-serif;
}

.big-font {
    font-size: 120%;
}

body .small-font,
body .full-item-desc {
    font-size: 85%;
    line-height: 1.4;
}

.full-item-title {
    margin: 0 auto 15px;
}

.inner-heading,
.block-text {
    color: #434343;
    display: block;
}

.inner-heading {
    padding-top: 20px;
}

.block-text > span {
    font-size: 44.8px;
    font-size: 2.8rem;
    line-height: 1.6;
    border-bottom: solid 1px;
}

/*--------------------------------------------------------------
##preloader
--------------------------------------------------------------*/
.preloader {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transform: all 0.7s ease;
    transition: all 0.7s ease;
}

.page-loaded .preloader {
    transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.page-loaded .header {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.page-loaded .navbar-default {
    transform: translateY(0);
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.5);

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;

    z-index: 100001;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
##search
--------------------------------------------------------------*/
.search-box {
    display: none;
    background: #f1f1f1;
    padding: 20px 42px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    transition: background-color 500ms ease-in-out;
}

.search-box .search-form {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
}

.search-box .search-form label {
    float: left;
    width: 85%;
    width: calc(100% - 200px);
}

.search-box .search-form label .search-field {
    width: 100%;
    background: transparent;
    border-width: 1px 0 1px 1px;
    border-color: #e6e6e6;
    border-style: solid;
    font-size: 20px;
    font-size: 1.25rem;
}

.search-box .search-form .search-submit {
    width: 200px;
    border-width: 1px 1px 1px 0;
    border-color: #e6e6e6;
    border-style: solid;
}

.search-box .search-form label .search-field::-webkit-input-placeholder {
    color: #434343;
}

.search-box .search-form label .search-field:-moz-placeholder {
    color: #434343;
}

.search-box .search-form label .search-field::-moz-placeholder {
    color: #434343;
}

.search-box .search-form label .search-field:-ms-input-placeholder {
    color: #434343;
}

/*--------------------------------------------------------------
##Admin only visible css
--------------------------------------------------------------*/
.v-align-top {
    vertical-align: top;
}

.v-align-middle {
    vertical-align: middle;
}

.v-align-bottom {
    vertical-align: bottom;
}

.table-align {
    display: table;
}

.table-align .table-align-cell {
    display: table-cell;
}

.display-info {
    padding-top: 200px;
    padding-bottom: 200px;
}

.margin-0 {
    margin: 0 auto !important;
}

.sticky {
    display: block;
}

.home.blog .site-content,
.site-content {
    margin: 0 auto;
    padding: 45px 0 60px;
    width: 100%;
    max-width: 1170px;
}

.home .site-content {
    padding: 0;
    max-width: inherit;
}

.site.tiled {
    background: #f3f3f3;
}

.site.tiled .site-content .widget,
body:not(.home) .site.tiled .site-content .content-area article,
body:not(.home) .site.tiled .site-content .content-area .comments-area .comment-respond,
body.home.blog .site.tiled .site-content .content-area article,
.breadcrumbs,
.tm-pagebg {
    background: #fff;
    padding: 20px 20px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .02);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .02);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .02);
    -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, .02);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .02);
}

body:not(.home) .site.tiled .site-content .content-area article {
    margin-bottom: 40px;
}

body:not(.home) .site.tiled .site-content .content-area article .entry-title {
    margin: 0 auto;
    padding: 20px 0;
}

body:not(.home) .site.tiled .site-content .tm-image-archive.image-full {
    margin-top: 20px;
}

body:not(.home) .site.tiled .site-content .content-area article .entry-content {
    padding-top: 20px;
}

.boxed-layout {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#primary,
#secondary {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 992px) {
    #primary {
        width: 66.66%;
    }

    #secondary {
        width: 33.33%;
    }

}

@media only screen and (max-width: 767px) {
    #primary,
    #secondary {
        padding-left: 15px;
        padding-right: 15px;
    }

}

#primary.content-area.full-width {
    width: 100%;
}

body.left-sidebar #primary {
    float: right;
}

body.no-sidebar #primary {
    width: 100%;
}

body.no-sidebar #secondary {
    display: none !important;
    width: 0px;
    height: 0px;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
}

.section-block {
    clear: both;
}

.section-block:before,
.section-block:after {
    clear: both;
    content: "";
    display: table;
}

.section-title {
    font-size: 26px;
    line-height: 1.2;
    margin: 0 auto 20px;
}

.section-title span {
    display: table-cell;
    padding: 5px 15px;
}

.inner-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    position: relative;
    padding: 100px 0;
    text-align: center;
}

.inner-banner .entry-header {
    z-index: 2;
    position: relative;
}

.breadcrumbs {
    font-size: 13px;
    font-weight: 400;
    padding: 15px 20px;
    text-transform: uppercase;
    -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);
}

.breadcrumbs ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.breadcrumbs ul li {
    display: inline;
}

.breadcrumbs ul .trail-item span {
    position: relative;
    padding-left: 12px;
    padding-right: 7px;
}

.breadcrumbs ul .trail-item.trail-begin span {
    padding-left: 0;
}

.breadcrumbs ul li span:before {
    content: "|";
    display: inline-block;
    font-size: 12px;
    position: absolute;
    left: 0;
    display: inline-block;

}

.breadcrumbs ul .trail-item.trail-begin span:before {
    content: none;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.entry-meta {
    position: relative;
}

.entry-meta > span {
    margin-right: 15px;
    padding-right: 5px;
    padding-left: 5px;
}

.entry-meta > span:first-child {
    margin-right: 0;
}

.entry-header .entry-title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.entry-header .entry-title span {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 15px;
}

.entry-title {
    display: block;
    padding-bottom: 15px;
    position: relative;
}

.site-content .entry-content .tm-image-archive {
    width: 100%;
}

.site-content .entry-content .image-left {
    float: left;
}

.site-content .entry-content .image-right {
    float: right;
}

span.cat-links,
span.comments-link {
    margin-right: 10px;
}

@media only screen and (min-width: 768px) {
    .site-content .entry-content .image-left {
        margin-right: 3%;
    }

    .home.blog .site-content .entry-content .image-left,
    .archive .site-content .entry-content .image-left {
        width: 32%;
    }

    .site-content .entry-content .image-right {
        margin-left: 3%;
    }

    .home.blog .site-content .entry-content .image-right,
    .archive .site-content .entry-content .image-right {
        width: 32%;
    }

    .home.blog .site-content .entry-content.archive-image-full p,
    .archive .site-content .entry-content.archive-image-full p {
        width: 100%;
    }
}

.site-content .entry-content .image-full {
    text-align: center;
    margin: 0 auto 30px;
}

.site-content .entry-content .tm-image-archive {
    position: relative;
}

.single .text-capitalized .site-content .content-area .site-main article.post p:first-of-type:first-letter {
    font-size: 6em;
    font-weight: 700;
    float: left;
    line-height: 1;
    margin: 0 20px 0 0;
    padding: 0 10px;
}

/*------------------------------------------------------------
 * ## Post-navigation
 *------------------------------------------------------------
 */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    background: #fff;
    border: 1px solid #bac2cc;
    overflow: hidden;
    margin: 0 0 1.5em;
    padding: 0;
    position: relative;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
    position: relative;
}

.nav-previous,
.nav-next {
    display: table;
    padding: 5px 5px;
}

.nav-previous:before,
.nav-next:after {
    content: "";
    display: table-cell;
    text-align: center;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    width: 20px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-previous:before {
    content: "\f3d2";
}

.nav-next:after {
    content: "\f3d3";
}

.nav-previous a,
.nav-next a {
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.site-main .comment-navigation:after,
.site-main .posts-navigation:after,
.site-main .post-navigation:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #bac2cc;
}

/*------------------------------------------------------------
 * ## Asides
 *------------------------------------------------------------
 */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.site-content #primary .site-main .magazine_base_slider_widget figcaption.slider-figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    z-index: 2;
}

.site-content #primary .site-main .magazine_base_slider_widget figcaption.slider-figcaption .slider-figcaption-inner {
    width: 100%;
    -webkit-align-self: center;
    align-self: center;
    padding: 0 60px;
}

.site-content .widget_recent_comments li a,
.site-content .widget_pages li a,
.site-content .social-widget-menu li a,
.site-content .widget_archive li a,
.site-content .widget_meta li a,
.site-content .widget_categories li a,
.site-content .widget_nav_menu li a,
.site-content .widget_recent_entries li a {
    color: #757575;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
    padding: 10px 15px;
    position: relative;
    display: table;
    width: 100%;
}

.site-content .widget_recent_comments li a:hover,
.site-content .widget_recent_comments li a:focus,
.site-content .widget_pages li a:hover,
.site-content .widget_pages li a:focus,
.site-content .social-widget-menu li a:hover,
.site-content .social-widget-menu li a:focus,
.site-content .widget_archive li a:hover,
.site-content .widget_archive li a:focus,
.site-content .widget_meta li a:hover,
.site-content .widget_meta li a:focus,
.site-content .widget_categories li a:hover,
.site-content .widget_categories li a:focus,
.site-content .widget_nav_menu li a:hover,
.site-content .widget_nav_menu li a:focus,
.site-content .widget_recent_entries li a:hover,
.site-content .widget_recent_entries li a:focus {
    color: #009688;
}

.site-content .widget_pages li a:before,
.site-content .social-widget-menu li a:before,
.site-content .widget_archive li a:before,
.site-content .widget_meta li a:before,
.site-content .widget_categories li a:before,
.site-content .widget_nav_menu li a:before,
.site-content .widget_recent_entries li a:before {
    content: "\f3d3";
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    position: absolute;
    left: 0;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.widget {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

#primary .tm-widget-wrapper .col-half {
    width: 50%;
    float: left;
}

#primary .tm-widget-wrapper .col-four {
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

#primary .tm-widget-wrapper .col-four:first-child {
    padding-left: 0;
}

#primary .tm-widget-wrapper .col-four:last-child {
    padding-right: 0;
}

#primary .tm-widget-wrapper .col-half:nth-child(odd),
#primary .tm-widget-wrapper .col-half.col-half-left {
    padding-right: 10px;
}

#primary .tm-widget-wrapper .col-half:nth-child(even),
#primary .tm-widget-wrapper .col-half.col-half-right {
    padding-left: 10px;
}

@media only screen and (max-width: 767px) {
    #primary .tm-widget-wrapper .col-half,
    .site .col-half,
    .site .col-four {
        width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .site .col-four .item-image {
        width: 30%;
        float: left;
    }

    .site .col-four .tm-article-sm {
        width: 65%;
        float: left;
        padding-left: 5%;
    }

    .site .col-four .tm-article-sm .grid-item-title {
        padding-top: 0;
    }
}

.tm-figure {
    max-height: 240px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.tm-figure > a {
    display: block;
    position: relative;
}

.tm-figure > a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tm-figure > a:hover:before {
    background-color: rgba(0, 0, 0, 0.3);
}

.tm-article-format {
    position: absolute;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    z-index: 1;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tm-article-body {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    z-index: 1;
    margin-top: -50px;
    padding-right: 30px;
}

.tm-article-inner {
    background-color: #fff;
    padding-top: 20px;
    padding-right: 20px;
}

.tm-article-meta {
    margin-bottom: 15px;
}

.tm-bottom-figure .article-item-image a {
    max-height: 105px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .site-main .col-half {
        width: 50%;
    }
}

.footer-widget .widget {
    margin-bottom: 1.5em;
}

#secondary .widget:last-child {
    margin-bottom: 20px;
}

.widget ol,
.widget ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.widget ol li,
.widget ul li {
    margin-bottom: 10px;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

.widget-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 20px;
    padding: 20px 0;
    position: relative;
    text-transform: uppercase;
}
.trending-title:before {
    content: "";
    display: block;
    width: 50%;
    min-width: 290px;
    height: 2px;
    background: #ffffff;
    top: 50%;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}
.g-t{
	font-size:30px;
	margin-top:20px;
	margin-bottom:10px;
	    font-family: 'Oswald', sans-serif;
	clear:both;
	font-weight:700;
	color:inherit;
	line-height:1.1;
}
.trending-title .g-t{
	z-index:2;
	position:relative;
}

.widget-border-title {
    border-bottom: 3px solid #000;
    padding-bottom: 15px;
    padding-top: 0;
}

.site-footer .widget-border-title,
.sidr .widget-border-title {
    border-color: #fff;
}

.widget-header-wrapper {
    padding-bottom: 20px;
}

.widget-header-wrapper h1, .widget-header-wrapper h2,.widget-header-wrapper h3 {
    margin: 0;
    padding-top: 0;
}
@font-face{
	font-family:caption-h2;
	src:url('6625.ttf');
}
@font-face{
	font-family:caption-span;
	src:url('6270.ttf');
}
@font-face{
	font-family:caption-h1;
	src:url('6105.ttf');
}
h1,h2,h3{
    font-weight: 700;
    margin: 0 auto 20px;
    padding: 20px 0;
    position: relative;
    text-transform: uppercase;
	background: #fff;
    color: #000;
    font-size: 38px;
    line-height: 1.4;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}
h1{
	font-family:caption-h1;
}
h2{
	font-size:27px;
	font-family:caption-h2;
}
h3{
	font-size:23px;
	font-family:caption-h2;
}
.slide-nav-title{font-family:caption-span;}
.slide-nav-title span{
	font-family:caption-span;
	font-size:17px;
}
.slide-nav-title1 span{font-size:22px;}
.widget-header-wrapper .widget-description {
    color: #828282;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.site-content .site-main .widget-title span {
    background: #fff;
    color: #000;
    font-size: 36px;
    line-height: 1.4;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}

.site-content .site-main .widget-title:after {
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 100%;
    left: 0;
    background: #000;
}

.site-content .search-form,
.site-footer .search-form {
    padding-top: 20px;
}

.site-content .search-form label,
.site-footer .search-form label {
    display: block;
    width: 70%;
    float: left;
}

.site-content .search-form label .search-field,
.site-footer .search-form label .search-field {
    padding-left: 15px;
    width: 100%;
}

.site-content .search-form .search-submit,
.site-footer .search-form .search-submit {
    width: 30%;
    background: #009688;
    font-size: 16px;
    text-transform: uppercase;
}

.search-form label .search-field {
    height: 45px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.search-form .search-submit {
    border: 0;
    color: #fff;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.widget ul li:last-child {
    margin-bottom: 0;
}

.site-footer .widget ul li {
    border-bottom: 0;
}

.widget.magazine_base_widget_tabbed ul.nav-tabs {
    border: 0;
    position: relative;
    background: #2d2d2d;
}

.widget.magazine_base_widget_tabbed .tab-content .full-item-image {
    margin-bottom: 20px;
}

.widget.magazine_base_widget_tabbed ul.nav-tabs li {
    border: 0;
    margin: 0 auto;
    padding: 0;
    display: block;
}

.widget.magazine_base_widget_tabbed ul.nav-tabs li a, .widget.magazine_base_widget_tabbed ul.nav-tabs li span {
    word-wrap: break-word;
    padding: 15px 15px;
    border-radius: 0;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 0;margin-top:10px;
}

.site-main .widget.magazine_base_widget_tabbed ul.nav-tabs li a {
    padding: .9375rem 1.32rem;
}

#sidr-nav .widget ul li {
    border-color: #484848;
}

#sidr-nav .widget a {
    color: #fff;
}

.widget_tag_cloud,
.widget_product_tag_cloud {
    margin-bottom: 4em;
    position: relative;
    z-index: 2;
}

.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud {
    margin-bottom: 1.2em;
    *zoom: 1;
}

.widget_tag_cloud .tagcloud:before, .widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:after {
    display: table;
    content: "";
}

.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:after {
    clear: both;
}

.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
    position: relative;
    color: #616161;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 100% !important;
    font-weight: 300;
    line-height: 1.3;
    margin: 0 12px 12px 0;
    padding: 10px 13px 4px 15px;
    padding: .84em 1em .84em 1.3em;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
    background-color: #f5f4f0;
}

.widget_tag_cloud .tagcloud a::before,
.widget_product_tag_cloud .tagcloud a::before,
.widget_tag_cloud .tagcloud a::after,
.widget_product_tag_cloud .tagcloud a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e8e8e8;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.widget_tag_cloud .tagcloud a:hover::before,
.widget_product_tag_cloud .tagcloud a:hover::before {
    margin-top: 4px;
    margin-left: -4px;
}

.widget_tag_cloud .tagcloud a:hover::after,
.widget_product_tag_cloud .tagcloud a:hover::after {
    margin-top: -4px;
    margin-left: 4px;
    z-index: -1;
}

.author-info .profile-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.site-content .author-info .profile-image {
    height: 250px;
}

.site-content .author-info .profile-image:after {
    content: '';
    position: absolute;
    height: 55px;
    width: 130%;
    background: #fff;
    left: -5px;
    bottom: -12px;
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

#sidr .author-info .profile-image,
.site-footer .author-info .profile-image {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #e91e63;
}

.author-info .author-details {
    text-align: center;
}

.author-info .author-social {
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.author-info .author-social > a {
    border-radius: 100%;
    display: inline-block;
    font-size: 11px;
    height: 40px;
    line-height: 40px;
    margin: 0 4px;
    width: 40px;
}

.author-info .author-social .meta-icon {
    margin: 0 auto;
    padding: 0;
    font-size: 24px;
    line-height: 40px;
}

/*Widget Calander*/
#wp-calendar {
    width: 100%;
    margin: 0;
}

#wp-calendar caption {
    text-align: right;
    color: #333;
    margin-bottom: 15px;
    margin-top: -10px;
}

#wp-calendar thead th {
    text-align: center;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    text-transform: uppercase;
    text-align: right;
    border: none;
    background: none;
}

#wp-calendar tfoot #prev {
    text-transform: uppercase;
    text-align: left;
    border: none;
    background: none;
}

#wp-calendar tfoot td.pad {
    display: none;
}

.nav.nav-tabs > li {
    display: inline-block;
    float: none;
}

/*------------------------------------------------------------
 * ## Comments
 *------------------------------------------------------------
 */

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comments-area .comments-title, .comments-area .comment-reply-title {
    margin: 30px auto;
    padding: 20px 0;
    text-transform: uppercase;
}

.comments-area .comments-title {
    padding-left: 20px;
    padding-right: 20px;
}

.comment-respond .comment-reply-title {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 30px;
}

.comments-area .comment-list {
    padding-left: 0;
    margin-left: 0;
}

.comments-area .comment-list, .comments-area .comment-list .children {
    list-style-type: none;
}

.comments-area .comment-author img {
    border-radius: 100%;
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 15px;
}

.comments-area .comment-author a {
    color: #35353c;
    text-decoration: none;
}

body .site.tiled .site-content .content-area article.comment-body {
    padding-top: 30px;
}

.comments-area .comment-content,
.comments-area .comment-awaiting-moderation,
.comments-area .reply {
    padding-left: 80px;
}

.comments-area .reply {
    margin-bottom: 15px;
}

.comments-area .reply .comment-reply-link {
    text-decoration: none;
    padding: 0 15px;
    border-radius: 4px;
    line-height: 26px;
    height: 26px;
    display: inline-block;
}

.comments-area .reply .comment-reply-link:hover {
    color: #3c3c3c;
}

.comments-area .comment-respond {
    outline: 0;
}

.comments-area .comment-form-comment label, .comments-area .comment-form-comment textarea {
    width: 100%
}

.comments-area .comment-respond .form-submit input {
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
    min-width: 180px;
}

.comments-area .comment-respond .form-submit input,
.comments-area .comment-respond .form-submit input:hover {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.comments-area .comment-respond .comment-form-author label,
.comments-area .comment-respond .comment-form-email label,
.comments-area .comment-respond .comment-form-url label {
    width: 100px;
}

.comments-area .comment-notes {
    margin-bottom: 30px;
}

.comments-area .comment-form label {
    color: #808086;
}

.comments-area .blog-img-wide.blogdetails img {
    height: auto;
    padding: 20px;
    width: 100%;
}

.comment-form label {
    color: #707070;
    display: block;
    text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    border-color: #e4e4e4;
    width: 100%;
}

.comment-form-author,
.comment-form-email {
    width: 50%;
    float: left;
}

.comment-form-author {
    padding-right: 10px;
}

.comment-form-email {
    padding-left: 10px;
}

.comment.depth-4 ol {
    margin-left: 0;
    padding-left: 0;
}

@media only screen and (max-width: 767px) {
    .comments-area .comment-list,
    .comments-area .comment-list .children {
        margin-left: 0;
        padding-left: 0;
    }
}

.comment-metadata {
    background: #f3f3f3;
    font-size: 85%;
    line-height: 1.2;
    margin: 5px auto 10px;
    display: inline-block;
    padding: 5px 15px;
}

/*--------------------------------------------------------------
##Social Icon
--------------------------------------------------------------*/
.social-icons ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
	margin-top:7px;
}

.social-icons ul li {
    display: block;
    float: left;
}

.top-bar .social-icons ul li {
    border-left: 1px solid;
}

.top-bar .social-icons ul li:last-child {
    border-right: 1px solid;
}

.social-icons ul a {
    display: block;
    position: relative;
    text-align: center;
}

.social-icons ul a span {
    display: none;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}

.social-icons ul li a:after,
.widget .social-widget-menu ul a:before {
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    vertical-align: middle;
    width: 45px;
    float: left;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    color: #f1f1f1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}

.widget .social-widget-menu ul a:before {
    background: rgba(0, 0, 0, 0.3);
}

.social-icons ul li a:after {
    color: white;
}
.social-icons ul li:hover a:after {
    color: #6055d4;
}


.footer-bottom .social-icons ul li a:after {
    border-radius: 100%;
    margin-right: 5px;
}

.widget .social-widget-menu ul li a {
    display: block;
    border: 0;
    position: relative;
    line-height: 45px;
    height: 45px;
    font-size: 18px;
    font-weight: 400;
    z-index: 99;
    padding: 0;
}

.widget .social-widget-menu ul li:hover a,
.widget .social-widget-menu ul li:focus a {
    filter: alpha(opacity=85);
    opacity: .85;
}

.widget .social-widget-menu ul li a span {
    padding-left: 55px;
    font-size: 14px;
    text-transform: uppercase;
}

.social-icons ul a[href*="dribbble.com"]:after,
.widget .social-widget-menu ul a[href*="dribbble.com"]:before {
    content: "\f22d";
}

.social-icons ul a[href*="facebook.com"]:after,
.widget .social-widget-menu ul a[href*="facebook.com"]:before {
    content: "\f231";
}

.social-icons ul a[href*="twitter.com"]:after,
.widget .social-widget-menu ul a[href*="twitter.com"]:before {
    content: "\f243";
}

.social-icons ul a[href*="linkedin.com"]:after,
.widget .social-widget-menu ul a[href*="linkedin.com"]:before {
    content: "\f239";
}

.social-icons ul a[href*="instagram.com"]:after,
.widget .social-widget-menu ul a[href*="instagram.com"]:before {
    content: "\f351";
}

.social-icons ul a[href*="youtube.com"]:after,
.widget .social-widget-menu ul a[href*="youtube.com"]:before {
    content: "\f24d";
}

.social-icons ul a[href*="vimeo.com"]:after,
.widget .social-widget-menu ul a[href*="vimeo.com"]:before {
    content: "\f245";
}

.social-icons ul a[href*="plus.google.com"]:after,
.widget .social-widget-menu ul a[href*="plus.google.com"]:before {
    content: "\f34f";
}

.social-icons ul a[href*="pinterest.com"]:after,
.widget .social-widget-menu ul a[href*="pinterest.com"]:before {
    content: "\f2b1";
}

.social-icons ul a[href*="tumblr.com"]:after,
.widget .social-widget-menu ul a[href*="tumblr.com"]:before {
    content: "\f241";
}

.social-icons ul a[href*="wordpress.org"]:after,
.widget .social-widget-menu ul a[href*="wordpress.org"]:before,
.social-icons ul a[href*="wordpress.com"]:after,
.widget .social-widget-menu ul a[href*="wordpress.com"]:before {
    content: "\f249";
}

.social-icons ul a[href*="whatsapp.com"]:after,
.widget .social-widget-menu ul a[href*="whatsapp.com"]:before {
    content: "\f4f0";
}

.social-icons ul a[href*="reddit.com"]:after,
.widget .social-widget-menu ul a[href*="reddit.com"]:before {
    content: "\f23b";
}

/*--------------------------------------------------------------
##Slider
--------------------------------------------------------------*/

.slide-icon {
    position: absolute;
    z-index: 1;
    display: block;
    width: 60px;
    height: 50px;
    font-size: 42px;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    padding: 0;
}

.slide-icon:before {
    display: block;
    line-height: 50px;
}

.slide-prev:hover,
.slide-prev:focus,
.slide-next:hover,
.slide-next:focus {
    outline: none !important;
}

.slide-prev {
    left: 0;
}

.slide-next {
    right: 0;
}

.trending-title {
    position: relative;
    text-align: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .02);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .02);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .02);
    -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, .02);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .02);
}

.trending-title:before {
    content: "";
    display: block;
    width: 75%;
    min-width: 290px;
    height: 2px;
    background: #ffffff;
    top: 50%;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

.trending-title h2 {
    position: relative;
    z-index: 2;
}

.trending-title span {
    display: inline-block;
    padding: 8px 20px;
}

.trending-slider .slide-prev {
    left: 17px;
}

.trending-slider .slide-next {
    right: 17px;
}

.slick-slide {
    outline: 0 !important;
	width:50%;
}

.slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    padding-right: 20px;
    margin: 0 auto;
    list-style: none;
    text-align: right;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slick-dots li button:before {
    content: "";
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    text-align: center;
    filter: alpha(opacity=25);
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    filter: alpha(opacity=75);
    opacity: .75;
    color: black;
}

.tm-article-slides {
    padding-left: 2px;
    padding-right: 2px;
}

.slick-slide:first-child .tm-article-slides {
    padding-left: 0;
}

.slick-slide:last-child .tm-article-slides {
    padding-right: 0;
}

.article-bg-animation:hover .post-content {
    padding-top: 50%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃ¢â‚¬Â¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.20) 18%, rgba(0, 0, 0, 0.42) 36%, rgba(0, 0, 0, 0.85) 70%, rgba(0, 0, 0, 0.95) 87%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.20) 18%, rgba(0, 0, 0, 0.42) 36%, rgba(0, 0, 0, 0.85) 70%, rgba(0, 0, 0, 0.95) 87%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.20) 18%, rgba(0, 0, 0, 0.42) 36%, rgba(0, 0, 0, 0.85) 70%, rgba(0, 0, 0, 0.95) 87%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.posts-slider--center .slick-prev {
    right: 50%;
    margin-right: 4px;
}

.posts-slider--center .slick-next {
    right: auto;
    left: 50%;
    margin-left: 4px;
}

@media (min-width: 992px) {
    .featured-slider .article-wrapper-featured {
        padding: 30px 23% 30px 40px;
    }

    .posts-slider--center .slick-prev,
    .posts-slider--center .slick-next {
        top: inherit;
        bottom: 50px;
    }
}

.slider-figcaption {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9;
    transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -ms-transition: 500ms ease-in-out;
    -o-transition: 500ms ease-in-out;
}

.tm-hover-2 .slick-slide:hover .slider-figcaption,
.tm-hover-2 .slick-slide:focus .slider-figcaption {
    bottom: 80px;
}

.slider-figcaption .posts-date {
    position: relative;
}

.slide-title {
    color: #fff;
}

.slide-title span {
    display: block;
}

.tm-article-slides {
    position: relative;
}

.tm-article-slides figcaption {
    position: absolute;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #fff;
    bottom: 25px;
    left: inherit;
    right: 0;
    width: 80%;
    padding: 10px 20px;
    z-index: 99;
}
.tm-article-slides1 figcaption{
	width:40%;
}
.tm-article-slides2 figcaption{
	width:55%;
}
.tm-article-slides3 figcaption{
	width:60%;
}
.fig-overlay,
.bg-overlay {
    position: absolute;
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: alpha(opacity=45);
    opacity: .45;
}

.slide-nav-title,
.tm-article-sm h3 {
    display: block;
    display: -webkit-box;
    padding: 4px 0;
    width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    line-height: 1.6 !important;
    font-weight: 400;
    text-transform: uppercase;
}
.slide-nav-title1{font-size:20px;border:1px solid white;}
@media only screen and (max-width: 767px) {
    .slider-figcaption {
        padding-left: 0;
        padding-right: 0;
    }

    .slider-figcaption {
        margin-top: 0;
    }
}
.mainbanner-jumbotron .post-meta {
    padding-top: 10px;
}

.site-main .tm-row {
    margin-right: -15px;
    margin-left: -15px;
}

.col {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.site-main .col-two {
    width: 20%;
}

.site-main .col-three {
    width: 30%;
}

.site-main .col-four {
    width: 40%;
}

.site-main .col-half {
    width: 50%;
}

.site-main .col-six {
    width: 60%;
}

.full-item {
    border-bottom: 1px solid #dedede;
}

.full-item:last-child {
    border: 0;
}

.clear-col:nth-child(2n+1) {
    clear: left;
}

@media only screen and (max-width: 991px) {
    .clear-col:nth-child(2n+1) {
        clear: left;
    }
}

.item-metadata {
    font-size: 14px;
    padding: 5px 0;
}

.site-content .item-metadata {
    border-bottom: 1px solid #efefef;
}

.site-content .entry-footer .item-metadata {
    border-bottom: 0;
}

.site-content .entry-footer .item-metadata {
    display: table;
    width: 100%;
}

.site-content .entry-footer .item-metadata .item-tablecell {
    display: table-cell;
    width: 120px;
    vertical-align: top;
}

.site-content .item-metadata.posts-date {
    border-top: 1px solid #efefef;
}

.site-content .slider-figcaption .item-metadata,
.mainbanner-jumbotron .slider-figcaption .item-metadata {
    border: 0;
    display: inline-block;
    padding: 0 5px;
}

.site-content .item-metadata span {
    font-weight: 400;
    text-transform: uppercase;
}

.site-content .site-main .post-category-label {
    font-weight: 700;
}

.full-item-desc p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    background-color: #000;
    color: #fff;
}

.site-footer a, .site-footer span {
    color: #fff;
}

.site-footer a:hover,
.site-footer a:focus {
    color: #e91e63;
}

.site-footer .footer-widget .widget-title {
    color: #fff;
}

.site-footer .footer-widget .widget-area {
    border-left: 1px solid #333;
    display: table-cell;
    text-align: center;
    width: 33%;
    width: calc(100% / 3);
}

.site-footer .footer-widget .widget-area:last-child {
    border-right: 1px solid #333;
}

.site-footer .footer-widget .widget-area .widget {
    padding: 0.8em 10%;
}

.site-footer .footer-widget .widget-area .widget .widget-title {
    text-transform: uppercase;
}

.site-footer .footer-widget .widget-area .widget.simple-social-icons {
    padding: 0;
}

.simple-social-icons {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.simple-social-icons ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.simple-social-icons ul li {
    display: inline-block;
    margin: 12px 7px;
}

.simple-social-icons ul li a {
    display: block;
    color: #333;
    font-size: 28px;
    font-size: 1.75rem;
}

.simple-social-icons ul li a:hover, .simple-social-icons ul li a:focus {
    color: #c0c0c0;
}

.footer-logo .site-title,
.footer-logo .site-description {
    clip: inherit;
    position: relative;
}

/*--------------------------------------------------------------
##Back to top
--------------------------------------------------------------*/
#scroll-up {
    position: fixed;
    z-index: 8000;
    bottom: 45px;
    right: 15px;
    display: none;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#scroll-up:hover,
#scroll-up:focus {
    background-color: #373737;
    color: #fff;
    line-height: 45px;
}

#scroll-up:hover i,
#scroll-up:focus i {
    display: block;
}

@media only screen and (max-width: 767px) {
    #scroll-up {
        right: 20px;
        bottom: 20px;
    }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: block;
    float: left;
    width: 100%;
    padding: 0 5px;
    position: relative;
    margin-bottom: 20px;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1) {
    clear: left;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
}

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
    clear: left;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-4 .gallery-item:nth-child(4n+1) {
    clear: left;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-5 .gallery-item:nth-child(5n+1) {
    clear: left;
}

.gallery-columns-6 .gallery-item {
    width: 16.66%;
}

.gallery-columns-6 .gallery-item:nth-child(6n+1) {
    clear: left;
}

.gallery-columns-7 .gallery-item {
    width: 14.28%;
}

.gallery-columns-7 .gallery-item:nth-child(7n+1) {
    clear: left;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-8 .gallery-item:nth-child(8n+1) {
    clear: left;
}

.gallery-columns-9 .gallery-item {
    width: 11.11%;
}

.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery-caption {
    display: block;
    background: #000;
    background: rgba(0, 0, 0, .74);
    color: #fff;
    font-size: 85%;
    line-height: 1.22857143;
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    padding: 15px;
    text-align: left;
}

@media only screen and (max-width: 991px) {
    body .gallery .gallery-item {
        width: 50%;
        clear: none !important;
    }

    body .gallery.gallery-columns-1 .gallery-item {
        width: 100%;
    }

    body .gallery .gallery-item:nth-child(2n+1) {
        clear: left !important;
    }
}

@media only screen and (max-width: 640px) {
    body .gallery .gallery-item {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 290px;
        width: 100%;
    }
}

.nav-links .page-numbers {
    background: transparent;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    margin-right: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding-left: 15px;
    padding-right: 15px;
    display: block !important;
    height: 40px;
    line-height: 40px;
}

.recent-blog {
    margin: 50px auto;
}

.recent-widget-list {
    margin: 0 auto;
    padding: 0;
}

/*Responsive fixes*/

/*verticle css*/
.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.mt-110 {
    margin-top: 110px
}

.mt-120 {
    margin-top: 120px
}

.mt-130 {
    margin-top: 130px
}

.mt-140 {
    margin-top: 140px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-140 {
    margin-bottom: 140px
}

.pt-0 {
    padding-top: 0 !important
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pt-110 {
    padding-top: 110px
}

.pt-120 {
    padding-top: 120px
}

.pt-130 {
    padding-top: 130px
}

.pt-140 {
    padding-top: 140px
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-140 {
    padding-bottom: 140px
}

@media only screen and (min-width: 1200px) {
    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-10 {
        margin-top: 10px
    }

    .mt-lg-20 {
        margin-top: 20px
    }

    .mt-lg-30 {
        margin-top: 30px
    }

    .mt-lg-40 {
        margin-top: 40px
    }

    .mt-lg-50 {
        margin-top: 50px
    }

    .mt-lg-60 {
        margin-top: 60px
    }

    .mt-lg-70 {
        margin-top: 70px
    }

    .mt-lg-80 {
        margin-top: 80px
    }

    .mt-lg-90 {
        margin-top: 90px
    }

    .mt-lg-100 {
        margin-top: 100px
    }

    .mt-lg-110 {
        margin-top: 110px
    }

    .mt-lg-120 {
        margin-top: 120px
    }

    .mt-lg-130 {
        margin-top: 130px
    }

    .mt-lg-140 {
        margin-top: 140px
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-10 {
        margin-bottom: 10px
    }

    .mb-lg-20 {
        margin-bottom: 20px
    }

    .mb-lg-30 {
        margin-bottom: 30px
    }

    .mb-lg-40 {
        margin-bottom: 40px
    }

    .mb-lg-50 {
        margin-bottom: 50px
    }

    .mb-lg-60 {
        margin-bottom: 60px
    }

    .mb-lg-70 {
        margin-bottom: 70px
    }

    .mb-lg-80 {
        margin-bottom: 80px
    }

    .mb-lg-90 {
        margin-bottom: 90px
    }

    .mb-lg-100 {
        margin-bottom: 100px
    }

    .mb-lg-110 {
        margin-bottom: 110px
    }

    .mb-lg-120 {
        margin-bottom: 120px
    }

    .mb-lg-130 {
        margin-bottom: 130px
    }

    .mb-lg-140 {
        margin-bottom: 140px
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-10 {
        padding-top: 10px
    }

    .pt-lg-20 {
        padding-top: 20px
    }

    .pt-lg-30 {
        padding-top: 30px
    }

    .pt-lg-40 {
        padding-top: 40px
    }

    .pt-lg-50 {
        padding-top: 50px
    }

    .pt-lg-60 {
        padding-top: 60px
    }

    .pt-lg-70 {
        padding-top: 70px
    }

    .pt-lg-80 {
        padding-top: 80px
    }

    .pt-lg-90 {
        padding-top: 90px
    }

    .pt-lg-100 {
        padding-top: 100px
    }

    .pt-lg-110 {
        padding-top: 110px
    }

    .pt-lg-120 {
        padding-top: 120px
    }

    .pt-lg-130 {
        padding-top: 130px
    }

    .pt-lg-140 {
        padding-top: 140px
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-10 {
        padding-bottom: 10px
    }

    .pb-lg-20 {
        padding-bottom: 20px
    }

    .pb-lg-30 {
        padding-bottom: 30px
    }

    .pb-lg-40 {
        padding-bottom: 40px
    }

    .pb-lg-50 {
        padding-bottom: 50px
    }

    .pb-lg-60 {
        padding-bottom: 60px
    }

    .pb-lg-70 {
        padding-bottom: 70px
    }

    .pb-lg-80 {
        padding-bottom: 80px
    }

    .pb-lg-90 {
        padding-bottom: 90px
    }

    .pb-lg-100 {
        padding-bottom: 100px
    }

    .pb-lg-110 {
        padding-bottom: 110px
    }

    .pb-lg-120 {
        padding-bottom: 120px
    }

    .pb-lg-130 {
        padding-bottom: 130px
    }

    .pb-lg-140 {
        padding-bottom: 140px
    }
}

@media only screen and (min-width: 991px) {
    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-10 {
        margin-top: 10px
    }

    .mt-md-20 {
        margin-top: 20px
    }

    .mt-md-30 {
        margin-top: 30px
    }

    .mt-md-40 {
        margin-top: 40px
    }

    .mt-md-50 {
        margin-top: 50px
    }

    .mt-md-60 {
        margin-top: 60px
    }

    .mt-md-70 {
        margin-top: 70px
    }

    .mt-md-80 {
        margin-top: 80px
    }

    .mt-md-90 {
        margin-top: 90px
    }

    .mt-md-100 {
        margin-top: 100px
    }

    .mt-md-110 {
        margin-top: 110px
    }

    .mt-md-120 {
        margin-top: 120px
    }

    .mt-md-130 {
        margin-top: 130px
    }

    .mt-md-140 {
        margin-top: 140px
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-10 {
        margin-bottom: 10px
    }

    .mb-md-20 {
        margin-bottom: 20px
    }

    .mb-md-30 {
        margin-bottom: 30px
    }

    .mb-md-40 {
        margin-bottom: 40px
    }

    .mb-md-50 {
        margin-bottom: 50px
    }

    .mb-md-60 {
        margin-bottom: 60px
    }

    .mb-md-70 {
        margin-bottom: 70px
    }

    .mb-md-80 {
        margin-bottom: 80px
    }

    .mb-md-90 {
        margin-bottom: 90px
    }

    .mb-md-100 {
        margin-bottom: 100px
    }

    .mb-md-110 {
        margin-bottom: 110px
    }

    .mb-md-120 {
        margin-bottom: 120px
    }

    .mb-md-130 {
        margin-bottom: 130px
    }

    .mb-md-140 {
        margin-bottom: 140px
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-10 {
        padding-top: 10px
    }

    .pt-md-20 {
        padding-top: 20px
    }

    .pt-md-30 {
        padding-top: 30px
    }

    .pt-md-40 {
        padding-top: 40px
    }

    .pt-md-50 {
        padding-top: 50px
    }

    .pt-md-60 {
        padding-top: 60px
    }

    .pt-md-70 {
        padding-top: 70px
    }

    .pt-md-80 {
        padding-top: 80px
    }

    .pt-md-90 {
        padding-top: 90px
    }

    .pt-md-100 {
        padding-top: 100px
    }

    .pt-md-110 {
        padding-top: 110px
    }

    .pt-md-120 {
        padding-top: 120px
    }

    .pt-md-130 {
        padding-top: 130px
    }

    .pt-md-140 {
        padding-top: 140px
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-10 {
        padding-bottom: 10px
    }

    .pb-md-20 {
        padding-bottom: 20px
    }

    .pb-md-30 {
        padding-bottom: 30px
    }

    .pb-md-40 {
        padding-bottom: 40px
    }

    .pb-md-50 {
        padding-bottom: 50px
    }

    .pb-md-60 {
        padding-bottom: 60px
    }

    .pb-md-70 {
        padding-bottom: 70px
    }

    .pb-md-80 {
        padding-bottom: 80px
    }

    .pb-md-90 {
        padding-bottom: 90px
    }

    .pb-md-100 {
        padding-bottom: 100px
    }

    .pb-md-110 {
        padding-bottom: 110px
    }

    .pb-md-120 {
        padding-bottom: 120px
    }

    .pb-md-130 {
        padding-bottom: 130px
    }

    .pb-md-140 {
        padding-bottom: 140px
    }
}

@media only screen and (min-width: 768px) {
    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-10 {
        margin-top: 10px
    }

    .mt-sm-20 {
        margin-top: 20px
    }

    .mt-sm-30 {
        margin-top: 30px
    }

    .mt-sm-40 {
        margin-top: 40px
    }

    .mt-sm-50 {
        margin-top: 50px
    }

    .mt-sm-60 {
        margin-top: 60px
    }

    .mt-sm-70 {
        margin-top: 70px
    }

    .mt-sm-80 {
        margin-top: 80px
    }

    .mt-sm-90 {
        margin-top: 90px
    }

    .mt-sm-100 {
        margin-top: 100px
    }

    .mt-sm-110 {
        margin-top: 110px
    }

    .mt-sm-120 {
        margin-top: 120px
    }

    .mt-sm-130 {
        margin-top: 130px
    }

    .mt-sm-140 {
        margin-top: 140px
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-10 {
        margin-bottom: 10px
    }

    .mb-sm-20 {
        margin-bottom: 20px
    }

    .mb-sm-30 {
        margin-bottom: 30px
    }

    .mb-sm-40 {
        margin-bottom: 40px
    }

    .mb-sm-50 {
        margin-bottom: 50px
    }

    .mb-sm-60 {
        margin-bottom: 60px
    }

    .mb-sm-70 {
        margin-bottom: 70px
    }

    .mb-sm-80 {
        margin-bottom: 80px
    }

    .mb-sm-90 {
        margin-bottom: 90px
    }

    .mb-sm-100 {
        margin-bottom: 100px
    }

    .mb-sm-110 {
        margin-bottom: 110px
    }

    .mb-sm-120 {
        margin-bottom: 120px
    }

    .mb-sm-130 {
        margin-bottom: 130px
    }

    .mb-sm-140 {
        margin-bottom: 140px
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-10 {
        padding-top: 10px
    }

    .pt-sm-20 {
        padding-top: 20px
    }

    .pt-sm-30 {
        padding-top: 30px
    }

    .pt-sm-40 {
        padding-top: 40px
    }

    .pt-sm-50 {
        padding-top: 50px
    }

    .pt-sm-60 {
        padding-top: 60px
    }

    .pt-sm-70 {
        padding-top: 70px
    }

    .pt-sm-80 {
        padding-top: 80px
    }

    .pt-sm-90 {
        padding-top: 90px
    }

    .pt-sm-100 {
        padding-top: 100px
    }

    .pt-sm-110 {
        padding-top: 110px
    }

    .pt-sm-120 {
        padding-top: 120px
    }

    .pt-sm-130 {
        padding-top: 130px
    }

    .pt-sm-140 {
        padding-top: 140px
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-10 {
        padding-bottom: 10px
    }

    .pb-sm-20 {
        padding-bottom: 20px
    }

    .pb-sm-30 {
        padding-bottom: 30px
    }

    .pb-sm-40 {
        padding-bottom: 40px
    }

    .pb-sm-50 {
        padding-bottom: 50px
    }

    .pb-sm-60 {
        padding-bottom: 60px
    }

    .pb-sm-70 {
        padding-bottom: 70px
    }

    .pb-sm-80 {
        padding-bottom: 80px
    }

    .pb-sm-90 {
        padding-bottom: 90px
    }

    .pb-sm-100 {
        padding-bottom: 100px
    }

    .pb-sm-110 {
        padding-bottom: 110px
    }

    .pb-sm-120 {
        padding-bottom: 120px
    }

    .pb-sm-130 {
        padding-bottom: 130px
    }

    .pb-sm-140 {
        padding-bottom: 140px
    }
}

@media only screen and (max-width: 767px) {
    .mt-xs-0 {
        margin-top: 0 !important
    }

    .mt-xs-10 {
        margin-top: 10px
    }

    .mt-xs-20 {
        margin-top: 20px
    }

    .mt-xs-30 {
        margin-top: 30px
    }

    .mt-xs-40 {
        margin-top: 40px
    }

    .mt-xs-50 {
        margin-top: 50px
    }

    .mt-xs-60 {
        margin-top: 60px
    }

    .mt-xs-70 {
        margin-top: 70px
    }

    .mt-xs-80 {
        margin-top: 80px
    }

    .mt-xs-90 {
        margin-top: 90px
    }

    .mt-xs-100 {
        margin-top: 100px
    }

    .mt-xs-110 {
        margin-top: 110px
    }

    .mt-xs-120 {
        margin-top: 120px
    }

    .mt-xs-130 {
        margin-top: 130px
    }

    .mt-xs-140 {
        margin-top: 140px
    }

    .mb-xs-0 {
        margin-bottom: 0 !important
    }

    .mb-xs-10 {
        margin-bottom: 10px
    }

    .mb-xs-20 {
        margin-bottom: 20px
    }

    .mb-xs-30 {
        margin-bottom: 30px
    }

    .mb-xs-40 {
        margin-bottom: 40px
    }

    .mb-xs-50 {
        margin-bottom: 50px
    }

    .mb-xs-60 {
        margin-bottom: 60px
    }

    .mb-xs-70 {
        margin-bottom: 70px
    }

    .mb-xs-80 {
        margin-bottom: 80px
    }

    .mb-xs-90 {
        margin-bottom: 90px
    }

    .mb-xs-100 {
        margin-bottom: 100px
    }

    .mb-xs-110 {
        margin-bottom: 110px
    }

    .mb-xs-120 {
        margin-bottom: 120px
    }

    .mb-xs-130 {
        margin-bottom: 130px
    }

    .mb-xs-140 {
        margin-bottom: 140px
    }

    .pt-xs-0 {
        padding-top: 0 !important
    }

    .pt-xs-10 {
        padding-top: 10px
    }

    .pt-xs-20 {
        padding-top: 20px
    }

    .pt-xs-30 {
        padding-top: 30px
    }

    .pt-xs-40 {
        padding-top: 40px
    }

    .pt-xs-50 {
        padding-top: 50px
    }

    .pt-xs-60 {
        padding-top: 60px
    }

    .pt-xs-70 {
        padding-top: 70px
    }

    .pt-xs-80 {
        padding-top: 80px
    }

    .pt-xs-90 {
        padding-top: 90px
    }

    .pt-xs-100 {
        padding-top: 100px
    }

    .pt-xs-110 {
        padding-top: 110px
    }

    .pt-xs-120 {
        padding-top: 120px
    }

    .pt-xs-130 {
        padding-top: 130px
    }

    .pt-xs-140 {
        padding-top: 140px
    }

    .pb-xs-0 {
        padding-bottom: 0 !important
    }

    .pb-xs-10 {
        padding-bottom: 10px
    }

    .pb-xs-20 {
        padding-bottom: 20px
    }

    .pb-xs-30 {
        padding-bottom: 30px
    }

    .pb-xs-40 {
        padding-bottom: 40px
    }

    .pb-xs-50 {
        padding-bottom: 50px
    }

    .pb-xs-60 {
        padding-bottom: 60px
    }

    .pb-xs-70 {
        padding-bottom: 70px
    }

    .pb-xs-80 {
        padding-bottom: 80px
    }

    .pb-xs-90 {
        padding-bottom: 90px
    }

    .pb-xs-100 {
        padding-bottom: 100px
    }

    .pb-xs-110 {
        padding-bottom: 110px
    }

    .pb-xs-120 {
        padding-bottom: 120px
    }

    .pb-xs-130 {
        padding-bottom: 130px
    }

    .pb-xs-140 {
        padding-bottom: 140px
    }
}

@media only screen and (max-width: 480px) {
    .mt-xxs-0 {
        margin-top: 0 !important
    }

    .mt-xxs-10 {
        margin-top: 10px
    }

    .mt-xxs-20 {
        margin-top: 20px
    }

    .mt-xxs-30 {
        margin-top: 30px
    }

    .mt-xxs-40 {
        margin-top: 40px
    }

    .mt-xxs-50 {
        margin-top: 50px
    }

    .mt-xxs-60 {
        margin-top: 60px
    }

    .mt-xxs-70 {
        margin-top: 70px
    }

    .mt-xxs-80 {
        margin-top: 80px
    }

    .mt-xxs-90 {
        margin-top: 90px
    }

    .mt-xxs-100 {
        margin-top: 100px
    }

    .mt-xxs-110 {
        margin-top: 110px
    }

    .mt-xxs-120 {
        margin-top: 120px
    }

    .mt-xxs-130 {
        margin-top: 130px
    }

    .mt-xxs-140 {
        margin-top: 140px
    }

    .mb-xxs-0 {
        margin-bottom: 0 !important
    }

    .mb-xxs-10 {
        margin-bottom: 10px
    }

    .mb-xxs-20 {
        margin-bottom: 20px
    }

    .mb-xxs-30 {
        margin-bottom: 30px
    }

    .mb-xxs-40 {
        margin-bottom: 40px
    }

    .mb-xxs-50 {
        margin-bottom: 50px
    }

    .mb-xxs-60 {
        margin-bottom: 60px
    }

    .mb-xxs-70 {
        margin-bottom: 70px
    }

    .mb-xxs-80 {
        margin-bottom: 80px
    }

    .mb-xxs-90 {
        margin-bottom: 90px
    }

    .mb-xxs-100 {
        margin-bottom: 100px
    }

    .mb-xxs-110 {
        margin-bottom: 110px
    }

    .mb-xxs-120 {
        margin-bottom: 120px
    }

    .mb-xxs-130 {
        margin-bottom: 130px
    }

    .mb-xxs-140 {
        margin-bottom: 140px
    }

    .pt-xxs-0 {
        padding-top: 0 !important
    }

    .pt-xxs-10 {
        padding-top: 10px
    }

    .pt-xxs-20 {
        padding-top: 20px
    }

    .pt-xxs-30 {
        padding-top: 30px
    }

    .pt-xxs-40 {
        padding-top: 40px
    }

    .pt-xxs-50 {
        padding-top: 50px
    }

    .pt-xxs-60 {
        padding-top: 60px
    }

    .pt-xxs-70 {
        padding-top: 70px
    }

    .pt-xxs-80 {
        padding-top: 80px
    }

    .pt-xxs-90 {
        padding-top: 90px
    }

    .pt-xxs-100 {
        padding-top: 100px
    }

    .pt-xxs-110 {
        padding-top: 110px
    }

    .pt-xxs-120 {
        padding-top: 120px
    }

    .pt-xxs-130 {
        padding-top: 130px
    }

    .pt-xxs-140 {
        padding-top: 140px
    }

    .pb-xxs-0 {
        padding-bottom: 0 !important
    }

    .pb-xxs-10 {
        padding-bottom: 10px
    }

    .pb-xxs-20 {
        padding-bottom: 20px
    }

    .pb-xxs-30 {
        padding-bottom: 30px
    }

    .pb-xxs-40 {
        padding-bottom: 40px
    }

    .pb-xxs-50 {
        padding-bottom: 50px
    }

    .pb-xxs-60 {
        padding-bottom: 60px
    }

    .pb-xxs-70 {
        padding-bottom: 70px
    }

    .pb-xxs-80 {
        padding-bottom: 80px
    }

    .pb-xxs-90 {
        padding-bottom: 90px
    }

    .pb-xxs-100 {
        padding-bottom: 100px
    }

    .pb-xxs-110 {
        padding-bottom: 110px
    }

    .pb-xxs-120 {
        padding-bottom: 120px
    }

    .pb-xxs-130 {
        padding-bottom: 130px
    }

    .pb-xxs-140 {
        padding-bottom: 140px
    }
}

time.updated {
    display: none;
}

.tm-social-share {
    position: relative;
	float:right; z-index:1000;
}

@media only screen and (max-width: 640px) {
    .top-bar:before {
        left: 0;
        top: 40px;
    }

    .news {
        width: 100%;
    }
}

figure,
figcaption {
    outline: none !important;
}

.main-navigation,
.main-navigation .popular-post {
    border-color: #484848;
}

.top-bar,
.top-bar .social-icons ul li,
.top-bar .social-icons ul li:last-child,
.top-bar .icon-search .search-form {
    border-color: #e4e4e4;
}

.categories-list > a,
.post-category-label a,
.site-content .widget_recent_comments li a,
.site-content .widget_pages li a,
.site-content .social-widget-menu li a,
.site-content .widget_archive li a,
.site-content .widget_meta li a,
.site-content .widget_categories li a,
.site-content .widget_nav_menu li a,
.site-content .widget_recent_entries li a,
.site-content .search-form .search-submit,
.site-footer .search-form .search-submit,
.slide-nav-title,
.tm-article-sm h3,
.site-content .item-metadata span,
.item-title,
.main-navigation .menu ul li a,
.nav-previous a, .nav-next a, .main-navigation .menu ul li span {
    letter-spacing: 1px;
}

.breadcrumbs ul li,
.widget-header-wrapper .widget-description,
.top-bar .icon-search .search-form input {
    letter-spacing: 2px;
}

.site-main .widget.magazine_base_widget_tabbed ul.nav-tabs li a,
.widget .social-widget-menu ul li a span {
    letter-spacing: 3px;
}

.comments-tabbed--list figure.article-thumbmnail {
    float: left;
}

.entry-title {
    letter-spacing: 1px;
}

.entry-header .entry-title,
.slide-title {
    letter-spacing: 2px;
}

.error-404 {
    text-align: center;
}

.error-404 h3 {
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    max-width: 700px;
    margin: 20px auto;
    line-height: 1.6;
}

.footer-logo .site-title {
    letter-spacing: 4px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    body .site-branding {
        text-align: center;
    }

    .top-bar .social-icons ul {
        background: #f6f6f6;
        border-width: 0 1px 1px 1px;
        border-style: solid;
        border-color: #e4e4e4;
    }

    .top-bar .social-icons ul li a:after,
    .top-bar .widget .social-widget-menu ul a:before {
        width: 35px;
    }

    .top-bar .social-icons ul li:first-child {
        border-left: 0;
    }

    .top-bar .social-icons ul li:last-child {
        border-right: 0;
    }

    body .social-icons ul {
        text-align: center;
    }

    body .social-icons ul li {
        display: inline-block;
        float: none;
    }

    .slide-icon {
        width: 40px;
        height: 40px;
        font-size: 24px;
        line-height: 40px;
        margin-top: -20px;
    }

    .slide-icon:before {
        line-height: 40px;
    }

    .trending-slider .slide-icon {
        margin-top: -45px;
    }

    .trending-slider .slide-prev {
        left: 3px;
    }

    .trending-slider .slide-next {
        right: 3px;
    }
}

@media only screen and (max-width: 480px) {
    .widget.magazine_base_widget_tabbed ul.nav-tabs li a {
        font-size: 12px;
    }
}
.list{display:inline;vertical-align:text-bottom}
.widget-header-wrapper ul{margin-left:30px;list-style:circle;margin-bottom:1.5em;}
.widget-header-wrapper ol{margin-left:30px;list-style:decimal;margin-bottom:1.5em;}
.widget-header-wrapper a{color:blue;}
.widget-header-wrapper a:hover{color: #E91E63;}
.widget-header-wrapper img{margin-bottom:1.5em;margin-left:auto;margin-right:auto;display:table;}
.grid-item-details{margin-bottom:40px;}
.slick-initialized .slick-slide1{margin-left:auto;margin-right:auto;display:table;}
.slick-slide1{float:none;}
.contact-list1{margin-bottom:70px;}
.single-online-casinos header.entry-header.entry-header-single {
    line-height: 60px;
}
.entry-header.entry-header-single {
    padding: 0;
    position: relative;
}
.entry-title {
    margin: 0!important;
}
h1.entry-title, h2 {
    padding: 10px 0;
    position: relative;
    clear: none;
    font-weight: 700;
}
.img-box{padding-left:0;}
h1.entry-title, h1.entry-title a, h1.entry-title a:visited, h1.entry-title a:link, h2.entry-title a, h2.entry-title a:visited, h2.entry-title a:link, .heatmapthemead-post-details a:link, .heatmapthemead-post-details a:visited {
    color: #333333;
}
.entry-header .entry-title {
    font-size: 40px!important;
    text-transform: uppercase;
}
.entry-header.entry-header-single h1 {
    font-size: 40px;
}
.heatmapthemead-posted-by-off h1.entry-title {
    margin-bottom: 10px;
}
#heatmapthemead-the-content-container h1 {
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 40px;
}
@media (max-width:600px){
	#heatmapthemead-the-content-container h1, #heatmapthemead-the-content-container h2.h2-simulate-h1 {
    font-size: 1.4em;
	}
#heatmapthemead-the-content-container .h2-title {
    font-size: 1.2em;
}
}
.entry-title:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #FE9700;
}
.entry-header-single .iframe_soc, .entry-header-single .rating {
    float: right;
    width: 220px;
    line-height: 1.4em;
    text-align: right;
}
.entry-header-single .rating {
    text-align: center;
    position: absolute;
    right: 0;
    top: 14px;
	z-index:1;
}
@media screen and (max-width: 620px){
.entry-header-single .rating {
    margin-top: 0;
    width: 100%;
    text-align: center;
}}
.post-ratings {
    width: 100%;
    opacity: 1;
	font-size:13px;
}
.post-ratings img, .post-ratings-loading img, .post-ratings-image img {
    border: 0;
    padding: 0;
    margin: 0;
	vertical-align:text-bottom;
}
div#heatmapthemead-the-content-container span {
    font-size: 15px;
}
.entry-header-single:after {
    content: '';
    display: block;
    clear: both;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}
@media screen and (max-width: 1000px){
.head-post-advent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}}
.head-post-advent {
    overflow: hidden;
    padding-top: 20px;
}
@media screen and (max-width: 1000px){
.head-post-advent .lang-bonus {
    margin-bottom: 15px;
}
}
.single-online-casinos .img-box img {
    position: relative;
    width: 192px;
    height: auto;
}
.single-online-casinos .entry-header .img-box img {
    width: 100%;
    max-width: 250px;
    height: auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.single-online-casinos .entry-header .advantages-list .list-items {
    list-style-type: none;
    margin: 0 0 25px;
    padding: 0;
	margin-top:30px;
}
.single-online-casinos .entry-header .advantages-list .list-items li {
    font-size: 18px;
    padding: 5px 0 7px 35px;
    background-image: url(../img/checkbox_checked.png);
    background-position: left center;
    background-repeat: no-repeat;
	margin-bottom:0;
}
.lang-casino {
    position: relative;
    border: 1px solid #F47B00;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.lang-casino {
    padding: 10px 10px 5px;
    line-height: 1.1;
}
.lang-casino__inner {
    margin: 0;
    padding-left: 25px;
    min-height: 20px;
}
div#heatmapthemead-the-content-container, div#heatmapthemead-the-content-container li, div#heatmapthemead-the-content-container p, div#heatmapthemead-the-content-container span {
    font-size: 15px;
}
.lang-casino__flag {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -10px;
    background-position: center center;
    background-repeat: no-repeat;
}
#heatmapthemead-the-content-container .bonus {
    background: #E7E7E7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}
#heatmapthemead-the-content-container .bonus .title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding: 5px 0;
}
#heatmapthemead-the-content-container .bonus .title {
    padding-bottom: 0;
}
#heatmapthemead-the-content-container .bonus .content {
    display: block;
    font-size: 23px;
    font-weight: 700;
    color: #F47B00;
}
.button-visit-post {
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none!important;
    font-size: 16px;
    font-weight: 700;
    border: none;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff!important;
    background-color: #f47b00;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fe9700), to(#f47b00));
    background-image: -webkit-linear-gradient(left, #fe9700 0, #f47b00 100%);
    background-image: -moz-linear-gradient(left, #fe9700 0, #f47b00 100%);
    background-image: -o-linear-gradient(left, #fe9700 0, #f47b00 100%);
    background-image: linear-gradient(to right, #fe9700 0, #f47b00 100%);
    -webkit-box-shadow: -2px 2px 5px 0 rgba(231, 206, 169, 1);
    box-shadow: -2px 2px 5px 0 rgba(231, 206, 169, 1);
}
.button-visit-post, .post-type-archive-online-casinos .casino-list .casino-review-item>.name a:hover {
    text-decoration: none;
}
.term_condition_link_casino {
    display: block;
    padding: 6px 0;
    text-align: center;
    font-size: 13px;
    color: #5a5555!important;
}
.details_one {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.details_one, .jackpots {
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 900px){
.details_one dl {
    min-width: 300px;
    padding: 5px 0;
}}
@media screen and (max-width: 620px){
.details_one dl {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}}
.details_one dl, .jackpots dl {
    width: 50%;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .5em;
}
.payment-methods {
    margin: 20px 0 0;
}
.casino-preview h2, .details_two h2, .jackpots h2, .lat-slots h2, .other-slots h2, .payment-methods h2, .pop-slots h2 {
    text-transform: uppercase;
}
.single-online-casinos .h2-title {
    font-size: 30px!important;
    font-weight: 700;
    margin: 0;
}
#heatmapthemead-the-content-container .h2-title {
    padding: 10px 0;
    font-size: 30px;
    line-height: 1.2em;
    clear: both;
    margin: 0 0 20px;
	position:relative;
}
.h2-title:before{
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #FE9700;
}
.payment-methods div {
    padding: 30px 0 20px 30px;
}
.payment-methods div a span {
    display: inline-block;
    height: 51px;
    width: 82px;
    margin: 0 20px 0 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
#heatmapthemead-the-content-container .bonus {
    height: auto;
    margin: 5px 0;
}
.details_one dl:nth-child(4n+3), .details_one dl:nth-child(4n+4), .jackpots dl:nth-child(4n+4), .jackpots dl:nth-child(4n+5) {
    background: #F4F4F4;
}
.casino-play a:nth-child(1), .s-mash, dl dd, dl dt {
    display: inline-block;
}
dl dd, dl dt {
    margin: 0;
}
.lang-bonus{padding:0;}
.gdc-table-div {
    position: relative;
    width: 100%;
}
.gdc-table-header {
    width: 100%;
    height: 48px;
    background: transparent url(../img/section-header.png) no-repeat 100% 0;
    color: #FFF;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 11px 0 0 10px;
    font-size: 16px;
    text-shadow: 1px 1px 5px #6f6f6f;
}
.gdc-table {
    width: 100%;
}
.gdc-table-head {
    background-color: #e4e1e5;
}
.gdc-table-head td, .gdc-table-head th {
    color: #12395d;
    font-weight: 600;
    text-align: center;
}
@media only screen and (max-width: 800px){
.td-hide {
    display: none;
}}
.gdc-table-row {
    background-color: #f8f8f8;
    border-bottom-color: #e4cfe8;
    border-bottom: solid;
    border-bottom-width: 1px;
}
.gdc-table-row td {
    color: #12395d;
    font-weight: 600;
    text-align: center;
}
.gdc-left-content a {
    color: #d8333d;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}
.gdc-left-content a {
    color: #d8333d;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}
.purple {
    background: transparent url(../img/sprite.png) no-repeat -329px -158px;
}
.btn, .btn span {
    display: inline-block;
    width: 124px;
    height: 33px;
    color: #FFF;
    line-height: 24px;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
	padding-left:0;
}
.purple span {
    color: #FFF;
    font-weight: normal;
    text-align: center;
	text-transform:uppercase;
}
.gdc-table-div td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
    padding: 0.6rem 0;
}
.purple:hover{background:transparent url('../img/sprite.png') no-repeat -329px -125px}
.gdc-table-row:hover{background-color:#e4e1e5}
.upper{text-transform:uppercase;}
td.btn-table{ padding-right:5px;}
.bt-wr .button-visit-post:hover{opacity:0.8;}
div a span {cursor:pointer;}
div a span:hover{opacity:0.8;}
.tab .game-m{background:transparent url('../img/sprite1.png')no-repeat 0 0px; width:50px;height:50px;float:left;margin-top:5px;position:relative;z-index:50000;}
.tab .p-online{background-position: -45px 0px;clear:both; margin-top:2px;}
.tab .b-online{background-position: -90px 0px;clear:both; margin-top:1px;}
.tab .c-online{background-position: -135px 0px;clear:both;margin-top:2px;}
.tab .s-online{background-position: -180px 0px;clear:both;margin-top:0px;}
.slick-item{width: 750px; position: relative; left: 0px; top: 0px; z-index: 1000; opacity: 1; transition: opacity 500ms ease;}
.site-copyright{margin-left:auto;margin-right:auto;display:table;}
td.upper{padding:0 5px;}
.star{cursor:pointer;}
.categories-list > a{cursor:pointer;}
.categories-list > a:hover{opacity:0.8;}
.logo-topcasino{float:left;width:220px;margin-left:10px;}
.primary-bgcolor a{position:relative;z-index:60;}
.author-image img{margin-left:auto;margin-right:auto;display:table;}
	.list img{cursor:pointer;}
.rating-all{float:right;margin-top:-3px;}
.author{font-weight:bold;font-size:14px;color:#black;clear:both;}
.rate{text-align:center;font-weight:bold;}
.rating{display: inline-block;
	width:100%;
}
.star{display:inline!important;}
.author-1{font-size:12px;}
.tel-mob{display:none;}
@media(max-width:1199px){
	.slick-slide{width:60%;}
	.slider-nav-item{float:none;margin-left:auto;margin-right:auto;}
	.slick-item,.slick-track{width:100%!important;}
	.categories-list{left:54%;}
}
@media(max-width:991px){
	.slick-slide{width:80%;}
	.tm-article-slides figcaption{width:90%;}
	.slide-nav-title,.slide-nav-title span{font-size:15px;}
	.tm-article-slides1 figcaption{width:40%;}
	.tm-article-slides2 figcaption{width:55%;}
	.categories-list{left:39%;}
	.section-head img{margin-left:auto;margin-right:auto;display:table;}
}
@media(max-width:767px){
	.data-bg-1{height:420px;}
	.categories-list{display:none;}
	.tm-hover:after,.tm-hover:before{display:none;}
	.h-767{height:200px;}
	.tm-article-slides figcaption{width:100%;padding:2px 8px;}
	.tm-article-slides1 figcaption{width:40%;padding:5px 8px;}
	.slide-nav-title{text-align:center;}
	.tm-hover-zoom img,.grid-item-metadata{margin-left:auto;margin-right:auto;display:table;}
	.slider-figcaption{bottom:20px;}
	.data-bg-2{height:260px!important;}
	.grid-item-details .categories-list{display:table;margin-left:auto;margin-right:auto;}
}
@media(max-width:640px){
	.img-box,.details_one dl, .jackpots dl{width:100%;}
	.details_one dl dt{width:50%;}
	.single-online-casinos .entry-header .img-box img{margin-left:auto;margin-right:auto;display:table;}
	.advantages-list{width:100%;}
	.single-online-casinos .entry-header .advantages-list .list-items{margin-left:auto;margin-right:auto;display:table;}
	.entry-title:before,.post-ratings{opacity:0;}
	.entry-header .entry-title{text-align:center;font-size:35px!important;}
	.entry-title{padding-bottom:0;}
}
@media(max-width:500px){
	.slick-slide{
		width:100%;
	}
	h1{font-size:24px;}
	h2{font-size:20px;}
	h3{font-size:17px;}
	p{text-align:justify;}
	.logo-topcasino{display:none;}
	.main-navigation .toggle-menu{margin-left:10px;}
}
@media(max-width:450px){
	.data-bg-1,.data-bg-slide{height:280px;}
	.h-767{height:200px;}
	.btn, .btn span{width:80px;}
	td.upper{font-size:12px;}
}
@media(max-width:350px){
	.tm-article-slides1 figcaption{width:55%;}
	.data-bg-2{height:200px!important;}
}