@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,400italic&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,500&subset=latin,cyrillic);

/* Foundation corrections and alterations   */

video {
	max-width: 100%;
}

button.alm-load-more-btn:before,
button.alm-load-more-btn.done:before{
    background: none;
    width: 0;
}

/* Loading :before */
button.alm-load-more-btn.loading:before {
    background: transparent url("load4.gif") no-repeat center center;
    opacity: 0.5;
    width: 32px;
    height: 32px;
    margin: 0px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    display: inline-block;
    z-index: 0;
    content: '';
    position: absolute;
    left: 8px;
    bottom: 7px;
    overflow: hidden;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

.noborder {
    border: 0 !important;
}

.wp-pagenavi {
    clear: both;
    margin: 5px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    padding: 3px 12px;
    margin: 2px;
    color: #8a9e45;
}

.wp-pagenavi span.current {
    background: #8a9e45;
    color: #fff;
}

.wp-pagenavi a:hover {
    background: #ccd5ad;
    color: #fff;
}

.wp-pagenavi span.current {
    font-weight: bold;
}


.break {
    clear: both;
}

.breakbottom {
    margin-bottom: 20px;
}

@media only screen and (max-width: 64.0625em) {
    .break_on_tablets {
        clear: both;
    }
}

.button {
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 0.15em;
    font-weight: 300;
    outline:none;
}

.panel.transparent {
    background-color: rgba(0,0,0,.0) !important;
    background-image: url(fback.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    border: none !important;
    min-height: 223px;
    position: relative;
    transition: background-color 0.3s;
}

.featured-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    width: 100%;
    transition: background-color 0.2s;
}

.panel.transparent:hover {
    background-color: rgba(0,0,0,.2) !important;
    transition: background-color 0.2s;
}

.featured {
    margin-top: 0;
}

.main_article {
    outline: none;
}

article.panel {
    margin-bottom: 0;
}

a p {
    color: #000;
}

.label.large {
    font-size: 0.9em;
    padding: 0.4em 1.2em;
    margin: 5px;
}

.label.large:hover {
    background: #ccd5ad;
}

a:hover {
    opacity: 1;
}

/* Basic styling   */

body {
    background-color: #898989;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;

}

h1, h2, h3, h4 {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.article h4 {
	font-size: 20px;
	
}

h3.author, h3.date, h3.section_name, footer h3 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0.15em;
    color: #8a9e45;
}

h3.section_name {
    color: #7c604b;
}

h5 {
	font-weight: bold;
	margin-bottom: -10px;
}

/* ------------- MAIN PAGE STYLING  ------------ */

/* Main article   */

#main_frame {
    background-color: #fff;
    margin-top: 1.5em;
    padding: 1em 1em;
}

@media only screen and (max-width: 800px) {
	#main_frame {
		padding-left: 0;
		padding-right: 0;
	}
}

#logo {
    margin-left: -1em;
    margin-bottom: 1em;
    background: url(../img/logo_b.png) no-repeat left center;
    position: relative;
}

#logo img {
    margin-left: 1em;
    min-width: 350px;
}

#logo .android_logo {
    position: absolute;
    width: 135px;
    height: 27px;
    left: 0;
    top: 7px;
}

#logo .mr_logo {
    position: absolute;
    width: 243px;
    height: 27px;
    left: 136px;
    top: 7px;
}

#main_frame {
	min-width: 400px;
}

.main_article {

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

}

.main_article h1 {
    text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.2em;
}

dd.wp-caption-text {
	display: none;
}

@media only screen and (max-width: 64.0625em) {
    .main_article h1 {
        font-size: 1.8em;
    }
}

