/*
Theme Name: Sigma4
*/

* {
    box-sizing: border-box;
}

html {
    background: #fff;
    font-family: "Noto Sans", sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    word-wrap: break-word;
}

/**
 * Remove default margin.
 */

body {
    color: #444;
    margin: 0;
    font-size: 1em;
    line-height: 1.5em;
    padding: .5em;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
    max-width: 100%;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    max-width: 100%;
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
    color: #444;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover,
a:focus,
.current-cat > a,
.current-menu-item > a,
.current-menu-parent > a,
.current_page_item > a,
.current_page_parent > a {
    outline: 0;
    text-decoration: none;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2.25em;
    line-height: 1.3333em;
    margin: 0 0 0.67em;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
    height: auto;
    max-width: 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 0 0 1.5em;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
    max-width: 100%;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    background: none;
    border: none;
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
    resize: vertical;
    width: 100%;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5em;
}

td,
th {
    padding: 0 .5em;
}

table tr:first-of-type {
    border-top: 0;
}

table tr {
    border-top: thin solid;
}

iframe {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-weight: 400;*/
}

h2 {
    font-size: 2em;
    line-height: 1.5em;
    margin: 0 0 0.75em;
}

h3 {
    font-size: 1.75em;
    line-height: 1.7143em;
    margin: 0 0 0.8571em;
}

h4 {
    font-size: 1.5em;
    line-height: 1em;
    margin: 0 0 1em;
}

h5 {
    font-size: 1.25em;
    line-height: 1.2em;
    margin: 0 0 1.2em;
}

h6 {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0 0 1.5em;
}

p {
    margin: 0 0 1.5em;
}

blockquote {
    margin: 0 2em 1.5em;
}

dl {
    margin: 0 0 1.5em;
}

dd {
    margin-left: 2em;
}

dt {
    font-weight: 700;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    /* many screen reader and browser combinations announce broken words as they would appear visually */
    word-wrap: normal !important;
}

.skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    display: block;
    font-size: 14px;
    font-weight: 700;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}

.skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}

.sticky {
}

.gallery-caption {

}

.bypostauthor {
}

.alignleft {
    display: block;
    float: left;
    margin-right: 1em;
}

.alignright {
    display: block;
    float: right;
    margin-left: 1em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text {
    font-size: .9em;
}

#header {
    margin-bottom: 3em;
}

#header::after, .clearfix::after {
    clear: both;
    content: '';
    display: block;
}

#header .site-branding {
    float: left;
    max-width: 75%;
}

#header .site-branding .site-title {
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: .5em;
}

#header .site-description {
    font-size: .9em;
    margin-bottom: 0;
}

#menu-toggle {
    display: none;
}

#header nav ul {
    padding-left: 0;
}

#header nav li {
    list-style-type: none;
}

.no-js .dropdown-toggle {
    display: none;
}

.dropdown-toggle.toggled-on {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 49.99em) {
    .js #menu-toggle {
        display: block;
        padding: .3em;
    }

    #menu-toggle {
        float: right;
    }

    #header nav {
        clear: both;
    }

    .js #header nav {
        display: none;
    }

    #header nav li {
        padding: .5em 0;
    }

    #header nav .sub-menu {
        padding-left: 1.5em;
        padding-top: .5em;
    }

    .js #header nav .sub-menu {
        display: none;
    }

    #header nav .sub-menu li:last-child {
        padding-bottom: 0;
    }

    .js #header nav.toggled-on {
        display: block;
    }

    .js #header nav .menu-item-has-children::after {
        clear: left;
        content: "";
        display: block;
    }

    .js #header nav .sub-menu.toggled-on {
        clear: both;
    }

    .js #header nav .menu-item-has-children > a {
        float: left;
        width: 80%;
    }

    .js #header nav .dropdown-toggle {
        border: thin solid #777;
        float: right;
        margin-left: 1em;
    }

    .js #header nav .dropdown-toggle svg {
        fill: #444;
    }

    #header nav .menu-item-has-children .sub-menu.toggled-on {
        display: block;
    }

}

#content {
    clear: both;
}

article.post {
    margin-bottom: 3em;
}

.entry-header {
    margin-bottom: 1.5em;
}

.entry-header .entry-title {
    margin-bottom: 0;
}

.gallery::after {
    clear: both;
    content: '';
    display: block;
}

.gallery-item {
    float: left;
    margin: 0;
    padding: .5em;
}

