/* ==============================================================

Author : n_for_all
Version : v1.0.0
Created : 21 Jan 2016
Last update : 21 Jan 2016

-----------------------------------------------------------------
CSS structure
-----------------------------------------------------------------

0a. General

*/

.stroke {
    color: #fff;
    /*text-shadow:
   -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;*/
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .stroke {
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
    }
}

.clip {
    color: #333;
    /* Fallback: assume this color ON TOP of image */
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section {
    overflow-x: hidden;
}


/*

01. Menu

============================================================== */

#wpadmin .navbar-fixed-top {
    top: 32px;
}

#wrapper:after {
    display: table;
    content: "";
    clear: both;
}

.navbar-brand {
    height: auto;
    padding: 10px 0;
}

.navbar-nav a:hover {
    text-decoration: none;
}

.navbar-default .navbar-nav>li>a {
    color: #0B1739;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-default .navbar-nav>li ul.sub-menu li>a {
    color: #0B1739;
    padding: 10px 15px;
    display: block;
    position: relative;
}

.navbar-default .navbar-nav>li {
    z-index: 9;
}

.navbar-default .navbar-nav>li:hover ul.sub-menu {
    display: block;
}

.navbar-brand>img {
    display: block;
    max-height: 80px;
}

.navbar-default .navbar-nav>li.menu-item-has-children>a:after {
    content: "";
    border-width: 5px 5px 0px 5px;
    border-style: solid;
    border-color: #A42224 transparent;
    height: 0;
    width: 0;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 2px;
}

.navbar-default {
    background-color: #fff;
    border-color: #eee;
    border-radius: 0px;
    margin-bottom: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-width: 0 0 1px 0;
}

.navbar-toggle {
    margin-top: 48px;
}


/*
.scrolling .navbar-toggle {
    margin-top: 25px;
}*/

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 15px;
}

.admin-bar .navbar-fixed-top {
    top: 32px;
}

.nav-menu .sub-menu {
    position: absolute;
    display: none;
    top: 98%;
    left: 0;
    list-style: none;
    padding-left: 0;
    white-space: nowrap;
    background: #fff;
    box-shadow: 0 0 10px #efefef;
    z-index: 9;
}


/******************
Featured Overlay
*******************/

.inner-header .inner-overlay h1.entry-title {
    margin: 5% 0 5% 0;
}

.has-featured-image .inner-header .inner-overlay h1.entry-title {
    margin: 40% 0 5% 0;
}

.has-featured-image .inner-header .inner-overlay, .entry-header figure.entry-image {
    background-size: cover;
    background-position: center center;
}

.entry-header {
    position: relative;
    overflow: hidden;
    min-height: 85px;
}

.entry-header figure.entry-image img {
    max-width: 100%;
    width: 100%;
}

.entry-header figure.entry-image {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    overflow: hidden;
    width: 100%;
}

.entry-header h1.entry-title {
    padding: 250px 10% 50px;
    color: #fff;
    text-shadow: 1px 1px 14px rgba(0, 0, 0, 0.74);
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    background: rgba(35, 40, 45, 0.55);
    background: rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
}


/**
 * Patterns
 */

.content {
    position: relative;
    z-index: 2;
}

.pattern-1 {
    position: relative;
}

.pattern-1:before {
    content: "";
    background: url(../img/patterns/1.png) repeat center center transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 3px 3px;
    z-index: 1;
    opacity: 0.2;
}

.overlay {
    position: relative;
}

