/*!
 * Start Bootstrap - Grayscale v3.3.7+1 (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@import 'font.css';

body {
  width: 100%;
  height: 100%;
  font-family: "Helen_Pro", Helvetica, Arial, sans-serif;
  color: black;
  background-color: white;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 30px 0 20px;
  text-transform: uppercase;
  font-family: "Helen_Pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.3;
  }
}
a {
  color: #005dab;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: underline;
  color: #05377b;
}
a.monsrrt {
    /* font-family: Montserrat; */
    font-size: 21px;
}
.light {
  font-weight: 400;
}
.navbar-custom {
  margin-bottom: 0;
  border-bottom: none;
  text-transform: uppercase;
  font-family: "Helen_Pro", Helvetica, Arial, sans-serif;
  background-color: #05377b;
}
.navbar-custom .navbar-toggle {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
  color: white;
}
.navbar-nav > li > a {
  font-size: 20px;
  line-height: 74px;
  padding-bottom: 0;
  padding-top: 0;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
    background-color: #000000 !important;
    color: white;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  background-color: #373737;
}
.navbar-custom .nav li.active a:hover {
  color: white;
}
.navbar-brand {
    /* padding: 7px; */
}
.svg-container {
	float: left;
	width: 230px;
}
.carousel-control.left, .carousel-control.right {
	background:none;
	color: #05377b;
}
.carousel-indicators {
	list-style: outside none none;
	padding-left: 0;
	text-align: center;
	width: 100%;
	z-index: 15;
	position: static;
	display:inline;
	margin-left: 0;
	margin-top: 15px;
	display: block;
}
.carousel-indicators li {
	text-indent: 0;
	width:70px;
	border: none;
	color: #05377b;
	margin:0;
	height:27px;
}
.carousel-indicators li.active {
	width:70px;
	text-decoration:underline;
	border: none;
	height:27px;
}
.socialki {
  display: inline-block;
  margin: 5px 8px;
}
.copyright-info{
	display: block;
	margin-top: 10px;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: #05377b;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: #05377b;
    border-bottom: none;
  }
}
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.85);
}
.intro .intro-body .intro-text {
  font-size: 18px;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
}
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 100px;
	text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.85);
  }
  .intro .intro-body .intro-text {
    font-size: 26px;
	text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
  }
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.content-section {
  padding-top: 100px;
}
.download-section {
  width: 100%;
  padding: 50px 0;
  color: white;
  background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.download-section h2 {
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.95);
}
/* .download-section p.local-complcluster {
    color: #FFFFFF; padding-top: 25px;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.95);
}
p.local-complcluster a {
    color:#FFFFFF;
    text-decoration: underline;
} */
#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 150px;
  }
  .download-section {
    padding: 100px 0;
  }
  #map {
    height: 400px;
    margin-top: 150px;
  }

}
.btn {
  text-transform: uppercase;
  font-family: "Helen_Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.btn-default {
  border: 1px solid #05377b;
  color: #FFFFFF;
  background-color: #05377b;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #000000;
  outline: none;
  color: #FFFFFF;
  background-color: #000000;
}
ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }

	/* top-menu customisations - responsive style */
	.nav.navbar-nav {
		background: #05377b;
		display: block;
		left: 0;
		margin: 0;
		position: absolute;
		top: 53px;
		width: 100%;
	}
	.dropdown-menu > li > a {
		color: rgba(255, 255, 255, 0.8);
	}

	.collapse > .tohidealso {
		display: none;
	}
	.collapsing  > .tohidealso {
		display: none;
	}
	.collapse.in > .tohidealso {
		display: block;
	}

	.collapsing {
		position: relative;
		height: 0;
		overflow: hidden;
		-webkit-transition: none;
		transition: none;
	}
	.numbers li {
		width: 100%;
	}

	/* eof top-menu customisations - responsive style */
}
footer {
  padding: 50px 0;
}
footer p {
  margin: 0;
}
.dropdown-menu {
    background-color: #373737;
    border: medium none;
}
.dropdown-menu > li > a {
  color: #fff;
}
::-moz-selection {
  /* text-shadow: none; */
  background: #808080 !important;
  /* background: rgba(255, 255, 255, 0.2); */
}
::selection {
  /* text-shadow: none; */
  background: #808080 !important;
  /* background: rgba(255, 255, 255, 0.2); */
}
img::selection {
  /* background: transparent; */
}
img::-moz-selection {
  /* background: transparent; */
}
body {
  /* webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); */
}

