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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

* {
    font-family: 'avenircelight', sans-serif;
}

/* COMMON */

.no-padding {
    padding: 0;
}

.page-content {
    margin-top: 50px;
    margin-bottom: 50px;
}

.the-box {
    position: relative;
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #d5dae0;
    background: #fff;
}


/* LANDING */

.has-feedback .form-control-feedback {
    top: 7px;
}

.login-wrapper {
    max-width: 300px;
    margin: 215px auto 0;
}


/* USER HEADER */

.user .menu {
    margin: 50px;
}

.user form .col-md-2 button{
    margin-top: 23px;
}

.nav-tabs > li,
.nav-pills > li {
    display: inline-block;
    float: none;
    zoom: 1;
    /* hasLayout ie7 trigger */
    *display: inline;
    /* ie7 fix */
}

.nav-tabs,
.nav-pills {
    text-align: center;
}

.menu .nav-pills span.glyphicon {
    margin-right: 10px;
}


/* USER PROFILE */

form .form-group.small,
form .table.small {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.user-home form .table > thead:first-child > tr:first-child > th:first-child {
    width: 100px;
}

.user-home form .table > thead:first-child > tr:first-child > th:last-child {
    width: 100px;
}

#btn-add-categ {
    margin-top: 20px;
}

#tb-category .btn-delete-row,
#tb-social .btn-delete-row {
    float: right;
}

.social-list{
    width: 42px;
    height: 42px;
    color: white;
    background-color: black;
    border: 2px solid #fff;
    list-style: none;
    margin-right: 5px;
    text-align: center;
    padding-top: 14px;
    text-decoration: none;
}

.social-list:hover, 
.social-list:focus, 
.social-list.active {
    color: black;
    background-color: white;
    border: 2px solid white;
    cursor: pointer;
}




/* --- DÁVID CSS --- */

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.stripe {
    width: 25%;
    height: 1px;
    background: rgba(0,0,0,0.25);
    margin: 100px auto;
    display: block;
}

.right{
    float: right;
    margin-left: 10px;
}

.left {
    float: left;
}

.checkbox.left {
    margin: 10px;
}

.clear {
    width: 0;
    height: 0;
    clear: both;
}

#sortable {
}

.list-group li {
    line-height: 34px;
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

#sortable li {
    cursor: move;
}

.list-group li .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.list-group li .checkbox input[type=checkbox] {
    margin-top: 11px;
}

.list-group li:hover {
    background: #eee;
}

.list-group li .btn{
    margin-top: 0px;
    margin-left: 10px;
    float: right;
}

.popover {
    width: 125px;
}

.popover-content .btn{
    float: left !important;
}

.margin-bottom {
    margin-bottom: 25px;
}

.account-settings {
    text-align: center;
}

.account-settings .btn {
    margin: 10px auto;
}

body > div.menu > ul > li > a > span.glyphicon {
    margin-right: 10px;
}

.news-date {
    float: right;
    width: 150px;
}

.alert-container {
    position: fixed;
    top: 25px;
    z-index: 2;
    width: 100%;
    display: none;
}

.alert-container .alert {
    width: 100%;
    text-align: center;
}

.alert-container .alert-success {
    -webkit-box-shadow: 0px 0px 15px 0px rgb(223, 240, 216);
    -moz-box-shadow: 0px 0px 15px 0px rgb(223, 240, 216);
    box-shadow: 0px 0px 15px 0px rgb(223, 240, 216);
}

.alert-container .alert-danger {
    -webkit-box-shadow: 0px 0px 15px 0px rgb(235,204,209);
    -moz-box-shadow: 0px 0px 15px 0px rgb(235,204,209);
    box-shadow: 0px 0px 15px 0px rgb(235,204,209);
}

/* --------------------------------------- FRONT END --------------------------------------------- */

.nav-icon {
  width: 20px;
  height: 18px;
  position: relative;
  margin-left: 20px;
  margin-top: 17px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.nav-icon span{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2),.nav-icon span:nth-child(3) {
  top: 6px;
}

.nav-icon span:nth-child(4) {
  top: 12px;
}

.nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon2{
    display: none;
    float: right;
    margin-right: 10px;
}
#nav-icon1{
    float: right;
    margin-left: 20px;
}


