/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 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"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    /*font-family: "Glegoo", sans-serif;
    font-family: 'Avenir LT 55 Roman';*/
    font-family: 'AvenirLTStd-Light';
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 100;
    color: #02353c;
    line-height: 26px;
    margin: 0 0 26px 0;
    font-family: 'Avenir';
    text-transform: uppercase;
}

h1,
h2 {
    /*font-family: "Lato";

  font-weight: 900;*/
    text-transform: uppercase;
}

h1 {
    font-size: 60px;
    line-height: 57.2px;
}

h2 {
    font-size: 40px;
    line-height: 46.8px;
}

h3 {
    font-size: 28px;
    line-height: 36.4px;
}

h4 {
    font-size: 24px;
    line-height: 33.8px;
}

h5 {
    font-size: 20px;
    line-height: 28.6px;
}

h6 {
    font-size: 18px;
    line-height: 28.6px;
}

@media screen and (max-width: 740px) {
    h1 {
        font-size: 46px;
        line-height: 41.6px;
    }
    h2 {
        font-size: 34px;
        line-height: 36.4px;
    }
    h3 {
        font-size: 24px;
        line-height: 31.2px;
    }
    h4 {
        font-size: 20px;
        line-height: 26px;
    }
    h5 {
        font-size: 18px;
        line-height: 26px;
    }
    h6 {
        font-size: 16px;
        line-height: 23px;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 38px;
        line-height: 41.6px;
    }
    h2 {
        font-size: 32px;
        line-height: 36.4px;
    }
    h3 {
        font-size: 23px;
        line-height: 31.2px;
    }
    h4 {
        font-size: 22px;
        line-height: 31.2px;
    }
    h5 {
        font-size: 18px;
        line-height: 26px;
    }
    h6 {
        font-size: 16px;
        line-height: 23px;
    }
}

body {
    font-size: 15px;
    /*line-height: 26px;*/
}

p {
    margin-bottom: 26px;
    font-weight: 100;
    font-family: 'AvenirLTStd-Light';
    /*font-family: 'Avenir LT 55 Roman';*/
}

p a{ /*font-family: 'Avenir LT 55 Roman'; transition:none;*/ }

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

blockquote {
    margin: 0 50px 1.5em 50px;
    padding-left: 1em;
    border-left: 5px solid #1C422B;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}

@font-face {
    font-family: 'ElegantIcons';
    src: url("../fonts/ElegantIcons.eot");
    src: url("../fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"), url("../fonts/ElegantIcons.woff") format("woff"), url("../fonts/ElegantIcons.ttf") format("truetype"), url("../fonts/ElegantIcons.svg#ElegantIcons") format("svg");
    font-weight: normal;
    font-style: normal;
}

.elegant_icon {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}


/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/

html {
    box-sizing: border-box;
    width: 100%;
}

*,
*: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 {
    overflow-x: hidden;
    width: 100%;
}

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

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

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

ul {
    margin-bottom: 26px;
}

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

ul.alert-list,
ul.check-list {
    list-style: none;
}

ul.alert-list li,
ul.check-list li {
    margin-bottom: 0.5em;
    position: relative;
}

ul.alert-list li:before,
ul.check-list li:before {
    font-family: 'ElegantIcons';
    position: absolute;
    left: -25px;
    top: 1px;
    color: #1C422B;
}

ul.alert-list li:before {
    content: '\72';
}

ul.check-list li:before {
    content: '\52';
}

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

table {
    margin: 0 0 26px;
    width: 100%;
}

table.schedule tr {
    border-bottom: 1px solid #ccc;
}

iframe {
    box-shadow: 0 0 0 5px #ccc;
}


/*--------------------------------------------------------------

# Forms

--------------------------------------------------------------*/

button, .buy-now, .read-more,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 2px solid;
    border-color: #404040;
    background: transparent;
    color: #748758;
    font-size: 11.2px;
    font-size: 0.7rem;
    line-height: 1;
    padding: 19px 28px;
    text-transform: uppercase;
    /*font-family: 'Avenir LT 55 Roman';*/
    font-family: 'AvenirLTStd-Light';
    letter-spacing: 0.3em;
    font-weight: 900;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 3px solid #748758;
}

button:hover, .buy-now:hover, .read-more:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #02353c;
    color: #748758;
    background-color: #02353c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button:active, button:focus,
.buy-now:active, .buy-now:focus,
.read-more:active,.read-more:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    /*outline: 0;*/
}

button.light,
input.light[type="button"],
input.light[type="reset"],
input.light[type="submit"] {
    border-color: #fff;
    color: #748758;
    position: relative;
    border: 3px solid #748758;
    border-color: #fff;
    color: #fff;
    position: relative;
    border: 3px solid #fff;
}

button.light:hover,
input.light[type="button"]:hover,
input.light[type="reset"]:hover,
input.light[type="submit"]:hover {
    border-color: #02353c;
    color: #748758;
    background-color: #02353c;
}

button.inv,
input.inv[type="button"],
input.inv[type="reset"],
input.inv[type="submit"] {
    border-color: #fff;
    color: #1C422B;
    background-color: #fff;
}

button.inv:hover,
input.inv[type="button"]:hover,
input.inv[type="reset"]:hover,
input.inv[type="submit"]:hover {
    border-color: #1C422B;
    color: #fff;
    background-color: #1C422B;
}

button.big_btn {
    font-size: 14.4px;
    font-size: 0.9rem;
    padding: 12px 35px;
}

@media screen and (max-width: 480px) {
    button.big_btn {
        font-size: 12.8px;
        font-size: 0.8rem;
        padding: 10px 30px;
    }
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #404040;
    border: none;
    border-bottom: 1px solid #ccc;
    background: #eee;
    padding: 10px;
    font-size: 0.9rem;
    margin-bottom: 20px;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    /*outline: none;*/
    background: #fff;
}

#secondary input[type="text"] {
    border: 1px solid #eee;
    background: none;
}

textarea {
    width: 100%;
}

#searchform input[type="text"] {
    width: 100%;
}

.wpcf7 p {
    font-family: "Lato";
    text-transform: uppercase;
    font-weight: 900 !important;
    margin: 0;
}


