/*
Theme Name: Calcom
Theme URI: http://www.tbw.co.il
Author: Aviel Ayalon
Author URI: http://www.tbw.co.il
Description: WordPress Bootstrap 3.0.0 Custom Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: lighter;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  color: #0c263f;
}
ul {
  list-style: none;
}
ol {padding-right: 15px;}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
h1 {font-size: 44px;color: #fff;padding: 30px 32px;}
h2 { font-size: 25px; }
h3 { font-size: 20px; }
h4 { font-size: 17px; }
h5 { font-size: 13px; }
h6 { font-size: 10px; }
a  {color: #1CC6AF;}  
a:hover {text-decoration: none;}
strong { font-weight: bold; }
/* GENERAL */
* {
  margin: 0;
}
html, body {
  height: 100%;
  background-color: #fff;
}
.site-wrapper {
    min-height: 100%;
    margin-bottom: 55px;
}
.header-wrapper {
    position: fixed;
    width: 100%;
    z-index: 100000000000;
    background-color: #fff;
    height: auto;
}
.container.top-header {
    border-bottom: 10px solid #0B2540;
	position: relative;
}
.site-logo {
    float: left;
    position: relative;
    z-index: 100;
    margin-top: 10px;
}
.header-buttons {
    float: right;
    display: inline-block;
    margin-top: 15px;
}
.header-but-tel {
    width: 30px;
    float: right;
    display: inline-block;
}
.header-but-tel img {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.header-but-tel img:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.header-but-blog {
    float: right;
    display: inline-block;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    background-color: #0C263F;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.header-but-blog:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.header-but-blog a {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}
.header-but-demo {
    background-color: #1cc6af;
    padding: 0 10px;
    height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    float: right;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}
.header-but-demo:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.header-but-demo span {
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
}
span.demo-bold {
    font-weight: bold;
    margin-left: 3px;
}
.page-wrapper {
    padding-top: 71px;
}
.footer-wrapper {
    min-height: 100px;
    background-color: #1cc6af;
}
.header-title {
    border-bottom: 10px solid #dcdcdc;
    background: url(images/headerbck.jpg);
    background-repeat: no-repeat;
    height: 210px !important;
    background-size: cover;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
/* HOME PAGE */
.home-slider {
    margin-bottom: 10px;
}
.home-boxes {
    background-color: #f5f6f8;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
    margin-top: 10px;
}
.home-box {
    text-align: center;
    padding-top: 40px;
}
.home-box-left-image {
    background-image: url(images/CCbenefits0101.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 300px;
    background-position: 50% 0;
    margin-bottom: 40px;
}
.home-box-center-image {
    background-image: url(images/CCbenefits0201.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 300px;
    background-position: 50% 0;
    margin-bottom: 40px;
}
.home-box-right-image {
    background-image: url(images/CCbenefits0301.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 300px;
    background-position: 50% 0;
    margin-bottom: 40px;
}
.col-md-4.home-box-left:hover,  .home-box-left:hover h2, .home-box-left:hover p, .home-box-left:hover a, .home-box-left:hover span.glyphicon.glyphicon-menu-right {
    background-color: #ecedee;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    color: #0f314a !important;
}
.col-md-4.home-box.home-box-left:hover .home-box-left-image {
    background-image: url(images/CCbenefits0102.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.col-md-4.home-box-center:hover,  .home-box-center:hover h2, .home-box-center:hover p, .home-box-center:hover a, .home-box-center:hover span.glyphicon.glyphicon-menu-right {
    background-color: #ecedee;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    color: #0f314a !important;
}
.col-md-4.home-box.home-box-center:hover .home-box-center-image {
    background-image: url(images/CCbenefits0202.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.col-md-4.home-box-right:hover,  .home-box-right:hover h2, .home-box-right:hover p, .home-box-right:hover a, .home-box-right:hover span.glyphicon.glyphicon-menu-right {
    background-color: #ecedee;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    color: #0f314a !important;
}
.col-md-4.home-box.home-box-right:hover .home-box-right-image {
    background-image: url(images/CCbenefits0302.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.home-box img {
    padding-top: 55px;
    padding-bottom: 40px;
}
.box-title-wrap {
    display: table;
    width: 100%;
}
.home-box h2 {
    font-size: 28px;
    color: #37c8b4;
    margin-bottom: 32px;
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    font-weight: bold;
}
.home-box p {
    font-size: 21px;
    color: #37c8b4;
    margin-bottom: 20px;
    padding: 0 40px;
}
.fa-angle-right:before {
    content: "\f105";
    color: #1cc6af;
    font-size: 60px;
}
.home-text-wrap {
    background-color: #1cc6af;
    height: 440px;
    border-bottom: 10px solid #ecedee;
    margin-bottom: 80px;
    display: table;
    background-image: url(images/hometextbck.svg);
}
.home-text {
    display: table-cell;
    vertical-align: middle;
    height: 440px;
}
.home-text p {
    color: #fff;
    text-align: center;
    padding: 0 90px;
    font-size: 28px;
}
.home-workflow {
    text-align: center;
}
span.workflow-title {
    font-size: 44px;
}
.home-cat {
    min-height: 200px;
}
.home-cat h3 {
    color: #0c263f;
    border-bottom: 2px solid #0c263f;
    padding-bottom: 10px;
    padding-left: 10px;
}
.home-post-wrap {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}
h4.home-post-title {
    border-bottom: none;
    padding-left: 0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.home-post-wrap:hover, .home-post-wrap:hover h4, .home-post-wrap:hover p, .home-post-wrap:hover a {
    background: #0b253e;
    color: #fff !important;
}
.home-post-wrap p {
    margin-bottom: 20px;
}
.home-post-wrap a {
    color: #0C263F;
}
/* PRODUCT PAGE */
.product-intro-wrap {
    background-color: #666666;
    border-bottom: 10px solid #1cc6af;
}
.product-intro-wrap h1 {
    border-bottom: 4px solid #fff;
    /* padding-bottom: 20px; */
    color: #fff;
    padding: 0 0 20px 0;
}
.product-intro {
    padding-top: 20px;
}
.product-intro-text p {
    color: #fff;
}
.product-intro-info {
    display: table;
    width: 100%;
    height: auto;
    padding: 20px 0;
}
.product-intro-image {
    display: table-cell;
    vertical-align: middle;
}
.product-intro-info img {
    float: left;
    padding-right: 40px;
    padding-left: 40px;
    border-right: 2px solid #fff;
}
.product-intro-text {
    display: table-cell;
    vertical-align: middle;
    width: 75%;
    padding-left: 20px;
}
.product-content {
    background-color: #4c4c4c;
    color: #fff;
    float: left;
    margin-top: 10px;
    padding: 20px 0;
}
.product-content h2 {
    color: #fff;
    font-size: 32px;
    border-bottom: 4px solid #fff;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.product-content-text {
    padding-top: 40px;
    padding-bottom: 40px;
}
.product-content p {
    color: #fff;
}
li.hightlight-single-wrap:hover .hightlight-arrow span {
    background-image: url(images/arrow-right.png);
    background-repeat: no-repeat;
}
.content-highlight {
    display: table;
    padding-bottom: 40px;
}
.content-highlight-icon {
    display: table-cell;
    vertical-align: middle;
}
span.glyphicon.glyphicon-ok {
    color: #fff;
    font-size: 50px;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 50%;
}
.content-highlight-text {
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
}
.content-highlight strong {
    color: #fff;
    text-transform: uppercase;
}
ul.benefit-ul {
    padding: 20px 60px;
}

.product-benefits {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    background-color: #f6f6f6;
    padding: 20px 0;
}
.benefit-button {
    background-color: #1cc6af;
    color: #fff;
    border-radius: 50px;
    border: none;
    text-align: center;
    width: 50%;
    padding: 10px;
    position: relative;
}
.benefit-button p {
    background-color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    line-height: 45px;
    font-size: 60px;
    color: #1cc6af;
    left: 10px;
    position: absolute;
    top: 9px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.benefit-button p:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.benefit-button span {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
}
.product-last-content {
    float: left;
    background-color: #1cc6af;
    padding: 15px;
}
.product-last-content p {
    color: #fff;
}
.workflow {
    background-color: #f0f0f0;
    float: left;
    margin-top: 10px;
    width: 100%;
}
h2.workflow-title {
    text-transform: uppercase;
    color: #0c263f;
    border-bottom: 2px solid #0c263f;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}
.workflow p {
    margin-top: 20px;
}
.product-hightlights h2 {
    border-top: 10px solid #1CC6AF;
    border-bottom: 10px solid #1CC6AF;
    padding: 20px 35px;
    margin-top: 10px;
    color: #1CC6AF;
    font-weight: bold;
    text-transform: uppercase;
}
.product-hightlights {
    width: 100%;
    float: left;
}
ul.hightlight-ul {
    margin-top: 10px;
}
li.hightlight-single-wrap {
    background-color: #dcdcdc;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
}
.hightlight-single {
    display: table;
    padding: 5px 3px 5px 0px;
}
.hightlight-single p {
    font-weight: bold;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 35px;
    line-height: 45px;
}
.hightlight-arrow {
    float: right;
    padding: 10px 5px 10px 0px;
}
.hightlight-arrow span {
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    display: flex;
    width: 50px;
    height: 86px;
    background-image: url(images/arrow-right-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 86px;
}

/* PAGE */
.page-intro {
    border-top: 20px solid #0c263f;
    border-bottom: 20px solid #1CC6AF;
    background-color: #656565;
    padding: 20px 35px 20px 35px;
}
.span-35 {
    padding-right: 35px;
    padding-left: 35px;
}
/* ARCHIVE */
.content-wrapper {
    background-color: #F8F8F8;
}
.post-date {
    border-bottom: 2px solid;
    padding-bottom: 20px;
}
.content-wrapper {
    margin-top: 20px;
}
.sidebar-wrapper.blog {
    float: none;
}
.container.cat-wrapper {
    margin-top: 10px;
}
.post-row {
    background-color: #f8f8f8;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    display: table;
    padding: 15px 0;
}
ul.cat-grid {
    float: left;
    padding: 0 15px;
}
.cat-grid li {
    float: left;
    border-bottom: 4px solid #1cc6af;
}
h2.post-title {
    font-weight: bold;
    margin-bottom: 10px;
}
.post-text {
    margin-bottom: 10px;
}
.post-readmore {
    
}
.post-readmore a {
    color: #0C263F;
    font-weight: bold;
}

/* FOOTER */
.container.footer-wrap {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 12px solid #fff;
}
.footer-wrap h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;
}
.footer-wrap h5 {
    font-size: 21px;
    color: #fff;
}
.footer-wrap a {
    color: #fff;
}
.break {
    float: left;
    margin-top: 10px;
}
.break-right {
    float: right;
    width: 100%;
}
.social-wrap {
    float: left;
    margin-top: 33px;
    width: 100%;
}
.break-right a.tel-link {
    float: right;
    margin-bottom: 5px;
    width: 30px;
}
img.tel-icon {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 30px;
}
a.tel-link {
    float: left;
    display: inline-block;
}
img.footer-logo {
    float: left;
    margin-right: 10px;
}
p.footer-rights {
    float: left;
    color: #fff;
    display: inline-block;
    margin-top: 8px;
}
div#credit-wrap {
    float: right;
    margin-top: 8px;
}
.footer-last {
    border-top: 2px solid #fff;
    float: left;
    width: 100%;
    padding: 30px 0 0 0;
    margin-top: 40px;
}
/* C&S page */
/* challenge */
.challenge-left {
    background-color: #ededed;
    border-right: 10px solid #fff;
    background-image: url(images/CCgeneric-bck.svg);
    background-repeat: no-repeat;
    background-position-y: 100%;
    background-size: contain;
}
.challenge-intro-wrapper {
    background-color: #1CC6AF;
}
.challenge-intro-wrapper strong {
    font-weight: bold;
    color: #fff;
}
.challenge-full-text {
    background-color: #f8f8f8;
    margin-top: 10px;
    padding: 40px;
}
.challenge-intro-wrapper p {
    color: #fff;
    padding: 40px 40px; */
}
/* RESOURCES */
h2.partner-title.media-title {
    color: #1CC6AF;
}
.media-download h3 {
    color: #1CC6AF;
    display: table-cell;
    vertical-align: middle;
    line-height: 28px;
    cursor: pointer;
}
.media-download span {
    color: #1CC6AF;
    font-size: 30px;
    margin-top: -20px;
    margin-left: 5px;
}
.media-download {
    color: #1CC6AF;
}
.media-download {
    height: 40px !important;
}
.media-download a {
    line-height: 30px;
    width: 100%;
}

/* solution */
.challenge-wrapper {
    margin-top: 0;
    height: 100%;
    min-height: 100%;
    display: inline-block;
}
.solution-wrapper {
    margin-top: 5px;
    height: 100%;
    min-height: 100%;
    display: inline-block;
}
.solution-left {
    background-color: #ededed;
    border-right: 10px solid #fff;
    background-image: url(images/CCgeneric-bck.svg);
    background-repeat: no-repeat;
    background-position-y: 100%;
    background-size: contain;
}
.solution-intro-wrapper {
    background-color: #fbc236;
    padding: 40px;
}
.solution-intro-wrapper strong {
    font-weight: bold;
    color: #0b253e;
}
.solution-full-text {
    background-color: #f8f8f8;
    margin-top: 10px;
    padding: 40px;
}
.solution-intro-wrapper p {
    color: #0D253D;
}
.c-s-cta {
    float: left;
    width: 100%;
    background-color: #0D2740;
    margin-top: 0;
}
.cta-intro p {
    color: #fff;
}
.cta-intro {
    padding: 40px;
}
.cta-bold {
    padding: 0 40px 40px 40px;
    font-weight: bold;
    color: #fff;
}
.cta-icons {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}
.cta-contact {
    display: inline-block;
    margin-right: 60px;
}
.cta-contact img {
        -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.cta-contact img:hover {
        -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.cta-datasheet {
    display: inline-block;
}
.cta-icons h3 {
    color: #fff;
}
/* CONTACT */
.contact-wrap {
    background-color: #656565;
}
.contact-wrap.left {
    border-bottom:  10px solid #fbc236;
    margin-right: 5px;
    padding-bottom: 41px;
}
.contact-wrap.right {
    border-bottom:  10px solid #1cc6af;
    margin-left: 5px;
}
.contact-map {
    max-width: 100%;
    height: 400px;
}
.contact-info {
    padding: 60px;
}
.contact-info h3 {
    color: #fff;
}
.contact-location {
    color: #fff;
    margin-bottom: 5px;
}
.contact-location:before {
    content: url('images/location-c.svg');
    position: relative;
    left: 0px;
    top: 10px;
    margin-right: 5px;
}
.contact-location.left:before {
    content: url('images/location-y.svg');
}
a.contact-phone {
    color: #fff;
    display: block;
    margin-bottom: 5px;
}
a.contact-phone:before {
    content: url('images/phone-c.svg');
    position: relative;
    left: 0px;
    top: 10px;
    margin-right: 5px;
}
a.contact-phone.left:before {
    content: url('images/phone-y.svg');
}
a.contact-mail {
    color: #fff;
}
a.contact-mail:before {
    content: url('images/mail-c.svg');
    position: relative;
    left: 0px;
    top: 10px;
    margin-right: 5px;
}
a.contact-mail.left:before {
    content: url('images/mail-y.svg');
}
a.contact-fax {
    color: #fff;
    display: block;
    margin-bottom: 5px;
}
a.contact-fax:before {
    content: url('images/fax-c.svg');
    position: relative;
    left: 0px;
    top: 10px;
    margin-right: 5px;
}
.contact-form {
    background-color: #656565;
    float: left;
    width: 100%;
    margin-top: 10px;
    background-image: url(images/contactbck.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#contact-page-form {
    padding: 30px 45px 55px 40px;
}

input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    margin-bottom: 10px;
    height: 50px;
    font-size: 18px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 230px;
}
.contact-form-but {
    float: right;
    margin-right: 15px;
    border: none;
    background-color: #fff;
    width: 133px;
    padding: 10px;
    margin-top: 5px;
}
.contact-form-but:hover {
    background-color: #1CC6AF;
    color: #fff;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.last-field {
    margin-bottom: 0;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #656565 !important;
    opacity: 1;
    padding: 2px 5px; 
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #656565 !important;
    opacity: 1;
    padding: 2px 5px; 
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #656565 !important;
    padding: 2px 5px; 
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #656565 !important;
    padding: 2px 5px; 
    opacity: 1;
}
/* PARTNERS */
h2.partners-title {
    border-top: 10px solid #1CC6AF;
    border-bottom: 10px solid #1CC6AF;
    padding: 20px 35px;
    color: #1CC6AF;
    font-weight: bold;
    text-transform: uppercase;
}
.partners-wrapper {
    background-color: #f5f6f7;
    margin-bottom: 10px;
    padding: 30px 150px;
}
.section-2 h2 {
    text-transform: uppercase;
    border-bottom: 2px solid;
    padding-bottom: 20px;
}
.section-2 p {
    padding-top: 20px;
}
.partners-single {
    text-align: center;
    padding: 60px 0px 20px 0px;
    position: relative;
    border-bottom: 10px solid #ccc;
    margin-bottom: 50px;
}
li.col-md-4.partners-single-wrap {
    max-width: 375px;
}
li.col-md-4.partners-single-wrap:last-child {
    margin-left: 8px !important;
}
li.col-md-4.partners-single-wrap:first-child {
    margin-right: 7px !important;
}
li.col-md-4.tech-partners-single-wrap {
    max-width: 375px;
}
li.col-md-4.tech-partners-single-wrap:first-child {
    margin-right: 7px !important;
}
h2.partner-title {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.partner-logo {
    margin-top: 20px;
    height: 90px;
}
.flag-icon {
    border-bottom: 10px solid #ccc;
    position: relative;
    margin-bottom: 50px;
}
.flag-icon img {
    position: absolute;
    top: -30px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.partner-text p {
    padding: 0 15px;
}
.partner-logo {
    margin-top: 20px;
    height: 90px;
    position: relative;
}
.partner-logo img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.become-section1 {
    background-color: #1CC6AF;
    height: 300px;
    margin-top: 10px;
    display: table;
}
.section1-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding: 0 150px;
}
h2.become-section1-title {
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid;
    padding-bottom: 20px;
}
.section1-wrapper p {
    color: #fff;
    margin-top: 20px;
}
.become-section2 {
    display: table;
    background-color: #0B2540;
    margin-top: 10px;
    width: 100%;
    padding: 40px 0;
}
.section2-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding: 0 150px;
}
.section2-wrapper p {
    color: #fff;
}

/* COMPANY */
.sidebar-wrapper.company {
    float: none;
}
.container.about {
    margin-top: 10px;
}
.col-md-3.about-text {
    background-color: #ededed;
    border-right: 10px solid #fff;
}
.col-md-9.about-text {
    background-color: #ededed;
}
div#about-us-text {
    padding: 20px;
}
div#section-2-wrapper {
    background-color: #656565;
    padding: 20px 35px;
    margin-top: 10px;
}
#section-2-wrapper h2 {
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
}
#section-2-intro {
    margin-top: 20px;
    margin-bottom: 20px;
}
#section-2-intro p {
    color: #fff;
}
.content-highlight-text p {
    color: #fff;
}
#section-2-last-text p {
    color: #fff;
}
#managment-team {
    margin-top: 10px;
}
ul.managment {
    margin-top: 10px;
}
.managment-person {
    background-color: #f8f8f8;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    display: table;
    padding: 50px 0;
    background-image: url(images/managbck.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.left-managment {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 30%;
}
.right-managment {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
}
.managment-right {
    padding: 0 200px 0 0px;
}
#managment-person-title {
    margin-bottom: 30px;
}
#managment-person-title span {
    text-transform: uppercase;
    font-size: 17px;
}
.managment-person h4 {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}
.managment-person p {
    float: left;
}
.managment-featured img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    max-width: 230px;
    max-height: 230px;
    display: inline-block;
}
/* GENERAL PAGE */
.sidebar-wrapper {
    /*float: left;*/
}
.sidebar-text p {
    text-align: center;
    font-weight: bold;
    padding: 35px 0;
    border-bottom: 2px solid #fff;
}
.sidebar-datasheet {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
}
.sidebar-text {
    padding: 0 10px;
}

/* ENTRY CONTENT CSS */
.entry-content {background-color: #f6f6f6;padding: 35px 40px;}
.entry-content p { margin-bottom: 20px; }
.entry-content li {list-style: disc;margin-left: 20px;}
.entry-content a { text-decoration: underline;}
.entry-content strong {font-weight: bold;}

/* MEDIA QUEIRS */

@media (max-width: 1200px) {
#challenge-icon-wrapper:after {
    border-width: 60px 111.5px 0 111.5px !important;
}
#challenge-icon-wrapper.solution:after {
    border-width: 60px 111.5px 0 111.5px !important;
}
.header-buttons {
    float: none;
    position: absolute;
    left: 43%;
    margin-top: 15px;
}
.navbar-collapse.collapse {
    display: block !important;
}
.navbar-collapse.collapse {
    display: none;
}
.navbar {
    display: none !important;
}
.navbar-toggle {
    display: block;
}
}
@media (min-width: 992px) {
 .mobile-rollback {
    display: none
}
.row.home-cat1 {
    margin-right: 0;
}
.row.home-cat2 {
    margin-right: 0;
    margin-left: 0;
}
.row.home-cat3 {
    margin-left: 0;
}
li.benefit-single {
    border-radius: 150px;
    padding: 20px;
    margin-bottom: 10px;
    color: #fff;
    text-align: left;
    display: table;
    width: 100%;
    background-image: url('images/benefitsbck.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 160px;
    background-color: #1cc6af;
}
li.benefit-single p {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    color: #fff;
    padding-left: 200px;
}
}
@media (max-width: 991px) {
.col-md-3.about-text {
    border-right:  none;
    margin-bottom: 10px;
}
.sidebar-wrapper.blog {
    float: none;
}
.desctop-arrow {
    display: none;
}
.mobile-arrow {
    display: inline-block;
    height: auto;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg) !important;
}
.solution-left {
    border-right: none !important;
}
.challenge-left {
    border-right: none !important;
}
.home-text-wrap {
    height: auto;
}
.home-text {
    padding: 40px 0;
    height: auto;
}
.home-text p {
    font-size: 1em;
    padding: 0 15px;
}
div#slide-wrap {
    background-size: cover !important;
}
.workflow-tooltip {
    left: 15% !important;
}
#slide-wrap { 
    padding: 0 40px !important; 
}
.managment-right {
    padding: 0 20px 0 40px;
}
.managment-featured img {
    margin-left: 20px;
}
li.col-md-4.partners-single-wrap {
    margin: 0 auto !important;
}
li.col-md-4.partners-single-wrap:first-child {
    margin: 0 auto !important;
}
li.col-md-4.partners-single-wrap:last-child {
    margin: 0 auto !important;
}
li.col-md-4.tech-partners-single-wrap {
    margin: 0 auto !important;
}
li.col-md-4.tech-partners-single-wrap:first-child {
    margin: 0 auto !important;
}
li.col-md-4.tech-partners-single-wrap:last-child {
    margin: 0 auto !important;
}
.arrow-icon {
    margin-top: 0 !important;
    margin-bottom: 25px;
}
.partners-wrapper {
    padding: 30px 20px;
}
.arrow-icon img {
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    margin-top: 20px;
}
.rollback-wrapper {
    display: none;
}
.mobile-rollback {
    width: 60px;
    height: 100%;
    position: absolute;
    left: 90px;
    top: -100px;
    background-image: url(images/CCSVGX-59.svg);
    background-repeat: no-repeat;
    background-position-y: 74%;
}
}
@media (min-width: 991px) {
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.last-field {
    margin-bottom: 0;
}
.contact-left {
    border-right: 2px solid #fff;
}
}
@media (min-width: 765px) {
#home-slider {
    display: block;
}
#mobile-slider {
    display: none;
}
}
@media (min-width: 765px) and  (max-width: 991px){
li.benefit-single {
    border-radius: 150px;
    padding: 20px;
    margin-bottom: 10px;
    color: #fff;
    text-align: left;
    display: table;
    width: 100%;
    background-image: url('images/benefitsbck.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 160px;
}
li.benefit-single p {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    color: #fff;
    padding-left: 200px;
}
}
@media (max-width: 764px) {
.modal {
	top: 10%;	
}
h1 {
    padding: 30px 42px;
    font-size: 30px;
}
#home-slider {
    display: none;
}
#mobile-slider {
    background-image: url(images/sliderbck.svg);
    display: block;
    width: 100%;
    background-size: cover;
}
#mobile-slider-inner {
    padding: 40px;
    text-align: center;
}
#main-text p {
    font-size: 6vh;
    color: #fff;
    font-weight: bold;
}
#sub-text {
    color: #fff;
    font-size: 5vh;
}
#mobile-slider-inner span {
    color: #fff;
}
.section1-wrapper {
    padding: 0 35px;
}
.section2-wrapper {
    padding: 0 35px;
}
.site-logo {
    padding-left: 10px;
}
.header-but-demo {
    margin-right: 10px;
}
.header-but-blog {
    display: none;
}
.header-but-tel {
    display: none;
}
.managment-person {
    display: block;
}
.left-managment {
    display: block;
    width: 100%;
}
#managment-person-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.managment-right {
    padding: 0 20px;
}
.managment-featured img {
    margin-left: 0;
}
.content-highlight {
    display: block;
}
.content-highlight-icon {
    display: block;
    vertical-align: top;
    text-align: center;
}
.content-highlight-text {
    padding-left: 0;
    display: block;
    vertical-align: top;
    text-align: center;
}
span.glyphicon.glyphicon-ok {
    margin-bottom: 10px;
}
.managment-person p {
    text-align: center;
}
.contact-info {
    padding-left: 20px;
}
.product-intro-image {
    display: none;
}
li.benefit-single {
    border-radius: 0;
    padding: 20px;
    color: #fff;
    text-align: left;
    width: 100%;
    background-size: contain;
    background-color: #1cc6af;
    border-bottom: 1px solid;
}
li.benefit-single p {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}
ul.benefit-ul {
    padding: 0;
    margin-top: 10px;
}
.break {
    margin-right: 30px;
    margin-bottom: 10px;
}
.social-wrap {
    margin-top: 0;
}
.break-right {
    float: left;
}
.break-right {
    float: left;
    width: auto;
}
.break-right a.tel-link {
    float: left;
    display: inline-block;
    margin-right: 20px;
}
div#credit-wrap {
    float: left;
}
}
@media (max-width: 660px) {
ul.benefit-ul {
    margin-top: 20px;
}
.benefit-button {
    display: table;
    margin: 0 auto;
}
.benefit-button p {
    width: 30px;
    height: 30px;
    font-size: 100%;
    line-height: 30px;
    float: left;
    display: table-cell;
    vertical-align: middle;
}
.benefit-button span {
    font-size: 1em;
}
}
@media (max-width: 510px) {
.mobile-rollback {
    left: 30px;
}

}
/* HOME WORKFLOW */
.workflow-wrapper {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
    margin-top: 40px;
}
.container.workflow-wrapper {
    text-align: center;
    margin-top: 40px;
    max-width: 1040px;
}
.arrow-icon {
    margin-top: 50%;
    position: relative;
}
.icon-wrap img {
    margin-bottom: 20px;
        width: 100%;
    height: auto;
}
h2.icon1-title {
    color: #fcc236;
    font-weight: bold;
    font-size: 20px;
}
p.icon1-text {
    color: #fcc236;
}
h2.icon2-title {
    font-weight: bold;
    color: #1cc5ae;
    font-size: 20px;
}
p.icon2-text {
    color: #1cc5ae;
}
h2.icon3-title {
    font-weight: bold;
    color: #0b253e;
    font-size: 20px;
}
p.icon3-text {
    color: #0b253e;
}
.rollback-wrapper {
    background-image: url(images/CCworkarrow03.svg);
    width: 100%;
    height: 37px;
    background-repeat: no-repeat;
    margin-top: -40px;
    background-position: 50% 0;
}
.workflow-tooltip {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    right: 10%;
    border: 1px solid #1CC5AE;
    border-radius: 50%;
    line-height: 23px;
    background-color: #fff;
}
.icon-wrap a {
    color: #1CC5AE;
}
.icon-wrap {
    position: relative;
    margin-bottom: 70px;
    float: left;
    text-align: center;
}
/**/
@media (max-width: 991px) {
.contact-left {
    margin-bottom: 10px;
}
.icon-wrap {
    float: none;
    margin-bottom: 25px;
    max-width: 200px;
    margin: 0 auto;
}
.icon-wrap img {
    max-width: 160px;
}
.sidebar {
    border-right: none !important;
}
.sidebar-datasheet {
    padding-bottom: 20px;
}
.col-md-9.nopadding.content-wrapper {
    border-top: 20px solid #fff;
}
}


