/* Font --------------------------------------------------------  */

@import url('../fonts/Pacifico-font.css');
@import url('../fonts/PTSansNarrow.css');
@import url('../fonts/Raleway-font.css');
@import url('../fonts/fontawesome.min.css');
@import url('../fonts/Roboto.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,300,200,500,600,700');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow&amp;v1');
@import url('https://fonts.googleapis.com/css?family=Pacifico');

/*  CSS  --------------------------------------------------------  */

* {
  margin: 0;
  padding: 0;
}

html {
  background: #222 url("../images/bg.png") repeat;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  /*font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-family: 'Open Sans Condensed', sans-serif;*/
  color: #888;
  min-height: 100vh;
}

/*article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}
audio, canvas, progress,*/ 

video {
    /*display: inline-block;*/
    vertical-align: baseline
}
img {
  vertical-align: middle
}
.img-responsive, 
#wrapper_inicio img,
.logo img,
#slider3 img video,
#slider3 .rslides img video,
#slider3 .rslides img video {
  display: block;
  max-width: 100%;
  height: auto
}
mark {
  /* background-color: #f6b93b70; */
  background-color: rgb(0 198 227 / .5);
  color: #000;
  /* display: inline-block; 
  color: white; */
  letter-spacing: -0.03em;
  /*line-height: 1.001em;*/
  padding: 1px 2px 0 2px;
}

a[href],
input[type='submit'],
input[type='image'],
label[for],
select,
button,
.pointer {
  cursor: pointer;
}

ol, ul, li {
  /*list-style: none;*/
  margin:0;
  padding:0;
  /*float: left;*/
}
.clear{
	clear:both;
}

/* wrapper Container -------------------------------------------------------- */

#wrapper_inicio {
  padding: 40px 0;
  margin: 0 auto;
  /* clear: both; */
  background-image: url(../images/logo-Cuje.png);
  background-repeat: no-repeat;
  background-position: right top 20px;
  background-size: 200px 215px;
  max-width: 800px;
}
  
#wrapper {
  padding: 15px 20px;
  margin: 0 auto;
  /*clear: both;*/
  max-width: 800px;
}
.tit_fig {
	color: #00c6e3;
    text-transform: uppercase;
	font-weight: lighter;
	/*margin-right: 2px;
	font-size: 18px;
	margin-right: 15px;*/
}
.fl-c {
	float: right;
	position: relative;
	margin-top: 20px;
	display: block;
}
.dfn {
	color: #ccc;
    font-size: 13px;
	border-left: 1px solid #00c6e3;
    padding-left: 8px;
	font-weight: lighter;
	letter-spacing: .03em;
	/*border-bottom: thin dashed #ddd;*/
}
.tit_author {
    font-style: italic;
	line-height: 1.3em;
    padding: 5px 0 0 0;
    font-size: 1em;
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: rgb(0 198 227 / 1);
}
.custom-eft {
  padding: 0 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: none;
  font-size: 2em;
}
.eft1{
  color: transparent;
  -webkit-text-stroke: 0.03em rgba(0,0,0,1);
}
.eft10{
  text-shadow: 
	0.04em 0.02em 0 #B0BEC5, 
	0.08em 0.05em 0 rgba(0, 0, 0, 0.6);
}
h1 {
	font-size: 22px;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	color: #CCC;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 0.35em;
	white-space: nowrap;
	position: relative;
	padding: 0 0 0 90px;
    margin: 0;
	line-height: 24px;
	/*float: left;
	padding-left: 150px;*/
}
h1 span {
	font-size:28px;
	letter-spacing:2px;
	color:#00c6e3;
	text-shadow:none;
	text-transform:uppercase;
}
h2 {
    text-align: left;
    color: #ccc;
    font-size: 1em;
    letter-spacing: 0.017em;
    font-weight: lighter;
    display: inline-block;
    text-transform: uppercase;
    /*border-left: 2px solid #00c6e3;
    padding-left: 4px;
    line-height: 19px;*/
}
h2 span { 
	color: #ffd900;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0.017em;
    font-weight: lighter;
    font-size: .96em;
	margin-left: -0.03em;
}
/*text-effect {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1D1E22;
}
h3{
  font-size: 40px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: white;
  position: relative;
  animation: anim1 5s linear infinite;
}
h3::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #f6b93b;
  overflow: hidden;
  border-right: 4px solid #f6b93b;
  animation: anim 5s linear infinite;
}
@keyframes anim {
  0%{
    width: 0;
  }
  25%{
    width: 50%;
  }
  50%{
    width: 100%;
  }
  75%{
    width: 50%;
  }
  100%{
    width: 0;
  }
}
@keyframes anim1 {
  0%{
    color: white;
  }
  25%{
    color: purple;
  }
  50%{
    color: purple;
  }
  75%{
    color: purple;
  }
  100%{
    color: white;
  }
}

h3 {
    color: #ccc;
    font-size: 11px;
    letter-spacing: 0.001em;
    font-weight: lighter;
    text-transform: uppercase;
}
h3 span { 
	text-align: left;
	color: #00c6e3;
    font-weight: lighter;
    font-size: 11px;
    font-style: italic;
    text-transform: none;
    display: inline-block;
    border-left: 2px solid #00c6e3;
	padding-left: 5px;
	line-height: 26px;
}*/

