/*!
 * jQuery Cookiebar Plugin
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Carl Woodhouse
 * Disclaimer: if you still get fined for not complying with the eu cookielaw, it's not our fault.
 */

 .cert_seal {
     position: fixed;
     bottom: 15px;
     left: 15px;
     z-index: 9999999;
 }

 /* scrollbar */

 ::-webkit-scrollbar {
     width: 8px;

 }
 /* Track */
 ::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background: #fff;
 }

 /* Handle */
 ::-webkit-scrollbar-thumb {
     background: #cdcbcb;
     -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
 }
 ::-webkit-scrollbar-thumb:window-inactive {
 	background: #74c7e0;
 }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color: transparent;
}
/* .navbar-toggle[aria-expanded='true']{
    background-color: #fff!important;
} */

.navbar-default .navbar-toggle .icon-bar{
    background-color:#fff;
}

 .cookie-message {
     z-index: 9999999;
     overflow: auto;
 }
 .cookie-message a {
   top:0;
   top:-2px;
    right:20px;
   cursor:pointer;
 }
 .cookie-message p, .cookie-message a {
     color: #fff;
     font: bold 11px/18px Arial;
     padding: 8px;
     display: table-cell;
 }
 .blue_cookie {
   background-color:#555;
 }
 .blue_cookie p, .blue_cookie a { color:#fff; }
 a.cookie_bar_close_btn {
     color: #fff;
     width: 160px;
     display: table-cell;
     background-color: red;
     text-align: center;
     vertical-align: middle;
 }
 a.cookie_bar_close_btn:hover{
     background-color: #f56e6e;
 }
 .cookie-content {
     width: 100%;
     background-color: #555;
 }
 .cookie-bar {
     background-color:#555;
 }
 /*             end of cookiebar          */

section.blue{
	padding-top: 20px;
    padding-bottom: 20px;
	background-color:#62CCE6!important;
	color:#FFF!important;
}
section.blue a{
	/* color:#fff; */
  color:#def9ff;
}
section.white{
	background:#FFF!important;
	color:#111!important;
	padding-top: 20px;
    padding-bottom: 20px;
}
section.grey{
	background:#EFEFEF!important;
	color:#222!important;

}
section.dark_blue{
	background-color:#58B7CE!important;
	color:#FFF!important;
	padding-top: 20px;
    padding-bottom: 20px;
}
.counter{
    padding-top: 20px;
    padding-bottom: 40px;

}
/* ========================================================================
   Component: Typography
 ========================================================================== */
h1 {
	line-height: 1.2;
	margin-top: 0.5em;
	margin-bottom: 0.7em;
	font-weight: 200;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.7em;
	font-size: 3.6rem;
	line-height: 4.59rem;
}
h2 {
    font-size: 2.6rem;
    line-height: 1.2;
    padding: 5px 0 0px 0;
    font-weight: 200;
    margin-top: 0.5em;
    margin-bottom: 0.7em;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
}
h3 {
  font-size: 24px;
  line-height: 38px;
}
h4 {
  font-size: 20px;
  line-height: 30px;
}
h5 {
  font-size: 18px;
}
u {
  text-decoration: none;
  border-width: 2px;
  border-bottom: 1px solid #dde6e9;
}
/* ========================================================================
   Component: Scaffolding
 ========================================================================== */

/*
@media only screen and (min-width: 480px) {
  html {
    font-size: 80%;
  }
}
@media only screen and (min-width: 480px) and (orientation:landscape) {
  html {
    font-size: 70%;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 100%;
  }
}*/

a {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:hover {
  text-decoration: none;
}
.btn:focus,
.btn:active {
  outline: inherit;
}
.bg-purple {
  background-color: #7266ba;
}
/* Win 8 IE 10 & Windows Phone 8 fix */
/* ========================================================================
   Component: Sections Header
 ========================================================================== */
.section-header {
  padding-bottom: 78px;
  text-align: center;
}
.section-header h2 {
  margin-bottom: 20px;
}
.section-header .section-description {
  display: inline-block;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
/* ========================================================================
   Component: Navbar Sticky (boostrap based)
 ========================================================================== */
.navbar-sticky {
	background-color:rgba(88, 183, 206, 0.7);
	height:30px;
	border: none;
    overflow: initial;
	padding: 0 !important;
	margin-bottom: 0 !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
}

.navbar-sticky .main-navbar li.current a {
	color: #2E98B9 !important;
	position: relative;
	outline: none;
}
/* ========================================================================
   Component: Site Preloader
 ========================================================================== */

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 9901;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
  visibility: visible;
  opacity: 1;
  transition-delay: 500s;
}
.preloader > .loading {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 40px;
  margin-top: -30px;
  text-align: center;
  font-size: 12px;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.site-loaded .preloader {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 1s, opacity 1s ease-in;
  -o-transition: visibility 0s linear 1s, opacity 1s ease-in;
  transition: visibility 0s linear 1s, opacity 1s ease-in;
}
.site-loaded .preloader .loading {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear .5s, opacity .5s ease-in;
  -o-transition: visibility 0s linear .5s, opacity .5s ease-in;
  transition: visibility 0s linear .5s, opacity .5s ease-in;
}
#nprogress .bar {
  z-index: 9911;
  top: 50%;
  background: #23b7e5;
  height: 4px;
  margin-top: -2px;
}
#nprogress .peg {
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}
/* ========================================================================
   Component: Button theme
 ========================================================================== */
.btn-theme {
  font-size: 18px;
  border-radius: 4px;
  background-color: #23b7e5;
  color: #fff;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active {
  background-color: #189ec8;
  color: #fff;
}
.btn-theme.btn-lg {
  min-width: 180px;
  padding: 14px 24px;
  margin: 5px;
}
.btn-theme em {
  margin-right: 1em;
  font-size: 20px;
}
/* ========================================================================
   Component: Header
 ========================================================================== */

@media only screen and (min-width: 768px) {
  header {
    background-image: none;
  }
}
@media (min-device-width : 768px) and (max-device-width : 1024px) {
  header {
    background: url('../img/bg-fallback-header.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
header.novideo {
  background-color: #000;
}
header .intro-section {
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  header .intro-section {
    padding-top: 5%;
  }
}
@media only screen and (min-width: 768px) {
  header .intro-section {
    padding-top: 9%;
  }
}
@media (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  header .intro-section {
    padding-top: 20px;
  }
  header .intro-section .intro {
    font-size: 3rem;
  }
}
header .intro-section .intro {
  color: #fff;
  margin-bottom: 36px;
  margin-top: 0;
}
header .intro-section .buy-link {
  color: #fff;
}
header .intro-section .buy-link:hover,
header .intro-section .buy-link:focus {
  color: #0049a7;
}
header .intro-section h5 {
  color: #fff;
}
header .intro-section .btn-theme {
  margin-top: 30px;
}
header .intro-shot {
  padding: 0 20px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  header .intro-shot {
    position: absolute;
    left: 0;
    right: 0;
  }
}
header .top-logo {
  padding: 15px;
  text-align: center;
  height: 70px;
  margin: 0 auto;
}
header .top-logo > img {
  display: inline-block;
  max-height: 100%;
  width: auto;
}
@media only screen and (min-width: 768px) {
  header .top-logo {
    height: auto;
    padding: 60px;
  }
}
@media (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  header .top-logo {
    padding-bottom: 20px;
  }
}
header .full-screen {
  width: 100%;
  min-height: 100vh;
}
/* ========================================================================
   Component: Versions
 ========================================================================== */
.versions {
  padding-top: 80px;
  padding-bottom: 30px;
  background: #fff;
}
.version-pic {
  margin: 0 auto;
  max-width: 150px;
}
.bottom-space {
  margin-bottom: 80px;
}
.media-card {
  border: 1px solid #e4eaec;
  padding: 14px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.media-card .media-card-text {
  font-size: 13px;
}
/* ========================================================================
   Component: Features
 ========================================================================== */
.features-list {
  padding-top: 80px;
  padding-bottom: 30px;
  background: #fff;
}
.features-list .features-left,
.features-list .features-right {
  margin-top: 22px;
  margin-bottom: 80px;
}
.features-list .feature {
  margin-bottom: 40px;
}
.features-list .feature .feature-icon {
  display: block;
  overflow: hidden;
  min-height: 100px;
  color: #23b7e5;
  font-size: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .features-list .feature .feature-icon {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .features-list .feature .feature-icon {
    display: block;
  }
}
.features-list .features-left {
  text-align: right;
}
.features-list .features-left .feature-icon {
  float: right;
  margin-left: 20px;
}
.features-list .features-right {
  text-align: left;
}
.features-list .features-right .feature-icon {
  float: left;
  margin-right: 20px;
}
.features-list .mockup-mobile {
  max-width: 260px;
  margin: auto;
  margin-bottom: 80px;
}
.features-list .mockup-mobile img {
  width: 100%;
}
/* ========================================================================
   Component: Side Text (pic-text)
 ========================================================================== */
.pic-text {
  background: #fff;
  padding-top: 110px;
  padding-bottom: 60px;
}
.pic-text h2 {
  margin: 20px 0;
}
.pic-text .mockup-mobile {
  max-width: 380px;
  margin: auto;
  margin-bottom: 50px;
}
.pic-text .mockup-mobile img {
  width: 100%;
}
.pic-text.pic-text-left {
  background-color: #dde6e9;
}
@media only screen and (min-width: 768px) {
  .pic-text.pic-text-left {
    text-align: left;
  }
}
.pic-text.pic-text-right {
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .pic-text.pic-text-right {
    text-align: right;
  }
}
.featured-list {
  list-style-type: none;
  padding-left: 0;
  margin: 40px 0;
  text-align: left;
}
.featured-list > li {
  margin-bottom: 26px;
  color: #23b7e5;
}
.featured-list > li > p {
  display: inline-block;
  margin: 0;
  color: #515253;
}
.featured-list > li em + em {
  font-size: 18px;
}
/* ========================================================================
   Component: Feedback
 ========================================================================== */
.feedbacks {
  padding: 110px 0;
  color: #fff;
  /* Background image fallback */
  background: url('../img/bg-fallback-feedback.jpg') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.feedbacks .feedback-client {
  max-width: 750px;
  margin: auto;
}
.feedbacks .feedback-client .feedback-client-picture {
  width: 80px;
  height: 80px;
  margin: auto;
  line-height: 80px;
  font-size: 24px;
}
.feedbacks .feedback-client .feedback-client-msg {
  font-size: 18px;
  font-style: italic;
  margin-top: 40px;
  margin-bottom: 30px;
}
.feedbacks .feedback-client .feedback-client-name {
  margin-top: 15px;
  font-weight: 400;
}
.feedbacks .feedback-client .feedback-client-company {
  font-size: 12px;
}
.feedbacks .owl-theme .owl-controls .owl-page span {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
/* ========================================================================
   Component: App Shots
 ========================================================================== */
.appshots {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #dde6e9;
}
.appshots .shot {
  display: block;
  padding: 4px;
  margin: 10px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
}
.appshots .shot img {
  border-radius: 4px;
  width: 100%;
}
.owl-theme .owl-controls .owl-page span {
  background-color: rgba(58, 63, 81, 0.6);
  border: 1px solid #3a3f51;
}
/* ========================================================================
   Component: Downloads Counter Odometer
 ========================================================================== */
.downloads-counter {
	padding-top: 20px;
    padding-bottom: 20px;
	background:#62CCE6!important;
	color:#FFF!important;
}
.downloads-counter  a{
	color:#FFF!important;
}
.downloads-counter  a:hover{
	color:#DDF6FF!important;
}

/* ========================================================================
   Component: Plan table
 ========================================================================== */
.plan-table {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #fff;
}
.plan {
  background-color: #edf1f2;
  overflow: auto;
  border-radius: 4px;
  margin-bottom: 60px;
  padding-bottom: 30px;
}
.plan .plan-header {
  background-color: #23b7e5;
  color: #fff;
  margin: 0;
  padding: 20px 10px;
  text-align: center;
}
.plan .plan-price {
  background: #fff;
  padding: 16px 8px;
  text-align: center;
}
.plan .plan-price h2 {
  margin: 0;
}
.plan .plan-period {
  font-size: 16px;
}
.plan hr {
  display: block;
  margin: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  height: 0;
}
.plan .plan-description {
  padding: 0 24px;
  text-align: center;
}
.plan .plan-features {
  list-style-type: none;
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: left;
}
.plan .plan-features > li {
  padding: 8px 24px;
}
.plan .plan-features > li > em {
  color: #23b7e5;
  margin-right: 7px;
}
.plan .plan-features > li:last-child {
  padding-bottom: 0;
}
.plan .plan-feature-disable {
  color: #f05050 !important;
}
/* ========================================================================
   Component: Download
 ========================================================================== */
.download {
  padding: 110px 0;
  text-align: center;
  color: #fff;
  /* Background image fallback */
  background: url('../img/bg-fallback-download.jpg') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.download h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
/* ========================================================================
   Component: Contact
 ========================================================================== */
.contact {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #fff;
}
.contact address {
  margin: 40px 0 0;
}
.list-icons {
  list-style-type: none;
  margin-top: 15px;
  padding-left: 0;
  text-align: center;
}
.list-icons li {
  display: inline-block;
  margin: 5px;
}
.list-icons li a {
  font-size: 30px;
  color: #dde6e9;
}
.list-icons li a:hover,
.list-icons li a:focus {
  color: #23b7e5;
}
.products {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #edf1f2;
  text-align: center;
}
.products .product-thumb {
  display: inline-block;
  margin-bottom: 30px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  padding: 8px;
}
.products .product-thumb > a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.products .product-thumb .product-caption {
  margin: 0;
  padding: 16px 4px;
  font-weight: bold;
  text-align: left;
}
.products .product-thumb .product-caption > small {
  display: block;
  color: #909FA7;
}
/* ========================================================================
   Component: Footer
 ========================================================================== */

.social_media li {
	opacity: 0.6;
}
.social_media li:hover {
	opacity: 1;
}
/* zoom effect */
.social_media li, .game-icon, .navbar-sticky .main-navbar li a, .social_media li, .game-icon, .links div, #footer li {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.social_media li:hover, .game-icon:hover, .navbar-sticky .main-navbar li a:hover, .social_media li:hover, .game-icon:hover, .links div:hover,#footer li:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media only screen and (min-width: 480px) {
  footer {
    text-align: left;
  }
}

@media only screen and (min-width: 480px) {
  footer .footer-nav {
    margin-bottom: 0;
  }
}
footer .footer-nav a {
	color: #fff;
}
footer .footer-nav a:hover {
	color: #e4e4e4;
	text-decoration: underline;
}
.footer-nav ul li {
    font-size: 1.3rem;
    font-weight: 100;
}
footer .copyright {
  margin: 0;
}

/* ========================================================================
   Component: form-elements.less
 ========================================================================== */
/**
 * Custom form elements
 *    - Checkbox
 *    - Radios
 *    - Switch
 *    - Rounded inputs
 */
.c-checkbox,
.c-radio {
  margin-right: 4px;
}
.c-checkbox *,
.c-radio * {
  cursor: pointer;
}
.c-checkbox input,
.c-radio input {
  opacity: 0;
  position: absolute;
  margin-left: 0 !important;
}
.c-checkbox span,
.c-radio span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: -20px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #ccc;
  margin-right: 5px;
  text-align: center;
}
.c-checkbox span:before,
.c-radio span:before {
  margin-left: 1px;
}
.c-checkbox:hover span,
.c-radio:hover span {
  border-color: #0049a7;
}
.form-inline .c-checkbox span,
.form-inline .c-radio span {
  margin-left: 0;
}
.c-checkbox.c-checkbox-rounded span,
.c-radio.c-checkbox-rounded span,
.c-checkbox.c-radio-rounded span,
.c-radio.c-radio-rounded span {
  border-radius: 500px;
}
/* override for radio */
.c-radio span {
  border-radius: 500px;
}
/* the icon */
.c-checkbox span:before,
.c-radio span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  text-align: center !important;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
}
/* Checked state */
.c-checkbox,
.c-radio {
  /* override for radio */
  /* Disable state */
  /* override for radio */
}
.c-checkbox input[type=checkbox]:checked + span:before,
.c-radio input[type=checkbox]:checked + span:before,
.c-checkbox input[type=radio]:checked + span:before,
.c-radio input[type=radio]:checked + span:before {
  color: #fff;
  opacity: 1;
  transition: color 0.3s ease-out;
}
.c-checkbox input[type=checkbox]:checked + span,
.c-radio input[type=checkbox]:checked + span,
.c-checkbox input[type=radio]:checked + span,
.c-radio input[type=radio]:checked + span {
  border-color: #0049a7;
  background-color: #0049a7;
}
.c-checkbox input[type=radio]:checked + span,
.c-radio input[type=radio]:checked + span {
  background-color: #fff;
}
.c-checkbox input[type=radio]:checked + span:before,
.c-radio input[type=radio]:checked + span:before {
  color: #0049a7;
}
.c-checkbox input[type=checkbox]:disabled + span,
.c-radio input[type=checkbox]:disabled + span,
.c-checkbox input[type=radio]:disabled + span,
.c-radio input[type=radio]:disabled + span {
  border-color: #ddd !important;
  background-color: #ddd !important;
}
.c-checkbox input[type=radio]:disabled + span,
.c-radio input[type=radio]:disabled + span {
  background-color: #fff !important;
}
.c-checkbox input[type=radio]:disabled + span:before,
.c-radio input[type=radio]:disabled + span:before {
  color: #ddd;
}
.form-control-rounded {
  border-radius: 100px;
}
.switch .form-control {
  padding-top: 7px;
  margin-bottom: 0;
}
.switch * {
  cursor: pointer;
}
.switch input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.switch span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  transition: all .5s;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
}
.switch span:after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #ddd;
  border-radius: 400px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s;
}
.switch.switch-lg span {
  width: 50px;
  height: 25px;
}
.switch.switch-lg span:after {
  height: 23px;
  width: 23px;
}
.switch.switch-sm span {
  width: 30px;
  height: 15px;
}
.switch.switch-sm span:after {
  height: 13px;
  width: 13px;
}
.switch input:checked + span {
  background-color: #0049a7;
  border-color: #0049a7;
  transition: all .5s;
}
.switch input:checked + span:after {
  left: 50%;
  transition: all .2s;
}
.form-control-feedback {
  left: 16px;
  right: auto;
}
.form-control + .form-control-feedback,
.form-control + .parsley-errors-list + .form-control-feedback {
  right: 0;
  left: auto;
  top: 10px;
}
.input-sm + .form-control-feedback,
.input-sm + .parsley-errors-list + .form-control-feedback {
  top: 0;
}
label + .form-control + .form-control-feedback,
label + .form-control + .parsley-errors-list + .form-control-feedback {
  top: 36px;
}
.input-md {
  width: 260px;
}
/* ========================================================================
   Component: Settings
 ========================================================================== */
.settings {
  position: fixed;
  top: 120px;
  right: 0;
  left: auto;
  width: 215px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #dde6e9;
  margin-right: -215px;
  z-index: 9999;
  -webkit-transition: margin 0.3s cubic-bezier(1, 0, 0, 1);
  -o-transition: margin 0.3s cubic-bezier(1, 0, 0, 1);
  transition: margin 0.3s cubic-bezier(1, 0, 0, 1);
}
.settings.show {
  margin-right: 0;
}
.settings-inner {
  position: relative;
}
.settings-inner .settings-ctrl {
  position: absolute;
  top: -1px;
  left: -50px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #dde6e9;
  border-right: 0;
  text-align: center;
  cursor: pointer;
  border-radius: 3px 0 0 3px;
}
.settings-inner .settings-ctrl > em {
  line-height: 49px;
  font-size: 20px;
  color: #3a3f51;
}
.settings-content {
  padding: 10px;
}
.setting-colors {
  margin-bottom: 20px;
}
.setting-colors:before,
.setting-colors:after {
  content: " ";
  display: table;
}
.setting-colors:after {
  clear: both;
}
.setting-colors:before,
.setting-colors:after {
  content: " ";
  display: table;
}
.setting-colors:after {
  clear: both;
}
.setting-colors .setting-color {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  cursor: pointer;
  text-align: center;
}
.setting-colors .setting-color:last-child {
  margin-right: 0;
}
.setting-colors .setting-color > em {
  display: none;
  line-height: 39px;
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
}
.setting-colors .setting-color.checked > em {
  display: block;
}
/* ========================================================================
   papildyta
 ========================================================================== */
/* ---------------  carousel  --------------------- */

.carousel-inner {
    width: 100%;
    overflow: hidden;
    height: 250px;
}
.carousel_h_text {
	margin-bottom: 5%;
}
.app_game_icon {
	margin-bottom: 3%;
}
.carousel-indicators{
	bottom: 0px;
}
#tutotoons_carousel {
    /* -webkit-box-shadow: 0px 3px 17px -4px rgba(0,0,0,0.75); */
    -moz-box-shadow: 0px 3px 17px -4px rgba(0,0,0,0.75);
    /* box-shadow: 0px 3px 17px -4px rgba(0,0,0,0.75); */
    -webkit-box-shadow: 0px 3px 27px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 27px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 27px -1px rgba(0,0,0,0.75);
	margin-top: 0px;
}
.extra_text_wrp {
    background-color: rgba(0, 0, 0, 0.36);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 29px 11px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 29px 11px rgba(0,0,0,0.75);
    margin-top: 9%;
    color: #00ff50;
    box-shadow: 0px 0px 29px 11px rgba(0,0,0,0.395);
	padding: 0 10px;
}

.carousel-caption {
	bottom: 22%;
	padding-top: 0;
    top: 10%;
    right: 10%;
    left: 50%;
	max-width: 380px;
    min-width: 100px;
    text-shadow: -2px 2px 2px #2d2d2d;
}
.carousel, .carousel-inner {
    position: relative;
}
.carousel_img {
	background-size: 100% 100%;
	height:100%;
}
.item{
	height:100%;
	width:100%;
}
.carousel_img {
    background-size: cover;
    height: 100%;
    background-position: center;
}
.carousel-control{
	opacity: 0 !important;
	-o-transition:opacity .6s ease-out, background 3s ease-in;
    -ms-transition:opacity .6s ease-out, background 3s ease-in;
    -moz-transition:opacity .6s ease-out, background 3s ease-in;
    -webkit-transition:opacity .6s ease-out, background 3s ease-in;
    /* ...and now for the proper property */
    transition:opacity .6s ease-out, background 3s ease-in;
}

.app_links {
    width: 75%;
    margin: auto;
}
/* ---------------  end-carousel  --------------------- */
.push_f_top {
    margin-top: 60px;
}
.games_page{
	min-height: 100%;
}
.container-full {
	clear: both;
	width: 100%;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
section h1 {
    text-align: center;
}
.pic-text .mockup-icon {
	max-width: 380px;
    margin: auto;
    margin-bottom: 10px;
}
.page.home {
    max-width: 960px;
    margin: 0 auto!important;
    font-size: 1.8rem;
    line-height: 1.5;
}
.featurette {
    display: inline-block;
}
.page.home-games .game-icon .title {
	color:#fff;
}
.page.home-games .game-icon .title a:hover {
    color: #2E98B9;

}
.col-centered{
    float: none;
    margin: 0 auto;
}
footer .footer-nav {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  list-style-type: none;
  padding: 0;
}
footer .footer-nav li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
footer ul  {
	padding: 0;
	margin:0;
}
footer nav.footer-social-networks ul li img {
    opacity: 0.3;
    filter: alpha(opacity=30);
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif!important;
    -webkit-text-size-adjust: none;
    font-size: 1.5rem!important;
    font-weight: 300!important;
    min-height: 100%;
}
.page.home-howitworks .column .text {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.how_does_it_wroks_wrp img {
	width: 50%;
}
.how_does_it_wroks_wrp{
	margin-left: 6%;
	margin-right: 6%;
	padding-top: 2rem;
	padding-bottom: 2rem;
	text-align: center;
}
.how_does_it_wroks_wrp p {
	line-height: 1.5;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.input-lg {
    height: 53px;
    padding: 10px 16px;
    font-size: 23px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 23px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.game-icon {
    text-align: center;
    margin-bottom: 1.8rem;
}

.home .game-icon:hover > .title a {
	/* color:#0049a7; */
  color:#fff;
}
/* .game-icon:hover > .title a {
	color:#0049a7;
} */

.game-icon img {
    width: 90%;
}

h1.odometer.odometer-auto-theme {
    line-height: 1.2;
}
.store-buttons a:hover{
	text-decoration: none !important;
}
.center_logo {
    width: 150px;
    height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/../images/logo_bg.png);
    margin: -95px auto -10px auto;
}
.subscribe_btn_deco {
	width: 343px;
    height: 52px;
    top: 23px;
    left: -99px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/../images/hearts.png);
}
h1.odometer {
    font-size: 2.5rem;
}

.columns_md_2 {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
}
.subscribe_btn{
	font-size: 30px;
	color: #333333;
}

.text_justify{
	text-align: justify;
	text-justify: inter-word;
}
#loginForm {
    text-align: center;
    width: 100%;
    margin: auto;
}
/* ---------------  frontpage phone container ---------------  */
.phone_container a {
	color: red !important;
}
.phone_content {
	height: 400px;
	overflow: auto;
}
.phone_news_text img {
	margin: auto;
}
.phone_footer {
	font-size: 20px;
	font-weight: bold;
	background-color: #EFEFEF;
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 40px;
	text-align: center;
	padding: 5px;
	border-radius: 0px 0px 21px 21px;
}
.more_news{
	color:blue;
}
.media-box>.pull-left {
	margin-right: 10px;
}
.phone_thumbnail{
	max-height: 62px;
	width: 62px;
	margin-top: 10px;
	border: solid 1px #e2e2e2;
	border-radius: 5px;
}
img.media-box-object {
	max-height: 60px;
	max-width: 60px;
	display: block;
	margin: auto;
}
.phone_container .media-box-heading {
	display: table;
}
.phone_header{
	position: relative;
}
.phone_section_title{
	height: 32px;
	padding: 4px 0;
	left: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	background-color: #EFEFEF;
}
.phone_battery {
	height: 35px;
	width: 50px;
	float: right;
	margin-top: 7px;
}
.phone_header {
	padding: 5px 20px;
	height: 70px;
}
.phone_page_indc {
	float: left;
	font-size: 24px;
}
#phone_timer {
	color: #000;
	font-weight: bold;
	font-size: 15px;
	float: left;
	margin-left: 95px;
	padding: 5px 0;
}
.phone_container {
	overflow: hidden;
	font-size: 1rem;
	position: relative;
	color: #404041;
	margin: auto;
	margin-top: 50px;
	max-width: 345px;
    width: 100%;
	background-color: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.75);
}
.custom_bg{
	background-image: url(/../images/BG_element.png);
	background-size: 205px;
	background-position: center;
	height: 100%;
	width: 100%;
	top: 0px;
	position: absolute;
	opacity: 0.19;
}
.white_box{


}
/* ---------------  frontpage paralax section --------------- */
.parallax-window {
	min-height: 900px;
	margin-bottom: -300px;
	background: transparent;
}
.characters_screen .full-screen {
	width: 100%;
	min-height: 100vh;
}
.characters_screen{
	overflow: hidden;
	text-align: center;
	background: url(images/characters_bg.jpg) no-repeat 50%;
	background-size: cover;
}
/* ---------------  Show hide script  --------------------- */
.morecontent span {
    display: none;
}
.morelink {
    display: inline-block;
}
/* ---------------  END Games  --------------------- */
/* ---------------  header  --------------------- */
#nav-icon3 {

  position: relative;
    padding: 7px 12px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 48%;
}

#nav-icon3 span:nth-child(4) {
  top: 91%;
}

