@font-face { font-size: inherit; font-family:'Century-Thin'; src: url(vendors/fonts/Century-Thin/Century-Goth-Thin.ttf); }
@font-face { font-size: inherit; font-family:'Kimberly'; src: url(vendors/fonts/kimberley/kimberley.ttf); }
@font-face { font-size: inherit; font-family:'FerroRosso'; src: url(vendors/fonts/FerroRosso/FerroRosso.ttf); }
@font-face { font-size: inherit; font-family:'Montserrat'; src: url(vendors/fonts/montserrat/Montserrat-Regular.otf); }
@font-face { font-size: inherit; font-family:'spartan-mb'; src: url(vendors/fonts/spartan-mb/SpartanMB-Regular.otf); }
html, body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #f5f5f5;
    font-family:  "Segoe UI" !important;
    overflow-x: hidden;
}
header {
    position: fixed;
    top: 0;
    z-index: 999 !important;
    width: 100%;
    height: 80px;
    background: 
         linear-gradient(to right, #8433b3, 60%, #aa62ce 100%);
    box-shadow: 0px 0px 15px 0px rgba(000, 000, 000,.3);
}
footer {
    width: 100%;
    height: auto;
    background: 
         linear-gradient(to right, #8433b3, 60%, #aa62ce 100%);
    overflow: hidden;
}
*, a, [href]  {
    outline: none !important;
    text-decoration: none !important;
}
header .notch {
    position: relative;
    margin-top: 5px;
}
header .logo {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    background: #fff;
    margin: 10px;
    padding: 10px;
    margin-top: 10px;
    margin-left: 50px;
    border-radius: 100%;
    box-shadow: 0px 0px 15px 0px rgba(000, 000, 000,.5)!important;
    overflow: hidden;
}
header .brand {
    position: relative;
    top: -30px;
    color: #ffffff;
    font-size: 15px;
    font-family:'Century-Thin';
}
header #menu {
    display: none;
}
header nav {
    float: right;
    padding-right: 3%;
}
header nav ul {
    margin: 0;
    padding: 0;
}
header nav ul a {
    color: #ffffff !important;
}
header nav ul li {
    display: inline-block;
    position: relative;
    list-style: none;
    width: 100px;
    height: 33px;
    margin: 2px;
    padding-top: 3px;
    margin-top: 20px;
    text-align: center;
    font-size: small;
    font-family:'Century-Thin';
    transition: 0.2s ease-in-out;
    overflow: hidden;
}
header nav ul button {
    position: relative;
    height: 30px;
    width: 100px;
    top: -15px;
    border: 1px solid #fff;
    color: #8433b3;
    background: #fff;
    border-radius: 100px;
    font-size: small;
    font-family:'Century-Thin';
}
header nav ul li.active
,
header nav ul li:hover {
    color: #fff;
}
header nav ul li.active {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
header nav ul li::before
,
header nav ul li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    opacity: .1;
    transition: 0.5s ease-in-out;
}
header nav ul li::before {
    top: 0;
    left: -100px;
    border-top: 1px solid #fff;
}
header nav ul li::after {
    bottom: 0;
    right: -100px;
    border-bottom: 1px solid #fff;
}
header nav ul li:hover::before {
    left: 0;
    opacity: 1;
}
header nav ul li:hover::after {
    right: 0;
    opacity: 1;
}
footer .float-widget {
    display: block;
    position: fixed;
    right: 10px;
    z-index: 999;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background: #8433b3;
    border: 1px solid #8433b3;
    font-size: 30px;
    transition: 0.5s ease-in-out;
}
footer .float-widget:hover {
    transform: scale(1.1);
    color: #aa62ce;
    background: #ffffff;
}
footer .container .card {
    border: none;
    height: 100%;
    color: #fff;
    background: none;
    font-family:'Century-Thin';
}
footer .container .card h2 {
    margin-top: 30px;
    margin-bottom: 33px;
    color: #fff;
    font-size: 20px;
    font-family:'Montserrat';
}
footer .container .card p {
    text-align: justify;
    font-size: small;
}
footer .container .card ul {
    margin: 0;
    padding: 0;
}
footer .container .card ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #ffff !important;
    font-size: small;
}
footer .container .card ul li.active
,
footer .container .card ul li:hover {
    color: #000000 !important;
}
footer .container .card .sc li {
    line-height: 0;
}
footer .container .card ul li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -5px;
    margin-right: 5px;
    text-align: center;
}
footer .container .card ul li s {
    display: inline-block;
    width: 20px;
    text-align: center;
}
footer .copyright {
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    color: #ccc4c4;
    /* background: #8433b3; */
    font-size: small;
    font-family:'Century-Thin';
}
footer .copyright a {
    color: #000000 !important;
}
main .hero-bg {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
}
main .clip-bg {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
main .hero-bg > video {
    position: relative;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100);
}
main .hero-bg .slider {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 90px;
    opacity: .0;
    transition: 1.5s ease-in-out;
}
main .hero-bg .slider img {
    display: none;
    position: absolute;
    margin-top: 80px;
    right: 100px;
}
main .hero-bg .slider .caption {
    position: relative;
    z-index: 1;
    width: 500px;
    height: 300px;
    background: rgba(000, 000, 000,.5);
    margin: 50px;
    margin-top: 80px;
    padding: 50px;
    padding-top: 20px;
    border-radius: 10px;
}
main .hero-bg .slider .caption h2 {
    display: block;
    color: #aa62ce;
    font-weight: bold;
    font-size: 35px;
    font-family:'spartan-mb';
}
main .hero-bg .slider .caption p  {
    color: #fff;
    text-align: justify;
    font-size: 14px;
    font-family:'Montserrat';
}
main .hero-bg .slider button  {
    width: 120px;
    height: 40px;
    border: none;
    color: #fff;
    background: 
         linear-gradient(to right, #8433b3, 60%, #aa62ce 100%);
    border: 1px solid #aa62ce;
    font-size: small;
    border-radius: 100px;
}
main .hero-bg .slider button:hover {
    color: #8433b3;
    background: #fff !important;
}
main .hero-bg .slider .caption i {
    font-size: 30px;
    color: #aa62ce;
}
main .hero-bg .slider:first-child {
    z-index: 5; 
    opacity: 1;
}
main .clip-bg h2 {
    display: block;
    margin: 50px;
    margin-top: 180px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}
main .clip-bg h2 span {
    position: relative;
    top: 5px;
    margin: 10px;
    margin-top: 0;
    display: inline-block;
    width: 30px;
    height: 1px;
    border-bottom: 1px solid #ccc;
}
main .bottom-gradient
,
main .bottom-gradient {
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 0;
    width: 100%;
    height: 200px;
    margin-top: 0;
    background: 
         linear-gradient(to bottom,rgba(0,0,0,0) 0,#ffffff 100%);
}
main .content {
    position: relative;
}
main .content.w {
    background: #ffffff;
}
main .content.l {
    background: #f5f5f5;
}
main .content .container, .container {
    padding: 0;
    max-width: 1240px !important;
}
main .content section {
    padding-top: 70px;
    padding-bottom: 50px;
}
main .content section button.c2a {
    width: 180px;
    height: 40px;
    display: block;
    margin: auto;
    margin-top: 20px;
    border: none;
    color: #fff;
    background: 
         linear-gradient(to right, #8433b3, 60%, #aa62ce 100%);
    font-size: small;
    font-family:'Montserrat';
}
main .content section button.c2a.r {
    border-radius: 100px;
}
main .content section button.c2a.p {
    border-radius: 005px;
}
main .content section h4 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 20px;
    font-family:'Montserrat';
}
main .content section h4 span {
    position: relative;
    top: 5px;
    margin: 10px;
    margin-top: 0;
    display: inline-block;
    width: 30px;
    height: 1px;
    border-bottom: 1px solid #ccc;
}
main .content section .card
,
main .content section .list {
    position: relative;
    height: 250px;
    text-align: center;
    padding: 20px;
    padding-top: 0;
    border: none;
    transition: 0.5s ease-in-out;
    overflow: hidden;
}
main .content section .tile {
    position: relative;
}
main .content section .list {
    background: #ffffff;

}
main .content section .list.focus
,
main .content section .list:hover {
    color: #fff;
    background: #c47ae9;
}
main .content section .list#line {
    padding: 0;
    box-shadow: 2px 3px 3px 0px #eee;
}
main .content section .card i {
    font-size: 70px;
    color: #8433b3;
}
main .content section .card span {
    color: #aa62ce;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
main .content section .card p {
    font-size: 14px;
    font-family:'Century-Thin';
}
main .content section .list .model {
    position: relative;
    z-index: 1;
    float: left;
    width: 250px;
    height: 100%;
}
main .content section .list .sheet {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    padding-top: 25px;
    padding-left: 300px;
    text-align: left;
}
main .content section .list .sheet span {
    display: block;
    height: 35px;
    margin-bottom: 10px;
    font-size: small;
    font-family:'Century-Thin';
    overflow: hidden;
}
main .content #slider {
    position: relative;
    width: 100%;
    height: 400px;
}
main .content #slider .slides  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .0;
    transition: 1.5s ease-in-out;
}
main .content .overlay, main .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(000, 000, 000, 0.7);
}
main .content .overlay.static {
    position: fixed !important;
    z-index: 999 !important;
}
main .content #slider .slides:first-child {
    z-index: 1; 
    opacity: 1;
}
main .content section .card .banner {
    transition: 0.5s ease-in-out;
}
main .content section .card .banner:hover {
    transform: scale(1.2);
    filter: grayscale(000) blur(5px);
}
main .content section .ribbon
,
main .content section .tagger {
    position: absolute;
    top: 20px;
    padding: 5px;
    width: 200px;
    height: 30px;
    z-index: 2;
    text-align: center;
    color: #fff;
    background: #f30;
    transform: rotate(-45deg);
    font-size: small;
    font-family:'Century-Thin';
}
main .content section .ribbon {
    left: -60px;
}
main .content section .tagger {
    top: 0;
    right: 10px;
    background: rgba(000, 000, 000, 0.5);
    width: 100px;
    transform: none;
}
main .content section .ribbon.active {
    background: #090;
}
main .content section .card .rsvbox {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    width: 100%;
    height: 100px;
    text-align: left;
    background: rgba(000, 000, 000, 0.5);
}
main .content section .card .rsvbox h2 {
    margin-bottom: 0;
    height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    font-family:'spartan-mb';
    overflow: hidden;
}
main .content section .card .rsvbox span {
    display: block;
    height: 50px;
    padding-top: 7px;
    color: #fff;
    font-size: small;
    font-weight: normal;
    font-family:'Century-Thin';
    overflow: hidden;
}
main .content section .card .rsvbox button {
    position: relative;
    top: -5px;
    width: 100px;
    height: 30px;
    border: none;
    color: #8433b3;
    float: right;
    background: #fff;
    border-radius: 4px;
}
main .content h1.questions {
    display: inline-block;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
    color: #8433b3;
    font-family:'spartan-mb';
}
main .content a button.help {
    width: 200px;
    height: 50px;
    color: #aa62ce;
    background: none;
    border: 1px dashed #aa62ce;
    margin-top: 20px;
    float: right;
    font-size: 15px;
    font-family:'spartan-mb';
}
main .content .call2action {
    text-align: center;
}
main .content .call2action h3 {
    margin-top: 120px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
    font-family:'Montserrat';
}
main .content .call2action p  {
    margin: auto;
    width: 900px;
    background: 
      linear-gradient(to right, #8433b3, 40%, #ffffff 100%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-family:'spartan-mb';
}
main .content .call2action a  {
    display: block;
    margin: auto;
    margin-top: 40px;
    width: 180px;
    height: 40px;
    padding: 7px;
    border: 1px solid #aa62ce;
    color: #fff;
    background: #8433b3;
    transition: 0.2s ease-in-out;
}
main .content .call2action a:hover {
    color: #aa62ce;
    background: none;
}
main .content section .about-us {
    color: #666;
    line-height: 25.5px;
    text-align: justify;
    font-size: 15px;
    font-family:'spartan-mb';
}
main .content section .roll {
    position: relative;
    z-index: 1;
    height: 50px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-top: -80px;
}
main .content section .roll span {
    display: block;
    font-size: 20px;
}
main .content .contest .banner {
    position: relative;
    height: 300px;
    box-shadow: 3px 5px 10px 2px rgba(0,0,0,.0);
    color: #fff;
    padding-top: 100px;
    text-align: center;
    overflow: hidden;
}
main .content .contest .banner h2 {
    width: 800px;
    height: 70px;
    text-shadow: 3px 2px 3px #000;
    margin: auto;
    margin-top: 60px;
    font-weight: bold;
    font-size: 30px;
    font-family:'spartan-mb';
}
main .content .contest .detail {
    position: absolute;
    width: 100%;
    height: 100px;
    text-align: left;
    bottom: 0;
    padding-left: 450px;
}
main .content .contest .detail .l {
    display: block;
    height: 20px;
    margin-bottom: 10px;
    font-size: 13px;
    font-family:'Century-Thin';
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
main .content .contest .detail .l span {
    display: inline-block;
    width: 80px;
    font-weight: bold;
}
main .content .contest .detail .l i {
    display: inline-block;
    margin-right: 7px;
}
main .content .contest .shoots {
    position: relative;
    z-index: 2;
    margin-top: -150px;
    margin-left: 100px;
    width: 300px;
    height: 300px;
    padding: 10px;
    background: none;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
}
main .content #payment .gateway {
    position: relative;
    top: 20vh;
    width: 500px;
    height: auto;
    max-height: 250px;
    padding: 30px 40px 40px 40px;
    background: #fff;
    opacity: .0;
    margin: auto;
    transition: 0.5s ease-in-out;
}
main .content #payment .gateway.show {
    opacity: 1;
    top: 40vh;
}
main .content #payment .gateway h2 {
    font-size: 16px;
    font-family:'Montserrat';
}
main .content #payment .gateway .close {
    position: absolute;
    right: 40px;
    font-size: 25px;
    color: #888;
    cursor: pointer;
}
main .content #payment .gateway .tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
main .content #payment .tiles .card {
    width: 120px;
    height: 60px;
    padding: 0;
    margin-top: 20px;
    cursor: pointer;
    white-space: normal;
    overflow: hidden;
}
main .content #payment .tiles .card img {
    width: 100%;
    height: 70px;
    transition: 0.2s ease-in-out;
}
main .content #payment .tiles .card span {
    display: none;
    position: relative;
    top: -9px;
    z-index: 100;
    font-size: 12px;
    text-align: center;
    font-family:'spartan-mb';
}
main .content #payment .tiles img:hover {
    filter: grayscale(1);
}
/*
main .content #contest .payments {
    display: none;
    position: relative;
    width: 100%;
    height: 120px;
    background: #fff;
    margin-top: -100px;
    border-radius: 6px;
    padding: 10px;
    overflow: hidden;
}
main .content #contest .payments h2 {
    font-size: small;
    color: #666;
    margin-bottom: 10px;
}
main .content #contest .payments nav {
    width: 30px;
    display: flex !important;
    float: right !important;
    margin-right: -10px;
    justify-content: space-between;
}
main .content #contest .payments nav i {
    font-size: 18px;
}
main .content .payments .channel {
    width: 100%;
    height: 120px;
    margin-top: -10px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space:nowrap;
}
main .content .payments .channel .slider {
    display: inline-block;
}
main .content .payments .channel .card {
    display: inline-block;
    position: relative;
    width: 90px;
    height: 80px;
    padding: 0;
    cursor: pointer;
    white-space: normal;
}
main .content .payments .channel .card img {
    width: 100%;
    height: 60px;
}
main .content .payments .channel .card span {
    position: relative;
    top: -9px;
    z-index: 100;
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    font-family:'spartan-mb';
}
main .content .payments .card img {
    transition: 0.2s ease-in-out;
}
main .content .payments .card img:hover {
    filter: grayscale(1);
}
*/
main .content .contestant {
    position: relative;
    height: 220px;
    margin-bottom: 25px;
    transition: 0.5s ease-in-out;
}
main .content .contestant:hover {
    filter: grayscale(1);
}
main .content .contestant .stat {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #e8ccf9;
}
main .content .contestant .stat span {
    display: block;
    height: 100%;
    background: linear-gradient(to right, #8433b3, 60%, #aa62ce 100%);
}
main .content .contestant .name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    padding: 5px 5px 2px 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    color: #fff;
    background: rgba(000, 000, 000, 0.8);
    transition: 0.5s ease-in-out;
    font-size: 12px;
    font-family:'Century-Thin';
    overflow: hidden;
}
main .content .contestant .vote {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 70px;
    height: 20px;
    padding: 2px;
    text-align: center;
    color: #fff;
    background: rgba(000, 000, 000, 0.7);
    font-size: x-small;
    font-family:'Century-Thin';
}
main .content .contestant.queen {
    position: relative;
    height: 466px;
    color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}