@media only screen and (max-width: 800px) {
    .main_article h1 {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 640px) {
    .main_article h1 {
        font-size: 1.8em;
    }
		
	p {
		font-size: 1.1rem;
	}
}

.main_article a h1 {
    color: #fff;
    transition: text-shadow 0.2s;
}

.main_article a:hover h1 {
    color: #fff;
    opacity: 1;
    text-shadow: 0 0 5px rgba(255,255,255,0.4);
    transition: text-shadow 0.2s;
}

.main_article h3 {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    transition: text-shadow 0.2s;
}

.main_article a h3 {
    color: #e0e671;
}

.main_article h3 a:hover {
    text-shadow: 0px 0px 5px rgba(255,255,255,0.4);
    transition: text-shadow 0.2s;
}

.main_article h3.date {
    color: #e0e671;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

.inside {
    margin-bottom: 28px;
}

.inside h1 {
    font-size: 1.5em;
}

@media only screen and (max-width: 1024px) {
    .inside {
        margin-bottom: 42px;
    }
}

/* Article styling   */

article {
    margin-bottom: 15px;
}
article h1 a {
    color: #222;
}

article h1 a:hover {
    color: #222;
    opacity: 0.7;
}

#content .article p a, #content .article ul a {
    color: #8a9e45;
    border-bottom: 1px dotted #8a9e45;
    text-decoration: none;
}

#content a > img  {
	filter: none;
	transition: filter 0.2s ease;
}

#content a:hover > img {
	-ms-filter: brightness(110%) saturate(110%);
    -webkit-filter: brightness(110%)  saturate(110%);
	filter: brightness(110%) saturate(110%);
	transition: filter 0.2s ease;
}

#content .article p a:hover, #content .article ul a:hover {
	opacity: 0.8;
    text-decoration: none;
}

#content .article .listTitle {
	margin-bottom: -20px;
}

@media only screen and (max-width: 1224px) {
	#content .article .listTitle {
		margin-bottom: -10px;
	}
}

.post {
    //margin-bottom: 15px;
}

#gallery-1 {
    padding-top: 8px;
    padding-bottom: 8px;
}

#gallery-1 .gallery-item {
    margin-bottom: 2px;
}

#content .article .wp-caption-text {
    padding: 10px 5px 10px 15px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
    color: #fff;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.4);
    width: 100%;
	transition: background-color 0.3s;
}

#content .article .wp-caption:hover .wp-caption-text {
	background-color: rgba(0,0,0,.9);
	transition: background-color 0.3s;
}

#content .article .wp-caption-text a {
	color: #fff;
	border-bottom-color: #fff;

}

#content .article .wp-caption-text a:hover {
	color: #c7b299;
	border-bottom-color: #c7b299;
}

@media screen and (max-width: 782px) {
    #content .article .wp-caption-text {
        font-size: 13px;
    }
}

#content .article .wp-caption img {
    margin-bottom: 0;
}

#content .article strong {
    color: #444;
}
#content .article ul, ol {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    list-style-type: none;
}

#content .article ul, #content .article ol {
    margin-left: 6px;
}

#content .article li:not(.blocks-gallery-item) {
    margin: 6px 0;
    padding: 2px 0px 2px 30px;
    background: white;
    transition: 0.3s all linear;
    position: relative;
    line-height: 24px;
}

figure {
	margin: 0;
}

.wp-block-image {
	margin: 1.2em auto;
}

figure img {
	margin: 0 !important;
}

.wp-block-gallery {
	margin-left: 0 !important;
}

/*.blocks-gallery-item:first-child {
	padding-right: 0 !important;
	padding-left: 0 !important;
}*/

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
	margin: 0 5px 5px 0 !important;
}

/*.blocks-gallery-item:last-child {
	padding-right: 0 !important;
	padding-left: 4px !important;
}*/

#content .article ul li:not(.blocks-gallery-item) {
    margin: 2px 0;
}

#content .article ol li:not(.blocks-gallery-item) {
    margin: 8px 0;
}

#content .article ul li:not(.blocks-gallery-item):after {
    content: "";
    width: 8px;
    height: 8px;
    background: #c7b299;
    position: absolute;
    margin: 11px auto auto 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

#content .article ol {
    counter-reset: list1;
}

#content .article ol li:not(.blocks-gallery-item) {
    padding-left: 40px;
    counter-increment: list1;
}

#content .article ol li:not(.blocks-gallery-item):after {
    content: "";
    width: 24px;
    height: 24px;
    background: #c7b299;
    border-radius: 12px;
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto auto 0;
    left: 0px;
    text-align: center;
    top: 3px;
    bottom: 0;
    right: 0;
    content: counter(list1);
}

#content .article blockquote {
    //border-top: 1px solid #E6E6E6;
    //border-bottom: 1px solid #E6E6E6;
    border-left: none;
    border-right: none;
    position: relative;
    font-style: italic;
    margin: 40px 0;
    padding: 0 0 0 40px;
}