/*--------------------------------------------------------------

# Navigation

--------------------------------------------------------------*/


/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/

a {
    color: #1C422B;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #404040;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:focus {
    /*outline: 0;*/
}

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


/*--------------------------------------------------------------

## Menus

--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 272px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 30;
    overflow: visible;
    overflow-y: scroll;
    background-color: #FFF;
    /*border-right: solid 2px #ededed;*/
}

.main-navigation .menu_container {
    width: 100%;
    height:100%;
    text-align: center;
    padding-top: 20px;
    /*height: 100%;
    min-height: 800px;
    background: white url(../images/menu_bg.png);background-color: #FFF;border-right: solid 2px #ededed;
    background-size: 100% 100%;*/
}

.main-navigation .logo img {
    /*width: 70%;
    margin-bottom: 20px;*/
    float: none; width:100%;
}

.main-navigation .elegant_icon {
    font-size: 20px;
    display: block;
    margin: 10px 0 10px 0;
    position: relative;
    top: 4px;
    color: #ffffff;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-bottom: 20px;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 0em;
    left: 180px;
    z-index: 99999;
    visibility: hidden;
    width: 180px;
    text-align: left;
    margin-bottom: 0px;
}

.main-navigation ul ul li {
    text-align: left;
    width: 100%;
    display: inline-block;
    padding: 2px 0;
    opacity: 0;
    left: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul ul {
    top: 0;
    position: relative;
    left: 20px !important;
}

.main-navigation ul ul ul a {
    background: #1C422B;
    font-weight: 300;
}

.main-navigation ul ul ul li:hover a {
    color: #404040 !important;
}

.main-navigation ul ul a {
    display: inline-block;
    width: auto;
    background: #404040;
    padding: 7px 10px;
    margin-left: 0px;
    color: #fff !important;
    line-height: 1.5em;
}

.main-navigation ul ul:hover>a,
.main-navigation ul ul .focus>a {
    color: #1C422B !important;
}

.main-navigation ul li a {
    color: #ffffff;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li:hover>ul ul,
.main-navigation ul li.focus>ul li.focus>ul ul {
    visibility: visible;
}

.main-navigation ul li:hover>ul li,
.main-navigation ul li.focus>ul li {
    /*opacity: 1;*/
    left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-navigation li {
    float: none;
    position: relative;
    text-align: center;
    opacity: 0;
    white-space: normal;
}

.main-navigation li a {
    color: #fff;
}

.main-navigation li:hover>a,
.main-navigation li.focus>a,
.main-navigation li:hover>a i {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-navigation li i {
    display: block;
}

.main-navigation a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.3em;
    margin-bottom: 2px;
    padding: 10px 28px;
}

.main-navigation a.logo {
    padding: 6px 15px;
}

.main-navigation li:hover a,
.main-navigation li:hover a i,
.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current_page_item>a i,
.main-navigation .current-menu-item>a i,
.main-navigation .current_page_ancestor>a i {
    color: #dadada;
}

.page-id-27 .current_page_ancestor>a,
.page-id-27 .current_page_ancestor>a i {
    color: #fff;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.mobile_header {
    display: none;
    z-index: 100;
    position: relative;
    top: 0;
    background: #fff url(../images/mobile_header_bg.png);
    background-size: 100% 100%;
    width: 100%;
    height: 70px;
    text-align: left;
}

.mobile_header .logo-mobile img {
    height: 100%;
    padding: 12px 0;
    margin-left: 20px;
}

.open-menu-mobile {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    letter-spacing: 0;
    z-index: 50;
    cursor: pointer;
}
.open-menu-mobile a{ display:block; }
.open-menu-mobile i,
.open-menu-mobile em {
    font-size: 40px;
    color: #fff;
}

body #responsive-menu .responsive-menu {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.3em;
}

body #responsive-menu .responsive-menu li a {
    text-align: center;
}

body #responsive-menu .responsive-menu li li a {
    padding: 0px !important;
    font-weight: 300;
}

@media screen and (min-width: 0em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

@media screen and (max-width: 1200px) {
    .main-navigation {
        /*width: 160px;*/
    }
    .main-navigation .logo img {
        /*width: 70%;*/
    }
    .main-navigation ul ul {
        left: 160px;
    }
}

@media screen and (max-width: 740px) {
    .mobile_header,
    .open-menu-mobile {
        display: block;
        position: fixed;
    }
    .main-navigation {
        display:none;
        opacity: 0;
        z-index: 0;
        width: 100%;
        position: fixed;
        height: auto;
        overflow: hidden;
        overflow-y: auto;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .main-navigation .menu_container {
        height: 100%;
        opacity: 1;
        background: #fff;
        padding-right: 0;
        padding-top: 100px;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        /*min-height: 100% !important;*/
    }
    .main-navigation .logo {
        display: none;
    }
    .main-navigation ul.menu {
        padding-left: 0px;
        height: auto;
        margin: 0;
        padding-bottom: 50px;
    }
    .main-navigation ul.menu li {
        margin: 0;
        display: inline-block;
        width: 100%;
        padding: 0 50px;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    .main-navigation ul.menu li a {
        padding-bottom: 3px;
        color: #1C422B;
    }
    .main-navigation ul.menu li a i {
        color: #1C422B !important;
    }
    .main-navigation ul.menu li:hover>ul li,
    .main-navigation ul.menu li:focus>ul li {
        left: 0;
    }
    .main-navigation ul.menu ul.sub-menu {
        width: 100%;
        visibility: visible;
        padding-left: 0px;
        left: 0;
        position: relative;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .main-navigation ul.menu ul.sub-menu.active {
        max-height: 400px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .main-navigation ul.menu ul.sub-menu li {
        width: 100%;
        opacity: 1;
        padding: 5px;
        text-align: center;
        display: block;
        margin-bottom: 0px;
    }
    .main-navigation ul.menu ul.sub-menu li a {
        background: none;
        font-weight: 300;
        padding: 0;
        display: block;
        color: #404040 !important;
    }
    .main-navigation li {
        opacity: 1;
    }
    .menu-mobile {
        z-index: 40;
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        transition-delay: 0.5;
    }
    .main-navigation.menu-mobile{ display:block; }
}


/*--------------------------------------------------------------

# Accessibility

--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text: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-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/*--------------------------------------------------------------

# Alignments

--------------------------------------------------------------*/

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

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

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


/*--------------------------------------------------------------

# Clearings

--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------

# Widgets

--------------------------------------------------------------*/

.widget {
    margin: 0 2% 20px 2%;
    width: 29%;
    display: inline-block;
    vertical-align: top;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}


/* Search widget. */

.widget_search .search-submit {
    display: none;
}


/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/


/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

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

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

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


/*--------------------------------------------------------------

## Asides

--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title,
.page-template-template-case-studies .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/*--------------------------------------------------------------

## Comments

--------------------------------------------------------------*/

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

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------

# Infinite scroll

--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.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;
}


/*--------------------------------------------------------------

# Media

--------------------------------------------------------------*/

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


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------

## Captions

--------------------------------------------------------------*/

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

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------

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


/*--------------------------------------------------------------

# Layout

--------------------------------------------------------------*/

canvas.pg-canvas {
    position: fixed;
    top: 0;
    z-index: 0;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

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

#page {
    overflow-x: hidden;
    position: absolute;
    left: 272px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*

#page .page_bg {

	width: 55%;

	height: 100%;

	background-size: cover !important;

	background-position: 50% 50% !important;

	opacity: 0;

	position: fixed;

	left: 0;

	z-index: 15;

}

*/

#page .page_bg {
    width: 42%;
    height: 100%;
    background-size: cover !important;
    background-position: 50% 50% !important;
    opacity: 0;
    position: fixed;
    left: 270px;
    z-index: 15;
}

#page .page_bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    /* background: #66C3EA;*/
    opacity: 0.5;
}

#page #primary {
    height: 100%;
    right: 0;
    top: 0;
    width: 100%;
    padding-left: 55%;
    overflow: auto;
    position: relative;
    background: #fff;
    overflow-x: hidden;
}

#page #primary:before {
    width: 55%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background: #66C3EA;
    /* Old browsers */
}

