/*
Theme Name: Shaped Blog
Theme URI: https://shapedtheme.com/wordpress/themes/shaped-blog-responsive-personal-wordpress-blog-theme
Author: ShapedTheme
Author URI: https://shapedtheme.com
Description: Shaped Blog is a fully responsive personal WordPress blog theme with simple and fresh blog interface. With it's easy dashboard anyone can make multiple changes of the theme. It is scalable, highly customizable, SEO friendly, and translation ready personal blog theme that can be your best choice to build a stunning blog in no time.
Version: 3.6.1
Text Domain: shaped-blog
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, sticky-post, translation-ready
*/


/* === Fonts === */
.hidden-782{
	display: inline-block!important;
}
.j-c-sb{
	-webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media screen and (max-width:782px){
	.hidden-782{
		display: none!important;
	}
}
@media screen and (max-width:767px){
	.navbar-toggle{
		margin-right: 0;
	}
	.logo{
		padding-left: 0;
		padding-right: 0;
	}
	#header > #trueHeader > .wrapper > .container, .navbar-header{
		padding: 0;
	}
	
	.j-c-space-mob{
	-webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
	#st-navber-collapse > ul{
		padding-left: 20px;
	}
}
@media screen and (min-width:768px){
.j-c-center-desc{
	-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
}
.bread_crumb{
	padding-left: 20px;
	font-size: 15px;
}
.bread_crumb span, .bread_crumb a{
	color: #aaa!important;
}
.bread_crumb a:hover{
	color: #68c3a3!important;
}
.bread_crumb > .current{
	color: #0cb9a9!important;
}
row {
	width: 100%;
	height: 0px;
}
.img-with-text{
	text-align: center;
    width: [width of img];
}
.img-with-text img {
    display: block;
    margin: 0 auto;
}
.recentcomments{
	max-height: 100px;
	height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
	    margin: 0 0 15px!important;
overflow: hidden;
-o-text-overflow:  clip;
   text-overflow:  clip;
	border-bottom: none!important;
}
/* === Reset === */
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
        border: 0;
        font-family: inherit;
        font-size: 100%;
        font-style: inherit;
        font-weight: inherit;
        outline: 0;
        padding: 0;
        vertical-align: baseline;
    }

    html {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 62.5%;
        overflow-y: scroll;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }
    *,
    *:before,
    *:after {
        -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        box-sizing: inherit;
    }

    body {
        background-color: #F2F2F2;
        -webkit-font-smoothing: antialiased;
        color: #333;
        font-family: 'Trebuchet MS', sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.6;
    }
.er_topsite_all_brokers{
	float: right;
}
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    main,
    nav,
    section {
        display: block;
    }

    ol,
    ul {
        list-style: none;
    }

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

    caption,
    th,
    td {
        font-weight: normal;
        text-align: left;
    }

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

    blockquote,
    q {
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        quotes: none;
    }

    a:focus {
        outline: none;
    }

    a:hover,
    a:active {
        outline: 0;
    }
    a:hover{
        text-decoration: none;
    }

    a img {
        border: 0;
    }

