@charset "utf-8";
/*
@author STDesign4U <info@stdesign4u.com>
http://www.stdesign4u.com
@copyright (c) 2018 STDesign4U
*/

/* --------------------------------------------------------------------------------- */
/* ICONIC FONTS
/* --------------------------------------------------------------------------------- */

@font-face {
font-family: 'FontAwesome';
src: url('fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0');
src: url('fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
url('fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
url('fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0') format('woff'),
url('fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
url('fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Glyphicons Halflings';
src: url('fonts/glyphicons/glyphicons-halflings-regular.eot?v=3.0.3');
src: url('fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix&v=3.0.3') format('embedded-opentype'),
url('fonts/glyphicons/glyphicons-halflings-regular.woff2?v=3.0.3') format('woff2'),
url('fonts/glyphicons/glyphicons-halflings-regular.woff?v=3.0.3') format('woff'),
url('fonts/glyphicons/glyphicons-halflings-regular.ttf?v=3.0.3') format('truetype'),
url('fonts/glyphicons/glyphicons-halflings-regular.svg?v=3.0.3#glyphicons_halflingsregular') format('svg');
font-weight: normal;
font-style: normal;
}

/* --------------------------------------------------------------------------------- */
/* TYPOGRAPHY FONTS
/* --------------------------------------------------------------------------------- */

@font-face {
font-family: 'Oswald-light';
src: url('fonts/oswald/oswald-light-webfont.eot');
src: url('fonts/oswald/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/oswald/oswald-light-webfont.woff2') format('woff2'),
url('fonts/oswald/oswald-light-webfont.woff') format('woff'),
url('fonts/oswald/oswald-light-webfont.ttf') format('truetype'),
url('fonts/oswald/oswald-light-webfont.svg#oswald-light') format('svg');
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: 'futura_lt_bt';
src: url('fonts/futura/futura_lt_bt-webfont.eot');
src: url('fonts/futura/futura_lt_bt-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/futura/futura_lt_bt-webfont.woff2') format('woff2'),
url('fonts/futura/futura_lt_bt-webfont.woff') format('woff'),
url('fonts/futura/futura_lt_bt-webfont.ttf') format('truetype'),
url('fonts/futura/futura_lt_bt-webfont.svg#futura_lt_bt') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'source-sans-pro';
src: url('fonts/sourcesanspro/sourcesanspro-light-webfont.eot');
src: url('fonts/sourcesanspro/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/sourcesanspro/sourcesanspro-light-webfont.woff2') format('woff2'),
url('fonts/sourcesanspro/sourcesanspro-light-webfont.woff') format('woff'),
url('fonts/sourcesanspro/sourcesanspro-light-webfont.ttf') format('truetype'),
url('fonts/sourcesanspro/sourcesanspro-light-webfont.svg#source-sans-pro') format('svg');
font-weight: 300;
font-style: normal;
}

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

* {
padding: 0;
margin: 0;
outline: 0;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
text-rendering: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

body, html {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
outline: 0;
font-family: sans-serif;
background: rgba(255,0,0,0);
overflow-x: hidden;
vertical-align: baseline;
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}

body {
min-height: 100%;
overflow: auto;
overflow: initial;
background-image: url('../images/background.png');
background-repeat: repeat;
background-position: left top; 
background-color: #F1F1F1;
}

body,
body.modal,
.navbar-fixed-top,
.navbar-fixed-bottom {
margin-right: 0 !important;
}

*:focus {
outline: 0;
}

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

body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}

ol,
ul {
padding: 0;
margin: 0;
list-style: none;
}

ul li {
margin: 0; 
padding: 0;
list-style: none;
}

br {
display: block;
line-height: 125%;
}

.indexcity {
z-index: 9999;
}

.left {
right: 0 !important;
left: 0 !important;
}

label {
font-weight: bold;
font-size: 100% !important;
font-style: normal !important;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0;
outline-color: transparent;
outline-width: 0;
outline-style: none;
box-shadow: 0 0 0 0 rgba(0,123,255,0);
outline: none !important;
box-shadow: none !important;
}

a {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

a:hover {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

b,
strong {
font-weight: bold;
font-size: 100%;
}

hr {
display: block;
width: 100%;
height: 1px;
border: 0;   
border-top: 1px solid #CCCCCC;
padding: 0;
margin: 20px 0 15px 0;
clear: both;
}

img {
width: auto;
max-width: 100%;
height: auto;
margin: 0;
padding: 0;
border: 0;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

img.dots {
margin-top: -10px;
}

.clear {
clear: both;
}

a:focus,
a:active {
outline: 0;
}

a img {
border: 0 !important;
}

.col-centered {
text-align: center;
margin: 0;
padding: 0;
}

/* --------------------------------------------------------------------------------- */
/* FORM LAYOUT
/* --------------------------------------------------------------------------------- */

form {
border: 0;
outline: 0;
box-shadow: none !important;
}

.center_div{
margin: 0 auto;
width: 100%;
max-width: 600px;
}

input,
textarea,
select,
radio,
checkbox {
font-family: inherit;
font-size: inherit;
line-height: 100%;
background-color: rgba(0,0,0,0.0) !important;
}

textarea:hover,
input:hover,
select:hover,
textarea:active,
input:active,
select:active,
textarea:focus,
input:focus,
select:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
outline: 0 !important;
-webkit-appearance: none;
box-shadow: none;
}

input[type="text"],
textarea,
input[type="text"]:focus,
textarea:focus,
input[type="text"]:hover,
textarea:hover,
textarea.form-control,
input[type="text"]:active,
textarea:focus,
textarea:active,
textarea.form-control:focus,
textarea.form-control:active,
textarea.form-control:hover {
font-family: 'Oswald-light';
font-size: 13px;
letter-spacing: 0.05em;
outline: 0;
box-shadow: none !important;
border: 1px solid #000000;
border-radius: 0; !important;
-webkit-appearance: none;
}

textarea,
textarea.form-control,
textarea:hover {
resize: none;
width: 100%;
height: 230px;
}

.btn-default {
font-family: 'Oswald-light';
font-size: 13px;
letter-spacing: 0.05em;
color: #666666 !important;
background-color: rgba(0,0,0,0.0) !important;
}

.btn-send,
.btn-send:focus,
.btn-send:active,
.btn-send:hover {
font-family: 'Oswald-light';
font-size: 13px;
letter-spacing: 0.05em;
color: #666666 !important;
text-transform: uppercase;
outline: 0 !important;
-webkit-appearance: none;
box-shadow: none !important;
border: 1px solid #000000 !important;
border-radius: 0 !important;
background-color: rgba(0,0,0,0.0) !important;
}

input::-ms-clear,
textarea::-ms-clear {
display: none;
}

form-control:focus {
border-color: #000000;
outline: none !important;
-webkit-box-shadow: 0 !important;
box-shadow: 0 !important;
}

.dropdown-toggle:focus {
outline: none !important;
box-shadow: none !important;
}

.checkbox {
margin-top: 20px;
margin-bottom: 15px;
text-align: left;
padding-left: 0;
}

input[type=checkbox] {
display: none !important;
opacity: 0;
}

.checkbox span {
font-family: 'Oswald-light';
font-size: 13px;
letter-spacing: 0.05em;
color: #999999 !important; 
text-transform: uppercase;
}

label[for=agree] a,
label[for=agree] a:visited,
label[for=agree] a:active,
label[for=agree] a:focus {
font-family: 'Oswald-light';
font-size: 13px;
letter-spacing: 0.05em;
color: #999999 !important; 
text-transform: uppercase;
text-decoration: underline;
}

label[for=agree] a:hover {
text-decoration: none;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
position: absolute;
left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
position: relative;
cursor: pointer;
padding-left: 35px;
padding-top: 5px;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 25px;
height: 25px;
border: solid 1px #000000;
background-color: rgba(0,0,0,0.0) !important;
border-radius: 0;
box-shadow: none;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
content: '\2713';
position: absolute;
top: 6px;
left: 6px;
font-size: 18px;
font-weight: bold;
line-height: 10px;
color: #009900;
transition: all .2s;
}

[type="checkbox"]:not(:checked) + label:after {
transform: scale(0);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-webkit-opacity: 0;
-khtml-opacity: 0;
filter: alpha(opacity=0);
transition: all .3s ease-in;
}

[type="checkbox"]:checked + label:after {
transform: scale(1) rotateZ(0deg);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
}

[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before,
label:hover:before {
border: 0;
outline: none;
}

::-webkit-input-placeholder {
font-family: 'Oswald-light';
font-size: 13px;
letter-spacing: 0.05em;
color: #999999 !important;
text-transform: uppercase;
}

:-moz-placeholder {
font-family: 'Oswald-light';
font-size: 13px;
letter-spacing: 0.05em;
color: #999999 !important;
text-transform: uppercase;
}

::-moz-placeholder {
font-family: 'Oswald-light';
font-size: 13px;
letter-spacing: 0.05em;
color: #999999 !important; 
text-transform: uppercase;
}

:-ms-input-placeholder {
font-family: 'Oswald-light';
font-size: 13px;
letter-spacing: 0.05em;
color: #999999 !important;
text-transform: uppercase;
}

.msg_error {
font-family: 'Oswald-light';
color: #FF0000 !important;
font-size: 13px;
letter-spacing: 0.05em;
line-height: 26px;
text-align: left;
text-transform: uppercase;
}

.msg_success {
font-family: 'Oswald-light';
color: #009900 !important;
font-size: 13px;
letter-spacing: 0.05em;
line-height: 26px;
text-align: left;
text-transform: uppercase;
}

/* --------------------------------------------------------------------------------- */
/* HOME
/* --------------------------------------------------------------------------------- */

#hero-vid {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
height: auto;
min-width: 100%;
background-repeat: no-repeat;
background-position: left top;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: transparent;
perspective: 1px;
z-index: -1000;
}

.icon-background {
position: fixed;
color: #FFFFFF;
font-size: 22px;
padding: 10px;
border: 2px solid #FFFFFF;
border-radius: 50%;
left: 50%;
transform: translateX(-50%);
}

#home h1 {
font-family: 'futura_lt_bt';
color: #FFFFFF;
font-size: 25px;
letter-spacing: 0.1em;
text-transform: uppercase;
}

/* Section Lancamento
/* --------------------------------------------------------------------------------- */

#lancamento {
position: relative;
display: table;
width: 100%;
height: auto;
background-image: url('../images/bkg_grunge_launch.png'); 
background-repeat: no-repeat;
background-position: center top;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: transparent;
padding: 0 0 25px 0;
margin: 0;
}

#lancamento .container,
#lancamento .row {
margin: 0 auto !important;
padding: 0 !important;
}

.panel-transparent {
background-color: transparent !important;
}

#lancamento .launch {
margin-top: 0px !important;
}

#lancamento h1 {
font-family: 'futura_lt_bt';
color: #000000;
font-size: 25px;
letter-spacing: 0.1em;
padding: 0;
margin: 120px 0 1px 0;
text-transform: uppercase;
}

.available {
margin-top: 50px;
}

#lancamento .col-sm-4:nth-child(1) {
width: 45%;
height: 350px;
}

