/* ==========================================================================
   AVANCES
   Copyright 2021 UNLaM. Todos los derechos reservados.
   Website: http://www.avances.com.ar
   Contact: webmaster@unlam.edu.ar
   Version: 1.0
   Update: Enero 2021
   ========================================================================== */
html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #000000;
    padding-top: 66px;
    font-size: 16px;
    line-height: 1.6;
}
@media (min-width: 992px) {
    body {
        padding-top: 86px;
    }
}
a {
    color: #ff722b;
    -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: #ff722b;
    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);
}
h4, .h4, h5, .h5, h6, .h6 {
    margin: 20px 0;
}
h2 {
    margin-top: 0;
	margin-bottom: 20px;
    font-size: 40px;
}
h3 {
	font-size: 30px;
    margin-top: 40px;
}
h4 {
    font-size: 20px;
    color: #333399;
}
h5 {
	font-size: 16px;
    text-transform: uppercase;
    color: #333;
    margin-top: 40px;
}
hr {
    border-top: 1px solid #d9d9d9;
    margin-top: 30px;
    margin-bottom: 30px;
}
iframe {
    border: 0;
    margin-bottom: 10px;
}
#header {
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
}
#header h1#logo, #header h1#logo a, #header.affix h1#logo, #header.affix h1#logo a {
    float: left;
    margin: 13px 0;
    height: 40px;
    width: 167px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
#header h1#logo a, #header.affix h1#logo a {
    background: transparent url(../img/logo_avances_ch.png) no-repeat scroll;
    margin: 0;
}
@media (min-width: 992px) {
    #header h1#logo, #header h1#logo a {
        height: 60px;
        width: 250px;
    }
    #header h1#logo a {
        background: transparent url(../img/logo_avances.png) no-repeat scroll;
    }
}
#header h1 a span {
    visibility: hidden;
    display: none;
}
#header .navbar-nav > li {
    position: inherit;
}
#header .navbar-nav > li > a {
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px;
    font-size: 14px;
}
#header .navbar-nav > li.special > a {
    color: #eb9436;
}
@media (min-width: 768px) {
    #header .navbar-right {
        margin-top: 15px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
}
@media (min-width: 992px) {
    #header .navbar-nav > li > a {
        font-size: 16px;
    }
    #header .navbar-right {
        margin-top: 23px;
    }
    #header.affix .navbar-right {
        margin-top: 13px;
    }
}
@media (min-width: 1200px) {
    #header .navbar-nav > li > a {
        padding: 10px 15px;
    }
}
#header .navbar-nav > li a:hover, #header .navbar-nav > li a:focus {
    background-color: #179a79;
}
#header .navbar-nav > li > div {
    width: 100%;
    top: 100%;
    position: absolute;
    left: -9999px;
    background: rgba(83, 148, 225, 0.98);
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
    padding: 25px 40px;
    z-index: 9000;
}
#header .navbar-nav > li:hover > div {
    left: 0;
    opacity: 1;
}
#header .navbar-nav > li > div ul:first-child {
    margin: 0;
}
#header .navbar-nav > li > div ul {
    list-style: none;
    float: left;
    width: 100%;
}
#header .navbar-nav > li > div ul li {
    float: left;
    margin: 5px 1% 5px 0;
}
#header .navbar-nav > li > div ul li a {
    padding: 5px 7px;
    font-size: 18px;
    font-family: "Times New Roman", Times, serif;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}
