﻿@ï»؟ /*
Theme Name: mocsy
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 mocsy is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
    /* paul irish code apply a natural box layout model to all elements, but allowing components to change */
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

/* =Reset
-------------------------------------------------------------- */

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

html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

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

ol, ul {
    list-style: none;
}

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

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

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

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

a:focus {
    outline: thin dotted;
}

a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}

a img {
    border: 0;
}

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

body,
button,
input,
select,
textarea {
    color: #111111;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-size: 1.5em;
    line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    clear: both;
}

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

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

b, strong {
    font-weight: bold;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

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

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

figure {
    margin: 0;
}

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

th {
    font-weight: bold;
}

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

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

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

button,
html input[type="button"],
input[type="reset"],
    /*input[type="submit"] {
        border: 1px solid #ccc;
        border-color: #ccc #ccc #bbb #ccc;
        border-radius: 3px;
        background: #e6e6e6;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
        color: rgba(0, 0, 0, .8);
        cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
-webkit-appearance: button

;
/* Corrects inability to style clickable 'input' types in iOS
   font-size: 12px;
   font-size: 1.2em;
   line-height: 1;
   padding: .6em 1em .4em;
   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
   }*/
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa #bbb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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

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

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

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

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

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

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

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

/* Links */
a {
    color: #6fa822;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

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

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

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

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

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

/* Grey Side Bar Capabilities */

.greySide {
    position: absolute;
    background-color: #f1f1f1;
    width: 200px;
    position: absolute;
    text-align: center;
    top: 218px;
    height: 1200px;
    left: 0%;
    /* border: 10px solid #f1f1f1; */
    padding: 10px;
    /* margin: 10px; */
}

@media screen and (-webkit-min-device-pixel-ratio: 0)
and (min-resolution: .001dpcm) {
    .greySide {
        top: 218px;
    }
}

/* Chrome 22-28 */
@media screen and(-webkit-min-device-pixel-ratio: 0) {
    .greySide {
        -chrome-: only(;
        top: 218px;
    );
    }
}

/* Safari 6.1+ (9.0 is the latest version of Safari at this time) */

@media screen and (min-color-index: 0)
and(-webkit-min-device-pixel-ratio: 0) {
    @media {
        .greySide {

            top: 218px;

        }
    }
}

@media screen and (max-device-width: 1100px) {
    .greySide {
        top: 185px;
    }
}

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

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

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

.main-navigation {
    background-color: #8dc73f;
    clear: both;
    display: block;
    float: left;
    width: 100%;
    padding: 0;
}

.main-navigation ul {
    list-style: none;
    margin: auto;
    padding-left: 0;
    max-width: 1000px;
    width: 100%
}

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

.main-navigation a {
    display: block;
    text-decoration: none;
    padding: 7px 20px;
    color: #05347a !important;
    border-right: solid 1px #aed97d;
    font-size: 17px;
}

.main-navigation ul ul {
    background-color: #a4d168;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    position: absolute;
    top: 39px;
    left: 0;
    z-index: 99999;
    min-width: 200px;
}

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

.main-navigation ul ul a {
    width: auto;
    border: none;
}

.main-navigation ul ul li {
    min-width: 200px;
}

.main-navigation li:hover > a {

    background-color: #a4d168;
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
    background-color: #8dc73f;
    /*width:100%;*/
    display: block;
}

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

.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
    background-color: #a4d168;
}

/* Small menu */
.menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 1.4em !important;
    padding: 12px 0 10px 35px;
}

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

body {
    background: #f1f1f1;
}

.sticky {
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated {
    display: none;
}

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

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

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

#masthead {
    background-color: #05347a;
}

.page-template-page-home #masthead {
    background-color: transparent;
}

.site-branding {
    background-color: transparent;
    max-width: 968px;
    width: 100%;
    margin: 1.2em auto 1.7em;
}

.site-title {
    width: 230px;
    float: left;
    height: 50px;
    background: transparent;

}

.site-title a {
    background-image: url("../mocsy/images/logo.png");
    background-repeat: no-repeat;
    display: block;
    font-size: 0;
    font-weight: normal;
    height: 43px;
    margin: 0em 0 0 1em;
    width: auto;
}

.site-description {
    background-color: transparent;
    width: 100%;
    margin: 0 20px 0 0;
    color: #ccc;
    text-transform: uppercase;
    font-size: 11.5px;
    font-weight: 300;
    clear: none;
    max-width: 220px;
    display: inline-block;
    padding: 15px 0 0 10px;
    line-height: 1.3em;
    letter-spacing: .5px;
    border: none;
}

#page {
    background-color: transparent;
}

#primary {
    background-color: white;
    max-width: 1060px;
    width: 100%;
    margin: auto;
    box-shadow: 2px 2px 0px #ddd;
    -mozbox-shadow: 2px 2px 0px #ddd;
    -webkit-box-shadow: 2px 2px 0px #ddd;
    padding: 20px 50px;
    box-sizing: border-box;
}

#content {
    width: 100%;
    max-width: 100%;
    float: right;
    font-size: 16px;
}

#contentCaseStudy {
    width: 100%;
    max-width: 100%;
    float: right;
    font-size: 16px;
}

.myheader {
    max-width: 1060px;
    width: 100%;
    margin: auto;
}

#secondary {
    /*background-image:url('../mocsy/images/sidebar-bck.jpg');*/
    background-color: #fcfcfc;
    width: 100%;
    max-width: 25%;
    float: left;
    padding: 20px 15px;
    outline: 0px solid #fff;
    box-shadow: 2px 2px 0px #ddd;
    -moz-box-shadow: 2px 2px 0px #ddd;
    -webkit-box-shadow: 2px 2px 0px #ddd;
    margin-top: 15px;
    clear: left;
    color: #555;
    line-height: 1.7em;
}

#secondary ul {
    margin: 0;
}

#secondary li {
    margin: 0;
    list-style: none;
    background-image: url('../mocsy/images/blue-arrow.png');
    background-position: 0 7px;
    background-repeat: no-repeat;
    background-position: 0px 12px;
    padding: 4px 0 3px 20px;
}

#secondary li a {
    color: #444;
}

#secondary li a:hover {
    color: #8dc73f;
}

#colophon {
    background-color: transparent;
    padding: 1em 1.5em;
}

.site-info {
    font-size: 13px;
    text-align: center;
    background-color: transparent;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    color: #999;
}

#content ul {
    list-style: none;
    margin: 15px 0px;
}

#content ul li {
    margin: 0;
    list-style: none;
    background-image: url('../mocsy/images/green-flight.png');
    background-position: 0 12px !important;
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding: 6px 0 5px 30px;
}

.cntct-wrap {
    max-width: 400px;
    min-width: 320px;
}

.lbs-btn {
    display: inline-block;
    width: auto;
    float: left;
    margin-right: 10px;
    padding: 4px 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
    background-color: #8dc73f;
    color: #05347a;
    cursor: pointer;
}

/*header styles
----------------------------------------------- */

.hd-cl-act {
    display: inline-block;
    width: 100%;
    max-width: 100px;
    float: left;
    margin-left: 508px;
    padding-top: 15px;
}

.hd-cl-act div {
    display: inline-block;
    width: 150px;
    float: left;
    margin-right: 10px;
    padding: 4px 15px 0px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
}

.hd-cl-act div:hover {
    opacity: .8;
    transition: all .5s;
}

.req-cl-bk {
    background-color: #8dc73f;
    color: #05347a;
    cursor: pointer;
}

.hd-cl-act .cl-us {
    background-color: transparent;
    color: #fff;
    margin-top: -10px;
}

/* .cl-us:hover{opacity:1;} */

.cl-us-email a:hover {
    color: #a4d168 !important;
}

.linked-n {
    background-color: #8dc73f;
    color: #05347a;
    font-weight: bold;
    padding: 2px 8px !important;
}

/*.breadcrumbs-yum {
font-family: open sans;
background-color: #fff;
max-width: 1060px;
width: 100%;
margin: auto;
padding: 19px 0 15px 50px;
border-bottom: 2px solid #f1f1f1;
font-size: 13px;
color: #999;
box-shadow: 2px 2px 0px #ddd;
-mozbox-shadow: 2px 2px 0px #ddd;
-webkit-box-shadow: 2px 0px 0px #ddd;
font-weight: 300;
}



knowledge a {
    margin-left: 0px;
    font-size: 14px;
    color: #fff !important;
}

knowledge a:hover {
    margin-left: 0px;
    font-size: 14px;
    color: #fff !important;
}
*/

/* Home us page template styles
----------------------------------------------- */

.home {
    background-image: url('../mocsy/images/lbs-h-bck.jpg');
    background-repeat: repeat-x;
    /*background-position:center 155px;*/
    background-position: center 525px;
}

.page-id-544 {
    background-image: url('../mocsy/images/lbs-h-bck.jpg');
    background-repeat: repeat-x;
    background-position: center 525px;
}

.h-wrap {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.h-framework {
    width: 100%;
    /*height: 340px;*/
    height: 290px;
    background-image: url('../mocsy/images/lbs-framework.png');
    display: inline-block;
    vertical-align: top;
    /*max-width: 33%;*/
    max-width: 27%;
    background-repeat: no-repeat;
    position: relative;
    transition: background .5s linear;
    margin-top: 15px;
    background-size: 100%;
    float: left;
    margin-top: 45px;
    z-index: 998;
    margin-left: 10px;
}

.segA {
    background-image: url('../mocsy/images/lbs-framework-ld.png');
    transition: background .5s linear;
    background-size: 100%;
}

.segB {
    background-image: url('../mocsy/images/lbs-framework-c.png');
    transition: background .5s linear;
    background-size: 100%;
}

.segC {
    background-image: url('../mocsy/images/lbs-framework-e.png');
    transition: background .5s linear;
    background-size: 100%;
}

.segD {
    background-image: url('../mocsy/images/lbs-framework-s.png');
    transition: background .5s linear;
    background-size: 100%;
}

#preloada {
    width: 0;
    height: 0;
    background-image: url('../mocsy/images/lbs-framework-ld.png');
    background-position: -9999px -9999px;
}

#preloadb {
    width: 0;
    height: 0;
    background-image: url('../mocsy/images/lbs-framework-c.png');
    background-position: -9999px -9999px;
}

#preloadc {
    width: 0;
    height: 0;
    background-image: url('../mocsy/images/lbs-framework-e.png');
    background-position: -9999px -9999px;
}

#preloadd {
    width: 0;
    height: 0;
    background-image: url('../mocsy/images/lbs-framework-s.png');
    background-position: -9999px -9999px;
}

.h-our-app {
    width: 100%;
    max-width: 64%;
    display: inline-block;
    vertical-align: top;
    /*padding-left: 60px;*/
    font-size: 1.1em;
    color: #333;
    float: right;
    padding-top: 35px;
    margin: 0 0 20px 0;
}

#banner-area {
    width: 100%;
    max-width: 58%;
    display: inline-block;
    vertical-align: top;
    /*padding-left: 60px;*/
    float: right;
    margin-right: 6%;
}

.h-cs-tit {
    margin-top: 25px;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    color: #183179;
}

.h-cs-wrap {
    max-width: 100%;
    margin: auto;
    width: 100%;
}

.cl-f {
    background-image: url('../../../wp-content/uploads/2014/11/watch-video.png');
    background-repeat: no-repeat;
    background-size: 155px auto;
    background-position: 0px 5px;
    background-color: transparent;
    color: #6ea426;
    padding: 14px 60px 0 175px;
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    display: inline-block;
    min-height: 115px;
}

.fr-seg {
    width: 49%;
    height: 49%;
    float: left;
    margin: 0;
    background-color: transparent;
    cursor: pointer;
}

.fr-seg div {
    display: none;
    background-color: #183179;
    color: #e5bd21;
    padding: 30px 50px 30px 35px;
    width: 100%;
    box-shadow: #222 2px 2px 20px;
    position: absolute;
    left: 95%;
    top: 10px;
    min-width: 400px;
}

.close-seg {
    display: inline-block;
    float: right;
    color: #8fc945;
    background-color: #11245a;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.fr-seg div a {
    color: #fff;
    display: inline-block;
    margin-top: 25px;
    background-color: #455992;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 4px 15px;
    width: auto;
}

.fr-seg div a:hover {
    color: #8fc945;
}

.h-wrap .cstudy-wrap {
    padding: 20px 90px 20px 200px !important;
    margin-top: 0;
    background: #fff;
}

.h-wrap .cstudy-wrap img {
    left: 60px !important;
}

.cs-h-outer-wrap {
    position: relative;
    overflow: auto;
    overflow: hidden;
}

.hm-bt {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    padding: 15px;
    margin-top: 20px;
}

.hm-bt h3 {
    border-bottom: solid 1px #8fc945;
    color: #05347a;
    font-size: 16px;
    padding-bottom: 4px;
}

.view-all-cs {
    text-align: center;
    margin: auto;
    float: none;
}

