body {
    font-size: 15px;
    line-height: 1.5;
    color: #111;
}
.clearfix:after, .carousel:after {
    content: '';
    display: block;
    clear: both;
}
.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}
.text-center {
    text-align: center;
    margin: 0 auto;
}
hr.lines {
    background: url(/assets/images/border-box.png) repeat-x;
    border: none;
    height: 4px;
    margin: 50px 0 60px;
}
hr.lines-shorter {
    background: url(/assets/images/border-box.png) repeat-x;
    border: none;
    height: 4px;
    margin: 10px 0 0px;
}
@font-face {
    font-family: 'icomoon';
    src: url(/assets/fonts/icomoon.eot?wmxg6s);
    src: url(/assets/fonts/icomoon.eot?wmxg6s#iefix) format("embedded-opentype"), url(/assets/fonts/icomoon.ttf?wmxg6s) format("truetype"), url(/assets/fonts/icomoon.woff?wmxg6s) format("woff"), url(/assets/fonts/icomoon.svg?wmxg6s#icomoon) format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-angle-right:before {
    content: "\e90a";
}
.icon-angle-left:before {
    content: "\e90b";
}
.icon-wikipedia-w:before {
    content: "\e909";
}
.icon-v-card:before {
    content: "\e900";
}
.icon-mail:before {
    content: "\e901";
}
.icon-minus:before {
    content: "\e902";
}
.icon-plus:before {
    content: "\e903";
}
.icon-arrow-down:before {
    content: "\e904";
}
.icon-arrow-right:before {
    content: "\e905";
}
.icon-plus2:before {
    content: "\e907";
}
.icon-facebook:before {
    content: "\e90c";
}
.icon-twitter:before {
    content: "\e906";
}
.icon-linkedin2:before {
    content: "\e908";
}

/* Typography */

h1 {
    font: 30px/32px "azo-sans-web", Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    letter-spacing: -2px;
    font-weight: 700;
}
@media (min-width: 480px) {
    h1 {
        font-size: 36px;
    }
}
@media (min-width: 768px) {
    h1 {
        font-size: 36px;
    }
}
@media (min-width: 992px) {
    h1 {
        font-size: 72px;
        line-height: 64px;
    }
}
h2 {
    color: #00365e;
    font-family: "azo-sans-web", Helvetica, Arial, sans-serif;
    font-size: 24px;
    margin: 0 0 10px;
    letter-spacing: -1px;
    font-weight: 700;
}
@media (min-width: 992px) {
    h2 {
        font-size: 48px;
        line-height: 54px;
    }
}
h3 {
    color: #00365e;
    font-family: "azo-sans-web", Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 0 0 18px;
    font-weight: 700;
}
@media (min-width: 992px) {
    h3 {
        font-size: 30px;
    }
}
h4 {
    color: #00365e;
    font-family: "azo-sans-web", Helvetica, Arial, sans-serif;
    font-size: 15px;
    margin: 0 0 10px;
    font-weight: 700;
}
@media (min-width: 992px) {
    h4 {
        font-size: 25px;
    }
}
h5 {
    color: #00365e;
    font-family: "azo-sans-web", Helvetica, Arial, sans-serif;
    font-size: 15px;
    margin: 0 0 10px;
    font-weight: 700;
}
@media (min-width: 992px) {
    h5 {
        font-size: 15px;
    }
}
p, ul li {
    font-weight: 300;
}
a.white {
    color: #fff;
}
a.white:hover {
    color: #f18d00;
}
.btn {
    border-width: 2px;
    font-size: 9px;
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 15px;
}
@media (min-width: 768px) {
    .btn {
        border-width: 3px;
        font-size: 13px;
        padding: 12px 30px 15px 29px;
    }
}
.btn-primary:hover {
    background: #f18d00;
    color: #fff;
    border-color: #f18d00;
}
.btn-primary:hover .icon-arrow-right {
    left: 8px;
}
@media (min-width: 768px) {
    .btn-primary:hover .icon-arrow-right {
        left: 12px;
    }
}
.btn-primary .icon-arrow-right {
    position: relative;
    left: 2px;
    top: 1px;
    -webkit-transition: left 0.3s linear;
    transition: left 0.3s linear;
}
@media (min-width: 768px) {
    .btn-primary .icon-arrow-right {
        left: 6px;
    }
}
.btn-reverse {
    background-color: transparent;
    color: white;
    border-color: white;
}
.btn-reverse:hover {
    color: #f18d00;
    background-color: #fff;
    border-color: #fff;
}
.btn-reverse:hover .icon-arrow-right {
    left: 8px;
}
@media (min-width: 768px) {
    .btn-reverse:hover .icon-arrow-right {
        left: 12px;
    }
}
.btn-reverse .icon-arrow-right {
    position: relative;
    left: 2px;
    top: 1px;
    -webkit-transition: left 0.3s linear;
    transition: left 0.3s linear;
}
@media (min-width: 768px) {
    .btn-reverse .icon-arrow-right {
        left: 6px;
    }
}
.btn-three {
    background-color: #f18d00;
    color: white;
    border-color: #f18d00;
}
.btn-three:hover {
    color: #f18d00;
    background-color: transparent;
    border-color: #f18d00;
    ;
}
.btn-three:hover .icon-arrow-right {
    left: 8px;
}
@media (min-width: 768px) {
    .btn-three:hover .icon-arrow-right {
        left: 12px;
    }
}
.btn-three .icon-arrow-right {
    position: relative;
    left: 2px;
    top: 1px;
    -webkit-transition: left 0.3s linear;
    transition: left 0.3s linear;
}
@media (min-width: 768px) {
    .btn-three .icon-arrow-right {
        left: 6px;
    }
}
.link {
    color: #f18d00;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 9px;
}
.link:hover .icon-arrow-right {
    left: 15px;
}
@media (min-width: 768px) {
    .link {
        font-size: 11px;
    }
}
.link .icon-arrow-right {
    position: relative;
    left: 5px;
    top: 1px;
    -webkit-transition: left 0.3s linear;
    transition: left 0.3s linear;
}
.link-title {
    color: #003e71;
    font-size: 12px;
    font-weight: 600;
}
.link-title:hover {
    color: #f18d00;
}
.link-title:hover .icon-arrow-right {
    left: 15px;
}
@media (min-width: 768px) {
    .link-title {
        font-size: 18px;
    }
}
.link-title .icon-arrow-right {
    font-size: 9px;
    color: #f18d00;
    position: relative;
    left: 7px;
    top: -1px;
    -webkit-transition: left 0.3s linear;
    transition: left 0.3s linear;
}
@media (min-width: 768px) {
    .link-title .icon-arrow-right {
        font-size: 13px;
    }
}

/* hide tel links on desktop */

@media only screen and (min-width: 1025px) {
    a[href^=tel], a[href^=skype], a[href^=sms] {
        cursor: default;
        pointer-events: none;
    }
}
@media (min-width: 768px) {
    body {
        font-size: 17px;
    }
}

/* main container of all the page elements styles */

#wrapper {
    position: relative;
    overflow: hidden;
}
.container-full {
    width: 100%;
}
@media (min-width: 480px) {
    .container-fluid {
        padding: 0 50px;
    }
    .container-full {
        padding-left: 44px;
        padding-right: 43px;
    }
}
@media (min-width: 992px) {
    .container-fluid {
        padding: 0 43px 0 44px;
        max-width: 1300px;
    }
}
.home .header-holder, .bio .header-holder, .case .header-holder, .contact .header-holder {
    position: absolute;
    top: 0;
    width: 100%;
}
.spanish-team .holder:nth-child(3n-2) .wrap {
    left: 36px;
}
@media (max-width: 776px) {
    body .spanish-team .holder .wrap {
        left: 36px;
    }
}