#header .navbar-nav > li > div ul li a:hover {
    background: #243244;
    color: #fff;
}
#header .navbar-nav > li > div ul li ul li a {
    text-transform: none;
    line-height: 24px;
    color: #243244;
    background: rgba(0, 0, 0, 0.1);
}
#header .navbar-toggle {
    margin: 16px 0;
    background-color: #ff7500;
}
#header .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
#header #social {
    float: right;
    margin-top: 20px;
}
#header #display-date {
	padding-top: 15px;
	text-transform: uppercase;
	text-align: right;
	font-size: 12px;
	font-weight: 700;
	color: #bbb
}
@media (min-width: 992px) {
	#header #display-date {
		padding-top: 23px;
		font-size: 14px;
	}
}
#header #display-date span {
	color: #37ba99
}
#middle {
    width: 100%;
    background-color: #e9e9e9;
    position: relative;
    z-index: 0;
}
#middle.seccion-17 {
    background: #e7efc7;
}
#middle .col-heading {
    font: normal bold 18px/30px "Open Sans", Arial, Verdana, Helvetica, sans-serif;
    border-bottom: 3px solid #243244;
    text-transform: uppercase;
    color: #243244;
}
#middle .well {
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: transparent;
}
@media (min-width: 768px) {
    #middle .well {
        padding: 20px;
        background: rgba(0, 0, 0, 0.1);
    }
}
#middle .embed-responsive-16by9 {
    margin-bottom: 20px;
}
#sidebar .well {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
    #sidebar .well {
        padding: 10px;
    }
}
#sidebar .well h3 {
    font: normal normal 20px/30px "Times New Roman", Times, serif;
    color: #FFF;
    margin: 0;
    padding: 10px 15px 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#sidebar .navbar-collapse {
    padding: 0;
}
#sidebar .nav > li > a {
    color: #243244;
}
#sidebar .nav ul > li > a {
    padding: 5px 25px;
}
#sidebar .nav > li > a:hover, #sidebar .nav > li > a:focus {
    background-color: #5879a0;
    color: #FFF;
}
#mod-content {
    min-height: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
}
#mod-content .glyphicon {
    font-size: 14px;
}
#mod-content .addthis_inline_share_toolbox {
    padding: 20px 0 10px;
}
#maincontent h5.date {
    text-transform: uppercase;
    font-size: 13px;
}
#maincontent h5.date span {
    color: #FFF;
    background-color: #333;
    margin-right: 5px;
    padding: 3px 8px;
}
#maincontent p.brief {
    font-size: 16px;
}
#maincontent img {
    max-width: 100%;
    margin-bottom: 20px;
}
#maincontent section.noticia {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#maincontent section.noticia img {
    width: 200px;
    margin: 0 10px 10px 0;
}
#mod-calendar {
    background-color: #077a59;
    padding: 60px 0;
}
#mod-calendar .container {
    position: relative;
}
#mod-calendar .item-thumbs {
	position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 10px 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}
#mod-calendar .item-thumbs .hover-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
}
#mod-calendar .item-thumbs:hover .hover-wrap, #mod-calendar .item-thumbs.active .hover-wrap {
    opacity: 1;
    filter: alpha(opacity=100);
}
#mod-calendar .item-thumbs .overlay-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: 0.90;
    filter: alpha(opacity=90);
}
#mod-calendar .item-thumbs .meta {
	padding: 20px;
}
#mod-calendar .item-thumbs .meta h5 {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
	margin-top: 0;
	border-bottom: 3px solid #179a79;
    padding-bottom: 10px;
	text-transform: none;
    font-weight: normal;
}
#mod-calendar .item-thumbs .meta p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
	max-height: 195px;
    overflow: hidden;
}
#mod-calendar .item-thumbs .meta span {
    font-size: 16px;
	color: #179a79;
	font-weight: bold;
	text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
