.alert{
	text-align:center;
	font-weight:bold;
	
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.20, rgba(255, 255, 255, 0.10)), color-stop(0.20, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.10)), color-stop(0.75, rgba(255, 255, 255, 0.10)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
	
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-o-background-size: 50px 50px;
	background-size: 50px 50px;
	
	margin-top:0px;
	margin-bottom:0px;
	
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.09);
	-moz-box-shadow:    0px 1px 4px rgba(0, 0, 0, 0.09);
	box-shadow:         0px 1px 4px rgba(0, 0, 0, 0.09);
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	
	border:0px;
	padding:15px;
}
.alert-success{
	background-color: #5e9b34;
	border-color: #D6E9C6;
	color: #fff;
	border-top:0px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.alert-error{
	background-color: #BA1D1A!important;
	color:white;
	border-color:#BA1D1A;
	border-top:0px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.alert .close{
	top:2px;
	right:0px;
}
.carousel-control {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	top: 46%;
	color: #ffffff;
	background: none;
	border: 0px;
}
input, textarea, .uneditable-input {
	width: 166px;
}
body {
	line-height: 1.7;
	background-color: #34343C;
	font-family: 'Open sans';
	font-size:16px;
}
footer {
	padding-top: 70px;
	padding-bottom: 100px;
	color: #F3F3F3;
}
footer a {
	color: #FFF;
}
.hidden-fb {
  display:none;  
}
.cookiesNavMessage .btn-default {
  font-size: 17px;
  line-height: 14px;
  padding: 10px 5px 10px 5px;
  background-color: #133888;
  border-radius: 4px;
  border: 1px solid #133888;
  margin: 0px 0px 0px 15px;
  position: relative;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.white {
background-color: #FFF;
}
.dark-blue {
background-color: #2C3447;
}
.blue {
background-color: #133888;
}
.gray {
	background-color: #F3F3F3;
}
.align-center {
	text-align: center;
}
.main-padding {
	padding-top: 65px;
	padding-bottom: 60px;
}
.small-padding {
	padding-top: 20px;
	padding-bottom: 12px;
}
.top-logo {
	padding-top: 25px;
	padding-bottom: 25px;
}
.language {
	padding-top: 35px;
}
ul.languagedropdown {
	min-width: 60px;
	max-width: 60px;
}
.social .fa {
	color:#FFF ;
}
.social .fa-stack {
	line-height: 2.1;
}
.social span:hover .fa,
.social span:hover .fa-stack {
  color:#747986;
}
#droppy{
    width: 100%;
    float:none; 
    padding-top: 30px;   
    display:block;
    text-align:right; 
    position: relative;     
	font-size: 16px;  
	font-weight: 300;
}
#droppy>li{
    float:none;   
    display:inline-block;
    text-align:left;   
    border-radius: 4px;
}
#droppy li a {	
	color: #000;	
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 12px;
	padding-left: 12px;
}
#droppy li.hover {
	background-color: #2C3447	
}
#droppy li:hover a{
	text-decoration: none;
	color:#FFF;
}
#droppy li ul {	
	text-align: left;
	padding-top: 0px;	
	top:41px;
	left: 0px;		
	background-color: #FFF;
}
#droppy li ul li {		
	background-color: #FFF;
}
#droppy li ul li a {
	color: #000;
}
#droppy li:hover ul a {
	color: #000;
}
#droppy li ul li .menuOpen {
	width: 100%;	
	color:#133888;	
}
#droppy li ul li:hover {
	width: 100%;
	background-color: #2C3447
}
#droppy li ul li:hover a {
	color: #FFF;
}
#droppy li ul li ul {
	display: none!important;
}
.menuMobile .openBtn {	
	width: 30px;
	height: 30px;
}
#droppy .menuOpen {
	border-radius: 4px;	
	color: #133888;
}
.slider .carousel-indicators {	
	width: 170px;
	height:30px;
	margin: auto;
	position: absolute;
	top: 82%; left: 0; bottom: 0; right: 0;
}
.slider .carousel-indicators li {
	width: 20px;
	height: 20px;
  margin-right:9px;
  margin-left:-1px;
}
.slider .carousel-control {
	height:100%;
	top:0px;
	color: transparent;
}
.slider .carousel-control:hover {
	color:transparent;
}
.slogan {text-align: center;	
	width: 573px;
	margin: auto;
	position: absolute;
	top: 38%; left: 0; bottom: 0; right: 0;
}
.slogan h4{	
	font-size:36px;
	font-weight:300;
	color: #000;
	background-color: #FFF;
	margin-bottom: 0px;
	padding: 25px 35px 25px 35px;
}
.slogan p {
	display: none;
}
.group-offer .info-box {
	margin-bottom: 40px;
  height:300px;
}
.group-padding {	
	padding-top: 65px;
	padding-bottom: 20px;
}
.info-box .pull-left {
	float: none!important;
}
.info-box img {	
	height: 190px;
	width: 190px;
	border-radius: 50%;
	overflow: hidden;
    position: relative;   
    border: 8px solid #2C3447;  
    transition: all 0.2s ease-in-out; 
   -webkit-transition: all 0.2s ease-in-out; 
   -moz-transition: all 0.2s ease-in-out;    
}
.info-box h4 {
	font-size: 28px;
	color: #FFF;
  	padding-top:15px;
}
.info-box:hover img {
    border:15px solid #6587CF;        
}
.info-box a:hover {
	text-decoration: none;
}
.contact-bar {
	text-align: right;
}
.tele {
	margin-right: 40px;
}
.tele,
.email {		
	display: inline-block;
	color: #FFF;
	font-size: 24px;
}
.contact-bar .fa {
	font-size: 30px;
	margin-right: 10px;
}
.offer ul {
	padding-left: 0px;
}
.offer li {
	list-style-type: none;
}
.tele .fa,
.email .fa, 
.tele p,
.email p {
	display: inline-block;
}
.email a {
  color:#FFF;
}
.email a:hover {
  text-decoration:none;
}
.offer h1 {	
	color: #FFF;
}
.provider h1,
.about h1 {
	color: #133888;
}
.offer h1,
.about h1 {
	margin-top: 0px;
	margin-bottom: 60px;
}
.provider h1 {
	margin-top: 0px;
	padding-top: 70px;
	margin-bottom: 30px;
}
#map-canvas {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
	transform: translateZ(0px);
	background-color: rgb(229, 227, 223);
}
.find-dealer{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 50px;
  display: block;
}
.find-dealer input[type="text"]{
  line-height: normal;
  padding: 15px 10px;
  font-size: 18px;
  border: none;
  opacity: .95;
  min-width: 300px;
  border:1px solid #133888;
  font-family: sans-serif;
}
thead{
	font-size:12px;
}
#button{
  font-size: 18px;
  line-height: 14px;
  padding: 13px 35px 15px 35px;
  background-color: #133888;
  border-radius: 4px;
  border:1px solid #133888;
  margin: 0px 0px 0px -10px;
  position: relative;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#button:hover {
	background-color: #2B2F3B;
}
.catalogue-files {
  margin-bottom:20px;
}
.catalogue-files .fa,
.catalogue-files .file {
  display:inline-block;
}
.catalogue-files h5 {
  color:#000;
  font-size:18px;
}
.catalogue-files .file {
  max-width:85%;
}
.catalogue-files a:hover {
  color:#2C3447;
  text-decoration:none;
}
.gallery-margins img{
  margin-right:10px;
  margin-bottom:10px;
}
.top-logo img {
  max-width:100%;
  height:auto;
}
.simple-content img {
  max-width:100%;
  height:auto;
}
.download h4,
.download {
  font-weight:600;
}
.download ul {
  padding-left:0px;
}
.download ul li {
  list-style-type:none;
}

