/*

xs < 768px
sm < 992px
md < 1200px
lg > ...  

*/

html, body {
    height: 100%;
}

body {
    min-height: 100%;
    font-family: 'Open Sans', Helvetica;
    font-weight: 300;
}

body.loading {
    overflow: hidden;
}


a {
    color: #323232;	

}
a:hover {
    color: #faac18;
    text-decoration: none;
}

h1, h2, h3 {
    font-family: 'Open Sans', sans-serif;
}


h1 {	
    margin: 30px 0 40px;
    text-transform: uppercase;
}

h1 a, h2 a, h3 a {
    color: #000;
}

.navbar-toggle {
    height: 80px;	
    margin: 0px;
}
.navbar-toggle .icon-bar {
    background-color: #636363;
    height: 4px;
    width: 40px;
    margin: 8px;
}

.sb-slider a,
.swiper-slide a {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    display: block;
    width: 100%;
}
.item-detail 
.swiper-slide a {
    height: 360px;
}

.item-detail .h1 {
    padding-bottom: 5px;
}


.swiper-pagination-bullet {
    background: white;
    opacity: 0.8;
    width: 18px;
    height: 18px;
}

.swiper-pagination-bullet-active{
    border: 2px solid #faac18;
    background: none;
    opacity: 1;
}


.swiper-button-prev {
    background-image: url('../images/layout/prev.png');
}

.swiper-button-next {
    background-image: url('../images/layout/next.png');
}

.swiper-slide a span {
    display: block;
    float: left;
    max-width: 400px;
    padding: 20px;
    color: #fff;
    font-size: 25px;
    background: rgba(0,0,0,0.5);
    margin-top: 20px;
}

.home-content .h3 {
    font-size: 3em;
    padding-bottom: 10px;	
}

h4, .h4 {
    font-size: 1.5em;
}


.home-content .h3 .more {
    text-transform: uppercase;
    float:right;
    margin-top: -5px;	
}
.home-content .h3 .more a {
    padding: 10px 20px;

}

.home-content .region-cell .photo a{
    display: block;
    height: 100%;
}

.navbar {
    background: url('../images/layout/top-bg.png');
    border-bottom: 3px solid #d7d7d7;
    font-weight: bold;
    z-index: 1300;
}

.navbar .navbar-nav {
    float: right;
    vertical-align: top;
	margin-right: 80px;
}

.navbar .navbar-collapse {
    margin-left: 4px;
    text-align: left;
}

.navbar-fixed-top {
    background: white;
}

.navbar .container {
    position: relative;
}

.lng {
    right: 0px;
    top: 0px;
    height: 80px;
    position: absolute;		
}
.lng a {
    display: inline-block;
    width: 28px;
    height: 80px;
    background-size:100%;
    background-repeat: no-repeat;
    background-position: center center;	
}
.lang-pl {
    background: url('../images/layout/lang-pl.png');
}
.lang-en {
    background: url('../images/layout/lang-en.png');
}
.lang-ru {
    background: url('../images/layout/lang-ru.png');
}

.main-menu {
    padding: 5px 0px;
}

.navbar.before-load {
    border-bottom: 0;
}

.navbar.before-load .navbar-nav > li > a {
    line-height: 100%;
    padding-bottom: 0;
    padding-top: 0;
    color: #aaa;
}

.navbar.before-load .logo { 
    visibility: hidden;
}

.top-search {
    background: url("../images/layout/top-bg.png");
    border-radius: 0 0 10px 10px;
    padding: 0 10px 10px;
    position: absolute;
    right: -10px;
    top: 62px;
    display: none;
}

.top-search input {
    background: #33567F;
    color:#fff;
    padding: 4px;
    border:1px solid #081B38;
}

.navbar-nav > li > a {
    font-size: 12px;
    text-transform: uppercase;
    height: 62px;
    line-height: 32px;	
    color: #636363;
    transition: 0.3s color;
    padding-left: 10px;
    padding-right: 10px;
}


.navbar-inverse .navbar-nav > li.active a {
    background: none;		
}

.navbar-nav > li.active a:hover,
.navbar-nav > li > a:hover, 
.navbar-nav > li > a:focus {
    background: none;	
    text-decoration: none;
    color: #faac18;
}

.navbar-nav .search a {
    background: url('../images/layout/search.png') center center no-repeat !important;
    width: 22px;	
}

.footer {
    padding-top: 30px;		
}
.footer .container .ue {
    max-width: 100%;
    margin: 20px auto;	
}

.footer .ue-text {
    font-family: 'Arial', 'Verdana', serif;
    max-width: 600px;
    text-align: center;
    margin: 5px auto;
}

