/*Theme Name: Gambit*/
/*Theme URI: https://themezee.com/themes/gambit/Author: ThemeZeeAuthor URI: https://themezee.comDescription: Gambit is a complex and highly flexible WordPress theme perfectly suited for any news, magazine or blog website. It features several different layout options, two sidebars and a stunning featured post slider. The easy to use Magazine Homepage template allows you to create a powerful online magazine in just a few minutes.Version: 1.0.7License: GNU General Public License v2 or laterLicense URI: http://www.gnu.org/licenses/gpl-2.0.htmlText Domain: gambitTags: three-columns, custom-background, custom-header, custom-menu, editor-style, rtl-language-support, grid-layout, blog, entertainment, news, featured-images, flexible-header, custom-colors, full-width-template, sticky-post, threaded-comments, translation-ready, theme-options, one-column, left-sidebar, right-sidebar, two-columnsThis theme, like WordPress, is licensed under the GPL.Use it to make something cool, have fun, and share what you've learned with others.Gambit is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.Normalizing styles have been helped along thanks to the fine work ofNicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/*/
/*-------------------------------------------------------------->>> TABLE OF CONTENTS:----------------------------------------------------------------1.0 - Normalize2.0 - Typography3.0 - Elements4.0 - Forms5.0 - Accessibility6.0 - Alignments7.0 - Clearings8.0 - Layout Structure9.0 - Header10.0 - Navigation	10.1 - Main Navigation	10.2 - Social Icon Menu11.0 - Widgets	11.1 - Default Widgets	11.2 - Magazine Posts Widgets12.0 - Posts and pages11.0 - Comments12.0 - Footer13.0 - Media	13.1 - Captions	13.2 - Galleries		13.3 - Sidebar Links14.0 - Media Queries	14.1 - Desktop Large ( < 1120px )	14.2 - Desktop Medium ( < 1040px )	14.3 - Desktop Small ( < 960px )	14.4 - Tablet Large ( < 880px )	14.5 - Tablet Medium ( < 800px )	14.6 - Tablet Small ( < 720px )	14.7 - Mobile Extra Large ( < 640px )	14.8 - Mobile Large ( < 560px )	14.9 - Mobile Medium ( < 480px )	14.10 - Mobile Small ( < 320px )15.0 - Theme Option Styles	15.1 - Sidebar Left Layout	15.2 - Sticky Navigation16.0 - Media Query Fixes--------------------------------------------------------------*/
/*--------------------------------------------------------------# 1.0 - Normalize--------------------------------------------------------------*/