.gallery-size-large .gallery-item {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.gallery-size-thumbnail .gallery-item {
    line-height: 0;
}

.gallery-size-thumbnail .gallery-item figcaption {
    display: none;
    line-height: 1rem;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n-1),
.gallery-columns-3 .gallery-item:nth-of-type(3n-2),
.gallery-columns-4 .gallery-item:nth-of-type(4n-3),
.gallery-columns-5 .gallery-item:nth-of-type(5n-4),
.gallery-columns-6 .gallery-item:nth-of-type(6n-5) {
    clear: left;
}

article footer p > span {
    font-weight: 700;
}

article footer p > span > span {
    font-weight: 400;
}

article footer p span.comments::before,
article footer p span.trackbacks::before {
    content: "";
    display: block;
}

article footer p span.comments + span.trackbacks::before {
    display: none;
}

.post-navigation {
    margin-bottom: 3em;
}

.post-navigation .nav-previous a::before {
    content: "« ";
}

.post-navigation .nav-next a::after {
    content: " »";
}

#comments {
    clear: both;
}

.commentlist {
    padding-left: 0;
}

.comment,
.pingback {
    list-style-type: none;
}

.commentlist .children {
    padding-left: 1em;
}

.avatar {
    display: none;
}

.fn {
    display: block;
}

.comment-content :last-child {
    margin-bottom: 0;
}

article.comment {
    margin-bottom: 2em;
}

#commentform label {
    display: block;
}

input,
textarea {
    border: thin solid;
    font-family: "Noto Sans", sans-serif;
    padding: .5em;
}

input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active {
    border-color: #bbb;
}

input[type=text],
input[type=email],
input[type=url] {
    width: 100%;
}

input[type=submit] {
    background: #444;
    border: none;
    color: #fff;
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active {
    background: none;
    color: #444;
}

nav.navigation::before {
    clear: both;
    content: "";
    display: block;
}

.page-numbers {
    font-weight: 700;
    padding-left: 0;
}

.page-numbers li {
    display: block;
    float: left;
    list-style-type: none;
    margin: 0 .5em;
}

.page-numbers li:first-of-type {
    margin-left: 0;
}

.page-numbers li:last-of-type {
    margin-right: 0;
}

#secondary {
    clear: both;
    padding-top: 3em;
}

#footer {
    /*padding-top: 3em;*/
    clear: both;
}

#footer .social-menu {
    padding-left: 0;
}

#footer .social-menu li {
    float: left;
    list-style-type: none;
    margin: 0.7em;
    line-height: 0;
    font-size: .9em;
}

#footer .social-menu li svg {
    fill: #444;
    height: 2em;
    width: 2em;
}

#footer .social-menu a:hover svg,
#footer .social-menu a:focus svg,
#footer .social-menu a:active svg {
    fill: #999;
}

.theme-author,
#footer nav {
    clear: both;
}

#footer nav {
    padding: 1.5em 0;
}

#footer nav li {
    margin: .5em 0;
}

.theme-author {
    font-size: .9em;
    text-align: center;
}

/* PAGE TEMPLATES */

.page-template-portfolio-page main,
.page-template-portfolio-archive-page main {
    width: 100%
}

.page-template-portfolio-page .element,
.page-template-portfolio-archive-page .element,
.page-template-portfolio-category-page .element {
    display: block;
    float: left;
    line-height: 0;
    margin: 0;
    padding: .5em;
}

.page-template-portfolio-page .element img,
.page-template-portfolio-archive-page .element img,
.page-template-portfolio-category-page .element img {
    line-height: 1rem;
}

/* PAGE TEMPLATES END */

/* SLIDER */

.slider {
    position: relative;
}

.slider .owl-prev,
.slider .owl-next {
    display: none !important;;
}

/* SLIDER END */

@media screen and (min-width: 22em) {
    body {
        padding: 1em 6%;
    }
}

@media screen and (min-width: 30em) {
    .avatar {
        display: block;
        float: left;
        margin-right: 1em;
    }

    .commentlist .children {
        padding-left: 1.5em;
    }

    .comment-meta {
        margin-bottom: 1em;
    }

    .comment-content {
        clear: left;
    }
}

