#Wrapper { box-shadow: 0 0 0 rgba(0, 0, 0, 0); }

h5 { font-weight: 300; }

/* Top bar */



#Top_bar:not(.is-sticky) { border-bottom: 1px solid #27c2d6; }
#Top_bar .menu > li { padding-left: 10px; }
#Top_bar .menu > li > a span:not(.description) { border: 0; padding: 0 30px 0 20px; }

/* Menu icons */
.menu-home {
    background: url("/wp-content/uploads/2015/01/home_finance_menu_icon1.png") no-repeat 8px center; }
.menu-about {
    background: url("/wp-content/uploads/2016/07/home_finance_menu_icon2.png") no-repeat 8px center; }
.menu-offer {
    background: url("/wp-content/uploads/2016/07/molar-1.png") no-repeat 8px center; }
.menu-testimonials {
    background: url("/wp-content/uploads/2015/01/home_finance_menu_icon4.png") no-repeat 8px center; }
.menu-contact {
    background: url("/wp-content/uploads/2015/01/home_finance_menu_icon5.png") no-repeat 8px center; }
.menu-money{
    background: url("/wp-content/uploads/2016/07/banknote.png") no-repeat 8px center; }
.menu-book{
    background: url("/wp-content/uploads/2016/07/info.png") no-repeat 8px center; }

/* Quote box */
.quote_box { background: rgb(6, 124, 124); width: 100%; position: relative; padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.quote_box .inside { background: url("https://dent-ist.ru/wp-content/uploads/2015/01/home_finance_quoute.png") no-repeat 45px center; border: 1px solid #fff; color: #fff; font-size: 30px; font-weight: 100; line-height: 38px; padding: 30px 30px 30px 180px; }

/*.quote_box:after { content: ""; display: block; position: absolute; top: -55px; right: 40%; width: 0; height: 0; border-style: solid; border-width: 0 0 55px 55px; border-color: transparent transparent rgba(39,194,214,.6) transparent; } */

@media only screen and (max-width: 767px) {
.quote_box .inside { font-size: 16px; line-height: 21px; padding: 20px; background: none; }
}

span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance.invert {
	display: none;
}

.wpcf7-form .agreement {
	max-width: 500px;
}

/* Call to action box */
.calltoaction_box {  width: 100%; position: relative; padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.calltoaction_box .inside { border: 1px solid #fff; font-weight: 100; padding: 30px; }

/* Subheader box */
.subheader_box { background: rgb(0, 121, 121); width: 100%; position: relative; padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.subheader_box .inside { border: 1px solid #fff; padding: 30px; }

/* ===== SUCCESS MODAL ===== */
.success-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    font-family: inherit;
}

.success-modal.active {
    display: block;
}

.success-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.success-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    padding: 32px 28px;
    max-width: 420px;
    width: calc(100% - 40px);
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    animation: successModalShow 0.3s ease-out;
}

.success-modal__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}

.success-modal__text {
    font-size: 15px;
    color: #555;
    margin-bottom: 24px;
    line-height: 1.4;
}

.success-modal__close {
    appearance: none;
    border: none;
    background: #2a7fff;
    color: #fff;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.success-modal__close:hover {
    background: #1f63d6;
}

@keyframes successModalShow {
    from {
        opacity: 0;
        transform: translate(-50%, -45%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}


/* Table */
table th, table td { border-width: 0; }
table tr:first-child td { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); }
table tr:hover td { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); color: inherit; }

/* Chart */
.chart_box .chart .num { font-family: Ubuntu; font-weight: 100; font-size: 30px; }

/* Arrow link */
a.arrow_link {
    background: url("https://dent-ist.ru/wp-content/uploads/2015/01/home_finance_contact_point.png") no-repeat left center;
    padding-left: 21px;
}

/* List */
.list_item .list_right h4 { color: #27c2d6; font-size: 19px; }

/* Footer */
#Footer .widgets_wrapper { padding: 30px 0; }
#Footer .footer_copy { background: rgba(0, 0, 0, 0.04); }
#Footer .Recent_posts ul li a .desc:after {
    width: 100%;
}
nav#menu .fa {
    position: absolute;
    top: 40px;
    left: 15px;
    color: #257473;
}
/*.icon_me img {
    max-width: 50% !important;
}*/
.phone small {
  all: unset !important;
  display: inline !important;
}

.icon_me {
    background-color: #ffffff;
    border-radius: 20px;
    color: white !important;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.16);
    transition: box-shadow 1.7s 0s;
}
.icon_me:hover {
    box-shadow: 1px 4px 7px rgba(0, 0, 0, 0.22);
    transition: box-shadow 0.5s 0s;
}
.copyright {
    width: 100%;
}
.textwidget .su-button span {
    padding: 8px 10px !important;
}
.widget-area .current-menu-item a {
    color: black;
    background-color: #00797c !important;
}
.header-classic #Action_bar {
    position: static;
    color: white !important;
    font-size: 14px;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(255, 10, 9, 0.22);
}
.header-classic #Action_bar a {
    color: black !important;
    font-size: 14px;
}
.header-classic #Action_bar i {
    color: #ff0302 !important;
    font-size: 16px;
}
.header-classic #Action_bar .slogan {
    color: black !important;
}
#Top_bar .search_wrapper {
    background: #067c7c;
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.13);
}
span.dwqa-question-actions input, span.dwqa-question-actions span {
    display: none;
}
.dwqa-questions-footer {
    display: none;
}
.dwqa-question-filter {
    display: none;
}
span.dwqa-question-category {
    display: none;
}
.footer_copy .social {
    display: none;
}
div#Action_bar .social i {
    color: #007a78 !important;
}
.post-wrapper-content p {
    /*text-align: justify;*/
}
a.fixed-nav.fixed-nav-next.format- .date {
    display: none;
}
a.fixed-nav.fixed-nav-prev.format- .date {
    display: none;
}
.post-related .date_label {
    display: none;
}
aside#widget_mfn_recent_posts-3 .date {
    display: none;
}
.type-post .title_wrapper {
    display: none;
}
#Subheader .title {
    color: #007979;
}
#Subheader .title {
    font-size: 30px;
