@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(/fonts/roboto-light.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(/fonts/roboto-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(/fonts/roboto-medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(/fonts/roboto-bold.woff2) format('woff2');
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(/fonts/robotoslab-light.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(/fonts/robotoslab-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(/fonts/robotoslab-bold.woff2) format('woff2');
}


/* ==========================================================================
   Apply a natural box layout model to all elements
   ========================================================================== */
*, *:before, *:after {
	box-sizing: border-box;
}



/* ==========================================================================
   Default classes for tags
   ========================================================================== */
html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #666;
	font: 18px/24px 'Roboto', Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0;
}

a {
	outline: none;
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #cdb280;
	text-decoration: underline;
	-webkit-transition: color 200ms, background 400ms;
		 -o-transition: color 200ms, background 400ms;
			transition: color 200ms, background 400ms;
}

p {
	margin: 0 0 18px;
}

form,
figure {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, li {
	outline: none;
}

legend {
	overflow: hidden;
	height: 0;
}

b, strong {
	color: #333;
	font-weight: normal;
	font-family: 'PF DinDisplay Pro Medium', sans-serif;
}

h1 {
	margin: 0;
	padding: 0 0 23px;
	color: #333;
	text-transform: uppercase;
	font: normal 22px/24px 'PF DinDisplay Pro Bold', sans-serif;
}

	h1 span {
		color: #cdb280;
	}

div,input,form,ul,li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}



/* ==========================================================================
   General classes
   ========================================================================== */
/*
 * Global wrapper
 */
.wrapper {
	#overflow: hidden;
	#min-width: 1000px;
	min-height: 88%;
	width: 100%;
	height: auto !important;
	height: 100%;
}


/*
 * Align block center
 */
.center {
	width: 1000px;
	margin: 0 auto;
}


/*
 * Clear fix
 */
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}


/*
 * Justify align elements
 */
.justify:after {
	display: inline-block;
	overflow: hidden;
	margin: -1000px 0 0 100%;
	height: 0;
	content: ".";
}


/*
 * Article
 */
.article {
	
}

.article.bbotder {
	padding-bottom: 15px;
	border-bottom: 2px solid #e8e8e8;
}



/* ==========================================================================
   Site structure
   ========================================================================== */
/*
 * Header
 */
 
.page {
  position: relative;
}

.page__header {
  
  z-index: 100;
}

.header {
  #background-color: rgba(0, 0, 0, 0.6);
  background: url(../images/bg-header2.jpg) center top repeat;
	height: 125px;
  padding-top: 20px;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  min-width: 320px;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;

  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  
  background-color: rgba(0, 0, 0, 0.6);
}

.header__login {
  margin-left: auto;
}

.input_inline .input__control {
  width: auto;
}

.input_style_default .input__control {
  height: 44px;
  padding: 0 18px;

  font-size: 13px;
  color: #333;

  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 1px;
}

.input_style_default .input__control::-webkit-input-placeholder {
  color: #666;
}

.input_style_default .input__control:-moz-placeholder {
  color: #666;
}

.input_style_default .input__control::-moz-placeholder {
  color: #666;
}

.input_style_default .input__control:-ms-input-placeholder {
  color: #666;
}

.input_style_default .input__control:focus {
  border-color: #5bb000;
  outline: none;
  -webkit-box-shadow: 0 0 3px 1px rgba(91, 176, 0, 0.45);
  box-shadow: 0 0 3px 1px rgba(91, 176, 0, 0.45);
}

.input_style_default .input__control:focus::-webkit-input-placeholder {
  color: transparent;
}

.input_style_default .input__control:focus:-moz-placeholder {
  color: transparent;
}

.input_style_default .input__control:focus::-moz-placeholder {
  color: transparent;
}

.input_style_default .input__control:focus:-ms-input-placeholder {
  color: transparent;
}

.input_style_default .input__control:disabled {
  background-color: #f8f9fa;
}

.login-form {
  width: 290px;
  padding: 20px;
}

.login-form .forgot-pass {
  margin-left: auto;

  font-size: 13px;
}

.login-form .forgot-pass a {
  font-size: 14px;
  text-decoration: underline;
}

.login-form .forgot-pass a:hover {
  text-decoration: none;
}

.login-form .button {
  width: 200px;
}

.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.login a:hover {
    text-decoration: none;
}

.login__label {
  color: rgba(0, 0, 0, 0);
  margin-right: 23px;
  position: relative;
  font: 700 11px/1.4 'Roboto Slab', serif;
  white-space: nowrap;
  width: 30px;
}

.login__label:after {
  content: '?';
  
  position: absolute;
  top: -6px;
  right: -5px;
  
  font-weight: 700;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  
  border: 2px solid #FFF;
  border-radius: 15px;
  
  color: #FFF;
  width: 30px;
  height: 30px;
  
  text-align: center;
  padding-bottom: 4px;
}

.logo {
  display: block;
  width: 54px;
  height: 54px;
  overflow: hidden;

  outline: none;
}

.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  fill-rule: evenodd;
}

.logo .icon {
  width: 245px;
  height: 54px;
}

.header a.logo {
    color: #FFF;
}

a.logo:hover {
    color: #FFF;
}

.form-control {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;

  -webkit-transition: 125ms border ease-in-out, 125ms -webkit-box-shadow ease-in-out;
  -o-transition: 125ms border ease-in-out, 125ms box-shadow ease-in-out;
  transition: 125ms border ease-in-out, 125ms -webkit-box-shadow ease-in-out;
  transition: 125ms border ease-in-out, 125ms box-shadow ease-in-out;
  transition: 125ms border ease-in-out, 125ms box-shadow ease-in-out, 125ms -webkit-box-shadow ease-in-out;
}

.form-control_type_textarea {
  resize: vertical;
}

.form-control_type_radio,
.form-control_type_checkbox,
.form-control_type_file {
  position: absolute;
  z-index: 1;

  height: 100%;
  margin: 0;
  padding: 0;

  outline: none;
  cursor: pointer;
  opacity: 0;
}

.form-control_type_input,
.form-control_type_textarea,
.form-control_type_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control_type_select {
  cursor: pointer;
}

.form-control_type_select::-ms-expand {
  display: none;

  background-color: transparent;
  border: 0;
}

.form-item__label {
  padding-bottom: 9px;
}

.form-item_captcha:before,
.form-item_captcha:after {
  content: "";

  display: table;
}

.form-item_captcha:after {
  clear: both;
}

.form-item_captcha .form-item__image {
  float: left;
  width: 117px;
}

.form-item_captcha .form-item__input {
  margin-left: 137px;
}

.form__section {
  margin-bottom: 4em;
}

.form__item {
  margin-bottom: 16px;
}

.form__item:last-child {
  margin-bottom: 0;
}

.form__item--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: -6px;
  margin-bottom: 11px;

  color: #666;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.form__submit {
  text-align: center;
}

.button {
  display: inline-block;
  padding: 12px 20px 13px;

  font: 700 14px/1.4 'Roboto Slab', serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;

  background-color: #5bb000;
  border: 0;
  outline: none;
  cursor: pointer;

  -webkit-transition: 125ms all ease;
  -o-transition: 125ms all ease;
  transition: 125ms all ease;
}

.button:hover {
  background-color: #56713a;
}

.button--big {
  padding-top: 10px;
  padding-bottom: 10px;

  font-size: 20px;
}

.checkbox {
  position: relative;

  display: inline-block;

  cursor: pointer;
}

.checkbox__box {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  box-sizing: initial;
}

.checkbox__box:before {
  content: '';
  position: absolute;

  display: block;

  opacity: 0;

  -webkit-transition: 125ms all ease;
  -o-transition: 125ms all ease;
  transition: 125ms all ease;

  will-change: opacity, transform;
  box-sizing: initial;
}

.checkbox__control:focus ~ .checkbox__box {
  border-color: #5bb000;
  outline: none;
}

.checkbox__control:checked + .checkbox__box:before {
  opacity: 1;
}

.checkbox__control:disabled ~ .checkbox__box,
.checkbox__control:disabled ~ .checkbox__label {
  opacity: 0.5;
}

.checkbox__label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox_style_default .checkbox__box {
  width: 18px;
  height: 18px;

  background-color: #ddd;
  border-radius: 9px;

  -webkit-transition: 125ms border-color ease;
  -o-transition: 125ms border-color ease;
  transition: 125ms border-color ease;
}

