
/*--reset--*/
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,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:12px;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}

/*--start editing from here--*/
a {text-decoration:none; color: grey;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{vertical-align:baseline;}/* vertical align baseline */
.vertical-top{vertical-align:top;}/* vertical align top */
nav.vertical ul li{display:block;}/* vertical menu */
nav.horizontal ul li{display: inline-block;}/* horizontal menu */
img{max-width:100%;}

/*--end reset--*/
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }

body {
	font-family: 'Raleway', Calibri, Arial, sans-serif;
	background-image: url('bg0.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	color: orange;
	overflow: hidden;
	transition: background-image 20s linear;
}
body:hover {
	background-image: url('bg1.jpg');
}

/* Header */
.mrm {
	
}
.large-header {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	border: 0px solid #909090;
}
.main-title {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	top: 40px;
	left: calc(50% - 275px);
	width: 550px;
	justify-content: center;
}

h1 {
	display: block;
	font-size: 100px;
	letter-spacing: 8px;
	color: #fff;
	line-height: 65px;
}
h2 {
	display: block;
	font-size: 15px;
	letter-spacing: 5px;
	margin: 5px auto 20px auto;
	color: orange;
	text-align: right;
	width: 90%;
}

a.pritem {
	display: flex;
	flex-wrap: wrap;
	float: left;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 0px solid #909090;
	margin: 25px 0px 0px 25px;
	opacity: 0.8;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	justify-content: center;
	align-items: center;
	align-content: center;
	color: orange;
	font-weight: bold;
	font-size: 20px;
	box-shadow: 0px 0px 5px 0px #000000;
	text-shadow:
			0px 0px 2px black,
			-1px -1px 2px black,
			1px 1px 2px black;
}

a.pritem:hover {
	color: #ffffff;
	font-weight: bold;
	box-shadow: 0px 0px 10px 0px #000000;
	opacity: 1;
}


.straw {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), url('str2.png');
}

.piknk {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), url('pik1.png');
}

.onigm {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), url('oni3.png');
}

.flstd {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), url('fls3.png');
}

.frtrk {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), url('ft2.png');
}

.waved {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), url('we1.png');
}

.thumb {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), url('tc.png');
}


.social {
	display: flex;
	width: 100%;
	height: 44px;
	/*background: #ccc;*/
	margin: 25px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
	opacity: 1;
	align-content: center;
	justify-content: center;
}
.icon {
	display: block;
	float: left;
	width: 44px;
	height: 44px;
	border: 0px solid #909090;
	border-radius: 50%;
	margin: 0px 10px 0px 10px;
	background-image: url('icons.png');
	background-repeat: no-repeat;
}
/*x:68*//*y:85*/
.sytub {
	background-position: -159px -38px;
}
.sgoog {
	background-position: -22px -123px;
}
.smail {
	background-position: -228px -123px;
}
.svk {
	background-position: -297px -208px;
}
.sskp {
	background-position: -365px -208px;
}
.stgm {
	background-position: -297px -292px;
}
.max {
	background-position: -91px -292px;
}