.a-y {
    margin-bottom: 7px;
}

.home .app-btns-wrap {
    display: none;
}

.h-app-video {
    text-align: center;
    /*margin-top: 25px !important;*/
    overflow: auto;
    float: left;
    cursor: pointer;
    max-width: 28%;
}

.widget-bottom {

}

.h-app-video img {
    max-width: 67%;
}

.h-app-video h3 {
    margin-bottom: 40px;
}

/* case study homepage slider
----------------------------------------------- */

.cycleprev-cs, .cyclenext-cs {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 75px;
    z-index: 9999;
    text-decoration: none;
}

.cycleprev-cs {
    left: 0;
    background: url(slideshow/images/img-prev.png) no-repeat top left;
}

.cyclenext-cs {
    right: 0;
    background: url(slideshow/images/img-next.png) no-repeat top left;
}

#cyclewrapnav-cs {
    position: absolute;
    bottom: 0;
    z-index: 9999;
    right: 0;
}

#cyclewrapnav-cs a {
    background: transparent url(slideshow/images/pagenav.png) no-repeat 0 0;
    float: left;
    height: 15px;
    overflow: hidden;
    text-decoration: none;
    text-indent: -1234px;
    width: 16px;
}

#cyclewrapnav-cs a.activeSlide {
    background-position: -32px 0;
}

/* About us page template styles
----------------------------------------------- */
#content.about-page {
    width: 100%;
    max-width: 100%;
    float: right;
}

.about-2col {
    padding: 0 20px;
}

.about-2col-3 {

}

.fill-form {
    font-size: 22px;
    color: #05347a;
    font-style: italic;
    width: 50%;
    float: left;
}

.new-home-3half p.Introduction-text {

    font-size: 25px !important;

}

.new-home-3half ul {
    margin: 0px;
}

.new-home-3half ul li {
    margin: 0px;
    list-style: outside none none;
    background-image: url("../mocsy/images/green-flight.png");
    background-position: 0px 12px !important;
    background-repeat: no-repeat;
    padding: 6px 0px 5px 30px;
}

#content.about-page .entry-title {
    padding-left: 20px;
    margin-bottom: 8px;
}

.st-member {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    max-width: 22%;
    margin: 1.3%;
}

.stf-name {
    padding-bottom: 3px;
    margin-bottom: 0px;
    color: #6ca71c;
    display: inline-block;
    width: auto;
}

.attachment-staff-fi {
    box-shadow: 2px 2px 0px #ddd;
    -moz-box-shadow: 2px 2px 0px #ddd;
    -webkit-box-shadow: 2px 2px 0px #ddd;
    margin-bottom: 10px;
    border: solid 1px #eee;
}

.st-member img:hover {
    opacity: .8;
    transition: all .5s;
}

.stf-tit-ct {
    width: 64%;
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
}

.stf-dtls {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    text-align: center;
}

.stf-email {
    color: #05347a;
    padding: 4px 0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    font-weight: bold;
    font-size: 13px;
}

.stf-email:hover {
    opacity: .8;
    transition: all .5s;
}

.sk-list {
    margin-top: 15px;
    border-top: 1px solid #ddd;
    font-size: .85em;
    clear: both;
    background-color: #f9f9f9;
    padding: 15px;
}

.sk-list ul {
    list-style: none;
    margin: 0 !important;
}

.sk-list ul li {
    padding: 6px 0 6px 13px !important;
    background-image: url('../mocsy/images/blue-arrow.png') !important;
    background-position: 0 7px;
    background-repeat: no-repeat;
    background-position: 0px 12px;
}

.sk-list h3 {
    margin: 10px 0 5px 0;
}

.nav-menuz {
    margin: 0;
    padding: 0;
}

.nav-menuz li {
    margin: 0;
    list-style: none;
    background-image: url('../mocsy/images/blue-arrow.png');
    background-position: 0 7px;
    background-repeat: no-repeat;
    background-position: 0px 12px;
    padding: 3px 0 2px 20px;
    font-weight: normal;
}

.nav-menuz li a {
    color: #666;
}

.nav-menuz li:hover a {
    color: #6ca71c !important;
}

.nav-menuz li.active a {
    color: #6ca71c !important;
}

/* approach page styles
----------------------------------------------- */

.page-template-page-approach-php #content {
    max-width: 66%;
}

.app-hd-wrap div {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 10px 0;
}

/*.a-framework{width:27%;height:277px;margin:0 5% 0 0;transition: background .5s linear;float:left;margin-bottom:30px;}*/

.seg-leadership {
    background-image: url('../mocsy/images/lbs-framework-l1.png');
    transition: background .5s linear;
    background-repeat: no-repeat;
    background-size: 100%;
}

.seg-coaching {
    background-image: url('../mocsy/images/lbs-framework-c1.png');
    transition: background .5s linear;
    background-repeat: no-repeat;
    background-size: 100%;
}

.seg-education {
    background-image: url('../mocsy/images/lbs-framework-e1.png');
    transition: background .5s linear;
    background-repeat: no-repeat;
    background-size: 100%;
}

.seg-standardisation {
    background-image: url('../mocsy/images/lbs-framework-s1.png');
    transition: background .5s linear;
    background-repeat: no-repeat;
    background-size: 100%;
}

#preloade {
    width: 0;
    height: 0;
    background-image: url('../mocsy/images/lbs-framework-l1.png');
    background-position: -9999px -9999px;
}

#preloadf {
    width: 0;
    height: 0;
    background-image: url('../mocsy/images/lbs-framework-c1.png');
    background-position: -9999px -9999px;
}

#preloadg {
    width: 0;
    height: 0;
    background-image: url('../mocsy/images/lbs-framework-e1.png');
    background-position: -9999px -9999px;
}

#preloadh {
    width: 0;
    height: 0;
    background-image: url('../mocsy/images/lbs-framework-s1.png');
    background-position: -9999px -9999px;
}

.segA1 {
    background-image: url('../mocsy/images/lbs-framework-l1.png');
    transition: background .5s linear;
    background-repeat: no-repeat;
    background-size: 100%;
}

.segB1 {
    background-image: url('../mocsy/images/lbs-framework-c1.png');
    transition: background .5s linear;
    background-repeat: no-repeat;
    background-size: 100%;
}

.segC1 {
    background-image: url('../mocsy/images/lbs-framework-e1.png');
    transition: background .5s linear;
    background-repeat: no-repeat;
    background-size: 100%;
}

.segD1 {
    background-image: url('../mocsy/images/lbs-framework-s1.png');
    transition: background .5s linear;
    background-repeat: no-repeat;
    background-size: 100%;
}

.app-ct-hd {
    text-align: justify;
    font-size: 16px;
    color: #444;
    float: right;
}

.back-blk-out, .back-blk2-out {
    width: 100%;
    height: 100%;
    background-color: rgba(000, 000, 000, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.app-video {
    width: 21%;
    float: right;
    height: auto;
    min-width: 250px;
    margin: 0 0 0px 40px;
    text-align: center;
    cursor: pointer;
}

.app-video:hover img {
    opacity: .7;
    transition: all .5s;
}

.video-lightbox {
    z-index: 999;
    position: fixed;
    top: 0;
    background-color: rgba(5, 52, 122, 0.7);
    text-align: center;
    display: none;
    /* margin: auto; */
    left: 50%;
    margin-top: 5%;
    display: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 3px 3px 70px #111;
    padding: 17px 17px 15px;
    width: 62%;
    margin-left: -31%;
}

.frm-lightbox {
    z-index: 999;
    position: fixed;
    top: 0;
    background-color: rgba(5, 52, 122, 0.7);
    text-align: center;
    display: none;
    /* margin: auto; */
    left: 50%;
    margin-top: 5%;
    display: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 3px 3px 70px #111;
    padding: 17px 17px 15px;
    width: 25%;
    margin-left: -12.5%;
    min-width: 320px;
    color: #fff;
}

.video-lightbox iframe {
    margin: auto;
    margin-top: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    clear: both;
    height: auto !important;
    min-height: 515px;
}

.close-vid {
    background-color: #05347a;
    font-size: 20px;
    color: #fff;
    text-align: right;
    width: 97%;
    cursor: pointer;
    position: absolute;
    right: -23px;
    top: -20px;
    display: inline-block;
    width: auto;
    padding: 5px 14px;
    border-radius: 70px;
}

.close-vid:hover {
    color: #8dc73f;
}

.videolightbox-title {
    text-align: center;
    text-align: center;
    color: #8dc73f;
    padding-top: 17px;
}

.single-lbs-case-studies .app-video {
    width: 100%;
    min-width: 100%;
}

.single-lbs-case-studies .cstudy-wrap {
    background-image: url('../mocsy/images/sidebar-bck.jpg');
    padding: 20px 15px 20px 20px;
    margin-bottom: 2em;
}

.single-lbs-case-studies h1, .single-lbs-news h1, .single-post h1, .blog h1 {
    font-size: 1.8em !important;
}

.single-lbs-case-studies h1.menu-toggle {
    font-size: 1.4em !important;
}

.single-lbs-case-studies .stf-dtls {
    text-align: left;
}

.single-lbs-case-studies .stf-tit-ct .stf-name {
    margin-bottom: 10px;
}

.d-toolk {
    display: block;
    background-image: url('../mocsy/images/toolkit.png');
    background-repeat: no-repeat;
    font-size: 0;
    color: transparent;
    height: 60px;
    width: 100%;
    margin: 10px 0 10px;
    background-size: 97%;
}

.home .d-toolk {
    background-size: 80%;
}

.fade:hover {
    opacity: .8 !important;
    transition: all .5s !important;
    -webkit-transition: all .5s !important;
    -moz-transition: all .5s !important;
    cursor: pointer;
}

.z-framewk {
    display: block;
    background-image: url('../mocsy/images/framework.png');
    background-repeat: no-repeat;
    font-size: 0;
    color: transparent;
    height: 60px;
    width: 100%;
    margin: 10px 0 15px;
    background-size: 97%;
}

.app-2col {
    width: 45%;
    display: inline-block;
    background-color: #f5f5f5;
    height: 320px;
    margin: 2%;
    margin-bottom: 40px;
    position: relative;
    cursor: pointer;
}

.app-frame {
    background-image: url('../mocsy/images/app-framewk.png');
    background-repeat: no-repeat;
    background-position: center 30px;
}

.app-video-a {
    background-image: url('../../../wp-content/uploads/2014/12/gene-vid.jpg');
    background-repeat: no-repeat;
    background-position: center 60px;
}

.app-2col h3 {
    margin: auto;
    position: absolute;
    bottom: 25px;
    text-align: center;
    width: 100%;
    color: #05347a;
}

.app-btns-wrap {
    display: inline-block;
    width: auto;
    margin-bottom: 15px;
}

.app-btns-wrap div {
    color: #fff;
    padding: 4px 30px;
    margin-bottom: 15px;
}

.app-ld {
    background-color: #ebb13c !important;
}

.app-st {
    background-color: #a72f7b !important;
}

.app-ed {
    background-color: #a7282d !important;
}

.app-co {
    background-color: #88c248 !important;
}

.cnt-cl-act {
    display: block;
    background-image: url('../mocsy/images/call-to-action.png');
    background-repeat: no-repeat;
    font-size: 0;
    color: transparent;
    height: 148px;
    width: 100%;
    margin: 10px 0 15px;
    background-size: 99%;
}

.cnt-widg {
    font-size: 13px;
    line-height: 1.4em;
    color: #666;
}

.frame-wrap {
    display: none;
    background-color: #0c345e;
    position: fixed;
    height: 90%;
    width: auto;
    overflow: hidden;
    top: 40px;
    left: 0;
    border: solid 1px #444;
    outline: solid 30px #0c345e;
    cursor: crosshair;
    padding: 2%;
}

.frame-wrap img {
}

.frame-wrap .close-vid {
    background-color: transparent;
    right: 0px;
    top: 0px;
    z-index: 9999;
}

.dr-f {
    position: absolute;
    background-color: transparent;
    left: 45px;
    top: 300px;
    z-index: 9999;
    color: white;
    clear: both;
    font-size: 17px;
}

/* Case Studies styles
----------------------------------------------- */
/*.cstudy-wrap{
    background:url('../mocsy/images/sidebar-bck.jpg');
    width: 100%;
    padding:20px 15px 20px 170px;
    outline:0px solid #fff;
    box-shadow:2px 2px 0px #ddd;
    -moz-box-shadow:2px 2px 0px #ddd;
    -webkit-box-shadow:2px 2px 0px #ddd;
    margin:25px 0;
    position:relative;
    overflow:auto;
    }*/
.cstudy-wrap:hover {
    opacity: .7;
    transition: all .5s;
}

.cstudy-wrap img {
    position: absolute;
    left: 30px;
    margin-top: 17px; /*border:solid 1px #ddd;*/
}

.cs-excerpt {
    font-size: 14px;
}

.cs-excerpt p {
    margin-bottom: 7px;
}

.cs-c-name {
    margin-bottom: 7px;
    color: #8dc73f;
}

.rm-btn {
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8dc73f;
    text-shadow: none;
    padding: 10px;
}

.cs-link {
    display: block;
}

.cs-link {
    color: #333;
}

.cl-nme {
    font-size: .8em;
    color: #555;
}

.testimonial-txt {
    font-style: italic;
}

.testimonial-nme {
    font-weight: bold;
    margin-top: 10px;
    font-style: normal;
}

.sk-list h3 {
    font-weight: bold;
    color: #8dc73f;
}

.cs-vid {
    width: 90%;
    margin: auto;
}

/* = News styles
----------------------------------------------- */

.news-wrap {
    /*background-image:url('../mocsy/images/sidebar-bck.jpg');*/
    background-color: #fcfcfc;
    width: 100%;
    padding: 20px 15px 20px 15px;
    outline: 0px solid #fff;
    box-shadow: 2px 2px 0px #ddd;
    -moz-box-shadow: 2px 2px 0px #ddd;
    -webkit-box-shadow: 2px 2px 0px #ddd;
    margin: 15px 0;
    position: relative;
    overflow: auto;
}

.news-wrap:hover {
    opacity: .7;
    transition: all .5s;
}

/* =typography
----------------------------------------------- */

h1 {
    font-size: 2em;
    line-height: 1.2em;
    margin-bottom: .5em;
    padding-bottom: 0;
}

h1, h4 {
    color: #05347a;
}

.home-h1 {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.4em;
    font-weight: 600;
    color: #6ca71c;
    border-bottom: solid 1px #e0ebcd;
    padding-bottom: 4px;
    margin-bottom: 10px;
    font-weight: 300;
}

h3 {
    font-size: .85em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.with_frm_style label.frm_primary_label {
    font-weight: 300;
}

#secondary h3 {
    color: #666;
}

.page-title {
    text-transform: uppercase;
    font-size: .85em;
    margin-bottom: 1em;
}

.single-lbs-staff-profiles h1 {
    margin-bottom: 5px;
}

.single-lbs-staff-profiles .stf-name {
    margin-bottom: 15px;
}

.launch-vid h3 {
    text-transform: capitalize !important;
    color: #05347a;
    padding-top: 5px;
}

/*homeslides css
----------------------------------------------- */

.main-navigation li ul {
    z-index: 999;
}

#cyclewrap {
    height: auto !important;
    max-height: 225px;
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

#cyclewrap img {
    min-width: 1000px !important;
    border-radius: 0 !important;
}

#cycleimages {
    overflow: hidden;
    position: relative;
    width: 100% !important;
    height: 100%;
    min-height: 225px;
}