#nav-icon3.open span:nth-child(1) {
  top: 48%;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 48%;
  width: 0%;
  left: 50%;
}

a.navbar-brand img {
    height: 28px;
}
.navbar-sticky .main-navbar li a {
	color: #fff;
	font-size: 1.8rem;
/*	padding: 15px 10px;
	line-height: 30px;*/

	font-weight: 400;
	text-transform: uppercase;
}

#navbar-main{
	background-color:rgba(88, 183, 206, 0.7);
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color:#e4e4e4;
	text-decoration: underline;
}
.navbar-brand{
    padding: 10px;
}
/* ---------------  END header  --------------------- */

.games_page .row {
    margin-bottom: 3rem;
}
.games_page figure img {
	width: 80%;
	margin: 0 auto;
	min-width: 100px;
}
.games_page figure {
	text-align: center;
	margin-top: 5%;
}
.games_page h2 {
	font-size: 2.2rem;
	line-height: 1.1;
	margin: 0.5rem 0;
}
.store-buttons {
	text-align: center;
	margin: 1rem 0;
}
.store-buttons img {
	width: 30%;
	max-width: 190px;
  height: initial;
  max-height: 50px;
}

@media screen and (max-width:650px){
  .store-buttons img {
    width: initial;
    max-width: initial!important;
    height: initial!important;
    max-height: 42px;
    margin-right:0!important;
  }
  .store-buttons a{
    
  }
}
/* ---------------  END Games  --------------------- */
/* ---------------   footer    --------------------- */
html, body {
  height: 100% !important;
}
body {
	overflow-x: hidden;
}

