/*
    file: styles.css
    author: agnwstos kinezos
    license: Free For All
*/

*{
    font-family: 'Advent Pro', sans-serif;
}
body{
    position:absolute;
    width:100%;
    height:100%;
    border:0px;
    padding:0px;
    margin:0px;
    background-color: #fff;
    font-family: 'Advent Pro', sans-serif;
}
a{
    text-decoration: none;
    color:#000;
}
ul,li{
    padding:0px;
    margin:0px;
    list-style-type:none;
}
.rezSetter{
    position:relative;
    display:block;
    width:1170px;
    margin:auto;
    min-height:60px;
}
#header{
    width:100%;
    height:80px;
    background:#76c7c0; /*url(/templates/images/headerBG.png) left bottom repeat-x;*/
    color:#fff;
    padding:0px;
    position:relative;
    overflow:visible;
    z-index:10;
}
.navbar-static-top{
     background:#76c7c0; /*url(/templates/images/headerBG.png) left bottom repeat-x;*/
}
.header{
    background:#6B92D5 left bottom repeat-x;
    color:#fff;
    margin-bottom: 0px;
    
}
.header a{
    color: #fff !important;
}
#logo{
    position:absolute;
    left:0px;
}
#header a{
    color:#fff;
}

ul#menus{
    position:absolute;
    right:0px;
    max-width:900px;
    top:20px;
}
li.menuItem{
    position:relative;
    float:left;
    padding:5px;
    padding-left:20px;
    padding-right:20px;
    margin:5px;
    font-size: 16px;
    cursor:pointer;
    height:20px;
    overflow: visible;
}
.menuItem.search{
    top:3px;
}
.menuItem.selected{
    border-radius: 5px;
    background-color: #62a29e;
    border-bottom:3px solid #528b86;
}
.menuItem:hover{
    border-radius: 5px;
    background-color: #e8645a;
    border-bottom:3px solid #e2534b;
}
.submenu{
    position: absolute;
    opacity:0;
    background-color: #e2534b;
    border-radius:5px;
    top:32px;
    left:0px;
    min-width:200px;
}
.submenu li{
    position:relative;
    padding:5px;
    padding-left:20px;
    padding-right:20px;
    margin:5px;
    font-size: 16px;
    cursor:pointer;
    background-color: #e5655d;
    border-radius:5px;
}
.submenu li:hover{
    background-color:#76c7c0;
}
#slider{
    width:100%;
    height:500px;
    position:relative;
    margin:auto;
    top:0px;
    padding:0px;
    margin:0px;
}
.row{
    margin: auto;
}
.bigSliderItems{
    position:relative;
}
.sliderImgItem{
    position:absolute;
    background-color:#ececec;
    width:100%;
    height:500px;
    top:0px;
    left:0px;
    opacity:0;
    background-position:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display:none;
}
.sliderImgItem.visible{
    opacity:1;
    display:block
}
.sliderThumbItems{
    position:absolute;
    margin:auto;
    text-align: center;
    width:100%;
    height:70px;
    bottom:-40px;
    z-index:5;
}
.sliderPreview{
    width:60px;
    height:60px;
    position:relative;
    margin-left:5px;
    margin-right:5px;
    border-bottom:5px solid #b0b8b9;
    display:inline-block;
    cursor:pointer;
    background-size: cover;
}
.sliderPreview.selected{
    border-bottom:5px solid #6B92D5;
}
.sliderTextItems{
    position:absolute;
    right:5px;
    bottom:5px;
    width:50%;
}
.sliderContents{
    position:absolute;
    bottom:5px;
    right:5px;
    opacity:0;
    text-align:right;
    display:none;
}
.sliderContents.visible{
    opacity:1;
    display:block;
}
.sliderContents a{
    color:#fff;
    text-decoration:none;
}
.sliderContents a:hover{
    color:#fff;
    text-decoration:none;
}
.sliderTextItems h1{
    padding-left:40px;
    padding-right:40px;
    color:#fff;
    background-color: #1E3A62;
    border-radius: 5px;
    display:inline;
    position:relative;
    bottom: 12px;
}
#slider .rezSetter{
    height:500px;
}
.sliderContents p{
    color:#fff;
    background:#6B92D5;
    border-radius: 5px;
    padding:5px 40px;
}
.mapToolbox{
    background-color: #F5F5F5;
    border-radius:5px;
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 10px 10px 5px #E0E0E0;
}
#footerCateg{
    height: 220px;
    overflow-y: auto;
    margin-bottom: 10px;
}
.mapToolbox2{
    background-color: #f8f8f8;
    border-radius:5px;
    border-bottom:5px solid #e6e6e6;
    margin-top: 40px;
}
.newsPageCont{
    background-color: #f8f8f8;
    border-radius:5px;
    border-bottom:5px solid #e6e6e6;
    margin-top: 40px;
}
.placeContainer{
    background-color: #f8f8f8;
    border-radius:5px;
    border-bottom:5px solid #e6e6e6;
    margin-top: 40px;
    padding-bottom: 10px
}
.placeAdrs{
    border: 2px dotted #6B92D5;
    padding: 10px;
}
.pageContainer{
    background-color: #f8f8f8;
    border-radius:5px;
    border-bottom:5px solid #e6e6e6;
    margin-top: 40px;
}
.mapToolbox3{
    background-color: #f8f8f8;
    border-radius:5px;
    border-bottom:5px solid #e6e6e6;
    height:700px;
}
#placeContent{
    min-height: 60px;
}
.mapToolbox4{
    background-color: #f8f8f8;
    border-radius:5px;
    box-shadow: 10px 10px 5px #E0E0E0;
    margin-top: 40px;
    margin-bottom: 40px;
}
.itemsTours{
    overflow-y:auto;
    overflow-x:hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    max-height: 615px;
}
.itemsTours2{
    max-height:620px;
    overflow-y:auto;
    overflow-x:hidden;
}
.mapCategoryitems{
    max-height: 400px;
    overflow-y: auto;
    margin-top: 10px;
}
.map2Categoryitems{
    padding:0 16px 16px;
}
.mapCatItem{
    color: #7f8c8c;
    border-bottom: 3px solid #F5F5F5;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #E0E0E0;
}
.mapCatItem2{
    color:#7f8c8c;
    border-bottom: 1px solid #e5e6e6;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 5px;
}
.mapCatItem:hover{
    color: #000;
}
.mapCatItem2:hover{
    color: #000;
}
.mapCatItem h2{
    /*color: #1E3A62;
    margin: 0px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;*/
    color: #1E3A62;
    margin: 3px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
}
.mapCatItem h2:hover{
    color: #6b92d5;
    /*background: #F5F5F5;*/
}
.mapCatItem2 h2{
    color:#62bdbd;
    margin-bottom:0px;
}
.mapCatItem h3{
    color:#1E3A62;
    padding: 10px 10px;
}
.mapCatItem2 h3{
    color: #1E3A62;
    font-weight: 600;
    margin-bottom:20px;
}
.mapCatItem h3 a{
    color:#1E3A62;
    margin-bottom:0px;
}
.mapCatItem h3 a:hover{
    color: #6b92d5;
    text-decoration: none;
}
.mapCatItem2 h3 a{
    color:#1E3A62;
    margin-bottom:0px;
}
.mapCatItem2 h3 a:hover{
    color: #6b92d5;
    text-decoration: none;
}
.mapCatItem p{
    margin: 0px;
    font-size: 10px;
    line-height: 12px;
    max-height: 15px;
    overflow: hidden;
    color: #000;
}
.mapCatItem:last-child{
    border:0px;
}
.mapCatItem2:last-child{
    border:0px;
}
.mapCatItem.selected h2{
    color: #e2534b;
}
.mapCatItem2.selected h2{
    color: #e2534b;
}
.mapCatItem.selected h3{
    color: #e2534b;
}
.mapCatItem2.selected h3{
    color: #e2534b;
}
.toggleButtons h3{
    color: #6B92D5;
    margin: 4px;
    font-size: 20px;
}
.toggleButtons2 h3{
    margin: 4px;
    font-size: 18px;
}
#map{
    position:relative;
    height:420px;
    background-color: #fff;
}
#map2{
    height: 170px;
    cursor: pointer;
    margin-bottom: 20px;
}
.img-atraction{
    width: 150px;
    height: 110px;
}
.carousel-control{
    width: 5%;
}
.carousel-control .fa{
    margin-top: 45px;
}
.placeLogo{
    margin: auto;
}
#placeLogo{
    width: 100%;
}
#map3{
    position: relative;
    height: 600px;
    background-color: #fff;
}
#footer{
    color:#fff;
    background: #1E3A62;
    margin-top:40px;
}
#footer .row{
    margin-top: 20px;
}
#footer a{
    color: #fff;
}
.footerItem{
    position:relative;
    margin:0px;
    padding:0px;
    margin-right:30px;
    margin-top:20px;
    display:inline-table;
}

