/*
Theme Name: Generatepress Child Theme
Description:     Generate Press
Author:
Template: generatepress
*/
@import url("../generatepress/style.css");

#site-title a {
    color: #009900;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

ol, ul {
    list-style: none;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

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

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

blockquote, q {
    quotes: "" "";
}

a {
    background-color: transparent;
}

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

a img {
    border: 0;
}

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 40px;
    margin-top: 40px;
}

/* Text elements */
p {
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

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 1.5em 1.5em;
}

b, strong {
    font-weight: bold;
}

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

blockquote {
    margin: 0 1.5em 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
}

code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    text-decoration: none;
}

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

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    font-weight: bold;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

button,
input {
    line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0;
    background: #666;
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    padding: 10px 20px;
    color: #FFF;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #606060;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: #606060;
}

.button {
    padding: 10px 20px;
    display: inline-block;
    *display: inline;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
    background: #FAFAFA;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 10px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
    background: #FFF;
}

textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 100%;
}

input[type="file"] {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

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

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

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
    content: '';
    display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
    clear: both;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
    z-index: 100;
}

.main-navigation {
    padding: 0;
}

.main-navigation .main-nav ul li a {
    display: block;
    padding: 0 20px;
}

.menu-toggle {
    line-height: 60px;
    margin: 0;
    padding: 0 20px;
}

.menu-toggle:before {
    content: "\f0c9";
    font-family: FontAwesome;
}

.toggled .menu-toggle:before {
    content: "\f00d";
}

.menu-toggle .mobile-menu {
    margin-left: 10px;
}

.menu-toggle .mobile-menu:empty {
    display: none;
}

.main-navigation .main-nav ul ul li a {
    line-height: normal;
    padding: 10px 20px;
}

.main-navigation ul ul {
    top: 60px;
}

.main-navigation ul ul li a {
    font-size: 90%;
}

.main-navigation {
    clear: both;
    display: block;
}

.inside-navigation {
    position: relative;
}

.main-navigation ul,
.menu-toggle li.search-item {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    -webkit-transition: padding 0s ease-in-out;
    -moz-transition: padding 0s ease-in-out;
    -o-transition: padding 0s ease-in-out;
    transition: padding 0s ease-in-out;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    position: absolute;
    top: 1.5em;
    left: 0;
    z-index: 99999;
    width: 200px;
    text-align: left;
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}

.main-navigation ul ul a {
    display: block;
}

.main-navigation ul ul li {
    width: 100%;
}

.main-navigation ul li:hover > ul {
    display: block;
}

.nav-float-right .main-navigation {
    float: right;
}

.nav-float-left .main-navigation {
    float: left;
}

.nav-float-left .site-branding,
.nav-float-left .site-logo {
    float: right;
    clear: right;
}

.site-header {
    position: relative;
    /*background: url(images/body_p.png) repeat-x top center;*/
    background: transparent;
}

.header-aligned-left .site-header {
    text-align: left;
}

.header-aligned-center .site-header {
    text-align: center;
}

.header-aligned-right .site-header {
    text-align: right;
}

.site-header .header-image {
    vertical-align: middle;
}

.main-navigation .main-nav ul ul li a, .nav-float-right .main-navigation .main-nav ul ul li a {
    line-height: normal;
}

.nav-float-right .main-navigation ul ul ul {
    top: 0
}

.main-navigation li.search-item {
    float: right;
    z-index: 21;
}

.nav-aligned-center .main-navigation li.search-item.current-menu-item {
    position: absolute;
    right: 0;
}

.main-navigation li.search-item i {
    transform: rotate(90deg);
}

.navigation-search {
    position: absolute;
    right: 0;
    display: none;
    z-index: 20;
    width: 100%;
    bottom: 0;
}

.navigation-search input {
    border: 0;
    vertical-align: bottom;
    line-height: 0;
    height: 60px;
    opacity: 0.9;
    width: 100%;
    z-index: 20;
}

.navigation-search input::-ms-clear {
    display: none;
}

.nav-left-sidebar .main-navigation li.search-item,
.nav-right-sidebar .main-navigation li.search-item {
    width: auto;
    display: inline-block;
}

.nav-left-sidebar .main-navigation li.search-item.current-menu-item,
.nav-right-sidebar .main-navigation li.search-item.current-menu-item {
    float: right;
}

.navigation-search input:focus {
    outline: 0;
}

