
html,
body {
    height: 100%;
}

body {
  /*padding-top: 250px;  Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  font-family: 'Montserrat', sans-serif;
  background-color: #232339;
  color:white;
}

.barranl {
  height:54px;
  background-color: rgba(227, 227, 227, 0.68);
  position:fixed;
  bottom:58px;
  width:100%;
  margin:0;
  color:#000;
  text-align: right;
  padding:10px 6px 6px 6px;
  z-index: 9;
}

.barranlh {
  height:54px;
  background-color: rgba(227, 227, 227, 0.68);
  position:fixed;
  bottom:58px;
  width:100%;
  margin:0;
  color:#000;
  text-align: right;
  padding:10px 6px 6px 6px;
  z-index: 9;
}

.barranl span {
  display: inline-block;
  padding-top: 8px;
}

.barranlh span {
  display: inline-block;
  padding-top: 8px;
}

@media (max-width: 769px){

  .barranl {
    height:54px;
    background-color: rgba(227, 227, 227, 0.68);
    width:100%;
    margin:0;
    color:#000;
    text-align: right;
    padding:10px 6px 6px 6px;
    z-index: 9;
    position:relative;
    bottom:0px;
  }

  .barranlh {
    height:54px;
    background-color: rgba(227, 227, 227, 0.68);
    width:100%;
    margin:0;
    color:#000;
    text-align: right;
    padding:10px 6px 6px 6px;
    z-index: 9;
    position:fixed;
    bottom:58px;
  }

}



.supcapt {
  position: absolute;
  text-align:center;
  width:100%;
  margin:10px auto;
  font-weight:900;
  padding:6px;
  top:130px;
  z-index: 9999;
  font-size:36px;
  color: white;
  background-color: rgb(100,100,150,0.30);
  text-shadow:
   -2px -2px 0 #000,
    1px -1px 0 #000,
    -2px 2px 0 #000,
     1px 1px 0 #000;
}

.nohome {
  padding-top: 18px;
  padding-bottom: 130px;
}

.tophead {
  background-color: #eeeeee;
  /*background-image: linear-gradient(to top, #fbf0cf, #e6b300);
  background-image: linear-gradient(to top, #eeeeee, #eeeeee);*/
  opacity: 1;
	filter: alpha(opacity=100);
  width:100%;
  height:148px;
}

.top-header-logo {
  width:4%;
  margin: 1px auto;
  padding:14px 0 0 0;
}

.list-name {
  font-size:1.2em;
  color:white;
}

.list-link,.linkrel {
  font-size:1em;
  color:white;
}

a {
  font-family: 'Montserrat', sans-serif;
	font-size:15px;
  font-weight:300;
  letter-spacing: 1.4px;
  color:#000000;
  padding-top: 6px;
}

img:hover {
  opacity: 0.94;
	filter: alpha(opacity=94);
}

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

.ageo {
  display:inline !important;
  padding: 2px 5px !important;
  font-size:12px !important;
}

.riga {
  border-top:1px dotted #fff;
}

.titolone {
  line-height: 1;
  padding:5px 0 0 0;
  letter-spacing:7px;
  font-size:42px;
  color:#000;
}

.sottotitolone {
  padding:0 0 8px 0;
  letter-spacing:2px;
  font-size:18px;
  color:#000;
}

/* CAROUSEL SLIDER */

header.carousel {
    height: 100%;

}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: top;
    background-size: cover;
}

.fsmallsli {
  width: 50%;
  min-height: 300px;
  background-position: top;
  background-size: cover;
  float:left;
}

.carousel-caption {
  bottom: 15px;
  left: 68%;
  width: 20%;
  /*z-index:9;*/
}

.smallslicap-r {
  text-align: center;
  padding-top: 20%;
  /*z-index:9;*/
}

.smallslicap-r a, .smallslicap-l a {
  font-size:1.3em;
}

