
/* ==========================================================================
   WEB DEPORTES
   Copyright 2015 UNLaM. Todos los derechos reservados.
   Website: http://deportes.unlam.edu.ar
   Contact: webmaster@unlam.edu.ar
   Version: 1.0
   Update: Enero 2016
   ========================================================================== */
   
html { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body { 
  font-family: "Open Sans", Arial, Verdana, Helvetica, sans-serif;
  background-color: #000000;
  padding-top: 80px;
}
@media (min-width: 768px) {
  body { 
    padding-top: 100px;
  }
}

a { 
  color: #179a79;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;transition: all 0.2s linear; 
}
a:hover, 
a:focus { 
  color: #179a79;
  text-decoration:underline;
}
a>img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;transition: all 0.2s linear;
}
a:hover>img	{
  opacity:0.7;filter:alpha(opacity=70);
}
h3 {
  color: #179a79;
}
hr {
  border-top: 1px solid #dddddd;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
th, td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
#header {
  width: 100%;
}
#header h1#logo {
  float: left;
  height: 70px;
  margin: 5px 0 0;
  width: 79px;
}
#header h1#logo a {
  background: transparent url(../img/logo_deportes_ch_v4.png) no-repeat scroll;
  position: absolute;
  width: 79px;
  height: 75px;
  margin: 0;
  z-index: 1;  
}
@media (min-width: 768px) {
  #header h1#logo {
    height: 45px;
    width: 158px;
  }
  #header h1#logo a {
    background: transparent url(../img/logo_deportes_v4.png) no-repeat scroll;
    width: 158px;
    height: 150px;
    margin: -37px 0 0;
  }
}
#header h1 a span {
  visibility: hidden;
  display: none;
}
#header .navbar-nav > li {
	position: inherit;
}
#header .navbar-nav > li > a {
  text-transform: uppercase;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
}
#header .navbar-nav > li a:hover,
#header .navbar-nav > li a:focus {
   color: #ffffff;
   background: rgba(0,0,0,1);
}
#header .navbar-nav > li > ul:first-child {
    margin: 0;
}
#header .navbar-nav > li > ul {
    list-style: none;
    float: left;
    width: 100%;
}
#header .navbar-nav > li > ul li {
    float: left;
    width: 100%;
	margin: 10px 0;
}
#header .navbar-nav > li > ul li a {
    padding: 0 25px;
    color: #fff;
}
#header .navbar-nav > li > ul li a:hover {
    background: #179a79;
}
@media (min-width: 768px) {
  #header .navbar-nav > li > a {
    color: #179a79; 
  }
  #header .navbar-nav > li > ul {
    top: 100%;
    position: absolute;
    left: 0;
    background: rgba(0,0,0,0.95);
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
    padding: 25px 40px;
    z-index: 9000;
    padding: 50px;
  }
  #header .navbar-nav > li > ul li {
    width: 33%;
  }
  #header .navbar-nav > li > ul li a {
    padding: 5px 7px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #header .navbar-nav > li > a {
    padding: 15px 15px; 
  }
}
#header .navbar-toggle {
  margin: 20px 0 0;
}
#header .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
#header #header-toolbar {
  background: #000;
  height: 45px;
}
#header .addthis_inline_follow_toolbox {
    margin-top: -3px;
}
#header #searcher {
    margin-top: 7px;
    z-index: 1;
    position: relative;
    margin-left: 50px;
}
#header #searcher form { 
    overflow:hidden; 
}
#header #searcher input.text { 
    background-color:#fff;
    color:#666;
    width:250px;
    height:31px;
    padding:5px 10px;
    border: none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    font-size:12px; 
}
#header #searcher input.button { 
    background:transparent url(../img/search_button.gif) no-repeat scroll 0 0;
    width:25px;
    height:25px;
    position:absolute;
    border:none;
    cursor:pointer;
    top:3px;
    right:3px; 
}
#header #header-navbar {
  background: #000;
  border-top: 5px solid #179a79;
}
@media (min-width: 768px) {
  #header #header-navbar {
    background: #ffffff; 
  }
}
#header #header-navbar:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 10px;
  background: rgba(0,0,0,0.25);
  left: 0;
}
#header #header-navbar p {
  margin: 5px 0;
  color: #000000;
}
#middle {
  width: 100%;
  background: #fff; 
}
#mod-content {
  padding-top: 30px;
}
#mod-content h5.date {
    text-transform: uppercase;
    font-size: 11px;
}
#mod-content h5.date span {
    color: #FFF;
    background-color: #179a79;
    margin-right: 5px;
    padding: 5px 10px;
    font-weight: bold;
    letter-spacing: 1px;
}
@media (min-width: 768px) {
  #mod-content {
   background: #179a79 url(../img/content_bg.jpg) no-repeat top center; 
   padding-top: 70px;
  }
  #mod-content h5.date {
    font-size: 14px;
  }
}
#mod-content .col-heading {
  font: normal bold 18px/25px "Open Sans", Arial, Verdana, Helvetica, sans-serif;
  letter-spacing: 1px;
  border-bottom: 4px solid #333;
  text-transform: uppercase;
  padding-bottom: 5px;
}
#mod-content .list-group-item-heading span {
    color: #FFF;
    background-color: #179a79;
    margin-right: 5px;
    padding: 3px 5px;
}
#mod-content .well {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 20px 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media (min-width: 768px) {
  #mod-content .well {
    padding: 20px;
  }
}
#mod-content .glyphicon {
  font-size: 14px;
}
#mod-content .list-group-item {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
}
#mod-content .breadcrumb {
  background-color: #eee;
  border-radius: 0;
}
#maincontent {
  margin-bottom: 20px;
}
#maincontent .well {
  min-height: 0;
  margin: 0;
}
@media (min-width: 992px) {
    #maincontent {
      margin-bottom: 0;
    }
    #maincontent .well {
      min-height: 500px;
    }
}
#maincontent img {
    max-width: 100%;
    /* margin-bottom: 20px;     */
}
#maincontent img.pull-right {
    margin-left: 20px;    
}
#maincontent .addthis_inline_share_toolbox {
  padding: 20px 0 10px;
}
#maincontent .bg-primary,
#maincontent .bg-success,
#maincontent .bg-bg-info,
#maincontent .bg-warning,
#maincontent .bg-danger {
    font-size: 16px;
    padding: 15px;
    margin-bottom: 20px;
}
#sidebar .well {
  padding: 0;
  background-color: #eee;
}
@media (min-width: 768px) {
  #sidebar .well {
    padding: 10px;
    background-color: #fff;
  }
}
#sidebar .navbar-collapse {
  padding: 0;
}
#sidebar .nav>li>a {
  color: #333333;
  padding: 10px;
}
#sidebar .nav ul>li>a {
  padding: 5px 25px;
}
#sidebar .nav>li>a:hover, 
#sidebar .nav>li>a:focus {
  background-color: #eee;
  color: #179a79;
}
#mod-services .panel-group { 
  margin: 0; 
}
#mod-services .panel-heading { 
  padding: 0 0 10px; 
}
#mod-services .panel-title a { 
  display:block;
  text-decoration:none;
  padding:12px 15px; 
}
#mod-services .panel-title a.collapsed { 
  background-color:#dddddd; 
}
#mod-services .panel-title a,
#mod-services .panel-title a.collapsed:hover {
  background-color:#dddddd; 
}
#mod-services .panel-group .panel-heading+.panel-collapse .panel-body { 
  border:none; 
}
#mod-news li,
#mod-events li {
  display: none;
}
#mod-news .btn-block,
#mod-events .btn-block {
    margin-top: 5px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}