line-height:32px;
}
.column.one.post-nav {
    display: none;
}
nav#menu {
    background-color: white;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.26);
}
.with_aside .sections_group {
    padding-top: 0px;
}
body:not(.template-slider) #Header {
    min-height: 0px !important;
}
.su-custom-gallery.su-custom-gallery-title-never.su-lightbox-gallery {
    margin-bottom: 0px;
}
div#Top_bar .menu_wrapper {
    margin-top: 25px;
}
.is-sticky .menu_wrapper {
    margin-top: 0px !important;
}
a.responsive-menu-toggle {
    display: none !important;
}
.post-related .button {
    display: none;
}
a.fixed-nav .photo {
    display: none !important;
}

@media only screen and (max-width: 600px)
{
ul#mega-menu-main-menu a {
    color: white !important;
}
}
div.wp_rp_content {
    display: block !important;
}
li.slogan a {
    font-size: 18px !important;
    font-weight: 500;
}
html {
    background-attachment: fixed !important;
}
ul.contact_details > li.phone > a {
    font-size: 18px !important; 
    font-weight: 500;
}


#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
    width: 220px !important;
}

span.wpcf7-form-control-wrap.agree {
    display: none;
}

.button-block {
    text-align: center;
    margin-bottom: 10px;
}


/* Prices */
.price-list {
    margin-top: 25px;
    margin-bottom: 50px;
}

.price-list .price-item {
    margin-bottom: 25px;
}

.price-item-title-block {
    font-size: 0;
	margin-bottom: 15px;
}

.price-item-title-block > div {
    display: inline-block;
    vertical-align: middle;
}

