/*/////////////////////////////////// Default start /////////////////////////////////*/
*{
	border: none;
	margin: 0px;
	padding: 0px;
}
html {
	font-family: "Playwrite HU", cursive;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	overflow-x: hidden
}
html,
body{
	position: relative;
	width: 100%;
	height: 100%;
}
body{
	color: #3F413F;
}
::selection {
  background: #D8F6C3; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #D8F6C3; /* Gecko Browsers */
}
.clear{
	clear: both;
}
#noscript{
	position: fixed;	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #141414;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 999;
}
#noscript p{
	width: 300px;
	height: 300px;
	position: absolute;
	top: calc(50% - 150px);
	left: calc(50% - 150px);
}
a{
	cursor: pointer;
	outline: 0;
	color: #3F413F;
	text-decoration: none;
}
/*/////////////////////////////////// Default end ///////////////////////////////////*/
/*/////////////////////////////////// Header start //////////////////////////////////*/
#site_header{
	position: fixed;
	top:0;
	z-index: 100;
	width: calc(100% - 20px);
	height: 60px;
	padding: 0px 10px 0px 10px;
	background-color: #FCFDFC;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
	border-bottom: 2px solid rgba(0, 0, 0,0.3);
	margin-bottom: 20px;
	background: url(/images/bg.png);
	background-size: cover;
}
#site_header h1{
	font-size: 1.7em;
	position: relative;
	top: 16px;
	font-weight: bold;
	float: left;
}
#site_header h1 a{
	color: #a438bf;
}
#site_header_logo{
	float: left;
	margin: 8px 10px 0 50px;
}
#site_menushow{
	float: right;
	width: 40px;
	height: 40px;
	margin: 12px 20px 0 15px;
	display: none;
	cursor: pointer;
}
/*/////////////////////////////////// Header end ////////////////////////////////////*/
/*/////////////////////////////////// Menu start ////////////////////////////////////*/
nav{
	float: right;
	margin: 0px 15px 0 0;
	height: 40px;
	color: #d9d9d9;
	display: inline-block;
	width: 650px;
}
nav a{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #a438bf;
}
nav a:hover{
	color: #fec6c5;
}
nav a span{
	margin-left: -10px;
	padding: 22px 5px 22px 5px; 
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
}
nav ul {
	height: 40px;
	text-align: left;
}
nav ul li {
	font-size: 1em;
	margin-left: -4px;
	padding: 0px 8px 0px 8px;
	height: 60px;
	display: inline-block;
	position: relative;
}
nav ul li ul{
	z-index: 100;
	position: absolute;
	top: 60px;
	width:150px;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
	text-align: center;
}
nav ul li ul li {
	background-color: #FCFDFC;
	display: block; 
	padding: 0px 5px 10px 5px;
	border-bottom: 1px solid #bbb;
	height: 35px;
	color: #FCFDFC;
}
nav ul li ul li:last-child{
	border-bottom: none;
}
nav ul li ul li a span{
	padding: 10px 5px 0px 5px;
}
nav ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
.active{
	color: #ff6760;
}
/*/////////////////////////////////// Menu end //////////////////////////////////////*/
/*/////////////////////////////////// Content start /////////////////////////////////*/
.tcycle{
	position: relative;
	top: 60px;
}
.title{
	text-align: center;
	font-size: 50px;
	position: relative;
	color: #fec6c5;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 80px;
	top: 100px;
	margin-bottom: 150px;
	z-index: 1;
	border-bottom: 1px solid rgba(0, 0, 0, 0.6);
	width: 60%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

.article{
	float: left;
	width: calc( 50% - 20px );
	padding: 10px;
}
.article_right{
	padding-top: 73px;
}
article h3{
	color: #1ABC9C;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 15px;
}
article h4{
	color: #1ABC9c;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
article strong{
	font-weight: bold;
}
article a{
	cursor: pointer;
}
article a:hover{
	color: #1ABC9C;
}
article p{
	text-indent: 25px;
	text-align: justify;
	text-justify: inter-word;
	line-height: 20px;
	clear:both;
}
article p img{
	display: block;
    margin: 20px auto 20px auto;
    width: 80%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.full_article{
	float: none;
	clear: both;
	width: 100%;
	padding: 10px;
}
.full_article h4{
	color: #1ABC9c;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}
.full_article p{
	margin-bottom: 10px;
}
.full_article strong{
	font-weight: bold;
}
.full_article_error{
	float: none;
	clear: both;
	text-align: center;
	width: 100%;
}
.full_article_error p{
	text-align:center;
}

.error{
	font-weight: bold;
	font-size: 7em;
	text-align: center;
	line-height: 1em;
	margin-bottom: 20px;
}
pre{
	white-space: pre-wrap;/* Since CSS 2.1 */
	white-space: -moz-pre-wrap;/* Mozilla, since 1999 */
    white-space: -pre-wrap;/* Opera 4-6 */
	white-space: -o-pre-wrap;/* Opera 7 */
	word-wrap: break-word;/* Internet Explorer 5.5+ */
	line-height: 25px;
	text-align: justify;
}
pre b{
	font-weight: bold;
}
#galeria_item{
	float: left;
	width: 200px;
	margin: 40px;
}
#pages{
	height: auto;
	width: 100%;
}
/*/////////////////////////////////// Content end ////////////////////////////////////*/
/*/////////////////////////////////// Footer start //////////////////////////////////*/
footer{
	width: 100%; 
}
footer b{
	font-weight: bold;
	line-height: 35px;
}
#footer_img{
	margin-top: 80px;
	margin-bottom: 0px;
	width: 100%;
}
#footer_bottom{
	width: calc(100% - 30px);
	height: 160px;
	padding: 15px;
	background-color: #FCFDFC;
	font-style: italic;
	font-size: 0.9em;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
	border-top: 1px solid rgba(255, 255, 255 ,0.3);
	background: url(/images/bg.png);
	background-size: cover;
}
#footer_bottom img{
	float: left;
	margin: 15px 15px 0 15px;
}
#footer_bottom img:after{
	clear: both;
}
#footer_bottom{
	line-height: 27px;
}
footer a{
	text-decoration: underline;
}
footer a:hover{
	color: #1ABC9C;
}
/*/////////////////////////////////// Footer end ////////////////////////////////////*/
/*/////////////////////////////// Media screen start ////////////////////////////////*/
@media screen and (max-width: 1170px) {
	.tcycle{
	position: relative;
	top: 0px;
	}
	#site_header{
		position: relative;
	}
	#site_header_logo{
		float: left;
		margin: 8px 10px 0 0px;
	}
	#site_header nav{
		display: none;
	}
	#site_menushow{
		display: block;
	}
	nav:before{
		clear:both;
	}
	nav:after{
		clear:both;
	}
	nav{
		float: none;
		margin: 0 0 0 0;
		height: 40px;
		color: #d9d9d9;
		display: block;
		width: 100%;
		position: absolute;
		top: 60px;
		right: 0px;
		background-color: #fcfdfc;
		height: 900px;
	}
	nav a span{
		margin-left: 0px;
		padding: 22px 5px 22px 5px;
		display: block;	
		cursor: pointer;
	}
	nav ul{
		height: 200px;
		text-align: left;
		background: url(/images/bg.png);
		background-size: cover;
	}
	nav ul li{
		font-size: 1em;
		width: 100%;
		margin-left: 4px;
		padding: 0px 0px 0px 15px;
		height: 60px;
		display: block;
		position: initial;
		float:left;
	}
	nav ul li ul{
		z-index: 100;
		width: 100%;
		display: block;
		opacity: 1;
		visibility: visible;
		position: static;
	}
	nav ul li ul li
	{
		background-color: transparent;
		display: block;
		padding: 0px 5px 0px 5px;
		border-bottom: 0px;
		height: 35px;
		color: #FCFDFC;
		float:left;
	}
	nav ul li ul li a span{
		padding: 10px 5px 0px 5px;
	}
	.title{
		font-size: 35px;
		width: 600px;
		top:0;
		margin-bottom: 30px;
		line-height: 40px;
	}
	.title .title-bg{
		font-size: 75px;
	}
	.article_right{
		float: none;
		clear: both;
		width: 100%;
		padding: 10px 10px 10px 0px;
	}
	.article_right h4{
		color: #1ABC9c;
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.article_right p{
		margin-bottom: 10px;
	}
	.article_right strong{
		font-weight: bold;
	}
	.article{
		float: none;
		clear: both;
		width: 100%;
		padding: 10px 10px 10px 0px;
	}
	.article h4{
		color: #1ABC9c;
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.article p{
		margin-bottom: 10px;
	}
	.article strong{
		font-weight: bold;
	}
	#footer_bottom{
		font-size: 0.7em;
	}
}

@media screen and (max-width: 630px){
	#site_header_logo{
		float: left;
		margin: 8px 10px 0 0px;
	}
	#site_header nav{
		display: none;
	}
	#site_menushow{
		display: block;
		margin-right: 2px;
	}
	
	.title{
		font-size: 15px;
		width: 300px;
		top:0;
		margin-bottom: 30px;
		line-height: 20px;
	}
	.title .title-bg{
		font-size: 35px;
	}
	#site_header h1{
		font-size: 0.7em;
		top: 28px;
	}
	.article_right{
		float: none;
		clear: both;
		width: 100%;
		padding: 10px;
	}
	.article_right h4{
		color: #1ABC9c;
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 10px 10px 10px 0px;
	}
	.article_right p{
		margin-bottom: 10px;
	}
	.article_right strong{
		font-weight: bold;
	}
	.article{
		float: none;
		clear: both;
		width: 100%;
		padding: 10px 10px 10px 0px;
	}
	.article h4{
		color: #1ABC9c;
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.article p{
		margin-bottom: 10px;
	}
	.article strong{
		font-weight: bold;
	}
	#footer_bottom{
		font-size: 0.5em;
	}
}/*/////////////////////////////// Media screen end ////////////////////////////////*/