/* http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain) */

 a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,mark,menu,nav,object,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
/*----------cssresetend--------- */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  	font-size: 16px;
}

body {
	color: #4d4d4d;
  	font-family: 'Roboto', sans-serif;
}

p, li {
	font-size: 1.125rem;  
	line-height: 1.5; 
	font-weight: 300;
}    

#topnavarea.affix{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 97;
}

/*-----Link Style-----*/
a {
  color: #82be0f;
  text-decoration: none;
}

a:hover {
  color: #82be0f;
  text-decoration: underline;
}

a:focus,
a:active,
a:active:focus {
  color: #82be0f;
  outline: none;
  text-decoration: underline;
}

.nav>li>a:hover {
  text-decoration: none;
  background-color: inherit;
}


/*----------Layout--------- */

.rl-container {
  padding-right: 15px;
  padding-left: 15px;
}

.rl-row-1440 {
  max-width: 1440px;
  margin: 0 12.1%;
  padding-right: 15px;
  padding-left: 15px;
}

.rl-row-1024 {
  max-width: 1024px;
  margin: 0 23%;
  padding-right: 15px;
  padding-left: 15px;
}

.rl-row-1100 {
  max-width: 1100px;
  margin: 0 21%;
  padding-right: 15px;
  padding-left: 15px;
}

/*--- flex system ---*/
.flex-container{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
.align-center{
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
}
.justify-center{
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: center;
}
.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}


/*--------section------ */

