
/* ========================================================================= *\
    vmcarousel plugin
\* ========================================================================= */

.vmc-container{position: relative; text-align: center; }
.vmc-viewport{overflow: hidden;}

.vmcarousel{list-style-type: none; padding: 0; margin: 0; width: 1000%;}
.vmcarousel:after{content: ''; display: table; clear: both;}
.vmcarousel li{float: left;}
.vmcarousel li img{ display: block; margin: 0 auto; max-width: 100%;}



.vmc-arrow-left, .vmc-arrow-right{
    position: absolute; bottom: -47px; left: 32%; width: 36px; height: 20px; overflow: hidden; transition: all 0.5s;
    opacity: 1; border-radius: 50%; transition: opacity 0.3s ease; background: url(../images/in_rigth.png) no-repeat;  background-size: cover;
    text-align: center;
}
.vmc-arrow-right{ left: auto; right: 32%; }
.vmc-arrow-left{ transform: rotate(180deg); }
.vmc-arrow-left:hover{ left: 31.5%; } 
.vmc-arrow-right:hover{ right: 31.5%; }

/*.vmc-arrow-left:after, .vmc-arrow-right:after{
    content: ''; display: inline-block;
    font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased;
	 font-size: 50px; line-height: 50px; color: white;
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
    text-shadow: 2px 2px #000;
}
.vmc-arrow-left:hover:after, .vmc-arrow-right:hover:after{color: white;}
.vmc-arrow-left:after{content: "\e079";}
.vmc-arrow-right:after{content: "\e080";}*/

.vmc-container img[src$=".svg"]{width: 100% !important; height: auto !important; max-height: 100%;}

.notransition{-webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important; -ms-transition: none !important; transition: none !important;}