.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
}
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}




.tooltip-wrap {
    display: inline;
    position: relative;
}
.tooltip-wrap:hover:after{
    background: #333;
    background: rgb(246, 246, 246);
    border-radius: 0;
    bottom: 34px;
    color: #0B253E;
    content: attr(title);
    right: -100%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
    border-bottom: 4px solid #1CC5AE;
}
.tooltip-wrap:hover:before{
    border: solid;
    border-color: #1CC6AF transparent;
    border-width: 6px 6px 0 6px;
    bottom: 28px;
    content: "";
    right: 0%;
    position: absolute;
    z-index: 99;
}



/* WORKFLOW 2*/
.workflow-icon {
    float: left;
    display: inline-block;
    text-align: center;
    width: 25%;
}
.workflow-arrows {
    float: left;
    display: inline-block;
    /* margin-top: 115px; */
    width: 12%;
}
.second {

}

.workflow-icon.first {
    background-image: url(images/learning-mode-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 243px;
    height: 248px;
    max-width: 100%;
    max-height: 100%;
}
.workflow-icon.second {
    background-image: url(images/enforcement-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 243px;
    height: 248px;
    max-width: 100%;
    max-height: 100%;
}
.workflow-icon.third {
    background-image: url(images/monitoring-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 243px;
    height: 248px;
    max-width: 100%;
    max-height: 100%;
}
.workflow-arrows.right {
     width: 12%;
    float: left;
    display: inline-block;
}
.workflow-arrows.left {
    width: 12%;
    float: left;
    display: inline-block;
    position: relative;
}
.arrow-right {
    background-image: url(images/arrow2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 137px;
    height: 21px;
    max-width: 100%;
    max-height: 100%;
    margin-top: 100%;
}
.arrow-left {
    background-image: url(images/arrow1.png);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100%;
    max-height: 100%;
    width: 137px;
    height: 21px;
    margin-top: 100%;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
.dropdown-menu li:hover {
    background-color: #DCDCDC;
}
li.menu-title:hover {
    background-color: #0C263F;
}
.caret {
    display: none;
}
.navbar-default .navbar-nav>li>a:hover {
    border-top: 10px solid #0C263F;
    margin-top: -10px;
}
.menu-title {
    background-color: #0C263F;
}
.menu-title a {
    color: #fff !important;
}
/*********************/
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
@media (min-width: 991px) {
}

.sidebar {
    background-color: #f6f6f6;
    border-right: 10px solid #fff;
    background-image: url(images/CCgeneric-bck.svg);
    background-repeat: no-repeat;
    background-position-y: 100%;
    background-size: contain;
}


/* RECO SLIDER */
.home-testimonials {
    margin-bottom: 20px;
    margin-top: 40px;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.slide-wrapper {
    display: table;
    height: 350px;
    width: 100%;
}
#slide-wrap {
    display: table-cell;
    vertical-align: middle;
    padding: 0 250px;
    background-image: url(images/recombck.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #0C263F;
}
#reco-text p {
    color: #fff;
}
#reco-text {
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
    direction: ltr;
}
#reco-name {
    color: #fff;
    margin-top: 10px;
}

/* 
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: white;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}



.map {
    width:100%;
    height:500px;   
}


.map-wrap {
    position:relative; 
}
    
.map-wrap .overlay {
    width:100%;
    min-height:500px; 
    position:absolute; 
    top:0;
}

/* HOME SLIDER */
.home-slide-wrapper img {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    border-radius: 0 !important;
}


@media (min-width: 768px) {
.modal-dialog {
    margin: 100px auto;
}
.modal-dialog.video {
    width: 70%;
    margin: 100px auto;
}
.navbar-collapse.collapse {
    display: none!important;
}
}

@media (min-width: 1200px) {
.navbar-collapse.collapse {
    display: block!important;
}
}



#click-menu.admin-bar-showing {
    margin-top: -5px !important;
}
.mobile-nav {
    float: right;
    margin-top: 20px;
}
#click-menu {
    position: relative !important;
    top: -10px !important;
}
#responsive-menu .responsive-menu li a {
    text-transform: uppercase !important;
}
#responsive-menu.admin-bar-showing {
    padding-top: 0 !important;
}
/* PAGINATION */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #1CC6AF;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #0c263f;
}