.footerItem.big{
    width:340px;
}
.footerItem.small{
    width:160px;
}
.footerItem:last-child{
    margin-right:0px;
}
.footerTitle{
    color: #fff;/*#6B92D5;*/
    font-size:2em;
    margin-top: 10px;
}
span.bigger{
    font-size:1.3em;
}
.footerItem ul{
    margin-top:20px;
}
.footerItem ul li{
    margin-bottom:15px;
}
.footerItem ul li:before {
    content: "\2023 \0020";
}
.newsPreviewItem{
    position:relative;
    display:block;
    margin-top:20px;
}
.imgPreviewThumb{
    width:70px;
    height:70px;
    border-radius:5px;
    background-color: #6B92D5;
    display:inline-block;
    position:absolute;
    line-height:90px;
    text-align:center;
    cursor:pointer;
    background-size: cover !important;
}
.cycle{
    height: 512px;
    cursor: move;
    background-size: cover !important;
}
.text,.date{
    display:block;
    margin-bottom:5px;
    min-height:50px;
    margin-left: 80px;
}
.date{
    font-weight:bold;
    font-size:1.1em;
    color:#6B92D5;
}
#socialMedia{
    background-color: #000;/*#6B92D5;*/
}
#newsElements{
    background:#ececec; /*url(/templates/images/midBG.png) left top repeat-x;*/
    margin-top:20px;
}
#newsElements3{
    margin-top: 30px;
}
.placeStyleAtr, .placeStyleBus{
    color: #546B7F;
    border-radius: 10px;
    border-bottom-style: double;
    border-bottom-color: #546B7F;
    width: 30%;
    text-align: center;
}
.modalEvent{
    color: #fff;
}
.newsBox{
     position: relative;
     text-align: center;
     margin-top: 40px;
     padding:5px;
     max-width: 280px;
     min-width: 195px;
}
.newsBox1{
    margin-bottom: -4px;
    padding: 5px 0 0px;
    text-shadow: 2px 2px #1E3A62;
}
.newsBox2{
    background-color: #E0E0E0;
    padding: 30px 2px 12px 2px;
    height: 280px;
}
.cal2 .clndr .clndr-grid{
    border: 1px solid #1E3A62;
}
.cal2 .clndr .clndr-grid .header-day{
    background: #1E3A62;
}
.cal2 .clndr .clndr-grid .day.event{
    color: #1E3A62;
}
.cal1{
    max-width: 100%;
}
.cal1 .clndr .clndr-table .header-days{
    background: #1E3A62;
}
.cal1 .clndr .clndr-table tr .day.today.event, .cal1 .clndr .clndr-table tr .day.my-today.event{
    background: #1E3A62;
    color: #fff;
}
.cal1 .clndr .clndr-table tr .day.today.event:hover, .cal1 .clndr .clndr-table tr .day.my-today.event:hover{
    background: #83241E;
}
.cal1 .clndr .clndr-table tr .day.event, .cal1 .clndr .clndr-table tr .day.my-event{
    background: #6B92D5;
    color: #fff;
}
.cal1 .clndr .clndr-table tr .day.event:hover, .cal1 .clndr .clndr-table tr .day.my-event:hover{
    background: #83241E;
}
.hr2{
    margin: 0px;
}
.search-results{
    margin-top: 120px;
}
.panel-info {
    border-color: #53908B;
}
.panel-info > .panel-heading {
    color: #fff;
    background-color: #6B92D5;
    border-color: #1E3A62;
}
.panel-body {
    border-bottom: 2px solid #6B92D5;
}
#accordion .panel-body, #accordion2 .panel-body{
    font-size: 16px;
}
.form-inline .col-lg-2{
    height: auto;
}
#search-results a{
    text-decoration: none;
}
.placeProp{
    text-align:center;
    border-bottom:1px dashed #ccc;
    padding:0 0 20px 0;
    margin-bottom:40px;
}
.placeAttr{
    text-align: center;
    display: inline;
    padding: 25px;
}
.placeAttr a{
    text-decoration: none;
    font-size: 25px;
}
.placeAttr2 a{
    text-decoration: none;
}
.newsAlert{
    padding: 12px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    max-width: 77%;
}
.newsBox h3 a{
    text-decoration: none;
}
.newsBox h4 a{
    text-decoration: none;
    color: #1E3A62;
}
.calModal h4 a{
    color: #fff;
}
.newsBox .selectNews{
    width:80%;
    position:absolute;
    bottom:-20px;
    color:#fff;
    background-color: #76c7c0;
    border-bottom:5px solid #62b9b0;
    border-radius:7px;
    line-height:50px;
    cursor:pointer;
    left:24px;
}
.newsBox img{
    margin: auto;
    width: 92%;
}
.newsBox .selectNews:hover{
    background-color: #e8645a;
    border-bottom:5px solid #e2534b;
}
.mapInfoBox{
    position:absolute;
    z-index:50;
    width:240px;
    min-height: 280px;
    display:none;
    background-color:#fff;
    border-radius:10px;
    color:#fff;
    right:10px;
    top:10px;
    padding-bottom: 5px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
}
.mapInfoBox .headerΙΒ{
    display:block;
    background-color: #ececec;
    color: #83241E;
    font-size:1.4em;
    position:relative;
    padding:5px;
    margin:10px;
}
.mapInfoBox .closer{
    position:absolute;
    right: -10px;
    top: -10px;
    background-color:#83241E;
    color:#fff;
    width: 20px;
    border-radius:10px;
    font-size: 1em;
    text-align:center;
    cursor:pointer;
    opacity: 1;
}
.mapInfoBox img{
    max-height: 200px;
    margin: auto;
}
.calModal #logincancel{
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
    border-radius: 20px;
    font-size: 1em;
    cursor: pointer;
    padding: 1px 7px;
    border-color: #83241E;
    background-color: #83241E;
}
.mapInfoBox .closer:hover{
    opacity: 1;
}
.mapInfoBox p{
    color:#000;
    padding-left:10px;
    padding-right:10px;
    font-size:0.8em;
    max-height: 62px;
    overflow: hidden;
}
.mapInfoBox .moreInfobox{
    position:relative;
    padding-right:10px;
    margin-top:5px;
    text-align: right; 
}
.mapInfoBox .moreInfobox a{
    color:#83241E;
}
.btn-danger{
    background-color: #83241E;
}
.navbar-brand{
    display: inline-flex;
    display: -webkit-inline-flex;
}
#logoclick1 p{
    margin-top: 15px;
}
.navbar-brand>img{
    width: 60px;
    height: 42px;
}
/*.modal-body {
    padding:5px !important;
}
.modal-content {
    border-radius:0;
    background-color: rgba(255, 255, 255, 0.5);
}*/
.modal-dialog img {
    text-align:center;
    margin:0 auto;
    -ms-touch-action: none;
}
.vertical-center {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 40px;
  color: #1E3A62;
}