.checkbox_style_default .checkbox__box:before {
  top: 5px;
  left: 5px;

  width: 6px;
  height: 3px;

  border-width: 0 0 3px 3px;
  border-style: solid;
  border-color: #5bb000;
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkbox_style_default .checkbox__box:disabled + .checkbox__box {
  background: #ebebeb;
}

.checkbox_style_default .checkbox__label {
  padding-left: 28px;

  font-size: 14px;
}

/*** 
.header {
	position: relative;
	z-index: 10;
	background: url(../images/bg-header2.jpg) center top repeat;
	height: 155px;
	padding:25px 0 0;
	box-shadow: 0 3px 5px rgba(50, 50, 50, .1);
}

.header__content {
	height: 105px;
	background: url(../images/bg-header.png);
	padding:22px 32px 24px;
	overflow:hidden;
	width:970px;
	box-sizing:border-box;
	border-radius:3px;
}
*/
/*
 * Top leads message
 */
.top-leads-message {
	float: right;
	margin:12px 0 0;
	white-space: nowrap;
}
.top-leads-message a {
	display: inline-block;
	width:170px;
	height:42px;
	font:bold 16px/40px 'Roboto', Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	border-radius:50px;
	text-align:center;
	color:#fff;
	border:2px solid #ddb669;
	background: url(../images/bg-sign.png);
	-webkit-transition:background 0.3s ease;
	transition:0.3s ease;
	position:relative;
}

.top-leads-message a:hover,.top-leads-message a.active {
	background: #ddb669;
}

/*
 * Content
 */
.content {
	height: 100%;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	#margin:0 0 -100px !important;
}

.static {
	padding: 20px 0px 10px 0px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 970px;
    text-align: left;
}

.static h2 {
    padding-top: 0px;
    margin-top: 0px;
}

.static a,
.static a:hover {
    color: #F15628;
}


/*
 * Columns
 */
.cols-wrapper {
	text-align: justify;
}

.cols-wrapper:after {
	display: inline-block;
	width: 100%;
	content: ' ';
}

.col-content {
	display: inline-block;
	width: 700px;
	vertical-align: top;
	text-align: left;
}

.col-sidebar {
	display: inline-block;
	width: 270px;
	vertical-align: top;
	text-align: left;
}

.col-title {
	position: relative;
	display: block;
	margin-bottom: 40px;
	padding-bottom: 22px;
	border-bottom: 1px solid #e6e6e6;
	color: #333;
	text-transform: uppercase;
	font: 30px/34px 'PF DinDisplay Pro Light', sans-serif;
}

.col-title:after {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100px;
	height: 4px;
	background-color: #cdb280;
	content: ' ';

}


/* ==========================================================================
   Site Blocks
   ========================================================================== */
/*
 * Logo
 */
/*.logo {
	float: left;
}*/


/*
 * Are you a Pro?
 */
.are-you-pro {
	float: right;
	padding: 24px 0 0 12px;
	white-space: nowrap;
}

	.are-you-pro span {
		display: inline-block;
		padding: 0 7px 0 11px;
		color: #bfa677;
		vertical-align: top;
		text-shadow: 0 1px 0 #fff;
		line-height: 44px;
	}

	.are-you-pro a {
		position: relative;
		display: inline-block;
		overflow: hidden;
		padding-left: 19px;
		width: 137px;
		height: 42px;
		border-radius: 3px;
		background-color: #cdb280;
		color: #fff;
		vertical-align: top;
		line-height: 45px;
	}

	.are-you-pro a:hover {
		background-color: #f15628;
		text-decoration: none;
	}

	.are-you-pro a:after {
		position: absolute;
		top: 11px;
		right: 10px;
		background: url(../img/sprite.png) 0 0 no-repeat;
		width: 20px;
		height: 20px;
		content: ' ';
	}

/*
 * Top links
 */
.top-links {
	float: right;
	position: relative;
	line-height: 44px;
	padding: 0 1px;
}

.top-links:before,
.top-links:after {
	position: absolute;
	top: 0;
	height: 90px;
	width: 1px;
	content: ' ';
}

.top-links:before {
	left: 0;
	background-color: #fff;
}

.top-links:after {
	right: 0;
	background-color: #e8e8e8;
}

	.top-links a {
		position: relative;
		z-index: 1;
		float: left;
		padding: 24px 22px 0;
		min-width: 90px;
		height: 90px;
		text-align: center;
		text-transform: uppercase;
		text-shadow: 0 1px 0 #fff;
		box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
	}

	.top-links a:before,
	.top-links a:after {
		position: absolute;
		top: 0;
		z-index: -1;
		width: 1px;
		height: 90px;
		content: ' ';
	}

	.top-links a:before {
		left: 0;
		background-color: #e8e8e8;
	}

	.top-links a:after {
		right: 0;
		background-color: #fff;
	}

	.top-links a:hover,
	.top-links a.active {
		color: #333;
		text-decoration: none;
		border-bottom: 4px solid #cdb280;
	}


/*
 * Form
 */
.form {
	margin: 0;
}

.form h3, h4 {
    color: #5bb000;
}

.form p.text {
    color: #E6E1DA;
}

.inputs-group {
	margin-bottom: 25px;
	vertical-align: top;
}

.inputs-group div.error {
    float: right; 
    position: relative; 
    color: #f4462e;
}

.inputs-group .zip_block div.error {
    float: none;
    padding-top: 5px;
}

.inputs-group.justify {
	margin: 0 0 -5px 0;
	text-align: justify;
}


.inputs-group--ptop-double {
	padding-top: 26px;
}

.input-block {
	display: inline-block;
	vertical-align: top;
}

.input-block select {
    width: 100%;
    height: 48px;
    padding: 10px 0 0 10px;
}

.number .input-block select {
    padding: 0 0 0 10px;
}

.inputs-group.float {
	
}

	.inputs-group.float .input-block {
		float: left;
		margin-left: 16px;
	}
	
	.inputs-group.float .input-block:first-child {
		margin-left: 0;
	}

.input-block--wnone {
	display: block;
}

.input-block--w371 {
	width: 371px;
}

.input-block--w251 {
	width: 251px;
}

.input-block--w230 {
	width: 230px;
}

.input-block--w227 {
	width: 227px;
}

.input-block--w220 {
	width: 220px;
}

.input-block--w158 {
	width: 158px;
}

.input-block--w150 {
	width: 150px;
}

.input-block--w143 {
	width: 143px;
}

.input-block--w133, .selectric-input-block--w133 {
	width: 133px;
}

.input-block--w120 {
	width: 120px;
}

.input-block--w111 {
	width: 111px;
}

.input-block--w100 {
	width: 100px;
}

.input-block--w142 {
	width: 142px;
}

.input-block--w96 {
	width: 96px;
}

.input-block--w90 {
	width: 90px;
}

.input-block--cvv {
	position: relative;
	padding-right: 115px;
}

.input-block--cvv:after {
	position: absolute;
	top: 17px;
	right: -9px;
	background: url(../img/sprite.png) -227px -307px no-repeat;
	width: 120px;
	height: 82px;
	content: ' ';
}

.form__label {
	display: block;
	margin:0 0 10px;
	color: #383737;
	text-transform: uppercase;
	position:relative;
	font: 14px/16px 'Roboto Slab', sans-serif;
}

.form__label.error {
    color: #F15628 !important;
    display: block !important;
}

.form__text {
	margin: 0 0 10px;
	color: #000;
	font-size: 15px;
}

.form__text.gold {
    color: #CCB685;
}

.form__text--bigger {
	font-size: 14px;
}

.form__bottom-message {
	color: #383737;
	font:300 15px/17px 'Roboto Slab', Arial, Helvetica, sans-serif;
	display:block;
	text-align: center;
}
.form__bottom-message span{
	color:#ff1616;
}
.form__bottom-message--no-bg {
	background: none;
	padding: 0 30px;
}

/* Inputs */
.form__input,
.form__textarea {
	position: relative;
	/*display: inline-block;
	vertical-align: top;*/
}

.form__input--inline {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

.form__input input,
.form__textarea textarea {
	margin: 0;
	padding: 0 10px 0 12px;
	width: 100%;
	outline: none;
	border: 2px solid #d9d9d9;
	color: #333;
	background:none;
	-webkit-transition: all 200ms;
		 -o-transition: all 200ms;
			transition: all 200ms;
}

.form__input input {
	height: 48px;
	line-height: 46px;
}

.form__input--w120 {
	width: 120px;
}

.inputs-group--phone-number .form__input input,
.inputs-group--card-number .form__input input {
	font-size: 24px;
	text-align: center;
}

.inputs-group--center {
    text-align: center;
}

.phone-number-error {
	position: relative;
}

.phone-number-error:before {
	position: absolute;
	top: 43px;
	right: 11px;
	z-index: 1;
	background: url(../img/sprite.png) -139px 0 no-repeat;
	width: 20px;
	height: 20px;
	content: ' ';
}

.form--step-third .phone-number-error:before {
	right: 174px;
	top: 48px;
}

.phone-number-error .form__input input {
	border-color: #f4462e;
}

.phone-number-error__text {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	white-space: nowrap;
	color: #f4462e;
}

.form--step-third .phone-number-error__text {
	top: -29px;
}

.form__textarea textarea {
	padding-top: 9px;
	height: 140px;
	font-size: 16px;
	line-height: 20px;
	resize: none;
}

.form__input input:focus,
.form__textarea textarea:focus {
	border-color: #ddb669;
}

.form__input--done:after,
.form__input--error:after {
	position: absolute;
	top: 14px;
	right: 11px;
	width: 20px;
	height: 20px;
	content: ' ';
	background: url(../img/sprite.png) no-repeat;
}
	
.form__input--done:after {
	background-position: -118px 0;
}

.form__input--error:after {
	background-position: -139px 0;
}

.form__input--error {
	
}

	.form__input--error input {
		border-color: #f4462e;
		color: #f4462e;
	}

.error--no-icon:after {
	display: none !important;
}


.form__notice {
	float: left;
	padding-top: 6px;
	width: 100%;
	color: #666;
	vertical-align: top;
	margin-bottom: -5px;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
}

.form__notice--enter-pin {
	padding-top: 11px;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: .4px;
	font-size: 17px;
}

.form__text-with-input {
	display: inline-block;
	color: #666;
	vertical-align: top;
	text-transform: uppercase;
	line-height: 48px;
	
}

/* Placeholder */
::-webkit-input-placeholder { color: #666; }
::-moz-placeholder 			{ color: #666; }
:-ms-input-placeholder 		{ color: #666; }

:focus::-webkit-input-placeholder { color: transparent; }
:focus::-moz-placeholder 		  { color: transparent; }
:focus:-ms-input-placeholder 	  { color: transparent; }



/*
 * Select
 */
.selectricWrapper {
	position: relative;
	cursor: pointer;
}

.selectric {
	position: relative;
	width: 100%;
	height: 48px;
	background-color: #fff;
	border: 1px solid #e4e4e4;
}

.selectric .label {
	display: block;
	overflow: hidden;
	margin: 0 50px 0 12px;
	height: 46px;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 46px;
}

.form__input--w120 .selectric .label {
	margin-left: 8px;
}

.selectric .button {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 44px;
	height: 47px;
	background: #f7f6f5;
	background: -moz-linear-gradient(top,  #f7f6f5 0%, #edeceb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f6f5), color-stop(100%,#edeceb));
	background: -webkit-linear-gradient(top,  #f7f6f5 0%,#edeceb 100%);
	background: -o-linear-gradient(top,  #f7f6f5 0%,#edeceb 100%);
	background: -ms-linear-gradient(top,  #f7f6f5 0%,#edeceb 100%);
	background: linear-gradient(to bottom,  #f7f6f5 0%,#edeceb 100%);
	box-shadow: inset 1px 0 0 #e8e8e8;
	-moz-box-shadow: inset 1px 0 0 #e8e8e8;
	line-height: 30;
}

.selectric .button:after {
	position: absolute;
	top: 21px;
	left: 15px;
	width: 14px;
	height: 8px;
	background: url(../img/sprite.png) -22px 0 no-repeat;
	content: ' ';
}


.selectricHover .selectric .button {
	background: #f7f6f5;
	background: -moz-linear-gradient(top,  #f7f6f5 0%, #e0e0de 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f6f5), color-stop(100%,#e0e0de));
	background: -webkit-linear-gradient(top,  #f7f6f5 0%,#e0e0de 100%);
	background: -o-linear-gradient(top,  #f7f6f5 0%,#e0e0de 100%);
	background: -ms-linear-gradient(top,  #f7f6f5 0%,#e0e0de 100%);
	background: linear-gradient(to bottom,  #f7f6f5 0%,#e0e0de 100%);
}

.selectricWrapper:active .selectric .button:after,
.selectricOpen .selectric .button:after {
	background-position: -22px -10px;
}

.selectricOpen {
	z-index: 9999;
}

.selectricOpen .selectricItems {
	display: block;
}

.selectricHideSelect {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}

.selectricHideSelect select {
	position: absolute;
	left: -100%;
	display: none;
}

.selectricInput {
	display: none;
}

.selectricTempShow {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}

.selectric-form__input--error .selectric {
    border: 2px solid red !important;
}

.selectric-form__input--error .button {
    height: 43px;
}

/* Items box */
.selectricItems {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: -1;
	display: none;
	padding: 0;
	outline: none;
	background-color: #fff;
}

.selectric-state .selectricItems {
	width: 463px !important;
	margin-left: -267px;
}

.selectricItems .selectricScroll {
	height: 100%;
	overflow: auto;
}

.selectric-state.selectricAbove .selectricItems {
	top: auto;
	bottom: 100%;
}

.selectricItems ul, .selectricItems li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.selectricItems li {
	display: block;
	padding: 17px 12px 15px;
	border: 1px solid #e8e8e8;
	border-top: 0;
	white-space: normal;
	cursor: pointer;
	-webkit-transition: color, background 200ms;
		 -o-transition: color, background 200ms;
			transition: color, background 200ms;
	line-height: 100%;
}

.selectric-centering .selectricItems li {
	text-align: center;
}

.selectric-small {
    width: 130px;
}

.selectric-small .selectricItems li {
	text-align: center;
	padding: 5px 0 3px;
}

.selectric-state .selectricItems ul {
	padding: 1px 0 0 1px;
}

.selectric-state .selectricItems li {
	float: left;
	margin: -1px 0 0 -1px;
	padding: 0;
	width: 43px;
	height: 47px;
	text-align: center;
	line-height: 47px;
}

.selectricItems li:hover {
	border-color: #f2f2f2;
	background-color: #f2f2f2;
}

.selectricItems li.selected {
	border-color: #f15628;
	background-color: #f15628;
	color: #fff;
}

.selectricItems li.disabled {
	display: none;
}

/* Form button */
.form__button {
	width: 63%;
	height: 52px;
	outline: none;
	border: 0;
	border-radius: 2px;
	background:#5BB000;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font:bold 16px/52px 'Roboto Slab', sans-serif;
	
}

.form__button.back {
    background:#A1A1A1;
    width: 30%;
}

.form__button.back:hover {
	background: #565656;
}

.form__button.right {
    float:right;
}

	.form__button div {
		display: inline-block;
		position: relative;
		padding-right: 30px;
	}
	
	.form__button div:after {
		position: absolute;
		top: 11px;
		right: 0;
		background: url(../img/sprite.png) -373px 0 no-repeat;
		width: 23px;
		height: 23px;
		content: ' ';
	}

.form__button:hover {
	background: #56713A;
}

.form__button[disabled] {
	background: url("/img/spinner_2.gif") no-repeat scroll 330px 7px #9C9B9B;
    -moz-box-shadow: 1px 1px 0 #9C9B9B inset;
    box-shadow: inset 1px 1px 0 #9C9B9B;
}

.form__button--dark {
	background:#b8b8b8;
	border-style:none !important;
	float:left !important;
}

.form__button--dark:hover {
	background:#c4c4c4;
}


/*
 * Search
 */
.home-search {
	position: relative;
	padding-top: 77px;
	width: 100%;
	height: 501px;
	border-bottom: 1px solid #dbdbdb;
	background: url(../img/home-search-image.jpg) center top no-repeat;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.home-search:after {
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -33px;
	background: url(../img/sprite.png) -305px 0 no-repeat;
	width: 66px;
	height: 30px;
	content: ' ';
}

	.home-search .form {
		width: 643px;
	}

.home-search__content {
	margin: 0 auto;
	width: 743px;
	height: 279px;
	padding: 35px 0 0 50px;
	background-color: rgba(255, 255, 255, .8);
	white-space: nowrap;
}

.home-search__title {
	display: block;
	color: #333;
	text-transform: uppercase;
	letter-spacing: -.5px;
	font: 45px/50px 'PF DinDisplay Pro Bold', sans-serif;
	padding-right: 50px;
    text-align: center;
    white-space: nowrap;
}

.home-search__sub-title {
	display: block;
	padding-bottom: 24px;
	text-transform: uppercase;
	font: 29px/30px 'PF DinDisplay Pro Light', sans-serif;
	padding-right: 50px;
    text-align: center;
    white-space: nowrap;
}


/*
 * For pro
 */
.for-pro {
	margin-bottom: 35px;
	background: #fff url(../img/pattern.png) center top repeat;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.for-pro__content {
	height: 223px;
	position: relative;
	padding: 34px 200px 0 240px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.for-pro__content:before {
	position: absolute;
	bottom: 0;
	left: -40px;
	width: 254px;
	height: 284px;
	background: url(../img/sprite.png) 0 -22px no-repeat;
	content: '';
}

.for-pro__content:after {
	position: absolute;
	top: 49px;
	right: 100px;
	background: url(../img/sprite.png) -254px -37px no-repeat;
	width: 92px;
	height: 100px;
	content: ' ';
}

.for-pro__question {
	position: relative;
	display: inline-block;
	margin: 0 18px 25px 5px;
	padding: 2px 0 0 22px;
	width: 255px;
	height: 47px;
	background-color: #ccb385;
	box-shadow:
		-1px 0 #dec390, -1px 1px #998663,
		-2px 1px #dec390, -2px 2px #998663,
		-3px 2px #dec390, -3px 3px #998663,
		-4px 3px #dec390, -4px 4px #998663,
		-5px 4px #dec390, -5px 5px #998663;
	-moz-box-shadow:
		-1px 0 #dec390, -1px 1px #998663,
		-2px 1px #dec390, -2px 2px #998663,
		-3px 2px #dec390, -3px 3px #998663,
		-4px 3px #dec390, -4px 4px #998663,
		-5px 4px #dec390, -5px 5px #998663;
	color: #fff;
	vertical-align: top;
	font: 18px/47px 'PF DinDisplay Pro Medium', sans-serif;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.for-pro__question:before {
	position: absolute;
	right: 18px;
	bottom: 0;
	width: 50px;
	height: 37px;
	background: url(../img/sprite.png) -254px 0 no-repeat;
	content: ' ';
}

.for-pro__question:after {
	position: absolute;
	top: 21px;
	right: -10px;
	width: 10px;
	height: 10px;
	background: url(../img/sprite.png) -51px 0 no-repeat;
	content: ' ';
}

.for-pro__learn-more {
	display: inline-block;
	width: 252px;
	height: 52px;
	border: 2px solid #cdb280;
	border-radius: 3px;
	color: #cdb280;
	vertical-align: top;
	text-align: center;
	text-transform: uppercase;
	font: 17px/49px 'PF DinDisplay Pro Medium', sans-serif;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.for-pro__learn-more:hover {
	background-color: #cdb280;
	color: #fff;
	text-decoration: none;
}

.for-pro__text {
	position: relative;
	padding: 17px 0 0 100px;
	width: 534px;
	height: 80px;
	background-color: #f2f2f2;
	color: #333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	font-size: 17px;
	line-height: 23px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.for-pro__text:before {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/sprite.png) -254px -137px no-repeat;
	width: 80px;
	height: 80px;
	content: ' ';
}


/*
 * Testimonials
 */
.testimonials {
	position: relative;
}

.work-type__search__content .testimonials {
    width: 715px;
    height: 125px;
    text-align: center;    
    display: inline-block;
    margin-top: -10px;
    top: 25px;
    overflow: hidden;
}

.work-type__search__content .testimonials:after {
    position: absolute;
	top: -65px;
	left:34px;
	width: 50px;
	height: 60px;
	background: url(../img/arrow.png) top left no-repeat;
	content: ' ';
}


.testimonial {
	margin-right: 20px;
	width: 270px;
	vertical-align: top;
	white-space: normal;
}

.work-type__search__content .testimonial {
    width: 715px;
    margin-right: 0px;
    color: #FFF;
}

.testimonial__text {
	margin-bottom: 45px;
	overflow: hidden;
	height: 290px;
	vertical-align: top;
	letter-spacing: -.3px;
	font-size: 17px;
	line-height: 22px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.work-type__search__content .testimonial__text {
    height: 100px;
    font: 15px/20px 'PF DinDisplay Pro Light', sans-serif;
    padding-left: 20px;
    text-align: left;
    letter-spacing: normal;
    margin: 0;
}

.testimonial__author {
	position: relative;
	z-index: 1;
	padding-top: 31px;
	height: 128px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.work-type__search__content .testimonial__author {
    padding-top: 5px;
    border-top: 0;
    border-bottom: 0;
    height: auto;
    text-align: right;
    padding-right: 50px;
}

.testimonial__author:before {
	position: absolute;
	top: -1px;
	left: 24px;
	width: 14px;
	height: 19px;
	background: url(../img/sprite.png) -37px 0 no-repeat;
	content: ' ';
}

.work-type__search__content .testimonial__author:before {
    background: none;
}

.testimonial__author:after {
	position: absolute;
	top: 26px;
	right: 0;
	width: 72px;
	height: 63px;
	background: url(../img/sprite.png) -254px -217px no-repeat;
	content: ' ';
}

.work-type__search__content .testimonial__author:after {
    background: url(../img/quotes.png) top left no-repeat;
    top: 0px;
	right: 5px;
	width: 25px;
	height: 22px;
}

.work-type__search__content .testimonial__image {
    width: 80px;
    height: 115px;
    padding-top: 5px;
    float: left;
    text-align: center;
}

.work-type__search__content .testimonial-stars {
    white-space: nowrap;
}

.work-type__search__content .testimonial-stars div {
    display: inline-block;
    width: 14px;
    height: 13px;
    font-size: 1px;
    line-height: 1px;
    content: ' ';
}

.work-type__search__content .testimonial-stars div.full {
    background: url(../img/star_1.png) top left no-repeat;
}

.work-type__search__content .testimonial-stars div.half {
    background: url(../img/star_2.png) top left no-repeat;
}

.work-type__search__content .testimonial-stars div.empty {
    background: url(../img/star_3.png) top left no-repeat;
}


.testimonial__author__image {
	position: relative;
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
}

#.testimonial__author__image:after {
#	position: absolute;
#	top: 1px;
#	left: 1px;
#	width: 78px;
#	height: 78px;
#	border: 3px solid #fff;
#	border-radius: 78px;
#	 content: ' ';
#	 opacity: .4;
#	box-sizing: border-box;
#   -moz-box-sizing: border-box;
#  -webkit-box-sizing: border-box;
}

	.testimonial__author__image img {
		border-radius: 80px;
	}

.testimonial__author__data {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	line-height: 100%;
}

.work-type__search__content .testimonial__author__data {
    width: auto;
}

.testimonial__author__name {
	display: block;
	font: 17px/22px 'PF DinDisplay Pro Medium', sans-serif;
	color: #333;
}

.work-type__search__content .testimonial__author__name {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #eec681;
    text-transform: uppercase;
}

.testimonial__author__location {
	font-size: 15px;
	color: #cdb280;
}

.work-type__search__content .testimonial__author__location {
    display: inline-block;
    font: 14px/20px 'PF DinDisplay Pro Medium', sans-serif;
    color: white;
}

.testimonials__dots {
	position: absolute;
	bottom: 145px;
	left: 0;
	z-index: 100;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 11px;
	list-style: none;
	text-align: center;
}

.work-type__search__content .testimonials__dots {
	position: relative;
	bottom: auto;
	left: auto;
	z-index: 100;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 11px;
	list-style: none;
	text-align: center;
	margin-top: -18px;
}


	.testimonials__dots li {
		display: inline-block;
		overflow: hidden;
		width: 11px;
		height: 11px;
		border: 1px solid #e6e6e6;
		vertical-align: top;
		line-height: 20;
		cursor: pointer;
		-webkit-transition: background 400ms;
		 	 -o-transition: background 400ms;
				transition: background 400ms;
	}

	.work-type__search__content .testimonials__dots li {
	   width: 5px;
	   height: 5px;
	   border: 0;
	   background-color: #FFF;
	}
	
	.testimonials__dots li:hover,
	.testimonials__dots li.cycle-pager-active {
		border-color: #ccb385;
		background-color: #ccb385;
	}
	
	.work-type__search__content .testimonials__dots li:hover,
	.work-type__search__content .testimonials__dots li.cycle-pager-active {
		background-color: #ccb385;
	}


/*
 * Just Released
 */
.just-released {

}

.just-released__item {
	overflow: hidden;
	margin-bottom: 30px;
}

.just-released__item__link {
	/*display: block;*/
}

.just-released__item__photo {
	position: relative;
	float: left;
	margin-right: 15px;
	width: 205px;
	height: 123px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

	.just-released__item__photo img {
		border-radius: 3px;
	}

	.just-released__item__photo time {
		position: absolute;
		bottom: 0;
		left: 0;
		padding-top: 7px;
		width: 60px;
		height: 60px;
		background-color: rgba(204, 179, 133, .75);
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		font: 10px/11px 'PF DinDisplay Pro Medium', sans-serif;
		box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
	}

		.just-released__item__photo time span {
			font: 34px/28px 'PF DinDisplay Pro Bold', sans-serif;
			display: block;

		}

.just-released__item__name {
	display: block;
	padding-bottom: 10px;
	font: 19px/20px 'PF DinDisplay Pro Medium', sans-serif;
}

.just-released__desc {
	#overflow: hidden;
	margin: 0;
	font-size: 17px;
	line-height: 23px;
}

.just-released__view-all {
	position: relative;
	z-index: 1;
	margin-top: -10px;
	text-align: right;
}

.just-released__view-all:before {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 4px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	content: ' ';
}

	.just-released__view-all a {
		display: inline-block;
		padding-left: 15px;
		background-color: #fff;
		text-transform: uppercase;
		font: 15px/18px 'PF DinDisplay Pro Medium', sans-serif;
	}


/*
 * About clients
 */
.about-clients {
	padding-bottom: 60px;
}

.about-clients__title {
	position: relative;
	padding-top: 30px;
	width: 100%;
	height: 135px;
	border-bottom: 1px solid #e2e2e2;
	background-color: #f3f3f3;
	box-shadow: 0 3px 5px rgba(166, 166, 166, .2);
	-moz-box-shadow: 0 3px 5px rgba(166, 166, 166, .2);
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.about-clients__title.location {
    height: 165px;
}

.about-clients__title:before {
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -22px;
	width: 44px;
	height: 19px;
	background: url(../img/sprite.png) -62px 0 no-repeat;
	content: ' ';
}
.about-clients__title:after {
	position: absolute;
	bottom: 21px;
	left: 50%;
	margin-left: 240px;
	width: 51px;
	height: 51px;
	background: url(../img/sprite.png) -347px -31px no-repeat;
	content: ' ';
}

.about-clients__title__text {
	display: block;
	color: #454545;
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 36px;
}

	.about-clients__title__text b {
		color: #cdb280;
	}

.about-clients__search {
	width: 643px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

	.about-clients__search .form {
		padding-top: 40px;
		padding-right: 90px;
		padding-left: 90px;
	}

.terms-conditions {
    color: #9B9B9B;
    font: 13px/16px sans-serif;
    padding: 7px 0 10px;
    text-align: justify;
}

	.terms-conditions a {
		color: #f15628;
		text-decoration: underline;
	}

	.terms-conditions a:hover {
		text-decoration: none;
	}


/*
 * Work type
 */
.work-type {
	
}

.work-type__search {
	position: relative;
	overflow: hidden;
	height: 502px;
	padding-top: 72px;
	width: 100%;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.work-type__search.testimonials {
    padding-top: 30px;
}

.work-type__search.testimonials.location {
    padding-top: 20px;
}

	.work-type__search .form {
		width: 385px;
		margin: 0 auto;
		padding: 13px 40px 12px;
		box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
	}

.work-type__search__content {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding-top: 36px;
	width: 782px;
	min-height: 240px;
	border: 1px solid rgba(246, 246, 246, 0.1);
	background-color: rgba(0, 0, 0, .5);
	text-align: center;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-bottom: 46px;
}

.work-type__search__content.testimonials {
    padding-top: 36px;
}

.work-type__search__content:after {
    position: absolute;
    height: 94%;
    width: 97%;
    top: 3%;
    left: 1.5%;
    border: 2px solid rgba(144, 142, 139, 0.7);
    content: ' ';
    z-index: -1;
}

.work-type__search__content form:before {
	position: absolute;
	right: 96px;
	background: url(../img/sprite.png) -347px -246px no-repeat;
	width: 85px;
	height: 85px;
	content: ' ';
}

.work-type__search__title {
	display: inline-block;
	margin-bottom: 12px;
	padding-bottom: 9px;
	border-bottom: 3px solid rgba(255, 255, 255, .5);
	color: #fff;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 100%;
}

	.work-type__search__title b {
		color: #e5c78e;
	}
	
.work-type__search__sub-title {
	display: block;
	padding-bottom: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 100%;
}

.work-type__search__image {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 502px;
}

.work-type__search__image:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
#	background: url(../img/image-pattern.png) 0 0 repeat;
	content: ' ';
}

.work-type__steps {
	position: relative;
	height: 135px;
	margin-bottom: 32px;
	background-color: #333;
	border-bottom: 5px solid #e8e8e8;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.work-type__steps:before {
	position: absolute;
	top: -29px;
	left: 50%;
	margin-left: -29px;
	width: 58px;
	height: 30px;
#	background: url(../img/sprite.png) -347px -83px no-repeat;
	content: ' ';
}

.work-type__steps__content {
	padding-top: 20px;
	text-align: justify;
}

.work-type__step {
	position: relative;
	display: inline-block;
	padding: 13px 0 0 70px;
	width: 32%;
	height: 90px;
	border: 1px solid #666;
	border-radius: 3px;
	background-color: #4d4d4d;
	text-align: left;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.work-type__step:before {
	position: absolute;
	top: 24px;
	left: 14px;
	background: url(../img/sprite.png) no-repeat;
	width: 44px;
	height: 43px;
	content: ' ';
}

.work-type__step__title {
	display: block;
	padding-bottom: 5px;
	color: #e6c995;
	text-transform: uppercase;
	font: 17px/18px 'PF DinDisplay Pro Medium', sans-serif;
}

.work-type__step__text {
	font-size: 16px;
	line-height: 19px;
	color: #f5f3f0;
}

.step-find:before {
	background-position: -347px -114px;
}

.step-licensed:before {
	background-position: -347px -158px;
}

.step-quotes:before {
	background-position: -347px -202px;
}

/*
 * Registration
 */
.registration {
	#padding-bottom: 100px;
	height: 100%;
}

.registration__top-panel {
	position: relative;
	padding: 26px 0 70px;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	background-color: #f3f3f3;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
}

.registration__title {
	position: relative;
	display: block;
	margin-bottom: 10px;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	font:bold 34px/36px 'Roboto Slab', sans-serif;
}

.registration__discount_top {
	display: block;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 0 100px;
	text-align: center;
	font:300 22px/26px 'Roboto Slab', sans-serif;
}

.registration__discount_top b {
    font:600 22px/26px 'Roboto Slab', sans-serif;
    color: #5bb000;
}

.registration__discount_top b.price {
    color: #FF2931;
    font-size: 26px;
}

.registration__discount_top .old {
    color: #A9A9A9;
    font-weight: bold;
    position: relative;
    text-decoration: line-through;
}

.registration__discount_top .old:after {
    content:' ';
    border-top: 3px solid #A9A9A9;
    top: 17px;
    position: absolute;
    left: -2px;
    width: 110%;
    height: 5px;
}

.registration__comment {
	display: block;
	margin-bottom: 30px;
	padding: 0 100px;
	text-align: center;
	font:300 16px/18px 'Roboto Slab', sans-serif;
}

	.registration__comment span {
		color: #f15628;
	}

.registration__steps {
	margin: 0;
	padding: 0 0 0 111px;
	list-style: none;
}

.registration__step {
	position: relative;
	float: left;
	margin-right: 1px;
	padding-right: 152px;
	width: 183px;
}

.registration__step:before {
	position: absolute;
	right: 0;
	top: 18px;
	width: 144px;
	height: 2px;
	background-color: #d7d7d7;
	content: '';
}

.registration__step.active:before{
	background-color:#a6a6a6;
}
.registration__step.passed:before {
	background-color: #5BB000;
}


.registration__step--sixth {
	margin-right: 0;
	padding-right: 0;
	width: 35px;
}

.registration__step--sixth:before,
.registration__step--sixth:after {
	display: none;
}

.registration__step__number {
	display: block;
	width: 39px;
	height: 39px;
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #e6e6e6;
	text-align: center;
	color:#373737;
	font: 16px/35px 'Roboto', sans-serif;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.active .registration__step__number {
	border-color: #5BB000;
    background: #FFF none repeat scroll 0% 0%;
    color: #666;
}

.passed .registration__step__number {
	border-color: #fff;
	background-color: #5BB000;
	color: #fff;
}

.active .registration__step__name {color:#56713A;}
.registration__step__name {
	position: absolute;
	bottom: -40px;
	left: -50px;
	width: 130px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	white-space: nowrap;
	font:300 14px/16px 'Roboto', Arial, Helvetica, sans-serif;;
	color:#373737;
}

.registration__form {
	max-width: 650px;
	margin: 0 auto;
	padding: 0 5px 10px 5px;
}
	.registration__form .form__label {
		position:relative;
	}
	
	.registration__form .form__label span{
		background:#fff;
		position:relative;
		z-index:2;
		padding:0 10px 0 0;
	}
	.registration__form .form__label:after{
		content:'';
		position:absolute;
		top:8px;
		right:0;
		background:#d9d9d9;
		height:1px;
		width:100%;
	}
	
	.registration__form .form__label.ship_to {
	   text-align: center;
        font-weight: bold;
        color: #5bb000;
	}
	.registration__form .title{
		
	}
	.registration__form .form {
		padding:30px 0 0;		
	}
	.form__input{
		background:#f4f4f4;
	}
	.registration__form .title{
		background:#383737;
		height:52px;
		color:#f4f4f4;
		font:bold 20px/52px 'Roboto Slab', Arial, Helvetica, sans-serif;
		display:block;
		text-align:center;
		margin:0 0 25px;
		text-transform:uppercase;
	}
	.registration__form .form--step-second {
		position: relative;
		#padding-top: 110px;
	}
	.registration__form .inputs-group{
		width:100%;
		#overflow:hidden;
	}
	.registration__form .input-block.left:last-of-type{
		float:right;
	}
	.registration__form .input-block.left{
		float:left;
		width:48%;
	}
	#.registration__form .form--step-second:before {
	#	position: absolute;
	#	top: 24px;
	#	right: 114px;
	#	width: 76px;
	#	height: 72px;
	#	background: url(../img/sprite.png) 0 -307px no-repeat;
	#	content: ' ';
	#}
	
	.registration__form .text_confirm {
	   padding: 0px 0;
	}
	
	.registration__form .text_confirm:first-child {
	   padding-top: 25px;
	}
	
	.registration__form .text_confirm .head {
	   text-align: center;
	   padding: 0px 0 20px 0;
	   position: relative;
	}
	.registration__form .text_confirm .head .form__label {
	   font-weight: bold;
	   color: #5bb000;
	   font-size: 18px;
	}
	
	.registration__form .text_confirm .head span.description {
	   font-size: 15px;
	}
	
	.registration__form .text_confirm .head .form__label:after {
	   display: none;
	}
	
	.registration__form .text_confirm .head a {
	   position: absolute;
	   top: -4px;
	   right: 1px;
	   display: block;
	   height: 30px;
	   padding: 3px 10px;
	   background-color: #5bb000;
	   border-radius: 2px;
	   color: #FFF; 
	}
	
	.registration__form .text_confirm .head a:hover {
	   text-decoration: none;
	   background-color: #478901;
	}
	
	.registration__form .text_confirm span.option {
	   padding: 5px 0 15px 0;
	   display: block;
	   font-style: italic;
	}
	
	.registration__form .text_confirm .inputs-group {
	   margin-bottom: 0;
	}
	
	.registration__form .text_confirm .inputs-group--phone-number {
	   text-align: center;
	   margin-top: -5px;
	   padding: 0px 0 40px 0;
	   font-size: 24px;
	   font-weight: bold;
	   color: #000;
	}
	
	.registration__form .form--step-fifth .inputs-group--ptop {
	   text-align: center;
	   margin-top: 15px;
	}
	
	.registration__form .form--step-fifth .signature {
	   text-align: justify;
       padding: 5px 0px 0 0;
       line-height: 30px;
	}
	
	.registration__form .form--step-fifth .signature input {
	   width: 270px;
	}
	
	.registration__form .form--step-fifth .signature #signature.error {
	   border: 2px solid red;
	   border-radius: 2px;
	}
	
    .registration__form .form--step-fifth .signature a {
        color: #5bb000;
    }
    
    .registration__form .form--step-fifth .signature a:hover {
        color: #5bb000;
    }

    .registration__form .input-block .error span {
        padding: 0 0 0 5px;
        text-transform: none;
    }
    
    .form--step-fifth span.input {
        display: block;
        height: 48px;
        line-height: 46px;
        margin: 0px;
        padding: 0px 10px 0px 12px;
        width: 100%;
        outline: medium none;
        border: 2px solid #D9D9D9;
        color: #333;
        background: transparent none repeat scroll 0% 0%;
        transition: all 200ms ease 0s;
        box-sizing: border-box;
        font-size: 100%;
        font-family: sans-serif;
    }
    
    .form--step-fifth .inputs-group--card-number span.input, .form--step-fifth .input-block--cvv span.input {
        font-size: 24px;
        text-align: center;
    }
    
    .signature span.input {
        margin: 0px;
        font-size: 100%;
        line-height: 1.15;
        font-family: sans-serif;
        border: 1px solid #ADA9A5;
        border-radius: 3px;
        width: 270px;
        display: inline-block;
        height: 25px;
        padding-left: 2px;
        padding-top: 2px;
    }
    
.password-resent {
	position: absolute;
	top: 16px;
	left: 90px;
	padding: 16px 0 0 100px;
	width: 460px;
	height: 80px;
	background-color: #4d4d4d;
	color: #b6f179;
	line-height: 23px;
	font-size: 16px;
}

.password-resent:before {
	#position: absolute;
	top: 0;
	left: 0;
	background: url(../img/sprite.png) -77px -307px no-repeat;
	width: 80px;
	height: 80px;
	content: ' ';
}

.sign-popup .alert_block {
    display: none;
}

.alert_block {
    width: 100%;
	height: 80px;
	background-color: #4d4d4d;
	margin: 10px 0px;
}

.alert_block .image {
    float: left;
    background-color: #4d4d4d;
	width: 80px;
	height: 80px;
}

.alert_block.success .image {
    background: url(../img/sprite.png) -77px -307px no-repeat;
}

.alert_block.error .image {
    background: url(../img/alert-error.png) no-repeat;
}

.alert_block .text {
    padding: 16px 0 0 100px;
	line-height: 23px;
	font-size: 16px;
}

.login .alert_block .text {
    padding: 4px 4px 4px 86px;
	font-size: 14px;
	font-weight: bold;
}

.alert_block.success .text {
    color: #b6f179;
}

.alert_block.error .text {
    color: #f4462e;
}

.alert_block a {
    color: #CDB280;
}

.enter-pin {
	padding-top: 11px;
	color: #ccc;
	text-align: center;
}

.enter-pin__pin-field {
	margin-bottom: 25px;
	text-align: center;
}

	.enter-pin__pin-field input {
		border-radius: 3px;
		text-align: center;
		font-size: 24px;
	}

.enter-pin__text {
	padding-bottom: 6px;
}

	.enter-pin__text .form__text {
		text-align: center;
		font-size: 17px;
		margin-bottom: 0;
	}

.enter-pin__phone-number {
	padding-top: 4px;
	color: #5bb000;
	font: 36px/42px 'PF DinDisplay Pro Bold', sans-serif;
	display: block;
}

.selected-services {
	margin-left: -10px;
	padding-top: 10px;
}

.service-label {
	position: relative;
	display: inline-block;
	margin: 10px 0 0 10px;
	padding: 0 44px 0 10px;
	height: 32px;
	background-color: #4d4d4d;
	color: #fff;
	white-space: nowrap;
	font-size: 17px;
	line-height: 32px;
}

.service-label__remove {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 34px;
	height: 32px;
	background: url(../img/sprite.png) -158px -307px no-repeat;
	line-height: 20;
}

.service-label__remove:hover {
	background-position: -193px -307px;
	-webkit-transition: none;
		 -o-transition: none;
			transition: none;
}

.form__service-areas__wrap {
	
}

.form__service-area {
	text-align: justify;
	margin-bottom: -14px;
}

.form__service-area:first-child .form__service-area__remove {
	display: none;
}

.form__service-areas__buttons {
	padding-top: 1px;
	white-space: nowrap;
}

	.form__service-areas__buttons button {
		width: 43px;
		height: 46px;
		outline: none;
		border: 1px solid #e8e7e6;
		background: #f7f6f5;
		background: -moz-linear-gradient(top,  #f7f6f5 0%, #edeceb 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f6f5), color-stop(100%,#edeceb));
		background: -webkit-linear-gradient(top,  #f7f6f5 0%,#edeceb 100%);
		background: -o-linear-gradient(top,  #f7f6f5 0%,#edeceb 100%);
		background: -ms-linear-gradient(top,  #f7f6f5 0%,#edeceb 100%);
		background: linear-gradient(to bottom,  #f7f6f5 0%,#edeceb 100%);
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
		-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
		color: #323232;
		font: 40px/44px 'PF DinDisplay Pro Medium', sans-serif;
	}
	
	.form__service-areas__buttons button:hover {
		background: #f7f6f5;
		background: -moz-linear-gradient(top,  #f7f6f5 0%, #e0e0de 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f6f5), color-stop(100%,#e0e0de));
		background: -webkit-linear-gradient(top,  #f7f6f5 0%,#e0e0de 100%);
		background: -o-linear-gradient(top,  #f7f6f5 0%,#e0e0de 100%);
		background: -ms-linear-gradient(top,  #f7f6f5 0%,#e0e0de 100%);
		background: linear-gradient(to bottom,  #f7f6f5 0%,#e0e0de 100%);
	}
	
.registration__finish-text {
	padding-bottom: 36px;
	color: #666;
}	

.registration__finish-text b, .registration__finish-text strong {
    color: #FFFFFF;
}

	.registration__finish-text h3 {
		text-transform: uppercase;
		margin: 0;
		padding: 0 0 14px;
		font: normal 20px/24px 'PF DinDisplay Pro Bold', sans-serif;
	}
	
	.registration__finish-text p {
		margin-bottom: 8px;
		font-size: 17px;
		line-height: 23px;
	}
	
	.registration__finish-text p + h3 {
		padding-top: 22px;
	}
	
		.registration__finish-text p span,
		.registration__finish-text p a {
			color: #f15628;
		}
	
.registration__welcome-text {
	padding-bottom: 36px;
	color: #e6e6e6;
}	

.registration__welcome-text b, .registration__welcome-text strong {
    color: #FFFFFF;
}

.registration__welcome-text h3, .registration__welcome-text h2 {
    text-align: center;    
}

	.registration__welcome-text h3 {
		margin: 0;
		padding: 0 0 14px;
		font: normal 20px/24px 'PF DinDisplay Pro Bold', sans-serif;
	}
	
	.registration__welcome-text p {
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 23px;
	}
	
	.registration__welcome-text p + h3 {
		padding-top: 22px;
	}
	
		.registration__welcome-text p a {
			color: #f15628;
		}		
		
	
/*
 * Powered by
 */
.powered-by {
	padding-top: 10px;
	text-align: center;
}

/*
 * Footer blocks
 */

.footer {
  background: #333;
}

.footer__content {
  min-width: 320px;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 25px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
}

.footer__logo {
  display: none;
  color: #5bb000;
}

.footer__logo .logo .icon {
  width: 219px;
  height: 48px;
}

.footer__logo a {
    color: #5bb000;
}

.footer__menu {
  margin: 0;
  padding: 0;
}

.footer__menu li {
  list-style: none;
}

.footer__menu li a {
  display: block;
  padding: 10px 0;

  text-align: center;
  color: #fff;
}

.copyright {
  height: 47px;

  font-size: 12px;
  line-height: 47px;
  text-align: center;
  color: #666;

  background: #191919;
}

 
 /*  
.footer{
	background:#2e2d2d;
	border-top:1px solid #6b6969;
	padding:41px 0 20px;
	text-align:center;
	height:163px;
}

.copyright{
	font:300 12px/14px 'Roboto', Arial, Helvetica, sans-serif;
	color:#cccccc;
	display:block;
}
.footer-nav{
	list-style:none;
	margin:0 0 21px;
	padding:0;
	border:1px solid #6b6969;
	border-radius:3px;
	display:inline-block;
	font-size:0;
	line-height:0;
	letter-spacing:-1px;
}
.footer-nav li{
	float:left;
	position:relative;
}
.footer-nav li a:hover{
	border-left:1px solid #6b6969;
	border-right:1px solid #6b6969;
}
.footer-nav li a{
	font:300 15px/62px 'Roboto', Arial, Helvetica, sans-serif;
	height:58px;
	display:block;
	text-transform:uppercase;
	letter-spacing:0;
	color:#f4f4f4;
	padding:0 14px;
	text-decoration:none;
	transition:0.3s ease;
	-webkit-transition:border 0.3s ease;
	border-left:1px solid #2e2d2d;
	border-right:1px solid #2e2d2d;
	z-index:1;
	position:relative;
}
.footer-nav li:first-child a:hover,
.footer-nav li:first-child a{
	border-left:0;
}
.footer-nav li:last-child a:hover,
.footer-nav li:last-child a{
	border-right:0;
}
.footer-nav .active:first-child a:hover,
.footer-nav .active:last-child a:hover,
.footer-nav .active a:hover,
.footer-nav .active:first-child a,
.footer-nav .active:last-child a,
.footer-nav .active a{
	border:1px solid #ddb669;
	border-radius:3px;
	z-index:2;
	font-weight:bold;
	margin: -1px;
	height:60px;
}

*/


.placeholder{
    font-style: italic;
    color: grey;
}

.no-sms span {
    color: #666;
    position:  relative;
    top: -18px;
    font: 20px/20px 'PF DinDisplay Pro Light', Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: inline-block;
    padding: 0px 5px;
}

.no-sms span:first-child {
    padding-left: 0px;
}

.no-sms .selectricWrapper {
    display: inline-block;
}

.static.article {
    background: url(/img/form-pattern.png) 0 0 repeat;    
}

.static.article .just-released__item__photo {
    border: 3px solid #E6E6E6;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.widget {
    width: 100%;
    height: 260px;
    padding: 40px 0px;
    border: 5px solid #E6E6E6;
    text-align: center;
    margin-bottom: 20px;
    background: #FFF url(/img/widget_bg.png) 0 0 repeat;    
}

.widget p.title {
    display: block;
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.widget p.title.enter {
    font: 35px/35px 'PF DinDisplay Pro Light', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #666;
    padding: 0 0 22px 0;
}

.widget p.title.ready {
    font: 30px/30px 'PF DinDisplay Pro Bold', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #333;
    padding: 0 0 8px 0;
}

.widget p.title.ready span {
    color: #F15628;
}

.widget form {
    width: 735px;
    white-space: nowrap;
    vertical-align: top;
    display: inline-block;
}

.widget form select {
    width: 406px;
}

.widget form .selectricWrapper {
    width: 406px;
    height: 75px;
    display: inline-block;
    float: left;
    text-align: left;
}

.widget .selectricAbove .selectricItems {
	top: auto;
	bottom: 100%;
}

.widget .selectricItems {
    z-index: 9999;
}

.widget form .selectric {
    height: 75px;
    border: 0;
}

.widget form .selectric .label {
    display: inline-block;
    border: 5px solid #E6E6E6;
    border-right: 0;
    margin: 0;
    padding: 10px 10px 10px 20px;
    height: 75px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.widget form .selectric .button {
    height: 100%;
    width: 66px;
    background: #3c3c3c url('../img/Button-drop.png')  0 0 no-repeat;
    border: 0;
    color: #FFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.widget .selectricWrapper:active .selectric .button,
.widget .selectricHover .selectric .button,
.widget .selectricOpen .selectric .button {
	background: #3c3c3c url('../img/Button-drop_hover.png')  0 0 no-repeat;
}

.widget form .selectric .button:after {
	background: none;
	display: none;
}

.widget form input[type="text"] {
    height: 75px;
    width: 160px;
    border: 5px solid #E6E6E6;
    padding: 18px 15px 18px 15px;
    font: 19px/19px 'PF DinDisplay Pro Regular', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #454545;
    margin-left: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.widget .zip-block {
    display: inline-block;    
    position: relative;
}

.widget .zip-block.error:before {
	position: absolute;
	top: 26px;
	right: 11px;
	z-index: 1;
	background: url(../img/sprite.png) -139px 0 no-repeat;
	width: 20px;
	height: 20px;
	content: ' ';
}

.form__input.zip-block.error {
    float: none;
}

.form__input.zip-block.error:before {
	position: absolute;
	top: 14px;
	right: 10px;
	z-index: 1;
	background: url(../img/sprite.png) -139px 0 no-repeat;
	width: 20px;
	height: 20px;
	content: ' ';
}

.widget form input[type="submit"] {
    height: 75px;
    width: 160px;
    border: 5px solid #e35327;
    padding: 20px;
    font: 22px/22px 'PF DinDisplay Pro Medium', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #FFF;
    background-color: #f15628;
    text-transform: uppercase;
    margin-left: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


/**
*  Lead Form Fancybox
*/
.interview_wrap {
    text-align: center; 
    padding: 20px; 
    background-color: #666;
}

.interview_wrap .interview {
    width: 670px;
    background-color: #FFF;
    text-align: left;
}

.interview_head {
    height: 144px;
    padding: 21px 32px 32px 32px;
    background: url('../img/interview_header_bg.png') no-repeat left bottom #2b2a2a;
}

.interview_head h3 {
    font: 20px/25px 'PF DinDisplay Pro Light', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #fefefe;
    text-transform: uppercase;
    margin: 0;
}

.interview_head h3 b {
    font-weight: normal;
    color: #f4462e;
}

.interview_head p {
    font: 14px/25px 'PF DinDisplay Pro Regular', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #bfbbbb;
}

.interview_block {
    padding: 20px 0 18px 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 15px;
    color: #454444;
}

.interview_block select, .interview_block input[type="text"] {
    height: 48px;
    padding: 10px 0 0 10px;
    vertical-align: middle;
}

.interview_block input[type="text"] {
    padding: 10px;
}

.interview_block .question {
    display: block;
    font: 17px/22px 'PF DinDisplay Pro Medium', Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    color: #333131;
    padding-bottom: 18px;
}

.interview_block input[type="radio"], .interview_block input[type="checkbox"] {
    display: none;
}

.interview_block input[type="radio"]+label, .interview_block input[type="checkbox"]+label{
    background: url('../img/interview_radio.png') left 3px no-repeat;
    padding-left: 24px;
    width: 172px;
    display: inline-block;
    vertical-align: top;
}

.interview_block input[type="radio"]:checked+label {
    background-image: url('../img/interview_radio_checked.png');
}

.interview_block input[type="checkbox"]:checked+label {
    background-image: url('../img/interview_checkbox_checked.png');
}

.interview_submit {
    padding: 20px 0 30px 0;
    text-align: center;
}

.interview_submit button {
     -moz-box-shadow: 1px 1px 0 #E65202 inset;
    background: -moz-linear-gradient(center top , #F44D1C 0%, #CC4116 100%) repeat scroll 0 0 transparent;
    background-color: #F44D1C;
    border: 0 none;
    color: #FFFFFF;
    font: 20px/48px 'PF DinDisplay Pro Medium',sans-serif;
    height: 48px;
    outline: medium none;
    text-align: center;
    text-transform: uppercase;
    padding: 0 40px;
}

.interview_submit button:hover {
    background: none repeat scroll 0 0 #EF4918;
}

.interview_block .selectricItems {
    background-color: #F8F8F8;
}

.grey { color: #666; }

.selectric-left {
    float: left;
}

.selectric-right {
    float: right;
}

.consent {
    padding-top: 20px;
}

.consent input {
    display: inline-block;
    margin: 5px 10px 5px 0;
    float: left;
}

/****
 login dropdown
*/
.dropdown {
  position: relative;

  display: inline-block;
}

.dropdown__trigger {
  position: relative;

  padding: 0 45px 0 15px;

  font: 700 13px/35px 'Roboto Slab', serif;
  color: #fff;
  text-transform: uppercase;

  background: #5bb000;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;

  -webkit-transition: 125ms background-color ease-in-out;
  -o-transition: 125ms background-color ease-in-out;
  transition: 125ms background-color ease-in-out;

  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.dropdown__trigger:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;

  width: 1px;

  background-color: rgba(0, 0, 0, 0.4);
}

.dropdown__trigger:hover {
  background-color: #56713a;
}

.dropdown__caret {
  content: '';
  position: absolute;
  top: 50%;
  right: 14px;

  display: block;
  width: 4px;
  height: 4px;
  margin-top: -2px;

  border-width: 0 1px 1px 0;
  border-style: solid;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -o-transform-origin: 70% 70%;
  -ms-transform-origin: 70% 70%;
  -webkit-transform-origin: 70% 70%;
  transform-origin: 70% 70%;

  -webkit-transition: 150ms all ease-in-out 0s;
  -o-transition: 150ms all ease-in-out 0s;
  transition: 150ms all ease-in-out 0s;
}

.dropdown__content {
  position: absolute;
  top: 48px;
  right: 0;
  z-index: 100;

  color: #333;

  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  display: none;
  #opacity: 0;

  -webkit-transition: 125ms all ease-in-out;
  -o-transition: 125ms all ease-in-out;
  transition: 125ms all ease-in-out;
  -webkit-overflow-scrolling: touch;
}

.dropdown__content:after {
  content: ' ';
  position: absolute;
  top: -7px;
  right: 18px;

  border-width: 0 14px 7px;
  border-style: solid;
  border-color: transparent transparent #fff;
}

.dropdown_open .dropdown__content {
  z-index: 100;

  margin-top: 15px;

  visibility: visible;
  opacity: 1;
}

#clone.numbers {
    display: none;
}

#number_results {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

#number_results .numbers {
    flex: 1;
}

#number_results button {
    display: inline-block;
    width: 170px;
    height: 42px;
    font: bold 16px/40px "Roboto",Arial,Helvetica,sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: center;
    color: #3A3B39;
    border: 2px solid #5BB000;
    transition: all 0.3s ease 0s;
    position: relative;
    margin: 10px;
    background-color: #FFF;
    cursor: pointer;
}

#number_results button:hover {
    background-color: #5BB000;
    color: #FFF;
}

.codes {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 25px;
    margin-top: -10px;
}

.codes .code {
    display: inline-block;
    border: 3px solid #b50d0c;
    width: 280px;
    height: 70px;
    background-color: #FFF;
    color: #b50d0c;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 27px;
    font-weight: 900;
    padding: 7px 10px 14px 10px;
    margin: 10px 0;
    text-align: center;
    box-shadow: 0 3px 5px rgba(50, 50, 50, .3);
    font-family: 'Roboto', Arial, "Helvetica Neue", Helvetica, sans-serif;
    white-space: nowrap;
}

.codes .code span {
    font-size: 22px;
    display: block;
    width: 100%;
}

.registration__discount {
	display: block;
	text-align: center;
	font:300 16px/22px 'Roboto Slab', sans-serif;
	max-width: 500px;
}

.registration__discount div {
    padding: 20px;
    font:300 22px/40px 'Roboto Slab', sans-serif;
}

.registration__discount .title {
    display: block;
    margin: 0px;
    padding: 0px;
    background-color: #0E9B15;
    height: 53px;
    text-align: center;
    text-transform: uppercase;
    font: bold 16px/53px "Roboto Slab",Arial,Helvetica,sans-serif;
    color: #FFF;
    display: block;
}

.registration__discount span {
    display: block;
    padding: 15px 30px 0 30px;
    text-align: justify;
}

.registration__discount span:last-child {
    padding-bottom: 40px;
}

.registration__discount b {
    font:600 22px/26px 'Roboto Slab', sans-serif;
    color: #5bb000;
}

.registration__discount b.price {
    color: #FF2931;
    font-size: 26px;

}

.registration__discount button.btn-discount {
    margin: 10px 0px 20px 0;
    height: 43px;
    padding: 0px 10px;
    background-color: #0E9B15;
    color: #FFFFFF;
    font: bold 16px "Roboto Slab",Arial,Helvetica,sans-serif;
}

.error_notification {
    background-color: #F2DFDF;
    border: 1px solid red;
    margin: 5px 0;
    padding: 10px;
    width: 100%;
}

.assigned_number {
    flex: 1 1 0%;
    align-self: center;
    width: auto;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    padding: 0px 0px 10px;
    color: rgb(91, 176, 0);
}

a.discount {
    font: 14px/18px Arial, sans-serif;
    #color: #5BB000;
    color: #427E01;
    display: block;
    padding-top: 10px;
    #font-weight: bold;
}

.discount_box {
    display: none;
    padding-top: 10px;
    text-align: center;
    color: #666;
}

.discount_box span {
    color: #F4462E;
}

.discount_box .error {
    color: #F4462E;
    float: none !important;
}

.discount_box input[name="code"] {
    width: 150px;
    padding: 4px;
    font-size: 18px;
}

.discount_box button {
    width: 78px;
    height: 33px;
    color: rgb(255, 255, 255);
    background-color: rgb(181, 13, 12);
    font-weight: bold;
    font-size: 16px;
    
}

.discount_box button:disabled {
    background-color: #A6A6A6;
}

.registration__top-panel.plans {
    padding: 21px 0px 27px;
}

.billing_plans {
    width: 100%;
    max-width: 720px;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    flex-flow: space-between;
    align-items: stretch;
}

.billing_plans .plan {
    width: 45%;
    min-width: 340px;
    margin: 0px 10px 10px 10px;   
    border: 2px solid #5BB000;
    box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, 0.2);
}

.billing_plans .plan .price {
    width: 100%;
    background-color: #5BB000;
    font-size: 18px;
    color: #FFF;
    padding: 17px 17px 10px 17px;
    line-height: 36px;
    position: relative;
}

.billing_plans .plan .price .popular {
    top: 33px;
    font-size: 16px;
    letter-spacing: 1px;
    background: rgb(255, 135, 0) none repeat scroll 0% 0%;
    position: absolute;
    right: -11px;
    color: #FFF !important;
    display: block !important;
    border-width: 2px 0px 2px 2px;
    border-style: solid none solid solid;
    border-color: #FFF -moz-use-text-color #FFF #FFF;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    font-weight: bold;
    line-height: 29px;
    padding: 0px 5px 0px 10px;
    border-radius: 8px 0px 0px 8px;
    box-shadow: -7px 5px 8px 0px #198a0d;
}

.billing_plans .plan .price .popular::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -11px;
    right: 0px;
    background: transparent linear-gradient(135deg, #CF6E00 0px, #904200 50%, rgba(10, 14, 10, 0) 51%) repeat scroll 0% 0%;
}

.billing_plans .plan .price span {
    display: block;
    font-size: 36px;
    font-weight: bold;
}

.billing_plans .plan .price span b {
    font-size: 14px;
    color: rgb(251, 251, 251);
    display: block;
    position: absolute;
    top: -2px;
    right: -11px;
    background-color: rgb(252, 0, 0);
    font-weight: bold;
    border-radius: 0px 0px 0px 8px;
    line-height: 29px;
    padding: 0px 5px 0px 10px;
    border: 2px solid #FFF;
    border-top: 0px;
    border-right: 0px;
    box-shadow: -7px 5px 8px 0px #198a0d;
}

.billing_plans .plan .price span b::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -11px;
    right: 0px;
    background: transparent linear-gradient(135deg, #CF0000 0px, #900000 50%, rgba(10, 14, 10, 0) 51%) repeat scroll 0% 0%;
}

.billing_plans .plan .description {
    width: 100%;
    background-color: #FFF;
    padding: 10px;
    font-size: 18px;
    color: #3E3E3E;
}

.billing_plans .plan .description ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0px 10px 0px 10px;
}

.billing_plans .plan .description ul li {
    padding: 10px 0px 0px 0px;
}

.billing_plans .plan .description .select {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.billing_plans .plan .description button {
    position: relative;
    padding: 0px 15px 0px 15px;
    font: 700 20px/40px "Roboto",serif;
    color: #FFF;
    background: #5BB000 none repeat scroll 0% 0%;
    border: 0px none;
    border-radius: 3px;
    outline: medium none;
    cursor: pointer;
    transition: background-color 125ms ease-in-out 0s;
}

.billing_plans .plan .description button:hover {
  background-color: #56713a;
}

@media only screen and (min-width: 480px) {
  .dropdown__trigger {
    padding: 0 61px 0 30px;
  }

  .logo {
    width: auto;
    height: auto;
  }
}

@media only screen and (min-width: 768px) {

  .footer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .footer__logo {
    display: block;
  }

  .footer__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }

  .footer__menu li:not(:first-child) {
    margin-left: 20px;
  }

  .footer__menu li a {
    padding: 0;
  }

  .login-form {
    width: 340px;
  }

  .login__label {
    color: #FFF;
    font: 700 18px/1.4 'Roboto Slab', serif;
    width: auto;
  }
  
  .login__label:after {
    display: none;
  }
  
  .login a:hover {
      text-decoration: underline;
  }
  
  .registration__discount {
      font:300 22px/28px 'Roboto Slab', sans-serif;
  }
  
  .registration__discount .title {
      height: 83px;
      font: bold 18px/83px "Roboto Slab",Arial,Helvetica,sans-serif;
  }   
  
  .registration__discount button.btn-discount {
        margin: 20px 0px 30px 0;
        height: 53px;
        padding: 0px 15px;
        background-color: #0E9B15;
        color: #FFFFFF;
        font: bold 22px "Roboto Slab",Arial,Helvetica,sans-serif;
    }
}