/*
Theme Name: Flusk
Theme URI: http://themewagon.com/demo/Flusk/
Author: ThemeWagon
Author URI: http://themewagon.com/
Description: Slick One page HTML 5 template powered by Bootstrap 3.
Version: 1.14.11
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: blur, white, one page, parallax, responsive-layout, full-width-template
Text Domain: flusk
*/

/**
* Table of Contents:
*
* 01.0 - Global
* 02.0 - Header
* 03.0 - Drawer with menu
* 04.0 - Parallax styles
* 05.0 - Recent works
* 06.0 - Services
* 07.0 - Blog
* 08.0 - Testimonials
* 09.0 - Contact
* 10.0 - Footer
* 11.0 - Responsive styles
* -----------------------------------------------------------------------------
*/



/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global 
/////////////////////////////////////////////////////////////////////*/

* {outline: none !important;}

::selection {
	background-color: #475B6F;
	color: #fff;
}

html {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	overflow-y: scroll;
}

body {
	color: #6a6a6a;	
	background: #f1f0f0;
}

p {margin: 0 0 20px 0;	}

img {max-width: 100%;}

a {
	text-decoration: none;
	outline: none;
}

a{	
	color: #4da7ca;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

a:hover {
	color: #4290ae;	
}


h1, h2, h3, h4, h5, h6{		
	margin: 0 0 15px 0;	
	color: #3A4F52;
	font-family: 'Alegreya Sans';
}

.btn{border-radius: 0;}
.btn-o {
    border: 1px solid #3A4F52;
    color: #3A4F52;
}
.btn-o:hover {
    background: #3A4F52;
    color: white;
}
.btn.btn-o-white {
    border: 1px solid white;
    color: white;
    background: transparent;
}
.btn.btn-o-white:hover {
    background: white;
    color: #6a6a6a;
}


/*////////////////////////////////////////////////////////////////////////
//  02 - Header
///////////////////////////////////////////////////////////////////////*/

#header {	
	position: relative;
	padding: 0 !important;
}

#header.header-wrapper {
	background: url(../images/header-bg.jpg) no-repeat center center;
	background-size: cover;
	display: table;
	height: 100vh;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow-x: hidden; 
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    #header.header-wrapper {
		height: auto;
		min-height: 100vh;
		padding: 0px; 
	} 
}

#header.header-wrapper .header-wrapper-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle; 
}

#header .top {
	position:fixed;
	top:0;
	width: 100%;
	padding: 30px;
	height: auto;
	z-index: 500;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;	
	transition: all .5s;		
}

#header .top.solid {
    background: #475B6F;
    padding-top: 15px;
    padding-bottom: 15px;
}

#header .top h1{
	margin-bottom: 0;
}
#header .top.solid .toggleDrawer i {
    padding-top: 8px;
}

#header .logo, #header .toggleDrawer{
	font-family: 'Alegreya SC';
	color: white;
}

#header .slogan{
	font-size: 4em;
	margin-bottom: 15px;
	line-height: 1em;
	font-family: 'Nixie One';
	color: white;
}

#header .secondary-slogan{
	font-size: 1.6em;
	color: rgba(255,255,255,.5);
	line-height: 1em;
	font-family: 'Alegreya SC';
}

#header .bottom {
    bottom: 10%;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 3;
}
#header .bottom a img {
    width: 50px;
}
#header .bottom a {
    opacity: 0.7;
}
#header .bottom a:hover {
    opacity: 1;
}


/*////////////////////////////////////////////////////////////////////////
//  03 - Drawer with menu
///////////////////////////////////////////////////////////////////////*/

#drawer-right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: -300px;
    background: #2B3E51;
    width: 300px;
    padding: 20px;
    z-index: 999;
}

#drawer-right h1, #drawer-right h2{color: white;}

#drawer-right .nav-pills>li>a {
	font-size: 18px;
	border-radius: 0;
}

#drawer-right .social{margin-top: 30px}
#drawer-right .social ul {
    list-style: none;
    padding-left: 20px;
}
#drawer-right .social ul > li {
    display: inline-block;
}
#drawer-right .social ul > li > a:hover{
	color: white;
}



/*////////////////////////////////////////////////////////////////////////
//  04 - Parallax styles
///////////////////////////////////////////////////////////////////////*/

.content-block{
	background:transparent no-repeat center center fixed;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	overflow:hidden;
	padding: 60px 0;
}
.parallax{
	padding: 80px 0;
}

.block-body {
	margin-top: 60px;
}

