/*
 * @author JoomDev https://www.joomdev.com/
 * @copyright Copyright (C) 2008 - 2018 Joomdev.com. All rights reserved.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GPLv2 or later
*/

/* Module Class Suffix Css */
@font-face {
	font-family: 'Fromanredpinar';
  src: url('../fonts/HELVETICA/Roman/Helvetica-Neue-LT-Std-55-Roman.eot');
	src: url('../fonts/HELVETICA/Roman/Helvetica-Neue-LT-Std-55-Roman.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/HELVETICA/Roman/Helvetica-Neue-LT-Std-55-Roman.woff') format('woff'),
			 url('../fonts/HELVETICA/Roman/Helvetica-Neue-LT-Std-55-Roman.ttf') format('truetype'),
			 url('../fonts/HELVETICA/Roman/Helvetica-Neue-LT-Std-55-Roman.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-size: 15.5pt;
}
@font-face {
	font-family: 'Fblackredpinar';
	src: url('../fonts/HELVETICA/Black/Helvetica-Neue-95-Black.eot');
	src: url('../fonts/HELVETICA/Black/Helvetica-Neue-95-Black.eot?#iefix') format('embedded-opentype'),
			url('../fonts/HELVETICA/Black/Helvetica-Neue-95-Black.woff') format('woff'),
			url('../fonts/HELVETICA/Black/Helvetica-Neue-95-Black.ttf') format('truetype'),
			url('../fonts/HELVETICA/Black/Helvetica-Neue-95-Black.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-size: 46pt;
}
@font-face {
	font-family: 'Fitalicredpinar';
	src: url('../fonts/HELVETICA/Italic/Helvetica-Neue-66-Medium-Italic.eot');
	src: url('../fonts/HELVETICA/Italic/Helvetica-Neue-66-Medium-Italic.eot?#iefix') format('embedded-opentype'),
			url('../fonts/HELVETICA/Italic/Helvetica-Neue-66-Medium-Italic.woff') format('woff'),
			url('../fonts/HELVETICA/Italic/Helvetica-Neue-66-Medium-Italic.ttf') format('truetype'),
			url('../fonts/HELVETICA/Italic/Helvetica-Neue-66-Medium-Italic.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-size: 30pt;
}
	
	


section > .container{
	padding: 60px 0;
}

.sp-module .sp-module-title{
	text-transform: none;
}

/*----- scrollup -----*/
a.scrollup {
	right: 30px;
	bottom: 30px;
	background-color: @major_color;
	&:before{
		color: #fff;
	}
	&:hover{
		background-color: @secondary_color;
	}
}

/*------ Extensions Page -----*/
.extensions{
	margin-top: 20px;
}

/*----- Offcanvas Menu -----*/
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content ul li{
	display: block;
}

.rtl.offcanvas .body-wrapper{
	transform: translateX(-0px);
	-webkit-transform: translateX(-0px);
}

/*----- Login -----*/
#login-form{
	#form-login-remember label{
		font-weight: 600;
	}
	ul.form-links li a:before{
		content: none;
	}
}

/*----- Search -----*/
.search{
	&.search-right{
		label{
			display: none;
		}
		.input.search-query,
		input[type=search]{
			width: 100%; 
			background: #fff;
			display: inline-block;
			border-radius: 0;
			padding: 5px 15px;
			border: 1px solid #ddd;
			height: 40px;
		}
		button.button{
			margin-right: 0;	
			margin-top: 9px;
			border-radius: 0;
			margin-left: -42px;
			padding: 3px 18px 9px;
			text-indent: -999999px;
			-webkit-border-radius: 0;
			border-left: 1px solid #ddd;
			background: url(../images/search-icon.png) no-repeat center center;
			&:hover{
				background: @major_color url(../images/search-icon-hover.png) no-repeat center center;
			}
		}
	}
}

.entry-header h2{
    font-size: 36px;
    margin: 0 0 20px;
}

div.sp-module ul li{
	display: inline-block;
	border: none;
}

/*----- 3rd Party Extensions */
/* -----
	01. SP Tweet
	02. RokSprocket
	03. Chronoform
	04. News Show SP2
----- */

/*----- SP Tweet Module  -----*/
.sp-tweet .sp-tweet-even{
	background: transparent;
}

/*************** RokSprocket *************/
/*----- Slideshow  -----*/
.layout-slideshow .sprocket-features-arrows span.arrow{
	background: @major_color;
	font-size: 25px;
	line-height: 18px;
}
.layout-showcase .sprocket-features-arrows span.arrow{
	background: @major_color;
	font-size: 25px;
	line-height: 18px;
}

/*----- Headlines -----*/
.sprocket-headlines{
	&.navigation-active{
		ul.sprocket-headlines-list li a{
			color: @secondary_color;
		}
		.sprocket-headlines-navigation{
			width: auto;
			span.arrow{
				background: @major_color;
				font-size: 25px;
				height: 30px;
				line-height: 25px;
				width: 30px;
			}
		}
	}
}

/*----- Mosaic Layout  -----*/
.sprocket-mosaic-g-order ul li{
	display: inline-block;
}

/*----- Quotes Layout -----*/
.sprocket-quotes {
	.sprocket-quotes-nav .sprocket-quotes-arrows .arrow{
		background: @major_color;
	}
	.sprocket-quotes-overlay  .css-loader-wrapper {
		padding: 9px !important;
	}
}

/*----- Tabs Layout -----*/
.sprocket-tabs {
	border: 1px solid #ddd;
	ul.sprocket-tabs-nav {
		border: none;
		line-height: 0;
		text-align: center;
		background: #f2f3f8;
		margin-bottom: 20px;
		padding: 0 !important;
		li {
			float: none;
			margin: 0;
			top: 0;
			position: relative;
			display: inline-block;
			&.active, &:hover {
				span.sprocket-tabs-inner {
					border: none;
					color: fade(@major_color, 80%);
					background: none;
				}
				img.sprocket-tabs-icon {
					background: @major_color;
				}
			}
			span.sprocket-tabs-inner {
				border: none;
				background: none;
				color: #98999e;
				padding: 0 25px;
			}
			img.sprocket-tabs-icon {
				background: #b5b5b5;
				padding: 10px 15px;
				min-height: 69px;
				& + .sprocket-tabs-text {
					top: 23px;
					position: relative;
					display: inline;
				}
			}
			.sprocket-tabs-text {
				display: block;
				padding: 20px 0;
				font-weight: bold;
			}
		}
	}
	&.layout-top .sprocket-tabs-panels {
		padding: 0 10px 10px;
	}
	&.layout-bottom {
		.sprocket-tabs-panels {
			padding: 10px 10px 0;
		}
		.sprocket-tabs-nav {
			margin-bottom: 0;
			margin-top: 20px;
		}
	}
	&.layout-left {
		.sprocket-tabs-nav {
			margin: 0 15px 0 0;
			li {
				float: none;
				display: block;
				border-bottom: 1px solid #ddd;
				&:last-child {
					border: none;
				}
			}
		}
		.sprocket-tabs-panels {
			padding: 10px;
		}
	}
	&.layout-right {
		.sprocket-tabs-nav {
			margin: 0 0 0 15px;
			li {
				display: block;
				float: none;
				border-bottom: 1px solid #ddd;
				&:last-child {
					border: none;
				}
			}
		}
		.sprocket-tabs-panels {
			padding: 10px;
		}
		}
	}

.tab-border-top {
	.sprocket-tabs.layout-top {
		ul.sprocket-tabs-nav {
			li {
				border-top: 2px solid transparent;
				&.active {
					border-top: 2px solid @major_color;
					background: #fff;
				}
				&:hover {
					background: #fff;
					border-top: 2px solid @major_color;
					.sprocket-tabs-inner {
						color: @major_color;
					}
				}
			}
		}
	}
}

/*----- Mosaic Layout -----*/
.sprocket-mosaic {
	.sprocket-mosaic-item,
	.sprocket-mosaic-g-item {
		margin: 10px;
		border: 1px solid #e3e3e3;
	}
	.sprocket-mosaic-container {
		li {
			.sprocket-mosaic-item {
				h2.sprocket-mosaic-title a {
					color: inherit;
					font-size: 22px;
					text-decoration: none;
				}
				.sprocket-readmore {
					color: inherit;
					text-decoration: none;
				}
				.sprocket-mosaic-tags {
					background: fade(@secondary_color, 80%);
				}
			}
		}
	}
	.sprocket-mosaic-g-container {
		li {
			.sprocket-mosaic-g-item {
				h2.sprocket-mosaic-g-title a {
					color: #fff;
					font-size: 22px;
					text-decoration: none;
				}
				.sprocket-mosaic-g-readon {
					color: #fff;
					text-decoration: none;
				}
				.sprocket-mosaic-g-tags {
					background: fade(@secondary_color, 80%);
				}
			}
		}
	}
	.sprocket-mosaic-filter,
	.sprocket-mosaic-g-filter {
		float: none;
		text-align: center;
		ul {
			li {
				color: @secondary_color;
				margin: 5px 0;
				background: #fff;
				border-radius: 0;
				font-weight: bold;
				padding: 10px 25px;
				-moz-border-radius: 0;
				-webkit-border-radius: 0;
				border: 1px solid #e3e3e3;
				display: inline-block;
				&.active, &:hover {
					color: #fff;
					background: fade(@major_color, 80%);
				}
			}
		}
	}

	.sprocket-mosaic-order,
	.sprocket-mosaic-g-order {
		float: none;
		text-align: center;
		ul {
			li {
				color: @secondary_color;
				margin: 5px 0;
				background: #fff;
				border-radius: 0;
				padding: 10px 25px;
				-moz-border-radius: 0;
				-webkit-border-radius: 0;
				border:1px solid #e3e3e3;
				&.active {
					color: #fff;
					background: fade(@major_color, 80%);
				}
			}
		}
	}
	.sprocket-mosaic-loadmore,
	.sprocket-mosaic-g-loadmore {
		color: #fff;
		width: 190px;
		border: none;
		padding: 15px 8px;
		background: @secondary_color;
		.loadmore-all span, span {
			line-height: 18px;
		}
		.loadmore-info {
			display: none;
		}
		&:hover {
			background: fade(@secondary_color, 80%);
		}
	}
}
.sprocket-mosaic-overlay .css-loader-wrapper,
.sprocket-mosaic-g-overlay .css-loader-wrapper { padding: 9px !important; }

/*----- Strips -----*/
.sprocket-strips{
	.sprocket-strips-item{
		position: relative;
		&:before{
			content: "";
			display: block;
			position: absolute;
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0.6);
			z-index: 9;
			
		}
		.sprocket-strips-content{
			z-index: 99;
			position: relative;
			.sprocket-strips-title{
				a{
					color: #eee;
				}
			}
			.sprocket-strips-text{
				color: #eee;
				padding-bottom: 10px;
			}
			.readon{
				span{
					color: #eee;
				}
			}
		}
	}
}
.sprocket-strips-s{
	.sprocket-strips-s-title{
		a{
			font-size: 22px;
			color: @text_color;
		}
	}
}