#page #primary .comments-title {
    font-size: 40px !important;
}

#page #primary .comment-reply-title {
    font-size: 30px !important;
}

#page #primary .comment-form-comment label {
    font-family: "Lato";
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0em;
}

#page #primary textarea#comment {
    background: #fff;
    border: 1px solid #66C3EA;
    color: #404040;
    padding: 10px;
}

#page #primary #main {
    height: 100%;
    max-width: 800px;
    overflow-x: hidden;
    padding: 30px;
    padding-top: 86px;
    position: relative;
    z-index: 10;
}

#page #secondary {
    padding: 30px 50px 5px 50px !important;
    background-color: #ededed;
    background-size:cover;
    position: relative;
    z-index: 20;
    /*background-size: 100% 100%;
    background: #fff url(../images/footer_bg.png);
    border-bottom: 10px solid #02353c; */
}

#page #secondary:before {
    content: "";
    width: 100%;
    height: 5px;
    top: -5px;
    left: 0;
    position: absolute;
    display: block;
    background: #ccc;
    opacity: 0.3;
}

#page .box {
    background: #eee;
    border-top: 1px solid #ccc;
    padding: 20px;
    margin: 30px 0;
}

#page .box li {
    margin-bottom: 10px;
}

#page .entry-footer {
    margin-top: 20px;
}

#page .entry-footer .post-nav {
    border: 1px solid #ccc;
    padding: 20px 0;
    margin-bottom: -10px;
}

#page .entry-footer .post-nav div {
    text-align: right;
    position: relative;
    right: 70px;
}

#page .entry-footer .post-nav span {
    font-weight: 300;
}

#page .entry-footer .post-nav i {
    position: absolute;
    right: -50px;
    top: -3px;
}

#page .team-member {
    clear: both;
    border-top: 1px solid #ccc;
    display: inline-block;
    margin-top: 50px;
}

#page .team-member:first-child {
    margin-top: 20px;
}

#page .team-member .info {
    float: left;
    width: 30%;
    text-align: right;
}

#page .team-member .info img {
    height: 100px;
    margin-top: -20px;
    float: right;
}

#page .team-member .info h3 {
    padding-top: 10px;
    margin-bottom: 6px;
}

#page .team-member .info h6 {
    line-height: 26px;
}

#page .team-member .bio {
    float: left;
    width: 70%;
    padding-left: 30px;
    padding-top: 10px;
}

#page .team-member .box {
    margin: 0;
}

#page .separator {
    position: relative;
    width: 50px;
    height: 5px;
    display: block;
    margin-top: 8px;
    margin-bottom: 26px;
    background: #1C422B;
}

@media (max-width: 414px) {
    #page .separator {
        margin-top: 0px;
    }
}

#page .testimonial-wrapper .testimonial {
    background: #eee;
    border-radius: 30px;
    text-align: center;
    margin: 20px 0 50px 0;
    padding: 10px 30px 10px 30px;
    border: 2px solid #eee;
    border-left: 0;
    border-right: 0;
    position: relative;
}

#page .testimonial-wrapper .testimonial:before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 80px;
    border-width: 40px 40px 0 0;
    border-style: solid;
    border-color: #eee transparent;
    display: block;
    width: 0;
}

#page .testimonial-wrapper span {
    font-family: "Lato";
    font-style: italic;
    font-size: 14px;
    display: block;
    margin-left: 40px;
    margin-bottom: 40px;
    line-height: 1.2em;
}

#page .testimonial-wrapper span strong {
    font-size: 16px !important;
    display: block;
    line-height: 1em;
    margin-bottom: 5px;
}

#page .tabs {
    float: none;
    list-style: none;
    padding: 0;
    margin-top: 0;
}

#page .tabs:after {
    content: '';
    display: table;
    clear: both;
}

#page .tabs li {
    display: block;
    float: left;
    width: 40%;
    color: #ccc;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    padding: 10px 0 5px 0;
    cursor: pointer;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    -webkit-transition: all 0.5s;
    /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
}

#page .tabs li:first-of-type {
    width: 20%;
}

#page .tabs li a {
    color: #ccc;
}