.nav-aligned-right.nav-below-header .main-navigation .menu > li,
.nav-aligned-right.nav-below-header .main-navigation .sf-menu > li,
.nav-aligned-right.nav-above-header .main-navigation .menu > li,
.nav-aligned-right.nav-above-header .main-navigation .sf-menu > li,
.nav-aligned-center.nav-below-header .main-navigation .menu > li,
.nav-aligned-center.nav-below-header .main-navigation .sf-menu > li,
.nav-aligned-center.nav-above-header .main-navigation .menu > li,
.nav-aligned-center.nav-above-header .main-navigation .sf-menu > li {
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.nav-aligned-right .main-navigation ul,
.nav-aligned-center .main-navigation ul {
    letter-spacing: -0.31em;
    font-size: 1em;
}

.nav-aligned-right .main-navigation ul li,
.nav-aligned-center .main-navigation ul li {
    letter-spacing: normal;
}

.nav-aligned-left.nav-below-header .main-navigation,
.nav-aligned-left.nav-above-header .main-navigation {
    text-align: left;
}

.nav-aligned-center.nav-below-header .main-navigation,
.nav-aligned-center.nav-above-header .main-navigation {
    text-align: center;
}

.nav-aligned-right.nav-below-header .main-navigation,
.nav-aligned-right.nav-above-header .main-navigation {
    text-align: right;
}

.main-navigation .main-nav ul li .dropdown-toggle {
    display: none;
}

/* =Content
----------------------------------------------- */

.sticky {
}

.hentry {
    margin: 0 0 2em;
}

.posted-on .updated {
    display: none;
}

.byline {
    display: inline;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-header,
.archive .format-aside .entry-header,
.blog .format-status .entry-header,
.archive .format-status .entry-header,
.blog .format-status .entry-meta,
.archive .format-status .entry-meta {
    display: none;
}

.blog .format-aside .entry-content,
.archive .format-aside .entry-content,
.blog .format-status .entry-content,
.archive .format-status .entry-content {
    margin-top: 0;
}

.blog .format-status .entry-content p:last-child,
.archive .format-status .entry-content p:last-child {
    margin-bottom: 0;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    position: relative;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto 0;
    max-width: 100%;
}

.wp-caption .wp-caption-text {
    padding: 8px 10px;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
}

.wp-caption .wp-caption-text a, .wp-caption .wp-caption-text a:visited, .wp-caption .wp-caption-text a:hover {
    color: #FFF;
    text-decoration: underline;
}

.wp-caption img {
    position: relative;
    vertical-align: bottom;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.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;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
    margin: 0 0 2em;
    overflow: hidden;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
}

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

.comment-author-info {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.comment-meta .avatar {
    float: left;
    margin-right: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

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

.entry-meta.comment-metadata {
    margin-top: 0;
}

.comment-content {
    margin-top: 1.5em;
}

.comment-respond {
    margin-top: 1.5em;
}

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

.comment-form input,
.comment-form-comment {
    margin-bottom: 10px;
}

.comment-form #author,
.comment-form #email,
.comment-form #url {
    display: block;
}

.comment-metadata .edit-link:before {
    display: none;
}

.comment-body {
    padding: 30px 0;
}

.comment-content {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.depth-1.parent > .children {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.comment .children {
    padding-left: 30px;
    margin-top: -30px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .comment-body,
.trackback .comment-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .edit-link {
    font-size: 13px;
}

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

.comment-list > .comment:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

/* =Widgets
----------------------------------------------- */

.widget {
    margin: 0 0 30px;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
    display: none;
}

/* Categories widget */
.widget_categories .children {
    margin-left: 1.5em;
    padding-top: 5px;
}

.widget_categories .children li:last-child {
    padding-bottom: 0;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}

/* =Start custom CSS
----------------------------------------------- */

body {
    font-size: 15px;
    background: url(images/body_bg.png) repeat;
}

body .grid-container {
    max-width: 980px;
    padding: 10px;
}

a {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.main-title {
    word-wrap: break-word;
}

.main-title a img{
    height: 42px;
    margin-bottom: -7px;
    border: 2px solid #d82735;
    border-radius: 10px;
    padding: 2px;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

pre {
    background: rgba(0, 0, 0, 0.05);
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    margin-bottom: 1.5em;
    padding: 20px;
    overflow: auto;
    max-width: 100%;
}

blockquote {
    border-left: 5px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
    font-size: 1.2em;
    font-style: italic;
    margin: 0 0 1.5em;
    position: relative;
}

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

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

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
}

th,
td {
    padding: 8px;
}

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

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

hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 40px;
    margin-top: 40px;
}

fieldset {
    padding: 0;
    border: 0;
}

fieldset legend {
    padding: 0;
    margin-bottom: 1.5em;
}

.site-main .gallery {
    margin-bottom: 1.5em;
}

.gallery-item img {
    vertical-align: bottom;
}

.gallery-icon {
    padding: 5px;
}

.separate-containers .inside-article,
.separate-containers .widget,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation {
    padding: 40px;
}

h1 {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1.2em;
}

h2 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 1.2em;
}

h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.2em;
}

h4, h5, h6 {
    margin-bottom: 20px;
}

/* Layout spacing */
.right-sidebar .site-main {
    margin: 30px 30px 30px 0;
}

.left-sidebar .site-main {
    margin: 30px 0 30px 30px;
}

.both-sidebars.separate-containers .site-main {
    margin: 30px;
}

.both-right.separate-containers .site-main {
    margin: 30px 30px 30px 0;
}

.both-left.separate-containers .site-main {
    margin: 30px 0px 30px 30px;
}

.both-left .inside-left-sidebar {
    margin-right: 15px;
}

.both-left .inside-right-sidebar {
    margin-left: 15px;
}

.both-right .inside-left-sidebar {
    margin-right: 15px;
}

.both-right .inside-right-sidebar {
    margin-left: 15px;
}

.site-main {
    margin: 30px 0;
}

.separate-containers .site-main > *:last-child {
    margin-bottom: 0;
}

.inside-right-sidebar,
.inside-left-sidebar {
    margin: 30px 0;
}

.one-container .site-main {
    margin-top: 0;
    margin-bottom: 0;
}

.one-container .site-content {
    padding: 40px;
}

.one-container .site-main {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.one-container.both-right .site-main,
.one-container.right-sidebar .site-main {
    margin-right: 60px;
}

.one-container.both-left .site-main,
.one-container.left-sidebar .site-main {
    margin-left: 60px;
}

.one-container.both-sidebars .site-main {
    margin-left: 60px;
    margin-right: 60px;
}

.one-container .inside-right-sidebar,
.one-container .inside-left-sidebar {
    margin-top: 0;
}

.one-container .inside-article {
    padding: 0 0 30px 0;
}

/* Widget styling */
.widget {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.widget-title {
    margin-bottom: 30px;
    font-size: 20px;
}

.widget ul,
.widget ol {
    margin: 0;
}

.widget ul li {
    list-style-type: none;
    position: relative;
    padding-bottom: 5px;
}

.widget ul li ul li:before {
    opacity: .7;
}

.widget .search-field {
    width: 100%;
}

.widget:last-child,
.separate-containers .widget:last-child {
    margin-bottom: 0;
}

.widget_nav_menu ul ul,
.widget_pages ul ul {
    margin-left: 1em;
    margin-top: 5px;
}

.widget ul li.menu-item-has-children,
.widget ul li.menu-item-has-children,
.widget ul li.page_item_has_children,
.widget ul li.page_item_has_children {
    padding-bottom: 0;
}

.header-widget .widget-title {
    margin-bottom: 15px;
}

#wp-calendar {
    table-layout: fixed;
    font-size: 80%;
}

#wp-calendar #prev,
#wp-calendar #prev + .pad {
    border-right: 0;
}

/* Widget navigation */
.widget-area .main-navigation {
    margin-bottom: 30px;
}

.widget-area .main-navigation li {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.widget-area .main-navigation ul ul {
    top: 0;
    left: 100%;
    width: 220px;
}

.widget-area .sf-menu li .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: inherit;
    border-right-color: transparent;
    opacity: 1;
}

.widget-area .sf-menu .sf-with-ul:after,
.widget-area .sf-menu > li:hover > .sf-with-ul:after,
.widget-area .sf-menu > .sfHover > .sf-with-ul:after,
.widget-area .sf-menu > li > .sf-with-ul:focus:after {
    border-left-color: inherit;
    border-top-color: transparent;
    opacity: 1;
}

.both-right .widget-area .main-navigation ul ul,
.right-sidebar .widget-area .main-navigation ul ul,
.both-sidebars .widget-area .inside-right-sidebar .main-navigation ul ul {
    right: 100%;
    left: auto;
}

.both-right .widget-area .sf-menu li .sf-with-ul:after,
.right-sidebar .widget-area .sf-menu li .sf-with-ul:after,
.both-sidebars .widget-area .inside-right-sidebar .sf-menu li .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-right-color: inherit; /* edit this to suit design (no rgba in IE8) */
    opacity: 1;
}

.both-right .widget-area .sf-menu li > .sf-with-ul:focus:after,
.right-sidebar .widget-area .sf-menu li > .sf-with-ul:focus:after,
.both-sidebars .widget-area .inside-right-sidebar .sf-menu li > .sf-with-ul:focus:after,
.both-right .widget-area .sf-menu li:hover > .sf-with-ul:after,
.right-sidebar .widget-area .sf-menu li:hover > .sf-with-ul:after,
.both-sidebars .widget-area .inside-right-sidebar .sf-menu li:hover > .sf-with-ul:after,
.both-right .widget-area .sf-menu .sfHover > .sf-with-ul:after,
.right-sidebar .widget-area .sf-menu .sfHover > .sf-with-ul:after,
.both-sidebars .widget-area .inside-right-sidebar .sf-menu .sfHover > .sf-with-ul:after {
    border-right-color: inherit;
    border-top-color: transparent;
    border-left-color: transparent;
    opacity: 1;
}

.sidebar .grid-container {
    max-width: 100%;
    width: 100%;
}

.footer-widgets {
    padding: 40px 0;
}

.inside-footer-widgets .inner-padding {
    padding: 0 40px;
}

.site-info {
    padding: 40px 0;
    text-align: center;
    /*background: url(images/body_p.png) #222222 repeat-x bottom center;*/
}

/* Posts */
.entry-title {
    margin-bottom: 0;
}

.entry-header {
    word-wrap: break-word;
}

.page-header {
    margin-bottom: 30px;
}

.page-header h1 {
    font-size: 25px;
}

.page-header .avatar {
    float: left;
    margin-right: 1.5em;
}

.page-header .author-info {
    overflow: hidden;
}

.page-header > *:last-child {
    margin-bottom: 0;
}

.entry-meta {
    font-size: 85%;
    margin-top: .5em;
}

footer.entry-meta {
    margin-top: 2em;
}

footer.entry-meta .author:before {
    content: "\f007";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    position: relative;
    margin-right: 5px;
    width: 13px;
    text-align: center;
}

footer.entry-meta .posted-on:before {
    content: "\f073";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    position: relative;
    margin-right: 5px;
    width: 13px;
    text-align: center;
}

.cat-links:before {
    content: "\f07b";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    position: relative;
    margin-right: 5px;
    width: 13px;
    text-align: center;
}

.tags-links:before {
    content: "\f02c";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    position: relative;
    margin-right: 5px;
    width: 13px;
    text-align: center;
}

.comments-link:before {
    content: "\f075";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    position: relative;
    margin-right: 5px;
    width: 13px;
    text-align: center;
}

.edit-link:before {
    content: "\f013";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    position: relative;
    margin-right: 5px;
    width: 13px;
    text-align: center;
}

.nav-previous .prev:before {
    content: "\f0d9";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    position: relative;
    margin-right: 5px;
    width: 13px;
    text-align: center;
}

.nav-next .next:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    position: relative;
    margin-right: 5px;
    width: 13px;
    text-align: center;
}

.cat-links,
.tags-links,
.comments-link,
footer.entry-meta .posted-on,
footer.entry-meta .byline {
    display: block;
}

.taxonomy-description p:last-child {
    margin-bottom: 0;
}

.paging-navigation:before,
.paging-navigation:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.paging-navigation:after {
    clear: both;
}

.paging-navigation .nav-previous,
.paging-navigation .nav-next {
    display: none;
}

.comment-respond {
    margin-top: 0;
}

.read-more-container {
    margin-bottom: 0;
}

/* Site header */

.main-title {
    margin-top: 30px;
    font-size: 42px;
    line-height: 1.2em;
}

.site-logo {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

.site-description {
    margin: 0;
    font-size: 19px;
    color: #484848;
}

.inside-header {
    padding: 40px;
}

.header-widget {
    float: right;
    overflow: hidden;
    max-width: 50%;
}

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

.header-widget .widget:last-child {
    padding-bottom: 0;
}

.nav-float-right .header-widget .widget {
    padding: 0 0 10px;
}

.nav-float-right .header-widget .widget:last-child {
    padding-bottom: 0;
}

.nav-float-right .header-widget {
    position: relative;
    top: -10px;
}

.post-image {
    margin: 2em 0 0;
}

/* Page Header Add-on */
.page-header-image,
.page-header-image-single {
    line-height: 0; /* no more weird spacing */
}

.separate-containers .page-header-image,
.separate-containers .page-header-content {
    margin-top: 30px;
}

.inside-page-header {
    padding: 40px;
}

.separate-containers .page-header-image-single,
.separate-containers .page-header-content-single {
    margin-top: 30px;
}

.separate-containers .inside-article .page-header-image-single,
.separate-containers .inside-article .page-header-content-single,
.one-container .inside-article .page-header-image-single,
.one-container .inside-article .page-header-content-single,
.separate-containers .inside-article .page-header-image,
.separate-containers .inside-article .page-header-content,
.one-container .inside-article .page-header-image,
.one-container .inside-article .page-header-content {
    margin-bottom: 2em;
    margin-top: 0;
}

/* WooCommerce */
.woocommerce .page-header-image-single {
    display: none;
}

.woocommerce .entry-content,
.woocommerce .product .entry-summary {
    margin-top: 0;
}

/* bbPress */
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums,
div.bbp-breadcrumb,
div.bbp-topic-tags {
    font-size: inherit;
}

.single-forum #subscription-toggle {
    display: block;
    margin: 1em 0;
    clear: left;
}

#bbpress-forums .bbp-search-form {
    margin-bottom: 10px;
}

.bbp-login-form fieldset {
    border: 0;
    padding: 0;
}

/* BuddyPress */
#buddypress form#whats-new-form #whats-new-options[style] {
    min-height: 6rem;
    overflow: visible;
}

