	.carrusel_list_1 {
		float: left;
		width: 100%;
		clear: both;
		padding: 2em 0em 4em 0em;
		position: relative;
		display: none;
	}
	
	.carrusel_list_1.grey_b{
		background: #efefef;
	}

	/*.carrusel_list_1 div {
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -khtml-user-select: none;
	    -ms-user-select:none;
	}*/

	.carrusel_list_1 .title.section{
		font-size: 1.5em;
		font-weight: 600;
		color: #575757;
		padding: 1em;
		text-transform: capitalize;
	}

	.carrusel_list_1.none_category .content .category{
		display: none !important; 
	}

	.carrusel_list_1.none_category .content .description{
		display: none; 
	}

	.carrusel_list_1.only_description_hover .content .description{
		display: none; 
	}

	.carrusel_list_1 .content_hidden{
		overflow:hidden;
		height: 18em;
	}

	.carrusel_list_1 .content_options.right{
		text-align: right;
	}

	.carrusel_list_1 .content_options.center{
		text-align: center;
	}

	.carrusel_list_1 .content_options{
		overflow:scroll;
		overflow-y: hidden;
		white-space: nowrap;
		width: 100%;
		padding-bottom: 2.3em;
	}
	
	.carrusel_list_1 .content_options .element{
		display: inline-block;
		margin: 0px 0.2em;
	}

	.carrusel_list_1 .content_options .element:first-child { 
		margin: 0px 0.2em 0px  0.6em;
	}
	
	.carrusel_list_1 .content_options .card{
		white-space:normal;
		width: 15em;
		height: 18em;
		border-radius: 0.5em;
		cursor: pointer;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: cover !important;
	}

	.carrusel_list_1 .content_options .background{
		width: 100%;
		height: 100%;
		color: #fff;
		background:rgba(0,0,0,0.5);
		border-radius: 0.5em;
		padding: 1.7em 1.7em;
		transition: all 0.5s ease;
	}

	.carrusel_list_1 .content_options .card:hover .background{
		background:rgba(0,0,0,0.99);
	}

	.carrusel_list_1 .content_options .content{
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: relative;
		box-sizing: border-box;
	}

	.carrusel_list_1 .content_options .effect{
		width: 100%;
		height: 100%;
		position: relative;
		top: 6.5em;
		transition: all 0.5s ease;
		text-align: left;
	}

	.carrusel_list_1.only_description_hover .content_options .effect{
		top: 9em;
	}

	.carrusel_list_1.none_category .content_options .effect{
		top: 11em;
	}

	.carrusel_list_1 .content_options .more{
		display: none;
	}

	.carrusel_list_1 .content_options .card:hover .more{
		display: inline-block;
	}

	.carrusel_list_1 .content_options .card:hover .effect{
		top: 0px;
	}

	.carrusel_list_1 .content_options .card:hover .degraded{
		opacity: 1;
    	filter: alpha(opacity=100);
    	transition: all 1s ease !important;
	}

	.carrusel_list_1 .content_options .card:hover .description{
		display: block; 
	}

	.carrusel_list_1 .content_options .category{
		font-size: 0.7em;
		font-weight: 500;
		border-bottom: 1px solid rgba(255,255,255,0.5);
		padding-bottom: 1em;
		color:rgba(255,255,255,0.9);
		text-transform: uppercase;
		text-align: left;
	}

	.carrusel_list_1 .content_options .title{
		font-size: 1em;
    	font-weight: 400;
    	margin-bottom: 0.7em;
    	padding-top: 0.7em;
    	color: rgba(255,255,255,1);
    	max-height: 3.5em;
    	height: 3.5em;
    	overflow: hidden;
    	text-align: left;
	}

	.carrusel_list_1 .content_options .description{
		font-size: 0.7em;
		font-weight: 400;
		margin-bottom: 1em;
		color:rgba(255,255,255,0.7);
		max-height: 8.9em;
		overflow: hidden;
		position: relative;
		text-align: left;
	}

	.carrusel_list_1 .content_options .description .degraded{
		position: absolute;
		bottom: 0px;
		left: 0px;
		height: 5em;
		width: 100%;
		opacity: 0;
    	filter: alpha(opacity=0);
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 2%, rgba(0,0,0,0.87) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 2%,rgba(0,0,0,0.87) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 2%,rgba(0,0,0,0.87) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#de000000',GradientType=0 );
	}

	.carrusel_list_1 .content_options .more a{
		font-size: 0.7em;
		font-weight: 600;
		padding-bottom: 1em;
		color: #0072BE;
		text-transform: capitalize;
		text-align: left;
	}

	.carrusel_list_1 .arrow{
		position: absolute;
		width: 60px;
		height: 60px;
		text-align: center;
		z-index: 10;
		cursor: pointer;
		background: rgba(163,163,163,0.3);
		top: calc(50% + 1em);
		box-sizing: border-box;
		border-radius: 100%;
		display: none;
	}


	.carrusel_list_1 .arrow.left{
		left: 1em;
	}

	.carrusel_list_1 .arrow.right{
		right:1em;
	}

	.carrusel_list_1 .arrow img{
	    width: 15px;
	    padding-top: 20px;
	}

	@media only screen and (min-width: 700px) {
		.carrusel_list_1 .arrow{
			display: inline-block;
		}
	}

	/***
	*
	***/
	
	.carrusel_list_2 {
		float: left;
		width: 100%;
		clear: both;
		padding: 3em 0em 3em 0em;
		position: relative;
		display: none;
	}

	/*.carrusel_list_2 div {
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -khtml-user-select: none;
	    -ms-user-select:none;
	}*/
	.carrusel_list_2 .set_container {
    	max-width: 1100px;
	}

	.carrusel_list_2 .title.section{
		font-size: 1.5em;
		font-weight: 600;
		color: #575757;
		padding: 1em;
		text-align: center;
	}

	.carrusel_list_2 .filter.section{
		text-align: center;
		padding-top: 0.5em;
		padding-bottom: 1em;
		font-size: 0.8em;
		color: #515151;
	}

	.carrusel_list_2 .dropdown{
		width: 100px;
    	display: inline-block;
    	margin: 0em 1em;
	}

	.carrusel_list_2 .dropdown button{
		cursor: pointer;
		font-size: 0.9em;
	}

	.carrusel_list_2 .dropdown .dropdown-toggle{
		outline: 0;
	    border: 0!important;
	    border-bottom: 1px solid #515151!important;
	    border-radius: 0;
	    font-size: 1em;
	    padding-bottom: .3em;
	    position: relative;
	    top: -0.19em;
	    color: #515151;

	}

	.carrusel_list_2 .content_hidden{
		overflow:hidden;
		height: 15em;
	}

	.carrusel_list_2 .content_options.right{
		text-align: right;
	}

	.carrusel_list_2 .content_options.center{
		text-align: center;
	}

	.carrusel_list_2 .content_options{
		overflow:scroll;
		overflow-y: hidden;
		white-space: nowrap;
		width: 100%;
		padding-bottom: 2.3em;
		text-align: center;
	}

	.carrusel_list_2 .content_options .element{
		display: inline-block;
		margin: 0px 0.2em;
		width: 11em;
	}

	.carrusel_list_2 .content_options .element:first-child { 
		margin: 0px 0.2em 0px  0.6em;
	}

	.carrusel_list_2 .content{	
		padding: 1em;
	}

	.carrusel_list_2 .element img{
		margin: 1em 0px;
		width: 100%;
		max-width: 100%;
		border-bottom:1px solid #ccc;
	}

	.carrusel_list_2 .element .logo{
		float: left;
		width: 100%;
		clear: both;
	}

	.carrusel_list_2 .element .date{
		height: 6em;;
	}

	.carrusel_list_2 .element .display_table{
		width: 100%;
		height: 100%;
		display: table;
	}

	.carrusel_list_2 .element .display_cell{
		display: table-cell;
		vertical-align: middle;
	}

	.carrusel_list_2 .element .date{
		float: left;
		width: 100%;
	}

	.carrusel_list_2 .element .date.only_one .name, .carrusel_list_2 .element .date.only_one .hour{
		width: 100%;
		float: left;
		text-align: center;
		font-weight: 100;
		font-size: 1em;
	}

	.carrusel_list_2 .element .date.multiple .name{
		width: 70%;
		float: left;
		clear: none;
		text-align: center;
		font-weight: 100;
		font-size: 0.6em;
		padding-top: 0.5em;
		text-align: left;
	}

	.carrusel_list_2 .element .date.multiple .hour{
		width: 30%;
		float: left;
		clear: none;
		text-align: center;
		font-weight: 100;
		font-size: 0.6em;
		padding-top: 0.5em;
		text-align: left;
	}
	
	.carrusel_list_2 .arrow{
		position: absolute;
		width: 60px;
		height: 60px;
		text-align: center;
		z-index: 10;
		cursor: pointer;
		background: rgba(163,163,163,0.3);
		top: calc(50% + 1em);
		box-sizing: border-box;
		border-radius: 100%;
		display: none;
	}


	.carrusel_list_2 .arrow.left{
		left: 1em;
	}

	.carrusel_list_2 .arrow.right{
		right:1em;
	}

	.carrusel_list_2 .arrow img{
    	width: 0.7em;
    	padding-top: 1em;
	}
	
	@media only screen and (min-width: 700px) {
		.carrusel_list_2 .arrow{
			display: inline-block;
		}
	}

	/***
	* PERSON
	***/
	
	.carrusel_list_person {
		float: left;
		width: 100%;
		clear: both;
		padding: 2em 0em 2em 0em;
		position: relative;
		display: none;
	}

	/*.carrusel_list_person div {
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -khtml-user-select: none;
	    -ms-user-select:none;
	}*/

	.carrusel_list_person .title.section{
		font-size: 1.5em;
		font-weight: 600;
		color: #575757;
		padding: 1em;
	}

	.carrusel_list_person .content_hidden{
		overflow:hidden;
	}

	.carrusel_list_person .content_options {
	    overflow: scroll;
	    overflow-y: hidden;
	    white-space: nowrap;
	    width: 100%;
	    padding-bottom: 2.3em;
	    text-align: center;
	}

	.carrusel_list_person .content_options.right{
		text-align: right;
	}

	.carrusel_list_person .content_options.center{
		text-align: center;
	}

	.carrusel_list_person .element{
		display: inline-block;
		width: 14em;
		margin: 0.3em;
		clear: both;
		vertical-align: top;
	}

	.carrusel_list_person .element .background{
		height: 10em;
    	width: 100%;
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
   	 	float: left;
    	clear: both;
	}

	.carrusel_list_person .element .content_card{
	    float: left;
	    width: 100%;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    position: relative;
	    height: 100%;
	    overflow: hidden;
	    -webkit-transition: all 0.05s;
	    -o-transition: all 0.05s;
	    transition: all 0.05s;
	    white-space: normal;
	}

	.carrusel_list_person .element .line{
	    font-weight: 600;
	    float: left;
	    clear: both;
	    width: 100%;
	    font-size: 1em;
	    text-align: left;
	}

	.carrusel_list_person .element .line hr{
	    width: 100px;
	    display: inline-block;
	}

	.carrusel_list_person .content_detail{
	    float: left;
	    width: 100%;
	    box-sizing: border-box;
	    padding: 1.5em;
	    overflow: hidden;
	}

	.carrusel_list_person .element .position{
		font-weight: 600;
	    float: left;
	    clear: both;
	    width: 100%;
	    font-size: 0.8em;
	    text-align: left;
	    max-height: 2em;
	    overflow: hidden;
	}

	.carrusel_list_person .element .name{
	    font-weight: 600;
	    float: left;
	    clear: both;
	    width: 100%;
	    font-size: 1em;
	    text-align: left;
	    max-height: 3em;
	    overflow: hidden;
	}
	
	.carrusel_list_person  .social{
	    float: left;
	    width: 100%;
	    height: 30px;
	}

	.carrusel_list_person  .element .descrption{
	    font-weight: 100;
	    font-size: 0.7em;
	    float: left;
	    clear: both;
	    width: 100%;
	    text-align: left;
	    height: 6em;
	    overflow: hidden;
	    -webkit-transition: all 0.7s;
	    -o-transition: all 0.7s;
	    transition: all 0.7s;
	}

	.carrusel_list_person .element .white_effect{
	    float: left;
	    width: 100%;
	    height: 5em;
	    bottom: 0em;
	    right: 0px;
	    position: absolute;
	    box-sizing: border-box;
	    text-align: right;
	    padding: 5.6em 2em 3em 2em;
	    font-size: 0.7em;
	    color: #0071BA;
	    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 58%, rgba(255,255,255,1) 100%);
	    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 58%,rgba(255,255,255,1) 100%);
	    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 58%,rgba(255,255,255,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	}

	.carrusel_list_person .arrow {
	    position: absolute;
	    width: 60px;
	    height: 60px;
	    text-align: center;
	    z-index: 10;
	    cursor: pointer;
	    background: rgba(163,163,163,0.3);
	    top: calc(50% - 1em);
	    box-sizing: border-box;
	    border-radius: 100%;
	    display: none;
	}

	.carrusel_list_person .social{
		float: left;
	    width: 100%;
	    height: 30px;
	    text-align: left;
	}

	.carrusel_list_person .social .icon {
    	margin-right: 0.5em;
    	display: inline-block;
	}

	.carrusel_list_person .arrow.right {
    	right: 1em;
	}

	.carrusel_list_person .arrow.left {
    	left: 1em;
	}

	.carrusel_list_person  .arrow img {
	    width: 0.7em;
	    padding-top: 20px;
	}

	.carrusel_list_person .social .icon img {
    	width: 1em;
    	display: inline-block;
	}
	

	@media only screen and (min-width: 700px) {
		.carrusel_list_person .arrow {
	   	 	display: inline-block;
		}
		
		.carrusel_list_person  .social .icon img {
			    width: 1.2em;
		}

	}




	/***
	* PLANS
	***/
	
	.carrusel_list_plans {
		float: left;
		width: 100%;
		clear: both;
		padding: 4em 0em 2em 0em;
		position: relative;
		display: none;
	}

	.carrusel_list_plans.grey {
		background-color: #eee;
	}

	/*.carrusel_list_plans div {
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -khtml-user-select: none;
	    -ms-user-select:none;
	}*/

	.carrusel_list_plans .set_container {
	    max-width: 950px;
	    margin: 0px auto;
	}

	.carrusel_list_plans .title.section{
	    font-size: 1.7em;
	    font-weight: 600;
	    text-align: center;
	    color: #515151;
	    float: left;
	    width: 100%;
	    padding-bottom: 0.5em;
	}
	
	.carrusel_list_plans .text.section{
		float: left;
	    width: 100%;
	    padding-bottom: 3em;
	    font-size: 0.9em;
	    color: #515151;
	    text-align: center;
	    font-weight: 300;
	    line-height: 1.9em;
	}

	.carrusel_list_plans .content_hidden{
		overflow:hidden;
		float: left;
		width: 100%;
		position: relative;
		height: 31em;
	}

	.carrusel_list_plans .content_options.right{
		text-align: right;
	}

	.carrusel_list_plans .content_options.center{
		text-align: center;
	}

	.carrusel_list_plans .content_options{
		overflow:scroll;
		overflow-y: hidden;
		white-space: nowrap;
		width: 100%;
		padding-bottom: 3em;
		text-align: center;
	}

	.carrusel_list_plans .content_options .element{
	    display: inline-block;
	    margin: 0px 0.5em;
	    width: 15em;
	    white-space: normal;
	    vertical-align: top;
	}

	.carrusel_list_plans .content_options .element:first-child { 
		margin: 0px 0.5em 0px 1em;
	}

	.carrusel_list_plans .content_options .element.ico_active{
		margin-top: 2.5em !important;
	}

	.carrusel_list_plans .content{	
		padding: 1.5em;
	}


	.carrusel_list_plans .arrow{
		position: absolute;
		width: 60px;
		height: 60px;
		text-align: center;
		z-index: 10;
		cursor: pointer;
		background: rgba(163,163,163,0.3);
		top: calc(50% - 3em);
		box-sizing: border-box;
		border-radius: 100%;
		display: none;
	}


	.carrusel_list_plans .arrow.left{
		left: 1em;
	}

	.carrusel_list_plans .arrow.right{
		right:1em;
	}

	.carrusel_list_plans .arrow img{
    	width: 0.7em;
    	padding-top: 1em;
	}

	.carrusel_list_plans .card{
		background-color: rgba(177,177,177,0.04);
		transition: all 0.5s ease;
	}

	.carrusel_list_plans .card:hover{
		background-color: rgba(177,177,177,0.01);
	}

	.carrusel_list_plans.grey .card{
		background-color: #fff;
	}

	.carrusel_list_plans.grey .card:hover{
		background-color: #fff !important;
	}

	.carrusel_list_plans .content .ico{
		width: 100%;
	    float: left;
	    position: absolute;
	    left: 0px;
	    top: -2.5em;
	}

	.carrusel_list_plans .content .ico img{
		width: 5em;
	}

	.carrusel_list_plans .card .title.ico_active{
		margin-top: 1em;
	}
	
	.carrusel_list_plans .card .title{
	    font-size: 1.4em;
    	font-weight: 500;
    	width: 100%;
    	float: left;
    	text-align: center;
    	color: #515151;
    	line-height: normal;
    	height: 3.5em;
    	max-height: 3.5em;
    	overflow: hidden;
	}

	.carrusel_list_plans .table{
		display: table;
		width: 100%;
		height: 100%;
		margin:0px;
	}

	.carrusel_list_plans .cell{
		display: table-cell;
		vertical-align: middle;
	}

	.carrusel_list_plans .card .line{
    	width: 100%;
    	float: left;
    	text-align: center;
	}

	.carrusel_list_plans .card .line hr{
		width: 5em;
		color: #515151;
	}

	.carrusel_list_plans .card .value{
    	width: 100%;
    	float: left;
    	text-align: center;
    	color: #515151;
	}

	.carrusel_list_plans .card .value .sign{
		font-size: 0.3em;
	    font-weight: 100;
	    color: #515151;
	    position: absolute;
	    top: 1em;
	    left: -0.7em;
	}

	.carrusel_list_plans .card .value .content{
	    font-size: 3em;
    	font-weight: 100;
    	text-align: center;
    	color: #515151;
    	position: relative;
    	margin:0px;
    	padding: 0px;
    	display: inline-block;
	}

	.carrusel_list_plans .card .time{
	    font-size: 0.8em;
    	font-weight: 100;
    	width: 100%;
    	float: left;
    	text-align: center;
    	color: #515151;
    	margin-top: -0.5em;
	}

	.carrusel_list_plans .card .time_up{
	    font-size: 1.2em;
    	font-weight: 100;
    	width: 100%;
    	float: left;
    	text-align: center;
    	color: #515151;
    	line-height: normal;
	}

	.carrusel_list_plans .card .description{
	    font-size: 0.9em;
    	font-weight: 100;
    	margin-top: 2.5em;
    	width: 100%;
    	float: left;
    	text-align: center;
    	color: #515151;
    	max-height: 7.2em;
    	overflow: hidden;
	}

	.carrusel_list_plans .card .button{
    	width: 100%;
    	float: left;
    	text-align: center;
	}

	.carrusel_list_plans .card .button a{
		color: #fff;
		text-decoration: none;
		background: #0071BA;
		border-radius: 30px;
		margin: 2em 0px 0em 0px;
	    padding: 0.5em 4em;
	    display: inline-block;
	    font-size: 0.9em;
	   	-webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
	    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
	    text-decoration: none;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.carrusel_list_plans .card .button a:hover{
		background: #008bec;
	}

	.carrusel_list_plans .content_options .mobile{
		display: none;
	}

	@media only screen and (min-width: 700px) {
		.carrusel_list_plans .arrow{
			display: inline-block;
		}
	}

	@media only screen and (max-width: 600px) {
		.carrusel_list_plans .content_options .mobile{
			display: block;
		}
		.carrusel_list_plans .content_options .web{
			display: none;
		}
	}


	/***
	*
	***/
	
	.carrusel_list_3 {
		float: left;
		width: 100%;
		clear: both;
		padding: 3em 0em 5em 0em;
		position: relative;
		display: none;
	}

	/*.carrusel_list_3 div {
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -khtml-user-select: none;
	    -ms-user-select:none;
	}*/

	.carrusel_list_3 .details{
		float: left;
		width: 100%;
		padding: 1em;
	}

	.carrusel_list_3 .details .title{
		float: left;
		width: 100%;
		text-align: center;
		font-weight: 600;
		font-size: 0.9em;
		color: #515151;
		white-space: normal;
	}

	.carrusel_list_3 .details .date{
		float: left;
		width: 100%;
		text-align: center;
		font-weight: 300;
		font-size: 0.7em;
		color: #515151;
	}

	.carrusel_list_3 .title.section{
		font-size: 1.5em;
		font-weight: 600;
		color: #575757;
		padding: 1em 0px 0em 0px;
		text-align: center;
	}

	.carrusel_list_3.left{
		padding: 0em 0em 5em 0em;
	}

	.carrusel_list_3.left .title.section{
		padding: 1em !important;
		text-align: left !important;
	}

	.carrusel_list_3 .set_container{
		max-width: 950px;
	}

	.carrusel_list_3 .detail.section{
		font-size: 0.9em;
		font-weight: 100;
		color: #575757;
		padding: 0em 1em 1.5em 1em;
		text-align: center;
	}

	.carrusel_list_3.left .detail.section{
		text-align: left !important;
	}

	.carrusel_list_3 .content_hidden{
		overflow:hidden;
		height: 21.2em;
	}

	.carrusel_list_3 .content_options.right{
		text-align: right;
	}

	.carrusel_list_3 .content_options.center{
		text-align: center;
	}

	.carrusel_list_3 .content_options{
		overflow:scroll;
		overflow-y: hidden;
		white-space: nowrap;
		width: 100%;
		padding-bottom: 2.3em;
		text-align: center;
	}

	.carrusel_list_3 .content_options .element{
		display: inline-block;
		margin: 0px 0.2em;
		width: 16em;
		cursor: pointer;
		vertical-align: top;
	}

	.carrusel_list_3 .content_options .element:first-child { 
		margin: 0px 0.2em 0px  0.6em;
	}

	.carrusel_list_3 .content{	
		padding: 0.5em;
	}

	.carrusel_list_3 .element img{
		width: 100%;
		max-width: 100%;
	}

	.carrusel_list_3 .content_background{
	    padding: 2em;
	    border-radius: 4px;
	    position: relative;
	    float: left;
	    width: 100%;
	    height: 16em;
		background-position: center !important;
	    background-size: cover !important;
		width: 100%;
		border-radius: 4px;
		z-index: -1;
	}

	.carrusel_list_3 .table_background{
		width: 100%;
		height: 100%;
		display: table;
	}

	.carrusel_list_3 .cell_background{
		width: 100%;
		height: 100%;
		display: table-cell;
		vertical-align: middle;
	}

	.carrusel_list_3 .element a{
		z-index: 1;
    	position: relative;
    	width: 100%;
    	height: 100%;
    	display: block;
    	float: left;
	}

	.carrusel_list_3 .background-degraded{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		border-radius: 4px;
		z-index: -1;
		-webkit-transition: all 0.7s;
		-o-transition: all 0.7s;
		transition: all 0.7s;
		background:rgba(0,0,0,0.5) !important;
	}

	.carrusel_list_3 .element:hover .background-degraded{
		background:rgba(0,0,0,0.2) !important;
	}
	
	.carrusel_list_3 .arrow{
		position: absolute;
		width: 60px;
		height: 60px;
		text-align: center;
		z-index: 10;
		cursor: pointer;
		background: rgba(163,163,163,0.3);
		top: calc(50% + 1em);
		box-sizing: border-box;
		border-radius: 100%;
		display: none;
	}


	.carrusel_list_3 .arrow.left{
		left: 1em;
	}

	.carrusel_list_3 .arrow.right{
		right:1em;
	}

	.carrusel_list_3 .arrow img{
    	width: 0.7em;
    	padding-top: 1em;
	}
	
	@media only screen and (min-width: 700px) {
		.carrusel_list_3 .arrow{
			display: inline-block;
		}
	}


	.carrusel_list_1.campus{
		padding-top: 5em;
	}

	.carrusel_list_1.campus .title.section{
		float: left;
	    width: 100%;
	    padding-bottom: 0em;
	    padding-top: 0px;
	    font-size: 1.5em;
	    color: #515151;
	    text-align: center;
	    font-weight: 600;
	    display: none;
	}

	.carrusel_list_1.campus  .set_container {
		margin: 0 auto;
		width: 90%;
		height: 100%;
		max-width: 370px;
	}

	.carrusel_list_1.campus .subtitle.section{
		float: left;
		width: 100%;
		font-size: 0.9em;
		color: #515151;
		text-align: center;
		font-weight: 300;
		line-height: 1.9em;
		display: none;
	}

	.carrusel_list_1.campus .content_container{
		width: 100%;
		float: left;
	}

	.carrusel_list_1.campus .content_options{	
		text-align: center;
		padding-top: 1em;
	}
	
	.carrusel_list_1 .content_options .more{
		text-align: left;
	}

	.carrusel_list_1 .content_options .more a{
		text-align: left;
	}

	.carrusel_list_1.campus .content_hidden{
		padding-top: 2em;
		height: 23em;
	}

	.carrusel_list_1.campus .content_options .effect{
		top: 7.5em !important;
	}

	.carrusel_list_1.campus .content_options .category{
		display: none !important;
	}

	.carrusel_list_1.campus .content_options .description{
		display: none !important;
	}

	.carrusel_list_1.campus .content_options .title{
		max-height: 6.5em;
		height:6.5em;
	}

	.carrusel_list_1.campus .content_options .element, 
	.carrusel_list_1.campus .content_options .card,
	.carrusel_list_1.campus .content_options .background,
	.carrusel_list_1.campus .content_options .content{
		border-radius: 6px;
	}

	.carrusel_list_1.campus .content_options .element:hover{
		-webkit-box-shadow: 7px 5px 40px -7px rgba(0,0,0,0.37);
		-moz-box-shadow: 7px 5px 40px -7px rgba(0,0,0,0.37);
		box-shadow: 7px 5px 40px -7px rgba(0,0,0,0.37);
	}

	.carrusel_list_1.campus .content_options .card:hover .background{
		background:rgba(0,0,0,0.1);
	}

	.carrusel_list_1.campus .content_options .card .background{
		background:rgba(0,0,0,0.5);
	}

	@media only screen and (min-width: 600px) {
	
		.carrusel_list_1.campus .set_container{
			max-width: 950px;
   			margin: 0px auto;
		}

	}

		.box_style_1{
			width: 100%;
			background: #efefef;
			float: left;
			position: relative;
			display: none;
			-webkit-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
			z-index: 999;
		}

		.box_style_1 .box{
			position: relative;
			border-radius: 4px;
			top: -2em;
			z-index: 999;
			width: 100%;
			margin: 0 auto;
			background-color: #fff;
			-webkit-box-shadow: 4px 3px 25px -7px rgba(0,0,0,0.20);
			-moz-box-shadow: 4px 3px 25px -7px rgba(0,0,0,0.20);
			box-shadow: 4px 3px 25px -7px rgba(0,0,0,0.20);
    		-webkit-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
		}
		
		.box_style_1 .content_table:hover{
			cursor: pointer;
			-webkit-box-shadow: 7px 5px 40px -7px rgba(0,0,0,0.37);
			-moz-box-shadow: 7px 5px 40px -7px rgba(0,0,0,0.37);
			box-shadow: 7px 5px 40px -7px rgba(0,0,0,0.37);
			border: 1px solid #0071BA;
		}

		.box_style_1 .content_table{
			display: table;
			width: 100%;
			background-color: #fff;
			border-radius: 4px;
			min-height: 8em;
			border:1px  solid transparent;
			padding:0.4em;
			-webkit-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
			z-index: 999;
		}



		.box_style_1 .details, .box_style_1 .image{
			display: block;
			vertical-align: middle;
			padding: 1.5em 1.5em;
			z-index: 999;
		}

		.box_style_1 .image{
			background-size: cover;
			background-position: center center;
			border-radius: 4px 0px 0px 4px;
			z-index: 999;
		}

		.box_style_1 .details, .box_style_1 .image{
			display: table-cell;
			vertical-align: middle;
			padding: 1.5em 1.5em;
			z-index: 999;
		}

		.box_style_1 .details {
			width: 100%;
			z-index: 999;
		}

		.box_style_1 .details .title{
			font-size: .8em;
    		color: #515151;
			font-weight: 600;
			float: left;
			width: 100%;
			padding-bottom:0.5em;
		}

		.box_style_1 .details .text{
			font-size: 0.6em;
    		color: #515151;
    		float: left;
			width: 100%;
		}

		.box_style_1 .details .button{
		    float: left;
		    width: 100%;
		    padding-top: 0.5em;
		    padding-bottom: 1.5em;
		    text-align: center;
		}

		.box_style_1 .details .button a{
			padding: 0.5em 2em;
			border-radius: 2em;
			background: #0171c0;
			color: #fff;
			text-decoration: none;
			font-size: 0.8em;
			padding-top: 0.5em;
			font-weight: 500;
			-webkit-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
		}

		.box_style_1 .details .button a:hover{
			background: #008bec;
		}
	
		.box_style_1 .image{
			width: 30%;
			height: auto;
		}

		.box_style_1 .details {
			width: 70%;
		}

		 @media (min-width: 768px) {
	
			.box_style_1 .box{
				width: 50%;
				min-width: 600px;
			}

			.box_style_1 .details .button{
				text-align: left;
				padding-bottom: 0.1em;
			}
		 }

	.carrusel_list_1_campus_1 {
		float: left;
		width: 100%;
		clear: both;
		padding: 2em 0em 4em 0em;
		position: relative;
		display: none;
	}
	
	.carrusel_list_1_campus_1.grey_b{
		background: #efefef;
	}

	.carrusel_list_1_campus_1 .title.section{
		font-size: 1.5em;
		font-weight: 600;
		color: #575757;
		padding: 1em;
		text-transform: capitalize;
	}

	.carrusel_list_1_campus_1 .content_hidden{
		overflow:hidden;
		height: 22em;
	}

	.carrusel_list_1_campus_1 .content_options.right{
		text-align: right;
	}

	.carrusel_list_1_campus_1 .content_options.center{
		text-align: center;
	}

	.carrusel_list_1_campus_1 .content_options{
		overflow:scroll;
		overflow-y: hidden;
		white-space: nowrap;
		width: 100%;
		padding-bottom: 2.3em;
	}
	
	.carrusel_list_1_campus_1 .content_options .element{
		display: inline-block;
		margin: 0.7em 0.2em 0em 0.2em;
		transition: all 0.3s;
		cursor: pointer;
		border-radius: 4px;
	}
	
	.carrusel_list_1_campus_1 .content_options .element:hover{

		-webkit-box-shadow: 7px 5px 40px -7px rgba(0,0,0,0.37);
		-moz-box-shadow: 7px 5px 40px -7px rgba(0,0,0,0.37);
		box-shadow: 7px 5px 40px -7px rgba(0,0,0,0.37);

	}
	
	.carrusel_list_1_campus_1 .content_options .element:hover .background{
		background:rgba(0,0,0,0.1) !important;
	}
	
	.carrusel_list_1_campus_1 .content_options .card{
		white-space:normal;
		width: 15em;
		height: 20em;
		border-radius: 0.5em;
		cursor: pointer;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: cover !important;
		border: 0px;
		border-radius: 4px;
	}

	.carrusel_list_1_campus_1 .content_options .background{
		width: 100%;
		height: 100%;
		color: #fff;
		background:rgba(0,0,0,0.5);
		border-radius: 0.5em;
		transition: all 0.7s ease;
		border-radius: 4px 4px 4px 4px;
	}

	.carrusel_list_1_campus_1 .content_options .content{
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: relative;
		box-sizing: border-box;
		border-radius: 4px 4px 4px 4px;
	}

	.carrusel_list_1_campus_1 .content_options .effect{
		width: 100%;
		height: 100%;
		position: relative;
		transition: all 0.5s ease;
		text-align: left;
		border-radius: 0px 0px 4px 4px;
	}

	.carrusel_list_1_campus_1 .content_options .more{
		display: none;
	}

	.carrusel_list_1_campus_1 .content_options .category{
		font-size: 0.5em;
		font-weight: 100;
		border-bottom: 1px solid rgba(255,255,255,0.5);
		padding-bottom: 1em;
		color:rgba(255,255,255,0.7);
		text-transform: uppercase;
		text-align: left;
	}

	.carrusel_list_1_campus_1 .content_options .title{
	    font-size: 1.5em;
	    font-weight: 600;
	    color: rgba(255,255,255,1);
	    overflow: hidden;
	    text-align: center;
	    display: flex;
	    justify-content: center;
	    align-content: center;
	    flex-direction: column;
	    height: 9em;
	}

	.carrusel_list_1_campus_1 .content_options .description{
		font-size: 0.7em;
	    font-weight: 300;
	    color: #515151;
	    background-color: #fff;
	    padding: 1em 2em;
	    overflow: hidden;
	    text-align: left;
	    height: 20em;
	}

	.carrusel_list_1_campus_1 .content_options .description .degraded{
		display: none !important;
	}

	.carrusel_list_1_campus_1 .arrow{
		position: absolute;
		width: 60px;
		height: 60px;
		text-align: center;
		z-index: 10;
		cursor: pointer;
		background: rgba(163,163,163,0.3);
		top: calc(50% + 1em);
		box-sizing: border-box;
		border-radius: 100%;
		display: none;
	}

	.carrusel_list_1_campus_1 .arrow.left{
		left: 1em;
	}

	.carrusel_list_1_campus_1 .arrow.right{
		right:1em;
	}

	.carrusel_list_1_campus_1 .arrow img{
	    width: 15px;
	    padding-top: 20px;
	}

	@media only screen and (min-width: 700px) {
		.carrusel_list_1_campus_1 .arrow{
			display: inline-block;
		}
		
		.carrusel_list_1_campus_1 .content_options .element{
			display: inline-block;
			margin: 0.7em 1em 0em 1em;
		}

	}

	.line_container{
		width: 100%;
		float: left;
		text-align: center;
	}

	.line_container hr{
		width: 10%;
		color: #515151;
	}

	.button_container{
		width: 100%;
	    float: left;
	    clear: both;
	    text-align: center;
	    padding-top: 3em;
		display: none;
	}

	.button_container.type_1 a{
	    border-radius: 50px;
	   	margin: 36px 0px 0px 0px;
    	padding: 10px 50px 10px 50px;
	    border: 1px solid #025aa5;
	    color: #025aa5;
	    font-size: 0.8em;
	    text-decoration:none;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		font-weight: 500;
		cursor: pointer;
	}
    
	.button_container.type_1 a:hover{
	    color: #fff;
		background-color: #025aa5;
	}