#content .article blockquote:before, #content .article blockquote:after {
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    //background-color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    //color: #c7b299;
    //color: #8a9e45;
    //color: #898989;
    color: #ccd5ad;
    font-style: normal;

}

#content .article blockquote:before {
    content: '\201C';
    font-family: Georgia;
    font-size: 80px;
    line-height: 80px;
    margin: auto auto auto 0;
    top: -6px;
}

#content .article blockquote p {
    font-size: 1.1rem;
}

.wp-caption {
    position: relative;
    margin: 0 0 1em 0;
}

.wp-caption a {
    transition: opacity 0.2s;
}

.wp-caption a:hover {
    opacity: 0.95;
    transition: opacity 0.2s;
}

#content .article #gallery-1 a {
    transition: opacity 0.2s;
}
#content .article #gallery-1 a:hover {
    opacity: 0.9;
    transition: opacity 0.2s;
}

/* related articles */

#content .article .related {
    display: table;
    text-align:left;
    margin: 1.5em auto;
}

#content .article .related .txt a {
    color: #000;
    border-bottom: 1px dotted #000;
    text-decoration: none;
}

#content .article .related .txt a:hover {
    color: #8a9e45;
    border-bottom: 1px dotted #8a9e45;
    text-decoration: none;
}

#content .article .related div {
    display: table-cell;
    vertical-align: middle;
    padding-right: 12px;
}

#content .article .related img {
    margin: 6px 0;
    max-width: none;
}

#content .article .related .item {
    display:table-row;
}

/* related articles end */

.large_anounce h1 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.5em;
    margin-top: 1em;
}

@media only screen and (max-width: 640px) { 
	.large_anounce h1 {
		font-size: 1.6em;
	}
}

@media only screen and (max-width: 64.0625em) {
    .large_anounce h1 {
        margin-top: 0.7em;
    }
}

.row.large_anounce {
    margin-bottom: 20px;
}

.imagewrap {
    overflow: hidden;
    width: 100%;
    height: 15em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.imagewrap img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    width: auto;
}

.imagewrap img.landscape {
    max-width: none;
    max-height: 100%;
}

.illustration {
    width: inherit;
    height: 15em;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.underlayer, .underlayer2 {
    opacity: 0;
    transition: all 0.2s;
    width: 100%;
    height: 100%;

}

.mainlink .underlayer2 {
    opacity: 0;
    background-position: bottom left;
    background-repeat: repeat-x;
    transition: all 0.2s;
}

.mainlink:hover .underlayer {
    background-image: radial-gradient(closest-corner, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3));
    opacity: 1;
    transition: all 0.2s;
    text-decoration: underline;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.2), 0px 0px 4px rgba(0,0,0,0.4);
}

.mainlink:hover .underlayer2 {
    background-image: url(fback2.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    opacity: 1;
    transition: all 0.2s;
    text-decoration: underline;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
}

.mainlink h1 {
    transition: opacity 0.2s;
}
.mainlink:hover h1 {
    opacity: 0.7;
    color: #222;
    transition: opacity 0.2s;
}

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

button,
input {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    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;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border: 1px solid rgba(51, 51, 51, 0.3);
    color: #333;
}

input:focus,
select:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3);
}

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: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.7917em 1.5em;
    text-transform: uppercase;
}

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 {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    outline: 0;
}

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;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    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: 0;
}

.comment-overlay {
    position: absolute;
    left: 20px;
    bottom: 15px;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}

.comment {
    margin-bottom: 40px;
}

.comment-meta {
    margin-bottom: 10px;
    margin-top: 10px;
}

.comments-area {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comments-area > :last-child {
    margin-bottom: 0;
}

.comment-list + .comment-respond {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
}

.comments-title {
    margin-bottom: 1.3333em;
}

.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 1.6em 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children > li {
    padding-left: 0.8em;
}

.comment-author {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 0.4em;
}

.comment-author a:hover {
    border-bottom: 1px solid #707070;
    border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
    float: left;
    height: 24px;
    margin-right: 0.8em;
    width: 24px;
}

.comment-author cite {
    font-style: normal;
}

.vcard {
    padding: 0.5rem 0.6rem 0.45rem;
}

.bypostauthor > article .fn:after {
    content: "\f304";
    position: relative;
    top: 5px;
    left: 3px;
}

.comment-metadata,
.pingback .edit-link {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
    border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
    color: #333;
}

.comment-metadata {
    margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
    margin-left: 1em;
}

.pingback .edit-link {
    margin-left: 1em;
}

.pingback .edit-link:before {
    top: 5px;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.6em 1.3333em;
}

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

.comment-content > :last-child {
    margin-bottom: 0;
}

.comment-list .reply {
    font-size: 12px;
    font-size: 1.2rem;
}

.comment-list .reply a {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    padding: 0.4167em 0.8333em;
    text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
    border-color: #333;
    color: #333;
    outline: 0;
}

.comment-form {
    padding-top: 1.6em;
}

.comment-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
    width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 2em;
}