/* header of the page styles */

#header {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 65px;
    /* main navigation of the page styles */
}
header.people {
    background: #003057 url(/assets/uploads/banners/short-header-hands.jpg);
}
header.news {
    background: #003057 url(/assets/images/header-bg.jpg);
}
header.work {
    background: #003057 url(/assets/uploads/banners/short-header-bg-thinking.jpg);
}
header.services {
    background: #003057 url(/assets/uploads/banners/short-header-bg-working.jpg);
}
@media (min-width: 768px) {
    #header {
        padding: 24px 0 0;
        min-height: 129px;
        background-position: 50% 0;
    }
}
#header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #00355d;
    min-height: 65px;
    padding: 0px 0 0;
}
#header.fixed-header img {
    margin-top: 2px;
    width: 100px !important;
}
@media (min-width: 768px) {
    #header.fixed-header {
        min-height: 92px;
        padding: 5px 0 0;
    }
    #header.fixed-header img {
        width: 146px !important;
        margin-top: 14px;
    }
}
.home #header, .bio #header, .case #header, .contact #header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    background: transparent;
}
.home #header.fixed-header, .bio #header.fixed-header, .case #header.fixed-header, .contact #header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #00355d;
}
#header .navbar {
    border: 0;
    /* page logo styles */
}
#header .navbar .navbar-brand {
    width: 100px;
    height: auto;
    padding: 0;
}
@media (min-width: 768px) {
    #header .navbar .navbar-brand {
        width: auto;
        margin: 10px 0 0 2px;
    }
}
#header .navbar .navbar-brand img {
    width: 100%;
}
#header .navbar .navbar-brand:hover .static {
    display: none;
}
#header .navbar .navbar-brand:hover .hover {
    display: block;
}
#header .navbar .navbar-brand .hover {
    display: none;
}
#header .navbar-header {
    margin-top: 17px;
}
@media (min-width: 768px) {
    #header .navbar-header {
        margin: 0;
    }
}
#header .navbar-header .navbar-toggle {
    margin: 7px 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}
#header .navbar-header .navbar-toggle:hover, #header .navbar-header .navbar-toggle:focus {
    background: transparent;
}
#header .navbar-header .navbar-toggle:hover .icon-bar, #header .navbar-header .navbar-toggle:focus .icon-bar {
    background: #f18d00;
}
#header .navbar-header .navbar-toggle .icon-bar {
    width: 21px;
    height: 2px;
    border-radius: 0;
}
#header .navbar-header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}
#header .navbar-collapse {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    border: 0;
    z-index: 5;
    background: #00355d;
    box-shadow: none;
    max-height: calc(100vh - 65px);
}
@media (min-width: 480px) {
    #header .navbar-collapse {
        padding: 10px 50px;
        margin: 0 -50px;
    }
}
@media (min-width: 768px) {
    #header .navbar-collapse {
        position: static;
        padding: 0 10px;
        margin: 0;
        background: transparent;
        max-height: 1px;
    }
}
#header .navbar-nav {
    font-family: "azo-sans-web", Helvetica, Arial, sans-serif;
    font-size: 15px;
    text-align: center;
}
@media (min-width: 992px) {
    #header .navbar-nav {
        font-size: 17px;
    }
}
@media (min-width: 768px) {
    #header .navbar-nav li.active a {
        color: #fff;
    }
    #header .navbar-nav li.active a:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 3px;
        background: #f18d00;
    }
    #header .navbar-nav li.active a:hover {
        color: #f18d00;
    }
}
#header .navbar-nav li a {
    display: inline-block;
    vertical-align: top;
}
@media (min-width: 768px) {
    #header .navbar-nav li a {
        padding: 0 0 9px;
        position: relative;
        font-weight: 500;
    }
    #header .navbar-nav li a:hover:before {
        left: 0;
        right: 0;
    }
    #header .navbar-nav li a:before {
        content: "";
        position: absolute;
        left: 50%;
        right: 50%;
        top: 100%;
        height: 3px;
        background: #f18d00;
        -webkit-transition: left .3s ease-out, right .3s ease-out;
        transition: left .3s ease-out, right .3s ease-out;
    }
}
@media (min-width: 768px) {
    #header .navbar-nav li + li {
        margin: 0 0 0 15px;
    }
}
@media (min-width: 992px) {
    #header .navbar-nav li + li {
        margin: 0 0 0 33px;
    }
}

/* submenu block styles */

@media (min-width: 768px) {
    .sub-menu {
        margin: 0 -10px 21px 0;
    }
}
.sub-menu ul {
    padding: 10px 0;
}
@media (min-width: 768px) {
    .sub-menu ul {
        display: inline-block;
        padding: 0;
    }
}
.sub-menu ul li {
    padding: 0;
}
@media (min-width: 768px) {
    .sub-menu {
        text-align: right;
    }
}
.sub-menu .language {
    margin: 0;
    font-style: italic;
    font-size: 10px;
}
.sub-menu .language li a {
    color: #fff;
}
.sub-menu .language li a:hover {
    color: #f18d00;
}
.sub-menu .language li + li {
    margin: 0 0 0 4px;
}

/* social networks styles */

