/*--------------------------------------------
Header
---------------------------------------------*/
header{
  background-color: #f7f7f7;
}

header .intro-text .intro-lead-in {
    margin-bottom: 50px;
	  font-family: 'Century Gothic', sans-serif;
    font-size: 22px;
    font-style: normal;
    line-height: 22px;
}

/*background video*/
.video-bg {
position: absolute;
width:100%;
background-size: cover;
top: 0;
left: 0;
z-index: 0;
background: url(../images/background_static.png) no-repeat;
}
.stopfade {
   opacity: .5;
}
/*end background video*/

#r4-logo{
  margin-bottom: 25px;
  content: url("../images/icons/r4_icon_appicon.png");
}

#r4-tagline{
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.column-logo{
padding-top: 150px !important;
padding-bottom: 0px !important;
}

.button-arrowInHeader{
  font-size: 50px;
  color: white;
  position: absolute;
  bottom: 20px;
  top:auto;

}

.button-arrowInHeader:hover{
  /*color: #39D680;*/
  font-size: 53px;
}

.container-header{
  position: relative;
  overflow: hidden;
  width: 100%;
}

#availability-flags{
  margin-top: 20px;
}

.circle-flags{
  width: 30px;
  height: 30px;
  }


@media (max-width: 768px){
  header{
    height:auto;
    background-color:#3793E6;
    /*background-image: url(../images/background/r4_background_hipster_800x449.png);*/
  }

  #r4-logo {
    content: url("../images/icons/r4_icon_appicon_whitebg.png");
  }

  #video_bg1 { display:none; }

  .button-arrowInHeader{
    color: white;
    padding-top: 20px;
  }

}

@media (min-width: 768px){
  .column-logo{
  padding-top: 150px !important;
  padding-bottom: 0px !important;
  }
}

/*--------------------------------------------
iPhone - video demo
---------------------------------------------*/

header .carousel-iphone{
  margin-top: 110px;
	margin-right: auto;
	margin-left: auto;
	width: 315px;
	height: 638px;
	background: url('../images/background/r4_background_iphone_jetblack.png') no-repeat;
	background-size: 100%;

}

header .carousel {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 81px 0px 0px 23px;
	width: 316px;
}

#download-button{
  width:200px;
}


@media (max-width:480px){

	header .carousel-iphone, .detail .app-screenshot{
		width: 280px;
	}

	header .carousel, .detail .app-screenshot img{
		width: 265px;
	}

  header .carousel {
  padding-left: 0px;
  width: 245px;
  padding-top:70px;
  }
}
/*--------------------------------------------
Screenshots with cut iphones and boxes template
---------------------------------------------*/

.r4-title-inbox{
    font-size: 24px !important;
    text-transform: none;
    font-weight: 900;
    color:black;
    max-width: 85%;
    margin:0 auto;
}

.r4-subtitle-inbox{
    font-size: 18px !important;
    text-transform: none;
    font-weight: 600;
    color:grey;
    max-width: 850%;
    margin:0 auto;
}

.r4-box-shadow{
 box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, .1);
 padding: 30px;
 z-index: 500;
}

.r4-image-in-box{
  text-align: center;
  max-width: 70%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.r4-text-in-box{
  max-width: 70%;
  margin:0 auto;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.r4-cut-iphone{
  margin-right: auto;
	margin-left: auto;
	width: 315px;
	height: 578px;
  background-color: transparent;
	background: url('../images/background/r4_background_iphone_jetblack.png') no-repeat;
  z-index: 70;
  /*-webkit-filter: drop-shadow(-7px -5px 20px rgba(0,0,0,1));*/
}

.r4-screenshot-cut-iphone {
	position: relative;
	padding: 88px 0px 0px 2px;
}

.r4-shadow-cut-iphone{
  height:0px;
  width:315px;
  margin-right: auto;
  margin-left: auto;
  background-color:rgba(0, 0, 0, .02);
  box-shadow: 0px 0px 100px 120px rgba(0, 0, 0, 0.07);
  z-index: 50;
  vertical-align: top;
}

.r4-cut-shadow{
  overflow: hidden;
  display: table;
}

@media (max-width: 768px){
  .r4-shadow-cut-iphone{
    box-shadow: none;
  }

  .r4-box-shadow{
    max-width: 500px;
  }
}


/*--------------------------------------------
section Explainer
---------------------------------------------*/
.section-explainer{
  position:relative !important;
  padding-top: 0px;
  padding-bottom:40px;
}

#r4-explainer-title{
  text-transform: none;
  /*font-family: "Helvetica Neue",Helvetica,sans-serif;*/
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  margin-bottom: 0px !important;
  text-align: center;
  color: #666 !important;
}

.container-explainer{
  margin-top:40px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 700px;
  text-align:center;
}

#r4-usecases-container{
  margin-top:40px;
  text-align: center !important;
  max-width: 800px;
}

#r4-usecases-row{
  margin-top: 50px !important;
  text-align:center;
}

.r4-blue-usecase-icons{
  color: #39a0fe;
  font-size: 40px;
}

.r4-usecase-title{
  color: #666;
  font-size: 19px;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 0 !important;
}

.r4-usecase-subtitle{
 text-transform: none;
 color: rgba(0,0,0,0.5);
 font-size: 15px;
 font-weight:bold !important;
}

@media (max-width: 768px){
  .r4-usecase-title{
    margin-top: 5px !important;
  }

  .r4-usecase-subtitle{
    margin-bottom: 35px !important;
  }
}