.sprocket-strips-c{
	.sprocket-strips-c-title{
		a{
			font-size: 22px;
			color: @text_color;
		}
	}
}

.sprocket-strips-p{
	.sprocket-strips-p-title{
		a{
			font-size: 22px;
			color: @text_color;
		}
	}
}

/*----- Chronoform -----*/
.chronoforms {
	form {
		input {
			padding: 10px 5px;
			border-radius: 0px !important;
		}
		textarea {
			height: 200px;
			border-radius: 0px !important;
		}
		input#your_name {
			background: #fff url(../images/name-icon.png) no-repeat scroll 8px 5px;
			padding-left: 35px;
		}
		input#email-address {
			background: #fff url(../images/email-icon.png) no-repeat scroll 8px 13px;
			padding-left: 35px;
		}
		input#message-subject {
			background: #fff url(../images/subject.png) no-repeat scroll 8px 5px;
			padding-left: 45px;
		}
		textarea#message {
			background: #fff url(../images/message-icon.png) no-repeat scroll 8px 13px;
			padding-left: 35px;
		}
		label {
			color: @major_color !important;
		}
	}
	.ui.button.green {
		background: @major_color !important;
		border: none;
		border-radius: 3px;
		color: #fff;
		display: inline-block;
		font-weight: bold;
		margin-bottom: 10px;
		margin-top: 10px;
		padding: 15px 15px;
		text-shadow: none;
		font-size: 18px;
		float: right;
		&:hover, &:focus {
			color: #fff;
			background: fade(@major_color, 80%) !important;
		}
	}
	.ui.three.column.grid {
		margin-bottom: 20px;
	}
}

a.chronoforms6_credits {
	display: none;
}

.home-chrono-form {
	.chronoforms {
		form {
			input {
				padding: 10px 5px;
				border-radius: 0px !important;
			}
			textarea {
				height: auto;
				border-radius: 0px !important;
			}
			textarea#message {
				background: #fff url(../images/message-icon.png) no-repeat scroll 8px 13px;
				padding-left: 35px;
			}
			input#full-name {
				background: #fff url(../images/name-icon.png) no-repeat scroll 8px 5px;
				padding-left: 35px;
			}
			input#you-email-address {
				background: #fff url(../images/email-icon.png) no-repeat scroll 8px 13px;
				padding-left: 35px;
			}
		}
		.ui.button.green {
			background: @major_color !important;
			border: none;
			border-radius: 3px;
			color: #fff;
			display: inline-block;
			font-weight: bold;
			margin-bottom: 10px;
			margin-top: 10px;
			padding: 9px 15px;
			text-shadow: none;
			font-size: 18px;
			&:hover, &:focus {
				color: #fff;
				background: fade(@major_color, 80%) !important;
			}
		}
	}
	.chronoforms6_credits {
		display: none;
	}
}

/*----- News Show SP2 -----*/
.ns2-wrap {
	.ns2-row-inner .ns2-column {
		.ns2-introtext {
			border-bottom: 3px solid @major_color;
			font-size: 17px;
			font-weight: 500;
			line-height: 30px;
			max-width: 250px;
			padding: 10px 0;
		}
		.ns2-created {
			color: @major_color;
			font-size: 14px;
			position: relative;
			padding: 0px 20px;
			&:before {
				font-family: FontAwesome;
				content: "\f073";
				color: @major_color;
				display: block;
				position: absolute;
				left: 0;
				top: -4px;
			}
		}
	}
}

/*----- Contacts Detail -----*/
.contacts-detail {
	.custom.contacts-detail {
		background: @secondary_color;
		color: #fff;
		padding: 37px 35px;
	}
	.icon_list_wrapper {
		float:left;
	}
	.icon_description_text,
	.icon_description_text a {
		color:#fff;
		font-size:13px;
	}
	.icon_description {
		margin-left: 56px;
		> h3 {
			color:#fff;
			font-size:18px;
			font-weight:normal;
		}
	}
	.icon_list_icon  i.fa {
		font-size: 18px;
		color: #fff;
	}
}

/*----- JD Social Icons -----*/
#jd-social-icons {
	.small-heading {
		padding-bottom: 15px;
		border-bottom: 1px solid #ddd;
	}
	ul {
		margin-top: 20px;
		li {
			border: none;
			display: inline-block;
			padding: 10px 5px;
			&:first-child {
				padding: 10px 0px;
			}
			a {
				background: #fff;
				border-radius: 100%;
				height: 40px;
				text-align: center;
				width: 40px;
				&:hover, &:focus {
					background: @major_color;
					color: #fff;
				}
				&:before {
					content: none;
				}
			}
		}
	}
}