.homeslide-wrap {
    background: none;
    width: 100% !important;
    height: 100% !important;
}

.homeslide-imgwrap {
}

.home-slide-photo {
}

.home-slide-text {
    background: transparent;
    color: white;
    display: block;
    height: auto;
    padding: 55px 0 0 0;
    z-index: 1;
}

.home-slide-text a {
    color: white;
}

.home-slide-text h2 {
    font-size: 33px;
    color: #fff;
    font-family: georgia;
    font-weight: normal;
    line-height: 1.3em;
    border: none;
    padding-top: 20px;
}

.are-you {
    text-transform: uppercase;
    font-size: 17px;
}

#cyclewrap .cycleprev, #cyclewrap .cyclenext {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 150px;
    z-index: 9999;
    text-decoration: none;
    display: none;
}

#cyclewrap .cycleprev {
    left: 0;
    background: url(slideshow/images/img-prev.png) no-repeat top left;
}

#cyclewrap .cyclenext {
    right: 0;
    background: url(slideshow/images/img-next.png) no-repeat top left;
}

#cyclewrapnav {
    position: absolute;
    bottom: 0;
    z-index: 9999;
    right: 0;
    display: none;
}

#cyclewrapnav a {
    background: transparent url(slideshow/images/pagenav.png) no-repeat 0 0;
    float: left;
    height: 15px;
    overflow: hidden;
    text-decoration: none;
    text-indent: -1234px;
    width: 16px;
}

#cyclewrapnav a.activeSlide {
    background-position: -32px 0;
}

.t-m {
    color: #fff;
    font-family: georgia;
    font-size: 1.4em;
    font-weight: normal;
    padding-top: 40px;
    padding-left: 70px;
    padding-bottom: 7px;
}

.t-m ul {
    font-family: open sans, san-serif;
    font-size: .8em;
    font-weight: 300;
    line-height: 2em;
    list-style: none;
    padding: 0;
    margin: 0;
}

.t-m ul li {
    background-image: url('../mocsy/images/green-flight.png');
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding-left: 32px;
}

/* Media queries 1000px
----------------------------------------------- */

@media screen and (max-width: 1000px) {
    #cyclewrap {
        max-width: 100% !important;
    }

    .home-slide-text {
        right: 3px;
    }

    #primary {

    }

    .site-branding {
        max-width: 92%;
    }

    .h-wrap {
        max-width: 92%;
    }

}

/* Media queries 960
----------------------------------------------- */
@media screen and (max-width: 960px) {
    .menu-toggle,
    .main-navigation.toggled .nav-menu {
        display: block;
        color: white;
        margin: auto;
        width: 92%;
    }

    .menu-toggle {
        background-image: url("../mocsy/images/menuicon.png");
        background-position: 0px;
        background-repeat: no-repeat;
    }

    .main-navigation ul {
        display: none;
    }

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

    .main-navigation ul ul {
        display: block;
        float: none;
        position: relative;
        top: 0;
        padding-left: 10px;
    }

    .hd-cl-act {
        display: block;
        float: none;
        margin-top: 5px;
        overflow: auto;
    }

    .a-framework {
        height: 237px;
    }

    .h-framework {
        height: 290px;
    }

    .h-app-video img {
        max-width: 100%;
    }

}

/* Media queries 890px
----------------------------------------------- */
@media screen and (max-width: 890px) {
    #content {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        float: none;
    }

    #secondary {
        width: 100%;
        max-width: 100%;
        float: none;
        clear: both;
    }

    .site-title a {
        margin-left: auto;
        margin-right: auto;
    }

    .site-description {
        display: none;
    }

    .d-toolk, .z-framewk, .cnt-cl-act {
        background-size: auto;
    }

    .page-template-page-approach-php #content {
        max-width: 100%;
    }

    .a-framework {
        display: none;
    }

    .about-2col p, .about-2col-3 p {
        display: block;
        width: 100%;
        margin-bottom: 1.6em;
        padding: 0 20px;
    }

    .video-lightbox {
        top: 30px;
        width: 92%;
        margin: 0 auto;
        left: 10px;
    }

    .frm-lightbox {
        top: 30px;
        width: 92%;
        margin: 0 0 0 -35%;
        left: 50%;
        min-width: 320px;
        max-width: 50%;
    }

}

/* Media queries 720px
----------------------------------------------- */
@media screen and (max-width: 720px) {

    .app-2col {
        width: 100%;
        display: block;
        height: 313px;
        margin: 0;
        margin-bottom: 20px;
    }

    .home .app-btns-wrap {
        display: block;
    }

    .home .h-framework {
        display: none;
    }

    .h-our-app {
        max-width: 100%;
        padding: 0;
        margin-right: 0;
    }

    #banner-area {
        max-width: 100%;
        padding-left: 0;
        float: none;
    }

    .home-slide-text {
        right: auto;
        width: 100%;
        top: 20px;
        padding: 40px 0;
    }

    .home-slide-text h2 {
        font-size: 2em;
        color: #fff;
        font-family: georgia;
        font-weight: normal;
        line-height: 1.2em;
        border: none;
    }

    .cl-f {
        font-size: 15px;
    }

    #cyclewrap {
        height: auto !important;
        max-height: 220px;
    }

    .hm-bt {
        width: 100%;
    }

    .app-video {
        float: none;
        margin: 0;
    }

    .stf-tit-ct {
        width: 100%;
        margin-right: 0;
    }

    .stf-dtls {
        width: 100%;
    }

    .cs-vid {
        width: auto;
    }

    #primary {
        padding: 20px 5%;
    }

    .breadcrumbs-yum {
        padding: 19px 5% 15px;
    }

    .page-id-6 .breadcrumbs-yum {
        display: none;
    }

    #content.about-page .entry-title {
        padding-left: 0px;
    }

    .about-2col p, .about-2col-3 p {
        padding: 0;
    }

    .h-app-video {
        text-align: center;
        margin-top: 25px;
        overflow: auto;
        cursor: pointer;
        max-width: 300px;
    }

    .breadcrumbs-yum {
        width: 100%;
        margin: auto;
        padding: 20px;
        font-size: 13px;
        box-sizing: border-box;
        text-align: center;
    }

}

/* Media queries 440px
----------------------------------------------- */
@media screen and (max-width: 440px) {

    .h-app-video-new {
        width: 100% !important;
        max-width: 100% !important;
    }

    .z-framewk {
        display: none;
    }

    .video-lightbox {
        top: 20px;
        width: 95%;
        margin: 0 auto;
        left: 0px;
    }

    .frm-lightbox {
        top: 20px;
        width: 95%;
        margin: 0 auto;
        left: 0px;
        max-width: 98%;
    }

    .h-wrap .cstudy-wrap {
        padding: 20px 90px 20px 40px !important;
    }

    .cstudy-wrap img {
        position: relative;
    }

    #cyclewrap {
        height: auto !important;
        display: none;
    }

    .hd-cl-act div {
        margin-right: 3px;
        padding: 4px 8px;
    }

    .view-all-cs {
        display: none;
    }

    .h-our-app {
        margin-top: 65px;
    }

    .h-our-app h1 {
        color: #fff;
    }

    .hd-cl-act .req-cl-bk {
        display: none;
    }

    /*.jcarousel-control-prev {
    display:none;
    }

    .jcarousel-control-next {
    display:none;
    }

    #content .jcarousel-wrapper ul li {background-image:none !important;padding:6px 0 5px 0px;text-align:center;}

    .jcarousel-wrapper {
    padding: 30px 10px 15px;
    }
    */

}

/* Media queries 320px
----------------------------------------------- */
@media screen and (max-width: 320px) {

}

/* =Asides
----------------------------------------------- */

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

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

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

.wp-caption {
    border: 0px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}

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

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

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

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

.gallery-caption {
}

.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.site-content .gallery dd {
    margin: 0;
}

.site-content .gallery-columns-4 .gallery-item {
}

.site-content .gallery-columns-4 .gallery-item img {
}

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

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

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

[class*="navigation"] .nav-previous {
    float: left;
    width: 50%;
}

[class*="navigation"] .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

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

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

.bypostauthor {
}

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

.widget {
    margin: 0 0 1.5em;
}

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

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

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

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

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

/* IMS Marketing CSS Edits 2015 */

.a-framework {
    width: 27%;
    height: 287px;
    margin: 0 5% 0 0;
    transition: background .5s linear;
    float: left;
    margin-bottom: 30px;
}

.breadcrumbs-yum {
    font-family: open sans;
    background-color: #fff;
    max-width: 1060px;
    width: 100%;
    margin: auto;
    padding: 19px 0 15px 100px;
    border-bottom: 2px solid #f1f1f1;
    font-size: 13px;
    color: #999;
    box-shadow: 2px 2px 0px #ddd;
    -mozbox-shadow: 2px 2px 0px #ddd;
    -webkit-box-shadow: 2px 0px 0px #ddd;
    font-weight: 300;
    box-sizing: border-box;
}

.cstudy-wrap {
    /*background: url(//www.lbspartners.ie/wp-content/themes/mocsy/images/sidebar-bck.jpg);*/
    background-color: #fcfcfc;
    padding: 20px 15px 20px 170px;
    outline: 0px solid #fff;
    box-shadow: 2px 2px 0px #ddd;
    -moz-box-shadow: 2px 2px 0px #ddd;
    -webkit-box-shadow: 2px 2px 0px #ddd;
    margin: 25px 0;
    position: relative;
    overflow: auto;
}

#social-icons {
    float: right;
    width: 140px;
    margin-right: 78px;
    height: 24px;
}

#social-icons a {
    width: 25px;
    height: 24px;
    float: right;
    margin-left: 3px;
}

#footer-social-links {
    width: 140px;
    height: 24px;
    margin: 0px auto;
    margin-top: 15px;

}

#footer-social-links a {
    width: 25px;
    height: 24px;
    float: right;
    margin-left: 3px;

}

input.sign-up, .email-singn-up {
    border: 1px #acacac solid !important;
    border-radius: 5px !important;
    margin: 0px !important;
    margin-bottom: 5px !important;
    color: #999999 !important;
    height: 34px !important;
    font-size: 12px !important;
    padding-left: 18px;
}

