
* {
	box-sizing:border-box;
}

.flex {
	display:flex;
}

i.btn {
	display:none;
	position:fixed;
	top:0;
	right:0;
	padding:2vw 3vw;
	font-size:9vw;
	z-index:99999;
}

/* nav
---------------------------------------------------------------------------------- */

nav.nav {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	position:fixed;
	top:0;
	right:0;
	width:100%;
	text-align:right;
	transition:ease all .5s;
	z-index:9999;
}

nav.nav ul {
	justify-content:flex-end;
}

nav.nav ul li {
	padding:4px 0 0;
	display:inline-block;
	width:115px;
	text-align:center;
}

nav.nav ul li a {
	display:block;
	padding:0px 0px 10px 0;
	font-size:1.2vw;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	transition:ease all .5s;
}

nav.nav ul li a i {
	margin-right:6px;
	vertical-align:middle;
	font-size:15px;
	opacity:0;
}

.dark {
	padding:6px 0 0;
	background:#5f6b4a;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.active {
	color:orange;
	font-weight:200;
}

.socio {
	display:block;
	position:fixed;
	top:4px;
	left:6px;
	padding:0px;
	width:25px;
	float:left;
	z-index:9999999;
}

/* end nav
---------------------------------------------------------------------------------- */

/* nava
---------------------------------------------------------------------------------- */

nav.nava {
	display:none;
}

/* end nava
---------------------------------------------------------------------------------- */

/* banner section
---------------------------------------------------------------------------------- */

div.banner {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:650px;
	text-align:center;
}

div.banner div#floater {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
}

div.banner div div {
	margin:0px auto 0px;
	padding:20px 0px;
	width:100%;
	box-shadow: rgba(0, 0, 0, .1) 0px 1px 4px 0px, rgba(27, 31, 35, .3) 0px 0px 10px 3px;
	background:url(img/back.jpg) top center no-repeat;
	background-size:100%;
}

img.logo {
	display:block;
	margin:0px auto;
	padding:40px 0px;
	width:35%;
}

img.spinner {
	display:block;
	margin:35px auto;
	width:10%;
}

div.banner h4 {
	display:flex;
	justify-content:center;
	align-items:center;
	position:fixed;
	bottom:0;
	width:100%;
	height:35px;
	line-height:34px;
	font-size:18px;
	color:#000;
	font-weight:600;

	background:rgba(95,107,74, 1);
	text-transform:uppercase;
	letter-spacing:1px;
}

div.banner h4 i {
	display:inline-block;
	vertical-align:middle;
	margin:0px 16px;
	font-size:10px;
	color:#724102;
}

/* work section
---------------------------------------------------------------------------------- */

div.slide {
	position:relative;
	top:650px;
	left:0;
	padding:0px;
	width:100%;
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
	background:#fff;
}

div.slide div.piece {
	display:block;
	margin:0px auto;
	padding:50px 20px;
	width:100%;
}

div.slide div p {
	display:block;
	margin:20px auto 40px;
	width:66%;
	text-align:center;
	font-size:24px;
}

div.slide div ul {
	text-align:center;
}

div.slide div ul li {
	display:inline-block;
}

div.slide div ul li img {
	display:inline-block;
	margin:16px 50px;
	width:275px;
	transition:ease all .5s;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

h4.titi {
	display:block;
	position:relative;
	top:10px;
	left:0px;
	width:100%;
	margin:0px auto 20px;
	font-weight:bolder;
	font-size:1.5em;
}

h4.titi i {
	vertical-align:middle;
	position:relative;
	top:-2px;
	margin:0px 6px;
	font-size:16px;
	color:rgba(0,0,0, .7);
}

ul.threads {
	margin:50px auto;
	padding:20px 0;
	width:100%;
	background:rgba(100,100,0,.2);
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

ul.threads li {
	display:inline-block;
	vertical-align:top;
	width:45%;
}

ul.threads h3 {
	margin:20px auto;
	font-size:1.3em;
	line-height:30px;
	font-weight:600;
	width:60%;
}

ul.threads li p {
	margin:30px auto;
	padding:10px;
	display:block;
	width:90%;
	text-align:center;
	font-size:1.3em;
	font-weight:600;
}

ul.threads li p:nth-child(1) {
	margin-top:35px;
}

ul.threads div {
	margin:30px auto;
	padding:2px 8px;
	width:60%;
	color:#fff;
	background:rgba(0,0,0,.6);
	font-size:1.3em;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

div.information {
	position:relative;
	top:-30px;
	padding:0px 200px;
	width:100%;
	font-size:1.3em;
	text-align:center;
	color:#000;
	font-weight:600;
}

span.reuse {
	display:block;
	margin:24px auto 0;
	padding:20px;
	width:75%;
	font-weight:400;
	line-height:35px;
	font-family:a;
	text-shadow:1px 1px 5px #fff;
	font-size:1.9em;
	text-align:center;
	background:rgba(254,176,113, .1);
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.thumbs {
	display:grid;
	grid-template-columns:repeat(5, minmax(200px, 1fr));

	grid-gap:1em;
	width:100%;
	margin-bottom:75px;
}

.thumbs li {
	box-shadow:2px -2px 10px rgba(0,0,0,.4);
}

.thumbs li .icon {
	margin:0;
	padding:0;
	width:100%;
}

.tempor {
	position:relative;
	justify-content:space-between;
	margin:0 auto;
	padding:4px 10px;
	width:100%;
	font-size:1em;
	font-weight:600;
	background-image:linear-gradient(#e2ecbb,#c5cf9d);

	z-index:1;
	color:#000;
	text-transform:uppercase;

}

.newest {
	justify-content:space-between;
	padding:0px 8px;
	font-size:1.1em;
}

#gallery h4.titi {
	margin-bottom:30px;
}

/* end work section
---------------------------------------------------------------------------------- */

/* @form header section
---------------------------------------------------------------------------------- */

.smart-forms, 
.smart-forms * {
	padding:4px 0px 0px;
	box-sizing: border-box;
}

.smart {
	padding:20px;
}

.smart-forms {
	line-height: 1.231;
	font-weight: 400;
	font-size: 14px;
	color: #626262;
}

.container {
	background:#fff;
	margin:0px auto;
	box-shadow: 0 0px 1px rgba(0, 0, 0, 0.9);
}

.wrap {
	max-width:1000px;
}

.smart-forms .section {
	margin-bottom:22px;
}

.smart-forms .address {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
	position:relative;
	margin:0px;
	padding:0px;
	background:#000;
}

.smart-forms .address div {
	margin:10px;
	padding:4px 12px;
	text-align:center;
	color:#fff;
}

.smart-forms .address div i {
	margin:0 10px;
}

.smart-forms .address div a {
	color:#fff;	
}

.smart-forms .header {
	overflow:hidden;
	position:relative;
	padding:15px 30px;
}

.smart-forms .field-icon i {
	color:#BBB;
	position:relative;
}

.smart-forms .form-body {
	padding:40px 30px;
	padding-bottom:20px;
}

.smart-forms .form-footer {
	overflow:hidden;
	padding:20px;
	background:rgba(10,100,200,.2);
}

.smart-forms label,
.smart-forms input,
.smart-forms button,
.smart-forms select,
.smart-forms textarea {
	margin: 0;
	font-size: 18px;
	font-weight:400;
	color: #626262;
	outline:none;
}

.smart-forms .gui-input,
.smart-forms .gui-textarea {
	padding:10px;
}

.smart-forms .gui-textarea {
    resize: none;
	line-height: 19px;
	overflow: auto;
	max-width:100%;
    height: 96px;
}

.smart-forms .gui-input,
.smart-forms .gui-textarea {
	background: #fff;
	position: relative;
	vertical-align: top;
	border: none;
	border-bottom: 1px solid #CFCFCF;
	display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
	color: #626262;
	outline:none;
	height: 42px;
	width: 100%;
	*zoom: 1;
}

.smart-forms .gui-textarea:focus {
	height: 120px;
}

.smart-forms .gui-input:focus ~ .field-icon i,
.smart-forms .gui-textarea:focus ~ .field-icon i {
	color:rgba(10,100,200,.6);
}

.smart-forms .button {
    border: 0;
	height: 34px;
	color: #243140;
	line-height: 1;
	font-size:15px; 
    cursor: pointer;
	padding: 0 18px;
	text-align: center;
	vertical-align: top;
    background: #DBDBDB;
	display: inline-block;
	-webkit-user-drag: none;
	text-shadow: 0 1px rgba(255, 255, 255, 0.2);
}

.smart-forms .button:hover {
	color: #243140;
	background: #E8E8E8;
}

.smart-forms .button:active {
	color: #1d2938;
	background: #C4C4C4;
}

.smart-forms a.button, 
.smart-forms span.button, 
.smart-forms label.button {
	line-height: 42px;
	text-decoration: none;
}

.smart-forms .button i {
	font-size:14px;
}

.smart-forms .button-list .button {
	margin-bottom:5px;
}

.smart-forms .btn-primary {
	background-color:rgba(10,100,200,1);
}

.smart-forms .btn-primary:hover,
.smart-forms .btn-primary:focus {
	background-color: #6bc868;
}

.smart-forms .btn-primary:active {
	background-color: #3c9b39;
}

.smart-forms .btn-primary,
.smart-forms .btn-primary:hover,
.smart-forms .btn-primary:focus,
.smart-forms .btn-primary:active {
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.08);
}

.smart-forms .form-footer .button {
	margin-right:10px;
	margin-bottom:5px;
}

.smart-forms .append-icon, 
.smart-forms .prepend-icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
	width:100%;
}

.smart-forms .append-icon .field-icon,
.smart-forms .prepend-icon .field-icon {
	top:0;
	width:42px;
	height:42px;
	color: inherit;
	line-height:42px;
	position:absolute;
	text-align: center;
    transition: all 0.5s ease-out;
    pointer-events: none;
	z-index:99;
}

.smart-forms .append-icon .field-icon i,
.smart-forms .prepend-icon .field-icon i {
	position:relative;
	top:-5px;
	font-size:12px;
}

.smart-forms .prepend-icon .field-icon {
	left:0;
}

.smart-forms .append-icon .field-icon {
	right:0;
}

.smart-forms .prepend-icon > input, 
.smart-forms .prepend-icon > textarea,
.smart-forms .prepend-icon > select {
	padding-left:36px;
}

.smart-forms .append-icon > input,
.smart-forms .append-icon > textarea {
	padding-right:36px;
	padding-left:10px;
}

.smart-forms .append-icon > textarea {
	padding-right:36px;
}

/* end desktop -------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------- */


@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

	i.btn {
		display:block;
		position:fixed;
		top:0;
		right:0;
		padding:2vw 3vw;
		font-size:9vw;
		z-index:99999;
	}

  	nav.nav {
  		display:none;
  	}

	.thumbs {
		display:grid;
		grid-template-columns:repeat(1, minmax(200px, 1fr));

		grid-gap:1em;
		width:100%;
	}

	.newest {
		flex-direction:column;
		text-align:center;
		font-size:1.5em;
	}

  }

@media only screen 
  and (min-device-width: 360px) 
  and (max-device-width: 740px)
  and (-webkit-min-device-pixel-ratio: 4)
  and (orientation: portrait) {

	i.btn {
		display:block;
		position:fixed;
		top:0;
		right:0;
		padding:2vw 3vw;
		font-size:9vw;
		z-index:99999;
	}

  	nav.nav {
  		display:none;
  	}

	/* nav
	---------------------------------------------------------------------------------- */

	nav.nav {
		display:none;
	}

	/* end nav
	---------------------------------------------------------------------------------- */

	/* nava
	---------------------------------------------------------------------------------- */

	nav.nava {
		display:none;
		position:fixed;
		top:0;
		right:0;
		width:75%;
		height:100vh;
		padding-top:75px;
		background:rgba(147,84,2,1);
		box-shadow: -55px 0 60px 100px rgba(147,84,2, 0.5);
		z-index:999;
	}

	nav.nava ul {
		position:relative;
		flex-direction:column;
	}

	nav.nava ul li {
		text-align:left;
		transition:ease all .5s;
	}

	nav.nava ul li a {
		display:block;
		margin:10px auto;
		padding:8px 20px;
		color:#000;
		font-size:2em;
		border-bottom:1px solid #935402;
	}

	nav.nava ul li a i {
		position:relative;
		top:-2px;
		margin:0 10px;
		font-size:.7em;
	}

	.socio {
		display:block;
		position:fixed;
		top:6px;
		left:6px;
		padding:0px;
		width:25px;
		float:left;
		z-index:9999999;
	}

	nav.nava ul li a  {
	  align-items: center;
	  border-bottom: 4px ridge rgba(0, 0, 0, 0.5);
	  box-sizing: border-box;
	  cursor: pointer;
	  display: inline-flex;
	  font-size:3rem;
	  font-weight: 600;
	  justify-content:left;
	  line-height: 1.25;
	  margin: 0;
	  min-height: 3rem;
	  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
	  position: relative;
	  text-decoration: none;
	  transition: all 250ms;
	  user-select: none;
	  -webkit-user-select: none;
	  touch-action: manipulation;
	  vertical-align: baseline;
	  width:100%;
	}

	nav.nava ul li a :hover,
	nav.nava ul li a :focus {
	  border-color: rgba(0, 0, 0, 0.15);
	  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
	  color: rgba(0, 0, 0, 0.65);
	}

	nav.nava ul li a :hover {
	  transform: translateY(-1px);
	}

	nav.nava ul li a :active {
	  background-color: #F0F0F1;
	  border-color: rgba(0, 0, 0, 0.15);
	  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
	  color: rgba(0, 0, 0, 0.65);
	  transform: translateY(0);
	}

	.active {
				color:orange;
		font-weight:200;
	}

	/* end nava
	---------------------------------------------------------------------------------- */

	img.logo {
		display:block;
		margin:0px auto;
		padding:40px 0px;
		width:35%;
	}

	img.spinner {
		display:block;
		margin:85px auto;
		width:30%;
	}

	.smart-forms .address {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-around;
		align-items:center;
		position:relative;
		margin:0px;
		padding:0px;
		background:#000;
		font-size:1.2rem;
	}

	.smart-forms .address div {
		margin:10px;
		padding:4px 12px;
		width:100%;
		text-align:left;
		color:#fff;
		text-decoration:none;
	}

	.smart-forms .address div i {
		margin:0 10px;
	}

	.smart-forms .address div a {
		color:#fff;	
	}

	.socio {
		width:40px;
	}

	.thumbs {
		display:grid;
		grid-template-columns:repeat(1, minmax(150px, 1fr));
		grid-gap:4em;
		width:100%;
	}

	.newest {
		flex-direction:column;
		justify-content:center;
		text-align:center;
		padding:20px 0;
		font-size:2em;
	}

	.thumbs h3 {
		font-size:.8em;
	}

	.tempor {
		position:relative;
		justify-content:space-between;
		margin:0 auto;
		padding:4px 10px;
		width:100%;
		font-size:1.5em;
		font-weight:600;
		z-index:99;
	}

	/* banner section
	---------------------------------------------------------------------------------- */

	div.banner {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:650px;
		text-align:center;
	}

	div.banner div#floater {
		position:fixed;
		top:0px;
		left:0px;
		width:100%;
	}

	div.banner div div {
		margin:0px auto 0px;
		padding:20px 0px;
		width:100%;
		height:400px;
		box-shadow: rgba(0, 0, 0, .1) 0px 1px 4px 0px, rgba(27, 31, 35, .3) 0px 0px 10px 3px;
		background:url(img/back.jpg) top center no-repeat;
		background-size:130% 100%;
	}

	img.logo {
		display:block;
		margin:0px auto;
		padding:100px 0px;
		width:85%;
	}

	img.spinner {
		display:block;
		margin:30px auto;
		width:40%;
	}

	.thumbs {
		display:grid;
		grid-template-columns:repeat(1, minmax(200px, 1fr));

		grid-gap:1em;
		width:100%;
	}

	.newest {
		flex-direction:column;
		text-align:center;
		font-size:1.5em;
	}

	ul.threads {
		margin:50px auto;
		padding:20px 0;
		width:100%;
		background:rgba(100,100,0,.2);
		box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
	}

	ul.threads li {
		display:inline-block;
		vertical-align:top;
		width:100%;
	}

	ul.threads h3 {
		margin:20px auto;
		font-size:1.4em;
		line-height:30px;
		font-weight:600;
		width:60%;
	}

	ul.threads li p {
		margin:30px auto;
		padding:10px;
		display:block;
		width:90%;
		text-align:center;
		font-size:1.5em;
	}

	ul.threads li p:nth-child(1) {
		margin-top:35px;
	}

	ul.threads div {
		margin:30px auto;
		padding:10px;
		width:60%;
		color:#fff;
		background:rgba(0,0,0,.6);
		font-size:1.3em;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	}

	div.slide {
		top:750px;
	}

	h4.titi {
		font-size:3em;
	}

	h4.titi i {
		font-size:.9em;
	}

  }