h4 {
	font-size: 22px;
	font-family: 'Open Sans Condensed', sans-serif;
	/*font-family: 'Raleway', Arial, Helvetica, sans-serif;*
	color: #00c6e3;
	font-weight: lighter;
	text-transform: uppercase;
	margin-left: 150px;
	letter-spacing: 0.1em;
	white-space: nowrap;
	position: relative;	
	float: right;
	position: relative;
	/*bottom: 19px;	
    clear: both;*/
}

div#header {
    border-bottom: 1px solid #ffd900;
    background-color: rgb(62 61 61 / 60%);
    /*background-color: #1d1d1d;
	#151515
    margin-top: 0;
	margin-bottom: 10px;
    padding-bottom: 15px;*/
	padding: 10px 0;
	/*border-bottom: 1px solid #2A2A2A#383838;
    padding-right: 40px;padding-left: 40px;position: relative;*/
}
div#header h3 { 
	font-size: 11px;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	color: #ccc;
	font-weight: lighter;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
	display: inline-block;
	padding: 0 0 0 90px;
    margin: 0;
	letter-spacing: .26em;
	/*clear: both;
	padding-left: 150px;
	float: left;*/
}
.logo {
	height: 45px;
	background-image: url(../images/LOG-CUJESUP-2025.png);
	background-repeat: no-repeat;
	display:block;
	background-position: left top;
	/*width: 960px;*/
	padding-top: 27px;
	margin: 0 auto;
	max-width: 800px;
}

div#footer {
	font-size: 12px;
	color: #777;
	text-align: center;
	background-color: #151515;
	width: 100%;
	margin-top: 15px;
	clear: both;
	padding: 10px 0;
	border-top: 1px solid #383838;
	/*position: absolute;
	position: relative;
	bottom: 0;*/
	display:block;
}
/*#footer a {
	display:block;
	font-size:20px;
	height:48px;
}*/

/* NAVIGATION conten nav -------------------------------------------------------- */

#conten_nav {
    font-family: 'PT Sans Narrow', Arial, sans-serif;
	margin: 0;
    padding: 0;
	z-index: 3000;
	width: 100%;
	border-bottom: 1px solid #383838;
    background-color: rgb(62 61 61 / 60%);
	opacity: 1;
    /*clear: both;
    letter-spacing: -0.1em;
	height: 30px;
    line-height: 30px;*/
}
.welcome { 
	padding-left: 0;
    font-size: 1.2em;
    letter-spacing: -0.001em;
    font-family: "Roboto", sans-serif;
    border: none;
}
.conten_nav {
    margin: 0 auto;
    max-width: 800px;
    padding: 0;
    line-height: 30px;
    /*display: block;
    height: 100%;*/
	width: 100%;
}
.conten_nav a {
	/*padding: 0; 8px*/
	padding: 0 10px;
}
.conten_nav a:hover {
	color:#fff;
	background-color: #151515;
}
.conten_nav a span {
	color: #ffd900;
}
.conten_nav span.right_ab { 
	float:right;
}
span.right_ab a img {
    /* line-height: 30px; */
    vertical-align: middle;
    padding-bottom: 4px;
	filter: drop-shadow(2px 2px 2px black);
}
#nav {
	display: block;
	text-transform:uppercase;
}
#nav>li {
	display: block;
	float: left;
}

