* {
	padding: 0;
	margin: 0;
	outline: 0;
	box-sizing: border-box;
}

body {
	font-size: 23px;
	line-height: 1.57;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	color: #333;
	background: #fff;
	min-width: 320px;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
	line-height: 0;
	height: 0;
}

a { text-decoration: none; cursor: pointer; color: #01a9f2; }

a,
input,
button {
	-webkit-transition: color .2s ease, background .2s ease, border .2s ease, box-shadow .2s ease;
	-moz-transition: color .2s ease, background .2s ease, border .2s ease, box-shadow .2s ease;
	transition: color .2s ease, background .2s ease, border .2s ease, box-shadow .2s ease;
}

h1 { font-size: 84px; line-height: 1.2; font-weight: 700; }
h2 { font-size: 50px; line-height: 1.2; font-weight: 300; }
h3 { font-size: 34px; line-height: 1.2; font-weight: 300; }
h4 { font-size: 25px; line-height: 1.2; font-weight: 400; }
h5 { font-size: 17px; line-height: 1.2; font-weight: 700; color: #3fa9f2; }

input,
select,
textarea,
button { font-family: Roboto, sans-serif; }

address { font-style: normal; }

.container { width: 1400px; padding: 0 20px; margin: auto; }
.container-fluid { padding: 0 45px; }

.wrap { display: flex; justify-content: space-between; }

.btn { display: inline-block; font-size: 18px; line-height: 28px; text-transform: uppercase; height: 68px; padding: 20px 40px; border: 0; cursor: pointer; text-align: center; font-weight: 300; min-width: 302px; border-radius: 14px; color: #fff; background: #7bcb44; box-shadow: inset 0 0 rgba(0, 0, 0, 0); transition: box-shadow .2s ease; }
.btn:hover { box-shadow: inset 0 68px rgba(0, 0, 0, .1); }

.btn-cta { display: inline-block; font-size: 25px; line-height: 30px; padding: 36px 64px; text-align: center; text-transform: uppercase; font-weight: 300; color: #fff; min-width: 458px; border-radius: 24px; background: linear-gradient(to bottom, #2362a0 0%, #35b6ff 100%); box-shadow: inset 0 0 rgba(0, 0, 0, 0); cursor: pointer; letter-spacing: 0.025em; }
.btn-cta:hover { box-shadow: inset 0 102px rgba(0, 0, 0, .1); }

.submit { display: inline-block; font-size: 24px; line-height: 1; height: 94px; padding: 35px 65px; text-align: center; border-radius: 22px; border: 0; cursor: pointer; color: #fff; background: linear-gradient(to bottom, #2362a0 0%, #35b6ff 100%); box-shadow: inset 0 0 rgba(0, 0, 0, 0); }
.submit:hover { box-shadow: inset 0 102px rgba(0, 0, 0, .1); }

/* Header */
#header-home { position: absolute; top: 0; left: 0; width: 100%; z-index: 100; padding: 21px 0; }
#header-home .wrap { align-items: center; }

#logo img { display: block; width: 271px; height: 43px; }

#nav { font-size: 15px; line-height: 18px; font-weight: 500; }
#nav ul { list-style: none; display: flex; }
#nav ul li { margin-right: 40px; }
#nav ul li:last-child { margin-right: 0; }
#nav ul li a { color: #fff; }
#nav ul li a:hover,
#nav ul li.current > a { color: #3fa9f4; }

#header { position: fixed; top: 0; left: 0; z-index: 100; width: 100%; height: 70px; padding: 15px 0; background: linear-gradient(to bottom, #dfdfdf 0%, #dfdfdf 70%, #ababab 100%); }
#header .wrap { justify-content: flex-start; }
#header #logo { margin: 6px 24px 6px 0; }
#header #logo img { width: 155px; height: auto; }
#header .link-help { position: absolute; top: 15px; right: 25px; width: 35px; height: 35px; font-size: 23px; line-height: 35px; background: linear-gradient(135deg, #fec857 0%, #fb8f09 100%);}

#nav-mini { display: flex; }
#nav-mini ul { display: flex; list-style: none; margin-right: 24px; }
#nav-mini ul li { margin-right: 7px; }
#nav-mini ul:last-child,
#nav-mini ul li:last-child { margin-right: 0; }
#nav-mini a { display: block; border: 1px solid #000; border-radius: 8px; background: linear-gradient(to bottom, #646464 0%, #2f2f2f 100%); color: #ddd; width: 40px; height: 40px; line-height: 38px; text-align: center; transition: none; }
#nav-mini a:hover { color: #fff; background: linear-gradient(to bottom, #fe7133 0%, #fe7133 50%, #fe4d00 50%, #fe4d00 100%); border-color: #fe7133; }

/* Main */
#main { margin-top: 70px; padding: 20px 0; }
#main h3 { font-size: 20px; font-weight: bold; }

/* Intro */
#intro { padding: 290px 0 170px; background: linear-gradient(to bottom, rgba(0, 26, 51, .79) 0%, rgba(0, 26, 51, .79) 100%), url(../img/intro.jpg) no-repeat 0 0; background-size: cover; color: #fff; text-align: center; }
#intro .text { max-width: 1000px; margin: auto; }
#intro h1 { margin-bottom: 20px; }
#intro h4 { margin-bottom: 60px; }
#intro p { max-width: 900px; margin: 0 auto 30px; }
#intro .btn-cta { margin: 30px 0; }

/* Content */
#content .content-section { border-bottom: 1px solid #ddd; padding: 64px 0; }
#content .content-section:last-child,
#content .top-section { border-bottom: 0; }
#content .top-section { background: #fff url(../img/top-section.png) repeat-x 0 bottom; }
#content .top-section .wrap { align-items: center; justify-content: flex-start; }
#content .top-section .image { width: 79%; }
#content .top-section .image img { display: block; max-width: 100%; height: auto; }
#content .top-section .text a { color: #545454; white-space: nowrap; display: inline-block; position: relative; margin-left: -30px; }
#content .top-section .text a:hover { color: #3fa9f4; }
#content h2 { text-align: center; font-weight: 300; color: #3fa9f4; margin-bottom: 36px; }
#content h2 strong { color: #79c943; }
#content h5 { margin-bottom: 15px; }
#content p { margin-bottom: 24px; }
#content .entry { max-width: 895px; margin: 0 auto; text-align: center; }
#content ul.features-list { list-style: none; display: flex; flex-wrap: wrap; justify-content: space-around; font-size: 15px; line-height: 1.53; color: #545454; font-family: 'Open Sans', Roboto, sans-serif; margin-top: 120px; }
#content ul.features-list li { width: 360px; max-width: 33.33%; margin-bottom: 72px; padding-left: 92px; padding-right: 20px; position: relative; }
#content ul.features-list li .icon { position: absolute; top: 0; left: 0; width: 79px; }
#content ul.features-list li .icon img { display: block; width: 100%; height: auto; }

.icon-play { display: inline-block; width: 85px; height: 61px; background: url(../img/icon-play.png) no-repeat 0 0; vertical-align: middle; margin-left: 15px; }

/* CTA section */
#cta { background: linear-gradient(to bottom, rgba(0, 26, 51, .79) 0%, rgba(0, 26, 51, .79) 100%), url(../img/intro.jpg) no-repeat 0 0; background-size: cover; color: #fff; padding: 68px 0 0; }
#cta .image { width: 48%; }
#cta .image img { display: block; width: 100%; height: auto; }
#cta .text { width: 48%;}
#cta h2 { font-weight: 500; line-height: 1.2; margin-bottom: 36px; }
#cta p { margin-bottom: 36px; }

/* Logout */
#logout { padding: 135px 0 275px; background: linear-gradient(to bottom, rgba(0, 26, 51, .79) 0%, rgba(0, 26, 51, .79) 100%), url(../img/intro.jpg) no-repeat 0 0; background-size: cover; color: #fff; text-align: center; position: relative; }
#logout h2 { font-size: 46px; line-height: 1.2; text-align: center; margin-bottom: 36px; }
#logout .panel { max-width: 748px; margin: 36px auto; text-align: left; }
#logout h1 { margin-bottom: 20px; }
#logout h4 { margin-bottom: 30px; }
#logout .copyright { position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; font-size: 21px; line-height: 1.2; padding: 36px 0; }
#logout .submit { display: block; width: 100%; }

.panel { background: #fff; color: #545454; border-radius: 25px; padding: 44px; }
.panel h4 { color: #545454; }

.panel .field { display: block; width: 100%; height: 69px; margin-bottom: 20px; background: #fff; border: 1px solid #cdcdcd; border-radius: 12px; font-size: 22px; line-height: 1.14; color: #333; padding: 21px 26px; }
.panel .field::-webkit-input-placeholder { color: #999; }
.panel .field::-moz-placeholder { color: #999; }
.panel .field:-ms-input-placeholder { color: #999; }
.panel .field:-moz-placeholder { color: #999; }
.panel .form-actions { padding-top: 7px; }
.panel .form-actions small { display: block; font-size: 18px; line-height: 1.2; color: #545454; text-align: left; font-weight: normal; }
.panel .form-actions small span { color: #000; }
.panel .submit { display: block; width: 100%; }

/* Contact */
#contact { padding: 65px 0 155px; background: linear-gradient(to bottom, rgba(0, 26, 51, .79) 0%, rgba(0, 26, 51, .79) 100%), url(../img/intro.jpg) no-repeat 0 0; background-size: cover; color: #fff; text-align: center; position: relative; }
#contact .panel { max-width: 784px; margin: 0 auto 20px; padding: 32px 44px; }
#contact .logo { text-align: center; margin-bottom: 30px; }
#contact .logo img { display: block; margin: 0 auto; }
#contact h3 { color: #333; margin-bottom: 15px; }
#contact .form-row { display: flex; justify-content: space-between; }
#contact .form-row .form-control { width: 100%; }
#contact .form-row .one-half { width: calc(50% - 14px); }
#contact .submit { margin-bottom: 35px; }
#contact .copyright { position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; font-size: 21px; line-height: 1.2; padding: 36px 0; }

/* Active Event */
#optimizer {  }
#optimizer h3 { margin-bottom: 12px; color: #666; }
#optimizer .form-optimizer h3 { color: #34b4ff; }
#optimizer .col-events { width: 555px; }
#optimizer .col-table { width: calc(100% - 594px); }

.table { width: 100%; border-spacing: 0; }
.table th { background: linear-gradient(to bottom, #2468a7 0%, #2d8ed2 100%); color: #fff; font-size: 14px; line-height: 1.43; font-weight: normal; text-align: left; padding: 12px 8px 4px; vertical-align: top; border-right: 1px solid #2879ba; }
.table th:last-child { border-right: 0; border-radius: 0 20px 0 0; padding-right: 20px; }
.table th:first-child { border-radius: 20px 0 0 0; padding-left: 20px; }
.table td { font-size: 14px; line-height: 1.14; color: #212121; font-weight: normal; text-align: left; padding: 8px 12px; }
.table td:first-child { padding-left: 20px; }
.table td:last-child { padding-right: 20px; }
.table tr { background: #dfdfdf; }
.table tr:nth-child(even) { background: #eee; }
.table time { font-size: 12px; display: inline-block; white-space: nowrap; }
.table time .day { font-size: 18px; display: block; }

.link-del { display: inline-block; width: 34px; height: 34px; background: #444; color: #ff4000; border-radius: 50%; text-align: center; font-size: 16px; line-height: 34px; box-shadow: inset 0 34px rgba(0, 0, 0, 0);}
.link-del:hover { box-shadow: inset 0 34px rgba(255, 255, 255, .1); }

.form-optimizer h3 { color: #34b4ff; }
.form-optimizer .form-body { display: flex; flex-wrap: wrap; }
.form-optimizer .form-group { margin: 0 15px 15px 0; }
.form-optimizer .form-control { display: block; font-size: 15px; line-height: 18px; font-weight: 500; color: #fff; width: 162px; height: 36px; border: 0; border-radius: 6px; background: linear-gradient(to bottom, #2362a0 0%, #34b2fa 100%); padding: 0 24px 0 12px; margin-bottom: 10px; }
.form-optimizer .form-control::-webkit-input-placeholder { color: #fff; }
.form-optimizer .form-control::-moz-placeholder { color: #fff; }
.form-optimizer .form-control:-ms-input-placeholder { color: #fff; }
.form-optimizer .form-control:-moz-placeholder { color: #fff; }
.form-optimizer .form-control.datepicker { background: url(../img/datepicker.png) no-repeat right center, linear-gradient(to bottom, #2362a0 0%, #34b2fa 100%); padding-right: 32px; }
.form-optimizer select.form-control { background: url(../img/select.png) no-repeat right center, linear-gradient(to bottom, #2362a0 0%, #34b2fa 100%); padding: 0 24px 0 12px; }
.form-optimizer .form-control.dark { background: linear-gradient(to bottom, #515151 0%, #030303 100%); box-shadow: 0 1px 2px rgba(0, 0, 0, .25), inset 0 2px rgba(255, 255, 255, .21); }
.form-optimizer select.form-control.dark { background: url(../img/select.png) no-repeat right center, linear-gradient(to bottom, #515151 0%, #030303 100%); }
.form-optimizer .submit { display: block; font-size: 14px; line-height: 17px; padding: 0 24px 0 12px; color: #fff; background: linear-gradient(to bottom, #515151 0%, #030303 100%); font-weight: normal; text-transform: uppercase; height: 36px; border: 0; cursor: pointer; border-radius: 8px; box-shadow: 0 1px 2px rgba(0, 0, 0, .25), inset 0 2px rgba(255, 255, 255, .21), inset 0 0 rgba(0, 0, 0, 0); white-space: nowrap; }
.form-optimizer .submit:hover { box-shadow: 0 1px 2px rgba(0, 0, 0, .25), inset 0 2px rgba(255, 255, 255, .21), inset 0 36px rgba(255, 255, 255, .15); }
.form-optimizer .submit .fa { display: inline-block; vertical-align: middle; width: 20px; height: 20px; border-radius: 50%; border: 2px solid #fff; font-size: 10px; line-height: 16px; text-align: center; margin-right: 12px; }

select.form-control { -o-appearance: none; -ms-appearance: none; -moz-appearance: none; -webkit-appearance: none; }

.link-help { display: inline-block; vertical-align: middle; font-size: 12px; line-height: 17px; font-weight: normal; width: 17px; height: 17px; border-radius: 50%; color: #fff; background: #fb8c00; text-align: center; box-shadow: 0 0 1px rgba(0, 0, 0, .06), inset 0 35px rgba(0, 0, 0, 0); }
.link-help:hover { box-shadow: 0 0 1px rgba(0, 0, 0, .06), inset 0 35px rgba(255, 255, 255, .15); }

.switch-options { float: left; display: flex; justify-content: space-around; align-items: flex-start; overflow: hidden; border: solid 1px #030303; border-radius: 8px; height: 36px; }
.switch-options label { position: relative; margin: 0; cursor: pointer; }
.switch-options label input { position: absolute; visibility: hidden; opacity: 0; }
.switch-options label input ~ span { display: block; padding: 10px 12px; color: #394249; white-space: nowrap; line-height: 14px; font-size: 14px; font-weight: 500; color: #fff; background: linear-gradient(to bottom, #515151 0%, #030303 100%); box-shadow: 0 1px 2px rgba(0, 0, 0, .25), inset 0 2px rgba(255, 255, 255, .21); }
.switch-options label input:checked ~ span { background: linear-gradient(to bottom, #2362a0 0%, #34b2fa 100%); color: #fff; }

/* Tabs */
.tabs-nav { display: flex; position: relative; }
.tabs-nav:before { content: ''; position: absolute; z-index: -1; top: 100%; left: 5%; right: 5%; height: 1px; box-shadow: 0 0 40px 8px rgba(0, 0, 0, .5); }
.tabs-nav h3 { margin: 6px 44px 6px 0; }
.tabs-nav ul { display: flex; list-style: none; background: #333; border-radius: 15px 15px 0 0; }
.tabs-nav ul li { position: relative; }
.tabs-nav ul li a { display: block; background: #333; color: #fff; font-size: 16px; line-height: 1.2; font-weight: normal; padding: 12px 24px; border-radius: 15px 15px 0 0; }
.tabs-nav ul li.active { z-index: 2; }
.tabs-nav ul li.active a { background: #31baff; }

.tab { display: none; }
.tab:first-child { display: block; }

.tabs-content { background: #15385f; color: #fff; padding: 30px 20px; }
.table-events { border-spacing: 0; }
.table-events th { font-weight: normal; text-align: left; border-right: 1px solid #35b5ff; padding: 4px 16px; font-size: 14px; color: #35b5ff; }
.table-events th:last-child { border-right: 0; }
.table-events td { font-size: 14px; color: #fff; padding: 22px 0 8px 16px; border-bottom: 1px solid #1f5485; vertical-align: top; }
.table-events td:first-child { padding-left: 20px; }
.table-events time { font-size: 10px; }
.table-events time .day { display: block; font-size: 24px; line-height: 1; font-weight: 500; }
.table-events ul.rates { width: 202px; }
.table-events .link-circle { display: inline-block; width: 34px; height: 34px; border-radius: 50%; font-size: 20px; line-height: 34px; text-align: center; background: #eee; box-shadow: inset 0 34px rgba(0, 0, 0, 0); margin: 0 5px 5px 0; }
.table-events .link-circle:hover { box-shadow: inset 0 34px rgba(0, 0, 0, .1); }
.table-events .link-circle .fa-pencil { color: #7ac532; }
.table-events .link-circle .fa-trash { color: #ff4000; }

ul.rates { list-style: none; display: flex; flex-wrap: wrap; }
ul.rates li { margin: 0 16px 12px 0; display: flex; width: 85px; border-radius: 5px; background: #389eff; color: #fff; line-height: 17px; }
ul.rates li .cat-name { display: block; width: 50px; font-size: 14px; padding: 4px 8px; }
ul.rates li .price { display: block; width: 35px; font-size: 12px; text-align: center; border-radius: 0 5px 5px 0; background: #fff; color: #fb8c00; font-weight: 500; padding: 4px; }
ul.rates li { margin: 0 16px 12px 0; display: flex; }

.form-event { max-width: 425px; margin: 10px 10px 30px; }
.form-event .form-group { display: flex; justify-content: space-between; margin-bottom: 24px; }
.form-event .form-control { display: block; background: #fff; font-weight: 300; font-size: 15px; width: 100%; height: 36px; padding: 0 16px; border: 0; border-radius: 8px; }
.form-event select.form-control { background: #fff url(../img/select-white.png) no-repeat right center; color: #666; font-weight: 500; }
.form-event label { width: 58px; display: block; font-size: 15px; line-height: 1.2; padding: 9px 0; font-weight: bold; }
.form-event label + .form-control { width: calc(100% - 63px); }
.form-event .submit { display: block; width: 286px; height: 60px; text-align: center; padding: 0; font-weight: normal; text-transform: uppercase; font-size: 18px; margin: 0 auto; }

/* Calendar */
#calendar {}
#calendar h3 { font-size: 27px; line-height: 1.2; color: #33b3ff; margin-bottom: 12px; }
#calendar .wrap,
#calendar .form-row { display: flex; justify-content: space-between; margin-bottom: 10px; }
#calendar .form-row .form-group { width: calc(50% - 18px); }
#calendar .form-control { display: block; font-size: 15px; line-height: 18px; font-weight: 500; color: #fff; width: 162px; height: 36px; border: 0; border-radius: 6px; background: linear-gradient(to bottom, #2362a0 0%, #34b2fa 100%); padding: 0 24px 0 12px; margin-bottom: 10px; margin-bottom: 10px; }
#calendar select.form-control { background: url(../img/select.png) no-repeat right center, linear-gradient(to bottom, #2362a0 0%, #34b2fa 100%); padding: 0 24px 0 12px; }
#calendar .col-calendar { width: 360px; }
#calendar .col-tabs { width: calc(100% - 396px); }
#calendar .scroller { max-height: calc(100vh - 225px); }
#calendar .tabs-content { background: transparent; }
#calendar .ui-datepicker-multi { display: flex; flex-wrap: wrap; max-width: 100%; border: 0; padding: 0; background: transparent; }
#calendar .ui-datepicker-multi .ui-datepicker-group { float: none; display: block; border: 0; background: transparent; margin-bottom: 50px; }
#calendar .ui-datepicker .ui-datepicker-prev,
#calendar .ui-datepicker .ui-datepicker-next { display: none; visibility: hidden; }
#calendar .ui-datepicker .ui-widget-header { border: 0; background: transparent; padding: 0; }
#calendar .ui-datepicker .ui-datepicker-title { margin: 0 0 8px; font-size: 15px; line-height: 1.2; text-align: left; font-weight: 500; color: #33b3ff; }
#calendar .ui-datepicker th { font-size: 15px; color: #fff; background: #666; padding: 2px 0; }
#calendar .ui-datepicker-multi .ui-datepicker-group table { margin: 0; width: 100%; }
#calendar .ui-datepicker td span,
#calendar .ui-datepicker td a { padding: 0; color: #525252; text-align: center; border-radius: 8px; }
#calendar .ui-state-default,
#calendar .ui-widget-content .ui-state-default,
#calendar .ui-widget-header .ui-state-default,
#calendar .ui-button,
html #calendar .ui-button.ui-state-disabled:hover,
html #calendar .ui-button.ui-state-disabled:active { background: transparent; border: 0; font-size: 15px; line-height: 18px; padding: 9px 0; }
#calendar .ui-state-active,
#calendar .ui-widget-content .ui-state-active,
#calendar .ui-widget-header .ui-state-active,
#calendar a.ui-button:active,
#calendar .ui-button:active,
#calendar .ui-button.ui-state-active:hover { color: #fff; background: linear-gradient(to bottom, #2362a0 0%, #34b3fc 100%); }
#calendar .tabs-content { padding: 0; }

#tabs-bar { position: relative; display: flex; align-items: flex-end; background: linear-gradient(to bottom, #2468a7 0%, #2d8ed2 100%); border-radius: 20px 20px 0 0; margin-bottom: 26px; }
#tabs-bar ul.tabs-nav { list-style: none; display: flex; font-size: 15px; line-height: 22px; }
#tabs-bar ul.tabs-nav:before { content: none; }
#tabs-bar ul.tabs-nav li {  }
#tabs-bar ul.tabs-nav li a { display: block; color: #dfdfdf; padding: 17px 22px; }
#tabs-bar ul.tabs-nav li a:hover,
#tabs-bar ul.tabs-nav li.active a { background: linear-gradient(to bottom, #2a82c5 0%, #33acf3 100%); }
#tabs-bar ul.tabs-nav li:first-child a { border-radius: 20px 0 0; }

#tabs-bar ul.nav-months { display: flex; list-style: none; height: 71px; padding: 10px 0 5px; margin-top: -15px; color: #fff; background: linear-gradient(to bottom, #515151 0%, #030303 100%); border-radius: 20px 20px 0 0; box-shadow: 0 1px 2px rgba(0, 0, 0, .25), inset 0 2px rgba(255, 255, 255, .21); font-size: 18px; line-height: 1; }
#tabs-bar ul.nav-months li {  }
#tabs-bar ul.nav-months li span,
#tabs-bar ul.nav-months li button { display: block; border: 0; background: transparent; padding: 10px 18px; color: #fff; font-size: 18px; line-height: 38px; }
#tabs-bar ul.nav-months li button { cursor: pointer; }
#tabs-bar ul.nav-months li button:hover { color: #fe4d00; }
#tabs-bar ul.nav-months li button .fa { font-size: 38px; line-height: 1; }

#tabs-bar #date { position: absolute; top: 0; right: 0; font-size: 15px; line-height: 18px; font-weight: 500; color: #fff; padding: 19px 52px 19px 0; margin-right: 32px; background: url(../img/icon-date.png) no-repeat right center; }

.scroller { overflow: auto; }

.icon-calendar { display: inline-block; vertical-align: middle; margin: 0 20px 6px 0; width: 30px; height: 26px; background: url(../img/calendar.png) no-repeat 0 0; }
.icon-reservation { display: inline-block; vertical-align: middle; margin: 0 9px 0 0; width: 24px; height: 22px; background: url(../img/icon-reservation.png) no-repeat 0 0; }
.icon-month { display: inline-block; vertical-align: middle; margin: 0 9px 0 0; width: 20px; height: 20px; background: url(../img/icon-month.png) no-repeat 0 0; }
.icon-date { display: inline-block; vertical-align: middle; margin: 0 9px 0 0; width: 20px; height: 22px; background: url(../img/icon-date.png) no-repeat 0 0; }

.table-rates { min-width: 100%; border-spacing: 0; font-size: 11px; color: #34312c; font-weight: 500; table-layout: fixed; }
.table-rates th { height: 36px !important; padding: 0 6px; text-align: center; background: #fff; border-top: 1px solid #cacaca;  min-height: 36px; vertical-align: top; box-sizing: border-box; }
.table-rates th + th { width: 40px; box-shadow: inset 1px 0 #cacaca;}
.table-rates th:first-child { width: 84px; border-left: 0; border-top: 1px solid #fff; }
/*.table-rates th:last-child { border-right: 1px solid #cacaca; }*/
.table-rates td { height: 40px !important; color: #34312c; padding: 0 6px; vertical-align: middle; border-left: 1px solid #d3d3d3; position: relative; box-sizing: border-box; }
.table-rates td:first-child { width: 84px; border-left: 0; padding: 0 6px 0 12px; font-size: 13px; color: #1c5e8a; }
/*.table-rates td:last-child { border-right: 1px solid #d3d3d3; }*/
.table-rates td + td { width: 40px; }
.table-rates tbody tr:nth-child(odd) { background: #ddd; }
.table-rates tbody tr:nth-child(even) { background: #fff; }
.table-rates tbody tr:last-child td { box-shadow: inset 0 -1px #d3d3d3; }
.table-rates .fa-close { display: block; width: 22px; height: 22px; border-radius: 50%; color: #fff; background: #aaa; text-align: center; line-height: 22px; font-size: 14px; font-weight: normal; margin: auto; }
.table-rates .arrow { position: absolute; top: 0; right: 0; width: 0; height: 0; border-style: solid; border-width: 7px 0 0 7px; border-color: #fa8300 transparent transparent; }

#range-table { height: calc(100vh - 200px); }
#range-table .fht-fixed-column .fht-tbody { margin-top: 0 !important; }

/* Footer */
#footer { padding: 40px 0; background: #0d2135; color: #fff; }
#footer .copyright { font-size: 21px; line-height: 1.2; }
#footer .footer-widgets { display: flex; margin-bottom: 60px; }
#footer .footer-widgets .widget-help { width: 33%; padding-right: 40px; }
#footer .footer-widgets .widget-contact { width: 57%; }
#footer .widget h2 { color: #3fa9f4; margin: 20px 0; }
#footer .widget h2 strong { color: #79c943; }
#footer .widget p { margin-bottom: 36px; }
#footer .widget a { color: #fff; }
#footer .widget a:hover { color: #3fa9f4; }
#footer .widget-contact p { margin-bottom: 20px; }
#footer .form-contact { max-width: 740px; }
#footer .form-contact .form-row { display: flex; justify-content: space-between; }
#footer .form-contact .form-control { width: 100%; }
#footer .form-contact .form-control.one-half { width: calc(50% - 26px); }
#footer .form-contact .field { display: block; width: 100%; height: 60px; border: 1px solid #fff; border-radius: 12px; background: transparent; font-size: 18px; color: #79c943; font-weight: 300; padding: 16px 22px; margin-bottom: 32px; }
#footer .form-contact .field::-webkit-input-placeholder { color: #2d70b3; }
#footer .form-contact .field::-moz-placeholder { color: #2d70b3; }
#footer .form-contact .field:-ms-input-placeholder { color: #2d70b3; }
#footer .form-contact .field:-moz-placeholder { color: #2d70b3; }
#footer .form-contact textarea.field { height: 95px; }
#footer .form-contact .form-actions { display: flex; flex-direction: row-reverse; }

@media (min-width: 768px) {
	.menu-link { display: none; }
}

/* Responsive */
@media (max-width: 1439px) {
	body { font-size: 20px; }
	.container-fluid { padding: 0 20px; }
	.container { width: 1280px; }

	h1 { font-size: 63px; }
	h2 { font-size: 38px; }
	h3 { font-size: 26px; }
	h4 { font-size: 24px; }

	#intro { padding: 240px 0 140px; }

	#content h2 { margin-bottom: 30px; }
	#content p { margin-bottom: 20px; }
	#content .content-section { padding: 45px 0; }
	#content .top-section .image { width: 60%; }
	#content ul.features-list { margin-top: 80px; }
	#content ul.features-list li { margin-bottom: 40px; }

	#cta h2 { margin-bottom: 30px; }
	#cta p { margin-bottom: 30px; }
	
	#logout { padding: 80px 0 95px; }
	#logout .panel { max-width: 600px; }
	#logout .copyright,
	#contact .copyright { padding: 25px 0; }

	#contact { padding: 40px 0 80px; }
	
	.panel { padding: 30px; }
	.panel .field { height: 59px; padding: 16px 22px; }

	.submit { height: 80px; padding: 28px 48px; border-radius: 18px; }

	.form-optimizer .form-control { width: 150px; }
	.form-optimizer .form-group { margin: 0 12px 12px 0; }

	#calendar .ui-datepicker-multi .ui-datepicker-group { margin-bottom: 40px; }

}

@media (max-width: 1279px) {
	body { font-size: 18px; }

	.container { width: 1024px; box-sizing: border-box; }

	h1 { font-size: 56px; }
	h2 { font-size: 32px; }
	h3 { font-size: 23px; }

	#intro { padding: 200px 0 120px; }

	#calendar .ui-datepicker-multi .ui-datepicker-group { margin-bottom: 30px; }

	#footer .copyright { font-size: 18px; }
}

@media (max-width: 1023px) {
	.container { width: 768px; }

	#intro { padding: 150px 0 50px; }

	#content ul.features-list li { padding-left: 0; text-align: center; }
	#content ul.features-list li .icon { position: static; display: block; margin: 0 auto 20px; }
}

@media (max-width: 767px) {
	.container { width: 100%; }

	h1 { font-size: 46px; }
	h2 { font-size: 28px; }
	h3 { font-size: 20px; }

	.wrap { flex-wrap: wrap; }

	.btn { min-width: 0; width: 100%; display: block; }

	#header-home { position: fixed; transition: padding .5s ease; -webkit-transition: padding .5s ease; }
	#header-home:before { content: ''; position: absolute; z-index: -1; top: 0; right: 0; left: 0; bottom: 0; background: linear-gradient(to bottom, rgba(0, 0, 0, .9), rgba(0, 0, 0, .6)); box-shadow: 0 0 20px rgba(0, 0, 0, .9); opacity: 0; transition: opacity .5s ease; -webkit-transition: opacity .5s ease; }
	#header-home.dark:before { opacity: 1; }
	#header-home.dark { padding: 10px 0; }
	#header-home.dark .menu-link { top: 13px; }

	#logo { position: relative; z-index: 2; }

	.menu-link { position: absolute; z-index: 2; top: 18px; right: 20px; color: #fff; font-size: 40px; line-height: 1; transition: top .5s ease; -webkit-transition: top .5s ease; }

	#nav > ul { position: absolute; z-index: 1; top: 0; left: 0; right: 0; display: block; background: rgba(0, 0, 0, .9); padding-top: 80px; }
	#nav > ul > li { border-bottom: 1px solid rgba(255, 255, 255, .15); margin: 0; }
	#nav > ul > li:last-child { border-bottom: 0; }
	#nav > ul > li > a { display: block; width: 100%; padding: 12px 20px; }
	#nav > ul > li > a:hover,
	#nav > ul > li > a:active { background: rgba(255, 255, 255, .05); }

	#nav > ul { opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility 0s linear .2s; -webkit-transition: opacity .2s ease, visibility 0s linear .2s; }
	#nav.expanded > ul { opacity: 1; visibility: visible; transition: opacity .2s ease, visibility 0s linear 0s; -webkit-transition: opacity .2s ease, visibility 0s linear 0s; }

	#intro { padding: 150px 0 50px; }
	#intro h3 { margin-bottom: 20px; }
	#intro .btn-cta { margin: 15px auto; width: 100%; height: 70px; padding: 20px; min-width: 0; }

	#content .top-section .image { width: 100%; margin-bottom: 30px; }
	#content .top-section .text { width: 100%; }
	#content ul.features-list li { width: 100%; max-width: 100%; padding-left: 72px; margin-bottom: 20px; text-align: left; }
	#content ul.features-list li .icon { position: absolute; margin: -10px 0 0; width: 60px; }

	#cta .image { width: 100%; margin-bottom: 30px; }
	#cta .text { width: 100%; }

	#footer .footer-widgets { flex-wrap: wrap; }
	#footer .footer-widgets .widget { margin: 0 0 10px; }
	#footer .footer-widgets .widget-help { width: 100%; }
	#footer .form-contact .form-control.one-half { width: calc(50% - 10px); }
	#footer .footer-widgets .widget-contact { width: 100%; }
}

@media (max-width: 479px) {
	#logo img { width: 220px; height: auto; }
	#nav > ul { padding-top: 70px; }
	#footer .form-contact .form-row { flex-wrap: wrap; }
	#footer .form-contact .form-control.one-half { width: 100%; }
	#footer .form-contact .field { margin-bottom: 20px; }
}