/* iphone 12 mini -------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------- */
/* portrait */

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {

	i.btn {
		display:block;
		position:fixed;
		top:0;
		right:0;
		padding:2vw 3vw;
		font-size:7vw;
		z-index:99999;
	}

	/* nav
	---------------------------------------------------------------------------------- */

	nav.nav {
		display:none;
	}

	/* end nav
	---------------------------------------------------------------------------------- */

	/* nava
	---------------------------------------------------------------------------------- */

	nav.nava {
		display:none;
		position:fixed;
		top:0;
		right:0;
		width:75%;
		height:100vh;
		padding-top:75px;
		background:rgba(147,84,2,1);
		box-shadow: -55px 0 60px 100px rgba(147,84,2, 0.5);
		z-index:999;
	}

	nav.nava ul {
		position:relative;
		flex-direction:column;
	}

	nav.nava ul li {
		text-align:left;
		transition:ease all .5s;
	}

	nav.nava ul li a {
		display:block;
		margin:10px auto;
		padding:8px 20px;
		color:#000;
		font-size:2em;
		border-bottom:1px solid #935402;
	}

	nav.nava ul li a i {
		position:relative;
		top:-2px;
		margin:0 10px;
		font-size:.7em;
	}

	.socio {
		display:block;
		position:fixed;
		top:6px;
		left:6px;
		padding:0px;
		width:25px;
		float:left;
		z-index:9999999;
	}

	nav.nava ul li a  {
	  align-items: center;
	  border-bottom: 4px ridge rgba(0, 0, 0, 0.5);
	  box-sizing: border-box;
	  cursor: pointer;
	  display: inline-flex;
	  font-size:3rem;
	  font-weight: 600;
	  justify-content:left;
	  line-height: 1.25;
	  margin: 0;
	  min-height: 3rem;
	  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
	  position: relative;
	  text-decoration: none;
	  transition: all 250ms;
	  user-select: none;
	  -webkit-user-select: none;
	  touch-action: manipulation;
	  vertical-align: baseline;
	  width:100%;
	}

	nav.nava ul li a :hover,
	nav.nava ul li a :focus {
	  border-color: rgba(0, 0, 0, 0.15);
	  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
	  color: rgba(0, 0, 0, 0.65);
	}

	nav.nava ul li a :hover {
	  transform: translateY(-1px);
	}

	nav.nava ul li a :active {
	  background-color: #F0F0F1;
	  border-color: rgba(0, 0, 0, 0.15);
	  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
	  color: rgba(0, 0, 0, 0.65);
	  transform: translateY(0);
	}

	.active {
				color:orange;
		font-weight:200;
	}

	/* end nava
	---------------------------------------------------------------------------------- */

	img.logo {
		display:block;
		margin:0px auto;
		padding:40px 0px;
		width:35%;
	}

	img.spinner {
		display:block;
		margin:85px auto;
		width:30%;
	}

	.smart-forms .address {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-around;
		align-items:center;
		position:relative;
		margin:0px;
		padding:0px;
		background:#000;
		font-size:1.2rem;
	}

	.smart-forms .address div {
		margin:10px;
		padding:4px 12px;
		width:100%;
		text-align:left;
		color:#fff;
		text-decoration:none;
	}

	.smart-forms .address div i {
		margin:0 10px;
	}

	.smart-forms .address div a {
		color:#fff;	
	}

	.socio {
		width:40px;
	}

	.thumbs {
		display:grid;
		grid-template-columns:repeat(1, minmax(150px, 1fr));
		grid-gap:4em;
		width:100%;
	}

	.newest {
		flex-direction:column;
		justify-content:center;
		text-align:center;
		padding:20px 0;
		font-size:2em;
	}

	.thumbs h3 {
		font-size:.8em;
	}

	.tempor {
		position:relative;
		justify-content:space-between;
		margin:0 auto;
		padding:4px 10px;
		width:87%;
		font-size:1.5em;
		font-weight:600;
		z-index:99;
	}

	/* banner section
	---------------------------------------------------------------------------------- */

	div.banner {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:650px;
		text-align:center;
	}

	div.banner div#floater {
		position:fixed;
		top:0px;
		left:0px;
		width:100%;
	}

	div.banner div div {
		margin:0px auto 0px;
		padding:20px 0px;
		width:100%;
		height:400px;
		box-shadow: rgba(0, 0, 0, .1) 0px 1px 4px 0px, rgba(27, 31, 35, .3) 0px 0px 10px 3px;
		background:url(img/back.jpg) top center no-repeat;
		background-size:130% 100%;
	}

	img.logo {
		display:block;
		margin:0px auto;
		padding:100px 0px;
		width:85%;
	}

	img.spinner {
		display:block;
		margin:30px auto;
		width:40%;
	}

	/* end banner
	---------------------------------------------------------------------------------- */

	/* work section
	---------------------------------------------------------------------------------- */

	div.slide {
		position:relative;
		top:935px;
		left:0;
		padding:0px;
		width:100%;
		box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
	}

	div.slide div#work,
	div.slide div#comm {
		display:block;
		margin:0px auto;
		padding:50px 20px 20px 20px;
		width:100%;
		background-color:rgba(256,256,256, 1);
	}

	div.slide div#comm {
	}

	div.slide div p {
		display:block;
		margin:20px auto 40px;
		padding:20px 0px;
		width:100%;
		text-align:center;
		font-size:32px;
	}

	div.slide div ul {
		text-align:center;
	}

	div.slide div ul li {
		display:inline-block;
	}

	div.slide div ul li img {
		display:inline-block;
		margin:20px;
		width:275px;
		box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
	}

	h4.titi {
		display:block;
		position:relative;
		top:10px;
		left:0px;
		width:100%;
		margin:0px auto 25px;
		font-weight:bolder;
		font-size:40px;
	}

	h4.titi i {
		vertical-align:middle;
		position:relative;
		top:-2px;
		margin:0px 6px;
		font-size:28px;
		color:rgba(0,0,0, .7);
	}

	ul.threads {
		margin:50px auto;
		padding:0px;
		width:100%;
		background:rgba(100,100,0,.2);
		box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
	}

	ul.threads li {
		display:block;
		padding:10px;
		vertical-align:top;
		width:100%;
	}

	ul.threads h3 {
		margin:20px auto;
		padding:20px 40px;
		width:100%;
		font-size:3rem;
		line-height:50px;
		font-weight:600;
	}

	ul.threads li p {
		margin:-10px auto;
		padding:30px;
		display:block;
		text-align:center;
		font-size:1.9em;
	}

	ul.threads div {
		margin:30px auto;
		padding:10px;
		width:90%;
		color:#fff;
		background:rgba(120,0,0,.6);
		font-size:1.8em;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	}

	div.information {
		margin:50px auto 0;
		padding:50px 30px 30px;
		font-size:2em;
		text-align:pretty;
		color:#000;
		font-weight:600;
		background:rgba(10,100,200,.2);
	}

	span.reuse {
		display:block;
		margin:24px auto 0;
		padding:40px 20px;
		width:90%;
		font-weight:600;
		line-height:75px;
		text-shadow:1px 1px 5px #fff;
		font-size:3rem;
		text-align:center;
		background:rgba(254,176,113, .3);
		box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
	}

	.tempor {
		position:relative;
		left:0;
		justify-content:space-between;
		margin:0 auto;
		padding:4px 6px;
		width:100%;
		font-size:2rem;
		font-weight:600;
		z-index:1;
	}

	/* end work section
	---------------------------------------------------------------------------------- */

	/* @form header section
	---------------------------------------------------------------------------------- */

	.smart-forms, 
	.smart-forms * {
		box-sizing: border-box;
	}

	.smart {
		padding:20px 0px;
	}

	.smart-forms {
		line-height: 1.231;
		font-weight: 400;
		font-size: 14px;
		color: #626262;
	}

	.container {
		background:#fff;
		margin:0px auto;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	}

	.wrap {
		max-width:950px;
	}

	.smart-forms .section {
		margin-bottom:22px;
	}

	.smart-forms .address {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-around;
		align-items:center;
		position:relative;
		margin:0px;
		padding:0px;
		background:#000;
	}

	.smart-forms .address div {
		margin:10px;
		padding:4px 12px;
		width:100%;
		text-align:left;
		color:#fff;
	}

	.smart-forms .address div i {
		margin:0 10px;
	}

	.smart-forms .address div a {
		color:#fff;	
	}

	.smart-forms .field {
		display:block;
		position:relative;
	}

	.smart-forms .header {
		overflow:hidden;
		position:relative;
		padding:15px 30px;
	}

	.smart-forms .header h4 {
		text-align:left;
		font-weight:300;
		font-size:32px;
		padding:0;
		margin:0;
	}

	.smart-forms .header h4 i {
		font-size:38px;
		position:relative;
		margin-right:10px;
		top:2px;
	}

	.smart-forms .field-icon i {
		color:#BBB; position:relative;
	}

	.smart-forms .header-primary {
		background-color:#4ebd4a;
		border-top:1px solid #A7D065;
		border-bottom:5px solid #3c9b39;
	}

	.smart-forms .header-primary h4 {
		color:#fff;
	}

	.smart-forms .header-lite {
		background:#F3F5FA;
		border-top:1px solid #A7D065;
		border-bottom:1px solid #D9DDE5;
	}

	.smart-forms .header-lite:before {
		content:"";
		background-color:orange;
		position:absolute;
		height:12px;
		z-index:1;
		top:0px;
		right:0;
		left:0;
	}

	.smart-forms .header-lite h4 {
		color:#5D6A87;
		padding-top:5px;
	}

	.smart-forms .form-body {
		padding:20px 10px;
		padding-bottom:20px;
	}

	.smart-forms .form-footer {
		overflow:hidden;
		padding:20px;
		background:rgba(10,100,200,.2);
	}

	.smart-forms label,
	.smart-forms input,
	.smart-forms button,
	.smart-forms select,
	.smart-forms textarea {
		margin: 0;
		font-size: 22px;
		font-weight:400;
		color: #626262;
		outline:none;
	}

	.smart-forms .gui-input,
	.smart-forms .gui-textarea {
		padding:10px;
	}

	.smart-forms .gui-textarea {
	    resize: none;
		line-height: 19px;
		overflow: auto;
		max-width:100%;
	    height: 96px;
	}

	.smart-forms .gui-input,
	.smart-forms .gui-textarea {
		background: #fff;
		position: relative;
		vertical-align: top;
		border: 1px solid #CFCFCF;
		display: -moz-inline-stack;
	    display: inline-block;
	    *display: inline;
		color: #626262;
		outline:none;
		height: 42px;
		width: 100%;
		*zoom: 1;
	}

	.smart-forms .input-hint {
	    padding: 8px 10px 8px;
		display: block;
		margin-top: -1px;
		line-height: 16px;
		position: relative; 
	    background: #F5F5F5;
	    border: 1px solid #CFCFCF;	   
		font-family:Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    color: #999;
	}

	.smart-forms .gui-textarea:focus {
		height: 90px;
	}

	.smart-forms .gui-input:focus ~ .field-icon i,
	.smart-forms .gui-textarea:focus ~ .field-icon i {
		color:rgba(10,100,200,.4);
	}

	.smart-forms .button {
	    border: 0;
		height: 42px;
		color: #243140;
		line-height: 1;
		font-size:24px;
	    cursor: pointer;
		padding: 0 18px;
		text-align: center;
		vertical-align: top;
	    background: #DBDBDB;
		display: inline-block;
		-webkit-user-drag: none;
		text-shadow: 0 1px rgba(255, 255, 255, 0.2);
	}

	.smart-forms .button:hover {
		color: #243140;
		background: #E8E8E8;
	}

	.smart-forms .button:active {
		color: #1d2938;
		background: #C4C4C4;
	}

	.smart-forms a.button, 
	.smart-forms span.button, 
	.smart-forms label.button {
		line-height: 42px;
		text-decoration: none;
	}

	.smart-forms .button i {
		font-size:14px;
	}

	.smart-forms .button-list .button {
		margin-bottom:5px;
	}

	.smart-forms .btn-primary {
		background-color:rgba(10,100,200,1);
	}

	.smart-forms .btn-primary:hover,
	.smart-forms .btn-primary:focus {
		background-color: #6bc868;
	}

	.smart-forms .btn-primary:active {
		background-color: #3c9b39;
	}

	.smart-forms .btn-primary,
	.smart-forms .btn-primary:hover,
	.smart-forms .btn-primary:focus,
	.smart-forms .btn-primary:active {
		color: #fff;
		text-shadow: 0 1px rgba(0, 0, 0, 0.08);
	}

	.smart-forms .form-footer .button {
		margin-right:10px;
		margin-bottom:5px;
	}

	.smart-forms .append-icon, 
	.smart-forms .prepend-icon {
	    display: inline-block;
	    vertical-align: top;
	    position: relative;
		width:100%;
	}

	.smart-forms .append-icon .field-icon,
	.smart-forms .prepend-icon .field-icon {
		top:0;
		width:42px;
		height:42px;
		color: inherit;
		line-height:42px;
		position:absolute;
		text-align: center;
	    transition: all 0.5s ease-out;
	    pointer-events: none;
		z-index:99;
	}

	.smart-forms .append-icon .field-icon i,
	.smart-forms .prepend-icon .field-icon i {
		position:relative;
		font-size:18px;
	}

	.smart-forms .prepend-icon .field-icon {
		left:0;
	}

	.smart-forms .append-icon .field-icon {
		right:0;
	}

	.smart-forms .prepend-icon > input, 
	.smart-forms .prepend-icon > textarea,
	.smart-forms .prepend-icon > select {
		padding-left:36px;
	}

	.smart-forms .append-icon > input,
	.smart-forms .append-icon > textarea {
		padding-right:36px; padding-left:10px;
	}

	.smart-forms .append-icon > textarea {
		padding-right:36px;
	}

	span.address {
		margin:0px auto;
		padding:0px 0px;
		text-align:center;
		background:#F3F5FA;
	}

	span.address h4 {
		display:inline-block;
		margin: 8px 0px;
		padding:2px 0px;
		width:100%;
		font-size:18px;
	}

	span.address h4 i {
		margin:0px 10px;
		vertical-align:middle;
		font-size:12px;
	}

	span.address h3 {
		display:inline-block;
		margin:8px 8px 0px;
		letter-spacing:.1em;
		font-size:.8em;
	}

}


