﻿
/* This CSS will be included in the RSCAS folder on Template "Wide with Carousel" only - Following a request of the RSCAS Webmaster */


/* carousel HOMEPAGE */
.heroSlider .rsArrowLeft {

    left: 3px!Important;
  
  
}
.heroSlider .rsArrowRight {

    right: 3px!Important;
  
  
}



/* fascia arancione con titolo Schuman */
.rscas_box_title_resp {
    padding: 4px;
    font-size: 13px;
    color: #fff;
    background-color: #F09B0F;
    width: 100%;
    text-align: right; 
    margin-bottom:13px;
}

.sliderContainer {
    margin-bottom: 0px !important;
}

/* ----------- Effetto Transition hover img ----------- */
.rscas_image_opac_resp img {
    /* Firefox */
    -moz-transition-property: opacity;
    -moz-transition-duration: 0.7s;
	-moz-transition-delay: 0.1s;
	/* WebKit */
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.7s;
	-webkit-transition-delay: 0.1s;
	/* Opera */
	-o-transition-property: opacity;
	-o-transition-duration: 0.7s;
	-o-transition-delay: 0.1s;
	/* Standard */
	transition-property: opacity;
	transition-duration: 0.7s;
	transition-delay: 0.1s;
}

.rscas_image_opac_resp img:hover {
    /* -moz-filter: opacity(0.7);
  	-webkit-filter: opacity(0.7);
    -o-filter: opacity(0.7);
    -ms-filter: opacity(0.7); */
    opacity: 0.7;
}


/* ----------------- lista programmi --------------- */

.rscas-prog-text {
  margin-top: 7px;
}

.rscas-grid-prog {
    /* padding: 20px 20px 100px 20px;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center; */
    list-style: none;
    padding-left: 0px !important;
    margin-top: 10px;
}
 
.rscas-grid-prog li{
    display: inline-block;
    /* width: 440px; */
    margin: 0;
    /* padding: 20px; */
    text-align: left;
    position: relative;
} 
.rscas-grid-prog .rscas-figure-prog {
    margin: 0;
    position: relative;
}
.rscas-grid-prog .rscas-figure-prog img {
    width: 152px;
    margin-right: 0px !important;
    display: block;
    position: relative;
}

.rscas-grid-prog .rscas-figcaption-prog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: #e6e6e8;
    color: #ed4e6e;
}

.rscas-grid-prog .rscas-figcaption-prog h3 {
    margin: 0;
    padding: 0;
    color: #fff;
}
 
.rscas-grid-prog .rscas-figcaption-prog a {
    text-align: center;
    padding: 3px 4px;
    border-radius: 2px;
    display: inline-block;
    background: #2583C0; 
    color: #fff;
    font-size: 13px;
}

.rscas-cs-style-4 li{
    /*perspective: 152px; */
    perspective-origin: 0 50%;
    overflow: hidden;
    margin-right: 2px;
}
/*
.rscas-cs-style-4 .rscas-figure-prog {
    transform-style: preserve-3d;
}*/

.rscas-cs-style-4 .rscas-figure-prog > div {
    overflow: hidden;
}

.rscas-cs-style-4 .rscas-figure-prog img {
    transition: transform 0.4s;
}
 
.rscas-cs-style-4 .rscas-figure-prog:hover img {
    transform: translateX(51%);
}