#wrap {
  height: 100%;
}
#main {
  overflow:auto;
  padding-bottom:180px; /* this needs to be bigger than footer height*/
  min-height: 100%;
}
.bot_push{
	  margin-bottom: 80px;
}
footer {
  position: relative;
  margin-top: -80px; /* negative value of footer height */
  clear:both;
}

.game_details .screenshot {
    max-width: 96%;
    border-radius: 10px;
    border: 2px solid #FFF;
    margin-bottom: 1vw;
}
.glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon.glyphicon-chevron-left:before {
	content: "\f053";
}
.glyphicon.glyphicon-chevron-right:before {
	content: "\f054";
}
/* ---------------  END footer  --------------------- */

.odometer.odometer-auto-theme, .odometer.odometer-theme-car{
	color:#fff !important;
}


/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 575px) {
	/* ---------------  carousel  --------------------- */
	html {
		font-size: 10px;
	}
	.carousel-inner {
	    height: 250px;
	}
	.carousel-caption {
		padding-top: 2%;
	    right: 10%;
	    left: 60%;
	}

	/* ---------------  end-carousel  --------------------- */
}
/* Small devices (landscape phones, less than 768px)*/
@media (min-width: 767px) {

	/* ---------------  header  --------------------- */
	.navbar-sticky{
		background-color:rgba(88, 183, 206, 0.7);
	}
	#navbar-main{
		background-color:transparent;
	}
	html {
		font-size: 14px;
	}
	/* ---------------  HEADER  --------------------- */

	.push_f_top {
	    margin-top: 60px;
	}
	/* ---------------  END HEADER  --------------------- */
	/* ---------------  carousel  --------------------- */
	.carousel-inner {
	    height: 300px;
	}

	/* ---------------  end-carousel  --------------------- */
	.how_does_it_wroks_wrp img{
    	width: 80%;
	}
	.columns_md_2{
	    -webkit-column-count: 2; /* Chrome, Safari, Opera */
	    -moz-column-count: 2; /* Firefox */
	    column-count: 2;
	}
}
/* Medium devices (tablets, less than 992px) */
@media (min-width: 991px) {




	html {
	    font-size: 14px;
	}
	.carousel-inner {
	/* ---------------  carousel  --------------------- */
	    height: 400px;
	}
	/* ---------------  end-carousel  --------------------- */


	.container-small{
		width:930px;
	}
	.details h1 {
		font-size:3.0rem;
		margin-top: 0;
	}

}
/* Large devices (desktops, less than 1200px) */
@media (min-width: 1199px) {
	/* ---------------  carousel  --------------------- */
	html {
	    font-size: 16px;
	}
	.carousel-inner {
	    height: 600px;
	}
	.carousel-caption {
		padding-top: 4%;
	}
	/* ---------------  end-carousel  --------------------- */
	/* ---------------  features content  --------------------- */
	img.featurette-image.pull-right {
	    margin-left: 20px;
	}
	img.featurette-image.img-responsive.pull-left {
	    margin-right: 20px;
	}
	.container-small{
		width:930px;
	}
}
/* --------------------    import to bootstrap ---------------------*/
.text-xs-right{
    text-align: right;
}
.text-xs-center{
    text-align: center;
}
.text-xs-left{
    text-align: left;
}