/* SiteOrigin Page Builder */
.so-panel.widget {
    padding: 0;
}

/* Beaver Builder */
.fl-builder .container.grid-container {
    max-width: 100%;
}

/* MailChimp CSS */
#mc_embed_signup .clear {
    display: block;
    height: auto;
    visibility: visible;
    width: auto;
}

/* Menu class for items to float right */
@media (min-width: 769px) {
    .sf-menu > li.menu-item-float-right {
        float: right !important;
    }
}

@media (max-width: 768px) {
    .sf-menu > li.menu-item-float-right {
        float: none !important;
        display: inline-block;
    }
}

/* Mobile menu */
.menu-toggle,
.mobile-bar-items {
    display: none;
    cursor: pointer;
}


/*custom style*/
body{
    overflow-x: hidden;
}

li{
    color: #000;
}

.contact-info {
    float: right;
    padding-left: 50px;
    background: url(images/phone.png) no-repeat left 9px;
    background-size: 38px;
    margin-top: 15px;
}

.contact-info p, .contact-info h3 {
    margin-bottom: 5px;
}

.nav-wrap{
    position: absolute;
    width: 100%;
    top: 5px;
    left: 0;
    background: url(images/main_nav_shadow.png) no-repeat bottom center;
    padding-bottom: 18px;
    background-size: 92%;
    z-index: 18;
}