.rl-banner {
  background-image: url(../../images/Character-1/01_banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 31.25vw; /*600px*/
  /*min-height: 600px;*/
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.rl-banner-other {
  background-image: url(../../images/Character-1/01_banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 21vw;
  min-height: 400px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.rl-hidden {
  display: none !important;
}


/*------------banner-align------------ */
/*------------Left------------ */
.rl-banner-lefttop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rl-banner-leftcenter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rl-banner-leftbot {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}


/*------------Center------------ */
.rl-banner-centertop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rl-banner-centercenter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rl-banner-centerbot {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}


/*------------Right------------ */
.rl-banner-righttop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rl-banner-rightcenter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rl-banner-rightbot {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.rl-banner-but {
  font-size: calc(0.8750000000000001vw + 13.2px);
  /*30(1920px)-16(320px)*/
  border: #82be0f 1px solid;
  background-color: transparent;
  color: #82be0f;
  padding-top: calc(4px + 0.3125vw);
  padding-bottom: calc(4px + 0.3125vw);
  padding-right: calc(12px + 0.9375vw);
  padding-left: calc(12px + 0.9375vw);
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.rl-flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.rl-banner-but:hover {
  background-color: #82be0f;
  color: #ffffff;
}

.rl-banner-but-black {
  font-size: calc(0.8750000000000001vw + 13.2px);
  /*30(1920px)-16(320px)*/
  border: #82be0f 1px solid;
  background-color: #82be0f;
  color: #ffffff;
  padding-top: calc(4px + 0.3125vw);
  padding-bottom: calc(4px + 0.3125vw);
  padding-right: calc(12px + 0.9375vw);
  padding-left: calc(12px + 0.9375vw);
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.rl-banner-but-black svg {
  fill: #fff;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

.rl-banner-but-black:hover {
  background-color: transparent;
  color: #82be0f;
}

.rl-banner-but-black:hover svg {
  
  fill: #82be0f;
}

/*------------------------------------
        	$Font Face
------------------------------------*/
.font-oswald {
  font-family: 'Oswald', sans-serif;
}

/*--------text-size------ */
.rl-text-lg {
  font-size: calc(6.25vw + 20px);
  /*1920-140 ,320-40*/
  line-height: 1;
  font-weight: 500;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, .4);
}

.rl-text-md {
  font-size: calc(0.625vw + 48px);
  /*1920-60 320-50*/
  font-weight: 300;
  line-height: 1.1;
}

.rl-text-md2 {
  font-size: calc(1.25vw + 36px);
  /*1920:60, 320-40*/
  font-weight: 300;
  line-height: 1.1;
}

.rl-text-md3 {
  font-size: calc(1.875vw + 44px);
  /*1920:80, 320-50*/
  font-weight: 300;
  line-height: 1.1;
}

.rl-text-sm {
  font-size: calc( 26.4px + 0.5vw);
  /*36*/
  font-weight: 300;
  line-height: 1.1;
}

.rl-text-xs {
  font-size: calc( 22.8px + 0.375vw);
  /*30*/
  font-weight: 300;
  line-height: 1.1;
}

.rl-text-desc {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}

.rl-text-announcement {
  font-size: 20px;
}
.rl-row-80-50 {
  /*padding-top:80, padding-bottom:50*/
  padding-top: calc( 32px + 2.5vw);
  padding-bottom: calc( 14px + 1.875vw);
}

/*--- text weight ---*/
.rl-text-bold { font-weight: bold; }
.rl-text-medium { font-weight: 500; }
.rl-text-regular { font-weight: 400; }
.rl-text-light { font-weight: 300; }


/*--------text-align------ */

.rl-text-center {
  text-align: center;
}

.rl-text-left {
  text-align: left;
}

.rl-text-right {
  text-align: right;
}

/*----- 130px ----- */

.rl-row-130 {
  padding-top: calc(4.375vw + 46px);
  padding-bottom: calc(4.375vw + 46px);
}

.rl-row-top-130 {
  padding-top: calc(4.375vw + 46px);
  padding-bottom: 0;
}

.rl-row-bottom-130 {
  padding-bottom: calc(4.375vw + 46px);
}


/*----- 90px ----- */

.rl-row-90 {
  padding-top: calc( 30px + 3.125vw);
  padding-bottom: calc( 30px + 3.125vw);
}

.rl-row-top-90 {
  padding-top: calc( 30px + 3.125vw);
  padding-bottom: 0;
}

.rl-row-bottom-90 {
  padding-bottom: calc( 30px + 3.125vw);
}


/*----- 80px ----- */

.rl-row-80 {
  padding-top: calc( 32px + 2.5vw);
  padding-bottom: calc( 32px + 2.5vw);
}

.rl-row-top-80 {
  padding-top: calc( 32px + 2.5vw);
  padding-bottom: 0;
}

.rl-row-bottom-80 {
  padding-top: 0;
  padding-bottom: calc( 32px + 2.5vw);
}


/*----- 60px ----- */

.rl-row-60 {
  padding-top: calc( 24px + 1.875vw);
  padding-bottom: calc( 24px + 1.875vw);
}

.rl-row-top-60 {
  padding-top: calc( 24px + 1.875vw);
  padding-bottom: 0;
}

.rl-row-bottom-60 {
  padding-top: 0;
  padding-bottom: calc( 24px + 1.875vw);
}


/*----- 50 px ----- */

.rl-row-50 {
  padding-top: calc( 14px + 1.875vw);
  padding-bottom: calc( 14px + 1.875vw);
}

.rl-row-top-50 {
  padding-top: calc( 14px + 1.875vw);
  padding-bottom: 0;
}

.rl-row-bottom-50 {
  padding-top: 0;
  padding-bottom: calc( 14px + 1.875vw);
}


/*----- 40 px ----- */

.rl-row-40 {
  padding-top: calc( 16px + 1.25vw);
  padding-bottom: calc( 16px + 1.25vw);
}

.rl-row-top-40 {
  padding-top: calc( 16px + 1.25vw);
  padding-bottom: 0;
}

.rl-row-bottom-40 {
  padding-top: 0;
  padding-bottom: calc( 16px + 1.25vw);
}

/*----- 30 px ----- */

.rl-row-30 {
  padding-top: calc(0.75vw + 15.6px);
  padding-bottom: calc(0.75vw + 15.6px);
}

.rl-row-top-30 {
  padding-top: calc(0.75vw + 15.6px);
  padding-bottom: 0;
}

.rl-row-bottom-30 {
  padding-top: 0;
  padding-bottom: calc(0.75vw + 15.6px);
}

/*----- 25 px ----- */

.rl-row-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.rl-row-top-25 {
  padding-top: 25px;
  padding-bottom: 0;
}

.rl-row-bottom-25 {
  padding-top: 0;
  padding-bottom: 25px;
}

/*----- 20 px ----- */

.rl-row-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.rl-row-top-20 {
  padding-top: 20px;
  padding-bottom: 0;
}

.rl-row-bottom-20 {
  padding-top: 0;
  padding-bottom: 20px;
}


/*----- 15 px ----- */

.rl-row-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.rl-row-top-15 {
  padding-top: 15px;
  padding-bottom: 0;
}

.rl-row-bottom-15 {
  padding-top: 0;
  padding-bottom: 15px;
}


/*-----img------ */

.rl-img-response {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}


/*-----bg-color------ */

.rl-bg-black1 {
  background-color: #535353;
}

.rl-bg-black2 {
  background-color: #434343;
}

.rl-bg-black3 {
  background-color: #000000;
}

.rl-bg-lightblack {
  background-color: #242424;
}

.rl-bg-lightblack2 {
  background-color: #3b3b3b;
}

.rl-bg-white {
  background-color: #fff;
}

.rl-bg-gray {
  background-color: #d2d2d2;
}

.rl-bg-gray2 {
  background-color: #e6e6e6;
}

.rl-color-white {
  color: #fff;
}

.rl-color-gray {
  color: #969696;
}

.rl-color-black {
	color: #000;
}
.rl-color-black1 {
  color: #282828;
}

.rl-color-black2 {
  color: #434343;
}

.rl-color-black3 {
  color: #010101;
}

.rl-color-black4 {
  color: #313131;
}
.rl-color-black5 {
  color: #646464;
}

.rl-color-green {
  color: #82be0f;
}


.rl-banner-text {
  /*font-family: 'Roboto Condensed', sans-serif;*/
  font-weight: 600;
  text-transform: uppercase;
}

.rl-uppercase {
  text-transform: uppercase;
}



/*------------------------------------$Play button------------------------------------ */

.rl-rel {
  position: relative;
  display: block;
}

.rl-play-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(50px + 1.5vw);
  height: calc(50px + 1.5vw);
  border-radius: 50%;
  margin: auto;
  /* margin: calc( (( 55px + 2.5vw) / 2) * (-1)) 0 0 calc( (( 55px + 2.5vw) / 2) * (-1)); */
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.rl-rel .rl-play-wrapper:after {
  content:'';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(0.25vw + 15.2px) 0 calc(0.25vw + 15.2px) calc(0.625vw + 18px);
  border-color: transparent transparent transparent #505050;
  margin-left: calc( 2.8px + 0.375vw);
}

.rl-rel:hover .rl-play-wrapper {
  background: rgba(255, 255, 255, 0.6);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

/* mutiple column */

.rl-text-center {
  text-align: center;
}

.rl-text-left {
  text-align: left;
}

.rl-text-right {
  text-align: right;
}


/*cols */

.rl-cards {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

.rl-cards>div {
  width: 100%;
}

.rl-column-2>div {
  width: calc(100% / 2);
}

.rl-column-3>div {
  width: calc(100% / 3);
}

.rl-column-4>div {
  width: calc(100% / 4);
}

.rl-column-5>div {
  width: calc(100% / 5);
}

.rl-column-6>div {
  width: calc(100% / 6);
}

.rl-column-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}


/* two-col */

.rl-column-space-7dot5>div {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.rl-column-space-15>div {
  /*15, 7.5*/
  padding-left: calc(0.5vw + 5.4px);
  padding-right: calc(0.5vw + 5.4px);
}

.rl-column-space-20>div {
  /*20, 7.5*/
  padding-left: calc(0.8125vw + 4.4px);
  padding-right: calc(0.8125vw + 4.4px);
}

.rl-column-space-25>div {
  /*25, 7.5*/
  padding-left: calc(1.125vw + 3.4px);
  padding-right: calc(1.125vw + 3.4px);
}

.rl-column-space-30>div {
  /*30, 7.5*/
  padding-left: calc(1.4375vw + 2.4px);
  padding-right: calc(1.4375vw + 2.4px);
}

.rl-column-space2-wrapper {
  overflow: hidden;
}

.rl-column-space2-7dot5 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.rl-column-space2-15 {
  margin-left: calc((0.5vw + 5.4px) * (-1));
  margin-right: calc((0.5vw + 5.4px) * (-1));
}

.rl-column-space2-20 {
  margin-left: calc((0.8125vw + 4.4px) * (-1));
  margin-right: calc((0.8125vw + 4.4px) * (-1));
}

.rl-column-space2-25 {
  margin-left: calc((1.125vw + 3.4px) * (-1));
  margin-right: calc((1.125vw + 3.4px) * (-1));
}

.rl-column-space2-30 {
  margin-left: calc((1.4375vw + 2.4px) * (-1));
  margin-right: calc((1.4375vw + 2.4px) * (-1));
}

.rl-column-space2-50 {
  margin-left: calc((2.6875vw + -1.6px) * (-1));
  margin-right: calc((2.6875vw + -1.6px) * (-1));
}

.rl-column-space2-73 {
  margin-left: calc((4.125vw + -6.2px) * (-1));
  margin-right: calc((4.125vw + -6.2px) * (-1));
}

.rl-column-space2-7dot5>div {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.rl-column-space2-15>div {
  padding-left: calc(0.5vw + 5.4px);
  padding-right: calc(0.5vw + 5.4px);
}

.rl-column-space2-20>div {
  padding-left: calc(0.8125vw + 4.4px);
  padding-right: calc(0.8125vw + 4.4px);
}

.rl-column-space2-25>div {
  padding-left: calc(1.125vw + 3.4px);
  padding-right: calc(1.125vw + 3.4px);
}

.rl-column-space2-30>div {
  padding-left: calc(1.4375vw + 2.4px);
  padding-right: calc(1.4375vw + 2.4px);
}

.rl-column-space2-50>div {
  padding-left: calc(2.6875vw + -1.6px);
  padding-right: calc(2.6875vw + -1.6px);
}

.rl-column-space2-73>div {
  padding-left: calc(4.125vw + -6.2px);
  padding-right: calc(4.125vw + -6.2px);
}

.rl-column-icons-wrapper {
  max-width: 240px;
  margin: 0 auto;
}

.rl-column-icons-wrapper a {
  text-decoration: none;
}


/*.rl-column-icons-wrapper a:hover .rl-skin-icon-desc {
  color: #fff;
}*/

.rl-column-icons-wrapper.rl-column-2 {
  max-width: 480px;
}

.rl-column-icons-wrapper.rl-column-3 {
  max-width: 720px;
}

.rl-column-icons-wrapper.rl-column-4 {
  max-width: 960px;
}

.rl-column-icons-wrapper.rl-column-5 {
  max-width: 1200px;
}

.rl-column-icons-wrapper.rl-column-6 {
  max-width: 1440px;
}

.rl-skin-icon-desc {
  font-weight: 300;
  line-height: 1.5;
}

.rl-icons-link {
  width: 60px;
  max-width: 100%;
}


/*.rl-skin-icons-link {
  fill: #fff;
}

.rl-skin-icons-link-black {
  fill: #080808;
}*/


/*.icons-link-wrapper:hover {
  background-color: #3d3d3d;
}

.icons-link-wrapper:hover .rl-icons-link {
  fill: #fff;
}*/

.rl-skin-icons-wrapper {
  /*border: 1px solid #3c3c3c;
  background-color: rgba(0,0,0,0.1);*/
}

.rl-skin-icons-wrapper .rl-skin-icon {
  fill: #fff;
}

.rl-skin-icons-wrapper .rl-skin-icon-text {
  color: #fff;
}

.rl-skin-icons-wrapper:hover {
  /*border: 1px solid #3c3c3c;*/
  background-color: #3c3c3c;
}

.rl-skin-icons-wrapper:hover .rl-skin-icon {
  fill: #82be0f;
}

.rl-skin-icons-wrapper:hover .rl-skin-icon-text {
  color: #82be0f;
}

.rl-skin-icons-black-wrapper {
  /*border: 1px solid #a0a0a0;
  background-color: rgba(255,255,255,0.5);*/
}

.rl-skin-icons-black-wrapper .rl-skin-icon {
  fill: #080808;
}

.rl-skin-icons-black-wrapper .rl-skin-icon-text {
  color: #080808;
}

.rl-skin-icons-black-wrapper:hover {
  /*border: 1px solid #a0a0a0;*/
  background-color: #a0a0a0;
}

.rl-skin-icons-black-wrapper:hover .rl-skin-icon {
  fill: #fff;
}

.rl-skin-icons-black-wrapper:hover .rl-skin-icon-text {
  color: #fff;
}

.rl-column-icons {
  padding: calc(0.9375vw + 7px);
  /*25 -> 10*/
  height: 100%;
}


/*--- Spotlight (two cloumns layout) ---*/


/*--- Layout ---*/

.rl-spotlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.rl-spotlight-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rl-spotlight-body-center {
  -ms-flex-item-align: center;
  align-self: center;
}

.rl-spotlight-body-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.rl-spotlight-body-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.rl-spotlight-media-center {
  text-align: center;
}

.rl-spotlight-media-left {
  text-align: left;
}

.rl-spotlight-media-right {
  text-align: right;
}

.rl-spotlight-body-gap150 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(8.125vw + -6px);
  flex: 0 0 calc(8.125vw + -6px);
  /*1920:150, 320:20*/
  min-height: 1px;
}

.rl-spotlight-body-gap120 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(6.25vw + 0px);
  flex: 0 0 calc(6.25vw + 0px);
  /*1920:120, 320:20*/
  min-height: 1px;
}

.rl-spotlight-body-gap100 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(5vw + 4px);
  flex: 0 0 calc(5vw + 4px);
  /*1920:100, 320:20*/
  min-height: 1px;
}

.rl-spotlight-body-gap75 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(3.4375000000000004vw + 9px);
  flex: 0 0 calc(3.4375000000000004vw + 9px);
  /*1920:75, 320:20*/
  min-height: 1px;
}

.rl-spotlight-body-gap35 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  min-height: 1px;
}

.rl-spotlight-body-gap20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  min-height: 1px;
}

.rl-spotlight-body-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 1px;
}

.rl-spotlight-body-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  min-height: 1px;
}

.rl-spotlight-body-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  min-height: 1px;
}

.rl-spotlight-body-4 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
  min-height: 1px;
}