#services {
	background-image: url(../images/traffic.jpg);
	color: white;
}
#parallax {
	background-image: url(../images/blue_mac2.jpg);
	color: white;
}
#contact {
	background-image: url(../images/newsletter-bg.png);
	color: white;
	background-color: #405162;
}
#parallax h1{
	margin-bottom: 60px;
	color: white;
}




/*////////////////////////////////////////////////////////////////////////
//  05 - Recent works
///////////////////////////////////////////////////////////////////////*/

.recent-work {
    width: 100%;
    padding-bottom: 27%;
    background: #C3C9CC;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding-top: 27%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
}

.recent-work span{
	margin-top: -18px;
	opacity: 0;
	position: relative;
	z-index: 1;
}
.recent-work:before {
    background: rgba(2, 56, 58, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0;
    -o-transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.recent-work:hover {
    background-size: 200%;
    background-position: center;
}
.recent-work:hover:before, .recent-work:hover span {
    opacity: 1;
}





/*////////////////////////////////////////////////////////////////////////
//  06 - Services
///////////////////////////////////////////////////////////////////////*/

#services h1, #services h2{
	color: white;
}
.service i {
    font-size: 60px;
}
.service {
    padding: 0 25px;
}




/*////////////////////////////////////////////////////////////////////////
//  07 - Blog
///////////////////////////////////////////////////////////////////////*/


#blog .blog-post img {
    margin-bottom: 20px;
}
#blog .date {
    margin-bottom: 15px;
    font-style: italic;
}


/*////////////////////////////////////////////////////////////////////////
//  08 - Testimonials
///////////////////////////////////////////////////////////////////////*/


#testimonials{
	text-align: center;
}
#testimonials .testimonial > img {
    border-radius: 100%;
    margin-bottom: 15px;
}
#testimonials .testimonial {
	padding: 25px;
}


/*////////////////////////////////////////////////////////////////////////
//  09 - Contact
///////////////////////////////////////////////////////////////////////*/


#contact{
	color: white;
}
#contact h1{color: white}

.form-control-white {
    background: transparent;
    color: white;
}

.form-control-white::-webkit-input-placeholder { /* WebKit browsers */
    color:    white;
}
.form-control-white:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    white;
    opacity:  1;
}
.form-control-white::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    white;
    opacity:  1;
}
.form-control-white:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    white;
}


/*////////////////////////////////////////////////////////////////////////
//  10 - Footer
///////////////////////////////////////////////////////////////////////*/


#footer{ background: #2B3E51; color: white;}



/*////////////////////////////////////////////////////////////////////////
//  11 - Responsive styles
///////////////////////////////////////////////////////////////////////*/


@media (max-width: 767px){
	.blog-post {
		margin-bottom: 40px;
	}

	.recent-work {
		background-position: center;
	}

	.recent-work:before {
		opacity: 1;
	}

	.recent-work span {
		opacity: 1;
	}
}

@media (max-width: 480px) {
	#drawer-right {
		padding: 10px 20px;
	}

	#drawer-right .nav-pills>li>a {
		font-size: 17px;
	}

	.nav-stacked>li+li {
		margin-top: 0;
	}

	.nav>li>a {
		padding: 8px 15px;
	}

	#drawer-right .social {
		margin-top: 5px;
	}

	#header {
		background-size: cover;
	}
}









@font-face {
font-family: 'Champagne & Limousines';
font-style: normal;
font-weight: normal;
src: local('../fonts/Champagne & Limousines'), url('../fonts/Champagne & Limousines.woff') format('woff');
}


@font-face {
font-family: 'Champagne & Limousines Italic';
font-style: normal;
font-weight: normal;
src: local('../fonts/Champagne & Limousines Italic'), url('../fonts/Champagne & Limousines Italic.woff') format('woff');
}


@font-face {
font-family: 'Champagne & Limousines Bold';
font-style: normal;
font-weight: normal;
src: local('../fonts/Champagne & Limousines Bold'), url('../fonts/Champagne & Limousines Bold.woff') format('woff');
}


@font-face {
font-family: 'Champagne & Limousines Bold Italic';
font-style: normal;
font-weight: normal;
src: local('fonts/Champagne & Limousines Bold Italic'), url('fonts/Champagne & Limousines Bold Italic.woff') format('woff');
}


body{
	/*background: #f1f0f0 !important;*/
	background: #fff !important;
	font-family: 'Champagne & Limousines' !important;
}

section.top .logo{
	background: url(../images/logomk.png) no-repeat left 2px;
	background-size: 46px 46px;
	padding-left: 48px;
	height: 50px;
	display: block;
}

