h2, h1, p, span, footer, div, a, br, body, html, span, form, nav, input[type="button"], img, ul, li, h3, h4, h5, h6,textarea {
  margin: 0;
  padding: 0;
  /*    display:block;*/
  border: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6
{
font-family: 'Droid Sans', sans-serif;
}

body {
  color: #fff;
  height: 100%;
  background: #0c0c0c;
  font-family: 'Slabo 27px', serif;
}

#twenty {
  width: 100%;
  background: none;
  height: 20px;
  clear: both;
}

#sixty {
  width: 100%;
  background: none;
  height: 60px;
  clear: both;
}

#scroller {
  position: fixed;
  bottom: 30px;
  right: 0;
  background: #0c0c0c;
  color: #f7f7f7;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: none;
  padding-top: 6px;
  text-align: center;
  border: 2px solid #f7f7f7;
  box-sizing: border-box;
  opacity: 0.8;
}

#scroller:hover {
  opacity: 1;
}

#wrapper {
  margin: 0 auto;
  width: 900px;
  box-sizing: content-box;
}

h2 {
  display: inline;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: normal;
}

/***********************first*****************/
#first {
  width: 100%;
  height: 94vh;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  background: url('../files/bg3.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#first_l {
  width: 50%;
  height: 100vh;
  box-sizing: border-box;
  display: inline-block;
  background: url('../files/bg3.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: calc(50vh - 120px);
}

#first_r {
  width: 50%;
  height: 100vh;
  box-sizing: border-box;
  display: inline-block;
  color: #f7f7f7;
  float: right;
  text-align: center;
  padding: calc(50vh - 150px) 60px 0 60px;
}
#first_r h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 2.8em;
  display: block;
  box-sizing: border-box;
  line-height: 1.1em;
  font-weight: normal;
}
#first_r span {
  font-size: 1.2em;
  line-height: 1.5em;
  display: block;
  text-align: left;
}
#first_r span a {
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #728838;
}
#first_r span a:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #94af4e;
}

.soc {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.soc a {
  height: 43px;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px 0 10px;
  cursor: pointer;
}
.soc a img {
  display: inline-block;
  box-sizing: border-box;
}

@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  33.3% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }

  33.3% {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
#dawn {
  cursor: pointer;
  width: 120px;
  height: 18px;
  line-height: 18px;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

#dawn1 {
  cursor: pointer;
  width: 120px;
  height: 18px;
  line-height: 18px;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

#dawn:hover, #dawn1:hover {
  -webkit-animation-name: wobble-vertical;
  animation-name: wobble-vertical;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.dawn1 {
  opacity: 0.8;
  display: none;
  box-sizing: border-box;
  width: 140px;
  height: 40px;
  background: #0c0c0c;
  padding-top: 10px;
  text-align: center;
  margin: calc(50vh - 120px) auto;
}

.dawn1:hover {
  opacity: 1;
}

/****************logo*********************/
#logo {
  position: relative;
  background: none;
  box-sizing: border-box;
  width: 200px;
  bottom: 0px;
  left: calc(50% - 100px);
}

#logo > a {
  box-sizing: border-box;
  display: inline-block;
}

/*****************works******************/
#works, #white {
  width: 100%;
  background-color: #f7f7f7;
  color: #0c0c0c;
}

#interview {
  color: #f7f7f7;
}

.block {
  overflow-wrap: normal;
  word-wrap: break-word;
  width: 100%;
  font-size: 1.2em;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.6em;
  text-align: left;
}
.block h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 2em;
  display: block;
  box-sizing: border-box;
  line-height: 1.1em;
  font-weight: normal;
}
.block span {
  display: block;
}
.block a {
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  text-decoration: underline;
  color: #555;
}
.block a:hover {
  text-decoration: none;
  cursor: pointer;
}

/***************************************order************************************/
.order {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  float: left;
  width: 300px;
  height: 200px;
}
.order a {
  display: inline-block;
  box-sizing: border-box;
  width: 300px;
  height: 200px;
}
.order a:hover {
  cursor: pointer;
}
.order span {
  box-sizing: border-box;
  position: absolute;
  display: none;
  text-align: center;
  background: white;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  padding-top: 67px;
}

/*****************contact******************/
.contact {
  text-align: left;
  width: 900px;
  margin: 0 auto;
}
.contact a {
  text-decoration: none;
  color: #aaa;
}
.contact a:hover {
  text-decoration: underline;
  color: #fff;
}
.contact h4 {
  height: 40px;
  line-height: 30px;
  display: block;
  clear: both;
	font-weight: normal;
}

#name, #mail {
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
  color: #0c0c0c;
  background: #f7f7f7;
  padding: 8px 37px 9px 15px;
  display: inline-block;
  box-sizing: border-box;
  border:none;
  border-bottom: 1px solid #0c0c0c;
  text-transform:capitalize;
}

#mess {
  display: inline-block;
  box-sizing: border-box;
  background: #eee;
  width: 100%;
  max-width: 100%;
  padding: 8px 37px 9px 15px;
  background: #f7f7f7;
  border:1px solid #0c0c0c;
}

#name:focus, #mail:focus, #mess:focus {
  outline: none;
}

#send {
  width: 45%;
  height: 60px;
  margin: 0 auto;
  display: block;
  background: #0c0c0c;
  font-size: 1.6em;
  text-decoration: none;
  cursor: pointer;
  color: #0c0c0c;
  background-color: #728838;
}

#send:hover {
  box-sizing: border-box;
  color: #f7f7f7;
  background: #94af4e;
}


.quest,.answ{
	font-size: 0.8em;
	width:95%;
	float:left;
	margin-top: 20px;
	clear:both;
}
.quest.first{margin-top: 0;}
.answ{float: right;}

a#readmore{
	display: block;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	color: #728838;
	margin:0 auto;
}

a#readmore:hover{
  text-decoration: underline;
  cursor: pointer;
  color: #94af4e;
}
.email-link {
	color: #d5d5d5 !important;
	text-decoration: none !important;
}
.email-link:hover {
	text-decoration: underline !important;
	color: white !important;
}