.footer .logo,
.navbar .logo {
    background: url('../images/layout/logo-footer.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 124px;
    height: 60px;
    display: block;
}

.footer .logo.ru {
    background-image: url('../images/layout/logo-footer-ru.png');
}

.footer .logo {
    background-size: 100%;
}

.navbar .logo {
    background: url('/images/layout/logo-small.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;	
    height: 70px;

}
.navbar .logo.ru {
    background-image: url('/images/layout/logo-small-ru.jpg');
}
.footer .bottom {
    margin-top: 40px;
    padding: 5px 0;
    background: #282828;
    color: #fff;
}

.footer .bottom a {
    color: #fff;
}

.amistad {
    float: right;
    line-height: 62px;
    font-size:12px;
}

/* MISC */

.clear {
    clear: both;
}

div.more {		
    display: inline-block;

}


div.more a {
    font-family: 'Open Sans', sans-serif;	
    padding: 0px;
    font-size: 15px;
    color: #faac18 !important;
    border-radius: 10px;
    background: #fff;
}

div.more a.pad {
    padding: 4px 10px;
}

div.more a.places {
    background: #faac18;
    color: white !important;
}

div.more a.news {
    background: #2ea0d0;
    color: white !important;
}


.light {	
    font-weight: 300;
}

.blue {
    color: #faac18;
}

.btn-blue {
    color: #fff;
    background: #faac18;
}

.btn-blue:hover {
	color: #fff;
	background: #ffc632;
}

.btn.block {
    display: block;
    margin: 10px 0;
}

.places-bg {
    background: #e82c30;
    color: #fff;
}

.trips-bg {
    background: #1fcf65;
    color: #fff;
}

.events-bg {
    background: #315591;
    color: #fff;
}


.places-bg a, .trips-bg a, .events-bg a {
    color: #fff;
    text-decoration: none !important;
}

.relative {
    position: relative;
}

.wow-loading {
    visibility: hidden;
}

.container.main {
    margin:80px auto 80px;
}

.v-center {
    display: table;
    table-layout:fixed;
}

.v-center>div {
    display: table-cell;
    vertical-align: middle;
}


.site-loading {
    position:   absolute;
    z-index:    900;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
	url('/images/loading.gif') 
	50% 50% 
	no-repeat;		
}

.site-loading .content {
    display:table;
    width: 100%;
    height: 100%;
    background: white;     
}

.site-loading .content > div {
    display: table-cell;
    vertical-align:middle;
}

/* HOME */

.home-welcome {
    background: url('../images/site/home.jpg') center center no-repeat fixed #3a485b;	
    background-size: cover;
    height: 100%;
    position: relative;
}

.home-welcome .overlay {
    background: url('../images/layout/overlay.png');
    height: 100%;
}

.home-welcome .wrapper {
    top: 50%;
    margin-top: -150px;
    position: absolute;
    width: 100%;
}

.home-content .h3 {
    color: #4c4c4c;
}

.home-content .map .h3,
.home-content .events .h3, 
.home-content .trips .h3 {
    color: white;
}

.home-content .logo {
    background: url('../images/layout/logo.png') center center no-repeat;
    width: 200px;
    height: 200px;
    margin: 10px auto;
}




.home-content {
    /*padding-top: 70px;*/
    overflow: hidden;
}

.home-content h2 {	
    font-size: 38px;
    font-style:light;
    margin: 20px 0 45px;	
}



.home-content .event-cell .photo,
.home-content .item-cell .photo {
    height: 240px;
    background-color: #f4f4f4;
    display: block;
    background-size: cover;
    background-position: center center;
}

.home-content .item-cell div h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
    width: 100%;
}



.home-content .item-cell h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    white-space: nowrap; 
}

.home-content .item-cell .address {
    width: 100%;
    height: 55px;
    padding-left: 40px;    
    background: url('../images/layout/icon-location.png') no-repeat center left;
}

.home-content .event-cell .content a {
    color: #b8d3ff;
}

.home-content .event-cell .content a p {
    margin-bottom: 10px;
}

.home-content .event-cell .content .address {
    width: 100%;
}

.right-col .item-cell {
    margin-bottom: 10px;
}

.right-col .item-cell .photo {
    height: 220px!important;
    position: relative;
}

.right-col .item-cell .photo .description {
    background: rgba(255,255,255,0.8);
    color:#1f1f1f;
    padding:10px 5px;
    width: 100%;
    bottom: 0px;
    position: absolute;
}


.home-content .event-cell,
.home-content .item-cell {
    height: 340px;
    width: 33.33%;
    float: left;
    padding: 10px;
}
.home-content .event-list,
.home-content .place-list {
    margin-left: -10px;
    margin-right: -10px;
}

.home-content .event-cell {
    vertical-align: top;
    height: 380px;
}

.home-content .event-cell .content h4 {
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 5px 0;
    font-size: 22px;
}

.home-content .trip-cell {
    width: 280px !important;		
    display: inline-block;	
    margin: 40px;	
    vertical-align:top;	
    position: relative;
}
.home-content .trip-cell .photo  {
    width: 100%;
    height: 280px !important;
    background: none;
    border-radius: 140px;
    border: 4px solid #6af09f;
    overflow: hidden;	
    position: absolute;
    top: 0px;
}

.home-content .trip-cell .text {	
    margin-top: 10px;
    display: inline-block;	
    font-size: 1.2em;
    padding: 5px 36px;
    background-size: 36px;
    background-position: left top;
    background-repeat: no-repeat;	
    width: 100%;
}

.home-content .trip-cell .photo {
    border-radius: 140px;
}

.rounded-icon {
    background-size: 36px;
    background-repeat: no-repeat;
    border-radius: 35px;
    width: 70px;
    height: 70px;
    color:white;
    padding-top: 44px;
    text-align:center;
    font-size: 13px;
    display: block;
    background-position:  center 15px;
}
.home-content .trip-cell .duration {
    background-image: url('../images/layout/trip-duration.png');	
    background-color: #6af09f;
    background-size: 30px;
    position: absolute; 
    top: 210px;
    right: 10px;
    z-index: 10;
    background-position:  center 10px;
}

