 @media (max-width:900px) {
            .mobilehidden {
                display: none;
            }

            .mobilevideo {
                max-width: 40vh;
                margin-left: 20px;
            }

            .mobilecruz{
                display: flex;
                justify-content: center;
                margin: 0;
                padding: 0;
            }

            .syncop{
            font-size: 30px;
            }
            .syncop{
            font-size: 25px;
            }

            .paddingmobile{
                margin: 10px 0px 10px 0px;
            }

            .imgmobile{
                min-width: 345px;
                min-height: 100%;
            }

             .videomobileabout{
                max-width: 55vh;
                min-height: auto;
            }

             .mediasize {
                height: 50px;
            }

            .mediasizep {
                font-size: 12px;
            }

            .mediaslider {
                max-width: 90%;
            }

            .mediatitle {
                font-size: 30px;
            }


        }
        @media (min-width:901px) {
            .bighidden {
                display: none;
                margin: 0vh !important;
                padding: 0vh !important;

            }

        }


.discover .card-img-top{
	height: 180px;
	}
	@media (max-width:900px) {
	.mediahidden{
	display: none;
	}
	.mediavideo{
	width: 42vh;
	margin:30px;
	margin-left: 0;
	}
	}
	.sectioncard li {
	perspective: 400px;
	}

	.sectioncard  .info {
	transform: rotate3d(1, 0, 0, 90deg);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	pointer-events: none;
	background-color:  #990101;
	;
	}
	.in-top .info {
	transform-origin: 50% 0%;
	-webkit-animation: in-top 300ms ease 0ms 1 forwards;
	animation: in-top 300ms ease 0ms 1 forwards;
	}
	.in-right .info {
	transform-origin: 100% 0%;
	-webkit-animation: in-right 300ms ease 0ms 1 forwards;
	animation: in-right 300ms ease 0ms 1 forwards;
	}
	.in-bottom .info {
	transform-origin: 50% 100%;
	-webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
	animation: in-bottom 300ms ease 0ms 1 forwards;
	}
	.in-left .info {
	transform-origin: 0% 0%;
	-webkit-animation: in-left 300ms ease 0ms 1 forwards;
	animation: in-left 300ms ease 0ms 1 forwards;
	}
	.out-top .info {
	transform-origin: 50% 0%;
	-webkit-animation: out-top 300ms ease 0ms 1 forwards;
	animation: out-top 300ms ease 0ms 1 forwards;
	}
	.out-right .info {
	transform-origin: 100% 50%;
	-webkit-animation: out-right 300ms ease 0ms 1 forwards;
	animation: out-right 300ms ease 0ms 1 forwards;
	}
	.out-bottom .info {
	transform-origin: 50% 100%;
	-webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
	animation: out-bottom 300ms ease 0ms 1 forwards;
	}
	.out-left .info {
	transform-origin: 0% 0%;
	-webkit-animation: out-left 300ms ease 0ms 1 forwards;
	animation: out-left 300ms ease 0ms 1 forwards;
	}

	@-webkit-keyframes in-top {
	from {
	transform: rotate3d(-1, 0, 0, 90deg);
	}
	to {
	transform: rotate3d(0, 0, 0, 0deg);
	}
	}
	@keyframes in-top {
	from {
	transform: rotate3d(-1, 0, 0, 90deg);
	}
	to {
	transform: rotate3d(0, 0, 0, 0deg);
	}
	}
	@-webkit-keyframes in-right {
	from {
	transform: rotate3d(0, -1, 0, 90deg);
	}
	to {
	transform: rotate3d(0, 0, 0, 0deg);
	}
	}
	@keyframes in-right {
	from {
	transform: rotate3d(0, -1, 0, 90deg);
	}
	to {
	transform: rotate3d(0, 0, 0, 0deg);
	}
	}
	@-webkit-keyframes in-bottom {
	from {
	transform: rotate3d(1, 0, 0, 90deg);
	}
	to {
	transform: rotate3d(0, 0, 0, 0deg);
	}
	}
	@keyframes in-bottom {
	from {
	transform: rotate3d(1, 0, 0, 90deg);
	}
	to {
	transform: rotate3d(0, 0, 0, 0deg);
	}
	}
	@-webkit-keyframes in-left {
	from {
	transform: rotate3d(0, 1, 0, 90deg);
	}
	to {
	transform: rotate3d(0, 0, 0, 0deg);
	}
	}
	@keyframes in-left {
	from {
	transform: rotate3d(0, 1, 0, 90deg);
	}
	to {
	transform: rotate3d(0, 0, 0, 0deg);
	}
	}
	@-webkit-keyframes out-top {
	from {
	transform: rotate3d(0, 0, 0, 0deg);
	}
	to {
	transform: rotate3d(-1, 0, 0, 104deg);
	}
	}
	@keyframes out-top {
	from {
	transform: rotate3d(0, 0, 0, 0deg);
	}
	to {
	transform: rotate3d(-1, 0, 0, 104deg);
	}
	}
	@-webkit-keyframes out-right {
	from {
	transform: rotate3d(0, 0, 0, 0deg);
	}
	to {
	transform: rotate3d(0, -1, 0, 104deg);
	}
	}
	@keyframes out-right {
	from {
	transform: rotate3d(0, 0, 0, 0deg);
	}
	to {
	transform: rotate3d(0, -1, 0, 104deg);
	}
	}
	@-webkit-keyframes out-bottom {
	from {
	transform: rotate3d(0, 0, 0, 0deg);
	}
	to {
	transform: rotate3d(1, 0, 0, 104deg);
	}
	}
	@keyframes out-bottom {
	from {
	transform: rotate3d(0, 0, 0, 0deg);
	}
	to {
	transform: rotate3d(1, 0, 0, 104deg);
	}
	}
	@-webkit-keyframes out-left {
	from {
	transform: rotate3d(0, 0, 0, 0deg);
	}
	to {
	transform: rotate3d(0, 1, 0, 104deg);
	}
	}
	@keyframes out-left {
	from {
	transform: rotate3d(0, 0, 0, 0deg);
	}
	to {
	transform: rotate3d(0, 1, 0, 104deg);
	}
	}
	/* you can ignore this ones */
	.sectioncard  ul {
	padding: 0;
	}
	.sectioncard  ul:after {
	content: "";
	display: table;
	clear: both;
	}
	.sectioncard  li {
	position: relative;
	float: left;
	width: 200px;
	height: 200px;
	margin: 5px;
	padding: 0;
	list-style: none;
	}
	.sectioncard  li a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	border-radius: 4px;
	}
	.sectioncard  li h3 {
	margin: 0;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.9);
	font-weight: bold;
	}
	.sectioncard  li p {
	font-size: 12px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.8);
	}
	.sectioncard  li .normal {
	min-width: 100%;
	min-height: 100%;
	color: rgba(52, 73, 94, 0.6);
	text-align: center;
	font-size: 50px;
	line-height: 200px;
	border-radius: 20px;
	}
	.sectioncard  * {
	box-sizing: border-box;
	}
	.sectioncard  h1 {
	margin: 0 auto 5px;
	text-align: center;
	}


     .dark75{
        border-bottom:solid 3px #ac202d!important;
        width:75%;
        height:20px;
        margin-top:10px:
    }
    .dark100{
        border-bottom:solid 1px rgb(193 193 193)!important;
        width:100%;
        height:20px;
    }
    .dark50{
        border-bottom:solid 1px rgb(193 193 193)!important;
        width:50%;
        height:20px;
    }
     .nav-link{
        color: black!important
    }
    .nav-tabs .nav-link.active {
        background-color: #f3efef !important;
        border-color: #dee2e600;
    }
    .tab-pane.fade.show.active{
        background-color: #f3efef !important;

    }

    .splide{
        background: red,
    }

    .red100{
        border-bottom:solid 3px #ac202d!important;
        width:100%;
        height:20px;
        margin-top:10px;
    }
    .splide {
            background: red,
        }
    /*--------------------------------------------------------------
    # Contact
    --------------------------------------------------------------*/
        .contact .info-wrap {
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            padding: 30px;
        }

        .contact .info {
            background: #fff;
        }

        .contact .info i {
            font-size: 20px;
            color: #AC202D;
            float: left;
            width: 44px;
            height: 44px;
            border: 1px solid #AC202D;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50px;
            transition: all 0.3s;
        }

        .contact .info h4 {
            padding: 0 0 0 60px;
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 5px;
            color: #111;
        }

        .contact .info p {
            padding: 0 0 0 60px;
            margin-bottom: 0;
            font-size: 14px;
            color: #444444;
        }

        .contact .info:hover i {
            background: #AC202D;
            color: #fff;
        }

        .contact .php-email-form {
            width: 100%;
            box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
            padding: 30px;
            background: #fff;
        }

        .contact .php-email-form .form-group {
            padding-bottom: 8px;
        }

        .contact .php-email-form .validate {
            display: none;
            color: red;
            margin: 0 0 15px 0;
            font-weight: 400;
            font-size: 13px;
        }

        .contact .php-email-form .error-message {
            display: none;
            color: #fff;
            background: #ed3c0d;
            text-align: left;
            padding: 15px;
            font-weight: 600;
        }

        .contact .php-email-form .error-message br+br {
            margin-top: 25px;
        }

        .contact .php-email-form .sent-message {
            display: none;
            color: #fff;
            background: #18d26e;
            text-align: center;
            padding: 15px;
            font-weight: 600;
        }

        .t-red {
            color: #FF2E34;
        }

        .contact .php-email-form .loading {
            display: none;
            background: #fff;
            text-align: center;
            padding: 15px;
        }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

        .contact .php-email-form input,
        .contact .php-email-form textarea {
            border-radius: 0;
            box-shadow: none;
            font-size: 14px;
            border-radius: 4px;
        }

        .contact .php-email-form input:focus,
        .contact .php-email-form textarea:focus {
            border-color: #cccccc;
        }

        .contact .php-email-form input {
            height: 44px;
        }

        .contact .php-email-form textarea {
            padding: 10px 12px;
        }

        /*RESOURCES*/
        	.post-module {
	position: relative;
	z-index: 1;
	display: block;
	background: #FFFFFF;
	min-width: 270px;
	height:400px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	}
	.post-module:hover,
	.hover {
	-webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
	}
	.post-module:hover .thumbnail img,
	.hover .thumbnail img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.6;
	}
	.post-module .thumbnail {
	background: #ffffff;
	height: 270px;
	overflow: hidden;
	}
	.post-module .thumbnail .date {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	background: #e74c3c;
	width: 55px;
	height: 55px;
	padding: 12.5px 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
	-webkti-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

	.post-module .thumbnail img {
	display: block;

	width: 80%;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	}
	.post-module .post-content {
	position: absolute;
	bottom: 0;
	background: #FFFFFF;
	width: 100%;
	padding: 30px;
	-webkti-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	-moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	-o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	}
	.post-module .post-content .category {
	position: absolute;
	top: -34px;
	left: 0;
	background: #e74c3c;
	padding: 10px 15px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	}
	.title {
	margin: 0;
	padding: 0 0 10px;
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	}
	.post-module .post-content .sub_title {
	margin: 0;
	padding: 0 0 20px;
	color: #e74c3c;
	font-size: 20px;
	font-weight: 400;
	}
	.post-module .post-content .description {
	display: none;
	color: #666666;
	font-size: 14px;
	line-height: 1.8em;
	}
	.post-module .post-content .post-meta {
	margin: 30px 0 0;
	color: #999999;
	}
	.post-module .post-content .post-meta .timestamp {
	margin: 0 16px 0 0;
	}
	.post-module .post-content .post-meta a {
	color: #999999;
	text-decoration: none;
	}
	.hover .post-content .description {
	display: block !important;
	height: auto !important;
	opacity: 1 !important;
	}


     /*discover*/

	.post-module2:hover,
	.hover {
	-webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
	}


  .splide {
            background: red,
        }
  .zoomslider{
        transform: scale(1.15);
        transition: opacity .4s ease;

    }

    .zoomslider .carousel-caption h1{
        color: #ffffff;
        font-size: 60px;
        letter-spacing: 5px;
        top: 50%;
        z-index: 100;
        text-align: center;
        font-family: 'Syncopate', sans-serif;

    }
    .zoomslider.active{
        animation: grow 4s linear forwards;
        opacity: 1;
    }
        @keyframes grow {
            0%, 20% {
                transform: scale(1);
            }
            75%, 100%{
                transform: scale(1.15);
            }

        }
    /* --- Product Card ---- */
	.make-3D-space{
	display: block;
	perspective: 800px;
	width:340px;
	height:500px;
	transform-style: preserve-3d;
	transition: transform 5s;
	position:absolute;
	}
	#product-front, #product-back{
	width:335px;
	height:500px;
	background:#fff;
	position:absolute;
	left:-5px;
	top:-5px;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
	}
	#product-back{
	display:none;
	transform: rotateY( 180deg );
	}
	.product-card.animate #product-back, .product-card.animate #product-front{
	top:0px;
	left:0px;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
	}
	.product-card{
	width:325px;
	height:490px;
	position:absolute;
	top:10px;
	left:10px;
	overflow:hidden;
	transform-style: preserve-3d;
	-webkit-transition:  100ms ease-out;
	-moz-transition:  100ms ease-out;
	-o-transition:  100ms ease-out;
	transition:  100ms ease-out;
	}
	div.product-card.flip-10{
	-webkit-transform: rotateY( -10deg );
	-moz-transform: rotateY( -10deg );
	-o-transform: rotateY( -10deg );
	transform: rotateY( -10deg );
	transition:  50ms ease-out;
	}
	div.product-card.flip90{
	-webkit-transform: rotateY( 90deg );
	-moz-transform: rotateY( 90deg );
	-o-transform: rotateY( 90deg );
	transform: rotateY( 90deg );
	transition:  100ms ease-in;
	}
	div.product-card.flip190{
	-webkit-transform: rotateY( 190deg );
	-moz-transform: rotateY( 190deg );
	-o-transform: rotateY( 190deg );
	transform: rotateY( 190deg );
	transition:  100ms ease-out;
	}
	div.product-card.flip180{
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
	transform: rotateY( 180deg );
	transition:  150ms ease-out;
	}
	.product-card.animate{
	top:5px;
	left:5px;
	width:335px;
	height:500px;
	box-shadow:0px 13px 21px -5px rgba(0, 0, 0, 0.3);
	-webkit-transition:  100ms ease-out;
	-moz-transition:  100ms ease-out;
	-o-transition:  100ms ease-out;
	transition:  100ms ease-out;
	}
	.stats-container{
	background:#fff;
	position:absolute;
	top:355px;
	left:0;
	height:300px;
	padding:27px 35px 35px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	}
	.product-card.animate .stats-container{
	top:272px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	}
	.stats-container .product_name{
	font-size:18px;
	color:#ac202d;
	}
	.stats-container p{
	font-size:16px;
	color:#b1b1b3;
	padding:2px 0 20px 0;
	}
	.stats-container{
	float:right;
	color:#242424;
	font-size:22px;
	font-weight:600;
	}
	.image_overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#75000c;
	opacity:0;
	}
	.product-card.animate .image_overlay{
	opacity:0.7;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	}
	.product-options{
	padding:2px 0 0;
	}
	.product-options strong{
	font-weight:700;
	color:#393c45;
	font-size:14px;
	}
	.product-options span{
	color:#969699;
	font-size:14px;
	display:block;
	margin-bottom:8px;
	}
	#view_details{
	position:absolute;
	top:112px;
	left:50%;
	margin-left:-85px;
	border:2px solid #fff;
	color:#fff;
	font-size:19px;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	padding:10px 0;
	width:172px;
	opacity:0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	}
	#view_details:hover{
	background:#fff;
	color:#ac202d;
	cursor:pointer;
	}
	.product-card.animate #view_details{
	opacity:1;
	width:152px;
	font-size:15px;
	margin-left:-75px;
	top:115px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	}
	div.colors div{
	margin-top:3px;
	width:15px;
	height:15px;
	margin-right:5px;
	float:left;
	}
	div.colors div span{
	width:15px;
	height:15px;
	display:block;
	border-radius:50%;
	}
	div.colors div span:hover{
	width:17px;
	height:17px;
	margin:-1px 0 0 -1px;
	}
	div.c-blue span{background:#6e8cd5;}
	div.c-red span{background:#f56060;}
	div.c-green span{background:#44c28d;}
	div.c-white span{
	background:#fff;
	width:14px;
	height:14px;
	border:1px solid #e8e9eb;
	}
	div.shadow{
	width:335px;height:520px;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	display:none;
	background: -webkit-linear-gradient(left,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
	background: -o-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
	background: -moz-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
	background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0.2));
	}
	#product-back div.shadow{
	z-index:10;
	opacity:1;
	background: -webkit-linear-gradient(left,rgba(0,0,0,0.2),rgba(0,0,0,0.1));
	background: -o-linear-gradient(right,rgba(0,0,0,0.2),rgba(0,0,0,0.1));
	background: -moz-linear-gradient(right,rgba(0,0,0,0.2),rgba(0,0,0,0.1));
	background: linear-gradient(to right, rgba(0,0,0,0.2), rgba(0,0,0,0.1));
	}
	#flip-back{
	position:absolute;
	top:20px;
	right:20px;
	width:30px;
	height:30px;
	cursor:pointer;
	}
	#cx, #cy{
	background:#d2d5dc;
	position:absolute;
	width:0px;
	top:15px;
	right:15px;
	height:3px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	}
	#flip-back:hover #cx, #flip-back:hover #cy{
	background:#979ca7;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	}
	#cx.s1, #cy.s1{
	right:0;
	width:30px;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
	}
	#cy.s2{
	-ms-transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
	}
	#cy.s3{
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
	}
	#cx.s1{
	right:0;
	width:30px;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
	}
	#cx.s2{
	-ms-transform: rotate(140deg);
	-webkit-transform: rotate(140deg);
	transform: rotate(140deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
	}
	#cx.s3{
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 100ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
	}
	#carousel{
	width:335px;
	height:500px;
	overflow:hidden;
	position:relative;
	}
	#carousel ul{
	position:absolute;
	top:0;
	left:0;
	}
	#carousel li{
	width:335px;
	height:500px;
	float:left;
	overflow:hidden;
	}
	.arrows-perspective{
	width:335px;
	height:55px;
	position: absolute;
	top: 218px;
	transform-style: preserve-3d;
	transition: transform 5s;
	perspective: 335px;
	}
	.carouselPrev, .carouselNext{
	width: 50px;
	height: 55px;
	background: #ccc;
	position: absolute;
	top:0;
	transition: all 200ms ease-out;
	opacity:0.9;
	cursor:pointer;
	}
	.carouselNext{
	top:0;
	right: -26px;
	-webkit-transform: rotateY( -117deg );
	-moz-transform: rotateY( -117deg );
	-o-transform: rotateY( -117deg );
	transform: rotateY( -117deg );
	transition: all 200ms ease-out;
	}
	.carouselNext.visible{
	right:0;
	opacity:0.8;
	background: #efefef;
	-webkit-transform: rotateY( 0deg );
	-moz-transform: rotateY( 0deg );
	-o-transform: rotateY( 0deg );
	transform: rotateY( 0deg );
	transition: all 200ms ease-out;
	}
	.carouselPrev{
	left:-26px;
	top:0;
	-webkit-transform: rotateY( 117deg );
	-moz-transform: rotateY( 117deg );
	-o-transform: rotateY( 117deg );
	transform: rotateY( 117deg );
	transition: all 200ms ease-out;
	}
	.carouselPrev.visible{
	left:0;
	opacity:0.8;
	background: #eee;
	-webkit-transform: rotateY( 0deg );
	-moz-transform: rotateY( 0deg );
	-o-transform: rotateY( 0deg );
	transform: rotateY( 0deg );
	transition: all 200ms ease-out;
	}
	#carousel .x, #carousel .y{
	height:2px;
	width:15px;
	background:#48cfad;
	position:absolute;
	top:31px;
	left:17px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
	#carousel .x{
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top:21px;
	}
	#carousel .carouselNext .x{
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
	#carousel .carouselNext .y{
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	}




    .dropdown-item:hover{
        color:#ac202d !important;
    }

    @media (max-width:800px){
        .mobilejustify{
            justify-items: center;

            text-justify: center;
            text-align: center;
        }


        .mobilesize{
            font-size: 20px;
            margin: auto;
        }

        .imgmobilefooter{
            width: 20vh;
            height: 20vh;
        }

        }

  .moviment {
            padding: 20px;
            background: linear-gradient(-45deg, #ffbaa4, #e7503c, #ac202d, #700610);
            background-size: 400% 400%;
            animation: gradient 15s ease infinite;
        }

        @keyframes gradient {
            0% {
                background-position: 0% 50%;
            }

            50% {
                background-position: 100% 50%;
            }

            100% {
                background-position: 0% 50%;
            }
        }
.campus .card-img-top{
	min-height: 40vh;
    max-height: 40vh;
	}
