/*

0. Mixins

*/
@font-face {
  font-family: 'Gotham';
  src: url('fonts/GothaProBol.eot');
  src: local('☺'), url('fonts/GothaProBol.woff') format('woff'), url('fonts/GothaProBol.ttf') format('truetype'), url('fonts/GothaProBol.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/GothaProMed.eot');
  src: local('☺'), url('fonts/GothaProMed.woff') format('woff'), url('fonts/GothaProMed.ttf') format('truetype'), url('fonts/GothaProMed.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/GothaProReg.eot');
  src: local('☺'), url('fonts/GothaProReg.woff') format('woff'), url('fonts/GothaProReg.ttf') format('truetype'), url('fonts/GothaProReg.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/GothaProLig.eot');
  src: local('☺'), url('fonts/GothaProLig.woff') format('woff'), url('fonts/GothaProLig.ttf') format('truetype'), url('fonts/GothaProLig.svg') format('svg');
  font-weight: 200;
  font-style: normal;
}
.gotham {
  font-family: 'Gotham', sans-serif !important;
}
/*

0.1 Repeatable patterns

*/
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Gotham', sans-serif !important;
  background: url('../images/background.jpg');
  background-size: cover;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #333333;
}
.hidden {
  display: none;
}
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.container {
  width: 820px;
  margin: 70px auto;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.strong {
  font-weight: 700;
}
.center {
  text-align: center;
}
.center.lefter {
  margin-left: -22px;
}
.center.righter {
  margin-left: 11px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
  padding: 0;
  margin: 0;
}
.button {
  display: block;
  outline: none;
  border: none;
  background: #45b10a;
  color: #fff;
  text-align: center;
  font-size: 30px;
  height: 75px;
  line-height: 75px;
  width: 100%;
  border-radius: 20px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Gotham', sans-serif !important;
}
.button:hover {
  background: #4cbf0d;
}
.button:active {
  background: #46ad0e;
  box-shadow: 0 3px 1px #3f9e0c inset;
  padding-top: 3px;
}
.tablet_visible,
.mobile_visible {
  display: none;
}
/*

 1. Login page

*/
.logo {
  display: block;
  margin: 0 auto;
  width: 500px;
  height: 145px;
  background: url('../images/logo.png') center no-repeat;
  margin-bottom: 36px;
}
#login_page .page_container {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  color: #fff;
}
#login_page .page_container h1 {
  font-weight: 500;
  font-size: 28px;
  line-height: 31px;
}
#login_page .form_container {
  padding: 40px 55px;
}
#login_page .form_container hr {
  padding: 0;
  margin: 41px 0;
}
#login_page .form_container hr.dotted {
  background: url('../images/dotted.png');
  height: 1px;
  border: none;
}
#login_page .form_container hr.smaller {
  margin-top: 37px;
  margin-bottom: 35px;
}
#login_page .form_container .form_fields {
  margin-top: 35px;
}
#login_page .form_container .form_fields .error_message {
  color: #e74c3c;
  font-size: 15px;
  font-weight: 200;
  margin-top: 17px;
  line-height: 16px;
}
#login_page .form_container .form_fields hr {
  margin-bottom: 31px;
}
#login_page .form_container .form_fields.error hr {
  margin-top: 8px;
}
#login_page .form_container .input_text {
  background: transparent;/*lt IE9*/
  background: rgba(255, 255, 255, 0.1);
  outline: none;
  border: 2px solid #fff;
  height: 56px;
  border-radius: 20px;
  font-size: 26px;
  padding: 10px 21px 11px;
  width: 345px;
  display: block;
  float: left;
  color: #fff;
  height: 60px;
  font-family: 'Gotham', sans-serif !important;
}
#login_page .form_container .input_text:first-of-type,
#login_page .form_container .input_text:first-child {
  margin-right: 20px;
}
#login_page .form_container .input_text.valid_data {
  border-color: #45b10a;
  background: rgba(69, 177, 10, 0.1);
}
#login_page .form_container .input_text.invalid_data {
  border-color: #e74c3c;
  background: rgba(231, 76, 60, 0.1);
  color: #e74c3c;
}
#login_page .form_container .speed_container {
  margin: 35px 0 40px;
}
#login_page .form_container .speed_container .speed_plan {
  float: left;
  cursor: pointer;
  width: 345px;
  border: 2px solid transparent;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}