.main-nav {
    background: #000;
    background-size: contain;
    height: 48px;
    width: 98%;
    margin: 0 auto;
    padding: 0 1%;
}

.main-nav > ul {
    float: left;
    position: relative;
    left: 50%;
}

.main-nav .current-menu-item, .main-nav li:hover{
   background:#292727;
}

.main-nav > ul > li {
    border-right: 1px solid #5f5d5b;
    position: relative;
    right: 50%;
}

.main-nav li:last-of-type {
    border: none;
}

.site-header .main-navigation .main-nav ul li a {
    height: 100%;
    line-height: 2.5;
    padding: 5px 15px;
    background: transparent;
}

.site-header .main-navigation .main-nav ul li a:hover{
    color: #d82735;
    background: transparent;
}

#primary-menu ul li a.Active{
    color: #d82735;
}

.bot-shadow {
    background: url(images/main_nav_shadow.png) no-repeat bottom center;
    padding: 30px 0 20px 0;
    width: 100%;
    overflow: hidden;

}

.main-banner {
    border: 9px solid #fff;
    /*position: relative;*/
    /*z-index: -1;*/
    /*margin-top: -30px;*/
}

.huge_it_slide_container_1 .huge_it_slideshow_title_text_1 {
    background: #c3c5c9 !important;
    display: inline-block;
    font: bold 21px Arial, sans-serif;
    text-transform: uppercase;
    padding: 10px;
    color: #999999;
}

