@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans|PT+Sans|Roboto:400,700);

.category-tile {
  width: 568px;
  height: 257px;
  display: inline-block;
  background:url(../images/webinars.png);
  overflow: hidden;
  /*border-radius: 2px;*/
}
.category-tile:hover .overlay {
  transform: translateX(0);
  transition: transform 500ms;
}
.category-tile:hover .overlay h3 > span {
  transform: rotateZ(180deg);
  transition: transform 200ms;
}
.overlay {
  background-color:rgba(0,0,0,0.5);
  color: #fff;
  padding: 10px 10px 20px 10px;
  height: 100%;
  transform: translateX(90%);
  transition: transform 500ms;
}
.overlay h3 {
  font-weight: 400;
  
  margin-bottom: 25px;
}
.overlay h3 .fontawesome-chevron-up {
  float: right;
  padding-right: 10px;
  transform-origin: 35% 50%;
  transition: transform 400ms;
}

.overlay ul 
{
	display:inline-block;
	list-style:none;
}
.overlay ul li
{
	list-style:none;
	display:inline-block;
	float:left;
	color:#FFF;
	position:relative;
}
.vericaltext{
    width:2px;
	
	padding:2px ;
    word-wrap: break-word ;
   	font-size:18px;
	color:FFF;
	
}



.category-tile2 {
  width: 568px;
  height: 257px;
  display: inline-block;
  background:url(../images/edu-fairs.png);
  overflow: hidden;
  /*border-radius: 2px;*/
}
.category-tile2:hover .overlay2 {
  transform: translateY(0);
  transition: transform 500ms;
}
.category-tile2:hover .overlay2 h3 > span {
  transform: rotateZ(180deg);
  transition: transform 200ms;
}
.overlay2 {
  background-color:rgba(0,0,0,0.5);
  color: #fff;
  padding:3px 10px 20px 10px;
  height: 100%;
  transform: translateY(85%);
  transition: transform 500ms;
}


.overlay2 h3 {
  font-weight: 400;
  text-align:center;
  float:none;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
}





