*::-webkit-input-placeholder {
color: #666;
opacity: 1;
}

*:-moz-placeholder {
color: #666;
opacity: 1;
}

*::-moz-placeholder {
color: #666;
opacity: 1;
}

*:-ms-input-placeholder {
color: #666;
opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {}

body input:required:valid,
body textarea:required:valid {}

html.js .loader {
background: none repeat scroll 0 0 #ffffff;
bottom: 0;
height: 100%;
left: 0;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 9999;
}

html.js .loader_inner {
background-image: url("../img/preloader.gif");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-color: #fff;
height: 60px;
width: 60px;
margin-top: -30px;
margin-left: -30px;
left: 50%;
top: 50%;
position: absolute;ф
}

body {
font-family: sans-serif;
font-size: 16px;
min-width: 320px;
position: relative;
line-height: 1.6;
font-family: "GothamRnd-Book", sans-serif;
overflow-x: hidden;
background-image: url(../img/main-bg.jpg);
background-repeat: repeat;
min-height: 100vh;
}

a,
a:hover,
a:active,
a:focus,
input:hover,
input:active,
input:focus,
button {
outline: none;
}

a,
a:hover,
a:active,
a:focus {
text-decoration: none;
color: #fff;
}

.hidden {
display: none;
}

.page-wrapper {
overflow: hidden;
}

.main-header {
position: relative;
z-index: 2;
}

.main-header::before {
content: '';
z-index: -1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 8px;
background-color: #f8ab32;
}

.main-header .container-fluid,
.main-header .row,
.main-header .col-lg-10,
.main-header .col-lg-2,
.main-header .col-md-12 {
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
}

.download-riot-mob {
position: absolute;
top: -46px;
height: 46px;
width: 100%;
background-color: #fff;
text-align: center;
padding-top: 8px;
}

.download-riot-mob a {
color: #000;
display: block;
width: 100%;
}

.download-riot-mob span {
margin: auto;
font-size: 13px;
text-transform: uppercase;
font-family: "GothamRnd-Medium", sans-serif
}

.download-riot-mob span img {
padding-left: 3px;
position: relative;
bottom: 3px;
width: 39px;
}

.logo-wrap {
width: 215px;
height: auto;
}

.main-mnu {
padding-right: 20px;
display: none;
position: absolute;
background-color: #f8ab32;
width: 428px;
right: 0;
text-align: right;
padding-top: 100px;
padding-bottom: 57px;
}

.mobile-mnu {
display: none;
}
.mobile-mnu li:first-child a{
    position: relative;
    padding-right: 50px;
}
.mobile-mnu li:first-child a::after{
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    width: 37px;
    background-size: 37px;
    height: 37px;
    background-image: url(../img/launch-now.png);
}
.main-mnu ul {
margin: 0;
padding: 0;
list-style: none;
text-transform: uppercase;
padding-left: 30px;
padding-right: 30px;
}

.main-mnu li {
/*display: inline-block;*/
/*padding-left: 32px;
padding-top: 12px;*/
display: block;
}
.main-mnu li:last-child a{
    border-bottom: transparent;
}
.main-mnu li a {
/*font-size: 24px;
color: #fff;
font-family: "GothamRnd-Medium", sans-serif;
transition: all .25s ease;*/
font-family: "GothamRnd-Book", sans-serif;
font-size: 16px;
display: block;
width: 100%;
padding-top: 14px;
padding-bottom: 14px;
border-bottom: 1px solid #7a289f;
text-transform: uppercase;
}

.main-mnu li a img {
padding-left: 7px;
}

.main-mnu li a:hover,
.main-mnu li a:active,
.main-mnu li a:focus {
color: #b4b4b4;
transition: all .25s ease;
}

.main-slider-section {
padding-bottom: 300px;
}

.slider-bg-1 {
background-image: url(../img/background-slider-1.png);
min-height: 820px;
width: 1327px;
margin: auto;
background-repeat: no-repeat;
background-position: 0 0;
}

.main-slider-title {
text-align: center;
margin: auto;
text-transform: uppercase;
color: #fff;
font-family: "GothamRnd-Book", sans-serif;
font-weight: normal;
font-size: 50px;
line-height: 1.3;
padding-top: 314px;
min-height: 508px
}
/*.main-slider-title-typed{
	display: block;
}*/
.mfp-iframe-holder .mfp-content {
min-width: 1400px;
}

.typed-cursor {
opacity: 1;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
margin-left: 10px;
}

@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}

