html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Avenir', 'Lato', 'Helvetica', 'Arial', 'sans-serif';
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
a:hover,
a:focus {
  color: #FF5b5b;
}
hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
  border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Avenir', 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  color:#808080;
}
.btn {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 300px;
}
.btn-xl {
  padding: 15px 45px;
  font-size: 11px;
}
.btn-outline {
  color: white;
  border-color: white;
  border: 1px solid;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  background-color: #eee;
  border-color: #eee;
}
span.red_dot{ 
  color: red; 
}
img{
  max-width:100%;
  margin: 0 auto;
}

/* navbar */
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Avenir', 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
  margin:0 auto;
}
.navbar-default .navbar-header .navbar-brand {
  font-family: 'Avenir', 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
  color: #fdcc52;
  height: 50px; 
  padding: 3px 10px;
}
.navbar-default .navbar-header .navbar-brand img{ max-height: 100%; float: left; }
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #fcbd20;
}
.navbar-default .navbar-header .navbar-toggle {
  font-size: 14px;
  font-weight: bold;
  color: black;
  padding: 8px 10px;
}
.navbar-default .nav > li > a {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #222222;
  padding-top: 15px;
  margin: 0 30px;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }
  .navbar-default .navbar-header .navbar-brand {
    padding-top: 13px;
    height: 90px;
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    padding: 30px 15px;
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.1);
  }
  .navbar-default img.logo_red, .navbar-default.affix img.logo{
    display: none;
  }
  .navbar-default.affix img.logo_red{
    display: block;
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    padding: 0px 15px;
    height: 77px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #fdcc52;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #FF5b5b;
  }
}
@media( max-width: 768px){
  .navbar-default img.logo{
    display: none;
  }
}
@media( max-width: 992px){
  .navbar-default .nav > li > a{
    margin: 0 20px;
  }
}
/* -- navbar -- */

/* header */
header {
  position: relative;
  width: 100%;
  min-height: auto;
  /*overflow-y: hidden;*/
  background: #1C2A35;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #000, #FF5B5b);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #000, #FF5B5b);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
}
header .wave_bg{
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
header .header-content {
  text-align: center;
  padding: 50px 0 50px;
  position: relative;
}
header .header-content .header-content-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
header .header-content .header-content-inner h1 {
  margin-top: 70px;
  margin-bottom: 50px;
  font-size: 45px;
  font-weight: 400;
}
header .header-content .header-content-inner h2 {
  font-size: 28px;
}
header .header-content .header-content-inner .list-badges {
  margin-bottom: 25px;
}
header .header-content .header-content-inner .list-badges img {
  height: 50px;
  margin-bottom: 25px;
}
header .device-container {
  max-width: 350px;
  margin: 0 auto;
}

header .header-content .header-content-inner .its_free{ 
  margin-top: 30px; 
}
header .header-content .header-content-inner .its_free .btn{ 
  padding: 8px 25px;
  text-transform: none;
  background-color: white;
  color: #e73332;
  border: 0;
  font-size: 16px;
  font-weight: 300;
}
.its_free .btn:hover,
.its_free .btn:focus,
.its_free .btn:active,
.its_free .btn.active {
  color: #e69898;
  background-color: #eee;
  border-color: #eee;
}

@media (min-width: 768px) {
  header {
    padding-top: 150px;
  }
  header .header-content {
    text-align: left;
  }
  header .header-content .header-content-inner {
    max-width: none;
    margin: 0;
  }

  header .header-content .header-content-inner h2 {
    font-size: 24px;
  }

  header .device-container {
    /*max-width: none;*/
  }
  header .header-content .header-content-inner .its_free{ 
    margin-top: 45px; 
  }
}
@media ( min-width: 768px ) and (max-width: 992px) {
  header .header-content .header-content-inner h1 {
    font-size: 30px;
  }
  header .header-content .header-content-inner h2 {
    font-size: 18px;
    letter-spacing: 0.5px;
  }
}
/* -- header -- */
section {
  padding: 100px 0;
}
section h2 {
  font-size: 45px;
  font-family: 'Lato';
  color: #363636;
}

/* download */
section.download{
  border-top: 1px solid #e0e0e0;
  margin-top: 2px;
  padding: 70px 0 40px;
}
section.download .testimonial {
  margin-bottom: 10px;
}
section.download p {
  margin-top: 20px;
  font-size: 18px;
}
section.download .badges .badge-link {
  display: block;
  margin: 27px 20px;
}
section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}
section.download .badges .badge-link img {
  height: 60px;
}