/*#nav>li:first-child {
    
}*/

#nav>li:last-child {
	border-right: 1px solid #383838;
	/*padding-right: 0;*/
}
#nav>li:last-child a {
    /*padding-right: 8px;*/
  	display: inline-block;
	padding: 0;
}
#nav>li:last-child.current-menu-item i {
	display: inline-block;
    background-color: #ffd900;
	color: #000;
	padding: 0 5px;
}
#nav>li:last-child a .sf-sub-indicator {
  display: none;
}
#nav>li:last-child ul li .sf-sub-indicator {
  display: block;
}
#nav>li>a {
	display: block;
	font-size: 14px;
	color: #ddd;
	text-decoration: none;
	border-left: 1px solid #383838;
	/*padding-left: 7px;*/
    text-transform: uppercase;
}
#nav>li>a i {
  font: normal normal normal 18px/1 'FontAwesome';
  padding-right: 0;
  line-height: 30px;
  /*color: #00c6e3;*/
}
#nav>li:last-child a i {
  display: block;
  line-height: 30px;
  background-color: #ffd900;
  color: #000;
  padding: 0 5px;
  /*padding-right: 0;
  color: #00c6e3;
  display: inline-block;*/
}
#nav>li:hover>a i {
  color: #000;
}
#nav>li>a>span.subheader {
	display: block;
	font-size: 12px;
	color: #7A818B;
	font-style: italic;
	margin-top: 3px;
}
#nav>li.current-menu-item {
	display: block;
    background-color: #151515;
	color: #dedede;
}
#nav>li.current-menu-item a {
	color: #000;
    /*color: #fff;
	padding: 0;*/
}
#nav>li:hover>a {
	color: #000;
	background-color: #151515;
}
#nav>li.current-menu-item .sf-sub-indicator {
    /*filter: brightness(0.1);*/
	filter: sepia(1);
}

/* NAVIGATION / sub navigation  / -------------------------------------------------------- */

#nav>li ul {
	display: block;
	margin-top: -0.4em;
	/*margin-top: -1px;
	width: 100%;*/
	z-index:99999;
	-moz-border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
	-webkit-box-shadow: 0 3px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 3px 2px rgba(0,0,0,0.4);
	box-shadow: 0 3px 2px rgba(0,0,0,0.4);
	background-color: #111;
    border: 1px solid #383838;
}
#nav>li ul li a {
    display: block; 
    font-size: 13px;
    color: #CFD4DB;
    text-decoration: none;
    border-bottom: 1px solid #383838;
    cursor: pointer;
	z-index: 9999;
	/*padding-right: 6px;
	 padding: 0 8px;
	width: 100%;
    line-height: 22px;*/
}
#nav>li ul li a .sf-sub-indicator {
  display: block;
}
#nav>li ul li a .sf-sub-indicator {
    filter: none;
}
#nav>li.current-menu-item ul li a span.sf-sub-indicator {
  filter: none;
}
#nav>li ul li a:hover{
	/*background: #242424
	background: #202020;
	background: rgb(1 144 165 / 37%);*/
	background: rgb(62 61 61 / 80%);
    color: #00c6e3;
}
#nav>li ul li a span {
	display: inline-block;
	/*line-height: 15px;
	font-size: 11px;*/
	white-space: nowrap;
    line-height: 1.3;
    padding-top: 5px;
    padding-bottom: 5px;
}
#nav>li ul li a span:hover {
    color: #dedede;
}
#nav>li ul li:last-child a { /* last item its rounded at bottom */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav>li ul li:last-child a:hover { /* last item its rounded at bottom */
	-moz-border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
}

/* NAVIGATION / sub navigation  / sub sub navigation /  ------------------- */