.rl-spotlight-body-5 {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
  min-height: 1px;
}

.rl-spotlight-body-6 {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
  min-height: 1px;
}

.rl-spotlight-body-7 {
  -webkit-box-flex: 7;
  -ms-flex: 7;
  flex: 7;
  min-height: 1px;
}

.rl-spotlight-body-8 {
  -webkit-box-flex: 8;
  -ms-flex: 8;
  flex: 8;
  min-height: 1px;
}

.rl-spotlight-body-9 {
  -webkit-box-flex: 9;
  -ms-flex: 9;
  flex: 9;
  min-height: 1px;
}


/*--- button ---*/

.rl-button {
  /* display: inline-block;
  line-height: 34px;
  min-width: 200px;
  text-align: center;
  text-decoration: none; */

  font-size: 1.125rem;
  font-weight: bold;
  white-space: normal;
  width: 100%;
  max-width: 240px;
}

.rl-button:hover,
.rl-button:focus,
.rl-button:active:focus {
  text-decoration: none;
}

.rl-button-right {
  float: right;
}

.rl-button-left {
  float: left;
}

.rl-button-center {
  display: block;
  margin: 0 auto;
}

.rl-button-default,
.rl-button-default:active,
.rl-button-default:active:focus,
.rl-button-default:focus {
  color: #fff;
  background-color: #82be0f;
  border: 2px solid #82be0f;
  border-radius: 0;
  outline: none;
}

