@import url('../fonts/fontello/css/fontello.css');
@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,600,700);
@import url(http://fonts.googleapis.com/css?family=Lusitana:400,700);

/* GENERAL */
html, body, form {
    margin: 0;
    padding: 0;
    height: 100%;
    z-index: 1;
    font-size: 16px;
    /*font-family: 'Lusitana', serif;*/
    font-family: 'Raleway', sans-serif;
    font-weight:700;
    line-height:1.25em;
    color:#2645b5;
    background-color: #f5f1e8;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height:1.250;
    color:#2645b5;
}
h1 {
    font-size:1.250em;
    text-transform:uppercase;
    line-height:1em;
    margin:0;
}
h1:after {
    content: url( "../../layout/images/title_bottom.png" ) ;
    display:block;
    line-height:0.5em;
    margin:0.5em 0 0.75em 0;
}
h2 {
    font-size:1.250em;
    line-height:1.250em;
    margin:0 0 0.5em 0;
}
.h2_uppercase h2 {
    text-transform:uppercase;
}
h3 {
    font-size:1.250em;
    line-height:1em;
    margin:0 0 0.5em 0;
    color:#000000;
}

a {color: #2645b5;}
hr {border:none;border-top: 1px solid #2645b5;margin:0.5em 0;}
img {max-width:100%;}
figure {margin:0}

/* FIX: Preventing Chrome from wrapping text with span-style (when editing) */
/*
.display h1 span {font-size: 2.8em;line-height:1.4;}
.display p span {font-size: 1.5em;line-height:1.7;}
h1 span {font-size: 2.37em;line-height:1.7;}
h2 span {font-size: 1.83em;line-height:1.7;}
h3 span {font-size: 1.39em;line-height:1.7;}
h4 span {font-size: 1.1em;line-height:1.7;}
h5 span {font-size: 0.98em;line-height:1.7;}
h6 span {font-size: 0.85em;line-height:1.7;}
p span {font-size: 14px; line-height: 1.7;}
li span {font-size: 14px; line-height: 1.7;}
*/
        
/**********************************
    Grid
***********************************/
.container {
    margin: 0 auto;
    max-width: 960px;
    width: 90%;
}
@media (min-width: 40rem) {
    .column {
        float: left;
        padding-left: 1.32rem; /* 1rem */
        padding-right: 1.32rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .no_left_padding { padding-left:0;}
    .no_right_padding { padding-right:0;}
    .column.full { width: 100%;}
    .column.two-third { width: 66.7%; }
    .column.two-fourth { width: 75%; }
    .column.two-fifth { width: 80%; }
    .column.two-sixth { width: 83.3%; }
    .column.half { width: 50%; }
    .column.third { width: 33.3%; 
                    text-align:left;
    }

    .column.fourth { width: 25%; }
    .column.fifth { width: 20%; }
    .column.sixth { width: 16.6%; }

    .column.flow-opposite { float: right; }  
}
.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

   
/**********************************
    Elements
***********************************/

.center {text-align:center}
.right {text-align:right}
.left {text-align:left}

.embed-responsive {position: relative;display:block;height:0;padding:0;overflow:hidden;} 
.embed-responsive.embed-responsive-16by9 {padding-bottom: 56.25%;}
.embed-responsive.embed-responsive-4by3 {padding-bottom: 75%;}
.embed-responsive.embed-responsive-cph {padding-bottom: 79%;}
.embed-responsive iframe {position: absolute;top: 0;bottom: 0;left: 0;width: 100%;height: 100%;border: 0;}

.list {position:relative;margin:1.5em 0;}
.list > i {position:absolute;left:-3px;top:-13px;font-size:2em;}
.list > h2, .list > h3 {margin: 0 0 0 50px}
.list > p {margin: 0 0 0 50px}

.quote {position:relative;margin:1.5em 0;}
.quote > i {position: absolute;top: -10px; left: -7px;font-size: 2em;color:rgba(51,51,51,0.44);}
.quote > small {margin-left:50px;opacity: 0.7;font-size: 1em;}
.quote > p {margin-left:50px;font-size: 1.5em;}

.btn {
    padding: 0.5em 1em;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #2645b5;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color:#f5f0e8;
}

.btn.btn-primary {}
.btn.btn-primary:hover {}
.btn.btn-default {}
.btn.btn-default:hover {}

.social {line-height:1;margin-bottom:1.5em}
.social a > i {text-decoration:none;color:#333;font-size:1.2em;margin:0 5px 0 0;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}
.social a:hover > i {color:#2645b5;}


/**********************************
    Header Image with Caption
***********************************/
figure.hdr {
	position: relative;
	width: 100%;
	overflow:hidden;
    background-color: #000;   
}
figure.hdr img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;	
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
figure.hdr:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.hdr figcaption {
   	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%; 
	padding: 0 2.5em;
	color: #f5f0e8;
	font-size: 1.55em;
	text-align: center;
	box-sizing: border-box;
	z-index:1;
}
/* Text */
figure.hdr h2 {
	font-weight: 300;
	text-transform: uppercase;
}
figure.hdr h2 span {
	font-weight: 800;
}
figure.hdr p {
	letter-spacing: 1px;
	font-size: 68.5%;
	text-transform: uppercase;
}
figure.hdr h2, figure.hdr p {
	margin: 0;
	z-index:10000;
}
/* Cosmetic */
figure.hdr div {
	height: 100%; 
	z-index:0;
}
figure.hdr div::before,
figure.hdr div::after {
	position: absolute;
	content: '';
}
/* One */
figure.one div::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #f5f0e8;
	border-bottom: 1px solid #f5f0e8;
}
figure.one div::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #f5f0e8;
	border-left: 1px solid #f5f0e8;
}
/* Two */
figure.two div::before {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-top: 1px solid #f5f0e8;
	border-bottom: 1px solid #f5f0e8;
}
figure.two div::after {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-right: 1px solid #f5f0e8;
	border-left: 1px solid #f5f0e8;
}
/* Three */
figure.three figcaption {
	height: 70%; 
}
figure.three p {
	margin: 1em 0 0;
	padding: 2em;
	border: 1px solid #f5f0e8;	
} 
/* Four */
figure.four figcaption {
	height: 60%; 
	text-align: left;
}
figure.four p {
	position: absolute;
	right: 50px;
	bottom: 50px;
	left: 50px;
	padding: 2em;
	border: 7px solid #f5f0e8;
}
/* Five */
figure.five figcaption {
	height: 100%; 
	text-align: right;
}
figure.five h2 {
    position: absolute;
    left: 50px;
	right: 50px;
	top: 10%;
	border-bottom: 5px solid #f5f0e8;
}
figure.five p {
	position: absolute;
	right: 50px;
	bottom: 10%;
}
/* Six */
figure.six figcaption {
	height: 70%;
}
figure.six h2 {
    padding-bottom: 3%;
	border-bottom: 1px solid #f5f0e8;
}
figure.six p {
	padding-top: 6%;
}
/* Seven */
figure.seven figcaption {
	height: 90%;
	text-align:left;
}
figure.seven h2 {
	border-bottom: 3px solid #f5f0e8;
}
figure.seven p {
    padding-top: 1em;
}
/* Eight */
figure.eight figcaption {
	height: 100%; 
	text-align: right;
}
figure.eight h2 {
	position: absolute;
	left: 50%;
	right: 50px;
	bottom: 10%;
}
figure.eight p {
    position: absolute;
    left: 50px;
	right: 50%;
	top: 10%;
	padding-right:0.5em;
	border-right: 1px solid #f5f0e8;
}

/*  CUSTOM  */
a.soundcloud {
    background: url('../../layout/images/icon_soundcloud.png') no-repeat;
    display: inline-block;
    height: 26px;
    width: 26px;
    text-indent:-9999px;
    margin-right:1em;
}

a.vimeo {
    background: url('../../layout/images/icon_vimeo.png') no-repeat;
    display: inline-block;
    height: 26px;
    width: 26px;
    text-indent:-9999px;
    margin-right:1em;
}

a.tickets {
    display:block;
    margin:1em 0;
}

.textcolumns p {
    margin-top:0;
}

figcaption {
    margin-top:1.5em;
}

div.devider_blue {
    width:26px;
    height:6px;
    background: url( "../../layout/images/title_bottom.png" ) no-repeat no-repeat;
    margin: 1.250em 0;
}
.lusitana_content p {
    font-family: 'Lusitana', serif;
    font-size: 1em;
    font-weight:400;
    line-height:1.250em;
    color:#000000;
}
.lusitana_content_blue p {
    font-family: 'Lusitana', serif;
    font-size: 1em;
    font-weight:400;
    line-height:1.250em;
}
/* CONTACT */
.contactsnippet p {
    margin:0;
}

.contactsnippet a {
    display:block;
    margin-bottom:1em;
}

.contactsnippet ul.socials {
        list-style: none;
        margin: 2em 0;
        padding: 0;
    }

    .contactsnippet ul.socials li {
        display: inline-block;
        padding: 0 1.5em 0 0;
    }

/* NEWS */
.news .third figure {
    margin-bottom: 0.5em;
}
.news h2:after {
    content: url( "../../layout/images/title_bottom.png" ) ;
    display:block;
    line-height:0.5em;
    margin:0.25em 0 0.5em 0;
}
.news a.morenews {
    display:block;
    margin-bottom:1.5em;
}
.news a.allnews {
    display:block;
    position:absolute;
    right:1.5%;
    bottom:0;
    text-decoration:none;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size:1.250em;
}
.news a.allnews:before {
    content: url( "../../layout/images/more_arrow.png" ) ;
    display:inline-block;
    position:relative;
    top:0.125em;
    right:0.750em;
}

/* EVENTS */
.events .third figure {
    margin-bottom: 0.5em;
}
.events h1:after {
    content: '' ;
}
.events h2:after {
    content: url( "../../layout/images/title_bottom.png" ) ;
    display:block;
    line-height:0.5em;
    margin:0.25em 0 0.5em 0;
}
.events a.eventdetail {
    display:block;
    margin:1.5em 0;
}
.events a.allevents {
    display:block;
    text-decoration:none;
    font-size:1.250em;
}
.events a.allevents:before {
    content: url( "../../layout/images/more_arrow.png" ) ;
    display:inline-block;
    position:relative;
    top:0.125em;
    right:0.750em;
}

/* EVENT */
.event h1:after {
    content: '' ;
}
.event a.allevents {
    display:block;
    text-decoration:none;
    font-size:1.250em;
}
.event a.allevents:before {
    content: url( "../../layout/images/more_arrow.png" ) ;
    display:inline-block;
    position:relative;
    top:0.125em;
    right:0.750em;
}

/* WORK */
.work div.row {
    margin-top:1em;
}
.work h1 {
    color:#000;
}
.work h1:after {
    content: url( "../../layout/images/title_bottom_black.png" ) ;
}
.work h2 a {
    text-decoration:none;
}
.work a.allwork {
    display:block;
    text-decoration:none;
    font-size:1.250em;
}
.work a.allwork:before {
    content: url( "../../layout/images/more_arrow.png" ) ;
    display:inline-block;
    position:relative;
    top:0.125em;
    right:0.750em;
}
.work a.workdetail:before {
    content: url( "../../layout/images/icon_soundcloud_clean.png" ) ;
    display:inline-block;
    margin:0.750em 0.750em 1.50em 0;
}

/* Forms */
fieldset.nForm {
	position:relative;
    margin:0;
    padding:0;
    border:0;
}

fieldset label {
    margin: 3px 0;
    display:block;
}

.nForm input, .nForm textarea {
	border: 1px solid #333;
	background-color:#f5f0e8;
	color:#333;
	outline:none;
	box-shadow:none;
	display:block;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;

	padding: 6px 6px 6px 12px;

    width:100%;
	border-radius:5px;
}

.nForm textarea{
	overflow:auto;
	resize: none;

	padding: 6px 6px 6px 12px;
    margin:0;
}
.nForm .success{
	position:absolute;
	width:100%;
	height:100%;
	color: #f5f0e8;
	z-index:1;
	display:none;
	
}
.nForm .error, .nForm .empty{
	display:none;
}
.nForm .invalid input, .nForm .invalid textarea{
	color:red;
}
.nForm .btns{
	width:14%;
	height:100%;
}
.nForm a.btn{
	display:inline-block;
	color:#f5f0e8;
	text-decoration:none;
	background-color:#2645b5;

    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    line-height: 2em;
    margin-bottom: 0;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}
/* End Forms */

.hbuttonsblock {
    margin-bottom: 2.5em;
}

.hbuttonsblock .btn {
    text-transform:lowercase;
}

.hbuttonsblock>div {
    position:relative;
    text-align:center;
}
.hbuttonsblock ul {
    margin: 0 auto;
    padding: 0;
}
.hbuttonsblock ul li {
    list-style: none;
    display:inline;
    margin: 0 1.250em;
    padding: 0;
}
.vbuttonsblock {
    margin-bottom: 2.5em;
}
.vbuttonsblock .btnBlue {
    text-transform:lowercase;
}
.vbuttonsblock .btnTurquoise {
    background-color:#00b0b4;
    text-transform:lowercase;
}