#portfolio, #categorias{
	background-color: #FFF;
}

#header .logo, #header .toggleDrawer{
	font-family: 'Champagne & Limousines';
}

.aviso_usuario{
	margin-top: 25px;
	font-size: 17px;
}

section.top .logo{
	opacity: 0.4;
    filter: alpha(opacity=40);
}

section.top .logo_label{
	opacity: 1;
    filter: alpha(opacity=100);
}

#top_redessociais{
	position: absolute;
	top: 0px;
	right: 30px;
	z-index: 501;
	padding-top: 30px;
}

#top_redessociais a{
	display: block;
	width: 40px;
	height: 46px;
	float: left;
	/*background-color: white;*/
	background-size: 36px 36px;
	opacity: 0.6;
    filter: alpha(opacity=60);
    
    /*
    opacity: 0.75;
    filter: alpha(opacity=75);
    */
}

#top_redessociais a:hover{
	opacity: 8;
    filter: alpha(opacity=80);
}

.rs_facebook{background: url(../images/rs_facebook_w.png) no-repeat center center;}
.rs_twitter{background:  url(../images/rs_twitter_w.png) no-repeat center center;}
.rs_youtube{background:  url(../images/rs_youtube_w.png) no-repeat center center;}



#header .middle{
	width: 315px;
	margin: 0 auto;
	font-size: 32px;
	color: #240531;
	margin-top: -181px;
	
}

#header .middle span{
	display: block;
}

#header .middle span:nth-child(1){
	height: 25px;
	text-align: left;
	text-indent: 43px;
}

#header .middle span:nth-child(2){
	display: block;
	font-size: 38px;
	letter-spacing: 2.4px;
}

#header .middle span:nth-child(3){
	height: 15px;
	line-height: 0px;
	text-align: right;
}

#footer .footer_spotify{
	margin-left:15px;
	float:right;
	display: block;
	width: 85px;
	height: 35px;
	background: url(../images/ico_spotify_bww.png) no-repeat center center;
}

#footer .footer_deezer{
	margin-left:15px;
	float:right;
	display: block;
	width: 85px;
	height: 35px;
	background: url(../images/ico_deezer_bww.png) no-repeat center center;
}


#footer .footer_spotify, #footer .footer_deezer, #footer .footer_text{
	float:left;
}

#footer .row{
	line-height: 38px;
}

#footer .logo_rodape{
	height: 55px;
	width: 55px;
	background: url(../images/selomk.png) no-repeat center center;
}


#cat_separator{
	width: 100%;
	height: 350px;
	background: url(../images/cat_wide.jpg) no-repeat center center;
	text-align: center;
	color: white;
	font-size: 30px;
	letter-spacing: 2.4px;
}

#cat_separator div{
	/*
    vertical-align: middle;
    padding-top: 65px;
    padding: 65px 10px 10px 10px;
    text-shadow: 2px 2px 1px black;	
    font-weight: bold;
    */
    vertical-align: middle;
	padding-top: 65px;
	padding: 150px 10px 10px 10px;
	text-shadow: 2px 2px 1px black;
}


#header .bottom {
    bottom: 1% !important;
}



section.bottom span{
	padding-top: 15px;
	color: white;
	text-shadow: 4px 4px 3px black;	
	font-size: 18px;
	font-weight: bold;
}

section.bottom a{
	/*
	text-decoration: none;
	padding: 100px 30px 0px 30px;
	background: url(../images/selomk.png) no-repeat 0px 2px;
	*/
	
	text-decoration: none;
	background: url(../images/selomk.png) no-repeat center 1px;
	display: block;
	padding-top: 80px;
	background-size: 55px 55px;
	
	padding-top: 57px;
}


@media all and (max-width: 800px)  {
  #footer{
  	padding: 15px 0px;	
  }
  
  #footer .row div{
  		width:100%;
  		border: 0px solid red;
  		text-align: center;
  }
  
  #footer .row div.col-xs-8{
  	height: 40px;
  }
  
  #footer .row div.col-xs-8 .footer_wrapper{
  	width: 80%;
  	min-width: 500px;
  	overflow:visible;
	margin: auto;
	display: block;
	height: 40px;
	text-align: center;
  }
  
  #footer .logo_rodape{
  	margin-top: 10px;
  }
  
}

@media all and (max-width: 600px)  {
	#footer .row div.col-xs-8 .footer_wrapper{
		font-size: 12px;
	}
}


 
.thumb_holder{
	float:left;
	height: 220px;
	width: 250px;
	width: 100%;
	height: 350px;
	overflow: hidden;
	background-color: #111;
}