.navbar.navbar-default .container-fluid {
    max-width: 1170px;
}

.big-top-margin {
    margin-top: 225px !important;
}

.guest {
    font-family: 'avenircelight', sans-serif;
}

html {
    overflow-x: hidden;
}

.relative {
    position: relative;
}

.clear {
    clear: both;
}

.navbar {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 10;
   background: transparent;

    -webkit-transition: ease .5s;
    -moz-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;    
}
.navbar.show {
   background: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
.navbar.show .nav-icon span {
   background: #000;
}
.navbar-nav > li > .dropdown-menu {
    border: 0;
    border-radius: 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: #fff;
}

h1.upper {
    text-transform: uppercase;
    margin-top: 179px;
    position: relative;
    clear: both;
    padding-left: 12px;
    font-size: 42px;
    color: #000;
}

h1.upper.less-margin-top {
    margin-top: 160px;
}

h1.upper:before {
    content: "";
    width: 2px;
    height: 125px;
    background: #000;
    color: #000;
    position: absolute;
    top: -175px;
    left: 15px;
}

.no-margin-bottom {
    margin-bottom: -15px !important;
}

.no-border {
    border: 0 !important;
}

.half-border {
    border: 7px solid #fff !important;
}

.navbar {
    margin-bottom: 0;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
}

.navbar .language-select {
    text-transform: uppercase;
}

.navbar .collapse .navbar-nav {
    text-transform: uppercase;
}

.navbar .collapse {
    margin: 0 auto;
}

.navbar .collapse .navbar-nav a {
    color: #949494;
    font-weight: bold;
    padding-right: 25px;
    padding-left: 25px;
}

.navbar .collapse .navbar-nav .active a, .navbar .collapse .navbar-nav a:hover {
    color: #000;
    background: transparent;
}

.navbar .collapse .navbar-nav .remove {
    padding-right: 0px;    
    font-size: 20px;
    margin-right: -15px;
}

.container-fluid {
    
}

.container-fluid .row {

}

.container-fluid.big-image {
    padding: 0;
    height: 522px;
    color: #fff;    
    overflow: hidden;
}

.container-fluid.big-image.artist {    
    min-height: 155px;
    max-height: 522px;
}

.container-fluid.big-image .bg {
    position: absolute;
    top: 0px;
    /*left: 50%;
    margin-left: -960px;*/
    /*width: 100%;*/
}

.container-fluid.big-image.artist .bg {
    width: 100%;
}

.container-fluid.big-image h1 {
    font-size: 72px;
    text-transform: uppercase;
    margin-left: -6px;
    font-family: 'avenircelight';
}

.container-fluid.big-image p {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    margin-left: 120px;
    font-family: 'Droid Serif', serif;
}

.container-fluid.big-image p.with-stripe:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #fff;
    color: #fff;
    position: absolute;
    top: 8px;
    left: -120px;
}

.container-fluid.big-image .container.relative .headline {
    position: absolute;
    top: 80px;
    left: 15px;
}

.container-fluid.big-image {
    margin-top: 0px;
}

.container-fluid.big-image .row {

}

.container-fluid.big-image .row .col-md-12 {
    padding: 0;
}

.container {
    max-width: 1170px;
}

.container .image-container {
    position: relative;
    padding: 0;
    border: 15px solid #fff;
    cursor: pointer;
    display: block;
}

.container .image-container.news {
    margin-top: 50px;
    background: #F3F3F3;
}

.container .image-container.news-margin-top {
    margin-top: 100px;
}

.container .image-container img.thumb {
    width: 100%;
    background-size: cover;
    background-position: center center;
    min-width: 360px;
    min-height: 360px;
    -webkit-transition: ease .35s;
    -moz-transition: ease .35s;
    -o-transition: ease .35s;
    transition: ease .35s;
}

.container .image-container .thumb-container {
    width: 100%;
    background-size: cover;
    background-position: center center;
    min-width: 360px;
    min-height: 360px;
    -webkit-transition: ease .35s;
    -moz-transition: ease .35s;
    -o-transition: ease .35s;
    transition: ease .35s;
}

.container .image-container .plus {
    z-index: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 60px;
    line-height: 30px;
    font-weight: 100;
    color: white;
    width: 31px;
    height: 31px;
}