/*----- Flipbox -----*/
#flipbox {
	text-align: center;
	.flip-container {
		perspective: 1000;
	&:hover .flipper {
		background: @major_color;
		transform: rotateY(180deg);
	}
	&:hover .heading {
		color: @major_color;
	}
	.heading {
		color: #303030;
		margin: 10px 0;
		cursor: pointer;
		font-size: 17px;
		font-weight: bold;
		line-height: normal;
	}
	.flipper {
		color: #fff;
		width: 260px;
		height: 270px;
		transition: 0.6s;
		margin: 10px auto;
		position: relative;
		transform-style: preserve-3d;
	}
	.front,
	.back {
		top: 0;
		left: 0;
		width: 100%;
		position: absolute;
		backface-visibility: hidden;
	}
	.front {
		z-index: 2;
		transform: rotateY(0deg);
		.info {
			position: absolute;
			bottom: 10px;
			width: 100%;
		}
	}
	.back {
		padding: 15px 20px;
		transform: rotateY(180deg);
		.info {
			padding-bottom: 20px;
		}
		p.desc {
			max-height: 155px;
		}
	}
}

	.member-name {
		font-size: 25px;
		color: #fff;
		margin: 5px 0;
	}
	.member-post {
		font-size: 18px;
		color: #fff;
		margin: 5px 0;
	}
	p.desc {
		font-size: 16px;
		line-height: 20px;
	}
}

/*----- Clients Icon -----*/
.clients ul li {
	border: none;
	border: medium none;
	display: inline-block;
	padding: 17px 10px;
}

/*----- Scale Transition -----*/
.scale-icon {
	div[class*="col-md-"] {
		text-align: center;
	}
	.scale {
		img {
			transition:all 0.3s ease 0s;
			-o-transition:all 0.3s ease 0s;
			-moz-transition:all 0.3s ease 0s;
			-webkit-transition:all 0.3s ease 0s;
			margin: 0 auto;
		}
		&:hover {
			img {
				transform:scale(1.1);
				-o-transform:scale(1.1);
				-ms-transform:scale(1.1);
				-moz-transform:scale(1.1);
				-webkit-transform:scale(1.1);
			}
		}
	}
}

/*----- Inrotext -----*/
.introtext {
	margin: 0 auto 20px;
    text-align: center;
    width: 60%;
}

/*----- Title -----*/
div.jd-title {
	h3.sp-module-title {
		font-size: 30px;
		position: relative;
		text-align: center;
		font-weight: 300 ;
		display: inline-block;
		margin-bottom: 80px;
		width: 100%;
		span {
			font-weight: 600;
		}
		&:before {
			content: "";
			display: block;
			margin: 0 auto;
			position: absolute;
			right: 0;
			left: 0;
			bottom:-40px;
			text-align: center;
			background: @major_color;
			z-index: 1;
		   width: 17px; 
		   height: 17px;
		   /* Rotate */
		   -webkit-transform: rotate(-45deg);
		   -moz-transform: rotate(-45deg);
		   -ms-transform: rotate(-45deg);
		   -o-transform: rotate(-45deg);
		   transform: rotate(-45deg);
		   /* Rotate Origin */
		   -webkit-transform-origin: 0 100%;
		   -moz-transform-origin: 0 100%;
		   -ms-transform-origin: 0 100%;
		   -o-transform-origin: 0 100%;
		   transform-origin: 0 100%;
			
		}
		&:after {
			width: 30%;
			content: "";
			height: 1px;
			display: block;
			margin: 0 auto;
			position: absolute;
			right: 0;
			left: 0;
			bottom: -29px;
			text-align: center;
			background: #ccc;
		}
	}
}

/*----- Tab -----*/
.tab-border-top {
	.sprocket-tabs {
		border: 1px solid #ddd;
	}
	.sprocket-tabs-panels {
		padding: 10px 15px;
		line-height: 30px;
	}
	.sprocket-tabs.layout-top {
		ul.sprocket-tabs-nav {
			padding: 10px 8px 0;
			li {
				border-top:2px solid transparent;
				&.active {
					border-top:2px solid @major_color;
					background:#fff;
					color: @major_color;
				}
				&:hover {
					background: #fff;
					border-top: 2px solid @major_color;
					.sprocket-tabs-inner {
						color: @major_color;
					}
				}
				.sprocket-tabs-inner {
					border-radius: 0;
					cursor: pointer;
					display: block;
					font-weight: 500;
					line-height: 1em;
					padding: 10px 15px;
				}
			}
		}
	}
}

/*----- Grids -----*/
.sprocket-grids-b{
	ul{
		li{
			.sprocket-grids-b-item{
				.sprocket-grids-b-content{
					color: #fff;
				}
				.sprocket-grids-b-title{
					color: #fff;
					font-size: 22px;
					a{
						color: #fff;
					}
				}
				.sprocket-grids-b-readon{
					color: #fff;
				}
			}
		}
	}
}

/*----- Sprocket Lists -----*/
.sprocket-lists {
	ul.sprocket-lists-container {
		text-align: left;
		li {
			margin-bottom: 5px;
			&.active .sprocket-lists-title {
				background: #fff;
				border: 1px solid #ddd;
				color: fade(@major_color, 80%);
			}
			.sprocket-lists-title {
				color: #333;
				background: #fff;
				border-radius: 0;
				margin: 0 !important;
				border: 1px solid #ddd;
				-webkit-border-radius: 0;
				padding: 8px 35px 8px 20px !important;
			}
			.sprocket-lists-item {
				border-top: none !important;
				border-left: 1px solid #ddd !important;
				border-right: 1px solid #ddd !important;
				border-bottom: 1px solid #ddd !important;
			}
			&.active .indicator:after {
				content:"-";
				font-size: 35px;
			}
			.indicator {
				opacity: 1;
				width: 30px;
				color: #fff;
				height: 30px;
				border-radius: 0;
				margin-top: -15px;
				background: fade(@major_color, 80%);
				-webkit-border-radius: 0;
				span, &:before {
					display: none;
				}
				&:after {
					content: "+";
					color: fff;
					font-size: 28px;
					line-height: 28px;
				}
			}
		}
	}
}

.sprocket-lists-modern {
	.sprocket-lists-modern-container {
		border: 1px solid #ddd;
		padding: 0 10px !important;
		li:last-child {
			border: none;
		}
		li.active span.indicator {
			border-bottom: 10px solid @secondary_color;
			border-top: none;
			opacity: 1;
		}
		.sprocket-lists-modern-title {
			font-size: 20px !important;
			padding-bottom: 0 !important;
		}
		.sprocket-lists-modern-item {
			display: inline-block;
		}
	}
	.sprocket-lists-modern-nav {
		.next {
			background: url(../images/arrow-r.png) no-repeat;
			height:25px;
			width:25px;
		}
		.next:hover {
			background: url(../images/arrow-r-h.png) no-repeat;
		}
		.prev {
			background: url(../images/arrow-l.png) no-repeat;
			height:25px;
			width:25px;
		}
		.prev:hover {
			background: url(../images/arrow-l-h.png) no-repeat;
		}
		.arrow:before {
			display: none;
		}
	}
}

.sprocket-lists-portrait {
	.sprocket-lists-portrait-container {
		border: 1px solid #ddd;
		padding: 0 10px !important;
		h4.sprocket-lists-portrait-title {
			font-size: 20px !important;
		}
		li:last-child {
			border-bottom: 0;
		}
	}
}

/*----- Acymailing Module -----*/
.acymailing_module {
	table.acymailing_form {
		margin: 0;
		tr {
			td.acysubbuttons {
				text-align: left;
			}
		}
		input {
			padding: 9px 20px;
			border-radius: 0;
			height: auto;
		}
	}
	
	td, th {
		padding: 0;
	}
	form {
		margin: 0;
	}
	.acysubbuttons .button {
		border: none;
		border-radius: 0;
		font-size: 18px;
		position: relative;
		top: -3px;
		padding: 9px 22px;
		line-height: normal;
		text-indent: -999999px;
		background: fade(@major_color, 80%) url(../images/check-icon.png) no-repeat center center;
		&:hover {
			background: @major_color url(../images/check-icon.png) no-repeat center center;
		}
	}
	.acyfield_email input.inputbox {
		width: 310px !important;
	}
	p.acysubbuttons {
		text-align: left;
	}
	.acymailing_introtext {
		margin-bottom: 15px !important;
	}
}