@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {

	i.btn {
		display:block;
		position:fixed;
		top:0;
		right:0;
		padding:2vw 3vw;
		font-size:7vw;
		z-index:99999;
	}

	/* nav
	---------------------------------------------------------------------------------- */

	nav.nav {
		display:none;
	}

	/* end nav
	---------------------------------------------------------------------------------- */

	/* nava
	---------------------------------------------------------------------------------- */

	nav.nava {
		display:none;
		position:fixed;
		top:0;
		right:0;
		width:75%;
		height:100vh;
		padding-top:75px;
		background:rgba(147,84,2,1);
		box-shadow: -55px 0 60px 100px rgba(147,84,2, 0.5);
		z-index:999;
	}

	nav.nava ul {
		position:relative;
		flex-direction:column;
	}

	nav.nava ul li {
		text-align:left;
		transition:ease all .5s;
	}

	nav.nava ul li a {
		display:block;
		margin:10px auto;
		padding:8px 20px;
		color:#000;
		font-size:2em;
		border-bottom:1px solid #935402;
	}

	nav.nava ul li a i {
		position:relative;
		top:-2px;
		margin:0 10px;
		font-size:.7em;
	}

	.socio {
		display:block;
		position:fixed;
		top:6px;
		left:6px;
		padding:0px;
		width:25px;
		float:left;
		z-index:9999999;
	}

	nav.nava ul li a  {
	  align-items: center;
	  border-bottom: 4px ridge rgba(0, 0, 0, 0.5);
	  box-sizing: border-box;
	  cursor: pointer;
	  display: inline-flex;
	  font-size:3rem;
	  font-weight: 600;
	  justify-content:left;
	  line-height: 1.25;
	  margin: 0;
	  min-height: 3rem;
	  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
	  position: relative;
	  text-decoration: none;
	  transition: all 250ms;
	  user-select: none;
	  -webkit-user-select: none;
	  touch-action: manipulation;
	  vertical-align: baseline;
	  width:100%;
	}

	nav.nava ul li a :hover,
	nav.nava ul li a :focus {
	  border-color: rgba(0, 0, 0, 0.15);
	  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
	  color: rgba(0, 0, 0, 0.65);
	}

	nav.nava ul li a :hover {
	  transform: translateY(-1px);
	}

	nav.nava ul li a :active {
	  background-color: #F0F0F1;
	  border-color: rgba(0, 0, 0, 0.15);
	  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
	  color: rgba(0, 0, 0, 0.65);
	  transform: translateY(0);
	}

	.active {
				color:orange;
		font-weight:200;
	}

	/* end nava
	---------------------------------------------------------------------------------- */

	img.logo {
		display:block;
		margin:0px auto;
		padding:40px 0px;
		width:15%;
	}

	img.spinner {
		display:block;
		margin:85px auto;
		width:30%;
	}

	.smart-forms .address {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-around;
		align-items:center;
		position:relative;
		margin:0px;
		padding:0px;
		background:#000;
		font-size:1.2rem;
	}

	.smart-forms .address div {
		margin:10px;
		padding:4px 12px;
		width:100%;
		text-align:left;
		color:#fff;
		text-decoration:none;
	}

	.smart-forms .address div i {
		margin:0 10px;
	}

	.smart-forms .address div a {
		color:#fff;	
	}

	.socio {
		width:40px;
	}

	.tempor {
		position:relative;
		justify-content:space-between;
		margin:0 auto;
		padding:4px 10px;
		width:87%;
		font-size:1.5em;
		font-weight:600;
		z-index:99;
	}

	/* banner section
	---------------------------------------------------------------------------------- */

	div.banner {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:650px;
		text-align:center;
	}

	div.banner div#floater {
		position:fixed;
		top:0px;
		left:0px;
		width:100%;
	}

	div.banner div div {
		margin:0px auto 0px;
		padding:20px 0px;
		width:100%;
		height:400px;
		box-shadow: rgba(0, 0, 0, .1) 0px 1px 4px 0px, rgba(27, 31, 35, .3) 0px 0px 10px 3px;
		background:url(img/back.jpg) top center no-repeat;
		background-size:130% 100%;
	}

	img.logo {
		display:block;
		margin:0px auto;
		padding:100px 0px;
		width:85%;
	}

	img.spinner {
		display:block;
		margin:30px auto;
		width:40%;
	}

	/* end banner
	---------------------------------------------------------------------------------- */

	/* work section
	---------------------------------------------------------------------------------- */

	div.slide {
		position:relative;
		top:935px;
		left:0;
		padding:0px;
		width:100%;
		box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
	}

	div.slide div#work,
	div.slide div#comm {
		display:block;
		margin:0px auto;
		padding:50px 20px 20px 20px;
		width:100%;
		background-color:rgba(256,256,256, 1);
	}

	div.slide div#comm {
	}

	div.slide div p {
		display:block;
		margin:20px auto 40px;
		padding:20px 0px;
		width:100%;
		text-align:center;
		font-size:32px;
	}

	div.slide div ul {
		text-align:center;
	}

	div.slide div ul li {
		display:inline-block;
	}

	div.slide div ul li img {
		display:inline-block;
		margin:20px;
		width:275px;
		box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
	}

	h4.titi {
		display:block;
		position:relative;
		top:10px;
		left:0px;
		width:100%;
		margin:0px auto 25px;
		font-weight:bolder;
		font-size:40px;
	}

	h4.titi i {
		vertical-align:middle;
		position:relative;
		top:-2px;
		margin:0px 6px;
		font-size:28px;
		color:rgba(0,0,0, .7);
	}

	ul.threads {
		display:flex;
		margin:50px auto;
		padding:0px;
		width:100%;
		background:rgba(100,100,0,.2);
		box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
		background:orange;
	}

	ul.threads li {
		display:block;
		padding:10px;
		vertical-align:top;
		width:100%;
	}

	ul.threads h3 {
		margin:20px auto;
		padding:20px 40px;
		width:100%;
		font-size:3rem;
		line-height:50px;
		font-weight:600;
	}

	ul.threads li p {
		margin:-10px auto;
		padding:30px;
		display:block;
		text-align:center;
		font-size:1.9em;
	}

	ul.threads div {
		margin:30px auto;
		padding:10px;
		width:90%;
		color:#fff;
		background:rgba(120,0,0,.6);
		font-size:1.8em;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	}

	div.information {
		margin:50px auto 0;
		padding:50px 30px 30px;
		font-size:2em;
		text-align:pretty;
		color:#000;
		font-weight:600;
		background:rgba(10,100,200,.2);
	}

	span.reuse {
		display:block;
		margin:24px auto 0;
		padding:40px 20px;
		width:90%;
		font-weight:600;
		line-height:75px;
		text-shadow:1px 1px 5px #fff;
		font-size:3rem;
		text-align:center;
		background:rgba(254,176,113, .3);
		box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
	}