#page .tabs li a.active {
    color: #1C422B;
}

#page .tabs li a:hover {
    color: #404040;
}

#page .tabs label i {
    padding: 5px;
    margin-right: 0;
}

#page .tabs label:hover {
    color: #404040;
}

#page .tab-content {
    width: 100%;
    float: left;
    padding: 15px 0;
    box-sizing: border-box;
    -webkit-animation: enter 0.7s ease-in-out;
    -moz-animation: enter 0.7s ease-in-out;
    animation: enter 0.7s ease-in-out;
}

@keyframes enter {
    0% {
        transform: opacity(0);
        opacity: 0;
    }
    100% {
        transform: opacity(1);
    }
}

#page .case-study-number {
    font-family: "Lato";
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 3px;
    font-size: 16px;
}

.blog .image,
.archive .image,
.page-template-template-case-studies .image,
.page-template-template-blog .image {
    width: 40%;
    height: 150px;
    float: left;
    background-size: cover !important;
    background-position: 50% 50% !important;
}

.blog .content,
.archive .content,
.page-template-template-case-studies .content,
.page-template-template-blog .content {
    display: block;
    width: 60%;
    float: left;
    margin-bottom: 40px;
    padding-left: 20px;
}

.blog .content .post-category,
.archive .content .post-category,
.page-template-template-case-studies .content .post-category,
.page-template-template-blog .content .post-category {
    font-family: "Lato";
    font-weight: 900;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 3px;
    letter-spacing: 0.1em;
}

.blog .content .post-category a,
.archive .content .post-category a,
.page-template-template-case-studies .content .post-category a,
.page-template-template-blog .content .post-category a {
    color: #404040;
}

.blog .content .post-category a:hover,
.archive .content .post-category a:hover,
.page-template-template-case-studies .content .post-category a:hover,
.page-template-template-blog .content .post-category a:hover {
    color: #1C422B;
}

.blog .content h4:hover,
.archive .content h4:hover,
.page-template-template-case-studies .content h4:hover,
.page-template-template-blog .content h4:hover {
    color: #66C3EA;
}

.blog .content h4,
.archive .content h4,
.page-template-template-case-studies .content h4,
.page-template-template-blog .content h4 {
    margin-bottom: 0;
    color: #1C422B;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog .content a:hover h4,
.archive .content a:hover h4,
.page-template-template-case-studies .content a:hover h4,
.page-template-template-blog .content a:hover h4 {
    color: #404040;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog .content p,
.archive .content p,
.page-template-template-case-studies .content p,
.page-template-template-blog .content p {
    color: #404040;
    margin-bottom: 0;
    margin-top: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog .content .post-categories,
.archive .content .post-categories,
.page-template-template-case-studies .content .post-categories,
.page-template-template-blog .content .post-categories {
    margin: 0;
    padding: 0;
}

.blog .content .post-categories li,
.archive .content .post-categories li,
.page-template-template-case-studies .content .post-categories li,
.page-template-template-blog .content .post-categories li {
    list-style: none;
}

.blog .content .continue_reading,
.archive .content .continue_reading,
.page-template-template-case-studies .content .continue_reading,
.page-template-template-blog .content .continue_reading {
    margin-top: 5px;
    display: block;
}

.page-template-template-case-studies .content h4 {
    color: #1C422B;
}

.page-template-template-case-studies .tabs .tab-content {
    margin-top: 40px;
    padding: 0 !important;
}

.post-nav {
    text-align: center;
    font-family: "Lato";
    font-weight: 900;
    font-size: 0.9em;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
}

.post-nav i {
    font-size: 2.8em;
    position: relative;
    top: 10px;
}

.single .entry-header h6 {
    font-family: "Lato";
    font-weight: 900;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}

.single .entry-meta {
    font-weight: 600;
    font-family: "Lato";
    text-transform: uppercase;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    line-height: 1.2em;
}

.single-case_studies .case_study_section {
    position: relative;
    margin-top: 30px;
}

.single-case_studies .case_study_section:before {
    content: "";
    position: relative;
    width: 50px;
    height: 5px;
    display: block;
    margin-bottom: 13px;
    background: #1C422B;
}

.contact-info {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.contact-info p {
    margin-bottom: 0;
}
.contact-info p strong, .contact-info p span{ display:block; } 
.contact-info a:hover{
    text-decoration:underline;
}

.widget-area a {
    color: #404040;
    /*text-decoration: underline;*/
}

.widget-area a:hover {
    color: #1C422B;
}

.widget-area a:hover i {
    background: #748758;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-area i.elegant_icon,
.widget-area em.elegant_icon {
    font-size: 15px;
    padding: 15px;
    margin: 0 5px 5px 0;
    /*background: #fff;*/
    color: #748758;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.site-footer .site-info {
    text-align: center;
    padding: 8px 20px;
    font-size: 11px;
}

.site-footer a {
    color: #fff;
}

.site-footer a:hover {
    color: #ccc;
}

@media screen and (max-width: 1200px) {
    #page #primary {
        padding-left: 40%;
    }
    #page .page_bg {
        width: 30%;
    }
    #page #secondary {
        padding: 30px 15px !important;
        /*padding: 30px 30px 30px 180px !important;*/
    }
}

@media screen and (max-width: 1040px) {
    #page .page_bg,
    #page #primary {
        width: 100%;
        float: none;
    }
    #page #primary {
        padding-left: 80px;
        padding-top: 250px;
        overflow: hidden;
    }
    #page .page_bg {
        height: 300px !important;
        top: 0px !important;
        bottom: auto !important;
        min-height: initial;
        position: absolute !important;
        box-shadow: none;
        left: 0;
    }
    #page #secondary {
        text-align: center;
    }
    #page .widget {
        width: 100%;
        max-width: 400px;
        text-align: left;
    }
    #page .fadeInLeft,
    #page .fadeInRight {
        opacity: 1 !important;
        -webkit-transform: translateX(0px) !important;
        transform: translateX(0px) !important;
        animation-name: none !important;
    }
    #page .team-member .info {
        width: 100%;
        text-align: left;
    }
    #page .team-member .info img {
        position: relative;
        margin-left: 10px;
        float: left;
    }
    #page .team-member .bio {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
    }
    .contact-address ul li i {
        position: relative;
        top: 0;
    }
    .widget-area .social-icons a i.elegant_icon, .widget-area .social-icons a em.elegant_icon{ margin: 0 0px 10px 0; }
}