.jd-subscribe {
	.acymailing_module {
		table.acymailing_form {
			margin:0;
			tr {
				td.acysubbuttons {
					text-align: left;
				}
			}
			input {
				padding: 9px 20px;
				border-radius: 0;
			}
		}
		.acyfield_email input.inputbox{
			width: 350px !important;
		}
		.acysubbuttons .button {
			padding: 0;
			text-indent: 0;
			margin: 0;
			background: none !important;
		}
		.acysubbuttons {
			width: 160px;
			height: 41px;
			display: block;
			margin-left: 5px;
			padding: 10px 15px;
			background: @secondary_color;
			text-align: center !important;
			&:before {
				width: 16px;
				content: "";
				height: 16px;
				display: inline-block;
				background: @secondary_color url(../images/plane-icon.png) no-repeat left center;
			}
		}
		p.acysubbuttons {
			text-align: left;
		}
	}
	.acymailing_module_form {
		width: 580px;
		background: fade(@major_color, 80%);
		margin: 0 auto !important;
		padding: 25px 40px !important;
		td {
			padding: 0;
		}
	}
	.acymailing_introtext {
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 15px !important;
	}
}

/*----- Headlines Layout -----*/
.sp-module {
	.sprocket-headlines {
		border: none;
		background: none;
		ul.sprocket-headlines-list {
			li {
				border: none;
				span {
					display: inline-block;
					font-size: inherit;
					line-height: normal;
				}
			}
		}
	}
}

/* BT Login */
#btl {
	#btl-panel-login,
	.btl-modal {
		margin: 0 !important;
		height: auto !important;
		box-shadow: none !important;
		line-height:normal !important;
		padding: 3px 0 3px 24px !important;
		background: url(../images/lock-icon.png) no-repeat 1px 4px !important;
	}
	#btl-panel-profile {
		margin: 0;
		height: auto;
		border-radius: 0;
		text-transform: capitali;
		box-shadow: none !important;
		padding: 1px 30px 1px 10px !important;
	}
	#btl-panel-profile.active {
		opacity: 1;
	}
}

#btl-content-profile {
	box-shadow: none;
	margin-top: 10px;
	padding-top: 10px;
	border-top: none;
	border-radius: 0;
	background: #fff;
	&:before {
		content:"";
		display: inline-block;
		background: url(../images/menu_drop.png) no-repeat;
	}
	div.btl-buttonsubmit {
		margin: 15px 12px 10px 20px !important;
		.btl-buttonsubmit {
			background: @major_color !important;
			text-shadow: none !important;
			box-shadow: none !important;
		}
	}
}

/*----- BT Popup Login -----*/
#btl-content-login {
	border: none;
	background: #fff;
}

#btl-content-login {
	.btl-field {
		margin: 0 20px !important;
		.btl-label, .btl-input { width:100%; }
		.btl-input input {
			width:100%;
			height:auto;
			box-shadow:none;
			border-radius:0;
			line-height:normal;
			padding:6px;
			&:focus {
				border: 1px solid @major_color;
			}
		}
		#btl-input-remember {
			text-align: right;
			padding-top: 8px;
		}
	}
	h3 {
		color: #fff;
		text-align: center;
		background: fade(@secondary_color, 80%);
		padding: 5px !important;
	}
	div.btl-buttonsubmit {
		border: none !important;
		margin: -36px 25px 30px 20px;
		text-align: left !important;
		.btl-buttonsubmit {
			font-size: 18px;
			text-shadow:none;
			padding: 9px 28px 10px;
			border: none !important;
			height: auto !important;
			box-shadow: none !important;
			border-radius: 3px !important;
			-moz-border-radius: 3px !important;
			-webkit-border-radius: 3px !important;
			border-radius: 3px !important;
			background: @major_color !important;
			line-height: normal !important;
			&:hover {
				background: @major_color !important;
			}
		}
	}
	ul#bt_ul {
		float: none;
		display: inline-block;
		li {
			float: left;
			list-style: none;
			margin: 0 10px 0 0;
			a:hover {
				color: @major_color !important;
				text-decoration: none !important;
			}
		}
	}
}

/*----- Top Bar Section -----*/
#sp-top-bar {
	background: @major_color;
	
	.container {
		padding: 0;
	}
	.sp-module {
		display: block;
	}
	.sp-contact-info {
		i.fa {
			color: #fff;
			font-size: 30px;
		}
		a {
			color: #fff;
			font-weight: 500;
			position: relative;
			top: -5px;
			font-size: 17px;
			letter-spacing: 2px;
		}
	}
	#sp-top-c {
		padding: 0px;
	}
	span#btl-panel-registration{
		display: none;
	}
}

/*----- Header Section -----*/
#sp-header {
	height: auto;
	padding: 10px 0;
	background: rgba(0, 0, 0, 0.35);
	position: fixed;
    margin-top: 40px;
	#sp-logo {
		.logo {
			height: auto;
			padding: 5px 0;
		}
	}
}