@media (max-width: 1200px) {
	.top-logo img {
		width: 235px;
	}
}
@media (max-width: 991px) {	
  	.menuMobile {
		width: 100%;
	    background-color: #FFF;
	}	
    .menuMobile ul {
    	margin-bottom:0px;
    }
	.menuMobile ul ul {
	    background-color: #2F5DBB;
	}    
	.mobile-menu a {
	    color: #2C3447;
	    padding-top: 5px;
	    text-decoration: none;
	    text-align: center;
	}	
	.menuMobile a {
	    color: #000;
	}
	.menuMobile li   {
	    list-style: none;
	} 
	.menuMobile ul li a {
	    border-top: 1px solid rgba(255,255,255,0.1);
	}	
	.menuMobile ul ul li a {
		color:#FFF;
		border-top: 1px solid rgba(255,255,255,0.1);
	}	
	.menuMobile ul ul ul {
		background-color: #6587CF;
	}
	.menuMobile .openBtn{
	    padding: 0px;
	    top: 17px;	    
	}
	.mobileMainBtn img {
	    margin-bottom: 2px;
	}
	.menuMobile .openBtn img {
   		height:18px!important;      
  } 
  .top-logo {
  		padding:0px 0px 10px 0px;
  }
  .top-logo .logo {
  		position: absolute;	
  		top: 10px;
  		left: 10px;
  		z-index: 1;
 	}
  .language {
  		padding: 0px;
	}
	.language {
		position: absolute;
		top: 17px;
		right: 10px;
	}
	.main-padding {
		padding-top: 35px;
		padding-bottom: 30px;
	}
	.offer h1, .about h1 {
		margin-bottom: 30px;
	}	
  .offer li {
    margin-bottom:20px;
  }
  .download {
    display:none;
  }
}
@media (max-width: 768px) {
	.tele, .email {
		color: #FFF;
		font-size: 20px;
	}
	.tele {
		margin-right: 20px;
	}
	.slogan h4 {
		font-size: 30px;
		padding: 20px 30px 20px 30px;
	}
	.contact-bar {
		text-align: center;
	}
	.social {
		display: none;
	}
   .hidden-fb {
      position: absolute;
      display: inherit;
      right: 75px;
      top: -5px;
  }
  .hidden-fb .fa-stack,
  .hidden-fb .fa {
      color: #313162;
  }
  .hidden-fb:hover .fa-stack,
  .hidden-fb:hover .fa{
   color: #747986;
  }
}
@media(max-width: 640px){
	.slogan {
		width: 100%;
	}
  .language {
    top:15px;
  }
  .top-logo {
    padding-bottom:5px;
  }
  .top-logo img {
    width:200px;
}
@media(max-width: 540px){
	.offer li {
		width: 100%;
	}
	.top-logo {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.tele, .email {
		color: #FFF;
		font-size: 18px;
	}
	.contact-bar .fa {
		font-size: 24px;
	}
}
@media(max-width: 480px) {
	.find-dealer input[type="text"] {
		width: 100%;
		margin-bottom: 50px;
	}
	.find-dealer #button {
		margin:0px;
	}
	.slogan h4 {
		font-size: 30px;
		padding: 20px 15px 20px 15px;
	}	
  .hidden-fb {
    right: -2px;
  	top: 42px;
	}
}
@media(max-width:360px) {
	.top-logo img {
		width: 200px;
	}
}