figure.snip0015 {
  
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin:0px ;
  min-width: 256px;
  max-width: 256px;
  /*max-height: 258px;*/
  width: 100%;
  background: #000000;
  text-align: center;
}
figure.snip0015 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0015 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0015 figcaption {
  position: absolute;
  bottom: 50px;
  left: 0;
  padding: 3em 3em;
  width: 100%;
  height: 50%;
}
figure.snip0015 figcaption::before {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: 50%;
  left: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0015 h2,
figure.snip0015 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.snip0015 h2 {
  word-spacing: -0.15em;
  
  /*text-transform: uppercase;*/
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0015 h2 span {
  font-weight: 600;
}
figure.snip0015 p {
  font-weight: 200	;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0015 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip0015:hover img {
  opacity: 0.35;
}
figure.snip0015:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0015:hover figcaption p {
  opacity: 0.9;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0015:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  top: 30px;
  bottom: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fairs-text
{
	color:#FFF;
	position:absolute;
	font-size:18px;
	z-index:999;
	top:50%;
	left:30%;
}

.fairs-text:hover
{
	display:none;
	
}


.fill-button {
  position: relative;
  display: inline-block;
  z-index: 1;
  text-decoration: none;
  /*margin-top: 50px;
  margin-left: 300px;*/
}
.fill-button:hover .button-content {
  color: #fff;
}
.fill-button:hover .button-fill {
  width: 100%;
}
.fill-button .button-wrapper {
  width:134px;
  height:43px;
  background-color: white;
  padding: 9px 20px;
  border: 2px solid #10509e;
  position: relative;
  z-index: 2;
  
}
.fill-button .button-content {
  color:#222222;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
  text-transform: uppercase;
  position: relative;
  z-index: 4;
  transition: color .5s ease-in;
  text-align: center;
}
.fill-button .button-fill {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #10509e;
  transition: width 0.25s ease-out;
}



.fill-button2 {
  position: relative;
  display: inline-block;
  z-index: 1;
  text-decoration: none;
  /*margin-top: 50px;
  margin-left: 300px;*/
}
.fill-button2:hover .button-content2 {
  color: #10509e;
  text-decoration:none;
}
.fill-button2:hover .button-fill2 {
  width: 100%;
  text-decoration:none;
}
.fill-button2 .button-wrapper2 {
  width:175px;
  height:40px;
  color:#fffb97;
  font-family: 'Open Sans', sans-serif;
  font-size:15px;
  border:2px solid #fffb97;
  background-color: rgba(0,0,0,0);
  padding: 7px 20px;
  margin:0px 42px;
  position: relative;
  z-index: 2;
  text-decoration:none;
  
}
.fill-button2 .button-content2 {
 color:#fffb97;
 font-family: 'Open Sans', sans-serif;
  font-size:15px;
  text-transform: uppercase;
  position: relative;
  z-index: 4;
  transition: color .5s ease-in;
  text-align: center;
  text-decoration:none;
}
.fill-button2 .button-fill2 {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color:#ffef83;
  transition: width 0.25s ease-out;
   text-decoration: none;
}
.fill-button2 img{
	padding-left:10px;
}




.fill-button3 {
  position: relative;
  display: inline-block;
  z-index: 1;
  text-decoration: none;
  margin-left:20px;
  padding-top:18px;
	display:inline-block;
	float:left;
}
.fill-button3:hover .button-content3 {
  color:#222222;
}
.fill-button3:hover .button-fill3 {
  width: 100%;
}
.fill-button3 .button-wrapper3 {
  width:134px;
  height:40px;
  padding: 10px 8px;
  
  position: relative;
  background-color:#10509e;
  z-index: 2;
}
.fill-button3 .button-content3 {
  color: #FFF;
  font: 14px 'Open Sans';
  
  position: relative;
  z-index: 4;
  transition: color .5s ease-in;
  text-align: center;
}
.fill-button3 .button-fill3 {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  border: 3px solid #10509e;
  background-color: white;
  transition: width 0.25s ease-out;
}



.fill-button4 {
  position: relative;
  display: inline-block;
  z-index: 1;
  text-decoration: none;
  margin-left:15px;
  display:inline-block;
  float:left;
}
.fill-button4:hover .button-content4 {
  color:#222222;
}
.fill-button4:hover .button-fill4 {
  width: 100%;
}
.fill-button4 .button-wrapper4 {
  width:134px;
  height:40px;
  padding: 10px 20px;
  
  position: relative;
  background-color:#10509e;
  z-index: 2;
}
.fill-button4 .button-content4 {
  color: #FFF;
  font: 14px 'Open Sans';
  
  position: relative;
  z-index: 4;
  transition: color .5s ease-in;
  text-align: center;
}
.fill-button4 .button-fill4 {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  border: 3px solid #10509e;
  background-color: white;
  transition: width 0.25s ease-out;
}



.fill-button5 {
  position: relative;
  display: inline-block;
  z-index: 1;
  text-decoration: none;
  padding-top:10px;
  display:inline-block;
  float:left;
}
.fill-button5:hover .button-content5 {
  color:#222222;
}
.fill-button5:hover .button-fill5 {
  width: 100%;
}
.fill-button5 .button-wrapper5 {
  width:134px;
  height:40px;
  padding: 10px 20px;
  
  position: relative;
  background-color:#10509e;
  z-index: 2;
}
.fill-button5 .button-content5{
  color: #FFF;
  font: 14px 'Open Sans';
  
  position: relative;
  z-index: 4;
  transition: color .5s ease-in;
  text-align: center;
}
.fill-button5 .button-fill5 {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  border: 3px solid #10509e;
  background-color: white;
  transition: width 0.25s ease-out;
}


.fill-button6 {
  position: relative;
  display: inline-block;
  z-index: 1;
  text-decoration: none;
   margin-bottom:50px;
   margin-right:20px;
   padding-top:6px;
   display:inline-block;
   float:right;
}
.fill-button6:hover .button-content6 {
  color:#222222;
}
.fill-button6:hover .button-fill6 {
  width: 100%;
}
.fill-button6 .button-wrapper6 {
  width:134px;
  height:40px;
  padding: 10px 20px;
  
  position: relative;
  background-color:#10509e;
  z-index: 2;
}
.fill-button6 .button-content6{
  color: #FFF;
  font: 14px 'Open Sans';
  
  position: relative;
  z-index: 4;
  transition: color .5s ease-in;
  text-align: center;
}
.fill-button6 .button-fill6 {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  border: 3px solid #10509e;
  background-color: white;
  transition: width 0.25s ease-out;
}



.button-footer {
 
  width:204px;
  position: relative;
  padding:12px 0px;
  background-color:rgba(0,0,0,0);
  border:2px solid #FFF;
  font-size: 15px;
  letter-spacing: 1px;  
  color: #000 ;
  z-index: 1;
  cursor: pointer;
  transition: box-shadow 0.6s;
 margin-top:20px;
}

.button-footer:hover {
  color: #FFF;
}

.button-footer a{color:#000;}

.blue {
  -webkit-box-shadow: inset 0 -0.5rem #10509e;
  box-shadow: inset 0 -0.5rem #10509e;
}

.blue:hover {
  box-shadow: inset 0 -4.6rem #10509e;
  color: #FFF !important;
}


.sky {
  -webkit-box-shadow: inset 0 -0.5rem #15c6dd;
  box-shadow: inset 0 -0.5rem #15c6dd;
}

.sky:hover {
  box-shadow: inset 0 -4.6rem #15c6dd;
  color: #FFF !important;
}


.greeny {
  -webkit-box-shadow: inset 0 -0.5rem #15dda6;
  box-shadow: inset 0 -0.5rem #15dda6;
}

.greeny:hover {
  box-shadow: inset 0 -4.6rem #15dda6;
  color: #FFF !important;
}


.button-left-panel {
 
  width:274px;
  position: relative;
  padding:12px 0px;
  background-color:rgba(0,0,0,0);
  border:2px solid #FFF;
  font-size: 15px;
  /*font-weight:600;*/
  letter-spacing: 1px;  
  color: #000 ;
  z-index: 1;
  cursor: pointer;
  transition: box-shadow 0.6s;
  font-family: 'Roboto Medium', sans-serif;
  margin:10px 25px;
}

.button-left-panel:hover {
  color: #FFF;
}

.button-left-panel a{color:#000;}


.country-apply-btn .fill-button3{float:right !important;}

.course-country-list .fill-button3{float:right !important;}

@media screen and (max-width:1200px){	

.fill-button2 .button-wrapper2 {
  
  margin:0px 12px;
 
  
}
.category-tile {
  width:100%;
}

.category-tile2 {
	width:100%;
}


}

@media screen and (max-width:991px){
	
	.category-tile {
	  width:96%;
	  float:none;
	  margin-left:auto;
	  margin-right:auto;
	  margin-bottom:10px;
	  display:block;
	}
	
	.category-tile2 {
		width:96%;
		float:none;
	  margin-left:auto;
	  margin-right:auto;
	  margin-bottom:10px;
	   display:block;
	}


figure.snip0015 {

	min-width:50% !important;
	width:50%;
}

.fill-button3 .button-wrapper3
{
	width:124px;
}

.browse-network
{
	height:275px;
}

}


@media screen and (max-width:767px){
	
	.fill-button3 .button-wrapper3
{
	width:134px;
}

	
}

@media screen and (max-width:680px){
	
.fill-button6{margin-bottom:15px;}

	.category-tile { width:93%; }
	
	.category-tile2 { width:93%; }

}


@media screen and (max-width:480px){
	
	.fill-button2 .button-wrapper2{margin:0px;}
	
	figure.snip0015 figcaption{    padding: 3em 0em;}
	
	.vericaltext{padding:0px;}
	
	.uni-caption{ width:100%;background-color: #f5f5f5;}
	
		
}


/*@media screen and (max-width:400px){
	
	.fill-button3{margin-left: 8px; padding-top:8px;}
	
	.fill-button3 .button-content3{font-size:12px;}
	
	.fill-button3 .button-wrapper3{width:100px;}
	
	
}*/