.site-branding {
    float: left;
    max-width: 66%;
}

.home .page > .entry-header{
    margin: 0;
}
body.home .grid-container{
    padding: 0 10px;
}

.page > .entry-header, .site-main > .page-header {
    background: #fff;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    height: auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.entry-header h1, .site-main > .page-header h1{
    color: #434241;
    text-transform: uppercase;
    letter-spacing: 3px;
    font: bold 24px Arial, sans-serif;
}

.content-area {
    width: 100%;
}

.container .content-area .site-main {
    margin: 0;
}

.page {
    background-color: transparent;
}

.inside-article {
    margin-top: 10px;
}

.main-navigation {
    background: transparent;
}
.category .post{
    float: left;
}
.category-news .post, .page .post{
    width: 31.3%;
    /*float: left;*/
}
.category-news.post, .page .post{
    margin: 0 1% 10px 1%;
}

.category .post .entry-content, .page .post .entry-content{
    max-height: 205px;
}

.archive p > a > img, .news p > a > img{
    display: none;
}

body.single img{
    float: left;
    padding: 10px;
}
body.single h2{
    float: left;
    width: 100%;
}

.post .entry-meta {
    display: none;
}

.post .inside-article {
    padding: 15px 25px;
}

.post .entry-title a {
    color: #d82735;
}

.post .entry-title a:hover {
    text-decoration: underline;
}

.huge_it_slideshow_dots_thumbnails_1 {
    top: 92% !important;
}

#imageData #imageDetails #numberDisplay {
    display: none !important;
}

.category-4.post{
    width: 100%;
}

.category-4 .site-main .entry-meta {
    display: none;
}

.category-4 .site-main .entry-content {
    margin-top: 1em;
}

.category-4 .site-main .entry-title {
    background: url("images/znak10.png") left center no-repeat;
    background-size: 25px;
    padding: 15px 15px 15px 35px;
    margin-left: 3px;
}

.category-4 .site-main h2 a {
    font-weight: bold;
    font-style: italic;
    color: #434241;
    pointer-events: none;
    cursor: default;

}

.category-4 .site-main p {
    min-height: 30px;
    color: #999999;
    font-size: 16px;
    font-style: italic;
    background: url("images/znak3.png") left top no-repeat;
    background-size: 30px;
    padding-left: 40px;
    margin-bottom: 0;
}

.category-4 .site-main .inside-article {
    padding: 0 20px 20px 20px;
}

.page-header-image-single{
    display: none;
}