/*--------------------------------------------
section Features
---------------------------------------------*/
.section-features{
  background-color: rgba(49,162,246,0.95);
  color: white;
  padding-top: 70px;
  padding-bottom: 70px;
}

 .title-features{
   text-transform: none;
   /*font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
   font-size: 42px !important;
   font-weight: 300 !important;
   margin-bottom: 70px !important;
   text-align: center;
 }

 .features-list{
   padding-left: 30px;
   padding-right: 30px;
 }

  .column-features{
  padding-left: 40px;
  padding-right: 40px;
  }

  .feature-label{
  font-weight: 400;
  font-size: 27px;
  }

  .feature-subtitle{
    color: white;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.3;
    text-align: justify;
  }

  .text-primary{
    color: #05A4FF;
  }

  .icon-generate{
    color: #f53361;
  }

  .icon-texting{
    color: #0590f8;
  }

  .icon-calling{
    color: #1dbd7f;
  }

  .icon-multiple-numbers{
    color: #f6a923;
  }

  .icon-private{
    color: black;
  }
  .icon-wifi{
    color: #8dc447;
  }

  .animDelay05s{
    -webkit-animation-delay: 0.15s;
  }

  .animDelay1s{
    -webkit-animation-delay: 0.35s;
  }




  /*--------------------------------------------
    Section Subscriptions
    ---------------------------------------------*/
    .section-subcriptions{
      position:relative !important;
      padding-top: 40px;
      padding-bottom:40px;
    }

    #subcription-table{
      margin-top: 40px;
    }

    .row-vcenter{
          display: inline-block;
          vertical-align: middle;
          float: none;
    }

.subscriptions-text{
  color: #666 !important;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.3;
  text-align: justify;
}

.subscriptions-textSub{
  color: #666 !important;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3;
  text-align: justify;
}

@media (max-width: 768px){
  #subscribe-animation{
    margin-top: 20px;
  }
}


/*--------------------------------------------
  Section International
  ---------------------------------------------*/

  .section-international{
    position:relative !important;
    padding-top: 40px;
    padding-bottom:0px;
  }
  .title-international{
    margin-top: 30px;
    text-align: center !important;
    color: #666 !important;
  }
  #international-table{
    margin-top: 40px;
  }


      /*--------------------------------------------
        Section Port
        ---------------------------------------------*/
        .section-port{
          position:relative !important;
          padding-top: 40px;
          padding-bottom:40px;
          background-color: rgba(49,162,246,0.95);
        }


        .title-port{
          text-transform: none;
          font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
          font-size: 42px !important;
          font-weight: 300 !important;
          margin-bottom: 0px !important;
          text-align: center;
          color: white !important;
        }

        .subtitle-port{
          text-align: center;
          color: white !important;
        }

        .button-check-portability{
          background-color: #57db6d !important;
          border-color: #57db6d !important;
          margin-top: 5px !important;
          margin-bottom: 5px !important;
        }

        #form-check-portability{
          margin-top: 50px;
          margin-bottom: 20px;
        }

        #prefix-num-port-group{
          margin: auto !important;
          padding-top: 5px;
          padding-bottom: 5px;
        }
          #prefix-num-port{
            width: auto !important;
            margin: auto;
          }

          #tel-input{
            margin: auto;
            width: auto !important;
          }


          #prefix-email-group{
            margin: auto !important;
            padding-top: 5px;
            padding-bottom: 5px;
            width: 200px;
          }


          #email-input{
            width: auto !important;
            margin: auto;
          }

  /*--------------------------------------------
    Section Area code
    ---------------------------------------------*/
    .section-area-code{
      position:relative !important;
      padding-top: 40px;
      padding-bottom:40px;
      background-color: white;
    }


    .title-area-code{
      text-transform: none;
      font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
      font-size: 42px !important;
      font-weight: 300 !important;
      margin-bottom: 0px !important;
      text-align: center;
      color: #666 !important;
    }

    .subtitle-area-code{
      text-align: center;
      color: #666 !important;
    }

    .city-label{
    font-weight: 400;
    font-size: 27px;
    color: #666 !important;
    }

    .city-subtitle{
      color: #666 !important;
      font-weight: 300;
      font-size: 17px;
      line-height: 1.3;
      text-align: justify;
    }

    .container-cities{
      margin-top: 30px;
      text-align: center !important;
      color: #666 !important;
    }

  /*--------------------------------------------
    Section Featured
    ---------------------------------------------*/
    .cell-logo-press{
      float: inherit;
      display: inline-block;
      vertical-align: middle;
    }

    .row-logos{
      margin-top: 40px;
      text-align: center !important;
    }

    .press-section{
      padding: 50px;
    }

    @media (max-width: 768px){
      .cell-logo-press{
        padding-bottom: 14px;
      }
    }

/*--------------------------------------------
Section Start
---------------------------------------------*/
.start-section{
  padding-top:25px;
  padding-bottom: 30px;
}

.button-start{
  font-size: 22px;
  line-height: 1.42857143;
  background-color: #0ba8ec !important;
  border-radius: 40px !important;
  border: 0px;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.button-start:hover{
  font-size: 24px;
  line-height: 1.42857143;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: #0ba8ec !important;
  /*background-color: rgb(29, 189, 127) !important;*/
}

/*--------------------------------------------
Section Native
---------------------------------------------*/
.native-section{
  background-image: url("../images/background/r4_background_desk_1000x369.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.r4-container-desk{
  /*height: 294px;*/
}

.r4-text-native{
  text-align: left;
  background-color: #0ba8ec;
  font-size: 35px;
  text-transform: none;
  font-weight: 700;
  color: white;
  padding: 20px;
}

@media (max-width: 768px){
  .native-section{
    background: none;
    padding: 0px;
  }

  .r4-container-desk{
    height: auto;
  }

  .r4-text-native{
    text-align: right;
  }
}