.smallslicap-l {
  text-align: center;
  padding-top: 20%;
  /*z-index:9;*/
}

.nobg {
	background:none;
}

.carousel-caption>.btn {
	margin-top:12px;
}

.carousel-indicators {
	/*margin:24px 0px*/
}


.carousel-indicators li {
	margin:0px 3px;
}

.carousel-indicators .active {
	margin:0px 3px;
}

.carousel-control {
  /*z-index:8;*/
}

.carousel {
	margin-bottom:12px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        height: auto;
        width: 100%;
        line-height: 1;
    }

/*Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  /*z-index:1;*/
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* FINE CAROUSEL */

/* BOX DELLE LISTE DELLE OPERE */

.boxopere {
  margin-bottom:32px;
  padding:0px 12px 12px 12px;
  display:table;
}

.opera {
  height:424px;
  width:100%;
  display:table-cell;
    vertical-align:middle;
    float:none;
  background-color: #ebebeb;
  padding:18px 18px 12px 18px;
  border-bottom:1px solid #232339;
}


.img-opera {
  width:auto;
  max-height: 390px;
  margin:0 auto;
}

.txtopera {
  height:75px; display:table-row;float:none;
  background-color: #ebebeb;
  padding:6px 4px 8px 4px;
  color:#232339;
  font-size:1.1em;
}

.boxopera_link {
  color:#232339;
  font-size:1.1em;
}

#zomm {
  cursor: pointer;
  color:#888;
  font-weight:bold;
  vertical-align:middle;
}

#unzomm {
  cursor: pointer;
  color:#23a309;
  font-weight:bold;
  vertical-align:middle;
}

#zomm:hover, #unzomm:hover {
  color: #d98f00;
}

.myexpand {
  font-size: 12px !important;
  font-weight: 300;
  letter-spacing: 1px;
  color: #888;
  vertical-align: middle;
}

.myexpand:hover {
  color: #d98f00;
}

.sold_up {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 98%;
  width: 25px;
  bottom: 14px;
  right: 6px;
}

.sold {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 12%;
  width: 18%;
  bottom: 8px;
  right: 2px;
  /*
  height: 8%;
  width: 8%;
  bottom:-4px;
  right:0px;
  */
}

.soldd {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 8%;
  width: 8%;
  bottom:0px;
  right:0px;
}


.fancybox-caption {
  border:none !important;
}

.ico_social {
  position:absolute;
  top:22px;
  right:18px;
  padding:0;
  margin:0;
  width:110px;
  height:42px;
  /*z-index:999;*/
}

.ico_connect {


}

.session_box_txt {
  text-align:center;
  padding:4px 0px;
}

.ico_msger {
  fill:currentColor;
  width:76%;
  padding-top:2px;

}

.ico_social_img {
  margin:0 4px;
}

.ico_social_img:hover {
  opacity: 0.88;
}


/* CALENDAR */
.nowe {
  background-color:#eee;
  display:block;
  width:100%;
  height:100%;
}

.caldaysel {
  cursor: pointer;
}

.artistcol {
  min-height:530px;
  border-right:1px dotted #eee;
}
/* MEDIA QUERIES */

/* top header sui cell... */
@media (max-width: 1081px){
  .mysepabc {
    color:#232339;
  }

  .list-name {
    font-size:1.1em;
  }

  .artistcol {
    min-height:10px;
    border-right:1px dotted #eee;
  }
  .titolone {
    line-height: 1;
    padding:5px 0 0 0;
    letter-spacing:5px;
    font-size:34px;
    color:#000;
  }

  .sottotitolone {
    padding:0 0 7px 0;
    letter-spacing:2px;
    font-size:16px;
    color:#000;
  }
}

/* top header sui cell... */
@media (max-width: 769px){

  .img-opera {
    width:100%;
    max-height: none;
    margin:0 auto;
  }

  .sold {
    height: 15%;
    width: 15%;
    bottom: 0px;
    right: 8px;
  }

}

