body{
  background-color: #c0c0c0;
}

h1{
  color: rgba(192, 57, 43, 1);
}


h2{
display:inline-block;
padding: 5px;
border-bottom: 5px dotted rgba(192, 57, 43, 1);
}

.biglete{
  text-transform: uppercase !important;
}

.newcolor{
  background-color: rgba(192, 57, 43, 1);
  color: white !important;
  border-bottom: 6px solid rgba(192, 57, 43, 1);
  border-left: 6px solid rgba(192, 57, 43, 1);
  border-right: 6px solid rgba(192, 57, 43, 1);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.cont{
  padding-top: 131px;
  margin-top: -131px;
}

.hidden {
    display: none;
}
body {}
a, a:hover, a:visited, a:focus, a:active {
    color: rgba(192, 57, 43, 1.0);
}
.homePage {
    border: 0;
    padding: 0;
}
.navbar-default {
    background-color: transparent;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgba(255, 255, 255, .8);
    border-bottom: 1px solid rgba(192, 57, 43, 1.0);
}

.navbar {
  min-height: 75px;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  height: 75px;
  width: auto;;
}

.navbar-scrolled {
    background-color: rgba(255, 255, 255, 1.0);
    border-bottom: 1px solid rgba(192, 57, 43, 1.0);
    padding-top: 10px;
    padding-bottom: 10px;
}

/* .navbar-scrolled .navbar-toggle .icon-bar {
    background-color: #FFF !important;
} */

.navbar-collapse {
    box-shadow: inset 0 0px 0 rgba(255,255,255,.1)
}
.navbar-scrolled .navbar-toggle:hover > .icon-bar, .navbar-scrolled .navbar-toggle:focu > .icon-bar {
    background-color: rgba(192, 57, 43, 1) !important;
}

nav.moja{
  background-color: rgba(255, 255, 255, 1.0);
  border-bottom: 2px solid rgba(192, 57, 43, 1.0);
}
/*a.moja{
  color: rgba(255, 255, 255, 1.0) !important;
}
a.moja2{
  color: rgba(255, 255, 255, 1.0) !important;
}

li.active>a.moja{
  color: rgba(192, 57, 43, 1.0) !important;
  background-color: rgba(255, 255, 255, 1.0) !important;
}*/

a.moja:hover{
  color: rgba(255, 255, 255, 1.0) !important;
  background-color: rgba(192, 57, 43, 1.0) !important;
}

li.active>a.moja{
  color: rgba(255, 255, 255, 1.0) !important;
  background-color: rgba(192, 57, 43, 1.0) !important;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
    color: rgba(192, 57, 43, 1.0);
    text-transform: uppercase;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus, .navbar-scrolled .nav-pills>li.active>a, .navbar-scrolled .nav-pills>li.active>a:hover, .navbar-scrolled .nav-pills>li.active>a:focus {
    background-color: rgba(192, 57, 43, 1.0);
    cursor: default;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: rgba(255, 255, 255, 1.0);
}
.navbar-scrolled .nav>li>a:focus, .navbar-scrolled .nav>li>a:hover {
    background-color: rgba(236, 240, 241, 1.0);
}
nav div.container-fluid, .container-1200 {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}
nav li {
    margin: 17.5px 10px 17.5px 0px;
}

.navbar-header {
  height: 75px
}

.navbar-header > .navbar-toggle {
  margin-top: 20px;
  margin-bottom: 20px;
}

.navbar-default .navbar-toggle {
    border-color: rgba(192, 57, 43, 1.0);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(192, 57, 43, 1.0);
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgba(255, 255, 255, 1.0);
}
.navbar-default .navbar-collapse {
    border-color: rgba(192, 57, 43, 0);
}
@keyframes backgroundLooper {
    0% {
        background-image: url(../img/bg4kopia.jpg);
    }
    30% {
        background-image: url(../img/bg4kopia.jpg);
    }
    33% {
        background-image: url(../img/bg3kopia.jpg);
    }
    64% {
        background-image: url(../img/bg3kopia.jpg);
    }
    67% {
        background-image: url(../img/bgkopia.jpg);
    }
    97% {
        background-image: url(../img/bgkopia.jpg);
    }
    100% {
        background-image: url(../img/bg4kopia.jpg);
    }

}
header {
    height: 600px;
    background-size: cover;
    background-position: center center;
    animation-name: backgroundLooper;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 24s;
    animation-direction: normal;
}
#main-container {
    margin-top: -100px;
    padding-top: 20px;
    background-color: rgba(255, 255, 255, 1.0);
    border-radius: .25em .25em 0 0;
    border: 1px solid rgba(192, 57, 43, 1.0);
    border-bottom-width: 0;
    padding-bottom: 30px;
}
.container-footer {
    border: 1px solid rgba(192, 57, 43, 1.0);
    border-width: 0 1px 0 1px;
    padding-top: 1px;
    padding-bottom: 10px;
    background-color: #FFF;
}
.footer {
    margin-top: 20px;
}
@media (max-width: 1200px) {
    #main-container {
        /* border: 1px solid rgba(192, 57, 43,1.0); */
        border-width: 0;
        border-radius: 0;
        padding-bottom: 0;
    }
    .container-footer {
        border-width: 0;
    }
}
@media (max-width: 767px) {
    .footer {
        margin-top: -20px;
    }
}

}
#main-container h1 small {
    color: inherit;
}
div.negative {
    color: rgba(255, 255, 255, 1.0);
    min-height: 100%;
    height: 100%;
}
.row-with-negative {
    background-image: transparent;
    /* For browsers that do not support gradients */

    background-image: -webkit-linear-gradient(left, rgba(255, 0, 0, 0), rgba(255, 0, 0, 1));
    /* For Safari 5.1 to 6.0 */

    background-image: -o-linear-gradient(right, rgba(255, 0, 0, 0), rgba(255, 0, 0, 1));
    /* For Opera 11.1 to 12.0 */

    background-image: -moz-linear-gradient(right, rgba(255, 0, 0, 0), rgba(255, 0, 0, 1));
    /* For Firefox 3.6 to 15 */

    background-image: linear-gradient(to right, rgba(255, 0, 0, 0) 66.8%, rgba(192, 57, 43, 1.0) 33.3%);
    /* Standard syntax */
}
@media (max-width: 991px) {
    div.negative {
        background-color: rgba(192, 57, 43, 1.0);
    }
    .row-with-negative {
        background-image: transparent !important;
        background-image: -webkit-linear-gradient(left, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
        /* For Safari 5.1 to 6.0 */
        background-image: -o-linear-gradient(right, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
        /* For Opera 11.1 to 12.0 */
        background-image: -moz-linear-gradient(right, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
        /* For Firefox 3.6 to 15 */
        background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
        /* Standard syntax */
    }
    div.negative h2 {
        padding-top: 20px;
    }
    /* 			div.col-md-4 {
				margin-top: 20px;
			} */
}
div.map {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}
div.maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
img.center {
    margin: 0 auto;
}
img.index {
    max-width: 100px;
}
.embed-responsive-map {
    padding-bottom: 25%;
    max-width: 1200px;
    margin: 0 auto;
    border-right: 1px solid rgba(192, 57, 43, 1.0);
    border-left: 1px solid rgba(192, 57, 43, 1.0);
}
@media (max-width: 1200px) {
    .embed-responsive-map {
        padding-bottom: 30%;
    }
}
@media (min-width: 991px) {
    .margin-bottom-20 {
        margin-bottom: 0px;
    }
}
.margin-bottom-70-icons {
    margin-bottom: 50px;
}
@media (max-width: 991px) {
    .embed-responsive-map {
        display: none;
    }
    .negative {
        padding-bottom: 15px;
    }
    .margin-bottom-20 {
        margin-bottom: 0px;
    }
    .margin-bottom-70 {
        margin-bottom: 0px;
    }
    .margin-bottom-70-icons {
        margin-bottom: 40px;
    }
    /* Bot and top margin setting for mobile display */

    p.sm-no-margin {
        margin-bottom: 0;
    }
}
a.map {
    color: #333;
    display: block;
    background-image: url(../img/map30.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 50px;
}
a.btn {
    border-color: rgba(192, 57, 43, 1.0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a.btn:hover {
    background-color: rgba(192, 57, 43, 1.0);
    border-color: rgba(192, 57, 43, 1.0);
    color: rgba(255, 255, 255, 1.0);
}
@media (max-width: 767px) {
    .col-sm-4 {
        margin-bottom: 40px;
    }
    #main-container {
        border: 1px solid #red;
    }
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: rgba(192, 57, 43, 1.0) !important;
}
a.thumbnail {
    border-color: rgba(192, 57, 43, 1.0) !important;
    pointer-events: none;
}