main .content .contestant.queen .snap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
main .content .contestant.queen .snap img {
    transition: 0.5s ease-in-out;
}
main .content .contestant.queen:hover img {
    filter: grayscale(100);
    transform: scale(1.1);
}
main .content .contestant.queen span {
    color: #daaa0d;
    font-size: small;
}
main .content .contestant.queen .caption {
    position: absolute;
    bottom: 40%;
    width: 100%;
    height: 70px;
    text-align: center;
    padding: 20px 20px 0 20px;
    letter-spacing: 2px;
    -webkit-text-stroke: .5px #fff;
    text-shadow: 3px 5px 10px #000;
    background: none;
    font-size: 18px;
    font-family:'Century-Thin';
}
main .content section .terms {
    color: #666;
    text-align: justify !important;
    font-size: 14px;
    font-family:'spartan-mb';
}
main .content section .terms h6, .t h6 {
    color: #aa62ce;
    letter-spacing: 1px;
    font-size: small;
    margin-bottom: 10px;
}
main .content section .contact
,
main .content section .sign-up {
    position: relative;
}
main .content section .contact h2
,
main .content section .sign-up h2 {
    height: auto;
    margin-bottom: 30px;
    font-size: 20px;
    font-family:'spartan-mb';
}
main .content section .sign-up h2 .tags {
    display: block;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
main .content section .sign-up h2 .hint
,
main .content section .sign-up h2 .warn {
    display: block;
    color: #999;
    line-height: 20px;
    margin-top: 15px;
    font-size: 14px;
    font-family:'Century-Thin';
}
main .content section .sign-up h2 .warn {
    color: #c30;
}
main .content .contact .board 
,
main .content .sign-up .board {
    display: block;
    margin-top: 50px;
    width: 100%;
    height: auto;
    min-height: 500px;
}
main .content .sign-up .board .paper {
    display: inline-block;
    width: 500px;
}
main .content .sign-up .board .w-600 {
    width: 600px !important;
}
main .content .contact form
,
main .content .sign-up form {
    position: absolute;
    top: 0;
    width: 500px;
    height: 100%;
    background: rgba(255,255,255,0.95);
    padding: 40px;
    box-shadow: 3px 2px 10px 2px rgba(0,0,0,.1);
}
main .content .sign-up form {
    width: 450px !important;
    right: 0;
}
main .content .sign-up .board .m-x60 {
    margin-top: -60px;
}
main .content .sign-up .board .fixed {
    position: absolute;
    right: 0;
    margin-top: -60px;
}
main .content .contact form  p
,
main .content .sign-up form p {
    position: relative;
    margin-bottom: 20px;
}
main .content .sign-up * [disabled] {
    color: #000;
    background: #f5f5f5;
}
main .content .contact form p *
,
main .content .sign-up form p * {
    width: 100%;
    height: 120px;
    border: 1px solid #eee;
    border-radius: 5px;
    resize: none;
    padding: 10px;
    font-size: small;
    font-family:'Century-Thin';
}
main .content .sign-up form  .tip {
    display: block;
    margin-top: -5px;
    font-size: 14px;
    text-align: center;
}
main .content .sign-up form  .tip a {
    color: #aa62ce;
}
main .content .contact form input
,
main .content .sign-up form input {
    height: 40px;
}
main .content .contact form button
,
main .content .sign-up form button {
    height: 40px;
    color: #fff;
    border: none;
    background: #8433b3;
}
main .content section .loading {
    position: relative;
    width: 400px;
    height: 200px;
    margin: auto;
    text-align: center;
    font-size: 15px;
    font-family:'Century-Thin';
}
main .content section .loading i {
    display: block;
    font-size: 70px;
    color: #8433b3;
}
main .content section .loading span {
    color: #666666;
}
main .content .quick.card {
    position: relative;
    padding: 0;
    margin-top: -50px;
    margin-bottom: 10px;
    font-family:'Century-Thin';
    overflow: hidden;
}
main .content .quick.card input
,
main .content .quick.card select {
    width: 100%;
    height: 50px;
    border: none;
    padding-left: 44px;
    padding-right: 150px;
    font-size: small;
}
main .content .quick.card i {
    position: absolute;
    top: 11px;
    left: 15px;
    display: inline-block;
    font-size: 20px;
}
main .content .quick.card button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 100px;
    height: 40px;
    border-radius: 4px;
    border: none;
    font-size: small;
    color: #fff;
    background: #8433b3;
}