.gallery-item img:hover{
    outline:5px solid #d82735;
    outline-offset:-5px;
    opacity: 0.8;
}

#menu-item-319 a{
    color: transparent;
    background: url("images/mail1.png")no-repeat center;
    background-size: contain;
    cursor: pointer;
}

#menu-item-319 a:hover{
    background: url("images/mail.png")no-repeat center;
    background-size: contain;
}


.contact{
    display: none;
    width:100%;
    height: 2000px;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0;
    left: 0;
    z-index: 9999;
}
.contact-wrap{
    position: relative;
    margin:40px auto 0px auto;
    width:50%;
    padding:10px 20px;
    background-color: #c5c5c5;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
    z-index: 10000;
}

.contact-wrap textarea{
    max-height: 200px;
}

.contact-wrap form div{
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 10px;
    text-align: left;
}

.contact-wrap div:last-of-type{
    margin-bottom: 0;
}

.contact-wrap p{
    padding-top: 5px;
}

.contact-wrap span{
    margin-top: -10px;
    float: right;
    width: 60%;
}

span[role="alert"]{
    margin-top: 0;
    width: 100%;
    font-size: 13px;
}
.contact-wrap div[role="alert"]{
    font-size: 12px;
}

div[role="alert"]{
    margin: 0;
    padding: 5px 10px;
}

.contact-wrap input, .contact-wrap textarea{
    width: 100%;
}

.contact-wrap img{
    margin-bottom: -5px;
}

.contact-wrap input[type="submit"]{
    float: right;
    width: auto;
}

.cancel{
    position: absolute;
    top: -10px;
    right: -7px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url("images/cancel.png") no-repeat;
    background-size: contain;
}

.main-navigation ul ul.sub-menu{
    top: 2em;
}

 .category-6.post{
    width: 100%;
}

.category-6.post .entry-header{
    float: left;
    width: 100%;
}

.category-6.post .post-image{
    float: right;
    margin: 0 10px 10px 10px;
}

.category-6.post .post-image img{
    max-width: 250px;
    max-height: 170px;
    height: auto;
    width: auto;
}

.single .category-6 .entry-header{
    width: 100%;
    text-align: left;
}

.readmore{
    display: none;
}
.category-6.post .readmore{
    display: block;
    text-align: right;
    padding-right: 20px;
    margin-top: 10px;
}
.category-6.post .readmore a{
    font-size: 15px;
    letter-spacing: 3px;
    padding: 5px 10px;
    color: #000;
    border: 2px solid #d82735;
}

.category-6.post .readmore a:hover{
    background: #d82735;
}

.site-main .page .inside-article{
    padding-top: 10px;
}
.entry-content p{
    text-align: justify;
}

.evacuator{
    background: #eeebe9;
    clear: both;
}

.evacuator br{
    display: none;
}

.evacuator p{
    margin: 0;
}

.evacuator li{
    list-style: square;
    list-style-position: outside;
    float: left;
    width: 32%;
    padding-right: 2%;
    margin-top: 20px;
}

.evacuator li:nth-of-type(3n){
    padding-right: 0;
}
.evacuator ul{
    float: left;
    color: #d82735;
    margin: 0 20px 10px 20px;
}
.evacuator li a{
    color: #d82735;
    text-decoration: underline;
}

.evacuator li a:hover{
    text-decoration: none;
}

.entry-content ul{
    color: #d82735;
}

.inside-article .entry-content li{
    list-style: square;
    list-style-position: inside;
    margin-bottom: 10px!important;
}

.entry-content li a{
    margin-bottom: 10px;
    color: #d82735;
    text-decoration: underline;
}

.entry-content li a:hover{
    text-decoration: none;
}

th{
    background: #D3D3D3;
}

@media (max-width: 1200px) {
    form > div > span{
        width: 50%;
    }
    .captcha > span{
        width: 80px;
    }
}
@media (max-width: 1050px) {
    .site-header .main-navigation .main-nav ul li a{
        font-size: 13px;
    }
    span[role="alert"]{
        width: 130%;
    }
    .captcha span[role="alert"]{
        width: 160%;
    }
    .main-nav{
        height: 32px;
    }
    .nav-wrap{
        padding-bottom: 16px;
    }
}
@media (max-width: 930px) {
    .nav-wrap{
        padding-bottom: 15px;
    }

    .main-title a{
        font-size: 35px;
    }

}
@media (max-width: 870px) {
    .site-header .main-navigation .main-nav ul li a{
        font-size: 12px;
        padding: 0 10px;
    }
    .main-nav .menu-item-has-children > a{
        padding-right: 15px!important;
    }
}

@media (max-width: 850px) {
    .contact-info{
        padding-left: 40px;
    }

    .contact-info h3{
        font-size: 17px;
    }

    .contact-info p{
        font-size: 13px;
    }
    .main-title{
        font-size: 40px;
        margin-top: 20px;
    }
    .contact-info{
        margin-top: 10px;
    }
    .nav-wrap{
        padding-bottom: 14px;
    }

    .wrapper-btn-geolocation {
    	width: 235px !important;
    }

    .wrapper-btn-geolocation .geolocation-text {
    	font-size: 16px !important;
    }
}