@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
  section.download h2 {
    font-size: 45px;
  }
  section.contact{
    padding-bottom: 90px;
  }
}
/* -- features -- */
section.features{
  position: relative;
  padding: 50px 0 50px;
}
header .container, section.features .container{ 
  z-index:500; 
  position:relative;
}
section.features{
  background: white;
  z-index: 150;
  position: relative;
}
section#features:before {
  margin-top:-10%;
  top:0;
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-3.5deg);
  transform-origin: 100%;
  z-index: 15;
}

section.features .feature-item {
  text-align: center;
  margin-bottom: 100px;
}
section.features .feature-item h3 {
  font-size: 30px;
}
section.features .feature-item i {
  font-size: 80px;
  background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.features .row{
  margin-bottom: 100px;
}
section.features .row .title{
  font-size: 50px;
  font-weight: bold;
  padding: 30px 0 30px;
  font-family: 'Lato';
  font-weight: 700;
  color: black;
}
section.features .row .contents a{
  font-style: italic;
  color: black;
  font-size: 19px;
  font-weight: bold;
}
section.features .parallax .col-sm-4{
  text-align: center;
}
@media (min-width: 768px){
  section.features .row .title{
    margin-top: 80px;
    font-size: 40px;
  }
}
@media (max-width: 768px){
  section#features:before {
    margin-top: -30%;
  }
  section.features .row .title{
    font-size: 30px;
    padding: 30px 0;
  }
}
/* -- features -- */

/* contact block */ 
section.contact {
  text-align: center;
  border-top: 1px solid #e0e0e0;
}
section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: 'Lato';
  font-weight: bold;
}
section.contact h3{
  font-size: 16px;
  color: #808080;
  margin-top: 0;
  letter-spacing: 0.1px;
  line-height: 32px;
}

section.contact ul.list-member {
  margin-top: 60px;
  padding: 0 50px;
}
section.contact ul.list-member li{
  padding: 0 15px;
}
section.contact ul.list-member .wrapper{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 30px 0;
}
section.contact ul.list-member .active .wrapper{
  margin-top: 0px;
  margin-bottom:60px;
}
section.contact ul.list-member .active .arrow{ 
  border-top: 15px solid white;
}

section.contact ul.list-member .description{
  border: 1px solid #e0e0e0;
  padding: 30px;
  text-align: left;
}
section.contact ul.list-member .active .description{
  border-width: 0;
  box-shadow: 2px 20px 20px 11px rgba(220, 220, 220, 0.5)
}

section.contact ul.list-member .arrow{ 
  margin-left: 7%;
  margin-top: -1px;
  width: 0;
  height: 0;
  border-top: 15px solid #e0e0e0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
section.contact ul.list-member .arrow div{
  position: relative;
  top: -15px;
  left: -13px;
  width: 0;
  height: 0;
  border-top: 13px solid white;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent; 
}
section.contact ul.list-member .description a{
  color: red;
  font-weight: bold;
}
section.contact ul.list-member .profile{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;  
  text-align: left;
}
section.contact ul.list-member .profile .member_avatar{
  float: left;
}
section.contact ul.list-member .profile .member_avatar img{
  border-radius:50%;
  width:50px; height:50px;
}
section.contact ul.list-member .profile .member_name{
  color: #363636;
  font-size: 16px;
  margin-left: 70px;
  padding-top: 4px;
}
section.contact ul.list-member .profile .role{
  color: #667386;
  font-size: 14px;
  margin-left: 70px;
  text-transform: uppercase;
}
/* -- contact -- */

/* footer */
footer {
  text-transform: uppercase;
  border-top: 1px solid #e0e0e0;
}
footer .copyright {
  color: #adadad;
  opacity: 0.9;
  right: 40px;
}
footer ul {
  padding: 25px 20px 18px;
  width: 80%;
  padding-left: 20px !important;
  margin-bottom: 5px;
}
footer ul li a {
  font-size: 18px;
  color: #363636;
  opacity: 0.9;
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}
#mainNav .container, footer .container{
  width: 100%;
}
@media (min-width: 1200px){
  .container{ 
    width: 1200px; 
  }
  #mainNav .container, footer .container{
    max-width:1200px;
  }
  footer ul li a {
    padding: 30px;
  }
}

@media (min-width: 768px){
  .spotify_img{ 
    margin-left: 40px; 
    margin-top: 30px;
    max-width: 60%;
  }
  footer .copyright{
    padding-top: 17px;
    margin-right: 30px;
  }
  footer .copyright span{
    float: left;
  } 
  footer .copyright img{
    margin-top: 0px;
    margin-right: 20px;
  }
  footer .copyright span{
    line-height: 18px;
  }
  footer ul{
    width: 65%;
  }
  footer ul li a {
    font-size:14px;
    padding: 5px;
  }
}