/*override modal for demo only*/
.modal-dialog {
    max-width:100%;
    padding-top: 50px;
}

ul li {     
    list-style:none;
         
}
#navbar ul li {     
    list-style:none;
    margin-bottom:15px;
    margin-top: 10px;
}
ul li img {
    cursor: pointer;
}
ul {         
    padding:0 0 0 0;
    margin:0 0 0 0;
}
.newsElements{
    background-color: #1E3A62;
    padding-bottom: 40px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background-color: #1E3A62;
    border-radius: 10px;
}
.navbar-nav>li>.dropdown-menu{
    background-color: rgba(107, 146, 213, 0.8);
    border-radius: 10px;
}
.navbar-nav>li>.dropdown-menu>li:hover{
    background-color: #76C7C0;
    border-radius: 10px;
}
.navbar-nav>li>.dropdown-menu:hover{
    background-color: rgba(107, 146, 213, 0.8);
    border-radius: 10px;
}
.navbar-default .navbar-nav .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .dropdown-menu > li > a:focus {
    background-color: #1E3A62;
    border-radius: 10px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #1E3A62;
    border-radius: 10px;
}
.navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active a:hover, .navbar-default .navbar-nav .active a:focus{
    background-color: #1E3A62;
    border-radius: 10px;
}
.dropdown-menu .header:hover{
    background-color: #1E3A62;
}
.flags{
    width: 5%;
    margin-top: 15px !important;
    margin-right: 10px;
}
.map{
    min-height: 300px;
    width: 100%;
    height: 100%;
}
.headercontact{
    min-height: 70px;
    font-size: 27px;
    padding: 10px;
}
.newsContainer{
    width: 336px;
    float: left;
    height: 160px;
    margin: 10px 10px 10px 10px;
    background-color: #76C7C0;
    text-align: center;
    text-shadow: 2px 2px #000;
    color: #fff;
    position: relative;
    background-size: cover;
}
.newsContainer h2{
    max-height: 130px;
    overflow: hidden;
}
.newsContainer a{
    color: #fff;
}
.newsContainer small{
    position: absolute;
    bottom: 0px;
    height: 0px;
    display: block;
    background-color: rgba(107, 146, 213, 0.6);
    width:100%;
    padding-top: 5px;
    opacity: 0;
    padding: 5px;
}
.pagination li{
    cursor: pointer;
}
#navbar{
    position:relative;
}
#logoclick1{
    display: none;
}
.navbar-header{
    cursor: pointer;
    width: 25%;
}
.btn-info {
    background-color: #6B92D5;
    border-color: #1E3A62;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info:focus, .open > .dropdown-toggle.btn-info {
    background-color: #1E3A62;
    border-color: #1E3A62;
}
.relatedPoints{
    color: black;
}
.noImgPlace{
    margin-top: 100px;
}
.loginForm{
    position:absolute;
    right: 31px;
    top: 60px;
    background-color:rgba(107, 146, 213, 0.8);
    width:200px;
    height:auto;
    padding:20px;
    display:none;
    z-index:50;
    border-radius: 10px;
}
.loginForm input{
    display:inline;
    width:150px;
    margin:5px;
    color:#000;
    border:1px solid #fff;
}
.warning{
    font-size:10px;
}
.regel{
    text-align:center;
    display:block;
}
#registerForm,#updateForm{
    position: absolute;	
    width: 600px;	
    height: auto;
    top: 50px;	
    left: 50%;	
    margin-left: -300px;	
    background: rgba(107, 146, 213, 0.8);
    padding:20px;
    z-index:5000000;
    box-shadow: 0px 0px 10px #010101;
    opacity:0;
    border-radius: 10px;
}
#registerForm h2,#updateForm h2,#registerForm label,#updateForm label{
    color: #fff;
}
#updateForm .updUser, #registerForm .updUser{
    display:block;
    margin:10px;
    border:0px;
    position:relative;
    width:92%;
    height:40px;
    font-size:18px;
    border:1px solid #83241E;
    color: #83241E;
}
#updateForm .updUser2, #registerForm .updUser2{
    margin:10px;
    color: #fff;
}
.commentsPanel h3{
    padding-left:20px;
}
.galleryX{
    color: #fff;
    position: relative;
    bottom: 10px;
    cursor: pointer;
}
.galleryX:hover{
    color: #83241E;
}
.navbar-static-top.header{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
}
.mapcontentitem, #slider,.contanctTainer, .contItemUp{
    margin-top:120px;
}
.digitalTourGuide{
    float: right;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 5px;
}
.digitalTourGuide span{
    padding:5px;
    display:block;
    cursor:pointer;
}
.digitalTourGuide arr{
    font-size:18px;
}
.digiItemsList{
    display:block;
    padding:10px;
    display:none;
    background: #6B92D5;
}
.digiItemsList input{
    display:block;
    border:1px solid #fff;
    width:85%;
    position:relative;
    color:#000;
    margin-top:10px;
    float: left;
}
.addTourGuide{
    background-color: #fff;
    border-radius: 20px;
    color: #6B92D5;
    cursor: pointer;
    font-size: 30px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    width: 20px;
    margin-top: 10px;
    float: left;
    margin-left: 5px;
}
.digiItemsList .titem,.digiItemsList .titemUsr{
    display:block;
    background-color: #1E3A62;
    padding:3px;
    cursor:pointer;
    margin-top:2px;
    font-size:16px;
}
.digiItemsList .titem:hover,.digiItemsList .titemUsr:hover{
    background-color:#6B92D5;
}
.titemUsr{
    position:relative;
}
.titemUsr span{
    background-color: #fff;
    border-radius: 15px;
    color: #6B92D5;
    display: block;
    height: 20px;
    line-height: 9px;
    /*position: absolute;
    right: 2px;
    text-align: center;
    top: 6px;*/
    width: 20px;
    float: right;
    margin-left: 5px;
}
.titemUsr span:hover{
    background-color: #1E3A62;
    color:#fff;
}
.addToTour{
    position:relative;
    font-size:12px;
    display:inline;
    margin-left:10px;
    background-color:#1E3A62;
    color:#fff;
    padding:10px;
    top:-5px;
    cursor:pointer;
    border-radius: 20px;
}
.storedToursToSelect{
    position:absolute;
    display:none;
    width:600px;
    top:200px;
    left:50%;
    margin-left:-300px;
    background: rgba(107, 146, 213, 0.8);
    padding:20px;
    font-size:18px;
    box-shadow: 0px 0px 10px #010101;
}
.storedToursToSelect .AddToGroup{
    cursor:pointer;
    color:#1E3A62;
    background-color:#fff;
    padding:10px;
    margin-bottom:5px;
}
.storedToursToSelect .AddToGroup:hover{
    color:#fff;
    background-color:#6B92D5;
}
#addAdd, #cancelAdd{
    width: 40%;
    background-color: #6B92D5;
    color: #fff;
}
.leftArrow{
    position: relative;
    top: 230px;
    cursor: pointer;
}
.rightArrow{
    position: relative;
    top: 230px;
    cursor: pointer;
}
.cal2 .clndr .clndr-today-button{
    display: inline-block;
    width: 20%;
}
.cal2 .multi-month-controls .quarter-button{
    width: 20%;
}
.cal2 .clndr .clndr-grid .day.today{
    background-color: white;
    color: black;
    text-decoration: underline;
}
.cal2 .clndr .clndr-grid .day.event{
    background-color: #B3D1FF;
}
.calModal{
    right: 25px;
    top: 110px;
    background-color: #1E3A62;
    border-radius: 10px;
}
#pageGallery{
    margin-bottom: 20px;
}
#pageGallery .img-responsive{
    max-height: 88px;
    width: 100%;
    margin-bottom: 10px;
}
#tourImages{
    margin-bottom: 20px;
    max-height: 600px;
    overflow: auto;
}
#tourImages .img-responsive{
    margin: auto;
    margin-bottom: 12px;
}
.cal2 .clndr .clndr-grid .empty, .cal2 .clndr .clndr-grid .adjacent-month{
    background: #FFF;
    color: #D8D8D8;
}
#rcaptcha{
    text-align: -webkit-center;
    text-align: -moz-center;
}
#map223{
    min-height: 408px;
}
.newsCutCont{
    max-height: 20px;
    overflow: hidden;
}