#login_page .form_container .speed_container .speed_plan:first-of-type,
#login_page .form_container .speed_container .speed_plan:first-child {
  margin-right: 20px;
}
#login_page .form_container .speed_container .speed_plan > div {
  padding: 28px 18px 23px 23px;
}
#login_page .form_container .speed_container .speed_plan h1 {
  font-size: 30px;
  line-height: 26px;
}
#login_page .form_container .speed_container .speed_plan p {
  font-size: 16px;
  font-weight: 200;
  line-height: 26px;
  margin-top: 12px;
}
#login_page .form_container .speed_container .speed_plan:hover {
  background: rgba(255, 255, 255, 0.05);
}
#login_page .form_container .speed_container .speed_plan.inactive {
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.5;
}
#login_page .form_container .speed_container .speed_plan.active {
  opacity: 1;
  background: rgba(69, 177, 10, 0.1);
  border: 2px solid #45b10a;
  width: 345px;
}
#login_page .form_container .speed_container .speed_plan.active > div {
  padding: 28px 18px 23px 23px;
}
#login_page .form_container .button_container {
  margin-bottom: 20px;
}
#login_page .form_container .terms_link_container {
  opacity: 0.4;
  font-weight: 200;
  text-align: center;
  font-size: 15px;
}
#login_page .form_container .terms_link_container a {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
#login_page .form_container .terms_link_container a:hover {
  border-bottom: 1px solid transparent;
}
#login_page .form_container .bottom_note {
  font-weight: 200;
  font-size: 14px;
}
#login_page .form_container .bottom_note a {
  color: #45b10a;
  border-bottom: 1px solid rgba(69, 177, 10, 0.5);
  text-decoration: none;
}
#login_page .form_container .bottom_note a:hover {
  border-bottom: 1px solid transparent;
}
#login_page .terms_container {
  padding: 44px 44px 44px 53px;
  position: relative;
}
#login_page .terms_container .terms {
  overflow-y: scroll;
  height: 720px;
}
#login_page .terms_container h1 {
  margin-bottom: 31px;
}
#login_page .terms_container p {
  font-size: 16px;
  line-height: 32px;
}
#login_page .terms_container .icon_close {
  position: absolute;
  top: 44px;
  cursor: pointer;
  right: 38px;
  width: 32px;
  height: 32px;
  background: url('../images/icon_close.png');
  opacity: 0.8;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#login_page .terms_container .icon_close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 1;
}
#login_page .bottom_copyright {
  margin-top: 32px;
}
#login_page .bottom_copyright .languages {
  min-width: 300px;
  margin-left: 50px;
}
#login_page .bottom_copyright .languages a,
#login_page .bottom_copyright .languages span {
  display: block;
  float: left;
  line-height: 27px;
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  margin-right: 30px;
}
#login_page .bottom_copyright .languages a.selected,
#login_page .bottom_copyright .languages span.selected {
  color: #999999;
  text-decoration: none;
  border-bottom: none;
}
#login_page .bottom_copyright .languages a:hover,
#login_page .bottom_copyright .languages span:hover {
  border-bottom: 1px solid transparent;
}
#login_page .bottom_copyright .copyright a {
  display: block;
  width: 256px;
  height: 27px;
  background: url('../images/powered_by.png');
  margin-right: 55px;
}
/*

2. Estimated time page

*/
#time_page .page_container {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  color: #fff;
}
#time_page .page_container h1 {
  font-weight: 500;
  font-size: 45px;
  line-height: 52px;
}
#time_page .page_container h1.green {
  color: #45b10a;
}
#time_page .page_container p {
  font-size: 20px;
  line-height: 34px;
}
#time_page .page_container .form_container {
  padding: 40px 55px;
}
#time_page .page_container .estimated_time {
  width: 376px;
  background: #45b10a;
  border-radius: 20px;
  height: 167px;
  margin: 45px auto;
}
#time_page .page_container .estimated_time h3 {
  font-size: 20px;
  line-height: 58px;
  font-weight: 200;
}
#time_page .page_container .estimated_time h1 {
  line-height: 67px;
  font-size: 90px;
  font-weight: 500;
}
#time_page .page_container .estimated_time .blink {
  visibility: hidden;
  opacity: 0;
}
#time_page .page_container .estimated_time_container a {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	text-decoration: none;
}
#time_page .page_container .estimated_time_container a.selected {
	color: #999999;
	text-decoration: none;
	border-bottom: none;
}
#time_page .page_container .estimated_time_container a:hover {
	border-bottom: 1px solid transparent;
}
#time_page .bottom_copyright {
  margin-top: 32px;
}
#time_page .bottom_copyright .languages {
  margin-left: 50px;
  min-width: 300px;
}
#time_page .bottom_copyright .languages a,
#time_page .bottom_copyright .languages span {
  display: block;
  float: left;
  line-height: 27px;
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  margin-right: 30px;
}
#time_page .bottom_copyright .languages a.selected,
#time_page .bottom_copyright .languages span.selected {
  color: #999999;
  text-decoration: none;
  border-bottom: none;
}
#time_page .bottom_copyright .languages a:hover,
#time_page .bottom_copyright .languages span:hover {
  border-bottom: 1px solid transparent;
}
#time_page .bottom_copyright .copyright a {
  display: block;
  width: 256px;
  height: 27px;
  background: url('../images/powered_by.png');
  margin-right: 55px;
}
/*

3. Not guest page

*/
#not_guest_page .page_container {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  color: #fff;
}
#not_guest_page .page_container h1 {
  font-weight: 500;
  font-size: 28px;
  line-height: 31px;
}
#not_guest_page .page_container .form_container {
  padding: 40px 55px;
}
#not_guest_page .page_container .form_container .form_fields {
  margin-top: 35px;
}
#not_guest_page .page_container .form_container .form_fields .error_message {
  color: #e74c3c;
  font-size: 15px;
  font-weight: 200;
  margin-top: 17px;
  line-height: 16px;
}
#not_guest_page .page_container .form_container .form_fields.error {
  margin-bottom: -20px;
}
#not_guest_page .page_container .form_container .input_text {
  background: transparent; /*IE8*/
  background: rgba(255, 255, 255, 0.1);
  outline: none;
  border: 2px solid #fff;
  height: 56px;
  border-radius: 20px;
  font-size: 26px;
  padding: 10px 21px 11px;
  width: 100%;
  display: block;
  color: #fff;
  height: 60px;
  font-family: 'Gotham', sans-serif !important;
}
#not_guest_page .page_container .form_container .input_text.valid_data {
  border-color: #45b10a;
  background: rgba(69, 177, 10, 0.1);
}
#not_guest_page .page_container .form_container .input_text.invalid_data {
  border-color: #e74c3c;
  background: rgba(231, 76, 60, 0.1);
  color: #e74c3c;
}
#not_guest_page .page_container hr {
  padding: 0;
  margin: 41px 0;
}
#not_guest_page .page_container hr.dotted {
  background: url('../images/dotted.png');
  height: 1px;
  border: none;
}
#not_guest_page .page_container hr.smaller {
  margin-top: 37px;
  margin-bottom: 35px;
}
#not_guest_page .page_container .button_container {
  margin-bottom: 20px;
  margin-top: 36px;
}
#not_guest_page .page_container .terms_link_container {
  opacity: 0.4;
  font-weight: 200;
  text-align: center;
  font-size: 15px;
}
#not_guest_page .page_container .terms_link_container a {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
#not_guest_page .page_container .terms_link_container a:hover {
  border-bottom: 1px solid transparent;
}
#not_guest_page .page_container .bottom_note {
  font-weight: 200;
  font-size: 14.5px;
}
#not_guest_page .page_container .bottom_note a {
  color: #45b10a;
  border-bottom: 1px solid rgba(69, 177, 10, 0.5);
  text-decoration: none;
}
#not_guest_page .page_container .bottom_note a:hover {
  border-bottom: 1px solid transparent;
}
#not_guest_page .terms_container {
  padding: 44px 44px 44px 53px;
  position: relative;
}
#not_guest_page .terms_container .terms {
  overflow-y: scroll;
  height: 440px;
}
#not_guest_page .terms_container h1 {
  margin-bottom: 31px;
}
#not_guest_page .terms_container p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
}
#not_guest_page .terms_container .icon_close {
  position: absolute;
  top: 44px;
  cursor: pointer;
  right: 38px;
  width: 32px;
  height: 32px;
  background: url('../images/icon_close.png');
  opacity: 0.8;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#not_guest_page .terms_container .icon_close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 1;
}
#not_guest_page .bottom_copyright {
  margin-top: 32px;
}
#not_guest_page .bottom_copyright .languages {
  min-width: 300px;
  margin-left: 50px;
}
#not_guest_page .bottom_copyright .languages a,
#not_guest_page .bottom_copyright .languages span {
  display: block;
  float: left;
  line-height: 27px;
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  margin-right: 30px;
}
#not_guest_page .bottom_copyright .languages a.selected,
#not_guest_page .bottom_copyright .languages span.selected {
  color: #999999;
  text-decoration: none;
  border-bottom: none;
}
#not_guest_page .bottom_copyright .languages a:hover,
#not_guest_page .bottom_copyright .languages span:hover {
  border-bottom: 1px solid transparent;
}
#not_guest_page .bottom_copyright .copyright a {
  display: block;
  width: 256px;
  height: 27px;
  background: url('../images/powered_by.png');
  margin-right: 55px;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  border-radius: 10px;
}
.jspDrag {
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  margin-left: 1px;
  width: 14px;
  border-radius: 10px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
/*

3. Width fix

*/
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html {
	min-width: 640px;
  }
  .mobile-hidden {
	display: none;
  }
  .mobile_visible {
	display: block;
  }
  #login_page .container {
	width: 100%;
	margin: 0 !important;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.6);
	height: auto;
	padding-bottom: 55px;
  }
  #login_page .container .page_container {
	height: auto !important;
	border-radius: 0 !important;
	background: none !important;
  }
  #login_page .container .logo {
	margin-top: 15px;
	margin-bottom: 43px;
  }
  #login_page .container .form_container {
	padding: 40px 35px !important;
  }
  #login_page .container .form_container .error_message {
	font-size: 20px;
  }
  #login_page .container .form_container hr.mobile_visible {
	margin-bottom: 0;
  }
  #login_page .container h1 {
	font-size: 36px;
	line-height: 49px;
  }
  #login_page .container .form_fields {
	margin-top: 37px;
  }
  #login_page .container .form_fields hr {
	margin-bottom: 22px;
  }
  #login_page .container .input_text {
	float: none !important;
	width: 100% !important;
	height: 82px !important;
	margin: 0 !important;
	margin-bottom: 30px !important;
	font-size: 36px !important;
  }
  #login_page .container .input_text:last-of-type,
  #login_page .container .input_text:last-child {
	margin-bottom: 0 !important;
  }
  #login_page .container .speed_container {
	margin-top: 29px;
  }
  #login_page .container .speed_container .speed_plan {
	width: 49% !important;
	margin-right: 2% !important;
  }
  #login_page .container .speed_container .speed_plan br {
	display: none;
  }
  #login_page .container .speed_container .speed_plan > div {
	padding: 23px 13px 23px 23px !important;
  }
  #login_page .container .speed_container .speed_plan h1 {
	font-size: 34px;
	margin-bottom: 19px;
  }
  #login_page .container .speed_container .speed_plan strong {
	color: #45b10a;
	display: block;
	margin-bottom: 25px;
	font-size: 38px;
  }
  #login_page .container .speed_container .speed_plan p {
	font-size: 18px;
	line-height: 28px;
  }
  #login_page .container .speed_container .speed_plan.active {
	width: 48% !important;
  }
  #login_page .container .speed_container .speed_plan.active > div {
	padding: 23px 13px 23px 23px !important;
  }
  #login_page .container .speed_container .speed_plan:last-child,
  #login_page .container .speed_container .speed_plan:last-of-type {
	margin-right: 0 !important;
  }
  #login_page .container .button {
	height: 105px;
	line-height: 110px;
	box-shadow: 0 5px 0 #378e08;
	font-size: 45px;
  }
  #login_page .container .button:active {
	box-shadow: none;
  }
  #login_page .container .terms_link_container {
	font-size: 20px !important;
  }
  #login_page .container .bottom_note {
	font-size: 28px !important;
	line-height: 40px;
	padding: 0 35px;
  }
  #login_page .container .float-left,
  #login_page .container .float-right {
	float: none;
  }
  #login_page .container .languages {
	margin: auto !important;
	text-align: center;
  }
  #login_page .container .languages:before,
  #login_page .container .languages:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
  }
  #login_page .container .languages:after {
	clear: both;
  }
  #login_page .container .languages a,
  #login_page .container .languages span {
	float: none !important;
	display: inline !important;
	font-size: 28px;
  }
  #login_page .container .languages span {
	margin-right: 0;
  }
  #login_page .container .copyright {
	clear: both;
	margin: auto;
	margin-top: 40px;
	text-align: center;
  }
  #login_page .container .copyright a {
	margin: auto !important;
  }
  #not_guest_page .container {
	width: 100%;
	margin: 0 !important;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.6);
	height: auto;
	padding-bottom: 55px;
  }
  #not_guest_page .container .page_container {
	height: auto !important;
	border-radius: 0 !important;
	background: none !important;
  }
  #not_guest_page .container .logo {
	margin-top: 15px;
	margin-bottom: 38px;
  }
  #not_guest_page .container .form_container {
	padding: 40px 35px 0 !important;
  }
  #not_guest_page .container .form_container .error_message {
	font-size: 25px !important;
	margin-top: 0;
	margin-bottom: 24px;
  }
  #not_guest_page .container .form_container hr.mobile_visible {
	margin-top: 34px;
	margin-bottom: 4px;
  }
  #not_guest_page .container h1 {
	font-size: 36px;
	line-height: 58px;
  }
  #not_guest_page .container .form_fields {
	margin-top: 24px !important;
  }
  #not_guest_page .container .form_fields.error {
	margin-bottom: 0 !important;
  }
  #not_guest_page .container .input_text {
	float: none !important;
	width: 100% !important;
	height: 82px !important;
	margin: 0 !important;
	margin-bottom: 30px !important;
	font-size: 36px !important;
  }
  #not_guest_page .container .button_container {
	margin-top: 11px;
	margin-bottom: 34px;
  }
  #not_guest_page .container .button {
	height: 105px;
	line-height: 110px;
	box-shadow: 0 5px 0 #378e08;
	font-size: 45px;
  }
  #not_guest_page .container .button:active {
	box-shadow: none;
  }
  #not_guest_page .container .terms_link_container {
	font-size: 20px !important;
	margin-left: 0;
	line-height: 30px;
  }
  #not_guest_page .container hr.smaller {
	margin-top: 34px;
	margin-bottom: 26px;
  }
  #not_guest_page .container .bottom_note {
	font-size: 28px !important;
	line-height: 40px;
	padding: 0 35px;
  }
  #not_guest_page .container .float-left,
  #not_guest_page .container .float-right {
	float: none;
  }
  #not_guest_page .container .languages {
	margin: auto !important;
	text-align: center;
  }
  #not_guest_page .container .languages:before,
  #not_guest_page .container .languages:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
  }
  #not_guest_page .container .languages:after {
	clear: both;
  }
  #not_guest_page .container .languages a,
  #not_guest_page .container .languages span {
	float: none !important;
	display: inline !important;
	font-size: 28px;
  }
  #not_guest_page .container .languages span {
	margin-right: 0;
  }
  #not_guest_page .container .copyright {
	clear: both;
	margin: auto;
	margin-top: 40px;
	text-align: center;
  }
  #not_guest_page .container .copyright a {
	margin: auto !important;
  }
  #time_page .container {
	width: 100%;
	margin: 0 !important;
	border-radius: 0;
	height: auto;
	padding-bottom: 55px;
	background: rgba(0, 0, 0, 0.6);
  }
  #time_page .container .page_container {
	height: auto !important;
	border-radius: 0 !important;
	background: none !important;
  }
  #time_page .container .page_container h1 {
	font-size: 70px;
	line-height: 58px;
  }
  #time_page .container .page_container p {
	font-size: 30px;
	margin-top: 7px;
	line-height: 42px;
  }
  #time_page .container .page_container .estimated_time {
	width: 570px;
	height: 260px;
	margin-top: 62px;
  }
  #time_page .container .page_container .estimated_time h3 {
	font-size: 36px;
	font-weight: 200;
	padding-top: 15px;
  }
  #time_page .container .page_container .estimated_time h1 {
	font-size: 150px;
	line-height: 138px;
  }
  #time_page .container .logo {
	margin-top: 15px;
	margin-bottom: 93px;
  }
  #time_page .container .form_container {
	padding: 40px 35px !important;
  }
  #time_page .container .form_container .error_message {
	font-size: 20px;
  }
  #time_page .container .float-left,
  #time_page .container .float-right {
	float: none;
  }
  #time_page .container .languages {
	margin: auto !important;
	text-align: center;
  }
  #time_page .container .languages:before,
  #time_page .container .languages:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
  }
  #time_page .container .languages:after {
	clear: both;
  }
  #time_page .container .languages a,
  #time_page .container .languages span {
	float: none !important;
	display: inline !important;
	font-size: 28px;
  }
  #time_page .container .languages span {
	margin-right: 0;
  }
  #time_page .container .copyright {
	clear: both;
	margin: auto;
	margin-top: 40px;
	text-align: center;
  }
  #time_page .container .copyright a {
	margin: auto !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  html {
	min-width: 768px;
  }
  .tablet_visible {
	display: block;
  }
  #login_page .container {
	width: 100%;
	margin: 0 !important;
	border-radius: 0;
	height: auto;
	background: rgba(0, 0, 0, 0.6);
  }
  #login_page .container .page_container {
	height: auto !important;
	border-radius: 0 !important;
	background: none !important;
  }
  #login_page .container .page_container .logo {
	margin-top: 22px;
  }
  #login_page .container .form_container {
	padding: 40px 29px !important;
  }
  #login_page .container .form_container hr.tablet_visible {
	margin-bottom: 0;
  }
  #login_page .container .input_text {
	width: 345px;
  }
  #login_page .container .input_text:first-child {
	margin-right: 20px;
  }
  #login_page .container .speed_plan strong {
	color: #45b10a;
  }
  #login_page .container .button {
	line-height: 76px;
  }
  #login_page .container .terms_link_container {
	font-size: 18px !important;
  }
  #login_page .container .bottom_note {
	font-size: 18px !important;
  }
  #login_page .container .bottom_copyright {
	padding-bottom: 35px;
	margin-top: 0;
  }
  #not_guest_page .container {
	width: 100%;
	margin: 0 !important;
	border-radius: 0;
	height: auto;
	background: rgba(0, 0, 0, 0.6);
  }
  #not_guest_page .container .page_container {
	height: auto !important;
	border-radius: 0 !important;
	background: none !important;
  }
  #not_guest_page .container .page_container .logo {
	margin-top: 22px;
  }
  #not_guest_page .container .form_container {
	padding: 40px 29px !important;
  }
  #not_guest_page .container .form_container hr.tablet_visible {
	margin-bottom: 0;
  }
  #not_guest_page .container .input_text {
	width: 345px;
  }
  #not_guest_page .container .input_text:first-child {
	margin-right: 20px;
  }
  #not_guest_page .container .speed_plan strong {
	color: #45b10a;
  }
  #not_guest_page .container .button {
	line-height: 77px;
  }
  #not_guest_page .container .terms_link_container {
	font-size: 18px !important;
  }
  #not_guest_page .container .bottom_note {
	font-size: 18px !important;
  }
  #not_guest_page .container .bottom_copyright {
	padding-bottom: 35px;
	margin-top: 0;
  }
  #time_page .container {
	width: 100%;
	margin: 0 !important;
	border-radius: 0;
	height: auto;
	background: rgba(0, 0, 0, 0.6);
  }
  #time_page .container .page_container {
	height: auto !important;
	border-radius: 0 !important;
	background: none !important;
  }
  #time_page .container .page_container .logo {
	margin-top: 22px;
	margin-bottom: 86px;
  }
  #time_page .container .page_container .estimated_time {
	margin-top: 93px;
  }
  #time_page .container .form_container {
	padding: 40px 29px !important;
  }
  #time_page .container .form_container hr.tablet_visible {
	margin-bottom: 0;
  }
  #time_page .container .input_text {
	width: 345px;
  }
  #time_page .container .input_text:first-child {
	margin-right: 20px;
  }
  #time_page .container .speed_plan strong {
	color: #45b10a;
  }
  #time_page .container .terms_link_container {
	font-size: 18px !important;
  }
  #time_page .container .bottom_note {
	font-size: 18px !important;
  }
  #time_page .container .bottom_copyright {
	padding-bottom: 35px;
	margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  html {
	min-width: 1024px;
  }
  .bottom_copyright {
	margin-top: 32px !important;
  }
}
@media only screen and (min-width: 768px) {
  .form_fields,
  .speed_container {
	width: 710px;
	margin-left: auto !important;
	margin-right: auto !important;
  }
}

.input_text.inactive{
	border-color:Gray !important;
	color:Gray !important;
}