.a-i-center{
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.j-c-center{
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* === Typography === */
    body,
    button,
    input,
    select,
    textarea {
        color: #333;
        font-family: 'Trebuchet MS', sans-serif;
        font-size: 15px;
        line-height: 1.6;
    }
    h1 { 
        font-size: 24px;
    }
    h2, h3, h4, h5, h6 { 
        font-size: 22px;
		margin-top: 20px!important;
		margin-bottom: 20px!important;
    }


    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        clear: both;
        font-weight: 700;
    }

    p {
        margin-bottom: 10px;
    }

    b,
    strong {
        font-weight: 700;
    }

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

    blockquote {
      border-left: 4px solid #68c3a3;
      color: rgba(51, 51, 51, 0.7);
      font-size: 18px;
      font-style: italic;
      line-height: 1.6667;
      margin-bottom: 10px;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 15px;
      background-color: #f3f3f3;
    }



    blockquote > p:last-child {
        margin-bottom: 0;
    }

    blockquote cite,
    blockquote small {
        color: #333;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.6;
    }

    blockquote em,
    blockquote i,
    blockquote cite {
        font-style: normal;
    }

    blockquote strong,
    blockquote b {
        font-weight: 400;
    }

    address {
        font-style: italic;
        margin: 0 0 1.6em;
    }

    code,
    kbd,
    tt,
    var,
    samp,
    pre {
        font-family: Inconsolata, monospace;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
    }
.recentcomments{
	color: #4dbabf!important;
}
.recentcomments >.comment-author-link{
	font-weight: 800;
}
    pre {
        background-color: transparent;
        background-color: rgba(0, 0, 0, 0.01);
        border: 1px solid #eaeaea;
        border: 1px solid rgba(51, 51, 51, 0.1);
        line-height: 1.2;
        margin-bottom: 1.6em;
        max-width: 100%;
        overflow: auto;
        padding: 0.8em;
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    abbr[title] {
        border-bottom: 1px dotted #eaeaea;
        border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
        cursor: help;
    }

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

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

    sup {
        bottom: 1ex;
    }

    sub {
        top: .5ex;
    }

    small {
        font-size: 75%;
    }

    big {
        font-size: 125%;
    }


/* === Elements === */
    hr {
        background-color: #eaeaea;
        background-color: rgba(51, 51, 51, 0.1);
        border: 0;
        height: 1px;
        margin-bottom: 1.6em;
    }

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

    dl {
        margin-bottom: 1.6em;
    }

    dt {
        font-weight: bold;
    }

    dd {
        margin-bottom: 1.6em;
    }

    table,
    th,
    td {
        border: 1px solid #eaeaea;
        border: 1px solid rgba(51, 51, 51, 0.1);
    }

    table {
        border-collapse: separate;
        border-spacing: 0;
        border-width: 1px 0 0 1px;
        margin: 0 0 1.0em;
        table-layout: fixed; /* Prevents HTML tables from becoming too wide */
        width: 100%;
    }

    caption,
    th,
    td {
        font-weight: normal;
        text-align: left;
    }

    th {
        border-width: 0 1px 1px 0;
        font-weight: 700;
    }

    td {
        border-width: 0 1px 1px 0;
    }

    th, td {
        padding: 0.4em;
        text-align: center;
    }

    img {
        -ms-interpolation-mode: bicubic;
        border: 0;
        height: auto;
        max-width: 100%;
        vertical-align: middle;
    }

    figure {
        margin: 0;
    }

    del {
        opacity: 0.8;
    }

    /* Placeholder text color -- selectors need to be separate to work. */

    ::-webkit-input-placeholder {
        color: rgba(51, 51, 51, 0.7);
    }

    :-moz-placeholder {
        color: rgba(51, 51, 51, 0.7);
    }

    ::-moz-placeholder {
        color: rgba(51, 51, 51, 0.7);
        opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
    }

    :-ms-input-placeholder {
        color: rgba(51, 51, 51, 0.7);
    }


/* === Forms === */
    button,
    input,
    select,
    textarea {
        background-color: #f7f7f7;
        border-radius: 0;
        font-size: 16px;
        line-height: 1.5;
        margin: 0;
        max-width: 100%;
        vertical-align: baseline;
    }

    button,
    input {
        line-height: normal;
    }

    input,
    textarea {
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
        border: 1px solid #eaeaea;
        color: #707070;
    }

    input:focus,
    textarea:focus {
        background-color: #fff;
        border: 1px solid #c1c1c1;
        color: #333;
    }

    input:focus,
    select:focus {
        outline: 2px solid #c1c1c1;
    }

    button[disabled],
    input[disabled],
    select[disabled],
    textarea[disabled] {
        cursor: default;
        opacity: .5;
    }

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        -webkit-appearance: button;
        background-color: #68c3a3;
        border: 0;
        color: #fff;
        cursor: pointer;
        font-size: 12px;
        font-weight: 700;
        padding: 0.7917em 1.5em;
        text-transform: uppercase;
        opacity: .8;
    }

    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover,
    button:focus,
    input[type="button"]:focus,
    input[type="reset"]:focus,
    input[type="submit"]:focus {
        outline: 0;
        opacity: 1;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
    }

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

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

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    textarea {
        padding: 0.375em;
        width: 100%;
    }

    textarea {
        overflow: auto;
        vertical-align: top;
    }

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    textarea:focus {
        outline: 0;
    }

    .post-password-form {
        position: relative;
    }

    .post-password-form label {
        color: #707070;
        display: block;
        font-family: "Noto Sans", sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.04em;
        line-height: 1.5;
        text-transform: uppercase;
    }

    .post-password-form input[type="submit"] {
        padding: 0.7917em;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    input[type="checkbox"],
    input[type="radio"] {
        padding: 0;
    }

    .search-form input[type="submit"],
    .widget .search-form input[type="submit"] {
        padding: 8px;
        text-align: center;
        line-height: 17px;
        margin-left: -4px;
        font-weight: 600;
        width: 30%;
    }
    .search-form label{
        width: 70%
    }

/* === Navigations === */
    .logo{
        
        padding: 12px 0;
        width: 250px;
    }

    .text-logo{
        margin: 8px 0;
    }

    .text-logo a{
        color: #68c3a3;
        font-size: 20px;
        font-weight: bold;
        line-height: 10px;
    }

    .text-logo p{
        margin: 0;
        font-size: 12px;
    }

    #header{
        background-color: #fff;
        margin-bottom: 5%;
        box-shadow: 0px 0px 1px #aaa;
    }
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
        margin: 0;
        padding: 0;
        border: 1px solid rgba(174, 174, 174, 0.12);
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    ul.nav li.dropdown ul.dropdown-menu li:hover ul.dropdown-menu{
        margin-left: 100%;
        top: 0;
    }

    .blogx-navbar {
        background-color: transparent;
        border-color: transparent;
    }
    .navbar{
        margin-bottom: 0 !important;
    }
	
    .navbar-nav li a {
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 20px;
        padding: 0;
        background-color: transparent;
        margin: 20px 16px;
		
    }
    .navbar-nav li:last-child a{
        margin-right: 0;
    }
    .navbar-collapse{
        padding: 0!important;
    }
    .navbar-nav .dropdown-menu li a{
        padding: 10px 20px;
        margin: 0;
		
    }

    .navbar-default .navbar-nav .dropdown-menu li a:hover, .dropdown-menu li a:focus, .navbar-default .navbar-nav .dropdown-menu .active a{
        background-color: #68c3a3;
        color: #fff;
    }
    .navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active a:hover, .navbar-default .navbar-nav .active a:focus {
        color: #68c3a3;
		
        background-color: transparent;
    }
.navbar-nav>li>a{
	font-weight: 600;
}
.navbar-nav>li>a:hover {
	color: #68c3a3;
}
    .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus{
        color: #68c3a3;
		
    }

/* ==== Links === */
    a {
        color: #333;
        text-decoration: none;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
    }

    a:hover,
    a:focus {
        color: #68c3a3;
        text-decoration: none;
    }

/* === Pagination === */
    .pagination {
        display: inline-block;
        padding-left: 0;
        margin: 0;
        border-radius: 2px;
        margin-bottom: 50px;
    }

    .pagination>li:first-child>a, .pagination>li:first-child>span {
        margin-left: 0;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .pagination>li:last-child>a, .pagination>li:last-child>span {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .pagination>li>a, .pagination>li>span {
        position: relative;
        float: left;
        padding: 10px 18px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }

    .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover, .pagination li .current {
        z-index: 3;
        color: #fff;
        background-color: #68c3a3;
        border-color: transparent;
    }


/* === Posts navigation === */
    .next-previous-posts{
        margin-bottom: 50px;
    }

    .next-previous-posts .previous-post a{
        position: relative;
        padding: 10px 18px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #68c3a3;
        text-decoration: none;
        background-color: #fff;
        border-radius: 2px;
        font-size: 13px;
    }

    .next-previous-posts .previous-post a:hover{
        background-color: #68c3a3;
        color: #fff;
    }

    .next-previous-posts .next-post a{
        position: relative;
        padding: 10px 18px;
        margin-right: -1px;
        line-height: 1.42857143;
        color: #68c3a3;
        text-decoration: none;
        background-color: #fff;
        border-radius: 2px;
        font-size: 13px;
    }

    .next-previous-posts .next-post a:hover{
        background-color: #68c3a3;
        color: #fff;
    }

    #post-nav{
        background-color: #fff;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        padding: 40px;
        margin-top: 0;
        margin-bottom: 50px;
    }
.post-previous a, .post-next a{
	font-size: 1em;
	color: #888;
}
.post-previous a:hover, .post-next a:hover{
	color: #68c3a3;
}

/* === Button === */
    .btn-goback {
        background-color: #68c3a3;
        margin-top: 25px;
        letter-spacing: 1px;
        
        text-align: center;
        
        font-size: 13px;
        color: #fff;
        border-radius: 2px;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
    }
    .btn-goback:hover{
        color: #fff;
        background-color: #3BAD85;
    }
    .btn-submit{
        background-color: #68c3a3;
        margin-top: 20px;
    }
    .btn-submit:hover{
        background-color: #3BAD85;
        color: #fff;
    }
    a.more-link{
        letter-spacing: 1px;
        padding: 10px 15px;
        display: block;
        margin-top: 22px;
        background-color: #68c3a3;
        text-align: center;
        width: 180px;
        font-size: 13px;
        color: #fff;
        border-radius: 2px;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
        opacity: .8;
    }
    a.more-link:hover{
      color: #fff;
      opacity: 1;
    }



/* === 8.0 WordPress Core === */
    .alignnone {
        margin: 5px 20px 20px 0;
    }

    .aligncenter,
    div.aligncenter {
        display: block;
        margin: 5px auto 5px auto;
    }

    .alignright {
        float:right;
        margin: 5px 0 20px 20px;
    }

    .alignleft {
        float: left;
        margin: 5px 20px 20px 0;
    }

    a img.alignright {
        float: right;
        margin: 5px 0 20px 20px;
    }

    a img.alignnone {
        margin: 5px 20px 20px 0;
    }

    a img.alignleft {
        float: left;
        margin: 5px 20px 20px 0;
    }

    a img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .wp-caption {
        background: #EDEDED;
        border: 1px solid #DDDADA;
        max-width: 96%; /* Image does not overflow the content area */
        padding: 5px 3px 10px;
        text-align: center;
    }

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px;
    }

    /* Text meant only for screen readers. */
    .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

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



/* === Blog === */
    .post .post-content ul.pagination{
        margin: 0;
    }
    .archive-title, .search-header {
        background: #fff;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        padding: 40px;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .archive-title .st-page-title, .search-header h2{
        margin: 0;
    }

    .archive-title .taxonomy-description p{
        margin-bottom: 0;
        margin-top: 10px;
    }
    .format-video .entry-video{
        margin-bottom: -5px;
    }
    sup.featured-post{
        position: absolute;
        top: 0;
        right: 0;
    }
    .featured-post .fa{
        background: #68c3a3;
        color: #fff;
        font-size: 15px;
        width: 34px;
        height: 30px;
        line-height: 33px;
        text-align: center;
        position: absolute;
        z-index: 1;
        right: 15px;
    }
    .featured-post .fa:after {
        content: "";
        position: absolute;
        width: 34px;
        height: 0;
        bottom: -20px;
        right: 0;
        border-width: 17px;
        border-style: solid;
        border-color: #68c3a3 #68c3a3 transparent #68c3a3;
        z-index: -1;
    }
    article .post-content, .main-content-page{
        background: #fff;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        padding: 40px;
        margin-top: 0;
        margin-bottom: 50px;
    }
    .post .post-content .entry-meta{
        margin-bottom: 15px;
        font-style: italic;
        font-size: 13px;
    }

    .post .post-content .entry-meta ul{
        margin: 0;
        padding: 0;
    }

    .post .post-content .entry-meta ul li{
        margin-left: 0;
        padding-left: 0;
    }

    .post .post-content .entry-meta ul li a, .post .post-content .entry-meta ul li .posted-on{
        font-weight: 600;
    }

    .post .post-content .entry-meta ul li a:hover{
        color: #48A987;
    }

    .post .post-content ul, .page .post-content ul, .page .page-content ul{
        margin: 0 0 10px 20px;
        list-style: square;
    }
    .post .post-content ol, .page .post-content ol, .page .page-content ol{
        margin: 0 0 10px 20px;
        list-style: decimal;
    }

    .about-author{
        background: #fff;
        border-radius: 3px;
        box-shadow: 0px 1px 1px #aaa;
        padding: 35px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .author-info h2{
        margin-top: 0;
    }

    #comments{
        background: #fff;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        padding: 40px;
        margin-top: 0;
        margin-bottom: 50px;
    }
    .comment-reply-title{
        margin-bottom: 20px;
    }
    .pagination>li>a, .pagination>li>span {
      color: #68c3a3;
    }
    .entry-quote{
          background: #DFDEC9;
    }
    .entry-quote blockquote p{
        margin-bottom: 10px;
    }
    .entry-link{
        text-align: center;
        background: #BFF5FF;
    }
    .entry-link h4{
        margin: 0;
    }
    .entry-link h4 a{
        padding: 45px 0;
        display: block;
    }
    .entry-chat iframe{
        width: 90% !important;
        max-width: 90% !important;
        margin: 0 !important;
        margin-left: 4% !important;
    }
    .entry-chat{
        background: #ddd;
        padding: 20px;
    }
    .entry-chat p{
        display: none;
    }
    .entry-chat iframe p{
        display: block;
    }


    input.search-field{
        font-size: 14px;
        line-height: 20px;
    }
    .screen-reader-text{
        display: none;
    }
    .gallery-caption{

    }
    figure.gallery-item{
        float: left;
    }


/* === Comments === */
    #respond input[type="text"], 
    #respond input[type="email"], 
    #respond input[type="url"] {
        display: block;
        width: 100%;
        height: 43px;
        border: 1px solid #f2f2f2;
        background: #fff;
        margin-bottom: 20px;
        padding: 0 15px;
        color: #888888;
        border-radius: 0;
    }

    #respond input:focus[type="text"], 
    #respond input:focus[type="email"], 
    #respond input:focus[type="url"],
    #respond textarea:focus {
        outline: none;
        border-color: #68c3a3;
    }

    #respond textarea {
        display: block;
        width: 100%;
        height: 180px;
        border: 1px solid #f2f2f2;
        margin-bottom: 30px;
        resize: none;
        padding: 10px 15px;
        background: #fff;
        border-radius: 0;
    }

    #respond .form-submit{
        font-size: 12px;
    }

    #respond .logged-in-as{
        margin-left: 15px;
    }

    #respond #reply-title{
        color: #343434;
        font-size: 16px;
        font-weight: 400;
        text-transform: inherit;
        font-family: 'trebuchet ms', serif;
        margin-top: 0;
        margin-bottom: 20px;
    }

    #respond #reply-title small a{
        color: #FD3535;
        margin-left: 10px;
    }

    #comments h3.comments-title{
        margin-bottom: 30px;
        margin-top: 0;
    }

    #comments ul.comment-list{
        margin: 0;
        padding: 0;
        list-style: none;
        margin-bottom: 50px;
    }

    #comments ul.comment-list ul{
        list-style: none;
        padding-left: 30px;
    }

    #comments .comment-reply{
        float: right;
    }

    #comments .comment-reply a{
        color: #2d2d2d;
        border: 1px solid #ccc;
        padding: 3px 16px;
        display: inline-block;
        font-size: 12px;
    }

    #comments .comment-reply a:hover{
        color: #fff;
        background-color: #68c3a3;
        border-color: #68c3a3;
    }

    #comments .comment-author{
        margin-top: 0;
        margin-bottom: 5px;
        font-family: 'Lora', serif;
        font-weight: 400;
        font-size: 18px;
        letter-spacing: .30px;
    }

    #comments .comment-author a, 
    #respond .logged-in-as a{
        color: #000;
        font-weight: 700;
    }

    #comments .comment-author a:hover, 
    #respond .logged-in-as a:hover{
        color: #68c3a3;
    }

    #comments .comment-date{
        color: #9e9e9e;
        font-size: 12px;
    }

    #comments .comment-content{
        margin-top: 15px;
    }

    #comments .comment-content p{
        margin-bottom: 10px;
    }

    #comments .comment-body{
        margin-bottom: 20px;
        border-bottom: 1px solid #ECECEC;
        padding-bottom: 20px;
    }

    #comments .comment-avartar img{
        border-radius: 2px;
    }

    #comments .media .pull-left {
        padding: 0;
		margin: 20px;
    }

    .bypostauthor {
        display: block;
    }