/* Small devices (landscape phones, less than 768px)*/
@media (min-width: 767px) {
	.text-sm-right{
	    text-align: right;
	}
	.text-sm-center{
	    text-align: center;
	}
	.text-sm-left{
	    text-align: left;
	}
	.navbar-header {
		margin-left: 15px !important;
	}
	.navbar-sticky .main-navbar li a{
		font-size: 1.2rem;
	}
}
/* Medium devices (tablets, less than 992px) */
@media (min-width: 991px) {
	.navbar-header {
	    margin-left: 3% !important;
	}
	.text-md-right{
        text-align: right;
    }
    .text-md-center{
        text-align: center;
    }
    .text-md-left{
        text-align: left;
    }
}
/* Large devices (desktops, less than 1200px) */
@media (min-width: 1199px) {

    .text-lg-right{
        text-align: right;
    }
    .text-lg-center{
        text-align: center;
    }
    .text-lg-left{
        text-align: left;
    }
}
/* ----------------------     only fix for wow    ------------------------*/
@media screen and (max-width: 767px) {
    .wow{
        animation-name: none !important;
        visibility: visible !important;
    }
    
    .parallax-window {
      min-height: 620px!important;
      background-size: 155%!important;
      background-position: center top!important;
    }
    .popjam_logo{
      margin-top: -8px!important;
    }
    h1.follow_us_popjam {
      font-size: 20px;
    }
    .subscribe_youtube{
      font-size: 18px;
    }
}
@media screen and (max-width: 380px ){
  .parallax-window {
    background-size: 175%!important;
  }
}

/* ----------------------     Flash not loading fix     ------------------------*/
.navbar-nav {
    overflow: hidden;
}

#tool {
	display: block;
}
#youtube_channel {
    width: 83%;
        height: 72.8%;
        border: none;
        background-color: #000;
        overflow: hidden;
        position: absolute;
        left: 8%;
        top: 11%;
}
.youtube_icon{
    font-size: 2rem;
    color: #fff;
}
.youtube_logo{
    height: 45px;
    width: 200px;
    display: inline-block;
    background-image: url(/images/yt_logo_rgb_dark.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 0px;
}
.youtube_subscribe{
    height: 100px;
    width: 270px;
    display: inline-block;
    background-image: url(/images/youtube_subscribe.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.tablet_frame{
    height: 550px;
    width: 100%;
    display: block;
    background-image: url(/images/tablet1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.pj-feed-widget-logo {
    display: none !important;
}
.popjam_logo {
    height: 83.6px;
    width: 250px;
    margin-left: 15px;
    margin-top: 10px;
    position: absolute;
    display: inline-block;
    background-image: url(/images/popjam_new_logo_w.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 0px;
}
