/*----------------------
        GENERAL
----------------------*/

#header-push {
  height: 0;
}

#background-content, #section-top{
  overflow:hidden;
}

/*----------------------
        TOP
----------------------*/

#section-top .heading1 {
  font-size: 52px;
  font-weight: 400;
  line-height: 70px;
  margin-top: 80px;
}

@media (min-width: 521px) {
  #section-top .btn-home {
    display: inline-block!important;
  }
}

#section-top-rgpd img{
  margin-top: 80px;
  width: 160px;
  opacity: 0.8;
}

#section-top-rgpd-mobile {
  display: none;
}

#section-top-rgpd-mobile img{
  margin: 20px;
  width: 80px;
  vertical-align: middle;
  opacity: 0.8;
}

#section-top .heading3 {
  margin-bottom: 50px;
}

#section-top {
  background-image: url("/images/apps/backend/modules/account/quote-home.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section-top .row-table{
  min-height: 600px;
  height: 400px;
}

#section-top .link-video:hover i {
  border: 2px solid #fff;
  background: #fff;
  color: #2A3653;
}

/*----------------------
        SECTIONS
----------------------*/
#section-conversion li {
  margin-bottom: 6px;
  line-height: normal;
}

#conversion-schema{
  position: relative;
  padding: 40px 0;
  margin-bottom: 20px;
  background: #00bad3; /* Old browsers */
  background: -moz-linear-gradient(left,  #00bad3 0%, #ffaf10 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00bad3), color-stop(100%,#ffaf10)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #00bad3 0%,#ffaf10 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #00bad3 0%,#ffaf10 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #00bad3 0%,#ffaf10 100%); /* IE10+ */
  background: linear-gradient(to right,  #00bad3 0%,#ffaf10 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bad3', endColorstr='#ffaf10',GradientType=1 ); /* IE6-9 */
}

#conversion-schema .heading4{
  color: #fff;
  margin: 0;
}

#conversion-schema .span3:after{
  content: '';
  width: 35px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  margin-left: -30px;
  background-image: url("/images/arrow-big_white.svg");
}

#conversion-schema .span3:first-child:after{
  background-image: none;
}

#section-apps{
  overflow:hidden;
}

#apps-tour-img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 460px;
}

#section-dashboard .span8:before{
  content: '';
  width: 160px;
  height: 450px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
  background-image: url("/images/flow.svg");
}

#date td {
  width: 8.33%;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  color: #BBC0C6;
}

.offer p.text-small {
  margin: 10px 0 0;
}

@media (max-width: 768px) {

  #section-team .span1 {
    width: 5.801104972%;
    float: left;
  }

  #section-team .span2 {
    width: 14.89361702%;
    float: left;
    margin-left: 2.762430939%;
  }
}

@media (max-width: 495px) {

  #section-team.span2 {
    width: 48%;
    float: left;
    margin-left: 2%;
    margin-bottom: 20px;
  }

  #section-team .large-top {
    margin-top: 0;
  }

  #section-team .span2:nth-child(3) {
    margin-left: 0;
  }
}

/*----------------------
        NAVBAR
----------------------*/

.nav-homepage .navbar-inner {
  background: transparent;
}

.nav-homepage.transparent .nav > li > a {
  color: rgba(255,255,255,0.8);
}

.nav-homepage.transparent .nav > li > a:hover {
  color: rgba(255,255,255,1);
}

.nav-homepage.transparent .navbar-fixed-top {
  position: absolute;
  margin-top: 0;
}

.nav-homepage .navbar-inner {
  background: transparent;
}

.nav-homepage.opaque .navbar-inner {
  background:#00BAD3;
}
.nav-homepage.transparent .nav > li > a {
  color: rgba(255,255,255,0.8);
}

.nav-homepage.transparent .nav > li.selected > a,
.nav-homepage.transparent .nav > li > a:hover {
  color: rgba(255,255,255,1);
}

.nav-homepage.opaque .navbar-fixed-top {
  margin-top: 0px;
  animation: navbar 300ms;
}

/*----------------------
        CONTENT
----------------------*/

#logos {
  padding: 30px 20px;
}

#logos img {
  margin: 0 15px;
  max-height: 40px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 0.7;
}

#schema2 img {
  margin-top: -150px;
  width: 100%;
}

#section-prospect:before{
  content: '';
  background-image: url("/images/apps/backend/modules/account/jimmy.gif");
  display: block;
  width: 170px;
  height: 170px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 580px;
  margin: auto;
}

.dots {
  display: block;
  height: 15px;
  position: absolute;
  right: -80px;
  top: 45px;
  width: 125px;
}

.dots span {
  background: #BBBDC8;
  border-radius: 100%;
  float: left;
  height: 10px;
  margin: 0 15px 0 0;
  width: 10px;
  opacity: 0.5;
  transform: scale(0.9);
}