/* === Widget === */
    .widget a:hover{
        color: #68c3a3;
    }
    .widget{
        background: #fff;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        padding: 35px;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .widget select{
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .widget li{
        color: #95a3a6;
        border-bottom: 1px dotted #e2e2e2;
        padding: 8px 0;
    }

    .widget li:last-child{
        border-bottom: 0px;
    }

    .widget ul li ul{
        padding-left: 15px;
        border-top: 1px dotted #e2e2e2;
        margin-top: 8px;
    }

    .widget-title{
        text-transform: uppercase;
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;

    }

    #wp-calendar a{
        color: #68c3a3;
    }

    .widget caption{
        width: 100%;
        border-width: 1px 1px 0;
        border-style: solid;
        border-color: rgba(0,0,0,.1);
        line-height: 2.5;
        text-align: center;
    }

    /* Tags */

    .widget .tagcloud a {
        font-size: 14px !important;
        color: #FFF;
		border: none;
		text-transform: none;
        background-color: #68c3a3;
        padding: 5px 8px;
        margin-bottom: 4px;
		font-family: inherit!important;
    }



/* === Page === */
    .page-content{
        background: #fff;
        border-radius: 3px;
        box-shadow: 0px 1px 1px #aaa;
        padding: 15px;
        margin-top: 0;
        margin-bottom: 15px;
        overflow: hidden;
    }
    .post-content blockquote, .page-content blockquote{
        background: #f3f3f3;
        margin-bottom: 10px;
    }
    .page-content .entry-title{
        text-transform: uppercase;
        font-size: 20px;
        margin-bottom: 20px;
    }
    h2.entry-title{
        margin: 0;
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 15px;
    }