.logged-in-as a:hover {
    border-bottom: 1px solid #333;
}

.no-comments {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    padding-top: 1.6em;
}

.comment-navigation + .no-comments {
    border-top: 0;
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
}

.form-submit {
    margin-bottom: 0;
}

.required {
    color: #c0392b;
}

.comment-reply-title small {
    font-size: 100%;
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -3px;
}

.small_anounce h1 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1em;
    margin-top: 0.5rem;
}

.small_anounce h3.issue_number {
    color: #8a9e45;
    font-weight: 300;
    margin: 0;
    padding: 0 0 0 10px;
    position: absolute;
    bottom: 4px;
    left: 2px;
    color: #fff;
    text-shadow: 0 0 5px rgba(255,255,255,0.4), 2px 2px 0 rgba(0,0,0,0.3);
}

.issue_number::first-letter {
    font-size: 1.1rem;
    padding-right: 2px;
}

.small_anounce .illustration {
    height: 7em;
}

.small_anounce h3 a {
    color: #7c604b;
}

.small_anounce h3 a:hover {
    opacity: 0.8;
}

.disqus_thread {
    margin-top: 20px;
	margin-bottom: 20px;
}

.ajax-load-more-wrap {
    margin-top: 20px;
}

/* Search and subscription forms   */

#search {
    margin-top: 0.5em;
}

#search div {
    padding: 0;
}

#search input[type='text'], #subscription input[type='text'] {
    height: 26px;
    background-color: #eee;
    border: 0px;
    box-shadow: none;
    opacity: 1 !important;
    vertical-align: bottom;
}

input::-webkit-input-placeholder {
    color: #888;
}
input::-moz-placeholder {
    color: #888;
}
input:-moz-placeholder {
    color: #888;
}
input:-ms-input-placeholder {
    color: #888;
}

#search .img_button, #subscription .img_button {
    height: 26px;
    background-color: #8a9e45;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#search .img_button input[type=submit] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

#subscription {
    margin-top: 0.4em;
}

/* News block   */

.all {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 640px) {
    .all {
        display: none;
    }
}

.panel.news {
    background-color: #ccd5ad;
    border: 0;
}

p.news {
    margin-top: 1em;
    font-size: 1em;
    line-height: 1.4em;
}

.news a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

p.news:hover {
    color: rgba(0, 0, 0, 0.50);
}

.news a:last-child {
    border: 0;
}

p.news.main {
    font-size: 1.4em;
    margin-top: 0.2em;
}

.news h3 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0.15em;
    color: #8a9e45;
}

/*     Advertising         */

.panel.banner {
    text-align: center;
    border: 0;
    /* background: url(../img/line.png); */
    background: none;  
    margin: 20px 0;
	
	overflow: hidden;
	padding:0;
	/*position: relative;
    padding: 30px 0 34% 0;
    height: 0;
	overflow: hidden;*/
}

/*.panel.banner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

.panel.banner img, .panel.banner object {
    border: 1px solid #ccd5ad;
}

/*    Social buttons */

.social.panel {
    background-color: #c7b299;
    border: 0;

}

.social a {
    color: #fff;
    opacity: 1;
    font-size: 1.5em;
    padding: 0.2em auto;
    text-align: center;

}

/* Footer  */

footer {
    background-color: #000;
    height: 5em;
}

footer h3 {
    color: #ddd;
    margin-top: 2.5em;
}

/* Tag cloud   */

.tags {
    background-color: #ced469;
}

.tags a {
    color: rgba(0, 0, 0, 1.00);
}

.tags a:hover {
    color: rgba(0, 0, 0, 0.50);
}

