@charset "utf-8";
/* CSS Document */

div.big_box {
	width:calc(100% - 30px);
	margin-right:30px;
	margin-bottom:30px;
}

div.small_box {
	float:left;
	width:calc(33% - 30px);
	margin-right:30px;
}

div.small_box:nth-child(3) {
	width:calc(34% - 30px);
	margin-right:0px;
}

div.big_box a.big {
	display:block;
	width:100%;
	height:450px;
	
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

div.small_box a {
	display:block;
	width:100%;
	height:350px;
	
	background-repeat:no-repeat;
	background-position:left;
	background-size:cover;
}

/*////////////////////*/
/*nivoslider*/
.theme-light.slider-wrapper {
	padding: 10px;
}
.theme-light .nivoSlider {
	position:relative;
	margin-bottom:10px;
	overflow: visible;
}
.theme-light .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-light .nivoSlider a {
	border:0;
	display:block;
}

.theme-light .nivoSlider a.nivo-imageLink {
	background:white; 
	filter: alpha(opacity=0); 
	opacity: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
	position: absolute; 
}

.theme-light .nivo-controlNav {
	text-align: left;
	padding: 0;
	position: absolute;
	z-index: 10;
	bottom:15px;
	height:20px;
	width:100%;
	text-align:center;
}

.theme-light .nivo-controlNav a {
	display:inline-block;
	width:15px;
	height:15px;
	background:url(/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 5px;
	cursor:pointer;
}

.theme-light .nivo-controlNav a.active {
	background-position:0 100%;
}

.theme-light .nivo-directionNav{
	position:absolute;
	top:50%;
	width:100%;
	margin-top:-15px;
}

.theme-light .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background: url(/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top: auto;
	bottom: -36px;
	z-index: 11;
	cursor:pointer;
}
.theme-light .nivo-directionNav a:hover {
   
}
.theme-light a.nivo-nextNav {
	background-position:100% 50%;
	right:10px;
	position:absolute;
}
.theme-light a.nivo-prevNav {
    background-position:0px 50%;
    left: 10px;
	right: auto;
	position:absolute;
}

.theme-light .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-light .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-light .nivo-caption a:hover {
    color:#fff;
}

.theme-light .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
h1{
	font-size: 48px;
}

/*nivoslider*/
/*////////////////////*/

/*///////////////*/
/*container item*/
#container_chooser {
	margin-top:50px;
	margin-bottom:20px;
	
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	/*align-content: center;*/
	column-gap: 4%;
}

#container_chooser > a.container-item {
	align-self: center;
	
	display: block;
	position:relative;
	float:left;
	
	/*border:1px solid #FF0000;*/
	
	width:23%;	
	transition: transform ease 0.3s;
}

#container_chooser > a.container-item.bigger {
	width:33%;
	/*height:760px;*/
}

#container_chooser > a.container-item:hover {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	text-decoration: none;
}

/*#container_chooser > a.container-item.bigger:hover {
	-webkit-transform:scale(1.3);
	transform:scale(1.3);
	text-decoration: none;
}*/

#container_chooser > a.container-item > div.tile {
	position:relative;
	background-color: #FFF;
	padding: 10%;
	text-align: center;
}

#container_chooser > a.container-item > div.tile > div.title,
#container_chooser > a.container-item > div.tile > div.subtitle {
	font-size: 18px;
	color:#3c4143;
	font-weight: bold;
	text-align: center;
}

/*#container_chooser > a.container-item > div.tile > div.subtitle {
	color:#8f8f8f;
	font-weight: normal;
}*/

#container_chooser > a.container-item > div.tile > img {
	width:100%;
	max-width: 400px;
	
	margin:15px auto 20px auto;
}

#container_chooser > a.container-item > div.tile > div.button {

}

#container_chooser > a.container-item:hover > div.tile > div.button {
	/*display:block;*/
}

#container_chooser > a.container-item > div.tile > div.button span {
	padding:8px 22px;
	background-color:#3c4143;
	color:#FFF;
	border-radius: 5px;
	margin:auto;
}

#container_chooser > a.container-item > div.tile > div.logo {
}

#container_chooser > a.container-item > div.tile > div.logo img {
	width:100%;
	max-width: 400px;
}

#container_chooser > a.container-item > span.shadow {	
	position:absolute;
	left:0px;
	bottom:0px;
		
	width:100%;
	height:200px;
	opacity: 0;
	
	filter: drop-shadow(-1px 20px 13px rgba(0, 0, 0, 0.25));
	/*-webkit-filter: drop-shadow(-1px 20px 13px rgba(0, 0, 0, 0.25));*/
	
	/*box-shadow:-1px 20px 13px rgba(0, 0, 0, 0.25);*/
	transition: opacity ease 0.3s;
}

#container_chooser > a.container-item > span.shadow > span.shape {
	display:block;
	background-color:#FFF;
	width:100%;
	height:200px;
	clip-path: polygon(7px 30%, calc(100% - 7px) 30%, 100% 100%, 0% 100%);
}

#container_chooser > a.container-item:hover > span.shadow {
	opacity: 1;
}

#container_chooser > a.container-item.bigger > span.shadow {
	height:340px;
}

#container_chooser > a.container-item.bigger > span.shadow > span.shape {
	height:340px;
}
/*pattern item*/
/*///////////////*/