.news-page .social-networks {
    float: right;
}
.news-page .social-networks a:hover {
    color: black;
}
.social-networks {
    margin: 0;
    font-size: 12px;
}
.social-networks > li {
    padding-left: 0px;
    padding-right: 0px;
}
.social-networks {
    margin: 0 0 0 18px;
}
@media (min-width: 768px) {
    .social-networks {
        margin: 0 0 0 18px;
    }
}
.social-networks li a {
    color: #f18d00;
    -web
}
.social-networks li a:hover {
    color: #fff;
}
.social-networks li + li {
    margin: 0 0 0 6px;
}
.social-networks {
    margin: 0;
    font-size: 12px;
}
.social-networks li a {
    color: #f18d00;
}
.social-networks li a:hover {
    color: #fff;
}
.social-networks li + li {
    margin: 0 0 0 6px;
}

/* jumbotron styles */

.jumbotron {
    position: relative;
    font-size: 19px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
    background-position: top;
    min-height: 300px;
}
.case .jumbotron {
    min-height: 450px;
}
@media (min-width: 480px) {
    .jumbotron {
        min-height: 400px;
    }
}
@media (min-width: 768px) {
    .jumbotron {
        min-height: 600px;
    }
}
@media (min-width: 992px) {
    .jumbotron {
        height: 65vh;
    }
}
@media (min-width: 768px) {
    .case .jumbotron {
        min-height: 600px;
    }
    .case .jumbotron .text-box > * {
        margin-top: 5em;
    }
    .contact .jumbotron {
        min-height: 550px;
    }
}
@media (max-width: 776px){
  .case .jumbotron .text-box > * {
      margin-top: 0px;
  }
}
@media (min-width: 992px) {
    .case .jumbotron, .contact .jumbotron {
        height: auto;
    }
}
.case .jumbotron .title, .contact .jumbotron .title {
    margin: 0 0 10px;
    padding: 0 0 2px;
    display: inline-block;
    border-bottom: 1px solid #f18d00;
    letter-spacing: 1px;
    font-size: 11px;
}
@media (min-width: 992px) {
    .case .jumbotron .title, .contact .jumbotron .title {
        padding: 0 0 5px;
        border-width: 3px;
        font-size: 14px;
        margin: 0 0 20px;
    }
}
.case .jumbotron h1, .contact .jumbotron h1 {
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0;
}
@media (min-width: 992px) {
    .case .jumbotron h1, .contact .jumbotron h1 {
        margin: 0 0 24px;
        border: 0;
        font-size: 66px;
        line-height: 60px;
    }
}
.jumbotron h1 {
    margin: 0 0 10px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 600;
}
@media (min-width: 768px) {
    .jumbotron h1 {
        margin: 0 0 20px;
        font-size: 58px;
        letter-spacing: -1px;
        line-height: 58px;
    }
}
@media (min-width: 992px) {
    .jumbotron h1 {
        padding: 0 0 23px;
        border-bottom: 4px solid #f18d00;
        font-size: 72px;
        line-height: 64px;
        letter-spacing: -2px;
    }
}
.jumbotron img {
    width: 100%;
    max-width: 25vw;
}
.jumbotron p {
    margin-bottom: 34px;
    font-size: 20px;
    font-weight: 500;
}
.jumbotron .text-box {
    white-space: nowrap;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.jumbotron .text-box:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%;
}
.jumbotron .text-box > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 95%;
    margin-top: 3vh;
}
@media (min-width: 768px) {
    .jumbotron .text-box > * {
        max-width: 75%;
    }
}
.scroll-arrow {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    bottom: 5vh;
}
@media (max-width: 776px){
  .scroll-arrow {
    bottom: 12vh;
  }
}
.container-fluid {
    position: relative;
}
#main-page {
    position: absolute;
    top: -110px;
}

/* banner styles */

.banner {
    padding: 35px 30px;
    background: #003057;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}
@media (min-width: 768px) {
    .banner {
        padding: 40px 40px 35px;
        line-height: 22px;
        font-size: 17px;
    }
}
.banner p {
    margin: 0 0 12px;
}

/* partners logos styles */

.partners-logos {
    /* header of section styles */
}
.partners-logos .heading {
    padding: 33px 0 23px;
}
@media (min-width: 992px) {
    .partners-logos .heading {
        padding: 75px 0 55px;
    }
}
.partners-logos .heading h2 {
    margin: 0 0 5px 0;
}
.partners-logos .logo-block {
    padding: 0;
}
.partners-logos .logo-block .row {
    margin: 0;
}
.partners-logos .holder {
    padding: 0;
    position: relative;
}
.partners-logos .holder a {
    display: block;
}
.partners-logos .holder a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
.partners-logos .holder a:hover:before {
    background: transparent;
}
.partners-logos .holder img {
    width: 100%;
}
.partners-logos .holder .wrap {
    white-space: nowrap;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.partners-logos .holder .wrap:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%;
}
.partners-logos .holder .wrap > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
}
.partners-logos .holder .wrap img {
    width: 60%;
}
@media (min-width: 480px) {
    .partners-logos .holder .wrap img {
        width: auto;
    }
}

/* posts section styles */

