/**IN THIS SECTION BOXES**/

.its-box-tile-image {
    /*height: 325px !important;*/
    width: 100%;
    height: 14rem ;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
	/*box-shadow: inset 0 0 0 2000px #1a843ae0;*/
	margin-bottom: -1px;	
border-radius: 30px;	
	
}

.its-box-tile-image img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	/*-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .5s;*/
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
	
}

.its-box-tile-image-link:hover img{
 -webkit-transform:scale(1.1);
 transform:scale(1.1);
	
	
}

.its-box-tile-image-link:hover .centered{
/*font-size:1.5em; transition:0.5s;*/
}

.its-box-overlay {
  position: absolute;
  transition:0.5s;
	color:#000;
	font-size: 1.35em;
	box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.3);
	height:100%;
	width:100%;

	text-transform: uppercase;
    font: bold;
     text-align: center;
}

.its-box-overlay-navy {
box-shadow: inset 0 0 0 2000px rgba(126, 125, 255, 0.6);
}


.its-box-overlay:hover{
	font-size: 1.305em;
	color:#000;
box-shadow: inset 0 0 0 2000px rgba(0, 102, 255, 0.4 );	
	    
}

.its-box-tile-text {
     position: relative;
    top: 41%;
    left: 5%;
    /* transform: translate(-50%, -50%); */
    text-shadow: 1px 1px 8px #fff, 1px 1px 8px #fff;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px !important;
    display: inline-block;
    text-transform: uppercase;
    box-shadow: 0 4px 15px -6px #000;
    border-radius: 10px;
    margin-right: 10%;
}

.its-box-tile-description {
    padding: 26px 15px 15px 20px;
	min-height: 250px !important;
	font-size:1.2em;
}

.its-box-tile-image-link-container {
    transition: box-shadow .5s,transform .5s,-webkit-box-shadow .5s,-webkit-transform .5s;
    -webkit-box-shadow: 0 10px 40px -15px rgba(0,0,0,.2);
    box-shadow: 0 10px 40px -15px rgba(0,0,0,.2);
	background: #fff;
}

.its-boxes-grid .width-20 {
    width: 20%;
    padding: 20px 20px!important;}


.p7ISM.ism-root-white .ism-outer-wrapper, .p7ISM .ism-panel.ism-panel-white, .p7ISM.ism-arrow-white .ism-arrow-left, .p7ISM.ism-arrow-white .ism-arrow-right, .ism-pags-color-white.ism-paginator a, .ism-pags-hover-white.ism-paginator a:hover, .ism-pags-down-white.ism-paginator a.down {
	background-color: #7ED3FF!important;}

/**** RESPONING *****/

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

.ism-panels-5 .ism-panel {
	min-width: 25%;}
}

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

.ism-panels-5 .ism-panel {
	min-width: 33%;}
}

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

.ism-panels-5 .ism-panel {
	min-width: 50%;}
	
.its-box-tile-image {
	height: 12rem;}
	
.ism-pad-20 .ism-content {
	padding: 13px;}	
}

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

.ism-panels-5 .ism-panel {
	min-width: 50%!important;}
}

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

.ism-panels-5 .ism-panel {
	min-width: 100%!important;}
}