html {
    font-family: 'Roboto', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
body {
    margin: 0;
    background-size: cover!important;
    background-attachment: fixed!important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: monospace, monospace;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.wp-polls-ans input[type="checkbox"],
.wp-polls-ans input[type="radio"] {
    display: none;
}
.wp-polls-ans input[type="checkbox"] + label,
.wp-polls-ans input[type="radio"] + label {
    cursor: pointer;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    height: 17px;
    width: 17px;
    margin: 0 5px 0 0;
    background-image: url(images/chekbox.png);
    background-repeat: no-repeat;
}
.wp-polls-ans input[type="checkbox"] + label::before,
.wp-polls-ans input[type="radio"] + label::before {
    background-position: left center;
}
.wp-polls-ans input[type="checkbox"]:checked + label::before,
.wp-polls-ans input[type="radio"]:checked + label::before {
    background-position: right center;
}

.table-box,
.table-box .table-row {
    display: table;
    width: 100%;
}
.table-box .table-row {
    border-bottom: 1px solid #eaecee;
}
.table-row.border-bold {
    border-bottom: 2px solid #424e5f;
}
.entry-content img {
    margin: 0.5em;
}
.entry-content ul{margin-top: 15px;}

.table-box .left-col,
.table-box .right-col {
    display: table-cell;
}
.table-box .left-col {
    width: 25%;
    padding: 1em 1em 1em 0;
}
.table-box .right-col {
    width: 75%;
    padding: 1em 0 1em 1em;
}
fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------# 2.0 - Typography--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #424e5f;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: 'Roboto', 'Oxygen', Tahoma, Arial;
    line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
p {
    margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    overflow: auto;
    margin-bottom: 1.6em;
    padding: 1.6em;
    max-width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.6;
}
code,
kbd,
tt,
var {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------# 3.0 - Elements--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
    box-sizing: inherit;
}
body {
    background: #13b127;
}
blockquote {
    margin: 0 0 1.5em;
    padding-left: 1.25em;
    border-left: 3px solid #ddd;
    color: #777;
    font-style: italic;
    font-size: 18px;
    font-size: 1.125rem;
}
blockquote cite,
blockquote small {
    display: block;
    margin-top: 1em;
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}
blockquote >:last-child {
    margin-bottom: 0.5em;
}
hr {
    margin-bottom: 1.5em;
    height: 1px;
    border: 0;
    background-color: #ccc;
}
ul,
ol {
    margin: 0 0 1.5em;
    padding: 0 0 0 1.25em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 0 1.5em;
}
img {
    max-width: 100%;
    /* Adhere to container width. */
    
    height: auto;
    /* Make sure images are scaled correctly. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
    border: none;
    table-layout: fixed;
}
th,
td {
    padding: 0.3em 0.4em;
    border: 1px solid #ddd;
}
a {
    color: #1585b5;
    text-decoration: none;
}
a:link,
a:visited {
    color: #1585b5;
}
a:hover,
a:focus,
a:active {
    color: #344155;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
/*--------------------------------------------------------------# 4.0 - Forms--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 0.5em 1em;
    border: none;
    background: #eeb902;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Roboto Condensed', 'Oxygen', Tahoma, Arial;
    transition: all 0.2s ease;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    opacity: 0.8;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: #444;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    padding: 0.3em 0.6em;
    max-width: 100%;
    border: 1px solid #ddd;
    color: #666;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    border: 1px solid #ccc;
    color: #111;
}
textarea {
    width: 100%;
}
/*--------------------------------------------------------------# 5.0 - Accessibility--------------------------------------------------------------*/
/* Text meant only for screen readers. */

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

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.entry-content img.aligncenter  {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}
/*--------------------------------------------------------------# 7.0 - Clearings--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.post-navigation .nav-links:before,
.post-navigation .nav-links:after,
.comment-navigation:before,
.comment-navigation:after {
    display: table;
    content: "";
}
.clearfix:after,
.post-navigation .nav-links:after,
.comment-navigation:after {
    clear: both;
}
/*--------------------------------------------------------------# 8.0 - Layout Structure--------------------------------------------------------------*/

.site {
    margin: 50px auto 0;
    box-shadow: 0 0 20px 0px #333;
    max-width: 1400px;
    width: 100%;
    z-index: 99;
    position: relative;
}
.site-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /*padding: 2em 0 0 2em;*/
    
    padding: 2em 2em 0 2em;
    background: #fff;
}
.content-area {
    order: 1;
    box-sizing: border-box;
    /*padding-right: 2em;*/
    
    width: 74.5%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
}
.main-sidebar {
    order: 2;
    padding-right: 2em;
    width: 25.5%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
}
.small-sidebar {
    order: 3;
    padding-right: 2em;
    width: 25.5%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
}
/* Fullwidth Template */

.site-content .fullwidth-content-area {
    float: none;
    padding: 0;
    width: 100%;
}
/* Fix Render Bug for Safari */

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) {
    @media {
        .content-area,
        .main-sidebar,
        .small-sidebar {
            margin-right: -1px;
        }
    }
}
/*--------------------------------------------------------------# 9.0 - Header--------------------------------------------------------------*/

.title-wrapper {
    display: inline-block;
}
.site-header {
    background-image: url(images/header-bkgr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-color: rgb(73, 84, 102);
    /* Old browsers */
}
/*.site-header:before{	content: "";	width: 100%;	display: block;	background-image: url(images/header-repeat.jpg);	background-repeat: repeat-y;	background-position: top center;}*/

.header-contact {
    float: right;
}
.header-contact > div {
    padding-left: 29px;
    display: inline-block;
}
.header-phone {
    background-image: url(images/phone.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.header-mail {
    margin-left: 15px;
    background-image: url(images/e-mail.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.header-location {
    margin-left: 8px;
    background-image: url(images/location.png);
    background-repeat: no-repeat;
    background-position: 8px center;
}
.header-contact > div,
.header-contact > div a {
    font-size: 1.0625rem;
    font-family: 'Roboto Condensed', 'Roboto';
    font-weight: 700;
    color: #fff;
    transition: all 0.2s ease;
    text-transform: uppercase;
    line-height: 1.875;
}
.header-contact > div a:hover {
    color: #dadada;
}
.header-main {
    padding: 2em;
}
.site-branding {
    float: left;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
}
.site-branding a:link,
.site-branding a:visited,
.site-branding a:hover {
    border: none;
    line-height: 1.3;
    text-decoration: none;
    text-transform: uppercase;
}
.site-title {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 36px;
    font-size: 2.25rem;
    font-family: 'Roboto Condensed', 'Oxygen', sans-serif;
    line-height: 1.3;
    letter-spacing: -0.01em;
}
.site-description {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: 0.02em;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 0.5em;
}
.site-title a:link,
.site-title a:visited {
    color: #fff;
    transition: all 0.2s ease;
}
.site-title a:hover,
.site-title a:active {
    color: #dadada;
}
.site-branding .custom-logo {
    margin: 0.4em 0.9375em 0.4em 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: top;
}
/* Header Widgets */

.header-widgets {
    display: inline;
}
.header-widget {
    float: right;
    margin: 1.25em 0 0 1.5em;
    /*margin: 0.4em 0 0 1.5em;*/
}
.header-widget ul {
    margin: 0;
    padding: 0;
}
.header-widget-title {
    margin: 0 0 0.5em;
}
/* Custom Header Image */

.header-image {
    margin: 1px 0 0;
    text-align: center;
}
.header-image img {
    max-width: 1400px;
    width: 100%;
    height: auto;
    vertical-align: top;
}
/*--------------------------------------------------------------# 10.0 - Navigation--------------------------------------------------------------*/
/*--------------------------------------------------------------## 10.1 - Main Navigation--------------------------------------------------------------*/

.primary-navigation-wrap {
    background: #344155;
    color: #fff;
}
.main-navigation-toggle {
    display: none;
}
.main-navigation-menu {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-position: outside;
    list-style-type: none;
}
.main-navigation-menu li {
    float: left;
}
.main-navigation-menu a {
    background-image: url(images/nav-line.png);
    background-position: right center;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em 1.5em;
    height: 100%;
    min-width: 150px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 130%;
    letter-spacing: 0.015em;
    font-weight: 700;
    font-family: 'Roboto Condensed', 'Oxygen', Tahoma, Arial;
    transition: all 0.2s ease;
}
.main-navigation-menu li:last-child a {
    background-image: none;
}
.main-navigation-menu > .menu-item-has-children > a:after,
.main-navigation-menu ul .menu-item-has-children > a:after {
    display: inline-block;
    margin: 0.15em 0 0 0.4em;
    color: #fff;
    content: "\00BB";
    vertical-align: top;
    text-decoration: inherit;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.main-navigation-menu a:link,
.main-navigation-menu a:visited {
    color: #fff;
    text-decoration: none;
}
.main-navigation-menu a:hover,
.main-navigation-menu a:active {
    background-color: #6e7581;
}
.main-navigation-menu ul {
    position: absolute;
    z-index: 99;
    display: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #fff;
    background: #344155;
    list-style-position: outside;
    list-style-type: none;
}
.main-navigation-menu ul li {
    position: relative;
    float: none;
}
.main-navigation-menu ul a {
    padding: 0.75em 1em;
    min-width: 250px;
    min-width: 16rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    font-size: 0.8125rem;
    transition: none;
}
.main-navigation-menu ul li:last-child a {
    border-bottom: none;
}
.main-navigation-menu li ul ul {
    top: 0;
    left: 100%;
    border-top: none;
}
.main-navigation-menu li.menu-item-has-children:hover > ul,
.main-navigation-menu li.page_item_has_children:hover > ul,
.main-navigation-menu li.menu-item-has-children[aria-expanded="true"] > ul {
    display: block;
}
.menu li.menu-item {
    list-style: none;
    border-bottom: 1px #acafb4 solid;
    padding: 8px;
    padding: 0.527em;
}
.menu li.menu-item:last-child {
    border: 0;
}
.menu li a {
	display: block;
	width: 100%;
	height: 100%;
    font-family: 'Roboto';
    //font-size: 17px;
    font-size: 15px;
    font-weight: 300;
    color: #344155;
}
.menu li a:hover {
    color: #6e7581;
    text-shadow: 0 0.5px 0.5px #6e7581;
}
.main-navigation-menu li.current-menu-item > a {
    background: #6e7581;
    background-image: url(images/nav-line.png);
    background-position: right center;
    background-repeat: no-repeat;
}
/* Mega Menu Styling */

.mega-menu-content .mega-menu-widget a:link,
.mega-menu-content .mega-menu-widget a:visited {
    color: #fff;
}
.mega-menu-content .mega-menu-widget a:hover,
.mega-menu-content .mega-menu-widget a:active {
    color: rgba(255, 255, 255, 0.6);
}
.mega-menu-content .mega-menu-widget ul li {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mega-menu-content .mega-menu-widget ul li a {
    display: block;
    padding: 0.5em 0.75em;
}
.main-navigation-menu .mega-menu-content .mega-menu-widget ul li a:hover {
    background: #1585b5;
    color: #fff;
}
.mega-menu-content .mega-menu-widget .entry-meta,
.mega-menu-content .mega-menu-widget .entry-meta span:before {
    color: #ddd;
}
/*--------------------------------------------------------------## 10.2 - Social Icons Menu--------------------------------------------------------------*/

.social-icons-menu {
    margin: 0;
    padding: 0;
    list-style-position: outside;
    list-style-type: none;
    line-height: 1;
}
.social-icons-menu li {
    float: left;
    margin: 0;
    padding: 0;
}
.social-icons-menu li a {
    position: relative;
    display: inline-block;
    padding: 0.5em;
    text-decoration: none;
}
.social-icons-menu li a .screen-reader-text {
    display: none;
}
/* Add Genericons */

.social-icons-menu li a:before {
    display: inline-block;
    color: #fff;
    vertical-align: top;
    text-decoration: inherit;
    font-size: 16px;
    font-family: 'Roboto', 'Genericons';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.social-icons-menu li a:before {
    content: '\f408';
}
/* Default Icon */

.social-icons-menu li a[href*="codepen.io"]:before {
    content: '\f216';
}
.social-icons-menu li a[href*="digg.com"]:before {
    content: '\f221';
}
.social-icons-menu li a[href*="dribbble.com"]:before {
    content: '\f201';
}
.social-icons-menu li a[href*="facebook.com"]:before {
    content: '\f204';
}
.social-icons-menu li a[href*="flickr.com"]:before {
    content: '\f211';
}
.social-icons-menu li a[href*="plus.google.com"]:before {
    content: '\f218';
}
.social-icons-menu li a[href*="github.com"]:before {
    content: '\f200';
}
.social-icons-menu li a[href*="instagram.com"]:before {
    content: '\f215';
}
.social-icons-menu li a[href*="linkedin.com"]:before {
    content: '\f207';
}
.social-icons-menu li a[href*="pinterest.com"]:before {
    content: '\f209';
}
.social-icons-menu li a[href*="polldaddy.com"]:before {
    content: '\f217';
}
.social-icons-menu li a[href*="getpocket.com"]:before {
    content: '\f224';
}
.social-icons-menu li a[href*="reddit.com"]:before {
    content: '\f222';
}
.social-icons-menu li a[href*="spotify.com"]:before {
    content: '\f515';
}
.social-icons-menu li a[href*="skype.com"]:before,
.social-icons-menu li a[href*="skype:"]:before {
    content: '\f220';
}
.social-icons-menu li a[href*="stumbleupon.com"]:before {
    content: '\f223';
}
.social-icons-menu li a[href*="tumblr.com"]:before {
    content: '\f214';
}
.social-icons-menu li a[href*="twitch.tv"]:before {
    content: '\f516';
}
.social-icons-menu li a[href*="twitter.com"]:before {
    content: '\f202';
}
.social-icons-menu li a[href*="vimeo.com"]:before {
    content: '\f212';
}
.social-icons-menu li a[href*="wordpress.org"]:before {
    content: '\f205';
}
.social-icons-menu li a[href*="wordpress.com"]:before {
    content: '\f205';
}
.social-icons-menu li a[href*="youtube.com"]:before {
    content: '\f213';
}
.social-icons-menu li a[href*="newsletter"]:before,
.social-icons-menu li a[href*="mailto"]:before {
    content: '\f410';
}
.social-icons-menu li a[href*="/feed"]:before,
.social-icons-menu li a[href*="/feed/"]:before,
.social-icons-menu li a[href*="?feed=rss2"]:before,
.social-icons-menu li a[href*="feedburner.google.com"]:before,
.social-icons-menu li a[href*="feedburner.com"]:before {
    content: '\f413';
}
/*--------------------------------------------------------------## Post Navigation Menu--------------------------------------------------------------*/
/*-------------------------------------------------------------## Three Banners---------------------------------------------------------------*/

.start-banners {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.start-banners > a {
    display: block;
    color: #fff !important;
    font-family: 'Roboto Condensed', 'Roboto';
    font-weight: 700;
    font-size: 30px;
    font-size: 1.85rem;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    max-width: 312px;
    width: 100%;
    margin-right: 32px;
    margin-bottom: .9375em;
    float: left;
    //padding-top: 4.2em;
    padding-top: 3.2em;
    padding-left: 0.84em;
    position: relative;
}

.start-banners > a span{
    width: 50%;
    line-height: 30px;
    display: block;
    position: relative;
    bottom: 25px;
}
.start-banners > a:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 598px) and (max-width: 796px) {

.start-banners > a span{
   bottom: 6px;
}
}

@media only screen and (min-width: 801px) and (max-width: 1023px) {
.start-banners > a span{
    line-height: 27px;
    bottom: 0;
    font-size: 23px;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1150px) {
.start-banners > a span{
    line-height: 25px;
    bottom: 13px;
    font-size: 25px;
}
}

#magazine-homepage-widgets {
    clear: both;
}
.pupil {
    //background-image: url(images/ychaschimsa.png);
    background-image: url(/wp-content/uploads/2017/06/our_projects.png);
}
.parents { 
    //background-image: url(images/parents1.png);
    background-image: url(/wp-content/uploads/2017/06/our_medals.png);
}
.teacher {
   // background-image: url(images/teacher1.png);
   background-image: url(/wp-content/uploads/2017/08/imi-gordimsya.png);
//background-image: url(http://savepic.ru/14585441.png)


} 
.start-page-title {
    font-size: 32px;
    font-size: 2.125rem;
    font-weight: bold;
    font-family: 'Roboto Condensed', 'Roboto';
    letter-spacing: -.005em;
    color: #4879b4;
    line-height: 100%;
}
.start-page__wrap .textwidget {
    font-family: 17px;
    font-size: 1.0625em;
    font-weight: 300;
    line-height: 150%;
}
.textwidget .img-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 2.5em;
}
.start-page__wrap {
    clear: both;
    background-image: url(images/bk-ground-star.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 4.7em 7em 2em 2.4375em;
    margin-bottom: 30px;
    margin-bottom: 1.875em;
    display: none;
}
.start-page__wrap .textwidget {
    display: -ms-flexbox;
    display: flex;
}
.startpage-content {
    -ms-flex-negative: 3;
    flex-shrink: 3;
}
.startpage-content strong {
    font-size: 20.5px;
    font-size: 1.281em;
}
/*--------------------------------------------------------------# 11.0 - Widgets--------------------------------------------------------------*/

.widget {
    margin: 0 0 2em 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.widget-header {
    margin: 0 0 1.5em 0;
    font-family: 'Roboto Condensed';
    background: #344155;
}
.widget-title {
    display: inline-block;
    margin: 0;
    padding: 0.4em 0.8em;
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
}
.widget ul {
    margin: 0;
    padding: 0 0.3em;
    list-style: circle inside;
}
.widget ul .children,
.widget ul .sub-menu {
    margin: 0.5em 0 0.5em 1em;
    padding: 0;
}
.widget-title a:link,
.widget-title a:visited {
    color: #fff;
}
.widget-title a:hover,
.widget-title a:active {
    color: #fff;
    text-decoration: underline;
}
/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------## 11.1 - Default Widgets--------------------------------------------------------------*/
/* Theme Search Widget */

.search-form {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}
.search-form .screen-reader-text {
    display: none;
}
.search-form .search-field {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0.55em 3em 0.5em 1em;
    width: 100%;
    -webkit-appearance: none;
}
.search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.55em 0.8em;
    border: none;
    height: 43.75px;
    font-size: 16px;
    font-size: 1rem;
    cursor: pointer;
}
.search-form .search-submit .genericon-search {
    display: inline-block;
    margin: 5px 0 0 0;
    color: #fff;
    content: '\f400';
    vertical-align: top;
    text-decoration: inherit;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    font-family: 'Roboto', 'Genericons';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*--------------------------------------------------------------## 11.2 - Magazine Posts Widgets--------------------------------------------------------------*/

.widget-magazine-posts {
    margin-bottom: -1.5em;
}
.widget-magazine-posts .type-post {
	position: relative;
    margin: 0 0 2em 0;
    padding: 0;
    border: none;
    background: none;
    max-width: 312px;
    max-width: 20.8em;
    display: inline-block;
    vertical-align: top;
}
.widget-magazine-posts .type-post:nth-child(3n+2) {
    margin: 0 27px 2em;
}
.important-area .widget-header {
    background-color: #f26115;
}
.widget-magazine-posts .type-post .wp-post-image {
    margin: 0 0 0.5em;
    max-width: 100%;
}
.widget-magazine-posts .type-post .entry-content {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.015em;
    line-height: 153%;
}
.widget-magazine-posts .type-post .entry-content p {
    margin: 1em 0 0;
}
.widget-magazine-posts .type-post .more-link {
    margin: 1em 0 0;
}
.widget-magazine-posts .large-post .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
}
.widget-magazine-posts .medium-post {
    display: block;
    float: left;
    box-sizing: border-box;
    padding-right: 2em;
    width: 33.33333333%;
}
.widget-magazine-posts .medium-post .entry-title {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: 'Roboto Condensed', 'Oxygen', Tahoma, Arial;
}
.widget-magazine-posts .medium-post .entry-content {
    font-size: 15px;
    font-size: 0.9375rem;
}
.widget-magazine-posts .small-post {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 100%;
}
.widget-magazine-posts .small-post .wp-post-image {
    float: left;
    margin: 0 1em 0 0;
    max-width: 40%;
}
.widget-magazine-posts .small-post .entry-title {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Roboto Condensed', 'Oxygen', Tahoma, Arial;
}
.widget-magazine-posts .medium-post .entry-meta,
.widget-magazine-posts .small-post .entry-meta {
    font-size: 12px;
    font-size: 0.75rem;
}
/* Magazine Posts Grid Widget */

.widget-magazine-posts-grid .magazine-posts-grid-row {
    margin-right: -2em;
}
.widget-magazine-posts-grid .magazine-posts-grid-row .large-post {
    float: left;
    box-sizing: border-box;
    padding-right: 2em;
    width: 50%;
}
/* Magazine Posts Columns Widget */

.gambit-magazine-posts-columns {
    padding: 0;
}
.widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content .magazine-posts-columns-post-list {
    float: left;
    box-sizing: border-box;
    width: 100%;
}
.widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content {
    float: left;
    width: 100%;
}
.widget-magazine-posts-columns .magazine-posts-column-left {
    float: left;
    box-sizing: border-box;
    padding-right: 1em;
    width: 50%;
}
.widget-magazine-posts-columns .magazine-posts-column-right {
    box-sizing: border-box;
    margin-left: 50%;
    padding-left: 1em;
    width: 50%;
}
.widget-magazine-posts-columns .medium-post {
    padding-right: 0;
    width: 100%;
}
/*--------------------------------------------------------------# 12.0 - Posts and pages--------------------------------------------------------------*/

.type-post,
.type-page,
.type-attachment {
    margin: 0 0 2em;
    max-width: 100%;
}
.entry-title {
    display: inline;
    margin: 0;
    padding: 0;
    color: #344155;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 28px;
    font-size: 1.75rem;
    font-family: 'Roboto Condensed', 'Oxygen', sans-serif;
    line-height: 1.4;
}
.entry-title a:link,
.entry-title a:visited {
    color: #344155;
    text-decoration: none;
    transition: all 0.2s ease;
}
.entry-title a:hover,
.entry-title a:active {
    color: #1585b5;
}
.type-post .wp-post-image {
    margin: 0 0 0.5em;
}
.entry-content {
    font-size: 16px;
    font-size: 1rem;
}
.sticky {}
/* Read more Link */

.more-link {
    display: inline-block;
    margin: 0;
    padding: 0.5em 1em;
    background: #5abb68;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Roboto', 'Oxygen', Tahoma, Arial;
	position: absolute;
	bottom: 0;
}
.more-link:link,
.more-link:visited {
    color: #fff;
    transition: all 0.2s ease;
}
.more-link:hover,
.more-link:active {
    /*background: #344155;*/
    
    opacity: .8;
}
/* Small Post Layout */

.small-archive-post {
    padding: 0 0 1.5em;
    border-bottom: 1px solid #ddd;
}
.small-archive-post .wp-post-image {
    float: left;
    margin: 0 1.5em 0 0;
    padding: 0 0 0.5em;
    max-width: 45%;
}
.small-archive-post .entry-title {
    font-size: 22px;
    font-size: 1.375rem;
}
.small-archive-post .entry-content {
    font-size: 15px;
    font-size: 0.9375rem;
}
.small-archive-post .entry-excerpt p {
    margin-bottom: 1em;
}
/* Page Links | wp_link_pages() */

.page-links {
    margin: 0;
    word-spacing: 1em;
    font-weight: bold;
}
/* Entry Meta */

.entry-meta {
    margin: 0.4em 0 0;
    color: #999;
    font-size: 14px;
    font-size: 0.875rem;
}
.entry-meta a:link,
.entry-meta a:visited {
    color: #999;
}
.entry-meta a:hover,
.entry-meta a:active {
    color: #666;
}
.entry-meta .meta-date,
.entry-meta .meta-author {
    margin-right: 1em;
    margin-left: 10px;
}


.entry-meta span:before {
    display: inline-block;
    margin-right: 0.2em;
    color: #666;
    vertical-align: middle;
    font: normal 16px 'Genericons';
    -webkit-font-smoothing: antialiased;
}
.entry-meta .meta-date:before {
    content: '\f307';
}
.entry-meta .meta-author:before {
    content: '\f304';
    
}
.entry-meta .meta-category:before {
    content: '\f301';
}
/* Entry Tags & Tagcloud Widget */

.entry-tags {
    clear: both;
    margin: 0 0 1.5em;
}
.widget_tag_cloud .tagcloud,
.entry-tags .meta-tags {
    font-size: 14px;
    font-size: 0.875rem;
}
.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after,
.entry-tags .meta-tags:before,
.entry-tags .meta-tags:after {
    display: table;
    content: "";
}
.widget_tag_cloud .tagcloud:after,
.entry-tags .meta-tags:after {
    clear: both;
}
.widget_tag_cloud .tagcloud a,
.entry-tags .meta-tags a {
    display: inline-block;
    float: left;
    margin: 0 0.3em 0.3em 0;
    padding: 0.15em 0.6em;
    border: none;
    background: #1585b5;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px !important;
    font-size: 0.75rem !important;
}
.widget_tag_cloud .tagcloud a:link,
.widget_tag_cloud .tagcloud a:visited,
.entry-tags .meta-tags a:link,
.entry-tags .meta-tags a:visited {
    color: #fff;
    transition: all 0.2s ease;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:active,
.entry-tags .meta-tags a:hover,
.entry-tags .meta-tags a:active {
    background: #344155;
}
/* Post Navigation */

.post-navigation {
    margin: 1em 0 0;
    padding: 0.5em 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.post-navigation .nav-links .nav-previous {
    float: left;
}
.post-navigation .nav-links .nav-next {
    float: right;
}
.post-navigation .nav-links .nav-previous a:before {
    margin-right: 3px;
    content: "\00AB";
}
.post-navigation .nav-links .nav-next a:after {
    margin-left: 4px;
    content: "\00BB";
}
/* Theme Pagination */

.post-pagination {
    display: block;
    margin: 0 0 2em;
}
.post-pagination a,
.post-pagination .current {
    display: inline-block;
    margin: 0;
    padding: 0.5em 1em;
    background: #344155;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
}
.post-pagination a:link,
.post-pagination a:visited {
    color: #fff;
    transition: all 0.2s ease;
}
.post-pagination a:hover,
.post-pagination .current {
    background: #1585b5;
}
/* Infinite Scroll Pagination */

.infinite-scroll .post-pagination {
    display: none;
}
.infinite-scroll #infinite-handle span {
    display: inline-block;
    margin: 0 0 2em;
    padding: 0.3em 0.8em;
    background: #1585b5;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: 'Roboto Condensed', 'Oxygen', Tahoma, Arial;
}
.infinite-scroll #infinite-handle span:hover {
    background-color: #344155;
}
/* Archives and Search Heading */

.page-header {
    margin: 0 0 1.5em 0;
    background: #344155;
}
.page-header .archive-title {
    display: inline-block;
    margin: 0;
    padding: 0.4em 0.8em;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
}
.archive-description {
    color: #666;
}
/* Breadcrumbs */

.breadcrumbs-container {
    padding: 0.5em 1em;
    border-bottom: 1px solid #eee;
    background: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
}
.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
    display: inline;
    margin: 0;
    padding: 0;
}
.breadcrumbs .trail-browse {
    margin-right: 0.5em;
    font-weight: normal;
    font-size: 13px;
    font-size: 0.8125rem;
}
.breadcrumbs .trail-items {
    list-style: none;
}
.breadcrumbs .trail-items li::after {
    padding: 0 0.5em;
    content: "\00bb";
    /* Raquo */
}
.trail-separator-slash .trail-items li::after {
    content: "\002F";
}
.trail-separator-dash .trail-items li::after {
    content: "\2013";
}
.trail-separator-bull .trail-items li::after {
    content: "\2022";
}
.trail-separator-arrow-bracket .trail-items li::after {
    content: "\003e";
}
.trail-separator-raquo .trail-items li::after {
    content: "\00bb";
}
.trail-separator-single-arrow .trail-items li::after {
    content: "\2192";
}
.trail-separator-double-arrow .trail-items li::after {
    content: "\21D2";
}
.breadcrumbs .trail-items li:last-of-type::after {
    display: none;
}
/*--------------------------------------------------------------# 11.0 - Comments--------------------------------------------------------------*/
/* Comment Header */

.comments-header,
.comment-reply-title {
    margin: 0 0 1.5em 0;
    background: #344155;
}
.comments-header .comments-title,
.comment-reply-title span {
    display: inline-block;
    margin: 0;
    padding: 0.4em 0.8em;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
}
/* Comment List */

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.comment {
    margin: 0 0 1.5em;
    padding: 0.5em 1em 1.5em;
    border-bottom: 1px solid #ddd;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.comment:last-child {
    margin: 0;
    border-bottom: none;
}
.comment-meta {
    float: left;
    padding: 0;
    width: 100%;
}
.comment-meta .comment-author img {
    float: left;
    margin-right: 1em;
}
.bypostauthor {
    display: block;
}
.comment-meta .comment-metadata {
    margin-top: 0.3em;
    font-size: 14px;
    font-size: 0.875rem;
}
.comment-meta .comment-metadata a {
    margin-right: 1em;
}
.comment-content {
    clear: left;
    padding: 0.2em 0 0;
}
.comment-content a {
    word-wrap: break-word;
}
.comment ol.children {
    margin-top: 1.5em;
    padding-top: 1em;
    border-top: 1px solid #ddd;
    list-style: none;
}
.comment .comment-respond {
    margin-top: 2em;
}
/* Comment Pagination */

.comment-navigation {
    margin: 0 0 1.5em;
    padding: 0.5em 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-size: 0.875rem;
}
.comment-navigation .nav-previous {
    float: left;
}
.comment-navigation .nav-next {
    float: right;
}
.comment-navigation .nav-previous a:before {
    margin-right: 3px;
    content: "\00AB";
}
.comment-navigation .nav-next a:after {
    margin-left: 4px;
    content: "\00BB";
}
/* Comment Form */

.comment-form {
    padding: 0;
}
.comment-form label {
    display: inline-block;
    min-width: 150px;
    font-weight: bold;
}
.comment-form textarea {
    margin-top: 0.4em;
}
.comment-reply-title small a {
    margin-left: 1em;
    text-decoration: underline;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
}
/*--------------------------------------------------------------# 12.0 - Footer--------------------------------------------------------------*/

.site-footer-wrap {
    background: #344155;
}
.site-footer {
    color: #b3b6bc;
    font-size: 13px;
    font-size: 0.8125rem;
}
.site-footer .site-info {
    float: left;
    padding: 1em 2em;
}
.site-footer a:link,
.site-footer a:visited {
    color: #b3b6bc;
    text-decoration: underline;
}
.site-footer a:hover,
.site-footer a:active {
    text-decoration: none;
}
.dynamic-footer {
    padding: 2em;
    background-color: #424e5f;
}
.dynamic-footer .widget-header {
    background-color: #424e5f;
    margin: 0 0 0.125em 0;
}
.dynamic-footer .custom-footer__wrap {
    max-width: 20.8em;
    width: 100%;
    float: left;
    margin-right: 2em;
}
.dynamic-footer .custom-footer__wrap:last-child {
    margin-right: 0;
}
.custom-footer__wrap .menu,
.custom-footer__wrap .widget-title {
    padding-left: 0;
}
.custom-footer__wrap .widget-title {
    font-size: 18px;
    font-size: 1.125rem;
    color: #b3b6bc;
    font-family: 'Roboto Condensed', 'Roboto';
    letter-spacing: 0.025em;
}
.custom-footer__wrap .menu li.menu-item {
    border: 0;
    padding: 0;
}
.custom-footer__wrap .menu li.menu-item a,
.footer-contacts p,
.footer-contacts span,
.footer-contacts p a {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 175%;
    letter-spacing: 0.01em;
    font-family: 'Roboto';
    font-weight: 300;
    color: #b3b6bc;
}
.footer-contacts {
    margin-top: 50px;
    margin-top: 3.33em;
}
.footer-contacts p,
.footer-contacts span,
.footer-contacts a {
    margin: 0;
    color: #b3b6bc;
}
.footer-contacts .bold {
    font-weight: 700;
}
.custom-footer__wrap a:hover,
.custom-footer__wrap .menu li.menu-item a:hover {
    color: #fff;
}
/*--------------------------------------------------------------# 13.0 - Media--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: none;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------## 13.1 - Captions--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
/*--------------------------------------------------------------## 13.2 - Galleries--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 1em 1.5em 0 0;
    width: 100%;
    vertical-align: top;
    text-align: center;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
}
/*--------------------------------------------------------------# 14.0 - Media Queries--------------------------------------------------------------*/
/*----------------------------------------------------------------------------------- Fix custom widgets ------------------------------------------------------------------------------------*/
@media only screen and (min-width: 87.5em) {
	.widget-magazine-posts .type-post{
		min-height: 519px;
		min-height: 34.6em;
		max-height: 519px;
		max-height: 34.6em;
	} 
}
@media only screen and (max-width: 87.5em) {
    .site {
        margin: 0 auto;
    }
    .widget-magazine-posts .type-post,
    .widget-magazine-posts .type-post:nth-child(3n+2) {
        margin: 0 0 2em;
    }
    #primary .widget-magazine-posts .type-post {
        max-width: 48%;
		min-height: 545px;
		min-height: 37.3em;
		max-height: 545px;
		max-height: 37.3em;
		
    }
	#secondary .widget-magazine-posts .type-post{
		min-width: 100%;
	}
	#secondary .more-link{
		position: relative;
	} 
    .widget-magazine-posts .type-post:nth-child(odd) {
        margin: 0 3.5% 2em 0;
    }
    .widget-magazine-posts .type-post .wp-post-image {
        width: 100%;
    }
    .dynamic-footer .custom-footer__wrap {
        max-width: 25%;
        margin-right: 0;
    }
}
/* --------------------------------------           Desktop fix      < 1314px				  ----------------------------------------*/

@media only screen and (max-width: 82em) {
    .header-contact {
        float: right;
        width: 260px;
        text-align: right;
    }
    .header-widget {
        margin: 0.4em 0 0 5.5em;
    }
}
/*--------------------------------------------------------------## 14.1 - Desktop X-Large ( < 1280px )--------------------------------------------------------------*/

@media only screen and (max-width: 80em) {
	 #primary .widget-magazine-posts .type-post {
		min-height: 500;
		min-height: 34.3em;
		max-height: 500;
		max-height: 34.3em;
    	}
    .site-content {
        padding: 1.5em 0 0 1.5em;
    }
    .content-area,
    .main-sidebar,
    .small-sidebar {
        padding-right: 1.5em;
    }
    .header-main {
        padding: 1.5em;
    }
    .widget,
    .widget-magazine-posts .type-post,
    .type-post,
    .type-page,
    .type-attachment,
    .post-pagination,
    .infinite-scroll #infinite-handle span {
        margin: 0 0 1.5em;
    }
    .widget-magazine-posts .medium-post,
    .widget-magazine-posts-grid .magazine-posts-grid-row .large-post {
        padding-right: 1.5em;
    }
    .widget-magazine-posts-grid .magazine-posts-grid-row {
        margin-right: -1.5em;
    }
    .widget-magazine-posts-columns .magazine-posts-column-left {
        padding-right: 0.75em;
    }
    .widget-magazine-posts-columns .magazine-posts-column-right {
        padding-left: 0.75em;
    }
    .widget-magazine-posts .large-post .entry-title {
        font-size: 18px;
        font-size: 1.125rem;
    }
    .main-navigation-menu a {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}
@media only screen and (max-width: 73em) {
    .main-navigation-menu a {
        font-size: 16px;
        font-size: 1rem;
        min-width: 135px;
        padding: 1em 1.2em;
    }
}
/*--------------------------------------------------------------## 14.2 - Desktop Large ( < 1120px )--------------------------------------------------------------*/

@media only screen and (max-width: 70em) {
	#primary .widget-magazine-posts .type-post {
		min-height: initial;
		max-height: initial;
    }
	.more-link{
		position: relative;
	}
    .start-page__wrap .textwidget {
        font-size: 15px;
        font-size: 0.9375rem;
    }
    .start-page__wrap {
        padding: 4.7em 3em 2em 2.4375em;
    }
    .startpage-content strong {
        font-size: 17px;
        font-size: 1.0625 rem;
    }
    .start-page-title {
        font-size: 23px;
        font-size: 1.4375rem;
    }
    .textwidget .img-wrapper {
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
    .widget-magazine-posts .type-post,
    .widget-magazine-posts .type-post:nth-child(odd),
    .widget-magazine-posts .type-post:nth-child(3n+2) {
        margin: 0 0 2em;
    }
    .widget-magazine-posts .type-post {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }
    .widget-magazine-posts .type-post .wp-post-image {
        width: 100%;
    }
    .content-area {
        width: 70%;
    }
    .main-navigation-menu a {
        font-size: 14px;
        font-size: 0.875rem;
        min-width: 120px;
        padding: .8em 1em;
    }
    .main-sidebar {
        width: 30%;
    }
    .small-sidebar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 0;
        width: 100%;
    }
    .small-sidebar .widget {
        padding-right: 1.5em;
        width: 33.333%;
    }
    .widget-magazine-posts .large-post .entry-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .dynamic-footer .custom-footer__wrap {
        max-width: 50%;
    }
}
/*--------------------------------------------------------------## 14.2 - Desktop Medium ( < 1040px )--------------------------------------------------------------*/

@media only screen and (max-width: 65em) {
    .site-title {
        font-size: 2.125rem;
    }
    .site-description,
    .header-contact > div,
    .header-contact > div a {
        font-size: .9375rem;
    }
	.left-banners > a{
		font-size: 1rem;
		padding-left: 6em;
	}
}
/*--------------------------------------------------------------## 14.3 - Desktop Small ( < 960px )--------------------------------------------------------------*/

@media only screen and (max-width: 60em) {
    .small-sidebar .widget {
        width: 50%;
    }
    .widget-magazine-posts .large-post .entry-title {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
/*--------------------------------------------------------------## 14.4 - Tablet Large ( < 880px )--------------------------------------------------------------*/

@media only screen and (max-width: 55em) {
    .site-branding {
        float: none;
        margin: 0;
        text-align: center;
    }
    .header-widget {
        float: none;
        margin: 0.5em 0 0;
        text-align: center;
    }
    /*** Mobile Main Navigation ***/
    /* Reset */
    
    .main-navigation-menu li {
        position: static;
        float: none;
    }
    .main-navigation-menu ul,
    .mega-menu-item .mega-menu-content,
    .mega-menu-item .mega-menu-content .mega-menu-widget {
        position: static;
        top: auto;
        left: auto;
        display: block;
    }
    .main-navigation-menu ul a {
        float: none;
        width: auto;
    }
    .main-navigation-menu li ul ul {
        top: auto;
        left: auto;
        margin: 0;
    }
    .main-navigation-menu > .menu-item-has-children > a:after,
    .main-navigation-menu ul .menu-item-has-children > a:after {
        display: none;
    }
    /* Main Navigation Toggle */
    
    .main-navigation-toggle {
        display: block;
        padding: 0.9em 1.5em;
        width: 100%;
        background: #344155;
        text-align: left;
        font-size: 14px;
        font-size: 0.875rem;
    }
    .main-navigation-toggle:hover,
    .main-navigation-toggle:focus,
    .main-navigation-toggle:active {
        background: #1585b5;
        cursor: pointer;
    }
    .main-navigation-toggle:after {
        display: inline-block;
        float: left;
        margin: 0 0.75em 0 0;
        color: #fff;
        content: '\f419';
        vertical-align: middle;
        text-decoration: inherit;
        font-size: 24px;
        font-family: 'Genericons';
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    /* Main Navigation Menu */
    
    .main-navigation-menu {
        display: none;
        float: left;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .main-navigation-menu a {
        display: block;
        clear: left;
        padding: 1em 1.5em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 14px;
        font-size: 0.875rem;
    }
    .main-navigation-menu li:last-child a {
        border-bottom: none;
    }
    .main-navigation-menu ul {
        float: none;
        width: 100%;
        border: none;
    }
    .main-navigation-menu ul a {
        display: block;
        padding-left: 2em;
        width: 100%;
    }
    .main-navigation-menu ul li ul a {
        padding-left: 4em;
    }
    .main-navigation-menu ul li ul li ul a {
        padding-left: 6em;
    }
    .main-navigation-menu ul li ul li ul li ul a {
        padding-left: 8em;
    }
    .main-navigation-menu ul li:last-child a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .main-navigation-menu ul ul {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .main-navigation-menu li.current-menu-item > a {
        background: none;
        text-decoration: underline;
    }
    /* Mobile Submenu Dropdowns */
    
    .main-navigation-menu .submenu-dropdown-toggle {
        display: block;
        float: right;
        margin: 0;
        padding: 0.6em 1.2em;
    }
    .main-navigation-menu .submenu-dropdown-toggle:hover {
        cursor: pointer;
    }
    .main-navigation-menu .submenu-dropdown-toggle:before {
        color: #fff;
        content: '\f431';
        vertical-align: middle;
        text-decoration: inherit;
        font-size: 32px;
        font-family: 'Roboto', 'Genericons';
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .main-navigation-menu .submenu-dropdown-toggle:hover:before {
        color: #aaa;
    }
    .main-navigation-menu .submenu-dropdown-toggle.active:before {
        content: '\f432';
    }
    .main-navigation-menu ul .submenu-dropdown-toggle {
        padding: 0.45em 1em;
    }
    .main-navigation-menu ul .submenu-dropdown-toggle:before {
        font-size: 24px;
    }
    /* Mega Menu Styling */
    
    .mega-menu-item .mega-menu-content {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .mega-menu-item .mega-menu-two-columns > li,
    .mega-menu-item .mega-menu-three-columns > li,
    .mega-menu-item .mega-menu-five-columns > li {
        width: 100%;
    }
    .mega-menu-item .mega-menu-four-columns > li,
    .mega-menu-item .mega-menu-six-columns > li {
        width: 50%;
    }
}
/*--------------------------------------------------------------## 14.5 - Tablet Medium ( < 800px )--------------------------------------------------------------*/

@media only screen and (max-width: 50em) {
    .left-banners > a:first-child {
        margin-top: 0;
    }
    .content-area {
        order: 1;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    }
    .main-sidebar {
        order: 2;
        width: 50%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    }
    .small-sidebar {
        display: block;
        order: 3;
        width: 50%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
    }
    .small-sidebar .widget {
        width: 100%;
    }
    /* Magazine Post Widgets */
    
    .widget-magazine-posts .large-post .entry-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
	.left-banners > a{
		font-size: 1.25rem;
		padding-left: 5.5em;
	}
}
/*--------------------------------------------------------------## 14.7 - Mobile Extra Large ( < 640px )--------------------------------------------------------------*/

@media only screen and (max-width: 40em) {
    .start-banners > a {
        margin-right: 13px;
    }
    .main-sidebar {
        width: 100%;
    }
    .small-sidebar {
        width: 100%;
    }
    .entry-title {
        font-size: 24px;
        font-size: 1.5rem;
    }
    .small-archive-post .entry-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
    /* Magazine Post Widgets */
    
    .widget-magazine-posts-grid .magazine-posts-grid-row {
        margin-right: 0;
    }
    .widget-magazine-posts-grid .medium-post-row {
        margin-right: -1.2em;
    }
    .widget-magazine-posts-grid .magazine-posts-grid-row .large-post,
    .widget-magazine-posts-columns .magazine-posts-column-left {
        float: none;
        padding: 0;
        width: 100%;
    }
    .widget-magazine-posts-columns .magazine-posts-column-right {
        margin-left: 0;
        padding-top: 1em;
        padding-left: 0;
        width: 100%;
    }
    .widget-magazine-posts .large-post .wp-post-image {
        float: left;
        margin: 0 1.5em 0 0;
        max-width: 50%;
    }
    .widget-magazine-posts-grid .magazine-posts-grid-row .large-post {
        clear: left;
    }
    .widget-magazine-posts-grid .magazine-posts-grid-row .large-post .wp-post-image {
        margin-bottom: 1em;
    }
    .widget-magazine-posts .large-post .entry-content {
        display: none;
    }
    /* Mega Menu Styling */
    
    .mega-menu-item .mega-menu-four-columns > li,
    .mega-menu-item .mega-menu-six-columns > li {
        width: 100%;
    }
}
/*--------------------------------------------------------------## 14.7-1 fix banners--------------------------------------------------------------*/

@media only screen and (max-width: 37.5em) {
    .start-banners {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .start-banners > a,
    .start-banners > a:last-child {
        margin: 10px auto;
        font-size: 30px;
        font-size: 1.85rem;
        padding-top: 4.2em;
    }
}
/*--------------------------------------------------------------## 14.8 - Mobile Large ( < 560px )--------------------------------------------------------------*/

@media only screen and (max-width: 35em) {
    .start-page__wrap .textwidget {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .textwidget .img-wrapper {
        margin: 0 auto 1em;
    }
    .small-archive-post .entry-content {
        display: none;
    }
    .widget-magazine-posts-grid .medium-post-row {
        margin-right: 0;
    }
    .widget-magazine-posts .medium-post {
        float: none;
        padding-right: 0;
        width: 100%;
    }
    .widget-magazine-posts .medium-post .wp-post-image {
        float: left;
        margin: 0 1em 0 0;
        max-width: 120px;
    }
    .dynamic-footer .custom-footer__wrap {
        max-width: 100%;
    }
    .footer-contacts {
        margin-top: 0;
    }
}
/*--------------------------------------------------------------## 14.9 - Mobile Medium ( < 480px )--------------------------------------------------------------*/

@media only screen and (max-width: 30em) {
    .entry-title {
        font-size: 22px;
        font-size: 1.375rem;
    }
    .alignright,
    .alignleft {
        float: none;
        margin: 1em 0;
    }
    /* Magazine Homepage: Category Post Widgets */
    
    .widget-magazine-posts .medium-post .wp-post-image,
    .widget-magazine-posts .small-post .wp-post-image {
        max-width: 30%;
    }
    .widget-magazine-posts .medium-post .entry-title {
        font-size: 14px;
        font-size: 0.875rem;
    }
    .widget-magazine-posts .large-post .wp-post-image,
    .widget-magazine-posts-grid .magazine-posts-grid-row .large-post .wp-post-image {
        float: none;
        margin: 0 0 0.5em 0;
        max-width: 100%;
    }
    .widget-magazine-posts .large-post .entry-content,
    .widget-magazine-posts .large-post .entry-content .more-link {
        display: inline-block;
    }
}
/*--------------------------------------------------------------## 14.9.5 - Mobile Small ( < 320px )--------------------------------------------------------------*/

@media only screen and (max-width: 25em) {
    .small-archive-post .entry-title {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
/*--------------------------------------------------------------## 14.10 - Mobile Small ( < 320px )--------------------------------------------------------------*/

@media only screen and (max-width: 20em) {
    .site-branding .site-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .site-description {
        text-transform: none;
        font-size: 14px;
        font-size: .875rem;
    }
    .header-contact {
        text-align: left;
        width: 100%;
        margin-bottom: .5rem;
    }
    .header-contact > div {
        padding-left: 20px;
    }
    .header-phone {
        background-size: 13px;
    }
    .header-mail {
        background-size: 15px 10px;
    }
    .header-location {
        background-size: 10px 15px;
        background-position: 3px center;
    }
    .header-contact > div,
    .header-contact > div a {
        font-size: 12px;
        font-size: .75rem;
    }
    .header-location {
        margin: 0;
    }
    .entry-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .entry-meta .meta-date,
    .entry-meta .meta-author,
    .entry-meta .meta-category {
        display: block;
    }
    .small-archive-post .entry-title {
        font-size: 16px;
        font-size: 1rem;
    }
    .small-archive-post .entry-meta {
        display: none;
    }
    .widget-magazine-posts .large-post .entry-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
/*--------------------------------------------------------------# 15.0 - Theme Option Styles--------------------------------------------------------------*/
/*--------------------------------------------------------------## 15.1 - Theme Width--------------------------------------------------------------*/

.wide-layout .site {
    margin: 0;
    max-width: 100%;
}
.wide-layout .container {
    margin: 0 auto;
    max-width: 1400px;
}
.wide-layout .site-content-wrap {
    margin: 0;
}
@media only screen and (min-width: 85em) {
    .wide-layout .header-main {
        padding-right: 0;
        padding-left: 0;
    }
    .wide-layout .site-footer .site-info {
        padding: 1em 0;
    }
}
/*--------------------------------------------------------------## 15.2 - Theme Layout--------------------------------------------------------------*/

@media only screen and (min-width: 50em) {
    /* Content Center */
    
    .content-center .content-area {
        order: 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    }
    .content-center .main-sidebar {
        order: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    }
    /* Content Right */
    
    .content-right .content-area {
        order: 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    }
    .content-right .main-sidebar {
        order: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    }
    .content-right .small-sidebar {
        order: 3;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
    }
	.left-banners > a{
		font-size: 1.25rem;
		padding-left: 5.5em;
	}
}
@media only screen and (min-width: 70em) {
    /* Content Right */
    
    .content-right .content-area {
        order: 3;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
    }
    .content-right .main-sidebar {
        order: 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    }
    .content-right .small-sidebar {
        order: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    }
}
/*--------------------------------------------------------------# 16.0 - Media Query Fixes--------------------------------------------------------------*/
/* Ensure navigation is visible on desktop view */

@media only screen and (min-width: 55.001em) {
    .main-navigation-menu {
        /*display: -ms-flexbox !important;		display: flex !important;	    -ms-flex-direction: row;	        flex-direction: row;		-ms-flex-align: stretch;		    align-items: stretch;*/
    }
}
/*-------------------------------------------------------------->>> TABLE OF CONTENTS:----------------------------------------------------------------1.0 - Normalize2.0 - Typography3.0 - Elements4.0 - Forms5.0 - Accessibility6.0 - Alignments7.0 - Clearings8.0 - Layout Structure9.0 - Header10.0 - Navigation	10.1 - Main Navigation	10.2 - Social Icon Menu11.0 - Widgets	11.1 - Default Widgets	11.2 - Magazine Posts Widgets12.0 - Posts and pages11.0 - Comments12.0 - Footer13.0 - Media	13.1 - Captions	13.2 - Galleries		13.3 - Sidebar Links14.0 - Media Queries	14.1 - Desktop Large ( < 1120px )	14.2 - Desktop Medium ( < 1040px )	14.3 - Desktop Small ( < 960px )	14.4 - Tablet Large ( < 880px )	14.5 - Tablet Medium ( < 800px )	14.6 - Tablet Small ( < 720px )	14.7 - Mobile Extra Large ( < 640px )	14.8 - Mobile Large ( < 560px )	14.9 - Mobile Medium ( < 480px )	14.10 - Mobile Small ( < 320px )15.0 - Theme Option Styles	15.1 - Sidebar Left Layout	15.2 - Sticky Navigation16.0 - Media Query Fixes--------------------------------------------------------------*/
/*--------------------------------------------------------------# 1.0 - Normalize--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: monospace, monospace;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------# 2.0 - Typography--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #424e5f;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: 'Roboto', 'Oxygen', Tahoma, Arial;
    line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
p {
    margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    overflow: auto;
    margin-bottom: 1.6em;
    padding: 1.6em;
    max-width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.6;
}
code,
kbd,
tt,
var {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------# 3.0 - Elements--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
    box-sizing: inherit;
}
body {
    background-color: #13b127;
    /* Fallback for when there is no custom background color defined. */
    
    background-image: url(images/bg-page.gif);
    /*background-repeat: no-repeat;*/
    
    background-size: contain;
    background-position: top center;
}
blockquote {
    margin: 0 0 1.5em;
    padding-left: 1.25em;
    border-left: 3px solid #ddd;
    color: #777;
    font-style: italic;
    font-size: 18px;
    font-size: 1.125rem;
}
blockquote cite,
blockquote small {
    display: block;
    margin-top: 1em;
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}
blockquote >:last-child {
    margin-bottom: 0.5em;
}
hr {
    margin-bottom: 1.5em;
    height: 1px;
    border: 0;
    background-color: #ccc;
}
ul,
ol {
    margin: 0 0 1.5em;
    padding: 0 0 0 1.25em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 0 1.5em;
}
img {
    max-width: 100%;
    /* Adhere to container width. */
    
    height: auto;
    /* Make sure images are scaled correctly. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
    border: none;
    table-layout: fixed;
}
th,
td {
    padding: 0.3em 0.4em;
    border: 1px solid #ddd;
}
a {
    color: #1585b5;
    text-decoration: none;
}
a:link,
a:visited {
    color: #1585b5;
}
a:hover,
a:focus,
a:active {
    color: #344155;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
/*--------------------------------------------------------------# 4.0 - Forms--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 0.5em 1em;
    border: none;
    background: #eeb902;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Roboto Condensed', 'Oxygen', Tahoma, Arial;
    transition: all 0.2s ease;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    /*background: #344155;*/
    
    opacity: .8;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: #444;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    padding: 0.3em 0.6em;
    max-width: 100%;
    border: 1px solid #ddd;
    color: #666;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    border: 1px solid #ccc;
    color: #111;
}
textarea {
    width: 100%;
}
/*--------------------------------------------------------------# 5.0 - Accessibility--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.heawoed{
text-align:center;
color:rgb(148, 7, 31);;
}
.heawoed1{
text-align:center;
}
.cl_child_wons {
display:-webkit-box;
}
.cl_child_wons td {
    border: 0;
    vertical-align: -webkit-baseline-middle;
}
.screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    z-index: 100000;
    /* Above WP toolbar. */
    
    display: block;
    clip: auto !important;
    padding: 15px 23px 14px;
    width: auto;
    height: auto;
    border-radius: 3px;
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    color: #21759b;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
}
/*--------------------------------------------------------------# 6.0 - Alignments--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.entry-content img.aligncenter  {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}
/*--------------------------------------------------------------# 7.0 - Clearings--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.post-navigation .nav-links:before,
.post-navigation .nav-links:after,
.comment-navigation:before,
.comment-navigation:after {
    display: table;
    content: "";
}
.clearfix:after,
.post-navigation .nav-links:after,
.comment-navigation:after {
    clear: both;
}
/*--------------------------------------------------------------# 8.0 - Layout Structure--------------------------------------------------------------*/

.site {
    box-shadow: 0 0 20px 0px #333;
    max-width: 1400px;
    width: 100%;
    z-index: 99;
    position: relative;
}
.site-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /*padding: 2em 0 0 2em;*/
    
    padding: 2em 2em 0 2em;
    background: #fff;
}
.content-area {
    order: 1;
    box-sizing: border-box;
    /*padding-right: 2em;*/
    
    width: 74.5%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
}
.main-sidebar {
    order: 2;
    padding-right: 2em;
    width: 25.5%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
}
.small-sidebar {
    order: 3;
    padding-right: 2em;
    width: 25.5%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
}
/* Fullwidth Template */

.site-content .fullwidth-content-area {
    float: none;
    padding: 0;
    width: 100%;
}
/* Fix Render Bug for Safari */

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) {
    @media {
        .content-area,
        .main-sidebar,
        .small-sidebar {
            margin-right: -1px;
        }
    }
}
/*--------------------------------------------------------------# 9.0 - Header--------------------------------------------------------------*/

.title-wrapper {
    display: inline-block;
}
.site-header {
    background-image: url(images/header-bkgr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-color: rgb(73, 84, 102);
    /* Old browsers */
}
/*.site-header:before{	content: "";	width: 100%;	display: block;	background-image: url(images/header-repeat.jpg);	background-repeat: repeat-y;	background-position: top center;}*/

.header-contact {
    float: right;
}
.header-contact > div {
    padding-left: 29px;
    display: inline-block;
}
.header-phone {
    background-image: url(images/phone.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.header-mail {
    margin-left: 15px;
    background-image: url(images/e-mail.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.header-location {
    margin-left: 8px;
    background-image: url(images/location.png);
    background-repeat: no-repeat;
    background-position: 8px center;
}
.header-contact > div,
.header-contact > div a {
    font-size: 1.0625rem;
    font-family: 'Roboto Condensed', 'Roboto';
    font-weight: 700;
    color: #fff;
    transition: all 0.2s ease;
    text-transform: uppercase;
    line-height: 1.875;
}
.header-contact > div a:hover {
    color: #dadada;
}
.header-main {
    padding: 2em;
}
.site-branding {
    float: left;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
}
.site-branding a:link,
.site-branding a:visited,
.site-branding a:hover {
    border: none;
    line-height: 1.3;
    text-decoration: none;
    text-transform: uppercase;
}
.site-title {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 36px;
    font-size: 2.25rem;
    font-family: 'Roboto Condensed', 'Oxygen', sans-serif;
    line-height: 1.3;
    letter-spacing: -0.01em;
}
.site-description {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: 0.02em;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 0.5em;
}
.site-title a:link,
.site-title a:visited {
    color: #fff;
    transition: all 0.2s ease;
}
.site-title a:hover,
.site-title a:active {
    color: #dadada;
}
.site-branding .custom-logo {
    margin: 0.4em 0.9375em 0.4em 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: top;
}
/* Header Widgets */

.header-widgets {
    display: inline;
}
.header-widget {
    float: right;
    margin: 1.25em 0 0 1.5em;
    /*margin: 0.4em 0 0 1.5em;*/
}
.header-widget ul {
    margin: 0;
    padding: 0;
}
.header-widget-title {
    margin: 0 0 0.5em;
}
/* Custom Header Image */

.header-image {
    margin: 1px 0 0;
    text-align: center;
}
.header-image img {
    max-width: 1400px;
    width: 100%;
    height: auto;
    vertical-align: top;
}
/*--------------------------------------------------------------# 10.0 - Navigation--------------------------------------------------------------*/
/*--------------------------------------------------------------## 10.1 - Main Navigation--------------------------------------------------------------*/

.primary-navigation-wrap {
    background: #344155;
    color: #fff;
}
.main-navigation-toggle {
    display: none;
}
.main-navigation-menu {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-position: outside;
    list-style-type: none;
}
.main-navigation-menu li {
    float: left;
}
.main-navigation-menu li a {}.main-navigation-menu a {
    background-image: url(images/nav-line.png);
    background-position: right center;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em 1.5em;
    height: 100%;
    min-width: 150px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 130%;
    letter-spacing: 0.015em;
    font-weight: 700;
    font-family: 'Roboto Condensed', 'Oxygen', Tahoma, Arial;
    transition: all 0.2s ease;
}
.main-navigation-menu li:last-child a {
    background-image: none;
}
.main-navigation-menu > .menu-item-has-children > a:after,
.main-navigation-menu ul .menu-item-has-children > a:after {
    display: inline-block;
    margin: 0.15em 0 0 0.4em;
    color: #fff;
    content: "\00BB";
    vertical-align: top;
    text-decoration: inherit;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.main-navigation-menu a:link,
.main-navigation-menu a:visited {
    color: #fff;
    text-decoration: none;
}
.main-navigation-menu a:hover,
.main-navigation-menu a:active {
    background-color: #6e7581;
}
.main-navigation-menu ul {
    position: absolute;
    z-index: 99;
    display: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #fff;
    background: #344155;
    list-style-position: outside;
    list-style-type: none;
}
.main-navigation-menu ul li {
    position: relative;
    float: none;
}
.main-navigation-menu ul a {
    padding: 0.75em 1em;
    min-width: 250px;
    min-width: 16rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    font-size: 0.8125rem;
    transition: none;
}
.main-navigation-menu ul li:last-child a {
    border-bottom: none;
}
.main-navigation-menu li ul ul {
    top: 0;
    left: 100%;
    border-top: none;
}
.main-navigation-menu li.menu-item-has-children:hover > ul,
.main-navigation-menu li.page_item_has_children:hover > ul,
.main-navigation-menu li.menu-item-has-children[aria-expanded="true"] > ul {
    display: block;
}
.menu li.menu-item {
    list-style: none;
    border-bottom: 1px #acafb4 solid;
    padding: 8px;
    padding: 0.527em;
}
.menu li.menu-item:last-child {
    border: 0;
}
.menu li a {
	display: block;
	width: 100%; 
	height: 100%;
    font-family: 'Roboto';
    font-size: 17px;
    font-weight: 300;
    color: #344155;
}
.menu li a:hover {
    color: #6e7581;
    text-shadow: 0 0.5px 0.5px #6e7581;
}
.main-navigation-menu li.current-menu-item > a {
    background: #6e7581;
    background-image: url(images/nav-line.png);
    background-position: right center;
    background-repeat: no-repeat;
}
/* Mega Menu Styling */

.mega-menu-content .mega-menu-widget a:link,
.mega-menu-content .mega-menu-widget a:visited {
    color: #fff;
}
.mega-menu-content .mega-menu-widget a:hover,
.mega-menu-content .mega-menu-widget a:active {
    color: rgba(255, 255, 255, 0.6);
}
.mega-menu-content .mega-menu-widget ul li {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mega-menu-content .mega-menu-widget ul li a {
    display: block;
    padding: 0.5em 0.75em;
}
.main-navigation-menu .mega-menu-content .mega-menu-widget ul li a:hover {
    background: #1585b5;
    color: #fff;
}
.mega-menu-content .mega-menu-widget .entry-meta,
.mega-menu-content .mega-menu-widget .entry-meta span:before {
    color: #ddd;
}
/*--------------------------------------------------------------## 10.2 - Social Icons Menu--------------------------------------------------------------*/

.social-icons-menu {
    margin: 0;
    padding: 0;
    list-style-position: outside;
    list-style-type: none;
    line-height: 1;
}
.social-icons-menu li {
    float: left;
    margin: 0;
    padding: 0;
}
.social-icons-menu li a {
    position: relative;
    display: inline-block;
    padding: 0.5em;
    text-decoration: none;
}
.social-icons-menu li a .screen-reader-text {
    display: none;
}
/* Add Genericons */

.social-icons-menu li a:before {
    display: inline-block;
    color: #fff;
    vertical-align: top;
    text-decoration: inherit;
    font-size: 16px;
    font-family: 'Roboto', 'Genericons';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.social-icons-menu li a:before {
    content: '\f408';
}
/* Default Icon */

.social-icons-menu li a[href*="codepen.io"]:before {
    content: '\f216';
}
.social-icons-menu li a[href*="digg.com"]:before {
    content: '\f221';
}
.social-icons-menu li a[href*="dribbble.com"]:before {
    content: '\f201';
}
.social-icons-menu li a[href*="facebook.com"]:before {
    content: '\f204';
}
.social-icons-menu li a[href*="flickr.com"]:before {
    content: '\f211';
}
.social-icons-menu li a[href*="plus.google.com"]:before {
    content: '\f218';
}
.social-icons-menu li a[href*="github.com"]:before {
    content: '\f200';
}
.social-icons-menu li a[href*="instagram.com"]:before {
    content: '\f215';
}
.social-icons-menu li a[href*="linkedin.com"]:before {
    content: '\f207';
}
.social-icons-menu li a[href*="pinterest.com"]:before {
    content: '\f209';
}
.social-icons-menu li a[href*="polldaddy.com"]:before {
    content: '\f217';
}
.social-icons-menu li a[href*="getpocket.com"]:before {
    content: '\f224';
}
.social-icons-menu li a[href*="reddit.com"]:before {
    content: '\f222';
}
.social-icons-menu li a[href*="spotify.com"]:before {
    content: '\f515';
}
.social-icons-menu li a[href*="skype.com"]:before,
.social-icons-menu li a[href*="skype:"]:before {
    content: '\f220';
}
.social-icons-menu li a[href*="stumbleupon.com"]:before {
    content: '\f223';
}
.social-icons-menu li a[href*="tumblr.com"]:before {
    content: '\f214';
}
.social-icons-menu li a[href*="twitch.tv"]:before {
    content: '\f516';
}
.social-icons-menu li a[href*="twitter.com"]:before {
    content: '\f202';
}
.social-icons-menu li a[href*="vimeo.com"]:before {
    content: '\f212';
}
.social-icons-menu li a[href*="wordpress.org"]:before {
    content: '\f205';
}
.social-icons-menu li a[href*="wordpress.com"]:before {
    content: '\f205';
}
.social-icons-menu li a[href*="youtube.com"]:before {
    content: '\f213';
}
.social-icons-menu li a[href*="newsletter"]:before,
.social-icons-menu li a[href*="mailto"]:before {
    content: '\f410';
}
.social-icons-menu li a[href*="/feed"]:before,
.social-icons-menu li a[href*="/feed/"]:before,
.social-icons-menu li a[href*="?feed=rss2"]:before,
.social-icons-menu li a[href*="feedburner.google.com"]:before,
.social-icons-menu li a[href*="feedburner.com"]:before {
    content: '\f413';
}
/*--------------------------------------------------------------## Post Navigation Menu--------------------------------------------------------------*/
/*--------------------------------------------------------------# 11.0 - Widgets--------------------------------------------------------------*/

.interview .widget-header {
    background-color: #eeb902;
}
.interview .wp-polls p {
    text-align: left !important;
    font-family: 'Roboto Condensed';
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 110%;
}
.widget {
    margin: 0 0 2em 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.widget-header {
    margin: 0 0 1.5em 0;
    background: #344155;
}
.widget-title {
    display: inline-block;
    margin: 0;
    padding: 0.4em 0.8em;
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
}
.widget ul {
    margin: 0;
    padding: 0 0.3em;
    list-style: circle inside;
}
.widget ul .children,
.widget ul .sub-menu {
    margin: 0.5em 0 0.5em 1em;
    padding: 0;
}
.widget-title a:link,
.widget-title a:visited {
    color: #fff;
}
.widget-title a:hover,
.widget-title a:active {
    color: #fff;
    text-decoration: underline;
}
/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------## 11.1 - Default Widgets--------------------------------------------------------------*/
/* Theme Search Widget */

.search-form {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}
.search-form .screen-reader-text {
    display: none;
}
.search-form .search-field {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0.55em 3em 0.5em 1em;
    width: 100%;
    -webkit-appearance: none;
}
.search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.55em 0.8em;
    height: 43.75px;
    border: none;
    font-size: 16px;
    font-size: 1rem;
    cursor: pointer;
}
.search-form .search-submit .genericon-search {
    display: inline-block;
    margin: 5px 0 0 0;
    color: #fff;
    content: '\f400';
    vertical-align: top;
    text-decoration: inherit;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    font-family: 'Roboto', 'Genericons';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*--------------------------------------------------------------## 11.2 - Magazine Posts Widgets--------------------------------------------------------------*/

.widget-magazine-posts {
    margin-bottom: -1.5em;
}
.widget-magazine-posts .type-post {
	position: relative;
    margin: 0 0 2em 0;
    padding: 0; 
    border: none;
    background: none;
    max-width: 312px;
    max-width: 20.8em;
    display: inline-block;
    vertical-align: top;
}
.widget-magazine-posts .type-post:nth-child(3n+2) {
    margin: 0 27px 2em;
}
.important-area .widget-header {
    background-color: #f26115;
}
.widget-magazine-posts .type-post .wp-post-image {
    margin: 0 0 0.5em;
    max-width: 100%;
}
.widget-magazine-posts .type-post .entry-content {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.015em;
    line-height: 153%;
}
.widget-magazine-posts .type-post .entry-content p {
    margin: 1em 0 0;
}
.widget-magazine-posts .type-post .more-link {
    margin: 1em 0 0;
}
.widget-magazine-posts .large-post .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
}
.widget-magazine-posts .medium-post {
    display: block;
    float: left;
    box-sizing: border-box;
    padding-right: 2em;
    width: 33.33333333%;
}
.widget-magazine-posts .medium-post .entry-title {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: 'Roboto Condensed', 'Oxygen', Tahoma, Arial;
}
.widget-magazine-posts .medium-post .entry-content {
    font-size: 15px;
    font-size: 0.9375rem;
}
.widget-magazine-posts .small-post {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 100%;
}
.widget-magazine-posts .small-post .wp-post-image {
    float: left;
    margin: 0 1em 0 0;
    max-width: 40%;
}
.widget-magazine-posts .small-post .entry-title {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Roboto Condensed', 'Oxygen', Tahoma, Arial;
}
.widget-magazine-posts .medium-post .entry-meta,
.widget-magazine-posts .small-post .entry-meta {
    font-size: 12px;
    font-size: 0.75rem;
}
/* Magazine Posts Grid Widget */

.widget-magazine-posts-grid .magazine-posts-grid-row {
    margin-right: -2em;
}
.widget-magazine-posts-grid .magazine-posts-grid-row .large-post {
    float: left;
    box-sizing: border-box;
    padding-right: 2em;
    width: 50%;
}
/* Magazine Posts Columns Widget */

.gambit-magazine-posts-columns {
    padding: 0;
}
.widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content .magazine-posts-columns-post-list {
    float: left;
    box-sizing: border-box;
    width: 100%;
}
.widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content {
    float: left;
    width: 100%;
}
.widget-magazine-posts-columns .magazine-posts-column-left {
    float: left;
    box-sizing: border-box;
    padding-right: 1em;
    width: 50%;
}
.widget-magazine-posts-columns .magazine-posts-column-right {
    box-sizing: border-box;
    margin-left: 50%;
    padding-left: 1em;
    width: 50%;
}
.widget-magazine-posts-columns .medium-post {
    padding-right: 0;
    width: 100%;
}
/*--------------------------------------------------------------# 12.0 - Posts and pages--------------------------------------------------------------*/

.type-post,
.type-page,
.type-attachment {
    margin: 0 0 2em;
    max-width: 100%;
}
.entry-title {
    display: inline;
    margin: 0;
    padding: 0;
    color: #344155;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 28px;
    font-size: 1.75rem;
    font-family: 'Roboto Condensed', 'Oxygen', sans-serif;
    line-height: 1.4;
}
.entry-title a:link,
.entry-title a:visited {
    color: #344155;
    text-decoration: none;
    transition: all 0.2s ease;
}
.entry-title a:hover,
.entry-title a:active {
    color: #1585b5;
}
.type-post .wp-post-image {
    margin: 0 0 0.5em;
}
.entry-content {
    font-size: 16px;
    font-size: 1rem;
}
.sticky {}
/* Read more Link */

.more-link {
    display: inline-block;
    margin: 0;
    padding: 0.5em 1em;
    background: #5abb68;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Roboto', 'Oxygen', Tahoma, Arial;
	position: absolute;
	bottom: 0;
}
.more-link:link,
.more-link:visited {
    color: #fff;
    transition: all 0.2s ease;
}
.more-link:hover,
.more-link:active {
    /*background: #344155;*/
    
    opacity: .8;
}
/* Small Post Layout */

.small-archive-post {
    padding: 0 0 1.5em;
    border-bottom: 1px solid #ddd;
}
.small-archive-post .wp-post-image {
    float: left;
    margin: 0 1.5em 0 0;
    padding: 0 0 0.5em;
    max-width: 45%;
}
.small-archive-post .entry-title {
    font-size: 22px;
    font-size: 1.375rem;
}
.small-archive-post .entry-content {
    font-size: 15px;
    font-size: 0.9375rem;
}
.small-archive-post .entry-excerpt p {
    margin-bottom: 1em;
}
/* Page Links | wp_link_pages() */

.page-links {
    margin: 0;
    word-spacing: 1em;
    font-weight: bold;
}
/* Entry Meta */

.entry-meta {
    margin: 0.4em 0 0;
    color: #999;
    font-size: 14px;
    font-size: 0.875rem;
}
.entry-meta a:link,
.entry-meta a:visited {
    color: #999;
}
.entry-meta a:hover,
.entry-meta a:active {
    color: #666;
}
.entry-meta .meta-date,
.entry-meta .meta-author {
    margin-right: 1em;
    
} 
.entry-meta span:before {
    display: inline-block;
    margin-right: 0.2em;
    color: #666;
    vertical-align: middle;
    font: normal 16px 'Genericons';
    -webkit-font-smoothing: antialiased;
}
.entry-meta .meta-date:before {
    margin-left: 10px;
    content: '\f307';
}
.entry-meta .meta-author:before {
    content: '\f304';
    
}
.entry-meta .meta-category:before {
    content: '\f301';
}
/* Entry Tags & Tagcloud Widget */

.entry-tags {
    clear: both;
    margin: 0 0 1.5em;
}
.widget_tag_cloud .tagcloud,
.entry-tags .meta-tags {
    font-size: 14px;
    font-size: 0.875rem;
}
.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after,
.entry-tags .meta-tags:before,
.entry-tags .meta-tags:after {
    display: table;
    content: "";
}
.widget_tag_cloud .tagcloud:after,
.entry-tags .meta-tags:after {
    clear: both;
}
.widget_tag_cloud .tagcloud a,
.entry-tags .meta-tags a {
    display: inline-block;
    float: left;
    margin: 0 0.3em 0.3em 0;
    padding: 0.15em 0.6em;
    border: none;
    background: #1585b5;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px !important;
    font-size: 0.75rem !important;
}
.widget_tag_cloud .tagcloud a:link,
.widget_tag_cloud .tagcloud a:visited,
.entry-tags .meta-tags a:link,
.entry-tags .meta-tags a:visited {
    color: #fff;
    transition: all 0.2s ease;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:active,
.entry-tags .meta-tags a:hover,
.entry-tags .meta-tags a:active {
    background: #344155;
}
/* Post Navigation */

.post-navigation {
    margin: 1em 0 0;
    padding: 0.5em 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.post-navigation .nav-links .nav-previous {
    float: left;
}
.post-navigation .nav-links .nav-next {
    float: right;
}
.post-navigation .nav-links .nav-previous a:before {
    margin-right: 3px;
    content: "\00AB";
}
.post-navigation .nav-links .nav-next a:after {
    margin-left: 4px;
    content: "\00BB";
}
/* Theme Pagination */

.post-pagination {
    display: block;
    margin: 0 0 2em;
}
.post-pagination a,
.post-pagination .current {
    display: inline-block;
    margin: 0;
    padding: 0.5em 1em;
    background: #344155;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
}
.post-pagination a:link,
.post-pagination a:visited {
    color: #fff;
    transition: all 0.2s ease;
}
.post-pagination a:hover,
.post-pagination .current {
    background: #1585b5;
}
/* Infinite Scroll Pagination */

.infinite-scroll .post-pagination {
    display: none;
}
.infinite-scroll #infinite-handle span {
    display: inline-block;
    margin: 0 0 2em;
    padding: 0.3em 0.8em;
    background: #1585b5;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: 'Roboto Condensed', 'Oxygen', Tahoma, Arial;
}
.infinite-scroll #infinite-handle span:hover {
    background-color: #344155;
}
/* Archives and Search Heading */

.page-header {
    margin: 0 0 1.5em 0;
    background: #344155;
}
.page-header .archive-title {
    display: inline-block;
    margin: 0;
    padding: 0.4em 0.8em;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
}
.archive-description {
    color: #666;
}
/* Breadcrumbs */

.breadcrumbs-container {
    padding: 0.5em 1em;
    border-bottom: 1px solid #eee;
    background: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
}
.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
    display: inline;
    margin: 0;
    padding: 0;
}
.breadcrumbs .trail-browse {
    margin-right: 0.5em;
    font-weight: normal;
    font-size: 13px;
    font-size: 0.8125rem;
}
.breadcrumbs .trail-items {
    list-style: none;
}
.breadcrumbs .trail-items li::after {
    padding: 0 0.5em;
    content: "\00bb";
    /* Raquo */
}
.trail-separator-slash .trail-items li::after {
    content: "\002F";
}
.trail-separator-dash .trail-items li::after {
    content: "\2013";
}
.trail-separator-bull .trail-items li::after {
    content: "\2022";
}
.trail-separator-arrow-bracket .trail-items li::after {
    content: "\003e";
}
.trail-separator-raquo .trail-items li::after {
    content: "\00bb";
}
.trail-separator-single-arrow .trail-items li::after {
    content: "\2192";
}
.trail-separator-double-arrow .trail-items li::after {
    content: "\21D2";
}
.breadcrumbs .trail-items li:last-of-type::after {
    display: none;
}
/*--------------------------------------------------------------# 11.0 - Comments--------------------------------------------------------------*/
/* Comment Header */

.comments-header,
.comment-reply-title {
    margin: 0 0 1.5em 0;
    background: #344155;
}
.comments-header .comments-title,
.comment-reply-title span {
    display: inline-block;
    margin: 0;
    padding: 0.4em 0.8em;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
}
/* Comment List */

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.comment {
    margin: 0 0 1.5em;
    padding: 0.5em 1em 1.5em;
    border-bottom: 1px solid #ddd;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.comment:last-child {
    margin: 0;
    border-bottom: none;
}
.comment-meta {
    float: left;
    padding: 0;
    width: 100%;
}
.comment-meta .comment-author img {
    float: left;
    margin-right: 1em;
}
.bypostauthor {
    display: block;
}
.comment-meta .comment-metadata {
    margin-top: 0.3em;
    font-size: 14px;
    font-size: 0.875rem;
}
.comment-meta .comment-metadata a {
    margin-right: 1em;
}
.comment-content {
    clear: left;
    padding: 0.2em 0 0;
}
.comment-content a {
    word-wrap: break-word;
}
.comment ol.children {
    margin-top: 1.5em;
    padding-top: 1em;
    border-top: 1px solid #ddd;
    list-style: none;
}
.comment .comment-respond {
    margin-top: 2em;
}
/* Comment Pagination */

.comment-navigation {
    margin: 0 0 1.5em;
    padding: 0.5em 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-size: 0.875rem;
}
.comment-navigation .nav-previous {
    float: left;
}
.comment-navigation .nav-next {
    float: right;
}
.comment-navigation .nav-previous a:before {
    margin-right: 3px;
    content: "\00AB";
}
.comment-navigation .nav-next a:after {
    margin-left: 4px;
    content: "\00BB";
}
/* Comment Form */

.comment-form {
    padding: 0;
}
.comment-form label {
    display: inline-block;
    min-width: 150px;
    font-weight: bold;
}
.comment-form textarea {
    margin-top: 0.4em;
}
.comment-reply-title small a {
    margin-left: 1em;
    text-decoration: underline;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
}
/*--------------------------------------------------------------# 12.0 - Footer--------------------------------------------------------------*/

.site-footer-wrap {
    background: #344155;
}
.site-footer {
    color: #b3b6bc;
    font-size: 12px;
    font-size: 0.8125rem;
}
.site-footer .site-info {
    float: left;
    width: 100%;
    padding: 1em 2em;
}
.creators {
    float: right;
}
.site-footer a:link,
.site-footer a:visited {
    color: #b3b6bc;
    text-decoration: underline;
}
.site-footer a:hover,
.site-footer a:active {
    text-decoration: none;
}
/*--------------------------------------------------------------# 13.0 - Media--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: none;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------## 13.1 - Captions--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
/*--------------------------------------------------------------## 13.2 - Galleries--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 1em 1.5em 0 0;
    width: 100%;
    vertical-align: top;
    text-align: center;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
}
/* ------------------------------------------------------------## 13.3 Sidebar Links--------------------------------------------------------------*/

.left-banners > a {
    /*display: flex;    align-items: center;    align-content: center;    flex-wrap: wrap;*/
    
    display: block;
	word-wrap: initial;
    width: 100%;
    /*height: 5.5em;*/
    /*background-color: #eee3bd;*/
    color: #9b8d60;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: .9em;
    line-height: 110%;
    padding-left: 0;
    /*padding-top: 1.5em;*/
    font-family: 'Roboto Condensed';
    background-repeat: no-repeat;
	max-width:300px;
}
.left-banners > a:hover {
    box-shadow: 0 0 4px 2px #9b8d60;
}
.left-banners > a span {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: 'Roboto Condensed';
    font-weight: 300;
}
.left-banners .email-post {
    color: #fff;
    background-color: #497bb7;
    background-image: url(images/e-mail.jpg);
    background-position: left center;
}
.children-web {
    background-image: url(images/children-web.png);
    background-position: 20px center;
}
.left-banners .voiting {
    background-image: url(images/herb.png);
    background-position: 20px center;
    padding-top: 2.25em;
}
.avgustov-channel {
    background-image: url(images/avgustov.png);
    background-position: left center;
}
.olymp {
    background-image: url(images/olymp.jpg);
    background-position: left center;
}
.visa-gr {
    background-image: url(images/visa-gr.png);
    background-position: 13px center;
}
.year-culture {
    background-image: url(images/ban-2017.png);
    background-position: 20px center;
}

.virt_book{
    background-image: url(/wp-content/uploads/2017/05/virt_book.jpg);
    background-position: 1px center;
}

.sport_buildings{
    background-image: url(/wp-content/uploads/2017/05/sport_buildings.jpg);
    background-position: 1px center;
}

.sportzal{
    background-image: url(/wp-content/uploads/2017/05/sportzal.jpg);
    background-position: 1px center;
}

.kadety{
    background-image: url(/wp-content/uploads/2017/05/kadety.jpg);
    background-position: 1px center;
}

.poster-parts {
    background-image: url(images/afisha-2017.png);
    background-position: 20px center;
}
.textwidget .cycling {
    background-image: url(images/cycling.png);
    background-position: 20px center;
    padding-top: 2.25em;
}
.textwidget .tourist {
    background-image: url(images/tourists.png);
    background-position: -25px center;
    padding-top: 1.15em;
    display:none;
}
.video-news {
    background-image: url(images/video-news.png);
    background-position: -25px -30px;
}
.leto-2017 {
    background-image: url(images/leto-2017.png);
    background-position: left center;
} 
.left-preview .widget-header,
.left-preview .more-link {
    background-color: #f45d01;
}
/*--------------------------------------------------------------## 13.4 Slider bottom---------------------------------------------------------------*/

.bottom-slider {
    padding: 0 2em 2em;
    background-color: #fff;
}
/*.bottom-slider .swiper-wrapper{	padding: 0 2em;	box-sizing: border-box !important;}*/

.bottom-slider .swiper-slide {
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
}
.bottom-slider .swiper-slide img {
    max-height: 80px;
    height: 100%;
    width: auto;
}
.bottom-slider p.description {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 300;
    font-family: 'Roboto';
    letter-spacing: 0.025em;
    text-align: center;
    line-height: 100%;
    color: #afb2b8;
    margin: 0;
}

.bottom-slider a{color: #afb2b8;}

/*-------------------------------------------------------------# 14.0 - Media Queries--------------------------------------------------------------*/
/*----------------------------------------------------------------------------------- Fix custom widgets ------------------------------------------------------------------------------------*/
@media only screen and (min-width: 87.5em) {
	.widget-magazine-posts .type-post{
		min-height: 519px;
		min-height: 34.6em;
		max-height: 519px;
		max-height: 34.6em; 	
	}
}
@media only screen and (max-width: 87.5em) {
    .widget-magazine-posts .type-post,
    .widget-magazine-posts .type-post:nth-child(3n+2) {
        margin: 0 0 2em;
    }
    #primary .widget-magazine-posts .type-post {
        max-width: 48%;
		min-height: 545px;
		min-height: 37.3em;
		max-height: 545px;
		max-height: 37.3em;
    }
	#secondary .widget-magazine-posts .type-post{
		min-width: 100%;
	}
	#secondary .more-link{
		position: relative;
	} 
	.widget-magazine-posts .type-post:nth-child(odd) {
        margin: 0 3.5% 2em 0;
    }
    .widget-magazine-posts .type-post .wp-post-image {
        width: 100%;
    }
}
/* --------------------------------------           Desktop fix      < 1314px				  ----------------------------------------*/

@media only screen and (max-width: 82em) {
    .header-contact {
        float: right;
        width: 260px;
        text-align: right;
    }
    .header-widget {
        margin: 0.4em 0 0 5.5em;
    }
}
/*--------------------------------------------------------------## 14.1 - Desktop X-Large ( < 1280px )--------------------------------------------------------------*/

@media only screen and (max-width: 80em) {
	#primary .widget-magazine-posts .type-post {
		min-height: 500;
		min-height: 34.3em;
		max-height: 500;
		max-height: 34.3em;
    }
    .site-content {
        padding: 1.5em 0 0 1.5em;
    }
    .content-area,
    .main-sidebar,
    .small-sidebar {
        padding-right: 1.5em;
    }
    .header-main {
        padding: 1.5em;
    }
    .widget,
    .widget-magazine-posts .type-post,
    .type-post,
    .type-page,
    .type-attachment,
    .post-pagination,
    .infinite-scroll #infinite-handle span {
        margin: 0 0 1.5em;
    }
    .widget-magazine-posts .medium-post,
    .widget-magazine-posts-grid .magazine-posts-grid-row .large-post {
        padding-right: 1.5em;
    }
    .widget-magazine-posts-grid .magazine-posts-grid-row {
        margin-right: -1.5em;
    }
    .widget-magazine-posts-columns .magazine-posts-column-left {
        padding-right: 0.75em;
    }
    .widget-magazine-posts-columns .magazine-posts-column-right {
        padding-left: 0.75em;
    }
    .widget-magazine-posts .large-post .entry-title {
        font-size: 18px;
        font-size: 1.125rem;
    }
    .main-navigation-menu a {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}
@media only screen and (max-width: 73em) {
    .main-navigation-menu a {
        font-size: 16px;
        font-size: 1rem;
        min-width: 135px;
        padding: 1em 1.2em;
    }
}
/*--------------------------------------------------------------## 14.2 - Desktop Large ( < 1120px )--------------------------------------------------------------*/

@media only screen and (max-width: 70em) {
	#primary .widget-magazine-posts .type-post {
		min-height: initial;
		max-height: initial;
    }
	.more-link{
		position: relative;
	}
	.start-banners > a {
        padding-top: 2.2em;
    }
    .widget-magazine-posts .type-post,
    .widget-magazine-posts .type-post:nth-child(odd),
    .widget-magazine-posts .type-post:nth-child(3n+2) {
        margin: 0 0 2em;
    }
    .widget-magazine-posts .type-post {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }
    .widget-magazine-posts .type-post .wp-post-image {
        width: 100%;
    }
    .content-area {
        width: 70%;
    }
    .main-navigation-menu a {
        font-size: 14px;
        font-size: 0.875rem;
        min-width: 120px;
        padding: .8em 1em;
    }
    .main-sidebar {
        width: 30%;
    }
    .small-sidebar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 0;
        width: 100%;
    }
    .small-sidebar .widget {
        padding-right: 1.5em;
        width: 33.333%;
    }
    .widget-magazine-posts .large-post .entry-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
/*--------------------------------------------------------------## 14.2 - Desktop Medium ( < 1040px )--------------------------------------------------------------*/

@media only screen and (max-width: 65em) {
    .site-title {
        font-size: 2.125rem;
    }
    .site-description,
    .header-contact > div,
    .header-contact > div a {
        font-size: .9375rem;
    }
	.left-banners > a{
		font-size: 1rem;
		padding-left: 6em;
	}
}
/*--------------------------------------------------------------## 14.3 - Desktop Small ( < 960px )--------------------------------------------------------------*/

@media only screen and (max-width: 60em) {
    .small-sidebar .widget {
        width: 50%;
    }
    .widget-magazine-posts .large-post .entry-title {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
/*--------------------------------------------------------------## 14.4 - Tablet Large ( < 880px )--------------------------------------------------------------*/

@media only screen and (max-width: 55em) {
    .start-banners > a {
        margin-right: 20px;
        padding-top: 2.2em;
        font-size: 1.5rem;
    }
    .site-branding {
        float: none;
        margin: 0;
        text-align: center;
    }
    .header-widget {
        float: none;
        margin: 0.5em 0 0;
        text-align: center;
    }
    /*** Mobile Main Navigation ***/
    /* Reset */
    
    .main-navigation-menu li {
        position: static;
        float: none;
    }
    .main-navigation-menu ul,
    .mega-menu-item .mega-menu-content,
    .mega-menu-item .mega-menu-content .mega-menu-widget {
        position: static;
        top: auto;
        left: auto;
        display: block;
    }
    .main-navigation-menu ul a {
        float: none;
        width: auto;
    }
    .main-navigation-menu li ul ul {
        top: auto;
        left: auto;
        margin: 0;
    }
    .main-navigation-menu > .menu-item-has-children > a:after,
    .main-navigation-menu ul .menu-item-has-children > a:after {
        display: none;
    }
    /* Main Navigation Toggle */
    
    .main-navigation-toggle {
        display: block;
        padding: 0.9em 1.5em;
        width: 100%;
        background: #344155;
        text-align: left;
        font-size: 14px;
        font-size: 0.875rem;
    }
    .main-navigation-toggle:hover,
    .main-navigation-toggle:focus,
    .main-navigation-toggle:active {
        background: #1585b5;
        cursor: pointer;
    }
    .main-navigation-toggle:after {
        display: inline-block;
        float: left;
        margin: 0 0.75em 0 0;
        color: #fff;
        content: '\f419';
        vertical-align: middle;
        text-decoration: inherit;
        font-size: 24px;
        font-family: 'Roboto', 'Genericons';
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    /* Main Navigation Menu */
    
    .main-navigation-menu {
        display: none;
        float: left;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .main-navigation-menu a {
        display: block;
        clear: left;
        padding: 1em 1.5em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 14px;
        font-size: 0.875rem;
    }
    .main-navigation-menu li:last-child a {
        border-bottom: none;
    }
    .main-navigation-menu ul {
        float: none;
        width: 100%;
        border: none;
    }
    .main-navigation-menu ul a {
        display: block;
        padding-left: 2em;
        width: 100%;
    }
    .main-navigation-menu ul li ul a {
        padding-left: 4em;
    }
    .main-navigation-menu ul li ul li ul a {
        padding-left: 6em;
    }
    .main-navigation-menu ul li ul li ul li ul a {
        padding-left: 8em;
    }
    .main-navigation-menu ul li:last-child a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .main-navigation-menu ul ul {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .main-navigation-menu li.current-menu-item > a {
        background: none;
        text-decoration: underline;
    }
    /* Mobile Submenu Dropdowns */
    
    .main-navigation-menu .submenu-dropdown-toggle {
        display: block;
        float: right;
        margin: 0;
        padding: 0.6em 1.2em;
    }
    .main-navigation-menu .submenu-dropdown-toggle:hover {
        cursor: pointer;
    }
    .main-navigation-menu .submenu-dropdown-toggle:before {
        color: #fff;
        content: '\f431';
        vertical-align: middle;
        text-decoration: inherit;
        font-size: 32px;
        font-family: 'Roboto', 'Genericons';
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .main-navigation-menu .submenu-dropdown-toggle:hover:before {
        color: #aaa;
    }
    .main-navigation-menu .submenu-dropdown-toggle.active:before {
        content: '\f432';
    }
    .main-navigation-menu ul .submenu-dropdown-toggle {
        padding: 0.45em 1em;
    }
    .main-navigation-menu ul .submenu-dropdown-toggle:before {
        font-size: 24px;
    }
    /* Mega Menu Styling */
    
    .mega-menu-item .mega-menu-content {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .mega-menu-item .mega-menu-two-columns > li,
    .mega-menu-item .mega-menu-three-columns > li,
    .mega-menu-item .mega-menu-five-columns > li {
        width: 100%;
    }
    .mega-menu-item .mega-menu-four-columns > li,
    .mega-menu-item .mega-menu-six-columns > li {
        width: 50%;
    }
}
/*--------------------------------------------------------------## 14.5 - Tablet Medium ( < 800px )--------------------------------------------------------------*/

@media only screen and (max-width: 50em) {
    .content-area {
        order: 1;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    }
    .main-sidebar {
        order: 2;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .main-sidebar aside {
        width: 48%;
    }
    .main-sidebar .widget-odd {
        margin-right: 25px;
    }
    .small-sidebar {
        display: block;
        order: 3;
        width: 50%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
    }
    .small-sidebar .widget {
        width: 100%;
    }
    /* Magazine Post Widgets */
    
    .widget-magazine-posts .large-post .entry-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
	.left-banners > a{
		font-size: 1.25rem;
		padding-left: 5.5em;
	}
}
/*--------------------------------------------------------------## 14.5 - Tablet Medium ( < 760px )--------------------------------------------------------------*/

@media only screen and (max-width: 47.5em) {
    .main-sidebar aside {
        width: 49%
    }
    .main-sidebar .widget-odd {
        margin-right: 10px;
    }
}
/*--------------------------------------------------------------## 14.7 - Mobile Extra Large ( < 640px )--------------------------------------------------------------*/

@media only screen and (max-width: 40em) {
    .main-sidebar aside {
        width: 100%
    }
    .main-sidebar .widget-odd {
        margin-right: 0;
    }
    .main-sidebar {
        width: 100%;
    }
    .small-sidebar {
        width: 100%;
    }
    .entry-title {
        font-size: 24px;
        font-size: 1.5rem;
    }
    .small-archive-post .entry-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
    /* Magazine Post Widgets */
    
    .widget-magazine-posts-grid .magazine-posts-grid-row {
        margin-right: 0;
    }
    .widget-magazine-posts-grid .medium-post-row {
        margin-right: -1.2em;
    }
    .widget-magazine-posts-grid .magazine-posts-grid-row .large-post,
    .widget-magazine-posts-columns .magazine-posts-column-left {
        float: none;
        padding: 0;
        width: 100%;
    }
    .widget-magazine-posts-columns .magazine-posts-column-right {
        margin-left: 0;
        padding-top: 1em;
        padding-left: 0;
        width: 100%;
    }
    .widget-magazine-posts .large-post .wp-post-image {
        float: left;
        margin: 0 1.5em 0 0;
        max-width: 50%;
    }
    .widget-magazine-posts-grid .magazine-posts-grid-row .large-post {
        clear: left;
    }
    .widget-magazine-posts-grid .magazine-posts-grid-row .large-post .wp-post-image {
        margin-bottom: 1em;
    }
    .widget-magazine-posts .large-post .entry-content {
        display: none;
    }
    /* Mega Menu Styling */
    
    .mega-menu-item .mega-menu-four-columns > li,
    .mega-menu-item .mega-menu-six-columns > li {
        width: 100%;
    }
}
/*--------------------------------------------------------------## 14.7-1 fix banners--------------------------------------------------------------*/

@media only screen and (max-width: 37.5em) {
    .start-banners {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .start-banners > a,
    .start-banners > a:last-child {
        margin: 10px auto;
        font-size: 30px;
        font-size: 1.85rem;
        padding-top: 4.2em;
    }
}
/*--------------------------------------------------------------## 14.8 - Mobile Large ( < 560px )--------------------------------------------------------------*/

@media only screen and (max-width: 35em) {
    .small-archive-post .entry-content {
        display: none;
    }
    .widget-magazine-posts-grid .medium-post-row {
        margin-right: 0;
    }
    .widget-magazine-posts .medium-post {
        float: none;
        padding-right: 0;
        width: 100%;
    }
    .widget-magazine-posts .medium-post .wp-post-image {
        float: left;
        margin: 0 1em 0 0;
        max-width: 120px;
    }
    .creators {
        float: none;
    }
}
/*--------------------------------------------------------------## 14.9 - Mobile Medium ( < 480px )--------------------------------------------------------------*/

@media only screen and (max-width: 30em) {
    .entry-title {
        font-size: 22px;
        font-size: 1.375rem;
    }
    .alignright,
    .alignleft {
        float: none;
        margin: 1em 0;
    }
    /* Magazine Homepage: Category Post Widgets */
    
    .widget-magazine-posts .medium-post .wp-post-image,
    .widget-magazine-posts .small-post .wp-post-image {
        max-width: 30%;
    }
    .widget-magazine-posts .medium-post .entry-title {
        font-size: 14px;
        font-size: 0.875rem;
    }
    .widget-magazine-posts .large-post .wp-post-image,
    .widget-magazine-posts-grid .magazine-posts-grid-row .large-post .wp-post-image {
        float: none;
        margin: 0 0 0.5em 0;
        max-width: 100%;
    }
    .widget-magazine-posts .large-post .entry-content,
    .widget-magazine-posts .large-post .entry-content .more-link {
        display: inline-block;
    }
}
/*--------------------------------------------------------------## 14.9.5 - Mobile Small ( < 320px )--------------------------------------------------------------*/

@media only screen and (max-width: 25em) {
    .small-archive-post .entry-title {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
/*--------------------------------------------------------------## 14.10 - Mobile Small ( < 320px )--------------------------------------------------------------*/

@media only screen and (max-width: 20em) {
    .site-branding .site-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .site-description {
        text-transform: none;
        font-size: 14px;
        font-size: .875rem;
    }
    .header-contact {
        text-align: left;
        width: 100%;
        margin-bottom: .5rem;
    }
    .header-contact > div {
        padding-left: 20px;
    }
    .header-phone {
        background-size: 13px;
    }
    .header-mail {
        background-size: 15px 10px;
    }
    .header-location {
        background-size: 10px 15px;
        background-position: 3px center;
    }
    .header-contact > div,
    .header-contact > div a {
        font-size: 12px;
        font-size: .75rem;
    }
    .header-location {
        margin: 0;
    }
    .entry-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .entry-meta .meta-date,
    .entry-meta .meta-author,
    .entry-meta .meta-category {
        display: block;
    }
    .small-archive-post .entry-title {
        font-size: 16px;
        font-size: 1rem;
    }
    .small-archive-post .entry-meta {
        display: none;
    }
    .widget-magazine-posts .large-post .entry-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
/*--------------------------------------------------------------# 15.0 - Theme Option Styles--------------------------------------------------------------*/
/*--------------------------------------------------------------## 15.1 - Theme Width--------------------------------------------------------------*/

.wide-layout .site {
    margin: 0;
    max-width: 100%;
}
.wide-layout .container {
    margin: 0 auto;
    max-width: 1400px;
}
.wide-layout .site-content-wrap {
    margin: 0;
}
@media only screen and (min-width: 85em) {
    .wide-layout .header-main {
        padding-right: 0;
        padding-left: 0;
    }
    .wide-layout .site-footer .site-info {
        padding: 1em 0;
    }
}
/*--------------------------------------------------------------## 15.2 - Theme Layout--------------------------------------------------------------*/

@media only screen and (min-width: 50em) {
    /* Content Center */
    
    .content-center .content-area {
        order: 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    }
    .content-center .main-sidebar {
        order: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    }
    /* Content Right */
    
    .content-right .content-area {
        order: 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    }
    .content-right .main-sidebar {
        order: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    }
    .content-right .small-sidebar {
        order: 3;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
    }
}
@media only screen and (min-width: 70em) {
    /* Content Right */
    
    .content-right .content-area {
        order: 3;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
    }
    .content-right .main-sidebar {
        order: 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    }
    .content-right .small-sidebar {
        order: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    }
}
/*--------------------------------------------------------------# 16.0 - Media Query Fixes--------------------------------------------------------------*/
/* Ensure navigation is visible on desktop view */

@media only screen and (min-width: 55.001em) {
    .main-navigation-menu {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        
        display: -ms-flexbox;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}
/* стили только для IE10 IE11 */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    ..main-navigation-menu li a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main-navigation-menu li {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .search-form .search-submit {
        top: -5px;
    }
}
span.dcjq-icon{
	background-image: url(images/arrow-nav1.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 6px;
    display: inline-block;
    width: 7px;
    height: 10px;
    margin-left: 5px;
}
.dcjq-parent.active span.dcjq-icon{
	transform: rotate(90deg);
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}


.popup {
    top: 40%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 650px;
    position: absolute;
    padding: 30px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}

.popup p{font-size: 17px;}

.close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border:none;
    cursor: pointer;
    outline: none;
 
}

.table_window{margin-top:30px;width:100%;display: -webkit-box;}
.table_window p{word-wrap: break-word;font-size: 13px;}

.button_agrement{
    font-size: 18px;
    padding: 8px 24px 8px 24px;
    border: 1px solid #a9b5ba;
    border-radius: 8px;
    background-color: #F6F8F9;
    font-weight: normal;
    color: #595959;
    font-family: 'Open Sans', arial, serif;
    outline: none;
    display: inline-block;
    cursor: pointer;
}

.zeeslides > li{max-height: 400px!important;}

.download_table{display:none;}

@media only screen and (max-width: 1360px) {
.download_table{display:block!important;}
.table_window td{font-size:10px;}
}

@media only screen and (max-width: 1024px) {
.table_window{display: none!important;}
}

#polls-widget-2{display:none;}

.nivoSlider{max-height: 400px!important;}

.textwidget .photo_row a{
    display:inline-block;
    width: 12%;
    margin-right: 5px;
    margin-bottom: 15px;
}
.textwidget .photo_row a:last-child{margin-right: 0px;}

.textwidget .photo_row a img{ max-height: 79px;}

.nivo-directionNav{
    position: absolute;
    top: 1em;
    left: 1em;
    z-index:999999;
}

.theme-default a.nivo-nextNav{right: -70px!important;}
.theme-default a.nivo-prevNav{left:0!important;}

.nivo-control{
    width: 14px!important;
    height: 14px!important;
    background: rgba(255,255,255,0.7)!important;
}

.nivo-controlNav{
    position: absolute;
    top: 0.01em;
    right: 10px;
    z-index: 10;
    padding: 1em;
    text-align: right!important;
}

.nivo-controlNav a{
    text-indent: 100%!important;
    white-space: nowrap;
    overflow: hidden;
}

.theme-default .nivo-controlNav a.active{
    background: #fff!important;
    cursor: default;
}

.bf-item.bf-loaded{
      position: initial !important;
    margin-right: 20px !important;
}

#metaslider_container_1148{margin-bottom: 30px;}

nav#main-navigation {
    background-color: #344155;
}

.banner_tours{
  background-image: url(/wp-content/uploads/2017/10/unnamed.jpg);
}

.navigation, .navigation > ul{
 width: 100%;
}

.breadcrumbs{margin-bottom:10px;}
.footer-bottom {
    display: flex;
    justify-content: space-between;
}