/**********************************************
Mobile Navigation
**********************************************/

/*
@media screen and (max-width: 1140px) {
    .header-style-1.header-align-left .mk-nav-responsive-link {
    display: none!important;
    }
    .header-style-1.header-align-left .header-logo {
        width: 100%;
        text-align: center;
    }
    .main-nav-side-search {
        position: relative!important;
    }
    .mk-desktop-logo.dark-logo {
        position: relative!important;
    }
    .header-style-1.header-align-left .header-logo a {
        margin: auto!important;
        float: none!important;
    }
    #responsive-menu-pro-container #responsive-menu-pro-title {
        padding: 3% 20%!important;
    }
    #responsive-menu-pro-container #responsive-menu-pro-title #responsive-menu-pro-title-image img {
            max-width: 100%
        }
    button#responsive-menu-pro-button {
        top: 5px!important;
    }
    .responsive-menu-pro-submenu .responsive-menu-pro-submenu-depth-1 .responsive-menu-pro-submenu-open {
        background-color: #fff;
    }
    #responsive-menu-pro-container #responsive-menu-pro > li.responsive-menu-pro-item {
        text-transform: uppercase;
        font-family: 'RbNo3.1light';
        font-size: 14px;
    }

}
@media screen and (max-width: 1140px) {
    button#responsive-menu-pro-button {
        position: absolute!important;
    }
}
*/

@media handheld, only screen and (max-width: 1280px) {
  .mk-padding-wrapper {
    padding:0px!important;
  }
}


/**********************************************
Desktop Navigation
**********************************************/

nav .mk-main-navigation .js-main-nav {
  width: 1280px!important;
  text-align: center!important;
}

.header-style-1.header-align-left .mk-grid .mk-header-nav-container {
  text-align: center;
}

.second-navigation-ul>li>a.menu-item-link {
  text-transform: initial!important;
}

.main-nav-side-search {
  position: absolute!important;
  right: 23%;
}

@media all and (max-width: 1200px) {
  .main-nav-side-search {
    right: 27%;
  }
}

@media all and (max-width: 800px) {
  .main-nav-side-search {
    right: 28%;
  }
}

.mk-second-navigation {
  position: absolute;
  right: 0;
}


/**********************************************
Careers hover function
**********************************************/

.comp-overlay-careers {
  background-image: linear-gradient(to top, rgba(0, 173, 239, 0.8), rgba(0, 173, 239, 0.92));
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.overlay-active:hover .comp-overlay-careers {
  display: block !important;
  padding: 5px;
  bottom: 0;
}

.comp-overlay-inner-careers {
  position: absolute;
  padding: 5px 15px;
}

.co-caption-careers {
  text-align: center;
  font-family: 'montserratlight';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 15px;
  font-size: 12px;
  line-height: normal;
  font-weight: 500;
}

.co-credit-careers {
  font-family: 'rbno3.1book';
  text-align: center;
  width: 100%;
  padding: -10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px!important;
}

.careers_grid {
  padding-top: 90px;
}


/**********************************************
Products hover function
**********************************************/

.comp-copy {
  max-width: 100%;
  float: none;
  margin: 0 auto;
  position: relative;
  color: #fff;
  word-break: break-word;
  font-family: 'RbNo3.1light';
}

.comp-copy.overlay-active {
  display: inline-block;
}

.overlay-active:hover .comp-overlay {
  display: block !important;
}

.comp-overlay {
  background-image: linear-gradient(to top, rgba(0, 173, 239, 0.8), rgba(0, 173, 239, 0.32));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.comp-overlay-inner {
  position: absolute;
  bottom: 5px;
  padding: 0 15px;
}

.co-caption {
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
}

.co-credit {
  text-align: center;
  width: 100%;
  padding: 0 15px;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
}

.co-credit a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.co-credit a:hover, a:focus {
  color: #fff;
  text-decoration: underline;
}


/**********************************************
Company hover function
**********************************************/

.company-img {
  width: 125%;
  max-width: inherit;
  height: 767px;
  margin-left: -25%;
  margin-top: -75px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.company-overlay-inner {
  position: relative;
  top: 50%;
  width: 80%;
  float: right;
}

.company-caption {
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'RbNo3.1book';
}

.company-credit {
  text-align: center;
  width: 100%;
  padding: 0 15px;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-family: 'RbNo3.1book';
}

.company-credit a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.company-credit a:hover, a:focus {
  color: #fff;
  text-decoration: underline;
}


/**********************************************
Footer strike line
**********************************************/

.footer-strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: normal;
  padding: 10px 0px 20px;
}

.footer-strike a {
  color: #00adef !important;
}

.footer-strike>span {
  position: relative;
  display: inline-block;
  color: #c8c9c7;
}

.footer-strike>span:before, .footer-strike>span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #c8c9c7;
}

.footer-strike>span:before {
  right: 100%;
  margin-right: 15px;
}

.footer-strike>span:after {
  left: 100%;
  margin-left: 15px;
}

.footer-strike-inner {
  margin: 0 5px;
}

#footer-address {
  white-space: nowrap;
}