@media (min-width: 992px)
{
    #page #secondary .widget.col-lg-4{ -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
}


@media screen and (max-width: 740px) {
    #page {
        padding-left: 0px;
        left: 0;
    }
    #page #primary {
        padding-left: 0px;
    }
    #page #primary #main {
        padding: 30px 40px;
    }
    #page #secondary {
        padding: 30px 30px !important;
    }
    #page .tabs li {
        width: 100%;
        border-top: 0;
    }
    #page .tabs li:first-of-type {
        width: 100%;
        border-top: 2px solid #ccc;
    }
}

@media screen and (max-width: 480px) {
    #page #primary #main {
        padding: 20px;
    }
    .post-nav {
        font-size: 0.8em;
    }
    .blog .image,
    .archive .image,
    .page-template-template-case-studies .image,
    .archive .image,
    .page-template-template-case-studies .image,
    .page-template-template-blog .image {
        width: 100%;
        margin-bottom: 5px;
    }
    .blog .content,
    .archive .content,
    .page-template-template-case-studies .content,
    .archive .content,
    .page-template-template-case-studies .content,
    .page-template-template-blog .content {
        width: 100%;
        padding-left: 0;
    }
    .blog .content .post-category,
    .archive .content .post-category,
    .page-template-template-case-studies .content .post-category,
    .archive .content .post-category,
    .page-template-template-case-studies .content .post-category,
    .page-template-template-blog .content .post-category {
        font-size: 12px;
    }
    .single .entry-header h6 {
        font-size: 14px;
        line-height: 1.2em;
    }
    .contact-info {
        width: 100%;
        padding: 0;
    }
}

.home .home_section_top {
    width: 100%;
    height: 100vh;
    display: table;
    background-color: #02353c;
    background-size: cover;
    text-align: center;
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 1;
}

.home .home_section_top .video_container,
.home .home_section_top .bx-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0.7;
}

.home .home_section_top .video_container video {
    min-width: 100%;
    min-height: 100%;
}

.home .home_section_top .center_vert {
    display: table-cell;
    /*vertical-align: middle;

    padding: 20px 20px 20px 20px;*/
    vertical-align: top;
    padding: 280px 20px 20px 20px;
}

.home .home_section_top h1 {
    margin: 0 auto;
    /*width: 830px;*/
    width: 34%;
    color: #ffffff;
    text-align: left;
    font-family: 'Avenir';
}

.home .home_section_top .intro {
    /*max-width: 800px;*/
    max-width: 81%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: left;
}

.home .home_section_top button {
    margin-top: 30px;
}

.home #page #primary , .home #page .primary {
    height: 100% !important;
    overflow: hidden;
    padding-left: 0;
    width: auto !important;
    position: relative !important;
    border-bottom: none !important;
}

.home #page #primary #main, .home #page .primary .main {
    padding: 50px 50px 50px 50px !important;
    position: relative;
    z-index: 5;
    max-width: 1600px;
    margin: 0 auto;
}

.home #page #primary .box_left,
.home #page #primary .box-right,
.home #page .primary .box_left,
.home #page .primary .box-right{
    width: 350px;
    height: 248px;
    background: #cfc5a2;
    padding: 10px;
    z-index: 10;
    position: relative;
    /*padding: 40px;*/
}

.home #page #primary .box_left h2,
.home #page #primary .box-right h2,
.home #page .primary .box_left h2,
.home #page .primary .box-right h2{
    color: #02353c;
    line-height: 1.3em;
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 30px;
}

.home #page #primary .box_left, .home #page .primary .box_left {
    width: 50%;
    /*margin-left: 40px;*/
    display: inline-block;
    box-sizing: border-box;
}

.home #page #primary .box_light, .home #page .primary .box_light {
    background: #f4f4f4;
}

.home #page #primary .box_light h2, .home #page .primary .box_light h2 {
    color: #1C422B;
}

.home #page #primary .next_to_box , .home #page .primary .next_to_box{
    /*padding-top: 40px;

    padding-left: 5%;*/
    display: inline-block;
    width: 50%;
    float: left;
    vertical-align: top;
    box-sizing: border-box;
}

.home #page #primary .image_training, .home #page .primary .image_training {
    width: 100%;
    height: 300px;
    background: url(../images/home_pic.jpg);
    background-size: cover;
    background-position: 50% 50%;
    margin-top: 14px;
    position: relative;
    z-index: -1;
    border: solid 6px #748758;
}

.home #page #primary .image_training:after, .home #page .primary .image_training:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #ccc;
    opacity: 0.2;
}

.home #page #primary .services_container, .home #page .primary .services_container {
    overflow: hidden;
    padding-top: 40px;
    margin-top: -40px;
}

.home #page #primary .services_container h3, .home #page .primary .services_container h3 {
    line-height: 1em;
}

.home #page #primary .half, .home #page .primary .half {
    width: 50%;
    float: left;
    padding: 0 20px 0 80px;
    box-sizing: border-box;
    margin-top: -20px;
}

.home #page #primary .icon_circle, .home #page .primary .icon_circle {
    background: #748758;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    top: -10px;
    left: -40px;
    text-align: center;
    display: table;
    box-shadow: 0 0 0 2px #fff, 0 0 0 7px #748758;
}

.home #page #primary .icon_circle i,
.home #page #primary .icon_circle em,
.home #page .primary .icon_circle i,
.home #page .primary .icon_circle em{
    color: #fff;
    font-size: 35px;
    display: table-cell;
    vertical-align: middle;
}

.home #page #primary .big_link, .home #page .primary .big_link {
    padding: 0 20px 50px;
    font-family: "Glegoo", sans-serif;
    text-transform: lowercase;
    color: #1C422B;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home #page #primary .home_testimonial , .home #page .primary .home_testimonial{
    background: #eee;
    border-radius: 30px;
    text-align: center;
    margin: 100px 40px 120px 40px;
    padding: 30px 60px;
    border: 2px solid #eee;
    border-left: 0;
    border-right: 0;
    position: relative;
}