.thumbs {
	display:grid;
	grid-template-columns:repeat(3, minmax(200px, 1fr));

	grid-gap:1em;
	width:100%;
}

	.tempor {
		position:relative;
		left:0;
		justify-content:space-between;
		margin:0 auto;
		padding:4px 6px;
		width:100%;
		font-size:2rem;
		font-weight:600;
		z-index:1;
	}

	.tempor h3 {
		font-size:.5em;
	}

	/* end work section
	---------------------------------------------------------------------------------- */

	/* @form header section
	---------------------------------------------------------------------------------- */

	.smart-forms, 
	.smart-forms * {
		box-sizing: border-box;
	}

	.smart {
		padding:20px 0px;
	}

	.smart-forms {
		line-height: 1.231;
		font-weight: 400;
		font-size: 14px;
		color: #626262;
	}

	.container {
		background:#fff;
		margin:0px auto;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	}

	.wrap {
		max-width:950px;
	}

	.smart-forms .section {
		margin-bottom:22px;
	}

	.smart-forms .address {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-around;
		align-items:center;
		position:relative;
		margin:0px;
		padding:0px;
		background:#000;
	}

	.smart-forms .address div {
		margin:10px;
		padding:4px 12px;
		width:100%;
		text-align:left;
		color:#fff;
	}

	.smart-forms .address div i {
		margin:0 10px;
	}

	.smart-forms .address div a {
		color:#fff;	
	}

	.smart-forms .field {
		display:block;
		position:relative;
	}

	.smart-forms .header {
		overflow:hidden;
		position:relative;
		padding:15px 30px;
	}

	.smart-forms .header h4 {
		text-align:left;
		font-weight:300;
		font-size:32px;
		padding:0;
		margin:0;
	}

	.smart-forms .header h4 i {
		font-size:38px;
		position:relative;
		margin-right:10px;
		top:2px;
	}

	.smart-forms .field-icon i {
		color:#BBB; position:relative;
	}

	.smart-forms .header-primary {
		background-color:#4ebd4a;
		border-top:1px solid #A7D065;
		border-bottom:5px solid #3c9b39;
	}

	.smart-forms .header-primary h4 {
		color:#fff;
	}

	.smart-forms .header-lite {
		background:#F3F5FA;
		border-top:1px solid #A7D065;
		border-bottom:1px solid #D9DDE5;
	}

	.smart-forms .header-lite:before {
		content:"";
		background-color:orange;
		position:absolute;
		height:12px;
		z-index:1;
		top:0px;
		right:0;
		left:0;
	}

	.smart-forms .header-lite h4 {
		color:#5D6A87;
		padding-top:5px;
	}

	.smart-forms .form-body {
		padding:20px 10px;
		padding-bottom:20px;
	}

	.smart-forms .form-footer {
		overflow:hidden;
		padding:20px;
		background:rgba(10,100,200,.2);
	}

	.smart-forms label,
	.smart-forms input,
	.smart-forms button,
	.smart-forms select,
	.smart-forms textarea {
		margin: 0;
		font-size: 22px;
		font-weight:400;
		color: #626262;
		outline:none;
	}

	.smart-forms .gui-input,
	.smart-forms .gui-textarea {
		padding:10px;
	}

	.smart-forms .gui-textarea {
	    resize: none;
		line-height: 19px;
		overflow: auto;
		max-width:100%;
	    height: 96px;
	}

	.smart-forms .gui-input,
	.smart-forms .gui-textarea {
		background: #fff;
		position: relative;
		vertical-align: top;
		border: 1px solid #CFCFCF;
		display: -moz-inline-stack;
	    display: inline-block;
	    *display: inline;
		color: #626262;
		outline:none;
		height: 42px;
		width: 100%;
		*zoom: 1;
	}

	.smart-forms .input-hint {
	    padding: 8px 10px 8px;
		display: block;
		margin-top: -1px;
		line-height: 16px;
		position: relative; 
	    background: #F5F5F5;
	    border: 1px solid #CFCFCF;	   
		font-family:Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    color: #999;
	}

	.smart-forms .gui-textarea:focus {
		height: 90px;
	}

	.smart-forms .gui-input:focus ~ .field-icon i,
	.smart-forms .gui-textarea:focus ~ .field-icon i {
		color:rgba(10,100,200,.4);
	}

	.smart-forms .button {
	    border: 0;
		height: 42px;
		color: #243140;
		line-height: 1;
		font-size:24px;
	    cursor: pointer;
		padding: 0 18px;
		text-align: center;
		vertical-align: top;
	    background: #DBDBDB;
		display: inline-block;
		-webkit-user-drag: none;
		text-shadow: 0 1px rgba(255, 255, 255, 0.2);
	}

	.smart-forms .button:hover {
		color: #243140;
		background: #E8E8E8;
	}

	.smart-forms .button:active {
		color: #1d2938;
		background: #C4C4C4;
	}

	.smart-forms a.button, 
	.smart-forms span.button, 
	.smart-forms label.button {
		line-height: 42px;
		text-decoration: none;
	}

	.smart-forms .button i {
		font-size:14px;
	}

	.smart-forms .button-list .button {
		margin-bottom:5px;
	}

	.smart-forms .btn-primary {
		background-color:rgba(10,100,200,1);
	}

	.smart-forms .btn-primary:hover,
	.smart-forms .btn-primary:focus {
		background-color: #6bc868;
	}

	.smart-forms .btn-primary:active {
		background-color: #3c9b39;
	}

	.smart-forms .btn-primary,
	.smart-forms .btn-primary:hover,
	.smart-forms .btn-primary:focus,
	.smart-forms .btn-primary:active {
		color: #fff;
		text-shadow: 0 1px rgba(0, 0, 0, 0.08);
	}

	.smart-forms .form-footer .button {
		margin-right:10px;
		margin-bottom:5px;
	}

	.smart-forms .append-icon, 
	.smart-forms .prepend-icon {
	    display: inline-block;
	    vertical-align: top;
	    position: relative;
		width:100%;
	}

	.smart-forms .append-icon .field-icon,
	.smart-forms .prepend-icon .field-icon {
		top:0;
		width:42px;
		height:42px;
		color: inherit;
		line-height:42px;
		position:absolute;
		text-align: center;
	    transition: all 0.5s ease-out;
	    pointer-events: none;
		z-index:99;
	}

	.smart-forms .append-icon .field-icon i,
	.smart-forms .prepend-icon .field-icon i {
		position:relative;
		font-size:18px;
	}

	.smart-forms .prepend-icon .field-icon {
		left:0;
	}

	.smart-forms .append-icon .field-icon {
		right:0;
	}

	.smart-forms .prepend-icon > input, 
	.smart-forms .prepend-icon > textarea,
	.smart-forms .prepend-icon > select {
		padding-left:36px;
	}

	.smart-forms .append-icon > input,
	.smart-forms .append-icon > textarea {
		padding-right:36px; padding-left:10px;
	}

	.smart-forms .append-icon > textarea {
		padding-right:36px;
	}

	span.address {
		margin:0px auto;
		padding:0px 0px;
		text-align:center;
		background:#F3F5FA;
	}

	span.address h4 {
		display:inline-block;
		margin: 8px 0px;
		padding:2px 0px;
		width:100%;
		font-size:18px;
	}

	span.address h4 i {
		margin:0px 10px;
		vertical-align:middle;
		font-size:12px;
	}

	span.address h3 {
		display:inline-block;
		margin:8px 8px 0px;
		letter-spacing:.1em;
		font-size:.8em;
	}

}
/* iPad 1, 2, Mini and Air
-----------------------------------------------------------------------------
----------------------------------------------------------------------------- */

/* Portrait and Landscape
----------------------------------------------------------------------------- */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

/* nav
---------------------------------------------------------------------------------- */

nav.nav {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	position:fixed;
	top:0;
	right:0;
	width:100%;
	text-align:right;
	transition:ease all .5s;
	z-index:9999;
}

nav.nav ul {
	justify-content:flex-end;
}

nav.nav ul li {
	padding:4px 0 0;
	display:inline-block;
	width:115px;
	text-align:center;
}

nav.nav ul li a {
	display:block;
	padding:0px 0px 10px 0;
	font-size:1.5rem;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	transition:ease all .5s;
}

nav.nav ul li a i {
	margin-right:6px;
	vertical-align:middle;
	font-size:15px;
	opacity:0;
}

.dark {
	padding:6px 0 0;
	background:#5f6b4a;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.active {
	color:orange;
	font-weight:200;
}

.socio {
	display:block;
	position:fixed;
	top:4px;
	left:6px;
	padding:0px;
	width:25px;
	float:left;
	z-index:9999999;
}

/* end nav
---------------------------------------------------------------------------------- */

/* nava
---------------------------------------------------------------------------------- */

i.btn {
	display:none;
}

nav.nava {
	display:none;
}

/* end nava
---------------------------------------------------------------------------------- */

.thumbs {
	display:grid;
	grid-template-columns:repeat(3, minmax(200px, 1fr));

	grid-gap:1em;
	width:100%;
}

}

/* Portrait
----------------------------------------------------------------------------- */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

/* banner section
---------------------------------------------------------------------------------- */

div.banner {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:900px;
	text-align:center;
}

div.banner div#floater {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
}

div.banner div div {
	margin:0px auto 0px;
	padding:20px 0px;
	width:100%;
	box-shadow: rgba(0, 0, 0, .1) 0px 1px 4px 0px, rgba(27, 31, 35, .3) 0px 0px 10px 3px;
	background:url(img/back.jpg) top center no-repeat;
	background-size:cover;
}

img.logo {
	display:block;
	margin:0px auto;
	padding:40px 0px;
	width:75%;
}

img.spinner {
	display:block;
	margin:125px auto;
	width:35%;
}

div.banner h4 {
	display:flex;
	justify-content:center;
	align-items:center;
	position:fixed;
	bottom:0;
	padding:40px 0;
	width:100%;
	line-height:34px;
	font-size:2.5rem;
	color:#000;
	font-weight:600;

	background:rgba(95,107,74, 1);
	text-transform:uppercase;
	letter-spacing:1px;
}

div.banner h4 i {
	display:inline-block;
	vertical-align:middle;
	margin:0px 16px;
	font-size:1.5rem;
	color:#724102;
}

/* work section
---------------------------------------------------------------------------------- */

div.slide {
	position:relative;
	top:1200px;
	left:0;
	padding:0px;
	width:100%;
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
	background:#fff;
}

div.slide div.piece {
	display:block;
	margin:0px auto;
	padding:50px 20px;
	width:100%;
}

div.slide #comm {
}

div.slide div p {
	display:block;
	margin:20px auto 40px;
	width:66%;
	text-align:center;
	font-size:24px;
}

div.slide div ul {
	text-align:center;
}

div.slide div ul li {
	display:inline-block;
}

