@font-face {
	font-family:'BlissReg';
	src: url('/pages/assets/fonts/BlissPro-ExtraLight.eot');
	src: url('/pages/assets/fonts/BlissPro-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('/pages/assets/fonts/BlissPro-ExtraLight.woff') format('woff'),
		url('/pages/assets/fonts/BlissPro-ExtraLight.ttf') format('truetype'),
		url('/pages/assets/fonts/BlissPro-ExtraLight.svg#BlissPro-ExtraLight') format('svg');
	font-weight: 200;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-FB02;

}

@font-face {
	font-family:'BlissItalic';
	src: url('/pages/assets/fonts/BlissPro-LightItalic.eot');
	src: url('/pages/assets/fonts/BlissPro-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('/pages/assets/fonts/BlissPro-LightItalic.woff') format('woff'),
		url('/pages/assets/fonts/BlissPro-LightItalic.ttf') format('truetype'),
		url('/pages/assets/fonts/BlissPro-LightItalic.svg#BlissPro-LightItalic') format('svg');
/*	font-weight: 400; */
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-FB02;
}

@font-face {
	font-family:'BlissBold';
	src: url('/pages/assets/fonts/BlissPro-Regular.eot');
	src: url('/pages/assets/fonts/BlissPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('/pages/assets/fonts/BlissPro-Regular.woff') format('woff'),
		url('/pages/assets/fonts/BlissPro-Regular.ttf') format('truetype'),
		url('/pages/assets/fonts/BlissPro-Regular.svg#BlissPro-Regular') format('svg');
/*	font-weight: 400; */
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-FB02;
}

@font-face {
	font-family:'BlissHeavy';
	src: url('/pages/assets/fonts/BlissPro-Heavy.eot');
	src: url('/pages/assets/fonts/BlissPro-Heavy.eot?#iefix') format('embedded-opentype'),
		url('/pages/assets/fonts/BlissPro-Heavy.woff') format('woff'),
		url('/pages/assets/fonts/BlissPro-Heavy.ttf') format('truetype'),
		url('/pages/assets/fonts/BlissPro-Heavy.svg#BlissPro-Heavy') format('svg');
/*	font-weight: 400; */
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-FB02;
}


body, html, input, select {
	font-family: 'BlissReg', Verdana, sans-serif;
	font-size:16px;
}

input, select, button {
	font-size:16px!important;
}

.form-control:focus {
    border-color: #ccc!important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(66,166,66,.6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(66,66,66,.6)!important;
}


.page {
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header_top {
    background: #222 url(/pages/assets/img/back.jpg);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.21);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.21);
    z-index: 100;
    width: 100%;
}

.footer {
    background: #222 url(/pages/assets/img/back.jpg);;
    color: #222;
    width: 100%;
    margin-top: auto;
    letter-spacing: 0.38px;
}

.main {margin-bottom:100px;}

.logos {	text-align:center;}

.logos img {    max-height:100px;
    margin:30px;}

.hole {	background: url(/pages/assets/img/bg_gray_2.png) no-repeat right;}

.red_header {    color:#e3071a;
    font-size:20px;}

.red_bg h2 {
	color:#fff;
	background-color:#e3071a;
	float:left;
	padding:20px;
}

.mount {    height: 100px;
    background: transparent url(/pages/assets/img/mountains_pattern_04.png) no-repeat center top;
}

.white {	background-color:#fff;
	text-align:center;
	padding:30px 0;}

.checkbox-inline {
    margin: 0 10px 0 0!important;
}

label {
	width:130px;
}
input[type=radio]:focus, input[type=checkbox]:focus {	box-shadow:none!important;}

.input-file__item {
  position: relative;
  border: 1px solid #434343;
  width: 150px;
  height: 200px;
  display: inline-block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.input-file__item.wide {
  width: 300px;
  height: 180px;
}

.input-file__item input {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0px;
  cursor: pointer;
  top: 0;
  height: 100%;
  z-index: 10;
}

.input-file__item::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.input-file__item::after {
  display: block;
  content: '+';
  font-family: Neumann;
  font-size: 80px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
}

.input-file__item:not(:last-child) {
  margin-right: 20px;
}

.input-file__close {
  color: red;
  font-family: Neumann;
  font-size: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  line-height: 27px;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  cursor: no-drop;
  right: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: 0;
  z-index: 30;
}

._load::after {
  opacity: 0;
}

._load .input-file__close {
  opacity: 1;
}

.input-file__close:hover {
  opacity: 0.6;
  z-index: 11;
}

#results {	width:100%;
	border:0;}

a {	color:#e3071a;
	text-decoration:none;
	border-bottom:1px solid #e3071a;}

a:hover {
	color:#444;
	text-decoration:none;
	border-bottom:1px solid #444;
}


.container{padding:30px 0; margin:0}
.footer .container p{text-align:left}

