.modal-new-subscripe {
  padding-top: 30px;
  margin: -5px;
  text-align: center;
}
.modal-new-subscripe .g-recaptcha {
  position: absolute;
  top: 0;
  right: 126px;
}
.modal-new-subscripe figure,
.modal-new-subscripe h2 {
  margin-bottom: 20px;
}
.modal-new-subscripe .head p {
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.6875;
}
.modal-new-subscripe .form {
  position: relative;
}
.modal-new-subscripe .form input {
  width: 100%;
  color: #333;
  background: rgba(0, 0, 0, 0.05) url("../../assets/images/icons/icon-mail-new-subcr.png") no-repeat;
  background-image: url("../../assets/images/icons/icon-mail-new-subcr.svg"), none;
}
.modal-new-subscripe .form input::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.modal-new-subscripe .form input:-ms-input-placeholder {
  color: #333;
}
.modal-new-subscripe .form input::-webkit-input-placeholder {
  color: #333;
}
.modal-new-subscripe .form input:focus {
  color: #000;
}
.modal-new-subscripe .form button {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff9900;
}
.modal-new-subscripe .form button:hover {
  background-color: #e68a00;
}
.modal-new-subscripe .form .err-msg {
  display: none;
  padding: 10px 0;
  color: #c82828;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.modal-new-subscripe .form.error .err-msg {
  display: block;
}


.event-author-avatar img{
	opacity:1 !important; 
}

.privacy-area{
	padding:15px 0px;
	color:#666;	
}

.privacy-area a{
	color:#f90;
	text-decoration:underline;
}