@media screen and (min-width: 41em) {
    body {
        font-size: 1.1em;
    }

    .fn,
    .comment-meta time {
        position: relative;
        top: -.2em;
    }

    #footer {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #footer nav,
    #footer .social-menu {
        clear: none;
        display: inline-block;
        margin-left: -3px;
        vertical-align: middle;
        width: 50%;
    }

    #footer .social-menu {
        padding-right: 2%;
    }

    #footer nav {
        padding-bottom: 0;
        padding-left: 2%;
        padding-top: 0;
    }

    #footer nav ul {
        padding-left: 0;
    }

    article.element-alt::after {
        clear: both;
        content: "";
        display: block;
    }

    .page-template-portfolio-page .element-alt,
    .page-template-portfolio-archive-page .element-alt,
    .page-template-portfolio-category-page .element-alt {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .page-template-portfolio-page .element-alt > a,
    .page-template-portfolio-archive-page .element-alt > a,
    .page-template-portfolio-category-page .element-alt > a {
        display: inline-block;
        max-width: 50%;
        margin-left: -3px;
        padding-right: 1em;
        vertical-align: middle;
    }

    .page-template-portfolio-page .element-alt div,
    .page-template-portfolio-archive-page .element-alt div,
    .page-template-portfolio-category-page .element-alt div {
        display: inline-block;
        max-width: 50%;
        margin-left: -3px;
        padding-right: 1em;
        vertical-align: middle;
    }

    .slider .owl-prev,
    .slider .owl-next {
        display: block !important;
        font-size: 3em;
        position: absolute;
        top: 40%;
    }

    .slider .owl-prev {
        left: -.5em;
    }

    .slider .owl-next {
        right: -.5em;
    }
}

@media screen and (min-width: 47em) {
    body {
        font-size: 1.2em;
    }

    .fn,
    .comment-meta time {
        position: relative;
        top: -.3em;
    }
}

@media screen and (min-width: 50em) {
    #header .site-branding {
        max-width: 40%;
    }

    #header nav {
        float: left;
        font-size: 1em;
    }

    #header .primary-menu {
        margin-top: .3em;
    }

    #header nav > ul > li {
        display: block;
        float: left;
    }

    #header nav > ul > li {
        /*margin: 0 .5em;*/
    }

    #header nav > ul > li:first-of-type {
        /*margin-left: 0;*/
    }

    #header nav > ul > li:last-of-type {
        margin-right: 0;
    }

    #header nav li {
        position: relative;
    }

    #header nav .menu-item-has-children::after {
        content: "›";
        display: inline-block;
        margin-left: .2em;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #header nav .dropdown-toggle {
        display: none;
    }

    #header nav .sub-menu {
        left: -9999em;
        text-align: right;
        background: #fff;
        padding: 0 1.5em 1.5em;
        position: absolute;
        white-space: nowrap;
        z-index: 9;
    }

    #header nav .sub-menu li {
        margin: .5em 0;
    }

    #header nav > ul > li:hover > .sub-menu,
    #header nav > ul > li:focus > .sub-menu,
    #header nav > ul > li.focus > .sub-menu {
        left: auto;
        right: -1.5em;
    }

    #header nav .sub-menu li:hover > .sub-menu,
    #header nav .sub-menu li:focus > .sub-menu,
    #header nav .sub-menu li.focus > .sub-menu {
        left: auto;
        right: 100%;
        top: -.5em;
    }

    #header nav .menu-item-has-children .menu-item-has-children::after {
        position: relative;
        top: .3em;
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media screen and (min-width: 51em) {
    body {
        font-size: 1.3em;
    }
}

@media screen and (min-width: 57em) {
    body {
        font-size: 1.4em;
    }

    .fn,
    .comment-meta time {
        position: relative;
        top: -.4em;
    }
}

@media screen and (min-width: 62em) {
    body {
        font-size: 1.3em;
    }

    #header,
    #content,
    #footer {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }

    main {
        float: left;
        width: 64%;
    }

    main.portfolio-element,
    .page-template-no-sidebar-page main,
    .page-template-random-image-front-page main,
    .page-template-slider-front-page main,
    main:only-child {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 845px;
        width: auto;
    }

    .page-template-portfolio-page main,
    .page-template-portfolio-archive-page main,
    .page-template-portfolio-category-page main {
        max-width: 100%;
    }

    #secondary {
        clear: none;
        float: right;
        font-size: .9em;
        padding-top: 0;
        width: 34%;
    }
}

@media screen and (min-width: 80em) {
    body {
        font-size: 1.4em;
    }
}

/******************************
Lightbox
*******************************/

#imagelightbox {
    position: fixed;
    z-index: 9999;
    -ms-touch-action: none;
    touch-action: none;
}