.rl-button-default .fa-lg {
  vertical-align: -9%;
}

.rl-button-default:hover {
  color: #82be0f;
  background-color: transparent;
  border: 2px solid #82be0f;
}

.rl-button-lg {
  font-size: 1.5rem;
  min-width: calc(7.5vw + 236px); /*380-260*/
  width: auto;
  max-width: initial;
}

.rl-button-md {
  font-size: 1.125rem;
  font-weight: 400;
  min-width: 200px;
}

.rl-button-sm {
  font-size: 1rem;
  font-weight: 300;
}

.rl-btn-fill-new {
  width: 100%;
  background-color: #666;
  border: none;
  color: #fff;
  line-height: normal;
  font-size: 1.125rem;
  /*border-radius: 0;  */
}

.rl-btn-fill-new:hover,
.rl-btn-fill-new:active,
.rl-btn-fill-new:active:focus {
  background-color: #999 !important;
  color: #fff !important;
  outline: none;
}

.rl-btn-fill-new:focus {
  background-color: #999;
  color: #fff;
  outline: none;
}

.rl-btn-portal {
  font-size: 20px;
  padding: 10px;
  background-color: #4b4b4b;
}

.rl-box1 {
  padding: calc(24.6px + 1.0625vw) calc(28px + 2.1875vw);
  background: #fff;
}