#lancamento .col-sm-4:nth-child(2) {
width: 10%;
min-width: 26px;
max-with: 26px;
height: 350px;
}

#lancamento .col-sm-4:nth-child(3) {
width: 45%;
height: 350px;
}

/* Section Video
/* --------------------------------------------------------------------------------- */

#video {
position: relative;
display: table;
width: 100%;
height: auto;
background-image: url('../images/background_video.jpg');  
background-repeat: no-repeat;
background-position: center top;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;
margin: 0;
}

#video h1 {
font-family: 'futura_lt_bt';
color: #FFFFFF;
font-size: 25px;
letter-spacing: 0.1em;
padding: 0;
margin: 50px 0 1px 0;
text-transform: uppercase;
}

.videoWrapper {
position: relative;
padding-bottom: 50.25%; /* 16:9 */
padding-top: 10px;
height: 0;
overflow: hidden;
margin: 5px 0 30px 0;
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
position: absolute;
top: 0;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
width: 100%;
max-width: 857px;
height: 100%;
max-height: 496px;
}

/* Section Facebook Feed
/* --------------------------------------------------------------------------------- */

#news {
position: relative;
display: table;
width: 100%;
height: 800px;
background-image: url('../images/background.png'); 
background-repeat: no-repeat;
background-position: center top;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: transparent;
padding: 0;
margin: 0;
}