#mod-news .list-group-item-heading,
#mod-events .list-group-item-heading {
  font-size: 12px;
  text-transform: uppercase;
  color: #888888;
}
#mod-slider .carousel { 
  overflow: hidden;
}
#mod-slider .box-indicators { 
  position: relative;
}
#mod-slider .carousel-indicators { 
  margin: 0;
  padding: 20px 0 0;
  position: absolute;
  bottom: 0;
  left: 64%;
  width: 300px;
  height: 50px;
  background-color: #179a79;
}
#mod-slider .carousel-indicators:before {
    content: '';
    height: 50px;
    width: 50px;
    left: -50px;
    top: 0;
    position: absolute;
    border-top: 50px solid transparent;
    border-right: 50px solid #179a79;
}
#mod-slider .carousel-indicators:after {
    content: '';
    display: block;
    height: 50px;
    width: 2000px;
    right: -2000px;
    top: 0;
    background: #179a79;
    position: absolute;
}
#mod-slider .carousel-indicators li { 
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  margin-left: 15px;
  text-indent: -999px;
  border: 2px solid #aaa;
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1); 
}
#mod-slider .carousel-indicators .active { 
  margin: 1px 1px 1px 15px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-color: #ffffff;
}
#mod-slider .carousel-caption { 
  position: static;
  padding: 15px;
  background-color: #000;
  text-align: left;
}
#mod-slider .carousel-caption-title {
  font-size: 20px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
