body {
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  margin: 0;
  overflow-x:hidden;
}

header {
      width: 100%;
      height:900px;
      background: #090608;
      background-size: cover;
}

a {
	color:#0c5b52;
}

.btn-primary {
    color: #fff;
    background-color: #0c5b52;
    border-color: #0c5b52;
}
.btn-primary:hover {
    color: #fff;
    background-color: #3a7770;
    border-color: #3a7770;
}

video {
    position:absolute;
    z-index:1;
	left:0%;
	top:-20%;
}
video.fillWidth {
    width: 100%;
}
.center {
	text-align:center;
}
h1 {
	font-size:60px;
	color:#888;
	font-weight:300;
	margin-bottom:20px;
}
h2 {
	font-family: 'Montserrat', sans-serif;
    font-size: 30px;
	color:#0c5b52;
	font-weight:600;
}
p {
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
	color:#565656;
	font-weight:normal;
}
img {
	max-width:100%;
	height:auto;
}
@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}

.h1-region{
	font-size:24px;
	padding:15px;
	padding-bottom: 25px;
	color: #0c5b52;
    font-weight: 600;
    text-align: center;
}

#prices{
	width: 100%;
}

.overlay{
	height: 680px;
	width: 100%;
}

.country-active{
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
    border-bottom: 5px solid #0c5b52 !important;
}

.country-pack{
	width: 100%;
}

.country-pack ul{
	width: 100%;
	padding: 0px;
}

.country-pack ul li{
	display: inline-block;
	height: 160px;
	width: 160px;
	font-weight: 600;
    font-size: 17px;
    box-sizing: border-box;
    border:0px solid #0c5b52;
	background-repeat: no-repeat;
    background-position: center; 
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: border-width 0.2s linear;
    margin: 10px 0px;
}

.country-pack ul li:hover{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    cursor: pointer;
    border-bottom: 5px solid #0c5b52;
}

.country-na{
	background-image: url(../images/NA.png);
}

.country-br{
	background-image: url(../images/BR.png);
}

.country-eune{
	background-image: url(../images/EUNE.png);
}

.country-euw{
	background-image: url(../images/EUW.png);
}

.country-lan{
	background-image: url(../images/LAN.png);
}

.country-las{
	background-image: url(../images/LAS.png);
}

.country-pbe{
	background-image: url(../images/PBE.png);
}

.country-ru{
	background-image: url(../images/RU.png);
}

.country-tr{
	background-image: url(../images/TR.png);
}

.country-oce{
	background-image: url(../images/OCE.png);
}

.country-jp{
	background-image: url(../images/JP.png);
}

.accounts{
	background-image: url(../images/account.png);
}

.country-skins{
	background-image: url(../images/SKINS.png);
}

.country-iron{
	background-image: url(../images/IRON.png);
}
.country-be{
	background-image: url(../images/BE.png);
}

.product{
	float: none;
	display: inline-block;
	margin: 0;
}

#goCountryes{
    position: fixed;
    bottom: 50px;
    right: 20px;
    padding: 35px;
    z-index: 10000;
    background: rgba(64, 64, 64, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
    background-size: 30%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: all 2s;
}

#goCountryes:hover{
    background-color:rgba(12, 91, 82, 0.9);
    cursor: pointer;
}

.tab-active-country{
	display: block !important;
}

.hidden{
	display: none !important;
}

.row{
    text-align: center;
}

.ordering {
    margin-top:40px;
    width: 101%; 
	height: 600px; 
	color:#fff;
	background-image: url(../images/orderingbg.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
    background-color:#0a1116;
	animation: animatedBackground 40s linear infinite;
}
.ordering h1, .ordering h2, .ordering h3, .ordering p {
	color:#fff;
}
.subpage {
	margin-top:140px;
}
.padtop {
	padding-top:40px;
}
.darkbg {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #0c5b52;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
	margin-left: 0px;
	margin-right:0px;
}
.darkbg h1 {
	color:#fff;
	text-align:center;
}
 .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }

.navbar-brand {
    height: 70px;
    padding: 0px 15px;
    line-height: 70px;
}
.navbar-right {
    margin-top:10px;
}
footer {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 200;
    text-align: center;
    background-color: #0c5b52;
    background: #0c5b52;
	margin:0 auto;
}
footer h1 {
	color:#fff;
	font-size:56px;
	font-family:'Lobster', serif;
}
footer p {
	color:#fff;
	width:50%;
	text-align:center;
	padding:10px;
	margin:0 auto;
}
footer a {
	color:#fff;
	font-size:36px;
	padding:0px 10px;
}
footer a:hover {
	color:#ccc;
}
.navbar {
    margin-bottom: 0px;
}
.nav-tabs { border-bottom: 2px solid #DDD; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a { border: none; color: #ffffff;background: #0c5b52; }
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none;  color: #0c5b52 !important; background: #fff; }
.nav-tabs > li > a::after { content: ""; background: #0c5b52; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #0c5b52 none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}
.nav-tabs > li  {width:20%; text-align:center;}
.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }
.pricing {
  position: relative;
  margin-bottom: 15px;
  border: 3px solid #eee;
}

.pricing-active {
  border: 3px solid #36d7ac;
  margin-top: -10px;
  box-shadow: 7px 7px rgba(54, 215, 172, 0.2);
}

.pricing:hover {
  border: 3px solid #36d7ac;
}

.pricing:hover h4 {
  color: #36d7ac;
}

.pricing-head {
  text-align: center;
}

.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal;
}

.pricing-head h3 span,
.pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}