#news {
padding-bottom: 0;
margin-bottom: -80px !important;
}

#news h1 {
font-family: 'futura_lt_bt';
color: #000000;
font-size: 25px;
letter-spacing: 0.1em;
padding: 0;
margin: 45px 0 1px 0;
text-transform: uppercase;
}

#fb-root {
display: none;
}

#feed {
width: 100%;
max-width: 300px;
margin: 15px auto 5px auto;
padding: 0;
height: 300px;
}

.fb-page {
width: 100%;
max-width: 100%;
margin: 0 auto;
text-align: center;
border: 0 !important;
}

.fb-page>span {
max-width: 100%;
border: 0 !important;
}

.fb-page iframe {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
border: 0 !important;
border-radius: 0;
}

/* --------------------------------------------------------------------------------- */
/* SOBRE
/* --------------------------------------------------------------------------------- */

#sobre {
position: relative;
height: 570px;
margin-top: 30px;
}

#sobre .container,
#sobre .row {
width: 100%;
max-width: 1200px;
margin: 0 auto !important;
padding: 0 !important;
}

ul.banda li {
display: inline-block;
padding: 0 !important;
margin: 0 5px 10px 0 !important;
text-align: left;
}

#sobre h1 {
font-family: 'futura_lt_bt';
color: #000000;
font-size: 25px;
letter-spacing: 0.1em;
padding: 0;
margin: 0;
text-transform: uppercase;
text-align: left;
}