#mod-slider .carousel-caption-brief {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
}
#mod-slider .carousel-caption-brief a { 
    color: #fff;
}
#mod-slider .carousel-caption-brief a:hover { 
    color: #179a79;
    text-decoration: none;
}
#mod-slider .carousel-control.left {
  background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.9) 0),color-stop(rgba(0,0,0,.0001) 100%));
  background-image: linear-gradient(to right,rgba(0,0,0,.9) 0,rgba(0,0,0,.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
#mod-slider .carousel-control.right {
  background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.9) 100%));
  background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.9) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
#mod-slider .img-scale {
  width: 100%;
  height: 0;
  padding-bottom: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  #mod-slider .carousel-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    text-shadow: none;
    width: 100%;
    height: 200px;
    padding: 30px 0;
    }
  #mod-slider .carousel-caption-title { 
    background: #179a79;
    color: #fff;
    float: left;
    padding: 7px 10px;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1;
    height: auto;
  }
  #mod-slider .carousel-caption-brief { 
    display: block;
    font-size: 18px;
    line-height: 28px;
    height: auto;
    }
  #mod-slider .img-scale { 
    padding-bottom: 600px;
  }
}

/*------------------------------
  SPORTS SLIDER MODIFICATION
------------------------------*/
   
#mod-content .carousel-caption { 
  height: 100px;
}
#mod-content .carousel-caption-title {
  display: none;
}
#mod-content .carousel-caption-brief {
  font-size: 18px;
  line-height: 24px;
}
#mod-content .carousel-indicators { 
  display: none;
}
@media (min-width: 768px) {
  #mod-content .img-scale { 
    padding-bottom: 300px;
  }
}
#mod-calendar {
  background-color: #179a79;
  padding: 30px 0;
}
#mod-calendar .container {
  position: relative;
}
#mod-calendar h4 {
  color: white;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #mod-calendar h4 {
    font-size: 18px;
  }
}
#mod-calendar .well {
  background-color: #ced;
  padding: 0;
  border: none;
  border-radius: 0;
}
#mod-calendar .well .date {
  border-top: 1px solid #acb;
  border-bottom: 1px solid #acb;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: rgba(0,0,0,0.1);    
}
#mod-calendar .well .logo {
  background: #fff;
  overflow: hidden;
}

@media (max-width: 767px) {
  #mod-calendar .well .logo {
    max-height: 133px;
    max-width: 220px;
    margin: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #mod-calendar .well .logo {
    max-height: 133px;
    max-width: 220px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #mod-calendar .well .logo {
    max-height: 80px;
    max-width: 133px;
  }
}

@media (min-width: 1200px) {
  #mod-calendar .well .logo {
    max-height: 100px;
    max-width: 233px;
  }
}

