/*!
 * jQuery ClassyBox
 * www.class.pm
 *
 * Written by Marius Stanciu - Sergiu <marius@class.pm>
 * Licensed under the MIT license www.class.pm/LICENSE-MIT
 * Version 1.3.0
 *
 */

#classybox {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2195;
    overflow: auto;
}
@media screen and (max-width: 425px) {
#classybox{
  background-color: rgba(0, 0, 0, 0.8);
  top: 81px;
  }
}

.classybox-loader {
    position: absolute;
    height: 45px;
    width: 45px;
    background: url(load.gif) center no-repeat rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    z-index: 2450;
}

.classybox-wrap {
    position: fixed;
    overflow: visible;
    z-index: 2200;
    margin: 0 auto;
    left: 0;
    }

.classybox-wrap .content {
    position: relative;
    overflow: visible;
}

.classybox-wrap .content .image,
.classybox-wrap .content .object,
.classybox-wrap .content iframe,
.youtube-player {
    border-radius: 8px;
    z-index: 2220 !important;
}

.classybox-wrap .number {
    position: absolute;
    top: 7px;
    left: 7px;
    font-size: 1.0em;
    color: #fff;
    text-shadow: #000 1px 1px 2px;
    z-index: 2250;
}

.classybox-wrap .panel {
    background: url(share-icon.png)  no-repeat;
    background-position: 14px 9px;
    background-size: 14px 13px;
    left: -39px;
    padding-left:29px;
    position: absolute;
    top: -44px;
    z-index: 2250;
    background-color: transparent;
}

.classybox-wrap .panel div {
    border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    opacity: 0.5;
    float: right;
}

.classybox-wrap .panel div:hover {

}

.classybox-wrap .resize {
    background: url(resize.png) center no-repeat rgba(0, 0, 0, 0.8);
}

.classybox-wrap .fb {
    background: url(facebook.png) center no-repeat rgba(0, 0, 0, 0.8);
}

.classybox-wrap .tw {
    background: url(twitter.png) center no-repeat rgba(0, 0, 0, 0.8);
}

.classybox-wrap .gp {
    background: url(google.png) center no-repeat rgba(0, 0, 0, 0.8);
}

.classybox-wrap .close {
    position: absolute;
    top: -38px;
    right: 10px;
    height: 34px;
    width: 34px;
    margin-right: -40px;
    padding-right: 72px;
    font-size:22px;
}
.classybox-wrap .close2{
  color: #9b9b9b;
  font-size: 20px;
  position: absolute;
  top: -5px;
  right: 44px;
  background: url(close-btn.png)  no-repeat;
  background-position: 49px 8px;
  background-size: 14px 14px;
  height: 34px;
  width: 34px;
  margin-right: -58px;
  padding-right: 72px;

}
@media screen and (max-width: 426px){
  .classybox-wrap .close2{
    right: 62px;
  }
  .classybox-wrap .panel {
    left: -29px;
  }
}
.close a:hover {

    color:#FFFFFF!important;
}

.classybox-wrap .next {
    position: absolute;
    right: -42px;
    height: 50px;
    width: 34px;
    z-index: 2190;
}
.classybox-wrap .next2 {
    position: absolute;
    right: 0px;
    top: -10px;
    background: url(next.png)  no-repeat;
    background-position: 0px 8px;
    background-size: 25px 25px;
    height: 50px;
    width: 34px;
    z-index: 2190;
}

.classybox-wrap .prev {
    position: absolute;
    left: -43px;
    height: 50px;
    width: 34px;
    z-index: 2190;
    display: block;
}
.classybox-wrap .prev2 {
  position: absolute;
  left: 0px;
  top: -10px;
  background: url(prev.png)  no-repeat;
  background-position: 0px 8px;
  background-size: 25px 25px;
  height: 50px;
  width: 34px;
  z-index: 2190;
}


.classybox-wrap .next a,
.classybox-wrap .prev a{
    display: block;
    height: 100%;
    width: 100%;
    outline: none;
    color:white;
}
.classybox-wrap .panel a {
    display: block;
    height: 43px;
    width: 100%;
    outline: none;
    color:white;
}

.classybox-wrap h1 {
    margin: 5px 0 8px;
    padding-bottom: 3px;
    letter-spacing: 1.3px;
    font-size: 0.9em;
    color: #cdcdcd;
    text-align: center;

}

.classybox-wrap h2.hide {
    text-indent: -999em;
    height: 0;
    overflow: hidden;
}

.classybox-wrap p {

    font-size: 1.0em;
    text-align: justify;

}

.classybox-wrap .text {
    position: relative;
    bottom: auto;
    display:none;
    left: 0px;
    width: 100%;
    text-align: center;
    }

* html .classybox-wrap .text {
    background-image: none;
    background-color: #0f0e0e;
}

.classybox-wrap .text {

}

.classybox-wrap .text h1 {
  width: auto;
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  padding: 10px;
  font-size: 29px;
  color: #9E7D47;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 100;

}
.classybox-wrap .text p {

  color: #9b9b9b;
  font-size: 20px;
  text-transform: none;
  text-align: center;
  margin-bottom: 0;

}

.classybox-wrap .text .description {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 2px;
    font-family: "BrandonGrotesque", sans-serif;
    font-size: 1.0em;
    z-index: 2260;
    color: #949494;
}
/* Dropdown Button */
.dropbtn {
  color: #9b9b9b;
  font-size: 20px;

    background-color:transparent;

    border: none;
    cursor: pointer;
}

.dropdown {
  opacity:1!important;
  color:#FFFFFF;
    position: relative;
    display: inline-block;
}

.dropdown-content {
  opacity:1!important;
  color:#FFFFFF;
    display: none;
    position: absolute;
    width:60px;
    background-color: black;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;

}

.dropdown-content a {
  opacity:1;
  color:RGB(132,132,132);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
  opacity:0.5!important;
    color:#FFFFFF!important;
}

.dropdown:hover .dropdown-content {
    color:#FFFFFF!important;
    display: block;
}

.dropdown:hover .dropbtn {
  opacity:0.5!important;
  color:#FFFFFF!important;

}
.dropdown-content:after {
    content:"";
    position: absolute;
    right: 17px;
    top: -18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 12px 10px 12px;
    border-color: transparent transparent #000 transparent;
    z-index:9998;}
.fbicon{
  background: url(facebook.png)  no-repeat;
  background-position: 14px 8px;
  background-size: 33px 33px;
}
.twicon{
  background: url(twitter.png)  no-repeat;
  background-position: 14px 8px;
  background-size: 33px 33px;
}
.email-icon{
  background: url(mail.png)  no-repeat;
  background-position: 14px 8px;
  background-size: 33px 33px;
}
