/* =======================================================================
Kane - Responsive App Landing Page
======================================================================= */

/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/

.icon-download {
	background-image: url("../images/app.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 24px;
    margin-right: 8px;
    width: 23px;
	float:left;
}

.icon-genius {
	background-image: url(../images/music-fans.png);
	background-repeat: no-repeat;
	height: 56px;
	width: 56px;
	margin: auto;
}

.icon-light {
	background-image: url(../images/music-artist.png);
	background-repeat: no-repeat;
	height: 56px;
	width: 56px;
	margin: auto;
}

.icon-ribbon {
	background-image: url(../images/bars-clubs.png);
	background-repeat: no-repeat;
	height: 56px;
	width: 56px;
	margin: auto;
}

.icon-player {
	background-image: url(../images/player.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 113px;
	float: right;	
}


/* --------------------------------------
				CUSTOM
-----------------------------------------*/

.btn-default:hover, .btn-default:focus, .btn-default:active,  .btn-default.active, .open .dropdown-toogle.btn-default {
	background-color:#333 !important;
	color:#FFF;
}


/* --------------------------------------
--------------------------------------*/

html {
    font-size: 100%;
}

body {
    background: #232323;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #c8c8c8;
    line-height: 28px;
    text-align: center;
    overflow-x: hidden !important;
    margin: auto !important;
}


/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a {
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

a:hover {
    text-decoration: none;
}

.btn:focus,
.btn:active {
    outline: inherit;
}

textarea:focus, input:focus {
    color: #ffffff;
}
/* Other fixes*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
            box-sizing: border-box;
}

ul,
ol {
    padding-left: 0 !important;
}

li {
    list-style: none;
}


/* PRE LOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -20px 0 0 -20px;
}


/*---------------------------------------
   Typography                
-----------------------------------------*/


/* HEADINGS */

h1,
h2,h3,h4,h5 {
    font-family: 'Source Sans Pro', sans-serif;
    
}

h1 {
   font-size: 4rem;
    line-height: 4.6rem;
   font-weight: 200;
}

h2 {
    font-size: 3.125rem;
    line-height: 4.063rem;
	font-weight: 200;
}

h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

h5 {
    font-size: 18px;
    font-weight: 300;
	color:#C3C3C3;
}

/*---------------------------------------
   CUSTOM BUTTON              
-----------------------------------------*/

.standard-button,
.standard-button2 {
    font-size: 18px;
    font-weight: 400 !important;
    border-radius: 4px !important;
    text-shadow: 0 !important;
    color: #ffffff;
    min-width: 150px;
    border: none;
    padding: 11px 25px 11px 25px;
    margin: 5px;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

.standard-button:hover,
.standard-button2:hover {
    border: none;
}

.standard-button i,
.standard-button2 i {
	/*vertical-align: inherit;*/
	margin-right: 8px;
	/*font-size: 18px;/*/
	background-image: url(../images/primavera-sound.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:23px;
	height:24px;
}


#subscribe-button{
    font-size: 18px;
    font-weight: 400 !important;
    border-radius: 4px !important;
    text-shadow: 0 !important;
    color: #ffffff;
    min-width: 150px;
    border: none;
    padding: 16px 25px 16px 25px;
    margin: 5px;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

#subscribe-button:hover {
    border: none;
}

#subscribe-button i{
	/*vertical-align: inherit;*/
	margin-right: 8px;
	/*font-size: 18px;/*/
	background-image: url(../images/primavera-sound.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:23px;
	height:24px;
}



/*---------------------------------------
   TEXTS AND BG               
-----------------------------------------*/

.white-text {
    color: #ffffff;
}

.dark-text {
    color: #272727;
}

.deep-dark-bg {
    background: #161616 !important;
}

.deep-dark-bg-2 {
    background: #1d1d1d !important;
}



/*---------------------------------------
   SECTIONS          
-----------------------------------------*/

.section-header {
    padding-bottom: 38px;
}

.section-header h2 {
    margin-bottom: 20px;
}

.section-header .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
	font-size: 18px;
}

/*---------------------------------------
   LINES          
-----------------------------------------*/

.colored-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
}

.white-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
    background: #ffffff;
}

.colored-line-left {
    float: left;
    z-index: 1;
    display: block;
    width: 165px;
    height: 1px;
}

/*---------------------------------------
=========================================
 **   SECTION STYLES                
=========================================
-----------------------------------------*/

/*---------------------------------------
   SECTION:  HOME                 
-----------------------------------------*/

header {
    background: url(../images/bg-1.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
            background-size: cover;
}

header .color-overlay {
    min-height: 900px;
}

header .full-screen {
    width: 100%;
    height: 100px;
}

/* TOP BAR WITH NAVIGATION */

.sticky-navigation {
  min-height: 60px;
  background: #111111;
  border: none;
  padding: 0 !important;
  margin-bottom: 0 !important;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
          box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.sticky-navigation .navbar-header img {
  max-height: 30px;
  -webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation .current a {
	color: #d3fc06;
	position: relative;
	outline: none;
	outline-color: #9E937F;
}

.sticky-navigation .main-navigation li a {
  line-height: 30px;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: #7d7e79;
}

header .only-logo .navbar {
    background: none;
    padding: 50px;
}

header .only-logo .navbar .navbar-header {
    float: none;
}

/* INTRO */

header .intro-section {
    margin: auto;
    padding-top: 15%;
}

header .intro-section .intro {
    color: #ffffff;
    margin-bottom: 36px;
}

header .intro-section h5 {
    color: #ffffff;
}

header .intro-section .buttons {
    margin-top: 35px;
}

/*---------------------------------------
   SECTION:  FEATURES                 
-----------------------------------------*/

.features {
    padding-top: 80px;
    padding-bottom: 30px;
    background: #232323;
}

.features .features-left {
    text-align: right;
    margin-top: 26px;
    margin-bottom: 80px;
}

.features .features-left .icon-container {
    float: right;
    margin-left: 20px;
}

.features .features-right {
    text-align: left;
    margin-top: 76px;
    margin-bottom: 80px;
}

.features .features-right .icon-container {
    float: left;
    margin-right: 20px;
}

.features .feature {
    margin-bottom: 40px;
}

.features .feature .icon-container {
    display: block;
    min-height: 160px;
    margin-top: 5px;
}

.features .feature .icon-container .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 55px;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all ease-in 0.25s;
            transition: all ease-in 0.25s;
    -webkit-background-clip: padding-box;
           -moz-background-clip: padding;
            background-clip: padding-box;
}

.features .phone-image {
	max-width: 630px;
	height: auto;
	margin: auto;
	margin-bottom: 0px;
	/*background-image: url(../images/ipad.png);
	background-repeat: no-repeat;*/
	
}

.features .phone-image img {
    width: 100%;
}


/*---------------------------------------
   SECTION:  BRIEF                 
-----------------------------------------*/

.app-brief {
    padding-top: 110px;
    padding-bottom: 60px;
}

.app-brief h2 {
    margin-bottom: 20px;
	text-align:right;
}

.app-brief .phone-image {
    max-width: 538px;
    margin: auto;
    margin-bottom: 50px;
}

.app-brief .phone-image img {
    width: 100%;
}

.app-brief .left-align {
    text-align: left;
    margin-bottom: 50px;
	padding-right: 90px;
}

.app-brief .left-align p {
    display: block;
    float: right;
    margin-top: 0px;
	text-align:right;
	width: 70%;
}

.app-brief h4 {
	margin-bottom:0px;
	margin-top: 0px;
}

.app-brief .left-align .feature-list {
    margin-top: 40px;
}

.app-brief .left-align .feature-list li {
    margin-bottom: 26px;
}

.app-brief .left-align .feature-list li i {
    margin-right: 10px;
    vertical-align: inherit;
}

/* ----- ----- ----- */

.app-brief-2 {
   	padding-top: 70px;
	padding-bottom: 0px;
	margin-bottom: -40px;
}

.app-brief-2 h2 {
    margin-bottom: 20px;
}

.app-brief-2 .phone-image {
    max-width: 650px;
    margin: auto;
    margin-bottom: 50px;
}

.app-brief-2 .phone-image img {
    width: 100%;
}

.app-brief-2 .left-align {
    text-align: left;
    margin-bottom: 50px;
	padding-left: 70px;
}

.app-brief-2 .left-align p {
    display: block;
	float: none;
	margin-top: 20px;
	width: 80%;
	margin-bottom: 30px;
}

.app-brief-2 h4 {
	margin-bottom:0px;
	margin-top: 0px;
}

.app-brief-2 .left-align .feature-list {
    margin-top: 40px;
}

.app-brief-2 .left-align .feature-list li {
    margin-bottom: 26px;
}

.app-brief-2 .left-align .feature-list li i {
    margin-right: 10px;
    vertical-align: inherit;
}


/*---------------------------------------
   SECTION:  TESTIMONIALS                 
-----------------------------------------*/

.testimonials {
    background: url(../images/microphone.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
            background-size: cover;
    color: #ffffff;
}

.testimonials .color-overlay {
    padding-top: 110px;
    padding-bottom: 110px;
}

.testimonials .feedback {
    max-width: 720px;
    margin: auto;
}

.testimonials .feedback .image {
    font-size: 24px;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 0px 2px #ffffff;
            box-shadow: 0px 0px 0px 2px #ffffff;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    line-height: 80px;
    margin: auto;
    margin-top: 5px;
    overflow: hidden;
}

.testimonials .feedback .image img {
    width: 100%;
    vertical-align: top;
}

.testimonials .feedback .image-double {
    font-size: 24px;
    border: 0px solid transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 50%;
    width: 160px;
    height: 101px;
    line-height: 80px;
    margin: auto;
    margin-top: 5px;
    overflow: hidden;
}

.testimonials .feedback .image-double img {
    width: 100%;
    vertical-align: top;
}

.testimonials .feedback .message {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
    font-size: 18px;
	font-style:italic;
    margin-top: 40px;
    margin-bottom: 30px;
}

.testimonials .feedback .name {
    margin-top: 15px;
    font-weight: 400;
}

.testimonials .feedback .company-info {
    font-size: 12px;
}

.testimonials .owl-theme .owl-controls .owl-page span {
    background: #ffffff;
    border-radius: 50%;
}

.testimonials .customNavigation a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*---------------------------------------
   SECTION:  SERVICES           
-----------------------------------------*/

.services {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #1C1C1C;
}

.services .single-service {
    padding-bottom: 16px;
}

.services .single-service .service-icon {
    font-size: 80px;
}

.services .single-service h3 {
    margin-top: 20px;
}


/*---------------------------------------
   SECTION:  SCREENSHOTS 
-----------------------------------------*/

.screenshots {
    padding-top: 80px;
    padding-bottom: 120px;
}

.screenshots .shot {
    /*background: #232323;
    padding: 10px;*/
    margin: 18px;
    border-radius: 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
}

.screenshots .shot img {
    border-radius: 4px;
    width: 100%;
}


/*---------------------------------------
   SECTION:  DOWNLOAD                 
-----------------------------------------*/

.download {
    background: url('../images/contact.jpg') no-repeat center fixed;
    -webkit-background-size: cover;
            background-size: cover;
    color: #ffffff;
}

.download .color-overlay {
    padding-top: 110px;
    padding-bottom: 70px;
}

.download .download-container {
    padding-bottom: 80px;
}

.download .subscription-form-container {
    padding-bottom: 80px;
}

.download .subscription-form .input-box {
    height: 57px;
    padding-left: 20px;
    width: 320px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #FFF;
	opacity: 0.5;
    border: 2px solid #FFF;
}

.download .subscription-form .input-box:focus, 
.download .subscription-form .input-box:active {
    color: #000;
    font-weight: 400;
}

.download .subscription-form .subscription-success,
.download .subscription-form .subscription-error {
    display: none;
}

.download h2 {
    margin-bottom: 30px;
}


/*---------------------------------------
   SECTION:  FOOTER                
-----------------------------------------*/

footer {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #666666;
	padding-bottom:40px;
}

footer .contact-box {
    margin-bottom: 70px;
}

footer .contact-box .contact-button {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    font-size: 30px;
    line-height: 60px;
    vertical-align: middle;
    margin-top: -40px;
    background: #232323;
    -webkit-box-shadow: 0px 0px 0px 3px #232323;
    box-shadow: 0px 0px 0px 3px #232323;
    -webkit-backface-visibility: hidden;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

footer .contact-box .contact-button:hover {
    color: #ffffff;
}

footer .contact-box .expanded-contact-form {
    margin-top: 40px;
    display: none;
}

footer .contact-box .expanded-contact-form .success,
footer .contact-box .expanded-contact-form .error {
    display: none;
}

footer .contact-box .expanded-contact-form .input-box {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #222222;
    border: 1px solid #161616;
}

footer .contact-box .expanded-contact-form .textarea-box {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #222222;
    border: 1px solid #161616;
}

footer .contact-box .expanded-contact-form .textarea-box:active,
footer .contact-box .expanded-contact-form .textarea-box:focus,     {
    color: #FFF;
}

footer .social-icons {
    margin-top: 30px;
    border-bottom: 1px solid #111111;
    padding-bottom: 50px;
}

footer .social-icons li {
    display: inline-block;
    margin: 5px;
}

footer .social-icons li a {
    font-size: 30px;
    color: #636363;
}

footer .copyright {
    color: #808080;
	border-top: 1px solid #121212;
	padding-top: 30px;
	margin-bottom: 0px;
	margin-top: 40px;
}
.landscape-div {
	display:none;
}
.text-player {
	text-align: right;
}

.cv {
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	font-size:18px;
	color:#FFF;
	margin-top: 30px;
	cursor:pointer;
}
.text-cv {
	font-family: 'Source Sans Pro', sans-serif;
	text-align:left;
	font-size: 16px;
	line-height: 26px;
	margin-top: 20px;
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	display: none;
}

.politica-privacitat {
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	font-size:18px;
	color:#FFF;
	margin-top: 30px;
	cursor:pointer;
}
.text-politica {
	font-family: 'Source Sans Pro', sans-serif;
	text-align:left;
	font-size: 16px;
	line-height: 26px;
	margin-top: 20px;
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	display: none;
}

.form-control {
	display: block;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	color: #333 !important;
	height: 34px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.428571429;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}


/*/////////////////////////////////////////////////////////////////////////////////////////*/

/* tablet ipad */

/*/////////////////////////////////////////////////////////////////////////////////////////*/

@media (min-width: 768px) and (max-width: 991px) { 

.app-brief .left-align {
	text-align: left;
	margin-bottom: 50px;
	padding-right: 20px;
}
.app-brief h2 {
	margin-bottom: 20px;
	text-align: center;
	padding-left: 80px;
	padding-right: 80px;
}
.app-brief-2 .left-align p {
	width: 100%;
	margin-top: 0px;
	text-align: center;
	padding-right: 50px;
}
.app-brief-2 h2 {
	margin-bottom: 20px;
	text-align: center;
	padding-right: 50px;
}
.app-brief .left-align p {
	display: block;
	/* float: right; */
	margin-top: 0px;
	text-align: center;
	width: 100%;
}
.text-player {
	text-align: center;
}
.icon-player {
	background-image: url(../images/player.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 113px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	float: none;
}
.devices {
	text-align:center;
}
.ready {
	margin-top:20px;
	margin-bottom:50px;
	text-align:center;
}

}


/* Smartphones (portrait) @media (min-width: 431px) and (max-width: 767px) { ----------- */

@media (max-width: 767px) {

header .intro-section .intro {
	color: #FFF;
	margin-bottom: 36px;
	font-size: 3.125rem;
	line-height: 4.063rem;
}
.features {
    padding-top: 40px;
	padding-bottom: 0px;
}
.features .features-right .icon-container {
    float: left;
    margin-right: 0px;
}
.app-brief {
	padding-top: 40px;
	padding-bottom: 0px;
}
.icon-player {
	margin: auto;
	margin-top: 20px;
	float: none;
}
.devices {
	margin: auto;
	width:119px;
}
.app-brief-2 {
	padding-bottom: 40px;
}
.app-brief-2 p, .app-brief-2 h2, .app-brief-2 .row {
	text-align:center;
}
.app-brief-2 .left-align p {
	width:100%;
}
.app-brief-2 .left-align {
	padding-left: 16px;
}
.app-brief .left-align {
	padding-right: 16px;
}
.app-brief h2 {
	text-align:center;	
}
.app-brief .left-align p {
	width:100%;
	text-align:center;
}
.text-player {
	text-align: center;
}
.testimonials .color-overlay {
	padding-top: 60px;
	padding-bottom: 60px;
}
.services {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #1C1C1C;
}
.screenshots {
	padding-top: 40px;
	padding-bottom: 50px;
}
.download .color-overlay {
	padding-top: 40px;
	padding-bottom: 0px;
}

}


/* Smartphones (portrait) -----------
@media only screen 
and (max-width : 430px) {
	
body {
	overflow-y: hidden;
}

header {
	display:none;
}
section {
	display:none;
}

.landscape-div {
	display: block;
	position: fixed;
	background-color: #000;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 999;
	padding: 20px;
	text-align: center;
	background-image: url(../images/preview_mww.png);
	background-repeat: no-repeat;
	background-position: center center;
}

} */