#sobre p.dots {
text-align: left;
}

#sobre p.banda {
font-family: 'source-sans-pro';
font-size: 14px;
color: #666666;
letter-spacing: 0.05em;
text-align: justify;
line-height: 17px;
padding: 3px 0;
}

#sobre .col-sm-push-6 {
margin: 0;
padding: 0px 0 0 0;
}

#sobre .col-sm-pull-6 {
margin: 0;
padding: 3px 0px 0 0;
text-align: left;
}

/* --------------------------------------------------------------------------------- */
/* TOUR
/* --------------------------------------------------------------------------------- */

#banner_tour {
position: relative;
width: 100%;
height: 288px;
background-image: url('../images/banner_tour.png');  
background-repeat: no-repeat;
background-position: left top;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: transparent;
padding: 0;
margin: 0;
}

.tour_header {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}

.tour_header h1 {
font-family: 'futura_lt_bt';
color: #FFFFFF;
font-size: 25px;
letter-spacing: 0.1em;
padding: 0;
margin: 25px 0 1px 0;
text-transform: uppercase;
}

.tour_header p img {
width: 27px;
height: 10px;
}

#tour {
position: relative;
min-height: 400px;
padding-bottom: 50px;
margin: 0;
}

#tour td.date {
color: #000000;
}

#tour .hour {
color: #999999;
}

/* Tour Table Grid
/* --------------------------------------------------------------------------------- */

.table > tbody > tr > td,
.table > tfoot > tr > td {
vertical-align: middle;
}

table {
table-layout: auto;
width: 100%;
margin: 10px auto;
border-collapse: collapse;
border-spacing: 0;
border: 0;
overflow: hidden;
}

th {
font-family: 'Oswald-light';
font-size: 16px;
letter-spacing: 0.2em;
font-weight: 300;
color: #ADA098;
text-align: left;
text-transform: uppercase;
padding: 10px 0;
border-bottom: 1px solid #CCCCCC;
background-color: rgba(0,0,0,0.0);
}

tr {
border-bottom: 1px solid #CCCCCC;
background-color: rgba(0,0,0,0.0);
}

td {
font-family: 'futura_lt_bt';
color: #999999;
font-size: 14px;
letter-spacing: normal;
text-align: left;
text-transform: uppercase;
padding: 10px 0;
width: 33.33333333%;
}

/* --------------------------------------------------------------------------------- */
/* MUSICA
/* --------------------------------------------------------------------------------- */

