/*
	Shine by TEMPLATE STOCK
	templatestock.co @templatestock
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* GLOBAL STYLES */
* {
	margin: 0px;
	padding: 0px;
}

body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    line-height: 28px;
    /*text-align: center;*/
    overflow-x: hidden !important;
    margin: auto !important;
}

a, a:active, a:focus {
    border: 0 none;
    outline: 0 none;
    text-decoration: none;
	color: #D52A1D;
}

a:hover {
	border: 0 none;
    outline: 0 none;
    text-decoration: none;
	color: #FD8A5C;
}

/* TYPOGRAPHIE */

h1,
h2 {
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

h1 {
    font-size: 62px;
    line-height: 82px;
}

h2 {
    font-size: 42px;
    line-height: 62px;
}

h3 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

ul {
	padding: inherit;
}


/* FORM GROUPS */

.form-control {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	border-radius: 0px;
    box-shadow: none;
    height: 57px;
    padding-left: 20px;
}

/* CUSTOM CLASSES */

.white-text {
	color: #fff;
}

.orange-text {
	color: #D52A1D;
}

.colored-line-small-center {
	background: #2BC40C;
	display: block;
	margin: auto;
    height: 1px;
    width: 25%;
    z-index: 1;
	margin-bottom: 5px;
}

.colored-line-right {
	background: #008ed6;
	display: block;
	float: right;
    height: 1px;
    width: 165px;
    z-index: 1;
}

.button-leweb {
	background: none repeat scroll 0 0 rgba(22, 182, 234, 0.5);
    border: 1px solid #fff;
	color: #fff;
	border-radius: 0px;
    box-shadow: none;
	height: 57px;
	padding-left: 18px;
	padding-right: 18px;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; 
}


.button-leweb:hover {
	background: #008ed6;
}

.clr {
	clear: both;
}

.btn-tmb {
	background: #D52A1D;
	border-color: #D52A1D;
	color: #fff;
}

.btn-tmb:hover {
	background: #FD8A5C;
	color: #fff;
}

.date-box {
	border: #D52A1D 1px solid;
	text-align: center;
	line-height: normal;
	padding: 0;
}

.date-box-header {
	background: #D52A1D;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

.date-box-body {
	font-size: 28px;
	font-weight: bold;
	color: #D52A1D;
}

.justified {
	text-align: justify;
}

.tabella-tappe {
	width: 100%;
	border-collapse: collapse;
}

.tabella-tappe th {
	background: #2BC40C;
	color: #fff;
	padding: 2px;
}

.tabella-tappe th.main-col {
	width: 70%;
}

.tabella-tappe td {
	padding: 2px;
}


/* SECTIONS */

section {
	padding: 120px 0px;
}

#header-inner section {
	padding: 0;
}

/* HEADER */

#header {
	background: url(../images/banner.jpg) no-repeat center center;
	background-size: cover;
	height: 100vh;
	padding: 0px;
}

#header-inner {
	background: url(../images/banner.jpg) no-repeat center 4%;
	background-size: cover;
	height: 120px;
	padding: 10px;
}

#header-inner img.logo {
    border: #D52A1D 1px solid;
    border-radius: 10px;
}

#header-inner span {
	font-size: 2em;
	font-weight: bold;
	text-shadow: 1px 1px #fff;
}

#header-inner span.menu {
	font-size: 1em;
}

#header .container {
	/*background: url(../images/body-bg2.png) repeat 0 0;*/
	height: 100vh;
	width: 100% !important;
	padding: 0px;	
	z-index: 998;
}

#header .col-md-8 {
	top: 20%;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 999;
}

#header .logo {
	margin-bottom: 15px;
}

#header h1, #header h3 {
	font-weight: bold;
	/*text-shadow: 2px 2px #fff;*/
}

#header h1 span, #header h3 span {
	background:rgba(255,255,255,0.6);
	padding:0 10px 0 10px;
	border-radius:10px;
}

.animation {
	width: 100%;
	bottom: 0;
	height: 50px;
	overflow: hidden;
	position: absolute;
	z-index: 999;
	text-align:center;
	text-decoration: none;
}

.photo-credits {
	width: 100%;
	bottom: 50px;
	right: 20px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	z-index: 999;
	text-align:right;
	text-decoration: none;
}

.photo-credits i {
	color: #fff;
}

.menu-list {
	margin-top: 70px;
}

#header .fa-angle-down {
	text-align: center;
	font-size: 48px;
	color: #fff;
	
	-webkit-animation: leweb_fade_move_down 2s ease-in-out infinite;
	-moz-animation: leweb_fade_move_down 2s ease-in-out infinite;
	animation: leweb_fade_move_down 2s ease-in-out infinite;
   }

	/* Animated Arrow Down Header */
	