#nav>li ul ul {
	/*margin-top: -0.05em;
	width: 100%;
	z-index:9999;
	margin-left: 5px;*/
	display: block;
	z-index:9000;
	margin-top: 1px;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	-webkit-box-shadow: 0 3px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 3px 2px rgba(0,0,0,0.4);
	box-shadow: 0 3px 2px rgba(0,0,0,0.4);
	border: 1px solid #383838;
	background-color: #111;
	width: auto;
	/*background-image: none;background: #242424
	border-bottom: 1px solid #383838;*/
}

#nav>li ul ul> li a {
    font-size: 11px;
    text-transform: capitalize;
    line-height: 1.35em;
    border-bottom: 1px solid #383838;
    display: block;
    text-decoration: none;
    /*padding: 5px;*/
	cursor: pointer;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
	z-index:9000;
}
#nav>li ul ul> li a:hover {
	background: #202020;
    color: #00c6e3;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
#nav>li ul ul> li a span {
	display: block;
}
#nav>li ul ul> li a span:hover {
	color: #00c6e3;
}
#nav>li ul ul> li:last-child a { 
	/*border-top-style: none; */
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav>li ul ul> li:last-child a:hover {
    -moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
  
/* PULLQUOTES ------------------------------------------------------------*/

.pullquote-left {
	/*float:left;
	background-image: url(../images/humano.png);
	background-repeat: no-repeat;
	background-position: right top;*/
	border-left: 4px solid #ffd900;
	margin: 0 0 20px 0;
	padding: 0 240px 0 20px;
	display: block;
}
.pullquote-left p {
    margin: 10px 0;
    font-style: italic;
    font-weight: lighter;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3em;
    /*padding: 0;
    color: #CCC #00c6e3;
    letter-spacing: -0.01em;
    opacity: .8;*/
    text-align: justify;
	color: #ccc;
}
.pullquote-left h3{
	display: block;
    margin: 10px 0;
	padding: 0;
	font-size: 11px;
	font-weight: lighter;
	letter-spacing: -0.002em;
	clear: both;
    color: #00c6e3;
}
hr {
    margin-top: 20px;
    margin-bottom: 10px;
    border: 0;
    width: 20%;
    border-bottom: 2px dotted #00c6e3;
	opacity: .3;
}
.pullquote-right{
	padding: 0;
	font-size: 11px;
	font-weight: lighter;
	letter-spacing: -0.002em;
	/* padding-left: 22px;
	background-image: url(../images/envelope-solid.svg);
	background-repeat: no-repeat;
	background-position: left center;
    float: left;
    height: 14px;
    text-align: center;
    display: block; */
	clear: both;
    margin: 0;
}
.pullquote-right i {
    color: #00c6e3;
    display: inline-block;
	margin-right: 3px;
    background: transparent;
    font: normal normal normal 11px/1 'FontAwesome';
}
.pullquote-right a {
    color: #00c6e3;
	text-decoration: none;
}
.pullquote-right a:hover {
	text-decoration: underline;
	/*	background-color: #6CF;
	color: #333;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 35px;*/
}
span.solid-blue {
	color: #0410ef;
}
span.solid-red {
    color: #E51400;
}
span.solid-yellow {
	color: #FF3;
}
span.solid-green {
    color: #008b00;
}
span.solid-light-green {
    color: #9bd240;
}
span.solid-purpple {
    color: #fe0b6f;
}
span.solid-orange {
    color: #fb8005;
}
span.solid-light-blue {
	color: #10c1f2;
}
span.solid-dark-blue {
	color: #3838B7;
}
span.solid-gray {
    color: #a9a9a9;
}
span.solid-black {
    color: #848484;
}

/*------------------------------------------------------
	tabs Styles 
--------------------------------------------------------*/

/* rslides ------------------------------------------------------------*/

/*.rslides {
  margin: 0 0 30px 0;
 clear: both;
  width: 100%; 
}*/

#slider3 {
  background-color: rgb(14, 14, 13);
  border: 1px solid #2A2A2A;
  width: 100%;
  /*-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);*/
  /*box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  margin: 0 auto;*/
 /*  clear:both;
  max-width:798px;*/
}