.dropdown-menu>li>a {
  text-transform: capitalize;
  color:#6e6c64;
  font-size: 15px;
}

.navbar-nav>li>.dropdown-menu {
  background-color: rgba(223, 223, 223, 0.93);
  opacity: 1;
  border-bottom-left-radius: 9;
  border-bottom-right-radius: 9;
}

.mybtnbook {
  width:49% !important;
}

.red {
  color:#cc0000;
}

@media (min-width: 768px){
    .navbar-nav{
        float:none;
        margin: 0 auto 0 auto;
        display: table;
        table-layout: fixed;
    }
}

/* HEADER */
.navbar-brand img.lungo {
	display:block;
}

.navbar-brand img.corto {
	display:none;
}

.mycoloph {
  margin:10px auto;
  text-align: center;
  font-size: 24px;
  color:#654d42;
}

/* VARI STILI ASPETTO */

.img-hover:hover {
    opacity: 0.8;
}

.img-full {
    width: 100%;
}

.titolo_grid {
  text-align:center;
  padding:5px auto;
  font-size:18px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight:300;
  letter-spacing: 1.5px;
}

/* ANIMAZIONI SULL'HEADER */

.navbar-fixed-top-s {
	height:30px;
	padding-top         : 0px !important;
    padding-bottom      : 0px !important;
	min-height			: 29px !important;
    -webkit-transition  : all ease-in-out 0.70s;
    -moz-transition     : all ease-in-out 0.70s;
    -o-transition       : all ease-in-out 0.70s;
    -ms-transition      : all ease-in-out 0.70s;
    transition          : all ease-in-out 0.70s;
}

.navbar-fixed-top-a {
	height:29px;
	padding-top         : 4px !important;
    padding-bottom      : 0px !important;
	min-height			: 29px !important;
    -webkit-transition  : all ease-in-out 0.70s;
    -moz-transition     : all ease-in-out 0.70s;
    -o-transition       : all ease-in-out 0.70s;
    -ms-transition      : all ease-in-out 0.70s;
    transition          : all ease-in-out 0.70s;
}

.navbar-brand-s {
    float: left;
    height: 29px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
	-webkit-transition  : all ease-in-out 0.70s;
    -moz-transition     : all ease-in-out 0.70s;
    -o-transition       : all ease-in-out 0.70s;
    -ms-transition      : all ease-in-out 0.70s;
    transition          : all ease-in-out 0.70s;
}

.lungos {
	width:97px;
	height:29px;
	-webkit-transition  : all ease-in-out 0.70s;
    -moz-transition     : all ease-in-out 0.70s;
    -o-transition       : all ease-in-out 0.70s;
    -ms-transition      : all ease-in-out 0.70s;
    transition          : all ease-in-out 0.70s;
}

/* FINE ANIMAZIONI SULL'HEADER */



/* NAVBAR */

.navbar-brand {
	padding:0px;
  position:fixed;
  left:0px;
}

.nav>li>a {
	padding:6px 18px 6px 18px;
	color:#000000;
  text-transform: uppercase;
}

.instalogo {
  padding:0px 15px 4px 16px;
  margin-top:-2px;
}


.nav>li>a:hover {
	color:#807971;
  text-shadow:
   -3px -3px 5px #eeede8,
    3px -3px 5px #eeede8,
    -3px 3px 5px #eeede8,
     3px 3px 5px #eeede8;
  background:none;
  /*background-color: #cacfcb;*/
}

.navbar {
  opacity: 1;
	filter: alpha(opacity=100);
  /*opacity: 1;
	filter: alpha(opacity=100);*/
	/*font-size:20px;*/
  font-weight:300;
  letter-spacing: 1.5px;

  float:none;
  background-color:#eeeeee;
  margin-bottom:0;
  min-height: 10px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  /*background-image: linear-gradient(to bottom, #fbf0cf, #e6b300);
  top: 150px;*/
}