.tags .tag1 {
    font-size: 0.65em;
}

.tags .tag2 {
    font-size: 0.6em;
    font-weight: 600;
}

.tags .tag3 {
    font-size: 0.8em;
}

.tags .tag4 {
    font-size: 0.75em;
    font-weight: 600;
}

.tags .tag5 {
    font-size: 0.95em;
}

.tags .tag6 {
    font-size: 0.9em;
    font-weight: 600;
}

.tags .tag7 {
    font-size: 1.05em;
}

.tags .tag8 {
    font-size: 1em;
    font-weight: 600;
}

.tags .tag9 {
    font-size: 1.25em;
}

.tags .tag10 {
    font-size: 1.2em;
    font-weight: 600;
}

/* ------------- ARTICLE PAGE STYLING  ------------ */

#content .article h1 {
    font-size: 2em;
    line-height: 1.2em;
    margin-bottom: 0.4em;
}

#content .article p, #content .article img, #content .article iframe {
    margin: 1em auto;
}

p > img {
	margin: 0.3em auto !important;
}

#content .article p a img {

}

#content .article p a img:hover {

}

/*#content .article .aligncenter {
    display: inline-block;
}*/



#content .article .wp-caption.aligncenter {
    display: block;
    margin: 0 auto 1em auto;
}

#content .article .social-likes {
    margin-bottom: 15px;
}

#content .social-likes__widget {
    margin-right: 4px;
    padding: 1px 2px 0px 2px;
}

#content .social-likes__button {
    padding-bottom: 0;
}

#content .article h1, #content .article h2, #content .article h3, #content .article h4, #content .article p {
    text-align: left;
}

#content .article .videowrap {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.hide {
    display: none;
}

/* Supporting articles */

.more_articles {
    margin: 1em 0 2em 0 ;

}

.more_articles h2 {
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    color: #616161;
}

/* HTC Advert styling   */

#htc_banner {
    background-color: #fff;
    margin: 1.25em 0;
}

#htc_banner div {
    height: 3em;
    background: url(../img/htc_dot1.png) right center;
    margin: 0.25em 0;
}

#htc_banner div:first-child {
    background: url(../img/htc_dot2.png) left center;
}

#htc_banner div:last-child {
    background: #a8d14b;
}

#htc_banner div.logo {
    background: #fff;
}

#htc_banner div a {
    display: block;
    width: 100%;
    height: inherit;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.90em;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    letter-spacing: 0.07em;
    line-height: 3.4em;
}

#htc_banner div a img.htc {
    display: inline-block;
    margin: 0;
}

#htc_block {
    background: #f6f6f6;
    margin-top: 0;
    margin-bottom: 2.25em;
}

#htc_block_header {
    height: 3em;
    margin-bottom: 1.5em;
    background: url(../img/htc_dot2.png) right center;
}

#htc_block_header div {
    height: inherit;
}

#htc_block_header .logo {
    background: #f6f6f6;

}

#htc_block_header .logo img {
    border: none;
}

#htc_block h1 {

    text-transform: uppercase;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    margin-bottom: 2em;

}

#htc_block h1 a {
    color: #8a9e45;
}

#htc_block h3 {
    color: #7d7d7d;
    margin-top: 1em;
}

#htc_block .illustration {
    border: #8a9e45 1px solid;
    height: 7em;
}

.footer a {
    color: #ddd;
}

.footer a:hover {
    color: #8a9e45;
}

/* youtube responsive hack */
.videoWrapper {
    position: relative;
    padding-bottom: 52.10%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 46px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* desktop fonts */

@media only screen and (min-width: 1224px) {
    p {
        font-weight: 400;
    }

    #content .article p {
        margin: 1.2em auto;
    }

    .large_anounce h1 {
        font-weight: 400;
        font-size: 1.3em;
    }

    #htc_block h1 {
        font-weight: 400;
    }

    #content .article li {
        font-weight: 400;
    }

    #content .article ol li {
        font-weight: 400;
    }

    #content .article ul, ol {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .main_article h1 {
        font-weight: 400;
        font-size: 1.5em;
    }

    .featured-wrapper {
        padding-bottom: 10px;
    }
}

#dsq-content {
	display: none;
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	padding-top: 0;
	//background: linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,.3) 80%,transparent);
}