.price-item-title {
    font-size: 1.6rem;
    color: #0a7b7d;
	color: #56baa2;
}

.price-item-title-block .image img {
    max-width: 45px !important;
}

.price-item-title-block .image {
    margin-right: 15px;
}

.price-item-wrap {
    padding-left: 72px;
}

.price-item-body-item .title {
    color: #037577;
    /*color: #56baa2;*/
    font-weight: bold;
    font-size: 1.1rem;
}

.price__body {}

.price-item-body-item ul {
    margin-top: 15px;
    margin-left: 17px;
}

.price-item-body-item ul li:before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #067a7b; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.price-item-body-item ul li {
    list-style: none;
}

.price-item-body-item > div {
    display: inline-block;
    vertical-align: top;
	text-align: left;
}

.price-item-body-item {
    text-align: justify;
    border-top: 1px solid #128082;
    padding: 15px 0;
    font-size: 0;
    line-height: 1;
}

.price-item-body-item:first-child {
    border: none;
    padding-top: 0;
}

.price-item-body-item .price__body {
    width: calc(100% - 200px);
	font-size: 15px;
}

.price-item-body-item .price-cost {
    width: 200px;
    text-align: right;
}

.price-item-body-item:after {
    content: '';
    width: 100%;
    display: inline-block;
}

.price-item-body-item .price-cost .val {
    font-size: 1.1rem;
}

/* Advantages */
.advantages {
    font-size: 0;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    overflow: hidden;
}

.advantages > .advantage {
    width: 33.333%;
    padding: 0 15px;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.advantages .advantage .title {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.advantages .advantage .desc {
    font-size: 14px;
}

.advantages .advantage .image {
    margin: 0 auto;
}

.advantages .advantage .image a {
    display: block;
}

.advantages .advantage .image img {
   max-height: 85px;
}

@media (min-width: 768px) and (max-width: 991px) { 
	.advantages > .advantage {
		width: 50%;
	}
}

@media (max-width: 767px) { 
	.advantages > .advantage {
		width: 50%;
	}
	
	.tp-caption.rev-btn.rev-hiddenicon.rs-hover-ready {
		left: 50% !important;
		max-width: 300px !important;
		left: -150px !important;
	}
}

@media (max-width: 500px) { 
	.advantages > .advantage {
		width: 100%;
	}
}

.posts_group.lm_wrapper.classic {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.posts_group.lm_wrapper.classic > .post-item {
    width: 25%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

.posts_group.lm_wrapper.classic > .post-item .image_frame {
    float: none;
    width: 100%;
}

.posts_group.lm_wrapper.classic .post-item .post-desc-wrapper {
    float: none;
    width: 100%;
}

.posts_group.lm_wrapper.classic .post-item .post-desc-wrapper h2.entry-title {
    font-size: 20px;
}

.posts_group.lm_wrapper.classic .post-item .post-desc-wrapper .post-desc {
    padding-left: 0;
}

.section-quality-service {
    margin-top: 30px;
}

.payment-item .image {
    max-width: 50px;
    margin: 0 auto;
}

.payment-item {
    text-align: center;
}

.payment-item .title {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
}




@media (max-width: 767px) { 
	.price-item-wrap {
		padding-left: 0;
	}

	.price-item-body-item .price__body {
		width: 100%;
	}

	.price-item-body-item > div {
		width: 100%;
	}

	.price-item-body-item .price-cost {
		text-align: left;
		margin-top: 10px;
	}

	.price-item-title {
		margin-top: 5px;
		margin-bottom: 7px;
		line-height: 28px;
		font-size: 1.3rem;
	}

	.price-item-body-item .title {
		line-height: 24px;
		font-size: 1rem;
	}
	
	#mega-menu-wrap-main-menu .su-carousel.su-carousel-centered {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	#gallery-1 .gallery-item {
		width: 100% !important;
	}

	#gallery-1 .gallery-item img {
		margin: 0 auto;
	}

	#gallery-1 .gallery-item .image_frame.scale-with-grid {
		border: none !important;
	}

	#gallery-1 .gallery-item .image_frame .image_wrapper {
		border: none !important;
	}

	#gallery-1 .gallery-item .image_frame .image_wrapper .mask, #gallery-1 .gallery-item .edd_download_image:after {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
}


