
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, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}

[hidden] {display: none;}
.none, .hidden, .on980, .on760, .on320, .only980, .only760 {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right { float: right; }
.alignleft, .left { float: left; }
.center { text-align: center; }
.centered, .aligncenter {
	display: block;
	margin: 0 auto;
	}

img.alignright, img.right {
	margin: 0 0 7px 20px;
	display: inline;
	}
img.alignleft, img.left {
	margin: 0 20px 7px 0;
	display: inline;
	}
a img {
	border: none;
	}
img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	}

/* END NULL */


/* BASE */



@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat.ttf');
}

body {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Montserrat', Helvetica, sans-serif;
	background: #000 url('../images/bg.jpg') no-repeat right bottom;
	background-attachment: fixed;
	background-size: auto 100%;
	text-align: center;
	}

.wrap {
	box-sizing: border-box;
	width: auto;
	min-width: 320px;
	max-width: 1020px;
	padding: 0 10px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	color: #fff;
	font-size: 18px;
	line-height: 20x;
	font-family: 'Montserrat', sans-serif;
	}

a {
	color: #fff;
	text-decoration: underline;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #fff;
	text-decoration: none;
	}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 20px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #fff;
	font-weight: bold;
	}
h1, .h1, .title{
	font-size: 30px;
	line-height: 34px;
	}
h2, .h2{
	font-size: 26px;
	line-height: 30px;
	}
h3, .h3{
	font-size: 24px;
	line-height: 28px;
	}
h4, .h4{
	font-size: 22px;
	line-height: 26px;
	}

.black{
	color: #000;
	}
.white{
	color: #fff;
	}
.grey{
	color: #808080;
	}
.green{
	color: #34c924;
	}
.red{
	color: #ff0000;
	}
.orange{
	color: #ffa500;
	}
.yellow{
	color: #ffff00;
	}
.blue{
	color: #0000ff;
	}
.purple{
	color: #8b00ff;
	}
.pink{
	color: #ffc0cb;
	}


.table, .entry table {
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #959596;
	border-left: 1px solid #959596;
	}

.table tr th, .entry table tr th{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	background: #f4f4f4;
	padding: 8px 10px;
	}

.table tr td, .entry table tr td{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	padding: 8px 10px;
	}

.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

.entry ul, ul.list {
	padding: 0 0 0 20px;
	list-style: none;
	}

.entry ol, ol.list {
	padding: 0 0 0 25px;
	list-style: none;
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol, ul.list ul, ol.list ol, ol.list ul, ul.list ol {
	margin: 5px 0 0 0;
	}

.entry ol > li, ol.list > li {
	margin: 7px 0 7px 10px;
	list-style: decimal outside;
	}

.entry ul > li, ul.list > li {
	margin: 7px 0 7px 10px;
	list-style-type: disc;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.grid {
	clear: both;
	*zoom: 1;
	}
.grid:after {
	content: "";
	display: table;
	clear: both;
	}
[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	}
.col-1-8 {
	width: 12.5%;
	}
.col-1-4 {
	width: 25%;
	}
.col-1-3 {
	width: 33.33%;
	}
.col-1-2 {
	width: 50%;
	}
.col-2-3 {
	width: 66.66%;
	}

/* END BASE */

/* HEADER */

header {
	padding: 60px 0 60px 0;
	}

.logo{
	padding: 0 0 30px 0;
	text-align: center;
	}
.logo img{
	vertical-align: bottom;
	opacity: 0;
	}
.htext{
	text-align: center;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: bolder;
	opacity: 0;
	}


/* END HEADER */


/* HOME */

.top_text{
	opacity: 0;
	max-width: 940px;
	margin: 0 auto 50px auto;
	box-sizing: border-box;
	padding: 50px 30px;
	background: rgb(0 0 0 / 40%);
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	}
.top_text:before{
	content: "";
	display: block;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	background: url('../images/top_text.png') no-repeat;
	margin: 0 20px 0 0;
	}

.info_text{
	margin: 0 0 30px 0;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	font-weight: 600;
	}

.lists{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	padding: 30px 0 30px 0;
	background: rgb(0 0 0 / 40%);
	}	
.item{  
	opacity: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 50%;
	margin: 0 0 60px 0;
	}
.item a{
	display: flex;
	justify-content: flex-start;
	box-sizing: border-box;
	align-items: center;
	margin: 0 auto;
	height: 62px;
	width: 370px;
	border: 4px solid #fff;
	padding: 0 0 0 0;
	border-radius: 0 50px 0 50px;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	font-size: 22px;
	line-height: 24px;
	background: rgba(0, 0, 0, 0.4);
	transition: all 0.3s 0.02s ease;
	}
.item a:hover{
	letter-spacing: 1px;
	}
.item a span:nth-child(1){
	display: block;
	flex: 0 0 100px;
	width: 100px;
	height: 100%;
	min-height: 100%;
	background-size: 40px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	transition: all 0.3s 0.02s ease;
	}
.item a span:nth-child(2){
	display: block;
	width: 100%;
	transition: all 0.3s 0.02s ease;
	}


.item a span:nth-child(1):after {
	display:block;
	content:"";
	position:absolute;
	top: 0;
	right:0;
	border: none;
	border-top: 54px solid #000;
	border-left: 32px solid transparent;
	transition: all 0.3s 0.02s ease;
	}
.item a:hover span:nth-child(1):after {
	border-left: 36px solid transparent;
	}


/* END HOME */



/* COMMENTS */

.comments_list li {
	padding: 15px;
	margin: 0 0 15px 0;
	border: 1px solid #ddd;
	background: #f8f8f8;
	}

.comments_list li li {
	margin: 15px 0 0 0;
	}

.comments_list li.thread-even {
	background: #fff; 
	} 

.comments_list .even {
	background: #fff; 
	}

.comments_list .alt {
	background: #f8f8f8; 
	}

.comment_ava{
	float: left;
	padding: 0 10px 0 0;
	}

.comment_top{
	padding: 0 0 10px 0;
	}

.comment_a{
	font-weight: bold;
	}

.comment_d{
	font-style: italic;
	}

.comment_repl{
	text-align: right;
	}

#respond{
	padding: 15px;
	border: 1px solid #ddd;
	background: #eee;
	margin: 0 0 15px 0;
	}

.comments_list #respond{
	margin: 0 15px 15px 15px;
	}

#cancel-comment-reply-link{
	display: inline-block;
	margin: 0 0 15px 0;
	}

/* END COMMENTS */


/* WP OTHER */

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

.wpcf7-not-valid { 
	border-color: #ad2929 !important;
	color: #ad2929; 
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}

/* END WP OTHER */