.news {
    padding: 46px 0 33px;
    background: #EAEAEA;
}
@media (min-width: 992px) {
    .news {
        padding: 90px 0 63px;
    }
}
@media (min-width: 992px) {
    .news .post {
        padding: 7px 0 0;
    }
}
.news .heading {
    padding: 5px 10px;
    margin: 0 0 16px;
    display: inline-block;
    vertical-align: top;
    background: #f18d00;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
}
@media (min-width: 768px) {
    .news .heading {
        font-size: 12px;
    }
}
@media (min-width: 992px) {
    .news .heading {
        padding: 10px 15px;
        margin: 0 0 22px;
        letter-spacing: 2.5px;
    }
}
.news .author {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 9px;
    font-weight: 700;
    color: #f18d00;
}
.news .author a {
    color: #f18d00
}
.news .author a:hover {
    color: #fff
}
@media (min-width: 768px) {
    .news .author {
        font-size: 11px;
    }
}
.news h2 {
    font-size: 30px;
    color: #fff;
}
@media (min-width: 992px) {
    .news h2 {
        font-size: 48px;
    }
    .news .post-list {
        padding: 0 0 1px 44px;
    }
}
.news .post-list li {
    margin: 0 0 28px;
}
.news .post-list li h4 {
    margin: 0;
}
.news .post-list li h4 .link-title, .news .title {
    color: #00365e;
    font-weight: 900;
    font-family: "proxima-nova";
    font-size: 30px;
}
.news .post-list li h4 .link-title:hover {
    color: #f18d00;
}
.news .new-img {
    height: 200px;
    display: block;
    position: relative;
    overflow: hidden;
}
.news .new-img img {
    top: 50%;
    min-width: 550px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.news .col-md-5 {
    height: 225px;
    padding-left: 20px;
}
@media (max-width: 996px) {
    .news .col-md-5 {
        height: auto;
        padding-left: 0px;
    }
}
.news .orange-underline {
    width: 30%;
    height: 3px;
    margin-top: 7px;
    background-color: #f18d00;
    margin-left: 10%;
    margin-left: 35%;
    margin-bottom: 35px;
}
.news .orange-underline-full {
    background-color: #f18d00;
    height: 3px;
    width: 100%;
    margin-top: 40px;
}

/* hidden box styles */

.address {
    padding: 54px 0 0px;
    background: url(/assets/images/map.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -78px center;
}
.address h2 {
    color: white;
    font-size: 30px;
    margin-left: 37px;
    max-width: 53%;
    line-height: 35px;
}
.address .title-box {
    min-height: 420px;
}
.address .holder {
    overflow: hidden;
    padding: 21px 0 0;
    border-top: 3px solid #f18d00;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
}
.address address {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 26px;
}
.address address .town {
    margin: 0 0 5px;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #f18d00;
}

/* footer of the page styles */

#footer {
    padding: 45px 0;
    background: #00365e;
    text-align: center;
    /* social networks styles */
}
@media (min-width: 992px) {
    #footer {
        padding: 48px 0;
        text-align: left;
    }
}
#footer .social-networks {
    margin: 0 0 12px;
    font-size: 20px;
}
@media (min-width: 992px) {
    #footer .social-networks {
        font-size: 24px;
    }
}
#footer .social-networks li {
    padding: 0;
}
#footer .social-networks li a {
    color: #fff;
}
#footer .social-networks li a:hover {
    color: #f18d00;
}
#footer .social-networks li + li {
    margin: 0 0 0 11px;
}
#footer .wrap {
    padding: 26px 0 0;
    border-top: 2px solid #f18d00;
}
@media (min-width: 992px) {
    #footer .wrap {
        padding: 5px 6px 0 0;
        border: 0;
        text-align: right;
    }
}
#footer .wrap h5 {
    margin: 0 0 2px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    color: #f18d00;
}
@media (min-width: 768px) {
    #footer .wrap h5 {
        font-size: 13px;
    }
}
#footer .wrap .contacts {
    margin: 0 0 18px;
    letter-spacing: 1px;
    font-size: 13px;
}
@media (min-width: 768px) {
    #footer .wrap .contacts {
        font-size: 18px;
        letter-spacing: 0;
    }
}
@media (min-width: 992px) {
    #footer .wrap .contacts {
        margin: 0 0 37px;
    }
}
#footer .wrap .contacts li a {
    color: #fff;
}
#footer .wrap .contacts li a.mail {
    position: relative;
    -webkit-transition: margin 0.3s linear;
    transition: margin 0.3s linear;
}
#footer .wrap .contacts li a.mail:hover {
    color: #f18d00;
}
@media (min-width: 992px) {
    #footer .wrap .contacts li a.mail:hover {
        margin: 0 20px 0 0;
    }
}
#footer .wrap .contacts li a.mail:hover .icon-arrow-right {
    display: inline-block;
    visibility: visible;
    opacity: 1;
}
#footer .wrap .contacts li a .icon-arrow-right {
    position: absolute;
    right: -15px;
    top: 2px;
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
@media (min-width: 768px) {
    #footer .wrap .contacts li a .icon-arrow-right {
        top: 7px;
    }
}
@media (min-width: 992px) {
    #footer .wrap .contacts li a .icon-arrow-right {
        top: 5px;
    }
}
#footer .wrap .sub-nav {
    margin: 0 0 20px;
    letter-spacing: 1px;
    font-size: 9px;
    font-weight: 700;
}
@media (min-width: 768px) {
    #footer .wrap .sub-nav {
        font-size: 13px;
    }
}
@media (min-width: 992px) {
    #footer .wrap .sub-nav {
        margin: 0 -6px 0 0;
    }
}
#footer .wrap .sub-nav li {
    margin: 0 0 4px;
    font-weight: 300;
}
@media (min-width: 768px) {
    #footer .wrap .sub-nav li {
        margin: 0 0 0 14px;
        display: inline-block;
        vertical-align: top;
    }
}
#footer .wrap .sub-nav li a {
    color: #f18d00;
}
#footer .wrap .sub-nav li a:hover {
    color: #fff;
}
@media (min-width: 768px) {
    #footer .wrap .sub-nav li + li {
        position: relative;
    }
    #footer .wrap .sub-nav li + li:before {
        content: '';
        width: 1px;
        height: 14px;
        position: absolute;
        top: 1px;
        left: -10px;
        background: #f18d00;
    }
}
#footer .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    font-size: 10px;
    color: #8b8a88;
    letter-spacing: 1px;
}
@media (min-width: 992px) {
    #footer .box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
#footer .box p a {
    color: #8b8a88;
}
#footer .box p a:hover {
    color: #fff;
}
@media (min-width: 992px) {
    #footer .box ul {
        text-align: right;
    }
}
#footer .box ul li {
    display: inline-block;
    vertical-align: top;
}
#footer .box ul li + li {
    margin: 0 0 0 14px;
}
#footer .list-unstyled a {
    color: #8b8a88;
}
#footer .list-unstyled a:hover {
    color: #fff;
}

/* newsletter form styles */

#form-messages {
    color: white;
    font-size: 14px;
    margin-top: 9px;
}
.form-inline {
    position: relative;
    padding: 0 104px 0 0;
    margin: 0 auto 24px;
    max-width: 250px;
}
.form-inline::-webkit-input-placeholder {
    color: #8b8a88;
}
.form-inline::-moz-placeholder {
    opacity: 1;
    color: #8b8a88;
}
.form-inline:-moz-placeholder {
    color: #8b8a88;
}
.form-inline:-ms-input-placeholder {
    color: #8b8a88;
}
.form-inline.placeholder {
    color: #8b8a88;
}
@media (min-width: 768px) {
    .form-inline {
        padding: 0;
        margin: 0 0 20px;
        width: auto;
        max-width: none;
    }
}
.form-inline .form-control {
    width: 100%;
    height: 25px;
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-right: -5px;
    padding: 7px 15px;
    border: 0;
    border-radius: 0;
    text-align: left;
    vertical-align: top;
    font-size: 9px;
}
@media (min-width: 768px) {
    .form-inline .form-control {
        width: 214px;
        height: auto;
        height: 38px;
        padding: 11px 15px 10px;
        font-size: 14px;
    }
}
.form-inline .btn {
    width: 104px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 15px;
    border: 0;
    background: #f18d00;
    color: #fff;
}
@media (min-width: 768px) {
    .form-inline .btn {
        width: auto;
        height: auto;
        position: static;
        letter-spacing: 0;
        font-size: 11px;
        letter-spacing: 1px;
        padding: 11px 23px 11px 18px;
        height: 38px;
    }
    .form-inline .btn .icon-arrow-right {
        font-size: 13px;
    }
}