.home-content .trip-cell .distance {
    background-image: url('../images/layout/trip-distance.png');	
    background-color: #6af09f;
    position: absolute; 
    top: 210px;
    z-index: 10;
    left: 10px;
}

.rounded-icon.duration,
.item-trip .photo .duration {
    margin: 10px 5px;
    width: 50px;
    height: 50px;
    position: static;
    float: left;
    background-image: url('../images/layout/trip-duration.png');
    background-size: 26px 24px;	
    background-color: #1fcf65;
    background-position: center 5px;
    padding: 32px 0px 0px 0px;
    font-size: 9px;
}

.trip-detail-info  {
    margin: 10px 0px;
}

.trip-detail-info .rounded-icon.distance {
    display: block;
    padding: 0px;
    margin: 0px;
    background-position: center center !important;	
}
.trip-detail-info  .rounded-icon.duration {
    display: block;
    padding: 0px;
    margin: 0px;
    background-position: center center !important;
} 


.rounded-icon.distance,
.item-trip .photo .distance {
    margin: 10px 5px;
    width: 50px;
    height: 50px;
    position: static;
    float: left;
    background-image: url('../images/layout/trip-distance.png');
    background-size: 26px 15px;	
    background-color: #1fcf65;
    background-position: center 10px;
    padding: 32px 0px 0px 0px;
    font-size: 9px;
} 

.home-content .trip-cell .photo,
.home-content .trip-cell .content {	
    width: 100%;
    height: 100%;

    float:left;
}
.home-content .content h4 {
    margin: 4px 0px;
}

.home-content .trip-cell .photo {
    background: url('../images/layout/blank.png') center center #f4f4f4;
    background-size: cover;
    position: relative;
}






.home-content .trip-cell .content {
    display:table;
}

.home-content .trip-cell .content .wrapper {
    display: table-cell;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    height: 180px;
    width: 100%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}


.home-content .app {
    overflow: hidden;
    background: url('../images/layout/app-bg.jpg');
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;	
}
.home-content .app .h3 .more  a {
    background: #da212f;
    color: #fff!important;
}

.home-content .map {
    background: #faac18;
    color: #fff;
    padding: 10px 0 30px;
}

#home-map {
    height: 400px;
    border: 3px solid #ffc455;
    border-radius: 8px;
}




/* Right Col */

.right-col .module {
    margin-bottom: 20px;	
}

.right-col h2 {
    margin-top: 0;
    padding: 20px 0 10px;
    text-align: center;
}

.right-col .app {
    background: #eae9e8;
}

.right-col .app a img {
    display: block;
    height: 260px;
    background: url('../images/site/app-phone.png') bottom center no-repeat;
}

.right-col .list {
    margin: 10px 10px 20px;
}

.right-col .item-cell h3 {
    font-size: 1.2em;
    height: 36px;
    line-height: 18px;
    margin: 10px 0;
    overflow: hidden;
    text-align: center;
}

.right-col .item-cell .photo {
    height: 150px;
}

.right-col .item-cell p {
    display: none;
}

.right-col .places .item-cell {
    width: 100%;
    float: left;
}

/* Item */
.region-cell .photo,
.item-cell .photo {
    background: #f4f4f4;
    background-position: center center;
    background-size: cover;
    display: block;
    position: relative;	
}

.item-cell .photo  {
    color: #fff;
}

.trip-cell .data, 
.item-cell .photo .data {
    position: absolute;
    bottom: 10px;
    height: 30px;
    padding: 5px 10px;
    background: rgba(104, 189, 4, 0.7);
    width: 100%;	
}

.item-cell h3 {
    margin: 0 0 10px 0;
}

.item-cell .planner-button {
    float: right;
}

.category-panel {
    background: #eae9e8;
}

.search-title {
    clear: both;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.search-title .more {
    background: url('../images/layout/arrow-up.png') center right no-repeat;
    padding-right: 34px;
    float: right;
    display: inline-block;
    text-decoration: none;
    color: #5b5b5b;
    font-size: 1em;
}

.search-title .more.collapsed {
    background-image: url('../images/layout/arrow-down.png');
}

.search-title .more .down {
    display: none;
}
.search-title .more.collapsed .down {
    display: inline;
}

.search-title .more.collapsed .up {
    display: none;
}

.search-filters {
    clear: both;
    padding: 5px 0;
}

.search-filters a {
    display: inline-block;
    background: url('/images/layout/close.png') center right no-repeat #eae9e8;
    padding: 0 30px 0 5px;
    height: 25px;	
    color: #000;
    text-decoration: none;
    margin-right: 10px;
}


.item-filter .form-data {
    float: left;
    width: 60%;
    padding-right: 10px;
}

.item-filter .form-map {
    float: left;
    width: 40%;
}

.item-filter .filter-map {
    height: 200px;
}

.item-filter label {
    float: left;
    width: 160px;
    clear: left;
    color: #6e6e6e;	
}

.item-filter .form-element {
    padding-bottom: 20px;
    margin-left: 160px;	
}

.item-filter .form-element select,
.item-filter .form-element .select,
.item-filter .form-element input {
    width: 100%;
    display: block;
    background: #eae9e8;
    border: 0;
    height: 28px;
}

.form-element select {
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
}

.item-filter .form-element select,
.item-filter .form-element input { 
    padding: 0 5px;
}

.item-filter .form-element .select {
    background: url('../images/layout/select.png') right center no-repeat #f1f1f1;
    background-size: 30px 100%;
    overflow: hidden;
}

.item-filter .form-element .search {
    background: url('../images/layout/search.png') 98% center no-repeat #f1f1f1;
    background-size: 18px 18px;	
    overflow: hidden;
    padding-right: 30px;	
}

.item-filter .form-element .select select {
    background: none;
    box-sizing: content-box;
    padding-right: 28px;
}

.item-filter .date-from {
    margin-bottom: 5px;
}

.item-filter .radio-list {
    float: left;
}

.item-filter .radio-list label {
    float: none;
    display: inline;

}

.item-filter .submit {
    padding: 10px 0;
    margin-bottom: 40px;
    clear: both;
    display: block;	
}

/* Trip */

.trip-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 5px;
    background: url('../images/layout/trip-icons.png');
    vertical-align: middle;
}