#slider3 h3 {
	/*color: #fff;
    font-size: 20px;*/
    font-family: "Arial Narrow", Arial, Helvetica,  sans-serif;
	/*text-transform: uppercase;
    font-weight: 300;
	margin-bottom: 10px;*/
}  
.caption {
    background-color: rgb(62 61 61 / 45%);
	border-bottom: 1px solid #2A2A2A;
	padding: 12px 15px;
	position: relative;
	/*font-weight: lighter;
    text-shadow: none;
    display: block;
	float:left;
	list-style: none;
	line-height: 1.6em;
	z-index: 2;
	width: 100%;
	max-width: 760px;rgba(255,255,255,.1)
    background-color:#0A0909;
	background: rgba(0,0,0,.8);*/
}
.caption h3 {
	font-weight: lighter;
	color: #bbb;
    letter-spacing:-0.02em;
	/*filter: alpha(opacity=0);*/
	font-size: 18px;
	display: inline-block;
	position: relative;
}
.caption h3 span { 
	/*float: right;
	text-decoration:blink;
	font-size: 16px;
	color: #00c6e3;*/
	letter-spacing:-0.01em;
	position: relative;
	display: inline-block;
    margin-left: 5px;
    font-style: italic;
    text-transform: none;
    border-left: 1px solid #00c6e3;
	padding-left: 5px;
    /*text-align: left;
	line-height: 26px;*/
}
.caption h4 {
	font-size: 18px;
	color: #bbb;
	/*float: right;
	position: relative;
	display: inline-block;
	bottom: 19px;	
    clear: both;*/
}
.caption p {
    font-size: 14px;
    color: #ccc;
    padding: 0 5px 0 8px;
    letter-spacing: -0.001em;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    border-left: 1px solid #03c6e36e;
    margin-top: 8px;
}
.caption p:last-child {
    margin-top: 10px;
}
.caption p:after {
   margin-top: 0;
}
.caption li {
	list-style: none;
	/* display: list-item;
	-webkit-backface-visibility: hidden;
	position: relative;
	float:left;
	margin-left: 15px;
	list-style-type:disc;
	clear:both;*/
}

/*  ---- imageMap ------------------------------------------------- */  

.imageMap {
	position: relative;
	width: 100%;
	height: auto;
	float: none;
	text-align: center;
    /*	clear: both;
	z-index: 8888;*/
	display: block;
	margin: 0;
	max-width: 798px;
}
.imageMap .marker {
	margin-left: -10px;
	margin-top: -10px;
	z-index: 8888;
	position: absolute;
	display: block;
    width: 35px;
	height: 35px;
	/*width: auto;
	height: auto;
    background:red;
	visibility: visible;
	max-width: ;
	max-width: 790px;*/
}
/*.imageMap */.marker .bullet {
	position: absolute;
   /*border: 1px solid red;
	 outline:none;*/
	display: block;
	/*opacity: 100;
	background-clip: padding-box;
    border: 1px solid red;	
	 url(../images/bullet_imagemap.png);
	background-repeat: no-repeat;
    -webkit-tap-highlight-color: transparent;
	background: transparent;*/
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.marker .bullet:hover {
	/*background-position: 0 -35px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);*/
    background-color: #fff;
    opacity: .6;
    border-radius: 50%;
    transform: scale(.8);
    -webkit-animation: pulse 0.4s infinite;
	-moz-animation: pulse 0.4s infinite;
}
.imageMap .marker .info {
	position: absolute;
	top: -10px;
	left: 40px;
	color: white;
	display: none;
	background-clip: padding-box;
	border: 1px solid rgba(255,255,255,.5);
	background: #181818 url('../images/modal-bg.png') repeat-x 0 -1px;
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
    -webkit-box-shadow: 0 5px 5px 0px rgba(0,0,0,.7);
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,.7);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.7);
    white-space: nowrap;
    /* width: auto;
	max-width: min-content;
	width: 335px;*/
	max-width: 315px;
	padding: 10px;
}			
.imageMap .marker .info p {
	font-family: 'Arial Narrow', Arial, sans-serif;
	letter-spacing: -0.01em;
	font-size: 14px;
	font-weight: lighter;
	text-align: left;
	/*white-space: nowrap;
	padding: 0;
    width: 315px;*/
    width: 100%;
	/*height: auto;*/
}
.imageMap .marker .info h4 {
	color: #666;
	font-size: 16px;
	float: left;
	text-align: left;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	line-height: normal;
}
.imageMap .marker .info:after {
	content: "";
	width: 9px;
	height: 17px;
	position:absolute;
	top: 12px;
	left: -9px;
	background: url('../images/arrow_imagemap.png') no-repeat;
}

