body {
	visibility: visible!important
}

.mx_image_background {
	background-color: #f2f2f2
}

.td-visibility-hidden {
	visibility: hidden
}

.clearfix {
	*zoom: 1
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0
}

.clearfix:after {
	clear: both
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 0 0
}

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

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

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .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: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0;
	display: block
}

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

figure {
	margin: 0
}

hr {
	-moz-box-sizing: content-box;
	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
}

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-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

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

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

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

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

td,
th {
	padding: 0
}
.posted-on:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}
.td-post-date:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}
.tickerwrapper {
    position: relative;
}
.tickhead {
    background: #494949 url() no-repeat right center;
    position: absolute;
    line-height: 40px!important;
    height: 40px;
    width: auto;
    padding: 0 10px 0 10px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
   
    top: 0;
    left: 0;
}
.ticker2 {
    padding-left: 80px;
    height: 40px!important;
    line-height: 40px!important;
    background: #fbfbfb;
    border: 1px solid #f0f0f0;
}
.ticker-con {
    overflow: hidden;
    height: 40px!important;
    line-height: 40px!important;
    padding: 0px 10px 0px 6px!important;
}
.ticker-con .caroufredsel_wrapper {
    width: 990px;
    height: 39px;
	overflow:hidden;
}
.ticker2 ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: left;
}
.news-ticker ul {
    overflow: hidden;
}
.news-ticker li {
    padding: 4px 60px 12px 0 !important;
    overflow: hidden;
    white-space: nowrap;
    float: left;
}
.news-ticker li h3 {
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.ticker2 ul li a {
    color: #383838;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 33px;
}
.social-clear {
    position: absolute;
    top: 25px;
    right: 24px;
    z-index: 5;
}

@media print {
	html,
	body {
		background-color: #fff;
		color: #000;
		margin: 0;
		padding: 0
	}
	img {
		max-width: 100%;
		display: block
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		page-break-after: avoid
	}
	ul,
	ol,
	li {
		page-break-inside: avoid
	}
	table,
	tr,
	td {
		page-break-before: avoid
	}
	.single-post #td-theme-settings,
	.single-post .td-header-top-menu,
	.single-post .td-header-menu-wrap,
	.single-post .td-header-sp-rec,
	.single-post .td-main-sidebar,
	.single-post .td-post-source-tags,
	.single-post .td-post-sharing,
	.single-post .td-post-next-prev,
	.single-post .td_block_related_posts,
	.single-post #comments,
	.single-post .td-footer-container,
	.single-post .td-sub-footer-container,
	.single-post .entry-crumbs,
	.single-post .td-category,
	.single-post .td-post-views,
	.single-post .td-post-comments,
	.single-post .td-scroll-up,
	.single-post iframe,
	.single-post .td-more-articles-box {
		display: none!important
	}
	.backstretch {
		display: none
	}
	.td-main-content,
	header {
		width: 80%!important
	}
	.td-pb-row [class*=td-pb-span] {
		border: 0!important
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

img {
	max-width: 100%;
	width: auto\9;
	height: auto
}

.td-ss-main-content {
	position: relative
}

.td-page-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	margin: 1px 0 20px
}

.td-page-header.td-pb-padding-side {
	padding-top: 20px
}

.td-attachment-prev {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 16px
}

.td-attachment-prev img {
	width: 100px;
	height: 100px
}

.td-attachment-next {
	float: right;
	margin-top: 10px;
	margin-bottom: 16px
}

.td-attachment-next img {
	width: 100px;
	height: 100px
}

.td-author-counters {
	margin-bottom: 13px;
	line-height: 19px;
	height: 19px
}

.td-author-counters span {
	font-family: open sans, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	background-color: #222;
	border-radius: 3px;
	color: #fff;
	display: inline-table;
	line-height: 16px;
	padding: 2px 15px;
	vertical-align: middle;
	position: relative;
	top: -1px
}

.author .author-box-wrap {
	border-bottom: 1px dashed #f1f1f1;
	border-top: 1px dashed #f1f1f1;
	margin: 0 19px 20px 20px;
	padding: 21px 0
}

.td-author-post-count {
	margin-right: 10px
}

.error404 .td-pb-span12 .block-title {
	margin-left: 20px
}

.td-404-title {
	font-family: roboto, sans-serif;
	font-size: 40px;
	color: #222;
	text-align: center;
	line-height: 50px;
	padding: 30px 0 17px
}

.td-404-sub-title {
	font-family: roboto, sans-serif;
	font-size: 21px;
	line-height: 24px;
	color: #a6a6a6;
	text-align: center;
	padding: 0 0 40px
}

.td-404-sub-sub-title {
	text-align: center;
	margin-bottom: 70px
}

.td-404-sub-sub-title a {
	background-color: #444;
	border: medium;
	border-radius: 3px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 16px;
	padding: 8px 15px;
	margin-left: 6px
}

.td-404-sub-sub-title a:hover {
	color: #fff;
	background-color: #4db2ec;
	text-decoration: none!important
}

.td-404-head {
	text-align: center
}

.td-search-query {
	color: #4db2ec
}

.search-page-search-wrap {
	border-bottom: 1px dashed #f1f1f1;
	border-top: 1px dashed #f1f1f1;
	margin: 0 0 20px;
	padding: 40px 0
}

.td-search-form-widget {
	position: relative;
	line-height: 21px
}

.td-search-form-widget .wpb_button {
	border-radius: 0 3px 3px 0;
	height: 32px;
	position: absolute;
	right: 0;
	top: 0;
	text-shadow: none;
	padding: 7px 15px 8px;
	line-height: 16px;
	margin: 0
}

.td-search-form-widget .wpb_button:hover {
	background-color: #222
}

.td-search-form-widget div {
	text-align: left
}

.td-search-form-widget .td-widget-search-input {
	width: 95%;
	border-right: 0;
	height: 32px;
	line-height: 21px;
	position: relative;
	top: 0;
	display: inline-table;
	vertical-align: middle
}

.td_search_subtitle {
	position: relative;
	top: 11px;
	left: 2px
}

.td-comment-section .comment-respond {
	border-top: none
}

.page-nav {
	margin-bottom: 35px;
	height: 28px;
	font-family: roboto, sans-serif
}
.td_block_template_1 .layout3 .np-primary-block-wrap {
    width: 100%;
	    position: relative;
	float: left;
}
.np-post-thumb, .np-slide-thumb {
    overflow: hidden;
}
.np-post-thumb img, .np-slide-thumb img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1;
}
.thumb1 .np-post-thumb img{height: 207px}
.np-block-posts-wrapper{padding-left: 20px;padding-right: 20px;display: inline-block}
.td_block_template_1 .layout3 .np-primary-block-wrap .np-single-post .np-post-content{
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)) repeat scroll 0 0;
}
.td_block_template_1 .layout3 .np-primary-block-wrap .np-single-post .np-post-title{
    line-height: 26px;
    margin: 5px 0;
}
.np-post-title.large-size, .np-post-title.small-size {
    margin: 15px 0 10px;
    text-transform: capitalize;
}
.td_block_template_1 .layout3 .np-primary-block-wrap .np-single-post .np-post-title a {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
}
.np-post-title.large-size a, .np-post-title.small-size a {
    color: #333;
    display: block;
    font-size: 16px;
}
.td_block_template_1 .layout3 .np-primary-block-wrap .np-post-meta span, .td_block_template_1 .layout3 .np-primary-block-wrap .np-post-meta span a{
    color: #cfcfcf;
}
.np-post-meta span {
    margin-right: 15px;
}
.np-post-meta span, .np-post-meta span a {
    color: #a6a6a6;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
}
.layout3 .np-secondary-block-wrap {
  
	margin-top: 20px;
	margin-bottom: 20px;
    width: 100%;
	    float: right;
}
.layout3 .np-secondary-block-wrap .np-single-post {
    border: medium none;
    float: left;
    margin-bottom: 0;
    margin-right: 2%;
    padding: 0;
    width: 32%;
}
.layout3 .np-secondary-block-wrap .np-single-post:last-child {
    border: medium none;
    float: left;
    margin-bottom: 0;
	margin-right:0%;
    padding: 0;
    width: 32%;
}
.layout3 .np-secondary-block-wrap .np-single-post .np-post-thumb, .layout3 .np-secondary-block-wrap .np-single-post .np-post-content {
    float: none;
    width: 100%;
}
.layout3 .np-secondary-block-wrap .np-single-post .np-post-content {
    margin-top: 10px;
}
.np-post-title.small-size {
    line-height: 22px;
    margin: 2px 0 3px;
	text-transform: capitalize;
}
.np-post-title.small-size a {
    font-size: 14px;
    font-weight: 500;
}

.np-post-title.large-size a, .np-post-title.small-size a {
    color: #333;
    display: block;
    font-size: 16px;
}
.np-secondary-block-wrap .np-post-meta span, .np-secondary-block-wrap .np-post-meta span a, .news_portal_default_tabbed .np-post-meta span, .news_portal_default_tabbed .np-post-meta span a, .np-related-posts-wrap .np-post-meta span, .np-related-posts-wrap .np-post-meta span a {
    font-size: 12px;
}
@media(max-width:767px) {
	.page-nav {
		margin-right: auto;
		margin-left: auto;
		display: table
	}
	.thumb1 .np-post-thumb img{height: auto}
	.layout3 .np-secondary-block-wrap .np-single-post:last-child {
    border: medium none;
    float: left;
    margin-bottom: 0;
	margin-right:0%;
    padding: 0;
    width: 100%;
}
}



.page-nav a:hover {
	color: #fff;
	background-color: #444;
	border-color: #444
}

.page-nav a,
.page-nav span {
	padding: 3px 5px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	display: inline-block;
	margin-right: 5px;
	min-width: 28px;
	text-align: center;
	color: #444;
	line-height: 21px;
	float: left;
	-o-transition: none;
	-moz-transition: none;
	-khtml-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	transition: none
}

.page-nav .first,
.page-nav .last {}

@media(max-width:767px) {
	.page-nav .first,
	.page-nav .last {
		display: none
	}
	.layout3 .np-secondary-block-wrap .np-single-post {
    float: left;
    margin-bottom: 5px;
    width: 100%;
    border-width: medium;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 0px;
}
	.layout3 .np-secondary-block-wrap .np-single-post .np-post-thumb {
		float: left;
		overflow: hidden;
		margin: 0px 0px 0px 10px;
		    margin-right: 10px;
		width: 30%;
	}


}

.page-nav .extend {
	border: none
}

@media(max-width:767px) {
	.page-nav .extend {
		display: none
	}
}

.page-nav i {
	font-size: 10px;
	line-height: 0;
	display: inline-table
}

.page-nav .pages {
	float: right;
	margin-right: 0;
	border: none;
	padding: 3px 0 3px 5px
}

@media(max-width:767px) {
	.page-nav .pages {
		display: none
	}
}

.page-nav .current {
	background-color: #4db2ec;
	color: #fff;
	border-color: #4db2ec
}

.page-nav:first-child>div {
	padding: 2px 5px 3px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	display: inline-block;
	margin-right: 5px;
	min-width: 28px;
	text-align: center;
	line-height: 21px;
	background-color: #4db2ec;
	color: #fff;
	border-color: #4db2ec;
	float: left
}

.td-page-content {
	margin-top: 20px
}

.td-page-content ul {
	list-style-position: inside
}

.td-page-content ul li {
	margin: 0 0 0 21px
}

.td-page-content ul ul,
.td-page-content ul ol {
	margin-bottom: 0;
	padding-left: 0
}

.td-page-content ol {
	list-style-position: inside
}

.td-page-content ol li {
	list-style-type: decimal;
	margin: 0 0 0 21px
}

.td-page-content ol ul {
	margin-bottom: 0;
	padding-left: 0
}

.td-page-content ol ul>li {
	list-style-type: none
}

.td-page-content ol ol {
	padding-left: 0;
	margin-bottom: 0
}

.td-page-content .td-arrow-list li:before {
	font-family: newsmag, sans-serif;
	content: '\e803';
	float: left;
	margin-left: -19px;
	line-height: 24px;
	font-size: 14px
}

.td-page-content .td-arrow-list {
	margin-left: 21px;
	list-style: none
}

.td-page-content embed,
.td-page-content iframe,
.td-page-content object {
	max-width: 100%
}

.widget a:hover {
	color: #4db2ec
}

.widget ul li {
	margin-left: 0
}

.widget ul li:before {
	content: ''
}

.td-pb-article-list {
	border-bottom: 0!important;
	z-index: 0!important
}

.td-pb-article-list .td-pb-span8 .block-title,
.td-pb-article-list .td-pb-span12 .block-title {
	margin-left: 20px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-pb-article-list .td-pb-span8 .block-title,
	.td-pb-article-list .td-pb-span12 .block-title {
		margin-left: 17px
	}
}

@media(max-width:767px) {
	.td-pb-article-list .td-pb-span8 .block-title,
	.td-pb-article-list .td-pb-span12 .block-title {
		margin-left: 10px
	}
}

.td-pb-article-list .td-ss-main-content {
	padding-top: 20px
}

.page-template-page-pagebuilder-latest .td-instagram-user {
	border-top: 1px solid #ededed
}

.page-template-page-pagebuilder-title-php .wpb_row .wpb_column:nth-of-type(1) {
	border-left: 0
}

.page-template-page-pagebuilder-title-php .td-page-content>.wpb_row:first-child {
	border-top: 1px solid #e6e6e6
}

.tdm-svg {
	fill: #000;
	transform-origin: 50% 50% 0;
	width: 100%;
	min-width: 1000px;
	left: 50%;
	transform: translateX(-50%);
	position: relative
}

.tdc-row-divider {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	line-height: 0;
	left: 50%;
	transform: translateX(-50%)
}

@media(max-width:767px) {
	.tdc-row-divider {
		width: 100vw!important
	}
}

.tdm-svg2 {
	opacity: .3
}

.tdm-svg3 {
	opacity: .15
}

.tdm-svg4 {
	opacity: .08
}

.tdc-row-divider-top {
	position: absolute;
	top: 0;
	width: 100%;
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg)
}

.tdc-row-divider-bottom {
	position: absolute;
	bottom: 0;
	width: 100%
}

.tdc-divider-space {
	background-color: #fff;
	position: absolute;
	width: 100%;
	z-index: 1
}

.td-blog-index .td-page-header {
	margin-bottom: 10px
}

.sticky .entry-title a {
	color: #4db2ec!important
}

.td-subcategory-header .td-category {
	display: inline-block;
	overflow: hidden;
	margin-left: 10px;
	height: 20px
}

@media(max-width:767px) {
	.td-subcategory-header .td-category {
		margin: 0 30px;
		height: 15px
	}
}

.td-subcategory-header .td-category li {
	margin: 0 3px 0 0
}

@media(max-width:767px) {
	.td-subcategory-header .td-category li {
		margin: 0
	}
}

.td-subcategory-header .td-category a {
	font-size: 11px;
	padding: 0 14px;
	line-height: 20px;
	background: 0 0;
	color: #222;
	white-space: nowrap;
	display: inline-table;
	-o-transition: none;
	-moz-transition: none;
	-khtml-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	transition: none
}

@media(min-width:768px) and (max-width:1023px) {
	.td-subcategory-header .td-category a {
		line-height: 15px;
		font-weight: 700;
		padding: 2px 9px;
		height: 20px
	}
}

@media(max-width:767px) {
	.td-subcategory-header .td-category a {
		background-color: #222;
		color: #fff;
		padding: 1px 5px;
		font-size: 9px;
		margin-right: 5px;
		line-height: 13px
	}
}

.td-subcategory-header .td-category a:hover {
	background-color: #222;
	color: #fff
}

.td-subcategory-header a.td-current-sub-category {
	background-color: #222;
	color: #fff
}

@media(max-width:767px) {
	.td-subcategory-header a.td-current-sub-category {
		background-color: #4db2ec
	}
}

.td-subcategory-header {
	min-height: 48px;
	position: relative
}

@media(max-width:767px) {
	.td-subcategory-header {
		min-height: 44px
	}
}

.td-subcategory-header .td-category-siblings {
	z-index: 2;
	opacity: 0;
	width: 700px;
	position: absolute;
	line-height: 1;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 20px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-subcategory-header .td-category-siblings {
		width: 550px
	}
}

@media(max-width:767px) {
	.td-subcategory-header .td-category-siblings {
		text-align: center;
		margin-right: 0;
		width: 100%;
		height: 15px
	}
}

.td-subcategory-header .td-category-siblings .td-subcat-dropdown {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0 5px;
	position: absolute;
	border: 1px solid #e6e6e6;
	color: #444;
	right: auto
}

@media(max-width:767px) {
	.td-subcategory-header .td-category-siblings .td-subcat-dropdown {
		right: 0;
		top: -2px;
		margin: 0 10px 0 0
	}
}

.td-subcategory-header .td-category-siblings .td-subcat-dropdown i {
	padding-left: 0
}

.td-subcategory-header .td-category-siblings .td-subcat-dropdown ul {
	z-index: 999;
	border: 1px solid #e6e6e6
}

.td-subcategory-header .td-category-siblings .td-subcat-dropdown:hover {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.td-subcategory-header .td-category-siblings .td-subcat-dropdown:hover ul {
	display: block
}

.td-subcategory-header .td-category-siblings .td-subcat-dropdown li {
	list-style: none
}

.td-subcategory-header .td-category-siblings .td-subcat-dropdown a {
	display: block;
	color: #444;
	padding: 0 30px 0 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 300px;
	overflow: hidden
}

@media(max-width:767px) {
	.td-subcategory-header .td-category-siblings .td-subcat-dropdown a {
		max-width: 240px
	}
}

.td-subcategory-header .td-category-siblings .td-subcat-dropdown a:hover {
	color: #4db2ec
}

.td-subcategory-header .td-category-siblings .td-subcat-dropdown a.td-current-sub-category {
	background-color: transparent;
	color: #4db2ec
}

.td-subcategory-header .td-category-pulldown-filter {}

@media(max-width:767px) {
	.td-subcategory-header .td-category-pulldown-filter {
		display: none
	}
}

.td-subcategory-header .td-pulldown-filter-display-option {
	margin: 0 19px 0 0
}

@media(min-width:768px) and (max-width:1023px) {
	.td-subcategory-header .td-pulldown-filter-display-option {
		margin-right: 15px
	}
}

@media(max-width:767px) {
	.td-subcategory-header .td-pulldown-filter-display-option {
		margin-right: 10px
	}
}

.td-category-description {
	font-family: open sans, arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 22px;
	color: #444;
	border-top: 1px dashed #f1f1f1;
	border-bottom: 1px dashed #f1f1f1;
	padding: 11px 0 14px;
	margin-bottom: 20px
}

.td-category-description p {
	margin-bottom: 0
}

.page-nav {
	margin-top: 26px
}

@media(min-width:768px) and (max-width:1023px) {
	.page-nav {
		margin-top: 22px
	}
}

.category .td-big-grids {
	border: none
}

.td_line_above_cat_big_grid {
	border-bottom: 1px solid #e6e6e6
}

.td_category_template_disable .td-main-content {
	padding-top: 20px
}

.td_category_template_disable .td-main-content .td-category-header {
	display: none
}

.td_category_template_disable .entry-crumbs {
	margin-bottom: 10px
}

.td_category_template_disable .td-category-container {
	margin-top: 20px
}

@media(max-width:767px) {
	.td_category_template_disable .td-category-container {
		margin-top: 0
	}
}

.td_category_template_disable .td-header-style-5 .td-ad-m,
.td_category_template_disable .td-header-style-7 .td-ad-m,
.td_category_template_disable .td-header-style-8 .td-ad-m,
.td_category_template_disable .td-header-style-9 .td-ad-m,
.td_category_template_disable .td-header-style-10 .td-ad-m,
.td_category_template_disable .td-header-style-6 .td-header-header .td-make-full {
	border-bottom-width: 0
}

.td_category_template_disable.td_category_top_posts_style_disable .td-category-header.td-container {
	border-bottom-width: 1px
}

.td_category_template_disable.td_category_top_posts_style_disable .td-category-container {
	margin-top: 0
}

.td_category_template_1 .td-category-header .td-container {
	border-bottom-width: 0;
	z-index: 2
}

.td_category_template_1 .td-category-header header {
	display: inline-block
}

.td_category_template_1 .td-category-header .entry-title {
	line-height: 10px;
	margin: 20px 14px 20px 0
}

@media(min-width:768px) and (max-width:1023px) {
	.td_category_template_1 .td-category-header .entry-title {
		margin-bottom: 17px;
		margin-top: 16px
	}
}

@media(max-width:767px) {
	.td_category_template_1 .td-category-header .entry-title {
		margin-bottom: 14px;
		margin-top: 14px
	}
}

.td_category_template_1 .td-category-header .entry-title span {
	display: inline-block;
	font-family: open sans, arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 2px 14px;
	color: #fff;
	background-color: #222;
	border-radius: 3px;
	line-height: 16px
}

.td_category_template_1.td_category_top_posts_style_disable .td-subcategory-header {
	border-bottom: 1px solid #e6e6e6
}

.td_category_template_1 .entry-crumbs {
	display: inline-block;
	position: relative;
	top: 0;
	margin: 0 0 14px
}

.td_category_template_1 .td-category-description {}

@media(max-width:1023px) {
	.td_category_template_1 .td-category-description {
		padding: 7px 0 10px;
		margin-bottom: 17px
	}
}

.td_category_template_2 .td-main-content {
	padding-top: 20px
}

.td_category_template_2 .td-category-header .td-container {
	z-index: 2;
	border-bottom-width: 0
}

.td_category_template_2 .td-category-header .td-container .entry-title {
	font-size: 26px;
	line-height: 1;
	font-weight: 700;
	margin: 22px 0 0;
	text-transform: uppercase
}

@media(max-width:767px) {
	.td_category_template_2 .td-category-header .td-container .entry-title {
		margin: 10px 0 0
	}
}

.td_category_template_2.td_category_top_posts_style_disable .td-category-header .td-container {
	border-bottom-width: 1px
}

@media(max-width:767px) {
	.td_category_template_2.td_category_top_posts_style_disable .td-category-header .td-container {
		border-bottom-width: 0
	}
}

.td_category_template_2.td_category_top_posts_style_disable .td-category-description {}

@media(max-width:767px) {
	.td_category_template_2.td_category_top_posts_style_disable .td-category-description {
		margin-bottom: 0
	}
}

.td_category_template_2 .entry-crumbs {
	position: static;
	margin: 15px 0 0
}

.td_category_template_2 .td-category-description {}

@media(max-width:1023px) {
	.td_category_template_2 .td-category-description {
		margin-top: 10px
	}
}

.td_category_template_2 .td-subcategory-header {
	margin-bottom: 6px
}

.td_category_template_2 .td-subcategory-header .td-pulldown-filter-list {
	top: 9px
}

.td_category_template_2 .td-subcategory-header .td-pulldown-filter-display-option {
	height: 21px;
	margin: 0;
	top: 0
}

@media(max-width:767px) {
	.td_category_template_2 .td-subcategory-header .td-pulldown-filter-display-option {
		right: auto
	}
}

.td_category_template_2 .td-category-siblings {
	text-align: left;
	height: 21px
}

.td_category_template_2 .td-category-siblings .td-category {
	height: 21px;
	margin: 0;
	padding-top: 0;
	font-weight: 600
}

.td_category_template_2 .td-category-siblings .td-category li {
	margin: 0 10px 0 0
}

@media(max-width:767px) {
	.td_category_template_2 .td-category-siblings .td-category li {
		margin: 0 5px 0 0
	}
}

.td_category_template_2 .td-category-siblings .td-category a {
	background-color: transparent;
	border: 1px solid #eaeaea;
	color: #222;
	font-size: 10px;
	line-height: 18px;
	padding: 0 10px 1px
}

.td_category_template_2 .td-category-siblings .td-category a:hover {
	border-color: #4db2ec;
	background-color: #4db2ec;
	color: #fff
}

.td_category_template_2 .td-category-siblings .td-category .td-current-sub-category {
	background-color: #222;
	border-color: #222;
	color: #fff
}

.td_category_template_2 .td-category-pulldown-filter.td-wrapper-pulldown-filter {}

@media(max-width:767px) {
	.td_category_template_2 .td-category-pulldown-filter.td-wrapper-pulldown-filter {
		display: none
	}
}

.td_category_template_3 .td-main-content {
	padding-top: 20px
}

.td_category_template_3 .td-category-header .td-container {
	z-index: 2;
	border-bottom-width: 0
}

.td_category_template_3 .td-category-header .td-container .entry-title {
	font-size: 26px;
	line-height: 1;
	font-weight: 700;
	margin: 20px 0;
	text-transform: uppercase
}

.td_category_template_3.td_category_top_posts_style_disable .td-category-header .td-container {
	border-bottom-width: 1px
}

@media(max-width:767px) {
	.td_category_template_3.td_category_top_posts_style_disable .td-category-header .td-container {
		border-bottom-width: 0
	}
}

.td_category_template_3.td_category_top_posts_style_disable .td-category-description {}

@media(max-width:767px) {
	.td_category_template_3.td_category_top_posts_style_disable .td-category-description {
		margin-bottom: 0
	}
}

.td_category_template_3 .td-scrumb-holder {
	min-height: 49px;
	border-bottom: 1px solid #efefef
}

@media(max-width:767px) {
	.td_category_template_3 .td-scrumb-holder {
		min-height: 10px
	}
}

.td_category_template_3 .td-scrumb-holder .td-pb-span12 {
	background-color: #fcfcfc
}

.td_category_template_3 .td-scrumb-holder .td-crumb-container {
	padding-bottom: 16px;
	padding-top: 17px
}

@media(max-width:767px) {
	.td_category_template_3 .td-scrumb-holder .td-crumb-container {
		padding-bottom: 10px;
		padding-top: 10px
	}
}

.td_category_template_3 .td-scrumb-holder .td-crumb-container .entry-crumbs {
	position: static
}

.td_category_template_3 .td-category-pulldown-filter.td-wrapper-pulldown-filter {}

@media(max-width:767px) {
	.td_category_template_3 .td-category-pulldown-filter.td-wrapper-pulldown-filter {
		display: none
	}
}

.td_category_template_4 .td-main-content {
	padding-top: 20px
}

.td_category_template_4 .td-category-header .td-container {
	z-index: 2;
	border-bottom-width: 0;
	padding-bottom: 46px
}

@media(max-width:1023px) {
	.td_category_template_4 .td-category-header .td-container {
		padding-bottom: 20px
	}
}

.td_category_template_4 .td-category-header .td-container .entry-title {
	text-align: center;
	font-size: 34px;
	line-height: 1;
	font-weight: 700;
	margin: 30px 0 7px;
	text-transform: uppercase
}

@media(max-width:1023px) {
	.td_category_template_4 .td-category-header .td-container .entry-title {
		font-size: 28px;
		margin: 20px 0 0
	}
}

.td_category_template_4.td_category_top_posts_style_disable .td-category-header .td-container {
	border-bottom-width: 1px
}

@media(max-width:767px) {
	.td_category_template_4.td_category_top_posts_style_disable .td-category-header .td-container {
		border-bottom-width: 0;
		padding-bottom: 0
	}
}

.td_category_template_4 .td-crumb-container {
	margin-top: 20px
}

@media(max-width:767px) {
	.td_category_template_4 .td-crumb-container {
		margin-top: 10px
	}
}

.td_category_template_4 .td-crumb-container .entry-crumbs {
	top: 0
}

.td_category_template_4 .td-category-pulldown-filter.td-wrapper-pulldown-filter {
	top: 18px;
	z-index: 3
}

@media(max-width:767px) {
	.td_category_template_4 .td-category-pulldown-filter.td-wrapper-pulldown-filter {
		display: none
	}
}

.td_category_template_4 .td-subcategory-header .td-category {
	margin-left: 0
}

@media(max-width:767px) {
	.td_category_template_4 .td-subcategory-header .td-category {
		margin: 0 15px 0 20px
	}
}

.td_category_template_4 .td-subcategory-header .td-category-siblings {
	text-align: center;
	left: 0;
	right: 0;
	width: 800px
}

@media(min-width:768px) and (max-width:1023px) {
	.td_category_template_4 .td-subcategory-header .td-category-siblings {
		width: 620px
	}
}

@media(max-width:767px) {
	.td_category_template_4 .td-subcategory-header .td-category-siblings {
		width: 100%
	}
}

.td_category_template_4 .td-category-description {
	text-align: center;
	border-bottom: none;
	margin-bottom: 0
}

.td_category_template_5 .td-main-content {
	padding-top: 20px
}

.td_category_template_5 .td-header-style-5 .td-ad-m,
.td_category_template_5 .td-header-style-7 .td-ad-m,
.td_category_template_5 .td-header-style-8 .td-ad-m,
.td_category_template_5 .td-header-style-9 .td-ad-m,
.td_category_template_5 .td-header-style-10 .td-ad-m,
.td_category_template_5 .td-header-style-6 .td-header-header .td-make-full {
	border-bottom-width: 0
}

.td_category_template_5 .td-image-gradient-style5:after {
	top: 0;
	left: 0;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, .4);
	-webkit-box-shadow: inset 0 0 188px 0 #000;
	-moz-box-shadow: inset 0 0 188px 0 #000;
	box-shadow: inset 0 0 188px 0 #000;
	z-index: -1
}

.td_category_template_5 .td-category-header .td-container {
	z-index: 2;
	border-bottom-width: 0;
	background-color: transparent;
	padding-bottom: 100px
}

.td_category_template_5 .td-category-header .td-container .td-pb-span12 {
	border-left: none
}

.td_category_template_5 .td-category-header .td-container .entry-title {
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	margin: 60px 0 16px;
	text-transform: uppercase;
	color: #fff
}

.td_category_template_5 .entry-crumbs {
	position: static;
	margin: 16px 0 0;
	color: #fff
}

.td_category_template_5 .entry-crumbs a {
	color: #fff
}

.td_category_template_5 .td-subcategory-header {
	min-height: 21px
}

.td_category_template_5 .td-subcategory-header .td-big-grids {
	margin-top: 3px
}

.td_category_template_5.td_category_top_posts_style_1 .td-subcategory-header .td-big-grids {
	margin-top: 4px
}

.td_category_template_5.td_category_top_posts_style_6 .td-subcategory-header .td-big-grids,
.td_category_template_5.td_category_top_posts_style_7 .td-subcategory-header .td-big-grids {
	margin-top: 0
}

.td_category_template_5 .td-category-siblings {
	text-align: left;
	height: 21px
}

.td_category_template_5 .td-category-siblings .td-category {
	margin: 0;
	padding-top: 0;
	font-weight: 600;
	height: 21px
}

.td_category_template_5 .td-category-siblings .td-category li {
	margin: 0 10px 0 0
}

@media(max-width:767px) {
	.td_category_template_5 .td-category-siblings .td-category li {
		margin: 0 5px 0 0
	}
}

.td_category_template_5 .td-category-siblings .td-category a {
	background-color: transparent;
	border: 1px solid rgba(234, 234, 234, .8);
	color: #fff;
	font-size: 10px;
	line-height: 18px;
	padding: 0 10px 1px
}

.td_category_template_5 .td-category-siblings .td-category a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #222
}

.td_category_template_5 .td-category-siblings .td-category .td-current-sub-category {
	background-color: #222;
	border-color: #222;
	color: #fff
}

.td_category_template_5 .td-category-pulldown-filter.td-wrapper-pulldown-filter {
	top: auto;
	bottom: 0;
	right: 1px
}

@media(max-width:767px) {
	.td_category_template_5 .td-category-pulldown-filter.td-wrapper-pulldown-filter {
		display: none
	}
}

.td_category_template_5 .td-category-pulldown-filter.td-wrapper-pulldown-filter .td-pulldown-filter-display-option {
	color: #fff;
	border: 1px solid rgba(234, 234, 234, .8);
	background-color: transparent;
	line-height: 16px
}

.td_category_template_5 .td-category-pulldown-filter.td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover {
	background-color: #fff;
	color: #222
}

.td_category_template_5 .td-category-pulldown-filter.td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i {
	color: #222
}

.td_category_template_5 .td-category-pulldown-filter.td-wrapper-pulldown-filter .td-pulldown-filter-display-option i {
	color: #fff
}

.td_category_template_5 .td-category-siblings .td-subcat-dropdown {
	background-color: transparent;
	margin: 0;
	height: 21px;
	border-color: rgba(234, 234, 234, .8)
}

@media(max-width:767px) {
	.td_category_template_5 .td-category-siblings .td-subcat-dropdown {
		right: auto;
		top: 0
	}
}

.td_category_template_5 .td-category-siblings .td-subcat-dropdown i {
	color: #fff
}

.td_category_template_5 .td-category-siblings .td-subcat-dropdown:hover {
	background-color: #fff
}

.td_category_template_5 .td-category-siblings .td-subcat-dropdown:hover i {
	color: #222
}

.td_category_template_5 .td-category-description {
	border: none;
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0
}

.td_category_template_5 .td-category-description p {
	color: #fff
}

.td_category_template_6 .td-main-content {
	padding-top: 20px
}

.td_category_template_6 .td-header-style-5 .td-ad-m,
.td_category_template_6 .td-header-style-7 .td-ad-m,
.td_category_template_6 .td-header-style-8 .td-ad-m,
.td_category_template_6 .td-header-style-9 .td-ad-m,
.td_category_template_6 .td-header-style-10 .td-ad-m,
.td_category_template_6 .td-header-style-6 .td-header-header .td-make-full {
	border-bottom-width: 0
}

.td_category_template_6.td_category_top_posts_style_disable .td-category-header.td-container {
	border-bottom-width: 1px
}

@media(max-width:767px) {
	.td_category_template_6.td_category_top_posts_style_disable .td-category-header.td-container {
		border-bottom-width: 0
	}
}

.td_category_template_6 .td-background-style6 {
	display: table;
	background-color: rgba(0, 0, 0, .4);
	margin: 0 auto;
	padding: 30px 40px;
	max-width: 80%
}

@media(max-width:767px) {
	.td_category_template_6 .td-background-style6 {
		padding: 20px 30px;
		max-width: 90%
	}
}

.td_category_template_6 .td-category-header {
	position: relative;
	padding: 100px 0;
	z-index: 2;
	border-bottom-width: 0;
	background-color: transparent
}

.td_category_template_6 .td-category-header .entry-title {
	font-size: 36px;
	line-height: 1;
	font-weight: 700;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff
}

@media(max-width:767px) {
	.td_category_template_6 .td-category-header .entry-title {
		font-size: 28px
	}
}

.td_category_template_6 .td-crumb-container {
	position: absolute;
	top: 15px;
	width: 100%
}

.td_category_template_6 .td-crumb-container .entry-crumbs {
	display: inline-block;
	color: #fff;
	top: 0
}

.td_category_template_6 .td-crumb-container .entry-crumbs a {
	color: #fff
}

.td_category_template_6 .td-subcategory-header {
	min-height: 20px
}

.td_category_template_6 .td-category-pulldown-filter.td-wrapper-pulldown-filter {
	position: static
}

.td_category_template_6 .td-category-pulldown-filter.td-wrapper-pulldown-filter .td-pulldown-filter-display-option {
	color: #fff;
	border: 1px solid rgba(234, 234, 234, .8);
	background-color: transparent;
	line-height: 16px;
	margin: 0
}

.td_category_template_6 .td-category-pulldown-filter.td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover {
	background-color: #fff;
	color: #222
}

.td_category_template_6 .td-category-pulldown-filter.td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i {
	color: #222
}

.td_category_template_6 .td-category-pulldown-filter.td-wrapper-pulldown-filter .td-pulldown-filter-display-option i {
	color: #fff
}

@media(max-width:767px) {
	.td_category_template_6 .td-category-pulldown-filter.td-wrapper-pulldown-filter {
		display: none
	}
}

.td_category_template_6 .td-category-description {
	border-color: rgba(241, 241, 241, .3);
	border-bottom: none;
	text-align: center;
	margin: 15px auto 0;
	padding-bottom: 0
}

.td_category_template_6 .td-category-description p {
	color: #fff
}

@media(min-width:768px) {
	.td_category_template_6 .td-category-description p {
		font-size: 15px
	}
}

.widget {
	padding: 0 19px 0 20px;
	margin-bottom: 13px
}

@media(min-width:768px) and (max-width:1023px) {
	.widget {
		padding: 0 17px
	}
}

@media(max-width:767px) {
	.widget {
		padding: 0 10px
	}
}

.widget a {
	color: #222
}

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

.widget li {
	line-height: 30px;
	list-style: none;
	padding: 0;
	margin: 0
}

.widget select {
	max-width: 100%
}

.widget .block-title {
	margin-left: 0;
	margin-top: 21px;
	margin-bottom: 7px
}

@media(min-width:768px) and (max-width:1023px) {
	.widget .block-title {
		margin-top: 17px
	}
}

.archive .widget_archive .current,
.archive .widget_archive .current a {
	color: #4db2ec
}

.widget_archive a span {
	float: right
}

.widget_archive select {
	display: block;
	width: 100%;
	margin: 12px 0 22px
}

.widget_calendar {
	margin-bottom: 14px
}

.widget_calendar table {
	width: 100%;
	text-align: center
}

.widget_calendar th {
	text-align: center
}

.widget_calendar td {
	padding: 8px 0
}

@media(min-width:768px) and (max-width:1023px) {
	.widget_calendar td {
		padding: 5px 0
	}
}

.widget_calendar #today {
	background-color: #e6e6e6;
	font-weight: 700;
	color: #000
}

.widget_calendar caption {
	font-weight: 700;
	padding-bottom: 10px
}

.widget_calendar thead tr {
	border-bottom: 1px dashed #f1f1f1;
	margin: 10px 0;
	line-height: 34px
}

.widget_calendar tfoot td {
	border: none
}

.widget_calendar tfoot #prev {
	text-align: left
}

.widget_calendar tfoot #next {
	text-align: right
}

.widget_calendar tfoot a {
	background-color: #444;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	padding: 2px 15px;
	font-weight: 700;
	font-family: open sans, arial, sans-serif;
	font-size: 11px;
	line-height: 16px
}

.widget_calendar tfoot a:hover {
	background-color: #4db2ec;
	color: #fff
}

.widget_calendar .block-title {
	margin-bottom: 12px
}

@media(min-width:768px) and (max-width:1023px) {
	.widget_calendar .block-title {
		margin-bottom: 8px
	}
}

.widget_categories a span {
	float: right
}

.widget_categories li>ul {
	margin-left: 21px
}

.widget_categories select {
	display: block;
	width: 100%;
	margin: 12px 0 22px
}

.widget_nav_menu a span {
	float: right
}

.widget_nav_menu li>ul {
	margin-left: 21px;
	box-shadow: none
}

.widget_pages li>ul {
	margin-left: 21px
}

.widget_recent_comments {
	margin-bottom: 16px
}

.widget_recent_comments li {
	margin: 0 0 10px!important;
	line-height: 21px;
	padding-bottom: 13px;
	border-bottom: 1px dashed #f1f1f1
}

.widget_recent_comments li:last-child {
	border-bottom: 0;
	padding-bottom: 0
}

.widget_recent_comments li a:last-child {
	font-style: italic;
	font-size: 11px;
	font-weight: 700
}

.widget_recent_comments .block-title {
	margin-bottom: 12px
}

@media(min-width:768px) and (max-width:1023px) {
	.widget_recent_comments .block-title {
		margin-bottom: 8px
	}
}

.vc_wp_recentcomments .block-title {
	margin-top: 20px
}

.td_wp_recentcomments {
	margin-bottom: 16px
}

.td_wp_recentcomments .recentcomments {
	margin: 0 0 10px!important;
	line-height: 21px;
	padding-bottom: 13px;
	border-bottom: 1px dashed #f1f1f1;
	display: list-item;
	list-style: none
}

.td_wp_recentcomments .recentcomments .comment-author-link a,
.td_wp_recentcomments .recentcomments a {
	font-style: italic;
	font-size: 11px;
	font-weight: 700;
	color: #222
}

.td_wp_recentcomments .td-block-span12:last-child .recentcomments {
	border-bottom: 0;
	padding-bottom: 0
}

.td_wp_recentcomments .block-title {
	margin-bottom: 12px
}

@media(min-width:768px) and (max-width:1023px) {
	.td_wp_recentcomments .block-title {
		margin-bottom: 8px
	}
}

.widget_recent_entries {
	margin-bottom: 5px
}

.widget_recent_entries li {
	display: block;
	margin-bottom: 4px!important;
	padding-bottom: 7px;
	border-bottom: 1px dashed #f1f1f1
}

.widget_recent_entries li:last-child {
	border-bottom: none
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 5px
}

.widget_recent_entries li a {
	display: block;
	line-height: 21px
}

.widget_recent_entries .block-title {
	margin-bottom: 11px
}

.widget_recent_entries .post-date {
	display: block;
	font-family: open sans, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #b5b5b5;
	font-style: italic
}

.widget_search {
	margin-bottom: 19px;
	margin-top: 21px
}

.widget_search .td-widget-search-input {
	width: 95%
}

.widget_search .block-title {
	margin-bottom: 19px
}

@media(min-width:768px) and (max-width:1023px) {
	.widget_search .block-title {
		margin-bottom: 15px
	}
}

.widget_search .wpb_button {
	margin: 0!important
}

@media(min-width:768px) and (max-width:1023px) {
	.widget_search .wpb_button {
		margin: 0 17px 0 0
	}
}

@media(max-width:767px) {
	.widget_search .wpb_button {
		margin: 0 10px 0 0
	}
}

@media(min-width:768px) and (max-width:1023px) {
	.widget_search {
		margin: 17px 0 15px
	}
}

@media(max-width:767px) {
	.widget_search {
		margin: 17px 0 15px
	}
}

.widget_tag_cloud .block-title {
	margin-bottom: 20px
}

@media(min-width:768px) and (max-width:1023px) {
	.widget_tag_cloud .block-title {
		margin-bottom: 16px
	}
}

.widget_tag_cloud a {
	border: 1px solid #e6e6e6;
	display: inline-table;
	line-height: 1;
	margin-bottom: 3px;
	padding: 5px 8px;
	vertical-align: middle;
	border-color: #e6e6e6;
	-o-transition: none;
	-moz-transition: none;
	-khtml-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	transition: none
}

.widget_tag_cloud a:hover {
	border-color: #4db2ec
}

.widget_rss {
	margin-bottom: 8px
}

.widget_rss .block-title {
	margin-bottom: 12px
}

@media(min-width:768px) and (max-width:1023px) {
	.widget_rss .block-title {
		margin-bottom: 8px
	}
}

.widget_rss .block-title a:first-child {
	display: none
}

.widget_rss .block-title .rsswidget {
	color: #fff;
	line-height: 16px
}

.widget_rss li {
	margin-bottom: 4px;
	border-bottom: 1px dashed #f1f1f1
}

.widget_rss li:last-child {
	border-bottom: none
}

.widget_rss .rsswidget {
	display: table;
	line-height: 21px
}

.widget_rss .rss-date,
.widget_rss cite {
	display: inline-block;
	font-family: open sans, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #b5b5b5;
	font-style: italic;
	position: relative;
	top: -5px
}

.widget_text {
	margin-bottom: 16px
}

.widget_text ul {
	margin-bottom: 21px
}

.widget_text ul li {
	list-style: disc;
	list-style-position: inside;
	line-height: 24px
}

.widget_text ol {
	margin-bottom: 21px
}

.widget_text ol li {
	list-style-type: decimal;
	margin: 0 0 0 21px;
	line-height: 24px
}

.widget_text a {
	color: #4db2ec
}

.widget_text a:hover {
	text-decoration: underline!important
}

.widget_text .block-title {
	margin-bottom: 12px
}

@media(min-width:768px) and (max-width:1023px) {
	.widget_text .block-title {
		margin-bottom: 8px
	}
}

.widget_media_video .block-title,
.widget_media_audio .block-title,
.widget_media_image .block-title {
	margin-bottom: 20px
}

.wpcf7-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #444;
	border: 1px solid #e6e6e6;
	width: 100%;
	max-width: 100%;
	height: 34px;
	padding: 3px 9px
}

.wpcf7-text:active,
.wpcf7-text:focus {
	border-color: #999
}

.wpcf7 {
	padding: 20px 19px 20px 20px!important
}

@media(max-width:767px) {
	.wpcf7 {
		padding: 20px 10px!important
	}
}

.sharedaddy .sd-content ul {
	margin: 0!important;
	padding: 0!important
}

.sharedaddy li:before {
	content: ''!important
}

.td-page-content .sharedaddy,
.page-template-page-pagebuilder-latest-php .sharedaddy {
	padding: 0 19px 12px 20px;
	border-top: 1px solid #e6e6e6
}

@media(min-width:768px) and (max-width:1023px) {
	.td-page-content .sharedaddy,
	.page-template-page-pagebuilder-latest-php .sharedaddy {
		padding-right: 17px;
		padding-left: 17px
	}
}

@media(max-width:767px) {
	.td-page-content .sharedaddy,
	.page-template-page-pagebuilder-latest-php .sharedaddy {
		padding-right: 10px;
		padding-left: 10px
	}
}

.page-template-page-pagebuilder-latest-php .sharedaddy {
	border-left: 1px solid #e6e6e6
}

.page-template-page-pagebuilder-title-php .rev_slider ul {
	padding-left: 0
}

.rev_slider_wrapper {
	z-index: 1
}

.td_block_weather {
	margin-bottom: 14px!important;
	padding-top: 20px
}

.td_block_weather .block-title {
	margin-bottom: 17px
}

.td_block_weather .td-weather-wrap {
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.td-weather-header {
	font-family: roboto, sans-serif
}

.td-weather-city {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 7px
}

.td-weather-condition {
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	opacity: .8
}

.td-location-icon {
	position: absolute;
	top: 0;
	right: 19px;
	font-size: 22px;
	opacity: .6;
	z-index: 1
}

@media(max-width:1023px) {
	.td-location-icon {
		right: 17px
	}
}

@media(max-width:767px) {
	.td-location-icon {
		right: 10px
	}
}

.td-location-icon:hover {
	cursor: pointer;
	opacity: .9
}

.td-weather-temperature {
	font-family: roboto, sans-serif;
	padding: 3px 0;
	display: inline-block;
	width: 100%;
	float: left;
	text-align: center
}

@media(max-width:1023px) {
	.td-weather-temperature {
		margin-bottom: -6px;
		padding: 0
	}
}

.td-weather-temp-wrap {
	display: inline-block
}

.td-weather-now {
	float: left;
	text-align: center;
	line-height: 1;
	padding: 32px 16px;
	font-weight: 300;
	width: 145px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media(max-width:1023px) {
	.td-weather-now {
		padding: 28px 0;
		position: relative;
		left: -10px;
		width: 85px;
		margin-left: 12px
	}
}

@media(max-width:767px) {
	.td-weather-now {
		width: 100px
	}
}

.td-weather-now .td-big-degrees {
	font-size: 40px
}

@media(max-width:1023px) {
	.td-weather-now .td-big-degrees {
		font-size: 32px
	}
}

.td-weather-now .td-circle {
	font-size: 30px;
	position: relative;
	top: -6px;
	opacity: .6;
	line-height: 1;
	vertical-align: top
}

.td-weather-now .td-weather-unit {
	font-size: 16px;
	position: relative;
	top: -4px;
	font-weight: 400;
	opacity: .6;
	left: -2px;
	line-height: 1;
	vertical-align: top
}

.td-weather-now:hover {
	cursor: pointer
}

.td-weather-lo-hi {
	float: left;
	text-align: left;
	width: 55px
}

@media(max-width:1023px) {
	.td-weather-lo-hi {
		width: 45px
	}
}

.td-weather-degrees-wrap {
	padding: 15px 0
}

@media(max-width:1023px) {
	.td-weather-degrees-wrap {
		padding: 10px 0
	}
}

.td-weather-degrees-wrap i {
	position: relative;
	top: 3px;
	font-size: 16px;
	color: #b3b3b3
}

.td-weather-degrees-wrap .td-small-degrees {
	font-size: 12px
}

.td-weather-degrees-wrap .td-circle {
	font-size: 18px;
	position: relative;
	right: 3px;
	top: 3px
}

.td-weather-information {
	font-family: roboto, sans-serif;
	font-size: 12px;
	position: relative;
	padding: 5px 0;
	display: inline-block;
	width: 100%;
	float: left;
	opacity: .6
}

.td-weather-information:before {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	top: -2px;
	left: 0;
	background-color: #4db2ec;
	opacity: .2
}

.td-weather-information i {
	font-size: 16px;
	position: relative;
	top: 2px
}

.td-weather-section-1,
.td-weather-section-2,
.td-weather-section-3 {
	float: left;
	width: 33%
}

.td-weather-section-1 {
	text-align: right;
	padding-right: 10px
}

.td-weather-section-2 {
	text-align: center
}

.td-weather-section-3 {
	text-align: left;
	padding-left: 10px
}

.td-weather-week {
	font-family: roboto, sans-serif;
	padding: 15px 8px;
	width: 100%;
	text-align: center;
	line-height: 1;
	position: relative;
	display: inline-block
}

.td-weather-week:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #4db2ec;
	opacity: .07
}

.td-weather-days {
	width: 20%;
	float: left;
	text-align: center;
	text-transform: uppercase;
	line-height: 1
}

.td-weather-days .td-day-0,
.td-weather-days .td-day-1,
.td-weather-days .td-day-2,
.td-weather-days .td-day-3,
.td-weather-days .td-day-4 {
	margin-bottom: 8px;
	font-size: 11px;
	opacity: .5
}

.td-weather-days .td-day-degrees {
	font-size: 20px;
	position: relative;
	left: 4px;
	line-height: 14px;
	opacity: .7
}

.td-weather-days .td-circle {
	position: relative;
	right: 5px
}

.td-weather-animated-icon {
	float: left;
	text-align: right;
	margin-left: -12px;
	position: relative
}

@media(min-width:767px) and (max-width:1023px) {
	.td-weather-animated-icon {
		left: 12px;
		top: -6px;
		margin-right: 0;
		margin-left: -30px;
		transform: scale(.7)
	}
}

.td-weather-animated-icon span {
	width: 100px;
	height: 100px;
	display: inline-block;
	opacity: .4;
	margin-top: 4px
}

@media(max-width:1023px) {
	.td-weather-animated-icon span {
		margin-top: 0
	}
}

.clear-sky-d {
	background: url(images/sprite/weather/clear-sky-d.png) no-repeat
}

.clear-sky-n {
	background: url(images/sprite/weather/clear-sky-n.png) no-repeat
}

.few-clouds-d {
	background: url(images/sprite/weather/few-clouds-d.png) no-repeat
}

.few-clouds-n {
	background: url(images/sprite/weather/few-clouds-n.png) no-repeat
}

.scattered-clouds-d {
	background: url(images/sprite/weather/scattered-clouds-d.png) no-repeat
}

.scattered-clouds-n {
	background: url(images/sprite/weather/scattered-clouds-n.png) no-repeat
}

.broken-clouds-d {
	background: url(images/sprite/weather/broken-clouds-d.png) no-repeat
}

.broken-clouds-n {
	background: url(images/sprite/weather/broken-clouds-n.png) no-repeat
}

.shower-rain-d {
	background: url(images/sprite/weather/shower-rain-d.png) no-repeat
}

.shower-rain-n {
	background: url(images/sprite/weather/shower-rain-n.png) no-repeat
}

.rain-d {
	background: url(images/sprite/weather/rain-d.png) no-repeat
}

.rain-n {
	background: url(images/sprite/weather/rain-n.png) no-repeat
}

.thunderstorm-d {
	background: url(images/sprite/weather/thunderstorm.png) no-repeat
}

.thunderstorm-n {
	background: url(images/sprite/weather/thunderstorm.png) no-repeat
}

.snow-d {
	background: url(images/sprite/weather/snow-d.png) no-repeat
}

.snow-n {
	background: url(images/sprite/weather/snow-n.png) no-repeat
}

.mist-d {
	background: url(images/sprite/weather/mist.png) no-repeat
}

.mist-n {
	background: url(images/sprite/weather/mist.png) no-repeat
}

.td-weather-set-location {
	display: none;
	position: absolute;
	top: 0
}

.td-weather-set-location .td-location-set-input {
	height: 20px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: roboto, sans-serif;
	border: 0;
	padding: 0
}

.td-weather-set-location .td-location-set-input:focus~label {
	top: -20px;
	font-size: 11px;
	opacity: .5
}

.td-show-location {
	display: block!important
}

.td-show-location label {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
	opacity: .6;
	pointer-events: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.td_block_weather .td-column-2,
.td_block_weather .td-column-3 {
	text-align: right;
	height: 90px
}

@media(max-width:1023px) {
	.td_block_weather .td-column-2,
	.td_block_weather .td-column-3 {
		height: auto;
		display: inline-block;
		text-align: left;
		width: 100%
	}
}

.td_block_weather .td-column-2 .td-weather-city,
.td_block_weather .td-column-3 .td-weather-city {
	position: absolute;
	top: 0
}

@media(max-width:1023px) {
	.td_block_weather .td-column-2 .td-weather-city,
	.td_block_weather .td-column-3 .td-weather-city {
		position: relative
	}
}

.td_block_weather .td-column-2 .td-weather-condition,
.td_block_weather .td-column-3 .td-weather-condition {
	position: absolute;
	bottom: 0
}

@media(max-width:1023px) {
	.td_block_weather .td-column-2 .td-weather-condition,
	.td_block_weather .td-column-3 .td-weather-condition {
		position: relative
	}
}

.td_block_weather .td-column-2 .td-weather-temperature,
.td_block_weather .td-column-3 .td-weather-temperature {
	text-align: right;
	width: 55%;
	padding-right: 20px;
	height: 100%
}

@media(max-width:1023px) {
	.td_block_weather .td-column-2 .td-weather-temperature,
	.td_block_weather .td-column-3 .td-weather-temperature {
		width: 100%;
		text-align: center;
		padding: 0
	}
}

.td_block_weather .td-column-2 .td-weather-temp-wrap,
.td_block_weather .td-column-3 .td-weather-temp-wrap {
	position: relative;
	top: -3px
}

@media(max-width:1023px) {
	.td_block_weather .td-column-2 .td-weather-temp-wrap,
	.td_block_weather .td-column-3 .td-weather-temp-wrap {
		top: 0
	}
}

.td_block_weather .td-column-2 .td-weather-animated-icon,
.td_block_weather .td-column-3 .td-weather-animated-icon {
	transform: scale(.7);
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-ms-transform: scale(.7);
	-o-transform: scale(.7);
	margin-right: -15px;
	top: -5px
}

@media(max-width:1023px) {
	.td_block_weather .td-column-2 .td-weather-animated-icon,
	.td_block_weather .td-column-3 .td-weather-animated-icon {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		left: 0;
		top: -5px;
		margin-right: 0;
		margin-left: -22px
	}
}

.td_block_weather .td-column-2 .td-weather-now,
.td_block_weather .td-column-3 .td-weather-now {
	width: 110px;
	padding: 32px 0;
	margin-right: 10px
}

@media(max-width:1023px) {
	.td_block_weather .td-column-2 .td-weather-now,
	.td_block_weather .td-column-3 .td-weather-now {
		padding: 30px 0;
		position: relative;
		left: -10px;
		width: 100px;
		margin-right: 0
	}
}

.td_block_weather .td-column-2 .td-weather-now .td-big-degrees,
.td_block_weather .td-column-3 .td-weather-now .td-big-degrees {
	font-size: 32px
}

.td_block_weather .td-column-2 .td-weather-degrees-wrap,
.td_block_weather .td-column-3 .td-weather-degrees-wrap {
	padding: 12px 0
}

.td_block_weather .td-column-2 .td-weather-animated-icon,
.td_block_weather .td-column-3 .td-weather-animated-icon {
	width: auto
}

.td_block_weather .td-column-2 .td-weather-lo-hi,
.td_block_weather .td-column-3 .td-weather-lo-hi {
	width: auto
}

.td_block_weather .td-column-2 .td-weather-info-wrap,
.td_block_weather .td-column-3 .td-weather-info-wrap {
	width: 45%;
	float: right;
	padding-left: 20px
}

@media(max-width:1023px) {
	.td_block_weather .td-column-2 .td-weather-info-wrap,
	.td_block_weather .td-column-3 .td-weather-info-wrap {
		width: 100%;
		padding-left: 0
	}
}

.td_block_weather .td-column-2 .td-weather-information,
.td_block_weather .td-column-3 .td-weather-information {
	padding: 3px 0 10px
}

@media(max-width:1023px) {
	.td_block_weather .td-column-2 .td-weather-information,
	.td_block_weather .td-column-3 .td-weather-information {
		padding: 5px 0
	}
}

.td_block_weather .td-column-2 .td-weather-information:before,
.td_block_weather .td-column-3 .td-weather-information:before {
	top: auto;
	bottom: -4px
}

@media(max-width:1023px) {
	.td_block_weather .td-column-2 .td-weather-information:before,
	.td_block_weather .td-column-3 .td-weather-information:before {
		bottom: auto;
		top: -2px
	}
}

.td_block_weather .td-column-2 .td-weather-week,
.td_block_weather .td-column-3 .td-weather-week {
	padding: 20px 0 15px
}

@media(max-width:1023px) {
	.td_block_weather .td-column-2 .td-weather-week,
	.td_block_weather .td-column-3 .td-weather-week {
		padding: 15px 0
	}
}

.td_block_weather .td-column-2 .td-weather-week:before,
.td_block_weather .td-column-3 .td-weather-week:before {
	display: none
}

@media(max-width:1023px) {
	.td_block_weather .td-column-2 .td-weather-week:before,
	.td_block_weather .td-column-3 .td-weather-week:before {
		display: block
	}
}

.td_block_weather .td-column-2 {
	margin-bottom: 20px
}

.td_block_weather .td-column-1 {}

@media(min-width:768px) and (max-width:1023px) {
	.td_block_weather .td-column-1 .td-weather-lo-hi {
		width: 55px
	}
	.td_block_weather .td-column-1 .td-weather-now .td-big-degrees {
		font-size: 27px;
		line-height: 36px
	}
	.td_block_weather .td-column-1 .td-weather-now {
		width: 80px
	}
}

.td_block_weather .td-column-3 .td-weather-temp-wrap {
	margin-right: 100px
}

@media(max-width:1023px) {
	.td_block_weather .td-column-3 .td-weather-temp-wrap {
		margin-right: 0
	}
}

.td-weather-top-widget {
	display: inline-block;
	margin-right: 32px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-weather-top-widget {
		margin-right: 22px
	}
}

.td-weather-top-widget .td-icons {
	background: 0 0;
	vertical-align: middle;
	margin-right: 2px;
	display: inline-block
}

@media(min-width:768px) and (max-width:1023px) {
	.td-weather-top-widget .td-icons {
		position: relative;
		top: 1px
	}
}

.td-weather-top-widget .td-icons:before {
	font-size: 18px;
	display: block
}

.td-weather-top-widget .td-weather-now {
	line-height: inherit;
	padding: 0;
	float: none;
	width: auto;
	display: inline-block
}

@media(min-width:768px) and (max-width:1023px) {
	.td-weather-top-widget .td-weather-now {
		left: -2px;
		margin-left: 2px
	}
}

.td-weather-top-widget .td-weather-now span {
	font-weight: 600
}

.td-weather-top-widget .td-weather-now .td-big-degrees {
	font-size: 11px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-weather-top-widget .td-weather-now .td-big-degrees {
		font-size: 10px
	}
}

.td-weather-top-widget .td-weather-now .td-weather-unit {
	font-size: 8px;
	opacity: 1;
	left: 0;
	top: -2px;
	vertical-align: super
}

.td-weather-top-widget .td-weather-header {
	font-family: open sans, arial, sans-serif;
	display: inline-block;
	padding-left: 2px
}

.td-weather-top-widget .td-weather-header .td-weather-city {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0
}

@media(min-width:768px) and (max-width:1023px) {
	.td-weather-top-widget .td-weather-header .td-weather-city {
		font-size: 10px
	}
}

.td_block_exchange {
	font-family: roboto, sans-serif;
	padding-bottom: 7px;
	padding-top: 20px
}

.td_block_exchange .td-exchange-header {
	position: relative;
	text-align: center;
	font-weight: 700;
	padding-top: 14px;
	padding-bottom: 12px;
	margin-bottom: 10px;
	z-index: 0
}

.td_block_exchange .td-exchange-header:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #4db2ec;
	opacity: .07;
	z-index: -1
}

.td_block_exchange .td-base-title {
	margin-left: 9px
}

.td_block_exchange .td-column-1 .td-exchange-base {
	width: 300px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto
}

@media(min-width:768px) and (max-width:1023px) {
	.td_block_exchange .td-column-1 .td-exchange-base {
		width: 212px
	}
}

.td_block_exchange .td-rate {
	position: relative;
	border-bottom: 1px dashed #f2f2f2;
	padding-top: 10px;
	padding-bottom: 10px
}

.td_block_exchange .td-rate:last-child {
	border-bottom: none
}

.td_block_exchange .td-rate .td-rate-currency {
	font-weight: 700;
	display: inline-block;
	margin-left: 34px
}

.td_block_exchange .td-rate .td-exchange-value {
	float: right
}

.td_block_exchange .td-flags {
	background-image: url(images/flags/flags.png);
	background-repeat: no-repeat;
	display: inline-block
}

.td_block_exchange .td-flag-header {
	vertical-align: middle;
	position: relative;
	bottom: 1px
}

.td_block_exchange .td-flags-all {
	position: absolute;
	top: 8px;
	left: 0
}

.td_block_exchange .td-flag-aud {
	background-position: 0 0;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-bgn {
	background-position: -24px 0;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-brl {
	background-position: -48px 0;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-cad {
	background-position: -72px 0;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-chf {
	background-position: -96px 0;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-cny {
	background-position: 0 -24px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-czk {
	background-position: -24px -24px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-dkk {
	background-position: -48px -24px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-eur {
	background-position: -72px -24px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-gbp {
	background-position: -96px -24px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-hkd {
	background-position: 0 -48px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-hrk {
	background-position: -24px -48px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-huf {
	background-position: -48px -48px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-idr {
	background-position: -72px -48px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-ils {
	background-position: -96px -48px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-inr {
	background-position: 0 -72px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-jpy {
	background-position: -24px -72px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-krw {
	background-position: -48px -72px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-mxn {
	background-position: -72px -72px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-myr {
	background-position: -96px -72px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-nok {
	background-position: 0 -96px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-nzd {
	background-position: -24px -96px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-php {
	background-position: -48px -96px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-pln {
	background-position: -72px -96px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-ron {
	background-position: -96px -96px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-rub {
	background-position: -120px 0;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-sek {
	background-position: -120px -24px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-sgd {
	background-position: -120px -48px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-thb {
	background-position: -120px -72px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-try {
	background-position: -120px -96px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-usd {
	background-position: 0 -120px;
	width: 24px;
	height: 24px
}

.td_block_exchange .td-flag-zar {
	background-position: -24px -120px;
	width: 24px;
	height: 24px
}

@-moz-document url-prefix() {
	.td_block_exchange .td-flags-all {
		top: 9px
	}
}

.td_block_exchange .td-column-2 {
	overflow: hidden;
	margin-bottom: 13px
}

.td_block_exchange .td-column-2 .td-rate {
	width: 26%;
	float: left;
	margin-right: 11%;
	border-bottom-width: 0;
	position: relative
}

@media(max-width:767px) {
	.td_block_exchange .td-column-2 .td-rate {
		width: auto;
		float: none;
		margin-right: 0;
		border-bottom-width: 1px
	}
}

.td_block_exchange .td-column-2 .td-exchange-rates .td-rate:nth-child(3n) {
	margin-right: 0
}

.td_block_exchange .td-column-2 .td-exchange-rates .td-rate:nth-child(3n+1):before {
	content: '';
	width: 1400px;
	height: 1px;
	border-bottom: 1px dashed #f2f2f2;
	position: absolute;
	bottom: 0;
	left: 0
}

@media(max-width:767px) {
	.td_block_exchange .td-column-2 .td-exchange-rates .td-rate:nth-child(3n+1):before {
		display: none
	}
}

.td_block_exchange .td-column-3 {
	overflow: hidden;
	margin-bottom: 13px
}

.td_block_exchange .td-column-3 .td-rate {
	width: 19%;
	float: left;
	margin-right: 8%;
	border-bottom-width: 0;
	position: relative
}

@media(max-width:767px) {
	.td_block_exchange .td-column-3 .td-rate {
		width: auto;
		float: none;
		margin-right: 0;
		border-bottom-width: 1px
	}
}

.td_block_exchange .td-column-3 .td-exchange-rates .td-rate:nth-child(4n) {
	margin-right: 0
}

.td_block_exchange .td-column-3 .td-exchange-rates .td-rate:nth-child(4n+1):before {
	content: '';
	width: 1400px;
	height: 1px;
	border-bottom: 1px dashed #f2f2f2;
	position: absolute;
	bottom: 0;
	left: 0
}

@media(max-width:767px) {
	.td_block_exchange .td-column-3 .td-exchange-rates .td-rate:nth-child(4n+1):before {
		display: none
	}
}

.td_block_instagram {
	padding-top: 20px;
	padding-bottom: 16px
}

.td-instagram-image {
	display: block;
	width: 100%
}

.td-instagram-element {
	position: relative;
	float: left;
	z-index: 1
}

.td-instagram-element a {
	position: relative;
	display: block
}

.td-instagram-element a:before {
	content: '';
	width: 94%;
	height: 94%;
	border: 1px solid #fff;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transition: opacity .3s ease 0s;
	-moz-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
	transition: opacity .3s ease 0s
}

.td-instagram-element a:after {
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	-webkit-transition: opacity .3s ease 0s;
	-moz-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
	transition: opacity .3s ease 0s
}

.td-instagram-element:hover a:before {
	opacity: .4
}

.td-instagram-element:hover a:after {
	opacity: .1
}

.td-images-on-row-1 .td-instagram-element {
	width: 100%
}

.td-images-on-row-2 .td-instagram-element {
	width: 50%
}

.td-images-on-row-3 .td-instagram-element {
	width: 33.33333333%
}

.td-images-on-row-4 .td-instagram-element {
	width: 25%
}

@media(max-width:767px) {
	.td-images-on-row-4 .td-instagram-element {
		width: 50%
	}
}

.td-images-on-row-5 .td-instagram-element {
	width: 20%
}

@media(max-width:767px) {
	.td-images-on-row-5 .td-instagram-element {
		width: 50%
	}
}

.td-images-on-row-6 .td-instagram-element {
	width: 16.66666667%
}

@media(max-width:767px) {
	.td-images-on-row-6 .td-instagram-element {
		width: 33.33333333%
	}
}

.td-images-on-row-7 .td-instagram-element {
	width: 14.28571428571429%
}

@media(max-width:767px) {
	.td-images-on-row-7 .td-instagram-element {
		width: 50%
	}
}

.td-images-on-row-8 .td-instagram-element {
	width: 12.5%
}

@media(max-width:767px) {
	.td-images-on-row-8 .td-instagram-element {
		width: 50%
	}
}

.td-image-gap-2 {
	margin: 0 -2px
}

.td-image-gap-2 .td-instagram-element {
	padding: 0 2px 4px
}

.td-image-gap-5 {
	margin: 0 -5px
}

.td-image-gap-5 .td-instagram-element {
	padding: 0 5px 10px
}

.td_block_instagram .td-video-play-ico {
	pointer-events: none
}

.td_block_instagram .td-instagram-element {}

@media(max-width:767px) {
	.td_block_instagram .td-instagram-element .td-video-play-ico img {
		width: 24px
	}
}

.td-instagram-header {
	position: relative;
	margin-bottom: 16px
}

.td-instagram-profile-image {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	overflow: hidden
}

.td-instagram-profile-image {
	margin-right: 12px;
	float: left
}

.td-instagram-meta {
	padding-top: 4px;
	font-size: 13px;
	color: #000
}

.td-instagram-button {
	position: absolute;
	top: 14px;
	right: 0;
	padding: 8px 14px 9px;
	border: 1px solid #ededed;
	line-height: 1;
	font-size: 13px;
	color: #444;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	transition: all .2s ease 0s
}

.td-instagram-button:hover {
	border-color: #ccc;
	text-decoration: none!important
}

.td-instagram-user {
	font-size: 15px;
	font-weight: 600
}

.td-instagram-user a {
	line-height: 26px;
	color: #4db2ec
}

.td-instagram-user a:hover {
	text-decoration: none!important
}

.td-instagram-followers span {
	font-weight: 600
}

.td_block_instagram .td-column-1 .td-images-on-row-3 .td-video-play-ico img,
.td_block_instagram .td-column-1 .td-images-on-row-4 .td-video-play-ico img,
.td_block_instagram .td-column-1 .td-images-on-row-5 .td-video-play-ico img,
.td_block_instagram .td-column-1 .td-images-on-row-6 .td-video-play-ico img,
.td_block_instagram .td-column-1 .td-images-on-row-7 .td-video-play-ico img,
.td_block_instagram .td-column-1 .td-images-on-row-8 .td-video-play-ico img {
	width: 24px
}

.td_block_instagram .td-column-1 .td-instagram-button {}

@media(min-width:768px) and (max-width:1023px) {
	.td_block_instagram .td-column-1 .td-instagram-button {
		display: none
	}
}

.td_block_instagram .td-column-2 .td-images-on-row-5 .td-video-play-ico img,
.td_block_instagram .td-column-2 .td-images-on-row-6 .td-video-play-ico img,
.td_block_instagram .td-column-2 .td-images-on-row-7 .td-video-play-ico img,
.td_block_instagram .td-column-2 .td-images-on-row-8 .td-video-play-ico img {
	width: 24px
}

.td_block_instagram .td-column-3 .td-images-on-row-7 .td-video-play-ico img,
.td_block_instagram .td-column-3 .td-images-on-row-8 .td-video-play-ico img {
	width: 24px
}

.td_block_instagram .td-instagram-user a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	display: block;
	margin-right: 80px
}

.td-footer-instagram-container {
	border-bottom: none!important;
	z-index: 0!important
}

.td-footer-instagram-container .td-footer-instagram-title {
	text-align: center;
	margin: 0;
	padding: 10px 0;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 15px
}

.td-footer-instagram-container .td-footer-instagram-title .td-footer-instagram-user-link {}

@media(max-width:767px) {
	.td-footer-instagram-container .td-footer-instagram-title .td-footer-instagram-user-link {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 100%;
		display: block;
		margin: 0 20px
	}
}

.td-footer-instagram-container .td_block_instagram {
	border-top: none;
	padding: 0
}

@media(max-width:767px) {
	.td-footer-instagram-container .td_block_instagram {
		overflow: hidden
	}
}

.td-footer-instagram-container .td-instagram-wrap {
	margin: 0
}

.td-pinterest-main {
	column-count: 1;
	column-gap: 0
}

.td-pinterest-main .td-pinterest-element {
	display: block
}

.td-pinterest-main .td-pinterest-element img {
	display: block;
	border-bottom: 0 solid transparent
}

.td-pinterest-gap-2 {
	column-gap: 2px
}

.td-pinterest-gap-2 .td-pinterest-element img {
	border-bottom-width: 2px
}

.td-pinterest-gap-5 {
	column-gap: 5px
}

.td-pinterest-gap-5 .td-pinterest-element img {
	border-bottom-width: 5px
}

.td-pinterest-gap-10 {
	column-gap: 10px
}

.td-pinterest-gap-10 .td-pinterest-element img {
	border-bottom-width: 10px
}

.td_block_pinterest {
	padding-top: 20px;
	padding-bottom: 16px
}

.td_block_pinterest .td-pinterest-header {
	margin-bottom: 22px
}

.td_block_pinterest .td-pinterest-header .td-pinterest-profile-image {
	width: 46px;
	height: 46px;
	border-radius: 60px;
	overflow: hidden;
	margin-right: 12px;
	float: left
}

.td_block_pinterest .td-pinterest-header .td-pinterest-user-meta {
	padding-top: 2px
}

.td_block_pinterest .td-pinterest-header .td-pinterest-user-meta a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block
}

.td_block_pinterest .td-pinterest-header .td-pinterest-user-meta .td-pinterest-user {
	max-width: 50%;
	margin-right: 10px;
	font-size: 15px;
	font-weight: 700;
	color: #363636
}

.td_block_pinterest .td-pinterest-header .td-pinterest-user-meta .td-pinterest-board {
	max-width: 25%;
	font-size: 12px;
	color: #8e8e8e;
	line-height: 19px
}

.td_block_pinterest .td-pinterest-header .td-pinterest-followers {
	display: inline-block;
	font-size: 11px;
	line-height: 15px;
	position: relative;
	top: -10px
}

.td_block_pinterest .td-pinterest-header .td-pinterest-followers span {
	font-weight: 600
}

.td_block_pinterest .td-column-1 .td-pinterest-profile-image {
	margin-top: 8px
}

.td_block_pinterest .td-column-1 .td-pinterest-user-meta .td-pinterest-board {
	max-width: 35%;
	font-size: 11px;
	line-height: 16px
}

.td_block_pinterest .td-column-1 .td-pinterest-user-meta a {
	display: block
}

.td_block_pinterest .td-column-1 .td-pinterest-followers {
	top: -1px;
	font-size: 10px
}

.td-container-border:after {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	content: '';
	height: 100%;
	width: 1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #e6e6e6;
	z-index: -1
}

.td-ss-main-sidebar,
.td-ss-row .td-pb-span4 .wpb_wrapper {
	-webkit-backface-visibility: hidden;
	z-index: 1
}

.td-container {
	width: 1260px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #e6e6e6;
	background-color: #fff;
	position: relative;
	clear: both;
	z-index: 0;
}

.td-pb-row {
	width: 100%;
	*zoom: 1;
	margin-bottom: 0;
	margin-left: 0
}

.td-pb-row:before,
.td-pb-row:after {
	display: table;
	content: ""
}

.td-pb-row:after {
	clear: both
}

.td-pb-row {
	position: relative
}

.td-pb-row .wpb_column {
	position: relative
}

.td-pb-row .wpb_column:before {
	content: '';
	position: absolute;
	background-color: #e6e6e6;
	top: 0;
	width: 1px;
	height: 100%;
	display: block;
	right: -1px
}

@media(max-width:767px) {
	.td-pb-row .wpb_column:before {
		display: none
	}
}

.td-pb-row .wpb_column:last-child:before {
	display: none
}

.td-pb-row .td-pb-span4:nth-of-type(3):after {
	content: '';
	position: absolute;
	background-color: #e6e6e6;
	top: 0;
	width: 1px;
	height: 100%;
	display: block;
	left: -341px
}

@media(max-width:767px) {
	.td-pb-row .td-pb-span4:nth-of-type(3):after {
		display: none
	}
}

@media(min-width:768px) and (max-width:1023px) {
	.td-pb-row .td-pb-span4:nth-of-type(3):after {
		left: -253px
	}
}

.td-pb-row .td-pb-span4:nth-last-of-type(3):after {
	content: '';
	position: absolute;
	background-color: #e6e6e6;
	top: 0;
	width: 1px;
	height: 100%;
	display: block;
	right: -341px
}

@media(max-width:767px) {
	.td-pb-row .td-pb-span4:nth-last-of-type(3):after {
		display: none
	}
}

@media(min-width:768px) and (max-width:1023px) {
	.td-pb-row .td-pb-span4:nth-last-of-type(3):after {
		right: -253px
	}
}

.page-template-page-pagebuilder-title .td-pagebuilder-sidebar-full.td-main-content:before {
	right: 0
}

.page-template-page-pagebuilder-title .td-pagebuilder-sidebar-right .td-main-content:before {
	right: -1px
}

.page-template-page-pagebuilder-title .td-pb-span8 .td-pb-span4:after {
	display: none
}

.td-container-border:before {
	content: '';
	position: absolute;
	background-color: #e6e6e6;
	top: 0;
	width: 1px;
	height: 100%;
	display: block;
	left: 0
}

@media(max-width:767px) {
	.td-container-border:before {
		display: none
	}
}

.td-main-content {
	position: relative
}

.td-main-content:before {
	content: '';
	position: absolute;
	background-color: #e6e6e6;
	top: 0;
	width: 1px;
	height: 100%;
	display: block;
	right: -1px
}

@media(max-width:767px) {
	.td-main-content:before {
		display: none
	}
}

.td-main-content.td-pb-span12:before {}

@media(min-width:768px) and (max-width:1023px) {
	.td-main-content.td-pb-span12:before {
		right: 0
	}
}

.td-main-sidebar:before {
	content: '';
	position: absolute;
	background-color: #e6e6e6;
	top: 0;
	width: 1px;
	height: 100%;
	display: block;
	right: -1px
}

@media(max-width:767px) {
	.td-main-sidebar:before {
		display: none
	}
	.owl-carousel .owl-wrapper-outer{
		display:none;
	}
	.social-clear
	{
		display:none;
	}
}

@media(min-width:768px) and (max-width:1023px) {
	.td-main-sidebar:before {
		right: 0
	}
}

.td-pb-row [class*=td-pb-span] {
	display: block;
	min-height: 1px;
	float: left;
	margin-left: 0;
	margin-bottom: 2px;
	/*border-left: 1px solid #e6e6e6*/
	padding-left:20px;
}

.wpb_column,
.wpb_row {
	border-style: solid;
	border-width: 0;
	border-color: #e6e6e6
}

.td-pb-row .td-pb-row .td-pb-span12 {
	width: 100%
}

.td-pb-row .td-pb-row .td-pb-span11 {
	width: 91.66%
}

.td-pb-row .td-pb-row .td-pb-span10 {
	width: 83.33%
}

.td-pb-row .td-pb-row .td-pb-span9 {
	width: 75%
}

.td-pb-row .td-pb-row .td-pb-span8 {
	width: 66.66%
}

.td-pb-row .td-pb-row .td-pb-span7 {
	width: 58.33%
}

.td-pb-row .td-pb-row .td-pb-span6 {
	width: 50%
}

.td-pb-row .td-pb-row .td-pb-span5 {
	width: 41.66%
}

.td-pb-row .td-pb-row .td-pb-span4 {
	width: 33.33%
}

.td-pb-row .td-pb-row .td-pb-span3 {
	width: 25%
}

.td-pb-row .td-pb-row .td-pb-span2 {
	width: 16.66%
}

.td-pb-row .td-pb-row .td-pb-span1 {
	width: 8.333%
}

.td-pb-span1 {
	width: 85px
}
.td-pb-span1_2 {
	width: 240px
}
.td-pb-span2 {
	width: 170px
}
.td-pb-span2_3 {
	width: 240px
}


.td-pb-span3 {
	width: 255px
}
.td-pb-span3_4 {
	width: 320px;
	position: relative
}
.td-pb-span4 {
	width: 420px;
	position: relative
}

.td-pb-span5 {
	width: 425px
}

.td-pb-span6 {
	width: 510px
}

.td-pb-span7 {
	width: 595px
}

.td-pb-span8 {
	width: 840px
}

.td-pb-span8 .td-pb-row {
	width: 840px;
	position: relative;
	left: -1px
}

@media(max-width:767px) {
	.td-pb-span8 .td-pb-row {
		left: 0
	}
}

.td-pb-span8 .td-pb-row div.td-pb-span6 {
	width: 420px
}

.td-pb-span9 {
	width: 765px
}

.td-pb-span10 {
	width: 850px
}

.td-pb-span11 {
	width: 935px
}

.td-pb-span12 {
	width: 1260px
}

.td-pb-full-cell {
	position: relative
}

.td-container-border>.td-pb-row>.td-pb-span4>*>.td-pb-full-cell {
	width: 341px;
	left: -1px
}

.td-main-sidebar .td-pb-full-cell {
	width: 341px;
	left: -1px
}

@media(min-width:1023px) {
	.td-container-border>.td-pb-row>.td-pb-span4 .wpb_widgetised_column .td-pb-full-cell {
		width: 341px;
		left: -1px
	}
}

.td-pb-span8 .td-pb-span6 .td-pb-full-cell {
	width: 341px;
	left: -1px
}

.td-container-border>.td-pb-row>.td-pb-span8>*>.td-pb-full-cell {
	width: 681px;
	left: -1px
}

.td-container-border>.td-pb-row>.td-pb-span12>*>.td-pb-full-cell {
	width: 1021px;
	left: -1px
}

.td-pb-padding {
	padding: 20px 19px 20px 20px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-pb-padding {
		padding: 17px
	}
}

@media(max-width:767px) {
	.td-pb-padding {
		padding: 10px
	}
}

.td-pb-padding-side {
	padding: 0 19px 0 20px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-pb-padding-side {
		padding: 0 17px
	}
}

@media(max-width:767px) {
	.td-pb-padding-side {
		padding: 0 10px
	}
}

.td-pb-margin-side {
	margin: 0 19px 0 20px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-pb-margin-side {
		margin: 0 17px
	}
}

@media(max-width:767px) {
	.td-pb-margin-side {
		margin: 0 10px
	}
}

.wpb_content_element {
	padding: 0 19px 20px 20px
}

@media(min-width:768px) and (max-width:1023px) {
	.wpb_content_element {
		padding: 0 17px 17px
	}
}

@media(max-width:767px) {
	.wpb_content_element {
		padding: 0 10px 17px
	}
}

@media (min-width: 1370px){
	.td-container {
		width: 99% !important;
	}
	.td-header-container{
		width: 99% !important;
	}
	.td-pb-span8{
		width: 70% !important;
	}
	.td-block-row .td-block-span6:first-child{
		width: 50% !important;
	}	
	.td-block-span6{
		width: 50% !important;
	}	
	.td-pb-span4{
		width: 30% !important;
	}
	.td_module_4 .entry-thumb{
		width: 100% !important;
	}
	.td_module_5 .entry-thumb{
		width: 100% !important;
	}
	.td_module_mx1 .td-module-thumb{
		width: 100% !important;
		height: 373px !important;
	}
	.attachment-full{
		width: 100% !important;
	}
	.thumb1 .np-post-thumb img
	{
		width: 100% !important;
		height: 265px !important;
	}
	.td-pb-span8 .td-pb-row{
		width: 100% !important;
	}
	.td-pb-span8 .td-pb-row div.td-pb-span6{
		width: 50% !important;
	}	
	.td_module_1 .entry-thumb{
		width: 100% !important;
		height: 410px !important;
	}
	.td-header-main-menu.td-affix{
		width: 100% !important;
	}
	.td_module_6 .td-module-thumb{
		height: 105px !important;
	}
	.td_module_6 .entry-thumb {
		width: 147px !important;
	}	
	.td_module_6 .item-details{
		margin-left: 157px !important;
		min-height: 115px !important;
	}
	.td_module_mx2 .entry-thumb
	{
		width: 120px !important;
		height: 115px !important;
	}
	.hometextheight{
		height: 548px;
		overflow: hidden;
	}
	.td_module_mx2 .item-details
	{
		margin: 0 20px 20px 155px !important;
		min-height: 100px !important;
	}
	.td_module_mx2 .entry-title
	{
		    margin: 9px 0 5px !important;
	}
	.td_module_mx1 .td-module-thumb a:last-child:before
	{
		width: 99% !important;
	}
	.panel-body img{
		width: 100% !important;
	}
	.td-pb-span3_4 {
		width: 30% !important;
		height: 462px;
		overflow: hidden;
	}
	.td-pb-span1_2
	{
		width: 19% !important;
	}
	.td-pb-span2_3
	{
		width: 20% !important;
	}
	.td-header-sp-logo{
		width: 25% !important;
	}
	.td-header-sp-logo a{
		height: 220px !important;
	}
	.td-header-sp-logo img
	{
		width: 90% !important;
	}
	.td-header-sp-rec{
		width: 75% !important;
	}
	.td-header-sp-rec .td-header-ad-wrap{
		height: 236px !important;
	}	
	.jssor_1{
		width:1700px !important;
		height:236px !important;
	}
	.slides{
		_width:1382px !important;
		_height:236px !important;
	}
	.td-pb-span12
	{
		width: 100% !important;
	}
	.td_block_big_grid, .td_block_big_grid_2, .td_block_big_grid_3, .td_block_big_grid_4, .td_block_big_grid_5, .td_block_big_grid_6, .td_block_big_grid_7{
		width: 100% !important;
	}
	.ticker-con .caroufredsel_wrapper{
		width: 92% !important;
	}
	.owl-carousel{
		width: 50% !important;
	}
	.owl-carousel .owl-wrapper-outer
	{
		width: 100% !important;
	}
	.td_block_big_grid .td-big-thumb
	{
		width: 99% !important;
		height: 564px !important;
	}
	.td_block_big_grid .td-tiny-thumb
	{
		width: 24.8% !important;
		height: 280px !important;
	}
	.td_video_playlist_column_3 .td_video_playlist_title
	{
		width: 100% !important;
	}
	.td_video_playlist_column_3 .td_wrapper_player
	{
		width: 70% !important;
		height: 645px !important;
	}
	.td_video_playlist_column_3 .td_container_video_playlist
	{
		width: 30% !important;
		height: 645px !important;
	}
	.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist{
		_height: 645px !important;
	}	
	.td_wrapper_video_playlist a.td_click_video {
		height: 90px !important;
	}	
	.td-excerpt1{
		margin-bottom: 15px;
		color: #444;
		font-size: 13px;
		line-height: 18px;
		text-align: justify;
		height: 56px;
		overflow: hidden;
		display: block !important;
	}
	.td_module_7 .entry-thumb{
		width: 93% !important;
	}
	.td_module_8 .entry-thumb{
		width: 93% !important;
	}
	.td_wrapper_video_playlist a.td_click_video .td_video_thumb
	{
		width: 25% !important;
		float: left !important;
		height: 72px !important;
		
	}
	.td_wrapper_video_playlist a.td_click_video .td_video_title_and_time{
		width: 70% !important;
		float: right !important;
		margin-top: 10px !important;
	}
	.td_module_9 {
		text-align: center;
		position: relative;
		top: -6px;
		height: 97px;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	.td_block_10 .td_module_9 .item-details{
		height: 97px !important;
		overflow: hidden !important;
	}
	.td_block_10 .td_module_9 .item-details:before {
		content: "\f0a9";
		font-family: FontAwesome;
		font-style: normal;
		margin-right: 5px;
		float: left;
		color: red;
	}
	
	.td_module_9 .item-details .td-module-thumb1{
		float: left !important;
		width: 25% !important;
		display:block !important;
		}
	.td_module_9 .entry-title {
		width: 96% !important;
    float: right !important;
    text-align: left !important;
	    font-size: 14px !important;
	}	
	.vc_row .vc_column-inner{
		height: 662px !important;
	}
	.td_module_9 .entry-title .td-excerpt {
		 display: block !important;
	}
}









.td-container-border>.td-pb-row:first-child .wpb_wrapper .td_block_wrap:nth-of-type(1),
.td-container-border>.tdc-row:first-child .wpb_wrapper .td_block_wrap:nth-of-type(1) {
	border-top: 0
}

.page-template-page-pagebuilder-latest .td-container-border .tdc-row:first-of-type .tdc-element:first-of-type .td_block_wrap:nth-of-type(1),
.page-template-default .td-container-border .tdc-row:first-of-type .tdc-element:first-of-type .td_block_wrap:nth-of-type(1) {
	border-top: 0
}

.td-pb-border-top {
	border-top: 1px solid #e6e6e6
}

.td-top-border {
	border-top: 1px solid #e6e6e6!important
}

.td-no-left-border {
	border-left: 0!important
}

.wpb_raw_code {
	margin-bottom: 0!important
}

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li,
.last_toggle_el_margin,
.wpb_button {
	margin-bottom: 0
}

p {
	margin-top: 0
}

body.compose-mode [class*=vc_span],
body.view-mode [class*=vc_span] {
	padding: 0!important
}

body.compose-mode .controls-out-tl {
	top: 0!important
}

body.compose-mode .controls-bc {
	z-index: 99999
}

body.compose-mode .control-btn-append {
	top: 0!important
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
	padding-top: 0
}

.vc_row .vc_column-inner {
	padding-left: 0;
	padding-right: 0
}

.td-main-sidebar {
	z-index: 1
}

.tdc-columns .tdc-column .wpb_column {
	position: relative
}

.tdc-columns .tdc-column .wpb_column:before {
	content: '';
	position: absolute;
	background-color: #e6e6e6;
	top: 0;
	width: 1px;
	height: 100%;
	display: block;
	right: -1px
}

@media(max-width:767px) {
	.tdc-columns .tdc-column .wpb_column:before {
		display: none
	}
}

.tdc-columns .tdc-column:last-child .wpb_column:before {
	display: none
}

.tdc-columns .tdc-column:nth-of-type(3) .td-pb-span4:after {
	content: '';
	position: absolute;
	background-color: #e6e6e6;
	top: 0;
	width: 1px;
	height: 100%;
	display: block;
	left: -341px
}

@media(max-width:767px) {
	.tdc-columns .tdc-column:nth-of-type(3) .td-pb-span4:after {
		display: none
	}
}

@media(min-width:768px) and (max-width:1023px) {
	.tdc-columns .tdc-column:nth-of-type(3) .td-pb-span4:after {
		left: -253px
	}
}

.tdc-columns .tdc-column:nth-last-of-type(3) .td-pb-span4:after {
	content: '';
	position: absolute;
	background-color: #e6e6e6;
	top: 0;
	width: 1px;
	height: 100%;
	display: block;
	right: -341px
}

@media(max-width:767px) {
	.tdc-columns .tdc-column:nth-last-of-type(3) .td-pb-span4:after {
		display: none
	}
}

@media(min-width:768px) and (max-width:1023px) {
	.tdc-columns .tdc-column:nth-last-of-type(3) .td-pb-span4:after {
		right: -253px
	}
}

.tdc-element-style .vc_column,
.tdc-element-style .vc_column_inner,
.tdc-element-style .td-pb-border-top,
.tdc-element-style .td-pb-row {
	border-color: transparent!important
}

.tdc-element-style .vc_column:before,
.tdc-element-style .vc_column:after,
.tdc-element-style .vc_column_inner:before,
.tdc-element-style .vc_column_inner:after {
	background-color: transparent!important
}

.td-block-row {
	width: 100%;
	*zoom: 1
}

.td-block-row:before,
.td-block-row:after {
	display: table;
	content: ""
}

.td-block-row:after {
	clear: both
}

.td-block-row [class*=td-block-span] {
	display: block;
	min-height: 1px;
	float: left
}

.td-block-span12 {
	margin-left: 20px;
	margin-right: 19px;
	border-bottom: 1px solid #e1e1e1;
	padding-top:10px;
}
.td-block-span12:last-child {
	margin-left: 20px;
	margin-right: 19px;
	padding-top:10px;
	border-bottom: none;
}
.td-block-span6 {
	width: 410px;
	padding-left: 20px;
	padding-right: 3px;
	
}

.td_module_8 .td-module-thumb {
	position: relative;
	float: left;
    width: 29%;
}

.td-block-row .td-block-span6:first-child {
	width: 410px;
}

.td-block-span4 {
	width: 420px;
	padding-left: 20px;
	padding-right: 20px
}

.td-block-row .td-block-span4:last-child {
	width: 400px;
	padding-right: 19px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-container {
		width: 756px
	}
	.td-pb-span1 {
		width: 63px
	}
	.td-pb-span2 {
		width: 126px
	}
	.td-pb-span3 {
		width: 189px
	}
	.td-pb-span4 {
		width: 252px
	}
	.td-pb-span5 {
		width: 315px
	}
	.td-pb-span6 {
		width: 378px
	}
	.td-pb-span7 {
		width: 441px
	}
	.td-pb-span8 {
		width: 504px
	}
	.td-pb-span8 .td-pb-row {
		width: 504px
	}
	.td-pb-span8 .td-pb-row div.td-pb-span6 {
		width: 252px
	}
	.td-pb-span9 {
		width: 567px
	}
	.td-pb-span10 {
		width: 630px
	}
	.td-pb-span11 {
		width: 693px
	}
	.td-pb-span12 {
		width: 756px
	}
	.td-pb-span8 .td-pb-span6 .td-pb-full-cell {
		width: 253px
	}
	.td-main-sidebar .td-pb-full-cell {
		width: 252px!important
	}
	.td-container-border>.td-pb-row .td-pb-span4>*>.td-pb-full-cell {
		width: 253px
	}
	.td-container-border>.td-pb-row .td-pb-span4:last-child>*>.td-pb-full-cell {
		width: 252px
	}
	.td-container-border>.td-pb-row .td-pb-span8>*>.td-pb-full-cell {
		width: 505px
	}
	.td-container-border>.td-pb-row .td-pb-span12>*>.td-pb-full-cell {
		width: 756px
	}
	.td-block-span12 {
		padding-left: 17px;
		padding-right: 16px
	}
	.td-block-span6 {
		width: 251px;
		padding-left: 17px;
		padding-right: 16px
	}
	.td-block-row .td-block-span6:first-child {
		width: 252px;
		padding-right: 17px
	}
	.td-block-span4 {
		width: 252px;
		padding-left: 17px;
		padding-right: 17px
	}
	.td-block-row .td-block-span4:last-child {
		width: 251px;
		padding-right: 16px
	}
}

@media(max-width:767px) {
	.td-container {
		width: 100%
	}
	.td-pb-row {
		width: 100%!important
	}
	.td-pb-row .td-pb-span1,
	.td-pb-row .td-pb-span2,
	.td-pb-row .td-pb-span3,
	.td-pb-row .td-pb-span4,
	.td-pb-row .td-pb-span5,
	.td-pb-row .td-pb-span6,
	.td-pb-row .td-pb-span7,
	.td-pb-row .td-pb-span8,
	.td-pb-row .td-pb-span9,
	.td-pb-row .td-pb-span10,
	.td-pb-row .td-pb-span11,
	.td-pb-row .td-pb-span12 {
		float: none;
		width: 100%!important;
		margin-bottom: 0!important;
		padding-bottom: 0;
		border-left: none
	}
	.td-block-span4,
	.td-block-span6,
	.td-block-span12 {
		float: none;
		width: 95%!important;
		margin-bottom: 0!important;
		padding-bottom: 0;
		padding-left: 10px;
		padding-right: 10px!important
	}
	.td-pb-full-cell {
		width: 100%!important;
		left: 0!important
	}
	.td-container-border:after {
		display: none
	}
}

.td_animated {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.td_animated_long {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.td_animated_xlong {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.td_animated_xxlong {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes td_fadeInRight {
	0% {
		opacity: .05;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes td_fadeInRight {
	0% {
		opacity: .05;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.td_fadeInRight {
	-webkit-animation-name: td_fadeInRight;
	animation-name: td_fadeInRight
}

@-webkit-keyframes td_fadeInLeft {
	0% {
		opacity: .05;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes td_fadeInLeft {
	0% {
		opacity: .05;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.td_fadeInLeft {
	-webkit-animation-name: td_fadeInLeft;
	animation-name: td_fadeInLeft
}

@-webkit-keyframes td_fadeInDown {
	0% {
		opacity: .05;
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes td_fadeInDown {
	0% {
		opacity: .05;
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.td_fadeInDown {
	-webkit-animation-name: td_fadeInDown;
	animation-name: td_fadeInDown
}

@-webkit-keyframes td_fadeInUp {
	0% {
		opacity: .05;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes td_fadeInUp {
	0% {
		opacity: .05;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.td_fadeInUp {
	-webkit-animation-name: td_fadeInUp;
	animation-name: td_fadeInUp
}

@-webkit-keyframes td_fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes td_fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.td_fadeIn {
	-webkit-animation-name: td_fadeIn;
	animation-name: td_fadeIn
}

@-webkit-keyframes td_fadeOut_to_1 {
	0% {
		opacity: 1
	}
	100% {
		opacity: .1
	}
}

@keyframes td_fadeOut_to_1 {
	0% {
		opacity: 1
	}
	100% {
		opacity: .1
	}
}

.td_fadeOut_to_1 {
	-webkit-animation-name: td_fadeOut_to_1;
	animation-name: td_fadeOut_to_1
}

@-webkit-keyframes td_fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
}

@keyframes td_fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}
}

.td_fadeOutRight {
	-webkit-animation-name: td_fadeOutRight;
	animation-name: td_fadeOutRight
}

@-webkit-keyframes td_fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
}

@keyframes td_fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}
}

.td_fadeOutLeft {
	-webkit-animation-name: td_fadeOutLeft;
	animation-name: td_fadeOutLeft
}

.td-header-container {
	width: 1260px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: #fff;
}

@media(min-width:768px) and (max-width:1023px) {
	.td-header-container {
		width: 756px
	}
}

@media(max-width:767px) {
	.td-header-container {
		width: 100%
	}
}

.td-header-main-menu {
	background-color: #e41d2c;
	position: relative;
}

@media(max-width:767px) {
	.td-header-main-menu {
		height: 53px
	}
}

.td-header-menu-wrap {
	min-height: 44px
}

@media(max-width:767px) {
	.td-header-menu-wrap {
		min-height: 53px
	}
}

body .td-header-row .td-header-sp-rec {
	min-height: 0
}

body .td-make-full {
	width: 1021px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: table
}

@media(min-width:768px) and (max-width:1023px) {
	body .td-make-full {
		width: 756px
	}
}

@media(max-width:767px) {
	body .td-make-full {
		width: 100%
	}
}

body .td-make-full .sub-menu {
	border-top: 0
}

.td-header-row {
	width: 100%;
	*zoom: 1
}

.td-header-row:before,
.td-header-row:after {
	display: table;
	content: ""
}

.td-header-row:after {
	clear: both
}

.td-header-row [class*=td-header-sp] {
	display: block;
	min-height: 1px;
	float: left
}

.td-header-main-menu.td-affix {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 1260px;
	margin-right: auto;
	margin-left: auto;
	left: 0;
	right: 0;
	top: 0;

	position: fixed!important
}

@media(min-width:768px) and (max-width:1023px) {
	.td-header-main-menu.td-affix {
		width: 756px
	}
}

@media(max-width:767px) {
	.td-header-main-menu.td-affix {
		width: auto
	}
}

.admin-bar .td-header-main-menu.td-affix {
	top: 32px
}

@media(min-width:527px) and (max-width:782px) {
	.admin-bar .td-header-main-menu.td-affix {
		top: 46px
	}
}

@media(max-width:602px) {
	.admin-bar .td-header-main-menu.td-affix {
		top: 0
	}
}

.td-main-menu-logo {
	display: none;
	float: left;
	height: 44px
}

@media(max-width:767px) {
	.td-main-menu-logo {
		display: block;
		float: none;
		height: auto!important
	}
}

.td-main-menu-logo a {
	line-height: 44px
}

.td-main-menu-logo img {
	max-height: 44px;
	margin: 0 21px;
	position: relative;
	vertical-align: middle;
	display: inline-block;
	padding-top: 3px;
	padding-bottom: 3px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-main-menu-logo img {
		margin: 0 17px
	}
}

@media(max-width:767px) {
	.td-main-menu-logo img {
		margin: auto;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
		position: absolute;
		max-height: 45px!important
	}
}

@media(min-width:768px) {
	.td-affix .td-logo-sticky {
		display: block
	}
	.td-header-wrap .td-affix .td-main-menu-logo {
		height: 44px!important
	}
	.td-header-wrap .td-affix .td-main-menu-logo a {
		line-height: 44px!important
	}
	.td-header-wrap .td-affix .td-main-menu-logo img {
		max-height: 44px!important;
		top: -1px
	}
	.td-header-wrap .td-affix .sf-menu>li>a {
		line-height: 44px!important
	}
}

#td-header-menu .td-container-border:after {
	background-color: #e6e6e6
}

.td-main-menu-full {
	background-color: #222;
	position: relative
}

.td-header-gradient:before {
	content: "";
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAHCAYAAADJTCeUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphMjViOTdiYS1kZjJlLTNlNDUtYjk3Yi00N2I1NjQyOTRjODQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUQ3M0QzQTVFNzE5MTFFMzk1RTdCODk0MTJBMEZFMUIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUQ3M0QzQTRFNzE5MTFFMzk1RTdCODk0MTJBMEZFMUIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmZiZjM2Y2ExLTgzODYtMDE0Mi05NTU2LWNiZTFmMzg5YmM3NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDphMjViOTdiYS1kZjJlLTNlNDUtYjk3Yi00N2I1NjQyOTRjODQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7mNy80AAAAI0lEQVR42mJgYGBgZQISnCCCn+H///8MIJY8iMUOYv0BCDAAU6YHQs4scEAAAAAASUVORK5CYII=);
	background-color: transparent;
	width: 100%;
	height: 7px;
	position: absolute;
	top: -3px;
	z-index: 1
}

.td-header-border:before {
	content: "";
	background-color: #4db2ec;
	display: block;
	height: 4px
}

@media(max-width:767px) {
	.td-header-border:before {
		display: none
	}
}

.td-visual-hidden {
	border: 0;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute
}

.td-logo {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: inherit!important;
	font-family: Verdana, Geneva, sans-serif
}

.td-header-container {
	clear: both
}

.td-header-sp-logo {
	width: 272px;
	position: relative;
	margin-bottom: 8px;
	margin-top: 8px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-header-sp-logo {
		width: 248px
	}
}

@media(max-width:767px) {
	.td-header-sp-logo {
		margin-bottom: 0;
		display: none!important
	}
}

.td-header-sp-logo a {
	height: 150px;
	display: block
}

@media(min-width:768px) and (max-width:1023px) {
	.td-header-sp-logo a {
		height: 90px
	}
}

.td-header-sp-logo img {
	bottom: 0;
	max-height: 120px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0
}

@media(min-width:768px) and (max-width:1023px) {
	.td-header-sp-logo img {
		max-height: 70px
	}
}

.menu-td-header-container {
	display: block
}

.td-header-sp-rec {
	float: right;
	/*margin-bottom: 8px;
	margin-top: 8px;*/
	width: 728px;
	position: relative
}

@media(min-width:768px) and (max-width:1023px) {
	.td-header-sp-rec {
		width: 508px
	}
}

@media(max-width:767px) {
	.td-header-sp-rec {
		margin-bottom: 0;
		margin-top: 0;
		width: 100%;
		float: none;
		min-height: 0!important
	}
}

@media(min-width:1024px) and (max-height:768px) {
	
	
}

.td-header-sp-rec .td-header-ad-wrap {
	height: 166px;
	display: block;
	overflow: hidden
}

@media(min-width:768px) and (max-width:1023px) {
	.td-header-sp-rec .td-header-ad-wrap {
		height: 90px
	}
}

@media(max-width:767px) {
	.td-header-sp-rec .td-header-ad-wrap {
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: table
	}
}

.td-header-sp-rec .adsbygoogle {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0
}

@media(max-width:767px) {
	.td-header-sp-rec .adsbygoogle {
		position: relative;
		margin-top: 8px;
		margin-bottom: 8px
	}
}

.td-header-sp-rec .td-adspot-title {
	margin: 0;
	position: relative;
	top: -8px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-header-sp-rec .td-adspot-title {
		top: -6px
	}
}

@media(max-width:767px) {
	.td-header-sp-rec .td-adspot-title {
		top: 0;
		margin-top: 5px;
		margin-bottom: -5px
	}
}

.td-header-style-5 .td-ad-m,
.td-header-style-7 .td-ad-m,
.td-header-style-8 .td-ad-m,
.td-header-style-9 .td-ad-m,
.td-header-style-10 .td-ad-m {}

@media(min-width:1024px) {
	.td-header-style-5 .td-ad-m,
	.td-header-style-7 .td-ad-m,
	.td-header-style-8 .td-ad-m,
	.td-header-style-9 .td-ad-m,
	.td-header-style-10 .td-ad-m {
		border-bottom: 1px solid #e6e6e6
	}
}

.td-header-style-5 .td-ad-tp,
.td-header-style-7 .td-ad-tp,
.td-header-style-8 .td-ad-tp,
.td-header-style-9 .td-ad-tp,
.td-header-style-10 .td-ad-tp {}

@media(min-width:768px) and (max-width:1023px) {
	.td-header-style-5 .td-ad-tp,
	.td-header-style-7 .td-ad-tp,
	.td-header-style-8 .td-ad-tp,
	.td-header-style-9 .td-ad-tp,
	.td-header-style-10 .td-ad-tp {
		border-bottom: 1px solid #e6e6e6
	}
}

.td-header-style-5 .td-ad-p,
.td-header-style-7 .td-ad-p,
.td-header-style-8 .td-ad-p,
.td-header-style-9 .td-ad-p,
.td-header-style-10 .td-ad-p {}

@media(max-width:767px) {
	.td-header-style-5 .td-ad-p,
	.td-header-style-7 .td-ad-p,
	.td-header-style-8 .td-ad-p,
	.td-header-style-9 .td-ad-p,
	.td-header-style-10 .td-ad-p {
		border-bottom: 1px solid #e6e6e6
	}
}

.td-header-style-5 .td-adspot-title,
.td-header-style-7 .td-adspot-title,
.td-header-style-8 .td-adspot-title,
.td-header-style-9 .td-adspot-title,
.td-header-style-10 .td-adspot-title {
	margin-bottom: -20px;
	top: 0
}

.white-menu .td-mega-menu .td-mega-grid {
	border-top-width: 1px;
	border-style: solid;
	border-color: #e6e6e6
}

.white-menu #td-header-menu .td-normal-menu .sub-menu {
	box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}

.white-menu #td-header-menu .sf-menu>.td-normal-menu>.sub-menu>li:first-child {
	border-top: 1px solid #e6e6e6
}

.white-menu .sf-menu {
	margin-left: 5px
}

.white-menu .td-header-main-menu.td-affix {
	box-shadow: none
}

.white-menu .td-header-main-menu {}

@media(max-width:767px) {
	.white-menu .td-header-main-menu {
		border-bottom: 1px solid #e6e6e6;
		border-top: 1px solid #e6e6e6;
		background-color: #fcfcfc
	}
}

.white-menu .td-header-main-menu {}

@media(max-width:767px) {
	.white-menu .td-header-main-menu {
		height: 55px
	}
}

.white-menu .header-search-wrap .td-drop-down-search {
	box-shadow: none;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6
}

.white-menu .header-search-wrap .td-drop-down-search:before {
	border-color: transparent transparent #e6e6e6
}

.td-logo-in-header .td-sticky-disable.td-mobile-logo,
.td-logo-in-header .td-sticky-disable.td-header-logo {
	display: none
}

.td-logo-in-header .td-sticky-disable.td-mobile-logo {}

@media(max-width:767px) {
	.td-logo-in-header .td-sticky-disable.td-mobile-logo {
		display: block
	}
}

.td-logo-in-header .td-sticky-header.td-mobile-logo {
	display: none
}

@media(max-width:767px) {
	.td-logo-in-header .td-sticky-header.td-mobile-logo {
		display: inherit
	}
}

.td-logo-in-header .td-sticky-header.td-header-logo {
	display: block
}

@media(max-width:767px) {
	.td-logo-in-header .td-sticky-header.td-header-logo {
		display: none
	}
}

.td-logo-in-header .td-sticky-mobile.td-mobile-logo {
	display: block
}

.td-logo-in-header .td-sticky-mobile.td-header-logo {
	display: none
}

.td-logo-in-menu .td-sticky-disable.td-mobile-logo {
	display: none
}

@media(max-width:767px) {
	.td-logo-in-menu .td-sticky-disable.td-mobile-logo {
		display: block
	}
}

.td-logo-in-menu .td-sticky-disable.td-header-logo {
	display: block
}

@media(max-width:767px) {
	.td-logo-in-menu .td-sticky-disable.td-header-logo {
		display: none
	}
}

.td-affix .td-logo-in-menu .td-sticky-disable.td-header-logo {
	display: none
}

.td-logo-in-menu .td-sticky-header.td-mobile-logo {
	display: none
}

@media(max-width:767px) {
	.td-logo-in-menu .td-sticky-header.td-mobile-logo {
		display: block
	}
}

.td-logo-in-menu .td-sticky-header.td-header-logo {
	display: block
}

@media(max-width:767px) {
	.td-logo-in-menu .td-sticky-header.td-header-logo {
		display: none
	}
}

.td-logo-in-menu .td-sticky-mobile.td-mobile-logo {
	display: none
}

@media(max-width:767px) {
	.td-logo-in-menu .td-sticky-mobile.td-mobile-logo {
		display: block
	}
}

.td-logo-in-menu .td-sticky-mobile.td-header-logo {}

@media(max-width:767px) {
	.td-logo-in-menu .td-sticky-mobile.td-header-logo {
		display: none
	}
}

.td-affix .td-logo-in-menu .td-sticky-mobile.td-header-logo {
	display: none
}

.td-affix .td-logo-in-menu .td-sticky-mobile.td-mobile-logo {
	display: block
}

.td-affix .td-logo-in-menu .td-main-logo {
	display: none
}

@media(max-width:767px) {
	.td-affix .td-logo-in-menu .td-main-logo {
		display: block
	}
}

.td-affix .td-logo-in-menu.td-logo-sticky .td-main-logo {
	display: block
}

.td-wpml {}

.td-wpml .wpml-ls-menu-item .wpml-ls-flag {
	vertical-align: middle;
	top: -1px;
	position: relative;
	margin-right: 3px
}

.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children {}

@media(max-width:767px) {
	.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children {
		position: relative;
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-top: 16px
	}
	.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children>a {
		pointer-events: none
	}
}

.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu {
	position: absolute;
	display: block;
	bottom: 100%;
	padding: 12px 20px;
	margin: 0 -20px 10px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	transform: translate3d(0, -10px, 0);
	-webkit-transform: translate3d(0, -10px, 0);
	-moz-transform: translate3d(0, -10px, 0);
	-ms-transform: translate3d(0, -10px, 0);
	-o-transform: translate3d(0, -10px, 0)
}

@media(max-width:767px) {
	.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu {
		margin: 10px 0;
		right: 0;
		left: 0
	}
}

.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu li {
	display: block;
	padding: 3px 0;
	white-space: nowrap;
	text-align: center
}

@media(max-width:767px) {
	.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu li {
		padding: 6px 0
	}
}

.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}

.td-wpml .td-subfooter-menu .menu-item-first a {}

@media(max-width:767px) {
	.td-wpml .td-subfooter-menu .menu-item-first a {
		margin-left: 16px
	}
}

.td-wpml .td-subfooter-menu .wpml-ls-first-item.menu-item-first {}

@media(max-width:767px) {
	.td-wpml .td-subfooter-menu .wpml-ls-first-item.menu-item-first {
		margin-top: 0;
		margin-bottom: 16px
	}
	.td-wpml .td-header-style-1 .td-header-top-menu {
		top: 0
	}
	.td-wpml .td_data_time {
		line-height: 29px;
		margin: 0!important
	}
	.td-wpml .td-top-menu-full,
	.td-wpml .td-header-top-menu {
		display: block!important
	}
	.td-wpml .td-header-sp-top-menu {
		width: 100%
	}
	.td-wpml .td-header-top-menu {
		padding-left: 17px;
		padding-right: 17px
	}
	.td-wpml .td_ul_logout,
	.td-wpml .td_ul_login,
	.td-wpml .td-header-sp-top-widget,
	.td-wpml .td-weather-top-widget {
		display: none!important
	}
	.td-wpml .menu-top-container {
		margin-right: 0;
		float: right
	}
	.td-wpml .menu-top-container .top-header-menu>li {
		display: none
	}
	.td-wpml .menu-top-container .top-header-menu>li a {
		margin-right: 0
	}
	.td-wpml .menu-top-container .top-header-menu .wpml-ls-item {
		display: inline-block;
		margin-top: 0
	}
	.td-wpml .menu-top-container .top-header-menu li ul {
		border-top: 0
	}
	.td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children>a {
		pointer-events: none
	}
	.td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu {
		position: absolute;
		display: block;
		visibility: hidden;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
		transform: translate3d(0, 10px, 0);
		-webkit-transform: translate3d(0, 10px, 0);
		-moz-transform: translate3d(0, 10px, 0);
		-ms-transform: translate3d(0, 10px, 0);
		-o-transform: translate3d(0, 10px, 0);
		right: 0;
		left: auto;
		margin: 0;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15)
	}
	.td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu li {
		display: block;
		padding: 3px 0;
		white-space: nowrap
	}
	.td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu a {
		margin: 0 10px;
		padding: 0
	}
	.td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu .wpml-ls-menu-item .wpml-ls-flag {
		top: -2px
	}
	.td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children:hover .sub-menu {
		visibility: visible;
		opacity: 1;
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0)
	}
}

@media(min-width:768px) {
	.td-header-style-4 .td-main-menu-logo a img,
	.td-header-style-5 .td-main-menu-logo a img,
	.td-header-style-9 .td-main-menu-logo a img {
		top: -2px
	}
}

@-moz-document url-prefix() {
	@media(min-width: 768px) {
		.td-header-wrap .td-affix .td-main-menu-logo img {
			top:-2px
		}
	}
}

.td-header-style-1 .td-header-top-menu {
	position: relative;
	top: 2px;
	background:rgb(228, 29, 44);
}

.td-header-style-1 .td-header-sp-rec {
	
}

@media(max-width:767px) {
	.td-header-style-1 .td-header-sp-rec {
		float: none
	}
}

.td-header-style-2 .td-header-top-menu {
	padding: 0
}

.td-header-style-2 .td-top-bar-container {
	padding: 4px 15px 4px 20px
}

.td-header-style-2 .td-header-sp-logo {
	background-color: #4db2ec;
	position: relative;
	margin-bottom: 0;
	margin-top: 0;
	min-height: 0
}

.td-header-style-2 .td-header-sp-logo img {
	bottom: 0;
	max-height: 100%;
	left: 0;
	margin: auto;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto
}

.td-header-style-2 .td-header-sp-rec {
	float: right;
	margin: 0 9px 0 0;
	position: relative
}

@media(min-width:768px) and (max-width:1023px) {
	.td-header-style-2 .td-header-sp-rec {
		margin: 0
	}
}

@media(max-width:767px) {
	.td-header-style-2 .td-header-sp-rec {
		margin: 0;
		float: none
	}
}

.td-header-style-3 .top-header-menu>.current-menu-item>a,
.td-header-style-3 .top-header-menu>.current-menu-ancestor>a,
.td-header-style-3 .top-header-menu>.current-category-ancestor>a,
.td-header-style-3 .top-header-menu>li>a:hover,
.td-header-style-3 .top-header-menu>.sfHover>a {
	color: #4db2ec
}

.td-header-style-3 .td-header-sp-rec {
	float: right
}

.td-header-style-4 .top-header-menu>.current-menu-item>a,
.td-header-style-4 .top-header-menu>.current-menu-ancestor>a,
.td-header-style-4 .top-header-menu>.current-category-ancestor>a,
.td-header-style-4 .top-header-menu>li>a:hover,
.td-header-style-4 .top-header-menu>.sfHover>a {
	color: #4db2ec
}

.td-header-style-4 .td-main-menu-logo {
	display: block
}

.td-header-style-4 .td-header-sp-rec {
	width: 100%
}

.td-header-style-5 .td-top-menu-full {
	background-color: #348cbf
}

.td-header-style-5 .top-header-menu>.current-menu-item>a,
.td-header-style-5 .top-header-menu>.current-menu-ancestor>a,
.td-header-style-5 .top-header-menu>.current-category-ancestor>a,
.td-header-style-5 .top-header-menu>li>a:hover,
.td-header-style-5 .top-header-menu>.sfHover>a {
	color: #000
}

.td-header-style-5 .td-main-menu-logo {
	display: block
}

.td-header-style-5 .td-main-menu-logo img {
	margin: 0 21px 0 0
}

@media(min-width:768px) and (max-width:1023px) {
	.td-header-style-5 .td-main-menu-logo img {
		margin: 0 17px 0 0
	}
}

@media(max-width:767px) {
	.td-header-style-5 .td-main-menu-logo img {
		margin: auto
	}
}

.td-header-style-5 .td-header-sp-rec {
	margin-top: 0;
	margin-bottom: 0;
	width: 100%
}

.td-header-style-5 .td-header-sp-rec .td-header-ad-wrap {
	height: auto;
	width: 100%
}

.td-header-style-5 .td-header-sp-rec .td-g-rec,
.td-header-style-5 .td-header-sp-rec .td-a-rec {
	display: table;
	height: auto;
	margin-left: auto;
	margin-right: auto
}

.td-header-style-5 .td-header-sp-rec .adsbygoogle,
.td-header-style-5 .td-header-sp-rec img {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px
}

.td-header-style-5 .td-affix {
	width: auto
}

.td-header-style-6 .td-header-sp-top-menu .top-header-menu>.current-menu-item>a,
.td-header-style-6 .td-header-sp-top-menu .top-header-menu>.current-menu-ancestor>a,
.td-header-style-6 .td-header-sp-top-menu .top-header-menu>.current-category-ancestor>a,
.td-header-style-6 .td-header-sp-top-menu .top-header-menu>li>a:hover,
.td-header-style-6 .td-header-sp-top-menu .top-header-menu>.sfHover>a {
	color: #000
}

.td-header-style-6 .td-top-menu-full {
	background-color: #4db2ec
}

.td-header-style-6 .td-main-menu-logo img {
	margin: 0 21px 0 0
}

@media(min-width:768px) and (max-width:1023px) {
	.td-header-style-6 .td-main-menu-logo img {
		margin: 0 17px 0 0
	}
}

@media(max-width:767px) {
	.td-header-style-6 .td-main-menu-logo img {
		margin: auto
	}
}

.td-header-style-6 .td-affix {
	width: auto
}

.td-header-style-6 .sf-menu {
	margin-left: 0
}

.td-header-style-6 .td-header-sp-rec {
	float: right
}

.td-header-style-6 .td-header-header .td-make-full {
	border-bottom: 1px solid #e6e6e6
}

.td-header-style-7 .td-header-sp-logo {
	margin-bottom: 0;
	margin-top: 0;
	width: 100%
}

.td-header-style-7 .td-header-sp-logo a {
	height: auto
}

.td-header-style-7 .td-header-sp-logo img {
	position: relative;
	max-height: none
}

.td-header-style-7 .td-header-sp-rec {
	margin-top: 0;
	margin-bottom: 0;
	width: 100%
}

.td-header-style-7 .td-header-sp-rec .td-header-ad-wrap {
	height: auto;
	width: 100%
}

.td-header-style-7 .td-header-sp-rec .td-g-rec,
.td-header-style-7 .td-header-sp-rec .td-a-rec {
	display: table;
	height: auto;
	margin-left: auto;
	margin-right: auto
}

.td-header-style-7 .td-header-sp-rec .adsbygoogle,
.td-header-style-7 .td-header-sp-rec img {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px
}

.td-header-style-8 .top-header-menu>.current-menu-item>a,
.td-header-style-8 .top-header-menu>.current-menu-ancestor>a,
.td-header-style-8 .top-header-menu>.current-category-ancestor>a,
.td-header-style-8 .top-header-menu>li>a:hover,
.td-header-style-8 .top-header-menu>.sfHover>a {
	color: #4db2ec
}

.td-header-style-8 .td-header-sp-logo {
	margin-bottom: 0;
	margin-top: 0;
	width: 100%
}

.td-header-style-8 .td-header-sp-logo a {
	height: auto
}

.td-header-style-8 .td-header-sp-logo img {
	position: relative;
	max-height: none
}

.td-header-style-8 .td-main-menu-logo img {
	margin: 0 21px 0 0
}

@media(min-width:768px) and (max-width:1023px) {
	.td-header-style-8 .td-main-menu-logo img {
		margin: 0 17px 0 0
	}
}

@media(max-width:767px) {
	.td-header-style-8 .td-main-menu-logo img {
		margin: auto
	}
}

.td-header-style-8 .td-header-border #td-top-search {
	margin-top: -22px
}

.td-header-style-8 .td-affix {
	width: auto
}

.td-header-style-8 .td-header-sp-rec {
	margin-top: 0;
	margin-bottom: 0;
	width: 100%
}

.td-header-style-8 .td-header-sp-rec .td-header-ad-wrap {
	height: auto;
	width: 100%
}

.td-header-style-8 .td-header-sp-rec .td-g-rec,
.td-header-style-8 .td-header-sp-rec .td-a-rec {
	display: table;
	height: auto;
	margin-left: auto;
	margin-right: auto
}

.td-header-style-8 .td-header-sp-rec .adsbygoogle,
.td-header-style-8 .td-header-sp-rec img {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px
}

.td-boxed-layout .td-header-style-8 .td-header-menu-wrap,
.td-boxed-layout .td-header-style-8>.td-header-header {
	margin-left: auto;
	margin-right: auto;
	width: 1021px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-boxed-layout .td-header-style-8 .td-header-menu-wrap,
	.td-boxed-layout .td-header-style-8>.td-header-header {
		width: 756px
	}
}

@media(max-width:767px) {
	.td-boxed-layout .td-header-style-8 .td-header-menu-wrap,
	.td-boxed-layout .td-header-style-8>.td-header-header {
		width: 100%
	}
}

.td-header-style-9 .top-header-menu>.current-menu-item>a,
.td-header-style-9 .top-header-menu>.current-menu-ancestor>a,
.td-header-style-9 .top-header-menu>.current-category-ancestor>a,
.td-header-style-9 .top-header-menu>li>a:hover,
.td-header-style-9 .top-header-menu>.sfHover>a {
	color: #4db2ec
}

.td-header-style-9 .td-main-menu-logo {
	display: block
}

.td-header-style-9 .td-main-menu-logo img {
	margin: 0 21px 0 0
}

@media(min-width:768px) and (max-width:1023px) {
	.td-header-style-9 .td-main-menu-logo img {
		margin: 0 17px 0 0
	}
}

@media(max-width:767px) {
	.td-header-style-9 .td-main-menu-logo img {
		margin: auto
	}
}

.td-header-style-9 .td-header-border #td-top-search {
	margin-top: -22px
}

.td-header-style-9 .td-affix {
	width: auto
}

.td-header-style-9 .td-header-sp-rec {
	margin-top: 0;
	margin-bottom: 0;
	width: 100%
}

.td-header-style-9 .td-header-sp-rec .td-header-ad-wrap {
	height: auto;
	width: 100%
}

.td-header-style-9 .td-header-sp-rec .td-g-rec,
.td-header-style-9 .td-header-sp-rec .td-a-rec {
	display: table;
	height: auto;
	margin-left: auto;
	margin-right: auto
}

.td-header-style-9 .td-header-sp-rec .adsbygoogle,
.td-header-style-9 .td-header-sp-rec img {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px
}

.td-header-style-10 .td-affix {
	width: auto
}

@media(min-width:768px) {
	.td-header-style-10 .td-affix .sf-menu {
		margin-left: 140px
	}
}

.td-header-style-10 .top-header-menu>.current-menu-item>a,
.td-header-style-10 .top-header-menu>.current-menu-ancestor>a,
.td-header-style-10 .top-header-menu>.current-category-ancestor>a,
.td-header-style-10 .top-header-menu>li>a:hover,
.td-header-style-10 .top-header-menu>.sfHover>a {
	color: #4db2ec
}

.td-header-style-10 .top-header-menu .sub-menu {
	border-top: 1px solid #e6e6e6
}

.td-header-style-10 .td-header-text-logo {
	margin: 0
}

.td-header-style-10 .td-header-text-logo img {
	margin-left: auto;
	margin-right: auto
}

.td-header-style-10 .td-header-text-logo span {
	display: block;
	text-align: center
}

.td-header-style-10 .td-main-menu-logo img {
	margin: 0 21px 0 0
}

@media(min-width:768px) and (max-width:1023px) {
	.td-header-style-10 .td-main-menu-logo img {
		margin: 0 17px 0 0
	}
}

@media(max-width:767px) {
	.td-header-style-10 .td-main-menu-logo img {
		margin: auto
	}
}

@media(min-width:768px) {
	.td-header-style-10 .td-logo-sticky {
		position: absolute;
		left: 0
	}
	.td-header-style-10 .td-logo-sticky img {
		max-width: 102px
	}
	.td-header-style-10 .td-logo-sticky img {
		max-width: inherit
	}
}

.td-header-style-10 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo {}

@media(max-width:767px) {
	.td-header-style-10 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo {
		display: block
	}
}

.td-header-style-10 .td-main-menu-logo .td-main-logo {}

@media(max-width:767px) {
	.td-header-style-10 .td-main-menu-logo .td-main-logo {
		display: none
	}
}

.td-header-style-10 .td-logo-in-header .td-header-logo {}

@media(max-width:767px) {
	.td-header-style-10 .td-logo-in-header .td-header-logo {
		display: none
	}
}

.td-header-style-10 #td-header-menu {
	display: table;
	margin: 0 auto
}

@media(max-width:767px) {
	.td-header-style-10 #td-header-menu {
		display: block
	}
}

.td-header-style-10 .td-header-menu-wrap {
	position: relative
}

.td-header-style-10 .menu-main-menu-container {
	display: inherit
}

.td-header-style-10 .td-logo-wrap {
	display: block;
	margin: 60px 10px
}

@media(max-width:767px) {
	.td-header-style-10 .td-logo-wrap {
		margin: 10px 0
	}
}

.td-header-style-10 .td-header-sp-rec {
	margin-top: 0;
	margin-bottom: 0;
	width: 100%
}

.td-header-style-10 .td-header-sp-rec .td-header-ad-wrap {
	height: auto;
	width: 100%
}

.td-header-style-10 .td-header-sp-rec .td-g-rec,
.td-header-style-10 .td-header-sp-rec .td-a-rec {
	display: table;
	height: auto;
	margin-left: auto;
	margin-right: auto
}

.td-header-style-10 .td-header-sp-rec .adsbygoogle,
.td-header-style-10 .td-header-sp-rec img {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px
}

.white-menu .td-header-style-10 .td-header-main-menu {
	border-top: 1px solid #e6e6e6
}

.white-menu .td-header-style-10 #td-top-search {
	margin-top: -22px
}

.td-logo-text {
	font-size: 75px;
	line-height: 60px;
	margin: 0;
	font-family: serif;
	color: #222
}

@media(max-width:767px) {
	.td-logo-text {
		font-size: 36px;
		line-height: 36px
	}
}

.td-tagline-text {
	letter-spacing: 1.8px;
	font-size: 11px;
	color: rgba(34, 34, 34, .5);
	margin: 0;
	font-family: serif
}

@media(max-width:767px) {
	.td-tagline-text {
		display: none
	}
}

.td-logo-mobile-loaded {}

@media(max-width:767px) {
	.td-logo-mobile-loaded {
		display: none
	}
}

.white-grid.white-menu .td-header-menu-wrap .td-header-main-menu {
	border-color: #e6e6e6
}

.white-grid.white-menu .td-header-style-3 .td-header-main-menu,
.white-grid.white-menu .td-header-style-4 .td-header-main-menu {
	border-top: 1px solid #e6e6e6
}

.white-menu .td-header-main-menu {
	border-bottom: 1px solid #e6e6e6
}

.top-header-menu {
	list-style: none;
	padding: 0;
	margin: 0
}

.top-header-menu>.current-menu-item>a,
.top-header-menu>.current-menu-ancestor>a,
.top-header-menu>.current-category-ancestor>a,
.top-header-menu>li>a:hover,
.top-header-menu>.sfHover>a {
	color: #4db2ec
}

.top-header-menu ul .current-menu-item>a,
.top-header-menu ul .current-menu-ancestor>a,
.top-header-menu ul .current-category-ancestor>a,
.top-header-menu ul li>a:hover,
.top-header-menu ul .sfHover>a {
	color: #4db2ec
}

.top-header-menu>.td-normal-menu:hover>.sub-menu {
	display: block!important
}

.top-header-menu .td-icon-menu-down {
	padding: 0 0 0 6px;
	top: -1px
}

.top-header-menu .td_user_logd_in {
	font-weight: 700
}

.top-header-menu .td_user_logd_in:hover {
	text-decoration: none!important
}

.top-header-menu .menu-item-has-children .sub-menu {
	display: none
}

.top-header-menu .menu-item-has-children li {
	list-style-image: none;
	height: auto;
	width: 100%
}

.top-header-menu .menu-item-has-children li a {
	font-family: open sans, arial, sans-serif;
	font-weight: 500;
	font-size: 11px;
	line-height: 28px;
	display: block;
	text-transform: none;
	margin: 0;
	padding: 0 20px;
	white-space: nowrap;
	min-width: 100px
}

.top-header-menu .menu-item-has-children li:first-child>a {
	margin-top: 8px
}

.top-header-menu .menu-item-has-children li:last-child>a {
	margin-bottom: 7px
}

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

.top-header-menu li ul {
	position: relative;
	border-top: 3px solid #000;
	list-style: none;
	box-shadow: none;
	border-bottom: 1px solid #e6e6e6
}

.top-header-menu li a {
	color: #fff;
	margin: 0 12px 0 0;
	font-family: open sans, arial, sans-serif;
	font-weight: 700;
	font-size: 11px;
	line-height: 29px
}

@media(min-width:768px) and (max-width:1023px) {
	.top-header-menu li a {
		font-size: 10px
	}
}

.top-header-menu a {
	text-transform: uppercase
}

.top-header-menu ul .td-icon-menu-down,
.top-header-menu .td-mega-menu .td-icon-menu-down {
	display: none
}

.top-header-menu .td-mega-menu ul,
.top-header-menu ul ul {
	display: none!important
}

.td-header-top-menu {}

@media(max-height:768px) {
	.td-header-top-menu {
		padding: 5px 15px
	}
}

@media(max-width:767px) {
	.td-header-top-menu {
		display: none
	}
}

.td-top-bar-container {
	display: inline-block;
	width: 100%;
	float: left;
	margin-left:10px;
}

.td-header-sp-top-menu {
	position: relative;
	padding-left: 0
}

.td-header-sp-top-menu .top-header-menu {
	display: inline-block
}

.td-header-sp-top-menu .top-header-menu .sub-menu {
	position: absolute;
	background-color: #fff;
	left: -20px
}

.td-header-sp-top-menu .menu-top-container {
	display: inline-block
}

.td-header-sp-top-menu .menu-top-container li:last-child a {
	margin-right: 0
}

.td-header-sp-top-menu .td_data_time {
	position: relative;
	display: inline-block;
	font-family: open sans, arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	margin: 0 32px 0 0;
	text-transform: uppercase;
	color:#fff;
}

@media(min-width:768px) and (max-width:1023px) {
	.td-header-sp-top-menu .td_data_time {
		font-size: 10px;
		margin: 0 22px 0 0
	}
}

.td_ul_login li a {
	margin-right: 17px
}

.td_ul_logout {
	margin-right: 20px;
	margin-left: 40px
}

@media(min-width:768px) and (max-width:1023px) {
	.td_ul_logout {
		margin-right: 10px
	}
}

.td_ul_logout .menu-item {
	position: relative;
	left: 0
}

.td_ul_logout .menu-item a {
	display: inline!important;
	line-height: 29px!important;
	margin-right: 21px
}

.td_ul_logout .menu-item .td_user_logd_in {
	margin-right: 4px
}

.td_ul_logout .menu-item i {
	font-size: 11px;
	position: relative;
	top: 1px;
	margin-right: 2px
}

.td_ul_logout .menu-item img {
	position: absolute;
	top: 5px;
	left: -30px;
	display: inline-block;
	margin-right: 19px
}

.td-top-menu-full {
	background-color: #222;
	z-index: 4;
	position: relative
}

.td-top-menu-full .top-header-menu>li>a,
.td-top-menu-full .td_data_time,
.td-top-menu-full .td-icon-font,
.td-top-menu-full .td-weather-top-widget {
	color: #fff
}

@media(max-width:767px) {
	.td-top-menu-full {
		display: none
	}
}

.td-header-sp-top-widget {
	line-height: 29px;
	text-align: right;
	position: relative;
	right: 0
}

.td-header-sp-top-widget .td-social-icon-wrap>a {
	margin: 0 3px 0 0;
	display: inline-block
}

.td-social-icon-wrap i {
	text-align: center;
	font-size: 14px;
	width: 24px;
	color: #222;
	display: inline-block
}

.td-social-icon-wrap i.td-icon-ebay {
	width: 30px
}

.top-bar-style-1 .td-header-sp-top-widget {
	float: right
}

.top-bar-style-2 .td-header-sp-top-menu {
	float: right
}

.top-bar-style-3 .td-header-sp-top-widget span:first-child {
	margin-left: 32px
}

@media(min-width:768px) and (max-width:1023px) {
	.top-bar-style-3 .td-header-sp-top-widget span:first-child {
		margin-left: 22px
	}
}

.top-bar-style-4 .td-header-sp-top-widget,
.top-bar-style-4 .td-header-sp-top-menu {
	float: right
}

.top-bar-style-4 .td-header-sp-top-widget span:first-child {
	margin-left: 32px
}

@media(min-width:768px) and (max-width:1023px) {
	.top-bar-style-4 .td-header-sp-top-widget span:first-child {
		margin-left: 22px
	}
}

.td-menu-placeholder {
	height: 47px;
	position: relative
}

.td-menu-wrap {
	position: relative;
	height: 44px
}

.td-menu-wrap #td-top-menu {
	padding-left: 15px
}

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

.sf-menu {
	margin-left: 21px;
	margin-right: 38px
}

@media(min-width:768px) and (max-width:1023px) {
	.sf-menu {
		margin-left: 17px
	}
}

@media(max-width:767px) {
	.sf-menu {
		display: none
	}
}

.sf-menu ul {
	position: absolute;
	top: -999em
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: auto
}

.sf-menu ul li {
	width: 100%
}

.sf-menu li:hover {
	visibility: inherit
}

.sf-menu li {
	float: left;
	position: relative
}

.sf-menu .td-menu-item>a {
	display: block;
	position: relative
}

.sf-menu li ul {
	left: -9px;
	z-index: 99
}

@media(min-width:768px) and (max-width:1023px) {
	.sf-menu li ul {
		left: -14px
	}
}

.sf-menu>.sfHover {
	z-index: 1000
}

.sf-menu>.td-mega-menu .sub-menu {
	z-index: 1001
}

.sf-menu .td-normal-menu ul ul {
	top: -11px
}

.sf-menu .menu-item-first.td-normal-menu:first-child>ul {
	top: 100%
}

.sf-menu ul {
	visibility: hidden
}

.td-js-loaded .sf-menu ul {
	visibility: visible
}

.sf-menu .td-menu-item>a:hover {
	text-decoration: none!important
}

.td-no-down-arrow>a .sf-sub-indicator {
	display: none
}

.sf-menu>li>a {
	padding: 0 15px;
	line-height: 44px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	font-family: Times New Roman;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden
}

@media(min-width:768px) and (max-width:1023px) {
	.sf-menu>li>a {
		font-size: 11px;
		padding: 0 10px
	}
}

.sf-menu .menu_icon {
	position: relative;
	top: 13px;
	float: left
}

.sf-menu .sub-menu .menu_icon {
	top: 0
}

.sf-menu .menu_hidden {
	display: none!important
}

.sf-menu>.current-menu-item>a,
.sf-menu>.current-menu-ancestor>a,
.sf-menu>.current-category-ancestor>a,
.sf-menu>li>a:hover,
.sf-menu>.sfHover>a {
	background-color: #fff;
	color: #000;
	z-index: 999
}

#td-header-menu {
	min-height: 44px
}

.td-normal-menu ul {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .15)
}

.sf-menu ul {
	font-family: Times New Roman;
	background: #fff
}

.sf-menu ul .td-menu-item>a {
	padding: 7px 32px 8px 24px;
	font-size: 15px;
	color: #111;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	line-height: 21px
}

.sf-menu ul li:first-child>a {
	margin-top: 11px
}

.sf-menu ul li:last-child>a {
	margin-bottom: 10px
}

.sf-menu ul .td-icon-menu-down {
	float: right;
	top: 0;
	font-size: 9px
}

.sf-menu ul .td-menu-item>a:hover,
.sf-menu ul .sfHover>a,
.sf-menu ul .current-menu-ancestor>a,
.sf-menu ul .current-category-ancestor>a,
.sf-menu ul .current-menu-item>a {
	background-color: transparent;
	color: #4db2ec
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
	outline: 0
}

.sf-menu .td-icon-menu-down {
	position: absolute;
	top: 0;
	padding-left: 9px;
	font-size: 9px
}

.sf-menu .sub-menu {
	-webkit-backface-visibility: hidden
}

.sf-menu .sub-menu .td-icon-menu-down {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -9px;
	line-height: 19px
}

.sf-menu .td-menu-badge {
	font-size: 10px;
	background-color: #f0f8ff;
	color: #4db2ec;
	border-radius: 10px;
	padding: 1px 7px 2px;
	margin-left: 6px;
	line-height: 1;
	position: relative;
	top: -1px
}

.td-menu-badge {}

@media(max-width:767px) {
	.td-menu-badge {
		display: none
	}
}

.sf-menu a.sf-with-ul {
	padding-right: 20px;
	min-width: 1px
}

@media(min-width:768px) and (max-width:1023px) {
	.sf-menu a.sf-with-ul {
		padding-right: 28px
	}
}

a.sf-with-ul i.td-icon-menu-down:before {
	content: '\e808'
}

ul.sf-js-enabled>li>a>i.td-icon-menu-down:before {
	content: '\e806'!important
}

.td_mobile_menu_wrap {
	display: none!important;
	margin: 0!important;
	vertical-align: top;
	position: relative;
	top: 12px;
	left: -6px
}

.td_mobile_menu_wrap {
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 28px;
	width: 200px;
	background: #f2f2f2;
	border: 1px solid;
	border-color: #fff #f7f7f7 #f5f5f5;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .06));
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .08);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .08)
}

.td_mobile_menu_wrap:before,
.td_mobile_menu_wrap:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 9px;
	right: 10px;
	width: 0;
	height: 0;
	border: 4px dashed;
	border-color: #888 transparent;
	pointer-events: none
}

.td_mobile_menu_wrap:before {
	border-bottom-style: solid;
	border-top: none
}

.td_mobile_menu_wrap:after {
	margin-top: 7px;
	border-top-style: solid;
	border-bottom: none
}

#mobileMenu_menu-top {
	position: relative;
	width: 130%;
	margin: 0;
	padding: 6px 8px 6px 10px;
	height: 28px;
	line-height: 14px;
	font-size: 12px;
	color: #62717a;
	text-shadow: 0 1px #fff;
	background: #f2f2f2;
	background: transparent!important;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none
}

#mobileMenu_menu-top:focus {
	width: 100%;
	color: #394349;
	outline: 2px solid #49aff2;
	outline: 2px solid -webkit-focus-ring-color;
	outline-offset: -2px
}

#mobileMenu_menu-top>option {
	margin: 3px;
	padding: 6px 8px;
	text-shadow: none;
	background: #f2f2f2;
	border-radius: 3px;
	cursor: pointer
}

.lt-ie9 #mobileMenu_menu-top {
	z-index: 1
}

.lt-ie9 #mobileMenu_menu-top {
	z-index: -1
}

.lt-ie9 #mobileMenu_menu-top:focus {
	z-index: 3
}

@-moz-document url-prefix() {
	#mobileMenu_menu-top {
		padding-left: 6px
	}
}

.td-search-wrapper {}

@media(max-width:767px) {
	.td-search-wrapper {
		position: absolute;
		right: 0;
		top: 50%
	}
}

.header-search-wrap {}

.header-search-wrap .td_module_mx2 a:after {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	bottom: 0;
	content: '';
	z-index: 1
}

.header-search-wrap .header-search {
	_z-index: 2
}

.header-search-wrap #td-header-search-button {
	display: block;
	position: relative
}

@media(max-width:767px) {
	.header-search-wrap #td-header-search-button {
		display: none
	}
}

.header-search-wrap #td-header-search-button-mob {
	display: none;
	position: relative
}

@media(max-width:767px) {
	.header-search-wrap #td-header-search-button-mob {
		display: block;
		right: 9px
	}
}

.header-search-wrap .td-icon-search {
	display: inline-block;
	font-size: 19px;
	color: #fff;
	padding-top: 11px;
	padding-left: 14px;
	height: 44px;
	width: 44px
}

@media(max-width:767px) {
	.header-search-wrap .td-icon-search {
		font-size: 27px;
		padding-top: 8px
	}
}

.header-search-wrap .td-drop-down-search {
	position: absolute;
	padding: 0;
	top: 100%;
	border-radius: 0;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #e6e6e6;
	z-index: 98;
	display: none;
	right: 0;
	width: 341px;
	background: #fff
}

@media(max-width:767px) {
	.header-search-wrap .td-drop-down-search {
		right: -1px
	}
}

@media(max-width:400px) {
	.header-search-wrap .td-drop-down-search {
		width: 101%
	}
}

.header-search-wrap .td-drop-down-search .btn {
	position: absolute;
	border-radius: 0 3px 3px 0;
	height: 32px;
	line-height: 17px;
	padding: 7px 15px 8px;
	text-shadow: none;
	vertical-align: top;
	right: 0
}

@media(max-width:767px) {
	.header-search-wrap .td-drop-down-search .btn {
		line-height: 17px
	}
}

.header-search-wrap .td-drop-down-search .btn:hover {
	background-color: #222
}

.header-search-wrap .td-drop-down-search:before {
	position: absolute;
	top: -6px;
	right: 24px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5.5px 6px;
	border-color: transparent transparent #fff transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

@media(max-width:767px) {
	.header-search-wrap .td-drop-down-search:before {
		right: 23px
	}
}

.header-search-wrap .td-drop-down-search #td-header-search {
	background-color: #fff!important;
	width: 95%;
	height: 32px;
	margin: 0;
	border-right: 0;
	line-height: 17px
}

.header-search-wrap .td-drop-down-search #td-header-search:active,
.header-search-wrap .td-drop-down-search #td-header-search:focus {
	border-color: #ccc
}

.header-search-wrap .td-drop-down-search .td-aj-search-results {
	background-color: #fdfdfd;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 10px 0
}

.header-search-wrap .td-drop-down-search .td-aj-search-results .td-module-thumb {
	top: 10px
}

.header-search-wrap .td-drop-down-search .td-aj-search-results .td_module_wrap .item-details {
	margin-top: 10px;
	margin-bottom: 10px
}

.header-search-wrap .td-drop-down-search .td-aj-search-results .td_mod_aj_search {
	padding: 10px 21px 0;
	margin: 1px 0 0;
	min-height: 56px
}

.header-search-wrap .td-drop-down-search .td-search-form {
	margin: 21px 20px 20px 21px
}

.header-search-wrap .td-drop-down-search .result-msg {
	text-align: center;
	padding: 4px 0 6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #222;
	font-style: italic
}

.header-search-wrap .td-drop-down-search .result-msg a {
	color: #222;
	display: block
}

.header-search-wrap .td-drop-down-search .result-msg a:hover {
	color: #4db2ec
}

.header-search-wrap .td-drop-down-search .no-result {
	background-color: #fdfdfd;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed
}

.header-search-wrap .td-drop-down-search .meta-info {
	line-height: 14px;
	top: 2px
}

.header-search-wrap .td-aj-cur-element {
	background-color: #f0f0f0
}

.td-drop-down-search-open {
	display: block!important;
	z-index: 9999!important
}

.td-header-border #td-top-search {
	margin-top: -20px
}

@media(max-width:767px) {
	.td-header-border #td-top-search {
		margin-top: -22px
	}
}

#td-top-search {
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -22px
}

@media(max-width:767px) {
	#td-top-search {
		right: 13px;
		position: relative
	}
}

.td-mega-menu {
	position: static!important
}

.td-mega-menu .td-mega-grid {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #e6e6e6
}

.td-mega-menu .td-mega-grid:before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #e6e6e6;
	position: absolute;
	left: 0;
	top: 0
}

.td-mega-menu .td-next-prev-wrap {
	clear: none
}

.td-mega-menu .td_block_mega_menu {
	padding-top: 20px
}

.td-mega-menu .td-mega-row {
	height: 218px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-mega-menu .td-mega-row {
		height: 170px
	}
}

.td-mega-menu .td-pb-row [class*=td-pb-span] {
	border-left: 0!important;
	
}

.td-mega-menu .td_block_wrap {
	border-left: 0!important;
	border-right: 0!important
}

.td-mega-menu .td_block_wrap .td-pulldown-filter-display-option {
	display: none
}

.td-mega-menu .td-pb-row .wpb_column:before {
	display: none
}

.td-mega-menu .wpb_content_element {
	clear: both
}

.td-mega-menu .wpb_content_element .widgettitle {
	margin-top: 24px!important;
	margin-bottom: 19px!important
}

.td-mega-menu .wpb_content_element ul {
	display: block!important;
	width: auto!important;
	position: relative!important;
	webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	top: 0!important;
	padding-bottom: 0!important
}

.td-mega-menu .wpb_content_element li {
	float: none!important;
	width: auto!important;
	line-height: 30px!important;
	padding: 4px 0!important;
	border-top: 1px dashed #f1f1f1
}

.td-mega-menu .wpb_content_element li:last-child {
	border-bottom: 1px dashed #f1f1f1
}

.td-mega-menu .wpb_content_element li ul {
	opacity: 1!important;
	margin-top: 4px!important;
	padding-bottom: 0!important
}

.td-mega-menu .wpb_content_element li ul li:last-child {
	border-bottom: 0!important;
	padding-bottom: 0!important
}

.td-mega-menu .wpb_content_element li a {
	background-color: transparent!important;
	line-height: 30px!important;
	padding: 0!important;
	margin: 0!important;
	color: #222!important
}

.td-mega-menu .wpb_content_element li a i {
	display: none
}

.td-mega-menu .wpb_content_element li a:hover {
	background-color: transparent!important;
	color: #4db2ec!important
}

.td-mega-menu ul {
	position: absolute!important;
	width: 1260px!important;
	height: auto!important;
	top: 100%;
	left: 0!important;
	display: none
}

@media(min-width:768px) and (max-width:1023px) {
	.td-mega-menu ul {
		width: 756px!important
	}
}

.td-mega-menu ul .td-pb-border-top {
	border-top: none;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6
}

.td-mega-menu ul .td-next-prev-wrap {
	display: inline-block;
	float: right;
	position: relative;
	top: -5px;
	margin: 20px 20px 0 0
}

.td-mega-menu ul .td-next-prev-wrap a {
	margin-bottom: 14px
}

.td-header-border .sf-menu li.td-mega-menu ul {
	top: auto
}

.td_mod_mega_menu .td-module-thumb {
	margin-bottom: 6px;
	position: relative
}

.td_mod_mega_menu .entry-title {
	font-size: 13px;
	line-height: 19px;
	font-weight: 600;
	margin: 0
}

@media(min-width:768px) and (max-width:1023px) {
	.td_mod_mega_menu .entry-title {
		font-size: 11px;
		line-height: 16px
	}
}

.td_mod_mega_menu .entry-thumb {}

@media(min-width:1024px) {
	.td_mod_mega_menu .entry-thumb {
		min-height: 135px
	}
}

@media(min-width:768px) and (max-width:1023px) {
	.td_mod_mega_menu .entry-thumb {
		min-height: 95px
	}
}

.td_mega_menu_sub_cats {
	display: inline-block;
	float: left;
	clear: both
}

.td_mega_menu_sub_cats .block-mega-child-cats {
	margin: 11px 0 18px 20px
}

.td_mega_menu_sub_cats a {
	border-radius: 3px;
	display: inline-table;
	font-size: 11px;
	font-weight: 700;
	color: #111;
	text-transform: uppercase;
	line-height: 16px;
	padding: 2px 15px;
	position: relative;
	vertical-align: middle;
	-o-transition: none;
	-moz-transition: none;
	-khtml-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	transition: none
}

@media(min-width:768px) and (max-width:1023px) {
	.td_mega_menu_sub_cats a {
		font-size: 10px;
		font-weight: 600;
		line-height: 14px;
		padding: 2px 9px;
		height: 19px
	}
}

.td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat {
	background-color: #4db2ec;
	color: #fff
}

.td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat:hover {
	color: #fff
}

.td-no-subcats .td-next-prev-wrap {
	clear: both
}

.td-demo-multicolumn-2 .sub-menu {
	padding: 11px 0 0;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2
}

.td-demo-multicolumn-2 .sub-menu li:first-child>a {
	margin-top: 0
}

.td-menu-mob-open-menu .td-demo-multicolumn-2 .sub-menu {
	padding: 0;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1
}

.td-menu-mob-open-menu .td-demo-multicolumn-2 .td-demo-menuitem-hide {
	display: none
}

.td-demo-menuitem-hide {
	visibility: hidden
}

.td-mega-menu-page .sub-menu ul {
	display: inline-block!important;
	position: initial!important;
	width: auto!important
}

#td-outer-wrap {}

@media(min-width:1024px) and (max-width:1041px) {
	#td-outer-wrap {
		overflow: hidden
	}
}

@media(max-width:767px) {
	#td-outer-wrap {
		-webkit-transition: transform .8s cubic-bezier(.22, .61, .36, 1);
		-moz-transition: transform .8s cubic-bezier(.22, .61, .36, 1);
		-o-transition: transform .8s cubic-bezier(.22, .61, .36, 1);
		transition: transform .8s cubic-bezier(.22, .61, .36, 1)
	}
}

#td-top-mobile-toggle {
	display: none;
	top: 0;
	left: 0;
	z-index: 1
}

@media(max-width:767px) {
	#td-top-mobile-toggle {
		display: inline-block;
		position: relative
	}
}

#td-top-mobile-toggle a {
	display: block;
	height: 53px;
	width: 53px
}

#td-top-mobile-toggle i {
	font-size: 26px;
	line-height: 55px;
	padding-left: 13px;
	display: inline-table;
	vertical-align: middle;
	color: #fff
}

.td-menu-background,
.td-search-background {
	position: fixed;
	display: block;
	width: 100%;
	height: 113%;
	z-index: 9999;
	visibility: hidden;
	overflow: hidden;
	background-color: #fff
}

.td-menu-background:before,
.td-search-background:before {
	content: '';
	position: absolute;
	display: block;
	width: 104%;
	height: 100%;
	background: #68bfb2;
	background: -moz-linear-gradient(45deg, #68bfb2 0%, #717bc3 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #68bfb2), color-stop(100%, #717bc3));
	background: -webkit-linear-gradient(45deg, #68bfb2 0%, #717bc3 100%);
	background: -o-linear-gradient(45deg, #68bfb2 0%, #717bc3 100%);
	background: -ms-linear-gradient(45deg, #68bfb2 0%, #717bc3 100%);
	background: linear-gradient(45deg, #68bfb2 0%, #717bc3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68bfb2', endColorstr='#717bc3', GradientType=1);
	z-index: 10;
	right: -4px
}

.td-menu-background:after,
.td-search-background:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	z-index: -10;
	-webkit-transition: transform .8s cubic-bezier(.22, .61, .36, 1);
	-moz-transition: transform .8s cubic-bezier(.22, .61, .36, 1);
	-o-transition: transform .8s cubic-bezier(.22, .61, .36, 1);
	transition: transform .8s cubic-bezier(.22, .61, .36, 1)
}

.td-menu-background {
	transform: translate3d(-100%, 0, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0)
}

.td-menu-background:after {
	transform: translate3d(14%, 0, 0);
	-webkit-transform: translate3d(14%, 0, 0);
	-moz-transform: translate3d(14%, 0, 0);
	-ms-transform: translate3d(14%, 0, 0);
	-o-transform: translate3d(14%, 0, 0)
}

.td-search-background {
	transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0)
}

.td-search-background:after {
	transform: translate3d(-14%, 0, 0);
	-webkit-transform: translate3d(-14%, 0, 0);
	-moz-transform: translate3d(-14%, 0, 0);
	-ms-transform: translate3d(-14%, 0, 0);
	-o-transform: translate3d(-14%, 0, 0)
}

.td-js-loaded .td-menu-background,
.td-js-loaded .td-search-background {
	visibility: visible
}

@media(max-width:767px) {
	.td-js-loaded .td-menu-background,
	.td-js-loaded .td-search-background {
		-webkit-transition: transform .8s cubic-bezier(.22, .61, .36, 1);
		-moz-transition: transform .8s cubic-bezier(.22, .61, .36, 1);
		-o-transition: transform .8s cubic-bezier(.22, .61, .36, 1);
		transition: transform .8s cubic-bezier(.22, .61, .36, 1)
	}
}

#td-mobile-nav {
	position: absolute;
	width: 100%;
	z-index: 9999;
	transform: translate3d(-99%, 0, 0);
	-webkit-transform: translate3d(-99%, 0, 0);
	-moz-transform: translate3d(-99%, 0, 0);
	-ms-transform: translate3d(-99%, 0, 0);
	-o-transform: translate3d(-99%, 0, 0);
	left: -1%;
	font-family: -apple-system, ".sfnstext-regular", san francisco, roboto, segoe ui, helvetica neue, lucida grande, sans-serif
}

@media(max-width:767px) {
	#td-mobile-nav {
		-webkit-transition: transform .8s cubic-bezier(.22, .61, .36, 1);
		-moz-transition: transform .8s cubic-bezier(.22, .61, .36, 1);
		-o-transition: transform .8s cubic-bezier(.22, .61, .36, 1);
		transition: transform .8s cubic-bezier(.22, .61, .36, 1)
	}
}

#td-mobile-nav .td_display_err {
	text-align: center;
	color: #fff;
	border: none;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .16);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .16);
	box-shadow: 0 0 8px rgba(0, 0, 0, .16);
	margin: -9px -30px 24px;
	font-size: 14px;
	border-radius: 0;
	padding: 12px;
	position: relative;
	background-color: rgba(255, 255, 255, .06);
	display: none
}

#td-mobile-nav input:invalid {
	box-shadow: none!important
}

#td-mobile-nav {
	height: 1px;
	overflow: hidden
}

#td-mobile-nav .td-menu-socials {
	padding: 0 65px 0 20px;
	overflow: hidden;
	height: 60px
}

#td-mobile-nav .td-social-icon-wrap {
	margin: 20px 5px 0 0;
	display: inline-block
}

#td-mobile-nav .td-social-icon-wrap i {
	border: none;
	background-color: transparent;
	font-size: 14px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	color: #fff
}

.td-mobile-close {
	position: absolute;
	right: 1px;
	top: 0;
	z-index: 1000
}

.td-mobile-close .td-icon-close-mobile {
	height: 70px;
	width: 70px;
	line-height: 70px;
	font-size: 21px;
	color: #fff;
	top: 4px;
	position: relative;
	text-align: center;
	display: inline-block
}

.td-mobile-content {
	padding: 20px 20px 0
}

.td-mobile-container {
	padding-bottom: 20px;
	position: relative
}

.td-mobile-container i {
	line-height: 1;
	text-align: center;
	display: inline-block
}

.td-mobile-content {}

.td-mobile-content .fa {
	margin-right: 10px;
	min-width: 22px!important;
	display: inline-block;
	font-size: 18px;
	text-align: center;
	position: relative;
	top: -1px
}

.td-mobile-content .sub-menu .fa {
	margin-right: 5px;
	min-width: 16px!important;
	font-size: 13px
}

.td-mobile-content ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.td-mobile-content li {
	float: none;
	margin-left: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.td-mobile-content li a {
	display: block;
	line-height: 21px;
	font-size: 20px;
	color: #fff;
	margin-left: 0;
	padding: 12px 30px 12px 12px;
	font-weight: 700;
	letter-spacing: .01em
}

@media(max-width:320px) {
	.td-mobile-content li a {
		font-size: 20px
	}
}

.td-mobile-content .td-icon-menu-right {
	position: absolute;
	cursor: pointer;
	top: 11px;
	right: -4px;
	z-index: 1000;
	font-size: 14px;
	padding: 6px 12px;
	float: right;
	color: #fff;
	line-height: 1;
	text-align: center;
	display: inline-block;
	-webkit-transform-origin: 50% 48% 0;
	-moz-transform-origin: 50% 48% 0;
	-o-transform-origin: 50% 48% 0;
	transform-origin: 50% 48% 0;
	-webkit-transition: transform .3s ease;
	-moz-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg)
}

.td-mobile-content .td-icon-menu-right:before {
	content: '\e83d'
}

.td-mobile-content .td-sub-menu-open>a i {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg)
}

.td-mobile-content .td-sub-menu-open>ul {
	display: block;
	max-height: 2000px;
	opacity: .9
}

.td-mobile-content .sub-menu {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: max-height .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: max-height .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1);
	-o-transition: max-height .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1);
	transition: max-height .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1)
}

.td-mobile-content .sub-menu .td-icon-menu-right {
	font-size: 11px;
	right: -2px;
	top: 8px;
	color: #fff
}

.td-mobile-content .sub-menu a {
	padding: 9px 26px 9px 36px!important;
	line-height: 19px;
	font-size: 15px;
	font-weight: 400
}

.td-mobile-content .sub-menu .sub-menu {}

.td-mobile-content .sub-menu .sub-menu a {
	padding-left: 55px!important
}

.td-mobile-content .sub-menu .sub-menu .sub-menu a {
	padding-left: 74px!important
}

.td-mobile-content .current-menu-item>a,
.td-mobile-content .current-menu-ancestor>a,
.td-mobile-content .current-category-ancestor>a {
	color: #f0ff6e
}

.td-mobile-content .menu_icon {
	display: none
}

.td-mobile-content .menu-item-has-children a {
	width: 100%;
	z-index: 1
}

.td-mobile-content .td-link-element-after {
	position: relative
}

.td-menu-mob-open-menu {}

@media(max-width:767px) {
	.td-menu-mob-open-menu {
		position: relative
	}
	.td-menu-mob-open-menu #wpadminbar {
		position: fixed!important
	}
	.td-menu-mob-open-menu #td-outer-wrap {
		position: fixed;
		height: auto;
		transform: translate3d(50%, 0, 0);
		-webkit-transform: translate3d(50%, 0, 0);
		-moz-transform: translate3d(50%, 0, 0);
		-ms-transform: translate3d(50%, 0, 0);
		-o-transform: translate3d(50%, 0, 0)
	}
	.td-menu-mob-open-menu #td-mobile-nav {
		height: auto;
		overflow: auto;
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		left: 0
	}
	.td-menu-mob-open-menu .td-menu-background {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-webkit-box-shadow: 0 0 30px #000;
		-moz-box-shadow: 0 0 30px #000;
		box-shadow: 0 0 30px #000
	}
	.td-menu-mob-open-menu .td-menu-background:after {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0)
	}
}

.td-mobile-container {
	opacity: 1;
	-webkit-transition: all .5s ease .5s;
	-moz-transition: all .5s ease .5s;
	-o-transition: all .5s ease .5s;
	transition: all .5s ease .5s
}

.td-hide-menu-content .td-mobile-container {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.td-hide-menu-content .td-mobile-content {
	display: none
}

#td-mobile-nav .td-login-animation {
	opacity: 0;
	visibility: hidden!important;
	-webkit-transition: all .5s ease .5s;
	-moz-transition: all .5s ease .5s;
	-o-transition: all .5s ease .5s;
	transition: all .5s ease .5s;
	position: absolute;
	top: 0;
	width: 100%
}

#td-mobile-nav .td-login-animation .td-login-inputs {
	height: 76px
}

#td-mobile-nav .td-login-hide {
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

#td-mobile-nav .td-login-show {
	visibility: visible!important;
	opacity: 1
}

#td-mobile-nav .td-menu-login-section {
	list-style: none;
	position: relative;
	margin-top: 20px
}

#td-mobile-nav .td-menu-login-section .td-logged-wrap {
	line-height: 50px;
	text-align: center
}

@media(max-width:320px) {
	#td-mobile-nav .td-menu-login-section .td-logged-wrap {
		line-height: 40px
	}
}

#td-mobile-nav .td-menu-login-section a {
	color: #fff
}

#td-mobile-nav .td-menu-avatar {
	margin: 0;
	display: inline-block;
	vertical-align: middle
}

#td-mobile-nav .td-menu-avatar .td-avatar-container {
	width: 50px;
	height: 50px;
	border-radius: 40px;
	-webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, .1);
	-moz-box-shadow: 0 0 0 4px rgba(255, 255, 255, .1);
	box-shadow: 0 0 0 4px rgba(255, 255, 255, .1);
	overflow: hidden;
	position: relative
}

@media(max-width:320px) {
	#td-mobile-nav .td-menu-avatar .td-avatar-container {
		-webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, .1);
		-moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, .1);
		box-shadow: 0 0 0 3px rgba(255, 255, 255, .1);
		width: 40px;
		height: 40px
	}
}

#td-mobile-nav .td-menu-avatar .avatar {
	position: absolute;
	margin: 0 auto;
	left: -9999px;
	right: -9999px;
	max-width: none;
	width: 100%;
	height: 100%
}

#td-mobile-nav .td-menu-username {
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	margin: 0 4%
}

#td-mobile-nav .td-menu-logout {
	margin: 0;
	display: inline-block
}

#td-mobile-nav .td-menu-logout a {
	padding: 7px 14px;
	border: 1px solid rgba(255, 255, 255, .2);
	background-color: rgba(255, 255, 255, .03);
	font-size: 14px;
	font-weight: 700;
	border-radius: 20px
}

#td-mobile-nav .td-guest-wrap {
	height: 40px;
	text-align: center
}

#td-mobile-nav .td-guest-wrap .td-menu-avatar {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: auto;
	left: auto;
	margin-right: 15px
}

#td-mobile-nav .td-guest-wrap .td-menu-avatar .td-avatar-container {
	width: 40px;
	height: 40px
}

#td-mobile-nav .td-guest-wrap .td-menu-login {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	vertical-align: middle
}

#td-mobile-nav .td-guest-wrap .td-menu-login span {
	background-color: #fff;
	width: 1px;
	height: 20px;
	display: inline-block;
	margin: 0 13px;
	line-height: 20px;
	position: relative;
	top: 3px;
	opacity: .3
}

#td-mobile-nav .td-guest-wrap .td-menu-login a {
	cursor: pointer
}

#td-mobile-nav .td-register-section {
	position: absolute;
	top: 0;
	color: #fff;
	width: 100%;
	z-index: -1
}

#td-mobile-nav .td-register-section a {
	color: #fff
}

#td-mobile-nav .td-register-section .td-icon-read-down {
	font-size: 23px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	line-height: 74px;
	width: 74px;
	text-align: center;
	display: inline-block
}

#td-mobile-nav .td-register-section .td-login-input {
	color: #fff;
	font-weight: 400;
	font-size: 17px;
	height: 40px;
	line-height: 40px;
	border: 0;
	background: 0 0;
	outline: 0;
	margin: 18px 0;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	border-radius: 0;
	box-shadow: none
}

#td-mobile-nav .td-register-section .td-login-input:focus~label,
#td-mobile-nav .td-register-section .td-login-input:valid~label {
	top: -6px;
	font-size: 14px;
	opacity: .4
}

#td-mobile-nav .td-register-section .td-login-form-wrap {
	padding: 0 30px
}

#td-mobile-nav .td-register-section .td-login-button {
	display: block;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	line-height: 50px;
	color: #000;
	border: none;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .16);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .16);
	box-shadow: 0 0 8px rgba(0, 0, 0, .16);
	margin: 17px 0 15px;
	font-size: 17px;
	background-color: #fff;
	opacity: .9;
	border-radius: 40px;
	text-shadow: none
}

#td-mobile-nav .td-register-section .td-login-info-text {
	text-align: center;
	margin-bottom: 20px
}

#td-mobile-nav .td-login-title {
	position: absolute;
	top: 0;
	padding: 0 50px;
	text-align: center;
	line-height: 74px;
	text-transform: uppercase;
	width: 100%;
	font-size: 17px;
	height: 74px;
	overflow: hidden;
	z-index: -1
}

#td-mobile-nav .td-login-panel-title {
	text-align: center;
	font-size: 16px;
	padding: 30px 10px
}

#td-mobile-nav .td-login-panel-title span {
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	width: 100%;
	margin-bottom: 10px
}

.td-search-wrap-mob {
	padding: 0;
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	text-align: center;
	z-index: 9999;
	visibility: hidden;
	color: #fff;
	font-family: -apple-system, ".sfnstext-regular", san francisco, roboto, segoe ui, helvetica neue, lucida grande, sans-serif
}

.td-search-wrap-mob .td-drop-down-search {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-webkit-backface-visibility: hidden;
	position: relative
}

.td-search-wrap-mob #td-header-search-mob {
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	height: 40px;
	line-height: 36px;
	border: 0;
	background: 0 0;
	outline: 0;
	margin: 8px 0;
	padding: 0;
	text-align: center
}

.td-search-wrap-mob .td-search-input {
	margin: 0 5%;
	position: relative
}

.td-search-wrap-mob .td-search-input span {
	opacity: .8;
	font-size: 12px
}

.td-search-wrap-mob .td-search-input:before,
.td-search-wrap-mob .td-search-input:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	bottom: 0;
	left: 0;
	opacity: .2
}

.td-search-wrap-mob .td-search-input:after {
	opacity: .8;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-webkit-transition: transform .5s ease .8s;
	-moz-transition: transform .5s ease .8s;
	-o-transition: transform .5s ease .8s;
	transition: transform .5s ease .8s
}

.td-search-wrap-mob .td_module_wrap {
	text-align: left
}

.td-search-wrap-mob .td_module_wrap .entry-title {
	font-size: 16px;
	line-height: 20px
}

.td-search-wrap-mob .td_module_wrap .entry-title a {
	color: #fff
}

.td-search-wrap-mob .td_module_wrap:hover .entry-title a {
	color: #fff
}

.td-search-wrap-mob .td-post-date {
	color: #ddd;
	opacity: .8
}

.td-search-wrap-mob .td-search-form {
	margin-bottom: 30px
}

.td-search-wrap-mob .td-aj-search-results {
	margin: 0 5%;
	text-align: left
}

.td-search-wrap-mob .td-module-thumb {
	top: auto;
	left: auto
}

.td-search-wrap-mob .result-msg {
	margin: 0 5%
}

.td-search-wrap-mob .result-msg a {
	display: block;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	line-height: 50px;
	color: #000;
	border: none;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .16);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .16);
	box-shadow: 0 0 8px rgba(0, 0, 0, .16);
	margin: 10px 0 40px;
	font-size: 17px;
	border-radius: 40px;
	background-color: #fff;
	opacity: .8;
	text-shadow: none
}

.td-search-wrap-mob i {
	line-height: 1;
	text-align: center;
	display: inline-block
}

.td-search-close {
	text-align: right;
	z-index: 1000
}

.td-search-close .td-icon-close-mobile {
	height: 70px;
	width: 70px;
	line-height: 70px;
	font-size: 21px;
	color: #fff;
	position: relative;
	top: 4px;
	right: 0;
	display: inline-block;
	text-align: center
}

.td-search-opened {
	position: relative
}

.td-search-opened #wpadminbar {
	position: fixed!important
}

.td-search-opened #td-outer-wrap {
	position: fixed;
	height: auto;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	-o-transform: translate3d(-50%, 0, 0)
}

.td-search-opened .td-search-wrap-mob .td-drop-down-search {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .5s ease .3s;
	-moz-transition: all .5s ease .3s;
	-o-transition: all .5s ease .3s;
	transition: all .5s ease .3s
}

.td-search-opened .td-search-background {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-webkit-box-shadow: 0 0 30px #000;
	-moz-box-shadow: 0 0 30px #000;
	box-shadow: 0 0 30px #000
}

.td-search-opened .td-search-background:after {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}

.td-search-opened .td-search-input:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1)
}

.td-search-opened.admin-bar .td-search-wrap-mob {
	padding-top: 0
}

.admin-bar .td-search-wrap-mob {
	padding-top: 32px
}

@media(max-width:767px) {
	.admin-bar .td-search-wrap-mob {
		padding-top: 46px
	}
}

#td-mobile-nav label {
	position: absolute;
	top: 26px;
	left: 10px;
	font-size: 17px;
	color: #fff;
	opacity: .6;
	pointer-events: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.td-login-inputs {
	position: relative
}

body,
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #222;
	overflow-wrap: break-word;
	word-wrap: break-word
}

p {
	margin-bottom: 21px
}

.h5-caps-title {
	font-family: open sans, arial, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	color: #222
}

a:active,
a:focus {
	outline: none
}

a {
	color: #4db2ec;
	text-decoration: none!important
}

a:hover {
	text-decoration: underline
}

ins {
	background: #fff;
	text-decoration: none
}

code {
	position: relative;
	top: -1px;
	border: none;
	background-color: #f1f1f1;
	padding: 4px 10px
}

pre {
	background-color: #f1f1f1;
	padding: 4px 10px;
	border: none;
	border-radius: 0;
	margin-top: 24px
}

cite {
	font-family: open sans, arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
	color: #444
}

cite a {
	color: #444
}

cite a:hover {
	color: #444
}

blockquote.pull-right {
	padding-left: 20px;
	border-right: none
}

blockquote.pull-right:after {
	border-right: 2px solid #fb5502;
	width: 40px;
	right: -40px
}

q {
	font-style: italic
}

ul {
	padding: 0;
	list-style-position: inside
}

ul li {
	line-height: 24px
}

ol {
	list-style-position: inside;
	padding: 0
}

ol li {
	list-style-type: none;
	line-height: 24px
}

.dl-horizontal a {
	font-weight: 500!important
}

.dl-horizontal dt {
	width: 70px;
	font-weight: 400;
	line-height: 24px;
	font-size: 15px
}

.dl-horizontal dd {
	margin-left: 90px;
	line-height: 24px;
	font-size: 14px
}

.td-post-content,
.mce-content-body,
.wpb_text_column,
.comment-content {
	font-size: 14px;
	line-height: 24px
}

.td-post-content a:hover,
.mce-content-body a:hover,
.wpb_text_column a:hover,
.comment-content a:hover {
	text-decoration: underline!important
}

.td-post-content p,
.mce-content-body p,
.wpb_text_column p,
.comment-content p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 24px
}

.td-post-content ul,
.mce-content-body ul,
.wpb_text_column ul,
.comment-content ul {
	list-style-position: inside;
	margin-bottom: 24px
}

.td-post-content ul li,
.mce-content-body ul li,
.wpb_text_column ul li,
.comment-content ul li {
	margin: 0 0 0 21px
}

.td-post-content ul ul,
.mce-content-body ul ul,
.wpb_text_column ul ul,
.comment-content ul ul,
.td-post-content ul ol,
.mce-content-body ul ol,
.wpb_text_column ul ol,
.comment-content ul ol {
	margin-bottom: 0;
	padding-left: 0
}

.td-post-content ol,
.mce-content-body ol,
.wpb_text_column ol,
.comment-content ol {
	list-style-position: inside;
	margin-bottom: 24px
}

.td-post-content ol li,
.mce-content-body ol li,
.wpb_text_column ol li,
.comment-content ol li {
	list-style-type: decimal;
	margin: 0 0 0 21px
}

.td-post-content ol ul,
.mce-content-body ol ul,
.wpb_text_column ol ul,
.comment-content ol ul {
	margin-bottom: 0;
	padding-left: 0
}

.td-post-content ol ul>li,
.mce-content-body ol ul>li,
.wpb_text_column ol ul>li,
.comment-content ol ul>li {
	list-style-type: none
}

.td-post-content ol ol,
.mce-content-body ol ol,
.wpb_text_column ol ol,
.comment-content ol ol {
	padding-left: 0;
	margin-bottom: 0
}

.td-post-content .td-arrow-list li:before,
.mce-content-body .td-arrow-list li:before,
.wpb_text_column .td-arrow-list li:before,
.comment-content .td-arrow-list li:before {
	font-family: newsmag, sans-serif;
	content: '\e803';
	float: left;
	margin-left: -19px;
	line-height: 24px;
	font-size: 14px
}

.td-post-content .td-arrow-list,
.mce-content-body .td-arrow-list,
.wpb_text_column .td-arrow-list,
.comment-content .td-arrow-list {
	margin-left: 21px;
	list-style: none
}

.td-page-content blockquote,
.td-post-content blockquote,
.wpb_text_column blockquote,
.td_block_text_with_title blockquote,
.mce-content-body blockquote,
.comment-content blockquote {
	padding: 0;
	position: relative;
	border-left: none;
	margin: 42px 0 38px
}

.td-page-content blockquote p,
.td-post-content blockquote p,
.wpb_text_column blockquote p,
.td_block_text_with_title blockquote p,
.mce-content-body blockquote p,
.comment-content blockquote p {
	font-family: roboto, sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
	font-style: italic;
	text-align: center;
	text-transform: uppercase;
	color: #4db2ec
}

.td-page-content .twitter-tweet p,
.td-post-content .twitter-tweet p,
.wpb_text_column .twitter-tweet p,
.td_block_text_with_title .twitter-tweet p,
.mce-content-body .twitter-tweet p,
.comment-content .twitter-tweet p {
	font-family: initial;
	font-size: initial;
	line-height: initial;
	font-style: initial;
	text-align: initial;
	text-transform: initial;
	color: initial;
	font-weight: initial
}

.td-page-content .td_quote_right,
.td-post-content .td_quote_right,
.wpb_text_column .td_quote_right,
.td_block_text_with_title .td_quote_right,
.mce-content-body .td_quote_right,
.comment-content .td_quote_right {
	float: right;
	width: 50%;
	padding-left: 20px;
	margin-bottom: 21px;
	margin-top: 21px
}

.td-page-content .td_quote_left,
.td-post-content .td_quote_left,
.wpb_text_column .td_quote_left,
.td_block_text_with_title .td_quote_left,
.mce-content-body .td_quote_left,
.comment-content .td_quote_left {
	float: left;
	width: 50%;
	padding-left: 0;
	margin-bottom: 18px;
	margin-top: 18px
}

.td-page-content .td_quote_left p,
.td-post-content .td_quote_left p,
.wpb_text_column .td_quote_left p,
.td_block_text_with_title .td_quote_left p,
.mce-content-body .td_quote_left p,
.comment-content .td_quote_left p {
	text-align: left
}

.td-page-content .td_quote_box,
.td-post-content .td_quote_box,
.wpb_text_column .td_quote_box,
.td_block_text_with_title .td_quote_box,
.mce-content-body .td_quote_box,
.comment-content .td_quote_box {
	margin: 0;
	background-color: #fcfcfc;
	border-left-style: solid;
	border-width: 2px;
	border-color: #4db2ec;
	padding: 15px 23px 0;
	position: relative;
	top: 6px
}

.td-page-content .td_quote_box p,
.td-post-content .td_quote_box p,
.wpb_text_column .td_quote_box p,
.td_block_text_with_title .td_quote_box p,
.mce-content-body .td_quote_box p,
.comment-content .td_quote_box p {
	font-family: open sans, arial, sans-serif;
	color: #777;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	padding-bottom: 16px;
	margin: 0;
	text-transform: none
}

.td-page-content .td_box_left,
.td-post-content .td_box_left,
.wpb_text_column .td_box_left,
.td_block_text_with_title .td_box_left,
.mce-content-body .td_box_left,
.comment-content .td_box_left {
	width: 40%;
	float: left;
	margin: 0 34px 20px 0
}

.td-page-content .td_box_right,
.td-post-content .td_box_right,
.wpb_text_column .td_box_right,
.td_block_text_with_title .td_box_right,
.mce-content-body .td_box_right,
.comment-content .td_box_right {
	width: 30%;
	float: right;
	margin: 0 0 20px 34px
}

.td-page-content .td_box_center,
.td-post-content .td_box_center,
.wpb_text_column .td_box_center,
.td_block_text_with_title .td_box_center,
.mce-content-body .td_box_center,
.comment-content .td_box_center {
	margin: 0 0 29px
}

.td-page-content .td_pull_quote,
.td-post-content .td_pull_quote,
.wpb_text_column .td_pull_quote,
.td_block_text_with_title .td_pull_quote,
.mce-content-body .td_pull_quote,
.comment-content .td_pull_quote {
	margin: 0;
	position: relative;
	top: 0
}

.td-page-content .td_pull_quote p,
.td-post-content .td_pull_quote p,
.wpb_text_column .td_pull_quote p,
.td_block_text_with_title .td_pull_quote p,
.mce-content-body .td_pull_quote p,
.comment-content .td_pull_quote p {
	font-family: open sans, arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: 600;
	text-transform: none;
	text-align: center;
	margin: 0
}

.td-page-content .td_pull_quote p:first-child:before,
.td-post-content .td_pull_quote p:first-child:before,
.wpb_text_column .td_pull_quote p:first-child:before,
.td_block_text_with_title .td_pull_quote p:first-child:before,
.mce-content-body .td_pull_quote p:first-child:before,
.comment-content .td_pull_quote p:first-child:before {
	position: absolute;
	background: url(images/icons/pull-quote-left.png) no-repeat;
	left: 0;
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.td-page-content .td_pull_quote p:after,
.td-post-content .td_pull_quote p:after,
.wpb_text_column .td_pull_quote p:after,
.td_block_text_with_title .td_pull_quote p:after,
.mce-content-body .td_pull_quote p:after,
.comment-content .td_pull_quote p:after {
	position: absolute;
	background: url(images/icons/pull-quote-right.png) no-repeat;
	bottom: 10px;
	right: 0;
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.td-page-content .td_pull_left,
.td-post-content .td_pull_left,
.wpb_text_column .td_pull_left,
.td_block_text_with_title .td_pull_left,
.mce-content-body .td_pull_left,
.comment-content .td_pull_left {
	width: 40%;
	float: left;
	margin: 0 34px 5px 0;
	padding: 17px 25px 18px
}

.td-page-content .td_pull_right,
.td-post-content .td_pull_right,
.wpb_text_column .td_pull_right,
.td_block_text_with_title .td_pull_right,
.mce-content-body .td_pull_right,
.comment-content .td_pull_right {
	width: 30%;
	float: right;
	margin: 0 0 10px 34px;
	padding: 17px 25px 18px
}

.td-page-content .td_pull_center,
.td-post-content .td_pull_center,
.wpb_text_column .td_pull_center,
.td_block_text_with_title .td_pull_center,
.mce-content-body .td_pull_center,
.comment-content .td_pull_center {
	margin: 17px 0;
	padding: 15px 50px
}

.td-page-content .alignnone,
.td-post-content .alignnone,
.wpb_text_column .alignnone,
.td_block_text_with_title .alignnone,
.mce-content-body .alignnone,
.comment-content .alignnone {
	display: inline-block;
	margin-bottom: 0
}

blockquote small {
	margin-top: 5px;
	display: block;
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
	color: #444
}

.td-page-content .dropcap,
.td-post-content .dropcap,
.wpb_text_column .dropcap,
.mce-content-body .dropcap,
.comment-content .dropcap {
	float: left;
	display: block;
	font-size: 50px;
	line-height: 52px;
	background-color: #4db2ec;
	color: #fff;
	text-align: center;
	margin: 9px 13px 0 0;
	padding: 3px 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	min-width: 62px;
	min-height: 62px
}

.td-page-content .dropcap1,
.td-post-content .dropcap1,
.wpb_text_column .dropcap1,
.mce-content-body .dropcap1,
.comment-content .dropcap1 {
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	font-size: 40px;
	line-height: 56px;
	padding: 2px 14px 4px
}

.td-page-content .dropcap2,
.td-post-content .dropcap2,
.wpb_text_column .dropcap2,
.mce-content-body .dropcap2,
.comment-content .dropcap2 {
	background-color: transparent!important;
	color: #4b4b4b;
	font-size: 60px;
	line-height: 50px;
	margin: 7px 9px 0 0
}

.td-page-content .dropcap3,
.td-post-content .dropcap3,
.wpb_text_column .dropcap3,
.mce-content-body .dropcap3,
.comment-content .dropcap3 {
	background-color: transparent!important;
	color: #4b4b4b;
	font-size: 60px;
	line-height: 42px;
	font-weight: 700;
	margin: 7px 9px 0 0
}

.td_btn {
	cursor: pointer;
	display: inline-block;
	position: relative;
	color: #fff;
	font-family: open sans, arial, sans-serif;
	font-weight: 600
}

.td_btn_sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.td_btn_md {
	padding: 9px 12px;
	font-size: 16px;
	line-height: 20px;
	border-radius: 4px
}

.td_btn_lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

.td_default_btn,
.td_square_btn {
	transition: background-color .1s ease;
	-webkit-transition: background-color .1s ease;
	background-color: #4db2ec
}

.td_default_btn:hover,
.td_square_btn:hover {
	background-color: #444!important
}

.td_default_btn:active,
.td_square_btn:active {
	background-color: #000!important
}

.td_square_btn {
	border-radius: 0
}

.td_outlined_btn {
	border-width: 2px;
	border-style: solid;
	border-color: #4db2ec;
	color: #4db2ec;
	background-color: transparent;
	transition: all .1s ease;
	-webkit-transition: all .1s ease
}

.td_outlined_btn:hover {
	background-color: #4db2ec;
	color: #fff
}

.td_outlined_btn:active {
	background-color: #444!important;
	border-color: #444
}

.td_shadow_btn {
	background-color: #4db2ec;
	top: 0;
	-webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .25);
	transition: top .1s ease;
	-webkit-transition: top .1s ease
}

.td_shadow_btn:hover {
	top: -3px;
	-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .25)
}

.td_shadow_btn:active {
	background-color: #444!important
}

.td_3D_btn {
	background-color: #4db2ec;
	top: 0;
	transition: top .1s ease;
	-webkit-transition: top .1s ease;
	border-radius: 0
}

.td_3D_btn:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 100%;
	width: 100%;
	height: 5px;
	background-color: rgba(0, 0, 0, .25);
	z-index: 0;
	transition: height .1s ease;
	-webkit-transition: height .1s ease
}

.td_3D_btn:hover {
	top: 5px
}

.td_3D_btn:hover:before {
	height: 0
}

.td_3D_btn:hover:after {
	height: 0
}

.td_3D_btn:active {
	background-color: #444!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: open sans, arial, sans-serif;
	color: #222;
	font-weight: 400;
	margin: 6px 0
}

h1 {
	font-size: 32px;
	line-height: 40px;
	margin-top: 33px;
	margin-bottom: 23px;
	letter-spacing: -.02em
}

h2 {
	font-size: 27px;
	line-height: 38px;
	margin-top: 30px;
	margin-bottom: 20px;
	letter-spacing: -.02em
}

h3 {
	font-size: 22px;
	line-height: 30px;
	margin-top: 27px;
	margin-bottom: 17px
}

h4 {
	font-size: 19px;
	line-height: 29px;
	margin-top: 24px;
	margin-bottom: 14px
}

h5 {
	font-size: 17px;
	line-height: 25px;
	margin-top: 21px;
	margin-bottom: 11px
}

h6 {
	font-size: 16px;
	line-height: 24px;
	margin-top: 21px;
	margin-bottom: 11px
}

.td-post-content h1:first-child,
.td-post-content h2:first-child,
.td-post-content h3:first-child,
.td-post-content h4:first-child,
.td-post-content h5:first-child,
.td-post-content h6:first-child {
	margin-top: 4px
}

.td-post-content img,
.mce-content-body img {
	margin-bottom: 21px
}

.td-post-content figure img,
.mce-content-body figure img {
	margin-bottom: 0
}

.alignnone {
	margin-top: 0
}

.aligncenter {
	text-align: center;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	margin-bottom: 6px
}

.alignleft:not(.td-post-image-left) {
	float: left;
	margin-right: 21px;
	margin-top: 6px;
	margin-bottom: 6px
}

@media(min-width:768px) and (max-width:1023px) {
	.alignleft:not(.td-post-image-left) {
		max-width: 220px
	}
}

@media(max-width:767px) {
	.alignleft:not(.td-post-image-left) {
		max-width: 220px
	}
}

@media(max-width:500px) {
	.alignleft:not(.td-post-image-left) {
		float: none;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		margin-bottom: 21px
	}
	.alignleft:not(.td-post-image-left) img {
		text-align: center;
		margin-left: auto;
		margin-right: auto
	}
	.alignleft:not(.td-post-image-left) figcaption {
		text-align: center
	}
}

.td-pb-span12,
.mceContentBody-max-width-big {}

@media(min-width:768px) and (max-width:1023px) {
	.td-pb-span12 .alignleft:not(.td-post-image-left),
	.mceContentBody-max-width-big .alignleft:not(.td-post-image-left) {
		max-width: 400px!important
	}
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute!important;
	width: 1px
}

.alignright:not(.td-post-image-right) {
	float: right;
	margin-left: 21px;
	margin-top: 6px;
	margin-bottom: 6px
}

@media(min-width:768px) and (max-width:1023px) {
	.alignright:not(.td-post-image-right) {
		max-width: 220px
	}
}

@media(max-width:767px) {
	.alignright:not(.td-post-image-right) {
		max-width: 220px
	}
}

@media(max-width:500px) {
	.alignright:not(.td-post-image-right) {
		float: none;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		margin-bottom: 21px
	}
	.alignright:not(.td-post-image-right) img {
		text-align: center;
		margin-left: auto;
		margin-right: auto
	}
	.alignright:not(.td-post-image-right) figcaption {
		text-align: center
	}
}

.alignright .td-post-image-full-and-grid,
.alignleft .td-post-image-full-and-grid,
.aligncenter .td-post-image-full-and-grid,
.alignnone .td-post-image-full-and-grid {
	max-width: none!important
}

.td-pb-span12,
.mceContentBody-max-width-big {}

@media(min-width:768px) and (max-width:1023px) {
	.td-pb-span12 .alignright:not(.td-post-image-left),
	.mceContentBody-max-width-big .alignright:not(.td-post-image-left) {
		max-width: 400px!important
	}
}

figure.alignright,
figure.alignleft,
figure.aligncenter {
	margin-bottom: 0
}

.alignnone img,
.aligncenter img {
	width: 100%
}

img.wp-smiley {
	width: auto
}

.wp-caption-text,
.wp-caption-dd {
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
	margin: 4px 0 17px;
	font-size: 11px;
	font-style: italic;
	font-weight: 400;
	line-height: 17px;
	color: #444;
	z-index: 1
}

.wp-caption {
	text-align: center;
	max-width: 100%
}

.wp-caption img {
	max-width: 100%!important
}

table {
	width: 100%
}

table th {
	text-align: left;
	border: 1px solid #e6e6e6;
	padding: 2px 8px
}

table td {
	border: 1px solid #e6e6e6;
	padding: 2px 8px
}

table .odd td {
	background-color: #fcfcfc
}

address {
	font-size: inherit!important;
	line-height: inherit!important;
	margin-bottom: 21px
}

big {
	text-transform: uppercase
}

.post {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #444
}

textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #444;
	border: 1px solid #e6e6e6;
	width: 100%;
	max-width: 100%;
	height: 168px;
	min-height: 168px;
	padding: 6px 9px
}

textarea:active,
textarea:focus {
	border-color: #ccc!important
}

textarea:focus,
input:focus,
input[type]:focus {
	outline: 0
}

input[type=submit] {
	font-family: open sans, arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 16px;
	background-color: #e41d2c;
	border-radius: 3px;
	color: #fff;
	border: none;
	padding: 7px 12px
}

input[type=submit]:hover {
	background-color: #4db2ec
}

input[type=text],
input[type=url],
input[type=tel],
input[type=email] {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #444;
	border: 1px solid #e6e6e6;
	width: 100%;
	max-width: 100%;
	height: 34px;
	padding: 3px 9px
}

input[type=text]:active,
input[type=url]:active,
input[type=tel]:active,
input[type=email]:active,
input[type=text]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=email]:focus {
	border-color: #ccc!important
}

input[type=password] {
	width: 100%;
	position: relative;
	top: 0;
	display: inline-table;
	vertical-align: middle;
	font-size: 12px;
	line-height: 21px;
	color: #444;
	border: 1px solid #ccc;
	max-width: 100%;
	height: 34px;
	padding: 3px 9px;
	margin-bottom: 10px
}

@media(max-width:767px) {
	input[type=password] {
		font-size: 16px
	}
}

embed {
	width: 100%
}

.videopress-placeholder {
	width: 100%!important
}

.videopress-poster {
	height: auto!important;
	width: 100%!important
}

.video-player {
	width: 100%!important
}

.td-paragraph-padding-0 {
	display: block;
	padding-left: 0;
	padding-right: 11%
}

.td-paragraph-padding-1 {
	display: block;
	padding-left: 11%;
	padding-right: 11%
}

.td-paragraph-padding-2 {
	display: block;
	padding-left: 17.5%;
	padding-right: 17.5%
}

.td-paragraph-padding-3 {
	display: block;
	padding-left: 11%;
	padding-right: 17.5%
}

.td-paragraph-padding-4 {
	display: block;
	padding-left: 11%;
	padding-right: 0
}

.td-paragraph-padding-5 {
	display: block;
	padding-left: 22.5%;
	padding-right: 22.5%
}

.td-paragraph-padding-6 {
	display: block;
	padding-left: 17.5%;
	padding-right: 11%
}

.td-pb-span8 .td-paragraph-padding-0,
.mceContentBody-max-width-small .td-paragraph-padding-0 {
	padding-right: 3%
}

.td-pb-span8 .td-paragraph-padding-1,
.mceContentBody-max-width-small .td-paragraph-padding-1 {
	padding-left: 3%;
	padding-right: 3%
}

.td-pb-span8 .td-paragraph-padding-2,
.mceContentBody-max-width-small .td-paragraph-padding-2 {
	padding-left: 8.5%;
	padding-right: 8.5%
}

.td-pb-span8 .td-paragraph-padding-3,
.mceContentBody-max-width-small .td-paragraph-padding-3 {
	padding-left: 3%;
	padding-right: 8.5%
}

.td-pb-span8 .td-paragraph-padding-4,
.mceContentBody-max-width-small .td-paragraph-padding-4 {
	padding-left: 3%
}

.td-pb-span8 .td-paragraph-padding-5,
.mceContentBody-max-width-small .td-paragraph-padding-5 {
	padding-left: 10.5%;
	padding-right: 10.5%
}

.td-pb-span8 .td-paragraph-padding-6,
.mceContentBody-max-width-small .td-paragraph-padding-6 {
	padding-left: 8.5%;
	padding-right: 3%
}

@media(max-width:500px) {
	.td-paragraph-padding-0,
	.td-paragraph-padding-1,
	.td-paragraph-padding-2,
	.td-paragraph-padding-3,
	.td-paragraph-padding-4,
	.td-paragraph-padding-5,
	.td-paragraph-padding-6 {
		padding-left: 10px!important;
		padding-right: 10px!important
	}
}

.td-post-image-left {
	float: left;
	position: relative;
	left: -21px
}

.td-post-image-left figcaption {
	padding-left: 20px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-image-left {
		left: -18px;
		max-width: 220px
	}
	.td-post-image-left figcaption {
		padding-left: 17px
	}
}

@media(max-width:767px) {
	.td-post-image-left {
		max-width: 220px;
		left: 0;
		margin-right: 21px
	}
	.td-post-image-left figcaption {
		padding-right: 0
	}
}

@media(max-width:500px) {
	.td-post-image-left {
		float: none;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%
	}
}

.td-post-image-right {
	float: right;
	position: relative;
	right: -20px;
	z-index: 1
}

.td-post-image-right figcaption {
	padding-right: 20px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-image-right {
		right: -18px;
		max-width: 220px
	}
	.td-post-image-right figcaption {
		padding-right: 17px
	}
}

@media(max-width:767px) {
	.td-post-image-right {
		right: 0;
		margin-left: 21px;
		max-width: 220px
	}
	.td-post-image-right figcaption {
		padding-right: 0
	}
}

@media(max-width:500px) {
	.td-post-image-right {
		float: none;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%
	}
}

.td-post-image-full {
	position: relative;
	left: -21px;
	max-width: none!important;
	width: 681px!important;
	z-index: 1
}

.td-post-image-full figcaption {
	padding-right: 20px;
	padding-left: 20px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-image-full {
		left: -18px;
		width: 505px!important
	}
	.td-post-image-full figcaption {
		padding-right: 17px;
		padding-left: 17px
	}
}

@media(max-width:767px) {
	.td-post-image-full {
		left: 0;
		width: 100%!important;
		max-width: 100%!important
	}
	.td-post-image-full figcaption {
		padding-right: 0;
		padding-left: 0
	}
}

.td-pb-span12 .td-post-image-full,
.mceContentBody-max-width-big .td-post-image-full {
	width: 1021px!important
}

@media(min-width:768px) and (max-width:1023px) {
	.td-pb-span12 .td-post-image-full,
	.mceContentBody-max-width-big .td-post-image-full {
		width: 756px!important
	}
}

.td-post-image-full-and-grid {
	position: relative;
	left: -20px;
	max-width: none!important;
	width: 679px!important;
	z-index: 1
}

.td-post-image-full-and-grid figcaption {
	padding-right: 20px;
	padding-left: 20px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-image-full-and-grid {
		left: -17px;
		width: 503px!important
	}
	.td-post-image-full-and-grid figcaption {
		padding-right: 17px;
		padding-left: 17px
	}
}

@media(max-width:767px) {
	.td-post-image-full-and-grid {
		left: 0;
		width: 100%!important;
		max-width: 100%!important
	}
	.td-post-image-full-and-grid figcaption {
		padding-right: 0;
		padding-left: 0
	}
}

.td-pb-span12 .td-post-image-full-and-grid,
.mceContentBody-max-width-big .td-post-image-full-and-grid {
	width: 1019px!important
}

@media(min-width:768px) and (max-width:1023px) {
	.td-pb-span12 .td-post-image-full-and-grid,
	.mceContentBody-max-width-big .td-post-image-full-and-grid {
		width: 754px!important
	}
}

.td-post-header {
	padding-top: 20px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-header {
		padding-top: 17px
	}
}

@media(max-width:767px) {
	.td-post-header {
		padding-top: 15px
	}
}

.td-post-border-top {
	border-top: 1px solid #e6e6e6
}

.entry-crumbs {
	font-family: open sans, arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #c3c3c3;
	position: relative;
	top: -5px
}

.entry-crumbs a {
	color: #c3c3c3
}

.entry-crumbs a:hover {
	color: #777
}

.entry-crumbs .td-bread-sep {
	font-size: 8px;
	margin: 0 5px
}

.td-category {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: open sans, arial, sans-serif;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 15px
}

.td-category li {
	display: inline-block;
	line-height: 15px;
	margin: 0 5px 3px 0
}

.td-category a {
	color: #fff;
	background-color: #4db2ec;
	padding: 1px 7px;
	border-radius: 3px;
	white-space: nowrap
}

.td-category a:hover {
	opacity: .9
}

.post footer {
	clear: both
}

.post p {}

@media(max-width:767px) {
	.post p {
		padding-left: 0!important;
		padding-right: 0!important
	}
}

.post header h1 {
	font-family: open sans, arial, sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #222;
	margin: 6px 0 7px;
	word-wrap: break-word
}

@media(max-width:767px) {
	.post header h1 {
		font-size: 28px;
		line-height: 36px
	}
}

.td-post-sub-title {
	font-family: open sans, arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 22px;
	color: #999;
	padding: 5px 0 8px;
	margin: 13px 0;
	border-bottom: 1px dashed #f1f1f1;
	border-top: 1px dashed #f1f1f1
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-sub-title {
		margin: 11px 0
	}
}

@media(max-width:767px) {
	.td-post-sub-title {
		margin: 8px 0
	}
}

.bypostauthor {
	line-height: 1
}

.meta-info {
	font-family: open sans, arial, sans-serif;
	font-size: 11px;
	color: #444;
	line-height: 16px;
	margin-bottom: 0px
}

@media(min-width:768px) and (max-width:1023px) {
	.meta-info {
		margin-bottom: 12px
	}
}

@media(max-width:767px) {
	.meta-info {
		margin-bottom: 10px
	}
}

.td-post-author-name {
	display: inline-block;
	margin-right: 3px
}

.td-post-author-name a {
	color: #222;
	font-weight: 700
}

.td-post-author-name a:hover {
	color: #222;
	text-decoration: none!important
}

.td-post-author-name span {
	margin-left: 3px
}

.td-post-author-name div {
	display: inline
}

.td-post-date {
	display: inline-block;
	margin-right: 3px
}

.td-post-views {
	display: inline-block;
	margin-left: 9px
}

.td-post-views i {
	margin: 0 5px;
	font-size: 13px;
	position: relative;
	top: 1px
}

.td-post-comments {
	display: inline-block;
	margin-left: 9px
}

.td-post-comments a {
	color: #444
}

.td-post-comments a:hover {
	text-decoration: none!important
}

.td-post-comments i {
	margin: 0 8px;
	font-size: 9px
}

.td-post-content {
	padding-top: 20px;
	border-top: 1px solid #e6e6e6
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-content {
		padding-top: 17px
	}
}

@media(max-width:767px) {
	.td-post-content {
		padding-top: 10px
	}
}

.td-post-content .td-module-thumb {
	margin-bottom: 22px
}

.td-modal-image img {
	margin-bottom: 21px
}

.td-post-source-via {
	font-family: open sans, arial, sans-serif;
	line-height: 21px;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal
}

.td-post-small-box {
	height: 15px;
	line-height: 15px;
	margin-bottom: 3px
}

.td-post-small-box span {
	background-color: #444;
	padding: 1px 7px;
	color: #fff
}

.td-post-small-box a {
	background-color: #a5a5a5;
	margin: 0 0 0 3px;
	padding: 1px 7px;
	color: #fff
}

.td-post-small-box a:hover {
	text-decoration: none!important;
	background-color: #4db2ec;
	color: #fff
}

.td-post-source-tags {
	margin: 15px 0 18px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-source-tags {
		margin: 11px 0 14px
	}
}

@media(max-width:767px) {
	.td-post-source-tags {
		margin: 5px 0 8px
	}
}

.td-tags {
	font-family: open sans, arial, sans-serif;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	margin: 0;
	padding: 0;
	height: 15px;
	line-height: 15px;
	display: table
}

.td-tags li {
	list-style: none;
	display: inline-block;
	height: 15px;
	line-height: 15px;
	margin: 0 0 3px
}

.td-tags a {
	margin: 0 3px 0 0
}

.td-tags span {
	margin-right: 3px
}

.td-post-next-prev {
	border-top: 1px solid #e6e6e6;
	position: relative
}

.td-post-next-prev .td-block-span6 {}

@media(max-width:767px) {
	.td-post-next-prev .td-block-span6 {
		width: 50%!important;
		padding: 0 10px!important
	}
}

.td-next-prev-separator {
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #e6e6e6;
	display: block;
	left: 50%
}

.td-post-prev-post,
.td-post-next-post {
	position: relative
}

.td-post-prev-post a:hover,
.td-post-next-post a:hover {
	color: #4db2ec
}

.td-post-next-post {
	text-align: right
}

.td-block-span6.td-post-prev-post {
	width: 50%!important;
	padding: 0 20px!important
}

@media(min-width:768px) and (max-width:1023px) {
	.td-block-span6.td-post-prev-post {
		padding: 0 17px!important
	}
}

@media(max-width:767px) {
	.td-block-span6.td-post-prev-post {
		padding: 0 10px!important
	}
}

.td-block-span6.td-post-next-post {
	width: 50%!important;
	padding: 0 20px!important
}

@media(min-width:768px) and (max-width:1023px) {
	.td-block-span6.td-post-next-post {
		padding: 0 17px!important
	}
}

@media(max-width:767px) {
	.td-block-span6.td-post-next-post {
		padding: 0 10px!important
	}
}

.td-post-next-prev-content {
	display: inline-block;
	font-family: open sans, arial, sans-serif
}

.td-post-next-prev-content span {
	display: block;
	font-size: 12px;
	color: #c1c1c1;
	font-weight: 600;
	margin: 33px 0 6px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-next-prev-content span {
		margin-top: 29px
	}
}

@media(max-width:767px) {
	.td-post-next-prev-content span {
		margin-top: 19px
	}
}

.td-post-next-prev-content a {
	display: block;
	font-size: 15px;
	color: #222;
	font-weight: 700;
	line-height: 21px;
	margin-bottom: 38px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-next-prev-content a {
		margin-bottom: 34px
	}
}

@media(max-width:767px) {
	.td-post-next-prev-content a {
		margin-bottom: 24px
	}
}

.author-box-wrap {
	border-top: 1px solid #e6e6e6;
	padding: 21px 19px 17px 20px
}

@media(min-width:768px) and (max-width:1023px) {
	.author-box-wrap {
		padding: 17px 17px 13px
	}
}

@media(max-width:767px) {
	.author-box-wrap {
		padding: 10px
	}
}

.author-box-wrap .td-author-social a {
	color: #444
}

.author-box-wrap .desc {
	margin-left: 116px
}

@media(min-width:768px) and (max-width:1023px) {
	.author-box-wrap .desc {
		margin-left: 113px
	}
}

@media(max-width:767px) {
	.author-box-wrap .desc {
		margin: 0;
		text-align: center
	}
}

.author-box-wrap .avatar {
	float: left;
	max-width: 96px
}

@media(max-width:767px) {
	.author-box-wrap .avatar {
		float: none;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 9px
	}
}

.author-box-wrap .td-social-icon-wrap a {
	margin-top: 9px
}

@media(max-width:767px) {
	.author-box-wrap .td-social-icon-wrap a {
		margin-top: 2px
	}
}

.td-author-description {
	margin-bottom: 6px
}

.td-author-name {
	font-family: open sans, arial, sans-serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: 700;
	margin: 6px 0 8px
}

@media(max-width:767px) {
	.td-author-name {
		margin: 0 0 4px
	}
}

.td-author-name a {
	color: #222
}

.td-author-name a:hover {
	color: #4db2ec
}

.td-author-url {
	font-size: 11px;
	font-style: italic;
	line-height: 21px;
	margin-bottom: 6px
}

.td-author-url a {
	color: #444
}

.td-author-url a:hover {
	color: #4db2ec
}

.td_block_related_posts {
	position: relative
}

@media(max-width:767px) {
	.td_block_related_posts {
		margin-bottom: 40px
	}
}

.td_block_related_posts .td-related-span4 {
	padding-bottom: 17px
}

.td_block_related_posts .entry-title {
	margin: 0;
	font-weight: 600;
	font-size: 13px;
	line-height: 17px
}

@media(max-width:767px) {
	.td_block_related_posts .entry-title {
		font-size: 11px!important;
		line-height: 12px!important;
		margin-top: 4px
	}
}

.td_block_related_posts .td-module-thumb {
	margin-bottom: 6px;
	position: relative
}

@media(max-width:767px) {
	.td_block_related_posts .td-module-thumb {
		margin-bottom: 0
	}
}

.td_block_related_posts .td-next-prev-wrap {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 20px 19px 0 0
}

@media(min-width:768px) and (max-width:1023px) {
	.td_block_related_posts .td-next-prev-wrap {
		margin: 17px 17px 0 0
	}
}

@media(max-width:767px) {
	.td_block_related_posts .td-next-prev-wrap {
		top: auto!important;
		bottom: -40px;
		left: 0;
		margin: 0 auto;
		text-align: center
	}
}

.td_block_related_posts .td-loader-gif {}

@media(max-width:767px) {
	.td_block_related_posts .td-loader-gif {
		top: 50%
	}
}

.td_block_related_posts .entry-thumb {}

@media(min-width:1024px) {
	.td_block_related_posts .entry-thumb {
		min-height: 150px
	}
}

@media(min-width:768px) and (max-width:1023px) {
	.td_block_related_posts .entry-thumb {
		min-height: 108px
	}
}

.td-related-full-width .td-next-prev-wrap {}

@media(min-width:768px) and (max-width:1023px) {
	.td-related-full-width .td-next-prev-wrap {
		margin: 17px 19px 0 0
	}
}

@media(max-width:767px) {
	.td-related-full-width .td-post-category {
		display: none!important
	}
}

@media(max-width:500px) {
	.td-related-full-width .td-related-span4 {
		display: block;
		float: none!important;
		width: 100%!important;
		min-height: 68px!important
	}
	.td-related-full-width .td-module-thumb {
		width: 75px;
		position: absolute;
		left: 0;
		top: 0
	}
	.td-related-full-width .td-post-category {
		display: none!important
	}
	.td-related-full-width .item-details {
		float: left;
		margin-left: 86px
	}
}

.td-related-title {
	font-family: open sans, arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 16px;
	margin: 22px 0 22px 20px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-related-title {
		margin: 19px 0 19px 17px
	}
}

@media(max-width:767px) {
	.td-related-title {
		display: table;
		margin-left: auto;
		margin-right: auto
	}
}

.td-related-title .td-related-left {
	color: #222;
	border-radius: 3px 0 0 3px;
	padding: 1px 15px;
	border: 1px solid #222;
	white-space: nowrap
}

.td-related-title .td-related-left:hover {
	background-color: #fafafa
}

.td-related-title .td-related-right {
	border-radius: 0 3px 3px 0;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 0;
	border-color: #222;
	border-style: solid;
	padding: 1px 14px;
	background-color: #fff;
	color: #222;
	white-space: nowrap
}

.td-related-title .td-related-right:hover {
	background-color: #fafafa
}

.td-related-title .td-cur-simple-item {
	background-color: #222;
	color: #fff
}

.td-related-title .td-cur-simple-item:hover {
	background-color: #222
}

.td_mod_related_posts:hover a {
	color: #4db2ec
}

.td_mod_related_posts:hover .td-post-category {
	color: #fff
}

.post-password-form label {
	float: left;
	height: 32px;
	margin-bottom: 21px
}

.post-password-form input[type=password] {
	border: 1px solid #e6e6e6;
	border-right: 0;
	display: inline-table;
	height: 32px;
	line-height: 21px;
	vertical-align: middle;
	width: 232px;
	padding: 1px 5px 2px 10px;
	margin-left: 5px
}

.post-password-form input[type=submit] {
	float: left;
	border-radius: 0 3px 3px 0
}

.mejs-container {
	margin-bottom: 20px
}

.mejs-overlay-loading {
	display: none
}

.wpb_video_wrapper iframe {
	margin-bottom: 16px
}

.more-link-wrap {
	font-family: open sans, arial, sans-serif;
	height: 30px;
	line-height: 29px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	margin-bottom: 21px
}

.more-link-wrap a {
	background-color: #444;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
	padding: 8px 12px;
	display: block
}

.more-link-wrap a:hover {
	background-color: #4db2ec;
	text-decoration: none!important
}

.wp-video {
	margin-bottom: 20px
}

.td-post-content .wpb_row {
	overflow: hidden;
	left: -21px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-content .wpb_row {
		left: -18px
	}
}

@media(max-width:767px) {
	.td-post-content .wpb_row {
		left: 0
	}
}

.td-post-content .wpb_row .wpb_content_element {}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-content .wpb_row .wpb_content_element {
		padding-left: 17px;
		padding-right: 17px
	}
}

@media(max-width:767px) {
	.td-post-content .wpb_row .wpb_content_element {
		padding-left: 0;
		padding-right: 0
	}
}

.td-post-content .wpb_row .column_container {
	border: 0
}

.td-post-content .wpb_row .vc_btn {
	margin-left: 20px;
	margin-right: 20px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-content .wpb_row .vc_btn {
		margin-left: 17px;
		margin-right: 17px
	}
}

@media(max-width:767px) {
	.td-post-content .wpb_row .vc_btn {
		margin-left: 0;
		margin-right: 0
	}
}

.td-pb-span12 .td-post-content .td-pb-span12 .wpb_content_element {
	padding-left: 0;
	padding-right: 0
}

.td-pb-span12 .td-post-content .wpb_row .td-pb-span4 .wpb_content_element {
	padding-right: 20px;
	padding-left: 0
}

.td-pb-span12 .td-post-content .wpb_row .vc_btn {
	margin-left: 0;
	margin-right: 0
}

.wp-embedded-content {
	width: 100%
}

.td-post-content embed,
.td-post-content iframe,
.td-post-content object {
	max-width: 100%
}

.td-post-content .fb-video {
	margin-bottom: 24px
}

.td-post-content #fb-root+p {
	margin: 0
}

.td-sidebar-left-content {
	float: right!important;
	left: -1px
}

@media(max-width:767px) {
	.td-sidebar-left-content {
		float: none!important;
		left: 0
	}
}

.td-post-content .td-gallery {
	clear: both
}

.td-post-content .wpml-ls-statics-post_translations .wpml-ls-flag {
	margin-bottom: 0
}

.td-post-sharing-classic {
	position: relative;
	height: 20px
}

.td-post-sharing {
	margin-left: -3px;
	margin-right: -3px;
	font-family: open sans, arial, sans-serif;
	text-align: left;
	z-index: 2;
	white-space: nowrap;
	opacity: 0
}

.td-post-sharing.td-social-show-all {
	white-space: normal
}

.td-js-loaded .td-post-sharing {
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 1
}

.td-post-sharing-classic+.td-post-sharing {
	margin-top: 10px
}

@media(max-width:767px) {
	.td-post-sharing-classic+.td-post-sharing {
		margin-top: 5px
	}
}

.td-post-sharing-top,
.td-post-sharing-bottom {
	padding-top: 10px;
	padding-bottom: 3px;
	border-top: 1px solid #e6e6e6
}

.td-post-sharing-visible,
.td-social-sharing-hidden {
	display: inline-block
}

.td-social-show-all .td-pulldown-filter-list {
	display: inline-block
}

.td-social-network,
.td-social-handler {
	position: relative;
	display: inline-block;
	margin: 0 3px 7px;
	height: 40px;
	min-width: 40px;
	font-size: 11px;
	text-align: center;
	vertical-align: middle
}

.td-ps-notext .td-social-network .td-social-but-icon,
.td-ps-notext .td-social-handler .td-social-but-icon {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px
}

.td-social-network {
	color: #000;
	overflow: hidden
}

.td-social-network .td-social-but-icon {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px
}

.td-social-network .td-social-but-text {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px
}

.td-social-network:hover {
	opacity: .8!important
}

.td-social-handler {
	color: #444;
	border: 1px solid #e9e9e9;
	border-radius: 2px
}

.td-social-handler .td-social-but-text {
	font-weight: 700
}

.td-social-handler .td-social-but-text:before {
	background-color: #000;
	opacity: .08;
	-ms-filter: "alpha(opacity=" 8 ")";
	filter: alpha(opacity=8)
}

.td-social-share-text {
	margin-right: 18px
}

.td-social-share-text:before,
.td-social-share-text:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid
}

.td-social-share-text:before {
	border-width: 9px 0 9px 11px;
	border-color: transparent transparent transparent #e9e9e9
}

.td-social-share-text:after {
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent #fff
}

.td-social-but-text,
.td-social-but-icon {
	display: inline-block;
	position: relative
}

.td-social-but-icon {
	height: 40px;
	padding-left: 13px;
	padding-right: 13px;
	line-height: 40px;
	z-index: 1
}

.td-social-but-icon i {
	position: relative;
	vertical-align: middle
}

.td-social-but-text {
	margin-left: -6px;
	padding-left: 12px;
	padding-right: 17px;
	line-height: 40px
}

.td-social-but-text:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 1px;
	height: 16px;
	background-color: #fff;
	opacity: .2;
	-ms-filter: "alpha(opacity=" 20 ")";
	filter: alpha(opacity=20);
	z-index: 1
}

.td-social-handler i,
.td-social-facebook i,
.td-social-reddit i,
.td-social-linkedin i,
.td-social-tumblr i,
.td-social-stumbleupon i,
.td-social-vk i,
.td-social-viber i {
	font-size: 14px
}

.td-social-googleplus i,
.td-social-telegram i {
	font-size: 16px
}

.td-social-mail i,
.td-social-line i,
.td-social-print i {
	font-size: 15px
}

.td-social-handler .td-icon-share {
	top: -1px;
	left: -1px
}

.td-social-twitter .td-icon-twitter {
	font-size: 12px
}

.td-social-googleplus .td-social-but-icon {
	padding-right: 12px
}

.td-social-googleplus .td-icon-googleplus {
	left: -1px
}

.td-social-pinterest .td-icon-pinterest {
	font-size: 13px
}

.td-social-whatsapp .td-icon-whatsapp {
	font-size: 18px
}

.td-social-reddit .td-social-but-icon {
	padding-right: 12px
}

.td-social-reddit .td-icon-reddit {
	left: -1px
}

.td-social-telegram .td-social-but-icon {
	padding-right: 12px
}

.td-social-telegram .td-icon-telegram {
	left: -1px
}

.td-social-stumbleupon .td-social-but-icon {
	padding-right: 11px
}

.td-social-stumbleupon .td-icon-stumbleupon {
	left: -2px
}

.td-social-digg .td-social-but-icon {
	padding-right: 11px
}

.td-social-digg .td-icon-digg {
	left: -2px;
	font-size: 17px
}

.td-social-vk .td-social-but-icon {
	padding-right: 11px
}

.td-social-vk .td-icon-vk {
	left: -2px
}

.td-social-expand-tabs i {
	top: -2px;
	left: -1px;
	font-size: 16px
}

@media(min-width:767px) {
	.td-social-whatsapp,
	.td-social-line,
	.td-social-viber {
		display: none
	}
}

.td-ps-bg .td-social-network {
	color: #fff
}

.td-ps-bg .td-social-facebook .td-social-but-icon,
.td-ps-bg .td-social-facebook .td-social-but-text {
	background-color: #516eab
}

.td-ps-bg .td-social-twitter .td-social-but-icon,
.td-ps-bg .td-social-twitter .td-social-but-text {
	background-color: #29c5f6
}

.td-ps-bg .td-social-googleplus .td-social-but-icon,
.td-ps-bg .td-social-googleplus .td-social-but-text {
	background-color: #eb4026
}

.td-ps-bg .td-social-pinterest .td-social-but-icon,
.td-ps-bg .td-social-pinterest .td-social-but-text {
	background-color: #ca212a
}

.td-ps-bg .td-social-whatsapp .td-social-but-icon,
.td-ps-bg .td-social-whatsapp .td-social-but-text {
	background-color: #7bbf6a
}

.td-ps-bg .td-social-reddit .td-social-but-icon,
.td-ps-bg .td-social-reddit .td-social-but-text {
	background-color: #f54200
}

.td-ps-bg .td-social-mail .td-social-but-icon,
.td-ps-bg .td-social-digg .td-social-but-icon,
.td-ps-bg .td-social-mail .td-social-but-text,
.td-ps-bg .td-social-digg .td-social-but-text {
	background-color: #000
}

.td-ps-bg .td-social-print .td-social-but-icon,
.td-ps-bg .td-social-print .td-social-but-text {
	background-color: #333
}

.td-ps-bg .td-social-linkedin .td-social-but-icon,
.td-ps-bg .td-social-linkedin .td-social-but-text {
	background-color: #0266a0
}

.td-ps-bg .td-social-tumblr .td-social-but-icon,
.td-ps-bg .td-social-tumblr .td-social-but-text {
	background-color: #3e5a70
}

.td-ps-bg .td-social-telegram .td-social-but-icon,
.td-ps-bg .td-social-telegram .td-social-but-text {
	background-color: #179cde
}

.td-ps-bg .td-social-stumbleupon .td-social-but-icon,
.td-ps-bg .td-social-stumbleupon .td-social-but-text {
	background-color: #ee4813
}

.td-ps-bg .td-social-vk .td-social-but-icon,
.td-ps-bg .td-social-vk .td-social-but-text {
	background-color: #4c75a3
}

.td-ps-bg .td-social-line .td-social-but-icon,
.td-ps-bg .td-social-line .td-social-but-text {
	background-color: #00b900
}

.td-ps-bg .td-social-viber .td-social-but-icon,
.td-ps-bg .td-social-viber .td-social-but-text {
	background-color: #5d54a4
}

.td-ps-dark-bg .td-social-network {
	color: #fff
}

.td-ps-dark-bg .td-social-network .td-social-but-icon,
.td-ps-dark-bg .td-social-network .td-social-but-text {
	background-color: #000
}

.td-ps-border .td-social-network .td-social-but-icon,
.td-ps-border .td-social-network .td-social-but-text {
	line-height: 38px;
	border-width: 1px;
	border-style: solid
}

.td-ps-border .td-social-network .td-social-but-text {
	border-left-width: 0
}

.td-ps-border .td-social-network .td-social-but-text:before {
	background-color: #000;
	opacity: .08;
	-ms-filter: "alpha(opacity=" 8 ")";
	filter: alpha(opacity=8)
}

.td-ps-border.td-ps-padding .td-social-network .td-social-but-icon {
	border-right-width: 0
}

.td-ps-border.td-ps-padding .td-social-network.td-social-expand-tabs .td-social-but-icon {
	border-right-width: 1px
}

.td-ps-border-grey .td-social-but-icon,
.td-ps-border-grey .td-social-but-text {
	border-color: #e9e9e9
}

.td-ps-border-colored .td-social-facebook .td-social-but-icon,
.td-ps-border-colored .td-social-facebook .td-social-but-text {
	border-color: #516eab
}

.td-ps-border-colored .td-social-twitter .td-social-but-icon,
.td-ps-border-colored .td-social-twitter .td-social-but-text {
	border-color: #29c5f6
}

.td-ps-border-colored .td-social-googleplus .td-social-but-icon,
.td-ps-border-colored .td-social-googleplus .td-social-but-text {
	border-color: #eb4026
}

.td-ps-border-colored .td-social-pinterest .td-social-but-icon,
.td-ps-border-colored .td-social-pinterest .td-social-but-text {
	border-color: #ca212a
}

.td-ps-border-colored .td-social-whatsapp .td-social-but-icon,
.td-ps-border-colored .td-social-whatsapp .td-social-but-text {
	border-color: #7bbf6a
}

.td-ps-border-colored .td-social-reddit .td-social-but-icon,
.td-ps-border-colored .td-social-reddit .td-social-but-text {
	border-color: #f54200
}

.td-ps-border-colored .td-social-mail .td-social-but-icon,
.td-ps-border-colored .td-social-digg .td-social-but-icon,
.td-ps-border-colored .td-social-mail .td-social-but-text,
.td-ps-border-colored .td-social-digg .td-social-but-text {
	border-color: #000
}

.td-ps-border-colored .td-social-print .td-social-but-icon,
.td-ps-border-colored .td-social-print .td-social-but-text {
	border-color: #333
}

.td-ps-border-colored .td-social-linkedin .td-social-but-icon,
.td-ps-border-colored .td-social-linkedin .td-social-but-text {
	border-color: #0266a0
}

.td-ps-border-colored .td-social-tumblr .td-social-but-icon,
.td-ps-border-colored .td-social-tumblr .td-social-but-text {
	border-color: #3e5a70
}

.td-ps-border-colored .td-social-telegram .td-social-but-icon,
.td-ps-border-colored .td-social-telegram .td-social-but-text {
	border-color: #179cde
}

.td-ps-border-colored .td-social-stumbleupon .td-social-but-icon,
.td-ps-border-colored .td-social-stumbleupon .td-social-but-text {
	border-color: #ee4813
}

.td-ps-border-colored .td-social-vk .td-social-but-icon,
.td-ps-border-colored .td-social-vk .td-social-but-text {
	border-color: #4c75a3
}

.td-ps-border-colored .td-social-line .td-social-but-icon,
.td-ps-border-colored .td-social-line .td-social-but-text {
	border-color: #00b900
}

.td-ps-border-colored .td-social-viber .td-social-but-icon,
.td-ps-border-colored .td-social-viber .td-social-but-text {
	border-color: #5d54a4
}

.td-ps-icon-bg .td-social-but-icon {
	height: 100%;
	border-color: transparent!important
}

.td-ps-icon-bg .td-social-network .td-social-but-icon {
	color: #fff
}

.td-ps-icon-bg .td-social-facebook .td-social-but-icon {
	background-color: #516eab
}

.td-ps-icon-bg .td-social-twitter .td-social-but-icon {
	background-color: #29c5f6
}

.td-ps-icon-bg .td-social-googleplus .td-social-but-icon {
	background-color: #eb4026
}

.td-ps-icon-bg .td-social-pinterest .td-social-but-icon {
	background-color: #ca212a
}

.td-ps-icon-bg .td-social-whatsapp .td-social-but-icon {
	background-color: #7bbf6a
}

.td-ps-icon-bg .td-social-reddit .td-social-but-icon {
	background-color: #f54200
}

.td-ps-icon-bg .td-social-mail .td-social-but-icon,
.td-ps-icon-bg .td-social-digg .td-social-but-icon {
	background-color: #000
}

.td-ps-icon-bg .td-social-print .td-social-but-icon {
	background-color: #333
}

.td-ps-icon-bg .td-social-linkedin .td-social-but-icon {
	background-color: #0266a0
}

.td-ps-icon-bg .td-social-tumblr .td-social-but-icon {
	background-color: #3e5a70
}

.td-ps-icon-bg .td-social-telegram .td-social-but-icon {
	background-color: #179cde
}

.td-ps-icon-bg .td-social-stumbleupon .td-social-but-icon {
	background-color: #ee4813
}

.td-ps-icon-bg .td-social-vk .td-social-but-icon {
	background-color: #4c75a3
}

.td-ps-icon-bg .td-social-line .td-social-but-icon {
	background-color: #00b900
}

.td-ps-icon-bg .td-social-viber .td-social-but-icon {
	background-color: #5d54a4
}

.td-ps-icon-bg .td-social-but-text {
	margin-left: -3px
}

.td-ps-icon-bg .td-social-network .td-social-but-text:before {
	display: none
}

.td-ps-icon-arrow .td-social-network .td-social-but-icon:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: calc(100% + 1px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 11px;
	border-color: transparent transparent transparent #000
}

.td-ps-icon-arrow .td-social-network .td-social-but-text {
	padding-left: 20px
}

.td-ps-icon-arrow .td-social-network .td-social-but-text:before {
	display: none
}

.td-ps-icon-arrow.td-ps-padding .td-social-network .td-social-but-icon:after {
	left: 100%
}

.td-ps-icon-arrow .td-social-facebook .td-social-but-icon:after {
	border-left-color: #516eab
}

.td-ps-icon-arrow .td-social-twitter .td-social-but-icon:after {
	border-left-color: #29c5f6
}

.td-ps-icon-arrow .td-social-googleplus .td-social-but-icon:after {
	border-left-color: #eb4026
}

.td-ps-icon-arrow .td-social-pinterest .td-social-but-icon:after {
	border-left-color: #ca212a
}

.td-ps-icon-arrow .td-social-whatsapp .td-social-but-icon:after {
	border-left-color: #7bbf6a
}

.td-ps-icon-arrow .td-social-reddit .td-social-but-icon:after {
	border-left-color: #f54200
}

.td-ps-icon-arrow .td-social-mail .td-social-but-icon:after,
.td-ps-icon-arrow .td-social-digg .td-social-but-icon:after {
	border-left-color: #000
}

.td-ps-icon-arrow .td-social-print .td-social-but-icon:after {
	border-left-color: #333
}

.td-ps-icon-arrow .td-social-linkedin .td-social-but-icon:after {
	border-left-color: #0266a0
}

.td-ps-icon-arrow .td-social-tumblr .td-social-but-icon:after {
	border-left-color: #3e5a70
}

.td-ps-icon-arrow .td-social-telegram .td-social-but-icon:after {
	border-left-color: #179cde
}

.td-ps-icon-arrow .td-social-stumbleupon .td-social-but-icon:after {
	border-left-color: #ee4813
}

.td-ps-icon-arrow .td-social-vk .td-social-but-icon:after {
	border-left-color: #4c75a3
}

.td-ps-icon-arrow .td-social-line .td-social-but-icon:after {
	border-left-color: #00b900
}

.td-ps-icon-arrow .td-social-viber .td-social-but-icon:after {
	border-left-color: #5d54a4
}

.td-ps-icon-arrow .td-social-expand-tabs .td-social-but-icon:after {
	display: none
}

.td-ps-icon-color .td-social-facebook .td-social-but-icon {
	color: #516eab
}

.td-ps-icon-color .td-social-twitter .td-social-but-icon {
	color: #29c5f6
}

.td-ps-icon-color .td-social-googleplus .td-social-but-icon {
	color: #eb4026
}

.td-ps-icon-color .td-social-pinterest .td-social-but-icon {
	color: #ca212a
}

.td-ps-icon-color .td-social-whatsapp .td-social-but-icon {
	color: #7bbf6a
}

.td-ps-icon-color .td-social-reddit .td-social-but-icon {
	color: #f54200
}

.td-ps-icon-color .td-social-mail .td-social-but-icon,
.td-ps-icon-color .td-social-digg .td-social-but-icon {
	color: #000
}

.td-ps-icon-color .td-social-print .td-social-but-icon {
	color: #333
}

.td-ps-icon-color .td-social-linkedin .td-social-but-icon {
	color: #0266a0
}

.td-ps-icon-color .td-social-tumblr .td-social-but-icon {
	color: #3e5a70
}

.td-ps-icon-color .td-social-telegram .td-social-but-icon {
	color: #179cde
}

.td-ps-icon-color .td-social-stumbleupon .td-social-but-icon {
	color: #ee4813
}

.td-ps-icon-color .td-social-vk .td-social-but-icon {
	color: #4c75a3
}

.td-ps-icon-color .td-social-line .td-social-but-icon {
	color: #00b900
}

.td-ps-icon-color .td-social-viber .td-social-but-icon {
	color: #5d54a4
}

.td-ps-text-color .td-social-but-text {
	font-weight: 700
}

.td-ps-text-color .td-social-facebook .td-social-but-text {
	color: #516eab
}

.td-ps-text-color .td-social-twitter .td-social-but-text {
	color: #29c5f6
}

.td-ps-text-color .td-social-googleplus .td-social-but-text {
	color: #eb4026
}

.td-ps-text-color .td-social-pinterest .td-social-but-text {
	color: #ca212a
}

.td-ps-text-color .td-social-whatsapp .td-social-but-text {
	color: #7bbf6a
}

.td-ps-text-color .td-social-reddit .td-social-but-text {
	color: #f54200
}

.td-ps-text-color .td-social-mail .td-social-but-text,
.td-ps-text-color .td-social-digg .td-social-but-text {
	color: #000
}

.td-ps-text-color .td-social-print .td-social-but-text {
	color: #333
}

.td-ps-text-color .td-social-linkedin .td-social-but-text {
	color: #0266a0
}

.td-ps-text-color .td-social-tumblr .td-social-but-text {
	color: #3e5a70
}

.td-ps-text-color .td-social-telegram .td-social-but-text {
	color: #179cde
}

.td-ps-text-color .td-social-stumbleupon .td-social-but-text {
	color: #ee4813
}

.td-ps-text-color .td-social-vk .td-social-but-text {
	color: #4c75a3
}

.td-ps-text-color .td-social-line .td-social-but-text {
	color: #00b900
}

.td-ps-text-color .td-social-viber .td-social-but-text {
	color: #5d54a4
}

.td-ps-text-color .td-social-expand-tabs .td-social-but-text {
	color: #b1b1b1
}

.td-ps-notext .td-social-but-icon {
	width: 40px
}

.td-ps-notext .td-social-network .td-social-but-text {
	display: none
}

.td-ps-padding .td-social-network .td-social-but-icon {
	padding-left: 17px;
	padding-right: 17px
}

.td-ps-padding .td-social-handler .td-social-but-icon {
	width: 40px
}

.td-ps-padding .td-social-reddit .td-social-but-icon,
.td-ps-padding .td-social-telegram .td-social-but-icon {
	padding-right: 16px
}

.td-ps-padding .td-social-stumbleupon .td-social-but-icon,
.td-ps-padding .td-social-digg .td-social-but-icon,
.td-ps-padding .td-social-expand-tabs .td-social-but-icon {
	padding-right: 13px
}

.td-ps-padding .td-social-googleplus .td-social-but-icon {
	padding-right: 15px
}

.td-ps-padding .td-social-vk .td-social-but-icon {
	padding-right: 14px
}

.td-ps-padding .td-social-expand-tabs .td-social-but-icon {
	padding-left: 13px
}

.td-ps-rounded .td-social-network .td-social-but-icon {
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px
}

.td-ps-rounded .td-social-network .td-social-but-text {
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px
}

.td-ps-rounded.td-ps-notext .td-social-network .td-social-but-icon {
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px
}

.td-ps-rounded .td-social-expand-tabs {
	border-radius: 100px
}

.td-ps-bar .td-social-network .td-social-but-icon,
.td-ps-bar .td-social-network .td-social-but-text {
	-webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .31);
	-moz-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .31);
	box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .31)
}

.td-ps-bar .td-social-mail .td-social-but-icon,
.td-ps-bar .td-social-digg .td-social-but-icon,
.td-ps-bar .td-social-mail .td-social-but-text,
.td-ps-bar .td-social-digg .td-social-but-text {
	-webkit-box-shadow: inset 0 -3px 0 0 rgba(255, 255, 255, .28);
	-moz-box-shadow: inset 0 -3px 0 0 rgba(255, 255, 255, .28);
	box-shadow: inset 0 -3px 0 0 rgba(255, 255, 255, .28)
}

.td-ps-bar .td-social-print .td-social-but-icon,
.td-ps-bar .td-social-print .td-social-but-text {
	-webkit-box-shadow: inset 0 -3px 0 0 rgba(255, 255, 255, .2);
	-moz-box-shadow: inset 0 -3px 0 0 rgba(255, 255, 255, .2);
	box-shadow: inset 0 -3px 0 0 rgba(255, 255, 255, .2)
}

.td-ps-big {}

.td-ps-big .td-social-but-icon {
	display: block;
	height: auto;
	line-height: 60px
}

.td-ps-big .td-social-but-icon .td-icon-share {
	width: auto
}

.td-ps-big .td-social-handler .td-social-but-text:before {
	display: none
}

.td-ps-big .td-social-share-text .td-social-but-icon {
	width: 90px
}

.td-ps-big .td-social-expand-tabs .td-social-but-icon {
	width: 60px
}

@media(max-width:767px) {
	.td-ps-big .td-social-share-text {
		display: none
	}
}

.td-ps-big .td-social-facebook i,
.td-ps-big .td-social-reddit i,
.td-ps-big .td-social-mail i,
.td-ps-big .td-social-linkedin i,
.td-ps-big .td-social-tumblr i,
.td-ps-big .td-social-stumbleupon i {
	margin-top: -2px
}

.td-ps-big .td-social-facebook i,
.td-ps-big .td-social-reddit i,
.td-ps-big .td-social-linkedin i,
.td-ps-big .td-social-tumblr i,
.td-ps-big .td-social-stumbleupon i,
.td-ps-big .td-social-vk i,
.td-ps-big .td-social-viber i,
.td-ps-big .td-social-share-text i {
	font-size: 22px
}

.td-ps-big .td-social-googleplus i,
.td-ps-big .td-social-telegram i {
	font-size: 24px
}

.td-ps-big .td-social-mail i,
.td-ps-big .td-social-line i,
.td-ps-big .td-social-print i {
	font-size: 23px
}

.td-ps-big .td-social-twitter i,
.td-ps-big .td-social-expand-tabs i {
	font-size: 20px
}

.td-ps-big .td-social-googleplus .td-icon-googleplus {
	left: 0
}

.td-ps-big .td-social-pinterest .td-icon-pinterest {
	font-size: 21px
}

.td-ps-big .td-social-whatsapp .td-icon-whatsapp {
	font-size: 26px
}

.td-ps-big .td-social-telegram .td-icon-telegram {
	left: 1px
}

.td-ps-big .td-social-stumbleupon .td-icon-stumbleupon {
	left: -2px
}

.td-ps-big .td-social-digg .td-icon-digg {
	left: -1px;
	font-size: 25px
}

.td-ps-big .td-social-vk .td-icon-vk {
	left: -1px
}

.td-ps-big .td-social-but-text {
	margin-left: 0;
	padding-top: 0;
	padding-left: 17px
}

.td-ps-big.td-ps-notext .td-social-network,
.td-ps-big.td-ps-notext .td-social-handler {
	height: 60px
}

.td-ps-big.td-ps-notext .td-social-network {
	width: 60px
}

.td-ps-big.td-ps-notext .td-social-network .td-social-but-icon {
	width: 60px
}

.td-ps-big.td-ps-notext .td-social-share-text .td-social-but-icon {
	line-height: 40px
}

.td-ps-big.td-ps-notext .td-social-share-text .td-social-but-text {
	display: block;
	line-height: 1
}

.td-ps-big.td-ps-padding .td-social-network,
.td-ps-big.td-ps-padding .td-social-handler {
	height: 90px;
	font-size: 13px
}

.td-ps-big.td-ps-padding .td-social-network {
	min-width: 60px
}

.td-ps-big.td-ps-padding .td-social-but-icon {
	border-bottom-left-radius: 0;
	border-top-right-radius: 2px
}

.td-ps-big.td-ps-padding.td-ps-bar .td-social-but-icon {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.td-ps-big.td-ps-padding .td-social-but-text {
	display: block;
	padding-bottom: 17px;
	line-height: 1;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 2px
}

.td-ps-big.td-ps-padding .td-social-but-text:before {
	display: none
}

.td-ps-big.td-ps-padding .td-social-expand-tabs i {
	line-height: 90px
}

.td-ps-nogap {
	margin-left: 0;
	margin-right: 0
}

.td-ps-nogap .td-social-network,
.td-ps-nogap .td-social-handler {
	margin-left: 0;
	margin-right: 0;
	border-radius: 0
}

.td-ps-nogap .td-social-network .td-social-but-icon,
.td-ps-nogap .td-social-network .td-social-but-text {
	border-radius: 0
}

.td-ps-nogap .td-social-expand-tabs {
	border-radius: 0
}

.td-post-sharing-style7 .td-social-network .td-social-but-icon {
	height: 100%
}

.td-post-sharing-style7 .td-social-network .td-social-but-icon:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .31)
}

.td-post-sharing-style7 .td-social-network .td-social-but-text {
	padding-left: 17px
}

.td-post-sharing-style7 .td-social-network .td-social-but-text:before {
	display: none
}

.td-post-sharing-style7 .td-social-mail .td-social-but-icon:before,
.td-post-sharing-style7 .td-social-digg .td-social-but-icon:before {
	background-color: rgba(255, 255, 255, .2)
}

.td-post-sharing-style7 .td-social-print .td-social-but-icon:before {
	background-color: rgba(255, 255, 255, .1)
}

.td-post-template-1 .td-post-content {
	border-top: 1px solid #e6e6e6;
	padding-top: 21px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-template-1 .td-post-content {
		padding-top: 17px
	}
}

@media(max-width:767px) {
	.td-post-template-1 .td-post-content {
		padding-top: 15px
	}
}

.td-post-template-1 .td-featured-image-rec {
	float: left;
	width: 300px;
	margin-right: 21px
}

@media(max-width:767px) {
	.td-post-template-1 .td-featured-image-rec {
		width: 40%;
		margin-right: 15px
	}
}

.td-post-template-1 .td-pb-span8 .td-featured-image-rec {}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-template-1 .td-pb-span8 .td-featured-image-rec {
		width: 250px;
		margin-right: 17px
	}
}

.td-post-template-1 .td-pb-span12 .format-video .td-featured-image-rec {
	float: left;
	width: 60%
}

@media(max-width:767px) {
	.td-post-template-1 .td-pb-span12 .format-video .td-featured-image-rec {
		float: none;
		width: 100%
	}
}

.td-post-template-1 .post h1 {}

@media(max-width:767px) {
	.td-post-template-1 .post h1 {
		font-size: 28px;
		line-height: 36px
	}
}

.td-post-template-1 footer {
	clear: both
}

.td-post-template-2 .td-pb-span12 .td-post-featured-image img {
	width: 100%
}

.td-post-template-2 .post h1 {
	font-size: 48px;
	line-height: 58px;
	margin-top: 6px;
	margin-bottom: 5px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-template-2 .post h1 {
		font-size: 40px;
		line-height: 48px
	}
}

@media(max-width:767px) {
	.td-post-template-2 .post h1 {
		font-size: 28px;
		line-height: 36px
	}
}

.td-post-template-2 .meta-info {
	margin-bottom: 14px
}

.td-post-template-2 .td-post-sub-title {
	font-size: 16px;
	line-height: 26px
}

@media(max-width:767px) {
	.td-post-template-2 .td-post-sub-title {
		margin: 14px 0
	}
}

.td-post-template-3 .td-pb-span12 .td-post-featured-image img {
	width: 100%
}

.td-post-template-3 header h1 {
	font-size: 48px;
	line-height: 58px;
	margin-top: 6px;
	margin-bottom: 5px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-template-3 header h1 {
		font-size: 40px;
		line-height: 48px
	}
}

@media(max-width:767px) {
	.td-post-template-3 header h1 {
		font-size: 28px;
		line-height: 36px
	}
}

.td-post-template-3 .td-post-featured-image figure img {
	margin-bottom: 0
}

.td-post-template-3 .td-post-featured-image .wp-caption-text {
	margin-right: 21px;
	margin-bottom: 0
}

.td-post-template-3 .td-post-content {
	padding-top: 10px
}

.td-post-template-3 .has-post-thumbnail .td-post-content {
	border-top: 0
}

.td-post-template-3 .meta-info {
	margin-bottom: 14px
}

.td-post-template-3 .td-post-sub-title {
	font-size: 16px;
	line-height: 26px
}

.td-post-template-3 .td-post-featured-image {
	width: 681px
}

.td-post-template-3 .td-post-featured-image img {
	z-index: 2
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-template-3 .td-post-featured-image {
		width: 505px
	}
}

@media(max-width:767px) {
	.td-post-template-3 .td-post-featured-image {
		width: auto
	}
}

.td-post-template-3 .td-post-featured-image .entry-thumb {
	left: -1px;
	position: relative;
	margin-bottom: 7px;
	margin-left: auto;
	margin-right: auto
}

@media(max-width:767px) {
	.td-post-template-3 .td-post-featured-image .entry-thumb {
		left: 0
	}
}

.td-post-template-3 .td-pb-span12 .td-post-featured-image {
	width: 1021px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-template-3 .td-pb-span12 .td-post-featured-image {
		width: 756px
	}
}

@media(max-width:767px) {
	.td-post-template-3 .td-pb-span12 .td-post-featured-image {
		width: 100%
	}
}

.td-post-template-3 .td-pb-span12 .td-post-featured-image:after {
	width: 1021px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-template-3 .td-pb-span12 .td-post-featured-image:after {
		width: 756px
	}
}

@media(max-width:767px) {
	.td-post-template-3 .td-pb-span12 .td-post-featured-image:after {
		width: 100%
	}
}

.single-format-video .td-post-template-3 .wpb_video_wrapper iframe {
	margin-bottom: 0
}

.single-format-video .td-post-template-3 .td-post-content {
	border-top: 0
}

.td-post-template-4,
.td-post-template-5 {
	width: 1021px;
	margin: 0 auto
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-template-4,
	.td-post-template-5 {
		width: 756px
	}
}

@media(max-width:767px) {
	.td-post-template-4,
	.td-post-template-5 {
		width: 100%
	}
}

.td-post-template-4 header {
	position: absolute;
	bottom: 0;
	z-index: 1
}

.td-post-template-4 header .entry-title,
.td-post-template-4 header .td-post-sub-title,
.td-post-template-4 header .meta-info,
.td-post-template-4 header .entry-date,
.td-post-template-4 header .td-post-author-name a,
.td-post-template-4 header .td-post-comments a {
	color: #fff
}

.td-post-template-4 header h1 {
	font-size: 48px;
	line-height: 58px;
	margin-top: 7px;
	margin-bottom: 5px;
	position: relative;
	right: 2px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-template-4 header h1 {
		font-size: 40px;
		line-height: 48px
	}
}

@media(max-width:767px) {
	.td-post-template-4 header h1 {
		font-size: 18px;
		line-height: 24px;
		right: 0
	}
}

.td-post-template-4 .meta-info {
	margin-bottom: 16px
}

@media(max-width:767px) {
	.td-post-template-4 .meta-info {
		margin-bottom: 10px
	}
}

.td-post-template-4 .entry-thumb {
	padding-bottom: 0;
	margin-bottom: 0
}

.td-post-template-4 .entry-crumbs {
	top: 0;
	padding: 15px 0
}

.td-post-template-4 .td-post-header {
	padding-top: 0;
	border-bottom: 0
}

.td-post-template-4 .td-post-sharing-top {
	border-top: 0;
	border-bottom: 1px solid #e6e6e6
}

.td-post-template-4 .td-post-featured-image {
	min-height: 200px;
	background-color: #444
}

@media(max-width:767px) {
	.td-post-template-4 .td-post-featured-image {
		min-height: 182px
	}
}

.td-post-template-4 .td-post-featured-image .wp-caption-text {
	bottom: 0;
	color: #fff;
	position: absolute;
	right: 0;
	margin-right: 20px;
	max-width: 400px;
	height: 17px;
	overflow: hidden
}

@media(max-width:767px) {
	.td-post-template-4 .td-post-featured-image .wp-caption-text {
		display: none
	}
}

.td-post-template-4 .td-post-content {
	border-top: none;
	margin-top: 0;
	padding-top: 14px
}

@media(max-width:767px) {
	.td-post-template-4 .td-post-content {
		padding-top: 10px
	}
}

.td-post-template-4 .td-post-sub-title {
	font-size: 16px;
	line-height: 26px;
	border: 0;
	padding: 0
}

@media(max-width:767px) {
	.td-post-template-4 .td-post-sub-title {
		display: none
	}
}

.td-post-template-5 header {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 680px;
	background-color: #fff;
	padding-top: 19px;
	border-left: 1px solid #e6e6e6;
	z-index: 1
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-template-5 header {
		width: 504px;
		padding-top: 17px
	}
}

@media(max-width:767px) {
	.td-post-template-5 header {
		padding-top: 12px;
		width: auto;
		position: relative
	}
}

.td-post-template-5 header h1 {}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-template-5 header h1 {
		font-size: 28px;
		line-height: 36px
	}
}

.td-post-template-5 .td-post-featured-image {
	min-height: 200px;
	background-color: #444
}

@media(max-width:767px) {
	.td-post-template-5 .td-post-featured-image {
		min-height: 100%
	}
}

.td-post-template-5 .td-post-featured-image .wp-caption-text {
	bottom: 0;
	color: #fff;
	position: absolute;
	right: 0;
	margin-right: 20px;
	width: 300px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-template-5 .td-post-featured-image .wp-caption-text {
		width: 215px
	}
}

@media(max-width:767px) {
	.td-post-template-5 .td-post-featured-image .wp-caption-text {
		display: none
	}
}

.td-post-template-5 .entry-thumb {
	padding-bottom: 0;
	margin-bottom: 0
}

.td-post-template-5 .td-post-header .meta-info {
	border-bottom: 1px dashed #f1f1f1;
	margin-bottom: 0;
	padding-bottom: 15px
}

.td-post-template-5 .entry-crumbs {
	top: 0;
	padding: 15px 0
}

.td-post-template-5 .td-post-header {
	padding-top: 0;
	border-bottom: 0
}

.td-post-template-5 .td-post-sharing-top {
	margin: 0 19px 0 20px;
	padding-left: 0;
	padding-right: 0;
	border-top: none;
	border-bottom: 1px dashed #f1f1f1
}

@media(max-width:767px) {
	.td-post-template-5 .td-post-sharing-top {
		margin: 0 10px
	}
}

.td-post-template-5 .td-post-content {
	padding-top: 15px;
	border-top: none
}

.td-post-template-5 .td-post-sub-title {
	margin: 17px 0
}

.td-post-template-6 .entry-crumbs {
	color: #fff
}

.td-post-template-6 .entry-crumbs a {
	color: #fff
}

.td-post-template-6 .td-read-down {
	text-align: center;
	margin-top: 33px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-template-6 .td-read-down {
		margin-top: 15px;
		margin-bottom: 15px
	}
}

@media(max-width:767px) {
	.td-post-template-6 .td-read-down {
		margin-top: 10px;
		margin-bottom: 5px
	}
}

.td-post-template-6 .td-read-down i {
	font-size: 46px;
	opacity: .8;
	color: #fff
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-template-6 .td-read-down i {
		font-size: 30px
	}
}

@media(max-width:767px) {
	.td-post-template-6 .td-read-down i {
		font-size: 30px
	}
}

.td-post-template-6 .td-post-header {
	background-color: transparent;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	border-bottom: none;
	padding-bottom: 15px;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	backface-visibility: hidden;
	perspective: 1000
}

.td-post-template-6 .td-post-content {
	border-top: none
}

.td-post-template-6 .td-post-header h1 {
	font-size: 42px;
	font-weight: 600;
	line-height: 50px;
	margin-top: 9px;
	margin-bottom: 6px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-template-6 .td-post-header h1 {
		font-size: 38px;
		line-height: 48px
	}
}

@media(max-width:767px) {
	.td-post-template-6 .td-post-header h1 {
		font-size: 24px;
		line-height: 32px
	}
}

.td-post-template-6 .template6-header .entry-title a,
.td-post-template-6 .template6-header .td-post-sub-title,
.td-post-template-6 .template6-header .meta-info,
.td-post-template-6 .template6-header .entry-date,
.td-post-template-6 .template6-header .td-post-author-name a,
.td-post-template-6 .template6-header .td-post-comments a {
	color: #fff
}

.td-post-template-6 .td-post-sharing-top {
	margin: 0 20px;
	padding-left: 0;
	padding-right: 0;
	border-top: none;
	border-bottom: 1px dashed #f1f1f1
}

@media(max-width:767px) {
	.td-post-template-6 .td-post-sharing-top {
		margin: 0 10px
	}
}

.td-post-template-6 .td-post-sub-title {
	font-size: 16px;
	line-height: 26px;
	border: 0;
	padding: 0
}

@media(max-width:767px) {
	.td-post-template-6 .td-post-sub-title {
		display: none
	}
}

.td-full-screen-header-image-wrap {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 900px;
	overflow: hidden;
	z-index: 0
}

@media(min-width:768px) and (max-width:1023px) {
	.td-full-screen-header-image-wrap {
		height: 680px
	}
}

@media(max-width:767px) {
	.td-full-screen-header-image-wrap {
		background-color: #fff;
		height: 400px
	}
}

#td-full-screen-header-image {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	min-height: 900px;
	height: 900px
}

@media(min-width:768px) and (max-width:1023px) {
	#td-full-screen-header-image {
		height: 680px;
		min-height: 680px!important
	}
}

@media(max-width:767px) {
	#td-full-screen-header-image {
		height: 400px;
		min-height: 400px!important
	}
}

#td-full-screen-header-image img {
	display: block
}

#td-full-screen-header-image .backstretch {}

@media(min-width:768px) and (max-width:1023px) {
	#td-full-screen-header-image .backstretch {
		height: 680px!important
	}
}

@media(max-width:767px) {
	#td-full-screen-header-image .backstretch {
		height: 400px
	}
}

#td-full-screen-header-image .backstretch:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000;
	opacity: .12
}

.single_template_6 .td-header-wrap {
	height: 900px
}

@media(min-width:768px) and (max-width:1023px) {
	.single_template_6 .td-header-wrap {
		height: 680px
	}
}

@media(max-width:767px) {
	.single_template_6 .td-header-wrap {
		height: 400px
	}
}

.single_template_6 .td-header-style-5 .td-ad-m,
.single_template_6 .td-header-style-7 .td-ad-m,
.single_template_6 .td-header-style-8 .td-ad-m,
.single_template_6 .td-header-style-9 .td-ad-m,
.single_template_6 .td-header-style-10 .td-ad-m {
	border-bottom: 0
}

.single_template_6 .td-header-container,
.single_template_6 .td-header-style-6 .td-make-full {
	border: none
}

.admin-bar.single_template_6 .td-header-wrap {
	height: 868px
}

@media(min-width:768px) and (max-width:1023px) {
	.admin-bar.single_template_6 .td-header-wrap {
		height: 648px
	}
}

@media(max-width:767px) {
	.admin-bar.single_template_6 .td-header-wrap {
		height: 354px
	}
}

.template6-header {
	position: absolute;
	top: 840px;
	right: 0;
	left: 0
}

@media(min-width:768px) and (max-width:1023px) {
	.template6-header {
		top: 670px
	}
}

@media(max-width:767px) {
	.template6-header {
		top: 406px
	}
}

.template6-header a,
.template6-header .entry-title {
	color: #fff
}

.admin-bar .template6-header {}

@media(min-width:768px) and (max-width:1023px) {
	.admin-bar .template6-header {
		top: 640px
	}
}

@media(max-width:767px) {
	.admin-bar .template6-header {
		top: 360px
	}
}

.td-post-template-8 {
	max-width: 1021px;
	margin-right: auto;
	margin-left: auto
}

@media(min-width:768px) and (max-width:1023px) {
	.td-post-template-8 {
		max-width: 756px
	}
}

.td-post-template-8 .entry-thumb {
	padding-bottom: 0;
	margin-bottom: 0
}

.td-post-template-8 .entry-crumbs {
	top: 0;
	padding: 15px 0
}

.td-post-template-8 .td-post-header {
	border-bottom: 0
}

.td-post-template-8 .wpb_video_wrapper iframe {
	margin-bottom: 0;
	display: table
}

.td-post-template-8 .td-post-featured-image img {
	width: 100%
}

.td-post-template-8 .td-post-featured-image .wp-caption-text {
	display: none
}

.td-image-gradient:before {
	bottom: 0;
	content: "";
	display: block;
	height: 40%;
	width: 100%;
	position: absolute;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .7)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0)
}

@media(max-width:767px) {
	.td-image-gradient:before {
		height: 60%
	}
}

#td_parallax_header_6,
#td-full-screen-header-image {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.td-sp {
	background-image: url(../images/elements.png);
	background-repeat: no-repeat;
	display: block
}

.td-sp-facebook {
	width: 32px;
	height: 32px;
	background-position: -20px -20px
}

.td-sp-pinterest {
	width: 32px;
	height: 32px;
	background-position: -20px -72px
}

.td-sp-rss {
	width: 32px;
	height: 32px;
	background-position: -20px -124px
}

.td-sp-soundcloud {
	width: 32px;
	height: 32px;
	background-position: -20px -176px
}

.td-sp-instagram {
	width: 32px;
	height: 32px;
	background-position: -20px -228px
}

.td-sp-googleplus {
	width: 32px;
	height: 32px;
	background-position: -20px -280px
}

.td-sp-vimeo {
	width: 32px;
	height: 32px;
	background-position: -20px -332px
}

.td-sp-youtube {
	width: 32px;
	height: 32px;
	background-position: -20px -384px
}

.td-sp-twitter {
	width: 32px;
	height: 32px;
	background-position: -20px -436px
}

.td-sp-video-play {
	width: 42px;
	height: 42px;
	background-position: -20px -488px
}

.td-sp-video-pause {
	width: 42px;
	height: 42px;
	background-position: -20px -612px
}

.td-sp-whatsapp {
	width: 32px;
	height: 32px;
	background-position: -20px -736px
}

.td-lb-box {
	position: absolute;
	width: 17px;
	height: 17px;
	border-radius: 3px
}

.td-lb-box-1 {
	top: 0;
	left: 0
}

.td-lb-box-2 {
	top: 0;
	left: 19px
}

.td-lb-box-3 {
	top: 0;
	left: 38px
}

.td-lb-box-4 {
	top: 19px;
	right: 0
}

.td-lb-box-5 {
	bottom: 0;
	right: 0
}

.td-lb-box-6 {
	bottom: 0;
	left: 19px
}

.td-lb-box-7 {
	bottom: 0;
	left: 0
}

.td-lb-box-8 {
	top: 19px;
	left: 0
}

.td-loader-gif {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 55px;
	height: 55px;
	margin-top: -27.5px;
	margin-left: -27.5px;
	-webkit-transition: all 400ms cubic-bezier(.55, 0, .1, 1);
	-moz-transition: all 400ms cubic-bezier(.55, 0, .1, 1);
	-o-transition: all 400ms cubic-bezier(.55, 0, .1, 1);
	transition: all 400ms cubic-bezier(.55, 0, .1, 1)
}

@media(max-width:767px) {
	.td-loader-gif {
		top: 200px
	}
}

.td-loader-infinite {
	top: auto;
	bottom: 28px
}

.td-loader-infinite .td-lb-box {
	position: absolute;
	width: 10px;
	height: 10px
}

.td-loader-infinite .td-lb-box-1 {
	top: 0;
	left: 0
}

.td-loader-infinite .td-lb-box-2 {
	top: 0;
	left: 11px
}

.td-loader-infinite .td-lb-box-3 {
	top: 0;
	left: 22px
}

.td-loader-infinite .td-lb-box-4 {
	top: 11px;
	right: 0
}

.td-loader-infinite .td-lb-box-5 {
	bottom: 0;
	right: 0
}

.td-loader-infinite .td-lb-box-6 {
	bottom: 0;
	left: 11px
}

.td-loader-infinite .td-lb-box-7 {
	bottom: 0;
	left: 0
}

.td-loader-infinite .td-lb-box-8 {
	top: 11px;
	left: 0
}

.td-loader-infinite.td-loader-gif {
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px
}

.td-loader-blocks-load-more {
	top: auto;
	bottom: 28px
}

.category .td-ss-main-content .td-load-more-wrap {
	bottom: 20px
}

.td-loader-animation-start {
	opacity: 0;
	transform: perspective(600px) scale(.4);
	-webkit-transform: perspective(600px) scale(.4);
	-moz-transform: perspective(600px) scale(.4);
	-ms-transform: perspective(600px) scale(.4);
	-o-transform: perspective(600px) scale(.4)
}

.td-loader-animation-mid {
	opacity: 1;
	transform: perspective(600px) scale(1);
	-webkit-transform: perspective(600px) scale(1);
	-moz-transform: perspective(600px) scale(1);
	-ms-transform: perspective(600px) scale(1);
	-o-transform: perspective(600px) scale(1)
}

.td-loader-animation-end {
	opacity: 0
}

@-webkit-keyframes rotateplane {
	0% {
		-webkit-transform: perspective(120px)
	}
	50% {
		-webkit-transform: perspective(120px) rotateY(180deg)
	}
	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
	}
}

@keyframes rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}

.td_module_1 .entry-title,
.td_module_2 .entry-title,
.td_module_3 .entry-title,
.td_module_4 .entry-title,
.td_module_5 .entry-title {
	font-size: 19px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 9px;
	    height: 50px;
    overflow: hidden;
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_1 .entry-title,
	.td_module_2 .entry-title,
	.td_module_3 .entry-title,
	.td_module_4 .entry-title,
	.td_module_5 .entry-title {
		font-size: 15px!important;
		line-height: 19px!important;
		margin-bottom: 8px
	}
}

@media(max-width:767px) {
	.td_module_1 .entry-title,
	.td_module_2 .entry-title,
	.td_module_3 .entry-title,
	.td_module_4 .entry-title,
	.td_module_5 .entry-title {
		font-size: 19px!important;
		line-height: 24px!important
	}
}

.td_module_1 .td-module-thumb,
.td_module_2 .td-module-thumb,
.td_module_3 .td-module-thumb,
.td_module_4 .td-module-thumb,
.td_module_5 .td-module-thumb {}

@media(max-width:1023px) {
	.td_module_1 .td-module-thumb,
	.td_module_2 .td-module-thumb,
	.td_module_3 .td-module-thumb,
	.td_module_4 .td-module-thumb,
	.td_module_5 .td-module-thumb {
		margin-bottom: 8px
	}
}

.td_module_1 .meta-info,
.td_module_2 .meta-info,
.td_module_3 .meta-info,
.td_module_4 .meta-info,
.td_module_5 .meta-info {
	margin-bottom: 14px;
	line-height: 11px;
	border-bottom: 1px solid #e1e1e1;
}

@media(max-width:1023px) {
	.td_module_1 .meta-info,
	.td_module_2 .meta-info,
	.td_module_3 .meta-info,
	.td_module_4 .meta-info,
	.td_module_5 .meta-info {
		margin-bottom: 10px
	}
}

.td_module_1 .td-post-author-name,
.td_module_2 .td-post-author-name,
.td_module_3 .td-post-author-name,
.td_module_4 .td-post-author-name,
.td_module_5 .td-post-author-name,
.td_module_1 .td-post-date,
.td_module_2 .td-post-date,
.td_module_3 .td-post-date,
.td_module_4 .td-post-date,
.td_module_5 .td-post-date {
	margin-bottom: 3px
}

.td_module_6 .entry-title,
.td_module_7 .entry-title,
.td_module_8 .entry-title {
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	margin: 0 0 7px
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_6 .entry-title,
	.td_module_7 .entry-title,
	.td_module_8 .entry-title {
		margin-bottom: 5px;
		font-size: 12px!important;
		line-height: 15px!important
	}
}

@media(max-width:767px) {
	.td_module_6 .entry-title,
	.td_module_7 .entry-title,
	.td_module_8 .entry-title {
		font-size: 14px!important;
		line-height: 19px!important
	}
}

.td_module_6 .td-post-author-name,
.td_module_7 .td-post-author-name,
.td_module_8 .td-post-author-name,
.td_module_6 .td-post-date,
.td_module_7 .td-post-date,
.td_module_8 .td-post-date {
	margin-top: 3px;
	margin-bottom: 3px;
	vertical-align: middle
}

.td_module_6 .meta-info,
.td_module_7 .meta-info,
.td_module_8 .meta-info {
	margin-bottom: 0;
	line-height: 11px
}

.td-excerpt,
.td-module-excerpt {
	margin-bottom: 15px;
	color: #444;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

.entry-review-stars {
	display: inline-block;
	position: relative;
	left: 1px;
	vertical-align: middle;
	margin-top: -1px;
	margin-bottom: -1px;
	top: 0
}

.td-module-title {
	
}

.td-module-title a {
	color: #111
}

.td-module-comments {
	position: relative;
	top: -3px;
	background-color: #e41d2c;
	float: right;
	font-family: open sans, arial, sans-serif;
	font-size: 11px;
	text-align: center;
	-webkit-border-radius: 2px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 2px;
	-moz-border-radius-bottomright: 0;
	border-radius: 2px;
	border-bottom-right-radius: 0
}

.td-module-comments a {
	color: #fff;
	padding: 2px 4px 3px;
	display: inline-block;
	min-width: 22px;
	height: 20px;
	line-height: 16px
}

.td-module-comments a:after {
	position: absolute;
	bottom: -5px;
	right: 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 0;
	border-color: #5b5b5b transparent transparent transparent
}

.td-module-comments a:hover {
	color: #fff
}

.td-read-more {
	display: inline-block
}

.td-read-more a {
	font-family: open sans, arial, sans-serif;
	background-color: #444;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
	padding: 8px 12px;
	display: block
}

.td-read-more a:hover {
	background-color: #4db2ec
}

.td_module_wrap {
	position: relative;
	z-index: 0;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom: 1px solid #e1e1e1;
}
.td_module_wrap:last-child {
	position: relative;
	z-index: 0;
	margin-top:3px;
	margin-bottom:2px;
	border-bottom:none;
}

.td-video-play-ico {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2
}

.td-video-play-ico img {
	position: relative;
	left: -50%;
	top: -20px!important
}

.td-video-play-ico.td-video-small img {
	top: -10px!important
}

.td-admin-edit {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 2;
	background-color: rgba(0, 0, 0, .3);
	color: #fff!important;
	padding: 3px 10px;
	font-size: 13px;
	-webkit-transition: background-color .4s;
	-moz-transition: background-color .4s;
	-o-transition: background-color .4s;
	transition: background-color .4s
}

.td-admin-edit:hover {
	background-color: #000
}

.td-module-thumb:hover .td-admin-edit {
	display: block
}

.td-module-thumb {
	position: relative;
	margin-bottom: 12px;
	margin-top: 2px;
}

.td-module-thumb:hover .td-admin-edit {
	display: block;
	color: #fff
}

.td-module-thumb .entry-thumb {
	display: block;
}

@media(max-width:767px) {
	.td-module-thumb .entry-thumb {
		width: 100%
	}
}

.td_module_wrap .entry-title a,
.td_mod_mega_menu .entry-title a {
	-o-transition: color .2s cubic-bezier(0, 0, .58, 1) 0s;
	-moz-transition: color .2s cubic-bezier(0, 0, .58, 1) 0s;
	-khtml-transition: color .2s cubic-bezier(0, 0, .58, 1) 0s;
	-webkit-transition: color .2s cubic-bezier(0, 0, .58, 1) 0s;
	-ms-transition: color .2s cubic-bezier(0, 0, .58, 1) 0s;
	transition: color .2s cubic-bezier(0, 0, .58, 1) 0s
}

.td_module_wrap:hover .entry-title a,
.td_mod_mega_menu:hover .entry-title a {
	color: #4db2ec
}

.td_module_mx1:hover .entry-title a {
	color: #fff
}

.td-module-image {
	position: relative
}

.td-module-image .td-post-category {
	position: absolute;
	border-radius: 0 3px 0 0;
	bottom: 0;
	display: block
}

.td-module-meta-info {
	font-family: open sans, arial, sans-serif;
	font-size: 11px;
	line-height: 14px
}

.td-module-meta-info .td-post-author-name {
	color: #222;
	font-weight: 700;
	margin-bottom: 3px
}

.td-module-meta-info .td-post-date {
	color: #444;
	margin-bottom: 3px
}

.td-module-meta-info .entry-review-stars {
	height: 15px;
	position: relative;
	top: -1px;
	margin-bottom: 2px
}

.td-module-meta-info .entry-review-stars i {
	line-height: 10px
}

.wpb_widgetised_column {
	padding: 0!important;
	margin-bottom: 20px!important
}

.wpb_widgetised_column_heading {
	margin: 20px 0 0 20px!important
}

.wpb_content_element {
	border-style: solid!important;
	border-width: 0;
	border-color: #e6e6e6;
	padding-top: 23px
}

.wpb_heading {
	background-color: #222;
	border-radius: 3px;
	color: #fff;
	display: inline-table;
	font-family: open sans, arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 16px;
	padding: 2px 15px;
	position: relative;
	top: -3px;
	vertical-align: middle;
	margin: 0 0 16px
}

.vc_wp_rss,
.vc_wp_archives,
.vc_wp_categories,
.vc_wp_posts,
.vc_wp_text,
.vc_wp_custommenu,
.vc_wp_tagcloud,
.vc_wp_pages,
.vc_wp_calendar,
.vc_wp_recentcomments,
.vc_wp_meta,
.vc_wp_search {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0
}

.vc_wp_rss .widgettitle a:first-child {
	display: none
}

.vc_wp_rss .widgettitle .rsswidget {
	color: #fff;
	line-height: 16px
}

.vc_wp_search {
	padding-bottom: 0
}

.vc_wp_search .wpb_button {
	margin: 0
}

.vc_wp_search .widget_search {
	margin-top: 20px;
	margin-bottom: 20px
}

.vc_wp_tagcloud .widgettitle {
	margin-bottom: 20px
}

.widgettitle {
	background-color: #222;
	border-radius: 3px;
	color: #fff;
	display: inline-table;
	font-family: open sans, arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 16px;
	padding: 2px 15px;
	position: relative;
	top: -4px;
	vertical-align: middle;
	margin-bottom: 7px;
	margin-top: 24px
}

.wpb_text_column {
	padding-top: 20px;
	margin: 0 19px 0 20px
}

@media(min-width:768px) and (max-width:1023px) {
	.wpb_text_column {
		margin: 0 17px
	}
}

@media(max-width:767px) {
	.wpb_text_column {
		margin: 0 10px
	}
}

.wpb_text_column h1:first-child,
.wpb_text_column h2:first-child,
.wpb_text_column h3:first-child,
.wpb_text_column h4:first-child,
.wpb_text_column h5:first-child {
	margin-top: 0
}

.vc_separator {
	padding: 10px 0;
	border-top: 0
}

.wpb_alert {
	border-top: 0;
	padding-top: 16px;
	margin: 10px 20px;
	border-color: initial
}

@media(min-width:768px) and (max-width:1023px) {
	.wpb_alert {
		margin: 10px 17px
	}
}

.wpb_alert.vc_alert_3d {
	border-width: 0
}

.fb_like {
	border-top: 0;
	margin: 20px;
	padding: 0!important;
	display: inline-block
}

@media(min-width:768px) and (max-width:1023px) {
	.fb_like {
		margin-left: 17px
	}
}

.twitter-share-button {
	margin: 20px 20px 0!important;
	padding: 0!important;
	display: inline-block
}

@media(min-width:768px) and (max-width:1023px) {
	.twitter-share-button {
		margin-left: 17px!important
	}
}

@media(max-width:767px) {
	.twitter-share-button {
		margin-left: 10px!important
	}
}

.twitter-count-vertical {
	padding-left: 0
}

.wpb_googleplus {
	border-top: 0;
	margin: 20px!important;
	padding: 0;
	display: inline-block
}

@media(min-width:768px) and (max-width:1023px) {
	.wpb_googleplus {
		padding-left: 17px
	}
}

@media(max-width:767px) {
	.wpb_googleplus {
		padding-left: 10px
	}
}

.wpb_pinterest {
	border-top: 0;
	margin: 20px!important;
	padding: 0!important;
	display: inline-block
}

.wpb_pinterest_type_vertical a {
	margin-top: 40px!important
}

.wpb_toggle {
	margin: 20px 20px 10px;
	background-color: #fff;
	color: #444;
	border: 1px solid #444!important;
	border-radius: 3px;
	padding: 4px 15px!important;
	font-family: open sans, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background-position: 99% center
}

@media(min-width:768px) and (max-width:1023px) {
	.wpb_toggle {
		margin: 10px 17px
	}
}

.wpb_toggle_title_active {
	background-color: #444!important;
	color: #fff!important
}

.wpb_toggle_content {
	padding: 0 20px
}

.wpb_single_image {
	padding-top: 20px
}

.wpb_single_image .wpb_heading {
	display: table
}

.vc_align_center img {
	margin: auto
}

.vc_align_right img {
	margin-left: auto
}

.wpb_gallery .flexslider {
	overflow: hidden
}

.wpb_gallery .wpb_flexslider .flex-control-nav {
	bottom: 0;
	z-index: 2
}

.flex-direction-nav a {
	height: 45px;
	padding-top: 8px
}

.flex-direction-nav a:before {
	font-family: newsmag, sans-serif!important
}

.flex-direction-nav a.flex-next:before {
	content: '\e808'!important
}

.flex-direction-nav a.flex-prev:before {
	content: '\e807'!important
}

.wpb_content_element .icon-next:before {
	font-family: newsmag, sans-serif!important;
	content: '\e808'!important;
	color: #fff;
	font-size: 20px;
	top: 0!important
}

.wpb_content_element .icon-prev:before {
	font-family: newsmag, sans-serif!important;
	content: '\e807'!important;
	color: #fff;
	font-size: 20px;
	top: 0!important
}

body .td-pb-span12 .vc_left {
	margin-left: 15px
}

body .td-pb-span12 .vc_right {
	margin-right: 15px
}

body .td-pb-span12 .wpb_images_carousel {
	padding-left: 0;
	padding-right: 0
}

body .td-pb-span12 .vc_images_carousel {
	padding-right: 19px;
	padding-left: 20px
}

@media(min-width:768px) and (max-width:1023px) {
	body .td-pb-span12 .vc_images_carousel {
		padding-left: 17px;
		padding-right: 17px
	}
}

@media(max-width:767px) {
	body .td-pb-span12 .vc_images_carousel {
		padding-left: 10px;
		padding-right: 10px
	}
}

body .td-pb-span12 .vc_per-view-more {
	width: 1019px!important;
	padding-right: 10px;
	padding-left: 10px
}

@media(min-width:768px) and (max-width:1023px) {
	body .td-pb-span12 .vc_per-view-more {
		width: 758px!important;
		padding-left: 7px
	}
}

@media(max-width:767px) {
	body .td-pb-span12 .vc_per-view-more {
		width: auto!important;
		padding-left: 0;
		padding-right: 0
	}
}

body .vc_images_carousel {
	width: auto!important
}

.wpb_images_carousel .wpb_wrapper .wpb_gallery_heading {
	margin: 0 0 20px 20px;
	top: 0
}

@media(min-width:768px) and (max-width:1023px) {
	.wpb_images_carousel .wpb_wrapper .wpb_gallery_heading {
		margin-left: 17px
	}
}

@media(max-width:767px) {
	.wpb_images_carousel .wpb_wrapper .wpb_gallery_heading {
		margin-left: 10px
	}
}

.wpb_tabs {
	margin: 0;
	padding: 0
}

.wpb_tabs .wpb_tabs_nav {
	margin: 20px 20px 0 19px
}

@media(max-width:767px) {
	.wpb_tabs .wpb_tabs_nav {
		margin-left: auto;
		margin-right: auto;
		display: table
	}
}

.wpb_tabs .wpb_tab {
	background-color: #fff!important;
	padding: 0!important
}

.wpb_tabs .wpb_tab .td_block_wrap {
	border-top: 0
}

.wpb_tabs .wpb_tab .td_block_13,
.wpb_tabs .wpb_tab .td_block_14,
.wpb_tabs .wpb_tab .td_block_15 {
	padding-top: 15px;
	left: -1px
}

.wpb_tabs li {
	line-height: 16px;
	margin-right: 0!important;
	margin-bottom: 5px!important
}

.wpb_tabs li:first-child a {
	border-radius: 3px 0 0 3px
}

.wpb_tabs li:last-child a {
	border-radius: 0 3px 3px 0;
	border-right: 1px solid #222
}

.wpb_tabs li:last-child a:before {
	display: none
}

.wpb_tabs li a {
	background-color: #fff;
	color: #444;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-bottom: 1px solid #222!important;
	border-right: 0;
	border-radius: 0;
	padding: 1px 15px!important;
	font-family: open sans, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	-o-transition: none;
	-moz-transition: none;
	-khtml-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	transition: none
}

.wpb_tabs li a:before {
	background-color: #222;
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 1px
}

.wpb_tabs li.ui-tabs-active a,
.wpb_tabs li:hover a {
	background-color: #222;
	color: #fff
}

.td-pb-span6 .wpb_tabs_nav,
.td-pb-span4 .wpb_tabs_nav {
	margin-left: auto;
	margin-right: auto;
	display: table
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .td_block_wrap {
	border-top: 0
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .td_block_13,
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .td_block_14,
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .td_block_15,
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .td-big-grids {
	padding-top: 20px;
	left: 0
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panels-container {
	margin-top: -5px
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels {
	background-color: transparent;
	border: none
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container {
	margin: 20px 20px 0 19px;
	display: block;
	line-height: 1
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list {}

@media(max-width:767px) {
	.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list {
		text-align: center
	}
	.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container {
		margin: 20px 10px 0
	}
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list {
	margin: 0;
	padding: 0
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab {
	line-height: 16px;
	margin: 0 0 5px!important
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:first-child a {
	border-radius: 3px 0 0 3px
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:last-child a {
	border-radius: 0 3px 3px 0;
	border-right: 1px solid #222
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:last-child a:before {
	display: none
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active>a,
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover>a {
	border-color: transparent;
	background-color: #222;
	color: #fff
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab>a {
	background-color: #fff;
	color: #444;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-bottom: 1px solid #222!important;
	border-right: 0;
	border-radius: 0;
	padding: 1px 15px!important;
	font-family: open sans, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	white-space: nowrap
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab>a:before {
	background-color: #222;
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 1px
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panel-heading {
	display: none
}

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panel-body {
	padding: 0;
	background-color: transparent;
	border-width: 0!important;
	border-radius: 0!important
}

.td-pb-span6 .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list,
.td-pb-span4 .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list {
	text-align: center
}

.wpb_tour .wpb_heading {
	float: left
}

.wpb_tour .wpb_tabs_nav {
	clear: both
}

.wpb_tour .wpb_tabs_nav li {
	line-height: 16px;
	margin: 0!important
}

.wpb_tour .wpb_tabs_nav li:first-child a {
	border-radius: 3px 0 0 0
}

.wpb_tour .wpb_tabs_nav li:last-child a {
	border-radius: 0 0 0 3px;
	border-bottom: 1px solid #444
}

.wpb_tour .wpb_tabs_nav li a {
	background-color: #fff;
	color: #444;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #444!important;
	border-bottom: 0;
	border-radius: 0;
	padding: 4px 15px!important;
	font-family: open sans, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase
}

.wpb_tour .wpb_tabs_nav li.ui-tabs-active a {
	background-color: #444;
	color: #fff
}

.wpb_tour .wpb_tabs_nav li:hover a {
	background-color: #444;
	color: #fff
}

.wpb_tour .wpb_content_element {
	padding: 0!important
}

.wpb_accordion {
	padding-top: 20px
}

.wpb_accordion .ui-state-active a {
	background-color: #444!important;
	color: #fff!important
}

.wpb_accordion .wpb_content_element {
	padding: 0!important
}

.wpb_accordion .wpb_accordion_content {
	padding: 10px 0 20px!important
}

.wpb_accordion .wpb_accordion_header {
	background-color: #fff!important;
	margin-bottom: 5px!important
}

.wpb_accordion .wpb_accordion_header span {
	top: 0!important;
	bottom: 0!important;
	margin: auto
}

.wpb_accordion .wpb_accordion_header a {
	background-color: #fff;
	color: #444;
	border: 1px solid #444;
	border-radius: 3px;
	padding: 4px 15px!important;
	font-family: open sans, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase
}

.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel-body {
	padding: 0;
	border-width: 0;
	border-radius: 0
}

.wpb_teaser_grid {
	padding: 23px 0 0
}

.wpb_teaser_grid .wpb_teaser_grid_heading {
	margin-left: 20px
}

.teaser_grid_container ul {
	margin: 0
}

.teaser_grid_container li {
	padding: 0 20px!important;
	width: 33%!important
}

@media(min-width:768px) and (max-width:1023px) {
	.teaser_grid_container li {
		padding: 0 16px!important
	}
}

.teaser_grid_container .post-title {
	margin: 0 0 10px;
	line-height: 16px
}

.teaser_grid_container .post-title a {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	margin: 0 0 12px;
	color: #222
}

.teaser_grid_container .post-thumb img {
	margin-bottom: 35px!important
}

.vc_carousel {
	padding: 0
}

.vc_carousel .vc_carousel {
	padding: 23px 0 20px
}

.vc_carousel .vc_slide {
	margin: 0 20px!important
}

@media(min-width:768px) and (max-width:1023px) {
	.vc_carousel .vc_slide {
		margin: 0 17px!important
	}
}

@media(max-width:767px) {
	.vc_carousel .vc_slide {
		margin: 0 10px!important
	}
}

.vc_carousel .vc_per-view-more {
	margin: 0!important
}

.vc_carousel .icon-next:before,
.vc_carousel .icon-prev:before {
	top: 0!important
}

.vc_carousel .wpb_gallery_heading {
	margin: 20px 0 0 20px;
	top: 0
}

@media(min-width:768px) and (max-width:1023px) {
	.vc_carousel .wpb_gallery_heading {
		margin-left: 17px
	}
}

@media(max-width:767px) {
	.vc_carousel .wpb_gallery_heading {
		margin-left: 10px
	}
}

.vc_carousel .post-title {
	margin: 0 0 10px;
	line-height: 16px
}

.vc_carousel .post-title a {
	font-size: 13px;
	font-weight: 600;
	line-height: 10px;
	margin: 0 0 12px;
	color: #222
}

.wpb_button {
	display: inline-block;
	font-family: open sans, arial, sans-serif;
	font-weight: 600;
	line-height: 24px;
	text-shadow: none;
	margin-bottom: 20px!important;
	margin-left: 20px;
	margin-right: 20px;
	border: none;
	transition: none
}

.wpb_button:hover {
	text-shadow: none
}

.vc_btn {
	margin-bottom: 20px!important;
	margin-left: 20px;
	margin-right: 20px;
	transition: none!important
}

.td-post-content .vc_btn {
	margin-left: 0;
	margin-right: 0
}

.wpb_text_column .vc_btn,
.widget_text .vc_btn {
	margin-left: 0;
	margin-right: 0
}

body .vc_btn:hover {
	text-decoration: none!important
}

.vc_btn-black:hover,
.wpb_btn-black:hover {
	background-color: #4db2ec!important
}

.wpb_default {
	background-color: #4db2ec
}

.wpb_default:hover {
	text-shadow: none;
	background-color: #4db2ec;
	opacity: .8;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s
}

.wpb_call_to_action {
	padding-top: 20px;
	background-color: #444
}

.wpb_call_to_action .wpb_call_text {
	color: #fff
}

.vc_call_to_action {
	padding-top: 20px
}

.wpb_video_widget {
	margin-bottom: 26px
}

.wpb_video_widget .wpb_video_wrapper {
	padding-top: 0!important
}

.wpb_video_widget .wpb_video_wrapper iframe {
	position: relative
}

.wpb_flickr_widget .wpb_heading {
	display: table
}

.vc_custom_heading h4 {
	margin: 0
}

.vc_grid .vc_btn {
	margin: 0!important
}

.tdc-block-empty,
.tdc-placeholder-title {
	margin: 20px!important
}

@media(min-width:768px) and (max-width:1023px) {
	.tdc-block-empty,
	.tdc-placeholder-title {
		margin: 20px 17px!important
	}
}

@media(max-width:767px) {
	.tdc-block-empty,
	.tdc-placeholder-title {
		margin: 20px 10px!important
	}
}

.td-header-wrap.td-header-style-1 .td-spot-id-header .tdc-placeholder-title,
.td-header-wrap.td-header-style-2 .td-spot-id-header .tdc-placeholder-title,
.td-header-wrap.td-header-style-3 .td-spot-id-header .tdc-placeholder-title,
.td-header-wrap.td-header-style-4 .td-spot-id-header .tdc-placeholder-title,
.td-header-wrap.td-header-style-6 .td-spot-id-header .tdc-placeholder-title {
	margin-top: 12px!important
}

.td-header-wrap.td-header-style-5 .td-spot-id-header,
.td-header-wrap.td-header-style-7 .td-spot-id-header,
.td-header-wrap.td-header-style-8 .td-spot-id-header,
.td-header-wrap.td-header-style-9 .td-spot-id-header,
.td-header-wrap.td-header-style-10 .td-spot-id-header {
	margin-top: 20px!important;
	margin-bottom: 20px!important
}

.td-header-wrap.td-header-style-5 .tdc-placeholder-title,
.td-header-wrap.td-header-style-7 .tdc-placeholder-title,
.td-header-wrap.td-header-style-8 .tdc-placeholder-title,
.td-header-wrap.td-header-style-9 .tdc-placeholder-title,
.td-header-wrap.td-header-style-10 .tdc-placeholder-title {
	margin: 0!important
}

.td-spot-id-sidebar .tdc-placeholder-title,
[class*=td-spot-id-custom_ad] .tdc-placeholder-title {
	margin: 20px auto!important
}

.td-pb-span8 [class*=td-spot-id-custom_ad] .tdc-placeholder-title {
	width: 100%
}

.tdc-missing-external-shortcode,
.td-block-missing-settings,
.tdc_external_shortcode {
	background-color: transparent;
	margin: 0 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 21px;
	font-weight: 400;
	text-align: left;
	padding: 20px;
	border: 1px solid #eeecf0;
	color: #000
}

@media(min-width:768px) and (max-width:1023px) {
	.tdc-missing-external-shortcode,
	.td-block-missing-settings,
	.tdc_external_shortcode {
		margin: 0 17px
	}
}

@media(max-width:767px) {
	.tdc-missing-external-shortcode,
	.td-block-missing-settings,
	.tdc_external_shortcode {
		margin: 0 10px
	}
}

.tdc-missing-external-shortcode span,
.td-block-missing-settings span,
.tdc_external_shortcode span {
	background-color: #ec4d4d;
	color: #fff;
	font-weight: 700;
	padding: 3px 8px 4px;
	font-size: 10px;
	position: relative;
	top: -1px;
	margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.td-header-sp-top-menu .td-block-missing-settings {
	padding: 0;
	border: none;
	color: #888;
	font-size: 10px
}

.td-header-sp-top-menu .td-block-missing-settings span {
	padding: 2px 6px;
	font-size: 9px
}

.tdc-element .tdc-block-empty {
	height: 50px;
	border: 1px solid #ebebeb;
	font-size: 13px;
	line-height: 50px;
	color: #666
}

.tdc-element .tdc-block-empty:before {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0;
	left: 0;
	right: 0
}

.tdc-element .tdc-block-empty.td_block_authors {
	outline: none
}

.tdc-element .tdc-block-empty.td_block_authors:before {
	content: 'No author'
}

.td-element-style {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	pointer-events: none
}

.tdc-elements .td_block_slide .td_module_slide {
	position: relative
}

.tdc-elements .td-theme-slider .td-icon-left,
.tdc-elements .td-theme-slider .td-icon-right {
	display: none
}

.td_module_1 {
	padding-bottom: 0px
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_1 {
		padding-bottom: 0px
	}
}

.td_module_1 .entry-title {
	margin-bottom: 8px
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_1 .entry-title {
		margin-bottom: 7px
	}
}

.td_module_1 .entry-thumb {}

@media(min-width:1024px) {
	.td_module_1 .entry-thumb {
		min-height: 160px
	}
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_1 .entry-thumb {
		min-height: 116px
	}
}

.td_module_2 {
	padding-bottom: 22px
}

.td_module_2 .entry-thumb {}

@media(min-width:1024px) {
	.td_module_2 .entry-thumb {
		min-height: 160px
	}
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_2 .entry-thumb {
		min-height: 116px
	}
}

.td_module_2 .td-module-thumb {}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_2 .td-module-thumb {
		margin-bottom: 9px
	}
}

.td_module_2 .td-module-comments {
	top: -4px
}

.td_module_3 {
	padding-bottom: 30px
}

.td_module_3 .td-module-comments {
	top: -4px
}

.td_module_3 .td-module-thumb {}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_3 .td-module-thumb {
		margin-bottom: 9px
	}
}

.td_module_3 .entry-thumb {
	width: auto
}

@media(min-width:1024px) {
	.td_module_3 .entry-thumb {
		min-height: 194px
	}
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_3 .entry-thumb {
		min-height: 141px
	}
}

@media(max-width:767px) {
	.td_module_3 .entry-thumb {
		width: 100%
	}
}

.td_module_4 {
	margin-bottom: 37px
}

.td_module_4 .td-module-comments {
	top: -4px
}

.td_module_4 .td-module-thumb {}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_4 .td-module-thumb {
		margin-bottom: 9px
	}
}

.td_module_4 .entry-thumb {}

@media(min-width:1024px) {
	.td_module_4 .entry-thumb {
		min-height: 194px
	}
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_4 .entry-thumb {
		min-height: 141px
	}
}

.td_module_5 {
	margin-bottom: 12px!important;
	border-bottom: 1px dashed #f1f1f1;
	padding-bottom: 16px
}

@media(max-width:767px) {
	.td_module_5 {
		margin-bottom: 16px!important
	}
}

.td_module_5 .td-module-comments {
	top: -4px
}

.td_module_5 .td-excerpt {
	margin-bottom: 0
}

.td_module_5 .entry-thumb {}

@media(min-width:1024px) {
	.td_module_5 .entry-thumb {
		min-height: 194px
	}
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_5 .entry-thumb {
		min-height: 141px
	}
}

.td-block-row:last-child .td_module_5 {
	border-bottom: none;
	padding-bottom: 2px
}

.td_module_6 {
	*zoom: 1
}

.td_module_6:before,
.td_module_6:after {
	display: table;
	content: "";
	line-height: 0
}

.td_module_6:after {
	clear: both
}

.td_module_6 .td-module-thumb {
	position: absolute;
	overflow: hidden;
	height: 75px;
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_6 .td-module-thumb {
		width: 80px
	}
}

.td_module_6 .item-details {
	margin-left: 115px;
	margin-top: 5px;
	margin-bottom: 5px;
    min-height: 74px;
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_6 .item-details {
		margin-left: 92px;
		margin-bottom: 10px
	}
}

@media(max-width:767px) {
	.td_module_6 .item-details {
		margin-left: 114px
	}
}

.td_module_6 .entry-date {
	position: relative
}

.td_module_6 .entry-thumb {
	width: 100px;
	height: auto
}

@media(min-width:1024px) {
	.td_module_6 .entry-thumb {
		min-height: 70px
	}
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_6 .entry-thumb {
		min-height: 60px
	}
}

.td_module_6 .entry-review-stars {
	margin-top: 1px
}

.td_module_7 {
	*zoom: 1
}

.td_module_7:before,
.td_module_7:after {
	display: table;
	content: "";
	line-height: 0
}

.td_module_7:after {
	clear: both
}

.td_module_7 .td-module-thumb {
	position: relative;
	float: left;
    width: 29%;
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_7 .td-module-thumb {
		width: 80px
	}
}

.td_module_7 .item-details {
    min-height: 76px;
    margin-left: 4px;
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_7 .item-details {
		margin-right: 92px;
		margin-bottom: 10px
	}
}

@media(max-width:767px) {
	.td_module_7 .item-details {
		margin-right: 114px
	}
}

.td_module_7 .entry-date {
	position: relative
}

.td_module_7 .entry-thumb {
	width: 100px;
	height: auto
}

@media(min-width:1024px) {
	.td_module_7 .entry-thumb {
		min-height: 75px
	}
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_7 .entry-thumb {
		min-height: 60px
	}
}

.td_module_7 .entry-review-stars {
	margin-top: 1px
}

.td_module_8 {
	position: relative;
	top: -4px
}

.td_module_8 .td-module-comments {
	top: 2px
}

.td_module_8 .item-details {
}

.td_module_8 .entry-title {
	font-size: 15px;
	line-height: 19px
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_8 .entry-title {
		margin-bottom: 7px;
		font-size: 13px!important;
		line-height: 18px!important
	}
}

.td_module_8 .entry-review-stars {
	margin-top: 1px
}

.td_module_9 {
	text-align: center;
	position: relative;
	top: -6px;
	margin-top: 8px
}

.td_module_9 .entry-title {
	font-size: 17px;
	line-height: 21px;
	font-weight: 600;
	margin: 0 0 8px
}

@media(max-width:1023px) {
	.td_module_9 .entry-title {
		font-size: 15px!important;
		line-height: 19px!important
	}
}

.td_module_9 .item-details {
	border-bottom: 1px dashed #f1f1f1;
	padding-bottom: 10px;
	margin-bottom: 0px
}

@media(max-width:1023px) {
	.td_module_9 .item-details {
		padding-bottom: 2px;
		margin-bottom: 8px
	}
}

.td_module_9 .td-post-category {
	margin: 4px auto 6px;
	display: table;
	white-space: normal
}

.td_module_9 .entry-review-stars {
	margin-top: 1px
}

.td_module_9 .meta-info {
	margin-bottom: 0px
}

.td_module_10 {
	padding-left: 20px;
	padding-right: 19px;
	*zoom: 1
}

.td_module_10:before,
.td_module_10:after {
	display: table;
	content: "";
	line-height: 0
}

.td_module_10:after {
	clear: both
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_10 {
		padding-left: 17px;
		padding-right: 17px
	}
}

@media(max-width:767px) {
	.td_module_10 {
		padding-left: 10px;
		padding-right: 10px
	}
}

.td_module_10 .td-module-thumb {
	float: left;
	width: 180px;
	margin-bottom: 40px
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_10 .td-module-thumb {
		width: 168px
	}
}

@media(max-width:767px) {
	.td_module_10 .td-module-thumb {
		width: 40%;
		margin-bottom: 26px
	}
}

.td_module_10 .entry-thumb {
	width: 100%
}

.td_module_10 .entry-title {
	margin: 0 0 8px;
	font-weight: 600;
	font-size: 21px;
	line-height: 26px
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_10 .entry-title {
		margin-bottom: 6px;
		font-size: 17px!important;
		line-height: 21px!important
	}
}

@media(max-width:767px) {
	.td_module_10 .entry-title {
		font-size: 16px!important;
		line-height: 20px!important
	}
}

.td_module_10 .td-excerpt {}

@media(max-width:767px) {
	.td_module_10 .td-excerpt {
		display: none
	}
}

.td_module_10 .td-post-category {
	top: -2px
}

@media(max-width:767px) {
	.td_module_10 .td-post-category {
		display: table;
		top: -1px;
		margin-bottom: 4px
	}
}

.td_module_10 .meta-info {
	margin-bottom: 14px
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_10 .meta-info {
		margin-bottom: 10px
	}
}

.td_module_10 .item-details {
	position: relative;
	min-height: 135px;
	margin-left: 200px;
	margin-bottom: 40px
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_10 .item-details {
		min-height: 128px;
		margin-left: 188px
	}
}

@media(max-width:767px) {
	.td_module_10 .item-details {
		margin-left: 44%;
		margin-bottom: 26px;
		min-height: 0
	}
}

.td_module_11 {
	padding-left: 20px;
	padding-right: 19px;
	*zoom: 1
}

.td_module_11:before,
.td_module_11:after {
	display: table;
	content: "";
	line-height: 0
}

.td_module_11:after {
	clear: both
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_11 {
		padding-left: 17px;
		padding-right: 17px
	}
}

@media(max-width:767px) {
	.td_module_11 {
		padding-left: 10px;
		padding-right: 10px
	}
}

.td_module_11 .td-module-thumb {
	float: left;
	width: 238px;
	margin-bottom: 40px
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_11 .td-module-thumb {
		width: 200px
	}
}

@media(max-width:767px) {
	.td_module_11 .td-module-thumb {
		width: 40%;
		margin-bottom: 26px
	}
}

.td_module_11 .entry-thumb {
	width: 100%
}

.td_module_11 .td-excerpt {
	margin-bottom: 19px
}

@media(max-width:767px) {
	.td_module_11 .td-excerpt {
		display: none
	}
}

.td_module_11 .entry-title {
	margin: 0 0 7px;
	font-weight: 600;
	font-size: 21px;
	line-height: 26px
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_11 .entry-title {
		margin-bottom: 8px;
		font-size: 17px!important;
		line-height: 21px!important
	}
}

@media(max-width:767px) {
	.td_module_11 .entry-title {
		font-size: 16px!important;
		line-height: 20px!important
	}
}

.td_module_11 .meta-info {
	margin-bottom: 14px
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_11 .meta-info {
		margin-bottom: 10px
	}
}

.td_module_11 .item-details {
	position: relative;
	min-height: 178px;
	margin-left: 258px;
	margin-bottom: 40px
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_11 .item-details {
		min-height: 150px;
		margin-left: 218px
	}
}

@media(max-width:767px) {
	.td_module_11 .item-details {
		margin-left: 44%;
		margin-bottom: 26px;
		min-height: 0
	}
}

.td_module_11 .td-post-category {
	top: -2px
}

@media(max-width:767px) {
	.td_module_11 .td-post-category {
		display: table;
		margin-bottom: 5px
	}
}

.td_module_11 .td-read-more {}

@media(max-width:1023px) {
	.td_module_11 .td-read-more {
		display: none
	}
}

.td_module_12 {
	padding-left: 20px;
	padding-right: 19px
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_12 {
		padding-left: 17px;
		padding-right: 17px
	}
}

@media(max-width:767px) {
	.td_module_12 {
		padding-left: 10px;
		padding-right: 10px
	}
}

.td_module_12 .entry-title {
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 7px;
	font-weight: 500
}

@media(max-width:1023px) {
	.td_module_12 .entry-title {
		font-size: 22px!important;
		line-height: 28px!important
	}
}

.td_module_12 .item-details {
	border-bottom: 1px dashed #f1f1f1;
	padding-bottom: 29px;
	margin-bottom: 20px
}

.td_module_12 .meta-info {
	margin-bottom: 14px
}

.td_module_12 .td-module-excerpt {
	margin-bottom: 12px
}

.td_module_12 .td-post-category {
	top: -2px
}

.td_module_13 {
	padding-left: 20px;
	padding-right: 19px
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_13 {
		padding-left: 17px;
		padding-right: 17px
	}
}

@media(max-width:767px) {
	.td_module_13 {
		padding-left: 10px;
		padding-right: 10px
	}
}

.td_module_13 .entry-title {
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 7px;
	font-weight: 500
}

@media(max-width:1023px) {
	.td_module_13 .entry-title {
		font-size: 22px!important;
		line-height: 28px!important
	}
}

.td_module_13 .item-details {
	border-bottom: 1px dashed #f1f1f1;
	padding-bottom: 20px;
	margin-bottom: 20px
}

.td_module_13 .meta-info {
	margin-bottom: 14px
}

.td_module_13 .td-post-category {
	top: -2px
}

@media(max-width:767px) {
	.td_module_13 .td-post-category {
		top: -1px
	}
}

.td_module_13 .td-module-thumb {
	margin-bottom: 20px
}

.td_module_14 {
	z-index: 2
}

.td_module_14 .meta-info {
	position: absolute;
	background-color: #fff;
	border-bottom: 1px dashed #f1f1f1;
	margin: 0 20px;
	padding: 13px 20px 12px;
	bottom: -49px;
	width: 639px
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_14 .meta-info {
		width: 463px
	}
}

@media(max-width:767px) {
	.td_module_14 .meta-info {
		width: 100%;
		margin: 0;
		bottom: auto;
		padding: 8px 10px 10px;
		position: relative
	}
}

.td_module_14 .entry-title {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 11px;
	font-weight: 600
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_14 .entry-title {
		margin-bottom: 12px;
		font-size: 17px!important;
		line-height: 21px!important
	}
}

@media(max-width:767px) {
	.td_module_14 .entry-title {
		margin-bottom: 7px;
		font-size: 19px!important;
		line-height: 24px!important
	}
}

.td_module_14 .td-module-thumb {
	width: 681px;
	max-height: 350px;
	position: relative;
	left: -1px;
	margin-bottom: 49px;
	overflow: hidden
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_14 .td-module-thumb {
		max-height: 260px;
		width: 505px
	}
}

@media(max-width:767px) {
	.td_module_14 .td-module-thumb {
		width: 100%;
		margin-bottom: 0;
		max-height: none;
		left: 0
	}
}

.td_module_14 .td-module-thumb .entry-thumb {
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

@media(max-width:767px) {
	.td_module_14 .td-module-thumb .entry-thumb {
		width: 100%
	}
}

.td_module_14 .meta-info-container {
	position: relative
}

.td_module_14 .td-excerpt {
	padding: 12px 20px 37px;
	margin: 0;
	max-width: 681px
}

@media(max-width:767px) {
	.td_module_14 .td-excerpt {
		padding: 6px 10px 50px
	}
}

.td_module_14 .td-post-category {
	top: -2px
}

@media(max-width:767px) {
	.td_module_14 .td-post-category {
		top: -1px
	}
}

.td_module_14 .entry-thumb {}

@media(min-width:1024px) {
	.td_module_14 .entry-thumb {
		min-height: 100px
	}
}

.td_module_15 {
	border-top: 0;
	padding-top: 0;
	margin-bottom: 40px;
	padding-bottom: 24px;
	border-bottom: 1px dashed #f1f1f1!important;
	margin-left: 20px;
	margin-right: 19px
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_15 {
		margin-left: 17px;
		margin-right: 17px
	}
}

@media(max-width:767px) {
	.td_module_15 {
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
		padding-bottom: 4px
	}
}

.td_module_15 .entry-title {
	font-family: open sans, arial, sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #222;
	margin: 6px 0 7px;
	word-wrap: break-word
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_15 .entry-title {
		font-size: 24px!important;
		line-height: 28px!important;
		font-weight: 600
	}
}

@media(max-width:767px) {
	.td_module_15 .entry-title {
		font-size: 22px!important;
		line-height: 28px!important;
		font-weight: 600;
		margin-bottom: 6px
	}
}

.td_module_15 .entry-title a {
	color: #222
}

.td_module_15 .entry-title a:hover {
	text-decoration: none!important
}

@media(max-width:767px) {
	.td_module_15 .entry-title {
		font-size: 28px;
		line-height: 36px
	}
}

.td_module_15 .td-category {
	margin-bottom: 5px;
	display: inline-block
}

.td_module_15 .td-category a {
	background-color: #111;
	font-style: normal
}

.td_module_15 .td-category li {
	margin: 0 5px 3px 0
}

@media(max-width:767px) {
	.td_module_15 .td-category li {
		position: relative;
		top: -1px
	}
}

.td_module_15 .td-category li a:hover {
	text-decoration: none!important
}

.td_module_15 .td-category li:before {
	display: none
}

.td_module_15 .meta-info {}

@media(max-width:767px) {
	.td_module_15 .meta-info {
		margin-bottom: 15px
	}
}

.td_module_mx1 {
	position: relative;
	*zoom: 1
}

@media(max-width:767px) {
	.td_module_mx1 {
		border-bottom: 3px solid #fff
	}
}

.td_module_mx1:before,
.td_module_mx1:after {
	display: table;
	content: "";
	line-height: 0
}

.td_module_mx1:after {
	clear: both
}

.td_module_mx1 .meta-info .td-post-category {
	background-color: #fff;
	color: #222;
	vertical-align: top
}

.td_module_mx1 .meta-info {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 0 28px;
	z-index: 1
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_mx1 .meta-info {
		padding: 0 17px
	}
}

@media(max-width:767px) {
	.td_module_mx1 .meta-info {
		padding: 0 10px
	}
}

.td_module_mx1 .meta-info .td-post-author-name a {
	color: #fff
}

.td_module_mx1 .meta-info a {
	color: #fff
}

.td_module_mx1 .entry-title {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	line-height: 21px;
	margin-bottom: 0;
	bottom: 9px;
	margin-top: 0
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_mx1 .entry-title {
		font-size: 15px!important;
		line-height: 19px!important;
		bottom: 7px
	}
}

@media(max-width:767px) {
	.td_module_mx1 .entry-title {
		font-size: 17px!important;
		line-height: 21px!important;
		bottom: 7px
	}
}

.td_module_mx1 .entry-title a {
	color: #fff!important
}

.td_module_mx1 .entry-review-stars {
	height: 15px;
	position: relative;
	top: -1px;
	margin-bottom: 2px
}

.td_module_mx1 .entry-review-stars i {
	line-height: 10px
}

.td_module_mx1.td_module_wrap {
	z-index: auto
}

.td_module_mx1:hover .meta-info .entry-title a {
	color: #fff
}

.td_module_mx1 .td-module-thumb {
	width: 410px;
	height: 300px;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 0;
	padding-left:6px
}

.td_module_mx1 .td-module-thumb a:last-child:before {
	bottom: 0;
	content: "";
	display: block;
	height: 80%;
	width: 95%;
	position: absolute;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .7)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
	    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, .7) 138%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0)
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_mx1 .td-module-thumb {
		width: 253px;
		height: 163px
	}
}

@media(max-width:767px) {
	.td_module_mx1 .td-module-thumb {
		width: 90%;
		height: auto
	}
}

.td_module_mx1 .td-module-thumb .entry-thumb {
	width: 100%
}

.td_module_mx1 .td-block14-border {
	background-color: #fff;
	display: block;
	height: 300px;
	right: -2px;
	position: absolute;
	width: 3px;
	z-index: 2
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_mx1 .td-block14-border {
		height: 163px
	}
}

@media(max-width:767px) {
	.td_module_mx1 .td-block14-border {
		display: none
	}
}

.td_module_mx1 .entry-thumb {}

@media(min-width:1024px) {
	.td_module_mx1 .entry-thumb {
		min-height: 220px
	}
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_mx1 .entry-thumb {
		min-height: 163px
	}
}

.td_block_14 .td-block-span12 .td_module_mx1 {
	margin-bottom: 3px
}

@media(max-width:767px) {
	.td_block_14 .td-block-span12 .td_module_mx1 {
		margin-bottom: 0
	}
}

.td_block_14 .td-block-span12 .td_module_mx1 .td-module-thumb {
	margin-bottom: 0
}

.td_block_14 .td-block-span12 .td-block14-border {
	display: none
}

.wpb_row .td-pb-span4:last-child .td_module_mx1 .td-module-thumb,
.td-column-3 .td-block-span4:last-child .td_module_mx1 .td-module-thumb {}

@media(min-width:768px) and (max-width:1023px) {
	.wpb_row .td-pb-span4:last-child .td_module_mx1 .td-module-thumb,
	.td-column-3 .td-block-span4:last-child .td_module_mx1 .td-module-thumb {
		width: 252px
	}
}

.td_block_14 .td-block-span6 .td-module-thumb {
	margin-bottom: 0
}

.td_block_14 .td-block-row {
	border-bottom: 3px solid #fff
}

@media(max-width:767px) {
	.td_block_14 .td-block-row {
		border-bottom: 0
	}
}

.td_block_14 .td-block-row:last-child {
	border-bottom: 0
}

.td_block_14 .td-block-span6:last-child .td-image-gradient:before {
	width: 341px
}

@media(min-width:768px) and (max-width:1023px) {
	.td_block_14 .td-block-span6:last-child .td-image-gradient:before {
		width: 253px
	}
}

@media(max-width:767px) {
	.td_block_14 .td-block-span6:last-child .td-image-gradient:before {
		width: 100%
	}
}

.td_block_14 .td-block-span6:last-child .td-block14-border {
	display: none
}

.td_block_14 .td-block-span4 .td-module-thumb {
	margin-bottom: 0
}

.td_block_14 .td-block-span4:last-child .td-image-gradient:before {
	width: 341px
}

@media(min-width:768px) and (max-width:1023px) {
	.td_block_14 .td-block-span4:last-child .td-image-gradient:before {
		width: 253px
	}
}

@media(max-width:767px) {
	.td_block_14 .td-block-span4:last-child .td-image-gradient:before {
		width: 100%
	}
}

.td_block_14 .td-block-span4:last-child .td-block14-border {
	display: none
}

.td_module_mx2 {
	*zoom: 1
}

.td_module_mx2:before,
.td_module_mx2:after {
	display: table;
	content: "";
	line-height: 0
}

.td_module_mx2:after {
	clear: both
}

.td_module_mx2 .entry-title {
	font-size: 13px;
	line-height: 18px;
	font-weight: 600
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_mx2 .entry-title {
		font-size: 12px!important;
		line-height: 16px!important
	}
}

@media(max-width:767px) {
	.td_module_mx2 .entry-title {
		font-size: 13px!important;
		line-height: 18px!important
	}
}

.td_module_mx2 .entry-title {
	margin: 0 0 5px
}

.td_module_mx2 .entry-thumb {
	width: 80px;
	height: 70px;
}

.td_module_mx2 .td-module-thumb {
	position: absolute;
	margin: 0 0 0 21px
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_mx2 .td-module-thumb {
		margin: 0 0 0 17px
	}
}

@media(max-width:767px) {
	.td_module_mx2 .td-module-thumb {
		margin: 0 0 0 10px
	}
}

.td_module_mx2 .meta-info {
	margin-bottom: 0
}

.td_module_mx2 .meta-info div {
	margin-bottom: 0
}

.td_module_mx2 .entry-review-stars {
	height: 15px;
	position: relative;
	top: -1px;
	margin-bottom: 2px
}

.td_module_mx2 .entry-review-stars i {
	line-height: 10px
}

.td_module_mx2 .item-details {
	margin: 0 20px 20px 115px;
	display: block;
	min-height: 60px
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_mx2 .item-details {
		margin: 0 15px 17px 110px
	}
}

@media(max-width:767px) {
	.td_module_mx2 .item-details {
		margin: 0 10px 17px 104px
	}
}

.td_module_mx2 .entry-date {
	position: relative
}

.td_module_mx3 {
	position: relative;
	width: 341px;
	padding-bottom: 64px;
	z-index: 1;
	*zoom: 1
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_mx3 {
		width: 252px
	}
}

@media(max-width:767px) {
	.td_module_mx3 {
		width: 100%;
		left: 0;
		padding-bottom: 30px
	}
}

.td_module_mx3:before,
.td_module_mx3:after {
	display: table;
	content: "";
	line-height: 0
}

.td_module_mx3:after {
	clear: both
}

.td_module_mx3 .meta-info {
	position: absolute;
	bottom: 19px;
	min-width: 300px;
	background-color: #fff;
	border-bottom: 1px dashed #f1f1f1;
	margin: 0 20px 0 21px;
	padding: 14px 20px 12px 21px
}

@media(max-width:767px) {
	.td_module_mx3 .meta-info {
		width: 100%;
		margin: 0;
		bottom: auto;
		padding: 8px 10px 10px!important;
		position: relative
	}
}

.td_module_mx3 .td-module-thumb {
	margin-bottom: 4px;
	width: 100%
}

@media(max-width:767px) {
	.td_module_mx3 .td-module-thumb {
		width: 100%;
		margin-bottom: 0
	}
}

.td_module_mx3 .td-module-thumb .entry-thumb {
	width: 100%
}

@media(min-width:1024px) {
	.td_module_mx3 .td-module-thumb .entry-thumb {
		min-height: 100px
	}
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_mx3 .td-module-thumb .entry-thumb {
		min-height: 100px
	}
}

.td_module_mx3 .entry-title {
	position: relative;
	font-family: open sans, arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 19px;
	font-style: normal;
	margin: 0 0 12px;
	height: auto;
	bottom: 0
}

@media(min-width:768px) and (max-width:1023px) {
	.td_module_mx3 .entry-title {
		font-size: 15px!important;
		line-height: 19px!important
	}
}

@media(max-width:767px) {
	.td_module_mx3 .entry-title {
		font-size: 19px!important;
		line-height: 24px!important;
		margin-bottom: 5px
	}
}

.td_module_mx3 .td-module-comments {
	position: relative;
	bottom: 14px
}

.td_module_mx3 .meta-info-container {}

@media(max-width:767px) {
	.td_module_mx3 .meta-info-container {
		position: relative;
		height: auto
	}
}

.td_module_mx3 .td-excerpt {}

@media(max-width:767px) {
	.td_module_mx3 .td-excerpt {
		padding: 6px 10px 50px
	}
}

.td_normal_slide {
	position: relative;
	-webkit-transform: translate3d(0, 0, 0)
}

.td_normal_slide .td_block_inner {
	position: relative
}

.td_normal_slide .td-module-thumb {
	margin-bottom: 0;
	z-index: -1;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media(min-width:768px) {
	.td_normal_slide .td-module-thumb {
		height: 100%!important
	}
}

.td_normal_slide .td-video-play-ico {
	width: 40px!important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.td_normal_slide .slide-meta {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.td_normal_slide .td-admin-edit {
	height: auto!important
}

.td_normal_slide i {
	z-index: 1;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.td_normal_slide .td_module_slide {
	z-index: 1
}

.td_normal_slide .block-title {
	position: absolute;
	left: 20px;
	top: 0;
	z-index: 2;
	margin: 20px 0 0 20px
}

@media(min-width:768px) and (max-width:1023px) {
	.td_normal_slide .block-title {
		margin: 17px 0 0 17px
	}
}

@media(max-width:767px) {
	.td_normal_slide .block-title {
		display: none
	}
}

.td_normal_slide .td-image-gradient:before {
	height: 50%
}

.td_normal_slide .td-wrapper-pulldown-filter {
	position: absolute;
	float: none;
	right: 20px;
	top: 20px;
	z-index: 2
}

.td_normal_slide .td-wrapper-pulldown-filter {}

@media(min-width:768px) and (max-width:1023px) {
	.td_normal_slide .td-wrapper-pulldown-filter {
		top: 17px
	}
}

@media(max-width:767px) {
	.td_normal_slide .td-wrapper-pulldown-filter {
		top: 17px
	}
}

.td_normal_slide .td-wrapper-pulldown-filter .td-pulldown-filter-display-option {
	border: none;
	background-color: rgba(0, 0, 0, .85);
	color: #fff
}

@media(min-width:768px) and (max-width:1023px) {
	.td_normal_slide .td-wrapper-pulldown-filter .td-pulldown-filter-display-option {
		margin-right: 19px!important
	}
}

.td_normal_slide .td-wrapper-pulldown-filter .td-pulldown-filter-display-option i {
	color: #fff
}

.td_normal_slide .td-wrapper-pulldown-filter:hover {
	color: #4db2ec!important
}

.td_normal_slide .td-wrapper-pulldown-filter .td-pulldown-filter-list {
	border: none;
	background-color: rgba(0, 0, 0, .85);
	top: 10px;
	right: 0
}

.td_normal_slide .td-wrapper-pulldown-filter .td-pulldown-filter-list a {
	color: #fff
}

.td_normal_slide .td-wrapper-pulldown-filter .td-pulldown-filter-list a:hover {
	color: #4db2ec
}

.td-pb-span12 .td_normal_slide .block-title {
	left: 0
}

.td-pb-span12 .td_normal_slide .td-wrapper-pulldown-filter {
	right: 0
}

.td-theme-slider {
	margin: 0 19px 0 20px
}

@media(max-width:767px) {
	.td-theme-slider {
		margin: 0
	}
}

.td-theme-slider.iosSlider-col-3 {
	margin: 0
}

.td-theme-slider:hover .td-icon-left {
	opacity: .7
}

.td-theme-slider:hover .td-icon-right {
	opacity: .7
}

.td-theme-slider .td-video-play-ico img {
	width: auto!important;
	height: auto!important
}

.td-theme-slider .slide-meta {
	position: absolute;
	bottom: 16px;
	width: 100%;
	padding: 0 20px;
	z-index: 1
}

@media(min-width:768px) and (max-width:1023px) {
	.td-theme-slider .slide-meta {
		padding: 0 17px
	}
}

@media(max-width:767px) {
	.td-theme-slider .slide-meta {
		padding: 0 10px;
		bottom: 10px
	}
}

.td-theme-slider .slide-meta a,
.td-theme-slider .slide-meta span {
	color: #fff
}

.td-theme-slider .slide-meta .entry-review-stars {
	top: 0
}

.td-theme-slider .slide-meta-author {
	font-family: open sans, arial, sans-serif;
	font-weight: 400;
	font-size: 11px;
	font-style: italic
}

@media(max-width:767px) {
	.td-theme-slider .slide-meta-author {
		font-size: 10px;
		line-height: 15px
	}
}

.td-theme-slider .td-slide-views {
	display: inline-block;
	margin-left: 21px
}

.td-theme-slider .td-slide-views i {
	padding-right: 7px
}

.td-theme-slider .td-slide-comments {
	display: inline-block;
	margin-left: 21px
}

.td-theme-slider .td-slide-comments i {
	margin-right: 8px
}

.td-theme-slider .slide-meta-cat {
	display: inline-block;
	line-height: 1
}

.td-theme-slider .slide-meta-cat a {
	text-transform: uppercase;
	font-family: open sans, arial, sans-serif;
	font-weight: 600;
	font-size: 10px;
	line-height: 1;
	position: relative;
	padding: 2px 8px 3px;
	background-color: rgba(0, 0, 0, .85);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

@media(max-width:767px) {
	.td-theme-slider .slide-meta-cat a {
		font-size: 9px;
		padding: 1px 4px
	}
}

.td-theme-slider .td-icon-left,
.td-theme-slider .td-icon-right {
	padding: 20px;
	position: absolute;
	display: block;
	height: 80px;
	margin-top: -39px;
	top: 50%;
	font-size: 38px;
	color: #fff;
	font-weight: 300;
	opacity: 0;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s
}

.td-theme-slider .td-icon-left:hover,
.td-theme-slider .td-icon-right:hover {
	opacity: 1
}

.td-theme-slider .td-icon-left {
	left: 0
}

.td-theme-slider .td-icon-right {
	right: 0
}

.td-slide-col3 {
	width: 1021px;
	left: -1px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-slide-col3 {
		width: 756px
	}
}

@media(max-width:767px) {
	.td-slide-col3 {
		width: auto
	}
}

.td-theme-slider.iosSlider-col-3 {
	height: 579px
}

.td-theme-slider.iosSlider-col-3 .slide-meta {
	padding-bottom: 22px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-theme-slider.iosSlider-col-3 .slide-meta {
		padding-bottom: 6px
	}
}

@media(max-width:767px) {
	.td-theme-slider.iosSlider-col-3 .slide-meta {
		padding-bottom: 0
	}
}

@media(min-width:768px) and (max-width:1023px) {
	.td-theme-slider.iosSlider-col-3 {
		height: 429px
	}
}

@media(max-width:767px) {
	.td-theme-slider.iosSlider-col-3 {
		margin: 0;
		height: auto
	}
}

.td-theme-slider.iosSlider-col-3 .td_module_slide {
	height: 579px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-theme-slider.iosSlider-col-3 .td_module_slide {
		height: 429px
	}
}

@media(max-width:767px) {
	.td-theme-slider.iosSlider-col-3 .td_module_slide {
		height: auto
	}
}

.td-theme-slider.iosSlider-col-3 .td-module-title {
	font-family: open sans, arial, sans-serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 58px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-theme-slider.iosSlider-col-3 .td-module-title {
		font-size: 30px;
		line-height: 36px
	}
}

@media(max-width:767px) {
	.td-theme-slider.iosSlider-col-3 .td-module-title {
		font-size: 15px;
		line-height: 20px;
		font-weight: 600
	}
}

.td-theme-slider.iosSlider-col-3 .td-icon-left,
.td-theme-slider.iosSlider-col-3 .td-icon-right {
	font-size: 55px;
	margin-top: -46px
}

@media(max-width:767px) {
	.td-theme-slider.iosSlider-col-3 .td-icon-left,
	.td-theme-slider.iosSlider-col-3 .td-icon-right {
		font-size: 38px;
		margin-top: -39px
	}
}

.td-theme-slider.iosSlider-col-3 .entry-title {
	margin-bottom: 0;
	margin-top: 5px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-theme-slider.iosSlider-col-3 .entry-title {
		margin-bottom: 5px
	}
}

.td-theme-slider.iosSlider-col-3 .td-module-thumb img {
	width: 1021px
}

@media(max-width:767px) {
	.td-theme-slider.iosSlider-col-3 .td-module-thumb img {
		height: auto
	}
}

.td-theme-slider.iosSlider-col-2 {
	height: 350px;
	margin-top: 20px;
	margin-bottom: 20px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-theme-slider.iosSlider-col-2 {
		height: 254px
	}
}

@media(max-width:767px) {
	.td-theme-slider.iosSlider-col-2 {
		max-width: 464px;
		height: auto;
		margin: 0 auto
	}
}

.td-theme-slider.iosSlider-col-2 .td_module_slide {
	height: 350px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-theme-slider.iosSlider-col-2 .td_module_slide {
		height: 254px
	}
}

@media(max-width:767px) {
	.td-theme-slider.iosSlider-col-2 .td_module_slide {
		height: auto
	}
}

.td-theme-slider.iosSlider-col-2 .td-module-title {
	font-family: open sans, arial, sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-theme-slider.iosSlider-col-2 .td-module-title {
		font-size: 20px;
		line-height: 26px
	}
}

@media(max-width:767px) {
	.td-theme-slider.iosSlider-col-2 .td-module-title {
		font-size: 15px;
		line-height: 20px;
		font-weight: 600
	}
}

.td-theme-slider.iosSlider-col-2 .entry-title {
	margin-bottom: 4px;
	margin-top: 5px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-theme-slider.iosSlider-col-2 .entry-title {
		margin-bottom: 6px
	}
}

@media(max-width:767px) {
	.td-theme-slider.iosSlider-col-2 .entry-title {
		margin-bottom: 0
	}
}

.td-theme-slider.iosSlider-col-2 .td-module-thumb img {
	width: 640px
}

@media(max-width:767px) {
	.td-theme-slider.iosSlider-col-2 .td-module-thumb img {
		height: auto
	}
}

.td-theme-slider.iosSlider-col-1 {
	height: 350px;
	margin-top: 20px;
	margin-bottom: 20px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-theme-slider.iosSlider-col-1 {
		height: 247px
	}
}

@media(max-width:767px) {
	.td-theme-slider.iosSlider-col-1 {
		max-width: 287px;
		height: 315px!important;
		margin: 0 auto
	}
}

.td-theme-slider.iosSlider-col-1 .td_module_slide {
	height: 350px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-theme-slider.iosSlider-col-1 .td_module_slide {
		height: 247px
	}
}

@media(max-width:767px) {
	.td-theme-slider.iosSlider-col-1 .td_module_slide {
		height: 315px!important
	}
}

.td-theme-slider.iosSlider-col-1 .td-module-title {
	font-family: open sans, arial, sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-theme-slider.iosSlider-col-1 .td-module-title {
		font-size: 13px;
		line-height: 19px;
		font-weight: 700
	}
}

@media(max-width:767px) {
	.td-theme-slider.iosSlider-col-1 .td-module-title {
		font-size: 15px;
		line-height: 20px;
		font-weight: 600
	}
}

.td-theme-slider.iosSlider-col-1 .entry-title {
	margin-bottom: 5px;
	margin-top: 5px
}

@media(min-width:768px) and (max-width:1023px) {
	.td-theme-slider.iosSlider-col-1 .entry-title {
		line-height: 19px
	}
}

@media(max-width:767px) {
	.td-theme-slider.iosSlider-col-1 .entry-title {
		margin-bottom: 0
	}
}

.td-theme-slider.iosSlider-col-1 .td-slide-views,
.td-theme-slider.iosSlider-col-1 .td-slide-comments {}

@media(min-width:768px) and (max-width:1023px) {
	.td-theme-slider.iosSlider-col-1 .td-slide-views,
	.td-theme-slider.iosSlider-col-1 .td-slide-comments {
		display: none
	}
}

.td-theme-slider.iosSlider-col-1 .td-module-thumb {}

@media(max-width:767px) {
	.td-theme-slider.iosSlider-col-1 .td-module-thumb {
		height: 100%!important
	}
}

.td-theme-slider.iosSlider-col-1 .td-module-thumb img {
	width: 300px
}

.td-slider .td_module_wrap:hover .entry-title a {
	color: #fff
}

@media(max-width:320px) {
	.td_normal_slide .iosSlider-col-2,
	.td_normal_slide .iosSlider-col-3 {
		height: 150px!important
	}
	.td_normal_slide .iosSlider-col-2 .td-slider,
	.td_normal_slide .iosSlider-col-3 .td-slider,
	.td_normal_slide .iosSlider-col-2 .td_module_slide,
	.td_normal_slide .iosSlider-col-3 .td_module_slide,
	.td_normal_slide .iosSlider-col-2 .td-module-thumb,
	.td_normal_slide .iosSlider-col-3 .td-module-thumb {
		height: 150px!important
	}
}

.td_block_slide .td_module_slide {
	visibility: hidden!important;
	overflow: hidden
}

.td-js-loaded .td_block_slide .td_module_slide {
	visibility: visible!important
}

.td_normal_slide.td-pb-border-top {
	border-top: 0
}
.td-pb-border-bottom{
	border-bottom: 1px solid #e6e6e6;
}

#td_css_split_separator {
	visibility: visible
}

.td-wrapper-pulldown-filter {
	display: inline-block;
	float: right;
	*zoom: 1
}

.td-wrapper-pulldown-filter:before,
.td-wrapper-pulldown-filter:after {
	display: table;
	content: "";
	line-height: 0
}

.td-wrapper-pulldown-filter:after {
	clear: both
}

.td-wrapper-pulldown-filter .td-pulldown-filter-display-option {
	color: #444;
	border: 1px solid #e6e6e6
}

.td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover ul {
	display: block
}

.td-wrapper-pulldown-filter .td-pulldown-filter-list {
	background-color: rgba(255, 255, 255, .95);
	border: 1px solid #e6e6e6
}

.td-wrapper-pulldown-filter .td-pulldown-filter-link {
	color: #444
}

.td-pb-span4 .td_block_wrap .td-pulldown-filter-display-option {}

@media(min-width:768px) and (max-width:1023px) {
	.td-pb-span4 .td_block_wrap .td-pulldown-filter-display-option {
		padding: 0 5px
	}
}

.td-pb-span4 .td_block_wrap .td-pulldown-filter-display-option span {}

@media(min-width:768px) and (max-width:1023px) {
	.td-pb-span4 .td_block_wrap .td-pulldown-filter-display-option span {
		display: none
	}
}

.td-pb-span4 .td_block_wrap .td-pulldown-filter-display-option i {}

@media(min-width:768px) and (max-width:1023px) {
	.td-pb-span4 .td_block_wrap .td-pulldown-filter-display-option i {
		padding: 0
	}
}

.td-pulldown-filter-list-open .td-pulldown-filter-list {
	display: block
}

.td-pulldown-filter-list-open .td-pulldown-filter-display-option {
	border-bottom: 1px solid rgba(255, 255, 255, .95);
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.td-js-loaded .td-category-siblings {
	opacity: 1;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.td-pulldown-filter-display-option {
	background-color: rgba(255, 255, 255, .95);
	position: relative;
	right: 0;
	cursor: pointer;
	padding: 0 10px 0 14px;
	margin: 0 19px 21px 0;
	height: 20px;
	font-family: open sans, arial, sans-serif;
	font-weight: 600;
	font-size: 10px;
	line-height: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap
}

@media(min-width:768px) and (max-width:1023px) {
	.td-pulldown-filter-display-option {
		margin: 0 17px 17px 0
	}
}

@media(max-width:767px) {
	.td-pulldown-filter-display-option {
		margin: 0 10px 17px 0
	}
}

.td-pulldown-filter-display-option:hover {
	color: #4db2ec
}

.td-pulldown-filter-display-option i {
	font-size: 9px;
	padding-left: 8px;
	color: #444
}

.wpb_wrapper .td_block_wrap .td-pulldown-filter-display-option {
	margin: 0 19px 20px 0
}

@media(min-width:768px) and (max-width:1023px) {
	.wpb_wrapper .td_block_wrap .td-pulldown-filter-display-option {
		margin: 0 16px 17px 0
	}
}

@media(max-width:767px) {
	.wpb_wrapper .td_block_wrap .td-pulldown-filter-display-option {
		margin: 0 10px 17px 0
	}
}
