@charset "utf-8";
@charset "UTF-8";
@charset "UTF-8";
.monthly {
background: #F3F3F5;
color: #545454;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: relative;
}
.monthly-prev {
position: relative;
width: 50px;
opacity: .5;
vertical-align: middle;
text-decoration: none;
border-bottom: 0px !important;
box-shadow: none !important;
}
.monthly-prev:hover {
text-decoration: none !important;
border-bottom: 0px !important;
opacity: 1;
}
.monthly-next:focus,
.monthly-prev:focus {
outline: none !important;
}
.monthly-next {
position: relative;
width: 50px;
opacity: .5;
text-decoration: none;
border-bottom: 0px !important;
box-shadow: none !important;
order: 3 !important;
}
.monthly-next:hover {
text-decoration: none !important;
border-bottom: 0px !important;
opacity: 1;
}
.monthly-day-title-wrap div {
width: 14.28% !important;
display: table-cell;
box-sizing: border-box;
position: relative;
font-weight: bold;
text-align: center;
}
.monthly-day-wrap {
display: table;
width: 100%;
overflow: hidden;
}
.monthly-week {
display: table-row;
width: 100%;
}
.monthly-day,
.monthly-day-blank {
width: 14.28% !important;
display: table-cell;
vertical-align: top;
box-sizing: border-box;
position: relative;
-webkit-transition: .25s;
transition: .25s;
padding: 0;
text-decoration: none !important;
border-bottom: 0px !important;
}
.monthly-day:before {
content: "";
display: block;
padding-top: 100%;
float: left;
}
.monthly-day-wrap>a:hover {
background: #A1C2E3;
}
.monthly-day-event>.monthly-day-number {
position: absolute;
line-height: 1em;
top: 2px;
}
.monthly-day-pick>.monthly-day-number {
line-height: 1em;
font-size: 11px;
padding-top: 35%;
}
.monthly-day-pick>.monthly-indicator-wrap {
margin: 0;
}
.monthly-past-day:after {
content: '';
width: 150%;
height: 2px;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background: rgba(0, 0, 0, 0.1);
position: absolute;
left: 0;
top: 0;
}
.monthly-past-day:hover {
background: #fff !important;
}
.monthly-today .monthly-day-number {
border-radius: 20px;
top: 2px;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center !important;
}
.monthly-day-pick.monthly-today .monthly-day-number {
padding: 0;
margin: 22% 22% 0 22%;
}
.monthly-reset {
display: inline-block;
position: relative;
opacity: .5;
margin-left: 5px;
vertical-align: middle;
box-shadow: none !important;
border-bottom: none !important;
}
.monthly-reset:hover {
opacity: 1;
cursor: pointer;
border-bottom: none !important;
}
.monthly-cal {
display: inline-block;
height: 11px;
position: relative;
top: 0px;
margin-right: 12px;
opacity: 1;
box-shadow: none !important;
border-bottom: none !important;
}
.monthly-cal:hover {
cursor: pointer;
opacity: 0.8;
border-bottom: none !important;
}
.monthly-indicator-wrap {
position: relative;
text-align: center;
line-height: 0;
max-width: 20px;
margin: 0 auto;
padding-top: 40%;
}
.monthly-day .monthly-event-indicator {
display: inline-block;
margin: 1px;
width: 8px;
height: 8px;
border-radius: 6px;
vertical-align: middle;
border-radius: 6px;
background: #7BA7CE;
font-size: 0;
color: transparent;
}
.monthly-day .monthly-event-indicator:hover {
cursor: pointer;
}
.monthly-event-list {
background: rgba(233, 235, 236, 0.9);
overflow: auto;
position: absolute;
top: 40px;
width: 100%;
height: -webkit-calc(100% - 40px);
height: -moz-calc(100% - 40px);
height: calc(100% - 40px);
display: none;
-webkit-transition: .25s;
transition: .25s;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
.monthly-list-item {
position: relative;
padding: 10px 10px 5px 50px !important;
display: none;
border-top: 1px solid #D6D6D6;
text-align: left;
}
.monthly-list-item img {
display: inline !important;
}
.monthly-event-list .monthly-today .monthly-event-list-date {
color: #EA6565;
}
.monthly-event-list .listed-event,
.monthly-event-list .listed-event-desc {
display: block;
padding: 4px 10px;
border-radius: 2px;
margin-bottom: 5px;
border-bottom: 0px !important;
box-shadow: none !important;
}
.monthly-event-list .listed-event:hover {
border-bottom: 0px !important;
}
.monthly-event-list .listed-event-desc a:hover,
.monthly-event-list .listed-event-desc a:focus {
border-bottom: 0px !important;
outline: none;
}
.monthly-list-item a:link,
.monthly-list-item a:visited {
text-decoration: none;
}
.item-has-event {
display: block;
}
.item-has-event:after {
display: none !important;
}
.monthly-event-list-date {
width: 50px;
position: absolute;
left: 0;
top: 13px;
text-align: center !important;
font-size: 12px;
font-weight: bold;
line-height: 1.2em;
}
.monthly-list-time-start,
.monthly-list-time-end {
font-size: .8em;
display: inline-block;
}
.monthly-list-time-end:not(:empty):before {
content: '-';
padding: 0 2px;
}
.monthly-event-list::-webkit-scrollbar {
width: 9px;
}
.monthly-event-list::-webkit-scrollbar-track {
background: none;
}
.monthly-event-list::-webkit-scrollbar-thumb {
background: #ccc;
border: 1px solid #E9EBEC;
border-radius: 10px;
}
.monthly-event-list::-webkit-scrollbar-thumb:hover {
background: #555;
}
@media (min-width: 600px) {
.monthly-day-event:before {
padding-top: 77%;
}
.monthly-day-event>.monthly-indicator-wrap {
width: auto;
max-width: none;
}
.monthly-indicator-wrap {
padding: 0;
}
.monthly-day .monthly-event-indicator {
display: block;
margin: 23px 0 0px 0 !important;
width: auto;
height: 20px;
font-size: 11px;
padding: 4px;
border-radius: 0;
overflow: hidden;
text-overflow: ellipsis;
text-shadow: 0 0 2px rgba(0, 0, 0, .2);
text-decoration: none;
line-height: 1em;
white-space: nowrap;
box-sizing: border-box;
}
}@font-face {
font-family: 'FontAwesome';
src: url(//amnistia.org.mx/contenido/wp-content/plugins/calendar-event/JS/fonts/fontawesome-webfont.eot?v=4.6.3);
src: url(//amnistia.org.mx/contenido/wp-content/plugins/calendar-event/JS/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(//amnistia.org.mx/contenido/wp-content/plugins/calendar-event/JS/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(//amnistia.org.mx/contenido/wp-content/plugins/calendar-event/JS/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(//amnistia.org.mx/contenido/wp-content/plugins/calendar-event/JS/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(//amnistia.org.mx/contenido/wp-content/plugins/calendar-event/JS/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.totalsoft {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-family: FontAwesome !important;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .totalsoft-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.totalsoft-2x {
font-size: 2em;
}
.totalsoft-3x {
font-size: 3em;
}
.totalsoft-4x {
font-size: 4em;
}
.totalsoft-5x {
font-size: 5em;
}
.totalsoft-fw {
width: 1.28571429em;
text-align: center;
}
.totalsoft-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.totalsoft-ul>li {
position: relative;
}
.totalsoft-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.totalsoft-li.totalsoft-lg {
left: -1.85714286em;
}
.totalsoft-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.totalsoft-pull-left {
float: left;
}
.totalsoft-pull-right {
float: right;
}
.totalsoft.totalsoft-pull-left {
margin-right: .3em;
}
.totalsoft.totalsoft-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.totalsoft.pull-left {
margin-right: .3em;
}
.totalsoft.pull-right {
margin-left: .3em;
}
.totalsoft-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.totalsoft-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.totalsoft-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.totalsoft-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.totalsoft-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.totalsoft-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.totalsoft-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .totalsoft-rotate-90,
:root .totalsoft-rotate-180,
:root .totalsoft-rotate-270,
:root .totalsoft-flip-horizontal,
:root .totalsoft-flip-vertical {
filter: none;
}
.totalsoft-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.totalsoft-stack-1x,
.totalsoft-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.totalsoft-stack-1x {
line-height: inherit;
}
.totalsoft-stack-2x {
font-size: 2em;
}
.totalsoft-inverse {
color: #ffffff;
} .totalsoft-glass:before {
content: "\f000";
}
.totalsoft-music:before {
content: "\f001";
}
.totalsoft-search:before {
content: "\f002";
}
.totalsoft-envelope-o:before {
content: "\f003";
}
.totalsoft-heart:before {
content: "\f004";
}
.totalsoft-star:before {
content: "\f005";
}
.totalsoft-star-o:before {
content: "\f006";
}
.totalsoft-user:before {
content: "\f007";
}
.totalsoft-film:before {
content: "\f008";
}
.totalsoft-th-large:before {
content: "\f009";
}
.totalsoft-th:before {
content: "\f00a";
}
.totalsoft-th-list:before {
content: "\f00b";
}
.totalsoft-check:before {
content: "\f00c";
}
.totalsoft-remove:before,
.totalsoft-close:before,
.totalsoft-times:before {
content: "\f00d";
}
.totalsoft-search-plus:before {
content: "\f00e";
}
.totalsoft-search-minus:before {
content: "\f010";
}
.totalsoft-power-off:before {
content: "\f011";
}
.totalsoft-signal:before {
content: "\f012";
}
.totalsoft-gear:before,
.totalsoft-cog:before {
content: "\f013";
}
.totalsoft-trash-o:before {
content: "\f014";
}
.totalsoft-home:before {
content: "\f015";
}
.totalsoft-file-o:before {
content: "\f016";
}
.totalsoft-clock-o:before {
content: "\f017";
}
.totalsoft-road:before {
content: "\f018";
}
.totalsoft-download:before {
content: "\f019";
}
.totalsoft-arrow-circle-o-down:before {
content: "\f01a";
}
.totalsoft-arrow-circle-o-up:before {
content: "\f01b";
}
.totalsoft-inbox:before {
content: "\f01c";
}
.totalsoft-play-circle-o:before {
content: "\f01d";
}
.totalsoft-rotate-right:before,
.totalsoft-repeat:before {
content: "\f01e";
}
.totalsoft-refresh:before {
content: "\f021";
}
.totalsoft-list-alt:before {
content: "\f022";
}
.totalsoft-lock:before {
content: "\f023";
}
.totalsoft-flag:before {
content: "\f024";
}
.totalsoft-headphones:before {
content: "\f025";
}
.totalsoft-volume-off:before {
content: "\f026";
}
.totalsoft-volume-down:before {
content: "\f027";
}
.totalsoft-volume-up:before {
content: "\f028";
}
.totalsoft-qrcode:before {
content: "\f029";
}
.totalsoft-barcode:before {
content: "\f02a";
}
.totalsoft-tag:before {
content: "\f02b";
}
.totalsoft-tags:before {
content: "\f02c";
}
.totalsoft-book:before {
content: "\f02d";
}
.totalsoft-bookmark:before {
content: "\f02e";
}
.totalsoft-print:before {
content: "\f02f";
}
.totalsoft-camera:before {
content: "\f030";
}
.totalsoft-font:before {
content: "\f031";
}
.totalsoft-bold:before {
content: "\f032";
}
.totalsoft-italic:before {
content: "\f033";
}
.totalsoft-text-height:before {
content: "\f034";
}
.totalsoft-text-width:before {
content: "\f035";
}
.totalsoft-align-left:before {
content: "\f036";
}
.totalsoft-align-center:before {
content: "\f037";
}
.totalsoft-align-right:before {
content: "\f038";
}
.totalsoft-align-justify:before {
content: "\f039";
}
.totalsoft-list:before {
content: "\f03a";
}
.totalsoft-dedent:before,
.totalsoft-outdent:before {
content: "\f03b";
}
.totalsoft-indent:before {
content: "\f03c";
}
.totalsoft-video-camera:before {
content: "\f03d";
}
.totalsoft-photo:before,
.totalsoft-image:before,
.totalsoft-picture-o:before {
content: "\f03e";
}
.totalsoft-pencil:before {
content: "\f040";
}
.totalsoft-map-marker:before {
content: "\f041";
}
.totalsoft-adjust:before {
content: "\f042";
}
.totalsoft-tint:before {
content: "\f043";
}
.totalsoft-edit:before,
.totalsoft-pencil-square-o:before {
content: "\f044";
}
.totalsoft-share-square-o:before {
content: "\f045";
}
.totalsoft-check-square-o:before {
content: "\f046";
}
.totalsoft-arrows:before {
content: "\f047";
}
.totalsoft-step-backward:before {
content: "\f048";
}
.totalsoft-fast-backward:before {
content: "\f049";
}
.totalsoft-backward:before {
content: "\f04a";
}
.totalsoft-play:before {
content: "\f04b";
}
.totalsoft-pause:before {
content: "\f04c";
}
.totalsoft-stop:before {
content: "\f04d";
}
.totalsoft-forward:before {
content: "\f04e";
}
.totalsoft-fast-forward:before {
content: "\f050";
}
.totalsoft-step-forward:before {
content: "\f051";
}
.totalsoft-eject:before {
content: "\f052";
}
.totalsoft-chevron-left:before {
content: "\f053";
}
.totalsoft-chevron-right:before {
content: "\f054";
}
.totalsoft-plus-circle:before {
content: "\f055";
}
.totalsoft-minus-circle:before {
content: "\f056";
}
.totalsoft-times-circle:before {
content: "\f057";
}
.totalsoft-check-circle:before {
content: "\f058";
}
.totalsoft-question-circle:before {
content: "\f059";
}
.totalsoft-info-circle:before {
content: "\f05a";
}
.totalsoft-crosshairs:before {
content: "\f05b";
}
.totalsoft-times-circle-o:before {
content: "\f05c";
}
.totalsoft-check-circle-o:before {
content: "\f05d";
}
.totalsoft-ban:before {
content: "\f05e";
}
.totalsoft-arrow-left:before {
content: "\f060";
}
.totalsoft-arrow-right:before {
content: "\f061";
}
.totalsoft-arrow-up:before {
content: "\f062";
}
.totalsoft-arrow-down:before {
content: "\f063";
}
.totalsoft-mail-forward:before,
.totalsoft-share:before {
content: "\f064";
}
.totalsoft-expand:before {
content: "\f065";
}
.totalsoft-compress:before {
content: "\f066";
}
.totalsoft-plus:before {
content: "\f067";
}
.totalsoft-minus:before {
content: "\f068";
}
.totalsoft-asterisk:before {
content: "\f069";
}
.totalsoft-exclamation-circle:before {
content: "\f06a";
}
.totalsoft-gift:before {
content: "\f06b";
}
.totalsoft-leaf:before {
content: "\f06c";
}
.totalsoft-fire:before {
content: "\f06d";
}
.totalsoft-eye:before {
content: "\f06e";
}
.totalsoft-eye-slash:before {
content: "\f070";
}
.totalsoft-warning:before,
.totalsoft-exclamation-triangle:before {
content: "\f071";
}
.totalsoft-plane:before {
content: "\f072";
}
.totalsoft-calendar:before {
content: "\f073";
}
.totalsoft-random:before {
content: "\f074";
}
.totalsoft-comment:before {
content: "\f075";
}
.totalsoft-magnet:before {
content: "\f076";
}
.totalsoft-chevron-up:before {
content: "\f077";
}
.totalsoft-chevron-down:before {
content: "\f078";
}
.totalsoft-retweet:before {
content: "\f079";
}
.totalsoft-shopping-cart:before {
content: "\f07a";
}
.totalsoft-folder:before {
content: "\f07b";
}
.totalsoft-folder-open:before {
content: "\f07c";
}
.totalsoft-arrows-v:before {
content: "\f07d";
}
.totalsoft-arrows-h:before {
content: "\f07e";
}
.totalsoft-bar-chart-o:before,
.totalsoft-bar-chart:before {
content: "\f080";
}
.totalsoft-twitter-square:before {
content: "\f081";
}
.totalsoft-facebook-square:before {
content: "\f082";
}
.totalsoft-camera-retro:before {
content: "\f083";
}
.totalsoft-key:before {
content: "\f084";
}
.totalsoft-gears:before,
.totalsoft-cogs:before {
content: "\f085";
}
.totalsoft-comments:before {
content: "\f086";
}
.totalsoft-thumbs-o-up:before {
content: "\f087";
}
.totalsoft-thumbs-o-down:before {
content: "\f088";
}
.totalsoft-star-half:before {
content: "\f089";
}
.totalsoft-heart-o:before {
content: "\f08a";
}
.totalsoft-sign-out:before {
content: "\f08b";
}
.totalsoft-linkedin-square:before {
content: "\f08c";
}
.totalsoft-thumb-tack:before {
content: "\f08d";
}
.totalsoft-external-link:before {
content: "\f08e";
}
.totalsoft-sign-in:before {
content: "\f090";
}
.totalsoft-trophy:before {
content: "\f091";
}
.totalsoft-github-square:before {
content: "\f092";
}
.totalsoft-upload:before {
content: "\f093";
}
.totalsoft-lemon-o:before {
content: "\f094";
}
.totalsoft-phone:before {
content: "\f095";
}
.totalsoft-square-o:before {
content: "\f096";
}
.totalsoft-bookmark-o:before {
content: "\f097";
}
.totalsoft-phone-square:before {
content: "\f098";
}
.totalsoft-twitter:before {
content: "\f099";
}
.totalsoft-facebook-f:before,
.totalsoft-facebook:before {
content: "\f09a";
}
.totalsoft-github:before {
content: "\f09b";
}
.totalsoft-unlock:before {
content: "\f09c";
}
.totalsoft-credit-card:before {
content: "\f09d";
}
.totalsoft-feed:before,
.totalsoft-rss:before {
content: "\f09e";
}
.totalsoft-hdd-o:before {
content: "\f0a0";
}
.totalsoft-bullhorn:before {
content: "\f0a1";
}
.totalsoft-bell:before {
content: "\f0f3";
}
.totalsoft-certificate:before {
content: "\f0a3";
}
.totalsoft-hand-o-right:before {
content: "\f0a4";
}
.totalsoft-hand-o-left:before {
content: "\f0a5";
}
.totalsoft-hand-o-up:before {
content: "\f0a6";
}
.totalsoft-hand-o-down:before {
content: "\f0a7";
}
.totalsoft-arrow-circle-left:before {
content: "\f0a8";
}
.totalsoft-arrow-circle-right:before {
content: "\f0a9";
}
.totalsoft-arrow-circle-up:before {
content: "\f0aa";
}
.totalsoft-arrow-circle-down:before {
content: "\f0ab";
}
.totalsoft-globe:before {
content: "\f0ac";
}
.totalsoft-wrench:before {
content: "\f0ad";
}
.totalsoft-tasks:before {
content: "\f0ae";
}
.totalsoft-filter:before {
content: "\f0b0";
}
.totalsoft-briefcase:before {
content: "\f0b1";
}
.totalsoft-arrows-alt:before {
content: "\f0b2";
}
.totalsoft-group:before,
.totalsoft-users:before {
content: "\f0c0";
}
.totalsoft-chain:before,
.totalsoft-link:before {
content: "\f0c1";
}
.totalsoft-cloud:before {
content: "\f0c2";
}
.totalsoft-flask:before {
content: "\f0c3";
}
.totalsoft-cut:before,
.totalsoft-scissors:before {
content: "\f0c4";
}
.totalsoft-copy:before,
.totalsoft-files-o:before {
content: "\f0c5";
}
.totalsoft-paperclip:before {
content: "\f0c6";
}
.totalsoft-save:before,
.totalsoft-floppy-o:before {
content: "\f0c7";
}
.totalsoft-square:before {
content: "\f0c8";
}
.totalsoft-navicon:before,
.totalsoft-reorder:before,
.totalsoft-bars:before {
content: "\f0c9";
}
.totalsoft-list-ul:before {
content: "\f0ca";
}
.totalsoft-list-ol:before {
content: "\f0cb";
}
.totalsoft-strikethrough:before {
content: "\f0cc";
}
.totalsoft-underline:before {
content: "\f0cd";
}
.totalsoft-table:before {
content: "\f0ce";
}
.totalsoft-magic:before {
content: "\f0d0";
}
.totalsoft-truck:before {
content: "\f0d1";
}
.totalsoft-pinterest:before {
content: "\f0d2";
}
.totalsoft-pinterest-square:before {
content: "\f0d3";
}
.totalsoft-google-plus-square:before {
content: "\f0d4";
}
.totalsoft-google-plus:before {
content: "\f0d5";
}
.totalsoft-money:before {
content: "\f0d6";
}
.totalsoft-caret-down:before {
content: "\f0d7";
}
.totalsoft-caret-up:before {
content: "\f0d8";
}
.totalsoft-caret-left:before {
content: "\f0d9";
}
.totalsoft-caret-right:before {
content: "\f0da";
}
.totalsoft-columns:before {
content: "\f0db";
}
.totalsoft-unsorted:before,
.totalsoft-sort:before {
content: "\f0dc";
}
.totalsoft-sort-down:before,
.totalsoft-sort-desc:before {
content: "\f0dd";
}
.totalsoft-sort-up:before,
.totalsoft-sort-asc:before {
content: "\f0de";
}
.totalsoft-envelope:before {
content: "\f0e0";
}
.totalsoft-linkedin:before {
content: "\f0e1";
}
.totalsoft-rotate-left:before,
.totalsoft-undo:before {
content: "\f0e2";
}
.totalsoft-legal:before,
.totalsoft-gavel:before {
content: "\f0e3";
}
.totalsoft-dashboard:before,
.totalsoft-tachometer:before {
content: "\f0e4";
}
.totalsoft-comment-o:before {
content: "\f0e5";
}
.totalsoft-comments-o:before {
content: "\f0e6";
}
.totalsoft-flash:before,
.totalsoft-bolt:before {
content: "\f0e7";
}
.totalsoft-sitemap:before {
content: "\f0e8";
}
.totalsoft-umbrella:before {
content: "\f0e9";
}
.totalsoft-paste:before,
.totalsoft-clipboard:before {
content: "\f0ea";
}
.totalsoft-lightbulb-o:before {
content: "\f0eb";
}
.totalsoft-exchange:before {
content: "\f0ec";
}
.totalsoft-cloud-download:before {
content: "\f0ed";
}
.totalsoft-cloud-upload:before {
content: "\f0ee";
}
.totalsoft-user-md:before {
content: "\f0f0";
}
.totalsoft-stethoscope:before {
content: "\f0f1";
}
.totalsoft-suitcase:before {
content: "\f0f2";
}
.totalsoft-bell-o:before {
content: "\f0a2";
}
.totalsoft-coffee:before {
content: "\f0f4";
}
.totalsoft-cutlery:before {
content: "\f0f5";
}
.totalsoft-file-text-o:before {
content: "\f0f6";
}
.totalsoft-building-o:before {
content: "\f0f7";
}
.totalsoft-hospital-o:before {
content: "\f0f8";
}
.totalsoft-ambulance:before {
content: "\f0f9";
}
.totalsoft-medkit:before {
content: "\f0fa";
}
.totalsoft-fighter-jet:before {
content: "\f0fb";
}
.totalsoft-beer:before {
content: "\f0fc";
}
.totalsoft-h-square:before {
content: "\f0fd";
}
.totalsoft-plus-square:before {
content: "\f0fe";
}
.totalsoft-angle-double-left:before {
content: "\f100";
}
.totalsoft-angle-double-right:before {
content: "\f101";
}
.totalsoft-angle-double-up:before {
content: "\f102";
}
.totalsoft-angle-double-down:before {
content: "\f103";
}
.totalsoft-angle-left:before {
content: "\f104";
}
.totalsoft-angle-right:before {
content: "\f105";
}
.totalsoft-angle-up:before {
content: "\f106";
}
.totalsoft-angle-down:before {
content: "\f107";
}
.totalsoft-desktop:before {
content: "\f108";
}
.totalsoft-laptop:before {
content: "\f109";
}
.totalsoft-tablet:before {
content: "\f10a";
}
.totalsoft-mobile-phone:before,
.totalsoft-mobile:before {
content: "\f10b";
}
.totalsoft-circle-o:before {
content: "\f10c";
}
.totalsoft-quote-left:before {
content: "\f10d";
}
.totalsoft-quote-right:before {
content: "\f10e";
}
.totalsoft-spinner:before {
content: "\f110";
}
.totalsoft-circle:before {
content: "\f111";
}
.totalsoft-mail-reply:before,
.totalsoft-reply:before {
content: "\f112";
}
.totalsoft-github-alt:before {
content: "\f113";
}
.totalsoft-folder-o:before {
content: "\f114";
}
.totalsoft-folder-open-o:before {
content: "\f115";
}
.totalsoft-smile-o:before {
content: "\f118";
}
.totalsoft-frown-o:before {
content: "\f119";
}
.totalsoft-meh-o:before {
content: "\f11a";
}
.totalsoft-gamepad:before {
content: "\f11b";
}
.totalsoft-keyboard-o:before {
content: "\f11c";
}
.totalsoft-flag-o:before {
content: "\f11d";
}
.totalsoft-flag-checkered:before {
content: "\f11e";
}
.totalsoft-terminal:before {
content: "\f120";
}
.totalsoft-code:before {
content: "\f121";
}
.totalsoft-mail-reply-all:before,
.totalsoft-reply-all:before {
content: "\f122";
}
.totalsoft-star-half-empty:before,
.totalsoft-star-half-full:before,
.totalsoft-star-half-o:before {
content: "\f123";
}
.totalsoft-location-arrow:before {
content: "\f124";
}
.totalsoft-crop:before {
content: "\f125";
}
.totalsoft-code-fork:before {
content: "\f126";
}
.totalsoft-unlink:before,
.totalsoft-chain-broken:before {
content: "\f127";
}
.totalsoft-question:before {
content: "\f128";
}
.totalsoft-info:before {
content: "\f129";
}
.totalsoft-exclamation:before {
content: "\f12a";
}
.totalsoft-superscript:before {
content: "\f12b";
}
.totalsoft-subscript:before {
content: "\f12c";
}
.totalsoft-eraser:before {
content: "\f12d";
}
.totalsoft-puzzle-piece:before {
content: "\f12e";
}
.totalsoft-microphone:before {
content: "\f130";
}
.totalsoft-microphone-slash:before {
content: "\f131";
}
.totalsoft-shield:before {
content: "\f132";
}
.totalsoft-calendar-o:before {
content: "\f133";
}
.totalsoft-fire-extinguisher:before {
content: "\f134";
}
.totalsoft-rocket:before {
content: "\f135";
}
.totalsoft-maxcdn:before {
content: "\f136";
}
.totalsoft-chevron-circle-left:before {
content: "\f137";
}
.totalsoft-chevron-circle-right:before {
content: "\f138";
}
.totalsoft-chevron-circle-up:before {
content: "\f139";
}
.totalsoft-chevron-circle-down:before {
content: "\f13a";
}
.totalsoft-html5:before {
content: "\f13b";
}
.totalsoft-css3:before {
content: "\f13c";
}
.totalsoft-anchor:before {
content: "\f13d";
}
.totalsoft-unlock-alt:before {
content: "\f13e";
}
.totalsoft-bullseye:before {
content: "\f140";
}
.totalsoft-ellipsis-h:before {
content: "\f141";
}
.totalsoft-ellipsis-v:before {
content: "\f142";
}
.totalsoft-rss-square:before {
content: "\f143";
}
.totalsoft-play-circle:before {
content: "\f144";
}
.totalsoft-ticket:before {
content: "\f145";
}
.totalsoft-minus-square:before {
content: "\f146";
}
.totalsoft-minus-square-o:before {
content: "\f147";
}
.totalsoft-level-up:before {
content: "\f148";
}
.totalsoft-level-down:before {
content: "\f149";
}
.totalsoft-check-square:before {
content: "\f14a";
}
.totalsoft-pencil-square:before {
content: "\f14b";
}
.totalsoft-external-link-square:before {
content: "\f14c";
}
.totalsoft-share-square:before {
content: "\f14d";
}
.totalsoft-compass:before {
content: "\f14e";
}
.totalsoft-toggle-down:before,
.totalsoft-caret-square-o-down:before {
content: "\f150";
}
.totalsoft-toggle-up:before,
.totalsoft-caret-square-o-up:before {
content: "\f151";
}
.totalsoft-toggle-right:before,
.totalsoft-caret-square-o-right:before {
content: "\f152";
}
.totalsoft-euro:before,
.totalsoft-eur:before {
content: "\f153";
}
.totalsoft-gbp:before {
content: "\f154";
}
.totalsoft-dollar:before,
.totalsoft-usd:before {
content: "\f155";
}
.totalsoft-rupee:before,
.totalsoft-inr:before {
content: "\f156";
}
.totalsoft-cny:before,
.totalsoft-rmb:before,
.totalsoft-yen:before,
.totalsoft-jpy:before {
content: "\f157";
}
.totalsoft-ruble:before,
.totalsoft-rouble:before,
.totalsoft-rub:before {
content: "\f158";
}
.totalsoft-won:before,
.totalsoft-krw:before {
content: "\f159";
}
.totalsoft-bitcoin:before,
.totalsoft-btc:before {
content: "\f15a";
}
.totalsoft-file:before {
content: "\f15b";
}
.totalsoft-file-text:before {
content: "\f15c";
}
.totalsoft-sort-alpha-asc:before {
content: "\f15d";
}
.totalsoft-sort-alpha-desc:before {
content: "\f15e";
}
.totalsoft-sort-amount-asc:before {
content: "\f160";
}
.totalsoft-sort-amount-desc:before {
content: "\f161";
}
.totalsoft-sort-numeric-asc:before {
content: "\f162";
}
.totalsoft-sort-numeric-desc:before {
content: "\f163";
}
.totalsoft-thumbs-up:before {
content: "\f164";
}
.totalsoft-thumbs-down:before {
content: "\f165";
}
.totalsoft-youtube-square:before {
content: "\f166";
}
.totalsoft-youtube:before {
content: "\f167";
}
.totalsoft-xing:before {
content: "\f168";
}
.totalsoft-xing-square:before {
content: "\f169";
}
.totalsoft-youtube-play:before {
content: "\f16a";
}
.totalsoft-dropbox:before {
content: "\f16b";
}
.totalsoft-stack-overflow:before {
content: "\f16c";
}
.totalsoft-instagram:before {
content: "\f16d";
}
.totalsoft-flickr:before {
content: "\f16e";
}
.totalsoft-adn:before {
content: "\f170";
}
.totalsoft-bitbucket:before {
content: "\f171";
}
.totalsoft-bitbucket-square:before {
content: "\f172";
}
.totalsoft-tumblr:before {
content: "\f173";
}
.totalsoft-tumblr-square:before {
content: "\f174";
}
.totalsoft-long-arrow-down:before {
content: "\f175";
}
.totalsoft-long-arrow-up:before {
content: "\f176";
}
.totalsoft-long-arrow-left:before {
content: "\f177";
}
.totalsoft-long-arrow-right:before {
content: "\f178";
}
.totalsoft-apple:before {
content: "\f179";
}
.totalsoft-windows:before {
content: "\f17a";
}
.totalsoft-android:before {
content: "\f17b";
}
.totalsoft-linux:before {
content: "\f17c";
}
.totalsoft-dribbble:before {
content: "\f17d";
}
.totalsoft-skype:before {
content: "\f17e";
}
.totalsoft-foursquare:before {
content: "\f180";
}
.totalsoft-trello:before {
content: "\f181";
}
.totalsoft-female:before {
content: "\f182";
}
.totalsoft-male:before {
content: "\f183";
}
.totalsoft-gittip:before,
.totalsoft-gratipay:before {
content: "\f184";
}
.totalsoft-sun-o:before {
content: "\f185";
}
.totalsoft-moon-o:before {
content: "\f186";
}
.totalsoft-archive:before {
content: "\f187";
}
.totalsoft-bug:before {
content: "\f188";
}
.totalsoft-vk:before {
content: "\f189";
}
.totalsoft-weibo:before {
content: "\f18a";
}
.totalsoft-renren:before {
content: "\f18b";
}
.totalsoft-pagelines:before {
content: "\f18c";
}
.totalsoft-stack-exchange:before {
content: "\f18d";
}
.totalsoft-arrow-circle-o-right:before {
content: "\f18e";
}
.totalsoft-arrow-circle-o-left:before {
content: "\f190";
}
.totalsoft-toggle-left:before,
.totalsoft-caret-square-o-left:before {
content: "\f191";
}
.totalsoft-dot-circle-o:before {
content: "\f192";
}
.totalsoft-wheelchair:before {
content: "\f193";
}
.totalsoft-vimeo-square:before {
content: "\f194";
}
.totalsoft-turkish-lira:before,
.totalsoft-try:before {
content: "\f195";
}
.totalsoft-plus-square-o:before {
content: "\f196";
}
.totalsoft-space-shuttle:before {
content: "\f197";
}
.totalsoft-slack:before {
content: "\f198";
}
.totalsoft-envelope-square:before {
content: "\f199";
}
.totalsoft-wordpress:before {
content: "\f19a";
}
.totalsoft-openid:before {
content: "\f19b";
}
.totalsoft-institution:before,
.totalsoft-bank:before,
.totalsoft-university:before {
content: "\f19c";
}
.totalsoft-mortar-board:before,
.totalsoft-graduation-cap:before {
content: "\f19d";
}
.totalsoft-yahoo:before {
content: "\f19e";
}
.totalsoft-google:before {
content: "\f1a0";
}
.totalsoft-reddit:before {
content: "\f1a1";
}
.totalsoft-reddit-square:before {
content: "\f1a2";
}
.totalsoft-stumbleupon-circle:before {
content: "\f1a3";
}
.totalsoft-stumbleupon:before {
content: "\f1a4";
}
.totalsoft-delicious:before {
content: "\f1a5";
}
.totalsoft-digg:before {
content: "\f1a6";
}
.totalsoft-pied-piper-pp:before {
content: "\f1a7";
}
.totalsoft-pied-piper-alt:before {
content: "\f1a8";
}
.totalsoft-drupal:before {
content: "\f1a9";
}
.totalsoft-joomla:before {
content: "\f1aa";
}
.totalsoft-language:before {
content: "\f1ab";
}
.totalsoft-fax:before {
content: "\f1ac";
}
.totalsoft-building:before {
content: "\f1ad";
}
.totalsoft-child:before {
content: "\f1ae";
}
.totalsoft-paw:before {
content: "\f1b0";
}
.totalsoft-spoon:before {
content: "\f1b1";
}
.totalsoft-cube:before {
content: "\f1b2";
}
.totalsoft-cubes:before {
content: "\f1b3";
}
.totalsoft-behance:before {
content: "\f1b4";
}
.totalsoft-behance-square:before {
content: "\f1b5";
}
.totalsoft-steam:before {
content: "\f1b6";
}
.totalsoft-steam-square:before {
content: "\f1b7";
}
.totalsoft-recycle:before {
content: "\f1b8";
}
.totalsoft-automobile:before,
.totalsoft-car:before {
content: "\f1b9";
}
.totalsoft-cab:before,
.totalsoft-taxi:before {
content: "\f1ba";
}
.totalsoft-tree:before {
content: "\f1bb";
}
.totalsoft-spotify:before {
content: "\f1bc";
}
.totalsoft-deviantart:before {
content: "\f1bd";
}
.totalsoft-soundcloud:before {
content: "\f1be";
}
.totalsoft-database:before {
content: "\f1c0";
}
.totalsoft-file-pdf-o:before {
content: "\f1c1";
}
.totalsoft-file-word-o:before {
content: "\f1c2";
}
.totalsoft-file-excel-o:before {
content: "\f1c3";
}
.totalsoft-file-powerpoint-o:before {
content: "\f1c4";
}
.totalsoft-file-photo-o:before,
.totalsoft-file-picture-o:before,
.totalsoft-file-image-o:before {
content: "\f1c5";
}
.totalsoft-file-zip-o:before,
.totalsoft-file-archive-o:before {
content: "\f1c6";
}
.totalsoft-file-sound-o:before,
.totalsoft-file-audio-o:before {
content: "\f1c7";
}
.totalsoft-file-movie-o:before,
.totalsoft-file-video-o:before {
content: "\f1c8";
}
.totalsoft-file-code-o:before {
content: "\f1c9";
}
.totalsoft-vine:before {
content: "\f1ca";
}
.totalsoft-codepen:before {
content: "\f1cb";
}
.totalsoft-jsfiddle:before {
content: "\f1cc";
}
.totalsoft-life-bouy:before,
.totalsoft-life-buoy:before,
.totalsoft-life-saver:before,
.totalsoft-support:before,
.totalsoft-life-ring:before {
content: "\f1cd";
}
.totalsoft-circle-o-notch:before {
content: "\f1ce";
}
.totalsoft-ra:before,
.totalsoft-resistance:before,
.totalsoft-rebel:before {
content: "\f1d0";
}
.totalsoft-ge:before,
.totalsoft-empire:before {
content: "\f1d1";
}
.totalsoft-git-square:before {
content: "\f1d2";
}
.totalsoft-git:before {
content: "\f1d3";
}
.totalsoft-y-combinator-square:before,
.totalsoft-yc-square:before,
.totalsoft-hacker-news:before {
content: "\f1d4";
}
.totalsoft-tencent-weibo:before {
content: "\f1d5";
}
.totalsoft-qq:before {
content: "\f1d6";
}
.totalsoft-wechat:before,
.totalsoft-weixin:before {
content: "\f1d7";
}
.totalsoft-send:before,
.totalsoft-paper-plane:before {
content: "\f1d8";
}
.totalsoft-send-o:before,
.totalsoft-paper-plane-o:before {
content: "\f1d9";
}
.totalsoft-history:before {
content: "\f1da";
}
.totalsoft-circle-thin:before {
content: "\f1db";
}
.totalsoft-header:before {
content: "\f1dc";
}
.totalsoft-paragraph:before {
content: "\f1dd";
}
.totalsoft-sliders:before {
content: "\f1de";
}
.totalsoft-share-alt:before {
content: "\f1e0";
}
.totalsoft-share-alt-square:before {
content: "\f1e1";
}
.totalsoft-bomb:before {
content: "\f1e2";
}
.totalsoft-soccer-ball-o:before,
.totalsoft-futbol-o:before {
content: "\f1e3";
}
.totalsoft-tty:before {
content: "\f1e4";
}
.totalsoft-binoculars:before {
content: "\f1e5";
}
.totalsoft-plug:before {
content: "\f1e6";
}
.totalsoft-slideshare:before {
content: "\f1e7";
}
.totalsoft-twitch:before {
content: "\f1e8";
}
.totalsoft-yelp:before {
content: "\f1e9";
}
.totalsoft-newspaper-o:before {
content: "\f1ea";
}
.totalsoft-wifi:before {
content: "\f1eb";
}
.totalsoft-calculator:before {
content: "\f1ec";
}
.totalsoft-paypal:before {
content: "\f1ed";
}
.totalsoft-google-wallet:before {
content: "\f1ee";
}
.totalsoft-cc-visa:before {
content: "\f1f0";
}
.totalsoft-cc-mastercard:before {
content: "\f1f1";
}
.totalsoft-cc-discover:before {
content: "\f1f2";
}
.totalsoft-cc-amex:before {
content: "\f1f3";
}
.totalsoft-cc-paypal:before {
content: "\f1f4";
}
.totalsoft-cc-stripe:before {
content: "\f1f5";
}
.totalsoft-bell-slash:before {
content: "\f1f6";
}
.totalsoft-bell-slash-o:before {
content: "\f1f7";
}
.totalsoft-trash:before {
content: "\f1f8";
}
.totalsoft-copyright:before {
content: "\f1f9";
}
.totalsoft-at:before {
content: "\f1fa";
}
.totalsoft-eyedropper:before {
content: "\f1fb";
}
.totalsoft-paint-brush:before {
content: "\f1fc";
}
.totalsoft-birthday-cake:before {
content: "\f1fd";
}
.totalsoft-area-chart:before {
content: "\f1fe";
}
.totalsoft-pie-chart:before {
content: "\f200";
}
.totalsoft-line-chart:before {
content: "\f201";
}
.totalsoft-lastfm:before {
content: "\f202";
}
.totalsoft-lastfm-square:before {
content: "\f203";
}
.totalsoft-toggle-off:before {
content: "\f204";
}
.totalsoft-toggle-on:before {
content: "\f205";
}
.totalsoft-bicycle:before {
content: "\f206";
}
.totalsoft-bus:before {
content: "\f207";
}
.totalsoft-ioxhost:before {
content: "\f208";
}
.totalsoft-angellist:before {
content: "\f209";
}
.totalsoft-cc:before {
content: "\f20a";
}
.totalsoft-shekel:before,
.totalsoft-sheqel:before,
.totalsoft-ils:before {
content: "\f20b";
}
.totalsoft-meanpath:before {
content: "\f20c";
}
.totalsoft-buysellads:before {
content: "\f20d";
}
.totalsoft-connectdevelop:before {
content: "\f20e";
}
.totalsoft-dashcube:before {
content: "\f210";
}
.totalsoft-forumbee:before {
content: "\f211";
}
.totalsoft-leanpub:before {
content: "\f212";
}
.totalsoft-sellsy:before {
content: "\f213";
}
.totalsoft-shirtsinbulk:before {
content: "\f214";
}
.totalsoft-simplybuilt:before {
content: "\f215";
}
.totalsoft-skyatlas:before {
content: "\f216";
}
.totalsoft-cart-plus:before {
content: "\f217";
}
.totalsoft-cart-arrow-down:before {
content: "\f218";
}
.totalsoft-diamond:before {
content: "\f219";
}
.totalsoft-ship:before {
content: "\f21a";
}
.totalsoft-user-secret:before {
content: "\f21b";
}
.totalsoft-motorcycle:before {
content: "\f21c";
}
.totalsoft-street-view:before {
content: "\f21d";
}
.totalsoft-heartbeat:before {
content: "\f21e";
}
.totalsoft-venus:before {
content: "\f221";
}
.totalsoft-mars:before {
content: "\f222";
}
.totalsoft-mercury:before {
content: "\f223";
}
.totalsoft-intersex:before,
.totalsoft-transgender:before {
content: "\f224";
}
.totalsoft-transgender-alt:before {
content: "\f225";
}
.totalsoft-venus-double:before {
content: "\f226";
}
.totalsoft-mars-double:before {
content: "\f227";
}
.totalsoft-venus-mars:before {
content: "\f228";
}
.totalsoft-mars-stroke:before {
content: "\f229";
}
.totalsoft-mars-stroke-v:before {
content: "\f22a";
}
.totalsoft-mars-stroke-h:before {
content: "\f22b";
}
.totalsoft-neuter:before {
content: "\f22c";
}
.totalsoft-genderless:before {
content: "\f22d";
}
.totalsoft-facebook-official:before {
content: "\f230";
}
.totalsoft-pinterest-p:before {
content: "\f231";
}
.totalsoft-whatsapp:before {
content: "\f232";
}
.totalsoft-server:before {
content: "\f233";
}
.totalsoft-user-plus:before {
content: "\f234";
}
.totalsoft-user-times:before {
content: "\f235";
}
.totalsoft-hotel:before,
.totalsoft-bed:before {
content: "\f236";
}
.totalsoft-viacoin:before {
content: "\f237";
}
.totalsoft-train:before {
content: "\f238";
}
.totalsoft-subway:before {
content: "\f239";
}
.totalsoft-medium:before {
content: "\f23a";
}
.totalsoft-yc:before,
.totalsoft-y-combinator:before {
content: "\f23b";
}
.totalsoft-optin-monster:before {
content: "\f23c";
}
.totalsoft-opencart:before {
content: "\f23d";
}
.totalsoft-expeditedssl:before {
content: "\f23e";
}
.totalsoft-battery-4:before,
.totalsoft-battery-full:before {
content: "\f240";
}
.totalsoft-battery-3:before,
.totalsoft-battery-three-quarters:before {
content: "\f241";
}
.totalsoft-battery-2:before,
.totalsoft-battery-half:before {
content: "\f242";
}
.totalsoft-battery-1:before,
.totalsoft-battery-quarter:before {
content: "\f243";
}
.totalsoft-battery-0:before,
.totalsoft-battery-empty:before {
content: "\f244";
}
.totalsoft-mouse-pointer:before {
content: "\f245";
}
.totalsoft-i-cursor:before {
content: "\f246";
}
.totalsoft-object-group:before {
content: "\f247";
}
.totalsoft-object-ungroup:before {
content: "\f248";
}
.totalsoft-sticky-note:before {
content: "\f249";
}
.totalsoft-sticky-note-o:before {
content: "\f24a";
}
.totalsoft-cc-jcb:before {
content: "\f24b";
}
.totalsoft-cc-diners-club:before {
content: "\f24c";
}
.totalsoft-clone:before {
content: "\f24d";
}
.totalsoft-balance-scale:before {
content: "\f24e";
}
.totalsoft-hourglass-o:before {
content: "\f250";
}
.totalsoft-hourglass-1:before,
.totalsoft-hourglass-start:before {
content: "\f251";
}
.totalsoft-hourglass-2:before,
.totalsoft-hourglass-half:before {
content: "\f252";
}
.totalsoft-hourglass-3:before,
.totalsoft-hourglass-end:before {
content: "\f253";
}
.totalsoft-hourglass:before {
content: "\f254";
}
.totalsoft-hand-grab-o:before,
.totalsoft-hand-rock-o:before {
content: "\f255";
}
.totalsoft-hand-stop-o:before,
.totalsoft-hand-paper-o:before {
content: "\f256";
}
.totalsoft-hand-scissors-o:before {
content: "\f257";
}
.totalsoft-hand-lizard-o:before {
content: "\f258";
}
.totalsoft-hand-spock-o:before {
content: "\f259";
}
.totalsoft-hand-pointer-o:before {
content: "\f25a";
}
.totalsoft-hand-peace-o:before {
content: "\f25b";
}
.totalsoft-trademark:before {
content: "\f25c";
}
.totalsoft-registered:before {
content: "\f25d";
}
.totalsoft-creative-commons:before {
content: "\f25e";
}
.totalsoft-gg:before {
content: "\f260";
}
.totalsoft-gg-circle:before {
content: "\f261";
}
.totalsoft-tripadvisor:before {
content: "\f262";
}
.totalsoft-odnoklassniki:before {
content: "\f263";
}
.totalsoft-odnoklassniki-square:before {
content: "\f264";
}
.totalsoft-get-pocket:before {
content: "\f265";
}
.totalsoft-wikipedia-w:before {
content: "\f266";
}
.totalsoft-safari:before {
content: "\f267";
}
.totalsoft-chrome:before {
content: "\f268";
}
.totalsoft-firefox:before {
content: "\f269";
}
.totalsoft-opera:before {
content: "\f26a";
}
.totalsoft-internet-explorer:before {
content: "\f26b";
}
.totalsoft-tv:before,
.totalsoft-television:before {
content: "\f26c";
}
.totalsoft-contao:before {
content: "\f26d";
}
.totalsoft-500px:before {
content: "\f26e";
}
.totalsoft-amazon:before {
content: "\f270";
}
.totalsoft-calendar-plus-o:before {
content: "\f271";
}
.totalsoft-calendar-minus-o:before {
content: "\f272";
}
.totalsoft-calendar-times-o:before {
content: "\f273";
}
.totalsoft-calendar-check-o:before {
content: "\f274";
}
.totalsoft-industry:before {
content: "\f275";
}
.totalsoft-map-pin:before {
content: "\f276";
}
.totalsoft-map-signs:before {
content: "\f277";
}
.totalsoft-map-o:before {
content: "\f278";
}
.totalsoft-map:before {
content: "\f279";
}
.totalsoft-commenting:before {
content: "\f27a";
}
.totalsoft-commenting-o:before {
content: "\f27b";
}
.totalsoft-houzz:before {
content: "\f27c";
}
.totalsoft-vimeo:before {
content: "\f27d";
}
.totalsoft-black-tie:before {
content: "\f27e";
}
.totalsoft-fonticons:before {
content: "\f280";
}
.totalsoft-reddit-alien:before {
content: "\f281";
}
.totalsoft-edge:before {
content: "\f282";
}
.totalsoft-credit-card-alt:before {
content: "\f283";
}
.totalsoft-codiepie:before {
content: "\f284";
}
.totalsoft-modx:before {
content: "\f285";
}
.totalsoft-fort-awesome:before {
content: "\f286";
}
.totalsoft-usb:before {
content: "\f287";
}
.totalsoft-product-hunt:before {
content: "\f288";
}
.totalsoft-mixcloud:before {
content: "\f289";
}
.totalsoft-scribd:before {
content: "\f28a";
}
.totalsoft-pause-circle:before {
content: "\f28b";
}
.totalsoft-pause-circle-o:before {
content: "\f28c";
}
.totalsoft-stop-circle:before {
content: "\f28d";
}
.totalsoft-stop-circle-o:before {
content: "\f28e";
}
.totalsoft-shopping-bag:before {
content: "\f290";
}
.totalsoft-shopping-basket:before {
content: "\f291";
}
.totalsoft-hashtag:before {
content: "\f292";
}
.totalsoft-bluetooth:before {
content: "\f293";
}
.totalsoft-bluetooth-b:before {
content: "\f294";
}
.totalsoft-percent:before {
content: "\f295";
}
.totalsoft-gitlab:before {
content: "\f296";
}
.totalsoft-wpbeginner:before {
content: "\f297";
}
.totalsoft-wpforms:before {
content: "\f298";
}
.totalsoft-envira:before {
content: "\f299";
}
.totalsoft-universal-access:before {
content: "\f29a";
}
.totalsoft-wheelchair-alt:before {
content: "\f29b";
}
.totalsoft-question-circle-o:before {
content: "\f29c";
}
.totalsoft-blind:before {
content: "\f29d";
}
.totalsoft-audio-description:before {
content: "\f29e";
}
.totalsoft-volume-control-phone:before {
content: "\f2a0";
}
.totalsoft-braille:before {
content: "\f2a1";
}
.totalsoft-assistive-listening-systems:before {
content: "\f2a2";
}
.totalsoft-asl-interpreting:before,
.totalsoft-american-sign-language-interpreting:before {
content: "\f2a3";
}
.totalsoft-deafness:before,
.totalsoft-hard-of-hearing:before,
.totalsoft-deaf:before {
content: "\f2a4";
}
.totalsoft-glide:before {
content: "\f2a5";
}
.totalsoft-glide-g:before {
content: "\f2a6";
}
.totalsoft-signing:before,
.totalsoft-sign-language:before {
content: "\f2a7";
}
.totalsoft-low-vision:before {
content: "\f2a8";
}
.totalsoft-viadeo:before {
content: "\f2a9";
}
.totalsoft-viadeo-square:before {
content: "\f2aa";
}
.totalsoft-snapchat:before {
content: "\f2ab";
}
.totalsoft-snapchat-ghost:before {
content: "\f2ac";
}
.totalsoft-snapchat-square:before {
content: "\f2ad";
}
.totalsoft-pied-piper:before {
content: "\f2ae";
}
.totalsoft-first-order:before {
content: "\f2b0";
}
.totalsoft-yoast:before {
content: "\f2b1";
}
.totalsoft-themeisle:before {
content: "\f2b2";
}
.totalsoft-google-plus-circle:before,
.totalsoft-google-plus-official:before {
content: "\f2b3";
}
.totalsoft-fa:before,
.totalsoft-font-awesome:before {
content: "\f2b4";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}.nich-container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.nich-container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.nich-container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.nich-container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.nich-container {
max-width: 1140px;
}
}
.nich-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.nich-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.nich-col-sm-1, 
.nich-col-sm-2, 
.nich-col-sm-3, 
.nich-col-sm-4, 
.nich-col-sm-5, 
.nich-col-sm-6, 
.nich-col-sm-7, 
.nich-col-sm-8, 
.nich-col-sm-9, 
.nich-col-sm-10, 
.nich-col-sm-11, 
.nich-col-sm-12, 
.nich-col-md-1, 
.nich-col-md-2, 
.nich-col-md-3, 
.nich-col-md-4, 
.nich-col-md-5, 
.nich-col-md-6, 
.nich-col-md-7, 
.nich-col-md-8, 
.nich-col-md-9, 
.nich-col-md-10, 
.nich-col-md-11, 
.nich-col-md-12, 
.nich-col-lg-1, 
.nich-col-lg-2, 
.nich-col-lg-3, 
.nich-col-lg-4, 
.nich-col-lg-5, 
.nich-col-lg-6, 
.nich-col-lg-7, 
.nich-col-lg-8, 
.nich-col-lg-9, 
.nich-col-lg-10, 
.nich-col-lg-11, 
.nich-col-lg-12, 
.nich-col-xl-1, 
.nich-col-xl-2, 
.nich-col-xl-3, 
.nich-col-xl-4, 
.nich-col-xl-5, 
.nich-col-xl-6, 
.nich-col-xl-7, 
.nich-col-xl-8, 
.nich-col-xl-9, 
.nich-col-xl-10, 
.nich-col-xl-11, 
.nich-col-xl-12 {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 992px) {
.nich-order-first {
-ms-flex-order: -1;
order: -1;
}
.nich-order-last {
-ms-flex-order: 13;
order: 13;
}
.nich-order-0 {
-ms-flex-order: 0;
order: 0;
}
.nich-order-1 {
-ms-flex-order: 1;
order: 1;
}
.nich-order-2 {
-ms-flex-order: 2;
order: 2;
}
.nich-order-3 {
-ms-flex-order: 3;
order: 3;
}
.nich-order-4 {
-ms-flex-order: 4;
order: 4;
}
.nich-order-5 {
-ms-flex-order: 5;
order: 5;
}
.nich-order-6 {
-ms-flex-order: 6;
order: 6;
}
.nich-order-7 {
-ms-flex-order: 7;
order: 7;
}
.nich-order-8 {
-ms-flex-order: 8;
order: 8;
}
.nich-order-9 {
-ms-flex-order: 9;
order: 9;
}
.nich-order-10 {
-ms-flex-order: 10;
order: 10;
}
.nich-order-11 {
-ms-flex-order: 11;
order: 11;
}
.nich-order-12 {
-ms-flex-order: 12;
order: 12;
}
}
@media (min-width: 576px) {
.nich-col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.nich-col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.nich-col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.nich-col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.nich-col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.nich-col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.nich-col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.nich-col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.nich-col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.nich-col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.nich-col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.nich-col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 768px) {
.nich-col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.nich-col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.nich-col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.nich-col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.nich-col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.nich-col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.nich-col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.nich-col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.nich-col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.nich-col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.nich-col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.nich-col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 992px) {
.nich-col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.nich-col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.nich-col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.nich-col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.nich-col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.nich-col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.nich-col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.nich-col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.nich-col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.nich-col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.nich-col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.nich-col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 1200px) {
.nich-col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.nich-col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.nich-col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.nich-col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.nich-col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.nich-col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.nich-col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.nich-col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.nich-col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.nich-col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.nich-col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.nich-col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
.nich-justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.nich-justify-content-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.nich-justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.nich-justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.nich-justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.nich-align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.nich-align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.nich-align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.nich-align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.nich-align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.nich-align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.nich-align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.nich-align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.nich-align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.nich-align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.nich-align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.nich-text-left {
text-align: left !important;
}
.nich-text-right {
text-align: right !important;
}
.nich-text-center {
text-align: center !important;
}@font-face{font-family:'FontAwesome';src:url(//amnistia.org.mx/contenido/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//amnistia.org.mx/contenido/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//amnistia.org.mx/contenido/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//amnistia.org.mx/contenido/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//amnistia.org.mx/contenido/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//amnistia.org.mx/contenido/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
 @-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.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{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.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{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.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{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{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:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.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{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{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{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(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{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-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{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-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{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-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:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-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:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{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{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(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:rotate(80deg);transform:rotate(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:rotate(60deg);transform:rotate(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:rotate(80deg);transform:rotate(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:rotate(60deg);transform:rotate(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{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.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{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.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}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.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(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.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(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(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{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(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{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(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{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(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:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}@font-face{font-family:themify;src:url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/themify.eot);src:url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/themify.eot?#iefix) format('embedded-opentype'),url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/themify.woff) format('woff'),url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/themify.ttf) format('truetype'),url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/themify.svg) format('svg');font-weight:400;font-style:normal}[class*=" ti-"],[class^=ti-]{font-family:themify;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-wand:before{content:"\e600"}.ti-volume:before{content:"\e601"}.ti-user:before{content:"\e602"}.ti-unlock:before{content:"\e603"}.ti-unlink:before{content:"\e604"}.ti-trash:before{content:"\e605"}.ti-thought:before{content:"\e606"}.ti-target:before{content:"\e607"}.ti-tag:before{content:"\e608"}.ti-tablet:before{content:"\e609"}.ti-star:before{content:"\e60a"}.ti-spray:before{content:"\e60b"}.ti-signal:before{content:"\e60c"}.ti-shopping-cart:before{content:"\e60d"}.ti-shopping-cart-full:before{content:"\e60e"}.ti-settings:before{content:"\e60f"}.ti-search:before{content:"\e610"}.ti-zoom-in:before{content:"\e611"}.ti-zoom-out:before{content:"\e612"}.ti-cut:before{content:"\e613"}.ti-ruler:before{content:"\e614"}.ti-ruler-pencil:before{content:"\e615"}.ti-ruler-alt:before{content:"\e616"}.ti-bookmark:before{content:"\e617"}.ti-bookmark-alt:before{content:"\e618"}.ti-reload:before{content:"\e619"}.ti-plus:before{content:"\e61a"}.ti-pin:before{content:"\e61b"}.ti-pencil:before{content:"\e61c"}.ti-pencil-alt:before{content:"\e61d"}.ti-paint-roller:before{content:"\e61e"}.ti-paint-bucket:before{content:"\e61f"}.ti-na:before{content:"\e620"}.ti-mobile:before{content:"\e621"}.ti-minus:before{content:"\e622"}.ti-medall:before{content:"\e623"}.ti-medall-alt:before{content:"\e624"}.ti-marker:before{content:"\e625"}.ti-marker-alt:before{content:"\e626"}.ti-arrow-up:before{content:"\e627"}.ti-arrow-right:before{content:"\e628"}.ti-arrow-left:before{content:"\e629"}.ti-arrow-down:before{content:"\e62a"}.ti-lock:before{content:"\e62b"}.ti-location-arrow:before{content:"\e62c"}.ti-link:before{content:"\e62d"}.ti-layout:before{content:"\e62e"}.ti-layers:before{content:"\e62f"}.ti-layers-alt:before{content:"\e630"}.ti-key:before{content:"\e631"}.ti-import:before{content:"\e632"}.ti-image:before{content:"\e633"}.ti-heart:before{content:"\e634"}.ti-heart-broken:before{content:"\e635"}.ti-hand-stop:before{content:"\e636"}.ti-hand-open:before{content:"\e637"}.ti-hand-drag:before{content:"\e638"}.ti-folder:before{content:"\e639"}.ti-flag:before{content:"\e63a"}.ti-flag-alt:before{content:"\e63b"}.ti-flag-alt-2:before{content:"\e63c"}.ti-eye:before{content:"\e63d"}.ti-export:before{content:"\e63e"}.ti-exchange-vertical:before{content:"\e63f"}.ti-desktop:before{content:"\e640"}.ti-cup:before{content:"\e641"}.ti-crown:before{content:"\e642"}.ti-comments:before{content:"\e643"}.ti-comment:before{content:"\e644"}.ti-comment-alt:before{content:"\e645"}.ti-close:before{content:"\e646"}.ti-clip:before{content:"\e647"}.ti-angle-up:before{content:"\e648"}.ti-angle-right:before{content:"\e649"}.ti-angle-left:before{content:"\e64a"}.ti-angle-down:before{content:"\e64b"}.ti-check:before{content:"\e64c"}.ti-check-box:before{content:"\e64d"}.ti-camera:before{content:"\e64e"}.ti-announcement:before{content:"\e64f"}.ti-brush:before{content:"\e650"}.ti-briefcase:before{content:"\e651"}.ti-bolt:before{content:"\e652"}.ti-bolt-alt:before{content:"\e653"}.ti-blackboard:before{content:"\e654"}.ti-bag:before{content:"\e655"}.ti-move:before{content:"\e656"}.ti-arrows-vertical:before{content:"\e657"}.ti-arrows-horizontal:before{content:"\e658"}.ti-fullscreen:before{content:"\e659"}.ti-arrow-top-right:before{content:"\e65a"}.ti-arrow-top-left:before{content:"\e65b"}.ti-arrow-circle-up:before{content:"\e65c"}.ti-arrow-circle-right:before{content:"\e65d"}.ti-arrow-circle-left:before{content:"\e65e"}.ti-arrow-circle-down:before{content:"\e65f"}.ti-angle-double-up:before{content:"\e660"}.ti-angle-double-right:before{content:"\e661"}.ti-angle-double-left:before{content:"\e662"}.ti-angle-double-down:before{content:"\e663"}.ti-zip:before{content:"\e664"}.ti-world:before{content:"\e665"}.ti-wheelchair:before{content:"\e666"}.ti-view-list:before{content:"\e667"}.ti-view-list-alt:before{content:"\e668"}.ti-view-grid:before{content:"\e669"}.ti-uppercase:before{content:"\e66a"}.ti-upload:before{content:"\e66b"}.ti-underline:before{content:"\e66c"}.ti-truck:before{content:"\e66d"}.ti-timer:before{content:"\e66e"}.ti-ticket:before{content:"\e66f"}.ti-thumb-up:before{content:"\e670"}.ti-thumb-down:before{content:"\e671"}.ti-text:before{content:"\e672"}.ti-stats-up:before{content:"\e673"}.ti-stats-down:before{content:"\e674"}.ti-split-v:before{content:"\e675"}.ti-split-h:before{content:"\e676"}.ti-smallcap:before{content:"\e677"}.ti-shine:before{content:"\e678"}.ti-shift-right:before{content:"\e679"}.ti-shift-left:before{content:"\e67a"}.ti-shield:before{content:"\e67b"}.ti-notepad:before{content:"\e67c"}.ti-server:before{content:"\e67d"}.ti-quote-right:before{content:"\e67e"}.ti-quote-left:before{content:"\e67f"}.ti-pulse:before{content:"\e680"}.ti-printer:before{content:"\e681"}.ti-power-off:before{content:"\e682"}.ti-plug:before{content:"\e683"}.ti-pie-chart:before{content:"\e684"}.ti-paragraph:before{content:"\e685"}.ti-panel:before{content:"\e686"}.ti-package:before{content:"\e687"}.ti-music:before{content:"\e688"}.ti-music-alt:before{content:"\e689"}.ti-mouse:before{content:"\e68a"}.ti-mouse-alt:before{content:"\e68b"}.ti-money:before{content:"\e68c"}.ti-microphone:before{content:"\e68d"}.ti-menu:before{content:"\e68e"}.ti-menu-alt:before{content:"\e68f"}.ti-map:before{content:"\e690"}.ti-map-alt:before{content:"\e691"}.ti-loop:before{content:"\e692"}.ti-location-pin:before{content:"\e693"}.ti-list:before{content:"\e694"}.ti-light-bulb:before{content:"\e695"}.ti-Italic:before{content:"\e696"}.ti-info:before{content:"\e697"}.ti-infinite:before{content:"\e698"}.ti-id-badge:before{content:"\e699"}.ti-hummer:before{content:"\e69a"}.ti-home:before{content:"\e69b"}.ti-help:before{content:"\e69c"}.ti-headphone:before{content:"\e69d"}.ti-harddrives:before{content:"\e69e"}.ti-harddrive:before{content:"\e69f"}.ti-gift:before{content:"\e6a0"}.ti-game:before{content:"\e6a1"}.ti-filter:before{content:"\e6a2"}.ti-files:before{content:"\e6a3"}.ti-file:before{content:"\e6a4"}.ti-eraser:before{content:"\e6a5"}.ti-envelope:before{content:"\e6a6"}.ti-download:before{content:"\e6a7"}.ti-direction:before{content:"\e6a8"}.ti-direction-alt:before{content:"\e6a9"}.ti-dashboard:before{content:"\e6aa"}.ti-control-stop:before{content:"\e6ab"}.ti-control-shuffle:before{content:"\e6ac"}.ti-control-play:before{content:"\e6ad"}.ti-control-pause:before{content:"\e6ae"}.ti-control-forward:before{content:"\e6af"}.ti-control-backward:before{content:"\e6b0"}.ti-cloud:before{content:"\e6b1"}.ti-cloud-up:before{content:"\e6b2"}.ti-cloud-down:before{content:"\e6b3"}.ti-clipboard:before{content:"\e6b4"}.ti-car:before{content:"\e6b5"}.ti-calendar:before{content:"\e6b6"}.ti-book:before{content:"\e6b7"}.ti-bell:before{content:"\e6b8"}.ti-basketball:before{content:"\e6b9"}.ti-bar-chart:before{content:"\e6ba"}.ti-bar-chart-alt:before{content:"\e6bb"}.ti-back-right:before{content:"\e6bc"}.ti-back-left:before{content:"\e6bd"}.ti-arrows-corner:before{content:"\e6be"}.ti-archive:before{content:"\e6bf"}.ti-anchor:before{content:"\e6c0"}.ti-align-right:before{content:"\e6c1"}.ti-align-left:before{content:"\e6c2"}.ti-align-justify:before{content:"\e6c3"}.ti-align-center:before{content:"\e6c4"}.ti-alert:before{content:"\e6c5"}.ti-alarm-clock:before{content:"\e6c6"}.ti-agenda:before{content:"\e6c7"}.ti-write:before{content:"\e6c8"}.ti-window:before{content:"\e6c9"}.ti-widgetized:before{content:"\e6ca"}.ti-widget:before{content:"\e6cb"}.ti-widget-alt:before{content:"\e6cc"}.ti-wallet:before{content:"\e6cd"}.ti-video-clapper:before{content:"\e6ce"}.ti-video-camera:before{content:"\e6cf"}.ti-vector:before{content:"\e6d0"}.ti-themify-logo:before{content:"\e6d1"}.ti-themify-favicon:before{content:"\e6d2"}.ti-themify-favicon-alt:before{content:"\e6d3"}.ti-support:before{content:"\e6d4"}.ti-stamp:before{content:"\e6d5"}.ti-split-v-alt:before{content:"\e6d6"}.ti-slice:before{content:"\e6d7"}.ti-shortcode:before{content:"\e6d8"}.ti-shift-right-alt:before{content:"\e6d9"}.ti-shift-left-alt:before{content:"\e6da"}.ti-ruler-alt-2:before{content:"\e6db"}.ti-receipt:before{content:"\e6dc"}.ti-pin2:before{content:"\e6dd"}.ti-pin-alt:before{content:"\e6de"}.ti-pencil-alt2:before{content:"\e6df"}.ti-palette:before{content:"\e6e0"}.ti-more:before{content:"\e6e1"}.ti-more-alt:before{content:"\e6e2"}.ti-microphone-alt:before{content:"\e6e3"}.ti-magnet:before{content:"\e6e4"}.ti-line-double:before{content:"\e6e5"}.ti-line-dotted:before{content:"\e6e6"}.ti-line-dashed:before{content:"\e6e7"}.ti-layout-width-full:before{content:"\e6e8"}.ti-layout-width-default:before{content:"\e6e9"}.ti-layout-width-default-alt:before{content:"\e6ea"}.ti-layout-tab:before{content:"\e6eb"}.ti-layout-tab-window:before{content:"\e6ec"}.ti-layout-tab-v:before{content:"\e6ed"}.ti-layout-tab-min:before{content:"\e6ee"}.ti-layout-slider:before{content:"\e6ef"}.ti-layout-slider-alt:before{content:"\e6f0"}.ti-layout-sidebar-right:before{content:"\e6f1"}.ti-layout-sidebar-none:before{content:"\e6f2"}.ti-layout-sidebar-left:before{content:"\e6f3"}.ti-layout-placeholder:before{content:"\e6f4"}.ti-layout-menu:before{content:"\e6f5"}.ti-layout-menu-v:before{content:"\e6f6"}.ti-layout-menu-separated:before{content:"\e6f7"}.ti-layout-menu-full:before{content:"\e6f8"}.ti-layout-media-right-alt:before{content:"\e6f9"}.ti-layout-media-right:before{content:"\e6fa"}.ti-layout-media-overlay:before{content:"\e6fb"}.ti-layout-media-overlay-alt:before{content:"\e6fc"}.ti-layout-media-overlay-alt-2:before{content:"\e6fd"}.ti-layout-media-left-alt:before{content:"\e6fe"}.ti-layout-media-left:before{content:"\e6ff"}.ti-layout-media-center-alt:before{content:"\e700"}.ti-layout-media-center:before{content:"\e701"}.ti-layout-list-thumb:before{content:"\e702"}.ti-layout-list-thumb-alt:before{content:"\e703"}.ti-layout-list-post:before{content:"\e704"}.ti-layout-list-large-image:before{content:"\e705"}.ti-layout-line-solid:before{content:"\e706"}.ti-layout-grid4:before{content:"\e707"}.ti-layout-grid3:before{content:"\e708"}.ti-layout-grid2:before{content:"\e709"}.ti-layout-grid2-thumb:before{content:"\e70a"}.ti-layout-cta-right:before{content:"\e70b"}.ti-layout-cta-left:before{content:"\e70c"}.ti-layout-cta-center:before{content:"\e70d"}.ti-layout-cta-btn-right:before{content:"\e70e"}.ti-layout-cta-btn-left:before{content:"\e70f"}.ti-layout-column4:before{content:"\e710"}.ti-layout-column3:before{content:"\e711"}.ti-layout-column2:before{content:"\e712"}.ti-layout-accordion-separated:before{content:"\e713"}.ti-layout-accordion-merged:before{content:"\e714"}.ti-layout-accordion-list:before{content:"\e715"}.ti-ink-pen:before{content:"\e716"}.ti-info-alt:before{content:"\e717"}.ti-help-alt:before{content:"\e718"}.ti-headphone-alt:before{content:"\e719"}.ti-hand-point-up:before{content:"\e71a"}.ti-hand-point-right:before{content:"\e71b"}.ti-hand-point-left:before{content:"\e71c"}.ti-hand-point-down:before{content:"\e71d"}.ti-gallery:before{content:"\e71e"}.ti-face-smile:before{content:"\e71f"}.ti-face-sad:before{content:"\e720"}.ti-credit-card:before{content:"\e721"}.ti-control-skip-forward:before{content:"\e722"}.ti-control-skip-backward:before{content:"\e723"}.ti-control-record:before{content:"\e724"}.ti-control-eject:before{content:"\e725"}.ti-comments-smiley:before{content:"\e726"}.ti-brush-alt:before{content:"\e727"}.ti-youtube:before{content:"\e728"}.ti-vimeo:before{content:"\e729"}.ti-twitter:before{content:"\e72a"}.ti-time:before{content:"\e72b"}.ti-tumblr:before{content:"\e72c"}.ti-skype:before{content:"\e72d"}.ti-share:before{content:"\e72e"}.ti-share-alt:before{content:"\e72f"}.ti-rocket:before{content:"\e730"}.ti-pinterest:before{content:"\e731"}.ti-new-window:before{content:"\e732"}.ti-microsoft:before{content:"\e733"}.ti-list-ol:before{content:"\e734"}.ti-linkedin:before{content:"\e735"}.ti-layout-sidebar-2:before{content:"\e736"}.ti-layout-grid4-alt:before{content:"\e737"}.ti-layout-grid3-alt:before{content:"\e738"}.ti-layout-grid2-alt:before{content:"\e739"}.ti-layout-column4-alt:before{content:"\e73a"}.ti-layout-column3-alt:before{content:"\e73b"}.ti-layout-column2-alt:before{content:"\e73c"}.ti-instagram:before{content:"\e73d"}.ti-google:before{content:"\e73e"}.ti-github:before{content:"\e73f"}.ti-flickr:before{content:"\e740"}.ti-facebook:before{content:"\e741"}.ti-dropbox:before{content:"\e742"}.ti-dribbble:before{content:"\e743"}.ti-apple:before{content:"\e744"}.ti-android:before{content:"\e745"}.ti-save:before{content:"\e746"}.ti-save-alt:before{content:"\e747"}.ti-yahoo:before{content:"\e748"}.ti-wordpress:before{content:"\e749"}.ti-vimeo-alt:before{content:"\e74a"}.ti-twitter-alt:before{content:"\e74b"}.ti-tumblr-alt:before{content:"\e74c"}.ti-trello:before{content:"\e74d"}.ti-stack-overflow:before{content:"\e74e"}.ti-soundcloud:before{content:"\e74f"}.ti-sharethis:before{content:"\e750"}.ti-sharethis-alt:before{content:"\e751"}.ti-reddit:before{content:"\e752"}.ti-pinterest-alt:before{content:"\e753"}.ti-microsoft-alt:before{content:"\e754"}.ti-linux:before{content:"\e755"}.ti-jsfiddle:before{content:"\e756"}.ti-joomla:before{content:"\e757"}.ti-html5:before{content:"\e758"}.ti-flickr-alt:before{content:"\e759"}.ti-email:before{content:"\e75a"}.ti-drupal:before{content:"\e75b"}.ti-dropbox-alt:before{content:"\e75c"}.ti-css3:before{content:"\e75d"}.ti-rss:before{content:"\e75e"}.ti-rss-alt:before{content:"\e75f"}
@font-face{font-family:"linea-arrows-10";src:url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-arrows-10.eot);src:url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-arrows-10.eot?#iefix) format("embedded-opentype"),url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-arrows-10.woff) format("woff"),url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-arrows-10.ttf) format("truetype"),url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-arrows-10.svg#linea-arrows-10) format("svg");font-weight:400;font-style:normal}[data-icon]:before{content:attr(data-icon)}[class*="icon-arrows-"]:before,.icon-arrows[data-icon]:before{font-family:"linea-arrows-10"!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-arrows-anticlockwise:before{content:"\e000"}.icon-arrows-anticlockwise-dashed:before{content:"\e001"}.icon-arrows-button-down:before{content:"\e002"}.icon-arrows-button-off:before{content:"\e003"}.icon-arrows-button-on:before{content:"\e004"}.icon-arrows-button-up:before{content:"\e005"}.icon-arrows-check:before{content:"\e006"}.icon-arrows-circle-check:before{content:"\e007"}.icon-arrows-circle-down:before{content:"\e008"}.icon-arrows-circle-downleft:before{content:"\e009"}.icon-arrows-circle-downright:before{content:"\e00a"}.icon-arrows-circle-left:before{content:"\e00b"}.icon-arrows-circle-minus:before{content:"\e00c"}.icon-arrows-circle-plus:before{content:"\e00d"}.icon-arrows-circle-remove:before{content:"\e00e"}.icon-arrows-circle-right:before{content:"\e00f"}.icon-arrows-circle-up:before{content:"\e010"}.icon-arrows-circle-upleft:before{content:"\e011"}.icon-arrows-circle-upright:before{content:"\e012"}.icon-arrows-clockwise:before{content:"\e013"}.icon-arrows-clockwise-dashed:before{content:"\e014"}.icon-arrows-compress:before{content:"\e015"}.icon-arrows-deny:before{content:"\e016"}.icon-arrows-diagonal:before{content:"\e017"}.icon-arrows-diagonal2:before{content:"\e018"}.icon-arrows-down:before{content:"\e019"}.icon-arrows-down-double:before{content:"\e01a"}.icon-arrows-downleft:before{content:"\e01b"}.icon-arrows-downright:before{content:"\e01c"}.icon-arrows-drag-down:before{content:"\e01d"}.icon-arrows-drag-down-dashed:before{content:"\e01e"}.icon-arrows-drag-horiz:before{content:"\e01f"}.icon-arrows-drag-left:before{content:"\e020"}.icon-arrows-drag-left-dashed:before{content:"\e021"}.icon-arrows-drag-right:before{content:"\e022"}.icon-arrows-drag-right-dashed:before{content:"\e023"}.icon-arrows-drag-up:before{content:"\e024"}.icon-arrows-drag-up-dashed:before{content:"\e025"}.icon-arrows-drag-vert:before{content:"\e026"}.icon-arrows-exclamation:before{content:"\e027"}.icon-arrows-expand:before{content:"\e028"}.icon-arrows-expand-diagonal1:before{content:"\e029"}.icon-arrows-expand-horizontal1:before{content:"\e02a"}.icon-arrows-expand-vertical1:before{content:"\e02b"}.icon-arrows-fit-horizontal:before{content:"\e02c"}.icon-arrows-fit-vertical:before{content:"\e02d"}.icon-arrows-glide:before{content:"\e02e"}.icon-arrows-glide-horizontal:before{content:"\e02f"}.icon-arrows-glide-vertical:before{content:"\e030"}.icon-arrows-hamburger1:before{content:"\e031"}.icon-arrows-hamburger-2:before{content:"\e032"}.icon-arrows-horizontal:before{content:"\e033"}.icon-arrows-info:before{content:"\e034"}.icon-arrows-keyboard-alt:before{content:"\e035"}.icon-arrows-keyboard-cmd:before{content:"\e036"}.icon-arrows-keyboard-delete:before{content:"\e037"}.icon-arrows-keyboard-down:before{content:"\e038"}.icon-arrows-keyboard-left:before{content:"\e039"}.icon-arrows-keyboard-return:before{content:"\e03a"}.icon-arrows-keyboard-right:before{content:"\e03b"}.icon-arrows-keyboard-shift:before{content:"\e03c"}.icon-arrows-keyboard-tab:before{content:"\e03d"}.icon-arrows-keyboard-up:before{content:"\e03e"}.icon-arrows-left:before{content:"\e03f"}.icon-arrows-left-double-32:before{content:"\e040"}.icon-arrows-minus:before{content:"\e041"}.icon-arrows-move:before{content:"\e042"}.icon-arrows-move2:before{content:"\e043"}.icon-arrows-move-bottom:before{content:"\e044"}.icon-arrows-move-left:before{content:"\e045"}.icon-arrows-move-right:before{content:"\e046"}.icon-arrows-move-top:before{content:"\e047"}.icon-arrows-plus:before{content:"\e048"}.icon-arrows-question:before{content:"\e049"}.icon-arrows-remove:before{content:"\e04a"}.icon-arrows-right:before{content:"\e04b"}.icon-arrows-right-double:before{content:"\e04c"}.icon-arrows-rotate:before{content:"\e04d"}.icon-arrows-rotate-anti:before{content:"\e04e"}.icon-arrows-rotate-anti-dashed:before{content:"\e04f"}.icon-arrows-rotate-dashed:before{content:"\e050"}.icon-arrows-shrink:before{content:"\e051"}.icon-arrows-shrink-diagonal1:before{content:"\e052"}.icon-arrows-shrink-diagonal2:before{content:"\e053"}.icon-arrows-shrink-horizonal2:before{content:"\e054"}.icon-arrows-shrink-horizontal1:before{content:"\e055"}.icon-arrows-shrink-vertical1:before{content:"\e056"}.icon-arrows-shrink-vertical2:before{content:"\e057"}.icon-arrows-sign-down:before{content:"\e058"}.icon-arrows-sign-left:before{content:"\e059"}.icon-arrows-sign-right:before{content:"\e05a"}.icon-arrows-sign-up:before{content:"\e05b"}.icon-arrows-slide-down1:before{content:"\e05c"}.icon-arrows-slide-down2:before{content:"\e05d"}.icon-arrows-slide-left1:before{content:"\e05e"}.icon-arrows-slide-left2:before{content:"\e05f"}.icon-arrows-slide-right1:before{content:"\e060"}.icon-arrows-slide-right2:before{content:"\e061"}.icon-arrows-slide-up1:before{content:"\e062"}.icon-arrows-slide-up2:before{content:"\e063"}.icon-arrows-slim-down:before{content:"\e064"}.icon-arrows-slim-down-dashed:before{content:"\e065"}.icon-arrows-slim-left:before{content:"\e066"}.icon-arrows-slim-left-dashed:before{content:"\e067"}.icon-arrows-slim-right:before{content:"\e068"}.icon-arrows-slim-right-dashed:before{content:"\e069"}.icon-arrows-slim-up:before{content:"\e06a"}.icon-arrows-slim-up-dashed:before{content:"\e06b"}.icon-arrows-square-check:before{content:"\e06c"}.icon-arrows-square-down:before{content:"\e06d"}.icon-arrows-square-downleft:before{content:"\e06e"}.icon-arrows-square-downright:before{content:"\e06f"}.icon-arrows-square-left:before{content:"\e070"}.icon-arrows-square-minus:before{content:"\e071"}.icon-arrows-square-plus:before{content:"\e072"}.icon-arrows-square-remove:before{content:"\e073"}.icon-arrows-square-right:before{content:"\e074"}.icon-arrows-square-up:before{content:"\e075"}.icon-arrows-square-upleft:before{content:"\e076"}.icon-arrows-square-upright:before{content:"\e077"}.icon-arrows-squares:before{content:"\e078"}.icon-arrows-stretch-diagonal1:before{content:"\e079"}.icon-arrows-stretch-diagonal2:before{content:"\e07a"}.icon-arrows-stretch-diagonal3:before{content:"\e07b"}.icon-arrows-stretch-diagonal4:before{content:"\e07c"}.icon-arrows-stretch-horizontal1:before{content:"\e07d"}.icon-arrows-stretch-horizontal2:before{content:"\e07e"}.icon-arrows-stretch-vertical1:before{content:"\e07f"}.icon-arrows-stretch-vertical2:before{content:"\e080"}.icon-arrows-switch-horizontal:before{content:"\e081"}.icon-arrows-switch-vertical:before{content:"\e082"}.icon-arrows-up:before{content:"\e083"}.icon-arrows-up-double-33:before{content:"\e084"}.icon-arrows-upleft:before{content:"\e085"}.icon-arrows-upright:before{content:"\e086"}.icon-arrows-vertical:before{content:"\e087"}@font-face{font-family:"linea-basic-10";src:url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-basic-10.eot);src:url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-basic-10.eot?#iefix) format("embedded-opentype"),url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-basic-10.woff) format("woff"),url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-basic-10.ttf) format("truetype"),url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-basic-10.svg#linea-basic-10) format("svg");font-weight:400;font-style:normal}[class*="icon-basic-"]:before,.icon-basic[data-icon]:before{font-family:"linea-basic-10"!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-basic-accelerator:before{content:"a"}.icon-basic-alarm:before{content:"b"}.icon-basic-anchor:before{content:"c"}.icon-basic-anticlockwise:before{content:"d"}.icon-basic-archive:before{content:"e"}.icon-basic-archive-full:before{content:"f"}.icon-basic-ban:before{content:"g"}.icon-basic-battery-charge:before{content:"h"}.icon-basic-battery-empty:before{content:"i"}.icon-basic-battery-full:before{content:"j"}.icon-basic-battery-half:before{content:"k"}.icon-basic-bolt:before{content:"l"}.icon-basic-book:before{content:"m"}.icon-basic-book-pen:before{content:"n"}.icon-basic-book-pencil:before{content:"o"}.icon-basic-bookmark:before{content:"p"}.icon-basic-calculator:before{content:"q"}.icon-basic-calendar:before{content:"r"}.icon-basic-cards-diamonds:before{content:"s"}.icon-basic-cards-hearts:before{content:"t"}.icon-basic-case:before{content:"u"}.icon-basic-chronometer:before{content:"v"}.icon-basic-clessidre:before{content:"w"}.icon-basic-clock:before{content:"x"}.icon-basic-clockwise:before{content:"y"}.icon-basic-cloud:before{content:"z"}.icon-basic-clubs:before{content:"A"}.icon-basic-compass:before{content:"B"}.icon-basic-cup:before{content:"C"}.icon-basic-diamonds:before{content:"D"}.icon-basic-display:before{content:"E"}.icon-basic-download:before{content:"F"}.icon-basic-exclamation:before{content:"G"}.icon-basic-eye:before{content:"H"}.icon-basic-eye-closed:before{content:"I"}.icon-basic-female:before{content:"J"}.icon-basic-flag1:before{content:"K"}.icon-basic-flag2:before{content:"L"}.icon-basic-floppydisk:before{content:"M"}.icon-basic-folder:before{content:"N"}.icon-basic-folder-multiple:before{content:"O"}.icon-basic-gear:before{content:"P"}.icon-basic-geolocalize-01:before{content:"Q"}.icon-basic-geolocalize-05:before{content:"R"}.icon-basic-globe:before{content:"S"}.icon-basic-gunsight:before{content:"T"}.icon-basic-hammer:before{content:"U"}.icon-basic-headset:before{content:"V"}.icon-basic-heart:before{content:"W"}.icon-basic-heart-broken:before{content:"X"}.icon-basic-helm:before{content:"Y"}.icon-basic-home:before{content:"Z"}.icon-basic-info:before{content:"0"}.icon-basic-ipod:before{content:"1"}.icon-basic-joypad:before{content:"2"}.icon-basic-key:before{content:"3"}.icon-basic-keyboard:before{content:"4"}.icon-basic-laptop:before{content:"5"}.icon-basic-life-buoy:before{content:"6"}.icon-basic-lightbulb:before{content:"7"}.icon-basic-link:before{content:"8"}.icon-basic-lock:before{content:"9"}.icon-basic-lock-open:before{content:"!"}.icon-basic-magic-mouse:before{content:"\""}.icon-basic-magnifier:before{content:"#"}.icon-basic-magnifier-minus:before{content:"$"}.icon-basic-magnifier-plus:before{content:"%"}.icon-basic-mail:before{content:"&"}.icon-basic-mail-multiple:before{content:"'"}.icon-basic-mail-open:before{content:"("}.icon-basic-mail-open-text:before{content:")"}.icon-basic-male:before{content:"*"}.icon-basic-map:before{content:"+"}.icon-basic-message:before{content:","}.icon-basic-message-multiple:before{content:"-"}.icon-basic-message-txt:before{content:"."}.icon-basic-mixer2:before{content:"/"}.icon-basic-mouse:before{content:":"}.icon-basic-notebook:before{content:";"}.icon-basic-notebook-pen:before{content:"<"}.icon-basic-notebook-pencil:before{content:"="}.icon-basic-paperplane:before{content:">"}.icon-basic-pencil-ruler:before{content:"?"}.icon-basic-pencil-ruler-pen:before{content:"@"}.icon-basic-photo:before{content:"["}.icon-basic-picture:before{content:"]"}.icon-basic-picture-multiple:before{content:"^"}.icon-basic-pin1:before{content:"_"}.icon-basic-pin2:before{content:"`"}.icon-basic-postcard:before{content:"{"}.icon-basic-postcard-multiple:before{content:"|"}.icon-basic-printer:before{content:"}"}.icon-basic-question:before{content:"~"}.icon-basic-rss:before{content:"\\"}.icon-basic-server:before{content:"\e000"}.icon-basic-server2:before{content:"\e001"}.icon-basic-server-cloud:before{content:"\e002"}.icon-basic-server-download:before{content:"\e003"}.icon-basic-server-upload:before{content:"\e004"}.icon-basic-settings:before{content:"\e005"}.icon-basic-share:before{content:"\e006"}.icon-basic-sheet:before{content:"\e007"}.icon-basic-sheet-multiple:before{content:"\e008"}.icon-basic-sheet-pen:before{content:"\e009"}.icon-basic-sheet-pencil:before{content:"\e00a"}.icon-basic-sheet-txt:before{content:"\e00b"}.icon-basic-signs:before{content:"\e00c"}.icon-basic-smartphone:before{content:"\e00d"}.icon-basic-spades:before{content:"\e00e"}.icon-basic-spread:before{content:"\e00f"}.icon-basic-spread-bookmark:before{content:"\e010"}.icon-basic-spread-text:before{content:"\e011"}.icon-basic-spread-text-bookmark:before{content:"\e012"}.icon-basic-star:before{content:"\e013"}.icon-basic-tablet:before{content:"\e014"}.icon-basic-target:before{content:"\e015"}.icon-basic-todo:before{content:"\e016"}.icon-basic-todo-pen:before{content:"\e017"}.icon-basic-todo-pencil:before{content:"\e018"}.icon-basic-todo-txt:before{content:"\e019"}.icon-basic-todolist-pen:before{content:"\e01a"}.icon-basic-todolist-pencil:before{content:"\e01b"}.icon-basic-trashcan:before{content:"\e01c"}.icon-basic-trashcan-full:before{content:"\e01d"}.icon-basic-trashcan-refresh:before{content:"\e01e"}.icon-basic-trashcan-remove:before{content:"\e01f"}.icon-basic-upload:before{content:"\e020"}.icon-basic-usb:before{content:"\e021"}.icon-basic-video:before{content:"\e022"}.icon-basic-watch:before{content:"\e023"}.icon-basic-webpage:before{content:"\e024"}.icon-basic-webpage-img-txt:before{content:"\e025"}.icon-basic-webpage-multiple:before{content:"\e026"}.icon-basic-webpage-txt:before{content:"\e027"}.icon-basic-world:before{content:"\e028"}@font-face{font-family:"linea-basic-elaboration-10";src:url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-basic-elaboration-10.eot);src:url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-basic-elaboration-10.eot?#iefix) format("embedded-opentype"),url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-basic-elaboration-10.woff) format("woff"),url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-basic-elaboration-10.ttf) format("truetype"),url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-basic-elaboration-10.svg#linea-basic-elaboration-10) format("svg");font-weight:400;font-style:normal}[class*="icon-basic-elaboration-"]:before,.icon-basic-elaboration[data-icon]:before{font-family:"linea-basic-elaboration-10"!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-basic-elaboration-bookmark-checck:before{content:"a"}.icon-basic-elaboration-bookmark-minus:before{content:"b"}.icon-basic-elaboration-bookmark-plus:before{content:"c"}.icon-basic-elaboration-bookmark-remove:before{content:"d"}.icon-basic-elaboration-briefcase-check:before{content:"e"}.icon-basic-elaboration-briefcase-download:before{content:"f"}.icon-basic-elaboration-briefcase-flagged:before{content:"g"}.icon-basic-elaboration-briefcase-minus:before{content:"h"}.icon-basic-elaboration-briefcase-plus:before{content:"i"}.icon-basic-elaboration-briefcase-refresh:before{content:"j"}.icon-basic-elaboration-briefcase-remove:before{content:"k"}.icon-basic-elaboration-briefcase-search:before{content:"l"}.icon-basic-elaboration-briefcase-star:before{content:"m"}.icon-basic-elaboration-briefcase-upload:before{content:"n"}.icon-basic-elaboration-browser-check:before{content:"o"}.icon-basic-elaboration-browser-download:before{content:"p"}.icon-basic-elaboration-browser-minus:before{content:"q"}.icon-basic-elaboration-browser-plus:before{content:"r"}.icon-basic-elaboration-browser-refresh:before{content:"s"}.icon-basic-elaboration-browser-remove:before{content:"t"}.icon-basic-elaboration-browser-search:before{content:"u"}.icon-basic-elaboration-browser-star:before{content:"v"}.icon-basic-elaboration-browser-upload:before{content:"w"}.icon-basic-elaboration-calendar-check:before{content:"x"}.icon-basic-elaboration-calendar-cloud:before{content:"y"}.icon-basic-elaboration-calendar-download:before{content:"z"}.icon-basic-elaboration-calendar-empty:before{content:"A"}.icon-basic-elaboration-calendar-flagged:before{content:"B"}.icon-basic-elaboration-calendar-heart:before{content:"C"}.icon-basic-elaboration-calendar-minus:before{content:"D"}.icon-basic-elaboration-calendar-next:before{content:"E"}.icon-basic-elaboration-calendar-noaccess:before{content:"F"}.icon-basic-elaboration-calendar-pencil:before{content:"G"}.icon-basic-elaboration-calendar-plus:before{content:"H"}.icon-basic-elaboration-calendar-previous:before{content:"I"}.icon-basic-elaboration-calendar-refresh:before{content:"J"}.icon-basic-elaboration-calendar-remove:before{content:"K"}.icon-basic-elaboration-calendar-search:before{content:"L"}.icon-basic-elaboration-calendar-star:before{content:"M"}.icon-basic-elaboration-calendar-upload:before{content:"N"}.icon-basic-elaboration-cloud-check:before{content:"O"}.icon-basic-elaboration-cloud-download:before{content:"P"}.icon-basic-elaboration-cloud-minus:before{content:"Q"}.icon-basic-elaboration-cloud-noaccess:before{content:"R"}.icon-basic-elaboration-cloud-plus:before{content:"S"}.icon-basic-elaboration-cloud-refresh:before{content:"T"}.icon-basic-elaboration-cloud-remove:before{content:"U"}.icon-basic-elaboration-cloud-search:before{content:"V"}.icon-basic-elaboration-cloud-upload:before{content:"W"}.icon-basic-elaboration-document-check:before{content:"X"}.icon-basic-elaboration-document-cloud:before{content:"Y"}.icon-basic-elaboration-document-download:before{content:"Z"}.icon-basic-elaboration-document-flagged:before{content:"0"}.icon-basic-elaboration-document-graph:before{content:"1"}.icon-basic-elaboration-document-heart:before{content:"2"}.icon-basic-elaboration-document-minus:before{content:"3"}.icon-basic-elaboration-document-next:before{content:"4"}.icon-basic-elaboration-document-noaccess:before{content:"5"}.icon-basic-elaboration-document-note:before{content:"6"}.icon-basic-elaboration-document-pencil:before{content:"7"}.icon-basic-elaboration-document-picture:before{content:"8"}.icon-basic-elaboration-document-plus:before{content:"9"}.icon-basic-elaboration-document-previous:before{content:"!"}.icon-basic-elaboration-document-refresh:before{content:"\""}.icon-basic-elaboration-document-remove:before{content:"#"}.icon-basic-elaboration-document-search:before{content:"$"}.icon-basic-elaboration-document-star:before{content:"%"}.icon-basic-elaboration-document-upload:before{content:"&"}.icon-basic-elaboration-folder-check:before{content:"'"}.icon-basic-elaboration-folder-cloud:before{content:"("}.icon-basic-elaboration-folder-document:before{content:")"}.icon-basic-elaboration-folder-download:before{content:"*"}.icon-basic-elaboration-folder-flagged:before{content:"+"}.icon-basic-elaboration-folder-graph:before{content:","}.icon-basic-elaboration-folder-heart:before{content:"-"}.icon-basic-elaboration-folder-minus:before{content:"."}.icon-basic-elaboration-folder-next:before{content:"/"}.icon-basic-elaboration-folder-noaccess:before{content:":"}.icon-basic-elaboration-folder-note:before{content:";"}.icon-basic-elaboration-folder-pencil:before{content:"<"}.icon-basic-elaboration-folder-picture:before{content:"="}.icon-basic-elaboration-folder-plus:before{content:">"}.icon-basic-elaboration-folder-previous:before{content:"?"}.icon-basic-elaboration-folder-refresh:before{content:"@"}.icon-basic-elaboration-folder-remove:before{content:"["}.icon-basic-elaboration-folder-search:before{content:"]"}.icon-basic-elaboration-folder-star:before{content:"^"}.icon-basic-elaboration-folder-upload:before{content:"_"}.icon-basic-elaboration-mail-check:before{content:"`"}.icon-basic-elaboration-mail-cloud:before{content:"{"}.icon-basic-elaboration-mail-document:before{content:"|"}.icon-basic-elaboration-mail-download:before{content:"}"}.icon-basic-elaboration-mail-flagged:before{content:"~"}.icon-basic-elaboration-mail-heart:before{content:"\\"}.icon-basic-elaboration-mail-next:before{content:"\e000"}.icon-basic-elaboration-mail-noaccess:before{content:"\e001"}.icon-basic-elaboration-mail-note:before{content:"\e002"}.icon-basic-elaboration-mail-pencil:before{content:"\e003"}.icon-basic-elaboration-mail-picture:before{content:"\e004"}.icon-basic-elaboration-mail-previous:before{content:"\e005"}.icon-basic-elaboration-mail-refresh:before{content:"\e006"}.icon-basic-elaboration-mail-remove:before{content:"\e007"}.icon-basic-elaboration-mail-search:before{content:"\e008"}.icon-basic-elaboration-mail-star:before{content:"\e009"}.icon-basic-elaboration-mail-upload:before{content:"\e00a"}.icon-basic-elaboration-message-check:before{content:"\e00b"}.icon-basic-elaboration-message-dots:before{content:"\e00c"}.icon-basic-elaboration-message-happy:before{content:"\e00d"}.icon-basic-elaboration-message-heart:before{content:"\e00e"}.icon-basic-elaboration-message-minus:before{content:"\e00f"}.icon-basic-elaboration-message-note:before{content:"\e010"}.icon-basic-elaboration-message-plus:before{content:"\e011"}.icon-basic-elaboration-message-refresh:before{content:"\e012"}.icon-basic-elaboration-message-remove:before{content:"\e013"}.icon-basic-elaboration-message-sad:before{content:"\e014"}.icon-basic-elaboration-smartphone-cloud:before{content:"\e015"}.icon-basic-elaboration-smartphone-heart:before{content:"\e016"}.icon-basic-elaboration-smartphone-noaccess:before{content:"\e017"}.icon-basic-elaboration-smartphone-note:before{content:"\e018"}.icon-basic-elaboration-smartphone-pencil:before{content:"\e019"}.icon-basic-elaboration-smartphone-picture:before{content:"\e01a"}.icon-basic-elaboration-smartphone-refresh:before{content:"\e01b"}.icon-basic-elaboration-smartphone-search:before{content:"\e01c"}.icon-basic-elaboration-tablet-cloud:before{content:"\e01d"}.icon-basic-elaboration-tablet-heart:before{content:"\e01e"}.icon-basic-elaboration-tablet-noaccess:before{content:"\e01f"}.icon-basic-elaboration-tablet-note:before{content:"\e020"}.icon-basic-elaboration-tablet-pencil:before{content:"\e021"}.icon-basic-elaboration-tablet-picture:before{content:"\e022"}.icon-basic-elaboration-tablet-refresh:before{content:"\e023"}.icon-basic-elaboration-tablet-search:before{content:"\e024"}.icon-basic-elaboration-todolist-2:before{content:"\e025"}.icon-basic-elaboration-todolist-check:before{content:"\e026"}.icon-basic-elaboration-todolist-cloud:before{content:"\e027"}.icon-basic-elaboration-todolist-download:before{content:"\e028"}.icon-basic-elaboration-todolist-flagged:before{content:"\e029"}.icon-basic-elaboration-todolist-minus:before{content:"\e02a"}.icon-basic-elaboration-todolist-noaccess:before{content:"\e02b"}.icon-basic-elaboration-todolist-pencil:before{content:"\e02c"}.icon-basic-elaboration-todolist-plus:before{content:"\e02d"}.icon-basic-elaboration-todolist-refresh:before{content:"\e02e"}.icon-basic-elaboration-todolist-remove:before{content:"\e02f"}.icon-basic-elaboration-todolist-search:before{content:"\e030"}.icon-basic-elaboration-todolist-star:before{content:"\e031"}.icon-basic-elaboration-todolist-upload:before{content:"\e032"}@font-face{font-family:"linea-ecommerce-10";src:url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-ecommerce-10.eot);src:url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-ecommerce-10.eot?#iefix) format("embedded-opentype"),url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-ecommerce-10.woff) format("woff"),url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-ecommerce-10.ttf) format("truetype"),url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-ecommerce-10.svg#linea-ecommerce-10) format("svg");font-weight:400;font-style:normal}[class*="icon-ecommerce-"]:before,.icon-ecommerce[data-icon]:before{font-family:"linea-ecommerce-10"!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-ecommerce-bag:before{content:"a"}.icon-ecommerce-bag-check:before{content:"b"}.icon-ecommerce-bag-cloud:before{content:"c"}.icon-ecommerce-bag-download:before{content:"d"}.icon-ecommerce-bag-minus:before{content:"e"}.icon-ecommerce-bag-plus:before{content:"f"}.icon-ecommerce-bag-refresh:before{content:"g"}.icon-ecommerce-bag-remove:before{content:"h"}.icon-ecommerce-bag-search:before{content:"i"}.icon-ecommerce-bag-upload:before{content:"j"}.icon-ecommerce-banknote:before{content:"k"}.icon-ecommerce-banknotes:before{content:"l"}.icon-ecommerce-basket:before{content:"m"}.icon-ecommerce-basket-check:before{content:"n"}.icon-ecommerce-basket-cloud:before{content:"o"}.icon-ecommerce-basket-download:before{content:"p"}.icon-ecommerce-basket-minus:before{content:"q"}.icon-ecommerce-basket-plus:before{content:"r"}.icon-ecommerce-basket-refresh:before{content:"s"}.icon-ecommerce-basket-remove:before{content:"t"}.icon-ecommerce-basket-search:before{content:"u"}.icon-ecommerce-basket-upload:before{content:"v"}.icon-ecommerce-bath:before{content:"w"}.icon-ecommerce-cart:before{content:"x"}.icon-ecommerce-cart-check:before{content:"y"}.icon-ecommerce-cart-cloud:before{content:"z"}.icon-ecommerce-cart-content:before{content:"A"}.icon-ecommerce-cart-download:before{content:"B"}.icon-ecommerce-cart-minus:before{content:"C"}.icon-ecommerce-cart-plus:before{content:"D"}.icon-ecommerce-cart-refresh:before{content:"E"}.icon-ecommerce-cart-remove:before{content:"F"}.icon-ecommerce-cart-search:before{content:"G"}.icon-ecommerce-cart-upload:before{content:"H"}.icon-ecommerce-cent:before{content:"I"}.icon-ecommerce-colon:before{content:"J"}.icon-ecommerce-creditcard:before{content:"K"}.icon-ecommerce-diamond:before{content:"L"}.icon-ecommerce-dollar:before{content:"M"}.icon-ecommerce-euro:before{content:"N"}.icon-ecommerce-franc:before{content:"O"}.icon-ecommerce-gift:before{content:"P"}.icon-ecommerce-graph1:before{content:"Q"}.icon-ecommerce-graph2:before{content:"R"}.icon-ecommerce-graph3:before{content:"S"}.icon-ecommerce-graph-decrease:before{content:"T"}.icon-ecommerce-graph-increase:before{content:"U"}.icon-ecommerce-guarani:before{content:"V"}.icon-ecommerce-kips:before{content:"W"}.icon-ecommerce-lira:before{content:"X"}.icon-ecommerce-megaphone:before{content:"Y"}.icon-ecommerce-money:before{content:"Z"}.icon-ecommerce-naira:before{content:"0"}.icon-ecommerce-pesos:before{content:"1"}.icon-ecommerce-pound:before{content:"2"}.icon-ecommerce-receipt:before{content:"3"}.icon-ecommerce-receipt-bath:before{content:"4"}.icon-ecommerce-receipt-cent:before{content:"5"}.icon-ecommerce-receipt-dollar:before{content:"6"}.icon-ecommerce-receipt-euro:before{content:"7"}.icon-ecommerce-receipt-franc:before{content:"8"}.icon-ecommerce-receipt-guarani:before{content:"9"}.icon-ecommerce-receipt-kips:before{content:"!"}.icon-ecommerce-receipt-lira:before{content:"\""}.icon-ecommerce-receipt-naira:before{content:"#"}.icon-ecommerce-receipt-pesos:before{content:"$"}.icon-ecommerce-receipt-pound:before{content:"%"}.icon-ecommerce-receipt-rublo:before{content:"&"}.icon-ecommerce-receipt-rupee:before{content:"'"}.icon-ecommerce-receipt-tugrik:before{content:"("}.icon-ecommerce-receipt-won:before{content:")"}.icon-ecommerce-receipt-yen:before{content:"*"}.icon-ecommerce-receipt-yen2:before{content:"+"}.icon-ecommerce-recept-colon:before{content:","}.icon-ecommerce-rublo:before{content:"-"}.icon-ecommerce-rupee:before{content:"."}.icon-ecommerce-safe:before{content:"/"}.icon-ecommerce-sale:before{content:":"}.icon-ecommerce-sales:before{content:";"}.icon-ecommerce-ticket:before{content:"<"}.icon-ecommerce-tugriks:before{content:"="}.icon-ecommerce-wallet:before{content:">"}.icon-ecommerce-won:before{content:"?"}.icon-ecommerce-yen:before{content:"@"}.icon-ecommerce-yen2:before{content:"["}@font-face{font-family:"linea-music-10";src:url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-music-10.eot);src:url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-music-10.eot?#iefix) format("embedded-opentype"),url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-music-10.woff) format("woff"),url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-music-10.ttf) format("truetype"),url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-music-10.svg#linea-music-10) format("svg");font-weight:400;font-style:normal}[class*="icon-music-"]:before,.icon-music[data-icon]:before{font-family:"linea-music-10"!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-music-beginning-button:before{content:"a"}.icon-music-bell:before{content:"b"}.icon-music-cd:before{content:"c"}.icon-music-diapason:before{content:"d"}.icon-music-eject-button:before{content:"e"}.icon-music-end-button:before{content:"f"}.icon-music-fastforward-button:before{content:"g"}.icon-music-headphones:before{content:"h"}.icon-music-ipod:before{content:"i"}.icon-music-loudspeaker:before{content:"j"}.icon-music-microphone:before{content:"k"}.icon-music-microphone-old:before{content:"l"}.icon-music-mixer:before{content:"m"}.icon-music-mute:before{content:"n"}.icon-music-note-multiple:before{content:"o"}.icon-music-note-single:before{content:"p"}.icon-music-pause-button:before{content:"q"}.icon-music-play-button:before{content:"r"}.icon-music-playlist:before{content:"s"}.icon-music-radio-ghettoblaster:before{content:"t"}.icon-music-radio-portable:before{content:"u"}.icon-music-record:before{content:"v"}.icon-music-recordplayer:before{content:"w"}.icon-music-repeat-button:before{content:"x"}.icon-music-rewind-button:before{content:"y"}.icon-music-shuffle-button:before{content:"z"}.icon-music-stop-button:before{content:"A"}.icon-music-tape:before{content:"B"}.icon-music-volume-down:before{content:"C"}.icon-music-volume-up:before{content:"D"}@font-face{font-family:"linea-software-10";src:url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-software-10.eot);src:url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-software-10.eot?#iefix) format("embedded-opentype"),url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-software-10.woff) format("woff"),url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-software-10.ttf) format("truetype"),url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-software-10.svg#linea-software-10) format("svg");font-weight:400;font-style:normal}[class*="icon-software-"]:before,.icon-software[data-icon]:before{font-family:"linea-software-10"!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-software-add-vectorpoint:before{content:"a"}.icon-software-box-oval:before{content:"b"}.icon-software-box-polygon:before{content:"c"}.icon-software-box-rectangle:before{content:"d"}.icon-software-box-roundedrectangle:before{content:"e"}.icon-software-character:before{content:"f"}.icon-software-crop:before{content:"g"}.icon-software-eyedropper:before{content:"h"}.icon-software-font-allcaps:before{content:"i"}.icon-software-font-baseline-shift:before{content:"j"}.icon-software-font-horizontal-scale:before{content:"k"}.icon-software-font-kerning:before{content:"l"}.icon-software-font-leading:before{content:"m"}.icon-software-font-size:before{content:"n"}.icon-software-font-smallcapital:before{content:"o"}.icon-software-font-smallcaps:before{content:"p"}.icon-software-font-strikethrough:before{content:"q"}.icon-software-font-tracking:before{content:"r"}.icon-software-font-underline:before{content:"s"}.icon-software-font-vertical-scale:before{content:"t"}.icon-software-horizontal-align-center:before{content:"u"}.icon-software-horizontal-align-left:before{content:"v"}.icon-software-horizontal-align-right:before{content:"w"}.icon-software-horizontal-distribute-center:before{content:"x"}.icon-software-horizontal-distribute-left:before{content:"y"}.icon-software-horizontal-distribute-right:before{content:"z"}.icon-software-indent-firstline:before{content:"A"}.icon-software-indent-left:before{content:"B"}.icon-software-indent-right:before{content:"C"}.icon-software-lasso:before{content:"D"}.icon-software-layers1:before{content:"E"}.icon-software-layers2:before{content:"F"}.icon-software-layout:before{content:"G"}.icon-software-layout-2columns:before{content:"H"}.icon-software-layout-3columns:before{content:"I"}.icon-software-layout-4boxes:before{content:"J"}.icon-software-layout-4columns:before{content:"K"}.icon-software-layout-4lines:before{content:"L"}.icon-software-layout-8boxes:before{content:"M"}.icon-software-layout-header:before{content:"N"}.icon-software-layout-header-2columns:before{content:"O"}.icon-software-layout-header-3columns:before{content:"P"}.icon-software-layout-header-4boxes:before{content:"Q"}.icon-software-layout-header-4columns:before{content:"R"}.icon-software-layout-header-complex:before{content:"S"}.icon-software-layout-header-complex2:before{content:"T"}.icon-software-layout-header-complex3:before{content:"U"}.icon-software-layout-header-complex4:before{content:"V"}.icon-software-layout-header-sideleft:before{content:"W"}.icon-software-layout-header-sideright:before{content:"X"}.icon-software-layout-sidebar-left:before{content:"Y"}.icon-software-layout-sidebar-right:before{content:"Z"}.icon-software-magnete:before{content:"0"}.icon-software-pages:before{content:"1"}.icon-software-paintbrush:before{content:"2"}.icon-software-paintbucket:before{content:"3"}.icon-software-paintroller:before{content:"4"}.icon-software-paragraph:before{content:"5"}.icon-software-paragraph-align-left:before{content:"6"}.icon-software-paragraph-align-right:before{content:"7"}.icon-software-paragraph-center:before{content:"8"}.icon-software-paragraph-justify-all:before{content:"9"}.icon-software-paragraph-justify-center:before{content:"!"}.icon-software-paragraph-justify-left:before{content:"\""}.icon-software-paragraph-justify-right:before{content:"#"}.icon-software-paragraph-space-after:before{content:"$"}.icon-software-paragraph-space-before:before{content:"%"}.icon-software-pathfinder-exclude:before{content:"&"}.icon-software-pathfinder-intersect:before{content:"'"}.icon-software-pathfinder-subtract:before{content:"("}.icon-software-pathfinder-unite:before{content:")"}.icon-software-pen:before{content:"*"}.icon-software-pen-add:before{content:"+"}.icon-software-pen-remove:before{content:","}.icon-software-pencil:before{content:"-"}.icon-software-polygonallasso:before{content:"."}.icon-software-reflect-horizontal:before{content:"/"}.icon-software-reflect-vertical:before{content:":"}.icon-software-remove-vectorpoint:before{content:";"}.icon-software-scale-expand:before{content:"<"}.icon-software-scale-reduce:before{content:"="}.icon-software-selection-oval:before{content:">"}.icon-software-selection-polygon:before{content:"?"}.icon-software-selection-rectangle:before{content:"@"}.icon-software-selection-roundedrectangle:before{content:"["}.icon-software-shape-oval:before{content:"]"}.icon-software-shape-polygon:before{content:"^"}.icon-software-shape-rectangle:before{content:"_"}.icon-software-shape-roundedrectangle:before{content:"`"}.icon-software-slice:before{content:"{"}.icon-software-transform-bezier:before{content:"|"}.icon-software-vector-box:before{content:"}"}.icon-software-vector-composite:before{content:"~"}.icon-software-vector-line:before{content:"\\"}.icon-software-vertical-align-bottom:before{content:"\e000"}.icon-software-vertical-align-center:before{content:"\e001"}.icon-software-vertical-align-top:before{content:"\e002"}.icon-software-vertical-distribute-bottom:before{content:"\e003"}.icon-software-vertical-distribute-center:before{content:"\e004"}.icon-software-vertical-distribute-top:before{content:"\e005"}@font-face{font-family:"linea-weather-10";src:url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-weather-10.eot);src:url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-weather-10.eot?#iefix) format("embedded-opentype"),url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-weather-10.woff) format("woff"),url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-weather-10.ttf) format("truetype"),url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/fonts/linea-weather-10.svg#linea-weather-10) format("svg");font-weight:400;font-style:normal}[class*="icon-weather-"]:before,.icon-weather[data-icon]:before{font-family:"linea-weather-10"!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-weather-aquarius:before{content:"\e000"}.icon-weather-aries:before{content:"\e001"}.icon-weather-cancer:before{content:"\e002"}.icon-weather-capricorn:before{content:"\e003"}.icon-weather-cloud:before{content:"\e004"}.icon-weather-cloud-drop:before{content:"\e005"}.icon-weather-cloud-lightning:before{content:"\e006"}.icon-weather-cloud-snowflake:before{content:"\e007"}.icon-weather-downpour-fullmoon:before{content:"\e008"}.icon-weather-downpour-halfmoon:before{content:"\e009"}.icon-weather-downpour-sun:before{content:"\e00a"}.icon-weather-drop:before{content:"\e00b"}.icon-weather-first-quarter:before{content:"\e00c"}.icon-weather-fog:before{content:"\e00d"}.icon-weather-fog-fullmoon:before{content:"\e00e"}.icon-weather-fog-halfmoon:before{content:"\e00f"}.icon-weather-fog-sun:before{content:"\e010"}.icon-weather-fullmoon:before{content:"\e011"}.icon-weather-gemini:before{content:"\e012"}.icon-weather-hail:before{content:"\e013"}.icon-weather-hail-fullmoon:before{content:"\e014"}.icon-weather-hail-halfmoon:before{content:"\e015"}.icon-weather-hail-sun:before{content:"\e016"}.icon-weather-last-quarter:before{content:"\e017"}.icon-weather-leo:before{content:"\e018"}.icon-weather-libra:before{content:"\e019"}.icon-weather-lightning:before{content:"\e01a"}.icon-weather-mistyrain:before{content:"\e01b"}.icon-weather-mistyrain-fullmoon:before{content:"\e01c"}.icon-weather-mistyrain-halfmoon:before{content:"\e01d"}.icon-weather-mistyrain-sun:before{content:"\e01e"}.icon-weather-moon:before{content:"\e01f"}.icon-weather-moondown-full:before{content:"\e020"}.icon-weather-moondown-half:before{content:"\e021"}.icon-weather-moonset-full:before{content:"\e022"}.icon-weather-moonset-half:before{content:"\e023"}.icon-weather-move2:before{content:"\e024"}.icon-weather-newmoon:before{content:"\e025"}.icon-weather-pisces:before{content:"\e026"}.icon-weather-rain:before{content:"\e027"}.icon-weather-rain-fullmoon:before{content:"\e028"}.icon-weather-rain-halfmoon:before{content:"\e029"}.icon-weather-rain-sun:before{content:"\e02a"}.icon-weather-sagittarius:before{content:"\e02b"}.icon-weather-scorpio:before{content:"\e02c"}.icon-weather-snow:before{content:"\e02d"}.icon-weather-snow-fullmoon:before{content:"\e02e"}.icon-weather-snow-halfmoon:before{content:"\e02f"}.icon-weather-snow-sun:before{content:"\e030"}.icon-weather-snowflake:before{content:"\e031"}.icon-weather-star:before{content:"\e032"}.icon-weather-storm-11:before{content:"\e033"}.icon-weather-storm-32:before{content:"\e034"}.icon-weather-storm-fullmoon:before{content:"\e035"}.icon-weather-storm-halfmoon:before{content:"\e036"}.icon-weather-storm-sun:before{content:"\e037"}.icon-weather-sun:before{content:"\e038"}.icon-weather-sundown:before{content:"\e039"}.icon-weather-sunset:before{content:"\e03a"}.icon-weather-taurus:before{content:"\e03b"}.icon-weather-tempest:before{content:"\e03c"}.icon-weather-tempest-fullmoon:before{content:"\e03d"}.icon-weather-tempest-halfmoon:before{content:"\e03e"}.icon-weather-tempest-sun:before{content:"\e03f"}.icon-weather-variable-fullmoon:before{content:"\e040"}.icon-weather-variable-halfmoon:before{content:"\e041"}.icon-weather-variable-sun:before{content:"\e042"}.icon-weather-virgo:before{content:"\e043"}.icon-weather-waning-cresent:before{content:"\e044"}.icon-weather-waning-gibbous:before{content:"\e045"}.icon-weather-waxing-cresent:before{content:"\e046"}.icon-weather-waxing-gibbous:before{content:"\e047"}.icon-weather-wind:before{content:"\e048"}.icon-weather-wind-e:before{content:"\e049"}.icon-weather-wind-fullmoon:before{content:"\e04a"}.icon-weather-wind-halfmoon:before{content:"\e04b"}.icon-weather-wind-n:before{content:"\e04c"}.icon-weather-wind-ne:before{content:"\e04d"}.icon-weather-wind-nw:before{content:"\e04e"}.icon-weather-wind-s:before{content:"\e04f"}.icon-weather-wind-se:before{content:"\e050"}.icon-weather-wind-sun:before{content:"\e051"}.icon-weather-wind-sw:before{content:"\e052"}.icon-weather-wind-w:before{content:"\e053"}.icon-weather-windgust:before{content:"\e054"}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//amnistia.org.mx/contenido/wp-content/plugins/events-addon-for-elementor/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}div.juxtapose {
width: 100%;
font-family: Helvetica, Arial, sans-serif;
}
div.jx-slider {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
cursor: pointer;
color: #f3f3f3;
}
div.jx-handle {
position: absolute;
height: 100%;
width: 40px;
cursor: col-resize;
z-index: 15;
margin-left: -20px;
}
.vertical div.jx-handle {
height: 40px;
width: 100%;
cursor: row-resize;
margin-top: -20px;
margin-left: 0;
}
div.jx-control {
height: 100%;
margin-right: auto;
margin-left: auto;
width: 3px;
background-color: currentColor;
}
.vertical div.jx-control {
height: 3px;
width: 100%;
background-color: currentColor;
position: relative;
top: 50%;
transform: translateY(-50%);
}
div.jx-controller {
position: absolute;
margin: auto;
top: 0;
bottom: 0;
height: 60px;
width: 9px;
margin-left: -3px;
background-color: currentColor;
}
.vertical div.jx-controller {
height: 9px;
width: 100px;
margin-left: auto;
margin-right: auto;
top: -3px;
position: relative;
}
div.jx-arrow {
position: absolute;
margin: auto;
top: 0;
bottom: 0;
width: 0;
height: 0;
transition: all .2s ease;
}
.vertical div.jx-arrow {
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
width: 0;
height: 0;
transition: all .2s ease;
}
div.jx-arrow.jx-left {
left: 2px;
border-style: solid;
border-width: 8px 8px 8px 0;
border-color: transparent currentColor transparent transparent;
}
div.jx-arrow.jx-right {
right: 2px;
border-style: solid;
border-width: 8px 0 8px 8px;
border-color: transparent transparent transparent currentColor;
}
.vertical div.jx-arrow.jx-left {
left: 0px;
top: 2px;
border-style: solid;
border-width: 0px 8px 8px 8px;
border-color: transparent transparent currentColor transparent;
}
.vertical div.jx-arrow.jx-right {
right: 0px;
top: auto;
bottom: 2px;
border-style: solid;
border-width: 8px 8px 0 8px;
border-color: currentColor transparent transparent transparent;
}
div.jx-handle:hover div.jx-arrow.jx-left,
div.jx-handle:active div.jx-arrow.jx-left {
left: -1px;
}
div.jx-handle:hover div.jx-arrow.jx-right,
div.jx-handle:active div.jx-arrow.jx-right {
right: -1px;
}
.vertical div.jx-handle:hover div.jx-arrow.jx-left,
.vertical div.jx-handle:active div.jx-arrow.jx-left {
left: 0px;
top: 0px;
}
.vertical div.jx-handle:hover div.jx-arrow.jx-right,
.vertical div.jx-handle:active div.jx-arrow.jx-right {
right: 0px;
bottom: 0px;
}
div.jx-image {
position: absolute;
height: 100%;
display: inline-block;
top: 0;
overflow: hidden;
-webkit-backface-visibility: hidden;
}
.vertical div.jx-image {
width: 100%;
left: 0;
top: auto;
}
div.jx-image img {
height: 100%;
width: auto;
z-index: 5;
position: absolute;
margin-bottom: 0;
max-height: none;
max-width: none;
max-height: initial;
max-width: initial;
}
.vertical div.jx-image img {
height: auto;
width: 100%;
}
div.jx-image.jx-left {
left: 0;
background-position: left;
}
div.jx-image.jx-left img {
left: 0;
}
div.jx-image.jx-right {
right: 0;
background-position: right;
}
div.jx-image.jx-right img {
right: 0;
bottom: 0;
}
.veritcal div.jx-image.jx-left {
top: 0;
background-position: top;
}
.veritcal div.jx-image.jx-left img {
top: 0;
}
.vertical div.jx-image.jx-right {
bottom: 0;
background-position: bottom;
}
.veritcal div.jx-image.jx-right img {
bottom: 0;
}
div.jx-image div.jx-label {
font-size: 1em;
padding: .25em .75em;
position: relative;
display: inline-block;
top: 0;
background-color: #000; background-color: rgba(0,0,0,.7);
color: white;
z-index: 10;
white-space: nowrap;
line-height: 18px;
vertical-align: middle;
}
div.jx-image.jx-left div.jx-label {
float: left;
left: 0;
}
div.jx-image.jx-right div.jx-label {
float: right;
right: 0;
}
.vertical div.jx-image div.jx-label {
display: table;
position: absolute;
}
.vertical div.jx-image.jx-right div.jx-label {
left: 0;
bottom: 0;
top: auto;
}
div.jx-credit {
line-height: 1.1;
font-size: 0.75em;
}
div.jx-credit em {
font-weight: bold;
font-style: normal;
} div.jx-image.transition {
transition: width .5s ease;
}
div.jx-handle.transition {
transition: left .5s ease;
}
.vertical div.jx-image.transition {
transition: height .5s ease;
}
.vertical div.jx-handle.transition {
transition: top .5s ease;
} a.jx-knightlab {
background-color: #000; background-color: rgba(0,0,0,.25);
bottom: 0;
display: table;
height: 14px;
line-height: 14px;
padding: 1px 4px 1px 5px;
position: absolute;
right: 0;
text-decoration: none;
z-index: 10;
}
a.jx-knightlab div.knightlab-logo {
display: inline-block;
vertical-align: middle;
height: 8px;
width: 8px;
background-color: #c34528;
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
top: -1.25px;
position: relative;
cursor: pointer;
}
a.jx-knightlab:hover {
background-color: #000; background-color: rgba(0,0,0,.35);
}
a.jx-knightlab:hover div.knightlab-logo {
background-color: #ce4d28;
}
a.jx-knightlab span.juxtapose-name {
display: table-cell;
margin: 0;
padding: 0;
font-family: Helvetica, Arial, sans-serif;
font-weight: 300;
color: white;
font-size: 10px;
padding-left: 0.375em;
vertical-align: middle;
line-height: normal;
text-shadow: none;
} div.jx-controller:focus,
div.jx-image.jx-left div.jx-label:focus,
div.jx-image.jx-right div.jx-label:focus,
a.jx-knightlab:focus {
background: #eae34a;
color: #000;
}
a.jx-knightlab:focus span.juxtapose-name{
color: #000;
border: none;
}
  .naeep-table-wrap {
display: table;
width: 100%;
height: 100%;
}
.naeep-align-wrap {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
}
.naeep-align-wrap.bottom {
vertical-align: bottom;
}
.naeep-align-wrap.top {
vertical-align: bottom;
}
.naeep-table-row {
display: table-row;
vertical-align: top;
width: 100%;
}
.naeep-image {
line-height: 0;
}
[class*="naeep-"] a {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
text-decoration: none;
}
[class*="naeep-"] a:focus {
outline: none;
outline-offset: 0;
}
[class*="naeep-"] a:hover,
[class*="naeep-"] a:focus {
text-decoration: none;
}
[class*="naeep-"] h1:not(.site-title):before,
[class*="naeep-"] h2:before {
content: none;
}
[class*="naeep-"] .fa {
font-family: FontAwesome;
} .naeep-overlay {
position: relative;
}
.naeep-overlay > * {
position: relative;
z-index: 1;
}
.naeep-overlay:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(12, 19, 34, 0.75);
background-repeat: repeat;
content: "";
z-index: 1;
} .align-items-center {
-ms-flex-align: center;
align-items: center
}
.justify-content-center {
-ms-flex-pack: center;
justify-content: center
}
.col-na-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.col-na-1,
.col-na-2,
.col-na-3,
.col-na-4,
.col-na-5,
.col-na-6,
.col-na-7,
.col-na-8,
.col-na-9,
.col-na-10,
.col-na-11,
.col-na-12 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-na-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-na-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-na-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-na-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-na-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-na-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-na-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-na-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-na-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-na-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-na-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-na-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
} .order-1 {
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-ms-flex-order: 2;
order: 2;
} .naeep-form input[type="text"],
.naeep-form input[type="email"],
.naeep-form input[type="password"],
.naeep-form input[type="tel"],
.naeep-form input[type="search"],
.naeep-form input[type="date"],
.naeep-form input[type="time"],
.naeep-form input[type="datetime-local"],
.naeep-form input[type="event-month"],
.naeep-form input[type="url"],
.naeep-form input[type="number"],
.naeep-form textarea,
.naeep-form select {
vertical-align: middle;
width: 100%;
height: 55px;
padding: 15px 20px;
background-color: #ffffff;
font-size: 15px;
line-height: 1.42857143;
border: 1px solid #e8e8f4;
outline: none;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-ms-appearance: none;
-o-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-form input[type="text"]:focus,
.naeep-form input[type="email"]:focus,
.naeep-form input[type="password"]:focus,
.naeep-form input[type="tel"]:focus,
.naeep-form input[type="search"]:focus,
.naeep-form input[type="date"]:focus,
.naeep-form input[type="time"]:focus,
.naeep-form input[type="datetime-local"]:focus,
.naeep-form input[type="event-month"]:focus,
.naeep-form input[type="url"]:focus,
.naeep-form input[type="number"]:focus,
.naeep-form textarea:focus,
.naeep-form select:focus {
border-color: #d3d3f4;
}
.naeep-form input[type="file"] {
overflow: hidden;
width: 100%;
font-size: 14px;
}
.naeep-form input[type=number] {
padding-right: 30px;
margin-bottom: 0;
-webkit-appearance: textfield;
-ms-appearance: textfield;
-o-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
.naeep-form input[type=number]::-webkit-inner-spin-button,
.naeep-form input[type=number]::-webkit-outer-spin-button {
margin: 0;
-webkit-appearance: none;
-ms-appearance: none;
-o-appearance: none;
-moz-appearance: none;
appearance: none;
}
.naeep-form input[type="radio"] {
margin: 0 5px 0 0;
}
.naeep-form textarea {
height: 160px;
resize: vertical;
}
.naeep-ee-list .event-content input[type="submit"],
.naeep-form .em-tickets-form button[type=button],
.naeep-form input[type="submit"] {
display: inline-block;
vertical-align: middle;
overflow: hidden;
min-width: 160px;
padding: 17px;
margin-bottom: 0;
color: #ffffff;
background-color: #0e25ff;
line-height: normal;
font-size: 14px;
font-weight: 500;
text-align: center;
text-transform: uppercase;
border: none;
position: relative;
outline: none;
cursor: pointer;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
box-shadow: none;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-ee-list .event-content input[type="submit"]:hover,
.naeep-ee-list .event-content input[type="submit"]:focus,
.naeep-form .em-tickets-form button[type=button]:hover,
.naeep-form .em-tickets-form button[type=button]:focus,
.naeep-form input[type="submit"]:hover,
.naeep-form input[type="submit"]:focus {
background-color: #fb6564;
color: #fff;
}
.naeep-form select option {
padding: 5px 10px;
}
.naeep-form select[multiple] {
height: 175px;
padding: 9px;
background-image: none;
}
.naeep-form label {
font-weight: 400;
cursor: pointer;
}
.naeep-form form p {
padding-bottom: 0;
margin-bottom: 0;
line-height: normal;
position: relative;
}
.naeep-form form label {
display: inline-block;
vertical-align: middle;
padding-bottom: 10px;
margin-bottom: 0;
font-size: 15px;
line-height: 1.42857143;
position: relative;
}
.naeep-form form input,
.naeep-form form textarea,
.naeep-form form select {
margin-bottom: 10px;
}
.naeep-form span.wpcf7-not-valid-tip {
display: none !important;
}
.naeep-form input.wpcf7-not-valid {
border-color: red !important;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.naeep-form textarea.wpcf7-not-valid {
border-color: red !important;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
}
.naeep-form div.wpcf7-response-output {
padding: 10px;
} table.naeep-table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.naeep-table thead tr {
background: #fcfcfc;
border: 1px solid #dcdced;
}
.naeep-table thead th {
vertical-align: middle;
padding: 19px 45px 20px;
font-weight: 400;
font-size: 20px;
border: 1px solid #dcdced;
}
.naeep-table td {
padding: 20px 45px;
color: #666666;
font-size: 18px;
background: transparent;
border: 1px solid #dcdced;
}
.naeep-table td a {
color: #666666;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-table td a:hover {
color: #0e25ff;
}
table.naeep-table thead:first-child tr:first-child th {
border: 1px solid #dcdced;
}
table.naeep-table tbody tr:hover>td,
table.naeep-table tbody tr:hover>th,
table.naeep-table tbody>tr:nth-child(odd)>td,
table.naeep-table tbody>tr:nth-child(odd)>th {
background: transparent;
}
.naeep-table td ul {
padding: 0;
margin: 0;
list-style: none;
}
.naeep-responsive-table {
display: block;
overflow-x: auto;
width: 100%;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
} .naeep-btn {
display: inline-block;
vertical-align: middle;
min-width: 140px;
padding: 13px 17px 14px;
color: #ffffff;
background-color: #0e25ff;
font-weight: 500;
font-size: 13px;
text-align: center;
text-transform: uppercase;
border: none;
position: relative;
outline: none;
cursor: pointer;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
box-shadow: none;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-btn:hover,
.naeep-btn:focus {
color: #ffffff;
background-color: #fb6564;
}
.naeep-btn-wrap {
padding-top: 20px;
}
.naeep-btn i {
padding-right: 5px;
} .naeep-link-wrap {
padding: 3px 0 10px;
}
.naeep-link {
display: inline-block;
font-weight: 500;
font-size: 13px;
color: #0e25ff;
text-transform: uppercase;
line-height: 15px;
position: relative;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-link:hover {
color: #0e25ff;
}
.naeep-link:before {
position: absolute;
bottom: -1px;
left: 0;
width: 0;
height: 1px;
content: "";
background: #0e25ff;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
}
.naeep-link:hover:before {
width: 100%;
left: auto;
right: 0;
}
.naeep-link i {
padding-right: 5px;
} .zoom-image .naeep-image {
overflow: hidden;
}
.zoom-image .naeep-image img {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.zoom-image.naeep-hover .naeep-image img {
-webkit-transform: scale(1.1) rotate(2deg);
-ms-transform: scale(1.1) rotate(2deg);
transform: scale(1.1) rotate(2deg);
} .naeep-social {
padding: 10px 0 0;
}
.naeep-social a {
display: inline-block;
vertical-align: middle;
margin: 0 8px 10px 5px;
color: #0e25ff;
font-size: 15px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
} .naeep-social.rounded a {
width: 44px;
height: 44px;
margin: 5px 10px 5px 0;
text-align: center;
color: #ffffff;
background-color: #0e25ff;
line-height: 44px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.naeep-social.rounded a:last-child {
margin-right: 0;
}
.naeep-social.rounded a:hover {
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
} .masonry-wrap {
padding: 0 15px;
}
.naeep-masonry {
margin: 0 -15px;
}
.naeep-masonry[data-items="3"] .masonry-item {
width: 33.333333%;
}
.naeep-masonry[data-items="4"] .masonry-item {
width: 25%;
}
.masonry-item {
float: left;
width: 50%;
padding: 0 15px 30px;
}
.masonry-item.one-third {
width: 68.5%;
}
.masonry-item.one-fourth {
width: 31.5%;
}
.masonry-item.one-fourth-two {
width: 34%;
}
.masonry-item.one-third-two {
width: 66%;
}
.masonry-item.one-half {
width: 32.9%;
}
.masonry-item.one-half-two {
width: 33.1%;
}
.masonry-item.full-width {
width: 100%;
}
.masonry-item .naeep-image img {
width: 100%;
}
.masonry-filters {
padding-bottom: 55px;
font-size: 18px;
text-align: center;
}
.masonry-filters ul {
padding: 0;
margin: 0;
list-style: none;
}
.masonry-filters ul li {
display: inline-block;
vertical-align: middle;
padding: 0 20px;
}
.masonry-filters ul li:first-child {
padding-left: 0 !important;
}
.masonry-filters ul li:last-child {
padding-right: 0 !important;
}
.masonry-filters ul li a {
display: inline-block;
padding: 7px 0;
position: relative;
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.masonry-filters ul li a.active,
.masonry-filters ul li a:hover {
color: #0e25ff;
}
.masonry-filters ul li a:after {
position: absolute;
bottom: 0;
left: 0;
width: 6px;
height: 6px;
content: "";
background-color: #0e25ff;
-webkit-transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
-ms-transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1;
opacity: 0;
}
.masonry-filters ul li a.active:after {
left: 50%;
opacity: 1;
}
.masonry-filters.dot-top ul li a:after {
position: absolute;
bottom: auto;
top: 0;
}
.masonry-filters.dot-left ul li a:after {
left: 100%;
}
.masonry-filters.dot-left ul li a.active:after {
left: 4px;
}
.masonry-filters.dot-right ul li a:after {
right: 100%;
left: auto;
}
.masonry-filters.dot-right ul li a.active:after {
right: -2px;
} .mfp-bg {
background: rgba(0, 0, 0, 0.85);
opacity: 1;
}
.mfp-close {
position: absolute;
right: 28px;
top: 30px;
width: 16px;
height: 16px;
padding: 0;
cursor: pointer;
opacity: 1;
z-index: 9999;
}
.mfp-close:active {
top: 30px;
}
.mfp-bottom-bar {
display: none;
}
.mfp-bottom-bar a {
color: #ffffff;
font-weight: 700;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
top: -30px;
right: 0;
width: 16px;
padding-right: 0;
}
.mfp-image-holder .mfp-close {
display: none;
}
.mfp-container {
padding: 0 25px;
}
.mfp-container .mfp-img {
padding: 0;
}
.mfp-container .mfp-arrow {
width: auto;
height: auto;
margin: 0;
color: #ffffff;
opacity: 1;
cursor: pointer;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-tap-highlight-color: transparent;
z-index: 9999;
}
.mfp-arrow:after {
display: none;
}
.mfp-arrow:before {
display: inline-block;
margin: 0;
font: normal normal normal 30px/1.42857143 FontAwesome;
text-rendering: auto;
content: "\f104";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
border: none;
position: static;
opacity: 1;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.mfp-arrow-left {
left: 30px;
}
.mfp-arrow-right {
right: 45px;
}
.mfp-arrow-right:before {
content: "\f105";
}
.mfp-figure:after {
display: none;
}
.mfp-close:before {
position: absolute;
top: -2px;
left: 7px;
width: 2px;
height: 16px;
background: #ffffff;
content: "";
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 1;
}
.mfp-close:after {
position: absolute;
top: -2px;
right: 7px;
width: 2px;
height: 16px;
background: #ffffff;
content: "";
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
z-index: 1;
} .owl-carousel .owl-item img {
display: inline-block;
width: auto;
}
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: unset;
-moz-user-select: unset;
-ms-user-select: unset;
user-select: unset;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
}
.owl-carousel .owl-dots {
padding-top: 35px;
text-align: center;
}
.owl-carousel button.owl-dot {
display: inline-block;
vertical-align: middle;
width: 7px;
height: 7px;
margin: 0 5px;
background: #cecdd7;
text-indent: -999px;
cursor: pointer;
outline: none;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
position: absolute;
top: 50%;
left: -92px;
width: 42px;
height: 42px;
color: #0e25ff;
background: #ffffff;
border: 2px solid #d5d5d5;
outline: none;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
.owl-carousel .owl-nav button.owl-next {
left: auto;
right: -92px;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
background-color: #0e25ff;
border-color: #0e25ff;
color: #ffffff;
}
.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:before {
font: normal normal normal 16px/normal FontAwesome;
text-rendering: auto;
content: "\f104";
-webkit-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: grayscale;
}
.owl-carousel .owl-nav button.owl-next:before {
content: "\f105";
}
.owl-drag .disabled {
display: none;
}
.slider-no-current {
display: none;
padding-top: 46px;
}
.current-no:after {
content: "/"
}
.owl-carousel button.owl-dot.active {
background-color: #0e25ff;
} .naeep-swiper-slide.swiper-container {
clear: both;
height: 800px;
min-height: 800px;
}
.naeep-swiper-slide.swiper-container .swiper-pagination-bullet {
background: #0e25ff;
}
.naeep-swiper-slide.swiper-container .swiper-button-next,
.naeep-swiper-slide.swiper-container .swiper-button-prev {
width: 60px;
height: 60px;
background-image: none;
outline: none;
background-color: #fff;
border-radius: 100%;
left: 30px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-swiper-slide.swiper-container .swiper-button-prev:before,
.naeep-swiper-slide.swiper-container .swiper-button-next:before {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: #fb6564;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
font: normal normal normal 35px/1.42857143 FontAwesome;
text-rendering: auto;
content: "\f105";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
z-index: 1;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-swiper-slide.swiper-container .swiper-button-prev:before {
content: "\f104";
}
.naeep-swiper-slide.swiper-container .swiper-button-next {
left: auto;
right: 30px;
}
.naeep-swiper-slide.swiper-container .swiper-button-next:hover,
.naeep-swiper-slide.swiper-container .swiper-button-prev:hover {
background-color: #0e25ff;
}
.naeep-swiper-slide.swiper-container .swiper-button-next:hover:before,
.naeep-swiper-slide.swiper-container .swiper-button-prev:hover:before {
color: #ffffff;
}
.naeep-swiper-slide.swiper-container .swiper-pagination-bullet {
width: 10px;
height: 10px;
}
.naeep-swiper-slide.swiper-container .swiper-pagination-bullets {
bottom: 20px;
} .naeep-pagination {
vertical-align: middle;
padding-top: 30px;
text-align: center;
}
.naeep-pagination ul {
padding: 0;
margin: 0;
font-size: 15px;
list-style: none;
}
.naeep-pagination ul li {
display: inline-block;
vertical-align: middle;
color: #777777;
}
.naeep-pagination ul li.inactive {
vertical-align: super;
padding: 0 15px;
color: #d7d7d7;
}
.naeep-pagination ul li span,
.naeep-pagination ul li a {
border: 1px solid #d1d1d1;
display: inline-block;
color: #222222;
width: 40px;
height: 40px;
padding: 0;
line-height: 39px;
margin-right: 7px;
text-align: center;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
.naeep-pagination ul li a:hover,
.naeep-pagination ul li a.current,
.naeep-pagination ul li span.current {
background-color: #0e25ff;
border-color: #0e25ff;
color: #fff;
}
.naeep-pagination ul li.prev,
.naeep-pagination ul li.next {
font-weight: 300;
font-size: 13px;
} .naeep-separator {
display: flex;
margin: 0 auto;
width: 100%;
text-align: center;
align-items: center;
justify-content: center;
}
.naeep-separator.icon-top {
align-items: end;
}
.naeep-separator.icon-bottom {
align-items: baseline;
}
.naeep-separator span {
position: relative;
width: 100%;
max-width: 50px;
}
.naeep-separator .sep-left, .naeep-separator .sep-right {
height: 1px;
background-color: #333;
}
.naeep-sep {
margin: 0 12px;
width: auto;
}
.naeep-sep i {
font-size: 20px;
}
.naeep-separator.separator-left {
margin-left: 0;
margin-right: auto;
text-align: left;
justify-content: flex-start;
}
.naeep-separator.separator-right {
margin-left: auto;
margin-right: 0;
text-align: right;
justify-content: flex-end;
}
.naeep-separator.left-separator .sep-two-left,
.naeep-separator.left-separator .sep-left {
max-width: 0;
}
.naeep-separator.left-separator .naeep-sep {
margin-left: 0;
}
.naeep-separator.right-separator .sep-two-right,
.naeep-separator.right-separator .sep-right {
max-width: 0;
}
.naeep-separator.right-separator .naeep-sep {
margin-right: 0;
}
.border-two span.sep-two-left:before,
.border-two span.sep-two-left:after {
content: "";
display: inline-block;
position: absolute;
right: 0;
top: -2px;
width: 70%;
background: #fb6564;
height: 2px;
}
.border-two span.sep-two-left:after {
top: 2px;
width: 100%;
}
.border-two span.sep-two-right:before,
.border-two span.sep-two-right:after {
content: "";
display: inline-block;
position: absolute;
left: 0;
top: -2px;
width: 70%;
background: #fb6564;
height: 2px;
}
.border-two span.sep-two-right:after {
top: 2px;
width: 100%;
} .naeep-service-item {
overflow: hidden;
padding: 30px 30px 20px;
margin-bottom: 30px;
background: #ffffff;
text-align: center;
position: relative;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.naeep-service-item.service-left {
text-align: left;
}
.naeep-service-item.service-right {
text-align: right;
}
.naeep-service-item .naeep-image {
padding-bottom: 20px;
margin: 0 auto;
}
.naeep-service-item.service-left .naeep-image {
margin-left: 0;
}
.naeep-service-item.service-right .naeep-image {
margin-right: 0;
}
.naeep-service-item .naeep-icon {
width: 73px;
height: 73px;
text-align: center;
margin: 0 auto 19px;
border-radius: 100%;
position: relative;
padding: 0;
}
.naeep-service-item .naeep-icon i {
line-height: 73px;
}
.naeep-service-item h3.service-title {
font-size: 25px;
line-height: 32px;
padding: 0 0 13px;
margin: 0;
color: #333;
}
.naeep-service-item h3 a {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-service-item h3 a:hover {
color: #0e25ff;
}
.naeep-service-item p {
padding-bottom: 10px;
margin-bottom: 0;
color: #666666;
font-size: 16px;
line-height: 25px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-service-item.service-hover.naeep-hover {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
.naeep-service-item.service-border:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 6px;
content: "";
background: #0e25ff;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
z-index: 1;
}
.naeep-service-item.service-border.naeep-hover:after {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.naeep-service-item.icon-top {
padding-top: 50px;
overflow: unset;
}
.naeep-service-item.icon-top .naeep-icon {
position: absolute;
top: -37px;
left: 0;
right: 0;
}
.naeep-service-item.icon-bottom {
padding-bottom: 50px;
overflow: unset;
}
.naeep-service-item.icon-bottom .naeep-icon {
position: absolute;
bottom: -55px;
left: 0;
right: 0;
}
.service-left .naeep-icon {
margin-left: 0;
margin-right: auto;
}
.service-right .naeep-icon {
margin-right: 0;
margin-left: auto;
}
.naeep-service-item.have-img {
padding: 0;
}
.naeep-service-item.have-img .service-info {
padding: 0 30px 20px;
}
.naeep-service-item.with-bg {
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
position: relative;
}
.naeep-service-item.with-bg:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.service-info {
position: relative;
}
.naeep-service-item.icon-left .service-info {
padding: 0 0 0 30px;
overflow: hidden;
text-align: left;
}
.naeep-service-item.icon-left .naeep-icon,
.naeep-service-item.icon-left .naeep-image {
float: left;
}
.naeep-service-item.icon-right .service-info {
padding: 0 30px 0 0;
overflow: hidden;
text-align: right;
}
.naeep-service-item.icon-right .naeep-icon,
.naeep-service-item.icon-right .naeep-image {
float: right;
} .service-style-two.naeep-service-item .naeep-icon, 
.service-style-two.naeep-service-item .naeep-image {
width: 75px;
float: none;
}
.service-style-two.naeep-service-item .service-info {
padding-left: 0;
}
.naeep-service-item.service-style-two {
border-radius: 0;
}
.naeep-service-item.service-style-two.service-border::before {
content: '';
height: 2px;
width: 20px;
position: absolute;
left: 0;
background: #ed366d;
bottom: 0;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.naeep-service-item.service-border.service-style-two:after {
content: none;
}
.naeep-service-item.service-style-two.service-border:hover::before {
width: 100%;
}
.naeep-service-item.service-style-two .naeep-icon {
border-radius: 5px;
}
.naeep-service-item.service-style-two.service-center .naeep-icon {
float: none;
margin: 0 auto;
margin-bottom: 19px;
}
.naeep-service-item.service-right.service-style-two .naeep-icon {
float: none;
margin-right: 0;
margin-left: auto;
} .naeep-blog-wrap {
padding: 0 5px;
}
.naeep-news-item {
margin-bottom: 40px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-news-item .naeep-image {
text-align: center;
}
.naeep-news-item .naeep-image img {
position: relative;
-webkit-border-radius: 4px 4px 0 0;
-ms-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.news-info {
padding: 20px 40px 35px;
background: #fcfcfc;
border-bottom: 1px solid #dcdced;
border-left: 1px solid #dcdced;
border-right: 1px solid #dcdced;
-webkit-border-radius: 0 0 4px 4px;
-ms-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-news-item.no-img .news-info {
border-top: 1px solid #dcdced;
border-radius: 4px;
}
.news-info p {
font-size: 16px;
color: #666;
line-height: 28px;
margin: 15px 0 0;
}
.news-info h3.news-title {
font-size: 28px;
margin: 0;
padding: 15px 0 0;
color: #333;
}
.news-info h3 a {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.news-info h3 a:hover {
color: #0e25ff;
}
ul.news-meta {
padding: 15px 0 0;
margin: 0;
list-style: none;
}
ul.news-meta li {
display: inline-block;
color: #999999;
font-size: 14px;
padding: 0 20px 0 0;
position: relative;
}
ul.news-meta li:last-child {
padding-right: 0;
}
ul.news-meta li:after {
content: "";
width: 3px;
height: 3px;
position: absolute;
background: #0e25ff;
right: 8px;
top: 50%;
transform: translateY(-50%);
border-radius: 100%;
}
ul.news-meta li a {
color: #0e25ff;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.news-cat a:after {
content: ", ";
}
ul.news-meta li:last-child:after,
.news-cat a:last-child:after {
content: none;
}
ul.news-meta li a:hover {
color: #333;
}
.author-image a {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.author-image a:hover {
color: #0e25ff;
}
.author-image {
padding: 20px 0 0;
}
.news-info .author-image img {
width: 40px;
height: 40px;
border-radius: 100%;
margin: 0 10px 0 0;
vertical-align: middle;
} .naeep-gallery-item {
overflow: hidden;
position: relative;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.gallery-info {
opacity: 0;
margin: 0 0 0 30px;
padding: 20px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 100%;
text-align: center;
color: #fff;
z-index: 2;
transition-duration: 0.3s;
transition-property: opacity, padding, margin;
transition: all ease 0.3s;
}
.naeep-gallery-item.naeep-hover .gallery-info {
margin-left: 0;
opacity: 1;
}
.naeep-gallery-item .naeep-image {
position: relative;
}
.naeep-gallery-item .naeep-image:after {
content: "";
width: 100%;
height: 100%;
background-color: #0e25ff;
display: block;
opacity: 0;
position: absolute;
left: 0;
top: 0;
transform: scale(0.95);
transition: transform ease 0.3s, opacity ease 0.3s;
}
.naeep-gallery-item.naeep-hover .naeep-image:after {
transform: scale(1);
opacity: 0.9;
}
.gallery-info h2 a {
color: #fff;
position: relative;
}
.gallery-info h2.gallery-title {
margin: 0;
color: #fff;
padding: 0 0 10px;
font-size: 28px;
}
.gallery-info h4.gallery-subtitle {
margin: 0;
color: #fff;
font-size: 18px;
}
.naeep-gallery-item.info-top .gallery-info {
top: 0;
transform: translate(-50%, 0);
}
.naeep-gallery-item.info-bottom .gallery-info {
top: auto;
bottom: 0;
transform: translate(-50%, 0);
}
.style-two .gallery-info {
position: relative;
color: #333;
opacity: 1;
transform: none;
text-align: left;
margin: 0;
top: 0;
left: 0;
}
.style-two .gallery-info h2.gallery-title {
padding-bottom: 6px;
}
.style-two .gallery-info h2 a,
.style-two .gallery-info h2,
.style-two .gallery-info h4 {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.style-two .gallery-info h2 a:hover {
color: #0e25ff;
}
.naeep-popup a.pp-icon {
position: absolute;
top: 40%;
left: 0;
right: 0;
margin: 0 auto;
color: #0e25ff;
background: #fff;
width: 40px;
height: 40px;
font-size: 16px;
text-align: center;
line-height: 40px;
border-radius: 100%;
transform: translateY(-50%);
opacity: 0;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 9;
}
.naeep-gallery-item.naeep-hover .naeep-popup a.pp-icon {
top: 50%;
opacity: 1;
}
.naeep-gallery-item.style-two .naeep-image:after {
content: none;
}
.naeep-gallery-item.style-two .naeep-image.naeep-popup:after {
content: "";
}
.naeep-gallery-item.icon-top .naeep-popup a.pp-icon {
top: -40px;
left: auto;
right: 10px;
transform: none;
}
.naeep-gallery-item.icon-top.naeep-hover .naeep-popup a.pp-icon {
top: 10px;
}
.naeep-gallery-item.icon-bottom .naeep-popup a.pp-icon {
top: auto;
bottom: 40px;
left: auto;
right: 10px;
transform: none;
}
.iconalign-left .naeep-popup a.pp-icon {
left: 15px;
right: auto;
}
.iconalign-right .naeep-popup a.pp-icon {
left: auto;
right: 15px;
}
.naeep-gallery-item.icon-bottom.naeep-hover .naeep-popup a.pp-icon {
bottom: 10px;
}
.naeep-gallery-item.icon-top.iconalign-center .naeep-popup a.pp-icon,
.naeep-gallery-item.icon-bottom.iconalign-center .naeep-popup a.pp-icon {
left: 0;
right: 0;
}
.naeep-gallery-item.icon-top.iconalign-left .naeep-popup a.pp-icon,
.naeep-gallery-item.icon-bottom.iconalign-left .naeep-popup a.pp-icon {
left: 10px;
right: auto;
}
.naeep-gallery-post .gallery-info h2.gallery-title {
padding: 0;
font-size: 22px;
} .naeep-contact-item {
display: inline-block;
width: 100%;
padding: 20px 30px;
background: #fff;
border: 1px solid #eeeeee;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.naeep-contact-item .naeep-icon {
float: left;
width: 50px;
height: 50px;
text-align: center;
font-size: 20px;
color: #0e25ff;
border: 2px solid #0e25ff;
line-height: 48px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.naeep-contact-item .contact-info {
overflow: hidden;
padding: 0 0 0 20px;
}
.naeep-contact-item.contact-right .naeep-icon {
float: right;
}
.naeep-contact-item.contact-right .contact-info {
padding: 0 20px 0 0;
text-align: right;
}
.contact-info h2 {
margin: 0;
}
.naeep-contact-item .contact-info ul {
padding: 0;
margin: 0;
list-style: none;
}
.naeep-contact-item .contact-info ul li {
padding: 5px 0 0;
color: #666666;
font-size: 16px;
line-height: 26px;
}
.naeep-contact-item .contact-info ul li a {
color: #666666;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-contact-item .contact-info ul li a:hover {
color: #0e25ff;
}
.naeep-contact-item .contact-info h2 {
margin: 0;
padding: 0 0 5px;
font-size: 24px;
}
.naeep-contact-item .contact-info ul li span {
color: #333;
display: inline-block;
}
.naeep-contact-item.contact-center .naeep-icon {
float: none;
margin: 0 auto 20px;
} .naeep-process-wrap {
justify-content: center;
text-align: center;
padding: 15px 0;
overflow: hidden;
}
.naeep-process-item-wrap {
display: inline-block;
text-align: center;
}
.naeep-process-wrap:before, .naeep-process-wrap:after {
display: table;
content: "";
}
.naeep-process-wrap:after {
clear: both;
}
.naeep-process-item {
display: inline-block;
vertical-align: top;
padding-right: 130px;
position: relative;
}
.naeep-process-item:before {
position: absolute;
top: 60px;
left: 20px;
width: 100%;
height: 1px;
background: #dcdced;
content: "";
z-index: 0;
}
.naeep-process-item:after {
position: absolute;
top: 60px;
left: 20px;
width: 0;
height: 1px;
content: "";
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
}
.naeep-process-item.process-done:after {
width: 100%;
background-color: #0e25ff;
}
.naeep-process-item.process-done .naeep-icon {
border-color: #0e25ff;
background: #0e25ff;
transition-delay: 0.1s;
color: #fff;
}
.naeep-process-wrap .naeep-process-item:last-child {
padding-right: 0;
}
.naeep-process-wrap .naeep-process-item:last-child:before, .naeep-process-wrap .naeep-process-item:last-child:after {
display: none;
}
.naeep-process-item .naeep-icon {
width: 120px;
height: 120px;
overflow: hidden;
margin: 0 auto 11px;
color: #0e25ff;
background: #ffffff;
border: 1px solid #dcdced;
text-align: center;
position: relative;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
z-index: 2;
}
.naeep-process-item .naeep-icon i {
font-size: 50px;
}
.naeep-process-item .naeep-icon i,
.naeep-process-item .naeep-icon img {
position: relative;
z-index: 1;
}
.naeep-process-item .naeep-icon img {
max-width: 75px;
}
.process-info {
max-width: 132px;
}
.naeep-process-item h3.process-title {
font-size: 16px;
color: #666666;
font-weight: 400;
margin: 0;
padding: 0 0 5px;
}
.naeep-process-item p {
color: #0e25ff;
font-size: 16px;
line-height: 26px;
margin: 0;
}
.naeep-process-item .naeep-icon span.circle {
position: absolute;
background: #0e25ff;
width: 0;
height: 0;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
-webkit-animation: round_circle 6s linear infinite;
animation: round_circle 6s linear infinite;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.naeep-process-item.process-done .naeep-icon span.circle {
width: 100%;
height: 100%;
}
@-webkit-keyframes round_circle {
0% {
-webkit-transform: rotate(0deg) translate(-50px) rotate(0deg);
transform: rotate(0deg) translate(-50px) rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg) translate(-50px) rotate(-360deg);
transform: rotate(360deg) translate(-50px) rotate(-360deg);
}
}
@keyframes round_circle {
0% {
-webkit-transform: rotate(0deg) translate(-50px) rotate(0deg);
transform: rotate(0deg) translate(-50px) rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg) translate(-50px) rotate(-360deg);
transform: rotate(360deg) translate(-50px) rotate(-360deg);
}
}
.border-style.naeep-process-item:before {
position: absolute;
top: -30%;
left: 50px;
width: 100%;
height: 150px;
border-bottom: 3px dotted #0e25ff;
background: transparent !important;
content: "";
z-index: 0;
border-radius: 100%;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.border-style.naeep-process-item:nth-child(2n):before {
border-bottom: 0;
border-top: 3px dotted #0e25ff;
top: 0;
}
.border-style.naeep-process-item:after {
content: none;
}
.process-number-item {
position: relative;
margin: 0 0 20px;
}
.process-number-item span.count {
width: 100%;
display: inline-block;
position: relative;
margin: 0 0 10px;
}
.process-number-item .count:after {
position: absolute;
content: "";
width: 100%;
height: 2px;
background: #0e25ff;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.vertical-info .count:before,
.process-number-item .count:before {
position: relative;
counter-increment: my-counter;
content: attr(data-count);
width: 40px;
font-size: 14px;
height: 40px;
display: inline-block;
text-align: center;
line-height: 40px;
background: #fb6564;
border-radius: 100%;
color: #fff;
font-weight: 700;
z-index: 1;
}
.naeep-process-wrap.style-two {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.process-number-item {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.process-number-item.one-col {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.process-number-item.two-col {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.process-number-item.three-col {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.process-number-item h3.process-title {
margin: 0;
font-size: 24px;
}
.naeep-process-wrap .process-number-item h5 {
font-size: 14px;
text-transform: uppercase;
color: #666;
margin: 0;
padding: 10px 0 15px;
}
.process-number-item p {
color: #666666;
font-size: 16px;
line-height: 26px;
}
.naeep-process-wrap.style-three {
max-width: 900px;
margin: 0 auto;
position: relative;
padding: 0 15px;
}
.naeep-process-item-vertical {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
margin: 0 -15px;
padding: 50px 0;
}
.naeep-process-item-vertical .vertical-info,
.naeep-process-item-vertical .naeep-image {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding: 0 15px;
}
.naeep-process-item-vertical:nth-child(odd) .vertical-info {
padding-right: 50px;
text-align: right;
}
.naeep-process-item-vertical:nth-child(even) .vertical-info {
padding-left: 50px;
text-align: left;
-ms-flex-order: 2;
order: 2;
}
.naeep-process-item-vertical:nth-child(odd) .naeep-image {
padding-left: 50px;
}
.naeep-process-item-vertical:nth-child(even) .naeep-image {
padding-right: 50px;
-ms-flex-order: 1;
order: 1;
}
.naeep-process-wrap.style-three:before {
content: "";
position: absolute;
width: 2px;
height: 100%;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
background: #dcdced;
display: inline-block;
}
.naeep-process-item-vertical:after {
content: "";
position: absolute;
width: 16px;
height: 16px;
border: 2px solid #dcdced;
border-radius: 100%;
right: 0;
left: 0;
margin: 0 auto;
bottom: -7px;
background: #fff;
z-index: 1;
}
.naeep-process-item-vertical:last-child:after {
background: #dcdced;
bottom: 0;
}
.naeep-process-item-vertical:before {
content: "";
position: absolute;
width: 130px;
height: 2px;
border-radius: 100%;
right: 0;
left: 0;
margin: 0 auto;
top: -2px;
background: #dcdced;
z-index: 0;
}
.naeep-process-item-vertical:first-child:before {
width: 16px;
height: 16px;
top: 0;
background: #dcdced;
}
.naeep-process-item-vertical .vertical-info h3 {
padding: 0;
margin: 15px 0 0;
}
.naeep-process-item-vertical .vertical-info h5 {
font-size: 14px;
text-transform: uppercase;
color: #666;
margin: 0;
padding: 10px 0 15px;
}
.vertical-info p {
color: #666666;
font-size: 16px;
line-height: 26px;
} .naeep-team-item {
position: relative;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.mate-info {
display: inline-block;
width: 100%;
padding: 20px 0 0;
}
.mate-info h3.team-title {
padding: 0 0 10px;
margin: 0;
font-size: 26px;
color: #333;
}
.mate-info h3 a {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.mate-info h3 a:hover {
color: #0e25ff;
}
.mate-info span {
color: #666666;
font-size: 16px;
display: inline-block;
}
.mate-info p {
color: #666666;
position: relative;
font-size: 16px;
line-height: 26px;
padding: 10px 0 5px;
margin: 0;
}
ul.naeep-contact-list {
padding: 5px 0;
margin: 0;
list-style: none;
}
ul.naeep-contact-list li {
color: #666666;
position: relative;
font-size: 16px;
line-height: 26px;
padding: 5px 0;
}
ul.naeep-contact-list li a {
color: #666666;
}
ul.naeep-contact-list li i {
padding-right: 8px;
}
.naeep-team-item.style-two .mate-info {
position: absolute;
top: 40%;
left: 0;
padding: 0;
opacity: 0;
width: 100%;
transform: translateY(-50%);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
}
.naeep-team-item .naeep-image img {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-team-item.style-two .mate-info h3,
.naeep-team-item.style-two .mate-info span {
color: #fff;
}
.naeep-team-item.naeep-hover.style-two .mate-info {
top: 50%;
opacity: 1;
}
.naeep-team-item.style-two:after {
content: "";
display: inline-block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
opacity: 0;
background: rgba(0, 0, 0, 0.4);
transform: scale(0.9);
transition: transform ease 0.3s, opacity ease 0.3s;
}
.naeep-team-item.naeep-hover.style-two:after {
transform: scale(1);
opacity: 1;
}
.naeep-team-item.style-three .naeep-image {
position: relative;
overflow: hidden;
}
.naeep-team-item.style-three .naeep-social {
padding: 0;
position: absolute;
top: 40%;
transform: translateY(-50%);
left: 0;
width: 100%;
opacity: 0;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
}
.naeep-team-item.naeep-hover.style-three .naeep-social {
top: 50%;
opacity: 1;
}
.naeep-team-item.style-three .naeep-image:after {
content: "";
display: inline-block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
opacity: 0;
background: rgba(0, 0, 0, 0.4);
transform: scale(0.9);
transition: transform ease 0.3s, opacity ease 0.3s;
}
.naeep-team-item.naeep-hover.style-three .naeep-image:after {
transform: scale(1);
opacity: 1;
}
.naeep-social.icon-vert a {
display: block;
}
.naeep-team-item.style-three .naeep-social.icon-vert {
top: 50%;
left: -50px;
}
.naeep-team-item.style-three .naeep-social.icon-vert a {
margin: 10px;
}
.naeep-team-item.style-three.naeep-hover .naeep-social.icon-vert {
left: 0;
}
.naeep-team-item.style-three .naeep-social.icon-vert.icon-right a {
margin-left: auto;
}
.naeep-team-item.style-three .naeep-social.icon-vert.icon-right {
left: auto;
right: -50px;
}
.naeep-team-item.style-three.naeep-hover .naeep-social.icon-vert {
right: 0;
}
.naeep-team-item.style-three .naeep-social.pos-top {
top: -70px;
transform: none;
padding: 20px 0 0;
}
.naeep-team-item.naeep-hover.style-three.naeep-hover .naeep-social.pos-top {
top: 0;
}
.naeep-team-item.style-three .naeep-social.pos-bottom {
top: auto;
bottom: -70px;
transform: none;
padding: 0 0 20px;
}
.naeep-team-item.naeep-hover.style-three.naeep-hover .naeep-social.pos-bottom {
bottom: 0;
}
.naeep-team-item.style-three .naeep-social.icon-vert.pos-top {
top: 0;
padding: 0;
}
.naeep-team-item.style-three .naeep-social.icon-vert.pos-bottom {
bottom: 0;
padding: 0;
} .naeep-team-item.style-four {
position: relative;
overflow: hidden;
}
.naeep-team-item.style-four .naeep-social.rounded a {
display: block;
margin-left: auto !important;
margin-right: auto !important;
}
.naeep-team-item.style-four .naeep-social {
padding: 0;
position: absolute;
top: 40%;
transform: translateY(-50%);
left: 0;
width: 100%;
opacity: 0;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
}
.trigger-icon {
position: absolute;
overflow: hidden;
top: 0;
right: 0;
width: 60px;
height: 60px;
line-height: 50px;
text-align: center;
background: #0e25ff;
color: #ffffff;
cursor: pointer;
border-radius: 0 0 0 100%;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 9;
}
.naeep-team-item.icon-trigger.style-four .naeep-social {
top: 50%;
opacity: 1;
}
.icon-trigger .trigger-icon {
width: 100%;
height: 100%;
border-radius: 0;
cursor: default;
}
.trigger-icon > i {
opacity: 1;
visibility: visible;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
transition-delay: 0.3s;
}
.icon-trigger .trigger-icon > i {
opacity: 0;
visibility: hidden;
transition-delay: 0s;
}
.naeep-team-item.style-four:after {
content: none;
}
.naeep-team-item.style-four .naeep-social.rounded a {
margin-top: -40px !important;
margin-bottom: -40px !important;
}
.naeep-team-item.icon-trigger.style-four .naeep-social a {
margin-top: 8px !important;
margin-bottom: 8px !important;
} .naeep-team-single-wrap {
padding: 0 15px;
}
.naeep-team-single-item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
padding: 20px 0;
}
.naeep-team-single-item .single-mate-image,
.naeep-team-single-item .single-mate-info {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding: 0 15px;
}
.naeep-team-single-item .single-mate-info ul {
padding: 0 0 10px;
margin: 0;
list-style: none;
}
.single-mate-info ul li {
padding: 6px 0;
color: #666666;
font-size: 18px;
line-height: 26px;
}
.single-mate-info ul li a {
color: #666666;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.single-mate-info ul li a:hover {
color: #0e25ff;
}
.single-mate-info ul li span {
color: #333;
display: inline-block;
padding-right: 5px;
font-weight: 500;
}
.single-mate-info p {
margin: 0;
color: #666666;
font-size: 18px;
line-height: 26px;
padding: 0 0 10px;
}
.single-mate-info h3.team-title {
font-size: 30px;
margin: 0;
padding: 0 0 10px;
}
.single-mate-info h3 a {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.single-mate-info h3 a:hover {
color: #0e25ff;
}
.naeep-team-single-item .single-mate-info h5 {
color: #666666;
font-size: 16px;
margin: 0;
padding: 0 0 15px;
}
.naeep-team-single-item .naeep-image {
text-align: center;
}
.image-wrap {
display: inline-block;
position: relative;
}
.image-wrap img {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
position: relative;
z-index: 1;
}
.image-wrap:after {
content: "";
width: 100%;
display: inline-block;
height: 100%;
position: absolute;
left: 20px;
top: 20px;
border: 10px solid #0e25ff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-team-single-item .naeep-image .image-wrap:hover:after {
left: 0;
top: 0;
}
.image-wrap.hide-shape:after {
content: none;
}
.naeep-team-single-item.full-width .single-mate-image,
.naeep-team-single-item.full-width .single-mate-info {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
.naeep-team-single-item.full-width {
max-width: 650px;
margin: 0 auto;
border-radius: 5px 5px 5px 5px;
padding: 50px;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
} .naeep-testimonial-item {
position: relative;
display: inline-block;
padding: 50px;
margin: 30px 0;
background: #ffffff;
border: 1px solid #dcdced;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.naeep-testimonial-item .naeep-icon {
padding-bottom: 20px;
display: inline-block;
text-align: center;
}
.naeep-testimonial-item .naeep-icon i {
font-size: 50px;
color: #0e25ff;
}
.naeep-testimonial-item p {
padding-bottom: 10px;
margin-bottom: 0;
color: #666666;
font-size: 18px;
line-height: 26px;
}
.customer-info {
padding-top: 15px;
display: flex;
align-items: center;
}
.customer-info .naeep-image {
float: left;
}
.customer-info .naeep-image img {
max-width: 85px;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.customer-inner-info {
overflow: hidden;
padding: 10px 0 10px 20px;
}
.customer-inner-info h4.customer-name {
font-size: 24px;
padding-bottom: 5px;
margin: 0;
}
.customer-inner-info h4 a {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.customer-inner-info h4 a:hover {
color: #0e25ff;
}
.customer-inner-info h5.customer-designation {
font-size: 16px;
font-weight: 500;
margin: 0;
padding: 0;
color: #0e25ff;
display: inline-block;
}
.naeep-testimonial-item.info-top .customer-info {
padding-top: 0;
padding-bottom: 15px;
}
.naeep-testimonial-item.center-item .customer-info {
display: inline-block;
width: 100%;
}
.naeep-testimonial-item.center-item .customer-info .naeep-image {
float: none;
}
.naeep-testimonial-item.center-item .customer-info .customer-inner-info {
padding: 10px 0 0;
} .naeep-video-wrap {
display: inline-block;
line-height: 0;
width: 100%;
}
a.naeep-video-btn:hover {
color: #fff;
}
.naeep-video-wrap .naeep-image {
position: relative;
display: inline-block;
min-height: 300px;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
width: 100%;
overflow: hidden;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-video-wrap .naeep-image img {
visibility: hidden;
opacity: 0;
}
.naeep-video-wrap a {
display: inline-block;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-video-btn {
position: absolute;
top: 50%;
left: 50%;
width: 80px;
height: 80px;
color: #ffffff;
font-size: 24px;
background-color: #0e25ff;
-webkit-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
-webkit-box-shadow: 0 0 40px rgba(0, 1, 1, 0.4);
-ms-box-shadow: 0 0 40px rgba(0, 1, 1, 0.4);
box-shadow: 0 0 40px rgba(0, 1, 1, 0.4);
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
z-index: 2;
}
.naeep-video-btn i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
z-index: 1;
}
.video-label {
display: block;
padding-top: 20px;
font-size: 20px;
color: #ffffff;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-video-wrap .naeep-image:after {
content: "";
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
display: block;
position: absolute;
left: 0;
top: 0;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-video-btn-wrap {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
text-align: center;
z-index: 2;
}
.naeep-video-btn-wrap .naeep-video-btn {
position: relative;
display: inline-block;
top: 0;
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-video-btn-wrap .naeep-video-btn i {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-ripple,
.naeep-ripple:before,
.naeep-ripple:after {
position: absolute;
top: 50%;
left: 50%;
height: 80px;
width: 80px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
-webkit-animation: ripple 3s infinite;
-moz-animation: ripple 3s infinite;
-ms-animation: ripple 3s infinite;
-o-animation: ripple 3s infinite;
animation: ripple 3s infinite;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-ripple:before {
-webkit-animation-delay: .9s;
-moz-animation-delay: .9s;
-ms-animation-delay: .9s;
-o-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
}
.naeep-ripple:after {
-webkit-animation-delay: .6s;
-moz-animation-delay: .6s;
-ms-animation-delay: .6s;
-o-animation-delay: .6s;
animation-delay: .6s;
content: "";
position: absolute;
}
@-webkit-keyframes ripple {
70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
@keyframes ripple {
70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
} .naeep-aboutme-item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.naeep-aboutme-item .aboutme-image,
.naeep-aboutme-item .aboutme-info {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.aboutme-info h3.aboutme-title {
font-size: 30px;
margin: 0;
padding: 0 0 10px;
}
.aboutme-info .aboutme-info-wrap h5 {
color: #666666;
font-size: 16px;
margin: 0;
padding: 0 0 10px;
}
.aboutme-info p {
margin: 0;
color: #666666;
font-size: 20px;
line-height: 30px;
padding-bottom: 15px;
}
.aboutme-info p:last-child {
padding-bottom: 0;
}
.aboutme-info-wrap {
padding: 50px;
}
.aboutme-info-wrap .naeep-social {
padding: 5px 0 25px;
}
.sign-image {
padding: 30px 0 0;
} .naeep-aboutus-item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.naeep-aboutus-item .aboutus-image,
.naeep-aboutus-item .aboutus-info {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.aboutus-info {
text-align: left;
}
.aboutus-info.right {
text-align: right;
}
.aboutus-info.center {
text-align: center;
}
.aboutus-info h3.aboutus-title {
font-size: 30px;
margin: 0;
padding: 0 0 15px;
position: relative;
margin-bottom: 20px
}
.aboutus-info h3:after {
position: absolute;
bottom: 0;
left: 0;
width: 100px;
height: 4px;
content: "";
background: #0e25ff;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
}
.aboutus-info.right h3:after {
left: auto;
right: 0;
}
.aboutus-info.center h3:after {
left: 0;
right: 0;
margin: 0 auto;
}
.aboutus-info .aboutus-info-wrap h5 {
color: #0e25ff;
font-size: 14px;
text-transform: uppercase;
margin: 0;
padding: 0 0 10px;
}
.aboutus-info p {
margin: 0;
color: #666666;
font-size: 18px;
line-height: 28px;
padding-bottom: 15px;
}
.aboutus-info p:last-child {
padding-bottom: 0;
}
.aboutus-info-wrap {
padding: 50px;
}
.aboutus-info-wrap .naeep-social {
padding: 0;
}
.aboutus-info-wrap .naeep-link-wrap {
padding: 15px 0 0;
}
.sign-image {
padding: 30px 0 0;
} .naeep-get-apps {
position: relative;
display: block;
margin: 0 auto;
max-width: 700px;
padding: 50px;
background: #ffffff;
border: 1px solid #dcdced;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.naeep-get-apps h3.apps-title {
font-size: 30px;
margin: 0;
padding: 0 0 15px;
position: relative;
}
.naeep-get-apps h5 {
color: #0e25ff;
font-size: 14px;
text-transform: uppercase;
margin: 0;
padding: 0 0 10px;
}
.naeep-get-apps p {
margin: 0;
color: #666666;
font-size: 18px;
line-height: 28px;
padding-bottom: 15px;
}
.naeep-get-apps .naeep-btn-wrap {
padding: 0;
}
.naeep-get-apps .naeep-btn-wrap a {
margin: 10px;
display: inline-block;
}
.naeep-apps-btn .naeep-btn-store {
background: #ffffff;
padding: 12px 20px 7px;
border-radius: 5px;
display: inline-block;
}
.naeep-apps-btn .naeep-btn-store:hover {
background: #f63e42;
color: #ffffff;
}
.naeep-btn-store .naeep-icon {
float: left;
display: block;
max-width: 50px;
padding-right: 15px; 
}
.naeep-btn-store .naeep-icon i {
font-size: 36px;
line-height: 46px;
}
.naeep-btn-store .naeep-texts {
display: block;
overflow: hidden;
}
.naeep-btn-store .naeep-texts span {
display: block;
text-align: left;
font-size: 16px;
}
.naeep-btn-store .naeep-texts span:last-child {
display: block;
text-align: left;
font-size: 22px;
font-weight: 700;
} .naeep-compare-wrap {
display: inline-block;
position: relative;
width: 100%;
}
div.jx-controller,
div.jx-control {
transition: all .2s ease;
}
.naeep-compare-wrap div.juxtapose {
width: 100% !important;
} .naeep-subscribe {
text-align: center;
}
.naeep-form-wrap {
position: relative;
display: block;
margin: 0 auto;
max-width: 700px;
padding: 50px;
background: #ffffff;
border: 1px solid #dcdced;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.naeep-subscribe .naeep-form-wrap h3 {
font-size: 30px;
margin: 0;
padding: 0 0 15px;
position: relative;
}
.naeep-subscribe p {
margin: 0;
color: #666666;
font-size: 18px;
line-height: 28px;
padding-bottom: 15px;
}
.naeep-subscribe-form {
display: block;
margin: 25px auto 0;
} .naeep-history-wrap {
max-width: 900px;
margin: 0 auto;
position: relative;
padding: 0 15px;
}
.naeep-history-item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
margin: 0 -15px;
padding: 50px 0;
}
.naeep-history-item .history-info,
.naeep-history-item .history-image {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding: 0 15px;
}
.naeep-history-item:nth-child(odd) .history-info {
padding-right: 50px;
text-align: right;
}
.naeep-history-item:nth-child(even) .history-info {
padding-left: 50px;
text-align: left;
-ms-flex-order: 2;
order: 2;
}
.naeep-history-item:nth-child(odd) .history-image {
padding-left: 50px;
}
.naeep-history-item:nth-child(even) .history-image {
padding-right: 50px;
text-align: right;
-ms-flex-order: 1;
order: 1;
}
.naeep-history-wrap:before {
content: "";
position: absolute;
width: 2px;
height: 100%;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
background: #dcdced;
display: inline-block;
}
.naeep-history-item span {
background: #0e25ff;
}
.naeep-history-item span,
.naeep-history-item span:before,
.naeep-history-item span:after {
position: absolute;
right: 0;
left: 0;
margin: 0 auto;
top: -5px;
height: 10px;
width: 10px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: 0 0 0 0 rgba(14, 37, 255, 0.3);
-moz-box-shadow: 0 0 0 0 rgba(14, 37, 255, 0.3);
-ms-box-shadow: 0 0 0 0 rgba(14, 37, 255, 0.3);
-o-box-shadow: 0 0 0 0 rgba(14, 37, 255, 0.3);
box-shadow: 0 0 0 0 rgba(14, 37, 255, 0.3);
-webkit-animation: rippleSmall 3s infinite;
-moz-animation: rippleSmall 3s infinite;
-ms-animation: rippleSmall 3s infinite;
-o-animation: rippleSmall 3s infinite;
animation: rippleSmall 3s infinite;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-history-item span:before {
-webkit-animation-delay: .9s;
-moz-animation-delay: .9s;
-ms-animation-delay: .9s;
-o-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
top: 0;
}
.naeep-history-item span:after {
-webkit-animation-delay: .6s;
-moz-animation-delay: .6s;
-ms-animation-delay: .6s;
-o-animation-delay: .6s;
animation-delay: .6s;
content: "";
position: absolute;
top: 0;
}
@-webkit-keyframes rippleSmall {
70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
@keyframes rippleSmall {
70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
.history-info h3.history-title {
padding: 15px 0 10px;
margin: 0;
font-size: 32px;
}
.naeep-history-item .history-info h5 {
font-size: 14px;
text-transform: uppercase;
color: #fff;
background: #0e25ff;
display: inline-block;
margin: 0;
padding: 3px 8px;
border-radius: 3px;
}
.history-info p {
color: #666666;
font-size: 18px;
line-height: 26px;
}
.history-image .naeep-image {
display: inline-block;
overflow: hidden;
position: relative;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.history-image .naeep-image img {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.history-image .naeep-image.naeep-popup a {
position: absolute;
top: 40%;
left: 0;
right: 0;
margin: 0 auto;
color: #0e25ff;
background: #fff;
width: 40px;
height: 40px;
font-size: 16px;
text-align: center;
line-height: 40px;
border-radius: 100%;
transform: translateY(-50%);
opacity: 0;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 9;
}
.history-image .naeep-image.naeep-popup:hover a {
top: 50%;
opacity: 1;
}
.history-image .naeep-image.naeep-popup:after {
content: "";
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: block;
opacity: 0;
position: absolute;
left: 0;
top: 0;
transform: scale(0.9);
transition: transform ease 0.3s, opacity ease 0.3s;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.history-image .naeep-image.naeep-popup:hover:after {
transform: scale(1);
opacity: 1;
}
.history-image .naeep-image img {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.history-image .naeep-image.hover-image:hover img {
transform: scale(1.1);
}
.naeep-history-wrap.history-two {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
padding: 0;
max-width: 100%;
}
.naeep-history-wrap.history-two .naeep-history-item {
-ms-flex: 0 0 33.333%;
flex: 0 0 33.333%;
max-width: 33.333%;
display: block;
flex-wrap: unset;
margin: 0;
padding: 0 15px;
}
.naeep-history-wrap.history-two .naeep-history-item {
margin-bottom: 50px;
}
.naeep-history-wrap.history-two .naeep-history-item .history-info,
.naeep-history-wrap.history-two .naeep-history-item .history-image {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
.naeep-history-wrap.history-two .naeep-history-item .history-info,
.naeep-history-wrap.history-two .naeep-history-item .history-image {
text-align: center;
}
.naeep-history-wrap.history-two:before {
content: none;
}
.naeep-history-wrap.history-two .naeep-history-item .history-info {
padding: 0 0 30px;
margin: 0 0 40px;
position: relative;
}
.naeep-history-wrap.history-two .naeep-history-item .history-info:after {
content: "";
position: absolute;
width: calc(100% + 30px);
height: 2px;
bottom: 0;
left: -15px;
right: -15px;
margin: 0 auto;
background: #0e25ff;
display: inline-block;
}
.naeep-history-wrap.history-two .naeep-history-item span {
top: auto;
bottom: -4px;
right: 0;
}
.naeep-history-wrap.history-two.history-three .naeep-history-item {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.history-vertical .history-info h3.history-title {
padding-top: 0;
font-size: 20px;
}
.history-vertical .history-info {
background: #fff;
-webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
-moz-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
padding: 23px 30px;
}
.history-vertical .naeep-history-item:nth-child(odd) .history-info {
padding-right: 35px;
text-align: right;
width: 40%;
flex: 0 0 45%;
margin-right: 45px;
border-radius: 10px 0 0 10px;
border-right: 3px solid #ed366d;
}
.history-vertical .naeep-history-item:nth-child(even) .history-info {
padding-left: 35px;
text-align: left;
-ms-flex-order: 2;
order: 2;
width: 40%;
flex: 0 0 45%;
margin-left: 45px;
border-radius: 0 10px 10px 0;
border-left: 3px solid #ed366d;
}
.history-vertical .history-info p {
padding-bottom: 0;
}
.history-vertical .naeep-history-item {
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
} .naeep-history-wrap.style-two .naeep-history-item:nth-child(even) .history-image,
.naeep-history-wrap.style-two .naeep-history-item:nth-child(odd) .history-info {
padding-right: 85px;
}
.naeep-history-wrap.style-two .naeep-history-item:nth-child(even) .history-info,
.naeep-history-wrap.style-two .naeep-history-item:nth-child(odd) .history-image {
padding-left: 85px;
}
.naeep-history-wrap.style-two .naeep-history-item span:before, 
.naeep-history-wrap.style-two .naeep-history-item span:after {
top: -2px;
left: -2px;
}
.naeep-history-wrap.style-two .naeep-history-item span {
border: 2px solid #0e25ff;
}
.naeep-history-wrap.style-two .naeep-history-item:hover .history-info span {
background: #ffffff;
}
.naeep-history-wrap.style-two h3.history-title {
padding-bottom: 0;
}
.naeep-history-wrap.style-two .history-info h5 {
color: #0e25ff;
background: transparent;
padding: 0 0 15px;
}
.naeep-history-wrap.style-two .naeep-history-item span {
top: 85px;
}
.naeep-history-wrap.style-two .history-image .naeep-image {
padding-left: 15px;
}
.naeep-history-wrap.style-two .history-image .naeep-image:before {
content: "";
position: absolute;
top: 30px;
left: 0;
margin: 0 auto;
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right: 15px solid #020e0e;
}
.naeep-history-wrap.style-two .naeep-history-item:nth-child(even) .history-image .naeep-image {
padding-left: 0;
padding-right: 15px;
}
.naeep-history-wrap.style-two .naeep-history-item:nth-child(even) .history-image .naeep-image:before {
left: auto;
right: 0;
border-left: 15px solid #020e0e;
border-right: none;
} .naeep-history-wrap.style-three .naeep-history-item {
align-items: center;
}
.naeep-history-wrap.style-three h3.history-title {
padding-top: 0;
}
.naeep-history-wrap.style-three .naeep-history-item span {
top: 55px;
}
.naeep-history-wrap.style-three .history-info h5 {
color: #0e25ff;
background: transparent;
padding: 0 0 15px;
}
.history-info-inner {
padding: 20px 30px;
border: 1px solid #dde0e4;
border-radius: 5px;
border-top: 5px solid #fc2c55;
text-align: left;
}
h3.image-title {
font-size: 22px;
padding: 20px 0 0;
color: #232323;
}
.naeep-history-wrap.style-three .naeep-history-item:nth-child(even) .history-image,
.naeep-history-wrap.style-three .naeep-history-item:nth-child(odd) .history-info {
padding-right: 75px;
}
.naeep-history-wrap.style-three .naeep-history-item:nth-child(even) .history-info,
.naeep-history-wrap.style-three .naeep-history-item:nth-child(odd) .history-image {
padding-left: 75px;
} .naeep-typewriter h1 {
font-size: 40px;
}
.naeep-typewriter h1 span {
color: #0e25ff;
} .naeep-banner {
background-color: #0c1322;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
color: #ffffff;
}
.banner-container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
max-width: 1170px;
}
.banner-caption {
max-width: 900px;
padding: 100px 0;
}
.banner-caption.left-align {
margin-left: 0;
margin-right: auto;
text-align: left;
}
.banner-caption.right-align {
margin-left: auto;
margin-right: 0;
text-align: right;
}
.banner-caption.center-align {
margin: 0 auto;
text-align: center;
}
.banner-caption h1.banner-title {
font-size: 55px;
padding: 0 0 15px;
margin: 0;
color: #fff;
}
.banner-caption p {
color: #bfbfbf;
font-size: 20px;
line-height: 35px;
margin-bottom: 0;
}
.banner-caption .naeep-btn {
margin: 10px 10px 0 0;
padding: 13px 17px 13px;
box-shadow: -6px 5px 18px -2px rgba(0,0,0,0.5);
border-radius: 3px;
}
a.btn-two.naeep-btn.simple-link-btn {
background: none;
border-bottom: 1px solid #ffffff;
border-radius: 0;
padding: 0;
margin-left: 33px;
padding-bottom: 6px;
margin-top: 5px;
box-shadow: none;
}
a.btn-two.naeep-btn.simple-link-btn i {
padding-left: 5px;
padding-right: 0;
}
.banner-caption h1.banner-title span {
color: #0e25ff;
}
.naeep-swiper-slide .swiper-slide .banner-caption *:nth-child(1n) {
animation-delay: 1s;
}
.naeep-swiper-slide .swiper-slide .banner-caption *:nth-child(2n) {
animation-delay: 2s;
}
.naeep-swiper-slide .swiper-slide .banner-caption *:nth-child(3n) {
animation-delay: 2.5s;
}
.naeep-swiper-slide .swiper-slide .banner-image *:nth-child(1n) {
animation-delay: 2s;
}
.banner-image .slider-form.naeep-form form p {
padding: 0;
text-align: center;
}
.banner-image .slider-form.naeep-form {
background: #ffff;
padding: 50px;
max-width: 450px;
margin: 0 auto;
}  .ee-pagination-dv,
.em-pagination {
font-size: 14px;
width: 100%;
display: flex;
padding: 20px 0;
}
.ee-pagination-dv {
padding: 0 0 20px;
}
.ee-pagination-dv a,
.ee-pagination-dv span,
.em-pagination a,
.em-pagination span {
border: 1px solid #d1d1d1;
border-radius: 2px;
display: inline-block;
color: #222222;
width: 35px;
height: 35px;
line-height: 34px;
margin-right: 7px;
text-align: center;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.ee-pagination-dv a.prev,
.ee-pagination-dv a.next {
width: auto;
padding: 0 10px;
}
.ee-pagination-dv a:hover,
.ee-pagination-dv a:focus,
.ee-pagination-dv .current,
.em-pagination .current,
.em-pagination a:hover,
.em-pagination a:focus {
background-color: #0e25ff;
border-color: #0e25ff;
color: #fff;
} .naeep-em-list .css-events-list table.events-table th,
.naeep-em-list .css-events-list table.events-table td {
padding: 20px;
font-size: 16px;
}
.naeep-em-list .css-events-list table.events-table td a {
font-size: 18px;
font-weight: 500;
margin: 0 0 5px;
display: inline-block;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-em-list table tbody tr:hover>td,
.naeep-em-list table tbody tr:hover>th,
.naeep-em-list table tbody>tr:nth-child(odd)>td,
.naeep-em-list table tbody>tr:nth-child(odd)>th {
background-color: transparent;
}
.naeep-em-list .css-events-list table.events-table th.event-time {
width: 230px;
} .naeep-em-category ul.em-categories-list {
padding: 0;
margin: 0;
color: #666666;
font-size: 18px;
list-style: none;
}
.naeep-em-category ul.em-categories-list li {
padding-left: 25px;
margin-bottom: 10px;
position: relative;
}
.naeep-em-category ul.em-categories-list li a {
color: inherit;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-em-category ul.em-categories-list li a:hover {
color: #0e25ff;
}
.naeep-em-category ul.em-categories-list li:before {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: #666666;
left: 0;
font: normal normal normal 15px/1.42857143 FontAwesome;
text-rendering: auto;
content: "\f0a9";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
z-index: 1;
} .naeep-em-calendar .em-calendar-wrapper table th,
.naeep-em-calendar .em-calendar-wrapper table td {
padding: 15px;
font-size: 16px;
border: 1px solid #ccc;
}
.naeep-em-calendar .em-calendar-wrapper table td a {
color: #0e25ff;
font-size: 16px;
display: inline-block;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-em-calendar .em-calendar-wrapper table td ul {
padding: 0;
margin: 0;
color: #333;
font-size: 16px;
list-style: none;
}
.naeep-em-calendar .em-calendar-wrapper table td ul li {
padding-left: 20px;
margin: 5px 0;
position: relative;
}
.naeep-em-calendar .em-calendar-wrapper table td ul li:before {
position: absolute;
top: 3px;
color: #333;
left: 0;
font: normal normal normal 14px/1.42857143 FontAwesome;
text-rendering: auto;
content: "\f0a9";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
z-index: 1;
}
.naeep-em-calendar table tbody tr:hover>td,
.naeep-em-calendar table tbody tr:hover>th,
.naeep-em-calendar table tbody>tr:nth-child(odd)>td,
.naeep-em-calendar table tbody>tr:nth-child(odd)>th {
background-color: transparent;
}
.naeep-em-calendar table tr.days-names {
font-weight: bold;
}
.naeep-em-calendar table.em-calendar td.eventful a,
.naeep-em-calendar table.em-calendar td.eventful-today a {
color: #0e25ff;
}
.naeep-em-calendar .em-calendar-wrapper table.em-calendar td ul li a {
color: #333;
}
.naeep-em-calendar .em-calendar-wrapper table.em-calendar td ul li a:hover {
color: #0e25ff;
}
.naeep-em-calendar table.em-calendar td.eventless-today,
.naeep-em-calendar table.em-calendar td.eventful-today {
background-color: #eff5ff;
}
.naeep-em-calendar table.em-calendar td.eventful-today a {
font-weight: 500;
} .naeep-em-location ul.em-locations-list ul,
.naeep-em-location ul.em-locations-list {
padding: 0;
margin: 0;
color: #666666;
font-size: 18px;
list-style: none;
}
.naeep-em-location ul.em-locations-list li {
padding-left: 25px;
margin-bottom: 10px;
position: relative;
display: inline-block;
}
.naeep-em-location ul.em-locations-list li a {
color: inherit;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-em-location ul.em-locations-list li a:hover {
color: #0e25ff;
}
.naeep-em-location ul.em-locations-list li:before {
position: absolute;
top: 3px;
color: #666666;
left: 0;
font: normal normal normal 15px/1.42857143 FontAwesome;
text-rendering: auto;
content: "\f0a9";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
z-index: 1;
}
.naeep-em-location ul.em-locations-list ul li {
margin-top: 10px;
font-size: 16px;
padding-left: 20px;
}
.naeep-em-location ul.em-locations-list ul li:before {
font: normal normal normal 14px/1.42857143 FontAwesome;
content: "\f041";
top: 3px;
} .naeep-em-form table.em-location-data td {
position: relative;
}
.naeep-em-form table.em-location-data td i {
position: absolute;
top: 20px;
right: 20px;
font-size: 14px;
line-height: 10px;
}
.naeep-em-form div.time-picker li {
height: auto;
}
.naeep-em-form .event-form-name {
position: relative;
}
.naeep-em-form #event-form .event-form-name #event-name {
width: 100%;
padding: 15px 20px;
}
.naeep-em-form .event-form-name i {
position: absolute;
top: 5px;
right: 5px;
font-size: 14px;
line-height: 10px;
}
.naeep-em-form #event-rsvp-box {
margin: 0;
}
.naeep-em-form form .em-tickets-form p {
padding: 0 0 10px;
}
.naeep-em-form table tbody+tbody {
border-top: 1px solid #ccc;
}
.naeep-em-form .em-ticket-form .ticket-options {
margin: 10px 0;
}
.naeep-em-form h3 {
font-size: 30px;
margin: 0;
padding: 0 0 15px;
position: relative;
}
.naeep-em-form p {
margin: 0;
color: #666666;
font-size: 18px;
line-height: 28px;
padding-bottom: 15px;
} div.css-search div.em-search-main div {
background-position: 0 8px;
}
.em-search-geo.em-search-field,
.em-search-text.em-search-field {
position: relative;
background: none !important;
}
.em-search-geo.em-search-field:before,
.em-search-text.em-search-field:before {
content: "\f002";
font: normal normal normal 15px/1.42857143 FontAwesome;
position: absolute;
top: 3px;
left: 5px;
color: #0e25ff;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
z-index: 1;
}
.em-search-geo.em-search-field:before {
content: "\f041";
}
div.css-search div.em-search-main .em-search-submit:hover,
div.css-search div.em-search-main .em-search-submit {
top: 17px !important;
right: 15px !important;
background: #0e25ff !important;
outline: none !important;
cursor: pointer !important;
border: none !important;
}
div.css-search input,
div.css-search select {
padding: 17px 20px;
min-width: 150px;
}
span.em-search-scope.em-events-search-dates.em-date-range {
width: 100%;
}
span.em-search-scope.em-events-search-dates.em-date-range label {
display: inline-block;
width: 49%;
}
.em-search-geo.em-search-field label input[type="text"], 
.em-search-text.em-search-field label input[type="text"] {
height: 55px;
}
span.em-search-scope.em-events-search-dates.em-date-range label input[type="text"] {
margin: 5px 0 0;
vertical-align: middle;
width: 100%;
height: 55px;
padding: 15px 20px;
background-color: #ffffff;
font-size: 15px;
line-height: 1.42857143;
border: 1px solid #e8e8f4;
outline: none;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-ms-appearance: none;
-o-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-em-search h3 {
font-size: 30px;
margin: 0;
padding: 0 0 15px;
position: relative;
}
.naeep-em-search p {
margin: 0;
color: #666666;
font-size: 18px;
line-height: 28px;
padding-bottom: 15px;
} .naeep-event-listing.style-three .event-listing-item,
.naeep-event-listing.style-two .event-listing-item {
padding: 15px;
}
.naeep-event-listing.style-two .event-listing-info {
margin: 0;
padding: 16px 0 0;
border: none;
}
.event-listing-info h4 {
padding: 0 0 2px;
font-size: 14px;
text-transform: uppercase;
color: #fb6564;
}
.event-listing-info h4 i {
padding-right: 5px;
}
.naeep-event-listing.style-three .event-listing-info {
margin: 0;
padding: 0 0 0 15px;
border: none;
}  .naeep-eo-list ul.eo-events {
padding: 0;
margin: 0;
color: #666666;
font-size: 18px;
list-style: none;
}
.naeep-eo-list ul.eo-events li {
padding-left: 25px;
margin-bottom: 10px;
position: relative;
}
.naeep-eo-list ul.eo-events li a {
color: inherit;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-eo-list ul.eo-events li a:hover {
color: #0e25ff;
}
.naeep-eo-list ul.eo-events li:before {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: #666666;
left: 0;
font: normal normal normal 15px/1.42857143 FontAwesome;
text-rendering: auto;
content: "\f0a9";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
z-index: 1;
}
.event-listing-info ul.em-listing-meta {
padding: 0;
margin: 0;
list-style: none;
}
.event-listing-info ul.em-listing-meta li {
list-style: none;
padding: 0;
margin: 0 12px 0 0;
display: inline-block;
font-size: 14px;
text-transform: capitalize;
color: #0e25ff;
font-weight: 700;
}
.event-listing-info ul.em-listing-meta li:before {
content: none;
}
.event-listing-info ul.em-listing-meta li i {
padding-right: 3px;
} .naeep-eo-calendar table > caption,
.naeep-eo-calendar table th,
.naeep-eo-calendar table td {
padding: 20px;
font-size: 16px;
}
.naeep-eo-calendar table td a {
font-size: 18px;
font-weight: 500;
margin: 0 0 5px;
display: inline-block;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-eo-calendar table tbody tr:hover>td,
.naeep-eo-calendar table tbody tr:hover>th,
.naeep-eo-calendar table tbody>tr:nth-child(odd)>td,
.naeep-eo-calendar table tbody>tr:nth-child(odd)>th {
background-color: transparent;
} .naeep-aoec-list a {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-aoec-list .ai1ec-title-buttons .ai1ec-btn-group {
margin-left: 0;
}
.naeep-aoec-list .timely .ai1ec-nav-pills > li + li {
margin-left: 5px;
}
.ai1ec-dropdown-menu > div > a,
.ai1ec-dropdown-menu > li > a {
padding: 8px 20px;
} .naeep-ee-list .espresso_events {
margin-bottom: 40px;
}
.naeep-ee-list .event-content {
margin-bottom: 40px;
padding: 0 40px 35px;
background: #fcfcfc;
border-bottom: 1px solid #dcdced;
border-left: 1px solid #dcdced;
border-right: 1px solid #dcdced;
}
.naeep-ee-list h2.entry-title {
font-size: 28px;
padding: 35px 40px 20px;
margin: 0;
color: #333;
background: #fcfcfc;
border-left: 1px solid #dcdced;
border-right: 1px solid #dcdced;
border-top: 1px solid #dcdced;
}
.naeep-ee-list .event-content p {
font-size: 18px;
color: #666;
line-height: 28px;
margin-bottom: 0;
}
.naeep-ee-list .ee-event-img-dv {
line-height: 0;
text-align: center;
}
.naeep-ee-list .ee-event-img-dv img {
width: 100%;
height: auto;
}
.naeep-ee-list a {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-ee-list h2.entry-title a:hover,
.naeep-ee-list p a:hover {
color: #0e25ff;
}
.naeep-ee-list ul.ee-event-datetimes-ul {
padding: 0;
margin: 0;
list-style: none;
font-size: 16px;
color: #333;
line-height: 28px;
}
.naeep-ee-list .event-content input[type="submit"].ee-ical-sbmt {
min-width: 60px;
}
.naeep-ee-list .download-iCal-frm {
margin: 10px 0 0;
}
.naeep-ee-list .event-datetimes {
margin-bottom: 20px;
}
.naeep-ee-list ul.ee-event-datetimes-ul span.dashicons {
padding: 0 5px 0 0;
display: inline-block;
width: auto;
height: auto;
font-size: 18px;
vertical-align: middle;
} .naeep-ee-ticket table > caption,
.naeep-ee-ticket table th,
.naeep-ee-ticket table td {
padding: 20px;
font-size: 16px;
}
.naeep-ee-ticket table td a {
font-size: 18px;
font-weight: 500;
margin: 0 0 5px;
display: block;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-ee-ticket table tbody tr:hover>td,
.naeep-ee-ticket table tbody tr:hover>th,
.naeep-ee-ticket table tbody>tr:nth-child(odd)>td,
.naeep-ee-ticket table tbody>tr:nth-child(odd)>th {
background-color: transparent;
} .naeep-ee-attendees ul.event-attendees-list {
padding: 0;
margin: 0;
color: #666666;
font-size: 18px;
list-style: none;
}
.naeep-ee-attendees ul.event-attendees-list li {
padding-left: 25px;
margin-bottom: 10px;
position: relative;
}
.naeep-ee-attendees ul.event-attendees-list li a {
color: inherit;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-ee-attendees ul.event-attendees-list li a:hover {
color: #0e25ff;
}
.naeep-ee-attendees ul.event-attendees-list li:before {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: #666666;
left: 0;
font: normal normal normal 15px/1.42857143 FontAwesome;
text-rendering: auto;
content: "\f0a9";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
z-index: 1;
}
.naeep-ee-attendees ul.event-attendees-list li img {
display: inline-block;
border-radius: 100%;
vertical-align: middle;
margin: 0 5px 0 0;
} .naeep-countdown:before,
.naeep-countdown:after {
display: table;
clear: both;
content: "";
}
.naeep-countdown {
text-align: center;
}
.naeep-countdown span.countdown_row {
display: inline-block;
}
.countdown-item,
.countdown_section {
float: left;
min-width: 120px;
padding: 23px 10px;
margin-right: 40px;
background: #ffffff;
text-align: center;
position: relative;
}
.countdown-item:last-child,
.countdown_section:last-child {
margin-right: 0;
}
.need-separator .countdown_section:after {
position: absolute;
top: 50%;
right: -22px;
font-size: 25px;
content: ":";
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
.need-separator .countdown_section:last-child:after {
display: none;
}
.countdown-value,
.countdown_amount {
font-weight: 300;
font-size: 50px;
line-height: 52px;
}
.countdown-title {
display: block;
color: #777777;
font-weight: 400;
font-size: 15px;
}
.naeep-countdown-wrap {
margin: 0 auto;
} .naeep-organizer-item {
position: relative;
margin-bottom: 30px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.naeep-organizer-info {
padding: 30px 40px;
}
.naeep-organizer-info h3.organizer-title {
font-size: 24px;
margin: 0;
color: #333;
font-weight: 700;
padding-bottom: 5px;
}
.naeep-organizer-info h3 a {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-organizer-info h3 a:hover {
color: #0e25ff;
}
.naeep-organizer-item .naeep-organizer-info h5 {
margin: 0;
font-size: 14px;
color: #0e25ff;
padding: 2px 0;
font-weight: 700;
}
.naeep-organizer-info p {
padding-top: 10px;
font-size: 16px;
color: #666;
line-height: 26px;
margin-bottom: 0;
}
.naeep-organizer-info .naeep-link-wrap {
padding: 15px 0 0;
}
.naeep-organizer-item .naeep-image {
overflow: hidden;
}
.naeep-organizer-item .naeep-image img {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
transform: scale(1);
}
.naeep-organizer-item .naeep-image:hover img {
transform: scale(1.1);
}
.style-two .naeep-organizer-item:after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: linear-gradient(to bottom, rgb(14 37 255 / .4), rgb(251 101 100 / .75));
}
.style-two .naeep-organizer-info {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
padding: 30px;
}
.style-two .no-img .naeep-organizer-info {
position: relative;
}
.style-two .naeep-organizer-item.no-img:after {
content: none;
}
.style-two .naeep-organizer-item h4.organizer-date {
font-size: 30px;
padding: 20px;
position: absolute;
top: 0;
left: 30px;
text-align: center;
background-color: #0e25ff;
color: #ffffff;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
z-index: 1;
}
.style-two .naeep-organizer-item h4.organizer-date span {
display: block;
font-size: 22px;
}
.style-two .hav-img .naeep-organizer-info p,
.style-two .hav-img .naeep-organizer-info h3.organizer-title,
.style-two .hav-img .naeep-organizer-info h3.organizer-title a {
color: #ffffff;
}
.style-two .naeep-organizer-item.no-img h4.organizer-date {
position: relative;
display: inline-block;
} .naeep-event-item {
width: 100%;
display: block;
text-align: center;
padding: 40px;
margin-bottom: 30px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-box-shadow:  0 3px 13px 0 rgba(0,0,0,.08);
-ms-box-shadow:  0 3px 13px 0 rgba(0,0,0,.08);
box-shadow:  0 3px 13px 0 rgba(0,0,0,.08);
}
.naeep-event-item.naeep-hover {
-webkit-box-shadow:  0 0 20px 0 rgba(0,0,0,.12);
-ms-box-shadow:  0 0 20px 0 rgba(0,0,0,.12);
box-shadow:  0 0 20px 0 rgba(0,0,0,.12);
}
.naeep-event-item .naeep-event-info h3 {
font-size: 24px;
font-weight: 700;
color: #333;
line-height: normal;
margin: 0;
padding: 0 0 25px;
}
.naeep-event-item h3 a {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-event-item h3 a:hover {
color: #0e25ff;
}
.naeep-event-item h5 {
margin: 0;
font-size: 14px;
padding: 0 0 5px;
font-weight: 700;
color: #666;
}
.naeep-event-item span {
margin: 0;
font-size: 16px;
color: #0e25ff;
padding: 5px 0 0;
display: inline-block;
font-weight: 700;
}
.naeep-event-item p {
padding-top: 8px;
font-size: 16px;
color: #666;
line-height: 26px;
margin-bottom: 0;
}
.naeep-event-item .naeep-event-info {
padding: 0 0 20px;
}
.naeep-event-item .naeep-event-info:last-child {
padding: 0;
}
.naeep-event-item.event-item-two {
border: 5px solid #0e25ff;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.naeep-event-item.event-item-two h2 {
font-size: 32px;
font-weight: 700;
margin: 0;
padding: 0 0 30px;
position: relative;
display: inline-block;
}
.naeep-event-item.event-item-two h5 {
color: #0e25ff;
}
.naeep-event-item.event-item-two h3 {
padding-bottom: 10px;
}
.naeep-event-item.event-item-two span {
font-weight: 500;
} .naeep-schedule {
padding-top: 60px;
}
.naeep-schedule-item {
padding: 50px 40px;
position: relative;
background-position: 50% 0;
background-repeat: no-repeat;
background-size: cover;
color: #fff;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-schedule-item * {
position: relative;
z-index: 1;
}
.naeep-schedule-item:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-schedule-item:hover:after {
background: rgba(0, 0, 0, 0.8);
}
.naeep-schedule-item h2 {
font-size: 32px;
font-weight: 700;
margin: 0;
padding: 0 0 30px;
position: relative;
color: #fff;
}
.naeep-schedule-info {
padding: 0 0 30px;
}
.naeep-schedule-info:last-child {
padding: 0;
}
.naeep-schedule-info h3 {
font-size: 24px;
color: #fff;
font-weight: 700;
line-height: normal;
margin: 0;
padding: 0 0 10px;
}
.naeep-schedule-info h3 a {
color: inherit;
line-height: normal;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-schedule-info h3 a:hover {
color: #0e25ff;
}
.naeep-schedule-info span {
font-size: 16px;
color: #fff;
display: inline-block;
font-weight: 700;
}
.naeep-schedule .owl-carousel .owl-nav button.owl-prev,
.naeep-schedule .owl-carousel .owl-nav button.owl-next {
top: -35px;
bottom: auto;
}
.naeep-schedule .owl-carousel .owl-nav button.owl-prev {
left: auto;
right: 50px;
}
.naeep-schedule .owl-carousel .owl-nav button.owl-next {
right: 0;
} .naeep-schedule-grid {
margin-bottom: 30px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-schedule-grid .naeep-image {
position: relative;
}
.naeep-image .events-cat {
position: absolute;
top: 15px;
right: 15px;
z-index: 1;
margin-left: 10px;
line-height: normal;
}
.naeep-image .events-cat a {
display: inline-block;
float: left;
padding: 2px 10px;
margin: 2px;
color: #ffffff;
background-color: #0e25ff;
font-size: 11px;
font-weight: 500;
text-transform: uppercase;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-grid-info {
padding: 25px;
background: #fdfdff;
border-bottom: 1px solid #d8e1f5;
border-left: 1px solid #d8e1f5;
border-right: 1px solid #d8e1f5;
-webkit-border-radius: 0 0 4px 4px;
-ms-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.no-img .naeep-grid-info {
border: 1px solid #d8e1f5;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}
.naeep-grid-info h3.schedule-title {
font-size: 24px;
margin: 0;
color: #333;
font-weight: 700;
padding-bottom: 15px;
}
.naeep-grid-info h3 a {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-grid-info h3 a:hover {
color: #0e25ff;
}
.naeep-grid-info p {
font-size: 16px;
color: #666;
line-height: 26px;
margin-bottom: 0;
}
.naeep-schedule-grid ul.schedule-meta {
padding: 0 0 10px;
margin: 0;
list-style: none;
}
ul.schedule-meta li {
display: inline-block;
padding-right: 20px;
position: relative;
font-size: 12px;
font-weight: 500;
color: #0e25ff;
}
ul.schedule-meta li i {
padding-right: 5px;
font-size: 14px;
}
.naeep-grid-info .naeep-link-wrap {
padding: 10px 0 0;
} .naeep-upcoming-item {
position: relative;
padding: 30px;
border-bottom: 1px solid #d8e1f5;
background-position: 50% 0;
background-repeat: no-repeat;
background-size: cover;
}
.hav-bg.naeep-upcoming-item:before {
content: "";
position: absolute;
top: 0;
left: 0;
background: #ffffff;
width: 100%;
height: 100%;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.hav-bg.naeep-upcoming-item:hover:before {
background: rgba(0, 0, 0, 0.55);
}
.hav-bg.naeep-upcoming-item:hover h3 a, 
.hav-bg.naeep-upcoming-item:hover span, 
.hav-bg.naeep-upcoming-item:hover h5 {
color: #ffffff;
}
.naeep-upcoming-item h3 {
font-size: 22px;
margin: 0;
color: #333;
font-weight: 700;
}
.naeep-upcoming-item h3 a {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-upcoming-item h3 a:hover {
color: #0e25ff;
}
.naeep-upcoming-item h5 {
font-size: 16px;
margin: 0;
padding-bottom: 10px;
color: #0e25ff;
font-weight: 700;
}
.naeep-upcoming-item h5:last-child {
padding-bottom: 0;
}
.naeep-upcoming-item span {
font-size: 16px;
color: #666;
font-weight: 500;
} .naeep-sessions h2 {
margin: 0;
padding: 0 0 25px;
}
.naeep-sessions-item {
margin-bottom: 30px;
padding: 30px 55px;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 3px 13px 0 rgba(0,0,0,.08);
-ms-box-shadow: 0 3px 13px 0 rgba(0,0,0,.08);
box-shadow: 0 3px 13px 0 rgba(0,0,0,.08);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-sessions-item h3.sessions-title {
font-size: 18px;
margin: 0;
color: #333;
font-weight: 700;
padding: 0 0 10px;
line-height: normal;
}
.naeep-sessions-item h3 a {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-sessions-item h3 a:hover {
color: #0e25ff;
}
.naeep-sessions-item span {
font-size: 16px;
color: #666;
font-weight: 500;
padding: 0 0 5px;
display: inline-block;
}
.naeep-sessions .naeep-sessions-item h5 {
font-size: 14px;
margin: 0;
color: #0e25ff;
font-weight: 700;
} ul.naeep-tab-links {
padding: 0 0 30px;
margin: 0;
}
.naeep-tab-links:after {
display:block;
clear:both;
content:'';
}
.naeep-tab-links li {
list-style: none;
display: inline-block;
}
.naeep-tab-links a {
display: flex;
flex-wrap: wrap;
position: relative;
align-items: center;
text-align: center;
font-size: 16px;
padding: 20px 40px;
border: 1px solid #d8e1f5;
border-right: 0;
color: #0e25ff;
background-position: 50%;
background-size: 0%;
background-repeat: no-repeat;
background-image: linear-gradient(260deg, transparent 0%, transparent 92%);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-tab-links a:after {
content: '';
position: absolute;
width: 0;
height: 0;
left: 0;
right: 0;
margin: 0 auto;
bottom: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: none;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-tab-links li.active a:after {
bottom: -10px;
border-top: 10px solid #fb6564;
}
.naeep-tab-links a span {
display: block;
font-size: 14px;
width: 100%;
}
.naeep-tab-links a span.title {
text-transform: uppercase;
font-size: 16px;
font-weight: 500;
}
.naeep-tab-links li:last-child a {
border-right: 1px solid #d8e1f5;
}
.naeep-tab-links li.active a,
.naeep-tab-links li.active a:hover,
.naeep-tab-links a:hover {
color: #ffffff;
background-color: #fb6564;
border-color: #fb6564;
background-size: 100%;
} .naeep-tab-content {
width: 100%;
display: block;
}
.naeep-tab {
display:none;
}
.naeep-tab.active {
display:block;
} .naeep-schedule-list {
width: 100%;
display: block;
position: relative;
padding: 40px;
margin-bottom: 30px;
overflow: hidden;
-webkit-box-shadow: 0 3px 13px 0 rgba(0,0,0,.08);
-ms-box-shadow: 0 3px 13px 0 rgba(0,0,0,.08);
box-shadow: 0 3px 13px 0 rgba(0,0,0,.08);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-schedule-wrap.style-two .naeep-schedule-list {
padding-right: 70px;
}
span.day-time {
position: absolute;
top: 20px;
right: 20px;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
background: #fb6564;
color: #fff;
padding: 4px 10px;
border-radius: 4px;
}
.naeep-schedule-wrap.style-two span.day-time {
right: 70px;
}
.schedule-image {
text-align: center;
}
.schedule-image .naeep-image img {
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.naeep-schedule-list .schedule-content h3 {
font-size: 24px;
font-weight: 700;
margin: 0;
padding: 5px 0 12px;
}
.schedule-content h3 a {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.schedule-content h3 a:hover {
color: #0e25ff;
}
.schedule-content p {
font-size: 16px;
color: #666;
line-height: 26px;
margin-bottom: 0;
}
.schedule-content ul {
padding: 0;
margin: 0;
list-style: none;
display: inline-block;
width: 100%;
}
.schedule-content ul li {
float: left;
font-size: 16px;
font-weight: 700;
color: #666;
padding-right: 30px;
position: relative;
}
.schedule-content ul li a {
color: #666;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.schedule-content ul li a:hover {
color: #0e25ff;
}
.schedule-content ul li:after {
content: "";
position: absolute;
background: #0e25ff;
width: 3px;
height: 3px;
right: 15px;
top: 50%;
transform: translateY(-50%);
}
.schedule-content ul li:last-child:after {
content: none;
}
.schedule-content ul li i {
padding-right: 5px;
color: #0e25ff;
}
.schedule-content .naeep-link-wrap {
padding: 10px 0 0;
}
.naeep-schedule-wrap.style-two .naeep-link i {
padding-right: 0;
}
.naeep-schedule-wrap.style-two .naeep-link-wrap .naeep-link {
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 50px;
font-size: 18px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
background: #0e25ff;
}
.naeep-schedule-wrap.style-two .naeep-link-wrap .naeep-link:before {
content: none;
}
.naeep-schedule-wrap.style-two .naeep-link-wrap {
padding: 0;
} .naeep-schedule-wrap.style-three .naeep-schedule-list {
border: 1px solid #0341f6;
border-radius: 5px;
padding: 0;
}
ul.schedule-img-list {
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
ul.schedule-img-list li {
display: inline-block;
margin: 0 -10px;
position: relative;
}
ul.schedule-img-list li.one {
z-index: 3;
}
ul.schedule-img-list li.two {
z-index: 2;
}
ul.schedule-img-list li.three {
z-index: 1;
}
ul.schedule-img-list li.speaker {
margin: 0;
display: block;
padding: 10px 0 0;
font-size: 17px;
color: #fd2d56;
}
ul.schedule-img-list li .naeep-image {
max-width: 54px;
}
.schedule-timing {
text-align: center;
color: #ffffff;
background: #0341f6;
font-size: 18px;
}
.schedule-timing span {
display: block;
padding: 3px 0;
}
.naeep-schedule-wrap.style-three .schedule-content p {
font-size: 18px;
margin: 0 0 10px;
}
.naeep-schedule-wrap.style-three .schedule-content {
padding: 30px 0 30px 30px;
}
.schedule-venue {
font-size: 17px;
color: #fd2d56;
} .naeep-discussion {
width: 100%;
display: block;
padding: 40px;
position: relative;
-webkit-box-shadow: 0 3px 13px 0 rgba(0,0,0,.08);
-ms-box-shadow: 0 3px 13px 0 rgba(0,0,0,.08);
box-shadow: 0 3px 13px 0 rgba(0,0,0,.08);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-discussion-tab {
position: relative;
padding-right: 30px;
}
span.discussion-cat {
display: inline-block;
background: #0e25ff;
padding: 6px 20px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
font-size: 12px;
border-radius: 50px;
}
.naeep-discussion-tab h5 {
font-weight: 700;
margin: 0;
padding: 10px 0 15px;
font-size: 20px;
}
.naeep-discussion-tab .naeep-tab h2 {
font-weight: 700;
font-size: 30px;
padding: 10px 0 15px;
margin: 0;
}
.naeep-discussion-tab .naeep-tab p {
font-size: 18px;
color: #666;
line-height: 26px;
margin-bottom: 0;
}
.naeep-discussion-tab ul.naeep-tab-links {
margin-top: 30px;
padding: 0;
}
.naeep-discussion-tab ul.naeep-tab-links a {
color: #333;
background: none;
border: none;
padding: 20px 20px;
border-bottom: 1px solid #d8e1f5;
}
.naeep-discussion-tab ul.naeep-tab-links li.active a,
.naeep-discussion-tab ul.naeep-tab-links li.active a:hover,
.naeep-discussion-tab ul.naeep-tab-links a:hover {
color: #0e25ff;
background:none;
border-color:none;
}
.naeep-discussion-tab ul.naeep-tab-links li:first-child a {
padding-left: 0;
}
.naeep-discussion-tab ul.naeep-tab-links a:after {
content: '';
position: absolute;
width: 0;
height: 3px;
left: 0;
right: auto;
bottom: -2px;
border: none;
background: #0e25ff;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-discussion-tab ul.naeep-tab-links li.active a:after {
bottom: -2px;
border: none;
width: 100%;
} .naeep-conference-item {
padding-left: 20px;
}
.naeep-conference.toggle-align .naeep-conference-item {
padding: 0 20px 0 0;
}
.naeep-conference-item .naeep-countdown {
text-align: left;
}
.naeep-conference-item .naeep-countdown .countdown_amount,
.naeep-conference-item .naeep-countdown .countdown_section {
font-weight: 700;
text-align: left;
text-transform: capitalize;
}
.naeep-conference-item .naeep-countdown .countdown_section {
min-width: auto;
}
.naeep-conference-item .naeep-countdown .countdown_section:first-child {
padding-left: 0;
}
.naeep-conference-item h3.event-title {
font-size: 26px;
font-weight: 700;
margin: 0;
padding: 5px 0 12px;
}
.naeep-conference-item h3 a {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-conference-item h3 a:hover {
color: #0e25ff;
}
.naeep-conference-item p {
font-size: 16px;
color: #666;
line-height: 26px;
margin-bottom: 0;
}
.naeep-conference .naeep-conference-item h5 {
font-weight: 700;
margin: 0;
padding: 0 0 10px;
font-size: 16px;
color: #0e25ff;
}
.naeep-conference-item ul {
padding: 0;
margin: 0;
list-style: none;
}
.naeep-conference-item ul li {
display: inline-block;
padding: 10px 20px;
font-size: 14px;
font-weight: 500;
border: 1px solid #dcdced;
margin-right: 5px;
border-radius: 50px;
}
.naeep-conference-item ul li i {
padding-right: 5px;
}
.naeep-conference-item ul li span {
position: relative;
}
.naeep-conference-item ul li span:after {
content: ",";
}
.naeep-conference-item ul li span:last-child:after {
content: none;
} .naeep-ticket-item {
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
color: #fff;
min-height: 300px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-ticket-item:after {
content: "";
display: inline-block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-ticket-item .ticket-info h3 {
font-size: 26px;
font-weight: 700;
margin: 0;
padding: 5px 0 10px;
color: #fff;
position: relative;
}
.naeep-ticket-item .ticket-info h2 {
color: #fff;
font-weight: 700;
font-size: 44px;
margin: 0 0 20px;
}
.naeep-ticket-item p {
font-size: 16px;
color: #fff;
line-height: 26px;
margin-bottom: 20px;
}
.naeep-ticket-item .ticket-info h5 {
font-weight: 700;
margin: 0;
font-size: 16px;
color: #0e25ff;
}
.ticket-info {
position: relative;
padding: 20px 30px;
width: 100%;
z-index: 1;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.ticket-info .naeep-btn-wrap {
padding-top: 0;
}
.naeep-ticket-item.naeep-hover .naeep-btn {
color: #ffffff;
background-color: #fb6564;
} .naeep-price-item ul li span {
color: #333333;
}
.naeep-price-item {
padding: 30px 30px 35px;
max-width: 360px;
margin: 0 auto 30px;
text-align: center;
border: 1px solid #0e25ff;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-transition: border ease .3s, box-shadow ease .3s;
-ms-transition: border ease .3s, box-shadow ease .3s;
transition: border ease .3s, box-shadow ease .3s;
}
.naeep-price-item h2 {
font-size: 50px;
}
.naeep-price-item h4 {
font-size: 20px;
}
.naeep-price-item ul {
padding: 0;
margin: 0;
color: #666666;
font-size: 18px;
list-style: none;
}
.naeep-price-item ul li {
padding: 6px 0 7px;
}
.naeep-price-item ul li span {
font-size: 14px;
}
.naeep-price-item.naeep-hover {
border-color: transparent;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.naeep-price-item .naeep-btn {
background-color: #0e25ff;
color: #fff;
overflow: hidden;
}
.naeep-price-item .naeep-btn-wrap {
padding-top: 23px;
}
.naeep-price-item h2.price-title {
padding-bottom: 16px;
color: #0e25ff;
margin: 0;
}
.naeep-price-item h4.price-subtitle {
padding-bottom: 9px;
color: #333;
margin: 0;
}
.disable {
color: #d2d2d2;
text-decoration: line-through;
}
.naeep-price-item .naeep-btn:before,
.naeep-price-item .naeep-btn:after {
content: "";
position: absolute;
width: 0;
height: 20px;
border-radius: 100%;
background: #fff;
left: -10px;
top: 50%;
transform: translateY(-50%);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-price-item .naeep-btn:after {
left: auto;
right: -10px;
}
.naeep-price-item.naeep-hover .naeep-btn:before,
.naeep-price-item.naeep-hover .naeep-btn:after {
width: 20px;
}
.naeep-price-item.no-hover .naeep-btn:before,
.naeep-price-item.no-hover .naeep-btn:after {
content: none;
}
.naeep-price-item p {
font-size: 18px;
color: #666;
line-height: 26px;
margin-bottom: 0;
padding: 15px 0 0;
}
.naeep-progress-item {
padding-bottom: 20px;
}
.naeep-progress-item h4 {
font-weight: 700;
font-size: 16px;
line-height: 22px;
}
.naeep-progress-title {
color: #333;
}
.naeep-progress {
height: 6px;
overflow: visible;
margin-bottom: 0;
background-color: #f2f2f2;
position: relative;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 15px;
-ms-border-radius: 15px;
border-radius: 15px;
}
.naeep-progress-bar {
float: none;
overflow: visible !important;
color: inherit;
font-weight: 500;
font-size: 18px;
height: 100%;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 15px;
-ms-border-radius: 15px;
border-radius: 15px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
background-color: #0e25ff;
} .naeep-cta {
position: fixed;
bottom: -200px;
left: 0;
right: 0;
margin: 0 auto;
width: 100%;
max-width: 1120px;
padding: 30px 70px;
background: #fff;
z-index: 999;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-cta.active {
bottom: 20px;
}
.naeep-cta h3 {
font-size: 30px;
font-weight: 700;
margin: 0;
color: #333;
position: relative;
padding: 0;
}
.naeep-cta h3 a {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-cta h3 a:hover {
color: #0e25ff;
}
.naeep-cta .naeep-btn-wrap {
padding: 0;
}
.cta-close {
position: absolute;
right: 20px;
top: 20px;
display: inline-block;
width: 10px;
height: 11px;
margin-left: 17px;
}
.cta-close:before, .cta-close:after {
position: absolute;
top: 50%;
left: 50%;
width: 1px;
height: 11px;
background: #939393;
content: "";
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
-ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
transform: translateY(-50%) translateX(-50%) rotate(45deg);
z-index: 2;
}
.cta-close:after {
-webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
-ms-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
transform: translateY(-50%) translateX(-50%) rotate(-45deg);
} .event-info-item .naeep-icon {
font-size: 40px;
color: #0e25ff;
padding: 0 0 10px;
line-height: normal;
}
.naeep-event-info .event-info-item h3 {
padding-bottom: 10px;
margin: 0;
font-size: 26px;
}
.event-info-item span {
font-size: 16px;
color: #666;
line-height: 28px;
margin-bottom: 0;
display: block;
}
span.tribe-delimiter,
span.tribe-locality {
display: inline-block;
}
.event-info-item span br {
display: none;
}
.naeep-event-info .col-na-row {
margin-left: -10px;
margin-right: -10px;
}
.naeep-event-info .col-na-4 {
padding-left: 10px;
padding-right: 10px;
}
.event-info-item {
position: relative;
padding: 30px 40px;
margin: 0 0 20px;
border: 1px solid rgba(220, 220, 237, 0.3);
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.08);
-ms-box-shadow: 0 0 15px 0 rgba(0,0,0,.08);
box-shadow: 0 0 15px 0 rgba(0,0,0,.08);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.event-info-item:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(66, 133, 244, 0.03);
content: "";
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 0;
}
.event-info-item.naeep-hover:before {
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
}
.event-info-item * {
position: relative;
} .naeep-upcoming-day {
overflow: hidden;
position: relative;
padding: 40px 50px 45px;
margin: 0 auto 30px;
border: 1px solid #ededec;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-box-shadow: 0 3px 13px 0 rgba(0,0,0,.08);
-ms-box-shadow: 0 3px 13px 0 rgba(0,0,0,.08);
box-shadow: 0 3px 13px 0 rgba(0,0,0,.08);
}
.naeep-upcoming-day-carousel {
overflow: hidden;
position: relative;
margin: 0 auto 30px;
border: 1px solid #ededec;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-box-shadow: 0 3px 13px 0 rgba(0,0,0,.08);
-ms-box-shadow: 0 3px 13px 0 rgba(0,0,0,.08);
box-shadow: 0 3px 13px 0 rgba(0,0,0,.08);
}
.naeep-upcoming-day .naeep-btn i {
padding-right: 0;
line-height: 40px;
}
.naeep-upcoming .naeep-upcoming-day h2 {
font-weight: 700;
font-size: 54px;
margin: 0;
color: #0e25ff;
}
.naeep-upcoming .naeep-upcoming-day h5 {
font-weight: 700;
margin: 0 0 20px;
font-size: 16px;
}
.naeep-upcoming .naeep-upcoming-day h3 {
font-size: 26px;
font-weight: 700;
margin: 0;
padding: 0 0 10px;
position: relative;
}
.naeep-upcoming-day h3 a {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-upcoming-day h3 a:hover {
color: #0e25ff;
}
.naeep-upcoming-day span {
font-weight: 500;
font-size: 16px;
color: #666;
display: inline-block;
padding: 3px 0 15px;
}
.naeep-upcoming-day span.venue {
padding: 0;
}
.naeep-upcoming-day p {
font-size: 16px;
line-height: 26px;
margin-bottom: 20px;
color: #666;
}
.naeep-upcoming-day .naeep-btn-wrap {
padding: 0;
display: inline-block;
position: absolute;
bottom: 37px;
right: -60px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-upcoming-day.naeep-hover .naeep-btn-wrap {
right: 50px;
}
.naeep-upcoming-day .naeep-btn-wrap .naeep-btn {
min-width: auto;
width: 40px;
height: 40px;
line-height: 38px;
text-align: center;
font-size: 16px;
padding: 0;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
} .naeep-venue-item .col-na-row {
margin: 0;
}
.naeep-venue-item .col-na-6 {
padding: 0;
}
.venue-info-wrap {
padding: 20px 40px;
}
.venue-info-wrap h3.venue-title {
font-size: 34px;
margin: 0;
padding: 0 0 15px;
font-weight: 700;
}
.venue-info-wrap h3 a {
color: #333;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.venue-info-wrap h3 a:hover {
color: #0e25ff;
}
.naeep-venue-item .venue-info-wrap h5 {
color: #0e25ff;
font-size: 36px;
margin: 0;
font-weight: 700;
padding: 0 0 20px;
}
.venue-info-wrap h5 span {
font-size: 16px;
font-weight: 500;
color: #333;
padding-left: 10px;
}
.naeep-upcoming.naeep-upcoming-style-four .venue-info-wrap {
text-align: center;
}
.naeep-upcoming.naeep-upcoming-style-four .venue-info-wrap h5 span {
padding-left: 0px;
}
.naeep-rating {
display: inline-block;
padding: 0 0 20px;
font-size: 18px;
color: #666;
}
.naeep-rating i {
padding: 0 2px;
}
.naeep-rating i.active {
color: #ffffff;
}
.venue-info-wrap p {
margin: 0;
color: #666666;
font-size: 16px;
line-height: 28px;
padding-bottom: 15px;
}
.venue-info-wrap p:last-child {
padding-bottom: 0;
}
.naeep-venue-item.style-two .naeep-image {
position: relative;
}
.naeep-venue-item.style-two .venue-info-wrap {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-venue-item.style-two:hover .venue-info-wrap {
padding-bottom: 30px;
}
.naeep-venue-item.style-two .venue-info-wrap {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
z-index: 3;
}
.naeep-venue-item.style-two .venue-info-wrap h3 {
font-size: 34px;
margin: 0;
padding: 0 0 15px;
font-weight: 700;
color: #fff;
}
.naeep-venue-item.style-two .venue-info-wrap h3 a {
color: #fff;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-venue-item.style-two .venue-info-wrap h3 a:hover {
color: #0e25ff;
}
.naeep-venue-item.style-two .naeep-image:after {
content: "";
display: inline-block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.55);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.naeep-venue-item.style-two .venue-info-wrap h4 {
font-size: 18px;
color: #fff;
margin: 0 0 10px;
}
.naeep-venue-item.style-two .venue-info-wrap h4 i {
padding-right: 5px;
}
.naeep-venue-item.style-two h5 {
font-size: 16px;
font-weight: 700;
color: #fff;
margin: 0;
padding: 10px 15px;
position: absolute;
overflow: hidden;
top: 20px;
right: 20px;
background: #fb6564;
border: 4px solid transparent;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 3;
}
.naeep-venue-item.style-two h5 span.bottom:before,
.naeep-venue-item.style-two h5 span.bottom:after,
.naeep-venue-item.style-two h5 span.top:after,
.naeep-venue-item.style-two h5 span.top:before {
content: "";
position: absolute;
top: -15px;
left: -15px;
width: 13px;
height: 13px;
background: #fff;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.naeep-venue-item.style-two h5 span.top:after {
left: auto;
right: -15px;
}
.naeep-venue-item.style-two h5 span.bottom:before {
top: auto;
bottom: -15px;
}
.naeep-venue-item.style-two h5 span.bottom:after {
top: auto;
bottom: -15px;
left: auto;
right: -15px;
}
.naeep-venue-item.style-two:hover h5 span.top:before {
top: -7px;
left: -7px;
}
.naeep-venue-item.style-two:hover h5 span.top:after {
top: -7px;
right: -7px;
}
.naeep-venue-item.style-two:hover h5 span.bottom:before {
top: auto;
bottom: -7px;
left: -7px;
}
.naeep-venue-item.style-two:hover h5 span.bottom:after {
top: auto;
bottom: -7px;
left: auto;
right: -7px;
}
.naeep-venue-item.style-two:hover h5 {
border-color: #fff;
}
.naeep-venue-item.style-two .naeep-rating {
display: inline-block;
padding: 0 0 10px;
font-size: 18px;
color: #fff;
} .naeep-venue-grid .naeep-image .events-cat {
position: absolute;
top: auto;
right: auto;
left: 20px;
bottom: 20px;
z-index: 1;
margin-left: 0;
line-height: normal;
}
.naeep-venue-grid .naeep-image .events-cat a {
padding: 5px 15px;
}
.naeep-venue-grid .naeep-grid-info {
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.proeep-btn {
display: inline-block;
vertical-align: middle;
min-width: 190px;
padding: 18px 17px;
color: #ffffff;
background-color: #0e25ff;
font-weight: 700;
font-size: 14px;
text-align: center;
text-transform: uppercase;
border: none;
position: relative;
outline: none;
cursor: pointer;
-webkit-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;
box-shadow: none;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.proeep-btn:hover,
.proeep-btn:focus {
color: #ffffff;
background-color: #fb6564;
} .proeep-swiper-slide.swiper-container {
clear: both;
height: 700px;
min-height: 700px;
}
.proeep-swiper-slide.swiper-container .swiper-pagination-bullet {
background: #0e25ff;
}
.proeep-swiper-slide.swiper-container .swiper-button-next,
.proeep-swiper-slide.swiper-container .swiper-button-prev {
width: 40px;
height: 40px;
background-image: none;
outline: none;
background-color: #ffffff;
border-radius: 4px;
left: 30px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.proeep-swiper-slide.swiper-container .swiper-button-prev:before,
.proeep-swiper-slide.swiper-container .swiper-button-next:before {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: #fb6564;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
font: normal normal normal 28px/1.42857143 FontAwesome;
text-rendering: auto;
content: "\f105";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
z-index: 1;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.proeep-swiper-slide.swiper-container .swiper-button-prev:before {
content: "\f104";
}
.proeep-swiper-slide.swiper-container .swiper-button-next {
left: auto;
right: 30px;
}
.proeep-swiper-slide.swiper-container .swiper-button-next:hover,
.proeep-swiper-slide.swiper-container .swiper-button-prev:hover {
background-color: #0e25ff;
}
.proeep-swiper-slide.swiper-container .swiper-button-next:hover:before,
.proeep-swiper-slide.swiper-container .swiper-button-prev:hover:before {
color: #ffffff;
}
.proeep-swiper-slide.swiper-container .swiper-pagination-bullet {
width: 10px;
height: 10px;
}
.proeep-swiper-slide.swiper-container .swiper-pagination-bullets {
bottom: 20px;
} .proeep-overlay {
position: relative;
}
.proeep-overlay > * {
position: relative;
z-index: 1;
}
.proeep-overlay:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(12, 19, 34, 0.75);
background-repeat: repeat;
content: "";
z-index: 1;
}
.proeep-banner {
background-color: #0c1322;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
color: #ffffff;
}
.banner-container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
max-width: 1170px;
}
.caption-wrap-inner {
max-width: 900px;
margin: 0 auto;
text-align: center;
}
h2.caption-title {
font-size: 50px;
padding: 0 0 15px;
color: #ffffff;
}
h2.caption-title a {
color: #ffffff;
}
.proeep-cats {
padding: 0 0 15px;
}
.proeep-cats a {
display: inline-block;
padding: 10px 25px;
margin: 0 5px;
background: #ffffff;
color: #fb6564;
border-radius: 100px;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
}
.proeep-cats a:hover {
color: #ffffff;
background: #fb6564;
}
ul.proeep-event-meta {
padding: 0 0 30px;
margin: 0;
list-style: none;
}
ul.proeep-event-meta li {
display: inline-block;
margin: 0 20px;
color: #ffffff;
font-weight: 600;
font-size: 14px;
text-transform: uppercase;
}
ul.proeep-event-meta li i {
padding-right: 5px;
color: #fb6564;
}
ul.proeep-event-meta li a {
color: #ffffff;
} .proeep-upevent .masonry-item {
float: left;
width: 50%;
padding: 0 13px 30px;
}
.proeep-upevent .masonry-item .proeep-image img {
width: 100%;
}
.proeep-upevent .masonry-filters {
padding-bottom: 55px;
font-size: 18px;
text-align: center;
letter-spacing: 0.1px;
}
.proeep-upevent .masonry-filters ul {
padding: 0;
margin: 0;
list-style: none;
}
.proeep-upevent .masonry-filters ul li {
display: inline-block;
vertical-align: middle;
padding: 0 21px;
}
.proeep-upevent .masonry-filters ul li a {
display: inline-block;
padding-bottom: 7px;
position: relative;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
color: #232323;
}
.proeep-upevent .masonry-filters ul li a:after {
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 2px;
background-color: #0e25ff;
content: "";
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1;
border-radius: 0;
}
.proeep-upevent .masonry-filters ul li a.active:after {
width: 100%;
}
.proeep-upevent .masonry-filters ul li a.active {
color: #0e25ff;
}
.upevent-item .proeep-image {
overflow: hidden;
position: relative;
-webkit-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
.upevent-item .proeep-image img {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
.upevent-item:hover .proeep-image img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.upevent-item .proeep-image span {
position: absolute;
z-index: 1;
bottom: 20px;
right: 20px;
font-size: 14px;
text-transform: uppercase;
list-style: none;
margin: 0;
color: #fff;
background: #0e25ff;
padding: 7px 20px;
border-radius: 25px;
font-weight: 600;
}
.upevent-info {
padding-top: 20px;
text-align: left;
}
.upevent-info h3 {
font-size: 22px;
padding-bottom: 10px;
letter-spacing: 0.1px;
color: #232323;
}
.upevent-info h3 a {
color: #232323;
}
.upevent-info h3 a:hover {
color: #0e25ff;
}
.upevent-info p {
display: block;
font-size: 14px;
color: #777777;
letter-spacing: 0.8px;
margin: 0;
}
ul.upevent-meta {
padding: 0 0 15px;
margin: 0;
list-style: none;
}
ul.upevent-meta li {
display: inline-block;
margin-right: 15px;
color: #0e25ff;
font-weight: 600;
font-size: 14px;
}
ul.upevent-meta li i {
padding-right: 5px;
}
ul.upevent-meta li a {
color: #232323;
}
ul.upevent-meta li a:hover {
color: #0e25ff;
} .event-listing-item {
background: #ffffff;
padding: 10px;
margin-bottom: 30px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.event-listing-item .proeep-image {
overflow: hidden;
position: relative;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.event-listing-item .proeep-image img {
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
-webkit-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
.event-listing-item:hover .proeep-image img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.event-listing-item .proeep-image span {
position: absolute;
z-index: 1;
bottom: 20px;
right: 20px;
font-size: 14px;
text-transform: uppercase;
list-style: none;
margin: 0;
color: #fff;
background: #0e25ff;
padding: 7px 20px;
border-radius: 25px;
font-weight: 600;
}
.event-listing-info {
padding-top: 20px;
text-align: left;
max-width: 90%;
margin: -30px auto 0;
background: #ffffff;
border-top: 3px solid #0e25ff;
padding: 15px;
position: relative;
}
.event-listing-info h3 {
font-size: 24px;
padding-bottom: 10px;
letter-spacing: 0.1px;
color: #232323;
}
.event-listing-info h3 a {
color: #232323;
}
.event-listing-info h3 a:hover {
color: #0e25ff;
}
.event-listing-info p {
display: block;
font-size: 14px;
color: #777777;
letter-spacing: 0.8px;
margin: 0;
}
ul.event-listing-meta {
padding: 15px 0 0;
margin: 0;
list-style: none;
}
ul.event-listing-meta li {
display: inline-block;
margin: 0 15px 5px 0;
color: #232323;
font-size: 14px;
letter-spacing: 0.8px;
font-family: 'Hind', sans-serif;
}
ul.event-listing-meta li i {
padding-right: 5px;
color: #0e25ff;
}
ul.event-listing-meta li a {
color: #232323;
}
ul.event-listing-meta li a:hover {
color: #0e25ff;
}
.event-listing-info .naeep-btn-wrap {
padding: 15px 0;
}
.event-listing-info .naeep-link {
font-size: 16px;
font-weight: 700;
}
.event-listing-info .naeep-link:before {
bottom: -4px;
} .event-list-two .event-listing-item .proeep-image,
.event-list-two .event-listing-item {
padding: 0;
position: relative;
-webkit-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
}
.event-list-two .event-listing-item .proeep-image img {
-webkit-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
}
.event-list-two .event-listing-info {
margin: 0;
max-width: 100%;
position: absolute;
top: 0;
width: 100%;
height: 100%;
border: none;
-webkit-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
padding: 30px 80px 30px 30px;
background: rgb(0 0 0 / 0.5);
}
.event-list-two .event-listing-info h3 {
color: #ffffff;
font-size: 30px;
}
.event-list-two .event-listing-info h3 a {
color: #ffffff;
}
.event-list-two .event-listing-info p {
font-size: 18px;
color: #ffffff;
letter-spacing: 0;
line-height: 28px;
position: absolute;
left: 0;
bottom: 0;
padding: 30px;
visibility: hidden;
transform: translateY(100px);
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.listing-title-wrap {
position: absolute;
top: 40%;
left: 0;
padding: 30px;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
}
.event-list-two .event-listing-item:hover .event-listing-info p {
visibility: visible;
transform: translateY(0);
}
.event-listing-item:hover .listing-title-wrap {
top: 0;
}
.event-list-two ul.event-listing-meta {
padding: 0 0 15px;
}
.event-list-two ul.event-listing-meta li,
.event-list-two ul.event-listing-meta li a {
color: #ffffff;
font-size: 16px;
}
.event-list-two h4.date {
font-size: 28px;
font-weight: 400;
padding: 20px;
position: absolute;
top: 20px;
right: 20px;
text-align: center;
background-color: rgb(0 0 0 / 0.8);
color: #ffffff;
-webkit-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
}
.event-list-two h4.date span {
font-size: 16px;
display: block;
} .proeep-pricing {
padding: 80px 0;
}
.price-item {
border: 1px solid #dcdced;
position: relative;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 0;
}
.price-item:hover {
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
z-index: 1;
}
.price-inner {
padding: 35px 50px 25px;
text-align: center;
}
.price-inner h2 {
font-size: 50px;
line-height: 55px;
}
.price-inner h3 {
font-size: 30px;
}
.price-inner h5 {
font-size: 16px;
line-height: 24px;
}
.price-inner p {
padding-bottom: 10px;
margin-bottom: 0;
color: #666666;
font-size: 18px;
line-height: 24px;
letter-spacing: 0.2px;
}
.price-title {
padding-bottom: 5px;
}
.price {
padding: 0 0 20px;
font-weight: 300;
letter-spacing: -0.3px;
color: #0e25ff;
}
.price-label {
color: #999999;
font-weight: 400;
letter-spacing: 0.2px;
}
.price-info {
min-height: 519px;
padding: 50px 60px 20px;
border-top: 1px solid #dcdced;
border-bottom: 1px solid #dcdced;
}
.check-list {
padding: 0;
margin: 0;
color: #666666;
font-size: 18px;
list-style: none;
letter-spacing: 0.2px;
}
.check-list li {
padding: 0 0 19px 24px;
position: relative;
}
.check-list li:last-child {
padding-bottom: 0;
}
.check-list li:before {
position: absolute;
top: 2px;
left: 0;
font: normal normal normal 15px/1.42857143 FontAwesome;
color: #0e25ff;
text-rendering: auto;
content: "\f00c";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
z-index: 1;
}
.check-list li a {
color: inherit;
}
.check-list li a:hover {
color: #0e25ff;
}
.price-link {
padding: 24px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #0e25ff;
}
.price-link a {
display: inline-block;
color: #0e25ff;
}
.price-link a:hover {
color: #232323;
} .pricings-style-two.price-item {
padding: 0;
margin: 0 0 30px;
text-align: left;
border: 1px solid #dcdced;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
.price-info-wrap {
padding: 44px 60px 41px;
}
.price-info-wrap ul {
padding: 0;
margin: 0;
color: #666666;
font-size: 18px;
letter-spacing: 0.2px;
list-style: none;
}
.price-info-wrap ul li {
padding-bottom: 9px;
}
.price-info-wrap ul li i {
padding-left: 4px;
font-size: 14px;
}
.price-info-wrap ul li a {
color: inherit;
}
.price-info-wrap h3 {
font-size: 30px;
}
.price-info-wrap .price-title {
padding-bottom: 13px;
}
.price-item-wrap {
padding: 47px 60px 41px;
background: #fcfcfc;
border-top: 1px solid #dcdced;
}
.price-item-wrap p {
padding-bottom: 10px;
margin-bottom: 0;
color: #999999;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.2px;
}
.price-item-wrap .price-users {
padding: 0 0 30px;
}
.price-item-wrap .price {
padding: 0;
}
.price-item-wrap h2 {
font-size: 50px;
line-height: 50px;
}
.price sub {
bottom: 2px;
left: -8px;
color: #999999;
font-size: 16px;
letter-spacing: 0.2px;
}
.price-item-wrap .proeep-btn-wrap {
padding: 13px 0 10px;
}
.price-item-wrap .proeep-btn {
min-width: 130px;
padding: 11px;
}
.plan-purchase {
font-weight: 700;
font-size: 13px;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.plan-purchase a {
display: inline-block;
color: #0e25ff;
} .proeep-schedule-sidebar {
padding: 0 15px;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.proeep-schedule-details {
padding: 0 15px 0 55px;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;
}
.proeep-schedule-wrap {
padding: 80px 0;
}
.proeep-schedule-title h2 {
font-size: 42px;
text-transform: uppercase;
color: #0e25ff;
}
.proeep-schedule-title p {
font-size: 20px;
color: #232323;
}
.proeep-schedule-title p span {
display: block;
font-size: 14px;
color: #0e25ff;
letter-spacing: 0.8px;
font-weight: 700;
text-transform: uppercase;
}
.proeep-schedule-item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
}
.proeep-schedule-time {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
text-align: center;
padding: 30px 15px;
background: rgb(251 101 100 / 0.1);
border-bottom: 1px solid #fb6564;
}
.proeep-schedule-content {
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;
padding: 0 15px 0 45px;
}
.time-item p {
font-size: 30px;
margin: 0;
color: #232323;
}
.time-item .time-icon {
font-size: 50px;
color: #fb6564;
}
.time-item .proeep-image {
width: 80px;
margin: 10px auto 15px;
}
.time-item .proeep-image img {
border-radius: 100%;
}
.time-item h3 {
font-size: 18px;
padding: 0;
color: #232323;
}
.time-item span {
display: block;
font-size: 12px;
font-family: 'Hind', sans-serif;
color: #0e25ff;
letter-spacing: 0.8px;
font-weight: 700;
text-transform: uppercase;
}
.proeep-schedule-content h3 {
font-size: 32px;
color: #232323;
}
.proeep-schedule-content h3 a {
color: #232323;
}
.proeep-schedule-content h3 a:hover {
color: #fb6564;
}
.proeep-schedule-content p {
font-size: 20px;
color: #777777;
line-height: 30px;
margin: 0;
}
ul.circle-list {
padding: 0;
margin: 0;
list-style: none;
font-family: 'Hind', sans-serif;
}
ul.circle-list li {
padding: 5px 0 5px 25px;
font-size: 18px;
color: #777777;
position: relative;
}
ul.circle-list li:before {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
width: 12px;
height: 12px;
border: solid 2px #fb6564;
background-color: #ffffff;
-webkit-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
} .proeep-venue-wrap {
padding: 80px 0;
}
.venue-sidebar {
padding: 0 15px;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%;
}
.venue-details {
padding: 0 15px;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%;
}
.venue-title h2 {
font-size: 38px;
color: #0e25ff;
font-weight: 600;
}
.venue-title p {
font-size: 20px;
color: #777777;
line-height: 30px;
margin: 0 0 20px;
}
.venue-item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.venue-item .proeep-image {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
text-align: center;
padding: 5px;
} .proeep-event-srch {
padding: 40px 0 80px;
}
.event-srch-item {
padding: 0 0 30px;
border-bottom: 1px solid #e2e2e2;
margin: 0 0 30px;
}
.event-srch-date {
text-align: center;
background: #0e25ff;
color: #ffffff;
padding: 30px 20px;
}
.event-srch-date span {
font-size: 14px;
font-family: 'Hind', sans-serif;
letter-spacing: 0.8px;
text-transform: uppercase;
font-weight: 700;
}
.event-srch-date h3 {
font-size: 30px;
padding: 0;
}
.event-srch-info h3 {
font-size: 24px;
color: #232323;
}
.event-srch-info h3 a {
color: #232323;
}
.event-srch-info h3 a:hover {
color: #0e25ff;
}
ul.event-srch-meta {
padding: 0 0 15px;
margin: 0;
list-style: none;
}
ul.event-srch-meta li {
display: inline-block;
margin-right: 15px;
color: #0e25ff;
font-weight: 600;
font-size: 14px;
}
ul.event-srch-meta li i {
padding-right: 5px;
}
ul.event-srch-meta li a {
color: #232323;
}
ul.event-srch-meta li a:hover {
color: #0e25ff;
}
.event-srch-info p {
display: block;
font-size: 14px;
color: #777777;
letter-spacing: 0.8px;
margin: 0;
}
.proeep-link-wrap {
display: inline-block;
width: 100%;
text-align: center;
}
.proeep-link {
display: inline-block;
font-weight: 700;
font-size: 14px;
margin-top: 20px;
text-transform: uppercase;
line-height: 15px;
color: #0e25ff;
letter-spacing: 0.5px;
position: relative;
text-align: center;
}
.proeep-link:before {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 1px;
content: "";
background-color: #0e25ff;
-webkit-transition: all ease .4s;
-ms-transition: all ease .4s;
transition: all ease .4s;
z-index: 1;
}
.proeep-link:hover:before {
width: 100%;
}
.proeep-event-search {
padding: 80px 0 0;
}
.proeep-srch-form input[type="submit"] {
width: 100%;
padding: 15px 15px;
margin: 0 0 9px;
}
.proeep-srch-form input[type="text"]:focus, 
.proeep-srch-form input[type="email"]:focus, 
.proeep-srch-form input[type="password"]:focus, 
.proeep-srch-form input[type="tel"]:focus, 
.proeep-srch-form input[type="search"]:focus, 
.proeep-srch-form input[type="date"]:focus, 
.proeep-srch-form input[type="time"]:focus, 
.proeep-srch-form input[type="datetime-local"]:focus, 
.proeep-srch-form input[type="event-month"]:focus, 
.proeep-srch-form input[type="url"]:focus, 
.proeep-srch-form input[type="number"]:focus, 
.proeep-srch-form textarea:focus, 
.proeep-srch-form select:focus {
-webkit-box-shadow: 0 3px 20px rgb(0 0 0 / 0.15);
-ms-box-shadow: 0 3px 20px rgb(0 0 0 / 0.15);
box-shadow: 0 3px 20px rgb(0 0 0 / 0.15);
}
.event-srch-wrap {
max-height: 400px;
overflow: auto;
padding: 20px;
}
.event-srch-wrap::-webkit-scrollbar {
width: 7px;
}
.event-srch-wrap::-webkit-scrollbar-track {
-webkit-box-shadow: none;
border-radius: 50px;
background: #d5dbe9;
}
.event-srch-wrap::-webkit-scrollbar-thumb {
border-radius: 50px;
-webkit-box-shadow: none;
background: #0e25ff;
} .event-category-item {
width: 100%;
position: relative;
text-align: center;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
margin-bottom: 30px;
}
.category-title {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 0;
}
.category-title a {
display: flex;
flex-wrap: wrap;
width: 100%;
align-items: center;
justify-content: center;
height: 100%;
background: #ffffff;
border: 1px solid #e4e4e4;
}
.category-title a:hover {
color: #ffffff;
background: rgb(14 37 255 / 0.5);
}
.no-img .category-title {
position: relative;
}
.no-img .category-title a {
padding: 50px 0;
}
.naeep-conference-item ul.clockdiv {
text-align: left;
}
.naeep-conference-item .mec-events-meta-group-countdown .countdown-w {
padding: 0 0 20px;
}
.naeep-conference-item ul.clockdiv li {
border: none;
padding-left: 0;
}
.naeep-conference-item ul.clockdiv li span:after {
content: none;
}
.naeep-conference-item .mec-countdown-details .countdown-w .clockdiv li p {
margin-top: 5px;
}
ul.event-org {
padding: 15px 0 0;
margin: 0;
list-style: none;
}
ul.event-org li {
display: inline-block;
width: 100%;
color: #232323;
font-size: 14px;
letter-spacing: 0.8px;
padding: 0 0 15px;
}
ul.event-org li:last-child {
padding: 0;
}
ul.event-org li img {
max-width: 50px;
border-radius: 4px;
margin-right: 15px;
} .naeep-upcoming-style-three .naeep-upcoming-day {
padding: 0;
}
.naeep-upcoming-style-news-scroll .naeep-news-scroll {
padding: 0 10px 0px 0;
box-shadow: none;
display: flex;
align-items: center;
flex-wrap: wrap;
min-width: 250px;
}
.naeep-upcoming-style-three .naeep-upcoming-image,
.naeep-unique-upcoming-style-three .naeep-upcoming-image,
.naeep-upcoming-style-news-scroll .naeep-upcoming-image {
height: 220px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.naeep-upcoming-style-news-scroll .naeep-upcoming-image {
min-height: 100px;
height: 100px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
flex-basis: 100px;
margin-right: 15px;
}
.naeep-unique-upcoming-style-three .naeep-upcoming-image-wrapper {
z-index: 1;
position: relative;
}
.naeep-upcoming.naeep-unique-upcoming-style-three h2 {
font-size: 34px;
padding: 0;
margin: 0 0 10px;
background: #0e25ff;
color: #FFF;
display: inline-block;
border-radius: 100%;
width: 80px;
height: 80px;
line-height: 80px;
position: absolute;
left: calc(50% - 40px);
right: 0;
bottom: -50px;
text-align: center;
z-index: 9;
}
.naeep-upcoming.naeep-unique-upcoming-style-three .naeep-upcoming-day h5 {
font-weight: 700;
padding: 0;
margin: 0 0 10px;
}
.naeep-unique-upcoming-style-three .naeep-upcoming-day {
padding: 50px 30px 35px;
text-align: center;
}
.naeep-unique-upcoming-style-three .naeep-upcoming-day .naeep-btn-wrap {
position: relative;
bottom: 0;
right: 0;
}
.naeep-unique-upcoming-style-three .naeep-upcoming-day .naeep-btn-wrap .naeep-btn {
min-width: auto;
width: auto;
height: auto;
line-height: inherit;
border-radius: 5px;
padding: 12px 30px 10px;
font-weight: bold;
}
.naeep-upcoming-style-news-scroll .naeep-upcoming-info {
flex-basis: calc(100% - 115px);
}
.naeep-upcoming-style-news-scroll .upcoming-title, 
.naeep-upcoming-style-news-scroll .upcoming-date {
width: 100%;
}
.naeep-upcoming-style-news-scroll .upcoming-date .date {
font-size: 13px;
padding-bottom: 0px;
}
.naeep-upcoming-style-three .naeep-upcoming-info {
padding: 20px 40px 30px;
}
.naeep-upcoming-style-timeline {
padding-top: 50px;
padding-bottom: 30px;
}
.naeep-upcoming-style-timeline .naeep-upcoming-day {
padding: 0;
overflow: hidden;
}
.naeep-upcoming-style-timeline, .naeep-upcoming-day-col {
position: relative;
}
.naeep-upcoming-style-timeline .naeep-upcoming-timeline-bar {
position: absolute;
top: 0;
bottom: 0;
width: 3px;
background: #eee;
left: calc( 50% - 1.5px);
z-index: 8;
}
.naeep-upcoming-style-timeline .naeep-upcoming-image {
width: 200px;
height: 240px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
float: left;
}
.naeep-upcoming-style-timeline .naeep-upcoming-info {
padding: 20px 25px 30px;
width: calc(100% - 200px);
float: right;
}
.naeep-upcoming-day-col:after {
position: absolute;
top: 30px;
left: -10px;
width: 20px;
height: 20px;
border-radius: 100%;
background: #fb6564;
content: '';
z-index: 9;
}
.naeep-upcoming-date-wrapper {
position: absolute;
left: 10px;
top: 10px;
width: 60px;
height: 60px;
background: #fb6564;
text-align: center;
}
.naeep-upcoming-date-wrapper .naeep-upcoming-date-inner {
top: 50%;
transform: translateY(-50%);
position: relative;
z-index: 99;
}
.naeep-upcoming-day .naeep-upcoming-date-wrapper span.naeep-upcoming-date {
font-weight: 900;
font-size: 26px;
color: #fff;
display: block;
padding: 0;
line-height: 26px;
}
.naeep-upcoming-day .naeep-upcoming-date-wrapper span.naeep-upcoming-month {
font-weight: 500;
font-size: 12px;
color: #fff;
display: block;
padding: 0;
line-height: 12px;
}
.naeep-upcoming-style-timeline .naeep-upcoming-day-col:before {
position: absolute;
top: 30px;
left: 15px;
width: 0;
height: 0;
border-top: 10px solid transparent;
border-right: 10px solid #ddd;
border-bottom: 10px solid transparent;
content: '';
z-index: 9;
}
.naeep-upcoming-style-timeline .naeep-upcoming-day {
-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.08);
-ms-box-shadow: 0 3px 3px 0 rgba(0,0,0,.08);
box-shadow: 0 3px 3px 0 rgba(0,0,0,.08);
}
.naeep-upcoming-style-timeline .naeep-upcoming-day-col:nth-child(even) {
padding-left: 25px;
margin-top: 90px;
}
.naeep-upcoming-style-timeline .naeep-upcoming-day-col:nth-child(odd) {
padding-right: 25px;
left: inherit;
}
.naeep-upcoming-style-timeline .naeep-upcoming-day-col:nth-child(odd):after{
left: inherit;
right: -10px;
}
.naeep-upcoming-style-timeline .naeep-upcoming-day-col:nth-child(odd):before{
left: inherit;
right: 15px;
border-left: 10px solid #ddd;
border-right: 0;
}
.naeep-upcoming-style-timeline .naeep-upcoming-day-col:nth-child(even) .naeep-upcoming-date-wrapper {
left: inherit;
right: 10px;
}
.naeep-upcoming-style-timeline .naeep-upcoming-day-col:nth-child(even)  .naeep-upcoming-image {
float: right;
}
.naeep-upcoming-style-timeline .naeep-upcoming-day-col:nth-child(even)  .naeep-upcoming-info {
float: left;
}
@media(max-width: 767px) {
.naeep-upcoming-style-timeline .naeep-upcoming-timeline-bar {
left: 20px;
}  
.naeep-upcoming-style-timeline .naeep-upcoming-image {
width: 100%;
height: 200px;
}
.naeep-upcoming-style-timeline .naeep-upcoming-day-col:nth-child(2n) .naeep-upcoming-image {
float: left;
}
.naeep-upcoming-style-timeline .naeep-upcoming-info {
width: 100%;
float: left;
}
.naeep-upcoming-style-timeline .naeep-upcoming-day-col:nth-child(2n) {
padding-left: 45px;
margin-top: 0px;
}
.naeep-upcoming-style-timeline .naeep-upcoming-day-col:nth-child(2n+1) {
padding-right: 15px;
padding-left: 45px;
}
.naeep-upcoming-style-timeline .naeep-upcoming-day-col::before {
left: 35px;
}
.naeep-upcoming-style-timeline .naeep-upcoming-day-col:nth-child(2n+1)::before {
left: 35px;
right: inherit;
border-right: 10px solid #ddd;
border-left: 0;
}
.naeep-upcoming-day-col::after {
left: 10px;
}
.naeep-upcoming-style-timeline .naeep-upcoming-day-col:nth-child(2n+1)::after {
left: 10px;
right: inherit;
}
.naeep-upcoming-style-timeline .naeep-upcoming-day-col:nth-child(2n+1) .naeep-upcoming-date-wrapper {
left: inherit;
right: 10px;
}
}@media screen and (max-width:1415px) {
.banner-container {
padding-right: 100px;
padding-left: 100px;
}
}
@media screen and (max-width:1310px) {
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
position: absolute;
top: auto;
bottom: 0;
left: auto;
right: 50px;
}
.owl-carousel .owl-nav button.owl-next {
left: auto;
right: 0;
}
.naeep-history-wrap .owl-carousel .owl-nav button.owl-next,
.naeep-history-wrap .owl-carousel .owl-nav button.owl-prev {
bottom: -20px;
}
}
@media screen and (min-width:1270px) {
.naeep-history-wrap.history-two.history-three,
.naeep-testimonials {
width: 100%;
min-width: 1140px;
}
}
@media screen and (max-width:1199px) {
.naeep-organizer,
.naeep-conference,
.naeep-upcoming,
.naeep-schedule,
.naeep-sessions {
padding-left: 15px;
padding-right: 15px;
}
.banner-caption h1 {
font-size: 42px;
}
.banner-caption p {
font-size: 18px;
line-height: 30px;
}
.banner-container {
max-width: 900px;
}
}
@media screen and (max-width:991px) {
.naeep-history-wrap.history-two .naeep-history-item {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
margin-bottom: 30px;
}
.naeep-process-item-vertical .vertical-info,
.naeep-process-item-vertical .naeep-image,
.naeep-history-item .history-info,
.naeep-history-item .history-image {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding: 0 15px;
}
.naeep-process-item-vertical:nth-child(odd) .vertical-info,
.naeep-history-item:nth-child(odd) .history-info {
padding-right: 15px;
text-align: left;
}
.naeep-process-item-vertical:nth-child(odd) .naeep-image,
.naeep-history-item:nth-child(odd) .history-image {
padding-left: 15px;
}
.naeep-process-item-vertical:nth-child(even) .naeep-image,
.naeep-history-item:nth-child(even) .history-image {
padding-right: 15px;
text-align: left;
-ms-flex-order: 1;
order: 2;
}
.naeep-process-item-vertical:nth-child(even) .vertical-info,
.naeep-history-item:nth-child(even) .history-info {
padding-left: 15px;
text-align: left;
-ms-flex-order: 2;
order: 1;
}
.naeep-history-item {
padding-left: 30px;
}
.naeep-history-item span,
.naeep-history-item span:before,
.naeep-history-item span:after {
right: auto;
top: 0px;
}
.naeep-history-wrap:before {
left: 15px;
right: auto;
}
.naeep-history-item {
padding: 0 0 50px 30px;
}
.naeep-history-item .history-info span {
left: 11px;
}
.naeep-history-item .history-info {
padding-bottom: 20px;
}
.history-vertical .naeep-history-item .history-info {
padding-top: 20px;
margin-bottom: 15px;
}
.history-vertical .naeep-history-item:nth-child(odd) .history-info {
margin-left: 45px;
border-left: 3px solid #ed366d;
border-radius: 0 10px 10px 0;
border-right: none;
text-align: left;
width: 90%;
flex: 0 0 90%;
padding-left: 45px;
}
.history-vertical .naeep-history-item:nth-child(even) .history-info {
width: 90%;
flex: 0 0 90%;
}
.naeep-masonry[data-items="3"] .masonry-item,
.naeep-masonry[data-items="4"] .masonry-item,
.masonry-item.one-third,
.masonry-item.one-fourth,
.masonry-item.one-fourth-two,
.masonry-item.one-third-two,
.masonry-item.one-half,
.masonry-item.one-half-two,
.masonry-item.full-width {
width: 50%;
}
.process-info {
max-width: 132px;
margin: 0 auto;
}
.naeep-process-item {
padding: 15px;
width: 50%;
}
.naeep-process-item:after,
.naeep-process-item:before,
.border-style.naeep-process-item:before {
content: none;
}
.process-number-item {
flex: 0 0 50%;
max-width: 50%;
}
.naeep-process-wrap.style-three {
padding-left: 40px;
}
.naeep-process-wrap.style-three:before {
left: 15px;
right: auto;
}
.naeep-process-wrap.style-three {
padding-left: 30px;
}
.naeep-process-item-vertical:before,
.naeep-process-item-vertical:after {
right: auto;
left: -7px;
}
.naeep-team-single-item .single-mate-image,
.naeep-team-single-item .single-mate-info {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.naeep-team-single-item .single-mate-info {
padding-top: 40px;
text-align: center;
}
.naeep-aboutus-item .aboutus-image,
.naeep-aboutus-item .aboutus-info,
.naeep-aboutme-item .aboutme-image,
.naeep-aboutme-item .aboutme-info {
flex: 0 0 100%;
max-width: 100%;
}
.col-na-1,
.col-na-2,
.col-na-3,
.col-na-4,
.col-na-5,
.col-na-6,
.col-na-7,
.col-na-8,
.col-na-9,
.col-na-10,
.col-na-11 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.naeep-schedule-list .col-na-2 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.naeep-schedule-list .col-na-10 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.schedule-image .naeep-image {
max-width: 200px;
margin: 0 auto;
padding: 0 0 30px;
}
.schedule-content {
text-align: center;
}
.schedule-content ul li {
float: none;
display: inline-block;
}
.naeep-tab-links li {
margin: 5px !important;
}
.naeep-tab-links a {
border-right: 1px solid #d8e1f5;
}
.naeep-tab-links a:after {
content: none;
}
.naeep-team-item {
max-width: 400px;
margin: 0 auto;
}
.naeep-swiper-slide.swiper-container {
height: auto;
min-height: auto;
}
.naeep-swiper-slide.swiper-container .swiper-button-prev,
.naeep-swiper-slide.swiper-container .swiper-button-next {
width: 50px;
height: 50px;
}
.naeep-swiper-slide.swiper-container .swiper-button-prev {
left: 20px;
}
.naeep-swiper-slide.swiper-container .swiper-button-next {
right: 20px;
}
.banner-caption h1 {
font-size: 30px;
line-height: 40px;
}
.banner-caption p {
font-size: 16px;
line-height: 28px;
}
.banner-caption.left-align,
.banner-caption.right-align,
.banner-caption.center-align {
margin: 0 auto;
text-align: center;
}
}
@media screen and (max-width:782px) {
.banner-container {
max-width: 720px;
}
}
@media screen and (max-width:767px) {
.naeep-history-wrap.history-two .naeep-history-item {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.masonry-item,
.naeep-process-item,
.naeep-masonry[data-items="3"] .masonry-item,
.naeep-masonry[data-items="4"] .masonry-item,
.masonry-item.one-third,
.masonry-item.one-fourth,
.masonry-item.one-fourth-two,
.masonry-item.one-third-two,
.masonry-item.one-half,
.masonry-item.one-half-two,
.masonry-item.full-width {
width: 100%;
}
.col-na-1,
.col-na-2,
.col-na-3,
.col-na-4,
.col-na-5,
.col-na-6,
.col-na-7,
.col-na-8,
.col-na-9,
.col-na-10,
.col-na-11 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.image-wrap:after {
content: none;
}
}
@media screen and (max-width:600px) {
.process-number-item {
flex: 0 0 100%;
max-width: 100%;
}
}
@media screen and (max-width:599px) {
.naeep-swiper-slide.swiper-container .swiper-button-prev,
.naeep-swiper-slide.swiper-container .swiper-button-next {
display: none;
}
.banner-container {
max-width: 540px;
padding: 0 25px;
}
.venue-info-wrap h3.venue-title,
.naeep-venue-item .venue-info-wrap h5 {
font-size: 26px;
}
.naeep-testimonial-item {
padding: 30px;
}
.customer-inner-info h4.customer-name {
font-size: 22px;
}
}.main-header-bar-wrap .ast-search-box.header-cover{z-index:7}.ast-below-header-wrap .ast-search-box.header-cover #close,.ast-below-header-wrap .ast-search-box.header-cover .search-field{font-size:1.8em}.ast-below-header-wrap .ast-search-box.header-cover .search-submit{font-size:1.5em}.ast-search-box.full-screen,.ast-search-box.header-cover{display:none;opacity:0;transition:opacity .2s;width:100%;height:100%}.ast-search-box.full-screen .search-field,.ast-search-box.header-cover .search-field{background:0 0;border:0;color:#fafafa;box-shadow:none;text-align:left;padding:0}.ast-search-box.full-screen .search-submit,.ast-search-box.header-cover .search-submit{background:0 0;padding:0;color:#9e9e9e;transition:all .7s ease-In;outline:0;border:0;vertical-align:middle}.ast-search-box.full-screen .ast-search-wrapper,.ast-search-box.header-cover .ast-search-wrapper{position:absolute;width:100%;left:50%;top:50%;transform:translate(-50%,-50%)}.ast-search-box.full-screen .ast-search-wrapper .search-form,.ast-search-box.header-cover .ast-search-wrapper .search-form{line-height:normal}.ast-search-box.full-screen #close,.ast-search-box.header-cover #close{color:#fafafa;transform:rotate(0);font-size:2em;cursor:pointer;z-index:9;font-weight:400}.ast-search-box.full-screen #close::before,.ast-search-box.header-cover #close::before{font-family:Astra;content:"\e5cd";display:inline-block;transition:transform .3s ease-in-out}.ast-search-box.full-screen .search-field::-webkit-input-placeholder,.ast-search-box.header-cover .search-field::-webkit-input-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field:-moz-placeholder,.ast-search-box.header-cover .search-field:-moz-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field::-moz-placeholder,.ast-search-box.header-cover .search-field::-moz-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field:-ms-input-placeholder,.ast-search-box.header-cover .search-field:-ms-input-placeholder{color:#fafafa}.ast-search-box.header-cover{position:absolute;background:rgba(25,25,25,.94);top:0;z-index:10}.ast-search-box.header-cover .search-field{font-size:2em;line-height:2;width:100%}.ast-search-box.header-cover .ast-container{position:relative}.ast-search-box.header-cover .close,.ast-search-box.header-cover .search-submit,.ast-search-box.header-cover .search-text-wrap{display:inline-block}.ast-search-box.header-cover .search-text-wrap{width:calc(100% - 2.5em);vertical-align:middle}.ast-search-box.header-cover .search-submit{font-size:1.7em;margin-right:2em}.ast-search-box.header-cover #close{vertical-align:middle;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ast-search-box.full-screen{position:fixed;background:rgba(25,25,25,.94);top:0;left:0;z-index:999}.ast-search-box.full-screen .ast-search-wrapper .large-search-text{text-align:center;color:#e2e2e2;font-size:1.5em;font-weight:400;transition-delay:50ms;transition:all .3s ease-in-out}.ast-search-box.full-screen .ast-search-wrapper fieldset{border:0;padding:2.5em 0 1em;border-bottom:2px solid #9e9e9e}.ast-search-box.full-screen .ast-search-wrapper .search-field{font-size:2.6em;padding-left:30px;line-height:1.7;width:90%;width:calc(100% - 1.5em);vertical-align:middle;text-align:center}.ast-search-box.full-screen .ast-search-wrapper .search-form{width:70%;margin:20px auto}.ast-search-box.full-screen .ast-search-wrapper .search-submit{font-size:2em}.ast-search-box.full-screen #close{position:absolute;color:#fafafa;right:1em;line-height:1;cursor:pointer;z-index:9;font-weight:400;font-size:2em;top:1.5em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ast-search-box.full-screen ::-webkit-input-placeholder{opacity:0}.ast-search-box.full-screen ::-moz-placeholder{opacity:0}.ast-search-box.full-screen :-ms-input-placeholder{opacity:0}.ast-search-box.full-screen :-moz-placeholder{opacity:0}@media (max-width:420px){.ast-search-box.full-screen ::-webkit-input-placeholder{opacity:1}.ast-search-box.full-screen ::-moz-placeholder{opacity:1}.ast-search-box.full-screen :-ms-input-placeholder{opacity:1}.ast-search-box.full-screen :-moz-placeholder{opacity:1}}.site-header .ast-inline-search.ast-search-menu-icon .search-form{padding-left:0;padding-right:2em}.site-header .ast-inline-search.ast-search-menu-icon .search-field{width:auto;padding-left:1em;padding-right:0}.ast-inline-search.ast-search-menu-icon{position:relative;transform:none;left:0;right:0}.ast-inline-search.ast-search-menu-icon .search-submit{display:block;background:0 0;border:none;position:absolute;height:100%;right:.25em;padding:0;top:0;font-size:1.3em;color:#757575}.ast-header-break-point .ast-inline-search.ast-search-menu-icon .search-form{padding:0}.ast-header-break-point .site-header .ast-inline-search.ast-search-menu-icon .search-field{width:100%;padding-right:2em}.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.full-screen,.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.header-cover{display:none}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .ast-search-menu-icon .search-form{right:-1em;left:auto;padding-left:0;padding-right:3em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .ast-search-menu-icon .search-form{left:-1em;right:auto;padding-right:0;padding-left:3em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .search-field{padding-left:0;padding-right:1em}.ast-header-break-point .ast-above-header .ast-above-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field{padding-right:0}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon .search-form{padding-left:0;left:auto;padding-right:2em}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon.slide-search .search-form{left:-1em;padding-left:2em}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-1 .search-field{padding-right:0}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-above-header-mobile-stack .ast-above-header .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{right:auto;padding-right:2em}.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon.ast-inline-search .search-form{left:0;padding-left:0;padding-right:2em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .ast-search-menu-icon .search-form{right:-1em;left:auto;padding-left:0;padding-right:3em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .ast-search-menu-icon .search-form{left:-1em;right:auto;padding-right:0;padding-left:3em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .search-field{padding-left:0;padding-right:1em}.ast-header-break-point .ast-below-header .below-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field{padding-right:0}.ast-header-break-point .ast-swap-below-header-sections.site-header .ast-below-header .ast-inline-search.ast-search-menu-icon .search-field{padding-left:1em;padding-right:0}.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon .search-form{left:-1em;padding-left:3em;padding-right:1em}.ast-below-header-mobile-stack .ast-below-header .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{right:auto;padding-right:2em}.iphone.full-screen,.ipod.full-screen{position:fixed!important}@media (max-width:992px){.ast-above-header-mobile-stack .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{left:auto}.ast-below-header-mobile-stack .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{left:auto}}@media (max-width:544px){.ast-search-box.full-screen .ast-search-wrapper .large-search-text{display:none}.ast-search-box.full-screen .ast-search-wrapper .search-field,.ast-search-box.full-screen .ast-search-wrapper .search-submit{font-size:1.6em}}