@media all and (max-width: 434px) {
  #footer-address-divider {
    visibility: hidden;
  }
}


/**********************************************
Footer copyright line
**********************************************/

.footer-link a {
  color: #c8c9c7;
}

@media all and (min-width: 800px) {
  .footer-icon {
    position: relative;
    text-align: right;
  }
}

.footer-icon i .mk-svg-icon {
  height: 28px!important;
  width: 28px!important;
}

@media all and (max-width: 800px) {
  .footer-icon {
    text-align: center;
  }
}

@media all and (min-width: 801px) {
  .footer-icon {
    text-align: right;
  }
}

.fa {
  font-size: 24px!important;
  color: #ddd;
}


/**********************************************
Search Results
**********************************************/

#search-hero {
  background-image: url('/wp-content/uploads/2017/03/background_01.jpg');
  height: 321px;
  width: 100%;
  position: absolute;
  top: 0;
  background-size: cover;
}


/**********************************************
Single Post
**********************************************/

#theme-page {
  z-index: 2!important;
}

.content-title-holder {
  width: 100%;
  position: absolute;
}

#author-hero-info {
  width: 700px;
  text-align: left;
  top: 170px;
  color: #000;
}

.mk-blog-hero.bold-style .content-holder {}

.mk-blog-hero.bold-style .mk-author-avatar {
  margin: 0!important;
  float: left;
}

.mk-blog-hero.bold-style .content-holder .mk-author-name {
  color: #000;
  top: 50px;
  position: relative;
}

.mk-blog-hero.bold-style .content-holder .mk-author-name a {
  color: #000;
  top: 0!important;
}


/**********************************************
Archive Author Image
**********************************************/


/*
#author_pic {
    width: 60px;
    position: absolute;
}
.author-name {
    float: left;
    margin-left: 65px;
}
.vc_gitem-col-align-left {
    height: 60px!important;
}
*/


/*.vc_grid-item-zone-c-bottom:hover {
    opacity: .5;
    transform: rotateY(180deg);
    transition: 0.3s;
    backface-visibility: hidden;
}*/


/**********************************************
"Card Flip" feature
**********************************************/

.vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item .vc_grid-item-mini, .vc_masonry_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item .vc_grid-item-mini, .vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item .vc_grid-item-mini, .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item .vc_grid-item-mini {
  -webkit-perspective: 800;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
}

/* We add our own hover class with JS */

.child_hovered {
  -webkit-transform: rotateY(-180deg);
  -webkit-transition: 0.5s;
}

.card-back {
  -webkit-transform: rotateY(-180deg);
  background: #00aeef;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  border-radius: 7px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.child_hovered .card-back {
  display: flex;
  -webkit-transform: rotateY(180deg);
}

.card-back a, .card-back span {
  display: block;
  color: #fff;
}

.card-back a {
  max-width: 65%;
  margin: 0 auto;
  padding: 7px 15px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 5px;
  text-decoration: none;
}

.card-back a:hover {
  background: #fff;
  color: #00aeef;
}

.card-back span {
  padding: 0 7px 20px 7px;
  text-align: center;
  font-size: 20px;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .flipper .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9:before {
    padding-top: 80%;
  }
  .brochure-tile .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9:before {
    padding-top: 80%;
  }
  .ebook-tile .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9:before {
    padding-top: 80%;
  }
  .card-back span {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  body.home .page-section-content .vc_col-sm-6 {
    margin-bottom: 20px;
  }

  blockquote, code, dl, fieldset, ol, p, pre, table, ul {
    margin-bottom: 20px;
    margin-left: 5%;
    margin-right: 5%;
  }

}


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

.vc_col-sm-12 {
  margin-left:5%;
  margin-right:5%!important;
}

}


/**********************************************
Author image
**********************************************/

.post-avatar {
  border-radius: 50%;
}

/**********************************************
Hide on print
**********************************************/
@media print {
    .rum_sst_contents { 
        display: none !important;
    }
    .txlive-langselector {
        display: none !important;
    }
}

/**********************************************
Date in corner of blogs
**********************************************/
.date-in-right-corner {
    font-size: 11px;
    color: #fff;
    float: right;
}