/* Left marker */

.imageMap .markerLeft .info {
	left: -346px;
}
.imageMap .markerLeft .info:after {
	left: 335px;
	background-position: -9px 0;
}
/*.imageMap .markerRight .info {
	right: -370px;
}

.imageMap .markerRight .info:after {
	right: 356px;
	background-position: -9px 0;
}*/
.imageMap .markerTop .info {
	right: -346px;
}
/*.imageMap .markerTop .info:after {
	right: 335px;
	background-position: -9px 0;
}*/

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
  }

  50% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
}

.rslides_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 47%;
	left: 0;
	opacity: 0.6;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url(../images/themes.gif) no-repeat left top;
}
.rslides_nav:active {
  opacity: 1.0;
}
.rslides_nav.prev:first-child {
  display: none;
}
.rslides_nav.next {
  left: auto;
  right: 0;
  background-position: right top;
}

/* rslides tabs */

.rslides_tabs {
	background: rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	/*line-height: 40px;	
    max-width: 790px;
	font-size: 28px;
	width: 100%;
    float: left;
	padding: 10px;
	margin: 0 auto 30px auto;
	padding: 10px 8px 0 10px;*/
	padding: 10px 10px 0 10px;
}
.rslides_tabs li {
  display: inline-block;
  float: none;
  /*margin-right: 5px;
  margin-right: 1px;
  float: left; 
  margin: 0;*/
}
.rslides_tabs a {
	width: auto;
	/*padding: 9px 20px;*/
    height: auto;
	background: transparent;
	display: inline-block;
}

/*.rslides_tabs img {
  border: 1px solid rgba(255,255,255,.2);
}*/
.rslides_tabs li:first-child {
 	margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  /* color: #6CF;
  font-weight: bold;
  border: inset 4px #00c6e3;*/
}

/* slider3-pager   */

#slider3-pager {
  background-color: rgb(14, 14, 13);
  border: 1px solid #2A2A2A;
  /*-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);*/
  /*box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);*/
  margin: 20px auto;
  /* width: 100%;
  clear:both;
  max-width:798px;
  padding: 10px;*/
}
#slider3-pager li {
	list-style: none;
	display: inline-block;
   /* float: none;
	margin-right: 5px;
	margin-right: 1px;
	padding: 0; 
	float: left; 
	margin: 0;*/
}
#slider3-pager li:first-child {
  margin-left: 0;
}
#slider3-pager a {
	display: inline-block; 
}
#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #00c6e3;
  /*border: inset 2px #00c6e3;
  margin: 0;
  padding: 0; 
  margin: 0 0 0 1px;
  padding: 0;
  display: inline-block;
  float: left;*/
}
#slider3-pager a {
	padding: 0;
	margin: 3px;
	/*margin: 0;*/
}
#slider3-pager img {
	float: left;
	height: 50px;
	width: 50px;
	border: 1px solid rgba(255,255,255,.25);
	padding: 3px;
}
#slider3-pager video {
    float: left;
	width: 50px;
    height: 50px;
	border: 1px solid rgba(255,255,255,.25);
	padding: 3px;
}

html {
font-size: 1rem;
}
@include media-breakpoint-up(sm) {
  html {
  font-size: 1.2rem;
  }
}
@include media-breakpoint-up(md) {
  html {
  font-size: 1.4rem;
  }
}
@include media-breakpoint-up(lg) {
  html {
  font-size: 1.6rem;
  }
}

/* End CSS --------------------------------------------------------------------  */