.head1, #menu-item-14469 {
	text-align:center;
  text-decoration: none;
  outline: none;
  display: inline-block;
  color: white!important;
  padding: 10px 15px;
	text-shadow: 1px 1px 0px #11776e, 2px 2px 0px #1c5c8e;	
  margin: 0px 0px;
  border-radius: 10px;
  font-family: 'Trebuchet MS', sans-serif;
    font-weight:800;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-image: linear-gradient(to right,#92e9e5 0%,#008696 51%,#92e9e5 100%);
  background-size: 200% auto;
  box-shadow: 0 0 20px rgba(0,0,0,.1);
  transition: .5s;

}
#menu-item-14469 a{
	margin: 0;
	color:#fefefe!important;
}
@media screen and (min-width:767px){
	#menu-item-14469{
		display: none!important;
	}
}
.head1:hover {background-position: right;}
    h2.entry-title a{
        color: #333;
    }

    h2.entry-title a:hover{
        color: #68c3a3;
    }


/* === 404 Page === */
    .error-404{
        padding: 150px 0;
        background: #fff;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        margin-top: 0;
        margin-bottom: 50px;
    }
    .error-404 strong{
        font-size: 100px;
    }



/* === Footer === */
    .btn-social{
        display: inline-block;
        background-color: #D3D3D3;
        border-color: #D3D3D3;
        margin: 4px;
        width: 38px;
        height: 38px;
        color: #fff;
        line-height: 24px;
        box-shadow: 0px 1px 1px #aaa;
        border-radius: 2px;
    }
    .btn-social:hover{
        background-color: #68c3a3;
        color: #fff;
        border-color: #68c3a3;
    }
    .site-footer{
        padding-bottom: 70px;
    }
    .site-footer p{
        color: #aaa;
        margin-bottom: 20px;
    }