/*  --- ads ---  */
.ad1{
    margin-top: 86px;
    max-height: 420px;
}
.ad2{
    margin-top: 86px;
    max-height: 420px;
}
.ad3{
    margin-top: 80px;
}
.ad4{
    margin-top: 80px;
}

/*--- pages/news image zoom ---*/
#pageContent img{
    height: auto;
    cursor: pointer;
}
#pageContent img.expanded{
    width: 100% !important;
    height: auto !important;
    float: none !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 99;
}
#pageContent img{
    margin: 6px;
}
.categoriesItems h3{
    margin: 14px 0 14px 2px;
    font-size: 20px;
}
.busDescr{
    max-height: 460px;
    overflow: auto;
}
.loader {
    border: 16px solid #bfbfbf;
    border-top: 16px solid #6B92D5;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.mediaGlyph{
    color: #6B92D5;
    font-size: 15px;
}
.mediaGlyph2{
    color: #83241E;
    font-size: 22px;
    opacity: 1;
    text-shadow: 0 0;
}
/*#relativeSpots li{
    max-height: 250px;
    overflow: auto;
}*/
#relativeSpots li ul{
    max-height: 230px;
    overflow: auto;
}

#newsList h2{
    font-size: 24px;
    text-shadow: 5px 5px 5px #000;
}