.thumb_holder img{
	width: 100%;
	height: 100%;
}

.category_container{
	margin: 0 auto;
	/*text-align: center;*/	
}

.category_item{
	display: inline-block;
	padding: 5px;
	cursor: pointer;	
	background-color: #E2E2E2;
}

.selected{
	background-color: #C2C2E2;
	cursor:default;
}

.category_item span{
	color: #2e4d8d;
}

.playlist_item{
	width:250px;
	width:350px;
	/*height: 525px;*/
	background-color: #222;
	display: table;
    margin: 0 auto;
}

@media all and (max-width: 900px)  {
  .playlist_item{
  		width:300px;
  }
  
  .thumb_holder{
	height:300px;
  }
}

#h_destaques{
	font-family: 'Champagne & Limousines';
	width: 50%;
	margin: 0 auto;
	min-width: 330px;
}

#h_destaques .slick-prev, #h_destaques .slick-next{
	position: relative;
	left: auto;
	right: auto;
	transform: none;
}

#h_destaques .slick-prev{	
	float:left;
	margin-left: 12%;
}

#h_destaques .slick-next{
	float:right;
	margin-right: 12%;
}


#h_categorias{
	font-family: 'Champagne & Limousines';
	width: 50%;
	margin: 0 auto;
	min-width: 380px;
}

#h_categorias .slick-prev, #h_categorias .slick-next{
	position: relative;
	left: auto;
	right: auto;
	transform: none;
}

#h_categorias .slick-prev{	
	float:left;
	margin-left: 12%;
}

#h_categorias .slick-next{
	float:right;
	margin-right: 12%;
}


.buttons_holder{
	width: 100%;
	height: 36px;
	margin-top: -5px;
	background-color: #F0F0F0;
}

.buttons_holder a{
	background-color: #F0F0F0;	
	display: block;
	width: 16.66%;
	height: 100%;
	float: left;
}


.buttons_holder a:hover{
	/*background-color: #E1E1E1;*/
	background-color: #DCDCDC;
}

.bt_spotify{
	background: url(../images/icons/ico_spotify_bw.png) no-repeat center center;
	border-right: 1px solid #cecece;
}

.bt_deezer{
	background: url(../images/icons/ico_deezer_bw.png) no-repeat center center;
	border-right: 1px solid #cecece;
}

.bt_gplay{
	background: url(../images/icons/ico_gplay_bw.png) no-repeat center center;
	border-right: 1px solid #cecece;
}

.bt_apple{
	background: url(../images/icons/ico_apple_bw.png) no-repeat center center;
	border-right: 1px solid #cecece;
}

.bt_napster{
	background: url(../images/icons/ico_napster_bw.png) no-repeat center center;	
}

.bt_youtube{
        background: url(../images/icons/ico_youtube_bw.png) no-repeat center center;
        border-right: 1px solid #cecece;
}

.bt_spotify2{	
	background: url(../images/icons/ico_spotify_bw.png) no-repeat center center;
}

.bt_deezer2{
	background: url(../images/icons/ico_deezer_bw.png) no-repeat center center;
}

.bt_gplay2{
	background: url(../images/icons/ico_gplay_bw.png) no-repeat center center;
}

.bt_apple2{
	background: url(../images/icons/ico_apple_bw.png) no-repeat center center;
}

.bt_napster2{
	background: url(../images/icons/ico_napster_bw.png) no-repeat center center;
}

.playlist_col{
	text-align: center;
}

#status{
	height: 30px;
}



/*
.playlists_wrapper{
	width: 100%;
	margin: 0 auto;	
   border:2px solid blue;
    
}

#category_playlists_holder{
	min-height: 555px;
}

#feat_playlists_holder{
	border:2px solid red;
}


.playlists_holder{
	height: 555px;
	width: 100%;
	margin: 0 auto;	
}
*/





.slick-next:before, .slick-prev:before{ 
	font-size: 40px; 
	text-align: inherit;
	color: black;
} 

.slick-next, .slick-prev{ 
	width:40px;
	height: 40px;
	text-align: inherit;
	/*z-index: 100;*/
} 
/*
.slick-next{ 
	right: -40px; 
} 
.slick-prev{ 
	left: -40px;
} 



*/



/*
#feat_playlists_holder .slick-next:before, #feat_playlists_holder .slick-prev:before{ 
	color: black;
} 

#category_playlists_holder .slick-next{ 
	right: -18px; 
} 

#category_playlists_holder .slick-prev{ 
	left: -18px;
} 
*/