.trip-icon.distance {
    background-position: -20px 0;
}

/* Region */

.region-cell {
    height: 250px;
    width: 100%;	
}

.region-cell > div {
    height: 300px;	
}

.region-cell .photo {
    min-width: 300px;
    height: 230px;
    border-radius: 20px;
    float:left;		
}

.region-cell .content {
    padding: 15px;
    overflow: hidden;
    width: auto;	
    color: #4c4c4c;	
}

.region-cell .content .h4 {
    margin-bottom: 0px;
}

.region-cell .blue {
    color: #2ea0d0;
}

.region-cell p {	
    font-size: 1.2em;	
    margin-top: 10px;
}

/* Items */


.items .item-cell .photo,
.items .region-cell .photo {
    height: 180px;
    width: 300px;
    float: left;
    display: inline-block;
}


.items .item-cell,
.items .region-cell {
    padding: 10px;
    margin: -10px -10px 0px -10px;	
    height: auto;
    clear: both;
}

.items .region-cell > div {
    height: auto;
}

.items .item-cell .content,
.items .region-cell .content {
    width: auto;
    float: none;	
    overflow: hidden;
}


.items .item-cell .content {
    padding: 0px 10px;	
    font-family: 'Open Sans', sans-serif;	
    display: table-cell;	
}

.items .item-cell .content h3 {
    font-size: 1.5em;
}

.items .region-cell .content h3 {
    margin-top:0;
}

.search-filter-container {
    border: 1px solid #d1d1d1;
    padding: 10px 10px 0px 10px;
}

.categories {	
    overflow: hidden;
}


.categories h2 {	
    font-size: 3em;
    padding: 0px 0px;
    margin: -5px 0px 15px;	
}

.categories ul {
    list-style: none;
    padding: 0 0 10px;
}

.categories ul ul {
    padding-left: 20px;
    border-top: 1px solid #eee;
}

.categories li a {
    color: #000;
    font-size: 1.2em;
    padding: 5px 0px;
    display: block;
}

.categories li.selected a,
.categories li a:hover {
    background: #fff;
    font-weight: bold;
    text-decoration: none;
}

.categories a > .icon {
    background: none no-repeat scroll center center;
    border-radius: 50%;
    background-size: 100%;
    width: 44px;
    height: 44px;	
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.categories.news .selected a {
    background: #E82C30;
    color: #fff;
    padding-left: 10px;
}

.list-view .pager {
    clear: both;
    text-align: center;
    padding: 20px 0;
}

.list-view .pager .last,
.list-view .pager .first {
    display: none;
}

.list-view .pager .previous > a,
.list-view .pager .next > a {
    float: none;
}

.list-view .pager li > a {
    border: none;
    color: #999999;
}

.list-view .pager li.selected > a {
    color: #555;
    font-weight: bold;
}


/* ITEM DETAIL */

.carousel {
    height: 400px;
    margin-bottom: 60px;
    background: #eee;
    box-shadow: 0 0 10px #ddd inset;
}

.carousel .item {
    background: url('../images/layout/blank.png') center center no-repeat;
    background-size: contain;
    height: 400px;
}

.carousel .item.horizontal {
    background-size: cover;
}
.carousel .carousel-control {
    background: none;
}


.item-map {
    height: 400px;
    margin-bottom: 20px;
}

.container-hidden {
    overflow: hidden;
    height: 0;
}

.item-detail .contact {
    margin-bottom: 20px;
}

.item-detail .contact .v-center {
    margin: 20px 0px;
}


.planner-button {
    display: inline-block;    
    background: #faac18;
    transition: 0.4s;
    transition-property: transform;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 10px;
    border-radius: 50%;
}

.planner-button .icon {
    transition: 0.5s;
    display: block;
    height: 50px;
    width: 50px;
    margin: 1px auto;	

    background: url('../images/layout/button-planer.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;		
}

.planner-button-remove {
    transition: 0.3s;
    background: #dd5621;
}

.planner-button-remove .icon {
    transition: 0.5s;
    background: url('../images/layout/button-planer-remove.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
}



.item-description {
    padding: 10px 0 20px;
    font-size: 1.2em;
}

.item-description iframe {
    max-width: 100%;
}

.item-detail .carousel {
    margin-bottom: 10px;
}

.trip-data span {
    display: inline-block;
    margin-right: 15px;
    font-weight: bold;
}

.trip-objects {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    height: 180px;
}

.trip-objects .wrapper {
    position: absolute;
    height: 150px;
    display: table;
}

.trip-objects a.item {
    display: inline-block;	
    width: 150px;
    padding: 0 1px;
    position: relative;
}

.trip-objects .next,
.trip-objects .prev {
    display: table-cell;
    width: 32px;
    display: block;
    position: absolute;
    height: 150px;
    z-index: 10;
}

.trip-objects .next span,
.trip-objects .prev span {
    position: absolute;
    background: url(/images/layout/arrows.png);
    width: 18px;
    height: 50px;
    top: 50px;
    left: 8px;
}
.trip-objects .next:hover {
    transition: 0.5s;
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); 
}
.trip-objects .prev:hover {
    transition: 0.5s;
    background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
}


.trip-objects .next {
    right: 0;
}
.trip-objects .next span {
    background-position: -18px 0;
}

.trip-objects .photo {
    background: url(../images/layout/blank.png) center center no-repeat #eee;
    display: block;
    height: 150px;
}

.trip-objects .title {
    display: block;
    position:absolute;
    bottom: 0;
    left: 1px;
    background: rgba(0,0,0,.6);
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    font-size: 13px;
    padding: 0 5px;
    text-align: center;
    width: 148px;
    margin: 0px 0px;
}

.trip-objects .article .title {
    display: block;
    position: static;
    background: none;


    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #323232;
    text-overflow: ellipsis;
    font-size: 13px;
    padding: 0px;
    text-align: center;

}


/* guide */

.guide ul {
    margin: 0;
    padding: 0;
}

.guide li {
    list-style: none;
}

.guide li a {
    padding: 10px;
    text-align: center;
    display: block;
}

.guide li.all {
    background: #16BDF9;
}

.guide li.all a {
    color: #fff;
}

.guide .type li {
    float: left;
    width: 25%;
}

.guide .type {
    padding-bottom: 50px;
}

.guide .empty .planner-button {
    margin:40px;
}


#face-slider {
    position: fixed;
    right: -235px;
    top: 50%;
    z-index: 1100;
}
#face-slider #tab {
    background: url("../images/layout/facebook-slider.png");
    cursor: pointer;
    float: left;
    height: 110px;
    width: 35px;
}
#face-code {
    background: none repeat scroll 0 0 #fff;
    border: 3px solid #0170cf;
    border-radius: 0 0 0 8px;
    float: left;
    height: 240px;
    padding: 5px;
    width: 235px;
}
.fb-like {
    padding: 15px 0;
}

