.container-product .carousel-indicators .active,
.container-product .carousel-indicators li
{
    margin: 4px 3%;
}
.carousel-inner>.item>img,
.container-product .slide-carousel img{
    margin: 0 auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    font: 16px/1 Arial sans-serif;
}
.container-product .product-carousel .slide-carousel{
    height: 60vh;
    text-align: center; /* align the inline(-block) elements horizontally*/
    font: 0/0 a;       /*  remove the gap between inline(-block) elements*/
}
.modal-dialog .slide-carousel:before,
.container-product .slide-carousel:before {     /*create a full-height inline block pseudo=element*/
    content: ' ';
    display: inline-block;
    vertical-align: middle;   /*vertical alignment of the inline element*/
    height: 100%;
}
.container-product .video-slide .slide-row
{
    display: flex;
    display: -webkit-box;
    display: moz-box-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
}
.container-product .video-slide:before
{
    content: '';
    display: none;
    vertical-align: inherit;
    height: 0;
}

.container-product .carousel.product-carousel
{
    height: 60vh;
    margin-bottom: 4%;
}
.mini-carousel .carousel-indicators
{
    display: none;
}
.carousel-inner
{
    margin: 0 auto;
}
.container-product .carousel-indicators {
    bottom: -6%;
    background-color: transparent;
}
.container-product #slides_control {
    position:absolute;
    width: 400px;
    left:50%;
    top:20px;
    margin-left:-200px;
}
.container-product .block-right{
    text-align: left;
    color: #4d4d4d;
}
.container-product h3
{
    font-family: 'Novecentowide-DemiBold';
    text-transform: uppercase;
}
.container-product .icon-zoom
{
    background: url("../images/sprite-icons.png")no-repeat -37px -408px transparent;
}
header .ref
{
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 0;
}
header .name
 {
     font-family: 'ProximaNova-Regular';
 }
header .name span
{
    font-style: italic;
    font-size: 16px;
    color: #4d4d4d;
    font-weight: 200;
    font-family: 'ProximaNova-Regular', sans-serif;
}
.container-product ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.container-product ul li
{
    text-transform: none;
}
.container-product ul label {
    width: 42%;
    position: relative;
    padding-right: 3%;
    font-weight: 200;
}
.container-product ul label:after {
    content: ":";
    position: absolute;
    right: 7%;
}
.icon-zoom
{
/*    background: url("../images/sprite-icons.png")no-repeat -110px -180px transparent;*/
    width: 45px;
    height: 45px;
    position: absolute;
    right: 10px;
    top: 25px;
    border: 0 none;
    z-index: 10;
    display: block;
    font-size: 3em;
    line-height: normal;
    font-weight: 100;
    color: #000000;
    background-color: transparent;

}
.container-product .list-btns
{
    margin-top: 20px;
    padding: 10%;
}
.list-btns li
{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-transform: uppercase;
    color: #4B4B4B;
    cursor: pointer;
    width: 80px;
    text-align: center;
    margin: 0 3%;
}
.list-btns a
{
    color: #4B4B4B;
}
.list-btns i
{
    background: url("../images/sprite-icons.png")no-repeat -266px 6px transparent;
    display: block;
    text-align: center;
    width: 43px;
    height: 48px;
    margin: 0 auto 5px;
}
.list-btns span
{
    display: block;
    min-height: 30px;
}
.list-btns .icon-3d-file{
    background: url("../images/3d_file_icon_r.jpg")no-repeat center center;
    display: block;
    text-align: center;
    width: 43px;
    height: 48px;
    margin: 0 auto 5px;
}

.list-btns .icon-pin
{
    background-position: -171px 6px;
}
.list-btns .icon-pdf
{
    background-position: -266px 6px;
}
.list-btns .icon-mail
{
    background-position: -358px 6px;
}
.block-right h4
{
    text-transform: uppercase;
    color: #4B4B4B;
    text-align: left;
    margin: 10px 0;
    padding:0 ;
}

.pinit
{
    padding: 10px 0;
    /*background: url("../images/pinterest.png") no-repeat 0 0 transparent !important;
    width: 43px;
    height: 43px;*/
}

.centered-image
{
    background-color: #383838;
}
.aside-image
{
    background-color: #DCDCDC;
    opacity: 0.8;
}

.flex-block a
{
    border: 1px solid #A9A8A8;
    border-radius: 4px;
    margin: auto;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 150px;
    height: 150px;
}

.list-btns .icon-learn-more{
    background: url("../images/charles-learnmore-resize.png")no-repeat center center;
    display: block;
    text-align: center;
    width: 43px;
    height: 48px;
    margin: 0 auto 5px;
}