.email-singn-up {
    color: #999999;
    margin-bottom: 15px !important;
    padding-left: 18px !important;

}

.sign-up-send {
    display: inline-block !important;
    width: auto !important;
    float: left !important;
    margin-right: 10px !important;
    padding: 4px 20px !important;
    border-radius: 30px !important;
    border: 1px #8DC73F solid;
    font-weight: bold;
    font-size: 14px !important;
    background-color: #8DC73F !important;
    color: #05347A !important;
    cursor: pointer !important;
    text-align: center !important;
    margin: auto !important;
    float: none !important;
}

.rm-btn {
    border: 0px !important;
}

.form p, .mc4wp-form p {
    margin: 0px !important;
    padding: 0px !important;
}

.sign-up-send:hover {
    opacity: .8 !important;
    transition: all .5s !important;
    -webkit-transition: all .5s !important;
    -moz-transition: all .5s !important;
    cursor: pointer;
}

.h-our-app-new {
    width: 100%;
    max-width: 64%;
    display: inline-block;
    vertical-align: top;
    padding-right: 60px;
    font-size: 1.1em;
    color: #333;
    float: left;
    padding-top: 35px;
    margin: 20px 0 0 0;
}

.h-framework-new {
    width: 100%;
    height: 340px;
    background-image: url('../mocsy/images/lbs-framework.png');
    display: inline-block;
    vertical-align: top;
    max-width: 33%;
    background-repeat: no-repeat;
    position: relative;
    transition: background .5s linear;
    margin-top: 15px;
    background-size: 100%;
    float: right;
    margin-top: 45px;
    z-index: 998;
}

/*.h-app-video h3{
    color:white !important;
    }*/

.h-app-video-new a img {
    width: 46px !important;
    float: right;
}

.h-app-video-new {
    width: 29%;
    text-align: center;
    overflow: auto;
    float: left;
    cursor: pointer;
    max-width: 29%;
    background-image: url('images/video-widget-bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #8cc640;
    border-top: 3px #06347a solid;
    color: white;
    margin: 0px auto !important;
    padding: 13px 17px 10px 17px;
}

.text-toolkit {
    color: white;
    text-align: center !important;
    font-weight: 500;
    font-size: 13px !important;
}

#knowledge {
}

.h-app-video-new h3 {
    text-align: left !important;
    color: white;
    text-transform: uppercase !important;
    font-size: 15px !important;
}

.h-app-video-new a, .text {
    color: white;
    /*text-align: left !important;*/
    font-weight: 600;
}

.tp-caption a {

    border-radius: 23px 23px 23px 23px !important;
    color: #05347A !important;
}

.tp-caption a:hover {
    opacity: .8 !important;
    transition: all .5s !important;
    -webkit-transition: all .5s !important;
    -moz-transition: all .5s !important;
    cursor: pointer;
}

.tp-caption {

    border-radius: 23px 23px 23px 23px !important;

}

.slick-nav {
    background-color: #fcfcfc;
    box-shadow: 2px 2px 0 #ddd;
    margin-bottom: 20px;
    padding: 30px 40px 15px;
    position: relative;
    overflow: hidden;
}

.slick-nav div {
    text-align: center;
}

.slick-nav div.slick-slide:hover {
    opacity: 0.7;
    transition: all 0.5s ease 0s;
}

.slick-nav div h2 {
    border-bottom: none;
}

.slick-nav div h3 {
    color: #555;
    font-size: 0.75em;
    margin: 0;
    padding: 0;
    text-align: center;
}

body .slick-prev, body .slick-next {
    background-image: url(images/img-prev.png);
    background-color: transparent !important;
    background-size: 95%;
    background-position: center;
    background-repeat: no-repeat;
    width: 32px !important;
    height: 32px;
    position: absolute;
    left: -31px !important;
    font-size: 0 !important;
    padding: 0 !important;
    top: 50%;
    z-index: 999;
    cursor: pointer;
}

body .slick-prev:before, body .slick-next:before {
    display: none;
}

body .slick-next {
    background-image: url(images/img-next.png);
    background-color: transparent !important;
    background-size: 95%;
    right: -31px !important;
    left: auto !important;
}

.form-btn {
    border: 0px !important;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8dc73f;
    text-shadow: none;
    padding: 10px;
    border: 0px !important;
    float: left;
    margin-right: 20px;
    color: midnightblue;
    margin-bottom: 25px;
}

#ebookform, #hard-form {
    display: none;
}

#hard-form p, #ebookform p {
    font-size: 12px;
}

#hard-form input, #hard-form textares, .wpcf7-textarea, #ebookform input {
    border-width: 1px;
    border-style: solid;
    width: 300px;
    font-size: 16px;
    padding: 2px;
}

.lean-form-submit {
    width: 10% !important;
    font-size: 16px !important;
    border: 1px solid #a4a4a4;
    border-radius: 3px;
}

p.Introduction-text {
    color: #999999;
    font-size: 22px;
    font-style: italic
}

.green-box {
    background: rgba(140, 199, 63, 1);
    background: -moz-linear-gradient(top, rgba(140, 199, 63, 1) 0%, rgba(104, 155, 38, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(140, 199, 63, 1)), color-stop(100%, rgba(104, 155, 38, 1)));
    background: -webkit-linear-gradient(top, rgba(140, 199, 63, 1) 0%, rgba(104, 155, 38, 1) 100%);
    background: -o-linear-gradient(top, rgba(140, 199, 63, 1) 0%, rgba(104, 155, 38, 1) 100%);
    background: -ms-linear-gradient(top, rgba(140, 199, 63, 1) 0%, rgba(104, 155, 38, 1) 100%);
    background: linear-gradient(to bottom, rgba(140, 199, 63, 1) 0%, rgba(104, 155, 38, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cc73f', endColorstr='#689b26', GradientType=0);
}

.green-box-left, .green-box-right2 {
    float: left;
    width: 45%;
    padding: 4% 5%;
    min-height: 348px;
}

.green-box-right, .green-box-left2 {
    float: left;
    width: 55%;
    padding: 4% 5%;
    min-height: 348px;
}

.green-box-left ul li, .green-box-right2 ul li {
    background-image: url("http://www.lbspartners.ie/wp-content/uploads/2015/07/green-box-li-img.png") !important;
    color: white;
}

.topics {
    color: #05347a;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.your-copy {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    font-style: italic
}

.green-box-right .contact-message input, .green-box-left2 .contact-message input, .green-box-left2 .wpcf7-textarea, .home-green-box-right .contact-message input {
    border: 1px solid #959595;
    border-radius: 5px;
    width: 92%;
    padding: 6px 11px;
    margin: 0px 5px 5px 0;
}

.half-input {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.half-input input {
    width: 88%;
    border: 1px solid #959595;
    border-radius: 5px;
    padding: 6px 11px;
    margin-bottom: 5px;
}

.half-input input .e-form-captcha-image {
    width: 88%;
    border: 1px solid #959595;
    border-radius: 5px;
    padding: 0% 6% !important;
    margin-bottom: 10px;
    color: white;
    background-color: #699b26;
}

.e-form-captcha-image {
    color: white !important;
    background-color: #699b26 !important;
}

.e-form-captcha-field {
    width: 88%;
    border: 1px solid #959595;
    border-radius: 5px;
    padding: 2% 6%;
    margin-bottom: 10px;
}

.e-book-DOWNLOAD, .send-request {
    background-color: #05347a;
    text-transform: uppercase !important;
    text-align: center;
    border: 0px;
    width: 92%;
    margin-top: 10px;
    padding: 18px;
    color: white;
}

div.wpcf7-mail-sent-ok {
    border: none !important;
    color: white;
}

span.wpcf7-not-valid-tip {
    color: white !important;
    background-color: #f00;
    font-size: 12px !important;
    padding: 5px;
    margin-bottom: 8px;
    display: block;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    background-color: #f7e700;
}

.lean-download a {
    color: #ffffff;
}

/*---- homepage design 3 css----*/
.breadcrumbs-yum-3 {

    max-width: 1060px;
    width: 100%;
    margin: auto;
    background-color: #fff;
    padding-bottom: 2%;

}

.breadcrumbs-3 {
    padding: 19px 0px 15px 100px;
    box-shadow: 2px 2px 0px #ddd;
    -mozbox-shadow: 2px 2px 0px #ddd;
    -webkit-box-shadow: 2px 0px 0px #ddd;
    font-weight: 300;
    box-sizing: border-box;
    border-bottom: 2px solid #f1f1f1;
    font-family: open sans;
    background-color: #fff;
    max-width: 1060px;
    width: 100%;
    margin: auto;

    font-size: 13px;
    color: #999;
}

.home-page-3-content {
    padding: 27px 20px 0px 60px;
}

.new-home-3half {
    width: 47%;
    float: left;
    padding-right: 3%;
}

.new-home-3half p.fill-form {
    padding: 45px 0px 20px 0px;
    font-weight: bold !important;
    width: 47% !important;

}

.home-green-box-right {
    float: left;

    padding: 4% 7% 4% 6% !important;
    min-height: 348px;
    background: transparent linear-gradient(to bottom, #8CC73F 0%, #689B26 100%) repeat scroll 0% 0%;

}

#socialsharebuttons {
    color: #8dc73f !important;
    margin-bottom: 10px;
    text-transform: uppercase !important;
}

.ism_template_20 .ism_item {
    color: #8dc73f;
}

.lean-download a {
    color: #ffffff;
    background-color: midnightblue;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    font-size: 14px !important;

}

#wpm_download_1 {
    width: 100% !important
}

div.wpcf7-response-output {
    margin: -2em 0em 1em 0em !important
}

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

    .new-home-3half {
        width: 100%;
        float: none;
        padding-right: 0%;
    }

    .home-green-box-right .contact-message input {

        width: 99%;

    }

}

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

    .new-home-3half {
        width: 100%;
        float: none;
        padding-right: 0%;
    }

}

a.one:link {
    float: right;
    color: #05347a;
}

a.one:visited {
    float: right;
    color: #05347a;
}

a.one:hover {
    float: right;
    color: #ffffff;
}

a.icon-button {
    text-align: center;
}

.Form-text {
    font-size: 27px;
    color: white;
    font-style: italic;
    font-weight: bold;
    text-align: center;

}

.Free-lean-title {
    font-size: 46px;
    color: #05347a;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px !important;
    padding: 0px !important;
}

.Free-lean-title span {
    font-size: 25px;
    color: #8dc73f;
    font-style: italic;

}

.start-text {
    font-size: 25px;
    color: #8dc73f;
    font-style: italic;
    margin: 0px !important;
    padding: 0px !important;
}

.free-lean-topics {
    color: #05347a;
    font-size: 17px;
    font-weight: bold;
    margin: 0px !important;
    padding: 0px !important;
    margin: 0px 0px 12px 0px !important;
}