@media (max-width: 600px) { 
	.logo-block {
		font-size: 0;
		text-justify: distribute;
		text-align: justify;
		margin-top: 10px;
	}

	.logo-block > div {
		display: inline-block;
		vertical-align: middle;
	}

	.logo-block > .logo #logo {
		margin: 0 !important;
		height: auto !important;
		line-height: 0 !important;
	}

	.logo-block > .logo {
		width: 160px !important;
	}

	.logo-block:after {
		content: '';
		width: 100%;
		display: inline-block;
	}
	
	.menu_wrapper #mega-menu-wrap-main-menu {
		display: none;
	}


}


.menu-button {
	width: 29px;
	display: none;
}

.menu-button> div {
	height: 3px;
	background-color: #010101;
	margin-top: 6px;
}

.menu-button> div:first-child {
	margin-top: 0;
}


#Top_bar #logo img {
    max-width: 210px;
}


/* Articles */
.article-category-layout {
    float: left;
    width: 33.333%;
    padding: 0 8px;
    margin-bottom: 16px;
}

.article-categories {
    overflow: hidden;
    margin-top: 30px;
	margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.article-categories > * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.article-category-thumb {
    height: 251px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    width: 100%;
}

.article-category-thumb:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    background: rgba(18, 129, 130, 0.57);
}

.article-category-thumb a {
    border-bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    content: "";
}

.article-category-thumb .title {
    color: #FFF;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.2;
    padding: 0 10px;
}

.article-category-thumb:hover {
    opacity: 0.8;
}

.article-category-thumb:before {
    top: 17px;
    left: 17px;
    bottom: 17px;
    right: 17px;
    position: absolute;
    border: 1px solid #fff;
    content: "";
    animation: about_us_scale .6s ease-in-out;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    z-index: 2;
    transition: all .5s;
}

.article-category-thumb:hover::before {
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
}

.articles > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.artile-layout {
    width: 25%;
    float: left;
    margin-bottom: 30px;
    padding: 0 15px;
}

.articles {
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.article-thumb .image {
    /*height: 160px;*/
	margin-bottom: 5px;
}

.article-thumb {
    text-align: center;
}

.article-thumb .title a {
    font-size: 17px;
}

.article-thumb .title {
    margin-top: 5px;
}

#Action_bar  li.soc-mob {
	display: none;
}


@media (min-width: 768px) and (max-width: 991px) { 
	.article-category-layout {
		width: 50%;
	}
	
	.artile-layout {
		width: 33.333%;
	}
}


@media (max-width: 767px) { 
	.article-category-layout {
		width: 50%;
	}
	
	.artile-layout {
		width: 50%;
	}

	#Action_bar  li.soc-mob {
		display: inline-block;
	}
	
	.social {
		display: none;
	}
	
	.soc-mob .social {
		display: block;
	}

	#Top_bar .logo {
		margin-left: 10px;
	}

	#Top_bar .top_bar_left {
		float: left;
	}

	#Top_bar .logo-block {
		text-align: left;
	}

	#Top_bar .top_bar_left {
		width: 75% !important;
	}

	#Top_bar .top_bar_right {
		float: right;
	}

	#Top_bar .search_wrapper {
		bottom: -70px;
	}

	#Top_bar #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
		line-height: 40px;
		height: 40px;
	}
	
	#mfn-rev-slider {
		display: none;
	}
}

@media (max-width: 500px) { 
	.article-category-layout {
		width: 100%;
	}
	
	.artile-layout {
		width: 100%;
	}
}

.rev_slider ul li {
	cursor: pointer;
}