/* === Preloader === */
.btn-readmore{
	font-size: 14px;
}
    #st-preloader {
        background: #FFF;
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 9999;
    }

    #pre-status,
    .preload-placeholder {
        background-image: url(assets/images/preloader.gif);
        background-position: center;
        background-repeat: no-repeat;
        height: 50px;
        left: 50%;
        margin: -25px 0 0 -25px;
        position: absolute;
        top: 50%;
        width: 50px;
    }

    .preload-placeholder {
        background: none;
        left: 0;
        margin: 0;
        text-align: center;
        top: 65%;
    }


/* === Scroll to top === */
    .scroll-up {
        position: fixed;
        display: none;
        z-index: 999;
        bottom: 1.8em;
        right: 1.8em;
    }

    .scroll-up a {
        background-color: #68c3a3;
        display: block;
        width: 35px;
        border-radius: 2px;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        height: 35px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        line-height: 33px;
        opacity: .8;
    }

    .scroll-up a:hover,
    .scroll-up a:active {
        color: #fff;
        opacity: 1;
    }
.tv-footer__links-group-title {
    display: block;
    margin-bottom: 18px;
    color: #fff;
}
.tv-footer__links-group-title {
    display: block;
    margin-bottom: 18px;
    color: #fff;
	margin-top: 5px;
}
.tv-footer__inner {
    background-color: #000;
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 32px 20px;
}
.tv-footer__link {
	color:#fff;
}
.tv-footer__link:hover {
	color:#04b1f3;
}
.tv-layout-width {
    width: auto;
    margin: 0 auto;
    margin-top: 5%;
    padding: 0 10px;
    box-sizing: border-box;
}
.tv-footer {
    position: relative;
    flex: none;
    max-width: 100%;
    overflow: hidden;
    font-weight: 700;
    box-sizing: border-box;
    background-color: #1e222d;
    cursor: default;
    line-height: 1.2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tv-footer__column {
   
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 24%;
}

@media screen and (max-width: 767px) {
	article .post-content, .main-content-page{
        padding: 15px;
    }
body {
        background-color: #F2F2F2;
        -webkit-font-smoothing: antialiased;
        color: #333;
        font-family: 'Trebuchet MS', sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.6;
    }
	.banner{
		min-height:320px;
	}
	.gradient-text1 {
		max-width:670px!important;
	}
	.gradient-text2{
		max-width:670px!important;
	}
	.gradient-text3{
		max-width:670px!important;
	}
	
}
    @media screen and (max-width: 700px) {
.navbar .btn-navbar {display:block;}
.navbar .nav-collapse { display:none; }
.nav-off{display:none!important}
		
}

@media screen and (max-width: 1019px) {
.tv-footer__inner {
    padding-left: 10px;
    padding-right: 10px;
}
}
@media screen and (max-width: 1019px) {
.tv-layout-width {
    width: auto;
}
}
.tv-footer__links-group-body:after {
    clear: both;
    display: table;
    content: "";
}
.tv-footer__wrap:after {
    clear: both;
    display: table;
    content: "";
}
@media screen and (max-width: 576px) {
	.gradient-text3{
		margin-top:10px!important;
	}
}
@media screen and (max-width: 479px) {
.tv-footer__links-group-title {
    cursor: pointer;
    
    transition: color .35s ease;
}
	.gradient-text1{
		font-size:20px!important;
	}
	.gradient-text3{
		margin-top:15px!important;
	}
	.button-open{
		margin-top:20px!important;
	}
}
@media screen and (max-width: 1019px) {
.tv-footer {
    margin-left: 0;
    margin-right: 0;
}
.tv-footer__links-group-title .tv-caret {
   
    border-top-color: #fff;
    margin-left: 10px;
    transition: border-color .35s ease,transform .35s ease;
}
.tv-caret {
    content: "";
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0;
    border-color: currentColor transparent transparent;
    margin-left: 5px;
    vertical-align: middle;
    transition: transform .35s ease;
}
}
@media screen and (max-width: 782px) {
.tv-caret {
    display: inline-block!important;
}
}
@media screen and (max-width: 479px) {
.tv-footer__links-group-title .tv-caret {
    display: inline-block;
}
}

@media screen and (max-width: 479px) {
.tv-footer__links-group-title {
    cursor: pointer;
   
    transition: color .35s ease;
}
}
@media screen and (max-width: 479px) {
.tv-footer__links-group.i-inited .tv-footer__links-group-body {
   
}
}
@media screen and (max-width: 852px) {
	.tv-footer__column > .head1 {
		font-size: 0.73em;
	}	
	.social-icons-links a {
		font-size: 1em!important;
		height: 30px!important;
		width: 30px!important;
		margin-right: 10px!important;
	}
.tv-footer__links-group-body {
    display: inline-block;
}
}
@media screen and (max-width: 782px) {
    .tv-footer__column {
        width: 50% !important;
        box-sizing: border-box;
    }
    .tv-footer__links-group-body {
        display: none;
    }
    .tv-caret{
        display: inline-block;
    }
}

.tv-footer__links-group-body:after {
    clear: both;
    display: table;
    content: "";
}
::selection {
    background: rgba(216,240,250,.6);
}
.SWPControl {
  
 
  display: inline-block;
  font-weight: 600 !important;
  padding:10px 10px 10px 0px;
  border-radius: 3px;
 
  color: #000;
}
.social-icons-links a {					
  height: 45px;
  width: 45px;
  border: 2px solid white;
  border-radius: 50%;
  text-align: center;
  color: white;
font-size: 1.2em;
 display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
	float: left;
  line-height: 65px;
  margin-right: 10px;
  z-index: 10;
  -moz-box-shadow: 4px 0px 20px rgba(68, 68, 68, 0.4);
  -webkit-box-shadow: 4px 0px 20px rgba(68, 68, 68, 0.4);
  box-shadow: 4px 0px 20px rgba(68, 68, 68, 0.4);
	-webkit-transition: opacity 0.42s ease-in-out;
	-ms-transition: opacity 0.42s ease-in-out;
    -o-transition: opacity 0.42s ease-in-out;	
  transition: opacity 0.42s ease-in-out;
  cursor:pointer;
	position: relative;
}

.odnokl-a:after, .vk-a:after, .face-a:after, .inst-a:after, .odnokl-a-1:after, .vk-a-1:after, .face-a-1:after{
  content: "";
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
-webkit-transition: opacity 0.42s ease-in-out;
	-ms-transition: opacity 0.42s ease-in-out;
    -o-transition: opacity 0.42s ease-in-out;	
  transition: opacity 0.42s ease-in-out;
}

.odnokl-a-1:after, .vk-a-1:after, .face-a-1:after{
  opacity: 1!important;
}
.odnokl-a:after, .odnokl-a-1:after {
  background: linear-gradient(315deg, #ff4e00 0%, #ec9f05 74%);
 background: -o-linear-gradient(315deg, #ff4e00 0%, #ec9f05 74%);

}

.vk-a:after, .vk-a-1:after {
  background: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%);
	  background: -o-linear-gradient(315deg, #2a2a72 0%, #009ffd 74%);

}
.inst-a:after{
  background: linear-gradient(18deg, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	 background: -o-linear-gradient(18deg, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);

}
.face-a:after, .face-a-1:after {
  background: linear-gradient(315deg,#2a2a72 0%,#2279ad 50%, #2279ad 100%);
	background: -o-linear-gradient(315deg,#2a2a72 0%,#2279ad 50%, #2279ad 100%);

}
.odnokl-a:hover::after,  .vk-a:hover::after, .inst-a:hover::after, .face-a:hover::after{
  opacity: 1;
}

.odnokl-a-1:hover:after, .vk-a-1:hover:after, .face-a-1:hover:after{
	background: none;
}


.odnokl-a-1,  .vk-a-1, .face-a-1{
  box-shadow: none!important;
border-radius: 20px!important;
	border: none!important;
	-moz-transition: all 3s ease-in;
    -o-transition: all 3s ease-in;
    -webkit-transition: all 3s ease-in;
    transition: all 3s ease-in;
}

  .odnokl-a-1:hover{
	  color: #ec9f05;
	  border: 1px solid #ec9f05!important;
    
  }
  .vk-a-1:hover{
	  color: #009ffd;
	  border: 1px solid #009ffd!important;
    
  }
  .face-a-1:hover{
	  color: #2279ad;
	  border: 1px solid #2279ad!important;
    
  }

#primary{
	margin-bottom: 15px;
}
.d-flex{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pos-sticky{
	position: -webkit-sticky;
    position: sticky;
	top: 0;
}
a.collapseButton {
    color: #9EEFE1 !important;
    /*font-weight: 500 !important;*/
    line-height: 22px;
    text-decoration: none !important;
}
a.collapseButton:hover{
    color: #4830f0!important;
}
a.more-link{
	float: right;
}
.top-social-icons{
	font-size: 1.3em;
}
#custom_html-30 > .custom-html-widget{
	max-width: 400px;
    margin: auto;
}
span.SWPTitle::before {
    color: #000;
    font-size: 27px;
    line-height: 22px;
    display: inline-block;
    animation: credits 1s infinite;
    -webkit-animation: credits 1s infinite;
    animation-name: credits;
    -webkit-animation-name: credits;
    transition: all 0.3s linear 0s;
}
    #custom_html-30{
		background: none!important;
    	box-shadow:none!important;
		padding: 0!important;
	}
.is-search-form {
	display: none;
	position: absolute;
    right: 10%;
	width: 280px;
}
.p-0{
	padding:0!important;
}
.d-grid{
	display: -ms-grid;
    display: grid;
}
@media screen and (min-width: 767px) {
	.desc-flex {
		display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-pack:center;
    -ms-flex-pack:center;
        justify-content:center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
	}
	.desc-flex * {
		margin:15px;
	}
}
@media screen and (max-width: 490px) {
	.social-icons-links a {
		margin-right: 7px!important;
	}
}
@media screen and (min-width: 300px) and (max-width: 352px) {
	
	   .social-icons-links a {
		margin-right: 3px!important;
		   border: none;
	}
	.tv-footer__links-group-title span{
		font-size: 0.98em;
	}
}
@media screen and (max-width:991px){
	#tag_cloud-3, #recent-comments-4, #custom_html-26, #custom_html-27, #custom_html-22, #custom_html-25, #custom_html-28, #custom_html-29, #custom_html-31{
		display: none;
	}
	.widget{
		padding: 25px;
	}
	.gradient-text1 {
		max-width:640px!important;
	}
	.gradient-text2{
		max-width:640px!important;
	}
	.gradient-text3{
		max-width:640px!important;
	}
	
}
	.m-r-10{
		margin-right: 19%;
	}
@media screen and (min-width:1200px){
	.m-l-10{
		margin-left: 1%;
	}
}
@media screen and (max-width:1199px){
	.m-l-10{
		margin-right: 4%!important;
		margin-left:0!important;
	}
	.gradient-text1 {
		max-width:536.66px;
	}
	.gradient-text2{
		max-width:536.66px;
	}
	.gradient-text3{
		max-width:536.66px;
	}
	
}
	.m-r-10{
		margin-right: 10%;
	}

@keyframes credits {
        0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
        40% {transform: translateY(-10px);}
        60% {transform: translateY(-5px);}
}
@-webkit-keyframes credits {
        0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
        40% {-webkit-transform: translateY(-10px);}
        60% {-webkit-transform: translateY(-5px);}
}

/* /////////////////////////Like vs Dislike///////////////////////////////// */
.pld-like-dislike-wrap{
	margin-top:20px;
}
.pld-like-dislike-wrap.pld-custom img{
	max-width:190px;
}
.pld-count-wrap{
	font-size:25px;
}

.pld-like-dislike-wrap .pld-common-wrap{
	margin-right:17px;
	margin-bottom:10px;
}
/* /////////////////////////Like vs End///////////////////////////////// */

.button-impulse-dengi__container{
        display: flex;
        width:100%;
		align-items:center;
		justify-content:space-around;
    }

.button-impulse-dengi__img{
	width:100%;
}    

.button-impulse-dengi{
  	width:208px;
    height: 43px;
    line-height: 18px;
    font-size: 18px;
    color: #ffffff;
    background-color: #6397d1;
    border-radius: 20px;
	position:relative;
}

.button-impulse-dengi>p {
    margin:0 auto;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.btn-effects__container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
    -webkit-animation-name: impulse-dengi;
    animation-name: impulse-dengi;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.button-impulse-dengi__effcts{
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255,255,255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255,255,255, 0.5) 50%, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255,255,255, 0.5) 50%, rgba(255, 255, 255, 0));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255,255,255, 0.5) 50%, rgba(255, 255, 255, 0));
}