@media (max-width: 810px) {
    .page > .entry-header, .site-main > .page-header{
        margin-top: 10px;
    }

    .main-title{
        margin-top: 15px;
    }
    .contact-info{
        margin-top: 0;
    }

    .category-6.post .entry-header{
        float: none;
        width: 100%;
    }

    .category-6.post .post-image{
        float: none;
    }

    .category-6.post .post-image img{
        display: block;
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%;
    }

    body.archive .category-6 .entry-content{
        display: none;
    }

    .contact-wrap input, .contact-wrap textarea{
        padding: 5px 10px;
    }
    .site-branding, .contact-info{
        width: 48%;
        float: left;
        text-align: left;
        margin-left: 20px;
    }

    .wrapper-btn-geolocation {
	    margin-top: 10px;
	}

    .main-title a{
        font-size: 28px;
    }
    .main-title a img{
        height: 30px;
    }
    .main-navigation{
        position: absolute;
        height: 1px;
        width: 100%;
        left: 0;
        top: 0;
    }

    .inside-navigation{
        height: 1px;
    }

    button.menu-toggle{
        display: block;
        position: absolute;
        top: 20px;
        right: 10px;
        width: 110px;
        padding: 5px;
    }
    .menu-toggle:before{
        font-size: 24px;
    }
    .menu-toggle .mobile-menu{
        font-size: 20px;
    }
    .main-nav > ul{
        float: none;
        left: 0;
    }
    .main-nav > ul > li {
        right: 0;
        border: none;
    }

    .nav-wrap{
        position: relative;
        margin-top: 70px;
        background: none;
    }
    .main-nav{
        height: auto;
        border: none;
        background: none;
        width: 100%;
        padding: 0;
    }
    .site-header .main-navigation .main-nav ul li a{
        background: #3f3f3f;
        font-size: 15px;
        padding: 5px 10px;
    }
    .site-header .main-navigation .main-nav ul li a:hover{
        background: #4f4f4f;
    }

    #menu-item-319{
        background: #3f3f3f;
        padding-left: 10px;
    }

    #menu-item-319:hover{
        background: #4f4f4f;
    }

    #menu-item-319 a{
        background: url("images/mail1.png")no-repeat left;
        background-size: contain;
    }
    #menu-item-319 a:hover{
        background: url("images/mail.png")no-repeat left;
        background-size: contain;
    }
    .main-navigation ul ul.sub-menu{
        top: 0;
    }
    .main-navigation ul ul.sub-menu li{
        padding-left: 10px;
    }
    .sub-menu{
        overflow: hidden;
    }
    .category-news article.post{
        width: 48%;
        max-width: none;
        /*margin-right: 2%;*/
        margin: 0 1%;
    }
    /*.category article.post:nth-of-type(2n), .page article.post:nth-of-type(2n){*/
        /*margin-right: 0;*/
    /*}*/
    .contact-wrap{
        margin-top: 10px;
    }
    .contact-wrap form div{
        padding-top: 0;
    }
    .contact-wrap span{
        float: none;
        width: 100%;
        font-size: 12px;
    }
    .contact-wrap div[role="alert"]{
        display: none!important;
    }
    .captcha img{
        float: right;
    }

    .captcha span{
        width: 100%;
        float: right;
        text-align: right;
        margin-top: 10px;
    }

    .captcha span input{
        width: 71px;
    }
    .news .post:nth-of-type(3n){
        display: none;
    }
    .post .inside-article, .separate-containers .inside-article{
        padding: 10px;
    }
    #hoverNav{
        display: none!important;
    }
    .post .evacuator li{
        width: 49%;
        padding-right: 2%;
    }
    .post .evacuator li:nth-of-type(2n){
        padding-right: 0;
    }

    .wrapper-mobile-header {
    	background: rgba(0, 0, 0, 0) url("images/body_bg.png") repeat scroll 0 0;
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 100;
	    width: 100%;
    }

    .wrapper-mobile-header .site-description {
    	font-size: 11px;
    }

}

@media (min-width: 581px) {
	.mobile-btn-geolocation {
		display: none !important;
	}
}