/* item list styles */

.team-list {
    /* header of section styles */
}
.team-list .heading {
    padding: 33px 0;
    text-align: center;
}
@media (min-width: 992px) {
    .team-list .heading {
        padding: 52px 0 65px;
    }
}
.team-list .heading h2 {
    margin: 0 0 0 10px;
}
.team-list .holder .wrap h4 {
    font-weight: 700 !important;
    color: #fff;
}
.team-list .item-box {
    background: #003e71;
}
@media (min-width: 480px) {
    .team-list .item-box {
        margin: 0 -50px;
    }
}
@media (min-width: 992px) {
    .team-list .item-box {
        margin: 0 -43px 0 -44px;
    }
}
.team-list .holder {
    padding: 0;
    position: relative;
}
.team-list .holder a {
    display: block;
}
.team-list .holder a:hover:before {
    background: transparent;
}
.team-list .holder a:hover .wrap {
    background: rgba(0, 0, 0, 0.7);
}
.team-list .holder a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
.team-list .holder img {
    width: 100%;
}
.team-list .holder .wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 17px 10px 13px 23px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
    color: #fff;
}
.team-list .holder .wrap h4 {
    font: 22px/1.2 "azo-sans-web", Helvetica, Arial, sans-serif;
    margin: 0;
}
@media (min-width: 992px) {
    .team-list .holder .wrap h4 {
        margin: 0 0 -5px;
        font-size: 22px;
        line-height: 24px;
    }
}
.team-list .holder .wrap .position {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1px;
    word-spacing: 2px;
    color: #f18d00;
}

/* visual block styles */

.visual {
    position: relative;
}
.visual img {
    width: 100%;
}
@media (min-width: 768px) {
    .visual .block {
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
    }
}
.visual .text-holder {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    z-index: 2;
}
@media (min-width: 768px) {
    .visual .text-holder {
        position: static;
        margin: 0 0 10px;
    }
}
.visual .text-holder h1 {
    color: #fff;
    margin: 0 0 5px;
}
@media (min-width: 768px) {
    .visual .text-holder h1 {
        margin: 0;
    }
}
@media (min-width: 992px) {
    .visual .text-holder h1 {
        font-size: 48px;
        line-height: 54px;
    }
}
.visual .text-holder .position {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f18d00;
}
@media (min-width: 768px) {
    .visual .text-holder .position {
        font-size: 14px;
    }
}
.visual .link-box {
    padding: 40px 0 10px;
}
@media (min-width: 768px) {
    .visual .link-box {
        padding: 0;
    }
}
.visual .link-box .top-line {
    margin: 0 0 9px;
}
@media (min-width: 768px) {
    .visual .link-box .top-line {
        margin: 0 0 11px;
    }
}
.visual .link-box .top-line .btn {
    position: relative;
    padding: 3px 10px;
    width: 100%;
    border-width: 3px;
    border-color: #00365e;
    vertical-align: middle;
    line-height: 20px;
    font-size: 11px;
    color: #00365e;
}
.visual .link-box .top-line .btn:hover {
    background: #00365e;
    color: #f18d00;
}
.visual .link-box .top-line .btn:hover .icon-arrow-right {
    left: 50px;
}
.visual .link-box .top-line .btn:before {
    content: "\e901";
    font-size: 20px;
    font-family: 'icomoon' !important;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
    font-weight: 400;
}
@media (min-width: 768px) {
    .visual .link-box .top-line .btn:before {
        font-size: 28px;
        margin-right: 12px;
    }
}
@media (min-width: 768px) {
    .visual .link-box .top-line .btn {
        padding: 7px 10px;
        width: 360px;
        text-align: left;
        border-color: #fff;
        font-size: 14px;
        color: #fff;
    }
    .visual .link-box .top-line .btn:hover {
        background: #fff;
    }
}
.visual .link-box .top-line .btn .icon-arrow-right {
    -webkit-transition: left 0.5s linear;
    transition: left 0.5s linear;
}
.visual .link-box .bottom-line {
    font-size: 0;
    line-height: 0;
}
.visual .link-box .bottom-line .btn {
    position: relative;
    padding: 3px 5px;
    width: 30%;
    border-width: 3px;
    vertical-align: middle;
    line-height: 15px;
    text-align: center;
}
.visual .link-box .bottom-line .btn:before {
    content: "\e900";
    margin-right: 10px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 13px;
    font-weight: 400;
    font-family: 'icomoon' !important;
}
@media (min-width: 768px) {
    .visual .link-box .bottom-line .btn:before {
        font-size: 17px;
    }
}
.visual .link-box .bottom-line .btn.twitter:before {
    content: "\e906";
}
.visual .link-box .bottom-line .btn.linkedin:before {
    content: "\e908";
}
@media (min-width: 768px) {
    .visual .link-box .bottom-line .btn {
        padding: 6px 15px;
        font-size: 11px;
        width: auto;
    }
}
.visual .link-box .bottom-line .btn + .btn {
    margin: 0 0 0 5%;
}
@media (min-width: 768px) {
    .visual .link-box .bottom-line .btn + .btn {
        margin: 0 0 0 8px;
    }
}

/* main post styles */