.overlay:before {
    content: "";
    background: rgba(35, 40, 45, 0.95);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/********************
*******************/

a {
    color: #0B1739;
}

.content-blue {
    border: 3px solid #2ecec4;
}

.content-blue i.fa {
    color: #2ecec4 !important;
}

.content-dark-blue {
    border: 3px solid #0b1739;
}

.content-dark-blue i.fa {
    color: #0b1739 !important;
}

.content-yellow {
    border: 3px solid #ffe97d;
}

.content-yellow i.fa {
    color: #ffe97d !important;
}

.content-widget i.fa {
    margin-right: 5px;
}

.content-widget {
    box-shadow: 0px 3px 15px #818181;
}

.content-widget .desc {
    padding: 20px 30px;
    font-style: italic;
}

.content-widget .desc h2 {
    font-style: normal;
}

.content-widget a.btn.btn-contact {
    display: block;
    background: #449900;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: bold;
    font-size: 20px;
}

.content-widget iframe {
    display: block;
}

.content-widget h2 {
    margin-top: 0;
    font-weight: bold;
    letter-spacing: -1px;
}

.entry-description {
    margin-right: 0;
    margin-top: 20px;
}


/* general */

h1, h2, h3, h4, h5 {
    color: #0b1739;
}

.blog .entry-content {
    padding: 15px;
    font-size: 16px;
    line-height: 25px;
}

.blog .entry-content .row {
    width: 100%;
}

.blog h1.page-title.screen-reader-text {
    text-align: center;
    font-size: 45px;
}

.blog article.post {
    margin-top: 90px;
}

.blog .entry-description, .blog .entry-title {
    text-align: justify;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.single article.post .entry-header h1 {
    text-align: center;
}

.single article.post .entry-footer {
    margin-bottom: 30px;
    font-size: 16px;
}

.single article.post .entry-header {
    margin-bottom: 40px;
}

.single article.post .entry-content {
    margin-bottom: 40px;
}

.single article.post .entry-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
    font-family: 'Work Sans';
    line-height: 30px;
}

.single article.post .entry-content, .single article.post .entry-content span, .single article.post .entry-content p {
    font-weight: 300 !important;
    font-family: 'Work Sans';
}

.single article.post .entry-content p {
    margin-bottom: 20px;
}

.single article.post .entry-content a {
    text-decoration: underline;
    color: #4086f7;
}

.single article.post .entry-content ul, .single article.post .entry-content ol {
    margin: 20px 0;
}

.single article.post .entry-content {
    margin-bottom: 60px;
}

.blog-list-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
}

.blog-list-container .sidebar {
    width: 20%;
    float: right;
    margin: 30px 0 30px 2%;
}

.blog-list-container .blogroll {
    float: left;
    width: 77%;
    margin-bottom: 50px;
}

.blog article.post {
    margin-top: 40px;
}

.blog .entry-content {
    padding: 15px;
    font-size: 16px;
    line-height: 25px;
    background: #f9f9f9;
}

.blog article .entry-header h1.entry-title {
    padding: 250px 15px 15px;
}

.blog article .entry-header h1.entry-title {
    color: #f9f9f9;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.53);
    font-size: 30px;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    font-size: 12px;
}

#wp-calendar td a {
    color: #333;
}

#wp-calendar th, #wp-calendar td {
    padding: 5px 10px 5px 0;
    text-align: right;
    background: #f9f9f9;
}

#wp-calendar td {
    color: #aaa;
}

#wp-calendar th {
    background: #eee;
}

#wp-calendar td#today {
    background: #eee;
    font-weight: bold;
}

#wp-calendar tbody tr td {
    border-top: 1px solid #eee;
    font-size: 11px;
}

#wp-calendar tfoot tr td {
    background: #eee;
}

#wp-calendar td#prev, #wp-calendar td#next {
    position: relative;
    text-align: center;
    padding: 5px 0;
}

#wp-calendar td#next:before {
    content: "\2192";
}

#wp-calendar td#prev:before {
    content: "\2190";
}

.widget ul {
    padding-left: 0;
}

.widget ul li {
    list-style: none;
}

.widget ul li a {
    display: block;
    position: relative;
}

.widget.widget_nav_menu ul li a:before, .widget.widget_archive ul li a:before {
    content: "\bb";
    margin-right: 5px;
    margin-left: 2px;
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    -webkit-transform: translateY(0px);
    transform: translateX(0px);
    display: inline-block;
}