#banner_musica {
position: relative;
width: 100%;
height: 206px;
background-image: url('../images/banner_musica.png');  
background-repeat: no-repeat;
background-position: left top;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: transparent;
padding: 0;
margin: 0;
}

#banner_musica img {
width: 100%;
height: auto;
}

#musica {
padding-bottom: 50px;
margin: 0;
}

#musica h1 {
font-family: 'futura_lt_bt';
color: #000000;
font-size: 25px;
letter-spacing: 0.1em;
padding: 0;
margin: 25px 0 1px 0;
text-transform: uppercase;
}

#musica ul.songs {
padding: 0;
margin-top: 20px;
}

#musica ul.songs li {
display: block;
text-align: left;
padding: 3px 0;
text-transform: uppercase;
font-family: 'Oswald-light';
font-size: 15px;
letter-spacing: 0.05em;
color: #000000;
clear: both;
}

#musica p.duration {
font-family: 'source-sans-pro';
font-size: 12px;
letter-spacing: 0.05em;
color: #999999;
padding: 10px 0 0 0;
text-transform: none;
}

#musica ul.players {
padding: 0;
margin: 40px 0 15px 0;
}

#musica ul.players li {
display: inline-block;
text-align: left;
margin-right: 5px;
}

#musica ul.players li:last-child {
margin-right: 0;
}

#musica ul.players li img {
width: 100px;
height: auto;
border: 3px solid #FF0000;
}

/* --------------------------------------------------------------------------------- */
/* LOJA
/* --------------------------------------------------------------------------------- */

#banner_loja {
position: relative;
width: 100%;
height: 206px;
background-image: url('../images/banner_loja.png');  
background-repeat: no-repeat;
background-position: left top;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: transparent;
padding: 0;
margin: 0;
}

#banner_loja img {
width: 100%;
height: auto;
}

#loja {
padding-bottom: 50px;
margin: 0;
}

#loja h1 {
font-family: 'futura_lt_bt';
color: #000000;
font-size: 25px;
letter-spacing: 0.1em;
padding: 0;
margin: 25px 0 1px 0;
text-transform: uppercase;
}

#loja p.title {
font-family: 'source-sans-pro';
font-size: 15px;
letter-spacing: 0.05em;
color: #999999;
padding: 0;
margin-bottom: 25px;
text-transform: uppercase;
}

#loja p.product {
font-family: 'Oswald-light';
font-size: 15px;
letter-spacing: 0.05em;
color: #000000;
padding: 0;
margin: 0;
text-transform: uppercase;
}

#loja p.separator {
font-family: Verdana, Geneva, sans-serif;
color: #CCCCCC;
font-size: 14px;
font-weight: normal;
line-height: 150%;
letter-spacing: 0.05em;
padding: 0;
margin: 20px 0;
}

#loja .card-box {
border-right: 1px solid #CCCCCC;
}

#loja .last {
border-right: 0;
}

#loja h4 {
font-family: 'Oswald-light';
font-size: 15px;
letter-spacing: 0.05em;
color: #000000;
line-height: 20px;
padding: 0;
text-transform: uppercase;
}

#loja p.colors {
font-family: 'source-sans-pro';
font-size: 12px;
color: #999999;
letter-spacing: 0.05em;
line-height: 14px;
padding: 0;
text-transform: uppercase;
}

#loja p.sizes {
font-family: 'source-sans-pro';
font-size: 12px;
color: #999999;
letter-spacing: 0.05em;
line-height: 14px;
padding: 0;
text-transform: uppercase;
}

#loja .btn-send {
float: right;
width: 100px;
background-color: transparent;
}

/* --------------------------------------------------------------------------------- */
/* CONTACTO
/* --------------------------------------------------------------------------------- */

#banner_contacto {
position: relative;
width: 100%;
height: 206px;
background-image: url('../images/banner_contacto.png');  
background-repeat: no-repeat;
background-position: left top;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: transparent;
padding: 0;
margin: 0;
}

#banner_contacto img {
width: 100%;
height: auto;
}

#contacto {
padding-bottom: 50px;
margin: 0;
}