.rl-feature-nav-other {
  background-color: #232323;
  font-family: 'roboto';
  margin: 0px;
  width: 100%;
  height: calc(0.625vw + 48px);
}
.rl-feature-nav-other.fixed {
  position: fixed;
  left: 0px;
  top: 60px;
  z-index: 1;
}
.rl-feature-nav-other .rl-other-item.active {
    color: #82be0f;
}

.rl-other-main {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(0.625vw + 48px);
}

.rl-other-item {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  padding-right: calc(1.5625vw + 5px);
  padding-left: calc(1.5625vw + 5px);
  font-size: 16px;
  font-weight: 400;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  line-height: calc(0.625vw + 48px);
}

.rl-other-item:hover  a,
.rl-other-item.active a{
  color: #82be0f;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}

.rl-other-item a{
  color: #fff;
  text-decoration: none;
}

  .rl-other-splite{
      display:inline-block;
      color:#888;
      line-height: calc(0.625vw + 48px);
  }

.rl-svg-btn {
  fill: #82be0f;
}

.rl-svg-btn:hover {
  fill: #ffffff;
}


/*slide*/

.rl-slide1 .slick-slide {
  outline: none !important;
}

.rl-slide1 .slick-dots {
  bottom: 20px;
}

.rl-slide1.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.rl-slide1 .slick-dots li.slick-active button:before {
  opacity: .75;
  color: white;
}


/* slide arrows */

.rl-slide .slick-arrow {
  z-index: 50;
}

.rl-slide .slick-prev {
  left: 5px;
}

.rl-slide .slick-next {
  right: 5px;
}

.rl-slide-rel {
  position: relative;
}

.rl-slide-text {
  width: 100%;
  position: absolute;
  bottom: 56px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.rl-slide-text p {
  font-family: 'roboto';
  font-size: 18px;
  font-weight: 300;
}

.rl-arrow {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: rgba(98, 98, 98, 0.8);
  height: calc(0.8750000000000001vw + 27.2px);
  width: calc(0.8750000000000001vw + 27.2px);
  text-align: center;
  border-style: none;
}

.rl-arrow i.fa {
  color: #fff;
  font-size: calc(17.6px + 0.75vw);
}

.rl-prev {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
}

.rl-next {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
}

.banner-wrapper .prev1 {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
}

.banner-wrapper .next1 {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
}


/*adjust origin slick arrow*/

.rl-slide1 .slick-prev:before,
.rl-slide1 .slick-next:before {
  color: #fff;
}

.rl-slide1 .slick-arrow:before {
  font-family: FontAwesome;
  font-size: calc(0.125vw + 27.6px);
  /*30->28*/
  line-height: 1;
  font-weight: 900;
}

.rl-slide1 .slick-prev,
.rl-slide1 .slick-next {
  width: calc(0.8750000000000001vw + 27.2px);
  height: calc(0.8750000000000001vw + 27.2px);
  background-color: rgba(98, 98, 98, 0.5);
  border-radius: 50%;
}

.rl-slide1 .slick-prev {
  left: calc(1.25vw + 6px);
}

.rl-slide1 .slick-next {
  right: calc(1.25vw + 6px);
}

.rl-slide1 .slick-prev:before {
  content: '\f104';
}

.rl-slide1 .slick-next:before {
  content: '\f105';
}

.rl-slide1 .slick-prev.slick-disabled,
.rl-slide1 .slick-next.slick-disabled {
  background-color: rgba(98, 98, 98, 0.4);
  cursor: auto;
}

.rl-slide1 .slick-arrow {
  z-index: 1;
}

.rl-hr {
  border-top: 2px;
}

.rl-hr-color-gray {
  border-color: #3c3c3c
}

.rl-logos {
  min-height: 150px;
}


/*fadIneup*/

.rl-animatable {
  visibility: hidden;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.rl-animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

.rl-animatedFadeInUp {
  opacity: 0;
}

@keyframes rl-fadeinup {
  from {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-o-keyframes rl-fadeinup {
  from {
    -o-transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  to {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-moz-keyframes rl-fadeinup {
  from {
    -moz-transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  to {
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes rl-fadeinup {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rl-animated.rl-fadeinup {
  -webkit-animation-name: rl-fadeinup;
  -moz-animation-name: rl-fadeinup;
  -o-animation-name: rl-fadeinup;
  animation-name: rl-fadeinup;
}


/*--- magnificPopup overwrite ---*/

.mfp-iframe-holder .mfp-content {
  max-width: 80%;
}

@media screen and (max-width: 991px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 900px;
  }
}


/*mediaquery*/

@media screen and (max-width: 1440px) {
  .rl-row-1440 {
    margin: 0 4.17%;
  }
  .rl-row-1100 {
    margin: 0 12%;
  }
  .rl-row-1024 {
    margin: 0 15%;
  }
}

@media screen and (max-width: 1199px) {
  .rl-text-center-lg {
    text-align: center;
  }
  .rl-text-left-lg {
    text-align: left;
  }
  .rl-text-right-lg {
    text-align: right;
  }
  .rl-column-5>div,
  .rl-column-6>div {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 991px) {
  .rl-row-1440,
  .rl-row-1100,
  .rl-row-1024 {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin: 0 auto;
  }
  .rl-text-center-md {
    text-align: center;
  }
  .rl-text-left-md {
    text-align: left;
  }
  .rl-text-right-md {
    text-align: right;
  }
  .rl-column-4>div,
  .rl-column-6>div {
    width: calc(100% / 2);
  }
  .rl-spotlight-body-md-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 1px;
  }
  .rl-spotlight-body-md-2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    min-height: 1px;
  }
  .rl-spotlight-body-md-3 {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    min-height: 1px;
  }
  .rl-spotlight-body-md-4 {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    min-height: 1px;
  }
  .rl-spotlight-body-md-5 {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    min-height: 1px;
  }
  .rl-spotlight-body-md-6 {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
    min-height: 1px;
  }
  .rl-spotlight-body-md-7 {
    -webkit-box-flex: 7;
    -ms-flex: 7;
    flex: 7;
    min-height: 1px;
  }
  .rl-spotlight-body-md-8 {
    -webkit-box-flex: 8;
    -ms-flex: 8;
    flex: 8;
    min-height: 1px;
  }
  .rl-spotlight-body-md-9 {
    -webkit-box-flex: 9;
    -ms-flex: 9;
    flex: 9;
    min-height: 1px;
  }
}

@media screen and (max-width: 767px) {
  .rl-banner{
    
  }
  .rl-visible {
    display: none !important;
  }
  .rl-hidden {
    display: block !important;
  }
  .rl-banner-xs {
    background-image: url(https://www.reallusion.com//content/Banner/1218/MobileBanner_20170524014230.jpg);
    height: calc(44.742729306487696vw + 256.8232662192394px);
    min-height: inherit;
  }
  .rl-banner-other-xs {
    background-image: url(https://www.reallusion.com//content/Banner/1218/MobileBanner_20170524014230.jpg);
    height: calc(11.185682326621924vw + 314.20581655480987px);
    min-height: inherit;
  }
  .rl-text-center-sm {
    text-align: center;
  }
  .rl-text-left-sm {
    text-align: left;
  }
  .rl-text-right-sm {
    text-align: right;
  }
  .rl-column-2>div,
  .rl-column-3>div,
  .rl-column-4>div,
  .rl-column-5>div,
  .rl-column-6>div {
    width: 100%;
  }
  .rl-column-icons-wrapper>div {
    width: calc(100% / 2);
  }
  /*--- Spotlight (two cloumns layout) ---*/
  /*--- Layout ---*/
  .rl-spotlight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .rl-spotlight-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .rl-banner-mobile-leftbot {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .rl-banner-mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .rl-banner-mobile-bot-60{
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 575px) {
  .rl-container {
    padding-right: 0;
    padding-left: 0;
  }
  .rl-text-center-xs {
    text-align: center;
  }
  .rl-text-left-xs {
    text-align: left;
  }
  .rl-text-right-xs {
    text-align: right;
  }
}