/* css document */
@font-face {
    font-family: 'ambleregular';
    src: url('/font/amble-regular-webfont-webfont.eot');
    src: url('/font/amble-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/amble-regular-webfont-webfont.woff2') format('woff2'),
         url('/font/amble-regular-webfont-webfont.woff') format('woff'),
         url('/font/amble-regular-webfont-webfont.ttf') format('truetype'),
         url('/font/amble-regular-webfont-webfont.svg#ambleregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
  position: relative;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */   
}

*:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #5b5b5b;
  font-weight: normal;
  font-style: italic;  
}

:-moz-placeholder { /* Firefox 18- */
  color: #5b5b5b;
  font-weight: normal;
  font-style: italic;   
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #5b5b5b;
  font-weight: normal;
  font-style: italic;  
}

:-ms-input-placeholder {  
  color: #5b5b5b;
  font-weight: normal;
  font-style: italic;  
}

strong {
  font-weight: normal;
}

strong.bold {
  font-weight: bold;
}

hr {
  border: none;
  height: 16px;
  width: 100%;
  background: url(/images/hr.jpg) center center no-repeat;
  margin: 20px 0;
}

body {
  background: #e6e5e5;
  font-family: Arial;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
  color: #1e1a17;
}

section#wrapper {
  width: 100%;
  height: auto;  
}

.inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.inner:after {
  content: '';
  display: block;
  clear: both;
}

/* navigation */
nav {
  position: fixed;
  width: 100%;
  height: 83px;
  background: url(/images/nav.png) center center no-repeat;
  z-index: 1000;
}

nav .inner {
  padding: 19px 0 0 100px;
}

nav:after {
  content: '';
  display: block;
  clear: both;
}

nav #logo {
  position: absolute;
  width: 63px;
  height: 55px;
  top: 10px;
  left: 23px;
}

nav a {
  cursor: pointer;
}

nav a:not(:first-child) {
  float: left;
  font-family: 'ambleregular';
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  padding: 3px 10px 3px 0;
  color: #010000;
  margin: 0 10px 0 0;
  border-right: #d8d8d8 1px solid;
}

nav a:nth-child(2) {
  margin-left: 0;
}

nav a:last-child {
  padding-right: 0;
  border: none;
  margin-right: 0;
  color: #17cc0e;
}

nav a:not(:first-child):hover,
nav a:not(:first-child).selected {
  color: #17cc0e;
}

/* header */
header {
  width: 100%;
  height: 261px;
  background: url(/images/header.jpg) center center no-repeat;  
}

header .arrow {
  position: absolute;
  width: 58%;
  height: 64px;
  background: url(/images/header_arrow.png) right center no-repeat;
  top: 120px;
  left: 0; 
}

header .arrow h2 {
  font-family: 'ambleregular';
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: right;
  padding: 16px 60px 0 0;
  margin: 0;
}

header .arrow h2 span {
  margin: 0 45px;
}

/* callback */
#callback {
  position: fixed;
  width: 200px;
  height: auto;
  padding: 15px;
  top: 80px;
  background: rgba(129, 129, 129, 0.9);
  z-index: 2000;
  display: none;
}

#callback .pointer {
  position: absolute;
  width: 38px;
  height: 21px;
  top: -21px;
  left: 50%;
  margin-left: -19px;
  background: url(/images/callback_pointer.png) center center no-repeat;
  opacity: 0.9;  
}

#callback input {
  background: #e6e5e5;
  border: #cdcccc 1px solid;
  width: 100%;
  margin-bottom: 5px;
  font-family: Arial;
  padding: 5px;
  font-size: 15px;  
}

#callback input[type=submit] {
  background: #17cc0e;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 0;
}

/* main */
main .text {
  background: #ffffff;
  padding: 20px 0 40px 0;
}

h1 {
  font-family: 'ambleregular';
  font-size: 24px;
  color: #17cc0e;
  font-weight: normal;  
}

h1:not(.small) {
  text-transform: uppercase;
}

h2 {
  font-family: 'ambleregular';
  font-size: 21px;
  color: #17cc0e;  
  font-weight: normal;
  margin: 20px 0;  
}

h3 {
  font-family: 'ambleregular';
  font-size: 17px;
  font-weight: normal;
  margin: 10px 0 -5px 0;  
}

p {
  color: #5b5b5b;
  font-size: 15px;
  line-height: 22px;
  margin: 10px 0;
}

label {
  margin-right: 5px;
}

a {
  color: #17cc0e;  
}

.frame {
  padding: 10px 20px;
  background: #f3f3f3;
  border: #e9e9e9 1px solid;
}

.frame p {
  font-weight: bold;
}

ul {
  margin: 10px 0;
}

li {
  color: #5b5b5b;
  font-size: 15px;
  line-height: 22px;
}