/* content styles */

.inside {
  margin-top: 20px;
  margin-bottom: 20px;
}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.content {
  padding: 12px 3px;
}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
.desctop-arrow {
    display: block;
    margin-left: 35px;
}
.mobile-arrow {
    display: none;
}
.row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
.col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top;
  }
.col-md-top {
    vertical-align: top;
  }
.col-md-middle {
    vertical-align: middle;
  }
.col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}
#challenge-icon-wrapper {
    background-color: #1CC6AF;
    padding: 37px 0 0px 0;
}
#challenge-icon-wrapper.solution {
    background-color: #FBC236;
}
#challenge-icon {
    text-align: center;
}
#challenge-icon-wrapper:after {
    clear: both;
    right: 0;
    top: 268px;
    left: 0;
    border: solid transparent;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 137.5px 0 137.5px;
    border-color: #1cc6af transparent transparent transparent;
}
#challenge-icon-wrapper.solution:after {
    clear: both;
    right: 0;
    top: 271px;
    left: 0;
    border: solid transparent;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 137.5px 0 137.5px;
    border-color: #FBC236 transparent transparent transparent;
}
#challenge-icon-wrapper h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
#about-us:before { 
  display: block; 
  content: " "; 
  margin-top: -75px; 
  height: 75px; 
  visibility: hidden; 
}
#managment-team:before { 
  display: block; 
  content: " "; 
  margin-top: -75px; 
  height: 75px; 
  visibility: hidden; 
}
#channel-partners:before { 
  display: block; 
  content: " "; 
  margin-top: -75px; 
  height: 75px; 
  visibility: hidden; 
}
#technoligy-partners:before { 
  display: block; 
  content: " "; 
  margin-top: -75px; 
  height: 75px; 
  visibility: hidden; 
}
#become-partner:before { 
  display: block; 
  content: " "; 
  margin-top: -75px; 
  height: 75px; 
  visibility: hidden; 
}