.widget ul li a:hover:before {
    -webkit-transform: translateY(3px);
    transform: translateX(3px);
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}


/* Menu */

.footer .sidebar-logo {
    text-align: center;
    margin-bottom: 45px;
    margin-top: 15px;
}

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

.footer .sidebar .widget-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 22px;
}

.footer .widget {
    background-color: #071230;
    border: 1px solid #050915;
    padding: 30px;
    margin-top: 15px;
}

.footer .widget ul li a {
    color: #fff;
}

.footer .widget ul li {
    list-style: none;
    border-top: 1px solid #1c294d;
    padding: 10px 0;
}

.footer .widget ul li label {
    width: 25%;
}

.footer .widget ul {
    padding-left: 0;
    margin-top: 10px;
}

.edit-link {
    font-size: 10px;
    background: #b39f6f;
    padding: 5px;
}

footer.entry-footer {
    background: transparent;
    display: block;
    margin-top: 10px;
    clear: both;
    position: relative;
    text-align: center;
}

.copyright {
    text-align: left;
    margin-top: 0;
    font-size: 12px;
    padding: 0;
    line-height: 28px;
}

footer ul.social-media li {
    display: inline-block;
    list-style: none;
    margin: 0 2px;
}

footer ul.social-media {
    display: inline-block;
    padding-left: 10px;
}

.sidebar img {
    max-width: 100%;
}

.subfooter {
    text-align: center;
}

.row-flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
}

.page-template-page-map .entry-header h1.entry-title {
    padding: 250px 10% 50px;
    color: #fff;
    text-shadow: 1px 1px 14px rgba(0, 0, 0, 0.74);
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    background: none;
    position: absolute;
    z-index: 2;
    bottom: 0;
}

.gallery {
    display: inline-block;
    padding: 2px;
}

.gallery:after {
    content: "";
    display: block;
    clear: both;
}

.gallery>figure {
    display: inline-block;
    margin: 5px 0;
    padding: 2px;
}

.gallery>figure img {
    width: 100%;
    margin-bottom: 0;
}

.gallery-columns-4>figure {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.gallery-columns-2>figure {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}

.na-product-categories-list .gallery figure {
    max-width: 100px;
}

.na-product-categories-list .gallery {
    padding: 0 5px;
    background: #24282e;
    background-color: rgba(249, 249, 249, 0.3);
    margin: 15px;
    border-radius: 3px;
}


/*==================================
Search Form
===================================*/

#searchform {
    opacity: 0;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(224, 224, 224, 0.9);
    width: 100%;
    height: 100%;
    z-index: -10;
    padding-top: 250px;
    text-align: center;
}

#searchform span.screen-reader-text {
    display: none;
}

#searchform input.search-field {
    border: 0;
    font-size: 30px;
    background: transparent;
    border-bottom: 3px solid #b7b6b6;
    max-width: 100%;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#searchform input.search-field:focus {
    border-color: #505050;
    outline: none;
}

#searchform .search-submit {
    background: rgb(120, 200, 140);
    border: 0;
    border-radius: 50%;
    font-size: 25px;
    width: 52px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.33);
    padding: 10px 10px 14px;
}

#searchform form>label {
    max-width: 80%;
}

#searchform form {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}

.search-active #searchform {
    display: block;
    z-index: 99999;
    opacity: 1;
}

#searchform a.search-close {
    font-size: 14px;
    background: #716f6d;
    border-radius: 30px;
    padding: 10px;
    text-transform: uppercase;
    position: absolute;
    position: fixed;
    bottom: 30px;
    left: 50%;
    width: 120px;
    color: rgba(255, 255, 255, 0.53);
    margin-left: -60px;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    opacity: 0;
}

#searchform a.search-close:hover {
    background: #444;
    text-decoration: none;
}

.search-active #searchform a.search-close {
    opacity: 1;
}

.search-active #searchform>form {
    display: block;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

#main article .entry-inner-content:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