/* Mega Menu */
#offcanvas-toggler {
	line-height: 60px;
	> i {
		color: #fff;
	}
}
#sp-menu {
	ul.sp-megamenu-parent {
		> li {
			a {
				color: #fff;
				line-height: 30px;
				padding: 15px;
				position: relative;
				font-size: 16px;
				font-weight: normal;
				text-transform: none;
				&:before {
					content: "";
					position: absolute;
					top: 50px;
					bottom: 0;
					left: 0;
					right: 0;
					background: @major_color;
					height: 2px;
					width: 100%;
					-webkit-transform: scaleX(0);
					transform: scaleX(0);
					-webkit-transform-origin: 50%;
					transform-origin: 50%;
					-webkit-transition: transform 0.26s ease-out;
					-moz-transition: transform 0.26s ease-out;
					-ms-transition-duration: 0.26s ease-out;
					transition: transform 0.26s ease-out;
				}
			}
			&.active a {
				color: @major_color;
				&:before {
					content: "";
					position: absolute;
					top: 50px;
					bottom: 0;
					left: 0;
					right: 0;
					background: @major_color;
					height: 2px;
					width: 100%;
					-webkit-transform: scaleX(1);
					transform: scaleX(1);
					-webkit-transform-origin: 50%;
					transform-origin: 50%;
					-webkit-transition: transform 0.26s ease-out;
					-moz-transition: transform 0.26s ease-out;
					-ms-transition-duration: 0.26s ease-out;
					transition: transform 0.26s ease-out;
				}
			}
			&:hover a:before{
				transform:scaleX(1)
			}
			.sp-dropdown-main {
				.sp-dropdown-inner {
					padding: 0px;
					ul.sp-dropdown-items {
						li {
							border-bottom: 1px solid #ccc;
							a {
								padding: 7px 15px;
								color: @secondary_color;
								transition: all 0.3s ease 0s;
								font-size: 15px;
								&:before {
									content: none;
								}
								&:hover, &:focus {
									color: #fff;
									transition: all 0.3s ease 0s;
								}
							}
							&:hover a {
								padding-left: 25px;
							}
							&.active a {
								background: @major_color;
								color: #fff;
							}
							.sp-dropdown-sub {
								ul.sp-dropdown-items {
									li {
										border-bottom: 1px solid #ccc;
										a {
											background: transparent;
											padding-left: 15px;
											color: @secondary_color;
											transition: all 0.3s ease 0s;
											&:hover, &:focus {
												color: #fff;
												background: @major_color;
												transition: all 0.3s ease 0s;
											}
										}
										&.active a {
											background: @major_color;
											color: #fff;
										}
										&:hover  a {
											padding-left: 25px;
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
}

/*----- Slider Section -----*/
section#sp-slider {
	.container{
		padding: 0;
	}
	#sp-slider {
		.sp-module {
			position: relative;
			&.jd-subscribe {
				bottom: -65px;
				left: 0;
				margin: 0;
				position: absolute;
				right: 0;
				top: auto;
			}
		}
	}
}

/*----- Showcase Section -----*/
#sp-showcase .jd-title.m-t-50 {
	margin-top: 50px;
}

/*----- Feature -----*/
#sp-feature {
	background: #f2f3f8;
}

/*----- Utility Section -----*/
#sp-utility {
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;
	background-image:url(../images/bg2.jpg);
	h1, h2, h3, h4,
	h5, h6, p { color:#fff; }
	.heading {
		width:60%;
		color:#fff;
		font-size:35px;
		margin-top:20px;
		font-weight:bold;
		line-height:normal;
		margin-bottom:10px;
	}
}

/*----- Main Bottom Section -----*/
#sp-mainbottom {
	background: #f2f3f8;
}

/*----- JD Custome Position -----*/
#sp-jd-custom-one {
	background-size: cover;
	background-repeat: no-repeat ;
	background-position: top center;
	background-image: url(../images/bg1.jpg);
	h1, h2, h3, h4, h5, h6, p { color: #fff; }
}

/* ----- */
#sp-jd-custom-two {
	background: #f2f3f8;
}

/* ----- */
#sp-jd-custom-three {
	background-image: url(../images/bg3.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

/*----- Main Body -----*/
#sp-main-body {
	padding: 60px 0;
	.container{
		padding: 0;
	}
	#sp-sidebar-a {
		.sp-module {
			background: #fff;
			border-radius: 3px;
			box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
			margin-top: 20px;
			padding: 15px;
			h3.sp-module-title {
				font-size: 22px;
				line-height: normal;
				margin-bottom: 5px;
				font-weight: 400;
				padding-bottom: 0px;
				color: @secondary_color;
				span {
					font-weight: 600;
				}
			}
			.sp-module-content {
					ul.menu {
					margin-left:20px;
					li {
						margin:0;
						width: 100%;
						position:relative;
						line-height:normal;
						display:inline-block;
						ul {
							margin-left:20px;
						}
						a {
							width:100%;
							color:#5b5b5b;
							padding:5px 0;
							font-size:16px;
							position:relative;
							margin-bottom:5px;
							font-weight:normal;
							display:inline-block;
							&:before {
								background-color:@major_color;
								content: "";
								height: 100%;
								left:-15px;
								position: absolute;
								top: 0;
								transition: width 0.2s ease-in 0s;
								width: 3px;
							}
							&:hover {
								z-index:1;
								color:#fff !important;
								&:before {
									transition: width 0.2s ease-in 0s;
									width: 100%;
									z-index:-1;
								}
							}
						}
					}
				}
			}
		}
	}
	#sp-sidebar-b {
		.sp-module {
			background: #fff;
			border-radius: 3px;
			box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
			margin-top: 20px;
			padding: 15px;
			h3.sp-module-title {
				font-size: 22px;
				line-height: normal;
				margin-bottom: 5px;
				font-weight: 400;
				padding-bottom:0px;
				color: @secondary_color;
				span {
					font-weight: 600;
				}
			}
			.sp-module-content {
					ul.menu {
					margin-left:20px;
					li {
						margin:0;
						width: 100%;
						position:relative;
						line-height:normal;
						display:inline-block;
						ul {
							margin-left:20px;
						}
						a {
							width:100%;
							color:#5b5b5b;
							padding:5px 0;
							font-size:16px;
							position:relative;
							margin-bottom:5px;
							font-weight:normal;
							display:inline-block;
							&:before {
								background-color:@major_color;
								content: "";
								height: 100%;
								left:-15px;
								position: absolute;
								top: 0;
								transition: width 0.2s ease-in 0s;
								width: 3px;
							}
							&:hover {
								color:#fff !important;
								z-index:1;
								&:before {
									z-index:-1;
									width: 100%;
									transition: width 0.2s ease-in 0s;
								}
							}
						}
					}
				}
			}
		}
	}	
}
article.item {
	margin: 0;
}

.entry-header {
	margin: 0px;
}

.margin-zero {
	#sp-main-body {
		padding:0px;
	}
}

/*----- Bottom Section -----*/
section#sp-bottom {
	color:#fff;
	background: @major_color;
	padding: 20px 0px;
	.container{
		padding: 0;
	}
}

/*----- Footer Section -----*/
footer#sp-footer {
	background: @secondary_color;
	padding: 40px 0px;
	.sp-module {
		margin: 0px;
		h3.sp-module-title {
			font-size: 22px;
			color: #fff;
			text-align: left;
			font-family: fblackredpinar;
			text-shadow: none;
		}
		#jd-social-icons {
			.small-heading {
				text-align: left;
				margin-top: 30px;
			}
			ul {
				li {
					float: left;
					a {
						i.fa {
							color: @secondary_color;
						}
						&:hover, &:active {
							i.fa {
								color: #fff;
							}
						}
					}
				}
			}
		}
	}
	ul.nav {
		li {
			border: none;
			text-align: left;
			display: block;
			a {
				display: inline-block;
				&:hover, &:focus {
					background: transparent;
				}
				&:before {
					content: none;
				}
			}
		}
	}
	.acymailing_module {
		.acymailing_introtext {
			text-align: left;
		}
		.acysubbuttons {
			input.button {
				background: @major_color url("../images/check-icon.png") no-repeat scroll center center !important;
				border: medium none;
				border-radius: 0;
				line-height: normal;
				padding: 8px 22px;
				text-indent: -999999px;
				margin: 0px;
				position: relative;
				top: 0;
				
			}
		}
	}
	.sp-tweet {
		text-align: left;
	}
}

/*----- Copyright Section -----*/
#sp-copyright {
	background: #000;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 15px 0px;
	.container{
		padding: 0;
	}
	p {
		padding: 0px;
		margin: 0px;
		a {
			color: #fff;
		}
	}
	a {
		color: #fff;
	}
}


body{
	font-size: 17px;
}

.container-header>.container{
   width: 100%;
   padding-right:70px;
}

.sp-module.search-top{
   width: 580px;
   background: rgba(26,188,156,0.8);
   margin: 0 auto !important;
   padding: 25px 40px !important;
   bottom: -70px;
   left: 0;
   margin: 0;
   position: absolute !important;
   right: 0;
   top: auto;
}

.search-top>h3{
   color: #fff;
   font-size: 20px !important;
   font-weight: bold;
   margin-bottom: 15px !important;
}

.search.search-top{
   background: transparent;
   margin: 0 auto !important;
}

.search-top #mod-search-searchword{
   width: 100%;
   border-radius: 0px;
}
/**Tramites y servicios**/
section#sp-showcase>.container {
	padding: 0px;
	margin-bottom: 50px;
}

.stretch-card-impar{
  border: 1px solid #1abc9c;
}

.stretch-card-par{
  border: 1px solid #999;
}

.stretch-card-impar h5{
   border-top: 1px solid #999999;
   border-bottom: 1px solid #999999;
   margin-bottom: 0px;
}

.stretch-card-par h5{
   border-top: 1px solid #1abc9c;
   border-bottom: 1px solid #1abc9c;
   margin-bottom: 0px;
}

.scale.tram:hover {
   transform: scaleY(1.2) scalex(1.2);
}

.stretch-card-impar ul.tram li.impar-par {
 background: #e1e1e2;
 display: list-item;
 padding: 0px 5px 0px 10px;
}

.stretch-card-impar ul.tram li.par-impar {
 background: #c0c0c1;
 display: list-item;
 padding: 0px 5px 0px 10px;
}

.stretch-card-par ul.tram li.impar-par {
 background: #1abc9c7a;
 display: list-item;
 padding: 0px 5px 0px 10px;
}