/*
LIBRARY OLD CSS
*/
.download-lib{
	text-transform:uppercase;	
}
.read-library {
  display: block;
  text-align: center;
  font-size: 13px;
  margin-top: 5px;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.read-library .arrow {
  margin-left: 5px;
  width: 9px;
  height: 6px;
  background: url('../../images/arrows/btn-arr-down-b.png');
  background-image: url('../../images/arrows/btn-arr-down-b.svg'), none;
}
.read-library span,
.read-library strong {
  display: inline-block;
  vertical-align: middle;
}
.no-touch .read-library:hover strong {
  text-decoration: underline;
}
.library-section {
}
.library-tabs {
  font-size: 0;
  margin-bottom: 50px;
  text-align: center;
}
.library-tabs li {
  display: inline-block;
  vertical-align: middle;
}
.library-tabs a {
  display: block;
  height: 60px;
  background-color: #000;
}
.library-tabs a:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.library-tabs span,
.library-tabs strong {
  display: inline-block;
  vertical-align: middle;
}
.library-tabs strong {
  color: #fff;
  font-size: 16px;
}
.library-tabs .icons {
  position: relative;
  margin-right: 10px;
}
.library-tabs .img-hover {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
.library-tabs a:hover {
  background-color: #ff9900;
}
.library-tabs .active a {
  background-color: #fff;
}
.library-tabs .active strong {
  color: #000;
}
.library-tabs .active .img {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
.library-tabs .active .img-hover {
  position: static;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .library-tabs li {
    display: block;
    width: 100% !important;
  }
  .library-tabs a {
    height: 45px;
  }
  .library-tabs strong {
    font-size: 13px;
  }
}
.header-title-sm {
  position: relative;
  text-align: center;
}
.library-pane {
  display: none;
}
.library-pane.active {
  display: block;
}
.header-title-sm .circle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.header-title-sm.spin-intro {
  overflow: hidden !important;
}
.header-title-sm.spin-intro h1,
.header-title-sm-spin-intro h3 {
  position: relative;
  z-index: 2;
}
.header-title-sm h3 {
  font-size: 50px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-body {
}
.the-library {
  position: relative;
}
.the-library .thumb {
  display: block;
}
.the-library .close-library {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
}
.the-library .close-library:before,
.the-library .close-library:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 23px;
  height: 1px;
  background-color: #929292;
}
.the-library .close-library:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.the-library .close-library:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.no-touch .the-library .close-library:hover:before,
.no-touch .the-library .close-library:hover:after {
  background-color: #000;
}
.the-library h5 {
  position: absolute;
  top: 0;
  left: 0;
  color: #999;
  line-height: 38px;
  font-size: 16px;
}
.the-library h5:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: url('../../assets/images/icons/i-lib-date.png') center no-repeat;
  background-image: url('../../assets/images/icons/i-lib-date.svg'), none;
}
.library-content {
  background-color: rgba(255, 255, 255, 0.4);
}
.library-content > h3 {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.10526316;
}
.library-content .entry-content {
  overflow: hidden;
  font-weight: 300;
  line-height: 1.625;
}
.library-content .entry-content p:last-child {
  margin-bottom: 0;
}
.library-content .read-library {
  position: relative;
  z-index: 2;
  background-color: #f0f0f0;
}
.library-content .btn-org-b {
  background-color: #f9a145;
  color:#fff;
}
.library-content .book-dd {
  margin-top: 0;
}
.library-content .btn-org-b .arrow {
  margin-left: 10px;
  width: 11px;
  height: 11px;
  background: url('../../images/arrows/btn-arr-downdown-w.png');
  background-image: url('../../images/arrows/btn-arr-downdown-w.svg'), none;
}
.no-touch .library-content .btn-org-b:hover {
  background-color: #f0f0f0;
  color:#f9a145;
}
.no-touch .library-content .btn-org-b:hover .arrow {
  background: url('../../images/arrows/btn-arr-downdown-o.png');
  background-image: url('../../images/arrows/btn-arr-downdown-o.svg'), none;
}
.library-opened > h5 {
  color: #ff9900;
}
.library-opened > h5:before {
  border-color: #000;
  background: #000000 url('../../assets/images/icons/i-lib-date-w.png') center no-repeat;
  background-image: url('../../assets/images/icons/i-lib-date-w.svg'), none;
}
.library-opened .library-content {
  background-color: #fff;
}
.library-opened .library-content > h3 {
  height: auto;
  overflow: visible;
}
.library-opened .library-content .entry-content {
  height: auto;
}
.library-opened .read-library {
  display: none;
}
.library-opened .btn-org-b {
  background-color: #fff;
}
@media (min-width: 992px) {
  .the-library {
    padding-top: 7px;
  }
  .the-library:before,
  .the-library:after {
    content: '';
    position: absolute;
    left: 19px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .the-library:before {
    width: 1px;
    top: 37px;
    z-index: 2;
  }
  .the-library:after {
    height: 1px;
    right: 0;
    z-index: 1;
  }
  .the-library .close-library {
    top: 50px;
    right: 10px;
  }
  .the-library h5 {
    padding-left: 57px;
  }
  .the-library .media-body {
    padding-top: 37px;
    padding-left: 57px;
  }
  .the-library .media-body .thumb {
	  float:left;
  }
  .the-library .thumb {
    position: relative;
    margin-right: 20px;
    border: 8px solid #fff;
    z-index: 2;
    overflow: hidden;
  }
  .the-library .thumb:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    box-shadow: inset 0 0 25px rgba(1, 2, 2, 0.25);
    -moz-box-shadow: inset 0 0 25px rgba(1, 2, 2, 0.25);
    -webkit-box-shadow: inset 0 0 25px rgba(1, 2, 2, 0.25);
  }
  .the-library .thumb img {
    max-width: none;
    height: 100%;
  }
  .library-content {
    position: relative;
    z-index: 2;
  }
  .library-content > h3 {
    overflow: hidden;
  }
  .library-content .entry-content {
    font-size: 15px;
  }
  .library-content .btn-org-b {
    width: 170px;
    height: 50px;
  }
  .library-content .btn-org-b span,
  .library-content .btn-org-b strong {
    font-size: 15px;
  }
  .library-opened:before,
  .library-opened:after {
    background-color: #000;
  }
  .library-opened .thumb {
    margin-top: 88px;
    margin-right: 0 !important;
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 25px 35px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 25px 35px rgba(0, 0, 0, 0.3);
  }
  .library-opened .thumb:after {
    box-shadow: inset 0 0 25px rgba(1, 2, 2, 0.25);
    -moz-box-shadow: inset 0 0 25px rgba(1, 2, 2, 0.25);
    -webkit-box-shadow: inset 0 0 25px rgba(1, 2, 2, 0.25);
  }
  .library-opened .btn-org-b {
    background-color: #fff;
  }
}
@media (min-width: 1240px) {
  .header-title-sm {
    padding: 66px 0;
  }
  .header-title-sm h1 {
    font-size: 56px;
  }
  .header-title-sm .circle {
    width: 722px;
  }
  .the-library {
    margin-bottom: 77px;
  }
  .the-library:before,
  .the-library:after {
    bottom: 76px;
  }
  .the-library:after {
    right: 140px;
  }
  .the-library .thumb {
    width: 280px;
    height: 400px;
  }
  .library-content {
    padding: 8px 0px 38px 0px;
  }
  .library-content > h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  
  .library-content .entry-content {
    height: 72px;
    margin-bottom: 30px;
  }
  .library-content .entry-content p {
    margin-bottom: 20px;
  }
  .library-opened:before,
  .library-opened:after {
    bottom: 62px;
  }
  .library-opened .thumb {
    width: 318px;
    height: 454px;
  }
  .library-opened .library-content {
    padding-right: 308px;
    margin-right: -261px;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .header-title-sm {
    padding: 50px 0;
  }
  .header-title-sm h1 {
    font-size: 46px;
  }
  .header-title-sm .circle {
    width: 600px;
  }
  .the-library {
    margin-bottom: 60px;
  }
  .the-library:before,
  .the-library:after {
    bottom: 55px;
  }
  .the-library:after {
    right: 57px;
  }
  .the-library .thumb {
    width: 240px;
    height: 343px;
    margin-right: 20px;
  }
  .library-content {
    padding: 30px 228px 30px 35px;
    margin-right: -193px;
  }
  .library-content > h3 {
    height: 66px;
    font-size: 29px;
    margin-bottom: 15px;
  }
  .library-content .entry-content {
    height: 72px;
    margin-bottom: 25px;
  }
  .library-content .entry-content p {
    margin-bottom: 15px;
  }
  .library-opened:before,
  .library-opened:after {
    bottom: 55px;
  }
  .library-opened .thumb {
    width: 260px;
    height: 371px;
  }
  .library-opened .library-content {
    padding-right: 250px;
    margin-right: -203px;
  }
}
@media (max-width: 991px) {
  .header-title-sm {
    padding: 45px 0;
  }
  .header-title-sm h1 {
    font-size: 42px;
  }
  .header-title-sm h3 {
    font-size: 33px;
  }
  .header-title-sm .circle {
    width: 600px;
    max-width: 100%;
  }
  .the-library {
    margin-bottom: 50px;
  }
  .the-library .close-library {
    top: 14px;
    right: 15px;
    display: none;
  }
  .the-library h5 {
    padding: 15px 70px 0;
    background-color: rgba(255, 255, 255, 0.5);
    position: static;
  }
  .the-library h5:before {
    top: 15px;
    left: 20px;
  }
  .the-library .media-right {
    display: none;
  }
  .the-library .media-body {
    display: block;
    width: 100%;
  }
  .the-library .thumb {
    margin-bottom: 20px;
    text-align: center;
  }
  .library-content {
    padding: 20px;
  }
  .library-content > h3 {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
  }
  .library-content .entry-content {
    margin-bottom: 20px;
    height: 66px;
  }
  .library-content .entry-content p {
    margin-bottom: 15px;
  }
  .library-content .btn-org-b {
    width: 150px;
    height: 45px;
  }
  .library-content .btn-org-b span,
  .library-content .btn-org-b strong {
    font-size: 14px;
  }
  .library-opened .close-library {
    display: block;
  }
  .library-opened > h5 {
    background-color: #fff;
  }
}

.the-library .share-links a{
	width:22px;
}
/*dd */
.the-library .dropdown {
  position: relative;
}

.the-library .dropdown > a {
  position: relative;
  padding-right: 40px;
  overflow: hidden;
}

.the-library .dropdown > a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
}

.the-library .dropdown .the-library .dropdown-menu {
  display: none;
}

.the-library .dropdown.open .the-library .dropdown-menu {
  display: block;
}

.the-library .dropdown-menu {
  position: absolute;
  display:block;
  max-width:180px;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -30px;
  padding: 20px 15px;
  z-index: 5;
  background: #fff;
  background-color: white;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}


.the-library .dropdown-menu.hidden{
	display:none;	
}

.the-library .dropdown-menu li {
  padding: 15px 0;
}

.the-library .dropdown-menu li:last-child {
  padding-bottom: 0;
}

.the-library .dropdown-menu > p {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}

.the-library .dropdown-menu > p:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: rgba(226, 226, 226, 0.5);
}

.the-library .dropdown-menu a {
  display: block;
  color: rgba(120, 120, 120, 0.8);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.the-library .dropdown-menu a:hover {
  color: #f9a145;
}