#cookieConsent{
    background: #000;
    position: fixed;
    bottom: 0;
    width: 100%;
}
#cookieConsent a{
    cursor: pointer;
}


/*------- MEDIA QUERIES -------*/

@media (min-width:1201px){
    .mapToolbox{
        height: 486px;
    }
}
@media (min-width: 768px){
    .navbar-right {
        margin-right: -20px;
    }
}
@media (max-width:1200px){
    #map {
        height: 490px;
    }
    .sliderThumbItems{
        right: 160px;
    }
    .mapCategoryitems{
        /*margin-top: 30px;*/
        margin-top: 15px;
        max-height: 460px;
    }
    #tourImages{
        width: 40%;
        max-height: 700px;
        margin-top: 20px;
    }
    #placeReserve button{
        margin-top: 10px;
    }
    .noImgPlace{
        display: none;
    }
    .ad1, .ad2, .ad3, .ad4 {
        display: none;
    }
    .placeAdrs{
        margin-bottom: 10px;
    }
    .newsAlert{
        max-width: 72%;
    }
    /*#sound{
        display: none;
    }*/
}

@media (max-width:1080px){
    .newsBox{
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:990px){
    .newsBox{
        width: 38%;
    }
    #slider{
        height: 300px;
        margin-top: 51px;
    }
    .sliderImgItem{
        height: 300px;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
        padding: 0px;
        margin-bottom: 6px;
    }
    .footercont{
        width: 70%;
        margin: auto;
    }
    .mapToolbox4{
        height: auto;
    }
    .itemsTours{
        margin-top: 30px;
    }
    .leftArrow,.rightArrow{
        top: 125px;
    }
    .mapToolbox2{
        width: 51%;
    }
    .itemsTours2{
        margin-top: 30px;
    }
    .mapToolbox3{
        height: auto;
    }
    #logoclick1{
        display: block;
    }
    #logoclick2{
        display: none;
    }
    .navbar-header{
        width: auto;
    }
    .newsAlert{
        max-width: 64%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

@media (max-width:908px){
    .sliderPreview{
        width: 50px;
        height: 50px;
    }
    #map{
        height: 360px;
    }
    .map2Categoryitems h2{
        font-size: 24px;
    }
    .map2Categoryitems p{
        font-size: 13px;
    }
    .sliderTextItems h1{
        font-size: 18px;
    }
    .sliderTextItems p{
        font-size: 10px;
    }
    .mapInfoBox{
        width: 240px;
        height: auto;
    }
}