.subheader-both-left #Subheader .title {
    line-height: 1.1;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-make-appointment-btn a {
    background: #ed1b24 !important;
    color: #FFF !important;
    height: 41px !important;
    line-height: 41px !important;
    /* border-radius: 10px !important; */
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-make-appointment-btn a:before {
    color: #FFF !important;
    height: 20px !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-make-appointment-btn a:hover {
    opacity: 0.8 !important;
}

.single-articles .post-wrapper-content {
    padding-top: 20px;
}


#Top_bar #logo {
    line-height: normal !important;
}

#Top_bar .descriptor {
    display: block;
    text-align: center;
    margin-top: 5px;
    margin-left: 3px;
    line-height: normal;
    color: #128182;
    font-weight: 500;
}

#Top_bar .descriptor:first-letter {
    color: #ed1c24;
}

#Top_bar.is-sticky .descriptor {
	display: none;
}

h1.h2 {
    font-size: 29px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0px;
}

.h1 {
    font-size: 34px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0px;
}

.menu_wrapper #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	line-height: 35px;
}

.owl-prev i, .owl-next i {
	color: white;
}
.owl-prev, .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -10px;
}
.owl-carousel#gallery-4 .owl-prev {
	left: -15px;
	font-size: 40px;
}
.owl-carousel#gallery-4 .owl-next {
	right: -15px;
	font-size: 40px;
}

.owl-carousel#gallery-4 {
	width: 90%;
}

/*#gallery-4 .gallery-item {
	position: relative;
	margin-left: -120px !important;
	overflow: unset;
}

#gallery-4 .gallery-item:nth-child(1) {
	margin-left: 0px !important;
}

#gallery-4 .gallery-item .image_frame .image_wrapper {
	overflow: unset;
}

#gallery-4 .gallery-item .portrait {
	overflow: unset;
}

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

#gallery-4 .gallery-item .image_frame .image_wrapper .mask {
	display: none;
}

dl.gallery-item:hover {
	z-index: 10;
}*/


/* BONUS TABLE STYLES */
.bonus-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bonus-title {
    font-weight: bold;
    text-align: center;
}

.bonus-caption {
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
	text-align: center;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center 80px;
}


.bonus-table {
    margin-bottom: 50px;
    border-collapse: collapse;
}

.bonus-table tr {
    border-bottom: 1px solid #cccccc;
}

.bonus-table td {
    padding: 5px;
    text-align: left;
}


.bonus-table__points {
    display: block;
    padding: 3px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    background-color: #397cc9;
    background-image: linear-gradient(to bottom, #397cc9 0%, #2f609d 100%);
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}



#back_to_top.sticky {
	right: 20px !important;
	bottom: 65px;
}


.relpost-thumb-wrapper {
	margin-top: 50px;
}

.sticky-button, .sticky-phone {
	display: none;
}

.footer_copy {
	clear: both;
}

@media only screen and (max-width: 767px) {
	#back_to_top.sticky {
		right: 28px !important;
		bottom: 100px;
	}
	.bonus-table {
        width: 100%;
    }
    .bonus-caption {
        display: none;
    }


	.relpost-thumb-wrapper {
		margin-top: 20px;
	}

	#Top_bar.is-sticky {
		position: fixed;
	}
	#Top_bar.is-sticky #logo img, #Top_bar.is-sticky #search_button {
		display: none;
	}
	#Top_bar.is-sticky .logo {
		display: none !important;
	}

	#Top_bar:not(.is-sticky) .sticky-phone, #Top_bar:not(.is-sticky) .sticky-button {
		display: none;
	}
	#Top_bar.is-sticky .logo-block:after {
		display: none;
	}
	#Top_bar.is-sticky .sticky-button {
		display: inline-block;
		font-size: 18px;
		margin-bottom: 5px;
		margin-left: 33%;
	}
	#Top_bar.is-sticky .sticky-phone {
		font-size: 20px;
		display: inline-block;
		/*vertical-align: top;*/
		margin-left: 20px;
		margin-bottom: 10px;
	}
	#Top_bar.is-sticky .sticky-phone a {
		color: #000;
	}
	#Top_bar.is-sticky .sticky-phone i {
		color: #ff0302 !important;
	}

	.footer_copy .seo365 {
		margin-right: 20%;
	}
}

