@font-face {
    font-family: komika;
    src: url(assets/font/KOMIKAX_-webfont.woff);
}

/* GENERAL */

body {
    font-family: 'Signika Negative', sans-serif;
}

a:hover {
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

h1 {
    font-size: 48px;
    color: #145669;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

h2 {
    font-size: 26px;
    font-family: komika;
    color: #27a4c0;
    text-align: center;
}

.h1heading {
    font-size: 34px;
    font-family: komika;
    color: #27a4c0;
    text-align: center;
}

h3 {
    font-size: 20px;
    color: #145669;
}

p {
    color: #231f20;
    font-size: 16px;
}
body {
    overflow: hidden;
}
.center {
    text-align: center;
}
p.bold {
    font-weight: 700;
    display: inline;
}
#menu-button img {
    width: auto;
    display: none;
}
.ui-widget-content a {
    color: #145669;
}
p.basic {
    color: #231f20 !important;
    font-size: 16px !important;
    display: block !important;
    margin:  10px 0 !important;
}
p.basic:before {
    content: '-' !important;
}
.jobs-box a {
    color: #fff;
}

/* HEADRER */

body.home {
    background: url('assets/images/komp.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
header {
    position: relative;
}
header .arrow-down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -60px;
    display: inline-block;
    width: 61px;
}
header .arrow-down img {
    position: relative;
    -webkit-animation-name: bounce; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: bounce;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
    0%   {transform: translateY(-10px);}
    25%  {}
    50%  {transform: translateY(0px);}
    75%  {}
    100% {transform: translateY(-10px);}
}

/* Standard syntax */
@keyframes bounce {
    0%   {transform: translateY(-10px);}
    25%  {}
    50%  {transform: translateY(0px);}
    75%  {}
    100% {transform: translateY(-10px);}
}
header .help-header-img-left {
    position: absolute;
    left: 0;
    top: 0;
}
header .help-header-img-right {
    position: absolute;
    right: 0;
    top: 0;
}
header .help-header-img-left img {
    width: 78.9%;
}
header .help-header-img-right img {
    width: 77.8%;
    float: right;
}
.help-header-img-left-t {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.help-header-img-right-t {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.help-header-img-left-t img {
    width: 84%;
}
.help-header-img-right-t img {
    width: 84%;
    float: right;
}

header .news-header-img-left {
    position: absolute;
    left: 0;
    top: 0;
}
header .news-header-img-right {
    position: absolute;
    right: 0;
    top: 0;
}
header .news-header-img-left img {
    width: 78.9%;
}
header .news-header-img-right img {
    width: 77.8%;
    float: right;
}
.news-header-img-left-t {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.news-header-img-right-t {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.news-header-img-left-t img {
    width: 84%;
}
.news-header-img-right-t img {
    width: 84%;
    float: right;
}

header .play-header-img-left {
    position: absolute;
    left: 0;
    top: 0;
}
header .play-header-img-right {
    position: absolute;
    right: 0;
    top: 0;
}
header .play-header-img-left img {
    width: 78.9%;
}
header .play-header-img-right img {
    width: 77.8%;
    float: right;
}
.play-header-img-left-t {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.play-header-img-right-t {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.play-header-img-left-t img {
    width: 84%;
}
.play-header-img-right-t img {
    width: 84%;
    float: right;
}

header .jobs-header-img-left {
    position: absolute;
    left: 0;
    top: 0;
}
header .jobs-header-img-right {
    position: absolute;
    right: 0;
    top: 0;
}
header .jobs-header-img-left img {
    width: 79.3%;
}
header .jobs-header-img-right img {
    width: 83.4%;
    float: right;
}
.jobs-header-img-left-t {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.jobs-header-img-right-t {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.jobs-header-img-left-t img {
    width: 84%;
}
.jobs-header-img-right-t img {
    width: 84%;
    float: right;
}

header .terms-header-img-left {
    position: absolute;
    left: 0;
    top: 0;
}
header .terms-header-img-right {
    position: absolute;
    right: 0;
    top: 78px;
}
header .terms-header-img-left img {
    width: 95%;
}
header .terms-header-img-right img {
    width: 90%;
    float: right;
}
.terms-header-img-left-t {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.terms-header-img-right-t {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.terms-header-img-left-t img {
    width: 84%;
}
.terms-header-img-right-t img {
    width: 84%;
    float: right;
}

header #menu-button {
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 998;
}

.top-header {
    overflow: hidden;
    padding: 25px 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
}

.logo-header {
    margin-top: 83px;
}

.nav-holder {
    text-align: center;
}

.nav-holder li {
    font-family: komika;
    color: #fff;
    display: inline-block;
    margin: 0 25px;
    font-size: 22px;
    text-transform: uppercase;
    transition: all ease-in-out .2s;
    z-index: 9999 !important;
}

.nav-holder li:first-child {
    margin-left: 25px;
}

.nav-holder li:last-child {
    margin-right: 25px;
}

.nav-holder li:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.logo-header {
    overflow: hidden;
    padding: 30px 0 120px 0;
}

body.home .logo-header {
    padding-bottom: 220px;
    text-align: center;
}

body.home .logo-header a.button {
    display: inline-block;
    width: 160px;
}

body.home .logo-holder {
    padding: 30px 0;
}

body.home .logo-holder img {
    width: 90%;
    margin: 0 auto;
}
.nav-res {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}

/* VIDEO HOLDER */

.video-holder {
    text-align: center;
    padding: 220px 0;
    margin-top: 570px;
    margin-bottom: 420px;
}

.video-holder p {
    color: #fff;
}

.video-holder p.tablet {
    display: none;
}

.video-holder h2 {
    margin-bottom: 30px;
    font-size: 34px;
}

.video-box {
    border-radius: 35px;
    overflow: hidden;
    margin: 20px 0;
    z-index: 5;
    position: relative;
    padding-bottom: 52%;
    padding-top: 25px;
    height: 0;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
}

.video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-box img {
    position: absolute;
    top: 0;
    width: 110%;
    margin-left: -30px;
    cursor: pointer
}

.video-box .video-hidden {
    display: none;
}

.video-box.show-video .video-hidden {
    display: block;
}

/* HELP HOLDER */

.help-holder {
    padding: 120px 0;
    text-align: center;
}

.help-holder h2 {
    margin-bottom: 40px;
    color: #fff;
    font-size: 34px;
}

.help-holder .help-box {
    position: relative;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
}

.help-holder .help-box .help-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 10;
}

.help-holder .help-box h2 {
    font-family: 'Signika Negative', sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 0;
}

.help-holder .help-box .gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0.3+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 23px;
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .2s;
}

.help-holder .help-box:hover .gradient {
    visibility: hidden;
    opacity: 0;
}

.help-holder a.button {
    display: inline-block;
}
.stores-imgs .flex-direction-nav .flex-disabled {
    display: none;
}

.help-holder a.button img {
    width: auto;
    margin: 30px auto;
}
.stores-imgs.desktop li:first-child {
    width: 50px !important;
}
.stores-imgs.desktop li {
    width: 150px !important;
}

/* SLIDER SECTION */

.slider-section {
    padding: 190px 0;
    text-align: center;
}

.slider-section h2 {
    margin-bottom: 30px;
    font-size: 34px;
}

#main-slider .slide-holder {
    margin: 10px;
}

#main-slider .slider-box {
    color: #871e56;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    -webkit-box-shadow: 3px 2px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 2px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 2px 8px 0px rgba(0, 0, 0, 0.75);
}

#main-slider .slider-img {
    position: relative;
    cursor: pointer;
}
#main-slider .slider-box .slider-img .gradient {
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0.3+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 12px 12px 0 0;
    visibility: hidden;
    opacity: 0;

}
#main-slider .slider-box:hover .slider-img .gradient{
    visibility: visible;
    opacity: 1;
}

#main-slider .slick-prev {
    background: url('assets/images/prev.png') no-repeat;
    text-indent: 9999px;
    outline: none;
    height: 36px;
    left: -30px;
    width: 30px;
}

#main-slider .slick-next {
    background: url('assets/images/next.png') no-repeat;
    text-indent: 9999px;
    outline: none;
    height: 36px;
    right: -36px;
    width: 30px;
}

#main-slider .slider-box a h3 {
    font-size: 20px;
    font-weight: 700;
    padding: 20px 5px 30px 5px;
    height: 4em;
}

.scroll-top a.button {
    display: inline-block;
    width: 60px;
    margin-top: 100px;
}

/* FOOTER */

footer {
    padding: 600px 0 15px 0;
    text-align: center;
    position: relative;
}

footer .spider {
    position: absolute;
    bottom: 20px;
    right: 70px;
}
body.home footer .spider {
    display: none;
}
footer .spider img {
    width: 90%;
}

footer .stores-holder h2 {
    color: #231f20 !important;
}

.footer-holder {
    padding: 0 75px;
}

.social-holder {
    margin-bottom: 20px;
}

.social-holder img {
    width: 3%;
    display: inline-block;
    margin: 0 20px;
}

.footer-nav li {
    display: inline-block;
    margin: 0 20px;
    font-size: 24px;
    color: #231f20;
}

.footer-nav {
    margin-bottom: 20px;
}

.copyright {
    font-size: 14px;
    padding-top: 20px;
}

footer .stores-holder {
    padding: 10px 0 20px 0;
}

footer .stores-holder h2 {
    font-family: 'Signika Negative', sans-serif;
    color: #231f20;
    font-size: 30px;
}
footer p {
    font-size: 14px;
}

/* PAGE PLAY */

body.play header {
    background: url('assets/images/play-header-cover.jpg') no-repeat;
    background-size: cover;
}

body.play .logo-holder {
    width: 260px;
    margin: 0 auto;
}

body.play .logo-header {
    padding-bottom: 121px;
}

body.play main h2 {
    font-family: 'Signika Negative', sans-serif;
    font-size: 36px;
    color: #1f5868;
    margin-bottom: 30px;
    font-weight: 500;
}

body.play main {
    padding-bottom: 62px;
    position: relative;
}

body.play main .gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    z-index: -50;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,71b6b7+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(113,182,183,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(113,182,183,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(113,182,183,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#71b6b7',GradientType=0 ); /* IE6-9 */
}

body.play {
    position: relative;
}

body.play footer {
    background: url('assets/images/play-footer.jpg') no-repeat left top;
    background-size: cover;
    margin-top: -360px;
    padding: 300px 0 15px 0;
}
.play-intro .play-img {
    margin-top: -70px;
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: -1px 1px 44px 6px;
}

.play-intro .play-img img {
    border: 5px solid white;
    border-radius: 10px;
}

.play-intro .play-txt {
    text-align: center;
    margin-top: 30px;
}

.play-holder {
    margin-bottom: 150px;
}

.stores-holder {
    padding: 40px 0 70px 0;
}

.stores-holder h2 {
    margin-bottom: 20px;
}
.stores-imgs.mobile {
    display: none;
    width: 260px;
    margin: 0 auto;
}
.stores-imgs.mobile li {
    list-style: none;
}
.stores-imgs.mobile li:first-child {
    text-align: right;
}
.stores-imgs.mobile li .single-store {
    width: auto;
}
.stores-imgs.mobile .flex-direction-nav .flex-next {
    right: -55px;
    text-indent: 99999px;
    background: url('assets/images/right.png') no-repeat;
}
.stores-imgs.mobile .flex-direction-nav a {
    top: 41%;
}
.stores-imgs.mobile .flex-direction-nav .flex-prev {
    left: -38px;
    text-indent: 99999px;
    background: url('assets/images/left.png') no-repeat;
}

.stores-imgs {
    text-align: center;

}

.stores-imgs .single-store {
    display: inline-block;
}

.stores-imgs .single-store img {
    width: auto;
}

.stores-imgs .single-store.fb {
    width: 50px;
}

.screenshots-slider {
    margin-bottom: 100px;
    padding: 0 20px;
}

.screenshots-slider .slider-box {
    color: #871e56;
    background: transparent;
    border-radius: 12px;
    overflow: hidden;
    padding: 5px;
    /*-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.75);*/
}

.screenshots-slider .slick-prev {
    background: url('assets/images/prev.png') no-repeat;
    text-indent: 9999px;
    outline: none;
    height: 36px;
    left: -15px;
    width: 30px;
}

.screenshots-slider .slick-next {
    background: url('assets/images/next.png') no-repeat;
    text-indent: 9999px;
    outline: none;
    height: 36px;
    right: -20px;
    width: 30px;
}

/*PAGE NEWS */

body.news header {
    background: url('assets/images/news-header-cover.png') no-repeat;
    background-size: cover;
}

body.news .logo-holder {
    width: 260px;
    margin: 0 auto;
}

body.news h2 {
    font-family: 'Signika Negative', sans-serif;
    font-size: 36px;
    color: #145669;
    margin-bottom: 30px;
    font-weight: 500;
}
body.news {
    position: relative;
}
body.news footer {
    background: url('assets/images/news-footer.png') no-repeat left top;
    background-size: cover;
    margin-top: -180px;
}
body.news .footer-holder {
    margin-top: -250px;
}
body.news main .gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    z-index: -50;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,71b6b7+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(113,182,183,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(113,182,183,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(113,182,183,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#71b6b7',GradientType=0 ); /* IE6-9 */
}

.news-box {
    margin: 20px 0;
}

.news-intro {
    text-align: center;
    padding: 40px 0 10px 0;
}

.news-intro p a {
    text-decoration: underline;
}

.news-title {
    margin-bottom: 10px;
}

.news-title .title-img {
    display: inline-block;
    vertical-align: top;
    width: 14%;
}

.news-title .title-img img {
    width: 85%;
}

.news-title .title-txt {
    display: inline-block;
    vertical-align: top;
    width: 75%;
}

.news-title .title-txt h2 {
    text-align: left;
    margin-bottom: 0;
}
.news-img {
    margin-left: 110px;
}

/* PAGE JOBS */

body.jobs header {
    background: url('assets/images/help-header.jpg') no-repeat;
    background-size: cover;
}

body.jobs .logo-holder {
    width: 260px;
    margin: 0 auto;
}
body.jobs {
    position: relative;
}
body.jobs footer {
    background: url('assets/images/jobs-footer.jpg') no-repeat left top;
    background-size: cover;
    margin-top: -45px;
}
body.jobs .footer-holder {
    margin-top: -300px;
}
body.jobs main .gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    z-index: -50;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,71b6b7+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(113,182,183,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(113,182,183,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(113,182,183,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#71b6b7',GradientType=0 ); /* IE6-9 */
}
.jobs-holder {
    padding-top: 40px;
}

.jobs-holder p.center {
    text-align: center;
    margin-bottom: 10px;
}

.jobs-box {
    background: #78cdd4;
    border-radius: 15px;
    padding: 30px 40px 30px 40px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(122, 122, 122, 1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(122, 122, 122, 1);
    box-shadow: 0px 3px 10px 0px rgba(122, 122, 122, 1);
}

.jobs-box h4 {
    margin-bottom: 10px;
    font-size: 30px;
    color: #fff;
}

.jobs-box p {
    margin-bottom: 30px;
}

.jobs-box p.category {
    margin-bottom: 20px;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
}

.jobs-box a.buttonmore {
    color: #145669;
    display: inline-block;
    background: url('assets/images/more-arrow.png') no-repeat center right;
    background-size: 13%;
    width: 90px;
    font-weight: 700;
}

.hidden-content p {
    margin-bottom: 0;
}

.hidden-content p.category {
    margin: 20px 0;
}

.hidden-content .inside {
    margin-bottom: 30px;
    margin-left: 30px;
}

.hidden-content {
    transition: all 0.5s ease-out;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}

.jobs-box.show-hidden .hidden-content {
    opacity: 1;
    max-height: 2000px;
}
.jobs-button {
    text-align: center;
    margin-top: 40px;
}
.jobs-button a.button {
    display: inline-block;
}

/* PAGE TERMS */

body.terms header {
    background: url('assets/images/terms-cover.jpg') no-repeat;
    background-size: cover;
}

body.terms .logo-holder {
    width: 260px;
    margin: 0 auto;
}

body.terms main {
    position: relative;
}

body.terms main .terms-holder {
    padding-bottom: 430px;
}

body.terms main .gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    z-index: -50;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,71b6b7+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(113,182,183,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(113,182,183,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(113,182,183,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#71b6b7',GradientType=0 ); /* IE6-9 */
}

body.terms {
    position: relative;
}

body.terms footer {
    background: url('assets/images/terms-footer.jpg') no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding-top: 100px;
}
.terms-holder {
    padding: 40px 0;
}
.terms-single p {
    margin-bottom: 25px;
}
.terms-single h3 {
    margin-bottom: 10px;
    margin-top: 30px;
}
.terms-single ul {
    list-style: disc;
    margin-left: 25px; 
    margin-bottom: 25px;
}

/* PAGE HELP */

.help-section {
    padding-top: 50px;
}

body.help header {
    background: url('assets/images/help-header.jpg') no-repeat;
    background-size: cover;
}

body.help .logo-holder {
    width: 260px;
    margin: 0 auto;
    padding: 0;
}

body.help main {
    position: relative;
}

body.help main .help-content {
    position: relative;
    z-index: 50;
    padding-top: 50px;
    margin-bottom: 150px;
    padding-bottom: 100px;
}

body.help main .img-bot.tablet {
    display: none;
}

body.help main .img-bot img {
    position: absolute;
    bottom: 0;
}

body.help footer {
    background: url('assets/images/help-footer.jpg') no-repeat top;
    background-size: cover;
    margin-top: -300px;
}
body.help {
    position: relative;
}
body.help .footer-holder {
    margin-top: -300px;
}
body.help main .gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    z-index: -50;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,71b6b7+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(113,182,183,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(113,182,183,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(113,182,183,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#71b6b7',GradientType=0 ); /* IE6-9 */
}

.ui-accordion .ui-accordion-header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eff0f0+0,ffffff+100 */
    background: rgb(239,240,240); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(239,240,240,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(239,240,240,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(239,240,240,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border: 1px solid #e2e3e4;
    border-radius: 15px;
    padding: 20px 40px;
    color: #145669;
    font-size: 30px;
    margin-top: 25px;
}
h3.ui-accordion-header-active.ui-state-active {
    border: 1px solid #e2e3e4;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}
.accordion div {
    border: 1px solid #e2e3e4;
    border-top: none;
    border-radius: 0 0 15px 15px;
}
.accordion {
    padding: 50px 0;
}
.accordion ul {
    margin-left: 20px;
}
.accordion h3:after {
    content: '+';
    font-size: 40px;
    color: #939598;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.accordion h3.ui-accordion-header-active.ui-state-active:after {
    content: '-';
    top: 45%;
    right: 35px;
}
.accordion ul p:before {
    content: "•";
    color: #145669;
    margin-right: 10px;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
}
.accordion ul p.ui-accordion-header-active.ui-state-active:after {
    content: '-';
    font-size: 40px;
    color: #939598;
    position: absolute;
    right: 35px;
    top: 45%;
    transform: translateY(-55%);
    -webkit-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    -o-transform: translateY(-55%);
}
.accordioninner p.ui-accordion-header-active.ui-state-active {
    border: none;
    border-radius: 0;
    color: #000;
}
.accordioninner p.ui-accordion-header {
    background: transparent;
    padding: 0;
    font-size: 20px;
    margin-top: 0;
    border: 0;
    border-radius: 0;
}
.accordioninner div {
    border: none !important;
    border-radius: none !important;
}
.accordioninner div .video-box {
    border-radius: 35px;
    overflow: hidden;
}
.accordioninner div.basic-video{
    display: block!important;
}

.accordioninner img.inside-img {
    width: 60%;
    margin: 20px auto;
}
.accordioninner .contact-us {
    text-align: center;
}
.accordioninner .contact-us a.button {
    display: inline-block;
    margin: 0 auto;
}
.accordioninner .contact-us a.button img {
    width: 80%;
    margin: 50px auto;
}

/* CONTACT PAGE */

.contact-section {
    padding-top: 40px;
}
body.contact header {
    background: url('assets/images/help-header.jpg') no-repeat;
    background-size: cover;
}

body.contact .logo-holder {
    width: 260px;
    margin: 0 auto;
    padding: 0;
}

body.contact main {
    position: relative;
}

body.contact main .contact-content {
    position: relative;
    z-index: 50;
    padding-top: 50px;
    height: 700px;
}

body.contact main .img-bot.tablet {
    display: none;
}

body.contact main .img-bot img {
    position: absolute;
    bottom: 0;
}
body.contact footer {
    background: url('assets/images/help-footer.jpg') no-repeat top;
    background-size: cover;
    margin-top: -300px;
}
body.contact {
    position: relative;
}
body.contact .footer-holder {
    margin-top: -300px;
}
body.contact main .gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    z-index: -50;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,71b6b7+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(113,182,183,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(113,182,183,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(113,182,183,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#71b6b7',GradientType=0 ); /* IE6-9 */
}

/* PAGE ABOUT */

body.about header {
    background: url('assets/images/help-header.jpg') no-repeat;
    background-size: cover;
}

body.about .logo-holder {
    width: 260px;
    margin: 0 auto;
}

body.about {
    position: relative;
}
body.about footer {
    background: url('assets/images/jobs-footer.jpg') no-repeat left top;
    background-size: cover;
    margin-top: -80px;
}
body.about .footer-holder {
    margin-top: -300px;
}
body.about main .gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    z-index: -50;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,71b6b7+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(113,182,183,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(113,182,183,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(113,182,183,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#71b6b7',GradientType=0 ); /* IE6-9 */
}
.about-holder {
    padding-top: 50px;
    margin-bottom: 150px;
}
.about-content p {
    margin-bottom: 10px;
}

/* TABLET/MOBILE NAV */

.nav-mobile-holder {
    position: fixed;
    height: 1px;
    visibility: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(64, 203, 241, 0.85);
    transition: all .3s ease-in-out;
}

.nav-mobile-header {
    background: rgba(64, 203, 241, 1);
    padding: 30px;
}
.nav-mobile-header img {
    width: auto;
    float: right;
}
.nav-mobile-holder.active {
    height: 100vh;
    visibility: visible;
    opacity: 1;
    z-index: 999;
}
.nav-mobile-content {
    text-align: center;
}
.nav-mobile-content li {
    padding: 30px 0;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}
.nav-mobile-content li:before {
    content: '•';
    color: #ca2271;
    margin-right: 5px;
}