.twitter-account .entry-category img {
    max-width: 50px;
    border-radius: 50%;
}

.twitter-account .entry-category .entry-image {
    text-align: center;
    float: left;
    margin-right: 5px;
    padding-top: 5px;
}

.twitter-content-wrapper .entry-category {
    font-size: 14px;
    color: #fff;
    margin: 5px 0;
}

.twitter-content-wrapper .entry-category a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

.twitter-wrapper {
    float: left;
    overflow: auto;
    max-width: 100%;
}

.twitter-content-wrapper.has-image .twitter-inner-wrapper {
    padding-left: 0;
    margin-right: 50%;
}

.twitter-content-wrapper.has-image {
    padding-right: 0%;
    padding-left: 16px;
}

.twitter-content-wrapper.has-image .tweet-icon {
    position: relative;
    top: 0;
    margin-top: 0;
    left: 0;
}

.twitter-content-wrapper.has-image .tweet-icon svg {
    width: 40px;
    height: 40px;
}

.twitter-inner-wrapper {
    padding-right: 15px;
    padding-left: 70px;
    position: relative;
}

.twitter-content-wrapper {
    text-align: left;
    color: #fff;
    width: 100%;
    position: relative;
    /*width: 500px;*/
    max-width: 100%;
}

.twitter-content-wrapper .tweet-icon svg {
    width: 60px;
}

.twitter-content-wrapper .tweet-icon {
    position: absolute;
    top: 50%;
    margin-top: -53px;
    left: 5px;
}

.account-tweets {}

.twitter-account .entry-category {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    margin: 0;
    color: #ddd;
}

.twitter-account .entry-category .description {
    display: block;
    font-size: 10px;
    line-height: 13px;
    margin: 0px;
    color: #eee;
}

.gallery-image {
    float: left;
    width: 25%;
    max-height: 300px;
    border: 1px solid #000;
    margin-bottom: 0 !important;
}

.twiiter-feed {
    position: absolute;
    background: rgba(255, 255, 255, 0.13);
    top: 15%;
    right: 5%;
    max-width: 400px;
    padding: 10px;
}