input#s::-moz-placeholder {
	color: #FFF; /* Цвет подсказывающего текста */
}
input#s::-webkit-input-placeholder { color: #FFF; }
input#s:-ms-input-placeholder { color: #FFF; }
input#s::-ms-input-placeholder { color: #FFF; }
input#s::placeholder { color: #FFF; }

.section-title{margin:15px 0;color:#13bfb1;font-size:29px;font-weight:300;line-height:25px}
.card-title{margin-bottom:5px;font-size:20px;font-weight:300}.card-title a{color:#444}.card-title a:hover{text-decoration:none}.fancy_heading p.title{font-weight:300}
.footer-title{color:#fff;font-size:20px;font-weight:300;line-height:25px;letter-spacing:0}
.aside-widget-title{color:#444;font-size:18px;line-height:22px;font-weight:300;letter-spacing:0}
.footer-recent-post-title{position:relative;z-index:2;margin-bottom:3px;padding-bottom:3px;border-bottom-width:1px;/*border:1px solid rgba(255,255,255,.08);*/color:#fff;font-size:15px;line-height:19px;font-weight:400;letter-spacing:0;transition:all .3s ease-in-out}
.text-nav{margin-bottom:30px}.text-nav__title{position:relative;display:block;margin-bottom:15px;padding:10px 25px;color:#007979;font-size:24px;background-color:#ededed;border-left:3px solid #007979;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.text-nav__title::after,.text-nav__title::before{content:'';position:absolute;top:50%;left:5px;width:15px;height:2px;background-color:#606060;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);-webkit-transform-origin:center;transform-origin:center;-webkit-transition:width .15s ease-in,-webkit-transform .15s ease-in;transition:width .15s ease-in,-webkit-transform .15s ease-in;transition:transform .15s ease-in,width .15s ease-in;transition:transform .15s ease-in,width .15s ease-in,-webkit-transform .15s ease-in}.text-nav__title::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.text-nav__title::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.text-nav__title--closed::before{width:10px;-webkit-transform:rotate(45deg) translate(0,0);transform:rotate(45deg) translate(0,0)}.text-nav__title--closed::after{width:10px;-webkit-transform:rotate(-45deg) translate(4px,4px);transform:rotate(-45deg) translate(4px,4px)}.text-nav__list{padding-left:30px}.text-nav__link{position:relative;display:inline-block;padding:5px 10px;color:#303030;text-decoration:none;-webkit-transition:-webkit-transform .2s ease-in;transition:-webkit-transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in,-webkit-transform .2s ease-in}.text-nav__link:hover{-webkit-transform:translateX(2px);transform:translateX(2px)}

.youtube-wrapper {
    max-width: 680px;
    margin: 0px auto;
    /*padding: 0 20px;*/
    padding: 0px;
}

.youtube-video {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 76.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube-video img {
    width: 100%;
    /*top: -16.82%;*/
    top: 0%;
    left: 0;
    opacity: 0.7;
}
.youtube-video .play-button {
    width: 60px;
    height: 40px;
    background-color: #F00;/*background-color: #333;*/
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    /*opacity: 0.8;*/
    border-radius: 6px;
}
.youtube-video .play-button:before {
    content: "";
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #fff;
}
.youtube-video img,
.youtube-video .play-button {
    cursor: pointer;
}
.youtube-video img,
.youtube-video iframe,
.youtube-video .play-button,
.youtube-video .play-button:before {
    position: absolute;
}
.youtube-video .play-button,
.youtube-video .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube-video iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.articles .image > a {
    display: block;
}