#imagelightbox-loading,
#imagelightbox-loading div {
    border-radius: 50%;
}

#imagelightbox-loading {
    width: 1em; /* 40 */
    height: 1em; /* 40 */
    background-color: #444444;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 10003;
    top: 50%;
    left: 50%;
    padding: 0.625em; /* 10 */
    margin: -1.25em 0 0 -1.25em; /* 20 */
    -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, .75); /* 40 */
    box-shadow: 0 0 2.5em rgba(0, 0, 0, .75); /* 40 */
}

#imagelightbox-loading div {
    width: 1em; /* 20 */
    height: 1em; /* 20 */
    background-color: #ffffff;
    -webkit-animation: imagelightbox-loading .5s ease infinite;
    animation: imagelightbox-loading .5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading {
    from {
        opacity: .5;
        -webkit-transform: scale(.75);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    to {
        opacity: .5;
        -webkit-transform: scale(.75);
    }
}

@keyframes imagelightbox-loading {
    from {
        opacity: .5;
        transform: scale(.75);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: .5;
        transform: scale(.75);
    }
}

/* OVERLAY */

#imagelightbox-overlay {
    background-color: #000000;
    background-color: rgba(0, 0, 0, .9);
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* "CLOSE" BUTTON */

#imagelightbox-close {
    color: #ffffff;
    width: 2.5em; /* 40 */
    height: 2.5em; /* 40 */
    text-align: left;
    background-color: transparent;
    border-radius: 50%;
    position: fixed;
    z-index: 10002;
    top: 1em; /* 40 */
    right: 1em; /* 40 */
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

#imagelightbox-close:hover,
#imagelightbox-close:active {
    color: #dddddd;
}

/* ARROWS */

.imagelightbox-arrow {
    color: #ffffff;
    font-size: 4em;
    width: 1em; /* 60 */
    height: 7.5em; /* 120 */
    background-color: transparent;
    vertical-align: middle;
    display: none;
    position: fixed;
    z-index: 10001;
    top: 50%;
    margin-top: -3.75em; /* 60 */
}

@media screen and (max-width: 49.99em ) {
    .imagelightbox-arrow {
        display: none !important;
    }
}

.imagelightbox-arrow:hover,
.imagelightbox-arrow:active,
.imagelightbox-arrow:focus {
    opacity: .5;
}

.imagelightbox-arrow-left {
    left: 0; /* 40 */
}

.imagelightbox-arrow-right {
    right: 0; /* 40 */
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
    -webkit-animation: fade-in .25s linear;
    animation: fade-in .25s linear;
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    list-style-type: none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
body {
    color: #777;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.9em;
}
body {
    background: #efeff0 none repeat scroll 0 0;
}
body {
    line-height: 1;
}
#page-header {
    background: #fecc00 url("/wp-content/uploads/2016/03/bg-menu.gif") repeat-x scroll 0 0;
    height: 74px;
    width: 100%;
    padding-top: 0;
}

#logo {
    float: left;
    padding: 10px 30px 0 0;
}


ul.primary-menu {
    color: #000;
    margin: 0 0 0 1.5em;
}

ul.primary-menu li {
    float: left;
    height: 72px;
    line-height: 58px;
    margin: 0 20px 0 0;
}
ul.primary-menu li a, ul.primary-menu li a.visited {
    color: #666 !important;
    font-weight: bold;
    text-decoration: none;
}
.footer_bg {
    background: #eaeaeb url("../images/green_grey/backgrounds/bg_footer.gif") repeat-x scroll 0 0;
    /*margin-top: 60px;*/
    min-height: 65px;
    overflow: hidden;
    padding-bottom: 45px;
    width: 100%;
}

.clear {
    clear: both;
}

.footer_legal {
    border-top: 1px solid #d7d7d8;
    margin-top: 20px;
    text-align: center;
}
ul {
    color: #000;
    margin: 0 0 0 1.5em;
}
.widget-container {
    margin-bottom: 10px;
}
li {
    line-height: 1.2em;
}

ul li a, ul li a:visited, ol li a, ol li a:visited {
    color: #61b5eb;
    text-decoration: underline;
}
ul li a:hover, ol li a:hover, ul li a:active, ol li a:active {
    color: #ea8e0a;
    outline: 0 none;
    /*text-decoration: underline;*/
}

h1 {
    font-family: "Droid Serif:regular,italic,bold,bolditalic",Georgia,arial,serif;
}
h1 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 1em;
}
h2 {
    color: #000;
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 1em;
}

