/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300,400italic%7cPlayfair+Display:400italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* General
----------------------------------------------------------------------------------------------------*/
.relative {
  position: relative; }

.absolute {
  position: absolute; }

.mdl-radio__ripple-container .mdl-ripple, .mdl-radio__inner-circle, .mdl-radio.is-checked .mdl-radio__tick-outline, .mdl-checkbox.is-checked .mdl-checkbox__tick-outline, .mdl-checkbox__ripple-container .mdl-ripple, .mdl-switch.is-checked .mdl-switch__thumb, .mdl-switch__ripple-container .mdl-ripple {
  background-color: #000000; }

.mdl-radio.is-checked .mdl-radio__outer-circle, .mdl-radio__inner-circle, .mdl-checkbox.is-checked .mdl-checkbox__box-outline {
  border-color: #000000; }

.text-center {
  text-align: center !important; }

.rolldown {
  top: 35px;
  left: 5px;
  display: none; }

.rolldown ul {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 0; }

.rolldown ul a {
  color: #000000;
  font-size: 13px;
  padding: 5px 80px 5px 20px;
  display: block; }
  .rolldown ul a:hover {
    background: #eceef0; }

.select-lng.acvite:after {
  transform: rotate(180deg); }

.container-fluid {
  padding-left: 30px;
  padding-right: 30px; }

#grid img {
  width: 100%; }

img {
  display: block; }

.right {
  float: right; }

/* Homepage
----------------------------------------------------------------------------------------------------*/
/*Header*/
.body .page {
  background-color: #17131d;
  overflow: hidden; }

header .container {
  max-width: 990px; }

header .navbar-nav {
  display: -ms-inline-flexbox; }

header .navbar {
  background: #0f061c;
  padding: 0; }

header .navbar-collapse {
  float: none; }

header .navbar {
  background: #0f061c;
  padding: 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2); }

header .navbar-brand {
  margin: 0;
  margin-top: 25px;
  float: none;
  margin-left: -15px; }

header .navbar-nav > li > a {
  display: inline-block;
  border: none;
  text-transform: none; }

header.dark .navbar-nav > li > a {
  font-size: 13px;
  transition: all 0.5s ease;
  color: #bbbbbb; }
  header.dark .navbar-nav > li > a:hover {
    color: #fff; }

header.dark .navbar-brand .light-logo {
  display: inline-block; }

header .aligner {
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center;
  justify-content: space-between;
  align-items: center; }

header .standard-logo {
  display: block;
  cursor: pointer;
  z-index: 999;
  position: relative; }

.white-shadow {
  background: url("../images/layout/white-shadow.png");
  width: 600px;
  height: 300px;
  display: block;
  margin: auto;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat; }

.shadow {
  position: absolute;
  margin: auto;
  z-index: 55;
  width: 100%;
  top: -70px;
  overflow: hidden;
  height: 270px;
  left: 0; }

.network:before {
  font-family: 'Material Icons';
  speak: none;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: center;
  font-style: normal;
  vertical-align: middle;
  word-wrap: normal !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  content: 'apps';
  position: relative;
  top: -1px;
  left: -5px; }

.network:after {
  content: '|';
  color: #313131;
  position: absolute;
  top: 7px;
  right: -4px;
  font-size: 20px; }

.member:before {
  font-family: 'Material Icons';
  speak: none;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: center;
  font-style: normal;
  vertical-align: middle;
  word-wrap: normal !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  content: 'lock';
  position: relative;
  top: -1px;
  left: -5px; }

.navbar-nav li {
  float: left; }

.nav-wrap {
  display: block; }

header .navbar-collapse {
  display: flex;
  z-index: 9999; }

/*Language-box*/
.language-box .navbar-nav li a {
  display: inline-block;
  padding: 5px; }

.language-box a i {
  background: url("../images/ico/flag.png");
  height: 22px;
  width: 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 90; }

.language-box a i.spain {
  background-position: -30px 0; }

.language-box a i.portugal {
  background-position: -60px 0; }

.language-box a i.french {
  background-position: -90px 0; }

.language-box a i.german {
  background-position: -120px 0; }

.language-box a i.russia {
  background-position: -150px 0; }

.language-box {
  display: block;
  overflow: hidden; }

.select-lng {
  color: #626262;
  border: 1px solid #626262;
  font-size: 16px;
  clear: both;
  border-radius: 25px;
  padding: 8px 35px;
  padding-left: 20px;
  margin-top: 5px;
  text-align: left;
  cursor: pointer; }

.nav-wrap:nth-of-type(1) {
  padding-right: 55px; }

.select-lng:after {
  font-family: 'Material Icons';
  speak: none;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: center;
  font-style: normal;
  vertical-align: middle;
  word-wrap: normal !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  content: 'keyboard_arrow_down';
  transition: all 0.5s ease;
  position: absolute;
  right: 10px; }

/*Content*/
#content {
  padding-top: 200px;
  padding-bottom: 50px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2); }

.grid-item.shuffle-item {
  padding-bottom: 30px; }

.figure {
  position: relative;
  transition: all 5s ease;
  transform-style: preserve-3d;
  transition: all 1.0s linear;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 9px -8px 126px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 9px -8px 126px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 9px -8px 126px -13px rgba(0, 0, 0, 0.75); }

.figcaption {
  display: none;
  transition: all 5s ease;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6); }