.home #page #primary .home_testimonial:before, .home #page .primary .home_testimonial:before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 80px;
    border-width: 40px 0 0 40px;
    border-style: solid;
    border-color: #eee transparent;
    display: block;
    width: 0;
}

.home #page #primary .home_testimonial h4, .home #page .primary .home_testimonial h4 {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.home #page #primary .home_testimonial span , .home #page .primary .home_testimonial span{
    font-family: "Lato";
    font-style: italic;
    font-size: 14px;
    display: block;
    line-height: 1.2em;
    margin-top: 10px;
    font-weight: 300;
}

.home #page #primary .home_testimonial .big_link, .home #page .primary .home_testimonial .big_link{
    position: absolute;
    bottom: -110px;
    right: 50px;
}

.home #page #primary .image_when, .home #page .primary .image_when {
    width: 100%;
    height: 250px;
    background: url(../images/meeting.jpg);
    background-size: cover;
    background-position: 50% 60%;
    margin: -40px 0 50px 0;
    position: relative;
    text-align: center;
}

.home #page #primary .image_when button, .home #page .primary .image_when button {
    position: absolute;
    left: 40%;
    top: 40%;
}

.home #page #primary h6, .home #page .primary h6 {
    padding: 10px 0;
}

.home #page #primary .image_when:after , .home #page .primary .image_when:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    background: transparent;
    width: 400px;
    height: 40px;
}

.home #page #primary .bx-wrapper .bxslider, .home #page .primary .bx-wrapper .bxslider {
    padding: 0;
}

.home #page #primary .bx-wrapper .bx-viewport, .home #page .primary .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0;
    margin: 10px 0;
    padding: 0 20px;
    background: transparent;
}

.home #page #primary .bx-wrapper ul, .home #page .primary .bx-wrapper ul {
    height: 100%;
    margin-top: 0;
}

.home #page #primary .bx-wrapper li,.home #page .primary .bx-wrapper li {
    padding: 10px 80px;
    display: table;
    height: 100%;
}

.home #page #primary .bx-wrapper li * , .home #page .primary .bx-wrapper li *{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.home #page #primary .bx-wrapper .bx-pager , .home #page .primary .bx-wrapper .bx-pager{
    bottom: -40px;
}

.home #page #primary .bx-wrapper .bx-pager.bx-default-pager a , .home #page .primary .bx-wrapper .bx-pager.bx-default-pager a{
    background: #66C3EA;
}

.home #page #primary .bx-wrapper .bx-pager.bx-default-pager a:hover,
.home #page #primary .bx-wrapper .bx-pager.bx-default-pager a.active,
.home #page .primary .bx-wrapper .bx-pager.bx-default-pager a:hover,
.home #page .primary .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #ccc;
}

.home #page #primary .bx-wrapper .bx-next,
.home #page #primary .bx-wrapper .bx-prev,
.home #page .primary .bx-wrapper .bx-next,
.home #page .primary .bx-wrapper .bx-prev{
    background: none;
    text-indent: 0;
    font-family: "ElegantIcons";
    font-size: 40px;
    color: #1C422B;
    top: 50%;
}

.home #page #primary .bx-wrapper .bx-next:hover,
.home #page #primary .bx-wrapper .bx-prev:hover,
.home #page .primary .bx-wrapper .bx-next:hover,
.home #page .primary .bx-wrapper .bx-prev:hover{
    color: #ccc;
}

.home #page #primary .case_studies_home_container,
.home #page .primary .case_studies_home_container{
    position: relative;
    width: 100%;
    z-index: 10;
    margin-top: 0px;
    padding-bottom: 20px;
    clear: both;
    display: inline-block;
}

.home #page #primary .case_study_home,
.home #page .primary .case_study_home{
    width: 33.333%;
    float: left;
}

.home #page #primary .case_study_home:hover>.cs_thumb img,
.home #page .primary .case_study_home:hover>.cs_thumb img{
    opacity: 0.5;
}

.home #page #primary .case_study_home:hover .cs_content ,
.home #page .primary .case_study_home:hover .cs_content{
    opacity: 1 !important;
}

.home #page #primary .case_study_home:hover>h6 ,
.home #page .primary .case_study_home:hover>h6{
    color: #404040;
}

.home #page #primary .case_study_home .cs_thumb ,
.home #page .primary .case_study_home .cs_thumb{
    width: 100%;
    height: 228px;
    /*height: 300px;*/
    border: 1px solid #cfc5a2;
    background-size: cover !important;
    background-position: 50% 50% !important;
    position: relative;
    overflow: hidden;
}

.home #page #primary .case_study_home .cs_thumb.portrait img,
.home #page .primary .case_study_home .cs_thumb.portrait img{
    height: 150%;
    width: auto;
}

.home #page #primary .case_study_home .cs_thumb.landscape img,
.home #page .primary .case_study_home .cs_thumb.landscape img{
    width: 100%;
    height: auto;
}

.home #page #primary .case_study_home .cs_thumb img,
.home #page .primary .case_study_home .cs_thumb img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    width: auto;
    max-width: none;
    opacity: 0.8;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home #page #primary .case_study_home .cs_thumb .cs_content ,
.home #page .primary .case_study_home .cs_thumb .cs_content{
    position: absolute;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.home #page #primary .case_study_home .cs_thumb:before ,
.home #page .primary .case_study_home .cs_thumb:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
    opacity: 1;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home #page #primary .case_study_home .case_title,
