/*************BASE*********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/*******/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
 ul { list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
ins { text-decoration: none;}
del { text-decoration: line-through;}
table {border-collapse: collapse; border-spacing: 0;}
input, select, textarea, button{	outline: none;}
input:focus, textarea:focus {   outline: none;}
::-moz-selection{ background: #fff2a8;color:#000; text-shadow: none; }
::selection { background: #fff2a8; color:#000; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
.oswald{font-family: 'Oswald', sans-serif;}

div.separator{
	clear : both;
	line-height : 0px;
	font-size : 0px;
	width : 100%;
}
.sep1{height : 1px;}
.sep5{height : 5px;}
.sep10{height : 10px;}
.sep20{height : 20px;}
.sep30{height : 30px;}
.sep40{height : 40px;}

a {	color : #219ee6;	outline: none;	text-decoration: underline;}
a:hover {	text-decoration: underline;	color : #d60605;}
b, strong{	font-weight : normal;}

p {margin-bottom: 1em;}

* {	margin: 0;	padding: 0;	}
html, body {	height: 100%;}
body {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color:#464646;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight : lighter;
}


.wrap{
			overflow:auto;
			width: 100%;
			min-width: 320px;
			height: 100%;
			margin: 0 auto;
			background: url('img/raster.png');
			background-color: rgba(0, 0, 0, 0.15);
			position:fixed;
		}

.wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	
}
.content {	flex: 1 0 auto;		}
.footer {	flex: 0 0 auto;	}
.foot{	padding : 20px 0 50px 0	/*;background-color: rgba(0, 0, 0, 0.65);*/}
		
.container{
	margin: 0px auto;
	max-width: 1174px;
	min-width: 290px;
	position:relative;
}
@media screen and (max-width: 1199px) {
.container{	margin: 0px 30px;}
}
@media screen and (max-width: 375px) {
.container{	margin: 0px 10px;}
}
@media screen and (max-width: 320px) {
.container{	margin: 0px 5px;}
}	

.relative{	position:relative;}
.trans{
   -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
.opacity img{
	-webkit-filter: opacity(60%);
    filter: opacity(60%);
	transition: all 0.6s ease 0s;
}
.opacity img:hover{
	-webkit-filter: opacity(100%);
filter: opacity(100%);
	transition: all 0.6s ease 0s;
}



/*************INDEX***********/
.top-slogan{
	color : White;
	text-align : center;
	font-size : 13px;
	line-height : 15px;
	text-transform : uppercase;
	padding : 14px 0px 14px 0px;
	background-color: rgba(0, 0, 0, 0.28); /*15, 76, 130*/
	margin-bottom : 25px;
}
.head{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-end;
	align-content: stretch;

}
.logo-index{
	display : block;
	width : 195px;
	height : auto;
	min-width : 150px;
}

.logo-index img{
	display : block;
	width : 100%;	
	height : auto;
}
.top-menu{
	z-index:99;
	position:relative;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	height : 160px;
	width : 100%;
}
.top-menu-area{	margin-left : 45px;}
.top-phone{
	color : White;
	text-align : right;
	font-size : 45px;
	line-height : 45px;
	font-weight : normal;
	margin-right : 4px;
}
.top-mail{
	color : White;
	text-align : right;
	font-size : 25px;
	line-height : 25px;
	font-weight : normal;
	margin : 10px 4px 20px 0px;
}
.top-phone a, .top-mail a, .top-phone a:visited, .top-mail a:visited{
	color : White;
	text-decoration : none;
	cursor: pointer;
}
.top-phone a:hover, .top-mail a:hover{
	color : #fae8a0;
	text-decoration : none;
}


@media screen and (max-width: 1200px) {
.head{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
.logo-index{	margin : 0px auto;}
.top-phone {
	width : 300px;
	text-align : center;
	font-size : 35px;
	line-height : 35px;
	margin : 20px auto 10px auto;
}
.top-mail{
	width : 300px;
	text-align : center;
	font-size : 25px;
	line-height : 25px;
	margin : 0px auto 20px auto;
}
.top-menu{max-width : 300px; margin : 0 auto;}
.menu-button{
	background-color: rgba(0, 0, 0, 0.40);
	display : block;
	padding : 12px 12px 10px 12px;
	margin : 0 auto;
	 -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
.menu-button:hover{	background-color: rgba(0, 0, 0, 0.70);}
}
/****INDEX_ICON***/
.foot-head-index{
	color : White;
	text-align : center;
	font-size : 50px;
	line-height : 50px;
	margin-bottom : 50px;
	text-transform : uppercase;
	font-weight : bolder;
}
.base-menu{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
	width : 60%;
	margin: 20px auto 0px auto;
	text-align : center;
}
.item-menu img{
	opacity: 0.9;
	filter: alpha(Opacity=90);
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	width : 140px;
	height : auto;
}
.item-menu img:hover{
 -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
  opacity: 1;
    -webkit-transform: scale(1.2);
   -moz-transform: scale(1.2);
   -o-transform: scale(1.2);
   -ms-transform: scale(1.2);
   transform: scale(1.2);
}
.item-menu span{
	display : block;
	margin-top : 20px;
	font-size : 18px;
	font-family: 'Oswald', sans-serif;
	text-transform : uppercase;
}
.item-menu a, .item-menu a:visited{
	color : #fff;
	text-decoration : none;
}
.item-menu a:hover{
	color : #fae8a0;
	text-decoration : none;
}
@media screen and (max-width: 798px) {
.foot-head-index{	font-size : 40px;	line-height : 43px;}
}
@media screen and (max-width: 980px) {
.base-menu{	width : 70%;	margin: 10px auto 0px auto;}
}
@media screen and (max-width: 854px) {
.base-menu{	width : 90%;}
}
@media screen and (max-width: 667px) {
.base-menu{	width : 96%;}
.item-menu img{	width : 120px;	height : auto;}
}
@media screen and (max-width: 480px) {
.base-menu{	width : 99%;}
.item-menu img{	width : 110px;	height : auto;}
}
@media screen and (max-width: 412px) {
.foot-head-index{	font-size : 33px;	line-height : 35px;}
}
@media screen and (max-width: 390px) {
.base-menu{	width : 99%;}
.item-menu img{	width : 95px;	height : auto;}
}
@media screen and (max-width: 360px) {
.base-menu{	width : 100%;}
.item-menu img{	width : 90px;	height : auto;}
}
@media screen and (max-width: 340px) {
.base-menu{	width : 100%;}
.item-menu img{	width : 80px;	height : auto;}
}

/**************JOHN_PAAGE***********/
.foot-page{
	padding : 20px 0 50px 0;
	color : White;
	text-align : center;
	text-shadow: 0px 2px 9px rgba(0, 0, 0, 0.5);
	font-size : 18px;
	line-height : 26px;
}
.foot-page h2{
	font-family: 'Oswald', sans-serif;
	text-transform : uppercase;
	font-size : 35px;
	line-height : 37px;
	margin-bottom : 30px;
	font-weight : bolder;
}

/****TIMELINE****/

.l-block-spacing {
  min-height: 80vh;
  padding: 2em 0 4em 0;
}

.l-contained {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}
@media all and (min-width: 40em) {
  .l-contained {
    padding-left: 2em;
    padding-right: 2em;
  }
}

.timeline-list {
	padding-bottom: 1em;
	position: relative;
	max-width: 840px;
	margin: 0 auto;
	text-align : left;
}
.timeline-list:before {
  content: "";
  border-left: 5px solid #ccc;
  left: -0.25em;
  top: 2em;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  transform-origin: 0 0;
  -webkit-animation: scaleVertical 3s 1s ease both 1;
          animation: scaleVertical 3s 1s ease both 1;
}
.timeline-list:after {
  content: "";
  clear: both;
  position: absolute;
  bottom: 0px;
  left: -1em;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: none repeat scroll 0% 0% #ddd;
  border: 5px solid #ddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-animation: revealScaleUp 0.75s 2.82s ease both 1;
          animation: revealScaleUp 0.75s 2.82s ease both 1;
}

.t-block-teal {
  background: #02aa9d;
}

.t-block-teal h2 {
  color: #fff;
}

.t-block-teal h3 {
  color: #034944;
}

.t-block-teal p {
  color: #034944;
}

.timeline-list li {
  margin: 0 0 3em 0;
  padding: 0 2em 0em 2em;
  position: relative;
}
.timeline-list h3{
	font-family: 'Oswald', sans-serif;
	font-size : 24px;
	font-weight : bolder;
}


.timeline-list li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -1.26em;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: none repeat scroll 0% 0% #0f4c82;
  border: 5px solid #fff;
  -webkit-animation: revealScaleUp 0.75s 0s ease both 1;
          animation: revealScaleUp 0.75s 0s ease both 1;
}

.timeline-list {
  -webkit-animation: reveal 2s 0 ease both 1;
          animation: reveal 2s 0 ease both 1;
}

.timeline-list li .content {
  -webkit-animation: revealFromLeft 0.5s 0s ease both 1;
          animation: revealFromLeft 0.5s 0s ease both 1;
}

.timeline-list li:nth-child(1):before {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}

.timeline-list li:nth-child(1) .content {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.timeline-list li:nth-child(2):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.timeline-list li:nth-child(2) .content {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.timeline-list li:nth-child(3):before {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.timeline-list li:nth-child(3) .content {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.timeline-list li:nth-child(4):before {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.timeline-list li:nth-child(4) .content {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

@-webkit-keyframes revealFromLeft {
  0% {
    transform: translateX(-1em);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes revealFromLeft {
  0% {
    transform: translateX(-1em);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes reveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes reveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scaleVertical {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes scaleVertical {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes revealScaleUp {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes revealScaleUp {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.button-block{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}
.button-block-box{
	margin : 10px;
	text-shadow: none!important;
}

a.glo{
	color:#fff;
	padding: 15px 0px;
	text-transform: uppercase;
	width:310px;
	text-decoration:none;
	text-align:center;
	margin:0px 0;
	display: block;
	background-image: linear-gradient(to left,transparent,transparent 50%,#fff 50%,#fff);
	background-position: 100% 0;
	background-size: 200% 100%;
	transition: all .25s ease-in;
	font-size: 17px;
	border: 1px solid #FFF;
	font-family: 'Oswald', sans-serif;
	font-weight : 400;
}
a.glo:hover {
background-position: 0 0;
color:#000;
}
@media screen and (max-width: 800px) {
.button-block{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}
.button-block-box{
	text-align : center;
}
a.glo{ width:290px;}
}