﻿.wrapper{    width: 96%; max-width: 1000px; margin: 0 auto; position: relative;}
#right {
	float: right;
	width: 160px;
	margin: 0;
	padding: 0;
	/*border:thin;
	border-style:solid;
	margin-top:100px;*/
	padding:10px;
	
	
}
/* --------------content ------------- */
#content {
float:left;
width: 85%;
max-width:750px

margin: 3px;
padding: 10px;
}
/* --------------tile ------------- */
.tile {
/*
width: 100%;
max-width: 850px;
*/
border:thin;
border-style:solid;

margin: 3px;
padding: 15px;

}


/*
***********************
*  Gallery
***********************
*/
#gallery{
    width: 100%;
    height: 130px;
    display: block;
    overflow:hidden;  
    position: relative;
    clear: both;
}

#gallery .uni-title{
    margin:30px auto 0 auto;
    text-align:center;
    line-height: 1;
    font-size: 5em;
    font-weight: 400;
    color: white;
    /*font-family: 'Montserrat Alternates', sans-serif;*/
    font-family: 'Alegreya Sans SC', sans-serif;
}
.bg-layer{
    background-color:#02639d;  /* rgba(0,0,0,.5);*/
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

/*
***********************
*  Main
***********************
*/
.cbp_tmicon{
    cursor: pointer;
}
.cbp_tmicon span{
    z-index: 1300;
    width: 100px;
    height: auto;
    line-height: 20px;
    padding: 10px;
    left: 100%;
    margin-left: -70px;
    font-family: 'Alegreya SC', Georgia, serif;
    font-weight: 400;    
    font-style: italic;
    font-size: 14px;
    color: #719DAB;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 4px solid #2980b9;
    background: rgba(255,255,255,1);
    text-indent: 0px;
    border-radius: 5px;
    position: absolute;
    pointer-events: none;
    bottom: 100px;
    opacity: 0;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cbp_tmicon span:before,
.cbp_tmicon span:after{
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0,0,0,0.1);
}
.cbp_tmicon span:after{
    bottom: -14px;
    margin-left: -10px;
    border-top: 10px solid #2980b9;
}
.cbp_tmicon:hover span{
    opacity: 1;
    bottom: 70px;
}
body > div.main > ul > li > div.cbp_tmicon > i {
margin-top: -2em;
}

.cbp_tmlabel a{
    text-decoration: underline;    
    color:#02639d;
    display: block; 
}
.cbp_tmlabel a:hover{
    text-decoration: underline;   
    color:#fff;   
}

.cbp-tm-submenu li a i{
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    right: 1.15em;
}
.cbp-tm-menu > li > a.active{
    color:#02639d;
}