.twitter-account {
    text-align: left;
    color: #fff;
    margin-top: 5px;
    padding-top: 3px;
    margin-left: 15px;
    margin-right: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.twitter-account a {
    color: #fff;
    font-weight: bold;
}

.twitter-account .entry-meta>div label {
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 3px;
}

.twitter-account .entry-meta {
    font-size: 10px;
    text-align: center;
    margin-top: 5px;
}

.twitter-account .entry-meta:after {
    content: "";
    clear: both;
    display: block;
}

.twitter-account .entry-meta>div {
    float: left;
    border-right: 1px solid rgba(10, 22, 56, 0.06);
    background: rgba(255, 255, 255, 0.05);
    line-height: 20px;
    padding: 0 10px;
}

.twitter-account .entry-meta>div:last-child {
    border-right: 0;
}

.twitter-content-wrapper .entry-date {
    font-size: 11px;
}

.twitter-content-wrapper .entry-media img {
    max-height: 350px;
    max-width: 100%;
}

.twitter-content-wrapper.has-image .entry-media {
    display: block;
}

.twitter-content-wrapper .entry-content a {
    font-weight: bold;
    color: #eee;
}

.twitter-content-wrapper .entry-content {
    font-size: 12px;
}

.twitter-content-wrapper .social-icons {
    position: absolute;
    right: 0;
    top: 0;
}

.twitter-content-wrapper .social-icons a {
    padding: 0 3px;
}

.twitter-content-wrapper .entry-media {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    display: none;
}

.twitter-content-wrapper .entry-media .entry-photo {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.instagram-account .entry-category img {
    max-width: 50px;
    border-radius: 50%;
    margin-bottom: 0;
}

.instagram-account .entry-category .entry-image {
    text-align: center;
    float: left;
    margin-right: 10px;
}

.instagram-content-wrapper .entry-category {
    font-size: 14px;
    color: #fff;
    float: left;
}

.instagram-content-wrapper .entry-category a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

.instagram-wrapper {
    float: left;
    overflow: auto;
    width: 100%;
}

.instagram-content-wrapper.has-image .instagram-inner-wrapper {
    padding-left: 0;
    margin-right: 50%;
}

.account-insta {
    width: 100%;
    height: 370px;
    overflow-x: auto;
    overflow-y: hidden;
    display: block;
    position: relative;
    float: left;
    padding: 10px;
    background: #125688;
}

.instagram-content-wrapper.has-image {
    padding-right: 0%;
    padding-left: 16px;
}

.instagram-content-wrapper.has-image .tweet-icon {
    position: relative;
    top: 0;
    margin-top: 0;
    left: 0;
}

.instagram-content-wrapper.has-image .tweet-icon svg {
    width: 40px;
    height: 40px;
}

.instagram-inner-wrapper .entry-image img {
    margin: 0;
}

.instagram-inner-wrapper .entry-image {
    padding: 0 0 1px 1px;
}

.instagram-inner-wrapper {
    position: relative;
    height: 150px;
    width: 150px;
    float: left;
    overflow: hidden;
}

.instagram-content-wrapper {
    text-align: left;
    color: #fff;
    height: 300px;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    width: auto;
    overflow-y: hidden;
    overflow-x: auto;
    position: absolute;
}

.instagram-content-wrapper .tweet-icon svg {
    width: 60px;
}

.instagram-content-wrapper .tweet-icon {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 25px;
}

.instagram-account .entry-category {
    font-size: 16px;
    line-height: 22px;
    color: #eee;
    text-align: left;
    float: left;
    min-width: 50%;
    margin: 0;
}

.instagram-account .entry-category a {
    color: #eee;
}

.instagram-account .entry-category .description {
    display: block;
    font-size: 11px;
    line-height: 15px;
    margin: 10px;
}

.instagram-account {
    width: 100%;
    float: left;
    background: #125688;
    text-align: center;
    padding: 10px;
}

.instagram-account .entry-meta>div label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}

.instagram-account .entry-meta {
    background: rgb(141, 210, 245);
    border: 1px solid rgba(10, 22, 56, 0.06);
    border-radius: 3px;
    float: right;
}

.instagram-account .entry-meta:after {
    content: "";
    clear: both;
    display: block;
}

.instagram-account .entry-meta>div {
    float: left;
    width: 33%;
    border-right: 1px solid rgba(10, 22, 56, 0.06);
    padding: 10px 0;
}

.instagram-account .entry-meta>div:last-child {
    border-right: 0;
}

.instagram-content-wrapper .entry-date {
    font-size: 12px;
}

.instagram-content-wrapper .entry-media img {
    max-height: 350px;
    max-width: 100%;
}

.instagram-content-wrapper.has-image .entry-media {
    display: block;
}

.instagram-content-wrapper .entry-media {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    display: none;
}

.instagram-content-wrapper .entry-media .entry-photo {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.glitch {
    position: relative;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

@keyframes noise-anim {
    0% {
        clip: rect(45px, 9999px, 69px, 0);
    }
    5% {
        clip: rect(97px, 9999px, 50px, 0);
    }
    10% {
        clip: rect(56px, 9999px, 79px, 0);
    }
    15% {
        clip: rect(15px, 9999px, 15px, 0);
    }
    20% {
        clip: rect(74px, 9999px, 48px, 0);
    }
    25% {
        clip: rect(81px, 9999px, 76px, 0);
    }
    30% {
        clip: rect(31px, 9999px, 61px, 0);
    }
    35% {
        clip: rect(56px, 9999px, 65px, 0);
    }
    40% {
        clip: rect(19px, 9999px, 68px, 0);
    }
    45% {
        clip: rect(62px, 9999px, 24px, 0);
    }
    50% {
        clip: rect(13px, 9999px, 10px, 0);
    }
    55% {
        clip: rect(43px, 9999px, 83px, 0);
    }
    60% {
        clip: rect(51px, 9999px, 13px, 0);
    }
    65% {
        clip: rect(10px, 9999px, 64px, 0);
    }
    70% {
        clip: rect(89px, 9999px, 36px, 0);
    }
    75% {
        clip: rect(18px, 9999px, 56px, 0);
    }
    80% {
        clip: rect(89px, 9999px, 94px, 0);
    }
    85% {
        clip: rect(77px, 9999px, 57px, 0);
    }
    90% {
        clip: rect(41px, 9999px, 61px, 0);
    }
    95% {
        clip: rect(74px, 9999px, 1px, 0);
    }
    100% {
        clip: rect(34px, 9999px, 86px, 0);
    }
}

.glitch:after {
    content: "";
    background: url(https://www.yec-uae.com/uploads/2016/12/logo.png);
    position: absolute;
    left: 3px;
    text-shadow: -1px 0 red;
    top: 0;
    color: white;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim 4s infinite linear alternate-reverse;
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.6;
    top: 0;
}

@keyframes noise-anim-2 {
    0% {
        clip: rect(52px, 9999px, 38px, 0);
    }
    5% {
        clip: rect(4px, 9999px, 79px, 0);
    }
    10% {
        clip: rect(15px, 9999px, 71px, 0);
    }
    15% {
        clip: rect(27px, 9999px, 77px, 0);
    }
    20% {
        clip: rect(20px, 9999px, 44px, 0);
    }
    25% {
        clip: rect(5px, 9999px, 35px, 0);
    }
    30% {
        clip: rect(91px, 9999px, 46px, 0);
    }
    35% {
        clip: rect(55px, 9999px, 11px, 0);
    }
    40% {
        clip: rect(40px, 9999px, 21px, 0);
    }
    45% {
        clip: rect(85px, 9999px, 80px, 0);
    }
    50% {
        clip: rect(38px, 9999px, 72px, 0);
    }
    55% {
        clip: rect(2px, 9999px, 49px, 0);
    }
    60% {
        clip: rect(84px, 9999px, 32px, 0);
    }
    65% {
        clip: rect(39px, 9999px, 49px, 0);
    }
    70% {
        clip: rect(13px, 9999px, 25px, 0);
    }
    75% {
        clip: rect(22px, 9999px, 49px, 0);
    }
    80% {
        clip: rect(97px, 9999px, 30px, 0);
    }
    85% {
        clip: rect(3px, 9999px, 36px, 0);
    }
    90% {
        clip: rect(62px, 9999px, 47px, 0);
    }
    95% {
        clip: rect(52px, 9999px, 58px, 0);
    }
    100% {
        clip: rect(71px, 9999px, 97px, 0);
    }
}

.glitch:before {
    content: "";
    background: inherit;
    position: absolute;
    left: -1px;
    text-shadow: 1px 0 blue;
    top: 0;
    color: white;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.5;
    top: 0px;
}

.scrolling .glitch:before {
    /*top: -15px;*/
}


/****
Services
*****/

.services-image {
    background-size: cover;
    background-position: center;
}

ul.na-services-category {
    list-style: none;
    padding-left: 0;
    background: #fbfbfb;
}

ul.na-services-category li a:hover {
    text-decoration: none;
}

ul.na-services-category li span.btn {
    margin-top: 30px;
    border: 1px solid #2e3191;
}

ul.na-services-category li h3 {
    margin-top: 0;
}

ul.na-services-category li a {
    display: block;
    width: 50%;
    float: left;
    height: 350px;
    text-align: left;
    padding: 3% 5%;
    text-decoration: none;
}

ul.na-services-category li:nth-child(2n) a {
    float: right;
}

ul.na-services-category:after {
    content: "";
    clear: both;
    display: block;
}

@media (max-width:768px) {
    #searchform {
        padding-top: 100px;
    }
}