.container .image-container .more {
    background: #f3f3f3;
    padding: 20px 20px;
    overflow: hidden;
    position: absolute;
    height: 180px;
    width: 100%;
    bottom: -1px;
    left: 0;
    -webkit-transition: ease .35s;
    -moz-transition: ease .35s;
    -o-transition: ease .35s;
    transition: ease .35s;
    opacity: 0;
}

.container .image-container .more-allo {
    background: #f3f3f3;
    padding: 20px 20px;
    overflow: hidden;
    position: absolute;
    height: 180px;
    bottom: 0px;
    left: 0;
    -webkit-transition: ease .5s;
    -moz-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;

    opacity: 0;
}

.container .image-container .thumb-container {
    -webkit-transition: ease .35s;
    -moz-transition: ease .35s;
    -o-transition: ease .35s;
    transition: ease .35s;
}

.hover-title:hover > .thumb-container {
    background-position-y: -50px !important;
}

.container .image-container:hover .thumb-container {
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow:         0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.container .image-container .more.show {
    height: 180px !important;
}

.container .image-container .more h2 {
    position: relative;
    font-size: 28px;
    color: #000;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    word-wrap: break-word;
    font-family: 'avenircelight';
}

.news-container h2 {
    position: relative;
    font-size: 38px;
    color: #000;
    margin: 40px 0 10px 0;
    text-transform: uppercase;
}

.container .image-container .more p, .news-container p {
    font-size: 16px;
    position: relative;
    margin-left: 118px;
    color: #000;
    font-family: 'Droid Serif', serif;
}

.container .image-container .more p:before, .news-container p:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #000;
    color: #000;
    position: absolute;
    top: 5px;
    left: -120px;
}

.before-stripe:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #000;
    color: #000;
    position: absolute;
    top: 358px;
    left: -100px;
}

.after-stripe:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #000;
    color: #000;
    position: absolute;
    top: 358px;
    right: -100px;
}

.last-stripe:after {
    content: "";
    width: 2px;
    height: 100px;
    background: #000;
    color: #000;
    position: absolute;
    bottom: 0;
    right: 15px;
}

.container .landing-submenu {
    padding: 0;    
    margin-bottom: 30px;
}

.container .landing-submenu li {
    display: inline-block;    
    position: relative;
}

.container .landing-submenu li.akt a {
    color: #000;
}

.container .landing-submenu li.akt:after {
    content: "";
    width: 40px;
    height: 3px;
    background: #000;
    color: #000;
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -20px;
}

.container .landing-submenu li a {
    text-transform: uppercase;
    color: #949494;
    padding-left: 15px;
    padding-right: 15px;
}

.container .landing-submenu li a:hover, 
.container .landing-submenu li a:focus {
    color: #000;
    text-decoration: none;
}

footer {
    background: #000;
    padding: 65px 0;
}

footer ul {
    float: right;
    padding: 0;
    margin-top: 40px;
    margin-right: -25px;
}

footer ul li {
    display: inline-block;
    padding: 0 30px;
}

footer ul li a {
    font-size: 12px;
    color: #fff;
}

footer ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.bottom-logo-container {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}

.bottom-logo-container .bottom-logo-1 {
    max-width: 55px;
}

.bottom-logo-container .bottom-logo-2 {
    max-width: 56px;
}

.bottom-logo-container .bottom-logo-3 {
    max-width: 70px;
}

.news-container {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    padding: 0 15px;

    -webkit-transition: ease .35s;
    -moz-transition: ease .35s;
    -o-transition: ease .35s;
    transition: ease .35s;
}

.news-container.left {
    left: 0;
}

.news-container.right {
    right: 0;
}