h2.popup-title {
    color: #fff;
    margin-bottom: 20px;
}
#datasheet-modal.modal {
    top: 10%;
}
#datasheet-modal.modal .modal-content {
    background-color: #565656 !important;
    border: none;
}
.popup-but {
    background-color: #1cc6af;
    color: #fff;
    border: none;
    padding: 5px 25px;
}
.close{
    color: #fff;
    opacity: 1;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #FFFFFF;
    color: #fff;
}
#sidebar-spacer {
    min-height: 250px;
}


.cta-datasheet img {
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.cta-datasheet img:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
 .modal-content {
    border: none;
}
.download-item {
    display: table;
    margin: 0 auto;
}
.download-item h3 {
    color: #1CC6AF;
    display: table-cell;
    vertical-align: middle;
    line-height: 28px;
    cursor: pointer;
}
.download-item span {
    color: #1CC6AF;
    font-size: 30px;
    margin-top: 2px;
    margin-left: 5px;
}


.modal-content.video {
    background-color: #565656;
}
.modal-content {
    background-color: #565656 !important;
    background: url(images/headerbck.jpg);
    background-size: contain;
}

.embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 

    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.but-demo {
    background-color: #1cc6af;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}
.but-demo span {
    color: #fff;
}

.solution-full-text li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}
.challenge-full-text li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}




.embed-container.video { 
    padding-bottom: 0%;
}

@media (max-width: 480px) {
.home-posts {
    padding-right: 5px;
    padding-left: 5px;
}
.home-box-left-image {
    width: 100%;
    height: 200px;
}
.home-box-center-image {
    width: 100%;
    height: 200px;
}
.home-box-right-image {
    width: 100%;
    height: 200px;
}
}
span.glyphicon.glyphicon-menu-right {
    content: "\f105";
    color: #1cc6af;
    font-size: 38px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.partner-text.media-text {
    min-height: 100px;
}