#mod-calendar .carousel-footer {
    position: absolute;
    top: 0;
    right: 10px;
}
#mod-calendar .carousel-footer a {
    color: white;
    font-size: 16px;
    padding: 0 7px;
}
#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 .nav > li > a {
    padding: 20px 10px;
}
#mod-news .nav > li > a:hover, #mod-news .nav > li > a:focus {
    background-color: #d1e6e6;
}
#mod-news .list-group-item-heading {
    text-transform: uppercase;
    color: #bb166f;
    margin: 0 20px 0 0;
    float: left;
}
#mod-news .list-group-item-text {
    line-height: inherit;
    color: #333;
}
#mod-slider .carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    left: inherit;
    width: auto;
}
#mod-slider .carousel-indicators li {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    text-indent: -999px;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#mod-slider .carousel-indicators .active {
    margin: 1px 1px 1px 10px;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
}
#mod-slider .carousel-caption {
    position: static;
    padding: 15px;
    background-color: #151e19;
    text-align: left;
}
#mod-slider .carousel-caption h1 {
    font-size: 20px;
    margin: 0 0 10px;
    text-transform: uppercase;
    height: 20px;
    overflow: hidden;
}
#mod-slider .carousel-caption h2 {
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
}
#mod-slider .carousel-caption p {
    float: absolute;
    right: 15px;
    top: 150px;
    margin: 15px 0 0;
}
#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;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        background: none;
        text-shadow: none;
    }
    #mod-slider .carousel-caption-title {
        float: left;
        width: 100%;
    }
    #mod-slider .carousel-caption-brief {
        float: left;
        margin-top: 20px;
        width: 50%;
    }
    #mod-slider .carousel-caption h1 {
        background: rgb(255, 255, 255);
        background: rgba(255, 255, 255, .9);
        color: #333333;
        display: inline;
        padding: 5px 10px;
        font-size: 30px;
        height: auto;
        overflow: auto;
        line-height: 60px;
    }
    #mod-slider .carousel-caption h2 {
        background: rgb(255, 255, 255);
        background: rgba(255, 255, 255, .9);
        color: #333333;
        display: inline;
        padding: 5px 10px;
        font-size: 20px;
        height: auto;
        overflow: auto;
        line-height: 40px;
    }
    #mod-slider .carousel-caption p {
        position: absolute;
        right: 15px;
        top: auto;
        bottom: 0;
        margin: 0 0 15px;
    }
    #mod-slider .img-scale {
        padding-bottom: 500px;
    }
}
#mod-photowide {
    position: relative;
    background-color: #3c5777;
}
#mod-photowide .caption {
    position: static;
    background-color: #001606;
}
#mod-photowide .caption h2 {
    margin: 15px 0;
    padding: 0;
    color: #FFF;
    font-size: 20px;
    text-transform: uppercase;
}
#mod-photowide .img-scale {
    width: 100%;
    height: 0;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media (min-width: 768px) {
    #mod-photowide .caption {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        background-color: transparent;
    }
    #mod-photowide .caption h2 {
        padding: 5px 15px;
        background: rgba(255, 255, 255, .9);
        display: inline;
        color: #333;
        font-size: 24px;
    }
    #mod-photowide .img-scale {
        padding-bottom: 150px;
    }
}
#mod-photonav {
    position: relative;
    padding: 60px 0;
}
#mod-photonav a.btn {
    background-color: #000;
    display: block;
}
#mod-photonav h4 {
    letter-spacing: 1px;
    text-transform: uppercase;
}
#mod-photonav p {
    font-size: 20px;
    line-height: 36px;
}
#mod-photonav a.btn {
    width: 200px;
    margin-top: 20px;
    background-color: #333;
    border-color: #222;
}
#mod-photonav a.btn:hover {
    background-color: #111;
    border-color: #000;
}
#mod-txtnav {
    background-color: #364d41;
    padding: 0 0 40px;
}
#mod-txtnav a {
    display: block;
    text-decoration: none;
    height: 70px;
    position: relative;
}
#mod-txtnav #cuadro1 a {
    border-bottom: 5px solid #fbc165;
}
#mod-txtnav #cuadro2 a {
    border-bottom: 5px solid #e5a033;
}
#mod-txtnav #cuadro3 a {
    border-bottom: 5px solid #e58f33;
}
@media (min-width: 768px) {
    #mod-txtnav {
        padding: 40px 0;
    }
}
@media (min-width: 992px) {
    #mod-txtnav {
        padding: 60px 0;
    }
}
#mod-txtnav a h3 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
}
@media (min-width: 992px) {
    #mod-txtnav a h3 {
        font-size: 28px;
    }
}
#mod-banners {
    background: #364d41 url(../img/banners_background.jpg) no-repeat scroll;
    background-size: cover;
    padding: 60px 0;
}
#mod-banners .container {
    position: relative;
}
#mod-banners h4, #mod-contact h4, #mod-videos h4, #mod-calendar h4 {
    color: white;
    margin: 0 0 20px;
    font-size: 24px;
    text-transform: capitalize;
    font-variant: small-caps;
    letter-spacing: 1px;
    line-height: 1;
}
@media (min-width: 768px) {
    #mod-banners h4, #mod-contact h4, #mod-videos h4, #mod-calendar h4 {
       margin: 0 0 40px;
       font-size: 36px;
    }
}
#mod-banners .thumbnail {
    margin: 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;
    margin: 10px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}