#about p {
    text-align: left;
    font-size: 18px;
}

.cluster_location li {
    text-align: left;
}

.cluster_underline {
    text-decoration: underline;
    text-align: left;
}

.single_line {
    text-align: left;
    padding-bottom: 20px;
}

#about h3 {
    text-align: left;
    text-decoration: underline;
    font-size: 15px;
    margin-bottom: 35px;
    font-weight: normal;
}

.cluster_text_line {
    text-align: left;
    padding-bottom: 10px;
}

.poland {
  background: url(../img/sites/Szczecinek_Poland.jpg) no-repeat bottom center scroll;
  background-size: cover;
}

.belarus {
  background: url(../img/sites/Smorgon_Belarus.jpg) no-repeat bottom center scroll;
  background-size: cover;
}
.serbia {
  background: url(../img/sites/Lapovo_Serbia.jpg) no-repeat bottom center scroll;
  background-size: cover;
}
.hungary {
  background: url(../img/sites/Szombathely_Hungary.jpg) no-repeat bottom center scroll;
  background-size: cover;
}
.usa {
  background: url(../img/sites/Oxford_USA.jpg) no-repeat bottom center scroll;
  background-size: cover;
}
.russia {
  background: url(../img/sites/Elektrogorsk_Russia.jpg) no-repeat bottom center scroll;
  background-size: cover;
}
.bulgaria {
  background: url(../img/sites/Veliko_Tarnovo_Bulgaria_1.jpg) no-repeat bottom center scroll;
  background-size: cover;
}
.romania {
  background: url(../img/sites/Sebes_Romania.jpg) no-repeat bottom center scroll;
  background-size: cover;
}

.retail_cameo {
  background: url(../img/retail-cameo.jpg) no-repeat bottom center scroll;
  background-size: cover;
}

.news h2 {
    color: #05377b;
    font-size: 44px;
    text-align: left;
    padding-bottom: 0px;
    margin: 0 0 10px 0;
}

.news h2 a {
    color: #05377b;
}

.news h2 a:hover, .news h2 a:focus {
    text-decoration: none;
    color: #000000;
}

.single.news img {
    width: 100%;
}

.single.news {
    padding-top: 80px;
}

section.news .row  h1 {
  color: #05377b;
  font-size: 44px;
  text-align: left;
  padding-bottom: 0px;
  margin: 0 0 10px 0;
}

.news p {
    text-align: left;
    font-size: 24px;
    font-family: 'Helen_ProL_ight';
}

.news img.main-image {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}

.news_image {}

.news .row {
  padding-bottom: 120px;
}

.news img.left,
.news img.right {
  max-width: 570px;
  height: auto;
  width: 100%;
}

.news img.left {
  float: left;
  padding-right: 20px;
}

.news img.right {
  float: right;
  padding-left: 20px;
}

.news time {
    text-align: left;
    color: #B9A9A9;
    display: block;
    padding-bottom: 20px;
}

.news hr {
    padding-top: 20px;
    padding-bottom: 40px;
}

.news .read-more {
  font-size: 22px;
  float: left;
}

ul.cluster_location {
	margin: 0 0 35px;
}

.dropdown-active {
    background-color: #373737;
}

ul.cluster_location > li {
	font-size: 16px;
}

ul.cluster_location > ul > li{
	font-size: 16px;
}
.dropdown-menu > li.active > a {
  background-color: #000000 !important;
  color: white;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #373737 !important;
  color: white;
}
.downl-brochure-cta {
  font-style: italic;
  margin-bottom: 0;
}

.numbers-container {
  height: auto;
  overflow: auto;
  padding-top: 10px;
}

.cluster_location.numbers {
  display: block;
  height: auto;
  margin: 40px 0 20px;
  overflow: auto;
}

.numbers li {
    font-size: 20px;
    display: inline-block;
    width: 50%;
    float: left;
    /* text-align: right; */
    padding: 8px 55px 0 0;
    line-height: 20px;
    position: relative;
    margin-bottom: 20px;
	list-style-type: none;
}

