/**
COLORS
escalibur background: #505a73		rgb(80, 90, 115)
lighter   background: #606A83		rgb(96, 106, 131)
orange				: 				rgb(255, 165, 0)

roa-red				: #ef6a54
roa-red-light		: #df8475
boa-green			: #859d4c
boa-green-light		: #98b651
mua-brown 			: #ba8a3e
mua-brown-light		: #cfa25c


*/

/***
* Bootstrap overrides
**/

/* STYLE */

html{
  position: relative;
  min-height: 100%;
}

body {
  background-color:#f8f7f7;
  font-family: 'Roboto', sans-serif;

}



/* LINK & BTN */

.margin-top-10{
	margin-top: 10px
}

.form-control{
  border-radius:0 !important;
  border-color: #483132;
}
.btn{
  border-radius: 0 !important;
}

.login-btn{
	background-color: #443232;
	color: #fff !important;
}

.login-btn:hover, .dropdown.open .login-btn{
	background-color: #c7a37a !important;
	color: #443232 !important;
}

.btn-link, .btn-link:hover{
  color:#483132;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-escalibur{
  border-radius:0;
  background-color: #c7a37a;
  border-color: #856640;
	color: #fff;
}

.btn-escalibur:hover{
  background-color: #bb986e;
  border-color: #483132;
  color: #fff;
}

.btn-escalibur:focus{
	color: #fff;
}

.btn-add{
  border-radius:0;
  background-color: #fff;
  border-color: #483132;
  color: #483132;
}

.btn-add:hover{
  background-color: #483132;
  border-color: #483132;
  color:#fff;

}

.btn-add-inverse{
  border-radius:0;
	background-color: #483132;
  border-color: #483132;
  color:#fff;
}

.btn-add-inverse:hover{
	background-color: #fff;
  border-color: #483132;
  color: #483132;

}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  color: #fff;
  cursor: default;
  background-color: #483132;
  border: 1px solid #483132;
  border-bottom-color: transparent;
}

.home-marginer .nav-tabs{
	font-size: 16px;
}

.nav-tabs{
  border-bottom: 1px solid #483132;
}

.nav-tabs>li>a{
  border-radius: 0;
}

.nav>li>a:focus, .nav>li>a:hover{
  background-color: transparent;
  border-color: transparent;
}

.highlighted-title{
  background-color: rgba(255,255,255, .8);
}

.highlighted-title h1{
  margin-top: 0;
}
.highlighted-title .rating-star{
  font-size: 18px;
}

.title-crag{
  font-size: 24px;
  color: #443232;
	margin-top: 5px;
}

span.last-crags-txt-nowrap{
	white-space: nowrap;
	display: inline-block;
	margin-right: 5px;
}


.last-crags-box{
  margin-top: 12px;
}

.last-crags-box .single-item{
  margin-bottom: 20px;
}


.last-crags-box.crags-page{
  display: flex;
  flex-wrap: wrap;
}

.last-pictures-box .item{
    border:2px solid #f8f7f7;
}

.last-crags-box.crags-page .single-item{
  width: 50%;
  border:3px solid #f8f7f7;
}
.last-crags-box.crags-page .single-item.single-item-small{
  width: 33%;
}

.last-crags-box.crags-page .single-item span{
  padding-right: 5px;
}


.last-crags-box .single-item a .img-cover {
  opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}
.last-crags-box .single-item a:hover .img-cover {
	opacity: .7;
}

.last-crags-box .single-item a .img-cover{
	height: 174px;
}

/* PROGRESS */

.progress{
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
}


.form-control:focus{
  border-color: #b5956a;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-form > .btn-lg{
  padding: 5px 5px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

.navbar{
  border-radius: 0;
  border: none;
}

.navbar-brand{
  height: auto;
  padding: 0 15px;
}
.navbar-brand img{
  height: 35px;
}

.navbar-default{

  padding-bottom: 20px;
  margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a{
  color: #483132;
  position: relative;
}


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

.dropdown-menu{
  border-radius: 0;
}
.dropdown-menu>li>a{
  padding: 8px 20px;
}

.navbar-nav>li>a{
  font-size: 16px;
  padding: 10px 15px;
}

/* Top Navigation */

.top-nav {
  padding: 0 15px;
}

.top-nav>li {
  display: inline-block;
  float: left;
}

.top-nav>li>a {
  padding-top: 5px;
  padding-bottom: 8px;
  line-height: 20px;
  color: #483132;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
  color: #b5956a;
  background-color: transparent;
}

.top-nav>.open>.dropdown-menu {
  float: left;
  position: absolute;
  margin-top: 0;
  border: 1px solid rgba(0,0,0,.15);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
  white-space: normal;
}

ul.message-dropdown {
  padding: 0;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}

li.message-preview {
  width: 275px;
  border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
  padding-top: 15px;
  padding-bottom: 15px;
}

li.message-footer {
  margin: 5px 0;
}

ul.alert-dropdown {
  width: 200px;
}

.cover{
  background-size: cover;
  background-position: 25% center;
  height: 580px;
	border-top: 1px solid #483132;

}

/*
.centered-cover{
	background-position: center center !important;
}
*/

.highlighted-container{
  position: absolute;
  width: 100%;
}

.highlighted-crag{
  background-image: none !important;
}

.highlighted-elements{
  position: relative;
  top: -330px;
  background-image: url('/img/brown-bg.png');
  background-repeat:repeat-x;
  background-position: left top;
  padding-bottom: 20px;
}

.highlighted-elements .table-box-header h2{
	font-size: 18px;
	margin: 0;
	padding: 5px 0;
}

.home-marginer{
  margin-top: 540px;
}

.flex-end-col{
  display: flex;
  align-items: flex-start;
  height: 310px;
  margin-top: 20px;
}

.flex-end-col form{
	width: 100%;
}


/* TIMELINE */
.vertical-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.vertical-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.timeline-date{
  margin: 0 !important;
  text-align: right;
  background-color: #f5f6f7;
}


#vertical-timeline {
  position: relative;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#vertical-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 4px;
  background: #eee;
}
.vertical-timeline-content .btn {
  float: right;
}
#vertical-timeline.light-timeline:before {
  background: #e7eaec;
}
.dark-timeline .vertical-timeline-content:before {
  border-color: transparent #eee transparent transparent;
}
.dark-timeline.center-orientation .vertical-timeline-content:before {
  border-color: transparent transparent transparent #eee;
}
.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
  border-color: transparent #eee transparent transparent;
}
.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
  background: #eee;
}
@media only screen and (min-width: 1170px) {
  #vertical-timeline.center-orientation {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #vertical-timeline.center-orientation:before {
    left: 50%;
    margin-left: -2px;
  }
}
@media only screen and (max-width: 1170px) {

  .timeline-date{
    background-color: transparent;
  }

  .center-orientation.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #eee transparent transparent;
  }
}
.vertical-timeline-block {
  position: relative;
  margin: 2em 0;
}
.vertical-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.vertical-timeline-block:first-child {
  margin-top: 0;
}
.vertical-timeline-block:last-child {
  margin-bottom: 0;
}