@media (max-width:796px){
    .sliderThumbItems{
        right: 120px;
    }
    .mapCategoryitems h2{
        font-size: 18px;
    }
    .mapCategoryitems p{
        font-size: 13px;
    }
    .map2Categoryitems h2{
        font-size: 18px;
    }
    .map2Categoryitems p{
        font-size: 13px;
    }
    .mapInfoBox{
        width: 220px;
    }
}

@media (max-width:767px){
    .sliderThumbItems{
        display: none;
    }
    .navbar-nav{
        height: 360px;
        overflow-y: scroll;
    }
    #registerForm, #updateForm{
        height: 380px;
        overflow-y: scroll;
    }
    .navbar-brand{
        top: 0px;
    }
    .newsBox{
        width: 46%;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
        padding: 15px 15px;
        width: 80%;
        height: 20%;
        margin-bottom: 0px;
    }
    .newsAlert{
        min-height: 0px;
        top: 60px;
        right: 0px;
        max-width: 48%;
    }
    .newsContainer{
        width: 94%;
    }
    .newsContainer h2{
        font-size: 22px;
    }
    .loginForm{
        /*right: 0px;*/
        top: 0px;
    }
    #registerForm, #updateForm{
        width: 360px;
        margin-left: -200px
    }
    .flags{
        margin-left: 10px;
    }
    .navbar-toggle{
        margin-top: 20px;
    }
    .breadcrumb{
        margin-top: 20px;
    }
}