.pricing-head h3 {
  font-weight: 300;
  color: #fafafa;
  padding: 15px 15px;
  font-size: 27px;
  border-bottom: solid 1px #285a54;
  background: #128280; /* Old browsers */
  background: -moz-linear-gradient(45deg, #128280 0%, #295953 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #128280 0%,#295953 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #128280 0%,#295953 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#128280', endColorstr='#295953',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.pricing-head h4 {
  color: #777;
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
  background: #eee;
  border-bottom: solid 1px #ddd;
}

.pricing-head-active h4 {
  color: #36d7ac;
}

.pricing-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}

.pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

/*Pricing Content*/
.pricing-content li {
  color: #888;
  font-size: 12px;
  padding: 7px 15px;
  border-bottom: solid 1px #f5f9e7;
}

/*Pricing Footer*/
.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 19px;
}

/*Priceing Active*/
.price-active,
.pricing:hover {
  z-index: 9;
}

.price-active h4 {
  color: #36d7ac;
}

.no-space-pricing .pricing:hover {
  transition: box-shadow 0.2s ease-in-out;
}

.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
  color: #36d7ac;
  padding: 15px 0;
  font-size: 80px;
  transition: color 0.5s ease-in-out;
}

@media all and (max-width:724px){
.nav-tabs > li > a > span {display:none;}	
.nav-tabs > li > a {padding: 5px 5px;}
}
.jumbotron {
   position:relative;
   color:#FFF;
   text-align:center;
   padding-bottom:50px;
   vertical-align:bottom;
   margin-bottom:0px;
   width:100%;
   z-index:0;
   background-color:#052420;
   padding: 0 !important;
}

#whychoose{
	display: block;
    position: relative;
}

.jumbotron .container {
	z-index:20;
	bottom:10%;
	left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
	text-align:center;
	position: absolute;
}

.container{
	padding: 0;
}

.jumbotron h1 {
	font-size:50px;
	font-weight:300;
}
.jumbotron p {
	font-size:20px;
	font-weight:300;
	color:#fff;
}
.form-control {
	width:90%;
	margin:10px auto 0px;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 10px 22px;
	border:3px solid #fff;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
	color:#fff;
	font-weight:700;
}
@media (min-width: 768px) {
.navbar {
    border-radius: 0px;
}
}
.navbar-inverse {
    color:#fff;
	background-color: rgba(7, 19, 18, 0.8);
    border-bottom:2px solid #50c6b9;
	position:fixed;
	top:0px;
	left:auto;
	right:auto;
	width:100%;
	z-index:50;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
	font-size:16px;
	text-transform:uppercase;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #50c6b9;
	text-decoration:none;
}
hr {
	width:100%;
	margin:20px auto;
	text-align:center;
	background:#0c5b52;
	color:#0c5b52;
}

.back-modal{
	display:none;
	position:fixed;
	top:0;left:0;right:0;bottom:0;
	margin: auto auto;
	background-color: rgba(0,0,0,0.8);
	height: 100%;
	width: 100%;
	z-index: 1000000;
}

.close-modal{
	position:absolute;
	top:10px;
	right:15px;
	color:#000000;
	font-size:18px;
	font-weight:600;
	cursor: pointer;
}

.close-modal:hover{
	color:#0c5b52;
	text-decoration:none;
}

.pay-modal{
	display:block;
	position:fixed;
	top:0;left:0;right:0;bottom:0;
	margin: auto auto;
	max-width:450px;
	width:100%;
	height:fit-content;
	border-radius:10px;
	background-color: rgba(255,255,255,0.95);
	padding: 20px;
	padding-bottom:60px;
    z-index: 1000000;
	overflow:hidden;
}

.pay-modal p{
	padding:10px;
}

.pay-modal h5{
	font-size:19px;
	text-align:center;
	font-weight:800;
}

.pay-button{
	position: absolute;
	bottom:0;left:0;right:0;
	height:60px;
	border-top:1px solid grey;
	background-color:#0c5b52;
	text-align:center;
	line-height:60px;
	font-size:18px;
	color:white;
	cursor:pointer;
	text-decoration:none;
	border-top:2px solid #0c5b52;
}

.pay-button:hover{
	background-color:white;
	text-decoration:none;
	color:#0c5b52;
}

@media only screen and (max-width: 500px) {
    .col-md-3{
        width: 100%;
    }
}

.container-load{
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	display: flex;
	align-items: center;
    justify-content: center;
	display: none;
}

.sk-circle {
	margin: auto auto;
    width: 560px;
    height: 150px;
    position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background: #128280;
    background: -moz-linear-gradient(45deg, #128280 0%, #295953 100%);
    background: -webkit-linear-gradient(45deg, #128280 0%,#295953 100%);
    background: linear-gradient(45deg, #128280 0%,#295953 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#128280', endColorstr='#295953',GradientType=1 );
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
div.supersmall {
    font-size: 17px;
}
div.superprice {
    font-size: 36px;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

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

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}


/* Pozicija */
.navcontainer {
    position: absolute;
      position: center;
    margin: auto;
  width: 100%;
}

nav ul {
  list-style: none;
  text-align: center;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #f1f1f1;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 3px;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #0c5b52;
}


/* strokefornavigation */
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #aaa;
  height: 1px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}

nav.fill ul li a {
  transition: all 2s;
}

nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #fff;
  z-index: 1;
}
nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

/*
     FILE ARCHIVED ON 13:47:10 Jan 05, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:31:59 May 21, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.39
  exclusion.robots: 0.032
  exclusion.robots.policy: 0.026
  esindex: 0.006
  cdx.remote: 27.003
  LoadShardBlock: 147.91 (3)
  PetaboxLoader3.resolve: 86.646 (4)
  PetaboxLoader3.datanode: 108.477 (4)
  load_resource: 73.41
*/