.vertical-timeline-block:hover .vertical-timeline-icon{
  color:#bf8f4f;
}

@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-block {
    margin: 10px 0;
  }
  .center-orientation .vertical-timeline-block:first-child {
    margin-top: 0;
  }
  .center-orientation .vertical-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.vertical-timeline-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  border: 3px solid transparent;
  text-align: center;
}
.vertical-timeline-icon i {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px;
}
@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-icon {
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    font-size: 19px;
  }
  .center-orientation .vertical-timeline-icon i {
    margin-left: -12px;
    margin-top: -10px;
  }
  .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
    visibility: hidden;
  }
}
.vertical-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0;
  padding: 1em;
  cursor: pointer;
}

.vertical-timeline-content strong{
  color: #483132
}

.vertical-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.vertical-timeline-content h2 {
  font-weight: 400;
  margin-top: 4px;
}
.vertical-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.vertical-timeline-content .vertical-date {
  float: left;
  font-weight: 500;
}
.vertical-date small {
  color: #1ab394;
  font-weight: 400;
}
.vertical-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-right: 10px solid white;
}


.navbar-right .dropdown-menu{
	right: 0!important;
	left: auto;
}


@media only screen and (min-width: 768px) {


  .vertical-timeline-content h2 {
    font-size: 18px;
  }
  .vertical-timeline-content p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-content {
    margin-left: 0;
    padding: 0;
    width: 45%;
  }
  .center-orientation .vertical-timeline-content::before {
    top: 14px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .center-orientation .vertical-timeline-content .btn {
    float: left;
  }
  .center-orientation .vertical-timeline-content .vertical-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 2px;
    font-size: 14px;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
    float: right;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
    top: 14px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
    float: right;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
    visibility: hidden;
  }
}




/* TABLE_BOX */



.table-box-header{
  margin-top: 20px;
  text-align: center;
}

.table-box-header h4{
  font-size: 16px;
  color: #333;
  margin: 0;
  padding: 6px 0;
  text-transform: capitalize;
}

.flex-table{
  width: 100%;
}

.flex-table th, .flex-table td {
  text-align: left;
  padding: 8px;
  color: #333;
  font-weight: normal;
}

.flex-table tr:hover {
  background-color: rgba(181, 149, 106, .3) !important;
}

.sector-container{
  color: #777;
  display: block;
}

.filter-form{
	margin-top: 10px;
}

.navbar-default .navbar-toggle{
	border-color: #443232;
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: #443232;
}

@media screen and (max-width: 767px){
	.btn-mobile{
		display: block;
		width: 100%;
		background-color: #eee;
	}
	.btn-mobile:hover{
		background-color: #c7a37a;
		color: #fff !important;
	}
}

@media screen and (max-width: 768px) {

	.list-horizontal-flex li, .footer-country-list{
		display: inline-block;
		width: 100% !important;
	}

  .last-crags-box.crags-page .single-item.single-item-small, .last-crags-box.crags-page .single-item{
    width: 100%;
  }

  .home-marginer{
    margin-top: 600px;
  }

  .flex-table tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0.5em 0;
    border: 1px solid rgba(3,3,3,0.2);
  }
  .flex-table td, .flex-table th {
    flex: 1 1 150px;
    border: 0.5px solid rgba(3,3,3,0.2);
  }

}

.table-box-row{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px;
  border-top: 1px solid #ddd;
}

.flex-table tr:nth-child(even){
  background-color: #eee;
}


@media (min-width:768px){

  .home-marginer{
    margin-top: 350px;
  }

  .flex-table{
    background-color: #fff;
  }
  .table-box-header{
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .highlighted-elements .table-box{
    border:1px solid #483132;
  }

  .navbar-default .navbar-nav>li>a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #b5956a;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar-default .navbar-nav>li>a:hover:before{
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}


@media (max-width:1500px){
	.sticky-btn{
		position: absolute;
		right:0;
	}
}

@media (min-width:1500px){
	.sticky-btn{
		position: fixed;
		z-index: 99999;
		right: 0;
		width: 200px;
	}

	.sticky-btn>.btn-add{
		width: 100%;
	}
}



@media (min-width:992px){
	.list-horizontal-flex li, .footer-country-list{
		width: calc(100% / 4) !important;
	}
	.fake-row{
		margin-right: -15px;
		margin-left: -15px;
	}

  .home-marginer{
    margin-top: 40px;
  }

  .navbar-form .form-control{
    width: 300px;
  }

  .flex-end-col{
    display: flex;
    align-items: flex-end;
    margin-top: 0;
  }

  .highlighted-elements{
    background-position: left bottom;
  }

  .flex-table tr:nth-child(even){
    background-color: #f7f7f7;
  }

}

/* PANEL */
.panel-heading{
  padding: 10px 0;
}
.panel-heading h4{
  color: #443232;
  margin-top: 5px;
}


/* checked  */
.nav-pills > .active > a, .nav-pills > .active > a:hover {
  background-color:  #443232 !important;
  color: #fff;
}
.nav-pills > li > a {
  background-color: #777;
  color: #fff;
}
.nav-pills > li > a:hover {
  background-color: #aaa !important;
  text-decoration: none !important;
  color: #fff;
}

.nav-pills>li>a{
  border-radius: 0;
}

.dropdown-menu a {
  color: #333;
}
.dropdown-menu>li>a{
  line-height: 26px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #b5956a;
}
a.dropdown-toggle:hover{
  color:#b5956a;
}
a.dropdown-toggle.btn-default:hover{
  color:#333;
}
.help-block{
  color: #aaa;
}

.btn.focus, .btn:focus, .btn:hover{

  outline-color: inherit;
}



/* from bootstrap 2.x */

.carousel-fixed-height{
  max-height: 355px;
  overflow: hidden;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  padding: 10px 15px 5px;
  position: absolute;
  right: 0;
}
.carousel-caption .flag{
  margin-bottom: 2px;
}
/* no gradient background */
.carousel-control.left, .carousel-control.right{
  background: none;
}

.form-group .alert{
  margin-top:3px;
}


.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #fff;
}