#mod-banners .carousel-footer {
    position: absolute;
    top: 0;
    right: 10px;
}
#mod-banners .carousel-footer a {
    color: white;
    font-size: 16px;
    padding: 0 7px;
}
@media (min-width: 768px) {
    #mod-banners .carousel-footer a,
	#mod-calendar .carousel-footer a {
        font-size: 20px;
    }
}
#mod-videos {
    background-color: #e1eeaf;
    padding: 60px 0 80px;
}
#mod-videos h4 {
    color: #193627;
}
#mod-videos .carousel-indicators {
    bottom: 40px;
}
#mod-videos .carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
    margin: 3px;
    width: 12px;
    height: 12px;
}
#mod-videos .carousel-indicators .active {
    background-color: #333333;
    margin: 3px;
}
#mod-videos .item-thumbs {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px;
}
#mod-videos .item-thumbs a + img {
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
}
#mod-videos .item-thumbs .hover-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
}
#mod-videos .item-thumbs:hover .hover-wrap, #mod-videos .item-thumbs.active .hover-wrap {
    opacity: 1;
    filter: alpha(opacity=100);
}
#mod-videos .item-thumbs .overlay-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.70;
    filter: alpha(opacity=70);
}
#mod-videos .item-thumbs .overlay-img-thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    color: #FFFFFF;
    font-size: 32px;
    line-height: 1em;
    opacity: 1;
    filter: alpha(opacity=100);
}
#mod-videos .item-thumbs .item-meta {
    padding: 20px;
}
#mod-videos .item-thumbs .item-meta h5 {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}
#mod-videos .item-thumbs .item-meta p {
    font-size: 12px;
    color: #c6c7c7;
    margin: 0;
}
#mod-contact {
    background: rgba(0, 0, 0, 0.85);
    padding: 60px 0;
}
#mod-contact p {
    line-height: 45px;
    color: #999;
    font-size: 16px;
    margin-bottom: 20px;
}
#mod-contact iframe {
    border: 0px solid #009266;
}
#mod-tabmenu {
    padding-bottom: 50px;
}
#mod-tabmenu .nav-tabs {
    background-color: #d1e6e6;
    color: #333;
    width: 100%;
    border-bottom: 1px solid #b1c6c6;
}
#mod-tabmenu .nav-tabs > li > a {
    color: #243244;
}
#mod-tabmenu .nav > li > a:hover {
    border-color: transparent;
    background-color: #c1d6d6;
}
#mod-tabmenu .nav-tabs > li.active > a, #mod-tabmenu .nav-tabs > li.active > a:hover, #mod-tabmenu .nav-tabs > li.active > a:focus {
    color: #243244;
    border: 1px solid #b1c6c6;
    border-bottom-color: transparent;
}
#mod-tabmenu .tab-content {
    padding: 20px 15px;
}
#mod-gallery, #mod-list-gallery {
    margin-bottom: 20px;
}
#mod-gallery h4, #mod-list-gallery h4 {
    margin-bottom: 20px;
}
#mod-gallery img {
    max-width: 100%;
    margin: auto;
}
#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 5px 0;
    width: 150px;
}
#mod-downloads ul {
    padding-left: 0;
    list-style: none;
}
#mod-downloads ul li {
    width: 12.5%;
    float: left;
    border: 1px solid #fff;
}
#mod-downloads ul li a {
    padding: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    height: 105px;
    display: block;
    color: #333;
    background-color: #eee;
}
#mod-downloads ul li a:hover {
    color: #fff;
    background-color: #e52c72;
    text-decoration: none;
}
#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;
    position: relative;
}
#footer p {
    padding: 30px 0;
    color: #aaa;
    text-align: left;
	font-size: 14px;
}
@media (min-width: 992px) {
	#footer p {
 		text-align: right;
	}
}
@media (min-width: 1200px) {
	#footer p {
		font-size: 16px;
	}
}
#footer a {
    color: #aaa;
    text-decoration: underline;
}
#footer a:hover, #footer a:focus {
    color: #cccccc;
}
.at4-follow-container, .at4-follow-close-control {
    margin-top: 10px;
}
/* NAVIGATION BUTTON BELOW 992
@media (max-width: 991px) {
    .navbar-header, .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}
*/
/* CAROUSEL WITH ONE MOVE */
.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 (min-width: 768px) {
    .carousel-showsixmoveone .carousel-inner > .active.left, .carousel-showsixmoveone .carousel-inner > .prev {
        left: -25%;
    }
    .carousel-showsixmoveone .carousel-inner > .active.right, .carousel-showsixmoveone .carousel-inner > .next {
        left: 25%;
    }
    .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, .carousel-showsixmoveone .carousel-inner .cloneditem-3 {
        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(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0;
    }
    .carousel-showsixmoveone .carousel-inner > .item.active.left, .carousel-showsixmoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 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) {
    #mod-banners.carousel-showsixmoveone .carousel-inner > .active.left, #mod-banners.carousel-showsixmoveone .carousel-inner > .prev {
        left: -16.666%;
    }
    #mod-banners.carousel-showsixmoveone .carousel-inner > .active.right, #mod-banners.carousel-showsixmoveone .carousel-inner > .next {
        left: 16.666%;
    }
    #mod-banners.carousel-showsixmoveone .carousel-inner > .left, #mod-banners.carousel-showsixmoveone .carousel-inner > .prev.right, #mod-banners.carousel-showsixmoveone .carousel-inner > .active {
        left: 0;
    }
    #mod-banners.carousel-showsixmoveone .carousel-inner .cloneditem-3, #mod-banners.carousel-showsixmoveone .carousel-inner .cloneditem-4, #mod-banners.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) {
    #mod-banners.carousel-showsixmoveone .carousel-inner > .item.active.right, #mod-banners.carousel-showsixmoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(16.666%, 0, 0);
        transform: translate3d(16.666%, 0, 0);
        left: 0;
    }
    #mod-banners.carousel-showsixmoveone .carousel-inner > .item.active.left, #mod-banners.carousel-showsixmoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-16.666%, 0, 0);
        transform: translate3d(-16.666%, 0, 0);
        left: 0;
    }
    #mod-banners.carousel-showsixmoveone .carousel-inner > .item.left, #mod-banners.carousel-showsixmoveone .carousel-inner > .item.prev.right, #mod-banners.carousel-showsixmoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.fancybox-slide--iframe .fancybox-close-small {
    top: 5px;
    right: 5px;
}
.fancybox-slide--iframe .fancybox-content {
    width: 80%;
    height: 100%;
    margin: 0;
    background-color: transparent;
}
.fancybox-slide--iframe .fancybox-content iframe {
    border-radius: 15px;
    background-color: transparent;
}
.form-control {
	font-size: 16px;
}