#contacto h1 {
font-family: 'futura_lt_bt';
color: #000000 !important;
font-size: 25px;
letter-spacing: 0.1em;
text-transform: uppercase;
padding: 0;
margin: 25px 0 1px 0;
}

h6.booking {
font-family: 'Oswald-light';
color: #000000 !important;
font-size: 22px;
letter-spacing: 0.05em;
padding: 0;
margin: 20px 0 1px 0;
text-transform: uppercase;
}

#contacto p {
padding: 0;
margin: 1px 0 25px 0;
}

#contacto p.booking {
font-family: 'Oswald-light';
color: #999999 !important;
font-size: 14px;
letter-spacing: 0.02em;
line-height: 110%;
padding: 0;
margin: 5px 0;
}

/* --------------------------------------------------------------------------------- */
/* FOOTER
/* --------------------------------------------------------------------------------- */

footer {
position: relative;
width: 100%;
height: auto;
background-image: url('../images/footer.png');  
background-repeat: no-repeat;
background-position: center bottom;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;
margin: 0;
}

ul.bottom-social-icons {
padding-top: 70px;
margin: 0;
}

ul.bottom-social-icons li {
display: inline-block;
padding: 0 2px!important;
margin: 0 2px !important;
}

ul.bottom-social-icons li a,
ul.bottom-social-icons li a:focus,
ul.bottom-social-icons li a:active,
ul.bottom-social-icons li a:hover {
color: #FFFFFF;
font-size: 18px;
text-decoration: none;
}

ul.bottom-social-icons li a:after {
display: block;
content: '';
border-bottom: solid 2px #FFFFFF;  
transform: scaleX(0);  
transition: transform 300ms ease-in-out;
}

ul.bottom-social-icons li a:hover:after {
transform: scaleX(1);
transform-origin:  0% 50%;
}

.copyright {
padding: 10px 0 30px 0;
}

.copyright p {
font-family: 'Oswald-light';
color: #FFFFFF;
font-size: 14px;
letter-spacing: 0.02em;
text-transform: none;
}

/* --------------------------------------------------------------------------------- */
/* MODAL
/* --------------------------------------------------------------------------------- */

#modal {
left: 50%;
margin: -250px 0 0 -32%;
opacity: 0;
position: absolute;
top: -50%;
visibility: hidden;
width: 65%;
border-radius: 4px;
box-shadow: 0;
box-sizing: border-box;
transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
z-index: 9999;
}

#modal:target {
opacity: 1;
top: 50%;
visibility: visible;
}

#modal .header,
#modal .footer {
border: none;
}

#modal h2 {
float: left;
font-family: 'futura_lt_bt';
color: #666666;
font-size: 17px;
letter-spacing: 0.1em;
text-transform: uppercase;
line-height: 22px;
text-align: left;
padding: 0;
margin-bottom: 10px;
}

#modal .header {
padding: 1px 15px 1px 15px;
}

#modal .text,
#modal .footer {
padding: 5px 15px;
}

#modal .text {
clear: both;
line-height: 20px;
padding: 5px 15px;
}

#modal .text p {
font-family: 'source-sans-pro';
font-size: 15px;
color: #999999;
letter-spacing: 0.05em;
line-height: 22px;
text-align: justify;
padding: 7px 0;
}

.modal-content {
background-color: #FFFFFF;
position: relative;
z-index: 20;
}

#modal .overlay {
background-color: #000000;
background: rgba(0,0,0,.6);
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 10;
}

#modal a.btn,
#modal a.btn:active,
#modal a.btn:focus,
#modal a.btn:hover {
float: right;
font-family: 'source-sans-pro';
font-size: 15px;
color: #FFFFFF;
letter-spacing: 0.05em;
text-transform: uppercase;
text-decoration: none;
display: inline-block;
padding: 5px;
margin-top: 12px;
border-radius: 5px;
background-color: #E74C3C;
}

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

@media (max-width: 991.98px) {

#tour {
position: relative;
margin-top: 5px;
}

.table-responsive,
.single-table { 
overflow: hidden;
border: 0;
}

.single-table td:nth-of-type(1):before {
content: "Data";
color: #ADA098;
}

.single-table td:nth-of-type(2):before {
content: "Evento";
color: #ADA098;
}

