/*GLOBAL*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    background: #ffffff;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
}

p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
}

.pb-0 {
    padding-bottom: 0 !important;
}

/*ul{ list-style: none; padding: 0px; }
ul li{position: relative; display: block;display: inline; width: 1500px}*/

.youtubeVideoLoader::before { /* play bubble */
    content: '';
    background: rgba(255, 255, 255, .6);
    height: 80px;
    width: 80px;
    display: block;
    margin: -40px 0 0 -40px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0 0 20px 3px rgba(51, 51, 51, .8);
    transition: all .1s ease;
    z-index: 1;
}

.youtubeVideoLoader:hover::before { /* play bubble hover */
    background: rgba(238, 238, 238, .8);
    box-shadow: 0 0 10px 3px rgba(51, 51, 51, .8);
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
}

.youtubeVideoLoader::after { /* Play Triangle */
    content: '';
    width: 0;
    height: 0;
    line-height: 0px;
    display: block;
    border-style: solid;
    border-width: 20px 0 20px 40px;
    margin: -20px 0 0 -15px;
    border-color: transparent transparent transparent #333;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
    z-index: 2;
}

.absolute-element {
    position: absolute;
    background: red;
    left: -100px;
    top: 0px;
    width: 300px;
    height: 300px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.tagame {
    background-color: #5cb85c;
    display: inline-block;
    padding: 0.5em;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-top: 5px;
}

.tagapp {
    background-color: #337ab7;
    display: inline-block;
    padding: 0.5em;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-top: 5px;
}

.tagar {
    background-color: #f0ad4e;
    display: inline-block;
    padding: 0.5em;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-top: 5px;
}

.btnar {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background-color: #7C47CF;
    border-color: #7C47CF;
    display: inline-block;
    padding: 6px 12px;
    font-weight: normal;
    vertical-align: middle;
    -webkit-user-select: none;
}

.btnar:hover, .btnar:focus, .btnar:active {
    color: #fff;
    background-color: #5918BF;
    border-color: #390A82;
}

.btne {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background-color: #4E342E;
    border-color: #4E342E;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    -webkit-user-select: none;
}

.btne:hover, .btne:focus, .btne:active {
    color: #fff;
    background-color: #3E2723;
    border-color: #3E2723;
}

.tagweb {
    background-color: #d9534f;
    display: inline-block;
    padding: 0.5em;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-top: 5px;
}

.tagvr {
    background-color: #5bc0de;
    display: inline-block;
    padding: 0.5em;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-top: 5px;
}

.tage {
    background-color: #4E342E;
    display: inline-block;
    padding: 0.5em;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-top: 5px;
}

.tagpi {
    background-color: #7C47CF;
    display: inline-block;
    padding: 0.5em;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-top: 5px;
}

.linkref a {
    color: #3A3A3A;
    outline: none;
    text-decoration: none;
}

.isotope .isotope-item {
    padding-left: 20px;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

#portfolio-div h5 {
    padding-bottom: 30px;
}

.info {
    background-color: rgba(255, 255, 255, 0.84);
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.infolo {
    background-color: rgba(0, 0, 0, 0.59);
    padding: 10px 10px;
}

.faqs {
    display: flex;
}

.left {
    width: 50%;
    float: left;
    background-color: #f4f4f4;
    margin: 0;
    padding-right: 50px;
    padding-top: 15px;
}

.inside-left {
    width: 90%;
    float: right;
}

p.nadpis {
    font-weight: bold;
}

p.italic {
    font-style: italic;
}

p.signature {
    text-align: right;
    font-weight: 500;
}

.right {
    width: 50%;
    float: right;
    margin: 0;
    padding-left: 50px;
    padding-top: 15px;
    background: url(https://www.thevrroom.nl/wp-content/uploads/2017/08/amsterdam-header.jpg) center center no-repeat;
    background-size: cover;
}


h1 {
    font-size: 2.4em;
    font-weight: 200;
    text-align: center;
}

h2 {
    font-size: 2em;
    margin: 0 0 5px 0;
}

h3 {
    font-size: 1.8em;
    margin: 0 0 5px 0;
    margin-bottom: 0px;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1em;
    font-weight: bold
}

.section-gray {
    background-color: #f4f3f3;
}

.main_img_logo {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    /*background-color: rgba(0, 0, 0, 0.29);*/
}

.main_img_logo > img {
    max-width: 330px;
    align-self: center;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.py {
    padding: 20px 0;
}

.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 0 20px 0;
}

.section-title {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 15px 0 25px 0
}

.research {
    background: url(images/research_bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
}

.link-home-orange {
    color: #ef9227;
}

.link-home-orange:hover {
    color: #efc130;
}

.big-title {
    font-size: 17px;
    padding: 5px 0;
}

/* Required */

.hiddendiv {
    opacity: 0;
}

.visible {
    opacity: 1;
}

hr {
    display: block;
    margin-top: 3.5em;
    margin-bottom: 3.5em;
    margin-left: 500px;
    margin-right: 500px;
    border-style: inset;
    border-widht: 1px;
}

div.hr {
    display: block;
    margin-top: 3.5em;
    margin-bottom: 3.5em;
    margin-left: 500px;
    margin-right: 500px;
    border-style: inset;
    height: 1px;
}

hr.separator {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.list {
    width: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 5%;
}

.list__item {
    width: 21%;
    float: right;
    padding: 0.625rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.list__item img {
    width: 100%;
    display: block;
}

.list__item__inner {
    width: 100%;
    color: #474d51;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0.125rem 0.313rem rgba(0, 0, 0, .2);
    box-shadow: 0 0.125rem 0.313rem rgba(0, 0, 0, .2);
}

.thumbnail {
    border: 0px !important;
    padding-left: 0px;
}

.imgref {
    opacity: 1.0;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.imgref:hover {
    opacity: 0.9;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

img {
    border-width: 0px;
    background: tranparent;
}

a {
    text-decoration: none;
    color: #031138
}

a:hover {
    text-decoration: none
}

ul {
    font-size: 15px;
    line-height: 26px;
    font-weight: 200;

}

ul.header_menu {
    font-size: 12px;
    padding: 0 0 0 15px;
    margin: 0px;
}

.ulunstyled {
    list-style-type: none;
}

.whiteBack {
    background-color: #FFF;
}

.fullwidth {
    width: 98%;
}

.table_odd_row {
    background-color: #DDD;
}

.table_even_row {
    background-color: #CFCFCF;
}

.alert_message {
    background-color: red;
}

.good_message {
    background-color: green;
}

#wrapper {
    height: 100%;
    width: 100%;
    display: block;
    margin-top: 70px;
    overflow: hidden;
}

section {
    padding: 0px 10%;
    background-color: white
}

nav {
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    text-align: center;
    background-color: #131319;
}

#nav ul li a:hover {
    border-bottom: 0px #FFF solid;
}

#nav ul li .active {
    color: #6ec5c8;
    text-underline-position: under;
    text-decoration: underline;
}

.logo {
    height: 60px;
    display: inline-block;
    margin-top: 5px;
    margin-right: 0px;
    float: left
}

ul.arrow {
    list-style-type: none;
    margin: 0 0 15px 0;
}

ul.arrow li {
    font-size: 15px;
    line-height: 26px;
    font-weight: 200;
    padding: 0 0 0 25px;
    margin: 0 0 10px 0;
    background: url(../resources/images/arrow.png) no-repeat 0 5px;
}

.logo img {
    height: 90%;
}

.menu li {
    list-style-type: none;
    float: left;
    padding: 5px 10px;
    display: inline;
}

.menu li a {
    color: white;
    position: relative;
    display: inline-block;
    margin: 19px 0px;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 1.1em;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    margin: 7px;
}

.dropdown-menu > li > a:before {
    content: '' !important;
}

.dropdown-menu > li > a:hover:before {
    text-shadow: 0px !important;
}

.dropdown-menu > li > a:hover {
    background: white !important
}

.menu li a:hover::before, .menu li a:focus::before {
    color: #fff;
    text-shadow: 10px 0 #fff, -10px 0 #fff;
}

.menu li a:hover, .menu li a:focus {
    color: #6ec5c8;
}

.menu {
    text-align: center;
}

.menu {
    margin: 0;
    padding: 0;
}

.menu_cont {
    display: inline-block;
    width: 100%;
    max-width: 1170px;
}

.d-flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.container {
    max-width: 100%;
}

.login-toolbar {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.menuMobUl li, .menuMobUlAdmin li {
    list-style-type: none;
    color: red;
    width: 250px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 15px;
    border-bottom: 1px solid rgb(64, 64, 79);
    text-align: left;
    padding-left: 25px;
}

.active {
    opacity: 1 !important
}

.admin_li {
    background-color: rgba(3, 17, 56, 0.15) !important;
}

.logged_li li {
    padding: 5px 15px !important;
}

.menuMobUl li:hover, .menuMobUlAdmin li:hover {
    background-color: #141419;
}

.menuMobUl li a, .menuMobUlAdmin li a {
    color: white;
    width: 100%;
    height: 100%;
    display: block;
}

.menuMobUl li a:hover, .menuMobUlAdmin li a :hover {
    color: #6ec5c8;
    text-decoration: none;
}

.menuMobUl, .menuMobUlAdmin {
    font-size: 12px;
    margin: 0;
    padding: 0;
    position: fixed;
    height: 100%;
    display: none;
    top: 0px;
    right: -300px;
    background-color: rgba(20, 20, 25, 0.94);
    z-index: 99;
    padding-top: 60px;
    overflow: auto;
}

.menuIcon {
    max-height: 50px;
    position: relative;
    z-index: 100;
    margin-top: 4px;
}

.menuIcon img {
    height: 50px
}

.middle {
    position: relative;
    margin: 0 auto;
    width: 900px;
    height: 100%;
    background: transparent;
}

.trendcal {
    width: 100%;
    background: url('images/trend_bg.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden
}

.trendcal img {
    -webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    transition: .5s all ease-out;
    -webkit-transform: scale(1);
}

.tricklandia {
    width: 100%;
    background: url('images/tricklandia_bg.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden
}

.tricklandia img {
    -webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    transition: .5s all ease-out;
    -webkit-transform: scale(1);
}

.rrealita {
    width: 100%;
    background: url('images/rrealita_bg.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden
}

.rrealita img {
    -webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    transition: .5s all ease-out;
    -webkit-transform: scale(1);
}

.priserky {
    width: 100%;
    background: url('images/priserky_bg.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}

.priserky img {
    -webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    transition: .5s all ease-out;
    -webkit-transform: scale(1);
}

.demigods {
    width: 100%;
    background: url('images/demigods_bg.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}

.demigods img {
    -webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    transition: .5s all ease-out;
    -webkit-transform: scale(1);
}

.monsters {
    width: 100%;
    background: url('images/monster_bg.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden
}

.monsters img {
    -webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    transition: .5s all ease-out;
    -webkit-transform: scale(1);
}

.gamebg {
    width: 100%;
    background: url('images/game_bg.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden
}

.gamebg img {
    -webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    transition: .5s all ease-out;
    -webkit-transform: scale(1);
}

.augmented {
    width: 100%;
    background: url('images/augmented_bg.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden
}

.augmented img {
    -webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    transition: .5s all ease-out;
    -webkit-transform: scale(1);
}

.hololens {
    width: 100%;
    background: url('images/hololens_bg.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden
}

.hololens img {
    -webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    transition: .5s all ease-out;
    -webkit-transform: scale(1);
}

.vrclub {
    width: 100%;
    background: url('images/vrclub_bg.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden
}

.vrclub img {
    -webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    transition: .5s all ease-out;
    -webkit-transform: scale(1);
}

.loptosi {
    width: 100%;
    background: url('images/loptosi_bg.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden
}

.loptosi img {
    -webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    transition: .5s all ease-out;
    -webkit-transform: scale(1);
}

.augmented_fun {
    width: 100%;
    background: url('images/augmented_fun_bg.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden
}

.augmented_fun img {
    -webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    transition: .5s all ease-out;
    -webkit-transform: scale(1);
}

.pizza {
    width: 100%;
    background: url('images/pizza_bg.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden
}

.pizza img {
    -webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    transition: .5s all ease-out;
    -webkit-transform: scale(1);
}

.scale {
    -webkit-transform: scale(1.2) !important;
}

.art_container {
    max-width: 1100px;
    margin: 0px auto;
}

#main {
    width: 100%;
    background: url('images/page-bg-line.png') repeat;
}

#main .main-bg {
    width: 100%;
    background: transparent url('images/page-background-2.jpg') center no-repeat;
}

.container1 {
    width: 100%;
}

.container1 {
    position: relative;
    padding: 0;
}

section {
    padding: 20px 10%;
}

.section_margin {
    margin: 50px 0 50px 0;
}

awards a {
    color: #6ec5c8;
    font-size: 1.2em;
    font-weight: 400;
}

.firstsec {
    background: #eaeaea;
    background: -moz-linear-gradient(-45deg, #eaeaea 0%, #fcfcfc 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #eaeaea), color-stop(100%, #fcfcfc));
    background: -webkit-linear-gradient(-45deg, #eaeaea 0%, #fcfcfc 100%);
    background: -o-linear-gradient(-45deg, #eaeaea 0%, #fcfcfc 100%);
    background: -ms-linear-gradient(-45deg, #eaeaea 0%, #fcfcfc 100%);
    background: linear-gradient(135deg, #eaeaea 0%, #fcfcfc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#fcfcfc', GradientType=1);
    display: inline-table;
    width: 100%;
    text-align: center;
    padding: 20px;
}

.firstsec img {
    margin: 20px;
}

.firstsec a {
    opacity: 0.75
}

.firstsec a:hover {
    opacity: 1
}

.second_sec {
    padding: 40px 10%;
}

.bigger {
    font-size: 1.4em;
    padding: 15px 0px;
}

.second_sec a {
    color: #031138;
}

.second_sec img {
    width: 100px
}

.nopadding {
    padding: 0px
}

.footer-link {
    padding: 0 25px;
}

#footer {
    width: 100%;
    background-color: #131319;
    color: white;
}

#footer a {
    color: white
}

#footer a:hover {
    color: #6ec5c8;
}

#footer a.footer-link {
    color: #72cace;
}

#footer a.footer-link:hover {
    color: #fff;
}

#footer ul {
    position: relative;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0px;
}

#footer .footbox {
    position: relative;
    height: 200px;
    color: #fefefe;
    margin-top: 20px;
    padding-top: 35px;
}

#footer em.month {
    color: #6ec5c8;
    font-size: 1.4em;
    font-weight: 500;
}

.footer-color {
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
    color: #6ec5c8;
}

.footer-text {
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
}

#footer em {
    font-size: 1.3em;
    color: #b9bbc3;
}

#footer p {
    color: #b9bbc3;
    font-size: 16px;
    line-height: 110%;
    font-weight: 100;
    margin: 10px 12px 15px 0;
}

#footer p {
    line-height: 110%;
    font-weight: 100;
    margin: 10px 12px 15px 0;
}

#footer .middle .rights {
    width: 100%;
    bottom: 0px;
    position: absolute;
    text-align: center;
    font-size: 0.9em;
    color: #8d94a5;
}

#footer .middle li {
    cursor: pointer;
}

.unitytable {
    padding: 5px;
}

.db-pricing-four {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
    border: 1px solid rgba(128, 128, 128, 0.44);
    padding: 13%;
    height: 100px;
}

/* JUI overrides */
.ui-corner-all {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.ui-corner-top {
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-radius-top-left-radius: 6px;
    border-radius-top-right-radius: 6px;
}

.ui-corner-bottom {
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-radius-bottom-left-radius: 6px;
    border-radius-bottom-right-radius: 6px;
}

/* anything Slider overrides */
div.anythingSlider {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 0 0;
}

div.anythingSlider .anythingWindow {
    top: 0px;
    float: left;
    background: transparent !important;
    border: none;
}

ul.anythingBase {
    background: transparent;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

ul.anythingBase li.panel {
    background: transparent;
    display: inline;
    float: left;
    padding: 0;
    margin: 0;
}

div.anythingSlider .forward {
    right: -45px;
}

div.anythingSlider .back {
    left: -45px;
}

#page-wrap {
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    position: relative;
}

.innerPage_slider {
    position: absolute;
    padding-top: 40px;
    width: 100% !important;
    height: 100% !important;
}

.innerPage_slider div.anythingSlider {
    width: 800px !important;
    position: relative;
    float: none;
    margin: 0 auto;
    height: 570px;
}

.innerPage_slider div.anythingSlider .anythingWindow {
    width: 800px !important;
    height: 570px;
}

.innerPage_slider div.anythingSlider .anythingWindow .panel {
    position: relative;
    width: 800px !important;
}

/* panel default styles */
/* .panel{border:5px solid #FFF;background:#CCC;padding-top:10px} */
.page, .sub-page {
    background: transparent;
    display: block;
    width: 100%;
    height: 700px;
    overflow: hidden;
    float: none;
    margin: 0 auto;
    margin-top: -3px;
}

.sub-page {
    display: none;
    margin-top: 0px;
}

.sliderServicesPages {
    float: left;
    padding-left: 42px;
}

.unhide {
    dispaly: block;
}

.hide {
    display: none;
    position: absolute;
    height: 0px;
}

.content {
    position: relative;
    background: #fff;
    width: 900px;
    height: 650px;
    float: none;
    margin: 0 auto;
    margin-top: 50px;
    padding: 20px;
}

.content .slide-button-left, .content .slide-button-right {
    cursor: pointer;
    position: absolute;
    height: 32px;
    top: -28px;
    background: #fff;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    border-top-right-radius: 13px;
    -moz-border-radius-topright: 13px;
    -webkit-border-top-right-radius: 13px;
    border-top-left-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -webkit-border-top-left-radius: 13px;
    font-size: 1.3em;
}

.content .slide-button-left {
    left: 0px;
}

.content .slide-button-right {
    right: 0px;
}

.content h1 {
    /*color: #031138;*/
    margin: 9px 0 0 0;
    position: relative;
}

.content .slide-button-right h1, .content .slide-button-right img {
    float: right;
    margin: 9px 9px 0 0;
}

.content .slide-button-right h1, .content .slide-button-left h1 {
    display: inline;
}

.content h1.small {
    font-size: 1.1em;
    font-weight: 500;
    margin-left: 5px;
}

.content .slide-button-left img, .content .slide-button-right img {
    margin-right: 10px;
    float: left;
}

.content p {
    display: inline;
    float: left;
    padding: 10px;
    font-size: 1em;
    line-height: 120%;
    color: #525252;
    margin: 5px;
}

.ui-widget-content {
    padding: 10px;
}

.content .offer {
    float: left;
    cursor: pointer;
    margin: 10px -15px 0 25px;
    border: 1px solid #cbccd1;
    width: 275px;
    height: 234px;
}

.content .offer .header {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 71px;
}

.content .offer .header_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: .5;
    filter: alpha(opacity=50);
}

.content .offer .header h2 {
    font-weight: 400;
    font-size: 1.2em;
    position: relative;
    float: left;
    margin: 13px 0 0 15px;
    color: black;
}

.content .offer .header h2.small {
    position: absolute;
    font-weight: 600;
    font-size: 1.1em;
    bottom: 4px;
    right: 10px;
    text-align: right;
    text-shadow: 1px 1px 6px white;
}

.content .offer .desc {
    position: relative;
    display: none;
    font-style: italic;
    background-color: #031138;
    filter: alpha(opacity=60);
    background: rgba(3, 17, 56, 0.8);
    height: 164px;
    width: 100%;
    text-align: right;
    bottom: 0px;
    right: 0px;
}

.content .offer .desc p {
    float: right;
    font-weight: 800;
    color: #fff;
    display: inline;
    margin: 10px 10px 0 10px;
    width: 210px;
}

.content .offer .desc div {
    float: right;
    color: #6ec5c8;
    font-weight: bold;
    font-size: 0.9em;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.content .offer .desc a img {
    float: left;
    margin: 5px 8px 0 0;
    position: relative;
}

.text-shadow {
    text-shadow: 1px 1px 4px #111;
}

.main-img {
    position: relative;
    float: right;
    background: transparent url('images/partners.jpg') no-repeat bottom right;
    height: 506px;
    width: 346px;
}

.main-img h2 {
    font-size: 2.0em;
    position: relative;
    float: right;
    font-weight: 500;
    margin: 10px 25px 0 0;
    color: #303030;
}

.main-img h3 {
    font-size: 1.4em;
    position: relative;
    float: right;
    font-weight: normal;
    margin: 4px 32px 0 0;
    color: #808080;
}

#content, .section {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#content {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    background-color: transparent;
    position: relative;
    height: 100%;
    float: left;
}

.section ul {
    padding: 0px;
    margin: 0px;
}

.section .sub {
    position: relative;
    float: left;
    padding: 0;
    height: 100%;
}

#first {
    top: 484px !important;
}

#second {
    top: 503px !important;
}

.intro_sec {
    background-image: url('images/first_sec_back.png');
    background-color: #1b243f;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: auto;
    color: white;
}

.intro_sec {
}

.intro_sec p {
    font-weight: 100;
    font-size: 1.4em
}

.intro_sec a {
    color: white;
    font-size: 1.4em;
}

.intro_sec li {
    list-style-type: none;
    line-height: 45px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.intro_sec ul {
    display: inline-block;
    text-align: left;
}

.awards a {
    color: #6ec5c8;
    font-size: 1.2em;
    font-weight: 400;
}

.box1img {
    background: #fff url('images/www.jpg') repeat !important;
}

.box2img {
    background: #fff url('images/webcam.jpg') repeat !important;
}

.box3img {
    background: #fff url('images/outsource.jpg') repeat !important;
}

.box4img {
    background: #fff url('images/portals.jpg') repeat !important;
}

.box5img {
    background: #fff url('images/mobile-apps.png') center repeat !important;
}

.box6img {
    background: #fff url('images/cd.jpg') repeat !important;
}

.scrollable {
    position: relative;
    float: left;
    margin: 0 auto;
    overflow: hidden;
    width: 480px;
    height: 600px;
}

.scrollable .items {
    /* this cannot be too large */
    width: 20000em;
    position: absolute;
}

.items div {
    float: left;
}

.inline {
    display: inline;
}

.mobile-page {
    width: 810px;
    height: 600px;
    margin-top: 20px;
}

.mobile-page p {
    margin: 10px 10px 0 10px !important;
}

#main_navi li {
    display: inline;
}

.partner_img {
    width: 100%;
}

.partner-container {
    display: flex;
    padding: 30px 0;
}

.fixed {
    position: fixed;
    z-index: 21
}

.app_menu {
    width: 100%;
    text-align: center;
    padding: 0px;
    top: 70px
}

.app_menu ul {
    margin: auto;
    padding: 0px;
    list-style: none;
    display: table;
}

.app_menu li {
    float: left;
    padding: 10px 10px 0;
    text-align: center;
    list-style-type: none;
    -webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    transition: .5s all ease-out;
    border-bottom: 2px solid white
}

.app_menu img {
    width: 40px;
    clear: both
}

li.blue a, li.blue.active a {
    border-bottom-color: #48a9c0;
}

#eds {
    margin-top: 90px;
}

#error_message, #good_message {
    position: fixed;
    width: 70%;
    left: 15%;
    display: none
}

.pageContainer {
    background: white;
    color: #031138;
    padding: 15px;
}

.form-inline {
    padding: 10px 0px;
}

.row {
    margin-left: -15px !important;
}

.locavo {
    position: relative;
    top: -580px;
    display: inline-block;
}

#gallerycon {

}

#gallerycon .mix {
    display: none;

}

.mix {
    padding: 3px;
    width: auto;
    color: white;

}

.menuMobUl, .menuMobUlAdmin {
    display: block
}

@media (max-width: 992px) {
    .flex-container {
        flex-direction: column;
    }

    .intro_sec {
        background-image: url('images/first_sec_back_mobile.png');
    }

    ref-sec {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }

    section {
        padding: 0px 10px !important;
    }

    .nopadding {
        padding: 0px !important;
    }

    .trendcal img,
    .tricklandia img,
    .rrealita img,
    .pizza img,
    .monsters img,
    .augmented img,
    .hololens img,
    .loptosi img,
    .demigods img,
    .priserky img,
    .augmented_fun img,
    .vrclub img,
    .gamebg img {
        max-width: 75%
    }

    body {
        font-size: 13px;
    }

    .partner_img {
        max-height: 50px;
        max-width: 80px;
    }

    .intro_sec {
        height: auto
    }

    .intro_sec li {
        line-height: 35px
    }

    .intro_sec ul {
        margin-top: 0px
    }

    .logo img {
        height: 100%;
        margin-top: 15px;
    }

    #wrapper {
        margin-top: 55px
    }

    .second_sec {
        padding: 20px 10%;
    }

    .second_sec img {
        width: 60px
    }

    .menuMobUl, .menuMobUlAdmin {
        display: block
    }

    .awardsleft {
        hspace: 10%;
        width: 113px;
        height: 56px;
    }

    .awardsright {
        hspace: 10%;
        width: 99px;
        height: 56px;
    }

    .logo {
        height: 54px;
        display: inline-block;
        margin-top: -15px;
        margin-right: 10px;
        float: left
    }

    #footer .footbox {
        position: relative;
        height: 95px;
        color: #fefefe;
        margin-top: 10px;
        border-right: 0px
    }

    #footer .footbox:nth-last-child(5) {
        border-left: 0px;
    }

    .app_menu {
        text-align: left;
        padding: 0px;
        top: 57px
    }

    .faqs {
        flex-direction: column-reverse;
    }

    .left,
    .right {
        width: 100%;
    }

    .right {
        height: 250px;
    }
}

.gif-row {
    display: flex;
}

@media (max-width: 768px) {
    h1 {
        font-size: 1.4em;
    }

    h2 {
        font-size: 1.4em;
        margin: 0 0 5px 0;
    }

    .gif-row {
        display: inline;
    }

    .col-sm-3 {
        padding-left: 0px !important;
    }

    ref-sec {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

    .app_menu {
        text-align: left;
        padding: 0px;
        top: 53px
    }

    .app_menu img {
        width: 36px;
        padding-top: 10px;
    }

    .app_menu_font {
        display: none;
    }

    .app_menu ul {
        position: relative;
    }

    .app_menu li {
        float: left;
        padding: 5px;
    }

    .partner-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    /* .app_menu_arrow {
          position: absolute;
          top: 5px;
          right: 5px;
          width: 40px;
          height: 40px;
          color: #031138;
          border: 1px solid #031138;
          text-align: center;
          line-height: 40px;

      }
       .app_menu_arrow span {
            -webkit-transition: .5s all ease-out;
        -moz-transition: .5s all ease-out;
        transition: .5s all ease-out;
      }*/
    ul.arrow {
        list-style-type: none;
        margin: 0 0 15px 0;
    }

    ul.arrow li {
        font-size: 15px;
        line-height: 26px;
        font-weight: 200;
        padding: 0 0 0 25px;
        margin: 0 0 10px 0;
        background: url(../resources/images/arrow.png) no-repeat 0 5px;
    }

    .awardsright {
        hspace: 10%;
        width: 99px;
        height: 56px;
    }

    .rotate {
        /* Firefox */
        -moz-transform: rotate(180deg);
        /* WebKit */
        -webkit-transform: rotate(180deg);
        /* Opera */
        -o-transform: rotate(180deg);
        /* Standard */
        transform: rotate(180deg);
    }

    #eds {
        margin-top: 80px;
    }
}

#generic_price_table .generic_content{
    background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price{
    background-color: #f6f6f6;
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
    border-color: #131218 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #131218;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
    color: #87C7CD;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a{
    background-color: #6ec5c8;
    color: #fff;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content{
    overflow: hidden;
    position: relative;
    text-align: center;
    border: 1px solid #c6c6c6;
}

#generic_price_table .generic_content .generic_head_price {
    margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
    margin: 0 0 30px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
    border-width: 50px 1000px 23px 399px;
    position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
    padding-top: 20px;
    position: relative;
    z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
    padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    font-size: 35px;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li{
    font-size: 18px;
    padding: 0;
}


#generic_price_table .generic_content .generic_price_btn{
    margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a{
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

/*This is for VR CLUB section change language */
body.sk  span[lang=en] {
    display: none;
}
body.en  span[lang=sk] {
    display: none;
}

body.sk button.sk,
body.en button.en {
    opacity: 1;
}

button.en {
    background: url(/resources/images/circle-en.png) no-repeat;
    bottom: 60px;
}

button.sk {
    background: url(/resources/images/circle-sk.png) no-repeat;
    bottom: 10px;
}

button.en,
button.sk {
    width: 30px;
    height: 30px;
    border: 0;
    background-size: contain;
    position: fixed;
    right: 10px;
    border-radius: 50%;
    z-index: 98;
    opacity: 0.6;
}

button.en:hover,
button.sk:hover {
    opacity: 1;
}

button.en:focus,
button.sk:focus {
    outline: none;
}