@media (max-width:710px){
    /*.sliderThumbItems {
        right: 180px;
    }*/
    .sliderPreview {
        width: 40px;
        height: 40px;
    }
    .map2Categoryitems h2{
        font-size: 20px;
    }
    .map2Categoryitems p{
        font-size: 12px;
    }
    .newsPreviewItem .text{
        width: 75%;
    }
}

@media (max-width:625px){
    .sliderTextItems {
        /*margin-bottom: 30px;*/
        /*left: 60px;*/
        margin: 0 100px 60px 0;
        width: 40%;
    }
    /*.sliderThumbItems {
        right: 20px;
        margin-bottom: -16px;
    }*/
    .newsBox .selectNews{
        line-height: 30px;
    }
    .mapToolbox2{
        width: 80%;
    }
    #map2 {
        width: 77%;
        margin: auto;
    }
    .placeAdrs{
        text-align: center;
    }
    .placeAttr{
        display: block;
    }
}

@media (max-width:576px){
    .newsAlert{
        display: none;
    }
}

@media (max-width:516px){
    .newsBox {
        width: 60%;
    }
    .leftArrow, .rightArrow {
        top: 160px;
    }
}

@media (max-width:468px){
    .newsBox .selectNews{
        left: 14px;
    }
    .mapToolbox2{
        width: 100%;
    }
    .img-atraction{
        height: 80px;
    }
}