.home #page .primary .case_study_home .case_title{
    color: #02353c;
    font-family: "Lato";
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    /*background: #fff;*/
    margin: 5px 0px 0px 0px;
    padding: 5px 0 5px 20px;
    position: relative;
    z-index: 20;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1200px) {
    .home .home_section_top .center_vert,
    .home #page #primary #main, .home #page .primary .main {
        /*padding: 50px 40px 50px 180px !important;*/
    }
    .home .home_section_top h1 {
        width: 90%;
        font-size: 60px;
        line-height: 1em;
    }
    .home .home_section_top .intro {
        max-width: 700px;
    }
    .home #page #primary,
    .home #page .primary {
        width: 100%;
        float: none;
        background: none;
        height: auto;
    }
    .home #page #primary .box_left,
    .home #page #primary .box_left,
    .home #page .primary .box_left,
    .home #page .primary .box_left{
        width: 40%;
        margin-left: 20px;
        height: 280px;
    }
    .home #page #primary .next_to_box,
    .home #page .primary .next_to_box {
        width: 55%;
    }
    .home #page #primary .next_to_box h4,
    .home #page .primary .next_to_box h4 {
        font-size: 24px;
        line-height: 1.3em;
    }
    .home #page #primary .next_to_box h5,
    .home #page .primary .next_to_box h5 {
        font-size: 20px;
        line-height: 1.3em;
    }
    .home #page #primary .image_training,
    .home #page .primary .image_training {
        height: 270px;
        margin: -80px 0 0 0;
    }
    .home #page #primary .half,
    .home #page .primary .half {
        padding: 0 20px 0 20px;
    }
    .home #page #primary .icon_circle,
    .home #page .primary .icon_circle {
        left: 0px;
    }
    .home #page #primary .big_link,
    .home #page .primary .big_link {
        float: right;
    }
    .home #page #primary .when,
    .home #page .primary .when {
        display: none;
    }
    .home #page #primary .image_when,
    .home #page .primary .image_when {
        margin: 10px 0 30px 0;
    }
    .home #page #primary .image_when:after,
    .home #page .primary .image_when:after {
        display: none;
    }
    .home #page #primary .image_when button,
    .home #page .primary .image_when button {
        left: auto;
        margin: 0 auto;
        position: relative;
    }
    .home #page #primary .home_testimonial,
    .home #page .primary .home_testimonial {
        margin-top: 70px;
    }
    .home #page #primary .case_studies_home_container,
    .home #page .primary .case_studies_home_container {
        margin-top: -80px !important;
    }
    .home #page #primary .case_study_home .cs_thumb,
    .home #page .primary .case_study_home .cs_thumb {
        height: 180px;
    }
    .home #page #primary .case_study_home .case_title,
    .home #page .primary .case_study_home .case_title {
        padding-left: 5px;
    }
    .home #page #primary .case_study_home .cs_content,
    .home #page .primary .case_study_home .cs_content,
    .home #page #primary .case_study_home .cs_thumb:before,
    .home #page .primary .case_study_home .cs_thumb:before {
        display: none;
    }
    .home #page #primary .case_study_home:hover .cs_thumb img,
    .home #page .primary .case_study_home:hover .cs_thumb img {
        opacity: 0.8;
    }
}

@media screen and (max-width: 1040px) {
    .home .home_section_top .center_vert,
    .home #page #primary #main,
    .home #page .primary #main {
        /*padding-left: 190px !important;*/
        text-align: center;
    }
    .home .home_section_top {
        padding: 0px 20px 0px 0px;
    }
    .home .home_section_top h1 {
        font-size: 60px;
        line-height: 1em;
    }
    .home .home_section_top .intro {
        display: none;
    }
    .home #page #primary,
    .home #page .primary {
        padding-top: 0;
    }
    .home #page #primary .box_left, .home #page .primary .box_left {
        width: 100%;
        height: auto;
        margin-left: 0;
        background: none;
        padding: 0;
    }
    .home #page #primary .box_left h2,
    .home .page #primary .box_left h2,
    .home #page .primary .box_left h2,
    .home .page .primary .box_left h2{
        margin: 0 auto 20px auto;
        color: #1C422B;
        padding: 0;
        max-width: 500px;
        font-size: 54px;
        line-height: 1em;
    }
    .home #page #primary .next_to_box,
    .home #page .primary .next_to_box {
        width: 100%;
        padding: 0;
    }
    .home #page #primary .next_to_box h4,
    .home #page .primary .next_to_box h4 {
        font-size: 24px;
        padding: 0 10%;
    }
    .home #page #primary .next_to_box h5,
    .home #page .primary .next_to_box h5 {
        padding: 0 10%;
    }
    .home #page #primary .image_training,
    .home #page .primary .image_training {
        margin: 0;
    }
    .home #page #primary .half,
    .home #page .primary .half {
        width: 100%;
        margin-top: 20px;
        float: none;
        margin-left: 0px;
        padding: 10px 0px;
        position: relative;
        text-align: center;
    }
    .home #page #primary .icon_circle,
    .home #page .primary .icon_circle {
        position: absolute;
        left: -60px;
        top: 20px;
        display: none;
    }
    .home #page #primary .services_container h2,
    .home #page .primary .services_container h2 {
        margin-bottom: 10px;
    }
    .home #page #primary .services_container h5,
    .home #page .primary .services_container h5 {
        margin-bottom: 15px;
        padding: 0 20%;
    }
    .home #page #primary .services_container p,
    .home #page .primary .services_container p {
        /*display: none;*/
    }
    .home #page #primary .big_link,
    .home #page .primary .big_link {
        float: none;
        bottom: -30px !important;
        right: auto !important;
        position: relative !important;
        padding: 0 !important;
    }
    .home #page #primary .image_when,
    .home #page .primary .image_when {
        margin-bottom: 50px;
    }
    .home #page #primary .home_testimonial,
    .home #page .primary .home_testimonial {
        padding: 30px;
        margin-top: 50px;
        margin-bottom: 100px;
    }
    .home #page #primary .case_studies_home_container,
    .home #page .primary .case_studies_home_container {
        margin-top: 0px !important;
    }
    .home #page #primary .case_study_home,
    .home #page .primary .case_study_home {
        width: 100%;
        display: table;
        margin-bottom: 5px;
    }
    .home #page #primary .case_study_home .cs_thumb,
    .home #page .primary .case_study_home .cs_thumb {
        width: 50%;
        height: 100px;
        margin-bottom: 10px;
        display: table-cell;
    }
    .home #page #primary .case_study_home .case_title,
    .home #page .primary .case_study_home .case_title {
        width: 50%;
        padding-left: 20px;
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        clear: none;
        text-align: left;
    }
    .home #primary #main, .home .primary .main {
        padding: 50px 20px !important;
    }
}

