@charset "utf-8";
/* CSS Document */

#contenitore-videogallery{
	background-color:transparent;
}

#contenitore-videogallery #singolo-video{
	background-color:#EEEEEE;
}

#contenitore-videogallery #singolo-video h1{
	color:#555555;
	border-bottom:1px #DDDDDD solid;
}

#contenitore-videogallery #singolo-video h2{
	color:#888888;
}

#contenitore-videogallery #singolo-video p{
	color:#555555;
}

#contenitore-videogallery #singolo-video a.dettagli-video{
	background-color:#196608;
	color:#FFFFFF;
}

#contenitore-videogallery #singolo-video a.dettagli-video:hover{
    color: #fff;
    background-color: #17937e;
    border-color: #12806d;
}

/*=============================================================================*/

/* INIZIO dettagli-video VIDEO */

#contenitore-videogallery #video{
}

#contenitore-videogallery .contenitore-social{
	border-bottom:1px dashed #DDDDDD;
	border-top:1px dashed #DDDDDD;
}

#contenitore-videogallery .contenitore-social .canale{
	background-color:#DDDDDD;
	color:#FFFFFF;
}

#contenitore-videogallery .contenitore-social .canale:hover{
	background-color:#555555;
	color:#FFFFFF;
}

#contenitore-videogallery .contenitore-social .indietro{
	background-color:#DDDDDD;
	color:#FFFFFF;
}

#contenitore-videogallery .contenitore-social .indietro:hover{
	background-color:#555555;
	color:#FFFFFF;
}

#contenitore-videogallery #info-video{
}

#contenitore-videogallery #info-video h1{
	color:#555555;
}

#contenitore-videogallery #info-video h2{
	color:#888888;
}

#contenitore-videogallery #info-video div{
	color:#333333 !important;
}


#contenitore-videogallery {
    width: 100%;
    background-color: transparent;
}


.real-content {
    background-color: transparent !important;
    border: none;
}

#contenitore-videogallery #singolo-video {
    width: 31% !important;
    margin: 1%;
    float: left;
    box-sizing: border-box;
    height: auto;
    border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    margin-bottom: 25px;
    padding: 0;
    position: relative;

}

#contenitore-videogallery #singolo-video>div {
    width: 100% !important;
    height: auto !important;
    text-align: center;
    border: 1px solid #ddd !important;
    background-color: #FCFCFC !important;
    overflow: hidden;
}

#contenitore-videogallery #singolo-video>div img {
    width: 100%;
    min-height: 22px;
}
#contenitore-videogallery #singolo-video h1 {
    color: #ffffff;
    width: 100%;
    font-size: 17px !important;
    line-height: 26px;
    height: 31px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    bottom: 0;
    border: none;
    font-weight: bold;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    margin: 0;
    text-transform: uppercase;
    font-family: "Roboto Condensed", Arial, sans-serif;
}
.contenitore-scorrimento {
    width: 100%;
    text-align: center;
    padding-top: 85px;
    overflow: hidden;
    height: auto;
}

.contenitore-scorrimento table {
    margin: 0 auto;
}

.contenitore-scorrimento {
    display: none;
}

#contenitore-videogallery #singolo-video a:before {
    content: "\f04b";
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: transparent;
    border: 4px solid #fff;
    margin-left: -30px;
    margin-top: -30px;
    border-radius: 50%;
    color: #fff;
    text-shadow: 1px 1px 2px #949494;
    font-family: FontAwesome;
    font-size: 29px;
    padding: 9px 15px;
}

@media (max-width:1200px)
{
	
#contenitore-videogallery #singolo-video {
    width: 48% !important;
}
}


#contenitore-videogallery #singolo-video a.dettagli-video:hover {
    color: #fff;
    background-color: #1d1d1d;
    border-color: #1d1d1d;
}


#contenitore-videogallery #singolo-video h2 {
    color: #888888;
    width: 100%;
    display: none;
}
#contenitore-videogallery #singolo-video p {
    color: #555555;
    width: 100%;
}

#contenitore-videogallery #singolo-video a {
    display: block;
    /* position: relative; */
    /* z-index: 9; */
}

#contenitore-videogallery #singolo-video a.dettagli-video {
    display: none;
}

#contenitore-videogallery #singolo-video p {
    font-family: 'Play', sans-serif;
}

@media(max-width:760px) {
#contenitore-videogallery #singolo-video {
    width: 98% !important;
}
}


#contenitore-videogallery .contenitore-social .indietro {
    float: right;
    padding: 5px 15px;
    font-size: 12px;
    text-decoration: none;
    border-radius: 3px;
    color: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: #e3292e !important;
    text-transform: uppercase;
    border-radius: 5px;
}
#contenitore-videogallery {
    width: 100%;
}

#contenitore-videogallery .contenitore-social {
    overflow: hidden;
    height: 49px;
    padding: 7px;
}

#contenitore-videogallery #info-video h2 {
    display: none;
}

a.canale {
    display: none;
}


#contenitore-videogallery #info-video div {
    font-size: 17px;
    font-family: "Dosis", sans-serif;
}


#contenitore-videogallery #info-video div * {
    font-size: inherit;
}

#contenitore-videogallery #info-video h1 {
    width: 100%;
    margin: 9px 0px;
    padding-bottom: 10px;
    font-size: 23px !important;
    display: none;
}
div#contenitore-videogallery * {
    font-family: "Poppins", Arial, sans-serif;
}
#contenitore-videogallery #singolo-video p {
    display: none;
}

#contenitore-videogallery #video {
    width: 100%;
    text-align: center;
}

#contenitore-videogallery #video object embed,
#contenitore-videogallery #video object {
    width: 100% !important;
}