#mod-calendar .well .logo img {
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
}
#mod-calendar .well .sport {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  background-color: #074a39;
  color: #fff;
}
#mod-calendar .well .title {
  margin: 10px;
  text-align: center;
  height: 60px;
  overflow: hidden;
}
#mod-calendar .well a {
  text-decoration: none;
  color: #333;
  display: block;
  padding-bottom: 10px;
}
#mod-calendar .well a:hover {
  opacity:0.7;filter:alpha(opacity=70);
}
#mod-calendar .carousel-footer {
  position: absolute;
  top: 8px;
  right: 15px;
}
#mod-calendar .carousel-footer a {
  color: white;
  font-size: 16px;
  padding: 0 7px;
}
@media (min-width: 1200px) {
  #mod-calendar .well .sport {
    font-size: 12px;
  }
}
#mod-banners {
  background: rgba(0,30,25,0.95) url(../img/content_bg.jpg) no-repeat center -250px; 
  padding: 30px 0 50px;
}
#mod-banners .container {
  position: relative;
}
#mod-banners h4 {
  color: white;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
}
#mod-banners .thumbnail	{ 
  margin: 20px 0;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: none;
}
@media (min-width: 992px) { 
  #mod-banners .thumbnail	{
	margin: 0;
  }
}
#mod-banners .thumbnail>img, 
#mod-banners .thumbnail a>img	{
  border-radius: 3px;
}
#mod-banners .carousel-footer {
  position: absolute;
  top: 5px;
  right: 15px;
}
#mod-banners .carousel-footer a {
  color: white;
  font-size: 16px;
  padding: 0 7px;
}
@media (min-width: 768px) {
  #mod-banners .carousel-footer a {
    font-size: 20px;
  }
}
#mod-contact { 
  background: rgba(0,0,0,1); 
}
#mod-contact h4 {
  color: white;
  margin: 50px 0 20px;
  font-size: 16px;
  text-transform: uppercase;
}
#mod-contact p { 
  line-height: 40px;
  color: #999;
  font-size: 16px;
  margin: 0; 
}
#mod-contact iframe {
  margin: 50px 0;
  border: 0px solid #009266; 
}
#mod-social { 
  background: #ddd; 
  padding: 30px 0 50px;
}
#mod-social h4 {
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
}
#mod-social iframe {
  border: none;
  background: #fff;
}
#mod-social #mod-instagram {
    height: 494px;
    overflow: hidden;
}
#mod-social #mod-instagram,
#mod-social #mod-twitter,
#mod-social #mod-facebook{
    margin-bottom: 20px;
}
@media (min-width: 992px) {
  #mod-banners h4,
  #mod-contact h4,
  #mod-social h4 {
    font-size: 18px;
  }
}
#mod-gallery #blueimp-thumbs a {
  background-size: cover;
  display: block;
  width: 75px;
  height: 75px;
  float: left;
}
#mod-gallery #blueimp-thumbs a:hover {
  opacity: 0.5;
  text-decoration: none;
}
#mod-gallery img {
    max-width: 100%;
    margin: auto;    
}
#mod-gallery h4,
#mod-list-gallery h4 {
  margin-bottom: 20px;
}
#mod-list-gallery h5 {
  margin-top: 5px;
}
#mod-list-gallery p {
    font-size: 14px;
    line-height: 1.4;
}
#mod-list-gallery img {
  margin: 0 10px 30px 0;
}
#mod-downloads {
    background-color: #ddd;
    padding: 20px;
}
#mod-downloads ul {
    margin-top: 10px;
    padding-left: 0;
    list-style: none;
}
#mod-downloads ul li {
    width: 14.28%;
    float: left;
}
#mod-downloads ul li a {
    padding: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    height: 120px;
    display: block;
    color: #333;
}
#mod-downloads ul li a:hover {
    color: #fff;
    background-color: #179a79;
    text-decoration: none;
}
#mod-downloads .col-heading {
    letter-spacing: inherit;
    text-transform: inherit;
}
#mod-downloads .fa {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 30px;
}
#mod-downloads .filename {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
#mod-fancybox {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 0.5em -4px 1.5em -4px;
}

#mod-fancybox > a {
	padding: 4px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 33.33%;
    -ms-flex: 1 0 33.33%;
    flex: 1 0 33.33%;
}

#mod-fancybox > a.sm-thumbs {
	padding: 2px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 16.665%;
    -ms-flex: 1 0 16.665%;
    flex: 1 0 16.665%;
}

#mod-fancybox > a img {
	width: 100%;
	max-height: auto;
    margin: 0;
}
#footer {
  width: 100%;
  background-color: #000000;
}
#footer p {
  margin: 30px 0;
  color: #999999;
  text-align: center;
}
#footer a {
  color: #999999;
  text-decoration: underline;
}
#footer a:hover,				
#footer a:focus	{
  color: #cccccc;
}

/*-----------------------------------------------------------*/