@media screen and (max-width: 740px) {
    .home .home_section_top,
    .home #page #primary,
    .home #page .primary {
        padding: 0;
    }
    .home .home_section_top .center_vert,
    .home #page #primary #main,
    .home #page .primary #main {
        padding: 30px 30px 50px 30px !important;
        text-align: center;
    }
    .home .home_section_top .center_vert {
        padding-top: 80px !important;
    }
    .home .home_section_top .intro {
        display: none;
    }
    .home #page #primary .image_when,
    .home #page .primary .image_when {
        padding: 50px;
    }
    button {
        left: auto;
        margin: 2px auto;
        position: relative;
        font-size: 10px;
    }
    .home .home_section_top h1 {
        font-size: 50px;
        line-height: 1em;
    }
    .home #page #primary .box_left h2,
    .home #page .primary .box_left h2 {
        font-size: 44px;
        line-height: 1em;
    }
    .home #page #primary .next_to_box h4,
    .home #page .primary .next_to_box h4 {
        font-size: 22px;
        padding: 0 5%;
    }
    .home #page #primary .next_to_box h5,
    .home #page .primary .next_to_box h5 {
        padding: 0 5%;
    }
    .home #page #primary .services_container h5,
    .home #page .primary .services_container h5 {
        padding: 0 5%;
    }
    .home #page #primary .home_testimonial,
    .home #page .primary .home_testimonial {
        margin: 50px 10px 80px 10px;
        padding: 30px 40px;
    }
    .home #page #primary .case_study_home .cs_thumb,
    .home #page .primary .case_study_home .cs_thumb {
        width: 45%;
    }
    .home #page #primary .case_study_home .case_title,
    .home #page .primary .case_study_home .case_title {
        width: 55%;
    }
}

@media screen and (max-width: 480px) {
    .home .home_section_top h1 {
        font-size: 40px;
        line-height: 1em;
    }
    .home #page #primary .image_training,
    .home #page .primary .image_training {
        height: 180px;
    }
}


/*--------------------------------------------------------------

# Classes

--------------------------------------------------------------*/

.light_color {
    color: #fff;
}

.medium_color {
    color: #66C3EA;
}

.dark_color {
    color: #404040;
}

.accent_color {
    color: #1C422B;
}

.clearfix {
    clear: both;
}

.clearfix-50 {
    clear: both;
    height: 50px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.main-navigation::-webkit-scrollbar {
    width: 0 !important/*Chrome, Safari, newer versions of Opera*/
}

.main-navigation {
    overflow: -moz-scrollbars-none;
    /*Firefox*/
}

.main-navigation {
    -ms-overflow-style: none;
    /*Internet Explorer +10*/
}

.buy-book-frame ul {}

.buy-book-frame ul li {
    margin-bottom: 10px;
    width: 47%;
    display: inline-block;
    vertical-align: middle;
}

.buy-book-frame ul li a {
    padding: 0;
}
.buy-book-frame ul li a img{ width:100%; } 
.home .home_section_top .bx-wrapper .bx-viewport {
    height: 100% !important;
    margin: 0;
    left: 0;
    border: none;
}

.home .home_section_top .bx-wrapper {
    opacity: 1;
}

.home .home_section_top ul.home-slider {
    padding: 0;
    margin: 0;
}

.home .home_section_top ul.home-slider li div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home .home_section_top ul.home-slider li div img {
    width: 100%;
    height: 100vh;
    visibility: hidden;
}

.social-icons p {
    margin: 0;
}

.social-icons a i,
.social-icons a em {
    color: #02353c;
    /*background-color: #748758;*/
}

.widget-area .social-icons a i.elegant_icon,
.widget-area .social-icons a em.elegant_icon {
    margin: 0 5px 10px 0;
}

.social-icons .blogger a {
    display: block;
}

.social-icons .blogger a i,
.social-icons .blogger a em,
.social-icons .blogger a span {
    display: inline-block;
    vertical-align: middle;
}

.social-icons .blogger a i,
.social-icons .blogger a em {
    margin-right: 5px;
}

.social-icons .blogger a span {
    color: #ffffff;
}
.social-icons a span.hidden{ color: #ffffff; }

.home .home_section_top .center_vert.slide-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    display: block;
    z-index: 111;
}

.slide-table {
    display: table;
    width: 100%;
    height: 100%;
}

.slide-tablecell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.home .home_section_top ul.home-slider .slide-tablecell h1 img {
    visibility: visible;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}

.slide-tablecell h2 {
    color: #ffffff;
	    text-shadow: 0px 0px 5px rgba(0,0,0,0.67);
}

.home .home_section_top h1 .center_vert.slide-content h1.fadeInUpShort {
    opacity: 1;
}

.read-more, .buy-now{ display:inline-block; }
.page-header-bg img{ display: none; }
.ul-content{ padding-left:30px; }
.ul-content li{ display:list-item; list-style-position:outside; }
.entry-content p span, .entry-content p strong, .entry-content p a{  }
.accessibility-frame h2{ font-size:24px; line-height:normal; }
.footer-section .widget{ margin:0; }

@media (max-width:1040px)
{
    #page .page_bg.page-header-bg{ background-position: center !important; opacity: 1; transform: none; }
    #page .page_bg.page-header-bg img{ display: initial; visibility: hidden; height: 250px; }
    .mobile_header .logo-mobile img { padding: 8px 0; }
    .entry-header .entry-title{ font-size: 30px; }
    #page #primary{ padding-top: 300px; padding-left: 30px; padding-right: 30px; }
    #page #secondary .widget{ max-width: 100%; margin: 0 0 20px 0; }
}


@media (max-width:767px) {
    #page #primary #main, #page .primary #main {
        padding: 20px;
        /*margin-top: 40px;*/
    }
    #page .page_bg {
        height: 300px !important; top: 0 !important;
        bottom: auto !important; min-height: initial;
        position: absolute !important;
        box-shadow: none; left: 0;
    }
}

@media screen and (max-width: 740px) {
    #page #primary{ padding-top: 370px; }
    .nav-books-cta,.nav-blog-cta,.nav-social-cta { display: none; }
    #page .page_bg { top: 70px !important; }
}