.free-lean-submit {
    background-color: #05347a;
    text-transform: uppercase !important;
    text-align: center;
    border: 0px;
    width: 92%;
    margin-top: 10px;
    padding: 18px;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.offer-text {
    margin: 15px 0px !important;

}

ul.capabilities {
    list-style-image: url('/wp-content/themes/mocsy/images/green-flight.png');
}

/*Button for Formidable*/

.btn {
    background: #95be0d;
    background-image: -webkit-linear-gradient(top, #95be0d, #6a801b);
    background-image: -moz-linear-gradient(top, #95be0d, #6a801b);
    background-image: -ms-linear-gradient(top, #95be0d, #6a801b);
    background-image: -o-linear-gradient(top, #95be0d, #6a801b);
    background-image: linear-gradient(to bottom, #95be0d, #6a801b);
    -webkit-border-radius: 15;
    -moz-border-radius: 15;
    border-radius: 15px;
    text-shadow: 2px 3px 3px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.btn:hover {
    background: #6a801b;
    background-image: -webkit-linear-gradient(top, #6a801b, #95be0d);
    background-image: -moz-linear-gradient(top, #6a801b, #95be0d);
    background-image: -ms-linear-gradient(top, #6a801b, #95be0d);
    background-image: -o-linear-gradient(top, #6a801b, #95be0d);
    background-image: linear-gradient(to bottom, #6a801b, #95be0d);
    text-decoration: none;
}

/*Button for Side Capabilities*/
. text-decoration: none

;
sideCase {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: Arial;
    color: #ffffff;
    font-size: 18px;
    background: #8dc73f;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

.btnCase:hover {
    text-decoration: none;
}

/*Button for Case Study*/

.btnCase {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: Arial;
    color: #ffffff;
    font-size: 18px;
    background: #8dc73f;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.btnCase:hover {
    text-decoration: none;
}

.btnCaseSide {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: Arial;
    color: #ffffff;
    font-size: 18px;
    background: #8dc73f;
    padding: 10px;
    text-decoration: none;
}

.btnCaseSide:hover {
    text-decoration: none;
}

/*menu for challenges pages*/

.btnChallenges {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: Arial;
    color: #05347a;
    font-size: 18px;
    background: #ffffff;
    padding: 10px;
    text-decoration: none;
}

.btnChallenges:hover {
    background: #8dc73f;
    text-decoration: none;
    color: #ffffff;
}

.btnChallengesSide {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: Arial;
    color: #05347a;
    font-size: 18px;
    padding: 10px;
    text-decoration: none;
}

.btnChallengesSide:hover {
    background: #8dc73f;
    text-decoration: none;
    color: #ffffff;
}

button.selected {
    color: red;
}

#something {
    display: none;
}

#something:target {
    display: block;
}

.initiationharry {
    float: left;
    margin: 0px;
}

.alignmentharry {
    float: right;
    width: 70%;
    margin-right: 10%;
    margin-bottom: 0px
}

.embedharry {
    width: 40%;
    margin-bottom: 0px;
    float: right;
}

@media only screen and (min-width: 600px) {
    .barry {
        display: none;
    }
}

@media screen and (max-device-width: 600px) {
    .harry {
        display: none;
    }

    .initiationharry {
        width: 100% !important;
        border: 1px;
    }

    .alignmentharry {
        width: 100% !important;
        margin-right: 0px !important;
    }

    .embedharry {
        width: 100% !important;
    }

    .sectormobile {
        height: 350px !important;
    }

    .sectorboxwidth {
        width: 95% !important;
        margin-left: 0% !important;
        padding: 0px;
    !important;
    }

    .sectorboxwidthtwo {
        width: 95% !important;
        margin-left: 0% !important;
        padding: 0px;
    !important;
    }
}

.btnCapabilities {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: Arial;
    color: #ffffff !important;
    font-size: 18px;
    background: #05347a;;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.btnCapabilities:hover {
    background: #8dc73f;
    text-decoration: none;
    color: #ffffff !important;
}

/*Capabilities Image text*/

.CapImage {
    position: relative;
    width: 100%; /* for IE 6 */
}

h5 {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
}

.top-block {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e9ad+0,e6eec9+70,e8f0b4+100 */
    background: #e1e9ad; /* Old browsers */
    background: -moz-linear-gradient(left, #e1e9ad 0%, #e6eec9 70%, #e8f0b4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e1e9ad 0%, #e6eec9 70%, #e8f0b4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e1e9ad 0%, #e6eec9 70%, #e8f0b4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e9ad', endColorstr='#e8f0b4', GradientType=1); /* IE6-9 */
}

.top-block .course-container {
    padding: 0px 0;
}

.course-container {
    /*        max-width: 1060px;*/
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

/*.over-hid{*/
/*overflow: hidden;*/
/*}*/

.single_course_form_container, .single_course_form_close_bnt, .single_course_form {
    display: none;
}

.category-description {
    margin-left: 15%;
    margin-right: 15%;
}

.single_course_form_container {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #033075;
    opacity: 0.7;
    z-index: 100;
}

.single_course_form_close_bnt {
    z-index: 1000;
    position: absolute;
    top: 5px;
    right: 40px;
    font-size: 40px;
    color: #fff;
}

.single_course_form_close_bnt:hover {
    color: #6fa822;
    cursor: pointer;
}

.single_course_form .wpcf7-form {
    z-index: 1000;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: #033075;
    width: 20%;
    height: 350px;
}

.single_course_form .wpcf7 input[type="submit"] {
    min-width: 140px;
    display: inline-block !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: normal;
    background: #6fa822;
    color: #093578 !important;
    padding: 5px 0 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border-radius: 0 !important;
    margin-left: 20px !important;
}

.single_course_form .wpcf7 input {
    border-radius: 0;
    height: 35px;
    font-weight: bold;
    width: 230px;
    margin-top: 20px;
}

.single_course_form .wpcf7 input[type="submit"]:hover {
    background-color: #a4d168 !important;
}

.category-description {
	margin-top: 50px; margin-bottom: 70px;
}

.title-block {
    padding: 10px;
    position: relative;
    width: 75%;
    margin-left: 10%;
    float: left;
    box-sizing: border-box;
    color:#093578;
    /*      background-color: #093578;*/
}

.title-block h1 {
    color: #093578;
    margin-bottom: 0;
    margin-left: 40%
}

.title-block h2 {
    color: #093578;
    border: 0;
    margin: 0;
    margin-left: 35%
}

.title-img {
    height: 100%;
    width: 15%;
    position: absolute;
    right: 0;
    top: 0;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

.course-content {
    /*            margin-top: 40px;*/
    max-width: 1060px;
    margin: 0 auto;
}

.accr-block {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
    text-align: right;
    padding: 10px 20px 10px 0;
}

.accr-block img {
    max-width: 100%;
    max-height: 100%;
}

.inner-block {

}

.inner-block h2, .course-sidebar h2 {
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 2em;
    margin: 0 0 10px 0;
    border: 0;
    padding: 5px 0 5px 80px;
}

.course-sidebar {
    float: right;
    width: 30%;
}

.course-sidebar p {
    font-size: 16px;
    margin: 8px 0;
}

.course-sidebar p span {
    color: #093578;
    font-size: 18px;
    font-weight: 700;
}

.level-wrap {
    font-size: 18px;
    color: #093578;
    position: relative;
}

.level, .level-two:before, .level-three:before, .level-three:after, .level-one:before, .level-one:after, .level-two:after {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #93D059;
    border-radius: 10px;
}

.level-one:before, .level-one:after, .level-two:after {
    background: #BFBFBF;
}

.level-two:before, .level-three:before, .level-one:before {
    position: absolute;
    left: 22px;
}

.level-three:after, .level-one:after, .level-two:after {
    position: absolute;
    left: 46px;
}

.course-btn {
    min-width: 150px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    background: #6fa822;
    color: #093578;
    padding: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}

.course-btn:hover {
    background-color: #a4d168;
}

.share-item {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.share-item:hover {
    opacity: 0.8;
}

.share-item a {
    display: block;
    height: 100%;
}

.mail-item {
    background-color: #5E7CB3;
}

.linkedin {
    background-color: #1077B2;
}

.twitter {
    background-color: #5B8DC8;
}

.share-item i {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    color: #fff;
}

.cat-link-wrap {
    text-align: center;
    margin-bottom: 30px;
}

a.center-link {
    font-size: 16px;
    color: #093578;
    display: block;
    text-align: center;
    background: #6fa822;
    margin-top: 10px;
    padding: 3px 5px;
    text-decoration: none;
}

a.center-link:hover {
    background-color: #a4d168;
}

.testimonials {
    background-color: #BFBFBF;
}

.related-block {
    background-color: #D9D9D9;
    padding: 10px 0 15px;
}

#related-block .slick-dots {
    display: none !important;
}

.related-block h4 {
    font-size: 16px;
    text-align: center;
    color: #6fa822;
    margin-bottom: 20px;
}

.related-block .slider-caption a {
    font-size: 16px;
    font-weight: 500;
    padding-left: 25px;
    color: #093578;
    background: url("images/icon_rel.png") no-repeat left center / contain;
}

.testimonials p {
    color: #093578;
    font-style: italic;
    margin: 10px 0;
}

.testimonials .slick-dots {
    width: auto;
    right: 0;
    margin-bottom: 11px;
}

.testimonials .slick-dots li button {
    background-color: #93D059 !important;
    font-size: 0 !important;
    padding: 0 !important;
    border: 4px solid grey;
    width: 15px !important;
    height: 15px !important;
    box-shadow: none;
}

.testimonials .slick-dots li button:before {
    background-color: transparent;
}

.org-block {
    text-align: center;
    margin-bottom: 30px;
}

.org-block img {
    max-height: 50px;
    height: auto;
    width: auto;
}

.org-block .slider-caption {
    margin: 0 5px;
}

#related-block {
    padding: 5px;
}

.org-block .course-container {
    overflow: visible;
}

.org-block h4 {
    font-size: 2em;
    display: inline-block;
    color: #093578;
    font-weight: 500;
    background: url("images/org_5.png") no-repeat right center / contain;
    padding: 30px 85px 30px 0;
    margin-top: -20px;
}

.scroll {
    overflow-x: visible;
}

#cat-block .slick-slide {
    text-align: center;
}

#cat-block .slider-caption {
    position: relative;
    width: 60%;
    margin-left: 20%;
    padding-bottom: 60%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#cat-block .slider-caption a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#cat-block .slider-title a {
    font-weight: 600;
}

#cat-block .slick-slide:hover a {
    color: #093578;
}

.categories {
    background-color: #fff;
    padding: 30px 0;
}

.chosen-slide.slider-title a {
    border-bottom: 10px solid #093578;
    display: inline-block;
}

.projects-block {
    background-color: #fff;
    padding-bottom: 60px;
}

.projects-block .slick-slide {
    margin: 0 10px;
    border: 1px solid #D9D9D9;
}

.projects-block .level-wrap {
    font-size: 13px;
    float: left;
    text-align: left;
    margin-left: 5px;
}

.proj-title {
    background-color: #093578;
    padding: 10px;
    color: #fff;
}

.proj-content {
    font-size: 14px;
    padding: 5px;
    float: left;
    text-align: left;
}

.projects-block .accr-block {
    width: 50px;
    height: 50px;
    padding: 0;
    position: relative;
    float: right;
}

.projects-block .slider-caption {
    position: relative;
}

.projects-block .course-btn {
    min-width: 0;
    font-size: 13px;
    padding: 5px;
    margin-right: 5px;
    float: right;
}

.half-block {
    background-color: #D9D9D9;
    width: 50%;
    float: left;
    padding: 5px 0 5px 5px;
}

.half-block p {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0;
}

.half-block p span {
    color: #093578;
    font-weight: 600;
}

.tax-courses_cat #colophon, .tax-courses_cat .org-block {
    background-color: #F1F1F1;
}

.tax-courses_cat #colophon {
    padding-bottom: 30px;
}

.tax-courses_cat .breadcrumbs-yum, .single-course .breadcrumbs-yum {
    box-shadow: none;
}

.tax-courses_cat .site-main {
    background-color: #fff;
}

.slick-slider:not(#related-block, #home-slider) .slick-dots {
    display: none !important;
}

.pages {
    position: fixed;
    list-style: none;
}

.vertical.pages {
    right: 69px;
    top: 31%;
}

.horizontal.pages {
    left: 50%;
    bottom: 10px;
}

.pages li {
    position: relative;
    text-align: right;
    cursor: pointer;
    line-height: 29px;
}

.pages li:after {
    content: '•';
    color: #fff;
    font-size: 46px;
    position: absolute;
    right: -26px;
    top: 10px;
    line-height: 15px;
}

.active-link {
    color: #053278;
}

.second-slider .row {
    max-width: 945px;
}

.second-slider .slick-track {
    margin: 0 auto;
}

.pages li.active:after {
    color: #8BC53F;
}

.slick-slide img {
    display: block;
    padding-bottom: 22px;
}

a:focus {
    outline: none;
}

.header-social li a:hover {
    color: #8BC53F;
}

.vertical span {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTCom-cn';
    color: #fff;
}

.vertical li.active span {
    color: #8BC53F;
}

.horizontal.pages li {
    display: inline-block;
    vertical-align: middle;
}

#selection1 .columns:last-child:not(:first-child) {
    float: left;
}

#container, .selections, .selection {
    height: 100vh;
}

#selection0, #selection1, #selection2, #selection3, #selection4 {
    background-color: #000;
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
    color: grey;
/ / background-attachment: fixed;
    /*    height: 100%;*/
    position: fixed;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: all .4s;
}

.fp-completely, .active {
    top: 0 !important;
}

.section {
    position: relative;
}

.section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
}

#selection0:before {
	background-color: transparent;
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px;
    webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
    font-size: 16px;
    font-family: 'HelveticaNeueLTCom-roman';
    text-transform: uppercase;
    font-weight: bold;
}

#fp-nav.fp-show-active a.active + .fp-tooltip {
    text-transform: uppercase;
    color: #8bc53f;
    font-size: 16px;
    font-family: 'HelveticaNeueLTCom-roman';
    font-weight: bold;
}

#fp-nav ul li a.active span {
    background-color: #8bc53f !important;
    margin: -2px !important;
}

#fp-nav ul li a span {
    height: 12px !important;
    width: 12px !important;
    background-color: #fff !important;
    top: 5px !important;
}

#fp-nav {
    top: 42% !important;
}

#fp-nav ul li:hover a span {
    margin: -2px !important;
    background-color: #8bc53f !important;
}

#fp-nav ul li .fp-tooltip.right:hover {
    color: #8bc53f !important;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.bold {
    font-weight: bold;
}

.main ul {
    list-style-type: none;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    overflow: hidden;
    background-color: #8BC53F;
    padding: 1px 0;
}

.toggle-menu i.fa {
    font-size: 24px;
    color: #fff;
}

.main li a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s linear;
}

.logo-l, .search {
    padding: 0;
}

