@font-face {
    font-family: 'fertigo_proregular';
    src: url('../fonts/Fertigo_PRO-webfont.eot');
    src: url('../fonts/Fertigo_PRO-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Fertigo_PRO-webfont.woff2') format('woff2'),
         url('../fonts/Fertigo_PRO-webfont.woff') format('woff'),
         url('../fonts/Fertigo_PRO-webfont.ttf') format('truetype'),
         url('../fonts/Fertigo_PRO-webfont.svg#fertigo_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    background: url(../images/DSC_6863.jpg) no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color: #333;
    font-size: 14px; /* global reference */
    font-family: 'Sintony', sans-serif;/*fertigo_proregular*/
    color: rgb(19, 28, 45);
}
h2.head, h3.head {
    font-family: 'Sintony', sans-serif;
}
a {
	color: #22457a; 
}
.widget {
    background-color: rgba(255,255,255,0.78);
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px 0 5px 0;
    margin-bottom: 30px;
}
.widget.dark {
    /*background-color: rgba(0,0,0,0.5);*/
    background-color: rgba(19, 28, 45, 0.5);
    color: #eee;
}
.widget.dark a {
    color: #97BABF;
}

.widget h2 {
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 3.2rem;
    margin: 0;
}
.widget h3 {
    font-size: 2rem;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.background-photo-credit {
    bottom: 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    font-style: italic;
    position: fixed;
    right: 30px;
}
.gallery-photo-credit {
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    font-style: italic;
    text-align: left;
    position: relative;
    float: left; 
    width: 100%;
}
.cd-preview-front {
    width: 132px;
    border: 1px solid #999;
}
/* RELEASES */
.imgcontainer {
    margin: 20px 0;
    text-align: center;
}
.imgcontainer img {
    width: 440px;
}
.linkcontainer {
    text-align: left;
    width: 440px;
    margin: 20px auto;
}
.linkcontainer ul {
    padding: 0;
}
.linkcontainer li {
    list-style: none;
}
ul.nav {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}
.language {
    display: inline-block; 
    float: right;
    z-index: 100;
    position: relative;
}
.language > a {
    background-color: rgba(19, 28, 45, 1);
    border-radius: 4px;
    margin-right: 6px;
    padding: 1px 6px;
}
.language > a:hover, .language > a.lang_active {
	color: #ffffff;
}
.play { 
    border: 1px solid #3b636e;
    border-radius: 12px;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    margin-left: -4px;
    text-align: center;
    width: 18px;
}
#orderform input {
    width: 225px;
    margin: 0;
    padding: 3px;
    color: #333;
}
#orderform input.small {
    width: 50px;
}
#orderform input.small2 {
    width: 160px;
}
#orderform input.submit {
    color: #333;
}
.nav > li > a {
	padding: 4px 10px;
    font-size: 2rem;
    font-family: 'Sintony', sans-serif;
}
.nav > li.current > a {
    color: rgb(238, 238, 238);
}
.nav > li > a:hover {
    background-color: rgba(19, 28, 45, 0.4);
}
.concerts-list {
    padding-left: 10px;
}
.concerts-list li {
	list-style: outside none none;
	font-size: 14px;
}
.concerts-list div {
    display: inline-block;
    margin-right: 10px;
}

.concerts-list.narrow div:first-of-type {
    font-size: 20px;
    min-width: 100px;
}
.concerts-list.narrow div:nth-of-type(2) {
    font-size: 20px;
    min-width: 70px;
}
.concerts-list.narrow li {
    margin-bottom: 10px;
}

.concerts-list div:first-of-type {
    min-width: 80px;
}
.concerts-list div:nth-of-type(2) {
    min-width: 190px;
}