/* ==========================================================================
   GRADUADOS
   Copyright 2017 UNLaM. Todos los derechos reservados.
   Website: http://graduados.unlam.edu.ar
   Contact: webmaster@unlam.edu.ar
   Version: 1.0
   Update: Julio 2017
   ========================================================================== */
   
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: #fff;
    padding-top: 80px;
    font-size: 14px;
    line-height: 1.6;
}

@media (min-width: 1200px) {
    body {
        padding-top: 100px;
    }
}
a {
    color: #00a070;
    -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: #00a070;
    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);
}
h2 {
    margin-top: 0;
}
h4 {
    font-size: 20px;
    color: #0082bb;
}
h5 {
    font-size: 16px;
    font-weight: bold;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 20px;
}
hr {
    border-top: 1px solid #ddd;
}
iframe {
    border: 0;
}
img {
    max-width: 100%;
}
#header {
    width: 100%;
    background: #ffffffeb;
}
#header h1#logo, #header h1#logo a, #header.affix h1#logo, #header.affix h1#logo a {
    float: left;
    margin: 13px 0;
    height: 54px;
    width: 364px;
    -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_CIS.png) no-repeat scroll;
    margin: 0;
}
@media (min-width: 1200px) {
    #header h1#logo, #header h1#logo a {
        height: 68px;
        width: 458px;
    }
    #header h1#logo a {
        background: transparent url(../img/logo_CIS.png) no-repeat scroll;
    }
}
#header h1 a span {
    visibility: hidden;
    display: none;
}
#header .navbar-nav > li > a {
    text-transform: uppercase;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 0.5px;
}
#header .navbar-nav > li a:hover, 
#header .navbar-nav > li a:focus {
    background-color: #ff9c55;
    color: #111;
}
#header .navbar-nav > li > ul:first-child {
    margin: 0;
}
#header .navbar-nav > li > ul li a {
    padding: 0 25px;
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    display: inline-block;
    margin: 0 20px 10px 0;
}
#header .navbar-nav > li > ul li a:hover {
    background: #111;
    color: #fff;
}
@media (min-width: 768px) {
    #header .navbar-nav > li > ul {
        top: 100%;
        position: absolute;
        background: #eaeae5;
        -webkit-transition: 0.2s opacity ease-in-out;
        transition: 0.2s opacity ease-in-out;
        padding: 25px 30px 15px;
        z-index: 9000;
        border: none;
        border-radius: 0;
    }
    #header .navbar-nav > li > ul li a {
        color: #111;
        padding: 5px 7px;
	    font-size: 18px;
        line-height: 24px;
        background: rgba(0,0,0,0.1);
  }
}
@media (min-width: 992px) {
    #header .navbar-nav {
        margin-top: 25px;
    }
    #header.affix .navbar-nav {
        margin-top: 25px;
    }
    #header .navbar-nav > li > a {
        margin: 0 0 15px;
        padding: 10px 15px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    #header.affix .navbar-nav > li > a {
        margin: 0 0 15px;
    }
}
@media (min-width: 1200px) {
    #header .navbar-nav {
        margin-top: 25px;
    }
    #header .navbar-nav > li > a {
        font-size: 16px;
        margin: 10px 0 25px;
    }
}
#header .navbar-toggle {
    margin: 25px 0;
    background-color: #333;
}
#header .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
#header #social {
    float: right;
    margin-top: 20px;
}
#middle {
    width: 100%;
    background: #ffffff;
}
#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: #eaeae5;
    }
}
#maincontent .breadcrumb {
    background-color: rgba(0,0,0,0.1);
}
#maincontent .embed-responsive-16by9 {
    margin-bottom: 20px;
}
#maincontent .badge {
    padding: 8px 12px;
    background-color: #0082bb;
	border-radius: 0;
}
#sidebar .col-heading {
    font: normal bold 18px/30px "Open Sans", Arial, Verdana, Helvetica, sans-serif;
    border-bottom: 3px solid #333;
    text-transform: uppercase;
    color: #333;
}
#sidebar .well {
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #eaeae5;
}
@media (min-width: 768px) {
    #sidebar .well {
        padding: 10px;
    }
}
#sidebar .well h3 {
    font: normal normal 20px/30px "Times New Roman", Times, serif;
    margin: 0;
    padding: 10px 15px 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#sidebar .navbar-collapse {
    padding: 0;
}
#sidebar .nav>li>a {
    color: #333;
}
#sidebar .nav ul>li>a {
    padding: 5px 25px;
}
#sidebar .nav>li>a:hover, #sidebar .nav>li>a:focus {
    background-color: rgba(0,0,0,0.1);
    color: #00a070;
}
#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: 99%;
    margin: 0 1% 20px;
}
#maincontent ul li div p.alert-info {
    margin-top: 10px;
}
#mod-calendar .page-header {
    margin: 0;
    border: none;
}
#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;
    margin: 0
}
#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: #160b0f;
    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: #000;
}
#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: 200px;
    }
}
#mod-sintesis {
    position: relative;
    padding: 40px 0 20px;
    background-color: #29a16d;
}
#mod-sintesis a {
    display: block;
    text-decoration: none;
    background-color: rgba(255,255,255,0.7);
    margin-bottom: 20px;
	height: 325px;
}
#mod-sintesis a div {
    background-size: cover;
    height: 245px;
}
#mod-sintesis a:hover div {
    opacity: 0.3;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#mod-sintesis a h3 {
    color: #000;
    min-height: 60px;
    margin: 0;
    padding: 10px 0 10px 10px;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
}
#mod-sintesis span {
	position:absolute;
	top:20px;
	left:15px;
	background:rgba(0,0,0,0.7);
	padding:3px 12px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
}
#mod-txtnav {
    background-color: #eaeae5;
    padding: 40px 0 20px;
}
#mod-txtnav.smallpic {
    padding: 30px 0 10px;
}
#mod-txtnav a {
    display: block;
    text-decoration: none;
    height: 255px;
    position: relative;
    background-size: cover;
}
#mod-txtnav.smallpic a {
    height: 110px;
}
#mod-txtnav a:hover {
    box-shadow: 0 0 20px 3px;
}
#mod-txtnav #cuadro1 a {
    background-image: url(../img/thumb_cuadro1.jpg);
}
#mod-txtnav #cuadro2 a {
    background-image: url(../img/thumb_cuadro2.jpg);
}
#mod-txtnav #cuadro3 a {
    background-image: url(../img/thumb_cuadro3.jpg);
}
#mod-txtnav #cuadro4 a {
    background-image: url(../img/thumb_cuadro4.jpg);
}
#mod-txtnav #cuadro1, #mod-txtnav #cuadro2, #mod-txtnav #cuadro3, #mod-txtnav #cuadro4 {
    margin-bottom: 20px;
}
#mod-txtnav a h3 {
    color: #000;
    font-size: 14px;
    position: absolute;
    bottom: 60px;
    margin: 0;
    padding: 5px 10px;
    background: #fff;   
}
#mod-txtnav.smallpic a h3 {
    font-size: 20px;
    bottom: 20px;
}
@media (min-width: 992px) {
    #mod-txtnav a h3 {
        font-size: 20px;
    }
}
@media (min-width: 1200px) {
    #mod-txtnav a h3 {
        font-size: 26px;
    }
}
#mod-banners {
    background: #000 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-social h4, #mod-sintesis h4 {
    color: white;
    margin: 0 0 40px;
    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-social h4, #mod-sintesis h4 {
        font-size: 30px;
    }
}
#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;
}
#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 {
        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-videosrel .col-body {
    margin-top: 15px;
}
#mod-videosrel a {
    display: block;
    color: inherit;
    text-decoration: none;
    font-size: 14px;
}
#mod-videosrel h5 {
    margin: 5px 0;
}
#mod-contact {
    background: rgba(0,0,0,1);
    padding: 60px 0;
}
#mod-contact p {
    line-height: 40px;
    color: #999;
    font-size: 16px;
    margin-bottom: 20px;
}
#mod-contact iframe {
    border: 0px solid #009266;
}
#col-contact {
  margin-bottom: 30px;
}
#col-contact h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
}
#col-contact h4.green {
  color: rgba(0,100,50,0.7);
}
#col-contact h4.red {
  color: rgba(255,80,50,0.7);
}
@media (min-width: 768px) {
  #col-contact h4 {
    font-size: 18px;
  }
}
#col-contact p { 
  line-height: 40px;
  font-size: 16px;
  padding: 10px 30px;
}
#col-contact p.green { 
  background: rgba(0,100,50,0.3); 
}
#col-contact p.red { 
  background: rgba(255,80,50,0.4); 
}
#col-contact iframe {
  border: 0px solid #009266; 
  display: block;
}
#mod-social { 
  background: #ddd; 
  padding: 60px 0;
}
#mod-social h4 { 
  color: #333; 
}
#mod-social iframe {
  border: none;
  background: #fff;
}

#mod-social img { 
    margin-top: 20px;
}
/*#mod-social #mod-instagram {
    height: 494px;
    overflow: hidden;
}
#mod-social #mod-instagram,
#mod-social #mod-twitter,
#mod-social #mod-facebook{
    margin-bottom: 20px;
}*/
#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 img {
    max-width: 100%;
    margin: auto;
}
#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 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 ul {
    padding-left: 0;
    list-style: none;
}
#mod-downloads ul li {
    width: 16.5%;
    float: left;
    border: 1px solid #fff;
}
#mod-downloads ul li a {
    padding: 10px;
    text-align: center;
    font-size: 11px;
    line-height: 1.2;
    height: 110px;
    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;
}
#footer {
    width: 100%;
    background-color: #000000;
}
#footer p {
    padding: 30px 0;
    color: #999999;
    text-align: center;
    border-top: 1px solid #111;
}
#footer a {
    color: #999999;
    text-decoration: underline;
}
#footer a:hover, #footer a:focus {
    color: #cccccc;
}
.at4-follow-container, .at4-follow-close-control {
    margin-top: 10px;
}

@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;
        margin-bottom: 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: -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;
    }
}