@-webkit-keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}

@-moz-keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}

.video-play-btn {
margin: auto;
font-family: "GothamRnd-Medium", sans-serif;
display: block;
text-align: center;
color: #fff;
text-transform: uppercase;
font-size: 18px;
margin-top: 94px;
width: 326px;
background: transparent;
border: none;
}

.video-play-btn span {
display: block;
padding-bottom: 6px;
}

.main-slider-wrapper {
//padding-bottom:47px;}
.main-slider-wrapper .slick-slide img {
display: inline;
}
.main-slider-wrapper .slick-dots {
text-align: center;
padding-left: 0;
}
.main-slider-wrapper .slick-dots li {
display: inline-block;
margin: auto;
width: 37px;
padding: 0;
margin: 0;
}
.main-slider-wrapper .slick-dots .slick-active button {
opacity: 1;
}
.main-slider-wrapper .slick-dots button {
width: 15px;
height: 15px;
background-color: #fff;
border: none;
border-radius: 10em;
opacity: .3;
text-indent: -9999px;
outline: none;
padding: 0;
margin: 0;
}
.slick-dots {
list-style: none;
}
.slick-initialized .slick-slide {
outline: none;
}
.main-slider-wrapper .slick-slide .video-popup img {
display: block;
margin: auto;
}
#video-main-popup {
width: 900px;
margin: auto;
}
#video-main-popup video {
width: 100%;
}
.slider-gif {
width: 1250px;
}
.mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
.slider-bg-2 {
text-align: center;
padding-top: 30px;
position: relative;
padding-bottom: 50px;
}
.slider-bg-2 img {
margin: auto;
}
.slider-phone {
position: absolute;
right: -7px;
bottom: -13px;
width: 230px;
z-index: 1;
}
.gif-img {
position: absolute;
width: 812px;
top: 54px;
left: 219px;
}
.slider-bg-3 {
padding-top: 230px;
padding-bottom: 181px;
}
.slider-bg-3 h2 {
font-size: 28px;
font-family: "GothamRnd-Book", sans-serif;
color: #f8ab32;
text-transform: uppercase;
text-align: center;
display: none;
padding-top: 40px;
}
.slider-bg-3 ul {
padding: 0;
list-style: none;
text-align: center;
}
.slider-bg-3 li {
display: inline-block;
text-align: center;
color: #fff;
font-size: 18px;
line-height: 1.2;
transition: all .45s ease;
padding-bottom: 150px;
width: 280px;
position: relative;
}
.main-slider-wrapper .slick-slide .slider-bg-3 img {
width: 150px;
height: 150px;
display: block;
opacity: .7;
-webkit-transform: scale(1, 1);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 550ms;
-moz-transform: scale(1, 1);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 550ms;
margin: auto;
}
.main-slider-wrapper .slick-slide .slider-bg-3 li:hover {
width: 280px;
transition: all .30s ease;
cursor: pointer;
}
.slider-bg-3 li span {
height: 100px;
display: block;
vertical-align: middle;
position: absolute;
width: 162px;
left: 0;
right: 0;
top: 158px;
transition: all .55s ease;
margin: auto;
}
.slider-bg-gif-wrap {
width: 1200px;
position: relative;
margin: auto;
}
.main-slider-wrapper .slick-slide .slider-bg-3 li:hover img {
-webkit-transform: scale(2, 2);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 550ms;
-moz-transform: scale(2, 2);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 550ms;
opacity: 1;
}
.main-slider-wrapper .slick-slide .slider-bg-3 li:hover span {
top: 237px;
}
.app-links-list,
.app-links-list-mob {
text-align: center;
margin: 0 -15px;
list-style: none;
padding: 0;
position: relative;
z-index: 1;
padding-top: 30px;
padding-bottom: 21px;
transition: all .55s ease;
}
.app-links-list {
padding-top: 22px;
}
.app-links-list img{
    width: 140px;
}
.app-links-list::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: .4;
background-color: #000;
z-index: -1;
}
.app-links-list li,
.app-links-list-mob li {
display: inline-block;
padding-left: 3px;
padding-right: 4px;
}
.app-links-list a,
.app-links-list-mob a {
display: block;
}
.main-footer {
position: absolute;
bottom: 0;
width: 100%;
}
.footer-links-wrap {
overflow: hidden;
background-color: #250d39;
color: #fff;
}
.footer-links {
width: 1100px;
margin: auto;
padding-top: 29px;
padding-bottom: 41px;
}
.footer-links ul {
margin: 0;
padding: 0;
list-style: none;
}
.footer-links li {
display: inline-block;
text-align: center;
width: 32.5%;
}
.footer-links li a {
text-transform: uppercase;
font-size: 20px;
transition: all .25s ease;
}
.footer-links li a:hover {
color: #b4b4b4;
transition: all .25s ease;
}
.about-riot {
padding-bottom: 326px;
}
.about-riot{
text-align: justify;
}
.title,
.subtitle {
margin: 0;
padding: 0;
}
.title {
font-family: "GothamRnd-Book", sans-serif;
text-transform: uppercase;
color: #f8ab32;
font-weight: normal;
font-size: 48px;
padding-top: 28px;
line-height: 1.2;
padding-bottom: 9px;
}
.about-text-wrap {
padding-bottom: 10px;
}
.about-text ul{
    padding: 0;
    padding-left: 18px;
}
.subtitle {
font-size: 36px;
text-transform: uppercase;
color: #fff;
line-height: 1.2;
font-weight: normal;
padding-bottom: 10px;
text-align: left;
}
.riot-descr {
padding-bottom: 373px;
}
.riot-descr .title {
padding-bottom: 0;
}
.subtitle-italic {
padding: 0;
margin: 0;
font-family: "Gotham-BookItalic", sans-serif;
font-size: 17px;
color: #ecd2f8;
line-height: 1.3;
padding-bottom: 22px;
text-align: justify;
}
.riot-descr-text,
.riot-desr-img {
width: 50%;
float: left;
}
.riot-descr-text{
    text-align: justify;
}
.riot-descr-title {
margin: 0; //font-size:43px;text-transform:uppercase;color:#fff;font-weight:normal;}
.riot-descr-wrap {
position: relative;
padding-bottom: 60px;
padding-top: 38px;
}
.riot-descr-wrap::after {
content: '';
position: absolute;
width: 100%;
height: 4px;
background-color: #f8ab32;
bottom: 0;
left: 0;
}
.riot-descr-wrap:nth-last-of-type(1)::after {
display: none;
}
.riot-descr-text p {
margin: 0;
color: #fff; //font-size:22px;font-family:"Gotham-Book", sans-serif;line-height:1.2;}
.riot-desr-img ul {
margin: 0;
list-style: none;
padding-left: 40px;
}
.riot-desr-img li {
color: #fff;
text-transform: uppercase;
font-size: 23px;
display: inline-block;
padding-left: 30px;
padding-right: 31px;
text-align: center;
}
.riot-desr-img img {
display: block;
}
.riot-free {
padding-bottom: 320px;
}
.subtitle-text {
font-family: "Gotham-Book", sans-serif; //font-size:20px;color:#fff;padding:0;margin:0;}
.riot-free .subtitle {
padding-bottom: 0;
/*text-align: justify;*/
}
.get-started-btn a {
margin: auto;
display: block;
width: 510px;
height: 69px;
background-color: #55c693;
border-radius: 10em;
font-size: 32px;
text-transform: uppercase;
text-align: center;
padding-top: 9px;
margin-top: 72px;
transition: all .25s ease;
}
.get-started-btn a:hover {
background-color: #f8ab32;
transition: all .25s ease;
}
.riot-hiring {
padding-bottom: 256px;
}
.riot-hiring .row > .col-md-12 .about-text{
	text-align: justify;
}
.text-hiring {
padding-top: 10px;
}
.hiring-wrap {
padding-bottom: 57px;
}
.hiring {
padding-left: 33px;
width: 70%;
float: left;
font-family: "Gotham-Book", sans-serif;
color: #fff;
line-height: 1.2;
margin: 0;
padding-bottom: 36px;
text-align: justify;
}
.hiring p{
margin: 0;
}
.hiring p a{
text-decoration: underline;
padding-top: 10px;
display: block;
}
.hiring-btn {
width: 30%;
float: left;
}
.hiring-btn a {
width: 170px;
}
.riot-users {
padding-bottom: 320px;
}
.riot-user-wrap {
padding-bottom: 6px;
text-align: justify;
}
.riot-user-wrap .about-text {
//font-size:22px;}
.riot-users .col-md-6:nth-of-type(1) .subtitle {
//width:150px;}
.riot-user-bg {
background-image: url(../img/users-sprite.png);
width: 115px;
height: 94px;
background-repeat: no-repeat;
background-position: 0 -3px;
}
.clearfix {
clear: both;
}
.riot-users .col-md-6:nth-of-type(2) .riot-user-bg {
background-position: -128px 4px;
}
.riot-users .col-md-6:nth-of-type(4) .riot-user-bg {
background-position: -256px 4px;
}
.riot-users .col-md-6:nth-of-type(5) .riot-user-bg {
background-position: -384px 6px;
}
.what-is-riot {
padding-bottom: 230px;
}
.tabs-ul {
list-style: none;
padding: 0;
margin: 0;
position: relative;
padding-bottom: 15px;
margin-top: 31px;
margin-bottom: 25px;
}
.tabs-ul::after {
content: '';
width: 100%;
height: 4px;
background-color: #55c693;
position: absolute;
bottom: 0;
left: 0;
}
.what-is-video video {
width: 100%;
background-color: #fff;
height: 310px;
}
.tabs-ul li {
width: 68px;
height: 68px;
display: inline-block;
background-image: url(../img/tabs-sprite.png);
background-position: 8px 8px;
background-repeat: no-repeat;
cursor: pointer;
}
.tabs-ul li:nth-child(2) {
background-position: -124px 10px;
}
.tabs-ul li:nth-child(3) {
background-position: -257px 10px;
}
.tabs-ul li:nth-child(4) {
background-position: -389px 11px;
}
.tabs-ul li:nth-child(5) {
background-position: -490px 13px;
}
.tabs-ul li:nth-child(6) {
background-position: -564px 11px;
}
.tabs-ul li:nth-child(7) {
background-position: -634px 11px;
}
.tabs-ul li:nth-child(8) {
background-position: -710px 8px;
}
.tabs-ul li:nth-child(9) {
background-position: -781px 10px;
}
.tabs-ul li:nth-child(10) {
background-position: -883px 11px;
}
.tabs-ul li:nth-child(11) {
background-position: -987px 9px;
}
.tabs-ul li:nth-child(12) {
background-position: -1095px 10px;
}
.about-what-tabs{
text-align: left;
}
.about-what-tabs > div {
display: none;
padding-bottom: 100px;
min-height: 350px;
}
.about-what-tabs > div.active-tab {
display: block;
}
.what-tabs li.active-tab {
background-color: #55c693;
border-radius: 10em;
transition: all .50s ease;
position: relative;
}
.what-tabs li.active-tab::after {
content: '';
width: 4px;
height: 20px;
position: absolute;
background-color: #55c693;
bottom: -19px;
left: 0;
right: 0;
margin: auto;
}
.about-what-tabs .about-text {
//font-size:22px;}
.riot-security {
padding-bottom: 320px;
}
.security-wrap {
//padding-bottom:42px;text-align: justify;}
.security-wrap .about-text {
..font-size: 22px;
}
.security-text {
//font-size:25px;padding-bottom:75px;}
.why-riot {
padding-bottom: 340px;
}
.why-riot .title {
padding-bottom: 7px;
}
.why-riot-wrap .about-text {
//font-size:18px;}
.why-riot-wrap {
position: relative;
padding-top: 15px;
padding-bottom: 42px;
}
.why-riot-wrap .about-text{
    text-align: justify;
}
.why-riot-wrap::before {
content: '';
width: 100%;
height: 3px;
background-color: #55c693;
position: absolute;
top: 0;
left: 0;
}
.toggle-mnu {
display: block;
width: 83px;
height: 83px;
margin-top: 10px;
position: absolute;
right: 0;
z-index: 10;
background-color: #f7ab33;
top: -2px;
padding-top: 28px;
}
.toggle-mnu span:after,
.toggle-mnu span:before {
content: "";
position: absolute;
left: 0;
top: 9px;
}
.toggle-mnu span:after {
top: 18px;
}
.toggle-mnu span {
position: relative;
display: block;
}
.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
width: 28px;
height: 4px;
background-color: #fff;
transition: all 0.3s;
backface-visibility: hidden;
border-radius: 2px;
margin: auto;
}
.toggle-mnu.on span {
background-color: transparent;
}
.toggle-mnu.on span:before {
transform: rotate(45deg) translate(-1px, 0px);
}
.toggle-mnu.on span:after {
transform: rotate(-45deg) translate(6px, -7px);
}
.riot-user-wrap .subtitle {
//font-size:37px;}
.subtitle {
font-size: 24px;
}
.riot-user-wrap .about-text {
//font-size:22px;}
.title {
font-size: 44px;
}
.about-text {
font-family: "Gotham-Book", sans-serif;
color: #fff; //font-size:24px;line-height:1.2;margin:0;padding-bottom:36px;}
.about-text a {
text-decoration: underline;
}
.about-text,
.riot-descr-text p {
//font-size:19px;}
.get-started-btn a {
    font-size: 22px;
    height: 45px;
    padding-top: 6px;
}
.main-mnu li a {
    font-size: 18px;
}
.logo-wrap img {
    width: 146px;
    height: auto;
}
.main-slider-title {
    font-size: 33px;
    min-height: 328px;
    padding-top: 164px;
}
.slider-bg-1 {
    width: 1000px;
    -webkit-background-size: 70%;
    background-size: 70%;
    background-position: 38% 0px;
    min-height: 505px;
}
.video-play-btn {
    margin-top: 0;
}
.slider-bg-gif-wrap,
.slider-gif {
    width: 858px;
}
.gif-img {
    position: absolute;
    width: 557px;
    top: 38px;
    left: 151px;
}
.slider-phone {
    right: 33px;
    width: 126px;
}
.slider-bg-3 {
    padding-top: 162px;
    padding-bottom: 59px;
}
.footer-links li a {
    font-size: 14px;
}
.riot-downloads {
    padding-bottom: 270px;
}
.downloads-tabs-wrapper {
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 3px;
    position: relative;
}
.downloads-tabs-wrapper::before {
    position: absolute;
    content: '';
    width: 99%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    background-color: #51d499;
}
.accordion-tabs {
    *zoom: 1;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.accordion-tabs:before {
    content: " ";
    display: table;
}
.accordion-tabs:after {
    content: " ";
    display: table;
    clear: both;
}
.accordion-tabs li.tab-head-cont:first-child a {
    border-top: 0;
}
.accordion-tabs li.tab-head-cont a {
    text-decoration: none;
    border-top: 1px solid #dddddd;
    color: #fff;
    display: block;
    font-size: 1.375em;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 7px;
    padding-bottom: 6px;
    text-align: center;
    text-transform: uppercase;
    font-family: "GothamRnd-Medium", sans-serif;
    transition: all .25s ease;
}
.accordion-tabs li.tab-head-cont a:hover {
    color: #fff;
    background-color: #f9ab3c;
    transition: all .25s ease;
}
.accordion-tabs li.tab-head-cont a:focus {
    outline: none;
}
.accordion-tabs li.tab-head-cont a.is-active {
    background-color: #51d399;
}
.tab-sect {
    padding-top: 37px;
    display: none;
    overflow: hidden;
    width: 100%;
}
.accordion-tabs {
    border: none;
    position: relative;
}
.accordion-tabs li.tab-head-cont {
    display: inline;
    margin-right: -5px;
}
.accordion-tabs li.tab-head-cont:last-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.accordion-tabs li.tab-head-cont a {
    display: inline-block;
    border-top: 0;
}
.accordion-tabs li.tab-head-cont .tab-sect {
    float: left;
    left: 0;
}
.downloads-img-wrap {
    width: 95.4%;
}
.downloads-img-wrap img {
    width: 100%;
    height: auto;
}
.downloads-text-wrap {
    width: 63%;
    padding-top: 51px;
    padding-bottom: 45px;
    margin: auto;
    font-family: "GothamRnd-Medium", sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
}
.downloads-text-wrap ul {
    padding-left: 0;
}
.downloads-text-wrap li {
    list-style: initial;
}
.accordion-tabs li.tab-head-cont .downloads-text-wrap a {
    display: block;
    margin: auto;
    margin-top: 18px;
    padding: 0;
}
.accordion-tabs li.tab-head-cont .downloads-text-wrap a:hover {
    background-color: transparent;
}
.tab-head-cont:first-child .downloads-img-wrap,
.tab-head-cont:nth-child(2) .downloads-img-wrap {
   /* width: 66%;*/
    text-align: center;
    margin: auto;
}
.tab-head-cont:first-child .downloads-img-wrap img,
.tab-head-cont:nth-child(2) .downloads-img-wrap img {
    /*width: initial;*/
    margin: auto;
}
/*.tab-head-cont:nth-child(2) .downloads-img-wrap img {
    position: relative;
    right: 22px;
}*/
.downloads-text-wrap a img {
    width: 152px;
    height: 45px;
    display: block;
    margin: auto;
}
.accordion-tabs li.tab-head-cont .downloads-text-wrap > a {
    font-size: 12px;
    text-align: center;
}
p {
    font-size: 17px;
}
.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px;
}

/*fix 16.01.2017*/
.tabs-about-left{
    width: 77%;
    float: right;
    padding-right: 25px;
}
.tabs-about-right{
    width: 23%;
    float: right;
    padding-top: 1em;
    margin-bottom: 50px;
}
.tabs-about-right img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border: 5px solid #55c693;
    border-radius: 11px;

}
.mobile-mnu {
display: none;
position: absolute;
background-color: #f8ab32;
width: 428px;
right: 0;
text-align: right;
}
.mobile-mnu ul {
margin: 0;
padding: 0;
list-style: none;
}
.mobile-mnu ul {
padding-left: 30px;
padding-right: 30px;
padding-top: 100px;
padding-bottom: 57px;
}
.mobile-mnu li:last-child a {
border-bottom: transparent;
}
.mobile-mnu a {
font-family: "GothamRnd-Book", sans-serif;
font-size: 16px;
display: block;
width: 100%;
padding-top: 14px;
padding-bottom: 14px;
border-bottom: 1px solid #7a289f;
text-transform: uppercase;
}
.mobile-mnu a:hover {
color: #b4b4b4;
transition: all .25s ease;
}
.plus-tab{
    position: relative;
}
img.mfp-img{
    width: 60%;
}
.mfp-figure::after {
    background-color: transparent;
    display: none;
}
.tabs-about-left li{
    padding-bottom: 10px;
}
.error-404{
    padding-bottom: 300px;
}
#overlay {
    z-index:1; 
    position:fixed; 
    background-color:#000; 
    opacity:0;
    -moz-opacity:0; 
    filter:alpha(opacity=0);
    width:100%; 
    height:100%; 
    top:0; 
    left:0;
    cursor:pointer;
    display:none;
}
.typing, .typed-cursor{
    display: none;
}