.toggle-menu button {
    border-radius: 0 !important;
    background-color: transparent !important;
}

.toggle-menu button:focus {
    box-shadow: none !important;
    border: none !important;
    outline: none;
}

.main li a:hover {
    color: #4c974c;
    transition: color 0.2s linear;
}

.active-link {
    background-color: #053278;
}

/* Change the link color to #111 (black) on hover */

.menu-style {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 2px;
    height: 80px;
    color: #000 !important;
    border-top: 4px solid #FFF;
    padding-top: 20px;
    transition: border-top 0.2s linear;
}

.menu-style:hover {
    border-top: 4px solid #4c974c;
    color: #4c974c !important;
    transition: border-top 0.2s linear;
}

.logo {
    margin: 0px;
    height: 80px;
    font-family: 'Alfa Slab One', cursive;
    font-size: 1.5em;
    letter-spacing: 2px;
    padding-top: 22px;
    margin-left: 20px;
    margin-right: 10px;
}

.sign-up-style {
    height: 80px;
    border-top: 4px solid #FFF;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.2em;
    padding-top: 20px;
    display: block;
}

.active {
    color: #4C974C !important;
}

.toggle-menu {
    display: block;
    color: #fff;
    text-align: center;
    padding-top: 0;
    font-weight: bold;
}

.toggle-menu:hover {
    cursor: pointer;
}

/*sideBar naviation css*/
#sidebar {
    background: #05347a;
    position: fixed;
    top: 0;
    bottom: 0;
    color: #FFF;
    width: 369px;
    /* height: 100vh; */
    display: block;
    /*  position: absolute; */
    /* left: -500px; */
    transition: left 0.3s linear;
    /* z-index: 99; */
}

.site-main {
    position: relative;
    transition: all .4s;
    height: 100vh;
    z-index: 10;
}

.site-main.opnd {
    transform: translateX(369px);
}

#sidebar.visible {
    left: 0px;
    transition: left 0.3s linear;
}

.btn-container {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 30px;

}

.close-sidebar-btn {
    font-size: 18px;
    padding: 5px 11px;
    line-height: 18px;
}

.close-sidebar-btn:hover {
    cursor: pointer;
}

.sidebar-logo {
    font-family: 'Alfa Slab One', cursive;
    font-size: 1.8em;
    letter-spacing: 2px;
}

.sidebar-sign-up {
    width: 100%;
    margin: 40px 0px;
}

.sidebar-sign-up button {
    width: 100%;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    background: #4c974c;
    color: #FFF;
    padding: 10px;
    border: 0px;;
}

.sidebar-sign-up button:hover {
    cursor: pointer;
}

#sidebar ul.menu {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans Condensed', sans-serif;
    letter-spacing: 2px;
}

#sidebar ul li {
    list-style: none;
    display: list-item;
    position: relative;
}

#sidebar .menu li a, .menu-title {
    color: #FFF;
    border-bottom: 1px solid rgba(2, 50, 100, 1);
    display: block;
    padding: 10px 15px 10px 67px;
    text-decoration: none;
    font-size: 15px;
    font-family: 'HelveticaNeueLTCom-roman';
    position: relative;
    z-index: 10;
    text-transform: uppercase;
}

.menu-title {
    margin-top: 61px;
    padding: 0 0 27px 39px;
    letter-spacing: 2px;
}

#sidebar-btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

#sidebar ul li a:hover {
    color: #8BC53F;
}

.page-template-page-home .sub-menu {
    display: none;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid;
}

.page-template-page-home .main {
    position: fixed;
    z-index: 999;
}

.pages li span:hover, .pages li:hover:after {
    color: #8BC53F;
}

.page-template-page-home .menu-item-has-children:hover .sub-menu {
    /*display: block;*/
    margin: 0
}

.page-template-page-home #colophon {
    display: none;
}

.page-template-page-home .menu-item-has-children:hover .sub-menu li {
}

.page-template-page-home #masthead {
    position: fixed;
    z-index: 11;
    width: 100%;
}

.page-template-page-home .sub-menu li a {
    border-bottom: none !important;
    padding: 6px 20px 6px 32% !important;
    line-height: 15px;
}

.accordion-toggle {
    display: block;
    position: absolute;
    width: 50px;
    height: 36px;
    right: 0;
    top: 0;
    color: #fff;
    z-index: 100;
    text-align: center;
}

.accordion-toggle i.fa {
    font-size: 13px;
    line-height: 1;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(-45deg);
}

.accordion-toggle i.fa:before {
    content: '';
    position: absolute;
    background-image: url(images/menu_arrow.png);
    width: 16px;
    height: 16px;
    background-size: cover;
}

.search-box {
    margin: 25px auto;
}

.searchform {
    height: 30px;
    border: 5px solid #fff;
    border-radius: 20px;
    display: inline-block;
    position: relative;
}

.close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    right: 0px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
    z-index: 1
}

.close span {
    width: 20px;
    height: 6px;
    border-radius: 3px;
    display: block;
    background: #fff;
    position: absolute;
    top: 30px;
    right: -13px;
    -webkit-transition: .2s .5s ease-in-out;
    -moz-transition: .2s .5s ease-in-out;
    -o-transition: .2s .5s ease-in-out;
    transition: .2s .5s ease-in-out;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close span.back {
    top: 12px;
    right: 5px;
    opacity: 0;
}

input#s:focus + .close span {
    top: 12px;
    right: 5px;
}

input#s:focus + .close span.back {
    -webkit-transition: .5s .7s ease-in-out;
    -moz-transition: .5s .7s ease-in-out;
    -o-transition: .5s .7s ease-in-out;
    transition: .5s .7s ease-in-out;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
}

body.page-template-page-home {
    margin: 0;
    overflow: hidden;
    -webkit-transition: opacity 400ms;
    -moz-transition: opacity 400ms;
    transition: opacity 400ms;
}

@font-face {
    font-family: 'HelveticaNeueLTCom';
    src: url('fonts/HelveticaNeueLTStd-CnO.otf');
    src: url('fonts/helveticaneueltstd-cno.eot');
    src: url('fonts/helveticaneueltstd-cno.eot?#iefix') format('embedded-opentype'),
    url('fonts/helveticaneueltstd-cno.woff2') format('woff2'),
    url('fonts/helveticaneueltstd-cno.woff') format('woff'),
    url('fonts/helveticaneueltstd-cno.ttf') format('truetype'),
    url('fonts/helveticaneueltstd-cno.svg#catamaranmedium') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTCom-bd';
    src: url('fonts/HelveticaNeueLTStd-Bd.otf');
    src: url('fonts/helveticaneueltstd-bd.eot');
    src: url('fonts/helveticaneueltstd-bd.eot?#iefix') format('embedded-opentype'),
    url('fonts/helveticaneueltstd-bd.woff2') format('woff2'),
    url('fonts/helveticaneueltstd-bd.woff') format('woff'),
    url('fonts/helveticaneueltstd-bd.ttf') format('truetype'),
    url('fonts/helveticaneueltstd-bd.svg#catamaranmedium') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTCom-th';
    src: url('fonts/HelveticaNeueLTStd-Th.otf');
    src: url('fonts/helveticaneueltstd-th.eot');
    src: url('fonts/helveticaneueltstd-th.eot?#iefix') format('embedded-opentype'),
    url('fonts/helveticaneueltstd-th.woff2') format('woff2'),
    url('fonts/helveticaneueltstd-th.woff') format('woff'),
    url('fonts/helveticaneueltstd-th.ttf') format('truetype'),
    url('fonts/helveticaneueltstd-th.svg#catamaranmedium') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTCom-bdcn';
    src: url('fonts/HelveticaNeueLTCom77BoldCondensed V1.ttf');
    src: url('fonts/helveticaneueltcom77boldcondensed-v1.eot');
    src: url('fonts/helveticaneueltcom77boldcondensed-v1.eot?#iefix') format('embedded-opentype'),
    url('fonts/helveticaneueltcom77boldcondensed-v1.woff2') format('woff2'),
    url('fonts/helveticaneueltcom77boldcondensed-v1.woff') format('woff'),
    url('fonts/helveticaneueltcom77boldcondensed-v1.ttf') format('truetype'),
    url('fonts/helveticaneueltcom77boldcondensed-v1.svg#catamaranmedium') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTCom-cn';
    src: url('fonts/HelveticaNeueLTStd-Cn.otf');
    src: url('fonts/helveticaneueltstd-cn.eot');
    src: url('fonts/helveticaneueltstd-cn.eot?#iefix') format('embedded-opentype'),
    url('fonts/helveticaneueltstd-cn.woff2') format('woff2'),
    url('fonts/helveticaneueltstd-cn.woff') format('woff'),
    url('fonts/helveticaneueltstd-cn.ttf') format('truetype'),
    url('fonts/helveticaneueltstd-cn.svg#catamaranmedium') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTCom-ltit';
    src: url('fonts/HelveticaNeueLTCom-LtIt.ttf');
    src: url('fonts/helveticaneueltcom-ltit.eot');
    src: url('fonts/helveticaneueltcom-ltit.eot?#iefix') format('embedded-opentype'),
    url('fonts/helveticaneueltcom-ltit.woff2') format('woff2'),
    url('fonts/helveticaneueltcom-ltit.woff') format('woff'),
    url('fonts/helveticaneueltcom-ltit.ttf') format('truetype'),
    url('fonts/helveticaneueltcom-ltit.svg#catamaranmedium') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTCom-roman';
    src: url('fonts/HelveticaNeueLTCom-Roman.ttf');
    src: url('fonts/helveticaneueltcom-roman.eot');
    src: url('fonts/helveticaneueltcom-roman.eot?#iefix') format('embedded-opentype'),
    url('fonts/helveticaneueltcom-roman.woff2') format('woff2'),
    url('fonts/helveticaneueltcom-roman.woff') format('woff'),
    url('fonts/helveticaneueltcom-roman.ttf') format('truetype'),
    url('fonts/helveticaneueltcom-roman.svg#catamaranmedium') format('svg');
}

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

.main-content {
    position: relative;
    height: 100vh;
    width: 100%;
}

.first-logo {
    text-align: left;
    height: 75%;
}

.logo-description p {
    font-family: 'HelveticaNeueLTCom';
    color: #05347a;
    font-size: 21.26px;
    line-height: 28px;
    margin-left: 20px;
    margin-top: 15px;
}

.first-block {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 13px 0px;
}

.first-block a {
    font-family: 'HelveticaNeueLTCom-bd';
    color: #ffffff;
    font-size: 17px;
    position: relative;
    display: inline-block !important;
}

.bottom-content a {
    display: block;
    padding: 19px 44px;
}

.second-block-content h3 {
    font-family: 'HelveticaNeueLTCom';
    color: #ffffff;
    font-size: 21.26px;
    margin: 0;
}

.second-block-content p {
    font-family: 'HelveticaNeueLTCom-bd';
    color: #ffffff;
    font-size: 15px;
    margin: 0;
    line-height: 15px;
}

.second-block {
    width: 33.3333%;
    float: left;
    height: 100%;
    background-color: rgba(169, 169, 169, 0.8);
    text-align: left;
}

.second-block a {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform-origin: 10% 50%;
}

