@font-face{

font-family: 'Oswald-Light';

src: url('/css/fonts/Oswald-Light.ttf');

}



@font-face{

font-family: 'Exo2-Bold';

src: url('/css/fonts/Exo2-Bold.ttf');

font-weight: bold;

  font-style: normal;

}

@font-face{

font-family: 'Exo2-Regular';

src: url('/css/fonts/Exo2-Regular.ttf');

font-weight: medium;

  font-style: normal;

}



@font-face{

font-family: 'PoiretOne-Regular';

src: url('/css/fonts/PoiretOne-Regular.ttf');

}

@font-face{

font-family: 'RobotoCondensed-Regular';

src: url(' ../css/fonts/RobotoCondensed-Regular.ttf');

}



@font-face{

font-family: 'Orbitron-Black';

src: url('/css/fonts/Orbitron-Black.ttf');

}

@font-face{

font-family: 'CormorantSC-Medium';

src: url('/css/fonts/CormorantSC-Medium.ttf');

}

@font-face{

font-family: 'Hortensia';

src: url('/css/fonts/Hortensia.ttf');

}

@font-face{

font-family: 'Montserrat-SemiBold';

src: url('/css/fonts/Montserrat-SemiBold.ttf') format('truetype');

}

@font-face{

font-family: 'RobotoCondensed-light';

src: url('/css/fonts/RobotoCondensed-Light.ttf');

}

@font-face{

font-family: 'PT_Sans-Narrow-Web-Regular';

src: url('/css/fonts/PT_Sans-Narrow-Web-Regular.ttf');

}



body{

	/*height:100%;*/



margin:0;

	background-color: #3B4656;

}

.top-white {

	display:flex;

	flex-wrap:wrap;

	padding-right:10px;

	padding-left:10px;

	background-color:#154462;

	align-items: center;

}

.icon-wrap {

	color: #F7F7F7;

	font-family: Orbitron-Black, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;

	font-size: 22px;



}

#icon-mask {

	height: 40px;

	

}

#top-header {

width: 100%;	

float: left;

display: block;	

}



#hd-inf {

	font-family: PT_Sans-Narrow-Web-Regular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;

	font-size: 20px;

	color: #ffffffe6;

	margin-right: 50px;

	flex:1;

  text-align: right;

}



#adress{

	/*position:absolute;*/

	left: 1%;

	top: 10px;

	z-index:4;

	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;

	font-size:14px;

	/*color:#383838E6;*/

	text-align:center;

	}	

#weblink {

	position: absolute;

	top: 85px;

	right: -70px;

	opacity: 1;

	visibility: visible;

	font-family: Orbitron-Black, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;

	font-size: 24px;

	z-index: 6;

	color: #8CB914;

	text-shadow: 1px 3px 3px #090909;

	-webkit-transform: rotate(-90deg);

	-moz-transform: rotate(-90deg);

	-o-transform: rotate(-90deg);

	-ms-transform: rotate(-90deg);

	transform: rotate(-90deg);



}

.wrap-box{

	max-width:900px;

	margin-left:auto;

	margin-right:auto;

	margin-top:20px;

	/*background-color:#EBEBEB;*/

	padding-left:10px;

	padding-right:10px;

}



#doc-type {

	position: absolute;

	top: 140px;

	left: 30%;

	font-family: PT_Sans-Narrow-Web-Regular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;

	font-size: 24px;

	color: #F8F8F8CC;

}



.raw-name{

	color:#606060;

}

.inform{

	color:#476DB1;

	font-family:Oswald-Light, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;

	font-size:16px;

	text-align:right;

}	

.end-flex {

	width: 100%;

	height: 30px;

	background-color: #2A6E9F;

	/* border-top: solid 5px #7b9eb4; */

}



.clearOf {

	font-family: Montserrat-SemiBold;

	font-size: 24px;

	text-align: center;

	color: #FFFFFF;

	background-color: #2A6E9F;

	padding: 5px;

	height: auto;

	

}



.dvd{

	width: 100%;

	height: 10px;

	background-color: #91B600;

	float: left;

}

nav {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	background-color: #142336;
	font-family: "RobotoCondensed-Regular";
}
nav .menu{

  padding-left:0;

  margin-top:0;

  margin-bottom:0;

  list-style:none;

  /*background:#110f0f;*/

 /* display:none;*/

  display:flex;

  background:#142336;

  width:60%;

  margin-left:auto;

  margin-right:auto;

}



nav .menu li{

    text-align:center;

  border-right: 1px solid rgba(153, 153, 153, 0.4);

    flex:auto;

  border-bottom: none;

  }

  

  nav .menu li:last-child{

  border:none;

  }

  

  nav a {
	color: rgba(235,235,235,0.47);
	text-decoration: none;
	line-height: 3;
	display: block;
	padding-left: 0;
	font-size: 1em;
	outline: none;
	transition: background-color 0.4s;
 position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  z-index: 1;
}

nav a::after {
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	bottom: 0;
	right: 1.25rem;
	left: 1.25rem;
	background-color: #566b83;
	-webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
	transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	z-index: -1;
}

nav a:hover {
  color: #EBEBEB;
}
nav a:hover:after {
  right: 0;
  left: 0;
  height: 100%;
}
  

 #toggle-menu {

	background: #0d73bf;

	line-height: 2.5;

	color: #efefef;

	padding-left: 1em;

	font-size: 1em;

	cursor: pointer;

	display: none;

}

  nav #toggle-menu i{

  margin-right:.5em;

  }