.numbers li .increase {
    /* font-size: 35px;
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
    top:0; */
	display: inline-block;
	float: left;
	font-size: 32px;
	left: 0;
	position: relative;
	top: -7px;
	/* padding-right: 8px; */
	color: #05377b;
}
.digits2 {
	width: 45px;
}
.digits3 {
	width: 58px;
}
.digits5 {
	width: 100px;
}
.digits6 {
	width: 115px;
}
.digits7 {
	width: 143px;
}
.digits8 {
	width: 163px;
}
.digits9 {
	width: 173px;
}
@media (max-width: 767px) {

	/* jumping digits - responsive style */

	.numbers li {
		width: 100%;
	}

	/* eof jumping digits - responsive style */

        .svg-container {
            width: 180px;
        }
        .navbar-brand {
            padding: 10px;
        }
}
.abtus-list {
    margin: 0 0 18px 0;
}
.abtus-list > li {
    font-size: 18px;
}
@media (max-width: 480px) {
    .landing-page-header ul{
       position: static;
       width:100%;
    }
}
/* iPhone fix !!! */
.navbar {
  border: medium none;
  border-radius: 0;
}
.logo_svgtopm {
    height: 72px;
}
.svg-content {
    position: relative;
    top: 14px;
}
.png-logo-container {
    display: none;
}
.header_introtexts > h1 {
    margin: 20px 0;
}
.header_introtexts > p {
    font-size: 40px !important;
}
@media (max-width: 767px) {
    .intro {
        padding: 25px 0;
    }

    .content-section {
        padding-top: 30px;
    }

    .navbar-header button {
        right: 15px;
        position: absolute;
        top: 13px;
        border-width: 2px;
        border-style: solid;
        background-color: #fff;
        border-color: #fff;

    }

    .png-logo-container {
        left: 15px;
        position: absolute;
        top: 7px;
    }

    .nav.navbar-nav {
        background: #05377b none repeat scroll 0 0;
        display: block;
        left: 0;
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
    }
    .logo_svgtopm {
        height: 50px;
    }
    .navbar-nav > li > a {
        line-height: 50px;
    }
    .nav>li.logo_svgtopm {
        width: 100%;
        display: block;
    }
    .svg-container {
        display: none !important;
    }
    .png-logo-container {
        display: block !important;
    }
    .header_introtexts > p {
        font-size: 35px !important;
        line-height: 35px;
    }
    .btn-circle {
        margin-top: 0;
    }

}

/* Youtube - responsive embed fix */
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
	margin-top: 30px;
}

.video-container::after {
	margin-top: 10px;
    padding-top: 56.25%;
    display: block;
    content: '';
}

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


/* Pagination */
.pagination {
    border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
    font-size: 24px;
    padding: 6px 18px;
    margin-left: 7px;
    margin-right: 7px;
    background-color: #fff;
    color:  #05377b;
}

.pagination > .active > span {
    color: #fff;
    background-color: #05377b;
}

.pagination > .active > span:hover,
.pagination > li > a:hover  {
    color: #fff;
    background-color: #000;
}

.pagination > li > a, .pagination > li > span {
    border: none;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-menu {
    font-size: 18px;
    padding: 0;
    border-radius: 0;
}

.dropdown-menu > li > a {
    padding: 7px 25px;
}
.nav > li > a {
    padding: 0 25px;
}

.nav > li.logo_svgtopm > a {
    padding-left: 0;
    padding-right: 30px;
}



@media only screen and (max-width: 768px) {

    .content-section.news {
        padding-top: 50px;
        }

        .news h2 {
            font-size: 26px;
        }

        .news img.left, .news img.right {
            max-width: 400px;
        }

        .news p {
            font-size: 19px;;
        }

        .news .read-more {
            font-size: 18px;
        }

        .btn-group-lg > .btn, .btn-lg {
            padding: 6px 10px;
        }

        .news .row {
            padding-bottom: 70px;
        }

        .news time {
            padding-bottom: 0;
        }

        section.news .row h1 {
            font-size: 32px;
        }

        .navbar-nav > li > a {
            font-size: 17px;
        }

        .nav > li > a {
            padding: 0 16px;
        }
}

@media only screen and (max-width:480px ) {

    .news img.left, .news img.right {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
    }
}


.google-map {
    width: 98%;
    padding-left: 0;
    padding-right: 0;
}