.navbar-toggle {
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    border: 1px solid #c0c0c0;
}

.navbar-toggle .icon-bar {
	background-color: #996e00;
}

.navbar-nav>li.active {
   /*background-color:#eee;*/
}

.navbar-nav>li.active a {
   color:#b58246;
   text-shadow:
    -3px -3px 5px #ffffff,
     3px -3px 5px #ffffff,
     -3px 3px 5px #ffffff,
      3px 3px 5px #ffffff;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #f4f4f4;
}

.activelang {
  color:#b58246;
  text-shadow:
   -3px -3px 5px #ffffff,
    3px -3px 5px #ffffff,
    -3px 3px 5px #ffffff,
     3px 3px 5px #ffffff;

  background:none;
}

.lingue {
  margin-left: 12px;
   text-align:right;
}

.page-header {
  font-family: 'Montserrat', sans-serif;
  font-size:28px;
  font-weight:400;
  letter-spacing: 1.5px;
  text-align: center;
  color:#edebea;
  border-bottom: 1px solid #535353;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #535353;
}


/* FINE NAVBAR */

/* SIDE BAR */

.row-offcanvas {
	min-height:500px; /* serve per evitare che la sidebar vada sopra il footer */
}

.form-container {
	padding:12px;
}

/* CLASSI PER IL CALENDARIO */
.cal_class_1 {
	cursor: pointer;
}

.fc h2 {
   font-size: 18px;
   padding-top:8px;
}


/* FOOTER */

footer {
	padding: 4px 0;
  background-color: #eeeeee;
  /*background-image: linear-gradient(to top, #fbf0cf, #e6b300);
  background-image: linear-gradient(to bottom, #eeeeee, #b4b4b4);*/
  /*opacity: 0.9;
  filter: alpha(opacity=90);*/
	color:#000;
	width:100%;
	margin:0px;
	left:0px;
	bottom:0px;
  position:fixed;
}

footer a {
  font-size: 12px;
}

footer h3 {
	color:#666;
  font-family: 'Montserrat', sans-serif;
	font-size:22px;
  font-weight:300;
  letter-spacing: 1.5px;
  padding:6px 0 6px 0;
}

ul.footlist {
    list-style-type: none;
    padding-left:0;
}

ul.footlist li {
    padding:2px 0px;
   font-size:12px;
   color:#76594c;
}

ul.footlist li a { font-size:14px;color: #4d4a48; letter-spacing: 0;}
ul.footlist li a:hover { color: #785a47; text-decoration:none; }

/* VARIE */
/* messaggi e errori di ion_auth */

#infoMessage {
	text-align:left;
	padding:6px;
	color:red;
	font-weight:bold;
}

/* button cart e paypal */

.pp_mylistb {
  width: 150px;
  float: right;
  margin-left:8px;
  margin-top: 0px;
}
.mybuttdiv {
  padding:3px;
  text-align: right;
}

#sessions {
  width:100%;
  margin:18px 0 0 0;
  padding:4px 18px 0px 18px;
  background-color: #f0ede9;
}

#courses {
  width:100%;
  margin:18px 0 0 0;
  padding:4px 18px 0px 18px;
  background-color: #f0ede9;
}

#connect {
  width:100%;
  margin:18px 0;
  padding:4px 0 0px 0;
  background-color: #fdfef1;
}

.courserow {
  width:100%;
  margin:0;padding: 48px 0;
  background-size: cover;

}

.title_course {
  font-family: 'Montserrat', sans-serif;
	font-size:34px;
  font-weight:300;
  letter-spacing: 1.5px;
  text-align: center;
  padding:6px;
  background-color:rgba(255, 255, 255, 0.6);
  margin:70px auto;
  color:#76594c;
  width:370px;
}

.title_course a {
  font-family: 'Montserrat', sans-serif;
	font-size:34px;
  font-weight:300;
  letter-spacing: 1.5px;
  text-align: center;
  color:#76594c;
}