@media only screen and (min-width: 240px) and (max-width:320px)
                       ,
                       (min-width: 320px) and (max-width:480px)
                       ,
                       (min-width: 480px) and (max-width:768px)
{
header {
    height: 70px;
}
header .logo {
    margin-top: 5px;
    margin-left: 20px;
}
main .hero-bg {
    position: relative;
    height: 70vh;
}
main .clip-bg {
    position: relative;
    height: 200px;
}
main .hero-bg > video {
    top: 70px;
}
main .hero-bg .slider .caption {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 30px;
    padding-top: 120px;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background: transparent;
}
main .hero-bg .slider .caption h2 {
    font-size: 25px;
}
main .hero-bg .slider button  {
    width: 120px;
    height: 35px;
}
main .hero-bg .slider .caption p {
    font-size: 13px;
    letter-spacing: 1px;
}
main .hero-bg .slider .caption i {
    margin-top: -3px;
}
main .clip-bg h2 {
    margin: 0;
    margin-top: 120px;
    font-size: 20px;
}
main .content section h4 {
    font-size: 18px;
}
main .content section .card i {
    font-size: 50px;
}
main .content section .card p {
    padding: 20px;
    font-size: small;
    text-align: justify;
    text-align-last: center;
}
main .content section .card
,
main .content section .list {
    padding: 0;
}
main .content section .list {
    height: auto;
}
main .content .container, .container {
    padding-left: 20px;
    padding-right: 20px;
}
main .content h1.questions {
    margin: 0;
    font-size: 15px;
}
main .content a button.help {
    width: 120px;
    height: 40px;
    margin-top: 15px;
    font-size: 12px;
}
main .content section .list .model {
    margin: auto;
    float: none;
    width: 320px;
    height: 300px;
    color: #000;
    background: rgba(255,255,255,0.95);
}
main .content section .list .sheet {
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: .0;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    color: #aa62ce;
    background: rgba(255,255,255,0.80);
    transition: 0.5s ease-in-out;
}
main .content section .list:hover {
    background: none;
}
main .content section .list:hover .sheet {
    opacity: 1;
}
main .content #slider {
    height: 250px;
}
main .content .call2action h3 {
    font-size: 20px;
    margin-top: 60px;
}
main .content .call2action p  {
    width: 100%;
    font-size: 13px;
    padding: 10px;
    padding-top: 0;
}
main .content .call2action a  {
    width: 150px;
    height: 40px;
    margin-top: 10px;
    font-size: 14px;
}
main .content section button.c2a {
    width: 150px;
    font-size: small;
}
main .content section img.splash {
    width: 320px;
    height: 200px;
    margin: auto;
}
main .content section .about-us {
    font-size: small
}
main .content section img.team {
    height: 200px;
}
main .content section .roll {
    font-size: 12px;
    margin-bottom: 30px;
}
main .content section .roll span {
    font-size: 15px;
}
main .content .contest .banner {
    height: 150px;
}
main .content .contest .banner h2 {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 70px;
    padding: 10px;
    margin: auto;
    margin-top: 20px;
    font-size: 15px;
    font-weight: normal;
}
main .content .contest .detail {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: -50px;
    padding-left: 0;
}
main .content .contest .detail .l {
    font-size: 11.5px;
    color: #666 !important;
}
main .content .contest .shoots {
    width: 120px;
    height: 130px;
    padding: 5px;
    margin-top: -70px;
    margin-left: 20px;
}
main .content section .terms {
    font-size: small;
    font-family:'Century-Thin';
}
main .content .signed, .credits {
    display: none;
}
main .content .contact form
,
main .content .sign-up form {
    width: 100% !important;
    padding: 20px;
}
main .content .sign-up .board .paper {
    width: 100%;
}
main .content .contact .board 
,
main .content .sign-up .board {
    margin-top: 0;
}
main .content .sign-up .board.mw-au {
    min-height: auto;
}
main .content section .contact h2
,
main .content section .sign-up h2 {
    font-size: 15px;
}
main .content section .sign-up h2 .hint {
    font-size: 12px;
}
main .content section .image {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -20px;
    margin-bottom: -15px;
    z-index: 1;
    text-align: center;
    border-top: 5px solid #fff;
}
main .content .sign-up form#p-rl {
    position: relative;
}
main .content section .image img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin-top: -20px;
    box-shadow: 0px 0px 20px 0px #ccc;
}
main .content .sign-up .board .fixed {
    display: none;
}
main .content #payment .gateway {
    width: 95%;
    height: 200px;
    padding: 20px;
}
main .content #payment .tiles .card {
    width: 90px;
    height: 60px;
    margin-top: 10px;
}
main .content #payment .gateway .close {
    right: 20px;
    font-size: 20px;
}
/* main .content .payments .channel .card span {
    font-size: 10px;
} */
}