.accept-cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid #ccc;
    color: #000 !important;
}

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

/* RWD */

@media (max-width: 480px) {
    .home-content .trip-cell {
	margin: 0px;
    }
    .home-content .h3 {
	font-size: 26px;
    }	
}	


/* xs */
@media (max-width: 767px) {

    #face-slider {
	display: none;
    }

    .lng {
	margin-right: 80px !important
    }

    .item-cell .photo {
	width: 100% !important;
    }	



    .region-cell .photo {
	min-width: 280px;

    }




    .overlay .language {
	display: none;
    }

    body > .language {
	right: 75px;
	top: 15px;
	z-index: 1050;
    }

    body > .language .change {
	color: #fff;
    }

    .region-cell, .region-cell > div {
	float: none !important;
	width: 100%;
	height: auto;
    }

    .region-cell .photo {
	height: 200px;
    }

    .home-content .event-cell,
    .home-content .item-cell,
    .home-content .trip-cell {
	width: 100%;
    }

    .home-content .trip-cell:nth-child(2n) .photo {
	float: right;
    }

    .bus-stops > div {
	float: none;
	width: 100%;
    }



    .item-detail .h1 {
	font-size: 24px;
    }
}


/* sm */
@media (min-width: 768px) and (max-width:992px) {



    .nav > li > a {
		padding: 0 10px;
		height: auto;
    }
    
    .home-content .item-cell {
	width: 50%;
    }



}



/* sm+ */
@media (min-width: 768px) {
    .home-content .trip-cell:nth-child(4) .photo,
    .home-content .trip-cell:nth-child(4n+1) .photo {
	float: right;
    }



    .navbar .logo {
	margin-left: 10px;
    }


}

/* sm- */
@media (max-width:992px) {


    .navbar .logo {
	margin-left: 10px;
    }

    .item-cell .content h3 {
	font-size: 18px;
    }

    .right-col .places .item-cell {
	width: 100%;
    }

    .items .region-cell .photo {
	height: 120px;
	width: 120px;
	margin-top: 60px;
    }

    .items .region-cell .content {
	margin-left: 120px;		
    }

    .item-filter .form-element, .item-filter .radio-list {
	clear: both;
    }

    .item-filter .form-element {
	margin-left: 0;
    }
}

/* md+ */

@media (min-width: 993px) {

    .navbar .navbar-collapse {
	text-align:center;	
    }

    .items .item-trip .content {
	margin-left: 300px;	
    }
    .items .item-trip .photo {
	width: 300px;
    }

}

/* md */

@media (min-width: 993px) and (max-width:1199px) {
    .home-content .item-cell .photo {
	height: 200px;
    }

	.navbar .logo {
		width : 110px;
	}
	
    .nav > li > a {
		padding-left: 5px;
		padding-right: 5px;
    }
}


/* lg */
@media (max-width: 992px) {
	.nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
    }
}



/* new */
.truncate-tail {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
    width: 100%;
}
.category-icon {
    width: 50px;
    height: 50px;
    background-size: 100%;
    float:right;
    margin: 10px;	
}

.left {
    float: left;
}