.title_course a:hover {
  color:#736f6d;
  text-decoration: none;
}

.page_h {
  font-family: 'Montserrat', sans-serif;
	font-size:32px;
  font-weight:400;
  letter-spacing: 1.5px;
  text-align: center;
  color:#76594c;
}

.cortesia {

  color:#b58246;
  text-shadow:
   -3px -3px 5px #eeede8,
    3px -3px 5px #eeede8,
    -3px 3px 5px #eeede8,
     3px 3px 5px #eeede8;
  background:none;
}

.inside_grid {
  padding:12px 32px;
}

.rmore {
  font-family: 'Montserrat', sans-serif;
	font-size:16px;
  font-weight:300;
  letter-spacing: 1.5px;
  color:#4d4a48;
  padding-top: 6px;
}

.rmore:hover {
  color:#736f6d;
  text-decoration: none;
}

.btn-all {
  background-size:cover;
  width:387px;
  height:60px;
  padding:16px 0 0 0;
  text-align:center;
  display:block;
  margin:0 auto;
  font-family: 'Montserrat', sans-serif;
	font-size:19px;
  font-weight:300;
  letter-spacing: 1.5px;
  color:#fff;
  text-transform: uppercase;
}

.btn-all:hover {
  color:#736f6d;
  text-decoration: none;
}

.btn-allf {
  background-size:cover;
  width:100%;
  height:60px;
  padding:16px 0 0 0;
  text-align:center;
  display:block;
  margin:0 0 18px 0;
  font-family: 'Montserrat', sans-serif;
	font-size:19px;
  font-weight:300;
  letter-spacing: 1.5px;
  color:#fff;
  text-transform: uppercase;
}