.main-post {
    padding: 18px 0 10px;
    line-height: 15px;
}
@media (min-width: 768px) {
    .main-post {
        line-height: 26px;
        padding: 65px 0 59px;
    }
}
.main-post p {
    margin: 0 0 17px;
}
@media (min-width: 768px) {
    .main-post p {
        margin: 0 0 26px;
    }
}
.main-post h4 {
    margin: 0 0 6px;
}
@media (min-width: 992px) {
    .main-post h4 {
        margin: 0 0 22px;
    }
}
.main-post blockquote {
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    font-size: 18px;
    font-style: italic;
    color: #003e71;
}
.main-post blockquote cite {
    display: inline-block;
    color: #f18d00;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 10px;
}
.main-post blockquote cite:before {
    display: none;
}
.main-post blockquote q {
    display: inline-block;
    margin: 0 0 3px;
}
.main-post .about {
    line-height: 1.2;
}
.main-post .about li {
    margin: 0 0 17px;
}
.widget {
    position: relative;
    padding: 37px 0 20px;
    font-size: 15px;
}
.widget:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: url(/assets/images/border-box.png) repeat-x;
}
.widget-about {
    position: relative;
    padding: 80px 0 20px;
    font-size: 15px;
}
.widget-about h3 {
    border-bottom: #f18d00 solid 3px;
}
.widget-about p {
    line-height: 26px;
}
.widget-about:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: url(/assets/images/border-box.png) repeat-x;
}
.widget-about:last-child:before {
    background: none;
}

}
@media (min-width: 768px) {
    .widget {
        padding: 43px 0 20px;
    }
}
.widget:first-child {
    padding: 0;
}
.widget:first-child:before {
    display: none;
}
.widget .post-list {
    line-height: 1.2;
    padding: 0 15px 0 0;
}
@media (min-width: 768px) {
    .widget .post-list {
        padding: 0 25px 0 0;
    }
}
@media (min-width: 768px) {
    .widget .post-list li {
        margin: 0 0 17px;
    }
}
.title.tag {}
.title {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #f18d00;
    font-size: 9px;
    font-weight: 700;
    margin: 0 0 3px;
}
@media (min-width: 768px) {
    .title {
        font-size: 12px;
        margin: 0 0 13px;
    }
}