nav .menu .m-submenu li {
	list-style: none;
	background-color: #142336;
	border-right: none;
	/*border-bottom: solid 1px #d7d7d71a;*/
	text-align: center;
}

nav .menu .m-submenu li a {
	color:rgba(235,235,235,0.47);;
	width: 100%;
}
nav .menu .m-submenu li a:hover{
	 color: #EBEBEB;
	
}
nav .menu .m-submenu {
	position: absolute;
	left: 0px;
	width: 100%;
	padding-left: 18px;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0px 21px 21px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 21px 21px 5px rgba(0,0,0,0.75);
	box-shadow: 0px 21px 21px 5px rgba(0, 0, 0, 0.89);
	margin-left:0 !important;
	padding: 0 !important;
	z-index: 100;
}

nav .menu > li:hover .m-submenu {

 -webkit-transition: opacity .5s ease-in-out;

  -moz-transition: opacity .5s ease-in-out;

  -ms-transition: opacity .5s ease-in-out;

  -o-transition: opacity .5s ease-in-out;

  transition: opacity .5s ease-in-out;

  opacity: 1;

  visibility: visible;

}



.smal-cap{display:none}

.ft-info{

	font-family:AvanteLtNr_Thin, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;

	font-size:16px;

	color:#DDCEB9;

	width:75%;

	height:20px;

	margin-left:auto;

	margin-right:auto;

	font-weight:100;

}

.content-wrap{

float:left;

width:100%;



}



.docFlex {

	display: flex;

	max-width: 835px;

	margin-left: auto;

	margin-right: auto;

	justify-content: space-between;

	/* width: 100%; */

	flex-direction: column;

	padding: 20px;

	padding-top: 0px;

	background-color:#FFFFFF;

}

.echos a{

	text-decoration:none;

	color:#272727;

	outline:none;



}



.file-raw {

	display: flex;

	flex-direction: row;

	justify-content: space-between;

	font-family: Oswald-Light, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;

	font-size: 16px;

	padding: 10px;

	border-bottom: solid 1px #9E9E9E33;

	transition: background-color 0.3s ease-in-out;

}



.lastChild {

border-bottom:none;

}



/*-----------------------------------------file upload bar-------------------------------------*/



#upload_wrap {

	/* width: 60%; */

	margin-left: auto;

	margin-right: auto;

	overflow: hidden;

	border-radius: 8px;

	background-color: rgb(255, 255, 255);

	color: #5F5F5F;

	/* display: none; */

	padding: 8px;

	border: solid 2px #fcfcfc;

	box-shadow: 1px 1px 8px #0000004d;

	margin-bottom: 20px;

	margin-top: 20px;

	max-width: 835px;

}

.flex-form{

display:flex;

align-items:center;

}	



#form-center {

	flex: 1;

	text-align: center;

}

#upl_files

{

	cursor: pointer;

	display: none;

}

.brw{

	width: 100px;

	height: 32px;

	background: #CB0003;

	border-radius: 4px;

	color: #fff;

	text-align: center;

	line-height: 32px;

	font-family: arial;

	font-size:14px;

	display: inline-block;

	opacity:1;

	transition: opacity 0.3s ease-in-out;

  

}

.brw:hover{

	opacity:.7;

	cursor: pointer;

}

#f_name {

	background: transparent;

	border: 0;

	display: inline-block;

	height: 30px;

	padding: 0 5px;

	 width: 100px; 

}

#doc{

	margin-left:5px;

}

#form_send

{float: right;}

	



#send_but {

	cursor: pointer;

	float: right;

	height: 32px;

	display:block;

	border:none;

	background-color:#2B6ACB;

    border-radius: 4px;

	color: #fff;

	text-align: center;

	line-height: 32px;

	font-family: arial;

	font-size:14px;

     opacity:1;

	transition: opacity 0.3s ease-in-out;

 }



#send_but:hover{

	opacity:.7;



}





input[type=text] {

  -webkit-transition: all 0.30s ease-in-out;

  -moz-transition: all 0.30s ease-in-out;

  -ms-transition: all 0.30s ease-in-out;

  -o-transition: all 0.30s ease-in-out;

  outline: none;

  padding: 3px 0px 3px 3px;

  margin: 5px 1px 3px 0px;

  border: 1px solid #DDDDDD;

}

input[type=text]:focus {

  box-shadow: 0 0 5px #1965CC;

  padding: 3px 0px 3px 3px;

  margin: 5px 1px 3px 0px;

  border: 1px solid rgba(81, 203, 238, 1);

}



progress {

	border: 0;

	width: 300px;

	height: 20px;

	border-radius: 5px;

	background: #f1f1f1;

	margin-left: auto;

	margin-right: auto;

}

progress::-webkit-progress-bar {

    width: 300px;

    height: 20px;

    border-radius: 5px;

    background: #f1f1f1;

    margin-left: auto;

	margin-right: auto;

}

progress::-webkit-progress-value {

    border-radius: 5px;

    background: #5E97C0;

}

progress::-moz-progress-bar {

    border-radius: 5px;

    background: #5E97C0;

}



#status

{

	width:300px;

	height: 20px;

	margin-top: 6px;

	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;

	font-size: 14px;

	color: #4D6BD4;

	line-height: 13px;

	text-align: center;

	margin-right: auto;

	margin-left: auto;

	

}



.hidenBar {

display: flex;

 width: 100%;

	padding-top: 8px;

	overflow: hidden;

	flex-direction: column;

	justify-content: center;

 

 }   





/*------------------------------------------------------end file upload bar---------------------------------------*/