.news-container .left {
    float: left;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.news-container .right {
    float: left;
    width: 50%;
    height: 100%;    
    position: absolute;
    top: 0;
    right: 0;
}

.news-container .bg-white {
    background: #fff;
    -webkit-transition: ease .35s;
    -moz-transition: ease .35s;
    -o-transition: ease .35s;
    transition: ease .35s;
}

.news-container .bg-grey {
    background: #f3f3f3;
    -webkit-transition: ease .35s;
    -moz-transition: ease .35s;
    -o-transition: ease .35s;
    transition: ease .35s;
}

/*
.news:hover .bg-white, .news-margin-top:hover .bg-white {
    width: 0;
}

.news:hover .bg-grey, .news-margin-top:hover .bg-grey {
    width: 100%;
}
*/

.big-news .more {
    display: none;
}

.big-news img.right {
    width: 50% !important;
    height: 360px;
    float: right;
}

.big-news img.left {
    width: 50% !important;
    height: 360px;
    float: left;
}

.big-news .news-container {
    width: 50%;
    height: 100%;
    padding: 0 15px;
}

.big-news .news-container.left {
    float: left;
}

.big-news .news-container.right {
    float: right;
}

.arrow {
    margin-top: 30px;
    cursor: pointer;
}

.profile {
    margin-top: -235px;
}

.profile .profile-image {
    border: 8px solid #fff;
    width: 100%;
    margin-bottom: 32px;
}

.profile .gray-block {
    background: #f3f3f3;
    padding: 25px;
    width: 100%;
}

.profile .black-block {
    background: #000;
    padding: 30px 25px 25px 25px;
    width: 100%;    
}

.profile .black-block .icon {
    float: left;
    margin-right: 15px;
}

.profile h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;   
    font-weight: bold;
    position: relative;
    margin: 0 0 42px 0;
}

.profile h2:after {
    content: "";
    width: 80px;
    height: 2px;
    background: #000;
    color: #000;
    position: absolute;
    bottom: -12px;
    left: 0px;
}

.profile p {
    font-size: 16px;
    color: #000;   
}

.profile-name {
    font-size: 42px;
    margin-top: 60px;
    margin-left: 40px;
    text-transform: uppercase;
    color: #000;   
}

.profile-name.no-margin-left {
    margin-left: 0px;
}

.profile-desc {
    position: relative;
    font-size: 16px;
    margin-left: 150px;
}

.profile-desc.no-margin {
    margin-left: 0px;
}

.profile-desc:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #000;
    color: #000;
    position: absolute;
    top: 6px;
    left: -110px;
}

.artist-cv {
    position: relative;
    font-size: 16px;
    margin-left: 150px;
    margin-top: 15px;
    display: none;
    overflow: hidden;
}

.artist-cv:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #000;
    color: #000;
    position: absolute;
    bottom: -106px;
    right: -100px;
}

.more-plus {
    margin: 10px auto 0 auto;
    display: block;
    float: none;
    cursor: pointer;
}

.gray-stripe {
    height: 1px;
    background: #dfdfdf;
    margin: 10px auto 35px auto;
    width: 99%;
}

.load {
    /*margin-top: 200px;*/
    height: 0;
    width: 0;
}

