@font-face{

font-family: 'Oswald-Light';

src: url('/css/fonts/Oswald-Light.ttf');

}

@font-face{
/*font-family: 'rostov';
src: url('../stimul/fonts/rostov.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-Light';

src: url(' ../css/fonts/RobotoCondensed-Light.ttf');

}



@font-face{

font-family: 'Orbitron-Black';

src: url('/css/fonts/Orbitron-Black.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 {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	font-family:Exo2-Regular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;

     background-color: #9396a5;

}

.clearOf {

	font-family: Montserrat-SemiBold;

	font-size: 24px;

	text-align: center;

	color: #FFFFFF;

	background-color: #2A6E9F;

	padding: 5px;

	height: auto;

}



.top-white {

	display:flex;

	flex-wrap:wrap;

	padding-right:10px;

	padding-left:10px;

background-color: #000000;
	align-items: center;
	height:130px;
	background-image: url(../images/sch.jpg);
	background-size: 100% 100%;

}

.icon-wrap {

	color: #999BAA;

	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;	
position: relative;

}

#hd-inf {

	font-family: PT_Sans-Narrow-Web-Regular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;

	font-size: 26px;

	color: #d5d5d5e6;

	margin-right: 50px;

	flex:1;

  text-align: right;

}



nav {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	background-color: #303030;
	/*font-family: "RobotoCondensed-Regular";*/
	-webkit-box-shadow: -1px 9px 8px -3px rgba(6, 6, 6, 1);
-moz-box-shadow: -1px 9px 8px -3px rgba(6, 6, 6, 1);
box-shadow: -1px 9px 8px -3px rgba(6, 6, 6, 1);
}
nav .menu {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	/* background: #110f0f; */
	/* display: none; */
	display: flex;
	background: #303030;
	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:#a21d4f; /*#191919;*/
	-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;

}

.annotation {
	font-size: 38px;
	position: absolute;
	left: 50%;
	top: 20px;
	transform: translate(-50%,0%);
	z-index: 800;
	color: #c0c0c4;
	font-weight: bold;
}

#content{
	width:100%;
	margin:22px auto 20px auto;
	float: left;
}
.share-list {
	display: flex;
	background-color: #d2d2d2;
	width: 100%;
	margin: 0px auto 5px auto;
	flex-direction: column;
}
.main-wrap{
	margin:0px auto 0px auto;
	width:900px;
	}	
.top-text {
	width: 100%;
	margin-top: 20px;
	font-size: 25px;
	/* padding: 8px; */
	color: #b3b3b3;
	background-color: #303030;
	text-align: center;
	height: 40px;
	line-height: 33px;
}
.center-coll {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: center;
	background-color: #4d505f;
	height:513px;
}
.links {
	height: 120px;
	margin: 12px;
	border: 1px solid #969696;
	cursor: pointer;
	background-size: cover;
	background-position: center;
	width: 300px;
	padding: 0px 8px 5px 8px;
	position: relative;
}
.links:hover{
	 transition:0.7s all;
    filter: brightness(1.5);
    -webkit-filter: brightness(1.5);
}
.link_text {
	position: absolute;
	left:8px;
	top:98px;
	z-index: 100;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 18px;
	color: #FFFFFF;
}
.page1
{
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.81) 0%, transparent 100%), url("img_backs/sc001.jpg");	
}
.page2
{
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.81) 0%, transparent 100%), url("img_backs/sc002.jpg");	
}
.page3
{
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.81) 0%, transparent 100%), url("img_backs/sc003.jpg");	
}
.page4
{
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.81) 0%, transparent 100%), url("img_backs/sc004.jpg");	
}
.page5
{
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.81) 0%, transparent 100%), url("img_backs/sc005.jpg");	
}
.page6
{
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.81) 0%, transparent 100%), url("img_backs/sc006.jpg");	
}



#pag_wrapper {
	/* width: 400px; */
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	/* width: 170px; */
	height: 40px;
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
	/* background-color: #FFFFFF; */
	padding-top: 12px;
}
ul.pagination {
	display: inline-block;
	height: 40px;
	padding: 0;
	margin: 0;
	/*background-color: #FFFFFF;*/
}
ul.pagination li{
	display:inline-block;
}
.pagination li:first-child a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.pagination li:last-child a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
ul.pagination li a {
	color: #adafc1;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #9396a5;
	outline: none;
	background-color: #303030;
}
ul.pagination li a.active {
    background-color: #88586F;
    color: white;
    border: 1px solid #7B7976;
}

ul.pagination li a:hover:not(.active) {background-color: #0D0B0E;color:#d4d6ee}

.both-colume {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
}
.colume{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}