.ue {
    padding: 0 100px;
}


.site-plug-size {
    margin-top: 80px;
    margin-bottom: 50px;
    height: 250px;

}


.site-plug {	
    background: url('../images/layout/site-plug.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 80px;	
    width: 100%;
    height: 250px;	
    z-index: 1100;	
    position: fixed !important;


    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;	
}

#site-plug-title-container {
    position: fixed;
    width: 100%;
    left: 0;	
    z-index: 1200;
    margin-left: -20px;


    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}
#site-plug-overlay {
    width: 100%;
    height: 100%;		
}


.site-plug .title {			
    z-index: 800;	
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

#site-plug-title-container .title {
    background: #da212f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300px;
    font-size: 36px;
    color: white;
    padding: 10px 60px 10px 20px;
    max-width: 300px;
}

.no-left-margin {
    margin-left: 0px !important;
}
.no-top-margin {
    margin-top: 0px !important;
}

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

.negative-top-margin {
    margin-top: -20px !important;
}


#toast-message {
    position: fixed;
    bottom: 50px;
    width: 100%;
    left: 0;
    z-index: 10000;
    text-align: center;

}

#toast-message.notvisible span {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
}

#toast-message span {
    display: inline-block;
    background: #faac18;
    border-radius: 20px;
    color: #fff;
    padding: 10px 20px;
    transition: 0.5s;
}


.item-contact {
    border: 1px solid #b4b4b4;
    padding: 20px;
    margin-bottom: 10px;
}

.item-contact .h3 {
    margin: 0px 0px 20px 0px;
    color: #1f1f1f;
}

.item-contact .v-center {
    margin: 30px 0 0 0;

}

.item-contact .v-center>div {
    padding-right: 10px;
}

.item-contact img {
    width: 30px;
}

.item-detail .contact .v-center {
    width: 100%;
}

.item-navigate-button {
    width: 180px;
}



.item-navigate-button a {
    display: block;
    text-transform: uppercase;
    color:white;
    background: url('../images/layout/location-arrow.png') #faac18 150px center no-repeat;
    background-size: 16px 21px;
    width: 180px;
    padding: 5px 40px 5px 10px;
    border-radius: 6px;
    font-size: 12px;
}

.item-navigate-button.trip a {
    width: auto;
    float: right;
    background-position: right center;
    padding: 10px 40px 10px 20px;

}

.item-navigate-button.trip {
    width: auto;
    float:right;
    margin: 10px 0px;
}


.item-navigate-button a:hover { color: white; }


.app-module img {
    width: 100%;
}
.date {
    color: #faac18;
    font-size: 14px;
    margin: 2px 0px;
}

.right {
    float: right
}

.left {
    float: left
}

.item-detail .trip-plot {
    height: 240px;
}

.fullwidth {
    width: 100%;
}


.padding-right-10 {
    padding-right: 10px;
}

.item-detail .col-sm-8 {
    margin-bottom: 20px;
}


.top__element {
    visibility: hidden;
}

.list.trips {
    padding-bottom: 2px !important;
}

.map-item img {
    width: 100px;
    height: 100px;
}

.home-content .map-item img {
    width: 60px;
    height: 60px;
}

.home-content .map-item a {
    font-weight: bold;
    font-size: 12px;	
}
.home-content .map-item a span {
    margin-left: 5px;
}

.map-container a.map-exit {
    position: absolute;
    right: 10px; top: 40px;
    z-index:1000;
    background: url('../images/layout/fullscreen-off.png') #da212f no-repeat center center;
    background-size: 34px 28px;
    width: 60px;
    height: 60px;
    display:block;
    border-radius: 50%;
}

.item-map-fullscreen {
    position: absolute;
    right: 10px;
    top: 40px;
    display:block;
    width: 50px;
    height: 50px;
    background: url('../images/layout/fullscreen-on.png') #da212f no-repeat center center;
    background-size: 28px 24px;
    border-radius: 50%;
    z-index: 1000;
}


.item-detail .item-contact {
    border: 0px;
    padding: 0px;
}
.item-detail .item-contact .v-center .icon  {
    width: 50px;
}

.item-detail .fb-share {
    float:left;
    margin-top: -1px;
    margin-right: 4px;
}

.item-detail .share {
    margin-top: 20px;
}

.vertical-margin {
    margin: 10px 0px;
}



/* WCAG 2.0 */


div.wcag {
    position: absolute;
    top: 2px;
    right: 2px;	
    z-index: 10;
}

div.wcag > div {
    display: inline-block;
}

div.wcag button {
    width: 20px;
    height: 20px;
    text-align: center;
    border: 0;
    color: #000;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    line-height: 10px;
    font-weight: bold;
    font-size: 14px;	
}

div.wcag .change-contrast button {
    border: 2px solid #000;
    border-radius: 50%;
    font-size: 11px;	
}


.change-contrast button.contrast-0 {
    border-color: #fff;
    color: #fff;
    background: #000;
}

.change-contrast button.contrast-1 {
    background: #FFD800;
}

.change-contrast button.contrast-2 {
    border-color: #FFD800;
    color: #FFD800;
    background: #000;
}



body.contrast-0 h1, body.contrast-1 h1, body.contrast-2 h1,
body.contrast-0 h2, body.contrast-1 h2, body.contrast-2 h2,
body.contrast-0 h3, body.contrast-1 h3, body.contrast-2 h3 {
    font-weight: bold;
}