.hiddenInputOnArticles{
	display:none;
}
/* конопка оставить отзыв в шапке */
.leaveOtziv div{
	text-align: center;
    text-decoration: none;
    outline: none;
    display: inline-block;
    color: white!important;
    padding: 10px 15px;
    text-shadow: 1px 1px 0px #11776e, 2px 2px 0px #1c5c8e;
    margin: 0;
    border-radius: 10px;
    font-family: 'Trebuchet MS',sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-image: linear-gradient(to right,#92e9e5 0%,#008696 51%,#92e9e5 100%);
    background-size: 200% auto;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    transition: .5s;
}
.leaveOtziv div:hover {background-position: right;}
.viewAllRev div{
	width: max-content;
    margin: auto;
    padding: 10px 20px;
    color: white;
    background-color: #52a789;
    border-radius: 20px;
    font-weight: 600;
    border: 2px solid #68c3a3;
	transition:0.3s;
}
.viewAllRev div:hover{
	background-color:white;
	color:#68c3a3;
}
/* конопка оставить отзыв в шапке */

@keyframes impulse-dengi {
 40% {	-webkit-transform: translateX(100%);	transform: translateX(100%); } 
100% {	-webkit-transform: translateX(100%);	transform: translateX(100%); }
}
.position-description-us{
	padding: 20px;
    background-color: white;
    border: 10px solid #68c3a3;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    font-size: 17px;
}
.prev-for-white-list{
	padding: 20px;
    background-color: white;
    border: 7px solid #68c3a3;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    font-size: 17px;
}
@media screen and (max-width:600px){
	.prev-for-white-list {
		font-size:14px;
	}
	.leaveOtziv div{
		padding: 5px 10px;
		font-size: 15px;
	}
	
}
.wpmtst-testimonial-content.testimonial-content > p > a{
	font-weight: 600;
    color:#68c3a3;
}
.backMoneyForm > input, .backMoneyForm > textarea{
	max-width:500px;
	border: 1px solid #959595;
	margin-bottom: 10px;
}
.backMoneyForm{
	margin-bottom:10px;
}

.wpmtst-testimonial-heading, .testimonial-heading{
	color:#68c3a3!important;
}

.img-responsive{
	margin:0 auto;	
/* 	max-height:300px; */
}

.first-home-text{
	border:5px solid #5DBCBF;
	padding:10px;
	border-radius:3px;
	background:rgba(93,188,191,0.1);
}


/* Popup Конкурс */

#popmake-17984{
	padding:0;
	z-index:9999999999;
}