.second-block:hover a {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.second-block:nth-child(2) {
    background-color: rgba(220, 220, 220, 0.8);
}

.bottom-excerpt {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.bottom-content {
    height: 100%;
}

.our-team {
    position: relative;
    z-index: 100;
}

.our-team ul {
    margin: 0;

    top: 50%;
    left: 0;
}

#selection1 {
    padding-top: 40px;
}

.our-team-title {
    color: #fff;
    font-size: 20px;
    font-family: 'PalatinoMedium';
    text-align: left;
    padding: 0 0 0 15px;
    text-shadow: 4px 3px 2px rgb(0, 0, 0);
}

.our-team ul li {
    list-style: none;
    width: calc(25% - 36px);
/ / border: 1 px solid rgba(139, 197, 63, 0.3);
    margin: 0 17px 12px;
/ / background-color: rgba(5, 52, 122, 0.3);
    padding: 0;
    transition: all .4s;
}

.our-team ul li:hover {
    background-color: rgba(139, 197, 63, 0.3);
}

.our-team ul li:hover .team-title, .our-team ul li:hover .team-phone, .our-team ul li:hover .team-mail, .our-team ul li:hover i {
    color: #05347a;
}

.team-title {
    font-family: 'HelveticaNeueLTCom-roman';
    color: #ffffff;
    font-size: 17px;
/ / text-transform: uppercase;
    display: block;
}

.team-phone {
    font-family: 'HelveticaNeueLTCom-roman';
    color: #ffffff;
    font-size: 13px;
    text-transform: none;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: relative;
    margin-left: 15px;
    /*  padding-left: 40px; */
}

.team-mail {
    font-family: 'HelveticaNeueLTCom-roman';
    color: #ffffff;
    font-size: 14px;
    text-transform: none;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: relative;
    margin-left: 15px;
    /*  padding-left: 40px; */
}

.phone_block, .mail_block {
    line-height: 14px;
    padding-bottom: 10px;
}

.team-phone i {
    font-size: 20px;
    color: #8bc53f;
    padding-right: 15px;
    vertical-align: middle;
    margin-left: 3px;
}

.team-mail i {
    font-size: 14px;
    color: #8bc53f;
    padding-right: 15px;
    vertical-align: middle;
}

/* .team-phone:before{
    position: absolute;
    content: '';
    background-image: url(images/phone.png);
    width: 13px;
    height: 16px;
    background-size: cover;
    left: 6px;
    top: -2px;
}
.team-mail:before{
    position: absolute;
    content: '';
    background-image: url(images/mail.png);
    width: 15px;
    height: 11px;
    background-size: cover;
    left: 6px;
    top: -2px;
    } */
.our-team img {
    max-width: 103px;
    max-height: 120px;
    display: block;
    margin: 24px auto 13px;
}

.team-title {
    padding-bottom: 9px;
}

.meet-more {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 34px 0;
}

.meet-more a {
    font-family: 'HelveticaNeueLTCom-bd';
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
}

.case-studies {
    position: relative;
    z-index: 100;
    height: 100%;
}

.studies-slider {
    /*        padding-top: 220px;*/
    height: 100%;
}

.first-slider, .first-slider .row, .first-slider .slider-for, .first-slider .slick-list, .first-slider .slick-track {
    height: 100%;
}

.first-slider .slider-for {
    width: 100% !important;
}

.first-slider .slider-for-slide {
    width: 100%;
    margin: 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: 50% 50%;
}

.first-slider-caption {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
}

.case-title {
    font-family: 'HelveticaNeueLTCom-bdcn';
    color: #ffffff;
    font-size: 40px;
    display: inline-block;
    float: left;
    line-height: 30px;
    margin-right: 30px;
    padding-top: 6px;
    border: none;
}

.second-slider {
    background-color: rgba(216, 216, 216, 0.8);
    padding: 20px 0 8px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.slider-nav img {
    max-width: 158px;
    margin: 0 auto;
}

.studies-img {
    max-width: 155px;
}

.slider-for-slide blockquote p {
    font-family: 'HelveticaNeueLTCom';
    color: #ffffff;
    font-size: 22px;
    text-align: left;
    margin: 0;
    display: inline;
}

.slider-for-slide blockquote {
    margin: 0;
    border: none;
    position: relative;
    padding-top: 25px;
    text-align: left;
}

.slider-for-slide blockquote:before {
    content: '"';
    color: #fff;
    left: 0;
    font-style: italic;
}

.slider-for-slide blockquote:after {
    content: '"';
    color: #fff;
    right: 0;
    font-style: italic;
    bottom: 0;
}

.slider-nav .slick-prev {
    background-image: url(images/arrow-l.png);
    height: 46px;
    width: 21px;
    background-size: cover;
}

.slider-nav .slick-next {
    background-image: url(images/arrow-r.png);
    height: 46px;
    width: 21px;
    background-size: cover;
}

.slider-nav .slick-prev:focus, .slider-nav .slick-next:focus {
    box-shadow: none;
}

.slider-for-slide a, .services-content a, .about-content a {
    font-family: 'HelveticaNeueLTCom';
/ / color: #000000;
    font-size: 14.78px;
    background-color: #8bc53f;
    text-transform: uppercase;
    padding: 4px 43px 3px 20px;
    float: right;
    position: relative;
    transition: all .4s;
}

.slider-for-slide a:hover, .services-content a:hover, .about-content a:hover {
    transform: scale(1.1);
    color: #093578;
}

.slider-for-slide a:after, .services-content a:after, .about-content a:after {
    position: absolute;
    content: '';
    background-image: url(images/arrow.png);
    width: 17px;
    height: 7px;
    background-size: 100%;
    background-position: 100% 50%;
    top: 11px;
    right: 22px;
}

.meet-more a:after {
    position: absolute;
    content: '';
    background-image: url(images/arrow.png);
    width: 17px;
    height: 8px;
    background-size: 100%;
    background-position: 100% 50%;
    top: 50%;
    transform: translateY(-50%);
    right: -22px;
}

.first-block a:after {
    position: absolute;
    content: '';
    background-image: url(images/arrow.png);
    width: 17px;
    height: 8px;
    background-size: 100%;
    background-position: 100% 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
}

.float-none {
    float: left !important;
}

.logo-title {
    font-family: 'HelveticaNeueLTCom-cn';
    color: #ffffff;
    font-size: 25px;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 1);
}

.services {
    position: relative;
    z-index: 100;
    height: 100%;
}

.services-content p {
    font-family: 'HelveticaNeueLTCom';
    color: #fff;
    font-size: 21px;
    text-align: left;
}

.services-content {
    padding-top: 225px;
}

.services-content a {
    float: left;
}

.services-content p strong {
    font-family: 'HelveticaNeueLTCom-ltit';
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.training h3, .consulting h3 {
/ / font-family: 'HelveticaNeueLTCom';
    color: #fff;
    font-size: 30px;
}

.training p, .consulting p {
    font-family: 'HelveticaNeueLTCom-bd';
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.services-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
}

.training {
    width: 50%;
    float: left;
    background-color: rgba(105, 105, 105, 0.5);
}

.consulting {
    width: 50%;
    float: left;
    background-color: rgba(68, 66, 66, 0.5);
}

.training, .consulting {
    padding: 19px 44px;
    position: relative;
}

.about-us, .about-us-bottom {
    position: relative;
    z-index: 100;
}

.about-content p {
    font-family: 'HelveticaNeueLTCom';
    color: #ffffff;
    font-size: 22px;
}

.about-content p strong {
    font-family: 'HelveticaNeueLTCom-bd';
    color: #8bc53f;
    font-size: 16px;
}

.about-bottom-content p {
    font-family: 'HelveticaNeueLTCom-th';
    color: #ffffff;
    font-size: 13px;
    margin: 0;
    line-height: 16px;
    text-transform: lowercase;
}

.bottom-social a {
    font-size: 19px;
    color: #fff;
}

.bottom-social a:hover {
    color: #8bc53f;
}

.bottom-social ul li {
    list-style: none;
    display: inline-block;
    padding: 0 6px;
}

.about-logo {
    text-align: left;
}

.about-logo img {
    max-width: 256px;
}

.header-menu li a {
    font-family: 'HelveticaNeueLTCom-roman';
    color: #ffffff;
    font-size: 13px;
}

.header-social li a {
    color: #fff;
}

.header-menu li, .header-social li {
    list-style: none;
    display: inline-block;
}

.header-social, .header-menu {
    display: inline-block;
    text-transform: lowercase;
    vertical-align: middle;
}

.header-top {
    text-align: right;
}

.header-logo {
    padding-top: 170px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.logo-description {
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-logo img {
    max-width: 444px;
    margin-bottom: -13px;
}

.about-content {
    text-align: left;
}

.about-content a {
    float: left;
}

.about-us-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.about-us {
    padding-top: 220px;
}

/*.second-block a{
    position: relative;
}
.second-block a:after{
    position: absolute;
    content: '';
    background-image: url(images/arrow-big.png);
    width: 29px;
    height: 9px;
    background-size: cover;
    left: 211px;
    bottom: 23px;
}*/

h3 {
    transition: all .4s;
}

/*.second-block a:hover h3{
    transform:scale(1.1);
    padding-left: 10px;
}*/
/*.training:after, .consulting:after{
    position: absolute;
    content: '';
    background-image: url(images/arrow-big.png);
    width: 29px;
    height: 9px;
    background-size: cover;
    left: 276px;
    bottom: 26px;
}*/
.header-menu li {
    border-right: 2px solid #fff;
    line-height: 14px;
    padding: 0 5px;
}

.header-menu li:nth-last-child(1) {
    border-right: none;
}

.header-menu li a:hover {
    text-decoration: underline;
}

/* Search Style */
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    font-size: 40px;
    font-family: Roboto;
    font-weight: 300;
    text-align: center;
    outline: none;
    height: 50px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}

#search .close:hover {
    color: #FC2121;
    cursor: pointer;
}

.menu-logo img {
    max-width: 277px;
}

.menu-logo {
    text-align: right;
}

@media only screen and (min-width: 1025px) and (max-width: 1345px) {
    .first-logo {
        padding: 0 15px;
    }

    .our-team {
        padding: 0 65px;
    }

    .our-team ul li {
        width: calc(25% - 34px);
    }

    #selection1 {
        padding-top: 14px;
    }

    .our-team ul {
        top: 182px;
    }

    .second-slider {
        padding: 20px 15px;
    }

    .about-us {
        padding: 0 15px 0;
    }

    .our-team-title {
        padding: 0 0 0 15px;
        // margin-top: -83px;
        margin-top: 30px!important;
    }

    .bottom-content a {
        display: block;
        padding: 12px 44px 11px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .our-team ul li {
        width: 21.9% !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 967px) {
    .our-team ul li {
        width: 45.9% !important;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1024px) {
    .our-team .phone_block span, .our-team .mail_block span {
        padding-left: 0;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    .our-team ul {
        top: 182px;
        margin-right: 50px;
    }

    .team-mail {
        font-size: 9.16px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1175px) {
    .vertical.pages {
        right: 36px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1090px) {
    .team-phone, .team-mail {
        margin-left: 10px;
    }

    .team-mail i {
        padding-right: 9px;
    }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
    .page-template-page-home #masthead {
        position: relative;
        z-index: 100;
    }

    #fp-nav {
        display: none;
    }

    .site-main {
        position: relative;
        z-index: 10;
    }

    /*   #selection1{
        position: sticky;
        } */
    .transition {
        transform: translateX(0) !important;
    }

    .about-us-bottom {
        position: relative;
    }

    .bottom-excerpt {
        display: block;
    }

    #container, .selections, .selection {
        height: 100%;
    }

    .header-logo {
        padding-top: 0;
    }

    .meet-more {
        position: relative;
        z-index: 10;
        margin-top: 30px;
    }

    .main-content {
        height: auto;
    }

    /*    .team-row{
            height: 100%;
            }*/
    .services-bottom {
        position: relative;
    }

    #sidebar ul li {
        z-index: 10;
    }

    .menu-logo img {
        padding-top: 30px;
    }

    .menu-logo {
        text-align: center;
    }

    .page-template-page-home .main {
        position: relative;
    }

    .logo-l, .search {
        display: inline-block;
        padding: 0 10px;
    }

    .header-top {
        text-align: center;
    }

    .page-template-page-home #masthead {
        position: relative;
    }

    .about-content p strong {
        margin: 15px 0;
        display: block;
    }

    .about-content a {
        margin: 20px 0;
    }

    .services-content {
        padding-top: 0;
    }

    .services-content {
        margin: 130px 0;
    }

    .studies-slider {
        padding: 61px 0;
    }

    body.page-template-page-home {
        overflow: visible;
    }

    .about-content p {
        margin: 0;
        line-height: 25px;
    }

    .first-logo {
        padding: 0 15px;
    }

    .bottom-content a {
        padding: 19px 10px;
    }

    .second-block a:after {
        left: 175px;
    }

    .vertical.pages {
        right: 32px;
        display: none;
    }

    .our-team ul li {
        width: 46%;
        margin: 5px 15px;
    }

    .our-team-title {
        text-align: center;
    }

    #selection1 {
        padding-top: 0;
    }

    .team-title, .team-phone, .team-mail {
        padding-bottom: 7px;
    }

    .meet-more {
        padding: 10px 0;
    }

    .our-team ul {
        top: 11px;
        position: relative;
    }

    .our-team img {
        max-width: 75px;
        margin: 13px auto 13px;
    }

    .team-phone, .team-mail {
        padding-left: 16px;
    }

    .team-phone:before {
        left: -6px;
    }

    .team-mail:before {
        left: -7px;
    }

    .slider-nav img {
        max-width: 140px;
    }

    .second-slider {
        padding: 20px 15px;
        position: relative;
        margin-top: 50px;
    }

    .training, .consulting {
        padding: 19px 17px;
    }

    .training:after, .consulting:after {
        left: 250px;
    }

    .about-us {
        padding: 0 15px 0;
    }

    .about-bottom-content {
        padding: 0 15px;
    }

    .our-team-title {
        padding: 0;
        margin: 0;
    }
}

@media only screen and (min-width: 641px) and (max-width: 825px) {
    .about-content {
        padding: 0;
    }
}

.about-content {
    padding-right: 150px;
}

@media only screen and (min-width: 641px) and (max-width: 749px) {
    .our-team ul li {
        width: 45%;
        margin: 5px 15px;
    }
}

@media only screen and (max-width: 1024px) {
    /*.fp-tableCell{
        display: block !important;
        }*/


    #sidebar {
        top: 39px;
    }
}