.btn-slider {
  font-family: 'Montserrat', sans-serif;
  font-size:22px;
  font-weight:500;
  letter-spacing: 1.5px;
  color:#7e684e;
  border-radius: 16px;
  background-image: linear-gradient(to bottom right, #fcf4d8, #b9951f);
  text-align: center;
}

.btn-slider:hover {
  background-color: #fff1c2;
  color:#b58246;
  text-shadow:
   -4px -4px 6px #eeede8,
    4px -4px 6px #eeede8,
    -4px 4px 6px #eeede8,
     4px 4px 6px #eeede8;
}

.btn-list {
  font-family: 'Montserrat', sans-serif;
  font-size:16px;
  font-weight:500;
  letter-spacing: 1.5px;
  color:#7e684e;
  border-radius: 13px;
  background-image: linear-gradient(to bottom right, #fcf4d8, #b9951f);
  text-align: center;
}

.btn-list:hover {
  background-color: #fff1c2;
  color:#b58246;
  text-shadow:
   -4px -4px 6px #eeede8,
    4px -4px 6px #eeede8,
    -4px 4px 6px #eeede8,
     4px 4px 6px #eeede8;
}





/* MailChimp stuff */

#mc_embed_signup{background:none; clear:left; color:#666;
  font-family: 'Montserrat', sans-serif;
	font-size:24px !important;
  font-weight:300 !important;
  letter-spacing: 1.5px;
  padding:6px;}
.mc-title{	color:#666;
  font-family: 'Montserrat', sans-serif;
	font-size:24px !important;
  font-weight:300 !important;
  letter-spacing: 1.5px;
  padding:6px 0 6px 0;}
#mce-EMAIL{color:black}

/* MEDIA QUERIES */
/* Responsive Styles SOLO PER MOBILE E TABLET */

@media(max-width:767px) {

  .ico_msger {
      width: 45%;
  }

  .titolone {
    line-height: 1;
    padding:5px 0 0 0;
    letter-spacing:5px;
    font-size:34px;
    color:#000;
  }

  .sottotitolone {
    padding:0 0 7px 0;
    letter-spacing:2px;
    font-size:16px;
    color:#000;
  }

  .cortesia {
    padding-top:100px;
    color:#b58246;
    text-shadow:
     -3px -3px 5px #eeede8,
      3px -3px 5px #eeede8,
      -3px 3px 5px #eeede8,
       3px 3px 5px #eeede8;
    background:none;
  }

  .hmobile {
    font-size:24px;

  }
  .navbar-brand img.lungo {
    display:none;
  }

  .navbar-brand img.corto {
    display:block;
  }

  .navbar-fixed-top {
    width:100%;
  }

  /* animazioni sull'header */

  .navbar-fixed-top-s {
    margin:0px;
    height:65px;
    padding-top         : 0px !important;
    padding-bottom      : 0px !important;
    min-height			: 65px !important;
  }

  .navbar-fixed-top-a {
    background-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .navbar-nav {
    background-color: #fff;
  }

  .navbar-brand-s {
    float: left;
    height: 50px;
    margin:0px;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
    opacity: 1;
  }

	.navbar-nav {
		background-color: #fff;
	}

	.navbar-brand-s {
		float: left;
		height: 50px;
		margin:0px;
		padding: 0px;
		font-size: 18px;
		line-height: 20px;
		opacity: 1;
	}

	.navbar {
		font-size:16px;
  /*z-index:9;*/
  }

  .tophead {
    height:160px;
  }

  .top-header-logo {
    width:12%;
  }

  footer {
    position:relative !important;
    padding: 4px 0;
    background-color: #eeeeee;
    /*background-image: linear-gradient(to top, #fbf0cf, #e6b300);
    background-image: linear-gradient(to bottom, #eeeeee, #b4b4b4);*/
    /*opacity: 0.9;
    filter: alpha(opacity=90);*/
  	color:#000;
  	margin-top:50px;
    bottom:auto;

  }

  header.carousel .carousel {
      height: 100%;
  }

	.carousel-caption {
		bottom:56px;
	}

	/* STYLE PER LA SIDEBAR SU MOBILE */

	  .row-offcanvas {
		position: relative;
		-webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
	  }

	  .row-offcanvas-right {
		right: 0;
	  }

	  .row-offcanvas-left {
		left: 0;
	  }

	  .row-offcanvas-right
	  .sidebar-offcanvas {
		right: -75%; /* 6 columns */
	  }

	  .row-offcanvas-left
	  .sidebar-offcanvas {
		left: -25%; /* 6 columns */
	  }

	  .row-offcanvas-right.active {
		right: 75%; /* 6 columns */
	  }

	  .row-offcanvas-left.active {
		left: 25%; /* 6 columns */
	  }

	  .sidebar-offcanvas {
		position: absolute;
		top: 0;
		width: 75%; /* 6 columns */
	  }

}


/* big menu */
.bigmenu {
  float: left;
  min-width: 180px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
}

.bigmenu>li>a {
    text-transform: capitalize;
    color: #6e6c64;
    font-size: 15px;
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
}

.bigmenu>li>a:focus, .bigmenu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.bigm-title {
  color:#6f560b;
  font-weight: 500;
  font-family: arial,helvetica,sans-serif;
}

.navbar-nav>li>.bigmenu {
    background-color: rgba(223, 223, 223, 0.93);
    opacity: 1;
    z-index: 1501;
}

.abclink {
  display: block;
  padding:12px 8px;
  color:#874d10;
  font-size: bold;
  font-size: 20px;
  text-decoration: none;
}

.abclink:hover {
  color:#859000;
}

.img_alist {
  display:none;
}

.cookie-bar__link {
    margin: 0 .5rem;
    font-size: 10px;
}

.privacyp div a {
  color:white;
  cursor: pointer;
}

.privacyp div a:hover {
  color:#faeb60;
  cursor: pointer;
}

.alert-success {
  font-size: 1.5em;
  font-weight: bolder;
}