@media only screen and (min-width: 240px) and (max-width:320px)
                       ,
                       (min-width: 320px) and (max-width:480px)
{
header nav {
    position: fixed;
    top: 150px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    padding: 20px;
    margin-top: -20px;
    background: 
         linear-gradient(to right, #8433b3, 60%, #aa62ce 100%);
    visibility: hidden;
    transition: 0.5s ease-in-out;
}
header nav.open {
    top: 90px;
    opacity: 1;
    visibility: visible;
}
header nav ul li {
    width: 100%;
    height: 40px;
    padding-top: 10px;
    margin-top: 5px;
}
header nav ul button {
    top: 0;
    width: 100%;
    height: 35px;
}
header span#menu {
    display: block;
    position: absolute;
    top: 0;
    margin-top: 12px;
    right: 20px;
    color: #fff;
    font-size: 25px;
}
header nav ul li::before {
    left: -100%;
}
header nav ul li::after {
    right: -100%;
}
main .content .row .p-x, .p-5rm {
    padding: .3rem;
}
main .content .contestant {
    height: 180px;
    margin-bottom: 20px;
}
main .content .contestant.queen {
    height: 60vh;
}
main .content section .loading {
    width: 100%;
    padding: 15px;
    font-size: 14px;
}
main .content section .loading i {
    font-size: 50px;
}
}

@media only screen and (min-width: 480px) and (max-width:768px)
{
header nav {
    margin-top: -3px;
}
main .hero-bg .slider .caption {
    width: 360px;
}
main .content .contest .banner {
    height: 200px;
}
main .content .contest .banner h2 {
    margin-top: 50px;
    font-size: 20px;
}
main .content .contact form
,
main .content .sign-up form {
    width: 350px !important;
}
main .content .sign-up form {
    width: 100% !important;
}
main .content .contest .detail {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: -50px;
    padding-left: 0;
}
main .content .call2action p  {
    width: 90%;
    font-size: 15px;
}
main .content .contest .shoots {
    width: 150px;
    height: 160px;
    padding: 5px;
    margin-top: -70px;
    margin-left: 20px;
}
}