.container-banner {
        width: 350px;
        height: 400px;
        background: #000;
        margin: 0 auto;
        margin-top: 10%;
        border-radius: 5px;
        background: url(https://stoprazvod.ru/wp-content/uploads/2021/06/banner-background.png);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
    }
    .banner-title {
        font-size: 57px;
        display: flex;
        justify-content: center;
        margin-top: 19px;
    }
.banner-title2{
        font-size: 36px;
        display: flex;
        justify-content: center;
        margin-top: 0;
		color:#E42B26;
		text-shadow:
            -0 -1px 1px #000,
            0 -1px 1px #000,
            -0 1px 1px #000,
            0 1px 1px #000,
            -1px -0 1px #000,
            1px -0 1px #000,
            -1px 0 1px #000,
            1px 0 1px #000,
            -1px -1px 1px #000,
            1px -1px 1px #000,
            -1px 1px 1px #000,
            1px 1px 1px #000,
            -1px -1px 1px #000,
            1px -1px 1px #000,
            -1px 1px 1px #000,
            1px 1px 1px #000;
            
	
    }
    .banner-text1 {
        display: flex;
    	justify-content: center;
    	font-size: 31px;
    	margin-top: 50px;
    }
    .banner-text2 {
        text-align: center;
        font-size: 30px;
        margin-top: 15px;
    }

    .banner-span {
        font-size: 37px;
        padding: 0 10px;
    }
    .ts {
        width: 100%;
        height: 100%;
        padding: 5px;
        /* letter-spacing: 20px; */
        font-family: Arial;
        /* font-size: 42px; */
        font-weight: bold;
        color: #000000;
           text-shadow:
            -0 -1px 1px #F0F710,
            0 -1px 1px #F0F710,
            -0 1px 1px #F0F710,
            0 1px 1px #F0F710,
            -1px -0 1px #F0F710,
            1px -0 1px #F0F710,
            -1px 0 1px #F0F710,
            1px 0 1px #F0F710,
            -1px -1px 1px #F0F710,
            1px -1px 1px #F0F710,
            -1px 1px 1px #F0F710,
            1px 1px 1px #F0F710,
            -1px -1px 1px #F0F710,
            1px -1px 1px #F0F710,
            -1px 1px 1px #F0F710,
            1px 1px 1px #F0F710;
    }

.youtube-baner{
    width:100px;
	margin-top:25px;
	transition: .5s ease-in-out;
}
.youtube-baner:hover{
	transform:scale(1.1);
	transition: .5s ease-in-out;
}
@media(max-width:850px) {	
		#popmake-17984{
			width: 310px!important;
            height: 310px!important;
		}
        .container-banner {
            width: 310px;
            height: 310px;
        }
        .banner-title {
            font-size: 50px;
            margin-top: 0px;
        }
        .youtube-baner {
            margin-top: 14px;
        }
        .banner-text1 {
            font-size: 27px;
            margin-top: 16px;
        }
        .banner-text2 {
            font-size: 27px;
            margin-top: 15px;
        }
    }

#popmake-18043{
	padding:0;
	background:#000C24;
	display:flex;
	align-items:center;
	top:100px;
}
@media(max-width:500px){
	#comments .media .pull-left{
		margin:5px!important;
	}
	#comments {
		padding: 10px!important;
	}
	body{
		background-color:#fff;
	}
	#comments ul.comment-list ul{
    	padding-left: 5px;
	}
	#comments .comment-body div{
		flex-direction:column;
		padding:15px;
	}
	.comment-avartar{
		width:100%!important;
	}
	.comment-content{
		width:100%!important;
	}
	#comments .comment-reply {
    	margin-right: 25px;
	}
}