@media (max-width: 580px) {
	.wrapper-btn-geolocation {
		display: none;
	}

	#userInfoForm .input-user-info {
		width: 100%;
		margin-bottom: 15px;
	}

	#btn_user_info {
		margin: 0 auto;
		display: table;
	}

	.mobile-btn-geolocation {
		width: 45%;
        display: inline-block !important;
        vertical-align: middle!important;
		text-align: center;
		background: #666;
		color: #fff !important;
		text-align: center;
		line-height: 35px;
		height: 30px;
		float: right;
		margin-right: 20px;
	}

	.mobile-btn-geolocation .geolocation-icon {
		font-size: 22px;
		margin-right: 5px;
	}

    body .grid-container{
        padding: 5px;
    }

    .post .inside-article{
        padding: 5px;
    }
    .page-content, .entry-content, .entry-summary, .post-image{
        margin-top: 10px;
    }
    .separate-containers .page-header{
        margin-bottom: 0;
    }
    .site-branding, .contact-info{
        max-width: none;
        text-align: center;
        float: none;
        margin: 0 auto;
        width: 100% !important;
    }
    .contact-info{
        max-width: 185px;
    }
    .main-navigation{
        position: relative;
    }
    button.menu-toggle{
    	position: relative;
    	left: 0;
    	top: 0;
        line-height: 30px;
        height: 30px;
        width: 45%;
        display: inline-block !important;
        vertical-align: middle!important;
        padding: 0;
    }
    .nav-wrap{
        margin-top: 0;
    }
    .bot-shadow{
        display: none;
    }
    body .site .site-content article.post{
        width: 100%;
        margin: 0;
    }
    .news .post:nth-of-type(3n){
        display: block;
    }
    .category-6.post .post-image{
        float: none;
        margin: 0 auto;
    }
    .contact-wrap{
        width: 85%;
    }
    .cancel{
        right: -3px;
    }
    .category-6.post .readmore{
        margin-bottom: 5px;
    }
    .post .evacuator li{
        width: 100%;
        padding-right: 0;
    }
    .post .entry-header{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .home .page > .entry-header{
        margin-top: 15px;
    }

    #site-navigation, #site-navigation .inside-navigation {
    	display: table;
    	width: 100%;
    }

    .menu-toggle::before {
    	font-size: 22px;
    }

    .menu-toggle .mobile-menu {
    	font-size: 17px;
    }
}

@media (max-width: 520px) {

    #imageDataContainer, #outerImageContainer{
        max-width: 100%;
    }
    .contact-wrap textarea{
        max-height: 150px;
    }
    .gallery .gallery-item{
        max-width: 50%;
    }
    .entry-content{
        margin-top: 0;
    }
}

@media (max-width: 440px) {
    .main-title a{
        font-size: 23px;
    }
    .site-main > .page-header h1{
        font-size: 21px;
    }
    .captcha span{
        width: 48%;
        margin: 0;
    }
    .captcha span input{
        width: 100%;
    }
    .captcha img{
        width: 48%;
        padding-right: 4%;
        float: left;
    }
}

@media (max-width: 375px) {
    .main-title{
        font-size: 24px;
    }
    .main-title a img{
        margin-bottom: -23px;
    }
}

/*======================================================= ViZeR ======================================================*/
footer .category-auto {
	display: table;
	width: 100%;
	margin-bottom: 20px;
	font-size: 0;
	text-align: left;
}

.img-holder {
	width: 100%;
	height: auto;
}

.our-advantages li {
	list-style: none !important;
	display: table;
	width: 100%;
}

.wrapper-btn-geolocation {
    float: right;
    width: 280px;
    font-size: 0;
}

.wrapper-btn-geolocation .btn-geolocation {
	display: table;
}

.wrapper-btn-geolocation .geolocation-text {
	display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    margin-left: 15px;
}

.wrapper-btn-geolocation .geolocation-icon {
	display: inline-block;
    font-size: 28px;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color:red;
    border-radius: 50%;
}

#geolocation {
	margin: 20px 0;
}

#geolocation #client_map {
	width: 100%;
}

#geolocation #userInfoForm {
	margin-top: 20px;
}

#geolocation #btn_user_info:disabled {
	cursor: no-drop;
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	.our-advantages {
		margin-left: 0;
	}

	.category-auto .post-category {
		display: inline-block;
		vertical-align: top;
		font-size: 17px;
		width: 100%;
	}

	.our-advantages-icon {
	    float: left;
	    margin-bottom: 5px;
	    margin-right: 10px;
	    width: 64px;
	}

}

@media screen and (min-width: 768px) {

	.our-advantages-icon {
		display: inline-block;
	    vertical-align: middle;
		width: 64px;
	}

	.our-advantages-content {
		display: inline-block;
	    vertical-align: middle;
	    padding-left: 10px;
	}

}

@media screen and (max-width: 1023px) {

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .category-auto .post-category {
		display: inline-block;
		vertical-align: top;
		font-size: 17px;
		width: 45%;
		margin-right: 5%;
	}

	.category-auto .post-category:nth-child(2n+2) {
		margin-right: 0;
	}
}

@media screen and (min-width: 1024px) {
    .category-auto .post-category {
		display: inline-block;
		vertical-align: top;
		font-size: 17px;
		width: 30%;
		margin-right: 5%;
	}

	.category-auto .post-category:nth-child(3n+3) {
		margin-right: 0;
	}
}
/*===================================================== End ViZeR ====================================================*/