 * { margin: 0; padding: 0; box-sizing: border-box; }
 .mobile-menu * {box-sizing: initial;}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(/css/OpenSans-Light.ttf);
}

body, html {
		width: 100%;
		height: 100vh;
		margin: 0;
		padding: 0;
		background-color: #000;
	}

body {
    font-family: 'Open Sans Regular', sans-serif;
    font-weight: 300;
    font-stretch: Regular;
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #9a9a9a;
    cursor: default;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.nicescroll-cursors {
    box-sizing: initial;
}

table{ 
	padding: 0; 
	border-spacing: 0; 
	width: 100%;
}

#tb_news{
	text-align:center;
	height: 100%;
}  

.header { background: rgba(0, 0, 0, 0.8); }

.content a {
    text-decoration: none;
    color: #927e5c;
    outline: none;
    letter-spacing: 0.2vw;
}

#nav {
    position: absolute;
    z-index: 2;
    opacity: 0;
}
.content a:hover { color: #BAA175; }
.content img:hover { cursor: pointer; }
.content p {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}

.newsimg1 p::-moz-selection,.newsimg1 p::webkit-selection,.newsimg1 p::selection { color: white; }
.newsimg2 p::-moz-selection,.newsimg2 p::webkit-selection,.newsimg2 p::selection { color: #1919ff; }

section {
    position: relative;
    height: 520px;
    display: table;
    width: 100%;
	text-transform: uppercase;
}

#year { text-transform: none; }

.tdTXT1 { width: 60%;  text-align: center; }
.tdTXT2 { width: 100%; text-align: center; }

.newsimg1 { background: #000; }
.newsimg2 { background: #dce2fa; }
.newsimg1 ,.newsimg2 { height: 34vw; min-height: 300px; }

.newsimg1 p { color: #9a9a9a; }
.newsimg2 p { color: #363535; }

.tdIMG  { width: 40%; background-position: right; }
.tdIMG2 { width: 40%; background-size: contain; background-position: left !important; }
#triangle{ width:11px; }
.content a { font-size: 11px; letter-spacing: 2px; padding-left: 5px }
#textslider a, #textslider2 a{ font-weight: bold; }
@media all and ( max-width: 800px){
	#textslider, #year, #textslider a, #year a {
		font-size: 10px;
		letter-spacing: 1px;
	}
	#textslider2, #textslider2 a {
		font-size: 19px;
		letter-spacing: 7px;
	}
}

@media all and ( min-width: 800px){
	#textslider, #year, #textslider a, #year a {
		font-size: 0.7vw;
		letter-spacing: 0.1vw;
	}
	#textslider2, #textslider2 a {
		font-size: 1.3vw;
		letter-spacing: 0.5vw;
		line-height: 3vw;
	}
}

#imgblock2 {
    text-align: right;
    margin-top: -4%;
    padding-right: 20px;
}

.hidden  { opacity: 0; }
.visible { opacity: 1; }

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn 	{ 0% { opacity: 0; } 100% { opacity: 1; }}
@-moz-keyframes fadeIn 		{ 0% { opacity: 0; } 100% { opacity: 1; }}
@-o-keyframes fadeIn 		{ 0% { opacity: 0; } 100% { opacity: 1; }}
@keyframes fadeIn 			{ 0% { opacity: 0; } 100% { opacity: 1; }}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: 	fadeIn;
    -o-animation-name: 		fadeIn;
    animation-name: 		fadeIn;
}

@-webkit-keyframes fadeOut 	{ 0% { opacity: 1; } 100% { opacity: 0; }}
@-moz-keyframes fadeOut 	{ 0% { opacity: 1; } 100% { opacity: 0; }}
@-o-keyframes fadeOut 		{ 0% { opacity: 1; } 100% { opacity: 0; }}
@keyframes fadeOut 			{ 0% { opacity: 1; } 100% { opacity: 0; }}

.animated.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: 	fadeOut;
    -o-animation-name: 		fadeOut;
    animation-name: 		fadeOut;
}


@media all and ( max-width: 500px){
	body {
		height: 100vh !important;
		overflow: auto;
	}

	td.tdTXT1, td.tdTXT2 {
		padding: 20px 5px;
	}

	#textslider2, #textslider2 a {
		font-size: 11px;
		letter-spacing: 3px;
	}

	#textslider, #year, #textslider a, #year a {
		font-size: 8px;
	}
}

.mobile .mobile-hide {
	display: none !important;
}

.mobile .mobile-show {
	display: block !important;
}

@media ( min-width: 501px) {
	body.mobile {
	    	height: 100%;
		width: 100%;
		overflow: hidden;
		overflow-y: auto;
	}

	body.mobile #imgblock2 {
		margin-top: -43px;
	}
	
	body.mobile td.tdTXT1, body.mobile td.tdTXT2 {
    		padding: 20px 5px;
	}
}


@media all and ( max-width: 1024px){
	td.tdIMG,
	td.tdIMG2 {
		display: none;
	}
}
/*
@media all and ( max-width: 500px){
	table#tb_news {
		display: block;
	}

	table#tb_news  td {
		display: block;
		width: 100vw;
	}

	table#tb_news  td.tdIMG,
	table#tb_news  td.tdIMG2 {
		height: 100vw;
		background-position: center !important;
	}

	table#tb_news  td.tdIMG2 {
		background-position: -17px center !important;
	}
} */