@media (max-width: 768px){
  footer .copyright{
    text-align: center;
  }
  footer .copyright br{
    display: none;
  }
  footer ul, footer .copyright{
    width: 100%;
    padding: 5px 0;
  }
  footer ul li{
    width: 100%;
    text-align: center;
    padding: 10px;
  }
}

@media (min-width: 992px) {
  footer ul li a {
    padding: 20px;
  }
  footer ul {
    width: 70%;
  }
  footer .copyright{
    padding-top: 17px;
    margin-right: 60px;
  }
}
/* -- footer -- */

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}

#hostpage .navbar-default .navbar_title{
  color: white;
  font-size: 24px;
  line-height: 81px;
  margin-left: 15px;
}
#hostpage header .device-container{
  max-width: none;
}
#hostpage .navbar-default.affix .navbar_title{
  color: black;
}
@media (max-width: 992px) {
  #hostpage .navbar-default .navbar_title{
    display: none;
  }
}
/* Host Page */
#hostpage p{
  font-size: 18px;
  line-height:25px;
}
#hostpage ul{
  list-style: none;
  padding-left: 0;
}
#hostpage header{
  background-image: url('../img/header_bg.png'), -webkit-linear-gradient(to top, #FF5B5b, #192934);
  background-image: url('../img/header_bg.png'), linear-gradient(to top, #FF5B5b, #192934);
  background-size: 100% 100%;
  background-position: center center;
}
#hostpage header .header-content{ 
  text-align: center; 
}
#hostpage header .header-content .header-content-inner .its_free .btn{
  color: white;
  background: #fe6262;
}
#hostpage header .header-content .header-content-inner h2 {
  color: #8492af;
  font-size: 25px;
  line-height: 33px;
}
#hostpage section#features:before{
  margin-top: -10%;
  height:100%;
  transform: none;
}
#hostpage section.features .row{
  margin-bottom: 20px;
  padding: 0 50px;
}
#hostpage section.features .row .col-md-4{
  text-align: center;
  padding: 40px 30px 0;
}
#hostpage section.features .row h4{
  font-size: 18px;
  line-height: 40px;
  margin-top: 30px;
  color: #263a47;
}
#hostpage section.features .row p{
  font-size: 16px;
  color: #8492af;
}
#hostpage section.features .row .title{
  margin-top: 0;
}
#hostpage section.features ul.check_list{
  color: #5584ff;
  font-size: 18px;
  padding: 5px 0;
  line-height: 25px;
}
#hostpage section.features ul.check_list li{
  background: url('../img/check_icon.png') no-repeat;
  padding-left: 32px;
  margin: 15px 0;
}
#hostpage section.features .device_image{
  
}
@media (min-width: 992px) {
  #hostpage section.features .device_image{
    position: absolute;
    padding-right: 0;
    right: 0;
    top: 50px;
    overflow: hidden;
  }
}
#hostpage footer{ 
  background-color: #15232c;
  text-transform: none;
}
#hostpage footer .copyright{
  padding: 25px 0 18px 40px;
}
#hostpage footer .copyright, #hostpage footer ul li a{ 
  color: #8492af;
}
#hostpage footer ul{
  width: auto;
}
#hostpage #powerful .contents{
  padding-right:30px;
}
@media (max-width: 768px) {
  #hostpage footer ul{
    width: 100%;
  }
  #hostpage #powerful .contents{
    padding-right:0px;
  }
}
/* Host page Slider */
#hostpage #featured_slider{
  background: #263A47;
  padding: 80px 0 60px;
  margin-top: 60px;
}
#hostpage #featured_slider .item .title{
  color: white;
  font-size: 30px;
  padding: 10px 0;
}
#hostpage #featured_slider .item p{
  font-size: 16px;
  line-height: 22px;
  color: white;
}
#hostpage #featured_slider .carousel-control{
  background: none;
  position: relative;
  float: left;
  width: 10%;
  margin-top: 10px;
}
@media (max-width: 992px) {
  #hostpage #featured_slider .item .col-md-6{
    text-align: center;
  }
  #hostpage #featured_slider .item .col-md-6 img{
    float: none !important;
    margin-bottom: 40px;
  }
}

/* Support site */
.static_page header{
  padding: 0;
}
.static_page header .title h1{
  text-align: center;
  font-size: 50px;
  padding: 120px 0 70px;
}