.carousel-showsixmoveone .cloneditem-1,
.carousel-showsixmoveone .cloneditem-2,
.carousel-showsixmoveone .cloneditem-3,
.carousel-showsixmoveone .cloneditem-4,
.carousel-showsixmoveone .cloneditem-5 {
  display: none;
}
@media all and (max-width: 767px) {
  .carousel-showsixmoveone .carousel-inner > .active.left,
  .carousel-showsixmoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showsixmoveone .carousel-inner > .active.right,
  .carousel-showsixmoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showsixmoveone .carousel-inner > .left,
  .carousel-showsixmoveone .carousel-inner > .prev.right,
  .carousel-showsixmoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (max-width: 767px) and (transform-3d), all and (max-width: 767px) and (-webkit-transform-3d) {
  .carousel-showsixmoveone .carousel-inner > .item.active.right,
  .carousel-showsixmoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner > .item.active.left,
  .carousel-showsixmoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner > .item.left,
  .carousel-showsixmoveone .carousel-inner > .item.prev.right,
  .carousel-showsixmoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 768px) {
  .carousel-showsixmoveone .carousel-inner > .active.left,
  .carousel-showsixmoveone .carousel-inner > .prev {
    left: -33.333%;
  }
  .carousel-showsixmoveone .carousel-inner > .active.right,
  .carousel-showsixmoveone .carousel-inner > .next {
    left: 33.333%;
  }
  .carousel-showsixmoveone .carousel-inner > .left,
  .carousel-showsixmoveone .carousel-inner > .prev.right,
  .carousel-showsixmoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner .cloneditem-1,
  .carousel-showsixmoveone .carousel-inner .cloneditem-2 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showsixmoveone .carousel-inner > .item.active.right,
  .carousel-showsixmoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(33.333%, 0, 0);
            transform: translate3d(33.333%, 0, 0);
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner > .item.active.left,
  .carousel-showsixmoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-33.333%, 0, 0);
            transform: translate3d(-33.333%, 0, 0);
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner > .item.left,
  .carousel-showsixmoveone .carousel-inner > .item.prev.right,
  .carousel-showsixmoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showsixmoveone .carousel-inner > .active.left,
  .carousel-showsixmoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showsixmoveone .carousel-inner > .active.right,
  .carousel-showsixmoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showsixmoveone .carousel-inner > .left,
  .carousel-showsixmoveone .carousel-inner > .prev.right,
  .carousel-showsixmoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner .cloneditem-3,
  .carousel-showsixmoveone .carousel-inner .cloneditem-4,
  .carousel-showsixmoveone .carousel-inner .cloneditem-5 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showsixmoveone .carousel-inner > .item.active.right,
  .carousel-showsixmoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
            transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner > .item.active.left,
  .carousel-showsixmoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
            transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner > .item.left,
  .carousel-showsixmoveone .carousel-inner > .item.prev.right,
  .carousel-showsixmoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/*-----------------------------------------------------------*/

.dropdown-menu ul{
  display: none;
  list-style: none;
}

.submenu-link {
  position: relative;
  float: left;
}

.submenu-link ul {
  position:absolute;
  top:100%;
  z-index:10;
  border: #179a79 solid 2px;
}

.submenu-link a{
  text-decoration: none;
}

.submenu-link ul {
  height: auto;
  width: 100%;
  background-color: rgba(0,0,0,0.95);
  padding: 0;
}

.submenu-link ul li a {
  width: 100%;
  height: auto;
  display: table;
} 

.submenu-link ul li {
  display: contents;
}

.dropdown-menu li:hover > ul{
  display: block;
  z-index: 2000;
}

.p-0{
  padding: 0;
}

.pl-5{
  padding-left: 5px;
}

.pr-8{
  padding-right: 5px;
}

.box-loading{
  height: 200px;
  width: auto;
  padding-top: 70px;
}

/*----------------------FlipBook--------------------------*/

#magazine{
	width:100%;
	height:380px;
}
#magazine .turn-page{
	background-color:#ccc;
	background-size:100% 100%;
}

#magazine-content {
  margin: auto;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#btn-prev, #btn-next {
  width: 40px;
  height: 40px;
  background: rgba(100, 100, 100, 0.9);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 40px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  font-family: monospace;
  z-index: 80;
  overflow: visible;
}

#btn-prev:hover, #btn-next:hover {
  background: rgba(100, 100, 100, 0.5);
} 

#btn-prev {
  left: 20px;  
}

#btn-next{
  right: 20px;
}
/*---------------------- Gallery --------------------------*/

.img-gallery {
  width: auto; /* You can set the dimensions to whatever you want */
  height: 180px;
  object-fit: cover;
}

.img-cut {
  width: 100%; /* You can set the dimensions to whatever you want */  
  object-fit: cover;
  object-position: 50% 20%;
}

.h-120px {
  height: 120px;
}

/* --------------------- Nav -----------------------------*/
.nav-bold {
  font-weight: 700;
}

/* ------------------ Galley ---------------------------*/

.card-container {
  padding: 5px;
}

.card-action:hover {
  background-color: #f8f9fa;
}

.bold {
  font-weight: bold;
}

.font-green {
  color: #179a79;
}