.popover-content{color: #444;}
.popover-content a{color: #2F96B4;}

/* unchecked */

a.btn{font-weight: normal;text-decoration: none !important;}
.btn-min{min-width: 50px;}


.title2-right.badge{background-color: #483132;}
.badge:hover{text-decoration: none;}
.badge:focus{outline-color: transparent !important;}
.badge > a:hover{color:#ddd; text-decoration: none;}
.badge{font-weight:normal; color:#eee;}

.tooltip{z-index: 20000 !important;}
.ui-autocomplete{z-index:10000 !important;}




/***
* global tags
***/

/* checked */


body a{
  text-decoration: none;
  color:#483132;
}

body a:hover, body a:focus{
  text-decoration: underline;
  color:#b5956a;
}

/* img{max-width: 100%;} */


/* unchecked */
input[type="file"]{background-color: #ddd;}

hr{border-top: 1px solid #ccc;border-bottom: 0;}




/**
* MEDIA QUERY (mobile screens in vertical)
*/
@media screen and (max-width: 500px) {
  body {
    font-size: 12px;
  }
	.checkbox label, .radio label{
		line-height: 1.8em;
	}
  .footer .divider-vertical{
    margin: 5px 5px !important;
  }
  .footer .nav>li>a{
    padding:10px 5px !important;
  }
  #logo img{
    max-width: 250px;
  }
  .sb-toggle-left, .sb-toggle-right{
    width: 50px !important;
    margin-right: 5px !important;
  }
  .box1.padding{
    padding: 20px 30px !important;
  }
}


/************
slidebars
*************/



.sb-slidebar {
  background-color: #444;
  color: #e8e8e8;
}

/* Left slidebar */

.sb-slidebar.sb-left a{
  color: #ccc;
}
.sb-slidebar.sb-left a:hover{
  color: #fff;
}
.sb-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sb-menu li {
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sb-menu .sb-search{
  text-align: center;
  padding: 15px 25px;
}

.sb-menu li.first {
  border-top: none; /* Removes top border from first list item.. */
}

.sb-menu li a, .sb-menu li span {
  width: 100%; /* Makes links full width. */
  display: inline-block;
  padding: 1em; /* Creates an even padding the same size as your font. */
}
.sb-menu li span{
  color: #ccc;
}
.sb-menu li span:hover{
  color: #fff;
}


.sb-menu .sb-toggable{
  background-color: #4d4d4d;
}

.sb-menu li.indent-1 a{
  padding-left:17px;
}

.sb-menu li.indent-2 a{
  padding-left:30px;
}

.sb-menu .glyphicon{margin-right:7px;}


.sb-menu li a {
  border-left: 3px solid transparent;
}

.sb-slidebar.sb-left .sb-menu li a:hover {
  border-left: 3px solid; /* Removes transparent colour, so border colour will be the same as link hover colour. */
  color: rgb(255, 165, 0); /* orange links */
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1); /* Will lighten any background colour you set. */
}


.sb-menu .flag{margin-top:-4px; margin-right: 8px; }
.sb-menu .ico{padding-left: 35px !important; padding-top:7px; margin-right:5px;}
.sb-menu .ico-map { padding-left: 33px !important; background: url("/img/icons/map.png") no-repeat scroll 12px 5px transparent; }
.sb-menu .ico-report {background: url("/img/icons/report.png") no-repeat scroll 4px 1px transparent; }
.sb-menu .ico-video { background: url("/img/icons/video.png") no-repeat scroll 4px 1px transparent; }
.sb-menu .ico-pictures { background: url("/img/icons/pictures.gif") no-repeat scroll 8px 5px transparent; }


.ui-autocomplete .ico-map-bw {width:20px; background: url("/img/icons/map_black.png") no-repeat scroll 0px 0px transparent; display: inline-block;}
.ui-autocomplete .glyphicon-user{width:20px;top:3px;}
.ui-autocomplete .glyphicon-map-marker{width:20px;top:3px;}

/* Right slidebar */

.sb-right.sb-style-overlay {margin-top: 67px;z-index: 1030;}/* modal backdrop z-index is 1040 */

.sb-right-menu{
  list-style: none;
  padding: 0;
  margin: 0;
}
.sb-right-menu > li{
  width: 100%;
  padding: 20px 0px;
  margin: 0;
  text-align: center;
}




.sb-right-menu > li > .box1{margin:0px 10px;text-align: left;}
.sb-right-menu > li > .box1 a{text-decoration: underline;}

.sb-toggle-right {float: right;width: 58px; margin-right:10px; padding: 14px;}
.sb-toggle-right .glyphicon {color: #fff; font-size: 33px;}
.sb-toggle-left {float: left;padding: 18px  14px 14px;width: 58px;}
.sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {cursor: pointer;}
.navicon-line {
  background-color: #fff;
  border-radius: 1px;
  height: 4px;
  margin-bottom: 6px;
  width: 30px;
}

.sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {cursor: pointer;}


/* btn-inverse (from bootstrap 2.x)*/
.btn-inverse, .btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(center top , #555555, #222222);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
}

/** footer **/
footer{
  background-color: #483132;
  color: #fff;
  width: 100%;
  margin-top: 20px;
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}


footer a{
  color: #fff;
  text-decoration: none;
}
footer a:hover, footer a:active, footer a:focus{
  color: #b5956a;
}

/* miscellaneous UTILS */
.center {text-align: center !important;} /*eliminare*/
.tcenter {text-align: center !important;}
.tright {text-align: right !important;}
.tleft {text-align: left !important;}
.fright{float: right;}
.fleft{float: left;}
.clear{clear: both;}
.white{color:#eee;}
.gray{color:#aaa;}
.orange{color:rgb(255, 165, 0);}
.hide{display: none;}
.width-full{width: 100%;}
.big{font-size: 15px;}
.pointer{cursor: pointer;}
.underline{text-decoration: underline;}
.light-bg{background-color: #707A93;}

.error{color:orange; margin-bottom: 10px;}

.popover-inner.thumb{width:auto!important; }
.popover-inner.thumb .popover-content{padding:0!important}



#flash-message{position: absolute; display: none; top:50px;z-index:10000;}


.map{margin: 0;padding: 0;height: 370px; border:1px solid #ccc;}
.map img {max-width: none;}
.map .loading{background:url("/img/map_loading.gif") center center no-repeat;text-align:center;padding-top:45px;margin:15px auto;font-weight:bold}
.map #latlng-control{background:#fff;border:1px solid #000;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px; border-radius:5px;font-size:1.5em;padding:3px 6px;position:absolute; color: #333; font-size:16px; font-weight:bold;}


.badge-today, .badge-yesterday, .badge-recent, .badge-rps, .badge-mps, .badge-blocs, .badge-msg, .badge{border-radius: 0;}
.badge-today{background-color: #443232;}
.badge-yesterday, .badge-recent{background-color: #bb986e; color: #fff;}
.badge-recent{opacity:0.7; }
.badge.RP,.badge.OS,.badge.F{color:#eee; min-width: 80px; display: block; text-align: center; padding: 4px 8px;}
.badge-rps{background-color: #ef6a54;}
.badge-mps{background-color: #ba8a3e;}
.badge-blocs{background-color: #859d4c;}
.badge-msg{background-color: #a377bd;}

.badge-o7{opacity:0.7;}
.badge-o8{opacity:0.8;}
.badge-o9{opacity:0.9;}

.badge-rp-diff-rp, .badge-boa-diff-rp{background-color: #449d44; border-radius: 10px;}
.badge-rp-diff-os{background-color: #c9302c; border-radius: 10px;}
.badge-boa-diff-{background-color: transparent; color: #333;}
.badge-boa-diff-f, .badge-rp-diff-f{background-color: #f39c12; border-radius: 10px;}

.badge-mini{padding: 2px 6px; font-size:12px;border-radius: 10px;color:#fff;}


.badge-tag{background-color: #ccc;color: #555;margin-right:3px;}

.form-group .badge-tag{padding:6px 9px;cursor: pointer;font-size:14px;margin-bottom:4px;}
.form-group .badge-tag.selected{background-color:#10A9E6;color:#eee;}


.ico-duck{background: url("/img/icons/duck.png") no-repeat transparent;vertical-align:middle!important; width: 20px; height:20px;display: inline-block;}
.ico-duck-big{background: url("/img/icons/duck-big.png") no-repeat transparent;vertical-align:middle!important; width:30px; height:30px;display: inline-block;}
/* via javascript!
.table tr .ico-duck{visibility: hidden;}
*/
.table td:hover .ico-duck{visibility: visible !important;}


.form-group .checkbox-duck{margin-top:25px;}

.follow-link.on i{opacity:1;}
.follow-link.on:hover i{opacity:0.3;}
.follow-link.off i{opacity:0.3;}
.follow-link.off:hover i{opacity:1;}

.comment-tip{color: #999;font-family: monospace;font-size: 1em; cursor:help; position: relative;top: -3px;}

.rating-star{color:orange; font-size: 12px;}
.table .rating-star{border-top: 3px;}
.rating-star:hover{transform:translate(0px 10px);}

.fa-align{
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 2px;
	padding-right: 2px;
}

@-moz-document url-prefix() {
  .fa-align {
     padding-bottom: 8px;
  }
}


#breadcrumb{margin-bottom: 5px; margin-left:3px; margin-top: 20px;}
#breadcrumb div{display: inline;}

option[value="RP"],option[value="OS"],option[value="F"]{color: #ddd; height: 16px;}



.RP, option[value="RP"]{
  background-color: #27ae60;/*nephritis @flatuicolors.com*/
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.RP > span {color: #ddd; font-size: 11px;}
.OS, option[value="OS"] {
  background-color: #e74c3c;/*alizarin @flatuicolors.com*/
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.F, option[value="F"] {
  background-color: #f39c12;/*orange @flatuicolors.com*/
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.currently-loading {
  background-image: url("/img/loading.gif");
  background-repeat: no-repeat;
  background-position: center 120px;
  opacity:0.45;-moz-opacity:0.45;filter:alpha(opacity=45);
}

.picture img:first-of-type {border:2px solid #ccc; border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px; -o-border-radius:5px; display: block;margin: 0 auto;}
.picture .carousel-caption{border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px; -o-border-radius:5px;}

.picture .flag{display: inline !important; border:none!important; border-radius:0 !important;}

.picture .item:hover .carousel-caption{
  opacity: 0;
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
}
.picture .item .carousel-caption:hover{
  opacity: 1;
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
}



.flexbox-container{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.flexbox-container .item{
	width: 50%;
flex: auto;
height: 150px;
overflow: hidden;
}
.img-cover{
	object-fit: cover;
width: 100%;
height: 100%;
}

.separator-10 {
  height: 10px;
  clear: both;
}
.separator-20 {
  height: 20px;
  clear: both;
}
.separator-40 {
  height: 40px;
  clear: both;
}
.separator-80 {
  height: 80px;
  clear: both;
}

/* FALESIA */
  .transparent-bg{
    background-color: rgba(255, 255, 255, 0.8);
}

.transparent-bg #breadcrumb{
  margin-top: 10px;
}

.relative-row{
	position: relative;
	top:-68px;
}

.relative-row .transparent-bg{
	padding-bottom: 5px;
}

.form-footer{
  margin-top:30px;border-top:1px solid #ccc;padding-top:10px;padding-left:10.5%;
}

ul.nav-user-panel{margin-bottom: 20px;}
ul.nav-user-panel li > a{margin-right:5px;margin-top:5px; }

ul.nearby-crags {margin: 5px;  padding: 0px; display: flex; flex-wrap:wrap;}
ul.nearby-crags > li {width: 32%; padding-left:5px; margin:4px 0;}
ul.nearby-crags > li small{font-size: 10px;}

.list-labels{padding-left: 15px !important;padding-right: 15px !important;}
.list-labels li{line-height: 25px;}
.list-labels label{display:inline; margin-right:5px; }
.list-labels .badge{display:inline!important}
.list-labels .half{width: 48%;float:left;}

.avatar-hold.media .media-body{
  width: auto !important;
  padding-top: 10px;
}

.usr-avatar{
  position: relative;
}
.usr-avatar a:hover{
  text-decoration: none!important;
}

.flag.custflag{
  position: absolute;
  bottom:0;
}

.inline-avatar-img{
  width: 45px;
  height: 45px;
  background-size: cover;
  display: block;
}

.flex-container{
  display: flex;
  justify:center;
  flex-wrap: wrap;
}

.flex-small .avatar-user{
    width: 30% !important;
}

.summary-box{
	padding-bottom: 20px;
}

.summary-table>tbody>tr>td{
	padding: 5px;
	line-height: 1.42857143;
	vertical-align: middle;
}

.summary-table>tbody>tr>td a{
	color: #fff;
}

.avatar-user{
  width: 215px;
  margin-top: 0 !important;
  margin: 0 5px 20px;
  background-color: #eee;
}

.avatar-user .media-body{
  padding: 2px 0 0;
}

.avatar-user .media-body p{
  color: #777;
}

.avatar-user .media-body a{
  color:#443232 !important;
  font-weight: 700;
}

.avatar-user:hover{
  background-color: rgba(181, 149, 106, .3);
}

.avatar-user p, .avatar-user h4{
  margin: 0;
  font-size: 14px;
}

.avatar{float:left; margin:5px 10px 0 5px;}
.avatar span{display:block; border: 1px solid #ccc; width:45px; height:45px;background-position:center center; background-repeat:no-repeat; background-size: cover;}
.avatar .map-60{border: 2px solid #ccc; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius:5px; border-radius: 5px;  width:60px; height:60px;}
.avatar a, .avatar a:hover{text-decoration:none!important;}

.likes{margin-bottom:-8px;}
.likes:hover{opacity:0.2;}
.no-likes{opacity:0.2;margin-bottom:-8px;}
.no-likes:hover{opacity:1.0;}

.title1{
  margin-bottom: 20px;
  margin-top:20px;
  padding-bottom: 6px;
  border-bottom: 1px solid #483132;
  color: #483132;
}
.title1 h1 {font-weight: normal; display: inline; font-size: 1.5em; }
.title1 h1 .comment-tip{top: -10px; font-size:12px; font-family: inherit;}
.title1 img{vertical-align: baseline !important;}
.title1 .button{float: right; margin-top: 0px;}
.title1 .gray-note.pull-right {margin-top:-8px;}
.title1 > .badge{vertical-align: 6px; padding: 5px 10px; }

.search-result-page .title2{
  margin-top: 20px;
}

.margin-top-bottom{
  margin-top: 20px;
  margin-bottom: 20px;
}

.title2 {
  border-bottom: 1px solid #483132;
  color: #483132;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom:5px;
  padding-bottom:5px;
  position:relative;
  margin-top:0;
}
.title2.logup > span {color:#bb986e;}/*logup page...*/
.title2 > small {font-size:14px;color:#aaa;}
.title2 > .glyphicon{vertical-align: baseline;}
.title2 > .title2-right{position:absolute;right:0; font-weight: normal; font-size: 13px;}
.title2 > .title2-right.title-align{top:15px;}
.title2 > .button{float: right; margin-top: -10px; }
.title2 strong{color: #bb986e;}
.title2 .btn.pull-right{margin-top:-8px;}
.title2 .dropdown-toggle{text-decoration: none;}
.title2 .dropdown-menu a{font-size:13px !important;}

.title3 > h2{
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  margin-bottom:10px;
}
.title3 > h2 > span {font-weight: bold;}

.box1{
  margin-bottom: 20px;
  min-height: 20px;
  padding: 20px 10px;
}

.box1.padding{padding: 30px 90px;}
.box1.form-padding{padding: 20px;}
.box1.gray-note{background-color:#eee; padding: 10px 30px;}

.title4 {
  border-bottom: 1px dotted #aaa;
  font-size: 14px;
  font-weight: bold;
  margin: 5px;
  line-height: 30px;
}



.control-label .help{cursor:pointer; margin-right:-13px; margin-top:1px;}


.login form input[name=security]{width: 45%}
.login form .captcha{margin-top: 20px;float: right;}
.login form input[type=text], .login form input[type=password], .login form select{ height:45px; font-size: 22px;}
.login .title2{margin:10px 0 20px;}
.login .buttons {margin-top:45px;}
.login .bottom {margin-top:20px; border-top: 1px solid #ccc; padding-top:20px; text-align: right;}
.login .buttons > .forgot{float: right;}

.policy-text {margin-top:20px; margin-bottom:20px}
.policy-text li{font-size: 14px; line-height: 25px;margin-bottom:10px;}

.join-us{
  background-color: #eee;
  padding: 8px;
}


.register-info{padding-bottom:15px;}
.register-info:first-of-type{border-bottom: 1px solid #ccc;}
.register-info > li {margin-top: 10px;  line-height: 20px;}
.register-info .glyphicon{margin-top: 3px;}
.register-info a{text-decoration: underline; font-weight: normal;}

.nav-pills > li.disabled {opacity:0.5;}
.nav-pills > li.disabled a:hover{background-color: #550000; cursor:not-allowed;}

/*.nav-pills-home{margin-bottom:8px;}*/

#___plusone_0{vertical-align: top !important;}


/* ticker */
.ticker{margin-bottom: 18px;}
.ticker ul{margin:0;padding:0;list-style: none;}

.ticker li {
  border-bottom: 1px solid #999999;
  padding: 10px;
  margin: 0px;
  cursor: pointer;
}
.ticker li:hover {background-color: #606A83;}
.ticker li strong {color:#fafafa;}
.ticker li b {color:#cdcdcd;}

.commnents .media{
  position: relative;
  overflow: visible;
}

.comment.media-body{
  background:#eee;
  padding: 8px;
  overflow: visible;
  position: relative;
}

.comment.media-body:before{

  border-color: transparent;
  border-right-color: white;
  content: '';
  position: absolute;
  z-index: 999;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-right: 10px solid #eee
}

textarea{resize: vertical;}

.comments{margin-top:10px; }

.comments li {padding-bottom: 20px;}
.comments > li:last-of-type{border-bottom:none;}
.comments > li .date{text-align: right; display: block!important; margin-top:10px; clear: left;}
.comments > li form{padding-left:5px;}
.comments > li textarea{margin-top:10px;}
.comments .comment p:first-of-type{display: inline;}
.comments .comment a{font-weight: normal;text-decoration: none;}
.comments .comment a.solid{font-weight: bold;text-decoration: none;}
.comments .comment ul {list-style: none;}

/* route page variations*/
.comments .badge {display: inline;}
.comments .ascent {cursor: pointer; padding:10px;}
.comments .ascent:hover {background-color:  #eee}

.conversations li {cursor: pointer;padding:2px 5px 4px; margin-bottom: 0px !important;}
.conversations li h2{line-height: 18px; font-size: 13px;}
.conversations li h2 span{color: #eee;}
.conversations li:hover{background-color:  rgba(181, 149, 106, .3);}
.conversations .counter{float: right; margin-top:5px; font-size: 16px; color: #ddd; text-shadow: #222 0.1em 0.1em 0.2em; padding:2px 10px 6px;}
.conversations li:hover .counter{background-color: #cdd; color:#eff; text-shadow: #000 0.1em 0.1em 0.2em;}
/*
.rating-box{padding: 5px; background-color: #eee; -moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
*/

.rating-control.form-control{float:left; width: auto;}


/* CARD */
.card{float: left;
  width: 200px;
  height: 80px;
  background-color: #fff;
  margin:5px;

}
.card > .wrap {margin-left:5px; margin-top:5px;}
.card > .wrap-text {padding-top:5px;overflow:hidden;}
.card > .wrap-text .small{font-size:10px;}


.card .mask{
  height:25px;
  width:100%;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  background-color:#000;
  opacity:0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px;border-radius: 0 0 10px 10px;
}
.card .mask p{text-align:center; padding-top:4px;}
.card:hover .mask {opacity:0.5;}
.card .mask:hover{opacity:0.7;}
.card.card-add{border: 3px dashed #443232;text-align: center;}
.card.card-add:hover{border: 3px dashed #bb986e;}
.card.card-add .glyphicon {font-size: 30px;margin-top: 5px;}

.draggable img{cursor:move;}
.card.ui-draggable-dragging{box-shadow: 2px 2px 12px 5px #CCC;}
#droppable.dashed{border:2px dashed #eee;}

/*
#droppable .card{box-shadow: 2px 2px 12px 5px #CCC !important;float: none;margin: 15px auto 5px;}
*/
.card.picture{width: 80px; height:65px; padding:8px 15px;position:relative;overflow: hidden;}
.card.picture .caption{
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  bottom: 0;
  left: 0;
  padding: 3px 5px;
  position: absolute;
  right: 0;
  font-size:9px;

  -moz-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}
.card.picture .caption[data-toggle="modal"]{cursor: pointer;font-weight: bold;color:#fff;}
.card.picture .caption[data-toggle="modal"] .icon-edit{font-size:12px; margin-top:3px;}
.card.picture:hover .caption{
  background-color: rgba(0,0,0, 1);
  color:#fff;
}

.picture .badge{box-shadow: none;}
.picture h4{margin-top: 5px; margin-bottom:5px; overflow: hidden;}

.card.picture .icon-edit{cursor:pointer;}

/*intro page*/
.intro, .intro a{
	color: #fff;
}
.intro .box1{
  padding: 50px;
  margin-top:20px;
  background-color: #000;
  opacity:0.85;

}
.intro ul li{padding-left: 8px; font-weight: normal; font-size: 20px; line-height:30px; }
.intro ul a img{margin-right:15px;}

.intro:hover .box1 a{
  opacity: 1;
}


/* Tables */
.table{margin-top:3px; border:0;}
.table.table-border-top{border-top: 1px solid #ccc;}
.table th{
  background-color: #ccc;
  color:#555;
  font-weight: normal;
  border-bottom:none !important;
  border-right:1px solid #aaa;
}

.table tr > td{border-top: none !important;}/* overriding bootstrap*/

.table th a{color:#555; font-weight:normal; text-decoration: underline;}
.table td { border-right: none; border-bottom: none; border-left: none;border-top:none;}
.table tbody tr:hover td, .table tbody tr.highlight td{background-color:  rgba(181, 149, 106, .3);}

/* some table elements */
.table .sector{display: block; font-style: italic; font-size: 12px; margin:0;font-weight:normal;color:#aaa;}
.table a.sector{color:#ccc;text-decoration: underline;}
.table td.comment{width: 20%; font-style: italic; font-size: 12px;}
.table .mp-grade{min-width: 80px;}
.table .mp-grade ul{margin-left:10px;}
.mp-grade i{margin-top:1px; cursor:help !important;}



/* tablesorter */
.tablesorter thead th {
  background-image: url('/img/tablesorter/bg.gif');
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}


.tablesorter thead tr .headerSortUp {background-image: url('/img/tablesorter/asc.gif');}
.tablesorter thead tr .headerSortDown {background-image: url('/img/tablesorter/desc.gif');}
.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {background-color: #ddd;}

.text-warning{
  color: #f39c12;
}

.text-danger{
  color: #e74c3c;
}

.text-success{
  color: #27ae60;
}

/* GRID*/
.table-grid{border-width: 1px 0; margin-bottom: 30px; }
.table-grid tr{cursor: pointer;}
.table-grid td, .table-grid th{text-align: center; padding:8px 2px !important; }
.table-grid .bar{width: 50%;}
.table-grid thead tr th{
  background-color: transparent;
  padding: 10px!important;
  font-weight: bold;
  border:0
}

.table-grid thead tr th:first-child, .table-grid tbody tr td:first-child{
  border-right: 1px solid #ddd;
}


.table-grid .bar > span{
  background-color: #443232;
  color:#fff;
  width:1%;
  float: left;
  transition:width 2s;
  -moz-transition:width 2s; /* Firefox 4 */
  -webkit-transition:width 2s; /* Safari and Chrome */
  -o-transition:width 2s; /* Opera */

}
.table-grid tr:hover .bar > span{
  background-color: #bb986e;
}


.table-grid th{background-color: #ccc;color:#555; font-weight: normal;}
.table-grid .badge{padding:4px 4px !important; width: auto !important;}


/*HOME*/
.claim-home{margin-top: 77px;}
.claim-home h1{color: #fff; text-shadow: 1px 1px 1px #000; font-size: 20px; text-transform: uppercase; margin-top: 10px;}
.claim-home img{width: 300px; background-color: rgba(255,255,255, .7); padding: 20px;}
.home-latest{margin-bottom: 10px;}
.home-latest .box1{margin:10px 0 !important; min-height: 230px;}

.home-latest h2{font-size: 13px;line-height: 20px;font-weight: bold;border-bottom: 1px solid #CCC; }
.home-latest h2 > .pull-right{margin-right:15px; font-weight: normal;}

.home-latest .carousel .item .inner{height: 200px;}
.home-latest .carousel .item .background-picture{ display: block; background:no-repeat center center;}
.home-latest .carousel .item .scrollable{overflow-y:scroll;}

.home-latest .carousel .item h2{font-size: 15px;line-height: 30px;font-weight: bold;border: none;margin:5px;padding: 0px 8px;text-align: center;}
.home-latest .carousel .item h2 a{text-decoration: underline;}
.home-latest .carousel .item h2 .glyphicon{margin-top:1px;}

.home-latest .carousel .item #report-content{padding: 10px !important;}
.home-latest .carousel .item #report-content img{margin-top:0px;}
.home-latest .carousel .item #report-content h3{display: inline;}
.home-latest .carousel .item #report-content p{font-size:13px;}



.modal-header .subtitle{color:#888;}
.modal-header .subtitle a{color:#aaa; font-weight: bold; text-decoration: underline;}
.modal-body.text{padding: 10px 20px;}
.modal-body.text a{text-decoration: underline;}
.modal-body.text p{margin-bottom:15px;}

.table-mp-grades{margin:20px 0; border-bottom:2px solid #ccc;}
.table-mp-grades td{padding:5px 10px;}
.table-mp-grades .first{text-align: center; font-weight: bold; color:#483132;}
.table-mp-grades tr.even{background-color: #eee;}
.info-box-container{
	padding: 0 10px 10px;
	background-color: rgba(255,255,255, .9);
}

.info-box-container ul{
	padding: 0;
	margin: 0;
}
.info-box-container ul li{
	padding-bottom: 15px;
}

.article-container, .picture-container, .video-container{
  margin-top: 20px;
}

.article-container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.article-flex{
  width: 100%;
}

@media only screen and (min-width: 1170px){
  .article-flex{
    width: 50%;
  }
}



.article-flex .thumbnail{
  margin: 8px !important;
}


.masonry--h{
  flex-flow: row wrap;
  margin-left: -8px;
  /* Adjustment for the gutter */
  counter-reset: brick;
}

.masonry{
  display: flex;
}

.masonry-brick{
  overflow: hidden;
  margin: 0 0 8px 8px;
  /* Some Gutter */
  background-color: #333;
  color: white;
  position: relative;
}

.masonry-brick--h{
  flex: auto;
  height: 250px;
  min-width: 150px;
}

.masonry-brick--h a:first-child{
  height: 100%;
  display: block;
}

.masonry-img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  max-width: 100%;
}


.masonry-brick:nth-child(4n+1){
  width: 250px;
}
.masonry-brick:nth-child(4n+2){
  width: 325px;
}
.masonry-brick:nth-child(4n+3){
  width: 180px;
}
.masonry-brick:nth-child(4n+4){
  width: 380px;
}


.article-container img{
  max-width: inherit;
}

.picture-container .additional-info{
  position: absolute;
  width: 100%;
  padding: 8px;
  background-color: rgba(0,0,0, .7);
  bottom:-70px;
  transition: all .35s;

}

.picture-container .additional-info a{
  color: #fff !important;
}


.masonry-brick.masonry-brick--h:hover .additional-info {
  bottom: 0;
}

/*thumbnail*/

.report-container .thumbnail{
	min-height: 100px;
}

.report-container .thumbnail .media-object{
	height: 90px;
}

.media-body.caption{
  padding: 0;
}

.thumbnails-mini li{width:43%;float:left;margin-left:4%;}
.thumbnail {
  background-color: #fff;
  font-weight:normal !important;
  min-height:185px;
  padding:10px;
  border-radius: 0;
}

.thumbnail:hover {
  /* background-color: rgba(181, 149, 106, .3); */
  color:#483132 !important;
  text-decoration:none !important;
}

.thumbnail .caption{color: #666;}
.thumbnail .caption h5{margin-top:0;}
.thumbnail .caption p{
  color: #777 !important;
  font-size: 13px;
  margin-bottom: 10px;
}
.thumbnail .caption .time{
  position: absolute;
  bottom: 25px;
  right: 25px;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover, .thumbnail:hover > img{
  border-color: #483132;
}


.thumbnail > img, .thumbnail > a > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0;
  max-height: 130px;
  border: 2px solid #ccc;
}

.thumbnail:hover .caption{
  color: #483132;
}




.fb-share-button{float:right;margin-top:18px;}



/*Bootstrap-Image-Gallery*/
.modal-image {border: 2px solid #CCC; -moz-border-radius:10px;-webkit-border-radius:10px;-o-border-radius:10px;border-radius:10px;}
.modal-caption{display:block; color:#777;}
.modal-title{line-height: 18px;}
#report-description{margin-top: 10px;}
#report-description p{padding:0 !important; margin: 0; font-size:17px;}
#report-content{padding:25px 0!important;}
#report-content p, #report-content li{font-size:15px; line-height: 20px;}
#report-content h2{font-family: sans-serif; text-transform:uppercase; text-decoration: underline;}
#report-content .right{float: right;}/** content of  DB **/
#report-content .picture{border: 1px solid rgb(204, 204, 204);margin: 10px;}
#report-content .picture:hover {border-color: #eee;}
#report-content .glyphicon{margin-top:4px;}



.video-embed{text-align: center; padding:50px 0;}
.video-text{padding:30px;}
.video-text .video-logo{margin:5px 10px;border:3px solid #ccc; -moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;border-radius:5px;}


.page-error{
  margin: 100px 200px;
  padding:20px;
  box-shadow: 0px 0px 20px 15px #404A63;
}

.error-404-title{
	color: #fff;
	text-shadow: 2px 3px 6px #000;
}

.error-404-title p{
	font-size: 3em;
	text-transform: uppercase;
	margin-bottom: 3px;
	margin-top: 50px;
}

.error-404-title h1{
	font-size: 12em;
}

.log .error{color:#e66;}
.log .info{color:#99e;}
.log .strong{font-weight: bold;}



.season{width: 100%;}

.season td {width: 8%;text-align:center;}

.season tr.bars td{vertical-align:bottom;}
.season tr.months td{font-weight: bold;}

.season td .bar{
  width:97%;
  float:left;
  color: #fff;
  background-color: #443232;
  height: 1px;
  transition: height 2s;
  -moz-transition: height 2s; /* Firefox 4 */
  -webkit-transition: height 2s; /* Safari and Chrome */
  -o-transition: height 2s; /* Opera */
  cursor: pointer;
}
.season td:hover .bar{
  background-color: #bb986e;
  color: #fff;
}


#home-floating-box {
  clear: both;
  display: block;
  height: auto;
  overflow: hidden;
  width: auto;
  z-index: 9000;
  width: 370px;
  position: fixed;right:10px; bottom: 10px;
}
#home-floating-box .modal-body{padding:15px 25px;}
#home-floating-box .modal-body a{color: #333; text-decoration: underline;}
#home-floating-box small{color:#bbb;display: block;margin-top: 10px;color:#777;}
#home-floating-box p{margin-bottom: 0px;}
#home-floating-box input[type=text]{border: 1px solid #888;}
.modal-checkin{
  background:#fff;
  color:#333;
  -moz-border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  border-radius: 4px!important;
}

.boa-flash{color:rgb(255, 200, 50); vertical-align: 0px;}

/*HARDSOFT ICONS*/
/*dropdown*/
.hs-black{padding-left:35px;background:url('/img/hardsoft2.png') no-repeat; }
.hs-black.hs-black-1{background-position:-35px 2px;}
.hs-black.hs-black-2{background-position:-35px -18px;}
.hs-black.hs-black0{background-position: -35px -87px;}
.hs-black.hs-black1{background-position:-35px -40px;}
.hs-black.hs-black2{background-position:-35px -64px;}
/*white icons*/
.hs-white {
  width: 20px;
  height: 14px;
  display: inline-block;
  background-image: url('/img/hardsoft2.png');
}
.hs-white.hs-white-1 {background-position:0px 1px;}
.hs-white.hs-white-2 {background-position:0px -29px;}
.hs-white.hs-white1 {background-position:0px -14px;}
.hs-white.hs-white2 {background-position:0px -45px;}


.geo-footer{margin-bottom: 40px;}
.geo-footer img{vertical-align: baseline;}
.geo-footer a{font-weight: normal;}
.geo-footer h3{margin-bottom: 8px; border-bottom: 1px dotted #ccc;}
.geo-footer h3 .flag{vertical-align: 2px;}


.list-horizontal-flex, .geo-footer-flex-container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
}

.list-horizontal-flex li, .footer-country-list{
	display: inline-block;
	width: calc(100% / 2);
}

.list-horizontal-flex li:first-child{
	padding-left: 0;
}


.delete-account p{font-size: 16px; margin: 15px 0;}
.delete-account ul{margin: 30px 0px; }
.delete-account ul li{margin: 20px 0;font-size: 16px; line-height: 22px;}

.delete-account .icon-plus-sign{color:#fff;}
.delete-account .box2{
  padding: 10px;
  background-color: #707A93;
  margin:10px 0 10px 27px;
}



/**
*   CALENDAR
**/



.calendar-header{padding:0px 5px;}
.calendar-header h1{padding:0px 40px 5px 40px; display:inline;font-weight: normal;font-size: 30px;margin-right: 5px; background:url('/img/icons/calendar.png')no-repeat scroll 0px 0px transparent; }
.calendar-header .btn-group{margin-top: 6px;}

.table.calendar{table-layout: fixed;border-collapse: separate;border-spacing: 5px;}
.table.calendar td{width:100px; border: 1px solid #707A93 !important;padding:0; -moz-border-radius: 4px!important; -webkit-border-radius: 4px!important;border-radius: 4px!important;}
.table.calendar td .cell{position:relative;height: 100%; min-height:70px;}
.table.calendar td p{text-align: center; clear: both; }

.table.calendar td.today{background-color: #606a83!important; border-color:#eee;}
.table.calendar td.future{opacity:0.3;}
.table.calendar tr:hover td{background-color: inherit;}
.table.calendar td:hover{background-color:#606a83!important; border-color:#ccc !important;-webkit-box-shadow: 0 0 5px 5px #888888;-moz-box-shadow: 0 0 5px 5px #888888;box-shadow: 0 0 5px 5px #888888;}
.table.calendar td.future:hover{cursor:default;}


.table.calendar .day{float:right;color:#bbb;margin-top:3px;margin-right:5px;}
.table.calendar th{
  text-align: right;
  background-color: #49afcd;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color:#fff;
}

.table.calendar th.we{
  background-color: #faa732;
}


.table.calendar td .mask{
  height:25px;
  width:100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color:#000;
  opacity:0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-border-radius: 4px!important; -webkit-border-radius: 4px!important;border-radius: 4px!important;
}
.table.calendar td:hover .mask {opacity:0.5;}
.table.calendar td .mask .info{display:none;margin-top:3px;margin-left:5px;}
.table.calendar td:hover .mask .info{display: block;}


/* calendar modals */
.modal-escalibur .modal-content{
  background-color: #fff; color:#333;
}
.modal-escalibur .modal-header{
  color: #222;
  background-color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-escalibur .modal-header-roa{background-color: #ef6a54;}
.modal-escalibur .modal-header-mua{background-color: #ba8a3e;}
.modal-escalibur .modal-header-boa{background-color: #859d4c;}



.card.weather{width: 47%;height: 100px; margin: 0 5px 5px; background-color: #f8f7f7;}
.card.weather .wrap{margin-top:0px;}
.card.weather .comment{color:#bbb;margin-top:40px;font-size: 11px;}
.card.weather table{width: 75%;margin: 0 auto;	}
.card.weather table td{text-align: center;}


.card.weather-mini:first-of-type{
  height: 210px;
}
.card.weather h2{
  margin-top: 0px; margin-bottom: 0px; font-size: 24px;
}

.card.weather-full{
  height:120px;
}

.card.weather-full:first-of-type{
  width:96%;
}