.entry-content h3 {
    line-height: 1.3em;
}
h3 {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 1em;
}
b, strong {
    font-weight: bold;
}

a {
    color: #e25a00;
}
a {
    text-decoration: underline;
}
a:visited {
    color: #61b5eb;
    text-decoration: underline;
}
a:hover {
    color: #ea8e0a;
    text-decoration: underline;
}
a:hover, a:active {
    outline: 0 none;
    text-decoration: underline;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    float: left;
    margin-right: 4%;
    position: relative;
}
.one_half {
    width: 48%;
}

h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0 0 1em;
}
p {
    line-height: 1.6em;
}

.last {
    clear: right;
    margin-right: 0 !important;
}

.clearboth {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

.entry-content h4 {
    color: #222;
    font-size: 1.3em;
}
h4 {
    color: #900;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 1em;
}

ol {
    margin-bottom: 20px;
    padding: 0 0 0 25px;
}
ol li {
    color: #666;
    line-height: 18px;
    margin-bottom: 10px;
}

hr {
    border: 0 none;
    clear: both;
    height: 30px;
    margin-top: 5px;
    padding: 10px 0 0;
}
main{
	margin-bottom: 60px;
}

#contact_us_list #contact_phone {
    background: transparent url("/wp-content/uploads/2016/03/ico_footer_phone.png") no-repeat scroll 0 0;
}
#contact_us_list li {
    height: 24px;
    padding-left: 25px;
}
#cf_top {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/03/cf_top.gif") no-repeat scroll left top;
    height: 11px;
    width: 610px;
}

#cf_main {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/03/cf_main.gif") repeat-y scroll 0 0;
    overflow: hidden;
    width: 610px;
}

#cf_bottom {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/03/cf_bottom.gif") no-repeat scroll left bottom;
    height: 13px;
    width: 610px;
}
.gform_wrapper .right_label .gfield_label {
    color: #999;
    cursor: pointer;
}

.special-bk div input, .special-bk div select, .special-bk div textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #313131;
    font-family: "Lato","Helvetica Neue",Helvetica,arial,sans-serif;
    font-size: 12px;
    line-height: normal;
}
.special-bk div input:hover, .special-bk div input:focus, .special-bk div textarea:hover, .special-bk div textarea:focus, .special-bk div select:hover, .special-bk div select:focus {
    border: 1px solid #999;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

input[type="button"], input[type="reset"], input[type="submit"] {
    width: 220px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
input#gform_submit_button_1 {
    background: #fff none repeat scroll 0 0;
    margin-left: 6px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #313131;
    font-family: "Lato","Helvetica Neue",Helvetica,arial,sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
    outline: 0 none;
    padding: 9px;
    width: 210px;
}
textarea#input_1_5{
    width: 210px;
    resize: vertical !important;
}
#contact_us_list #contact_email {
    background: transparent url("/wp-content/uploads/2016/03/ico_footer_mail.png") no-repeat scroll 0 0;
}
#contact_us_list li {
    height: 24px;
    padding-left: 25px;
}

#secondary {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/03/bg_sidebar.png") no-repeat scroll left top;
    overflow: hidden;
    padding: 20px 30px 0 40px;
}
.entry-header {
    margin-bottom: 0px;
}
@media screen and (max-width: 992px) {
	div#content{
        padding-left: 20px;
        padding-right: 20px;
    }
    div.content_300.sidebar li#text-9.widget-container.widget_text div.textwidget{
    	width: 280px;
    }
}
@media screen and (max-width: 610px) {
    #cf_main{
        width: 100%;
    }
    #cf_top {
        width: 100%;
    }
    #cf_bottom{
        width: 100%;
    }
    textarea#input_1_5 {
        width: 62% !important;
    }
    .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium, .gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium{
        width: 62% !important;
    }
}
.js #menu-toggle{
	padding-right: 15px;
    padding-top: 25px;
}
@media screen and (max-width: 800px) {
	ul.primary-menu li {
	    clear: both;
	    float: left;
	    height: 35px;
	}

	.js #header nav.toggled-on {
	    background: white none repeat scroll 0 0;
	    display: block;
	    height: 175px;
	    position: absolute;
	    right: 20px;
	    top: 45px;
	}

	#header nav li {
	    padding: 0px;
	    border-bottom: 1px solid;
	}
	ul.primary-menu li {
	    height: 40px;
	}
}	