main .progress_1 {
  padding: 10px 0;
}

main .progress_1:first-child {
  padding-top: 20px;
}

main .progress_1:after {
  content: '';
  display: block;
  clear: both;
}

main .progress_1 .left {
  width: 340px;
  float: left;
  min-height: 156px;
  background: url(/images/progress_1.png) left 25px center no-repeat;  
}

main .progress_1 .right {
  width: 560px;
  float: left;
  padding: 30px 50px 0 0;  
}

main .progress_1 .right h3 {
  font-family: 'ambleregular';
  font-size: 30px;
  color: #17cc0e;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  text-decoration: none;
}

main .progress_1 .right p {
  font-size: 14px;
  line-height: 19px;
  color: #1e1a17;
}

main .progress_2 {
  width: 340px;
  min-height: 35px;
  background: url(/images/progress_step.png) left 49px center no-repeat;
  padding: 15px 0;  
}

main .progress_step {
  padding: 10px 0;
  display: block;
  background: url(/images/block_separator.png) left 340px bottom 3px no-repeat;  
}

main .progress_step:after {
  content: '';
  display: block;
  clear: both;
}

main .progress_step .left {
  width: 340px;
  height: 105px;
  float: left;
  background: #818181;  
}


main .progress_step .left h4 {
  font-family: 'ambleregular';
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  padding: 40px 0 0 20px;
}

main .progress_step .right {
  width: 560px;
  height: 105px;  
  float: left;
  background: #5c5c5c url(/images/step_small_arrow.png) left center no-repeat;
  padding: 22px 100px 0 50px;  
}

main .progress_step .right .button {
  width: 50px;
  height: 105px;
  position: absolute;
  top: 0;
  right: 0;
  background: #17cc0e url(/images/step_arrow.png) center center no-repeat;
}

main .progress_step .right p {
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
}

main .progress_last {
  padding: 10px 0 60px 0;
  display: block;
  background: url(/images/block_separator.png) left 340px bottom 53px no-repeat;  
}

main .progress_last:after {
  content: '';
  display: block;
  clear: both;
}

main .progress_last .left {
  width: 340px;
  height: 105px;
  float: left;
  background: url(/images/progress_last.png) left 49px bottom 20px no-repeat;    
}

main .progress_last .right {
  width: 560px;
  height: 105px;  
  float: left;
  background: #17cc0e url(/images/step_small_arrow_light.png) left center no-repeat;
  padding: 32px 80px 0 40px;  
}

main .progress_last .right .button {
  width: 50px;
  height: 105px;
  position: absolute;
  top: 0;
  right: 0;
  background: #17cc0e url(/images/step_arrow.png) center center no-repeat;
}

main .progress_last .right p {
  font-family: 'ambleregular';
  font-size: 26px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
}

.bottom_steps {
  padding: 60px 0 40px 0;
}

.bottom_steps h2 {
  font-family: 'ambleregular';
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase; 
  margin-top: -10px;
  color: #5b5b5b;
  opacity: 0.4; 
}

.bottom_steps .inner:after {
  content: '';
  display: block;
  clear: both;
}

.bottom_steps .inner .step {
  float: left;
  width: 284px;
  height: 60px;
  background: #5c5c5c;
  margin-right: 24px;
  margin-bottom: 24px;
  font-family: 'ambleregular';
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  padding: 22px 0 0 20px;
  text-decoration: none;  
}

.bottom_steps .inner .step:nth-child(3n) {
  margin-right: 0;
}

.bottom_steps .inner .step span {
  display: block;
  width: 50px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  background: #17cc0e url(/images/step_arrow.png) center center no-repeat;
}

table {
  width: 100%;
  margin: 10px 0;
  font-size: 15px;
}

table th {
  background: #5c5c5c;
  padding: 5px 0;
  color: #ffffff;
}

table td {
  background: #eeeded;
  padding: 5px 0;
}

table td:first-child {
  background: #e4e3e3;
}

.gallery-holder {
  margin-top: 24px;
}

.gallery-holder:after {
  content: '';
  display: block;
  clear: both;
}

.gallery-holder a {
  width: 284px;
  height: 284px;
  margin-right: 24px;
  float: left;
  margin-bottom: 24px;
  display: block;
}

.gallery-holder a img {
  max-width: 100%;
  border: #e9e9e9 10px solid; 
}

.gallery-holder a:nth-child(3n) {
  margin-right: 0;
}

/* footer */
footer {
  background: #1d1815;
  padding: 15px 0;
}

footer a {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

footer a:last-child:hover {
  color: #17cc0e;
}

footer span {
  display: inline-block;
  color: #17cc0e; 
  margin: 0 10px;
}

/* responsive */
.responsive {
  display: none;
}