@-webkit-keyframes leweb_fade_move_down {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes leweb_fade_move_down {
  0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes leweb_fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}


/* ABOUT */

#about i:not(.fa-default) {
	color: #D52A1D;
	font-size: 60px;
	/*background: #FF1E00;/*
	line-height: 200px;
	/*height: 175px;
	width: 175px;
	border-radius: 50%;*/
}

#about div.logo-fa {
    border: #D52A1D 1px solid;
	border-radius: 10px;
	overflow: hidden;
    width: 100px;
    margin: auto;
    padding-top: 5px;
}

#about div.logo-fa img {
	margin-top: 2px;
}

/* SUBSCRIBE */

#subscribe {
	background: url(../images/bg-subscribe.jpg) no-repeat fixed center center / cover rgba(0, 0, 0, 0);
	padding: 0px;
	min-height: 430px;
}

#subscribe .icontop {
	position: absolute;
	color: #fff;
	margin: -30px auto;
	right: 0;
	left: 0;
	font-size: 25px;
	border-radius: 50%;
	line-height: 65px;
	height: 65px;
	width: 65px;
	background: rgba(0, 142, 214, 0.7);	
	box-shadow: 0 0 0 1px #008ed6;
}

#subscribe .row {
	padding: 100px 0px 120px 0px;
}

#subscribe h5{
	margin-bottom: 45px;
}

#subscribe .form-control {
	display: inline-block;
	border: 1px solid #fff;
    width: 320px;
}

#subscribe .form-control::-moz-placeholder {
	color: #fff;
}

#subscribe .button-leweb {
	display: inline-block;
}

#subscribe #mc_form label {
	display: block;
	font-size: 12px !important;
	margin-top: 10px;
	font-weight: normal;
	position: relative;
	color: #fff;
}

#subscribe #mc_form .valid:before {
        font-family: FontAwesome;
        top:0;
        content: "\f058";
		font-size: 14px;
		margin-right: 4px;
		color: #b8c000;
}

#subscribe #mc_form .error:before {
        font-family: FontAwesome;
        top:0;
        content: "\f071";
		font-size: 14px;
		margin-right: 4px;
		color: #bb1720;
}


/* CONTACT */

#contact .button-leweb {
	border: 1px solid #ccc;
}

#success {
	display: none;
}

#success i {
	color: #b8c000;
	font-size: 28px;
	display: block;
}

/* FOOTER */

#footer {
	border-top: 1px solid #ccc;
	padding: 25px 0px;
	font-size: 0.8em;
}

#footer p {
	margin: 0px 0px -5px;
}

#footer .social {
	float: right;
}

#footer .fa {
	font-size: 14px;
	/*color: rgba(22, 182, 234, 0.5);*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#footer .fa:hover {
	color: #008ed6;
}


/* RESPONSIVE DESIGN */

/* Extra Small devices (tablets, 446px and less) */
@media (max-width: 456px) { 
	
	#mc_form .form-control {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.button-leweb {
		width: 100%;
	}
	
	#header .logo {
		width: 200px;
	}
	
	#header h3 {
		display: none;
	}

	#header-inner {
		background-size: auto;
	}

	#header-inner span {
		display: none;
	}

	#footer .social {
		display: none;
	}

	.menu-list {
		margin-top: 20px;
	}

	.menu-list a i {
		display: none;
	}

	.date-box {
		max-width: 100px;
		margin-left: 15px;
	}

	.tabella-tappe th.main-col {
		width: 50%;
	}

}
/* Small devices (tablets, 768px and less) */
@media (max-width: 768px) { 

	body {
		font-size: 14px;
		line-height: 20px;
	}
	h1 {
		font-size: 44px;
		line-height: 58px;
	}

	h2 {
		font-size: 24px;
		line-height: 38px;
	}

	h3 {
		font-size: 18px;
		line-height: 30px;
	}

	h4 {
		font-size: 16px;
		line-height: 26px;
	}

	h5 {
		font-size: 14px;
		line-height: 20px;
	}
	
	.clocktitle{
		font-size: 11px;
	}

	.numbers {
		font-size: 44px;
	}

	#header .col-md-8 {
		top: 5%;
	}
	
	#header .logo {
		width: 200px;
	}
	
	#header h3 {
		display: none;
	}

	#header-inner {
		background-size: auto;
	}

	.box-tappa .image-tappa {
		display: none;
	}

	.menu-list {
		margin-top: 20px;
	}

	.date-box {
		max-width: 100px;
		margin-left: 15px;
	}

	.date-box-header {
		font-size: 12px;
	}

	.date-box-body {
		font-size: 24px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {	
	
	#about .middle {
		margin-top: 65px;
		margin-bottom: 65px;
	}

	#header .logo {
		width: 200px;
	}
	
	#header h3 {
		display: none;
	}

	.box-tappa .image-tappa {
		display: none;
	}

	.menu-list {
		margin-top: 20px;
	}

	.date-box {
		max-width: 100px;
		margin-left: 15px;
	}
}