.stretch-card-par ul.tram li.par-impar {
 background: #1abc9ccc;
 display: list-item;
 padding: 0px 5px 0px 10px;
}

.scale i.fa {
   margin: auto;
   display: table;
   padding-top: 25px;
   color: white;
   text-shadow: 2px 3px #4e4d4d80;
   padding-left: 5px;
}

.tram-marco-impar, .tram-marco-par{
 width: 120px;
 height: 120px;
 border-radius: 70px;
 margin: auto;
}

.tram-marco-impar{
 background: #999;
 margin-top: 20px;
}

.tram-marco-par{
 background: #1abc9c;
 margin-top: 20px;
}

.sp-module-content {
   text-align: left;
}

#flipbox .flip-container .front, #flipbox .flip-container .front .info{
 top: 20px;
}

div.front, div.front > img{
  margin:auto;
  display:block;
}

div.front > div.info{
  position:relative !important;
  bottom:0px !important;
}

#flipbox .flip-container .flipper{
   background: rgba(255,255,255,.30);
}

img.smile {
   position: relative;
   display: inline;
}

h4.sp-module-title {
   background: rgba(190, 191, 191, 0.6);
   padding: 10px;
   width: 100%;
}

ul.jcomments-latest .comment-separator{
   background: rgb(216, 217, 217);
}

ul.jcomments-latest .rounded{
   border: none;
}

div.sp-module ul.jcomments-latest li{
  width:100%;
}

div.moduletablehome-chrono-form > div.bfClearfix > div > span{
display: none;
}

form.form-sppoll {
   display: inline-flex;
}

.checkbox + .checkbox, .radio + .radio {
  margin-top: 10px;
}

form.form-sppoll .radio {
   padding-right: 20px;
   padding-left: 20px;
}

form.form-sppoll input[type="submit"],form.form-sppoll input[type="button"]{
   margin-top: -5px;
   background: #2d2d2d;
   border: 2px solid rgba(0,0,0,0);
   border-radius: 3px;
   color: #fff;
   display: inline-block;
   font-weight: bold;
   padding: 9px 10px;
   text-shadow: none;
   font-size: 16px;
  margin-bottom: 0px;
  margin-right: 20px;
}

.sp-poll-result .poll-info > span:last-child {
   font-size: 16px;
   color: #fffcfc;
}

.jePUL {
   width: 320px;
}

/****Selector Idioma***/
.mod-languages {
    float: left;
}
/****END Selector Idioma***/


/*****Ruta de Navegacion****/
#sp-subscribe-box>.container{
  padding: 20px 0;
}
#sp-main-body{
	padding: 0px 0;
}
/*****END Ruta de Navegacion****/
/***Avisos****/
a.sprocket-headlines-text{
  color: #fffdfd !important;
}

.sprocket-headlines.navigation-active .sprocket-headlines-navigation span.arrow{
  background: #797979;
}
/****END Avisos******/

/**** Imagen Cuba ****/
.imagen-cuba {
    left: 5px;
    bottom: 30px;
    position: fixed;
    z-index: 999;
    width: 100px;
    background: #eaeceb75;
    padding-right: 10px;
}
/**** END Imagen CUBA ****/

/*****Menu Movil****/
.offcanvas-menu{
  background-color: white;
  cursor: pointer;
  color: rgba(0,0,0,0.7);
}

.close-offcanvas{
  color: rgba(0,0,0,0.7);
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a{
  color: rgba(0,0,0,0.7);
  cursor: pointer;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a, .offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a{
  cursor: pointer;
  background-color: #4da324;
  color: white;
}

/**********Todas las categorias ********/
.categorias-entidades > ul > li{
  margin-right: 15px;
}
/**********Todas las categorias ********/


/********** Carteleras******/
.cartelera-button {
  right: 30px;
  bottom: 130px;
  background-color: #e5e6e4;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 999;
  border: 1px solid #ddd;
  display: block;
  color: #6f6b64;
}

.tramites-online {
  bottom: 80px !important;
  background-color: #ffa11f !important;
  padding: 7px !important;
}

div.cartelera-panel {
   right: 30px;
   top: 10px;
   /* width: 40px; */
   height: 40px;
   position: fixed;
   z-index: 10000;
}

div.cartelera-panel .card.card-body{
  box-shadow: 2px 1px 100px 0px #636161;
}

div.cartelera-panel .sprocket-tabs.layout-top .sprocket-tabs-panels {
  background: white;
  padding-top:20px;
}

div.cartelera-panel .sprocket-tabs ul.sprocket-tabs-nav {
  margin-bottom: 0px;
}

div.cartelera-panel .sprocket-tabs ul.sprocket-tabs-nav li.active {
   border-top: 2px solid #1abc9c;
   background: #fff;
   color: #1abc9c;
}

#mySVG {
 position: fixed;
 top: 15%;
 width: 400px;
 height: 210px;
 margin-left:-50px;
}

/*** asamblea articulo**/
.img-presidente{
	background-color: white; text-align: justify; margin: -5px;
 }

.img-vicepresidente{
	background: white; margin-left: -20px;
}

.img-secretaria{
	position: relative; top: -110px; margin-left: 3px;
}
.fila-secretaria{
  background: white; margin-left: 0px; margin-top: -17px;
}

.h4-scretaria{
  color: #ffa11f; text-align: right; bottom: 0px;
}
.p-scretaria{
  text-align: right;
}
/*** End **/

/******* Tramites Y Servicios Card *******/
.tramites-servicios h3.sp-module-title:before{
	background: rgb(255, 161, 31) !important;
}

.tramites-servicios h3.sp-module-title, .politica-gobierno h3.sp-module-title, .atencion-poblacion h3.sp-module-title{
	color: rgb(160, 160, 160);
}

.stretch-card {
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
   -webkit-box-pack: stretch;
   -ms-flex-pack: stretch;
   justify-content: stretch;
}

.grid-margin {
   margin-bottom: 12px;
}

.col-md-4.grid-margin.stretch-card > .card {
	padding: 10px 10px 0px 10px;
	/*box-shadow: 1px 3px 8px 1px #ccc;*/
	width: 100%;
	background: rgb(240, 240, 240);
}

.stretch-card>.card {
   width: 100%;
   min-width: 100%;
}

.card .card-body {
   padding: 0 0!important;
   -webkit-box-flex: 1;
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
}

.flex-row{
   -webkit-box-orient: horizontal!important;
   -webkit-box-direction: normal!important;
   -ms-flex-direction: row!important;
   flex-direction: row!important;
}

.d-flex{
   display: -webkit-box!important;
   display: -ms-flexbox!important;
   display: flex!important;
}


.ml-3, .mx-3 {
   margin-left: 0rem!important;
   width: 100%;
}

.more {
   color: #333;
   clear: both;
   display: block;
   padding: 6px 10px;
   position: relative;
   text-transform: uppercase;
   font-weight: 300;
   font-size: 11px;
   opacity: .7;
   border-top: 1px solid rgb(153, 153, 153);
}

h6.title-tram {
	margin-left: 0px;
	text-align: center;
	margin-top: 10px;
}

.body-tram {
   padding-right: 0px;
   padding-left: 15px;
   font-size: 0.8em;
	 text-align: justify;
	 min-height: 130px;
}

.body-tram.col-xs-1 {
   font-size: 1.4em;
   padding-left: 0px;
}

.body-tram a {
   line-height: 18px;
}

.sp-module ul>li>a:before {
   font-family: FontAwesome;
   content: "";
   margin-right: 0px;
}

div.details div.body-tram ul>li:before {
	font-family: FontAwesome;
	content: "\f00c";
	margin-right: 10px;
	color: rgba(126, 126, 126, 1);
	float: left;
}
div.details div.body-tram ul {
	padding: 0px 10px 10px 10px;
}



.sp-module ul>li>a {
   line-height: 18px;
}

.visual {
	text-align: center;
	font-size: 32px;
}

.details {
	color: rgba(90, 90, 90, 1);
}

.visual > i {
	 color: rgb(255,161,31);
}

a.btn.btn-circle.btn-icon-only.btn-default {
   height: 27px;
   width: 27px;
   color: white;
   padding: 4px 6px 2px;
   font-size: 13px;
   line-height: 1.5;
   text-align: center;
   border-radius: 45px!important;
   background: rgb(77, 163, 36);
   float: right;
   margin-top: -15px;
   margin-right: -15px;
}

.details .row {
   margin-right: 0px;
}
.fecha_actualizacion, div.view-all-button {
	text-align: center;
}

div.body-tram li {
	display: list-item !important;
}

a.btn.btn-default.view-all {
	background: #ffa11f;
	font-size: 14px;
	border-radius: 0px;
	padding: 5px 15px;
}
/***** END Tramites y Servicios Card ******/


/****Login Button*****/
.btn-login-button, .btn-logout-button {
	background: transparent;
	/* width: 40px; */
	color: white;
	line-height: 30px;
	position: relative;
	font-size: 24px;
	top: 0px;
	float: left;
 }

 /**** END Login Button*****/

/****Cabecera section*****/
#sp-top-bar {
	position: fixed;
	z-index: 1024;
	width: 100%;
	padding: 0px;
	background: #0099d3;
}