#supportpage section p{
  font-size: 22px;
}
#supportpage section a{
  color: #FF5b5b;
}
#supportpage section .row{
  margin: 20px 0 10px;
}
#supportpage section .btn{
  border-radius: 4px;
  font-size: 20px; 
  padding: 16px 40px;
  font-weight: 300;
  font-family: 'Avenir';
}
#supportpage section .btn.btn-danger{
  background-color: #ff5b5b;
}
#supportpage section .btn-danger:active, #supportpage section .btn-danger:hover{
  background-color: #c9302c; 
}
#supportpage .form-control{
  background-color: #F5F5F5;
  border-width: 0;
  box-shadow: none;
  font-size: 20px;
  height: auto;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  #supportpage section .btn{
    width: 100%;
  }
}

/* FAQ Page */
#integration-list {
  width: 95%;
  margin: 80px auto 0;
  display: table;
}
#integration-list ul {
  padding: 0;
  margin: 20px 0;
  color: #555;
}
#integration-list ul > li {
  list-style: none;
  border-top: 1px solid #ecf1f5;
  display: block;
  overflow: hidden;
  padding: 0 20px;
}
#integration-list ul:last-child {
  border-bottom: 1px solid #ecf1f5;
}
#integration-list ul > li.active {
  background: #f9fafb;
}
#integration-list .expand {
  display: block;
  text-decoration: none;
  color: #555;
  cursor: pointer;
}
#integration-list .detail {
  margin: 30px 30px 40px;
  display: none;
  height: auto;
}
#integration-list .detail p{
  line-height: 50px;
  font-size: 18px;
  color: #32394d;
}
#integration-list .right-arrow {
  margin-top: 17px;
  margin-left: 40px;
  width: 18px;
  height: 10px;
  float: right;
  font-weight: bold;
  font-size: 20px;
  background-image: url('../img/arrow.png');
  background-position: 0 10px; 
}
#integration-list .active .right-arrow{
  background-position: 0 0px; 
}

#integration-list ul > li  h3{
  font-size: 24px;
  color: #32394d;
  padding: 10px;
  margin: 20px 0;
}
#integration-list ul > li.active h3{
  font-size: 22px;
  color: #f95a5a;
}
#integration-list a{
  text-decoration: none;
}

/* About Page */
#aboutpage p{
  font-size: 18px;
  color: #1a2934;
}
#aboutpage header{
  background: -webkit-linear-gradient(to top, rgba(0,0,0,0.8), rgba( 255, 91, 91, 0.8) );
  background: linear-gradient(to top, rgba(0,0,0,0.8), rgba( 255, 91, 91, 0.8) );
  overflow: hidden;
}
#aboutpage header video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
}
#aboutpage header .title h1{
  padding: 120px 0 100px;
}
#aboutpage #about .profile_img{
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  max-width: 150px;
  margin: 0 auto;
}
#aboutpage #about h2{
  text-align: center;
  font-size: 26px;
  margin-top: 5px;
}

#aboutpage #about .col-sm-2{
  padding: 0 30px;
}
#aboutpage #mission{
  text-align: center;
  padding-top: 0;
}
#aboutpage #mission h1{
  font-size: 40px;
  font-weight: 900;
  padding: 40px 10px;
  font-family: 'Lato';
  color: black;
}
#aboutpage #mission p{
  font-style: italic;
  font-family: 'Lato';
  font-size: 22px;
  letter-spacing: 1.2px;
}
@media (max-width: 550px) {
  #aboutpage header video{
    width: auto;
    height: 100%;
  }
}

/* gif tooltip */
#homepage .tooltip{
  padding-top: 8px;
}
#homepage .tooltip-arrow{
  margin-left: -8px;
  border-width: 0 8px 8px;
  border-bottom-color: #ccc;
}
#homepage .tooltip .tooltip-inner{
  background-color: white;
  border: 1px solid #ccc;
  padding: 5px 8px;
  max-width: 300px;
} 

#homepage .tooltip-arrow div{
  position: relative;
  top: 2px;
  width: 0;
  height: 0;
  left: -8px;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; 
}

/* TEMP */
	/* Button Settings */
	.btn-default-green{
		position: relative;
	  margin: 15% auto 0;
	  max-width: 370px;
		display: block;
		background: #FF5B5B;
		width: 370px;
		padding: 18px 0 20px 0;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;

		font-family: 'Avenir', 'Source Sans Pro';
		font-size: 24px;
		font-weight: bolder;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
	}