@media (max-width:453px){
    #registerForm, #updateForm{
        width: 260px;
        margin-left: -130px
    }
}

@media (max-width:440px){
    .mapInfoBox{
        width: 200px;
    }
    #placeLogo{
        margin-top: 15px;
    }
    #map223{
        min-height: 280px;
    }
    #map3{
        height: 320px;
    }
    #emptyHead{
        display: none;
    }
}

@media (max-width:415px){
    .newsBox{
        width: 80%;
    }
    .addToTour{
        display: inline-block;
    }
    #rating{
        float: none !important;
    }
}

@media (max-width:370px){
    .img-atraction{
        height: 50px;
    }
}

@media (max-width:360px){
    #registerForm,#updateForm h2{
        font-size: 20px;
    }
    #registerForm input{
        width: 92%;
        height: 30px;
        font-size: 16px;
    }
    #updateForm .updUser{
        width: 92%;
        height: 30px;
        font-size: 16px;
    }
    .contItemUp{
        margin-top: 142px;
    }
}

@media (max-width:330px){
    .newsBox {
        width: 100%;
    }
    #catPname{
        font-size: 24px;
    }
    .breadcrumb{
        display: none;
    }
}

@media (max-width:302px){
    .navbar-brand{
        top: -20px;
    }
    #slider{
        margin-top: 100px;
    }
    .digitalTourGuide span{
        line-height: 5px;
    }
    #position{
        margin: 0 !important;
    }
}

@media (max-width:294px){
    .navbar>.container .navbar-brand{
        width: 72%;
    }
}

@media (max-width:266px){
    .newsBox .selectNews{
        left: 8px;
    }
}

@media screen and (min-width: 768px){
    .modal-dialog {
        width:65%;
        padding-top: 50px;
    }          
}

@media screen and (max-width:1500px){
    #ads {
        display:none;
    }
}

/**
 * social media icons
 */
.fa-twitter {color: #4099FF;}
.fa-facebook {color: #3B5998;}
.fa-youtube-play {color: #e52d27;}
.fa-rss {color: #FF6600;}
.fa-vine {color: #00a478;}
.fa-flickr {color: #ff0084;}
.fa-twitch {color: #6441A5;}
.fa-linkedin {color: #007bb6;}
.fa-instagram {color: #ff0000;}
.fa {opacity: 0.7;transition: 1s;-webkit-transition: 1s;}
.fa:hover{opacity: 1;transition: 1s;-webkit-transition: 1s;}
#socialMedia p{
    margin-top: 5px;
}
#socialMedia p span{
    font-size: 8px;
    float: right;
}