#sp-header.menu-fixed {
	background: rgba(17, 17, 17, 0.95);
	margin-top: 0px;
	div#sp-menu ul.sp-megamenu-parent > li > a{
		text-shadow: none;
	}
	.avisos-in{
		display: block;
	}
	.sp-column.homepage{
       .sp-default-logo{
		  display: block;
	   }
    }
  .btn.cartelera-button {
    color:red !important;
  }
}

#sp-header.menu-fixed-out {
	.avisos-in, .avisos-out	{
		display: none;
	}
	div#sp-menu ul.sp-megamenu-parent > li > a{
		text-shadow: 1px 2px #444446;
	}
	.n2-ss-layer.n2-ow.logo-slider{
		display: block !important;
	}
    .sp-column.homepage{
       .sp-default-logo{
		  display: none;
       }
     }
  .btn.cartelera-button {
    color:blue !important;
  }
}

.disminuir{
	height: 116px;
}

.sp-default-logo{
	transition: 0.8s linear 0.2s;
	transition-property: display;
}


section#sp-page-title{
	display: none;
}
section#sp-slider {
    margin-top: 40px;
}



#sp-header{
	font-family: "Fromanredpinar";
	font-size: 15.5pt;
	transition: all 0.8s linear 0.2s;
	transition-property: margin-top, background ;
}

#sp-header div#sp-menu ul.sp-megamenu-parent > li > a, a.search-button, a.btn-login-button, a.btn-logout-button{
	text-transform: uppercase;
	text-shadow: 1px 2px #444446;
}

/****END Cabecera section*****/

/******Search ********/
a.search-button {
	background: transparent;
	/* width: 40px; */
	color: white;
	line-height: 30px;
	position: relative;
	font-size: 24px;
	top: 0px;
	margin-left: 15px;
	cursor: pointer;
	float: left;
 }

div.search-panel {
	right: 16%;
	top: 15%;
    width: 30%;
    height: auto;
    position: fixed;
    z-index: 12;
    border-left: 0px solid rgba(156,172,214,0.7);
    box-shadow: 0px 0.2px 2px 0.1px @major_color;
 }

#sp-login-search{
	.sp-module{
		margin-top: 15px;
	}
}

#sp-login-search a.avisos-in, #sp-login-search a.avisos-out {
	background: transparent;
	/* width: 40px; */
	color: white;
	line-height: 30px;
	position: relative;
	font-size: 24px;
	top: 0px;
	margin-right: 15px;
	cursor: pointer;
}

#sp-login-search #je-popuplogin, #sp-login-search a.avisos-in, #sp-login-search a.avisos-out {
    float: right;
}


/******END Search******/

/**** H2 para articulos ***/
.entry-header h2 a {
  color: #4da324;
  font-size: 28px;
}
/***** END H2 para articulos ***/

/**** H4 para articulos relacionados ***/
.even > h4 > a {
    font-size: 20px;
}

.odd > h4 > a {
    font-size: 20px;
}

.even {
    padding-top: 0px !important;
  	padding-bottom: 0px !important;
}

.odd {
    padding-top: 0px !important;
  	padding-bottom: 0px !important;
}
/***** END H4 para articulos relacionados ***/

/***** Menu Main****/
ul.sp-mega-group a.sp-group-title {
    color: #0099d3 !important;
}
ul.sp-mega-group a.sp-group-title:hover {
    color: white !important;
}

#sp-menu ul.sp-megamenu-parent > li.active a{
	color: white;
}

#sp-menu ul.sp-megamenu-parent > li.active a:before{
	background: rgb(255,161,31);
}

#sp-menu ul.sp-megamenu-parent > li .sp-dropdown-main .sp-dropdown-inner ul.sp-dropdown-items li a{
padding: 0px 15px;
}
/*****END Menu Main****/

/***** Avisos ***/
.sp-module .sprocket-headlines ul.sprocket-headlines-list > li > span:before {
	content: "\f05a";
	margin-right: 10px;
	font-family: FontAwesome;
	float: left;
}

a.avisos-out{
	display: none;
}
/***** END AVisos***/


//**************Container del slider
.n2-section-smartslider h3, .n2-section-smartslider h5 {
	text-shadow: 1px 2px #444446 !important;
}

.home-page-slider > .container{
	width: 100%;
}
/***** END Container del slider***/

/***** Section Actualidad *****/
.actualidad h3.sp-module-title:before{
	background: rgb(77, 163, 36) !important;
}

.actualidad .tab-border-top .sprocket-tabs,.actualidad .sprocket-tabs ul.sprocket-tabs-nav{
	background: transparent;
}

.actualidad p {
	color: #111111 !important;
}

.actualidad .tab-border-top .sprocket-tabs.layout-top ul.sprocket-tabs-nav li .sprocket-tabs-inner{
	line-height: 0em;
  padding: 0px 15px;
}

.actualidad i{
	font-size: 18px;
}

.actualidad a.readon-button{
	float: right;
}

.actualidad a.readon-button:before{
	content: "\f0da" "\f0da";
	margin-right: 10px;
	font-family: FontAwesome;
	float: right;
}

.actualidad .sprocket-tabs ul.sprocket-tabs-nav li{
	background: rgb(77, 163, 36);
	margin-right: 2px;
}

.actualidad .sprocket-tabs.layout-top .sprocket-tabs-panels{
	background: white;
	border-radius: 0px 5px 5px 5px;
}

.actualidad .tab-border-top .sprocket-tabs.layout-top ul.sprocket-tabs-nav{
	display: flex;
	margin: 0px;
}
.actualidad .tab-border-top .sprocket-tabs{
	border: none;
}

.actualidad .sprocket-tabs ul.sprocket-tabs-nav li.active,.actualidad .sprocket-tabs ul.sprocket-tabs-nav li:hover{
	background: white;
	border-top: 2px solid rgb(77, 163, 36) !important;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.actualidad .sprocket-tabs ul.sprocket-tabs-nav li .sprocket-tabs-text{
	color: white;
}

.actualidad .sprocket-tabs ul.sprocket-tabs-nav li .sprocket-tabs-text:hover, .actualidad .sprocket-tabs ul.sprocket-tabs-nav li.active .sprocket-tabs-text,.actualidad a{
	color: rgb(77, 163, 36);
}

.actualidad .nspPagination li > a{
	background: rgb(188, 226, 170);
}

.actualidad .nspPagination li.active > a,.actualidad .nspPagination li > a:hover{
	background: rgb(77, 163, 36);
}

.actualidad .nspArt.nspCol4 {
	background: #f0f0f0;
	border-right: 5px solid white;
}

.actualidad .nspList.active, .nspArtPage.active{
	display: flex;
}

/**carteleras*/
.actualidad #flatcal_minical TD.flatcal_weekdays{
	color:red;
}

