
@font-face
{
    font-family: 'Montserrat';
    
}

body{   
    /*background-color: #5faadd;*/
    font-family: 'Montserrat', sans-serif;
    background: url(../../images/header-background.png) no-repeat left top, #5faadd
        url(../../images/footer-background.png) no-repeat center bottom;
    /*background-size: 60% auto;*/
}
.grey-background {
    background: #6d8d9c;
    /*background: url(../../images/grey-header-background.png) no-repeat left top, #6c8d9c
        url(../../images/grey-footer-background.png) no-repeat center bottom;*/
}
h1 {
    color: #ffffff;
    font-size: 61px;
}
h2 {
    color: #ffffff;
    margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
}
em.tm{
    font-size: 24px;
}
.display-inline{
    display: inline-block;
}
.mgt-80{
    margin-top: 80px;
}
.mgt-40{
    margin-top: 40px;
}
.mgt-20{
    margin-top: 20px;
}
.mgt-100{
    margin-top: 100px;
}
.menu-block{
    padding-top: 20px;
}
.lang-block{
    padding-top: 28px; 
}
.logo-block a{
    display: block;
    text-align: center;
}
.logo-block a img{
    margin: 0 auto;
}
.container-text p{
    font-size: 17px;
    color: #231f20;
    margin: 0 0 20px;
    line-height: 19px;
}
.container-text img {
    max-width: 100%;
}
.thumbnail-container {
    margin-top: 40px;
    margin-bottom: 30px;
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
.thumbnail-container.gallery-cont{
    margin-top: 10px;
}
.thumbnail-container li {
    width: 33.3333%;
    float: left;
}
.thumbnail-container li img {
    box-shadow: 4px 4px 13px 0 rgba(41, 72, 94, 0.75);
}
.list-inline > li{
    padding-right: 0px;
}

.help-block{
    color: #231f20; 
    font-size: 12px;
    width: 100%;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    padding-right: 25px;
}
.gallery-cont .help-block{
    padding-top: 15px;
}
i.arrow-bullet{
    background: url(../../images/arrow-bullet.png) no-repeat;
    background-size: 100% auto;
    display: inline-block;
    width: 16px;
    line-height: 16px;
    
}
i.arrow-bullet:before{
   content: '\00a0 '; 
}
.marketing-platform-links{
    margin: 50px 0 40px 0;
}
.marketing-platform-links li{
    width: 19.5%;
    padding:0;
    position: relative;
}
.marketing-platform-links li a{
    color: #ffffff;
    font-size: 30px;
    padding-top:20px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    line-height: 24px;
}
.marketing-platform-links li a:hover{
    text-decoration: none;
}
.plus {
    position: absolute;
    color: #ffffff;
    font-size: 30px;
    top: 20px;
}
.social-crm-link {
    border-top: 5px solid #ffdc00;
    margin:0 30px;
    display: block;
}
.lovalty-portal-link {
    border-top: 5px solid #f37977;
    margin:0 30px;
    display: block;
}
.franchise-management-link {
    border-top: 5px solid #f99f38;
    margin:0 30px;
    display: block;
}
.ecommerce-suite-link{
    border-top: 5px solid #d2de24;
    margin:0 30px;
    display: block;
}
.campaign-management-link{
    border-top: 5px solid #ab93c5;
    margin:0 30px;
    display: block;
}
.marketing-platform-links li:first-child span{
    margin-left: 0;
}
.marketing-platform-links li:last-child span{
    margin-right: 0;
}

.bottom-links {
    text-align: center;
    margin-top: 100px;
}
.bottom-links li a{
    color: #4b4b4c;
    border: 1px solid #4b4b4c;
    padding: 5px 20px;
    border-radius: 22px;
    font-size: 22px;
    min-width: 120px;
    display: inline-block;
}
.bottom-links li a:hover {
    color: #ffffff;
    background: #4b4b4c;
    text-decoration: none;
}
.footer-planet-content{
    text-align: center;
    padding-top:50px;
}
.footer-text {
    text-align: center;
    padding-top: 15px;
}
.footer-text span{
    font-size: 12px;
    color: #4b4b4c;
}
.footer-text a{
    color: #4b4b4c;
    display: inline-block;
    padding-left: 20px;
    text-decoration: underline;
}
.logo {
    max-width: 238px;
}
.lang-block {
    text-align: right;
}
.header a{
    color: #ffffff;
    font-size: 22px;
}
.lang-block a{
    font-size: 12px;
}
.menu-button {
    background: none;
    border: none;
}
.icon-bar{
    background: #ffffff !important;
    display: block;
    height: 3px;
    width: 22px;
    margin-bottom: 3px;
    border-radius: 1px;
}

.header {
    padding-top: 30px;
    position: relative;
}

.about-us-footer {
    background: url(../../images/about-us-img.png) no-repeat;
    background-size: auto 100%;
    padding-bottom: 20px;
    min-height: 600px;
    position: relative;
}
.about-us-footer .footer-text{
    position: absolute;
    bottom: 23px;
    width: 100%;    
}
.about-us-footer .footer-text span, .about-us-footer .footer-text a {
    color: #ffffff;
}
.about-us-footer .contact-btn {
    position: absolute;
    top: 260px;
    left: 20px;
    width: 100%;
    text-align: center;
}
.about-us-footer .contact-btn a{
    color: #4b4b4c;
    padding: 5px 20px;
    border-radius: 22px;
    font-size: 22px;
    min-width: 120px;
    display: inline-block;
    background: #ffffff;
}
.horizon-panel .panel {
    background: none;
    box-shadow: none;
}
.horizon-panel .panel-default {
    border: none;
}
.horizon-panel .panel-heading {
    background: none;
    border: none;
    padding: 10px 0px;
}
.horizon-panel .panel-heading a{
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
    background: url(../../images/arrow-right.png) no-repeat;
    background-size: auto 60%;
    background-position: center left;
    padding-left: 25px;
}
.horizon-panel .panel-heading a.collapsed{
    background: url(../../images/arrow-bottom.png) no-repeat;
    background-size: auto 60%;
    background-position: center left;
}
.white-back{
    background: #ffffff;
    padding: 30px 0;
}
.top-section {
    margin-bottom: 20px;
    margin-top: 40px;
    position: relative;
}
.top-section img {
    margin:0 auto;
}
.banner-content{
    padding: 20px;
    position: absolute;
    top: 30px;
    right: 0;
    width: 39%;
    min-height: 185px;
    color: #231f20;
}
.banner-content span{
    display:block;
}
.banner-content span.sm-title{
    font-size: 30px;
    line-height: 30px;
}
.banner-content span.bg-title{
    font-size: 60px;
    line-height: 54px;
}
.banner-content p{
    line-height: 15px;
    margin-top:5px;
}
.campaign-management .banner-content{
    background: #ab92c5;
}
.franchise-management .banner-content{
    background: #f99f38;
}
.loyalty-portal .banner-content{
    background: #f37977;
}
.government .banner-content{
    background: #dddddd;
}
.social-crm .banner-content {
    background: #ffdc00;
}
.ecommerce-suite .banner-content {
    background: #d2de24;
}

.to-bottom {
    background: url(../../images/arrow-bottom-bl.png) no-repeat; 
    background-size: 100% auto;
    width:22px;
    height: 14px;
    display:block;
}
.to-bottom:hover{
    text-decoration: none;
}
.pointer-title {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    display: block;
    line-height: 26px;
}
.custom-ul {
    padding-left: 0px;
    font-size: 17px;
    font-style: italic;
    margin-bottom: 20px;
}
ul.custom-ul li {
    list-style:none;
}
ul.custom-ul li:before {
    color:#ffffff; 
    content:"\2022"; 
    padding-right: 15px; 
    position:relative;
    top: -1px;
}
.technology-title {
    position: relative;
    white-space: nowrap;
}
.technology-title img {
    max-width: 100px;
    position: absolute;
    top: -65px;
    right: 0;
}

.news {
    border-top: 2px solid #ffffff;
    position: relative;
}

.socials-l{
    background: url(../../images/social-share.png) no-repeat; 
    background-size: 100% auto;
    position: absolute;
    top: 25px;
    left: 35px;
    display: block;
    width:15px;
}
.socials-l:hover{
    background: url(../../images/social-share-bl.png) no-repeat;
    background-size: 100% auto;
    text-decoration: none;   
}
.news-date {
    color: #ffffff;
    font-size: 15px;
    display: block;
    margin-bottom: 20px;
}
.news h2{
    margin-bottom: 5px;
}
.news-header {
    position: relative;
}
.news-header h1{
    display: inline-block; 
    float: left;
    margin-bottom: 40px;
}
.news-header img {
    max-width: 254px; 
    position: absolute;
    right: 0;
    bottom:0;
}
.news-feature .sm-title{
    font-size: 14px;
    display: block;
    color: #ffffff;
}
.news-feature .bg-title{
    font-size: 22px;
    line-height: 22px;
    display: block;
    color: #ffffff;
    margin-bottom: 5px;
}
.news-feature p{
    font-size: 14px;
    margin-bottom: 10px;
}
.news-feature {
    position: absolute;
    right: -160px;
    bottom: 20px;
    width: 150px;
}
.news-feature a{
    color: #231f20;
    text-transform: uppercase;
    text-decoration: underline;
}
.key-link{
    background: url(../../images/key.png) no-repeat; 
    background-size: 100% auto;
    display: block;
    width:28px;
    height: 28px;
}
.office {
    background: url(../../images/contact-arrow.png) no-repeat; 
    background-size: 17px auto;
    background-position: center left;
    padding-left: 20px;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    margin: 40px 0 20px 0;
    display: block;
}
.contact p{
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 3px;
}
.white{
    display: inline-block;
    color: #ffffff;
    padding-right: 20px;
    font-size: 17px;
    min-width: 37px;
}
.contact .address{
    margin-bottom: 15px;
}
.contact-social a{
    color: #ffffff;
    font-size: 15px;
    margin-top: 35px;
    display: inline-block;
    margin-right: 30px;
}
.contact-facebook{
    background: url(../../images/facebook.png) no-repeat; 
    background-size: 14px auto;
    background-position: center left;
    padding-left: 20px;
}

.contact-linkedin{
    background: url(../../images/linkedin.png) no-repeat; 
    background-size: 16px auto;
    background-position: center left;
    padding-left: 20px;
}

.contact-twitter{
    background: url(../../images/twitter.png) no-repeat; 
    background-size: 16px auto;
    background-position: center left;
    padding-left: 20px;
}

.menu-hover {
    min-height: 300px;
    width: 100%;
    position: absolute;
    top:0;
    background: rgba(51, 93, 124, 0.7);
    z-index: 999999;
}
.menu-content {
    width: 400px;
    margin-left: 80px;
    min-height: 300px;
    padding: 20px 50px;
    background: #8a8c8f url(../../images/menu-cloud.png) no-repeat;
    background-position: bottom left;
    background-size: 100% auto;
    -webkit-box-shadow: 4px 4px 13px 0px rgba(41, 72, 94, 0.75);
    -moz-box-shadow:    4px 4px 13px 0px rgba(41, 72, 94, 0.75);
    box-shadow:         4px 4px 13px 0px rgba(41, 72, 94, 0.75);
}
.menu-content a {
    color: #ffffff;
    font-size: 18px;
    display: block;
}
.menu-content a.bordered-top{
    border-top: 2px solid #c4c4c4;
    margin-top:30px;
}
.social-srm-menu .circle{
    background: #ffdc00; 
}
.loyalty-portal-menu .circle{
    background: #f37977; 
}
.franchise-management-menu .circle{
    background: #f99f38; 
}
.ecommerce-suite-menu .circle{
    background: #d2de24; 
}
.campaign-management-menu .circle{
    background: #ab93c5; 
}
.platforms-menu li{
    padding-top: 15px;
}
.platforms-menu span{
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 4px;
    margin-right: 20px;
    line-height: 12px;
    position: static;
}
.platforms-menu a{
    display: inline-block;
}
/*.platforms-menu a:hover{
text-decoration: none;
border-bottom: 2px solid #c4c4c4;
margin-bottom: -2px;
}*/

.technology-menu {
   /* background: url(../../images/technology.png) no-repeat; 
    background-size: 24px auto;
    background-position: center left;*/
    padding-left: 14px;
    margin-top: 25px;
}
.testimonials-menu {
    /*background: url(../../images/technology.png) no-repeat; 
    background-size: 24px auto;
    background-position: center left;*/
    padding-left: 15px;
    margin-top: 25px;
}
.about-us-menu {
    /*background: url(../../images/about-us.png) no-repeat; 
    background-size: 23px auto;
    background-position: center left;*/
    padding-left: 15px;
    margin-top: 25px;
}
.contact-us-menu {
    /*background: url(../../images/contact-us.png) no-repeat; 
    background-size: 18px auto;
    background-position: center left;*/
    padding-left: 20px;
    margin-top: 25px;
}
.news-menu{
    /*background: url(../../images/news.png) no-repeat; 
    background-size: 30px auto;
    background-position: center left;*/
    padding-left: 15px;
    margin-top: 25px;
}
.gallery-menu{
    /*background: url(../../images/gallery.png) no-repeat; 
    background-size: 29px auto;
    background-position: center left;*/
    padding-left: 15px;
    margin-top: 25px;
}
.social-menu a{
    background-size: 100% auto;
    height: 22px;
    display: inline-block;
    margin: 0 5px;
}
.social-menu a:first-child{
    margin-left: 0;
}
.google-plus{
    background: url(../../images/google-plus.png) no-repeat; 
    width: 21px; 
}
.facebook{
    background: url(../../images/facebook-menu.png) no-repeat; 
    width: 21px; 
}
.linkedin{
    background: url(../../images/linkedin-menu.png) no-repeat; 
    width: 21px; 
}
.twitter{
    background: url(../../images/twitter-menu.png) no-repeat; 
    width: 21px; 
}
.social-icon-one{
    background: url(../../images/social-icon-one.png) no-repeat; 
    width: 25px; 
}
.copyright-menu{
    color: #4b4b4c;
    display: block;
    margin-top: 15px;
}
.mobile-header{
    display: none;
}

.schema { position: relative; width: 559px; height: 541px; margin: 0 auto; }
.circle { position: absolute; cursor: pointer; }
.circle a { display: block;}
.circle a.onhover{
    -webkit-box-shadow: 4px 4px 13px 0px rgba(41, 72, 94, 0.75);
    -moz-box-shadow:    4px 4px 13px 0px rgba(41, 72, 94, 0.75);
    box-shadow:         4px 4px 13px 0px rgba(41, 72, 94, 0.75);
    color: #231f20;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 12px;
    display: none;
    position: absolute; top: 0px; width: 100%; height: 100%; 
}
.circle-yellow img {width: 204px; height:184px;}
.circle-red img {width: 161px; height:210px;}
.circle-orange img {width: 211px; height:190px;}
.circle-green img {width: 200px; height:178px;}
.circle-lila img {width: 186px; height:213px;}
.circle-center img {width: 559px;}

.circle-yellow {
    height: 210px;
    left: 167px;
    text-align: center;
    top: 0;
    width: 210px;
    z-index: 99999;
}
.circle-yellow .onhover{    
    border: 23px solid #ffdc00;
    border-radius: 105px;
    line-height: 290px;
}
.circle-red{
    height: 210px;
    right: 0;
    text-align: right;
    top: 120px;
    width: 210px;
    z-index: 99999;
}
.circle-red .onhover{    
    border: 23px solid #f37977;
    border-radius: 105px;
    line-height: 290px;
    text-align: center;
}
.circle-orange{
    bottom: 0px;
    height: 211px;
    right: 60px;
    text-align: right;
    width: 211px;
    z-index: 99999;
}
.circle-orange img{
    margin-top: 18px;
}
.circle-orange .onhover{    
    border: 23px solid #f99f38;
    border-radius: 105px;
    line-height: 290px;
    text-align: center;
}
.circle-green{
    bottom: 0;
    height: 210px;
    left: 63px;
    text-align: left;
    width: 210px;
    z-index: 99999;
}
.circle-green img{
    margin-top: 31px;
}
.circle-green .onhover{    
    border: 23px solid #d2de24;
    border-radius: 105px;
    line-height: 290px;
    text-align: center;
}
.circle-lila{
    height: 215px;
    left: 0;
    text-align: left;
    top: 129px;
    width: 215px;
    z-index: 99999;
}
.circle-lila .onhover{    
    border: 23px solid #ab93c5;
    border-radius: 105px;
    line-height: 290px;
    text-align: center;
}

#links a{margin-right: 20px;}

.icons-menu i{
    color: #ffffff;
    font-size: 22px;
}
.icons-menu li a{
    display: inline-block;
}
.icons-menu .fa-map-marker{
    padding-left: 7px;
}

/**** menu ****/
.c-menu {
  position: fixed;
  z-index: 200;
  background-color: #67b5d1;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}

.c-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-menu--slide-left,
.c-menu--slide-right,
.c-menu--push-left,
.c-menu--push-right {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    background-color: #8a8c8f;
    box-shadow: 4px 4px 13px 0 rgba(41, 72, 94, 0.75);
    
}
.dropdown-menu > li > a {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
}
.dropdown-toggle {
    text-transform: uppercase;
}


@media all and (min-width: 320px) {
  .c-menu--slide-left,
  .c-menu--slide-right,
  .c-menu--push-left,
  .c-menu--push-right {
    width: 300px;
  }
}

.c-menu--slide-left .c-menu__item,
.c-menu--slide-right .c-menu__item,
.c-menu--push-left .c-menu__item,
.c-menu--push-right .c-menu__item {
  display: block;
  text-align: center;
  border-top: solid 1px #b5dbe9;
  border-bottom: solid 1px #3184a1;
}
.c-menu--slide-left .c-menu__item:first-child,
.c-menu--slide-right .c-menu__item:first-child,
.c-menu--push-left .c-menu__item:first-child,
.c-menu--push-right .c-menu__item:first-child {
  border-top: none;
}
.c-menu--slide-left .c-menu__item:last-child,
.c-menu--slide-right .c-menu__item:last-child,
.c-menu--push-left .c-menu__item:last-child,
.c-menu--push-right .c-menu__item:last-child {
  border-bottom: none;
}

.c-menu--slide-left .c-menu__link,
.c-menu--slide-right .c-menu__link,
.c-menu--push-left .c-menu__link,
.c-menu--push-right .c-menu__link {
  display: block;
  padding: 12px 24px;
  color: #fff;
}

.c-menu--slide-left .c-menu__close,
.c-menu--slide-right .c-menu__close,
.c-menu--push-left .c-menu__close,
.c-menu--push-right .c-menu__close {
  display: block;
  padding: 12px 24px;
  width: 100%;
}

.c-menu--slide-left,
.c-menu--push-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media all and (min-width: 320px) {
  .c-menu--slide-left,
  .c-menu--push-left {
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
  }
}

.c-menu--slide-left.is-active,
.c-menu--push-left.is-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.c-menu--slide-right,
.c-menu--push-right {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
@media all and (min-width: 320px) {
  .c-menu--slide-right,
  .c-menu--push-right {
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px);
  }
}

.c-menu--slide-right.is-active,
.c-menu--push-right.is-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}



@media (max-width : 767px) {
    .thumbnail-container li{
        float: none;
        width: 100%;
        width: 100%;
    }
    .marketing-platform-links li {
        float: none;
        width: 100% !important;
        display: block;
    }
    .marketing-platform-links li:first-child span, .marketing-platform-links li:last-child span{
        margin-left: 30px !important;
    }
    .marketing-platform-links li a{
        padding-top: 10px;
        margin-bottom: 20px;
        text-align: center;
    }
    .thumbnail-container li img{
        margin:0 auto;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    .thumbnail-container li{
        float: none;
        width: 100%;
        width: 100%;
    }
    .marketing-platform-links li {
        float: none;
        width: 100% !important;
        display: block;
    }
    .marketing-platform-links li:first-child span, .marketing-platform-links li:last-child span{
        margin-left: 30px !important;
    }
    .marketing-platform-links li a{
        padding-top: 10px;
        margin-bottom: 20px;
        text-align: center;
    }
    .plus {
        display: none;
    }
    .thumbnail-container li img{
        margin:0 auto;
    }
    .menu-content{
        margin-left: 0;
        padding: 20px 30px;
        width: 100%;
    }
    .bottom-links li {
        display: block;
        margin-bottom: 15px;
    }
    .bottom-links {
        margin-top: 50px;
    }
    .site-header{
        display: none;
    }
    .mobile-header{
        display: block;
    }
    .mobile-header .row .col-sm-6{
        width: 49%;
        display: inline-block;
        margin-bottom: 20px;
    }
    .header {
        padding-top: 20px;
    }
    .menu-hover{
        top: 55px;
    }

    .schema { width: 270px; height: 262px;}
    .circle-yellow img {width: 102px; height:92px;}
    .circle-red img {width: 81px; height:105px;}
    .circle-orange img {width: 106px; height:95px;}
    .circle-green img {width: 100px; height:90px;}
    .circle-lila img {width: 95px; height:107px;}
    .circle-center img {width: 270px;}

    .circle-yellow {
        height: 110px;
        left: 78px;
        top: 0;
        width: 110px;
    }
    .circle-yellow .onhover{    
        border: 14px solid #ffdc00;
        border-radius: 105px;
        line-height: 120px;
    }
    .circle-red{
        height: 110px;
        right: 0;
        top: 55px;
        width: 110px;
    }
    .circle-red .onhover{    
        border: 14px solid #f37977;
        border-radius: 105px;
        line-height: 120px;
    }
    .circle-orange{
        bottom: -13px;
        height: 110px;
        right: 22px;
        width: 110px;
    }
    .circle-orange img{
        margin-top: 14px;
    }
    .circle-orange .onhover{    
        border: 14px solid #f99f38;
        border-radius: 105px;
        line-height: 120px;
    }
    .circle-green{
        bottom: -13px;
        height: 110px;
        left: 30px;
        width: 110px
    }
    .circle-green img{
        margin-top: 17px;
    }
    .circle-green .onhover{    
        border: 14px solid #d2de24;
        border-radius: 105px;
        line-height: 120px;
    }
    .circle-lila{
        height: 110px;
        left: 0;
        top: 65px;
        width: 110px;
    }
    .circle-lila .onhover{    
        border: 14px solid #ab93c5;
        border-radius: 105px;
        line-height: 120px;
    }

    .top-section img{
        width:50%;
        margin: 0;
    }
    .banner-content{
        width: 50%;
        top: 0;
        right: 1px;
        padding:10px;
        min-height: 155px;
    }
    .banner-content span.sm-title{
        font-size: 22px;
    }
    .banner-content span.bg-title {
        font-size: 40px;
        line-height: 40px;
    }
    .news-header img{
        display: none;
    }
    .news-feature {
        right: 0;
    }
    .technology-title{
        white-space:normal;
    }
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
    .thumbnail-container li{
        float: none;
        width: 100%;
        width: 100%;
    }
    .marketing-platform-links li {
        float: none;
        width: 100% !important;
        display: block;
    }
    .plus {
        display: none;
    }
    .marketing-platform-links li:first-child span, .marketing-platform-links li:last-child span{
        margin-left: 30px !important;
    }
    .marketing-platform-links li a{
        padding-top: 10px;
        margin-bottom: 20px;
        text-align: center;
    }
    .thumbnail-container li img{
        margin:0 auto;
    }
    .menu-content{
        margin-left: 0;
        padding: 20px 30px;
        width: 100%;
    }
    .top-section img{
        width:50%;
        margin: 0;
        padding-top: 20px;
    }
    .banner-content{
        width: 50%;
        top: 0;
        right: 1px;
        padding:10px;
    }
    .banner-content span.sm-title{
        font-size: 22px;
    }
    .banner-content span.bg-title {
        font-size: 40px;
        line-height: 40px;
    }
    .site-header{
        display: none;
    }
    .mobile-header{
        display: block;
    }
    .mobile-header .row .col-sm-6{
        width: 49%;
        display: inline-block;
        margin-bottom: 20px;
    }
    .header {
        padding-top: 20px;
    }
    .menu-hover{
        top: 55px;
    }

    .schema { width: 270px; height: 262px;}
    .circle-yellow img {width: 102px; height:92px;}
    .circle-red img {width: 81px; height:105px;}
    .circle-orange img {width: 106px; height:95px;}
    .circle-green img {width: 100px; height:90px;}
    .circle-lila img {width: 95px; height:107px;}
    .circle-center img {width: 270px;}

    .circle-yellow {
        height: 110px;
        left: 78px;
        top: 0;
        width: 110px;
    }
    .circle-yellow .onhover{    
        border: 14px solid #ffdc00;
        border-radius: 105px;
        line-height: 120px;
    }
    .circle-red{
        height: 110px;
        right: 0;
        top: 55px;
        width: 110px;
    }
    .circle-red .onhover{    
        border: 14px solid #f37977;
        border-radius: 105px;
        line-height: 120px;
    }
    .circle-orange{
        bottom: -13px;
        height: 110px;
        right: 22px;
        width: 110px;
    }
    .circle-orange img{
        margin-top: 14px;
    }
    .circle-orange .onhover{    
        border: 14px solid #f99f38;
        border-radius: 105px;
        line-height: 120px;
    }
    .circle-green{
        bottom: -13px;
        height: 110px;
        left: 30px;
        width: 110px
    }
    .circle-green img{
        margin-top: 17px;
    }
    .circle-green .onhover{    
        border: 14px solid #d2de24;
        border-radius: 105px;
        line-height: 120px;
    }
    .circle-lila{
        height: 110px;
        left: 0;
        top: 65px;
        width: 110px;
    }
    .circle-lila .onhover{    
        border: 14px solid #ab93c5;
        border-radius: 105px;
        line-height: 120px;
    }
    .news-header img{
        display: none;
    }
    .news-feature {
        right: 0;
    }
    .technology-title{
        white-space:normal;
    }
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
    .thumbnail-container li{
        float: none;
        width: 100%;
        width: 100%;
    }
    .marketing-platform-links li {
        float: none;
        width: 100% !important;
        display: block;
    }
    .plus {
        display: none;
    }
    .marketing-platform-links li:first-child span, .marketing-platform-links li:last-child span{
        margin-left: 30px !important;
    }
    .marketing-platform-links li a{
        padding-top: 10px;
        margin-bottom: 20px;
        text-align: center;
    }
    .thumbnail-container li img{
        margin:0 auto;
    }
    .site-header{
        display: none;
    }
    .mobile-header{
        display: block;
    }
    .mobile-header .row .col-sm-6{
        width: 49%;
        display: inline-block;
        margin-bottom: 20px;
    }
    .header {
        padding-top: 20px;
    }
    .menu-hover{
        top: 55px;
    }
    .schema { width: 270px; height: 262px;}
    .circle-yellow img {width: 102px; height:92px;}
    .circle-red img {width: 81px; height:105px;}
    .circle-orange img {width: 106px; height:95px;}
    .circle-green img {width: 100px; height:90px;}
    .circle-lila img {width: 95px; height:107px;}
    .circle-center img {width: 270px;}

    .circle-yellow {
        height: 110px;
        left: 78px;
        top: 0;
        width: 110px;
    }
    .circle-yellow .onhover{    
        border: 14px solid #ffdc00;
        border-radius: 105px;
        line-height: 120px;
    }
    .circle-red{
        height: 110px;
        right: 0;
        top: 55px;
        width: 110px;
    }
    .circle-red .onhover{    
        border: 14px solid #f37977;
        border-radius: 105px;
        line-height: 120px;
    }
    .circle-orange{
        bottom: -13px;
        height: 110px;
        right: 22px;
        width: 110px;
    }
    .circle-orange img{
        margin-top: 14px;
    }
    .circle-orange .onhover{    
        border: 14px solid #f99f38;
        border-radius: 105px;
        line-height: 120px;
    }
    .circle-green{
        bottom: -13px;
        height: 110px;
        left: 30px;
        width: 110px
    }
    .circle-green img{
        margin-top: 17px;
    }
    .circle-green .onhover{    
        border: 14px solid #d2de24;
        border-radius: 105px;
        line-height: 120px;
    }
    .circle-lila{
        height: 110px;
        left: 0;
        top: 65px;
        width: 110px;
    }
    .circle-lila .onhover{    
        border: 14px solid #ab93c5;
        border-radius: 105px;
        line-height: 120px;
    }
    .top-section img{
        width:50%;
        margin: 0;
    }
    .banner-content{
        width: 50%;
        top: 0;
        right: 1px;
        padding:10px;
        min-height: 155px;
    }
    .banner-content span.sm-title{
        font-size: 22px;
    }
    .banner-content span.bg-title {
        font-size: 40px;
        line-height: 40px;
    }
    .news-header img{
        display: none;
    }
    .news-feature {
        right: 0;
    }
    .technology-title{
        white-space:normal;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 979px) {

    .marketing-platform-links li {
        float: none;
        width: 100% !important;
        display: block;
    }
    .marketing-platform-links li:first-child span, .marketing-platform-links li:last-child span{
        margin-left: 30px !important;
    }
    .marketing-platform-links li a{
        padding-top: 10px;
        margin-bottom: 20px;
        text-align: center;
    }
    .thumbnail-container li img{
        margin:0 auto;
    }
    .news-header img{
        right: 160px;
    }
    .news-feature {
        right: 0;
    }
}

@media only screen and (min-width : 980px) and (max-width : 1023px) {

}

@media only screen and (min-width : 1024px) and (max-width : 1223px) {

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {

}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */
}