div.slide div ul li img {
	display:inline-block;
	margin:16px 50px;
	width:275px;
	transition:ease all .5s;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

h4.titi {
	display:block;
	position:relative;
	top:10px;
	left:0px;
	width:100%;
	margin:0px auto 50px;
	font-weight:bolder;
	font-size:3rem;
}

h4.titi i {
	vertical-align:middle;
	position:relative;
	top:-2px;
	margin:0px 6px;
	font-size:2.5rem;
	color:rgba(0,0,0, .7);
}

ul.threads {
	margin:50px auto;
	padding:20px 0;
	width:100%;
	background:rgba(100,100,0,.2);
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

ul.threads li {
	display:inline-block;
	vertical-align:top;
	width:100%;
}

ul.threads h3 {
	margin:20px auto;
	font-size:2.4rem;
	line-height:50px;
	font-weight:600;
	width:60%;
}

ul.threads li p {
	margin:30px auto;
	padding:10px;
	display:block;
	width:90%;
	text-align:center;
	font-size:2.8rem;
}

ul.threads li p:nth-child(1) {
	margin-top:35px;
}

ul.threads div {
	margin:50px auto;
	padding:10px;
	width:80%;
	color:#fff;
	background:rgba(0,0,0,.6);
	font-size:2rem;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

div.information {
	position:relative;
	top:0px;
	margin:30px auto;
	padding:0px 30px;
	width:100%;
	font-size:2.8em;
	text-align:center;
	color:#000;
	font-weight:600;
}

span.reuse {
	display:block;
	margin:24px auto 0;
	padding:30px 20px;
	width:100%;
	font-weight:600;
	line-height:50px;
	text-shadow:1px 1px 5px #fff;
	font-size:2.9em;
	text-align:center;
	background:rgba(254,176,113, .3);
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.thumbs {
	display:grid;
	grid-template-columns:repeat(3, minmax(200px, 1fr));

	grid-gap:1em;
	width:100%;
}

.tempor {
	position:relative;
	left:;
	justify-content:space-between;
	margin:0 auto;
	padding:6px 10px;
	width:100%;
	font-size:2em;
	font-weight:600;
	z-index:1;
}

/* end work section
---------------------------------------------------------------------------------- */

	/* @form header section
	---------------------------------------------------------------------------------- */

	.smart-forms, 
	.smart-forms * {
		box-sizing: border-box;
	}

	.smart {
		padding:20px 0px;
	}

	.smart-forms {
		line-height: 1.231;
		font-weight: 400;
		font-size: 14px;
		color: #626262;
	}

	.container {
		background:#fff;
		margin:0px auto;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	}

	.wrap {
		max-width:650px;
	}

	.smart-forms .section {
		margin-bottom:22px;
	}

	.smart-forms .address {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-around;
		align-items:center;
		position:relative;
		margin:0px;
		padding:0px;
		background:#000;
		font-size:2em;
	}

	.smart-forms .address div {
		margin:10px;
		padding:4px 12px;
		width:100%;
		text-align:left;
		color:#fff;
	}

	.smart-forms .address div i {
		margin:0 20px 0 0;
	}

	.smart-forms .address div a {
		color:#fff;	
	}

	.smart-forms .field {
		display:block;
		position:relative;
	}

	.smart-forms .header {
		overflow:hidden;
		position:relative;
		padding:15px 30px;
	}

	.smart-forms .header h4 {
		text-align:left;
		font-weight:300;
		font-size:32px;
		padding:0;
		margin:0;
	}

	.smart-forms .header h4 i {
		font-size:38px;
		position:relative;
		margin-right:10px;
		top:2px;
	}

	.smart-forms .field-icon i {
		color:#BBB; position:relative;
	}

	.smart-forms .header-primary {
		background-color:#4ebd4a;
		border-top:1px solid #A7D065;
		border-bottom:5px solid #3c9b39;
	}

	.smart-forms .header-primary h4 {
		color:#fff;
	}

	.smart-forms .header-lite {
		background:#F3F5FA;
		border-top:1px solid #A7D065;
		border-bottom:1px solid #D9DDE5;
	}

	.smart-forms .header-lite:before {
		content:"";
		background-color:orange;
		position:absolute;
		height:12px;
		z-index:1;
		top:0px;
		right:0;
		left:0;
	}

	.smart-forms .header-lite h4 {
		color:#5D6A87;
		padding-top:5px;
	}

	.smart-forms .form-body {
		padding:20px 10px;
		padding-bottom:20px;
	}

	.smart-forms .form-footer {
		overflow:hidden;
		padding:20px;
		background:rgba(10,100,200,.2);
	}

	.smart-forms label,
	.smart-forms input,
	.smart-forms button,
	.smart-forms select,
	.smart-forms textarea {
		margin: 0;
		font-size: 22px;
		font-weight:400;
		color: #626262;
		outline:none;
	}

	.smart-forms .gui-input,
	.smart-forms .gui-textarea {
		padding:10px;
	}

	.smart-forms .gui-textarea {
	    resize: none;
		line-height: 19px;
		overflow: auto;
		max-width:100%;
	    height: 96px;
	}

	.smart-forms .gui-input,
	.smart-forms .gui-textarea {
		background: #fff;
		position: relative;
		vertical-align: top;
		border: 1px solid #CFCFCF;
		display: -moz-inline-stack;
	    display: inline-block;
	    *display: inline;
		color: #626262;
		outline:none;
		height: 42px;
		width: 100%;
		*zoom: 1;
	}

	.smart-forms .input-hint {
	    padding: 8px 10px 8px;
		display: block;
		margin-top: -1px;
		line-height: 16px;
		position: relative; 
	    background: #F5F5F5;
	    border: 1px solid #CFCFCF;	   
		font-family:Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    color: #999;
	}

	.smart-forms .gui-textarea:focus {
		height: 90px;
	}

	.smart-forms .gui-input:focus ~ .field-icon i,
	.smart-forms .gui-textarea:focus ~ .field-icon i {
		color:rgba(10,100,200,.4);
	}

	.smart-forms .button {
	    border:0;
		height:60px;
		color: #243140;
		line-height:20px;
		font-size:2.2rem;
	    cursor: pointer;
		padding: 0 24px;
		text-align: center;
		vertical-align: top;
	    background: #DBDBDB;
		display: inline-block;
		text-transform:uppercase;
		-webkit-user-drag: none;
		text-shadow: 0 1px rgba(255, 255, 255, 0.2);
	}

	.smart-forms .button:hover {
		color: #243140;
		background: #E8E8E8;
	}

	.smart-forms .button:active {
		color: #1d2938;
		background: #C4C4C4;
	}

	.smart-forms a.button, 
	.smart-forms span.button, 
	.smart-forms label.button {
		line-height: 42px;
		text-decoration: none;
	}

	.smart-forms .button i {
		font-size:14px;
	}

	.smart-forms .button-list .button {
		margin-bottom:5px;
	}

	.smart-forms .btn-primary {
		background-color:rgba(10,100,200,1);
	}

	.smart-forms .btn-primary:hover,
	.smart-forms .btn-primary:focus {
		background-color: #6bc868;
	}

	.smart-forms .btn-primary:active {
		background-color: #3c9b39;
	}

	.smart-forms .btn-primary,
	.smart-forms .btn-primary:hover,
	.smart-forms .btn-primary:focus,
	.smart-forms .btn-primary:active {
		color: #fff;
		text-shadow: 0 1px rgba(0, 0, 0, 0.08);
	}

	.smart-forms .form-footer .button {
		margin-right:10px;
		margin-bottom:5px;
	}

	.smart-forms .append-icon, 
	.smart-forms .prepend-icon {
	    display: inline-block;
	    vertical-align: top;
	    position: relative;
		width:100%;
	}

	.smart-forms .append-icon .field-icon,
	.smart-forms .prepend-icon .field-icon {
		top:0;
		width:42px;
		height:42px;
		color: inherit;
		line-height:42px;
		position:absolute;
		text-align: center;
	    transition: all 0.5s ease-out;
	    pointer-events: none;
		z-index:99;
	}

	.smart-forms .append-icon .field-icon i,
	.smart-forms .prepend-icon .field-icon i {
		position:relative;
		font-size:18px;
	}

	.smart-forms .prepend-icon .field-icon {
		left:0;
	}

	.smart-forms .append-icon .field-icon {
		right:0;
	}

	.smart-forms .prepend-icon > input, 
	.smart-forms .prepend-icon > textarea,
	.smart-forms .prepend-icon > select {
		padding-left:36px;
	}

	.smart-forms .append-icon > input,
	.smart-forms .append-icon > textarea {
		padding-right:36px; padding-left:10px;
	}

	.smart-forms .append-icon > textarea {
		padding-right:36px;
	}

}

/* Landscape */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

/* nav
---------------------------------------------------------------------------------- */

nav.nav {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	position:fixed;
	top:0;
	right:0;
	width:100%;
	text-align:right;
	transition:ease all .5s;
	z-index:9999;
}

nav.nav ul {
	justify-content:flex-end;
}

nav.nav ul li {
	padding:4px 0 0;
	display:inline-block;
	width:115px;
	text-align:center;
}

nav.nav ul li a {
	display:block;
	padding:0px 0px 10px 0;
	font-size:1.5rem;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	transition:ease all .5s;
}

nav.nav ul li a i {
	margin-right:6px;
	vertical-align:middle;
	font-size:15px;
	opacity:0;
}

.dark {
	padding:6px 0 0;
	background:#5f6b4a;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.active {
	color:orange;
	font-weight:200;
}

.socio {
	display:block;
	position:fixed;
	top:4px;
	left:6px;
	padding:0px;
	width:25px;
	float:left;
	z-index:9999999;
}

/* end nav
---------------------------------------------------------------------------------- */

/* banner section
---------------------------------------------------------------------------------- */

div.banner {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:900px;
	text-align:center;
}

div.banner div#floater {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
}

div.banner div div {
	margin:0px auto 0px;
	padding:20px 0px;
	width:100%;
	box-shadow: rgba(0, 0, 0, .1) 0px 1px 4px 0px, rgba(27, 31, 35, .3) 0px 0px 10px 3px;
	background:url(img/back.jpg) top center no-repeat;
	background-size:cover;
}

img.logo {
	display:block;
	margin:0px auto;
	padding:40px 0px;
	width:40%;
}

img.spinner {
	display:block;
	margin:60px auto;
	width:23%;
}

div.banner h4 {
	display:flex;
	justify-content:center;
	align-items:center;
	position:fixed;
	bottom:0;
	padding:24px 0;
	width:100%;
	line-height:34px;
	font-size:2rem;
	color:#000;
	font-weight:600;

	background:rgba(95,107,74, 1);
	text-transform:uppercase;
	letter-spacing:1px;
}

div.banner h4 i {
	display:inline-block;
	vertical-align:middle;
	margin:0px 30px;
	font-size:1.5rem;
	color:#724102;
}

/* work section
---------------------------------------------------------------------------------- */

div.slide {
	position:relative;
	top:1200px;
	left:0;
	padding:0px;
	width:100%;
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
	background:#fff;
}

div.slide div.piece {
	display:block;
	margin:0px auto;
	padding:50px 20px;
	width:100%;
}

div.slide #comm {
}

div.slide div p {
	display:block;
	margin:20px auto 40px;
	width:66%;
	text-align:center;
	font-size:24px;
}

div.slide div ul {
	text-align:center;
}

div.slide div ul li {
	display:inline-block;
}

div.slide div ul li img {
	display:inline-block;
	margin:16px 50px;
	width:275px;
	transition:ease all .5s;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

h4.titi {
	display:block;
	position:relative;
	top:10px;
	left:0px;
	width:100%;
	margin:0px auto 50px;
	font-weight:bolder;
	font-size:3rem;
}

h4.titi i {
	vertical-align:middle;
	position:relative;
	top:-2px;
	margin:0px 6px;
	font-size:2.5rem;
	color:rgba(0,0,0, .7);
}

ul.threads {
	margin:50px auto;
	padding:20px 0;
	width:100%;
	background:rgba(100,100,0,.2);
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

ul.threads li {
	display:inline-block;
	vertical-align:top;
	width:100%;
}

ul.threads h3 {
	margin:20px auto;
	font-size:2.4rem;
	line-height:50px;
	font-weight:600;
	width:60%;
}

ul.threads li p {
	margin:30px auto;
	padding:10px;
	display:block;
	width:90%;
	text-align:center;
	font-size:2.8rem;
}

ul.threads li p:nth-child(1) {
	margin-top:35px;
}

ul.threads div {
	margin:50px auto;
	padding:10px;
	width:80%;
	color:#fff;
	background:rgba(0,0,0,.6);
	font-size:2rem;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

div.information {
	position:relative;
	top:0px;
	margin:30px auto;
	padding:0px 30px;
	width:100%;
	font-size:2.3em;
	text-align:center;
	color:#000;
	font-weight:600;
}

span.reuse {
	display:block;
	margin:24px auto 0;
	padding:30px 20px;
	width:100%;
	font-weight:600;
	line-height:50px;
	text-shadow:1px 1px 5px #fff;
	font-size:2.9em;
	text-align:center;
	background:rgba(254,176,113, .3);
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.tempor {
	position:relative;
	justify-content:space-between;
	margin:0 auto;
	padding:6px 10px;
	width:100%;
	font-size:2em;
	font-weight:600;
	z-index:1;
}

/* end work section
---------------------------------------------------------------------------------- */

	/* @form header section
	---------------------------------------------------------------------------------- */

	.smart-forms, 
	.smart-forms * {
		box-sizing: border-box;
	}

	.smart {
		padding:20px 0px;
	}

	.smart-forms {
		line-height: 1.231;
		font-weight: 400;
		font-size: 14px;
		color: #626262;
	}

	.container {
		background:#fff;
		margin:0px auto;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	}

	.wrap {
		max-width:850px;
	}

	.smart-forms .section {
		margin-bottom:22px;
	}

	.smart-forms .address {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-around;
		align-items:center;
		position:relative;
		margin:0px;
		padding:0px;
		background:#000;
		font-size:1.5em;
	}

	.smart-forms .address div {
		margin:10px;
		padding:4px 12px;
		width:100%;
		text-align:left;
		color:#fff;
	}

	.smart-forms .address div i {
		margin:0 20px 0 0;
	}

	.smart-forms .address div a {
		color:#fff;	
	}

	.smart-forms .field {
		display:block;
		position:relative;
	}

	.smart-forms .header {
		overflow:hidden;
		position:relative;
		padding:15px 30px;
	}

	.smart-forms .header h4 {
		text-align:left;
		font-weight:300;
		font-size:32px;
		padding:0;
		margin:0;
	}

	.smart-forms .header h4 i {
		font-size:38px;
		position:relative;
		margin-right:10px;
		top:2px;
	}

	.smart-forms .field-icon i {
		color:#BBB; position:relative;
	}

	.smart-forms .header-primary {
		background-color:#4ebd4a;
		border-top:1px solid #A7D065;
		border-bottom:5px solid #3c9b39;
	}

	.smart-forms .header-primary h4 {
		color:#fff;
	}

	.smart-forms .header-lite {
		background:#F3F5FA;
		border-top:1px solid #A7D065;
		border-bottom:1px solid #D9DDE5;
	}

	.smart-forms .header-lite:before {
		content:"";
		background-color:orange;
		position:absolute;
		height:12px;
		z-index:1;
		top:0px;
		right:0;
		left:0;
	}

	.smart-forms .header-lite h4 {
		color:#5D6A87;
		padding-top:5px;
	}

	.smart-forms .form-body {
		padding:20px 10px;
		padding-bottom:20px;
	}

	.smart-forms .form-footer {
		overflow:hidden;
		padding:20px;
		background:rgba(10,100,200,.2);
	}

	.smart-forms label,
	.smart-forms input,
	.smart-forms button,
	.smart-forms select,
	.smart-forms textarea {
		margin: 0;
		font-size: 22px;
		font-weight:400;
		color: #626262;
		outline:none;
	}

	.smart-forms .gui-input,
	.smart-forms .gui-textarea {
		padding:10px;
	}

	.smart-forms .gui-textarea {
	    resize: none;
		line-height: 19px;
		overflow: auto;
		max-width:100%;
	    height: 96px;
	}

	.smart-forms .gui-input,
	.smart-forms .gui-textarea {
		background: #fff;
		position: relative;
		vertical-align: top;
		border: 1px solid #CFCFCF;
		display: -moz-inline-stack;
	    display: inline-block;
	    *display: inline;
		color: #626262;
		outline:none;
		height: 42px;
		width: 100%;
		*zoom: 1;
	}

	.smart-forms .input-hint {
	    padding: 8px 10px 8px;
		display: block;
		margin-top: -1px;
		line-height: 16px;
		position: relative; 
	    background: #F5F5F5;
	    border: 1px solid #CFCFCF;	   
		font-family:Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    color: #999;
	}

	.smart-forms .gui-textarea:focus {
		height: 90px;
	}

	.smart-forms .gui-input:focus ~ .field-icon i,
	.smart-forms .gui-textarea:focus ~ .field-icon i {
		color:rgba(10,100,200,.4);
	}

	.smart-forms .button {
	    border:0;
		height:50px;
		color: #243140;
		line-height:10px;
		font-size:1.5rem;
	    cursor: pointer;
		padding: 0 20px;
		text-align: center;
		vertical-align: top;
	    background: #DBDBDB;
		display: inline-block;
		text-transform:uppercase;
		-webkit-user-drag: none;
		text-shadow: 0 1px rgba(255, 255, 255, 0.2);
	}

	.smart-forms .button:hover {
		color: #243140;
		background: #E8E8E8;
	}

	.smart-forms .button:active {
		color: #1d2938;
		background: #C4C4C4;
	}

	.smart-forms a.button, 
	.smart-forms span.button, 
	.smart-forms label.button {
		line-height: 42px;
		text-decoration: none;
	}

	.smart-forms .button i {
		font-size:14px;
	}

	.smart-forms .button-list .button {
		margin-bottom:5px;
	}

	.smart-forms .btn-primary {
		background-color:rgba(10,100,200,1);
	}

	.smart-forms .btn-primary:hover,
	.smart-forms .btn-primary:focus {
		background-color: #6bc868;
	}

	.smart-forms .btn-primary:active {
		background-color: #3c9b39;
	}

	.smart-forms .btn-primary,
	.smart-forms .btn-primary:hover,
	.smart-forms .btn-primary:focus,
	.smart-forms .btn-primary:active {
		color: #fff;
		text-shadow: 0 1px rgba(0, 0, 0, 0.08);
	}

	.smart-forms .form-footer .button {
		margin-right:10px;
		margin-bottom:5px;
	}

	.smart-forms .append-icon, 
	.smart-forms .prepend-icon {
	    display: inline-block;
	    vertical-align: top;
	    position: relative;
		width:100%;
	}

	.smart-forms .append-icon .field-icon,
	.smart-forms .prepend-icon .field-icon {
		top:0;
		width:42px;
		height:42px;
		color: inherit;
		line-height:42px;
		position:absolute;
		text-align: center;
	    transition: all 0.5s ease-out;
	    pointer-events: none;
		z-index:99;
	}

	.smart-forms .append-icon .field-icon i,
	.smart-forms .prepend-icon .field-icon i {
		position:relative;
		font-size:18px;
	}

	.smart-forms .prepend-icon .field-icon {
		left:0;
	}

	.smart-forms .append-icon .field-icon {
		right:0;
	}

	.smart-forms .prepend-icon > input, 
	.smart-forms .prepend-icon > textarea,
	.smart-forms .prepend-icon > select {
		padding-left:36px;
	}

	.smart-forms .append-icon > input,
	.smart-forms .append-icon > textarea {
		padding-right:36px; padding-left:10px;
	}

	.smart-forms .append-icon > textarea {
		padding-right:36px;
	}

}


@media only screen 
  and (min-device-width: 820px) 
  and (max-device-width: 1180px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

/* nav
---------------------------------------------------------------------------------- */

nav.nav {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	position:fixed;
	top:0;
	right:0;
	width:100%;
	text-align:right;
	transition:ease all .5s;
	z-index:9999;
}

nav.nav ul {
	justify-content:flex-end;
}

nav.nav ul li {
	padding:4px 0 0;
	display:inline-block;
	width:115px;
	text-align:center;
}

nav.nav ul li a {
	display:block;
	padding:0px 0px 10px 0;
	font-size:1.5rem;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	transition:ease all .5s;
}

nav.nav ul li a i {
	margin-right:6px;
	vertical-align:middle;
	font-size:15px;
	opacity:0;
}

.dark {
	padding:6px 0 0;
	background:#5f6b4a;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.active {
	color:orange;
	font-weight:200;
}

.socio {
	display:block;
	position:fixed;
	top:4px;
	left:6px;
	padding:0px;
	width:25px;
	float:left;
	z-index:9999999;
}

/* end nav
---------------------------------------------------------------------------------- */

/* banner section
---------------------------------------------------------------------------------- */

div.banner {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:900px;
	text-align:center;
}

div.banner div#floater {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
}

div.banner div div {
	margin:0px auto 0px;
	padding:20px 0px;
	width:100%;
	box-shadow: rgba(0, 0, 0, .1) 0px 1px 4px 0px, rgba(27, 31, 35, .3) 0px 0px 10px 3px;
	background:url(img/back.jpg) top center no-repeat;
	background-size:cover;
}

img.logo {
	display:block;
	margin:0px auto;
	padding:40px 0px;
	width:45%;
}

img.spinner {
	display:block;
	margin:60px auto;
	width:18%;
}

div.banner h4 {
	display:flex;
	justify-content:center;
	align-items:center;
	position:fixed;
	bottom:0;
	padding:24px 0;
	width:100%;
	line-height:34px;
	font-size:1.6rem;
	color:#000;
	font-weight:600;

	background:rgba(95,107,74, 1);
	text-transform:uppercase;
	letter-spacing:1px;
}

div.banner h4 i {
	display:inline-block;
	vertical-align:middle;
	margin:0px 30px;
	font-size:1.5rem;
	color:#724102;
}

/* work section
---------------------------------------------------------------------------------- */

div.slide {
	position:relative;
	top:1200px;
	left:0;
	padding:0px;
	width:100%;
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
	background:#fff;
}

div.slide div.piece {
	display:block;
	margin:0px auto;
	padding:50px 20px;
	width:100%;
}

div.slide #comm {
}

div.slide div p {
	display:block;
	margin:20px auto 40px;
	width:66%;
	text-align:center;
	font-size:24px;
}

div.slide div ul {
	text-align:center;
}

div.slide div ul li {
	display:inline-block;
}

div.slide div ul li img {
	display:inline-block;
	margin:16px 50px;
	width:275px;
	transition:ease all .5s;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

h4.titi {
	display:block;
	position:relative;
	top:10px;
	left:0px;
	width:100%;
	margin:0px auto 50px;
	font-weight:bolder;
	font-size:3rem;
}

h4.titi i {
	vertical-align:middle;
	position:relative;
	top:-2px;
	margin:0px 6px;
	font-size:2.5rem;
	color:rgba(0,0,0, .7);
}

ul.threads {
	display:flex;
	margin:50px auto;
	padding:20px 0;
	width:100%;
	background:rgba(100,100,0,.2);
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

ul.threads li {
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:.7em;
}

ul.threads h3 {
	margin:20px auto;
	font-size:2rem;
	line-height:50px;
	font-weight:600;
	width:80%;
}

ul.threads li p {
	margin:10px auto;
	padding:10px;
	display:block;
	width:100%;
	text-align:center;
	font-size:.6em;
}

ul.threads li p:nth-child(1) {
	margin-top:35px;
}

ul.threads div {
	margin:50px auto;
	padding:10px;
	width:80%;
	color:#fff;
	background:rgba(0,0,0,.6);
	font-size:1rem;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

div.information {
	position:relative;
	top:0px;
	margin:30px auto;
	padding:0px 30px;
	width:100%;
	font-size:2.3em;
	text-align:center;
	color:#000;
	font-weight:600;
}

span.reuse {
	display:block;
	margin:24px auto 0;
	padding:30px 20px;
	width:100%;
	font-weight:600;
	line-height:50px;
	text-shadow:1px 1px 5px #fff;
	font-size:1em;
	text-align:center;
	background:rgba(254,176,113, .3);
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.thumbs {
	display:grid;
	grid-template-columns:repeat(5, minmax(150px, 1fr));

	grid-gap:1em;
	width:100%;
}

.tempor {
	position:relative;
	justify-content:space-between;
	margin:0 auto;
	padding:6px 10px;
	width:100%;
	font-weight:600;
	z-index:1;
}

.thumbs h3 {
	font-size:.4em;
}

.newest {
	font-size:1.4em;
}

/* end work section
---------------------------------------------------------------------------------- */

	/* @form header section
	---------------------------------------------------------------------------------- */

	.smart-forms, 
	.smart-forms * {
		box-sizing: border-box;
	}

	.smart {
		padding:20px 0px;
	}

	.smart-forms {
		line-height: 1.231;
		font-weight: 400;
		font-size: 14px;
		color: #626262;
	}

	.container {
		background:#fff;
		margin:0px auto;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	}

	.wrap {
		max-width:1050px;
	}

	.smart-forms .section {
		margin-bottom:22px;
	}

	.smart-forms .address {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-around;
		align-items:center;
		position:relative;
		margin:0px;
		padding:0px;
		background:#000;
		font-size:1.5em;
	}

	.smart-forms .address div {
		margin:10px;
		padding:4px 12px;
		width:100%;
		text-align:left;
		color:#fff;
	}

	.smart-forms .address div i {
		margin:0 20px 0 0;
	}

	.smart-forms .address div a {
		color:#fff;	
	}

	.smart-forms .field {
		display:block;
		position:relative;
	}

	.smart-forms .header {
		overflow:hidden;
		position:relative;
		padding:15px 30px;
	}

	.smart-forms .header h4 {
		text-align:left;
		font-weight:300;
		font-size:32px;
		padding:0;
		margin:0;
	}

	.smart-forms .header h4 i {
		font-size:38px;
		position:relative;
		margin-right:10px;
		top:2px;
	}

	.smart-forms .field-icon i {
		color:#BBB; position:relative;
	}

	.smart-forms .header-primary {
		background-color:#4ebd4a;
		border-top:1px solid #A7D065;
		border-bottom:5px solid #3c9b39;
	}

	.smart-forms .header-primary h4 {
		color:#fff;
	}

	.smart-forms .header-lite {
		background:#F3F5FA;
		border-top:1px solid #A7D065;
		border-bottom:1px solid #D9DDE5;
	}

	.smart-forms .header-lite:before {
		content:"";
		background-color:orange;
		position:absolute;
		height:12px;
		z-index:1;
		top:0px;
		right:0;
		left:0;
	}

	.smart-forms .header-lite h4 {
		color:#5D6A87;
		padding-top:5px;
	}

	.smart-forms .form-body {
		padding:20px 10px;
		padding-bottom:20px;
	}

	.smart-forms .form-footer {
		overflow:hidden;
		padding:20px;
		background:rgba(10,100,200,.2);
	}

	.smart-forms label,
	.smart-forms input,
	.smart-forms button,
	.smart-forms select,
	.smart-forms textarea {
		margin: 0;
		font-size: 22px;
		font-weight:400;
		color: #626262;
		outline:none;
	}

	.smart-forms .gui-input,
	.smart-forms .gui-textarea {
		padding:10px;
	}

	.smart-forms .gui-textarea {
	    resize: none;
		line-height: 19px;
		overflow: auto;
		max-width:100%;
	    height: 96px;
	}

	.smart-forms .gui-input,
	.smart-forms .gui-textarea {
		background: #fff;
		position: relative;
		vertical-align: top;
		border: 1px solid #CFCFCF;
		display: -moz-inline-stack;
	    display: inline-block;
	    *display: inline;
		color: #626262;
		outline:none;
		height: 42px;
		width: 100%;
		*zoom: 1;
	}

	.smart-forms .input-hint {
	    padding: 8px 10px 8px;
		display: block;
		margin-top: -1px;
		line-height: 16px;
		position: relative; 
	    background: #F5F5F5;
	    border: 1px solid #CFCFCF;	   
		font-family:Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    color: #999;
	}

	.smart-forms .gui-textarea:focus {
		height: 90px;
	}

	.smart-forms .gui-input:focus ~ .field-icon i,
	.smart-forms .gui-textarea:focus ~ .field-icon i {
		color:rgba(10,100,200,.4);
	}

	.smart-forms .button {
	    border:0;
		height:50px;
		color: #243140;
		line-height:10px;
		font-size:1.5rem;
	    cursor: pointer;
		padding: 0 20px;
		text-align: center;
		vertical-align: top;
	    background: #DBDBDB;
		display: inline-block;
		text-transform:uppercase;
		-webkit-user-drag: none;
		text-shadow: 0 1px rgba(255, 255, 255, 0.2);
	}

	.smart-forms .button:hover {
		color: #243140;
		background: #E8E8E8;
	}

	.smart-forms .button:active {
		color: #1d2938;
		background: #C4C4C4;
	}

	.smart-forms a.button, 
	.smart-forms span.button, 
	.smart-forms label.button {
		line-height: 42px;
		text-decoration: none;
	}

	.smart-forms .button i {
		font-size:14px;
	}

	.smart-forms .button-list .button {
		margin-bottom:5px;
	}

	.smart-forms .btn-primary {
		background-color:rgba(10,100,200,1);
	}

	.smart-forms .btn-primary:hover,
	.smart-forms .btn-primary:focus {
		background-color: #6bc868;
	}

	.smart-forms .btn-primary:active {
		background-color: #3c9b39;
	}

	.smart-forms .btn-primary,
	.smart-forms .btn-primary:hover,
	.smart-forms .btn-primary:focus,
	.smart-forms .btn-primary:active {
		color: #fff;
		text-shadow: 0 1px rgba(0, 0, 0, 0.08);
	}

	.smart-forms .form-footer .button {
		margin-right:10px;
		margin-bottom:5px;
	}

	.smart-forms .append-icon, 
	.smart-forms .prepend-icon {
	    display: inline-block;
	    vertical-align: top;
	    position: relative;
		width:100%;
	}

	.smart-forms .append-icon .field-icon,
	.smart-forms .prepend-icon .field-icon {
		top:0;
		width:42px;
		height:42px;
		color: inherit;
		line-height:42px;
		position:absolute;
		text-align: center;
	    transition: all 0.5s ease-out;
	    pointer-events: none;
		z-index:99;
	}

	.smart-forms .append-icon .field-icon i,
	.smart-forms .prepend-icon .field-icon i {
		position:relative;
		font-size:18px;
	}

	.smart-forms .prepend-icon .field-icon {
		left:0;
	}

	.smart-forms .append-icon .field-icon {
		right:0;
	}

	.smart-forms .prepend-icon > input, 
	.smart-forms .prepend-icon > textarea,
	.smart-forms .prepend-icon > select {
		padding-left:36px;
	}

	.smart-forms .append-icon > input,
	.smart-forms .append-icon > textarea {
		padding-right:36px; padding-left:10px;
	}

	.smart-forms .append-icon > textarea {
		padding-right:36px;
	}

}

/* iPad pro
------------------------------------------------------------------- */


@media only screen 
  and (min-device-width: 820px) 
  and (max-device-width: 1180px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

.thumbs {
	display:grid;
	grid-template-columns:repeat(3, minmax(200px, 1fr));

	grid-gap:1em;
	width:100%;
}

.thumbs h3 {
	font-size:.7em;
}

  }

/* portrait and landscape
--------------------------------------------------------------- */

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) {

/* nav
---------------------------------------------------------------------------------- */

nav.nav {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	position:fixed;
	top:0;
	right:0;
	width:100%;
	text-align:right;
	transition:ease all .5s;
	z-index:9999;
}

nav.nav ul {
	justify-content:flex-end;
}

nav.nav ul li {
	padding:4px 0 0;
	display:inline-block;
	width:115px;
	text-align:center;
}

nav.nav ul li a {
	display:block;
	padding:0px 0px 10px 0;
	font-size:1.5rem;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	transition:ease all .5s;
}

nav.nav ul li a i {
	margin-right:6px;
	vertical-align:middle;
	font-size:15px;
	opacity:0;
}

.dark {
	padding:6px 0 0;
	background:#5f6b4a;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.active {
	color:orange;
	font-weight:200;
}

.socio {
	display:block;
	position:fixed;
	top:4px;
	left:6px;
	padding:0px;
	width:25px;
	float:left;
	z-index:9999999;
}

/* end nav
---------------------------------------------------------------------------------- */

/* nava
---------------------------------------------------------------------------------- */

i.btn {
	display:none;
}

nav.nava {
	display:none;
}

/* end nava
---------------------------------------------------------------------------------- */

}

/* Portrait
----------------------------------------------------------------------------- */

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

/* nav
---------------------------------------------------------------------------------- */

nav.nav {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	position:fixed;
	top:0;
	right:0;
	width:100%;
	text-align:right;
	transition:ease all .5s;
	z-index:9999;
}

nav.nav ul {
	justify-content:flex-end;
}

nav.nav ul li {
	padding:4px 0 0;
	display:inline-block;
	width:140px;
	text-align:center;
}

nav.nav ul li a {
	display:block;
	padding:0;
	font-size:3vw;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	transition:ease all .5s;
}

nav.nav ul li a i {
	margin-right:6px;
	vertical-align:middle;
	font-size:15px;
	opacity:0;
}

.dark {
	padding:10px 0 15px;
	background:#5f6b4a;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.active {
	color:orange;
	font-weight:200;
}

.socio {
	display:block;
	position:fixed;
	top:4px;
	left:6px;
	padding:0px;
	width:45px;
	float:left;
	z-index:9999999;
}

/* end nav
---------------------------------------------------------------------------------- */

/* nava
---------------------------------------------------------------------------------- */

nav.nava {
	display:none;
}

/* end nava
---------------------------------------------------------------------------------- */

/* banner section
---------------------------------------------------------------------------------- */

div.banner {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:1500px;
	text-align:center;
}

div.banner div#floater {
	position:fixed;
	top:0px;
	left:0px;
	padding:0 0 50px 0;
	width:100%;

}

div.banner div div {
	margin:0px auto 0px;
	padding:50px 0px;
	width:100%;
	box-shadow: rgba(0, 0, 0, .1) 0px 1px 4px 0px, rgba(27, 31, 35, .3) 0px 0px 10px 3px;
	background:url(img/back.jpg) top center no-repeat;
	background-size:100%;
}

img.logo {
	display:block;
	margin:0px auto;
	padding:0px 0px;
	width:75%;
}

img.spinner {
	display:block;
	margin:150px auto;
	width:35%;
}

div.banner h4 {
	display:flex;
	justify-content:center;
	align-items:center;
	position:fixed;
	bottom:20px;
	padding:20px 0;
	width:100%;
	height:80px;
	font-size:3em;
	color:#000;
	font-weight:600;

	background:rgba(95,107,74, 1);
	text-transform:uppercase;
	letter-spacing:1px;
}

div.banner h4 i {
	display:inline-block;
	vertical-align:middle;
	margin:0px 40px;
	font-size:.5em;
	color:#724102;
}

/* work section
---------------------------------------------------------------------------------- */

div.slide {
	position:relative;
	top:1350px;
	left:0;
	padding:0px;
	width:100%;
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
	background:#fff;
}

div.slide div.piece {
	display:block;
	margin:0px auto;
	padding:50px 20px;
	width:100%;
}

div.slide #comm {
}

div.slide div p {
	display:block;
	margin:20px auto 40px;
	width:66%;
	text-align:center;
	font-size:24px;
}

div.slide div ul {
	text-align:center;
}

div.slide div ul li {
	display:inline-block;
}

div.slide div ul li img {
	display:inline-block;
	margin:16px 50px;
	width:275px;
	transition:ease all .5s;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

h4.titi {
	display:block;
	position:relative;
	top:10px;
	left:0px;
	width:100%;
	margin:0px auto 50px;
	font-weight:bolder;
	font-size:3.5em;
}

h4.titi i {
	vertical-align:middle;
	position:relative;
	top:-2px;
	margin:0px 10px;
	font-size:1.2em;
	color:rgba(0,0,0, .7);
}

ul.threads {
	margin:50px auto;
	padding:20px 0;
	width:90%;
	background:rgba(100,100,0,.2);
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

ul.threads li {
	display:inline-block;
	vertical-align:top;
	width:75%;
}

ul.threads h3 {
	margin:20px auto;
	font-size:3em;
	line-height:50px;
	font-weight:600;
	width:80%;
}

ul.threads li p {
	margin:30px auto;
	padding:10px;
	display:block;
	width:90%;
	text-align:center;
	font-size:3em;
}

ul.threads li p:nth-child(1) {
	margin-top:35px;
}

ul.threads div {
	margin:30px auto;
	padding:30px 20px;
	width:80%;
	color:#fff;
	background:rgba(0,0,0,.6);
	font-size:2.5em;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

div.information {
	position:relative;
	top:-30px;
	padding:0px 200px;
	width:100%;
	font-size:3em;
	text-align:center;
	color:#000;
	font-weight:600;
}

span.reuse {
	display:block;
	margin:24px auto 0;
	padding:30px 20px;
	width:90%;
	font-weight:600;
	line-height:75px;
	text-shadow:1px 1px 5px #fff;
	font-size:4em;
	text-align:center;
	background:rgba(254,176,113, .3);
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.tempor {
	position:relative;
	justify-content:space-between;
	margin:0 auto;
	padding:4px 10px;
	width:100%;
	font-size:3em;
	font-weight:600;
	z-index:1;
}

/* end work section
---------------------------------------------------------------------------------- */

/* @form header section
---------------------------------------------------------------------------------- */

.smart-forms, 
.smart-forms * {
	padding:4px 0px 0px;
	box-sizing: border-box;
}

.smart {
	padding:20px;
}

.smart-forms {
	line-height: 1.231;
	font-weight: 400;
	font-size: 14px;
	color: #626262;
}

.container {
	background:#fff;
	margin:0px auto;
	box-shadow: 0 0px 1px rgba(0, 0, 0, 0.9);
}

.wrap {
	max-width:800px;
}

.smart-forms .section {
	margin-bottom:22px;
}

.smart-forms .address {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
	position:relative;
	margin:0px;
	padding:0px;
	background:#000;
	font-size:3em;
}

.smart-forms .address div {
	margin:10px;
	padding:4px 12px;
	text-align:left;
	color:#fff;
}

.smart-forms .address div i {
	margin:0 60px 0 30px;
}

.smart-forms .address div a {
	color:#fff;	
}

.smart-forms .header {
	overflow:hidden;
	position:relative;
	padding:15px 30px;
}

.smart-forms .field-icon i {
	color:#BBB;
	position:relative;
}

.smart-forms .form-body {
	padding:40px 30px;
	padding-bottom:20px;
}

.smart-forms .form-footer {
	overflow:hidden;
	padding:20px;
	background:rgba(10,100,200,.2);
}

.smart-forms label,
.smart-forms input,
.smart-forms button,
.smart-forms select,
.smart-forms textarea {
	margin:10px auto;
	font-size:1.8em;
	font-weight:400;
	color: #626262;
	outline:none;
}

.smart-forms .gui-input,
.smart-forms .gui-textarea {
	padding:20px;
}

.smart-forms .gui-textarea {
	margin:20px auto;
    resize: none;
	line-height: 19px;
	overflow: auto;
	max-width:100%;
    height:300px;
}

.smart-forms .gui-input,
.smart-forms .gui-textarea {
	background: #fff;
	position: relative;
	vertical-align: top;
	border: none;
	border-bottom: 1px solid #CFCFCF;
	display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
	color: #626262;
	outline:none;
	height:60px;
	width: 100%;
	*zoom: 1;
}

.smart-forms .gui-textarea:focus {
	height:200px;
}

.smart-forms .gui-input:focus ~ .field-icon i,
.smart-forms .gui-textarea:focus ~ .field-icon i {
	color:rgba(10,100,200,.6);
}

.smart-forms .button {
    border: 0;
	color: #243140;
	line-height:1;
	font-size:2.5em; 
    cursor: pointer;
	padding: 0 18px;
	text-align: center;
	vertical-align: top;
    background: #DBDBDB;
	display: inline-block;
	-webkit-user-drag: none;
	text-shadow: 0 1px rgba(255, 255, 255, 0.2);
}

.smart-forms .button:hover {
	color: #243140;
	background: #E8E8E8;
}

.smart-forms .button:active {
	color: #1d2938;
	background: #C4C4C4;
}

.smart-forms a.button, 
.smart-forms span.button, 
.smart-forms label.button {
	line-height: 42px;
	text-decoration: none;
}

.smart-forms .button i {
	font-size:14px;
}

.smart-forms .button-list .button {
	margin-bottom:5px;
}

.smart-forms .btn-primary {
	background-color:rgba(10,100,200,1);
}

.smart-forms .btn-primary:hover,
.smart-forms .btn-primary:focus {
	background-color: #6bc868;
}

.smart-forms .btn-primary:active {
	background-color: #3c9b39;
}

.smart-forms .btn-primary,
.smart-forms .btn-primary:hover,
.smart-forms .btn-primary:focus,
.smart-forms .btn-primary:active {
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.08);
}

.smart-forms .form-footer .button {
	margin-right:10px;
	margin-bottom:5px;
}

.smart-forms .append-icon, 
.smart-forms .prepend-icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
	width:100%;
}

.smart-forms .append-icon .field-icon,
.smart-forms .prepend-icon .field-icon {
	top:0;
	width:42px;
	height:42px;
	color: inherit;
	line-height:42px;
	position:absolute;
	text-align: center;
    transition: all 0.5s ease-out;
    pointer-events: none;
	z-index:99;
}

.smart-forms .append-icon .field-icon i,
.smart-forms .prepend-icon .field-icon i {
	position:relative;
	top:18px;
	font-size:1.4em;
}

.smart-forms .prepend-icon .field-icon {
	left:0;
}

.smart-forms .append-icon .field-icon {
	right:0;
}

.smart-forms .prepend-icon > input, 
.smart-forms .prepend-icon > textarea,
.smart-forms .prepend-icon > select {
	padding-left:70px;
}

.smart-forms .append-icon > input,
.smart-forms .append-icon > textarea {
	padding-right:36px;
	padding-left:10px;
}

.smart-forms .append-icon > textarea {
	padding-right:36px;
}

}


/* Portrait
----------------------------------------------------------------------------- */

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

/* nav
---------------------------------------------------------------------------------- */

nav.nav {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	position:fixed;
	top:0;
	right:0;
	width:100%;
	text-align:right;
	transition:ease all .5s;
	z-index:9999;
}

nav.nav ul {
	justify-content:flex-end;
}

nav.nav ul li {
	padding:4px 0 0;
	display:inline-block;
	width:140px;
	text-align:center;
}

nav.nav ul li a {
	display:block;
	padding:0;
	font-size:2.5vw;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	transition:ease all .5s;
}

nav.nav ul li a i {
	margin-right:6px;
	vertical-align:middle;
	font-size:15px;
	opacity:0;
}

.dark {
	padding:10px 0 15px;
	background:#5f6b4a;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.active {
	color:orange;
	font-weight:200;
}

.socio {
	display:block;
	position:fixed;
	top:4px;
	left:6px;
	padding:0px;
	width:45px;
	float:left;
	z-index:9999999;
}

/* end nav
---------------------------------------------------------------------------------- */

/* nava
---------------------------------------------------------------------------------- */

nav.nava {
	display:none;
}

/* end nava
---------------------------------------------------------------------------------- */

/* banner section
---------------------------------------------------------------------------------- */

div.banner {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:1500px;
	text-align:center;
}

div.banner div#floater {
	position:fixed;
	top:0px;
	left:0px;
	padding:0 0 50px 0;
	width:100%;

}

div.banner div div {
	margin:0px auto 0px;
	padding:50px 0px;
	width:100%;
	box-shadow: rgba(0, 0, 0, .1) 0px 1px 4px 0px, rgba(27, 31, 35, .3) 0px 0px 10px 3px;
	background:url(img/back.jpg) top center no-repeat;
	background-size:100%;
}

img.logo {
	display:block;
	margin:0px auto;
	padding:0px 0px;
	width:50%;
}

img.spinner {
	display:block;
	margin:75px auto;
	width:18%;
}

div.banner h4 {
	display:flex;
	justify-content:center;
	align-items:center;
	position:fixed;
	bottom:0px;
	padding:20px 0;
	width:100%;
	height:60px;
	font-size:2.5em;
	color:#000;
	font-weight:600;

	background:rgba(95,107,74, 1);
	text-transform:uppercase;
	letter-spacing:1px;
}

div.banner h4 i {
	display:inline-block;
	vertical-align:middle;
	margin:0px 40px;
	font-size:.5em;
	color:#724102;
}

/* work section
---------------------------------------------------------------------------------- */

div.slide {
	position:relative;
	top:1050px;
	left:0;
	padding:0px;
	width:100%;
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
	background:#fff;
}

div.slide div.piece {
	display:block;
	margin:0px auto;
	padding:50px 20px;
	width:100%;
}

div.slide #comm {
}

div.slide div p {
	display:block;
	margin:20px auto 40px;
	width:66%;
	text-align:center;
	font-size:24px;
}

div.slide div ul {
	text-align:center;
}

div.slide div ul li {
	display:inline-block;
}

div.slide div ul li img {
	display:inline-block;
	margin:16px 50px;
	width:275px;
	transition:ease all .5s;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

h4.titi {
	display:block;
	position:relative;
	top:10px;
	left:0px;
	width:100%;
	margin:0px auto 50px;
	font-weight:bolder;
	font-size:3.5em;
}

h4.titi i {
	vertical-align:middle;
	position:relative;
	top:-2px;
	margin:0px 10px;
	font-size:1.2em;
	color:rgba(0,0,0, .7);
}

ul.threads {
	display:flex;
	margin:50px auto;
	padding:20px 0;
	width:90%;
	background:rgba(100,100,0,.2);
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
	font-size:.8em;
}

ul.threads li {
	display:inline-block;
	vertical-align:top;
	width:75%;
}

ul.threads h3 {
	margin:20px auto;
	font-size:3em;
	line-height:50px;
	font-weight:600;
	width:80%;
}

ul.threads li p {
	margin:30px auto;
	padding:10px;
	display:block;
	width:90%;
	text-align:center;
	font-size:3em;
}

ul.threads li p:nth-child(1) {
	margin-top:35px;
}

ul.threads div {
	margin:30px auto;
	padding:30px 20px;
	width:80%;
	color:#fff;
	background:rgba(0,0,0,.6);
	font-size:2.5em;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

div.information {
	position:relative;
	top:0px;
	margin:50px auto;
	padding:0px 100px;
	width:100%;
	font-size:3em;
	text-align:center;
	color:#000;
	font-weight:600;
}

span.reuse {
	display:block;
	margin:24px auto 0;
	padding:30px 20px;
	width:90%;
	font-weight:600;
	line-height:75px;
	text-shadow:1px 1px 5px #fff;
	font-size:4em;
	text-align:center;
	background:rgba(254,176,113, .3);
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.thumbs {
	display:grid;
	grid-template-columns:repeat(4, minmax(200px, 1fr));

	grid-gap:1em;
	width:100%;
}

.newest {
	font-size:2em;
}

.tempor {
	position:relative;
	justify-content:space-between;
	margin:0 auto;
	padding:4px 10px;
	width:100%;
	font-size:1.5em;
	font-weight:600;
	z-index:1;
}

/* end work section
---------------------------------------------------------------------------------- */

/* @form header section
---------------------------------------------------------------------------------- */

.smart-forms, 
.smart-forms * {
	padding:4px 0px 0px;
	box-sizing: border-box;
}

.smart {
	padding:20px;
}

.smart-forms {
	line-height: 1.231;
	font-weight: 400;
	font-size: 14px;
	color: #626262;
}

.container {
	background:#fff;
	margin:0px auto;
	box-shadow: 0 0px 1px rgba(0, 0, 0, 0.9);
}

.wrap {
	max-width:1200px;
}

.smart-forms .section {
	margin-bottom:22px;
}

.smart-forms .address {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
	position:relative;
	margin:0px;
	padding:0px;
	background:#000;
	font-size:3em;
}

.smart-forms .address div {
	margin:10px;
	padding:4px 12px;
	width:100%;
	text-align:left;
	color:#fff;
}

.smart-forms .address div i {
	margin:0 60px 0 30px;
}

.smart-forms .address div a {
	color:#fff;	
}

.smart-forms .header {
	overflow:hidden;
	position:relative;
	padding:15px 30px;
}

.smart-forms .field-icon i {
	color:#BBB;
	position:relative;
}

.smart-forms .form-body {
	padding:40px 30px;
	padding-bottom:20px;
}

.smart-forms .form-footer {
	overflow:hidden;
	padding:20px;
	background:rgba(10,100,200,.2);
}

.smart-forms label,
.smart-forms input,
.smart-forms button,
.smart-forms select,
.smart-forms textarea {
	margin:10px auto;
	font-size:1.8em;
	font-weight:400;
	color: #626262;
	outline:none;
}

.smart-forms .gui-input,
.smart-forms .gui-textarea {
	padding:20px;
}

.smart-forms .gui-textarea {
	margin:20px auto;
    resize: none;
	line-height: 19px;
	overflow: auto;
	max-width:100%;
    height:300px;
}

.smart-forms .gui-input,
.smart-forms .gui-textarea {
	background: #fff;
	position: relative;
	vertical-align: top;
	border: none;
	border-bottom: 1px solid #CFCFCF;
	display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
	color: #626262;
	outline:none;
	height:60px;
	width: 100%;
	*zoom: 1;
}

.smart-forms .gui-textarea:focus {
	height:200px;
}

.smart-forms .gui-input:focus ~ .field-icon i,
.smart-forms .gui-textarea:focus ~ .field-icon i {
	color:rgba(10,100,200,.6);
}

.smart-forms .button {
    border: 0;
    height:60px;
    line-height:24px;
	color: #243140;
	font-size:2.5em; 
    cursor: pointer;
	padding:18px 30px;
	text-align: center;
	vertical-align: top;
    background: #DBDBDB;
	display: inline-block;
	-webkit-user-drag: none;
	text-shadow: 0 1px rgba(255, 255, 255, 0.2);
}

.smart-forms .button:hover {
	color: #243140;
	background: #E8E8E8;
}

.smart-forms .button:active {
	color: #1d2938;
	background: #C4C4C4;
}

.smart-forms a.button, 
.smart-forms span.button, 
.smart-forms label.button {
	line-height: 42px;
	text-decoration: none;
}

.smart-forms .button i {
	font-size:14px;
}

.smart-forms .button-list .button {
	margin-bottom:5px;
}

.smart-forms .btn-primary {
	background-color:rgba(10,100,200,1);
}

.smart-forms .btn-primary:hover,
.smart-forms .btn-primary:focus {
	background-color: #6bc868;
}

.smart-forms .btn-primary:active {
	background-color: #3c9b39;
}

.smart-forms .btn-primary,
.smart-forms .btn-primary:hover,
.smart-forms .btn-primary:focus,
.smart-forms .btn-primary:active {
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.08);
}

.smart-forms .form-footer .button {
	margin-right:10px;
	margin-bottom:5px;
}

.smart-forms .append-icon, 
.smart-forms .prepend-icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
	width:100%;
}

.smart-forms .append-icon .field-icon,
.smart-forms .prepend-icon .field-icon {
	top:0;
	width:42px;
	height:42px;
	color: inherit;
	line-height:42px;
	position:absolute;
	text-align: center;
    transition: all 0.5s ease-out;
    pointer-events: none;
	z-index:99;
}

.smart-forms .append-icon .field-icon i,
.smart-forms .prepend-icon .field-icon i {
	position:relative;
	top:18px;
	font-size:1.4em;
}

.smart-forms .prepend-icon .field-icon {
	left:0;
}

.smart-forms .append-icon .field-icon {
	right:0;
}

.smart-forms .prepend-icon > input, 
.smart-forms .prepend-icon > textarea,
.smart-forms .prepend-icon > select {
	padding-left:70px;
}

.smart-forms .append-icon > input,
.smart-forms .append-icon > textarea {
	padding-right:36px;
	padding-left:10px;
}

.smart-forms .append-icon > textarea {
	padding-right:36px;
}

}