@media (max-width: 991px) {
    .container .image-container .thumb-container {
        min-width: 0;
    }
    .news-container .bg-white, .news-container .bg-grey {
        display: none;
    }
    .big-news .more {
        display: block;
    }
    .big-news img.left, .big-news img.right, .big-news .thumb-container.right, .big-news .thumb-container.left {
        float: none;
        width: 100% !important;
        height: auto;
    }
    .thumb.right {
        margin-left: 0px;
    }
    .news-container {
        display: none;
    }
    .bottom-logo-container {
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .last-stripe:after {
        bottom: -10px;
    }
    h1.upper {
        margin-top: 25px !important;
        margin-bottom: 0px;
        font-size: 32px;
    }
    h1.upper:before {
        content: none;
    }
    h1.upper.less-margin-top {
        margin-top: 25px;
    }
    .container .landing-submenu {
        margin-bottom: -20px;
        margin-top: 20px;
    }
    .container .landing-submenu li.akt:after {
        content: none;
    }
    .container-fluid.big-image {
        /*margin-top: 0px;*/
    }
    .container-fluid.big-image h1 {
        font-size: 40px;
    }
    .container-fluid.big-image .container.relative .headline {
        position: static;
        padding: 10px;
    }
    .container .image-container.news, .container .image-container {
        border: none;
        margin-top: 25px;
        width: 100%;
    }
    .container-fluid.big-image.artist {
        height: 280px;
    }
    .profile {
        margin-top: -150px;
    }
    footer ul {
        width: 100%;
        float: none;
    }
    footer ul li {
        display: block;
        line-height: 30px;
    }   

    .container-fluid.big-image.artist .row {
        height: 100%;
    }
    .container-fluid.big-image.artist .row .col-md-12 {
        height: 100%;
    }
    .container-fluid.big-image.artist .bg {
        width: 100%;
    }
    .container-fluid.big-image.news-site .bg {
        width: auto;
        height: 100%;
    }
}

@media (max-width: 375px) {
    .container-fluid.big-image h1 {
        font-size: 34px;
    }
}

/* --- MODAL --- */

.modal .arrow {
    position: absolute;
    top: 135px;
    font-size: 40px;
    width: 44px;
    z-index: 10000000;
    height: 56px;
    color: black;
    cursor: pointer;
    background: rgba(255,255,255,0.5);
    padding: 8px 0 10px 0;
    opacity: 0.5;

    -webkit-transition: ease .15s;
    -moz-transition: ease .15s;
    -o-transition: ease .15s;
    transition: ease .15s;
}

.modal .arrow:hover{
    opacity: 1;
}

.modal .arrow.arrow-left {
    left: 24px;
}

.modal .arrow.arrow-right {
    right: 24px;
}

.modal .big-image {
    width: 100%;
    height: 400px;
    border: 4px solid #fff;
    text-align: center;
}

.modal .big-image .helper {
    display: inline-block;
    height: 11%;
    vertical-align: middle;
}

.modal .big-image img {
    max-height: 100%;
    max-width: 550px;
    vertical-align: middle;
}

.modal .small-image {
    width: 25%;
    height: 150px;
    background-size: cover !important;
    background-position: center center !important;
    border: 4px solid #fff;
    float: left;
    cursor: pointer;
}

.modal .mobile-images {
    width: 100%;
    height: auto;
    display: none;
}

.modal .mobile-data {
    display: none;
}

.back {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);  
    margin-top: -50px;
    cursor: pointer;  
}
.news-back {
    margin-left: 113px;
    margin-top: 20px;
    margin-bottom: 0px;
    cursor: pointer;  
    float: left;
}

.news-content .profile-name {
    margin-top: 10px !important;
}

.category-selector {
    margin: 15px auto -10px auto;
    width: 98%;
    padding: 0 5px;
    display: none;
}

@media (max-width: 500px) {
    .container-fluid.big-image.artist .bg {
        height: 100%;
        width: auto;
    }
    .landing-submenu {
        display: none;
    }
    .category-selector {
        display: block;
    }
    .profile-name {
        margin: 15px 0 15px 3px;
        font-size: 32px;
    }
    .profile-desc, .artist-cv {
        margin-left: 0;
        padding: 0 5px;
    }
    .profile-desc:before {
        content: none;
    }
    .news-back {
        margin-left: 20px;
        cursor: pointer;  
        float: left;
    }
}

@media (max-width: 768px) {
    .container-fluid.big-image {
        margin-top: 50px;
    }
    .back {
        display: none;
    }
    .after-stripe:after, .before-stripe:before {
        content: none;
    }
    .navbar {
        /*position: static;*/
    }
    .modal .big-image, .modal .small-image, .arrow, .modal .image-title, .modal .image-date, .modal .image-desc  {
        display: none;        
    }
    .modal .mobile-images, .modal .mobile-data {
        display: block;
    }
    #nav-icon2{
        display: block;
    }
    #nav-icon1{
        display: none;
    }
    .navbar {
        background: #fff;
    }
    .navbar .nav-icon span {
        background: #000;
    }
}

@media (min-width: 769px) {
    .nav-visible {
      visibility: visible;
      opacity: 1;
      transition: opacity .5s linear;
    }
    .nav-hidden {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s .5s, opacity .5s linear;
    }
}

.modal .image-desc {
    height: 60px;
    overflow: hidden;
}

.gallery-image {
    max-width: 500px;
}

.thumb-container {
    max-height: 360px;
    overflow: hidden;
    background-size: cover !important;
    background-position: center center !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

/* --- COLLAPSING  --- */

.navbar-collapse.collapsing {
    margin: 0 auto !important;
    border: none !important;
    text-transform: uppercase !important;
}

.navbar-collapse.collapsing a {
    font-weight: bold !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #fff !important;
}