/*----------------------
        KEYFRAME
----------------------*/

@keyframes dots {
  0%, 100% {
    opacity: 0.5;
    transform: scale(0.9);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes navbar {
  0% {
    margin-top: -90px;
  }
  100% {
    margin-top: 0;
  }
}

/*----------------------
        MEDIA QUERIES
----------------------*/

@media (max-width: 767px) {

  .btn-home .login, #section-dashboard .span8:before {
    display: none;
  }

  #section-dashboard .row-table .span4 {
    display: table-row;
  }

  .round-icons, .round-icons .span4 {
    width: auto;
    margin: 10px 2px 0;
    display: inline-block;
  }

  .round-icons img{
    border-radius: 50%;
  }

  #section-top .heading1 {
    font-size: 46px;
    line-height: 54px;
  }

  #section-top .row-table{
    min-height: 0;
    padding: 60px 0 40px;
  }

  #section-top [class*="span"]{
    width: 100%;
    display: block;
    text-align: center;
  }

  #section-top-rgpd {
    display: none!important;
  }

  #section-top-rgpd-mobile{
    display: inline-block!important;
  }

  #section-conversion .span3{
    width: 22.928176794%;
    float: left;
    margin-left: 2.762430939%;
  }

  #section-conversion .span3:first-child {
    margin-left: 0;
  }

  #schema2 img {
    margin-top: -50px ;
  }

}

@media (min-width: 768px) {
  .transparent #brand-kontest img {
    width: 120px;
    margin-top: 10px;
  }
}

@media (max-width: 520px) {

  #section-top .heading1 {
    font-size: 38px;
    line-height: 44px;
  }

  #section-top .heading3 {
    margin-bottom: 20px;
  }

  #conversion-schema .heading4 {font-size: 12px;}

  #section-conversion .text-small {
    font-size: 8px;
    font-weight: 600;
  }

  #section-conversion .heading-uppercase {
    font-size: 10px;
    letter-spacing: 0;
  }

  #conversion-schema .span3{
    min-height: 0;
  }

  #conversion-schema .span3:after{
    display:none;
  }

  #section-top {
    height: 480px;
  }

  #section-prospect:before {
    background-image: url("/images/apps/backend/modules/account/jimmy_mobile.svg");
    width: 250px;
    right: 0;
  }

  #section-prospect .show-small {
    margin-bottom: 140px;
    margin-top: 0px;
  }

  .offer-header {padding: 20px 15px;}

  .module-showcase.action-homepage .features {padding: 10px 0 0;}

  .ficon-help-circled.has-tooltip {display: none;}

  .offer ul {
    padding-bottom: 0;
    margin-bottom: 0;
  }

}

/* ----------------------------------------- *
        Animation dashboard stats
* ----------------------------------------- */

.dashboardAnim {
  position: relative;
  max-width: 630px;
  margin: 0 auto;
}

.dashboardAnim-dashboard.blank {
  position: absolute;
}
.dashboardAnim-chartBar {
  position: absolute;
  bottom: 19.8%;
  width: 8.2%;
  height: 7%;
}

.dashboardAnim-chartBar.visits {
  left: 18.6%;
  background: #00bad3; /* Old browsers */
  background: -moz-linear-gradient(left, #00bad3 0%, #1abcbe 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00bad3), color-stop(100%,#1abcbe)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #00bad3 0%,#1abcbe 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #00bad3 0%,#1abcbe 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #00bad3 0%,#1abcbe 100%); /* IE10+ */
  background: linear-gradient(to right, #00bad3 0%,#1abcbe 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bad3', endColorstr='#1abcbe',GradientType=1 ); /* IE6-9 */
}

.dashboardAnim-chartBar.answers {
  left: 34.6%;
  background: #51b788; /* Old browsers */
  background: -moz-linear-gradient(left, #51b788 0%, #8ab75f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#51b788), color-stop(100%,#8ab75f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #51b788 0%,#8ab75f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #51b788 0%,#8ab75f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #51b788 0%,#8ab75f 100%); /* IE10+ */
  background: linear-gradient(to right, #51b788 0%,#8ab75f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51b788', endColorstr='#8ab75f',GradientType=1 ); /* IE6-9 */
}

.dashboardAnim-chartBar.conversions {
  left: 50.8%;
  background: #d2bc1f; /* Old browsers */
  background: -moz-linear-gradient(left, #d2bc1f 0%, #fdac0c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d2bc1f), color-stop(100%,#fdac0c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #d2bc1f 0%,#fdac0c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #d2bc1f 0%,#fdac0c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #d2bc1f 0%,#fdac0c 100%); /* IE10+ */
  background: linear-gradient(to right, #d2bc1f 0%,#fdac0c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2bc1f', endColorstr='#fdac0c',GradientType=1 ); /* IE6-9 */
}
