/*
	Wilson, style sheet.
	(c) EtherJuice 2019. All right reserved
*/
@charset "UTF-8";


@font-face {
    font-family: "GothamLight";
    font-style: normal;
    font-weight: 300;	
    src: url("../fonts/GothamLight.ttf");
}

abbr,address,article,aside,audio,b,blockquote,body,caption,cite,code,dd,del,dfn,dialog,div,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}
html{overflow-y:scroll;overflow:-moz-scrollbars-vertical}

article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}
blockquote,q{quotes:none}
li,ul{list-style:none}
@-ms-viewport{width:device-width}
*{box-sizing:border-box}:focus,a{-moz-outline-style:none;outline:0;text-decoration:none}:focus:hover,a:hover{text-decoration:none}
img{width:100%;height:auto}
img[src^="data:image/gif"]{opacity:0}

@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@-o-keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
button{font-family:"GothamLight",sans-serif;cursor:pointer}
button,input{font-family:"GothamLight",sans-serif}
a{text-decoration:none;color:#353535}
picture{display:block}
picture img{display:block}
a svg{pointer-events:none}
h1,h2,h3,h4,h5,h6{font-weight:200}

body{line-height:1;overflow-x:hidden}
body
{
	font-family:"GothamLight",sans-serif;
	font-size:20px;
	line-height:35px;
	font-weight:100;
	color:#353535;	
	background:#FFF;
	overflow-x:hidden;
	text-rendering:optimizeLegibility;
	font-kerning:normal;
	font-feature-settings:"kern";
	-webkit-font-feature-settings:"kern";
	-moz-font-feature-settings:"kern";
	-moz-font-feature-settings:"kern=1";
	-webkit-font-smoothing:subpixel-antialiased;
	-moz-osx-font-smoothing:auto;
}
body{ background-color: ivory; }


/* WRAP */
.wrap{position:relative;overflow:hidden;}

.main{background:#FFF}

.content_body
{
	margin-top:69px;
	display:block;
	padding-left:12px;
	padding-right:12px;
	color:#1D1D1D;
	font-weight:100;
}
@media (min-width:500px){.content_body{margin-top:79px}}


/* container */
.container{max-width:1210px;margin-left:auto;margin-right:auto}
.container{padding-left:12px;padding-right:12px}
@media (min-width:800px){.container{padding-left:20px;padding-right:20px}}
.container--full{max-width:none}
.container--single{max-width:800px}
.container { margin:0 auto; }


/* button */
.button,.singleForm input[type=submit]{border:1px solid #CECECE;color:#8E8F8F;border-radius:25px;height:50px;line-height:54px;text-align:center;display:inline-block;cursor:pointer;font-size:18px;background:0 0;padding:0 27px;margin-left:auto;margin-right:auto;font-weight:400;background:#E6E6E6;white-space:nowrap;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}

.header{
	height:70px;
	background:#FFF;
	border-bottom:1px solid rgba(0,0,0,.1);
	background-clip:padding-box;
	font-weight:200;
	font-size:16px;
	box-sizing:border-box;
	top:0;
	width:100%;
	position:fixed;
	z-index:99;
	-webkit-transition:-webkit-transform .3s ease;
	-o-transition:-o-transform .3s ease;
	transition:transform .3s ease;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}

.header.header--down
{
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0)
}
@media (min-width:500px){.header{height:80px}}

.footer{padding-top:60px;padding-bottom:60px;overflow:hidden;width:100%;background:#FFF}
@media (min-width:800px){.footer{padding-top:70px;padding-bottom:70px}}


.header_navigation{
	float:right;
	text-align:right;
	height:44px;
	line-height:44px;
	margin:13px 0;
	padding-right:14px;
	display:inline-block;
}
.header_menu
{
	display:inline-block;height:44px;line-height:44px;
}
.header_menu li{display:inline; cursor:pointer;}
.header_menu a{margin:0 11px;font-size:16px;display:inline-block;height:44px;line-height:44px;color:#8E8F8F;border-bottom: 2px solid #FFF;}
.header_menu a:hover{color:#6859ea; border-bottom: 2px solid #E6E6E6;}
.header_menu a:focus{color:red; /*#353535*/}
.header_menu li:first-child a{margin-left:0}
.header_menu a.selected { border-bottom: 2px solid #00CCA3; }

/*
.header_dropdown_button
{
	height:64px;
	width:auto;
	float:left;
	padding-top:20px;
	cursor:pointer;
}
.header_dropdown_button li {display:block;height:3px;  width:38px;}
.header_dropdown_button li:nth-child(2n+1) {background-color:#cccccc;}
.header_dropdown_button li:nth-child(2n) {height:5px;}
*/
.button {border:1px solid #CECECE;color:#8E8F8F;border-radius:25px;height:50px;line-height:54px;text-align:center;display:inline-block;cursor:pointer;font-size:18px;background:0 0;padding:0 27px;margin-left:auto;margin-right:auto;font-weight:400;background:#E6E6E6;white-space:nowrap;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
.button--light{color:#B9B9B9;background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.button--light:hover{color:#8E8F8F;border-color:#8E8F8F}





/* ----------------------------------------- FORMS ----------------------------------------------
*/
.form_admin
{
	width: 80%;
	margin-left:10%;
	padding-top: 26px;
	height:440px;
	text-align:center;
	position:relative;
}
.site-form 
{
	font-family: inherit;
	line-height: 1.25rem;
	color: rgb(82, 86, 88);
	background-color:#eeeeee;
	border-radius: 5px; 
	margin:0;
	padding:40px;
	text-align:left;
	width: 100%;
	height:420px;
}
.site-form.center { text-align:center; }
.site-form .form-header
{
	font-size: 26px; 
	text-align:left;
	min-height: 60px;
	padding-left:0;
}
.site-form .form-notice
{
	margin-bottom: 30px;
	width: 100%;
}
.site-form .form-field 
{
	clear:both; 
	min-height: 60px;
	display: block;
}
.site-form .form-field .field-title {width: 26%;float: left;text-align: right;padding-right:10px;padding: 6px 12px;}
.site-form .form-field .field-input{float: left;width: 54%;}

.site-form  input[type="text"],
.site-form  input[type="email"],
.site-form  input[type="password"],
.site-form  textarea
{
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 300;
	color: rgb(82, 86, 88);
	padding: 6px 12px;
	width: 100%;
	word-break: normal;
	word-wrap: normal;
	border-radius: 4px;
	border: 1px solid rgb(75, 160, 167);
	box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset;
	box-sizing: border-box;
	background-color: rgb(255, 255, 255);

	transition-delay: 0s, 0s;
	transition-duration: 0.15s, 0.15s;
	transition-property: border-color, box-shadow;
	transition-timing-function: ease-in-out, ease-in-out;
	display: block;
}
.site-form input[type="text"], .site-form input[type="email"], .site-form input[type="password"] { 	height: 40px; }
.site-form  textarea { 	height:120px; width:100%; resize:none;  }
.site-form  input[type="text"]:focus,
.site-form  input[type="email"]:focus,
.site-form  input[type="password"]:focus,
.site-form  textarea:focus
{
	border : 1px solid rgb(6, 145, 193);
	box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset, rgba(6, 145, 193, 0.6) 0px 0px 8px 0px;
}
.site-form  input.ok{ border : 1.8px solid #00ee00; }
.site-form  input.wrong{ border : 1.8px solid #ff0000; }

.site-form .form-field .field-input p
{
	height: auto;
	font-family: inherit;
	font-size: .875rem;
	line-height: 1.25rem;
	color: rgb(109, 110, 113);
	background-color: rgb(255, 250, 204);
	border-radius: 4px;
	border: 1px solid rgb(253, 232, 129);
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 10px;
	text-align:left;
	word-break: normal;
	box-sizing: border-box;
	display: none;
}

.site-form .form-field .field-input p.error_message
{
	color: rgb(109, 110, 113);
	border: 1px solid rgb(243, 102, 107);
	background-color: rgb(245, 216, 213);
}

.homePosts__loader.bottom  { position: absolute; bottom: 1rem; width:100%; padding:0;}
.homePosts__loader.center  { text-align:center; }

/* ----------------------------------------- DEBUG ----------------------------------------------
*/
.container.debug{
	margin-top:20px;
	height:200px;
	background-color:#303030;
	width:100%;	
	font-size:.8em;
	line-height:1em;
	color:#F0F0F0;
	display:none;
	overflow-y: scroll;
}

/* ------------------------------------------------------------------------------------------------
   ----------------------------------------- DRAG & DROP ------------------------------------------
   ------------------------------------------------------------------------------------------------
   
   up.php
*/
.containerfull {
    max-width: 100rem;
    margin: 0 auto;
    padding: 0;
    max-width: none;
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100rem;
    *zoom: 1;
}
.row:after,.row:before {
	content:" ";
	display:table;
}
.row:after {
	clear:both;
}

.home-section {
    overflow: hidden;
}
.home-section > .row {
    max-width: 71.25rem;
    position: relative;
}
.home-section:nth-child(2n+1) {
    background-color: #FFF;
}
.home-section:nth-child(2n) {
 background-color: #eeeeee;
}


.info-place {
	font-family:inherit;
	font-style: normal;
	font-weight: 300;
    float: left;
    padding: 20px 0;
}
.info-place.left {
    padding-left: 20px;
}
.info-place h2 {
	font-size: 44px;
	line-height: 52px;	
	margin-bottom: 30px;
}
.info-place  p {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	color: rgb(46, 47, 51);
	margin: 0;
	padding: 0;
}
.info-place.list  p {
	font-style: normal;
	font-weight: 200;
	font-size: 14px;
	line-height: 26px;
}

.button_upload {
    overflow: hidden;
    text-align: center;
	
	border-style:solid;
	border-width:0;
	cursor:pointer;
	font-weight:600;
	font-size: 22px;
	line-height: 35.2px;
	position:relative;
	text-decoration:none;
	text-align:center;
	-webkit-appearance:none;
	-webkit-border-radius:0;
	display:inline-block;
	background-color:#12893d;
	border-color:#0e6e30;
	color:#fff;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	padding-bottom: 17px;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 16px;
	-webkit-user-select: none;
	-moz-user-select: none; 
	-ms-user-select: none; 
	-o-user-select: none;
	user-select: none;	
	box-shadow:0 .1875rem 0 0 #09451e;
	transition:.2s;
	-webkit-tap-highlight-color:rgba(0,0,0,0);	
	transition:background-color 300ms ease-out;
}
.button_upload:active,.button_upload:focus,.button_upload:hover {
	-webkit-transform:translateY(.125rem);
	-ms-transform:translateY(.125rem);
	transform:translateY(.125rem);
	box-shadow:0 .0625rem 0 0 #062f14;
}
.button_upload:focus {
	-webkit-transform:translateY(.1875rem);
	-ms-transform:translateY(.1875rem);
	transform:translateY(.1875rem);
	box-shadow:0 0 #03180b;
}
.button_upload:focus,.button_upload:hover{
	background-color:#0e6e30;
	color:#fff;
}
.button_upload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
	
	width: 100%;
	height: 100%;
}

.buttongreen {
	border-style:solid;
	border-width:0;
	cursor:pointer;
	/*font-family:"Open Sans",impact;*/
	font-weight:600;
	font-size: 22px;
	line-height: 35.2px;
	position:relative;
	text-decoration:none;
	text-align:center;
	-webkit-appearance:none;
	-webkit-border-radius:0;
	display:inline-block;
	background-color:#12893d;
	border-color:#0e6e30;
	color:#fff;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	padding-bottom: 17px;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 16px;
	-webkit-user-select: none;
	-moz-user-select: none; 
	-ms-user-select: none; 
	-o-user-select: none;
	user-select: none;	
	box-shadow:0 .1875rem 0 0 #09451e;
	transition:.2s;
	-webkit-tap-highlight-color:rgba(0,0,0,0);	
	transition:background-color 300ms ease-out;
}
.buttongreen:active,.buttongreen:focus,.buttongreen:hover {
	-webkit-transform:translateY(.125rem);
	-ms-transform:translateY(.125rem);
	transform:translateY(.125rem);
	box-shadow:0 .0625rem 0 0 #062f14;
}
.buttongreen:focus {
	-webkit-transform:translateY(.1875rem);
	-ms-transform:translateY(.1875rem);
	transform:translateY(.1875rem);
	box-shadow:0 0 #03180b;
}
.buttongreen:focus,.buttongreen:hover{
	background-color:#0e6e30;
	color:#fff;
}

/* ---------------------------------------------------------------------------------------------------------------------
Progress bar 
*/
.progress-class {
    height: 18px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #d4d4d6;
    border-radius: 5px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	border: 1px inset #446;
}
.progress-bar {
    float: left;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
   
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    transition: width .6s ease;
}
.progress-class  {
	height:24px;
}
.progress-class p {
	position:relative;
	z-index:2;
	color:#FFF;
	margin-top:0px;
    font-size: 16px;
	font-weight: 400;
}
.progress-bar p {
	color:white;
}
.progress-class-value  p, span{
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #9a9b9d;
	margin:0;
}
.progress-class-value  p span{
	font-size: 12px;
	color: #9a9b9d;
}
#filedrag
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
}
#filedrag:hover
{
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}


/* 	END OF FILE */