body {
	background-image: url('images/bg_sm2.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #e3e8ec;
	color: #fff;
	overflow-x: hidden;
}

.container {
	margin: auto;
	max-width: 1185px;
}

.menu {
	padding-top: 30px;
}

.menu .line {
	margin-top: 16px;
	border-top:1px solid rgba(255, 255, 255, .9);
}

.container .text {
	text-align:center;
}

.text h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 65px;
	letter-spacing: 1px;
	margin-top: 50px;
	margin-bottom: 15px;
	weight: 700;
}

.text h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 38px;
	letter-spacing: 1px;
	color: #ffab2a;
	margin-top: 10px;
	font-weight: 800;
	margin-bottom: 45px;
}

.hd_span {
    color: #ffab2a;
}

.container .points {
	font-family: 'Raleway', sans-serif;
	font-size: 26px;
}

.circle {
	border: 1px solid #fff;
	border-radius: 100px;
	width: 5px;
	height: 5px;
	margin: auto;
}

.points p {
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 300;
}

.points b {
	font-weight: 600;
}

.container .contact {
	margin-top: 50px;
	background-color: #fff;
	border-radius: 5px;
	height: 200px;
	margin-bottom: 50px;
	-webkit-box-shadow: 0px 0px 20px -11px rgba(66, 68, 90, 1);
-moz-box-shadow: 0px 0px 20px -11px rgba(66, 68, 90, 1);
box-shadow: 0px 0px 20px -11px rgba(66, 68, 90, 1);
}

.contact .content {
	font-family: 'Lato', sans-serif;
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #626468;
	font-size: 15px;
}

.contact .content a{
	color: #626468;
	text-decoration: none;
}

.contact h3{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #012f66;
	font-weight: 500;
}

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

.contact ul li {
	list-style: none;
	margin-top: 5px;
	padding: 0px 0px 1px 25px;
	vertical-align: middle;
}

.contact ul li.address {
	background: url('images/adres_2.png') no-repeat 1px 0px transparent;
}

.contact ul li.tel {
	background: url('images/tel_2.png') no-repeat 1px 0px transparent;
}

.contact ul li.fax {
	background: url('images/fax_2.png') no-repeat 1px 0px transparent;
}

.contact ul li.mail {
	background: url('images/mail_2.png') no-repeat 1px 0px transparent;
}

.t50 {
	width: 50%;
	float: left;
}
.clear {
	clear: both;
}

.logo {
	float: left;
	width: 221px;
}
.flags {
	float: right;
	max-width: 860px;
	text-align: right;
	padding-top: 50px;
}

.border {
	border-left: 1px solid #abbec5;
}

.din {
	vertical-align: middle;
}

.customer-service {
	padding-left: 45px;
}


#flip {
  height:50px;
  overflow:hidden;
  font-weight: 300;
  margin-top: 10px;
}

#flip > div > div {
  color:#fff;
  padding:4px 12px;
  height:45px;
  margin-bottom:45px;
  display:inline-block;
}

#flip div:first-child {
  animation: show 5s linear infinite;
}



@keyframes show {
  0% {margin-top:-270px;}
  5% {margin-top:-180px;}
  33% {margin-top:-180px;}
  38% {margin-top:-90px;}
  66% {margin-top:-90px;}
  71% {margin-top:0px;}
  99.99% {margin-top:0px;}
  100% {margin-top:-270px;}
}


h1,
h2 {
  width: 100%;
}


h1 {
  animation: right_to_left 2s;
  animation-timing-function: ease-out;
}

h2 {
  text-align: center;
  animation: left_to_right 3s ease;
}

@keyframes right_to_left {
  from {
    margin-left: 30%;
    opacity: 0;
  }
  to {
    margin-left: 0;
    opacity: 1
  }
}

@keyframes left_to_right {
  from {
    margin-left: -50%;
    opacity: 0;
  }
  to {
    margin-left: 0;
    opacity: 1;
  }
  }


.fade-in-1 {
  animation:3s ease 0s normal forwards 1 fadein;
-webkit-animation:3s ease 0s normal forwards 1 fadein;
opacity:1
}

.fade-in-2 {
  animation:4s ease 0s normal forwards 1 fadein;
-webkit-animation:4s ease 0s normal forwards 1 fadein;
opacity:1
}

.fade-in-3 {
  animation:5s ease 0s normal forwards 1 fadein;
-webkit-animation:5s ease 0s normal forwards 1 fadein;
opacity:1
}

.fade-in-4 {
  animation:6s ease 0s normal forwards 1 fadein;
-webkit-animation:6s ease 0s normal forwards 1 fadein;
opacity:1
}

.fade-in-5 {
  animation:7s ease 0s normal forwards 1 fadein;
-webkit-animation:7s ease 0s normal forwards 1 fadein;
opacity:1
}


.fade-in-6 {
  animation:8s ease 0s normal forwards 1 fadein;
-webkit-animation:8s ease 0s normal forwards 1 fadein;
opacity:1
}


.fade-in-7 {
  animation:9s ease 0s normal forwards 1 fadein;
-webkit-animation:9s ease 0s normal forwards 1 fadein;
opacity:1
}

.fade-in-8 {
  animation:10s ease 0s normal forwards 1 fadein;
-webkit-animation:10s ease 0s normal forwards 1 fadein;
opacity:1
}

.fade-in-9 {
    animation:11s ease 0s normal forwards 1 fadein;
    -webkit-animation:11s ease 0s normal forwards 1 fadein;
    opacity:1
}

.fade-in-10 {
    animation:12s ease 0s normal forwards 1 fadein;
    -webkit-animation:12s ease 0s normal forwards 1 fadein;
    opacity:1
}

.fade-in-11 {
    animation:13s ease 0s normal forwards 1 fadein;
    -webkit-animation:13s ease 0s normal forwards 1 fadein;
    opacity:1
}

.fade-in-12 {
    animation:14s ease 0s normal forwards 1 fadein;
    -webkit-animation:14s ease 0s normal forwards 1 fadein;
    opacity:1
}

.fade-in-13 {
    animation:15s ease 0s normal forwards 1 fadein;
    -webkit-animation:15s ease 0s normal forwards 1 fadein;
    opacity:1
}

.fade-in-14 {
    animation:16s ease 0s normal forwards 1 fadein;
    -webkit-animation:16s ease 0s normal forwards 1 fadein;
    opacity:1
}

@keyframes fadein{
    0%{opacity:0}
    80%{opacity:0}
    100%{opacity:1}
}

@-webkit-keyframes fadein{
    0%{opacity:0}
    80%{opacity:0}
    100%{opacity:1}
}


.fade-in {
  animation: fadeIn ease 10s;
  -webkit-animation: fadeIn ease 10s;
  -moz-animation: fadeIn ease 10s;
  -o-animation: fadeIn ease 10s;
  -ms-animation: fadeIn ease 10s;
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}