body.contrast-0 .light, body.contrast-1 .light, body.contrast-2 .light,
body.contrast-0 .items .item-cell .content, 
body.contrast-1 .items .item-cell .content, 
body.contrast-2 .items .item-cell .content {
    font-weight: normal;
}

body.contrast-0 .home-content .h3, body.contrast-0 .region-cell p {
    color: #fff;
}


body.contrast-0 .home-content > div, body.contrast-2 .home-content > div,
body.contrast-0 .navbar-fixed-top, body.contrast-2 .navbar-fixed-top {
    background-color: #000;
}



body.contrast-0 .pager li > a, body.contrast-0 .pager li > span,
body.contrast-1 .pager li > a, body.contrast-1 .pager li > span,
body.contrast-2 .pager li > a, body.contrast-2 .pager li > span,
body.contrast-0 .item-filter .form-element .select,
body.contrast-1 .item-filter .form-element .select,
body.contrast-2 .item-filter .form-element .select,
body.contrast-0 .item-filter .form-element input,
body.contrast-1 .item-filter .form-element input,
body.contrast-2 .item-filter .form-element input,
body.contrast-0 .item-filter label, body.contrast-1 .item-filter label, body.contrast-2 .item-filter label,
body.contrast-0 .panel-heading, body.contrast-1 .panel-heading, body.contrast-2 .panel-heading, 
body.contrast-0 .alert, body.contrast-1 .alert, body.contrast-2 .alert {
    background-color: transparent;
    color: inherit;
}


body.contrast-0 {
    color: #fff !important;
    background: #000;
    font-size: 18px;
}
body.contrast-0 a {
    color: #fff !important;
    text-shadow: none !important;
}

body.contrast-0 .header {
    background: transparent;
    border-bottom: 2px solid #fff;
}

body.contrast-0 h3, body.contrast-0 .h3,
body.contrast-0 .text-muted {
    color: #fff !important;
}

body.contrast-0 .more a,
body.contrast-0 .search-filters a,
body.contrast-0 .btn {
    border:2px solid #fff !important;
    font-size: 18px !important;
    background: none;
    color: #fff;
}

body.contrast-0 .panel-heading,
body.contrast-0 .categories .parent-category {
    border-bottom:2px solid #fff !important;
    background: none;
}

body.contrast-0 .footer .bottom,
body.contrast-0 .categories ul {
    border-top:2px solid #fff !important;
    background: none;
}

body.contrast-0 .panel-default {
    border:2px solid #fff !important;
    background: none;
}



body.contrast-1 {
    background: #FFD800;
    color: #000 !important;
    font-size: 18px;
}

body.contrast-1 a {
    color: #000 !important;
    text-shadow: none !important;
}

body.contrast-1 .header {
    background: transparent;
    border-bottom: 2px solid #000;
}

body.contrast-1 h3, body.contrast-1 .h3,
body.contrast-1 .text-muted {
    color: #000 !important;
}

body.contrast-1 .more a,
body.contrast-1 .search-filters a,
body.contrast-1 .btn {
    border:2px solid #000 !important;
    font-size: 18px !important;
    background: none;
    color: #000 !important;
}

body.contrast-1 .panel-heading,
body.contrast-1 .categories .parent-category {
    border-bottom:2px solid #000 !important;
    background: none;
}

body.contrast-1 .footer .bottom,
body.contrast-1 .categories ul {
    border-top:2px solid #000 !important;
    background: none;
}

body.contrast-1 .panel-default {
    border:2px solid #000 !important;
    background: none;
}


body.contrast-1 .navbar-fixed-top, 
body.contrast-1 .home-content > div {
    background-color: #FFD800;
}



body.contrast-2 {
    color: #FFD800 !important;
    background: #000;
    font-size: 18px;
}
body.contrast-2 a {
    color: #FFD800 !important;
    text-shadow: none !important;
}

body.contrast-2 .header {
    background: transparent;
    border-bottom: 2px solid #FFD800;
}

body.contrast-2 h3, body.contrast-2 .h3,
body.contrast-2 .text-muted {
    color: #FFD800 !important;
}

body.contrast-2 .more a,
body.contrast-2 .search-filters a,
body.contrast-2 .btn {
    border:2px solid #FFD800 !important;
    font-size: 18px !important;
    background: none;
    color: #FFD800 !important;
}

body.contrast-2 .panel-heading,
body.contrast-2 .categories .parent-category {
    border-bottom:2px solid #FFD800 !important;
    background: none;
}

body.contrast-2 .footer .bottom,
body.contrast-2 .categories ul {
    border-top:2px solid #FFD800 !important;
    background: none;
}

body.contrast-2 .panel-default {
    border:2px solid #FFD800 !important;
    background: none;
}

body.contrast-2 .home-content .h3, body.contrast-2 .region-cell p {
    color: #FFD800;
}

/* Fix */

.article-detail .thumb {
    padding: 10px 0;
    text-align: center;
}

.article-detail .thumb img {
    max-width: 100%;
}

.ts-map {
    margin: 20px 0;
    height: 300px;
}

.fix-status {
    background: #777;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin: 5px 0;
}

.fix-status.status-2 {
    background: #0072bc;
}

.fix-status.status-3 {
    background: #8dc63f;
}

.fix-status.status-4 {
    background: #ed1c24;
}

.fix-status.status-6 {
    background: #ff9000;
}