@media only screen and (max-width: 640px) {
    .site-main.opnd {
        transform: translateX(100%);
    }

    .fp-completely, .active {
        top: 39px !important;
    }

    .services-content p {
        font-size: 16px;
    }

    .services-content p strong {
        font-size: 13px;
    }

    .slider-for img {
        max-width: 85px;
    }

    .header-menu li a {
        font-size: 11px;
    }

    .slick-slide img {
        padding-bottom: 0;
    }

    #fp-nav {
        display: none;
    }

    .sub-menu li a:hover:before {
        width: 12px !important;
        height: 12px !important;
        left: 39px !important;
    }

    #selection1 {
    / / position: sticky !important;
    }

    .accordion-toggle i.fa:before {
        top: 11px;
    }

    .transition {
        transform: translateX(0) !important;
    }

    .accordion-toggle {
        width: 51px;
        height: 40px;
    }

    .accordion-toggle i.fa {
        height: 21px;
        margin: 0;
        padding-right: 15px;
    }

    .logo-l, .search {
        display: inline-block;
    }

    body.page-template-page-home {
        overflow: visible;
    }

    .header-menu li {
        display: block;
        text-align: left;
        line-height: 14px;
        border-right: none;
    }

    .header-menu li, .header-social li {
        line-height: 9px;
    }

    .header-social li a {
        font-size: 17px;
    }

    .header-social, .header-menu {
        display: block;
        text-align: left;
        line-height: 14px;
        text-align: center;
        margin-bottom: 0;
    }

    .header-social {
        font-size: 0;
    }

    .header-social li {
        padding: 0 3px;
    }

    .header-logo img {
        max-width: 74%;
        margin: 5px 0;
    }

    .header-logo {
        padding: 0 15px;
    }

    .logo-description {
        padding: 0;
    }

    .vertical.pages {
        display: none;
    }

    .first-logo {
        height: auto;
        padding-bottom: 0;
        margin-top: 80px;
    }

    .bottom-content a {
        padding: 0px 44px;
    }

    .second-block {
        width: 100%;
        height: auto;
    }

    .second-block a {
        padding: 2px 19px;
    }

    .our-team ul li {
        width: 50%;
        margin: 0;
        padding-bottom: 0;
    }

    .toggle-menu i.fa, .search i.fa {
        font-size: 17px;
    }

    .logo-l img {
        max-height: 17px;
    }

    .our-team img {
        max-width: 25px;
        margin: 5px auto 2px;
    }

    .team-title, .team-phone, .team-mail {
        padding-bottom: 2px;
        font-size: 9.01px;
    }

    .our-team-title {
        text-align: center;
        padding: 0;
        font-size: 14px;
        margin: 0;
    }

    #selection1 {
        padding-top: 2px;
    }

    .team-phone, .team-mail {
        padding: 0 0 0 4px;
        font-size: 8px;
        text-align: left;
        margin-left: 0;
    }

    .team-mail i {
        padding-right: 4px;
    }

    .team-phone:before {
        width: 10px;
        height: 13px;
        left: -11px;
    }

    .team-mail:before {
        width: 12px;
        height: 9px;
        left: -12px;
        top: 2px;
    }

    .studies-slider {
        padding-top: 0;
    }

    .slick-slider {
        width: calc(100% - 15px) !important;
    }

    .slick-slide {
        margin: 0;
    }

    .case-title {
        font-size: 16px;
        margin-right: 0;
        text-align: center;
        float: none;
    }

    .slick-slide img {
        float: left;
    }

    .slick-slide {
        margin: 0 !important;
    }

    .slider-for-slide blockquote {
        padding: 0;
        line-height: 16px;
    }

    .slider-for-slide blockquote:before {
        left: -17px;
    }

    .slider-for-slide blockquote p {
        font-size: 14px;
    }

    .slider-nav img {
        width: 100%;
    }

    .about-bottom-content {
        padding: 0;
    }

    .slider-nav-slide {
        padding: 0 15px;
    }

    body .slick-prev {
        left: -5px !important;
    }

    body .slick-next {
        right: -5px !important;
    }

    .services-content {
        padding: 5px 0 10px;
    }

    .training, .consulting {
        width: 100%;
        padding: 6px 14px;
    }

    .training:after, .consulting:after {
        left: 252px;
        bottom: 14px;
    }

    .about-us {
        padding-top: 0;
    }

    #selection4 {
        padding: 0 15px;
    }

    .about-content p {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 5px;
    }

    .about-bottom-content p {
        font-size: 9px;
        line-height: 12px;
    }

    .bottom-social ul li {
        line-height: 9px;
    }

    .bottom-social a {
        font-size: 13px;
    }

    #selection4 .fp-tableCell {
        display: block;
    }

    .slider-for-slide a, .services-content a, .about-content a {
        font-size: 12px;
    }

    #search input[type="search"] {
        font-size: 32px;
        padding-top: 5px;
    }

    .menu-title {
        padding: 0 0 30px 27px;
    }

    #sidebar ul li a, .menu-title {
        padding: 15px 15px 15px 46px;
        font-size: 10px;
        z-index: 1;
    }

    .menu-title {
        font-size: 15px;
    }

    .sub-menu li a {
        padding-left: 18% !important;
    }

    .menu-logo img {
        max-width: 216px;
    }

    .menu-logo {
        text-align: center;
        padding: 18px 0px 0 63px;
    }

    #sidebar {
        width: 100%;
        left: -100%;
        height: auto;
        overflow-y: auto;
    }

    .close-sidebar-btn {
        padding: 6px 10px;
    }

    .menu-title {
        margin: 0;
        padding: 5px 15px 5px 45px;
    }

    .logo-description p {
        font-size: 12.26px;
        line-height: 13px;
    }

    .first-block a:after {
        top: 8px;
    }

    .first-block a {
        font-size: 12px;
    }

    .first-block {
        padding: 5px 0px;
        font-size: 12.26px;
        line-height: 13px;
    }

    .second-block-content h3 {
        font-size: 14.26px;
    }

    .second-block-content p {
        font-size: 15px;
    }

    .second-block a:after {
        bottom: 13px;
    }

    #container, .selections, .selection {
        height: 100%;
    }

    .meet-more {
        position: relative;
        padding: 5px 0;
        line-height: 16px;
    }

    .our-team ul {
        position: relative;
        top: 0;
    }

    .meet-more a {
        font-size: 10px;
    }

    #selection1 .fp-tableCell {
        display: block;
    }

    .team-row {
        padding-top: 10px;
    }

    .meet-more a:after {
        top: 7px;
    }

    .slick-slide img {
        float: none;
        padding-bottom: 0;
    }

    .about-content {
        padding-right: 0;
    }

    .second-slider {
        position: relative;
        padding: 10px 0;
    }

    .first-slider {
        padding-bottom: 15px;
    }

    .logo-title {
        font-size: 20px;
    }

    .services-bottom {
        position: relative;
    }

    .training h3, .consulting h3 {
        font-size: 16px;
    }

    .training p, .consulting p {
        font-size: 12px;
    }

    .about-logo img {
        padding-top: 0;
        max-width: 160px;
        margin-bottom: 7px;
    }

    .about-content p strong {
        font-size: 14px;
    }

    .about-us-bottom {
        position: relative;
    }

    .about-content {
        padding-bottom: 8px;
    }

    .page-template-page-home #masthead {
        position: relative;
        background-color: #8BC53F;
        z-index: 100;
    }

    .site-main {
        position: relative;
        z-index: 10;
    }

    .page-template-page-home .main {
        position: relative;
    }

    .main li a {
        text-align: left;
    }

    #sidebar-btn {
        padding-top: 0;
    }

    .search a {
        position: relative;
    }
}

.sub-menu li a:after {
    display: none;
}

.team-row {
    max-width: 1125px !important;
}

.transition {
    transform: translateX(370px);
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.sub-menu li a:hover:before {
    content: '';
    position: absolute;
    background-image: url(images/menu_arrow.png);
    width: 16px;
    height: 16px;
    background-size: cover;
    left: 71px;
    top: 2px;
}

.accordion-toggle {
    position: absolute !important;
    border: none !important;
}

@media only screen and (min-width: 961px) {
    .main-navigation .accordion-toggle {
        display: none;
    }

    .main-navigation .sub-menu li a:hover:before {
        display: none;
    }
}

@media only screen and (min-width: 1125px) {
    .first-slider-caption .case-title {
        position: absolute;
        left: 0;
    }

    .first-slider-caption .studies-img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 1025px) {
    .first-block {
        margin-top: -40px;
    }
    .search {
        display: block;
        padding-top: 40px;
    }

    .about-us-bottom {
        bottom: 26px;
    }

    .about-us {
        padding-top: 0;
    }

    .meet-more {
        bottom: 32px;
    }
}

@media only screen and (max-width: 374px) {
    .our-team ul li {
        height: 117px !important;
    }
}

@media only screen and (max-width: 340px) {
    /*  .our-team ul li {
        width: 46.6%;
        margin: 5px;
        } */
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .our-team ul li {
        min-height: 222px;
    }
}

@media only screen and (max-height: 440px) and (orientation: landscape) {
    .team-phone, .team-mail {
        padding-left: 0;
    }

    .case-title {
        font-size: 12px;
        line-height: 6px;
    }

    .meet-more {
        margin-top: 15px;
    }

    .about-logo img {
        max-width: 68px;
        margin-bottom: 0;
    }

    .team-title, .team-phone, .team-mail {
        padding-bottom: 2px;
        font-size: 7.01px;
    }

    .our-team img {
        max-width: 19px;
        margin: 5px auto 2px;
    }

    .about-content p strong {
        font-size: 8px;
        margin: 0;
    }

    #selection4 .fp-tableCell {
        display: block;
    }

    .about-logo {
        line-height: 10px;
    }

    .slider-nav .slick-next {
        height: 28px;
    }

    .about-content p {
        font-size: 9px;
        line-height: 10px;
    }

    .about-bottom-content p {
        font-size: 7px;
        line-height: 9px;
    }

    .slider-nav .slick-prev {
        height: 28px;
    }

    .bottom-social ul {
        margin: 0;
        line-height: 14px;
    }

    .slider-for img {
        max-width: 65px;
    }

    .slider-for-slide blockquote p {
        font-size: 10px;
    }

    .slider-for-slide blockquote {
        line-height: 2px;
    }

    .training, .consulting {
        padding: 2px 14px;
    }

    .training h3, .consulting h3 {
        font-size: 12px;
        margin: 0;
    }

    .training p, .consulting p {
        font-size: 10px;
        line-height: 9px;
    }

    .services-content {
        padding: 5px 0 0;
        margin-top: 50px;
    }

    .about-us {
        margin-top: 50px;
    }

    .slider-for-slide a, .services-content a, .about-content a {
        font-size: 10px;
    }

    .second-slider {
        padding: 0;
    }

    .services-content p strong {
        font-size: 12px;
    }

    .services-content p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .logo-title {
        font-size: 10px;
        margin: 0;
    }

    .slider-nav img {
        max-width: 90px;
    }

    .header-menu li, .header-social li {
        display: inline;
        float: left;
    }

    .header-social li {
        padding: 0 5px;
    }

    .meet-more a:after {
        top: 3px;
    }

    .meet-more a {
        font-size: 8px;
    }

    .header-logo img {
        max-width: 30%;
    }

    .logo-description p {
        margin: 15px;
    }

    .first-block a {
        font-size: 9px;
    }

    .first-block a:after {
        top: 3px;
    }

    .second-block a:after {
        display: none;
    }

    .second-block {
        width: 33.3333%;
    }

    .header-logo {
        padding-top: 3px;
        margin-top: 5px;
    }

    .our-team ul li {
        width: 20.6%;
        margin: 2px 12px;
        max-height: 103px;
    }

    .our-team-title {
        font-size: 12px;
    }

    .team-phone, .team-mail {
        font-size: 6px;
        line-height: 8px;
    }

    .team-phone:before {
        width: 7px;
        height: 9px;
        left: -11px;
    }

    .our-team {
        padding-top: 5px;
        margin-top: 10px;
    }

    .team-mail:before {
        width: 9px;
        height: 7px;
        left: -12px;
        top: 2px;
    }

    .team-row {
        padding-top: 0;
    }
}

.meet-more a:hover, .first-block a:hover {
    color: #8bc53f;
}

.services-bottom {
    max-width: 100vw;
    overflow: hidden;
}

.services-bottom a > div {
    display: block;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform-origin: 10% 50%;
}

.services-bottom a > div:hover h3{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.services-bottom a > div:hover p{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
	transition: all .3s ease-in-out;
}

@media only screen and (min-width: 641px) and (max-height: 800px) {
    #selection1 .fp-tableCell {
        vertical-align: top;
    }
}

@media only screen and (min-width: 641px) and (max-height: 670px) {
    #selection1 .fp-tableCell ul .large-3:nth-child(n+5) {
        display: none;
    }
}