.list-event {
	background: #4da3242b;
	padding: 25px;
	border: 15px solid white;
}

.calendar-event table.flatcal_main_t{
	width: 100% !important;
	margin-top: 15px !important;
}

.calendar-event #flatcal_minical .flatcal_navbar {
	background-color: #e1efda;
	border-bottom: 1px solid #e1efda;
}

.calendar-event #flatcal_minical a {
	background-color: transparent;
	font-size: 16px;
	font-family: fromanredpinar;
}

.calendar-event #flatcal_minical TD.flatcal_weekdays {
	color: #4da324;
	font-size: 16px;
	font-family: fromanredpinar;
}

.calendar-event #flatcal_minical .flatcal_busylink:link, #flatcal_minical .flatcal_busylink:visited{
	color: #0099d3;
}

.calendar-event #flatcal_minical .flatcal_todaycell a{
	border: 1px solid #4da324;
	background-color: #4da324;
}

/****END Section Actualidad *****/

/******Section Politica y Gobierno********/
.politica-gobierno #flipbox .flip-container
.flipper{
	background: rgb(226, 226, 226);
	width: 100%;
}

.politica-gobierno #flipbox .front .member-post{
	color: gray;
}

.politica-gobierno #flipbox .flip-container
.flipper:hover{
	background: rgb(10, 151, 205);
	border-bottom:3px solid rgb(228, 73, 16);
}


section#sp-mainbottom {
	background: white;
}

#jd-social-icons ul li a {
	padding: 10px !important;
}

.cartelera > h4{
	color: #666 !important;
	font-size: 1.2em !important;
}

/******END Section Politica y Gobierno********/

/****** Section Utilidades****/
.utilidades .col-lg-11 {
	float: right;
	width: 97%;
}

.col-lg-1.utilidades-text {
	float: left;
	width: 2%;
	font-family: fblackredpinar;
	text-shadow: none;
	font-size: 20px;
}

.col-lg-1.utilidades-text > p {
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	rgb(113, 108, 108);
	margin-top: 50px;
	color: gray;
}

section#sp-extension {
	background: rgb(229,246,229);
}
/******END Section Utilidades****/

/***** Section Encuesta******/
#sp-bottom-b a{
	color: white;
}

section#sp-bottom {
    background: #0099d3;
}
/*****END Section Encuesta******/

/****** Section Estadisticas *****/
.estadisticas hr{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 20%;
	align-content: center;
	margin-left: auto;
	margin-right: auto;
}

section#sp-estadisticas{
	position: relative;
  width: 100%;
  height: 100%;
  background: url('../images/fondo-estadisticas.jpg') center center no-repeat;
	background-size: cover;
/*	&:before {
    content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: linear-gradient(to bottom right,#0d0e0e,#312c2b);
		opacity: .6; 
  }*/
}

section#sp-estadisticas .container {
	width: 100%;
	padding: 0px;
}

section#sp-estadisticas col

/* Column Grids */
.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 18.0%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

.wrapper { width: auto; margin: 30px auto; position: relative;}
.counter { background-color: #fff0;	padding: 20px 0;	border-radius: 5px;	color: white; margin: 0px 10px 0px 20px;}
.count-title { font-size: 60px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.count-text { font-size: 20px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; }
/******END Section Estadisticas *****/

/**** Parallax Efect interior *****/
#lgx-parallax341 {
	background-repeat: no-repeat;
	background-size: 1920px;
}
.lgx-parallax.jaxp {
  	//height: auto !important;
	/*background-position: 0% 0% !important;*/
	background-repeat: no-repeat;
	background-attachment: fixed;
  display: block;
  background-position: 50% 10%;
  background-size: auto;
}

.lgx-parallax-content-wrapper {
	margin-top: 100px !important;
}
/**** END Parallax Efect interior *****/

h3.sp-module-title{
	font-family: 'Fblackredpinar';
	font-size: 32px;
	text-shadow: none;
}


//**************Animated css*********////

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

///******* END Animated CSS ********///

.movil-screen {
  display: none;
}
          
@media (max-width: 1366px){
  #sp-menu {
    ul.sp-megamenu-parent {
      > li {
        a {
          color: #fff;
          line-height: 30px;
          padding: 10px;
          position: relative;
          font-size: 13px;
        }
      }
    }
  }
  
  .counter{
    margin: 0px 0px 0px 20px;
  }
}

@media (max-width: 520px){
   div#sp-top-c {
	  padding-right: 40px !important;
   }
   
   .sp-module.search-top {
		width: auto;
	   padding: 10px 20px !important;
	   bottom: -60px;
   }

   .full-screen {
    display: none;
  }
  .movil-screen{
    display: inline;
  }
  
  #sp-jd-custom-three {
    padding: 0px 10px 0px 10px;
  }

  #sp-bottom, #sp-bottom-b {
    padding: 0px 10px 0px 20px;
  }

  body #sp-header #sp-logo .logo{
   padding: 0px !important;
   width: 90px;  
  }

  .sp-module .sprocket-headlines ul.sprocket-headlines-list li span {
    display: inline-flex;
  }

  #sp-top-bar{
	height: 100px;
  }
  
  #sp-header {
	height: 100px !important;
  }

  .lgx-parallax {
    background-position: 50% 0% !important;
    background-repeat: no-repeat !important;
    background-attachment: initial !important;
      /*background-size: 100% !important;*/
    margin: 60px 0px 0px 0px !important;
    background-size: unset !important;
  }

	div.search-panel {
      right: 5%;
      width: 90%;
      left: 5%;
      top: 30%;
	}

	#sp-footer-b, #sp-footer-c {
      margin-top: 15px;
      border-top: 1px solid gray;
      padding-top: 10px;
  }

  
  div.cartelera-panel {
    right: 0px;
    .card.card-body{
      background: white;
      padding-left: 10px;
    }
  }

  .btn.cartelera-button:hover{
    background: rgb(77, 163, 36);
  }

  #sp-header.menu-fixed {
    .btn.cartelera-button {
      background: red !important;
    }
  }
  
  #sp-header.menu-fixed-out {
    .btn.cartelera-button {
      background:blue !important;
    }
  }

  .cartelera a{
    display:block !important;
  }
}

@media (max-width: 360px){
  #sp-header {
    margin-top: 100px;
 }

  #sp-showcase {
    margin: 30px 5px 0px 5px;
  }

  section > .container {
    padding: 30px 0px;
  }

  .col-lg-1.utilidades-text > p {
    writing-mode: horizontal-tb;
    width: max-content;
    padding: 5px 0px 0px 10px;
    transform: none;
    margin-top: 0px;
  }

  .utilidades .col-lg-11 {
    margin-right: 5px;
  }

  #sp-main-body {
    margin-left: 10px;
    margin-right: 10px;
  }

  .entry-header h2 {
    font-size: 28px;
    margin-top: 10px;
  }

  article.item {
    border-bottom: 1px solid #d6d9dd;
  }

  #sp-bottom-a {
    margin-left: 5px;
    margin-right: 5px;
  }

  .lgx-parallax {
    background-attachment: local;
    background-size: auto;
  }

  .flipper{
    background: rgb(226, 226, 226);
    width: 250px !important;
  }

  div#n2-ss-5 .n2-ss-slider-2 {
    margin-top: 60px;
  }

  .container-header > .container {
    padding-right: 15px;
  }

  a.search-button {
    margin-left: 0px;
  }

  .mapasMovil {
      margin-top: 0px !important;
  }

 .img-presidente{
	margin: -5px 10px;
 }

 .img-vicepresidente{
   margin-left: 10%;
 }

 .img-secretaria{
  position: relative; top: -110px; margin-left: 3px;
  .fila-secretaria{
    background: white; margin-left: 0px; margin-top: -4px;
  }
  .h4-scretaria, .p-scretaria{
    text-align: center; 
  }
}

}