.current-status .comment {
    margin-top: 10px;
}

.current-status .date {
    font-size: 10px;
    font-style: italic;
}

.map-container {
    position: relative;
}

.map-container #pick-location {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 140px;
    margin-left: -70px;
    z-index: 1000;
}

/* Custom */

#info-ostrzezenie{
	position:fixed;
	bottom:50px;
	right:20px;
	border:5px #433e21 double;
	width:360px;
	box-shadow: 6px 6px 5px -2px #444444;
	text-align:center;
	background:-moz-linear-gradient(bottom, #fff265 0%, #ffea00 100%);
	background:-webkit-linear-gradient(bottom, #fff265 0%, #ffea00 100%);
	background:linear-gradient(to top, #fff265 0%, #ffea00 100%);
}
#info-ostrzezenie p{
	margin:0;
	padding:10px;
	color:#433e21;
	font-size:20pt;
	font-weight:bold;
	line-height:30pt;
}
#info-ostrzezenie a{
	color:#433e21;
	text-decoration:none;
}
#info-ostrzezenie .znak{
	float:left;
	padding:10px;
	color:#433e21;
	font-size:60pt;
	line-height:60pt;
}
#info-ostrzezenie .zamknij-info{
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	font-size:14pt;
	line-height:14pt;
	color:#747370;
}
#info-ostrzezenie {
	opacity: 1;
	-webkit-animation: 6s ease 0s normal forwards 1 fadein; /* Safari, Chrome and Opera > 12.1 /
	-moz-animation: 6s ease 0s normal forwards 1 fadein; / Firefox < 16 /
	-ms-animation: 6s ease 0s normal forwards 1 fadein; / Internet Explorer /
	-o-animation: 6s ease 0s normal forwards 1 fadein; / Opera < 12.1 */
	animation: 6s ease 0s normal forwards 1 fadein;
}

@media (min-width: 768px) {
	#kontener-ms{
		width:50px;
		height:100%;
		position:fixed;
		top:0;
		left:0;
		z-index:9;
		visibility:hidden;
		z-index:1050;
	}
	#lista-kafli-ms{
		position: relative;
		top: 50%;
		padding-top:50px;
		width:50px;
		height:200px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		visibility:visible;
		z-index:1151;
	}
	.kafel-ms{
		margin:5px 0;
		padding:5px;
		border-radius:0 10px 10px 0;
		border-top:2px #dcdcdc solid;
		border-right:2px #dcdcdc solid;
		border-bottom:2px #dcdcdc solid;
		background:#fff;
	}
	.kafel-ms:hover{
		padding-left:20px;
		width:70px;
	}
}

@media (max-width:767px) {
	#kontener-ms{
		height:50px;
		position:fixed;
		bottom:0;
		left:0;
		z-index:1150;
		visibility:hidden;
	}
	#lista-kafli-ms{
		position: relative;
		height:50px;
		visibility:visible;
		z-index:1151;
	}
	.kafel-ms{
		float:left;
		margin:0 5px;
		padding:5px;
		border-radius:10px 10px 0 0;
		border-top:2px #dcdcdc solid;
		border-right:2px #dcdcdc solid;
		border-left:2px #dcdcdc solid;
		background:#fff;
	}
	.kafel-ms:hover{
		padding-bottom:20px;
		height:70px;
	}
}


#logo-links,
#f-logo-links{
	margin:auto;
	padding-top: 85px;
	max-width:1170px;
	text-align:center;
}

#logo-links{
	display:none;
}

#f-logo-links{
	display:block;
}

#logo-links img,
#f-logo-links img{
	max-height:42px;
	margin:6px;
}

@media (max-width: 992px) {
	#logo-links{
		max-width:750px;
	}
	#logo-links > a{
		margin:0 30px;
	}
}

@media (min-width: 1200px) {
	
	#logo-links{
		display:block;
	}
	
	#f-logo-links{
		display:none;
	}
}


/* Flex */

.flex-row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0 -15px;
}
.flex-col {
	padding: 0 15px;
	float: none !important;
}

/* Air */

.air-widget {
	padding: 5px;
	background: #fff;
}

.air-widget.home {
	padding: 5px 10px 5px 5px;
	border-radius: 100px;
	background: #fff;
	position: absolute;
	top: 150px;
	margin-top: 5px;
	right: 20px;
	z-index: 10;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}

.air-widget.home span {
	display: block;
}



.air-widget.frame {
	border: 1px solid #ccc;
	box-shadow: 2px 2px 2px #eee;
	margin: 10px 0;
}

.air-widget .header {
	font-weight: bold;
	font-size: 130%;
	padding: 0 0 5px 0;
}

.air-widget .index {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	display: inline-block;
	float: left;
}

.air-widget .index-icon {
	height: 50px;
	width: 50px;
	display: inline-block;
	float: left;
	background: #ccc center center no-repeat url('/images/site/air-icon.png');
	border-radius: 50%;
	background-size: 40px;
}



.air-widget .info {
	margin: 10px 0 0 60px;
	line-height: 1.2;
}

.air-widget .muted {
	color: #777;
	font-size: 12px;
}

.air-widget .text {
	font-weight: bold;
	padding: 2px 0;
}

.air-widget h3 {
	padding: 5px 0 5px;
	font-size: 1.2em;
	clear:both;
}

.ts-map .leaflet-marker-icon.map-marker {
	margin-top: -80px !important;
	margin-left: -30px !important;
}