.single-table td:nth-of-type(3):before {
content: "Local";
color: #ADA098;
}
	
.single-table table,
.single-table thead,
.single-table tbody,
.single-table th,
.single-table td,
.single-table tr { 
display: block;
overflow: hidden;
}

.single-table thead tr { 
position: absolute;
top: -9999px;
left: -9999px;
}

.single-table tr {
border: 0;
text-align: left;
border-bottom: 0;
margin-bottom: 5px;
}

.single-table tr + tr {
margin-top: 30px;
}

.single-table td {
position: relative;
border: none;
border-bottom: 1px solid #CCCCCC; 
padding-left: 40%;
text-transform: uppercase;
font-weight: normal;
line-height: 24px;
}

.single-table td:before { 
position: absolute; 
top: 10px;
left: 6px;
width: 55%; 
padding-right: 5px; 
text-transform: uppercase;
line-height: 24px;
}

td {
width: auto;
}
}

@media (max-width: 767.98px) {
	
#news .col-md-3:nth-child(1), 
#news .col-md-3:nth-child(2),
#news .col-md-3:nth-child(3),
#news .col-md-3:nth-child(4) {
padding: 0 5px;
margin: 0 0 15px 0;
}

.navbar.pull-right {
float: none
}

.navbar-collapse {
position: fixed;
top: 0;
height: 100%;
max-height: 280px;
width: 100%;
min-width: 100%;
left: -850px;
margin: 0;
padding: 0;
border: 0 !important;
background-color: #000000;
overflow: hidden;
transition: all 0.3s ease-out;
}

.navbar-nav {
padding: 10px 0 0 3px;
margin: 0;
}

.navbar-nav li:nth-child(1) {
max-width: 52px;
border-right: 0 !important;
margin-bottom: 10px !important;
}

.navbar-nav li:nth-child(2) {
max-width: 52px;
border-right: 0 !important;
margin-bottom: 10px !important;
}

.navbar-nav li:nth-child(3) {
max-width: 48px;
border-right: 0 !important;
margin-bottom: 10px !important;
}

.navbar-nav li:nth-child(4) {
max-width: 60px;
border-right: 0 !important;
margin-bottom: 10px !important;
}

.navbar-nav li:nth-child(5) {
max-width: 45px;
border-right: 0 !important;
margin-bottom: 10px !important;
}

.navbar-nav li:nth-child(6) {
max-width: 78px;
border-right: 0 !important;
margin-bottom: 10px !important;
}

.navbar-nav li,
.navbar-nav li a,
.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav li a:after {
float: none;
border-right: 0 !important;
display: block;
clear: both;
padding: 0;
margin-bottom: 0;
}

.navbar-nav li:before {
border-right: 0 !important;
}

.navbar-nav li:after {
border-right: 0 !important;
}

ul.header-social-icons li {
display: inline-block !important;
}

.col-sm-12 {
padding: 0 5px;
}

#loja form,
#loja form .col-md-6 {
margin: 0 auto;
padding: 0 2px;
}

#lancamento .launch {
margin-top: 10px !important;
}
				
#lancamento .col-sm-4:nth-child(1) {
display: block;
width: 100%;
height: auto;
}

#lancamento .col-sm-4:nth-child(2) {
display: none;
}

#lancamento .col-sm-4:nth-child(3) {
display: block;
width: 100%;
height: auto;
}

.cd img {
width: 245px;
height: auto;
}

.date img {
width: 245px;
height: auto;
}

.available {
margin-top: 25px;
margin-bottom: 30px;
}

#sobre {
min-height: 840px;
}

#sobre .col-sm-push-6 {
margin: 0 0 30px 0;
padding: 0;
}

#sobre .col-sm-pull-6 {
text-align: center;
}

#sobre ul.banda {
text-align: center;
}

#sobre h1,
#sobre p.dots {
text-align: center;
}

#sobre p.content {
padding: 0 10px;
}

#musica ul.songs li {
padding: 6px 0;
}

#loja .card-box {
border-right: 0;
}

#loja .btn-send {
float: none;
display: table;
margin: 0 auto;
}

#banner_tour {
background-image: url('../images/banner_small_tour.png');  
}