/* posts section */
.posts-section {
    /* header of section styles */
}
.posts-section .heading {
    padding: 36px 0 48px;
    text-align: center;
}
@media (min-width: 768px) {
    .posts-section .heading {
        line-height: 26px;
    }
}
@media (min-width: 992px) {
    .posts-section .heading {
        padding: 65px 0 72px;
    }
}
.posts-section .heading h2 {
    margin: 0 0 21px;
    font-size: 30px;
    line-height: 30px;
}
@media (min-width: 992px) {
    .posts-section .heading h2 {
        margin: 0 0 37px;
        font-size: 48px;
        line-height: 54px;
    }
}
.posts-section .heading p {
    margin: 0 0 12px;
}
.posts-section .heading .link {
    position: relative;
}
.posts-section .heading .link:hover .icon-arrow-down {
    top: 20px;
}
@media (min-width: 768px) {
    .posts-section .heading .link:hover .icon-arrow-down {
        top: 25px;
    }
}
.posts-section .heading .link .icon-arrow-down {
    -webkit-transition: top 0.3s linear;
    transition: top 0.3s linear;
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (min-width: 768px) {
    .posts-section .heading .link .icon-arrow-down {
        top: 19px;
        font-size: 15px;
    }
}
.posts-section {
    /* header of section styles */
}
.posts-section .heading-about {
    padding: 30px 0 48px;
}
@media (min-width: 768px) {
    .posts-section .heading-about {
        line-height: 26px;
    }
}
@media (min-width: 992px) {
    .posts-section .heading-about {
        padding: 48px 0 30px;
    }
}
.posts-section .heading-about h2 {
    margin: 0 0 21px;
    font-size: 30px;
    line-height: 30px;
}
@media (min-width: 992px) {
    .posts-section .heading-about h2 {
        margin: 0 0 8px;
        font-size: 48px;
        line-height: 54px;
    }
}
.posts-section .heading-about p {
    margin: 0 0 12px;
}
.posts-section .heading-about .link {
    position: relative;
}
.posts-section .heading-about .link:hover .icon-arrow-down {
    top: 20px;
}
@media (min-width: 768px) {
    .posts-section .heading-about .link:hover .icon-arrow-down {
        top: 25px;
    }
}
.posts-section .heading-about .link .icon-arrow-down {
    -webkit-transition: top 0.3s linear;
    transition: top 0.3s linear;
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (min-width: 768px) {
    .posts-section .heading-about .link .icon-arrow-down {
        top: 19px;
        font-size: 15px;
    }
}
.posts-section .news-page img {
    max-width: 100%;
    margin: 30px 0 40px;
}
.posts-section .box {
    font-size: 12px;
}

/* accordion styles */
.panel-group {
    margin: 0;
    position: relative;
}
.panel-group:before {
    height: 10px;
    width: 100%;
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    background: url(/assets/images/border-panel.png) repeat-x;
}
@media (min-width: 992px) {
    .panel-group:before {
        display: none;
    }
}
.panel-group .panel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
@media (min-width: 992px) {
    .panel-group .panel {
        position: relative;
    }
    .panel-group .panel:before {
        height: 19px;
        width: 100%;
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0;
        background: url(/assets/images/border-panel.png) repeat-x;
    }
}
.panel-group .panel + .panel {
    margin: 0;
}
.panel-group .panel-heading {
    padding: 0;
    border: 0;
    border-radius: 0;
    position: relative;
}
.panel-group .panel-heading a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
@media (min-width: 992px) {
    .panel-group .panel-heading a {
        pointer-events: none;
    }
}
.panel-group .panel-heading a.collapsed .title-box .icon-bar:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.panel-group .panel-heading a .title-box {
    white-space: nowrap;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.panel-group .panel-heading a .title-box:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%;
}
.panel-group .panel-heading a .title-box > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
}
.panel-group .panel-heading a .title-box .panel-title {
    color: #fff;
    font: 700 18px/1.2 "azo-sans-web", Helvetica, Arial, sans-serif;
}
@media (min-width: 480px) {
    .panel-group .panel-heading a .title-box .panel-title {
        font-size: 27px;
    }
}
@media (min-width: 992px) {
    .panel-group .panel-heading a .title-box .panel-title {
        font-size: 44px;
    }
}
.panel-group .panel-heading a .title-box .icon-bar {
    width: 15px;
    height: 3px;
    display: inline-block;
    background: #fff;
    margin: 0 0 0 5px;
    position: relative;
}
@media (min-width: 992px) {
    .panel-group .panel-heading a .title-box .icon-bar {
        display: none;
    }
}
.panel-group .panel-heading a .title-box .icon-bar:before {
    width: 15px;
    height: 3px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.panel-group .panel-heading img {
    width: 100%;
    vertical-align: top;
}
.panel-group .panel-body {
    padding: 30px 0 37px;
}
@media (min-width: 992px) {
    .panel-group .panel-body {
        padding: 61px 0 69px;
    }
}
@media (min-width: 768px) {
    .panel-group .panel-body .text-box {
        line-height: 26px;
    }
}
.panel-group .panel-body .text-box p {
    margin: 0 0 28px;
}
@media (min-width: 768px) {
    .panel-group .panel-body .text-box p {
        margin: 0 0 44px;
    }
}
.panel-group .panel-body .text-box .title {
    position: relative;
    margin: 0;
}
.panel-group .panel-body .text-box .title:before {
    width: 70px;
    height: 4px;
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    background: url(/assets/images/border-box.png) repeat-x;
}
@media (min-width: 768px) {
    .panel-group .panel-body .text-box .title:before {
        top: -27px;
    }
}
.panel-group .panel-body .text-box h4 {
    margin: 0 0 20px;
}
.panel-group .panel-body .quote-list {
    color: #003e71;
    font-weight: 600;
}
@media (min-width: 992px) {
    .panel-group .panel-body .quote-list {
        text-align: center;
    }
}
.panel-group .panel-body .quote-list .title {
    padding: 0 0 5px;
    margin: 0 0 18px;
    border-bottom: 1px solid #f18d00;
}
@media (min-width: 992px) {
    .panel-group .panel-body .quote-list .title {
        border-width: 3px;
        margin: 0 0 20px;
    }
}
.panel-group .panel-body .quote-list p {
    margin: 0 0 9px;
}
@media (min-width: 992px) {
    .panel-group .panel-body .quote-list p {
        margin: 0 0 29px;
    }
}
@media (min-width: 992px) {
    .panel-group .collapse {
        display: block;
    }
}

/* cycle carousel styles */
.cycle-gallery {
    position: relative;
    width: 100%;
    /* slideset block styles */
    /* slide element styles */
}
.cycle-gallery .mask {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.cycle-gallery .slideset {
    width: 100%;
    float: left;
}
.cycle-gallery .slide {
    overflow: hidden;
    width: 100%;
    float: left;
    margin: 0;
}
.cycle-gallery .slide.active {
    z-index: 1;
}
.cycle-gallery .slide .holder {
    width: 50%;
    position: relative;
    float: left;
}
.cycle-gallery .slide .holder .text-box {
    position: absolute;
    top: 0;
    left: 0;
}
.cycle-gallery .slide .holder img {
    width: 100%;
    vertical-align: top;
}

/* cycle carousel styles */
.cycle-gallery {
    position: relative;
    width: 100%;
    background: #00365e;
    /* slideset block styles */
    /* slide element styles */
}
.cycle-gallery .mask {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.cycle-gallery .slideset {
    width: 100%;
    float: left;
}
.cycle-gallery .slide {
    overflow: hidden;
    width: 100%;
    float: left;
}
.cycle-gallery .slide.active {
    z-index: 1;
}
.cycle-gallery .wrap {
    width: 100%;
    height: 25px;
    padding: 5px 0;
    background: #00365e;
    text-align: center;
}
@media (min-width: 768px) {
    .cycle-gallery .wrap {
        padding: 12px 0px;
        height: 50px;
    }
}
.cycle-gallery .wrap .link {
    letter-spacing: 1px;
}
.cycle-gallery .wrap .link:hover {
    color: #fff;
}
.cycle-gallery .btn-prev, .cycle-gallery .btn-next {
    width: 50px;
    height: 25px;
    position: absolute;
    bottom: 0;
    padding: 3px 0;
    background: #003e71;
    display: block;
    font-size: 15px;
    text-align: center;
    color: #f18d00;
}
@media (min-width: 768px) {
    .cycle-gallery .btn-prev, .cycle-gallery .btn-next {
        width: 115px;
        height: 50px;
        font-size: 38px;
        padding: 0;
    }
}
.cycle-gallery .btn-prev:hover, .cycle-gallery .btn-next:hover {
    background: #f18d00;
    color: #fff;
}
.cycle-gallery .btn-prev .icon-angle-left, .cycle-gallery .btn-prev .icon-angle-right, .cycle-gallery .btn-next .icon-angle-left, .cycle-gallery .btn-next .icon-angle-right {
    position: relative;
}
.cycle-gallery .btn-prev .icon-angle-left, .cycle-gallery .btn-next .icon-angle-left {
    -webkit-transition: right 0.3s linear;
    transition: right 0.3s linear;
    right: 0;
}
.cycle-gallery .btn-prev .icon-angle-right, .cycle-gallery .btn-next .icon-angle-right {
    -webkit-transition: left 0.3s linear;
    transition: left 0.3s linear;
    left: 0;
}
.cycle-gallery .btn-prev {
    left: 0;
}
.cycle-gallery .btn-prev:hover .icon-angle-left {
    right: 15px;
}
.cycle-gallery .btn-next {
    right: 0;
}
.cycle-gallery .btn-next:hover .icon-angle-right {
    left: 15px;
}

/* article styles */
.article {
    width: 100%;
    position: relative;
    height: 200px;
}
.article:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
    .article {
        float: left;
        width: 50%;
        height: 230px;
    }
}
@media (min-width: 992px) {
    .article {
        float: left;
        width: 50%;
        height: 344px;
    }
}
.article .text-box {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    padding: 0 20px;
}
@media (min-width: 480px) {
    .article .text-box {
        padding: 0 50px;
    }
}
@media (min-width: 992px) {
    .article .text-box {
        background: rgba(0, 0, 0, 0.3);
        bottom: 0;
        top: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding: 36px 10% 30px 5.5%;
        min-height: 160px;
    }
}
.article .text-box h4 {
    margin: 0;
    font-family: "azo-sans-web", Helvetica, Arial, sans-serif;
}
.article .text-box .link-title {
    font-size: 18px;
    color: #fff;
}
@media (min-width: 992px) {
    .article .text-box .link-title {
        font-size: 22px;
    }
}
.article .text-box .link-title .icon-arrow-right {
    font-size: 11px;
}
.article .text-box .link-title:hover {
    color: #f18d00;
}
.article img {
    width: 100%;
    vertical-align: top;
    height: auto;
    margin: 0px !important;
}

/* carousel styles */
.carousel {
    position: relative;
    width: 100%;
    /* slide element styles */
}
@media (min-width: 992px) {
    .carousel {
        min-height: 514px;
    }
}
.carousel.not-enough-slides .btn-prev, .carousel.not-enough-slides .btn-next {
    visibility: hidden;
}
.carousel .mask {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
}
.carousel .slideset {
    width: 100% !important;
    white-space: nowrap;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.carousel .slide {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 100% !important;
}
@media (min-width: 480px) {
    .carousel .slide {
        width: 50% !important;
    }
}
@media (min-width: 768px) {
    .carousel .slide {
        width: 25% !important;
    }
}
@media (min-width: 992px) {
    .carousel .slide {
        width: 16.6666666667% !important;
    }
}
.carousel .slide .title {
    text-align: center;
    border-bottom: 1px solid #f18d00;
    padding: 0 0 8px;
    margin: 0 0 20px;
}
@media (min-width: 768px) {
    .carousel .slide .title {
        border-width: 3px;
    }
}
@media (min-width: 992px) {
    .carousel .slide .title {
        text-align: left;
        margin: 0 0 29px;
    }
}
.carousel .slide ul {
    width: 100%;
    text-align: center;
}
@media (min-width: 992px) {
    .carousel .slide ul {
        text-align: left;
    }
}
.carousel .slide ul li {
    margin: 0 0 20px;
}
.carousel .slide ul li a {
    display: inline-block;
}
.carousel .btn-prev, .carousel .btn-next {
    position: absolute;
    top: -7px;
    display: block;
    font-size: 22px;
    text-align: center;
}
@media (min-width: 992px) {
    .carousel .btn-prev, .carousel .btn-next {
        display: none;
    }
}
.carousel .btn-prev i, .carousel .btn-next i {
    color: #f18d00;
}
.carousel .btn-prev {
    left: 0;
}
.carousel .btn-next {
    right: 0;
}

/* posts list styles */
.content .text-holder {
    padding: 20px 0;
}
@media (min-width: 768px) {
    .content .text-holder {
        padding: 64px 0 44px;
        line-height: 26px;
    }
}
@media (min-width: 768px) {
    .content .text-holder p {
        margin: 0 0 26px;
    }
}
.content .title-box {
    padding: 20px 0;
    text-align: center;
    position: relative;
}
.content .title-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: url(/assets/images/border-box.png) repeat-x;
}
@media (min-width: 768px) {
    .content .title-box {
        padding: 44px 0;
    }
}
.content .title-box .title {
    margin: 0;
}
.content .article-box {
    overflow: hidden;
}

/* posts list styles */
.news-wrap .post .box .social-networks {
    float: right;
}
.news-wrap .post .box .social-networks li a:hover {
    color: #00365e;
}
.news-list {
    padding-top: 20px;
    padding-bottom: 50px;
}
@media (min-width: 768px) {
    .news-list {
        padding-top: 46px;
        padding-bottom: 92px;
    }
}
.news-list .link-holder {
    text-align: center;
    line-height: 1.2;
}
.news-list .link-holder .link {
    display: inline-block;
}
.news-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    /* article styles */
}
@media (min-width: 768px) {
    .news-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.news-wrap .post {
    padding: 0 0 10px;
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 20px;
}
@media (min-width: 768px) {
    .news-wrap .post {
        margin: 0 0 43px;
        padding: 0 0 31px;
        line-height: 26px;
    }
}
.news-wrap .post img {
    width: 100%;
    margin: 0 0 11px;
}
.news-wrap .post h3 {
    color: #00365e;
    font: 700 20px/1.2 "azo-sans-web", Helvetica, Arial, sans-serif;
    margin: 0 0 3px;
}
@media (min-width: 992px) {
    .news-wrap .post h3 {
        font-size: 30px;
        line-height: 32px;
    }
}
.news-wrap .post .box {
    margin: 0 0 10px;
    line-height: 1.2;
}
.news-wrap .post .author, .news-wrap .post time {
    display: inline-block;
    font-size: 12px;
    color: #8b8a88;
}
.news-wrap .post .author {
    margin: 0 12px 0 0;
}
.news-wrap .post .link {
    display: inline-block;
    line-height: 1.2;
    margin: 0 0 5px;
}
.news-more {
    height: 200px;
}
.news-more .text-box {
    padding: 20px 10% 20px 5.5%;
    min-height: 100px;
}
.news-more img {
    min-width: 140%;
    height: auto;
}
@media (min-width: 992px) {
    .news-more {
        height: 300px;
    }
}

/* sidebar styles */
.sidebar {
    background: #eeeeee;
    position: relative;
    padding: 20px 10px 0;
}
@media (min-width: 768px) {
    .sidebar {
        padding: 35px 25px;
    }
}
.sidebar:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    background: #eeeeee;
    margin: 0 -9999px 0 0;
    padding: 0 9999px 0 0;
}
@media (min-width: 768px) {
    .sidebar:before {
        left: 100%;
    }
}
.sidebar .tags {
    margin: 0 0 20px;
    padding: 10px 0 0;
    font-size: 12px;
}
@media (min-width: 992px) {
    .sidebar .tags {
        padding: 0;
        font-size: 15px;
    }
}
.sidebar .tags li {
    padding: 0;
    margin: 0 5px 10px 0;
}
.sidebar .tags li a {
    display: inline-block;
    background: #fff;
    padding: 4px 10px;
    color: inherit;
    text-transform: capitalize;
}
.sidebar .tags li a:hover, .sidebar .tags li a.active {
    background: #cbcbcb;
}
@media (min-width: 768px) {
    .sidebar .tags li a {
        padding: 8px 17px;
    }
}

/* contact block styles */
.contact-block {
    padding: 17px 0;
}
.contact-block .map-holder {
    margin: 0 0 30px;
}
.contact-block .map {
    margin: 0 0 18px;
}
.contact-block .map iframe {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: 200px;
}
.contact-block h3 {
    padding: 0 0 18px;
    margin: 0 0 16px;
    position: relative;
    font-size: 28px;
}
.contact-block h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 260px;
    height: 4px;
    background: url(/assets/images/border-box.png) repeat-x;
}
.contact-block .no-lines h3:before {
    background: none;
}
@media (min-width: 768px) {
    .contact-block address {
        line-height: 26px;
    }
}
@-webkit-viewport {
    width: device-width;
}
@-moz-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}

.flex {
    display: flex;
}
.justify-center {
    justify-content: center;
}

/*# sourceMappingURL=main.css.map */


/* Fixes for profiles*/
.name-small{
      margin-bottom: 0px;
}
.position-small{
  color: #f18d00;
margin-bottom: 10px;
}
@media (max-width: 776px){
  .visual .link-box {
    padding: 15px 0 10px;
}
.visual .link-box .bottom-line .btn{
      width: auto;
}
}