/*.grid {*/
    /*width: 80%;*/

    /*margin: 50px auto;*/

    /*text-align: center;*/
/*}*/

/*.grid-image {*/
    /*width: 280px;*/
    /*margin: 10px;*/

    /*vertical-align: top;*/

    /*-webkit-box-shadow: 0 8px 8px -8px black;*/
    /*-moz-box-shadow: 0 8px 8px -8px black;*/
    /*box-shadow: 0 8px 8px -8px black;*/
/*}*/

/*.grid-image:hover {*/


    /*-o-transform: scale(1.2);*/
    /*-ms-transform: scale(1.2);*/
    /*-webkit-transform: scale(1.2);*/
    /*-moz-transform: scale(1.2);*/
    /*transform: scale(1.2);*/

    /*cursor: pointer;*/
/*}*/



.carousal {
    position: relative;
    top: 50%;
    width: 100%;

    /*max-width: 80%;*/
    background-color: transparent;
    text-align: center;



    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);

}

/*-o-transform: translate(-50%, -50%);*/
/*-ms-transform: translate(-50%, -50%);*/
/*-webkit-transform: translate(-50%, -50%);*/
/*-moz-transform: translate(-50%, -50%);*/
/*transform: translate(-50%, -50%);*/

.carousal-container {
    display: inline-block;
    position: relative;
    margin: 20px;
    min-width: 300px;
    min-height: 300px;
}

.carousal-content {
    display: inline-block;

    z-index: 1;

    width: 100%;


    text-align: center;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.carousal-left {
    left: 10px;
}

.carousal-right {
    right: 10px;
}

.carousal-nav {
    display: inline-block;
    position: absolute;
    top: 50%;

    border-radius: 50%;

    width: 100px;
    height: 100px;

    cursor: pointer;
    z-index: 2;

    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);

    /*background-color: rgba(112, 171, 37,0.3);*/
    background-color: rgba(15, 41, 68, 0.4)
}

.carousal-nav:hover {
    background-color: #2D2D2D;

}

.carousal-nav-icon {
    fill: white;
    width: 100%;
    height: 100%;
}

.carousal-nav-icon:hover {
    -webkit-filter: drop-shadow(-0px -0px 5px #000);
    filter: drop-shadow(-0px -0px 5px #000);
    fill: #70ab25;
}

.carousal-item {
    position: relative;
    display: inline-block;
}

.carousal-item-image {
    max-width: 100%;
    max-height: 90vh;



}

.carousal-item-caption {
    position: absolute;
    left: 0;
    top: 0;


    height: 100px;
    text-align: center;

    overflow: hidden;

    width: 100%;
}

.carousal-item-caption h3 {
    display:inline-block;
    position: relative;
    top: 50%;

    max-width: 90%;

    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);

    color: #70ab25;
    font-weight: bold;
    font-size: 1.5rem;
    vertical-align: middle;

    width: auto;
    height: auto;
    max-height: 100px;

    background-color: #2D2D2D;

    padding: 20px;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.carousal-empty {
    color: white;
    font-size: 2rem;
    width: auto;
    height: auto;
}



.carousal-close {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;

    color: white;
    fill: white;

    padding: 0;

    cursor: pointer;
    z-index: 10;

}

.carousal-close:hover {

    -webkit-filter: drop-shadow(-0px -0px 5px black);
    filter: drop-shadow(-0px -0px 5px black);
    text-shadow: -0px -0px 5px black;
    fill: #70ab25;

    background-color: #2D2D2D;
}

.carousal-close {
    padding: 10px;
    display: inline-block;
    background-color: rgba(15, 41, 68, 0.4);
}

.carousal-close-icon {
    vertical-align: middle;
}

.carousal-close-text {
    vertical-align: middle;
    font-size: 1.5rem;
    font-family: OpenSans, Arial, tahoma, sans-serif;
}