.rscas-cs-style-4 .rscas-figcaption-prog {
    height: 100%;
    width: 50%;
    opacity: 0;
    backface-visibility: hidden;
    transform-origin: 0 0;
    transform: rotateY(-90deg);
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.rscas-cs-style-4 .rscas-figure-prog:hover .rscas-figcaption-prog {
    opacity: 1;
    transform: rotateY(0deg);
    transition: transform 0.4s, opacity 0.1s;
}

.rscas-cs-style-4 .rscas-figcaption-prog a {
    position: absolute;
    bottom: 26px;
    left: 3px;
}

/* ----------- QUOTES PROGRAMMES----------- */
blockquote.bigQuoteLeft img {
    margin-left:10px;
}

blockquote.bigQuoteLeft small {
    text-align:right;
}


/* ----------- Programmes (adesso vale solo per eui forum) ----------- */

/* background grigio ai singoli box */
.rscas_left_col_Programmes_resp {
    width: 100%;
    display: table;
    background-color: #f6f7fb;
    margin-bottom: 5px;
    border: 2px solid #e6e6e8;
    padding-right: 13px;
}

/* on hover cambia il background*/
.rscas_left_col_Programmes_resp:hover {
    background-color: white;
}

.rscas_left_col_Programmes_resp img {
    float: left;
    border-right: 2px solid #e6e6e8;
    margin-right: 10px;
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-bottom: 0px !important;
}

.rscas_left_col_Programmes_resp p {
    vertical-align: middle;
    display: table-cell;
  	text-align: left;
	padding: 5px;
}

.rscas_left_col_Programmes_resp a {
    display: block;
}

/* ---------------- ERC ------------------- */
/* background grigio ai singoli box */
.rscas_erc {
    width: 100%;
    display: table;
    background-color: #f6f7fb;
    margin-bottom: 5px;
    border: 2px solid #e6e6e8;
    padding-right: 13px;
}

/* on hover cambia il background*/
.rscas_erc:hover {
    background-color: white;
}

.rscas_erc img {
    float: left;
    border-right: 2px solid #e6e6e8;
    margin-right: 10px;
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-bottom: 0px !important;
}

.rscas_erc p {
    vertical-align: middle;
    display: table-cell;
   	text-align: left;
	padding: 5px;
}

.rscas_erc a {
    display: block;
}


/* ----------- calendar What's on (vecchio) ----------- */

/* per i box dispari cambia il background */
.rscas_odd_resp {
    background-color: #f6f7fb;
    display:inline-block;
    border: 1px solid #e6e6e8;
    margin-top: -6px;
    width: 100%;
}

.rscas_even_resp {
    display:inline-block;
    border: 1px solid #e6e6e8;
    margin-top: -6px;
    width: 100%;
}

/* box calendario from e to */
.rscas_calendar_box_resp {
    color: #0085C2;
    border: 1px solid #0085C2;
    width: 55px;
    margin: 6px 3px 6px 3px;
    height: 63px;
    border-radius: 4px;
}

.rscas_calendar_box_resp h1 {
    margin: 0px !important;
    font-size: 20px!important;
    line-height: 15px!important;
}

.rscas_calendar_fromto_resp {	
    background-color: #0085C2;
   margin-bottom: 4px;
    color: white;
}



/* ----------- Social Soundcloud ----------- */

a.btn-soundcloud {
    padding: 0 2px;  
}



/* ------------CSS per minitemplate ----------------*/

/* ----------- Publications ----------- */

.rscas_e15 {
  padding:0 10px 10px;
  border: 1px solid #e6e6e8;
  background-color: #f6f7fb;
  
}

.rscas_col_right_Publication_resp {
    width: 100%;
    background-color: #f6f7fb;
    border-bottom: 1px solid #BFE0EF;
    margin-bottom: -5px !important;
    display:inline-block;
    padding: 13px 5px 5px 5px;
}


.rscas_col_right_Publication_resp img {
  width: 45px;
}

/* ------------ People ------------------- */
.rscasPeople {
    border-left: 3px solid #f19a13;
    background: #FCF8F2;
    padding-left: 10px;
    padding-bottom: 10px;
}

.rscasPeopleImg img{
    margin-top: 20px;
    float: right;
}

.rscasPeopleBio img {
    min-height: 20px;
    margin-top: 0px !important;
}


/*-------------- opportunities --------------*/
.rscas-call-papers,
.rscas-Opportunities{
    padding: 10px 10px;
    background: #f6f7fb;
    border: 1px solid #e6e6e8;
    margin-bottom: 5px;
}


.rscas-Opportunities h3{
    margin-top: 5px;
    margin-bottom: 0px;    
}

.rscas-Opportunities h4{
    margin-top: 5px;
    margin-bottom: 0px;    
}

.rscas-Opportunities .rscas-opp-desc p {
     margin-left: 10px;
}

.rscas-Opportunities .rscas-opp-deadline p {
     margin-left: 10px;
     margin-bottom: 0px;
}

/* ------------------ events ------------- */
.rscasEvents {
  background-color: whiteSmoke;
  padding: 14px;
  border: 1px solid gainsboro;
  margin: 0;
  margin-bottom: 5px;
}

.rscasEventbox {
  border-bottom: 1px solid gainsboro;
  margin: 0;
  padding: 0;
}
.rscasEventDate {
  font-size: 12px; 
  color: #666666; 
  font-weight: 600; 
  padding: 3px 0;
}

.rscasEventType {
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  color: #999999; 
}

.rscasEventTitle  h3 { clear: both;
  font-size: 14px;
  line-height: 16px;
  margin: 5px 0!important;
}

/*---------------------- fine css templates ----------------------*/

/* font-size collapse nella pagina training */
.pageID-31483 .panel-heading .panel-title a {
    font-size: 17px !important;
}

/* font-size e color per i numeri nella pagina About Centre at a Glance */
.rscas-key-num {
    font-size: 20px; 
    color: #EE992E;
}

/* solo in homepage bottoni menu */
.pageID-16333 a.list-group-item {
  color: #108CC8;
  font-size:13px;
}

/* solo in homepage bottoni menu */
.pageID-16333 a.list-group-item:hover, 
.pageID-16333 a.list-group-item:focus {
  color: #14B8E0;
}

.rscas-all p {
  text-transform: uppercase;
  font-size: 12px;
}


.rscas-wrapper-menu {
    margin-top: 15px;
}

@media (max-width: 767px) {
  .rscas-wrapper-menu {
    margin-top: -15px!important;
  }
  .sliderContainer {
    display: none;
  }
  .rscas_box_title_resp{
    display: none;
  }
  .rscas-no-mobile {
    display: none;
  }
}
