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

/*.vmc-container{position: relative;}*/
.vmc-viewport{overflow: hidden;}

.vmcarousel{list-style-type: none; padding: 0; margin: 0; width: 100%;}
.vmcarousel:after{content: ''; display: table; clear: both;}
.vmcarousel > li{float: left;}
.vmc-centered li div {
    border: 1px solid #e0e0e0;
    width: 95%;
    margin: auto;
    padding: 0;
    max-height: 300px;
    max-width: 300px;
    padding:10px 0;
	min-height: 230px;
}
	.vmcarousel > li img {
    display: block;
    margin: 0% auto;
    max-width: 90%;
    max-height: 210px;
}
.vmc-container.hide-controls .vmc-arrow-left, .vmc-container.hide-controls .vmc-arrow-right{display: none;}

.vmc-arrow-left, .vmc-arrow-right{
    position: absolute; top: 50%;width: 30px; height: 30px;transition: opacity 0.3s ease;
    text-align: center;
}
.vmc-arrow-right{left: auto; right: 0px;}
.vmc-container:hover .vmc-arrow-left, .vmc-container:hover .vmc-arrow-right{opacity: 1;}

.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: 30px; line-height: 30px;width: 30px; color: white;
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  background: #cccccc;
}
.vmc-arrow-left{position: absolute;left: 0px;}
.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;}

@media all and (max-width:1200px){
	.vmc-centered li div {
    border: 1px solid #e0e0e0;
    width: 95%;
    margin: auto;
    padding: 0;
    max-height: 300px;
    max-width: 300px;
    padding: 10px 0;
    min-height: 190px;
}

.vmcarousel > li img {
    display: block;
    margin: 0% auto;
    max-width: 90%;
    max-height: 170px;
}
}

@media all and (max-width:600px){
	.vmc-centered li div {
    border: 1px solid #e0e0e0;
    width: 95%;
    margin: auto;
    padding: 0;
    max-height: 300px;
    max-width: 300px;
    padding: 10px 0;
    min-height: 170px;
}

.vmcarousel > li img {
    display: block;
    margin: 0% auto;
    max-width: 90%;
    max-height: 150px;
}
}