.figcaption .material-icons {
  font-size: 60px;
  color: #d0c2e4; }

.figure:hover .figcaption {
  display: flex; }

/*Pagination*/
nav.nav-pagination {
  text-align: center; }

.pagination {
  display: inline-block;
  padding-bottom: 45px; }

.pagination a {
  line-height: 27px;
  height: 50px;
  padding: 10px 18px; }

.pagination li {
  display: inline-block;
  margin-left: 5px; }

.pagination li a {
  color: #767676;
  font-size: 20px;
  text-transform: uppercase; }
  .pagination li a:hover {
    background: none;
    color: #ffffff; }

.pagination li:first-child a, .pagination li:last-child a {
  border: none; }
  .pagination li:first-child a:hover, .pagination li:last-child a:hover {
    background: none;
    color: #ffffff; }

.pagination a:first-child {
  border: none; }

.pagination .active a {
  border: 1px solid #767676;
  border-radius: 50%; }
  .pagination .active a:hover {
    background: #fafafa;
    color: #767676; }

.pagination .previous:before {
  font-family: 'Material Icons';
  speak: none;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: center;
  font-style: normal;
  vertical-align: middle;
  word-wrap: normal !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  content: 'keyboard_arrow_left';
  position: relative;
  top: -1px; }

.pagination .next:after {
  font-family: 'Material Icons';
  speak: none;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: center;
  font-style: normal;
  vertical-align: middle;
  word-wrap: normal !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  content: 'keyboard_arrow_right';
  position: relative;
  top: -1px; }

/*Footer*/
footer .text-center {
  text-align: center !important; }

footer {
  background: url("../images/layout/footer-bg.jpg");
  overflow: hidden;
  clear: both;
  padding: 50px 0;
  color: #a3a3a3;
  font-size: 13px;
  background-size: cover; }

.footer-nav {
  padding: 40px 0 30px 0; }

.footer-nav li {
  display: inline-block; }

.footer-nav li span:after {
  content: '|';
  color: #313131;
  font-size: 15px;
  margin-left: 5px; }

.footer-nav li:last-child a:after {
  content: ''; }

.footer-nav li a {
  color: #a3a3a3;
  font-size: 13px; }

/*Footer-soc-icon*/
.soc-icon a {
  text-decoration: none; }

.soc-icon a i {
  color: #929292;
  font-size: 19px;
  border: 1px solid #5d5d5d;
  border-radius: 50%;
  padding: 0 15px;
  height: 50px;
  line-height: 55px;
  margin: 0 10px;
  display: inline-block; }

.soc-icon a:hover .socicon-twitter {
  background-color: #43a9e0;
  color: #ffffff; }

.soc-icon a:hover .socicon-facebook {
  background-color: #43556c;
  color: #ffffff; }

.soc-icon a:hover .socicon-instagram {
  background-color: #9d7c6d;
  color: #ffffff; }

/*Footer-cams-btn*/
.cams {
  margin-top: 15px;
  font-size: 23px;
  height: 55px;
  line-height: 55px;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  border-radius: 50px;
  text-transform: uppercase;
  padding: 0 80px;
  position: relative; }
  .cams:hover {
    background: #ffffff;
    text-decoration: none;
    color: #000000; }

.cams:before {
  content: url("../images/ico/cam.png");
  display: inline-block;
  height: 44px;
  width: 19px;
  position: absolute;
  left: 30px;
  margin-top: 2px; }

.cams:hover:before {
  content: url("../images/ico/cam-black.png"); }

/*Footer-ca*/
.footer-ca {
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px dotted #1d1d1d;
  border-bottom: 1px dotted #1d1d1d;
  background: rgba(0, 0, 0, 0.15); }

.footer-ca p {
  padding-bottom: 0;
  font-size: 11px; }

.footer-ca .footer-nav {
  padding-bottom: 0;
  padding-top: 30px; }

.footer-ca span {
  text-transform: uppercase; }

.middle-container {
  max-width: 770px; }

.copy {
  padding-bottom: 0;
  color: #3b3b3b; }

/*All-btn*/
#content .btn-wrap {
  text-align: center; }

.btn-primary {
  text-transform: uppercase;
  font-size: 16px;
  padding: 8px 35px;
  padding-top: 9px;
  border-radius: 25px; }

.btn-wrap .btn-primary {
  margin-top: 5px;
  -webkit-box-shadow: 0px 30px 25px -25px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 30px 25px -25px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 30px 25px -25px rgba(0, 0, 0, 0.75); }

.btn-wrap .btn-primary:after {
  font-family: 'Material Icons';
  speak: none;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: center;
  font-style: normal;
  vertical-align: middle;
  word-wrap: normal !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  content: 'keyboard_arrow_right';
  font-size: 16px;
  position: relative;
  top: -2px; }

.btn-wrap .btn-primary, .btn-default-outline {
  float: none;
  display: inline-block; }

.btn.btn-info {
  border: none;
  display: inline-block;
  color: #b4b4b4 !important;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 17px;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  float: none;
  background: #4b4b4b; }
  .btn.btn-info:hover {
    background: #3a3a3a; }

.btn.btn-info:hover:not(span) {
  background: #3a3a3a; }

.btn-default-outline {
  font-size: 17px !important;
  color: #959595; }

.btn.btn-default-outline:focus, .dark .btn.btn-default-outline:focus, .btn.btn-default-outline:hover, .dark .btn.btn-default-outline:hover {
  color: #848484;
  border-color: #848484; }

.btn-wrap.padding {
  padding-bottom: 30px;
  padding-top: 20px; }

.btn.join {
  float: none;
  display: inline-block;
  border-bottom: 1px solid #523280;
  text-transform: uppercase;
  padding: 9px 30px; }

.btn-wrap .btn-lg {
  height: 90px;
  font-size: 34px;
  border-radius: 50px;
  padding: 0 50px;
  line-height: 89px;
  border-bottom: 3px solid #523280;
  -webkit-box-shadow: 0px 30px 25px -25px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 30px 25px -25px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 30px 25px -25px rgba(0, 0, 0, 0.75); }

.btn-wrap .btn-primary.btn-lg:after {
  font-size: 34px;
  right: -10px; }

.btn.btn-primary.btn-lg.enter {
  font-size: 34px;
  padding: 0 50px;
  margin-bottom: 30px; }

.enter:after {
  font-family: 'Material Icons';
  speak: none;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: center;
  font-style: normal;
  vertical-align: middle;
  word-wrap: normal !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  content: 'keyboard_arrow_right';
  font-size: 24px;
  position: relative;
  top: -2px; }

.btn.btn-primary.btn-lg.agree:after {
  content: ''; }

.btn.btn-primary.btn-lg.agree {
  padding: 0 50px; }

/* Join-form-page and Warning page
----------------------------------------------------------------------------------------------------*/
/*Header*/
.header-other .aligner {
  justify-content: center; }

.header-other .navbar-collapse {
  position: absolute;
  right: 70px;
  top: 70px; }

.header-other .navbar {
  padding-top: 45px; }

.dark.header-other .navbar.navbar-fixed {
  background: url("../images/layout/header-background.png");
  background-position: center center;
  background-size: cover; }

.header-other .btn-wrap {
  padding: 20px 0; }

.navbar-collapse.align-end {
  align-items: flex-end; }

/*Content*/
#content .box-right h3 {
  color: #5E0AD5; }

#content h3 {
  color: #d3d3d3; }

#content.other {
  padding-top: 425px;
  color: #bcbcbc; }

#content.other p {
  font-size: 16px; }

.flex-direction {
  display: flex;
  flex-direction: column; }

/*Content-article*/
article {
  padding: 10px 30px; }

article ul {
  padding-top: 15px;
  padding-bottom: 20px; }

article ul li {
  padding-bottom: 10px;
  margin-left: 30px; }

/*Form-box*/
.ca-box ul li {
  font-size: 16px;
  color: #ffffff;
  list-style: none;
  margin-left: 0;
  padding-bottom: 20px; }

.ca-box ul li:before {
  font-family: 'Material Icons';
  speak: none;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: center;
  font-style: normal;
  vertical-align: middle;
  word-wrap: normal !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  content: 'done';
  color: #ff6428;
  font-weight: 900;
  font-size: 16px;
  margin-right: 5px; }

.certification {
  background: url("../images/ico/certification.png");
  height: 102px;
  width: 289px;
  margin: auto; }

.ca-box-parents {
  background: url("../images/layout/ca-background.png");
  margin-top: 30px;
  overflow: hidden;
  border-radius: 4px; }

.ca-box {
  padding: 40px 30px; }

.ca-box ul {
  padding-bottom: 50px; }

.ca-box h3 {
  padding-bottom: 30px; }

.box-right {
  background: #f5f5f5; }

a.block {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #c7c7c7;
  margin-top: 20px; }

.join {
  margin-top: 20px; }

.padding h3 {
  padding: 0 15px; }

/*Form*/
.form-box {
  border: 1px solid #e3e3e3;
  border-radius: 4px; }

.form-box .mdl-radio__label {
  font-weight: bolder; }

.form-box span.block {
  text-transform: initial;
  font-size: 12px;
  padding-bottom: 0; }

.form-box span.block span {
  color: #5E0AD5;
  font-weight: bolder; }

.form-box .row {
  margin: 0; }

.form-box .mdl-radio {
  margin-bottom: 0;
  padding-bottom: 0; }

.form-box .col-md-12 {
  padding: 20px;
  border-bottom: 1px solid #e3e3e3; }

.form-box .col-md-12:last-child {
  border-bottom: none; }

.form-box .col-md-12.active {
  background: #e3e3e3; }

.form-box span.block {
  display: block;
  line-height: 1.4em; }

form .field-group {
  padding-bottom: 23px; }

.form-control {
  box-shadow: none;
  height: 30px; }

label {
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 10px;
  display: inline-block; }

input {
  font-size: 14px; }

/*Footer other-page*/
.dark.other-footer.second {
  background: url("../images/layout/footer-second.png");
  padding-bottom: 30px; }

.dark.other-footer.second .footer-nav {
  padding: 0; }

.dark.other-footer.second .footer-nav li a {
  font-size: 11px; }

footer .badges {
  margin: auto;
  margin-top: 40px;
  margin-bottom: -10px; }

footer .badges a {
  display: inline-block;
  width: 90px;
  height: 33px; }
  footer .badges a:hover {
    opacity: 0.5; }

footer .badges .asacp {
  background: url("../images/ico/asacp.png"); }

footer .badges .safelabeling {
  background: url("../images/ico/safelabeling.png"); }

footer .badges .icra {
  background: url("../images/ico/icra.png"); }

footer .badges .rta {
  background: url("../images/ico/rta.png"); }

.other-footer .soc-icon {
  padding-bottom: 50px; }

.other-footer .footer-ca p {
  font-size: 11px;
  color: #4c4c4c; }

.other-footer .footer-ca p a {
  color: #4c4c4c; }

footer .nav-wrap {
  padding-top: 40px; }

footer .nav-wrap nav {
  padding-bottom: 20px; }

footer.dark hr {
  border-color: rgba(255, 255, 255, 0.1);
  margin-top: 30px;
  margin-bottom: 30px; }

.footer-nav li .not-line {
  font-size: 11px; }

.footer-nav li .not-line:after {
  content: ''; }

/* -------------------*
 *     RESPONSIVE     *
 *------------------- */
@media all and (max-width: 991px) {
  header .aligner {
    padding-bottom: 10px; }

  header.dark .navbar-brand .light-logo {
    display: inline-block;
    height: 75px;
    width: 179px; }

  header .navbar-brand {
    margin-top: 15px;
    position: relative;
    top: 5px; }

  .header-other .navbar-collapse {
    right: 0;
    top: 60px; }

  .container-fluid {
    padding: 0 15px; }

  #content {
    padding-top: 125px; }

  .shadow {
    display: none; }

  .right {
    float: none; } }
@media all and (max-width: 767px) {
  header .navbar-brand {
    margin-left: -5px; }

  header .navbar-collapse {
    flex-direction: column;
    align-items: center; }

  .header-other .navbar-collapse {
    position: static; }

  .header-other .btn.btn-primary.btn-lg.enter {
    margin-bottom: 0; }

  .header-other .navbar {
    padding-top: 0;
    padding-bottom: 5px; }

  .header-other .btn-wrap {
    padding: 2px 0 10px 0; }

  header .aligner {
    display: block; }

  .navbar-collapse.align-end {
    align-items: center; }

  .language-box, .shadow {
    display: none; }

  .select-lng:after {
    top: 50%;
    margin-top: -8px; }

  .select-lng {
    margin-bottom: 15px; }

  .select-lng {
    margin-top: 15px; }

  .nav-wrap:nth-of-type(1) {
    padding-right: 0; }

  .nav-wrap:nth-of-type(1) {
    order: 2;
    margin-top: 5px; }

  .pagination {
    padding: 30px 0; }

  .pagination a {
    line-height: 11px;
    height: 30px;
    padding: 10px 6px;
    font-size: 15px !important; }

  .pagination .active a:hover {
    background: none;
    color: #cccccc; }

  .pagination .active a {
    border: none; }

  .pagination li {
    margin-left: 0; }

  .cams:before {
    content: ''; }

  .cams, .btn.btn-info, #content .btn-wrap .btn-lg {
    font-size: 12px;
    padding: 10px 15px;
    height: inherit;
    line-height: 1.6em;
    white-space: normal; }

  .cams:hover:before {
    content: ''; }

  #content .btn-wrap .btn-lg {
    text-transform: uppercase;
    font-size: 16px;
    padding: 2px 35px;
    border-radius: 25px;
    height: 40px;
    line-height: 40px; }

  #content.other {
    padding-top: 290px; }

  .btn-wrap .btn-primary.btn-lg:after {
    font-size: 15px;
    right: -5px; }

  footer .badges {
    margin-top: 15px; }

  footer .badges a {
    margin-top: 5px; }

  footer .nav-wrap {
    padding-top: 20px; }



  .dark.other-footer.second {
    padding-bottom: 30px;
    padding-top: 30px; }

  .ca-box {
    padding: 40px 0px; }

  .rolldown {
    left: 5px; }

  .rolldown ul a {
    padding: 5px 15px 5px 15px; }

  .btn-default-outline {
    font-size: 15px !important;
    color: #959595; }

  .btn.btn-default-outline {
    white-space: normal; }

  .btn.btn-primary.btn-lg.agree {
    height: initial !important; }

  .btn.btn-primary.btn-lg.enter {
    padding: 0 42px;
    height: 70px;
    line-height: 65px; }

  #content {
    padding-top: 260px; }

  .grid-item.shuffle-item {
    padding-bottom: 15px; }

  .figure img {
    width: 100%;
    height: auto; }

  .certification {
    height: 92px;
    width: 259px;
    background-size: contain; }

  article ul li {
    margin-left: 0; } }
@media all and (max-width: 480px) {
  .col-xs-6 {
    width: 100%; } }
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  .select-lng, header .navbar-nav, .nav-wrap {
    display: none; }

  #content {
    padding-top: 118px; }

  header .aligner {
    padding-bottom: 10px; }

  #content.other {
    padding-top: 130px; }

  .btn.btn-primary.btn-lg.enter {
    padding: 0 42px;
    height: 50px;
    line-height: 46px;
    font-size: 30px; } }

/*# sourceMappingURL=theme.css.map */