#banner_musica {
background-image: url('../images/banner_small_musica.png');  
}

#banner_loja {
background-image: url('../images/banner_small_loja.png');  
}

#banner_contacto {
background-image: url('../images/banner_small_contacto.png');  
}

#modal:target {
top: 15px;
}

#modal {
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
top: 15px;
margin: 0 auto;
width: 90%;
}
}

@media (max-width: 479.98px) {
#modal {
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
top: 15px;
margin: 0 auto;
width: 96%;
}

#modal h2 {
font-size: 14px;
}

#lancamento h1 {
margin: 80px 0 1px 0 !important;
}

.cd img {
width: 300px;
height: auto;
}

#sobre {
min-height: 1360px;
}
}

@media (max-width: 319.98px) {
#lancamento h1 {
margin: 50px 0 1px 0 !important;
}

#sobre {
min-height: 1500px;
}
}

/* Section Home
/* --------------------------------------------------------------------------------- */

/* TV Screen */

@media (max-width: 3840px) {
#home {
height: 1580px;
}

.icon-background {
top: 1510px;
}

#lancamento h1 {
margin: 330px 0 1px 0;
}
}

@media (max-width: 3440px) {
#home {
height: 1300px;
}

.icon-background {
top: 1270px;
}

#lancamento h1 {
margin: 290px 0 1px 0;
}
}

/* Desktop Monitor */

@media (max-width: 2880px) {
#home {
height: 1130px;
}

.icon-background {
top: 1100px;
}

#lancamento h1 {
margin: 200px 0 1px 0;
}
}

@media (max-width: 2560px) {
#home {
height: 1050px;
}

.icon-background {
top: 990px;
}

#lancamento h1 {
margin: 200px 0 1px 0;
}
}

@media (max-width: 1920px) {
#home {
height: 850px;
}

.icon-background {
top: 720px;
}

#lancamento h1 {
margin: 70px 0 1px 0;
}
}

@media (max-width: 1680px) {
#home {
height: 750px;
}

.icon-background {
top: 640px;
}
}

@media (max-width: 1600px) {
#home {
height: 630px;
}

.icon-background {
top: 600px;
}
}

/* Tablet Device */

@media (max-width: 1440px) {
#home {
height: 670px;
}

.icon-background {
top: 550px;
}

#lancamento h1 {
margin: 50px 0 1px 0;
}
}

@media (max-width: 1366px) {
#home {
height: 630px;
}

.icon-background {
top: 510px;
}
}

@media (max-width: 1360px) {
#home {
height: 600px;
}

.icon-background {
top: 510px;
}
}

@media (max-width: 1280px) {
#home {
height: 590px;
}

.icon-background {
top: 490px;
}
}

@media (max-width: 1080px) {
#home {
height: 600px;
}

.icon-background {
top: 480px;
}

#lancamento h1 {
margin: 50px 0 1px 0;
}
}

@media (max-width: 960px) {
#home {
height: 510px;
}

.icon-background {
top: 400px;
}

#sobre {
min-height: 1000px;
}
}

@media (max-width: 800px) {
#home {
height: 430px;
}

.icon-background {
top: 330px;
}
}

/* Mobile Device */

@media (max-width: 750px) {
#home {
height: 400px;
}

.icon-background {
top: 310px;
}
}

@media (max-width: 480px) {
#home {
height: 260px;
}

.icon-background {
top: 190px;
}

#lancamento h1 {
margin: 1px 0 1px 0;
}
} 

@media (max-width: 414px) {
#home {
height: 200px;
}

.icon-background {
display: none;
}

#sobre {
min-height: 1700px;
}
}

@media (max-width: 375px) {
header {
top: 5px !important;
}

#home {
height: 190px;
}

#lancamento h1 {
margin: 30px 0 1px 0;
}

#sobre {
min-height: 1770px;
}
}

@media (max-width: 360px) {
#home {
height: 190px;
}
}

@media (max-width: 320px) {
#home {
height: 160px;
}

#sobre {
min-height: 1850px;
}
}

@media (max-width: 240px) {
#home {
height: 120px;
}

#sobre {
min-height: 2630px;
}
}