/*
**********************
**********************

DON'T EDIT THIS FILE!!
FOR CHANGES USE CUSTOM.CSS

**********************
**********************
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700&subset=latin,latin-ext);


.light {
  font-family:'Roboto';
}
.font {
 font-family:'Roboto';
}
.medium {
font-family:'Roboto';
}
.bold {
 font-family:'Roboto';
}
html {
  font-size: 10px;
}
body {

 font-family:'Roboto';
}
.flexbox{display: flex; flex-wrap:wrap;}
a {
  color: #f77d24;
}
input:focus {
  outline: none;
}
header {
  /* background: url("../img/header-bg.jpg") center bottom no-repeat; */
  background-color: white;
  background-size: cover;
  padding: 0 15px;
}
header .para {
  position: absolute;
  z-index: 0;
  display: none;
  animation: zoomin 0.9s linear;
  -webkit-animation: zoomin 0.9s linear;
  -moz-animation: zoomin 0.9s linear;
}
header #hamburger-menu {
  position: absolute;
  z-index: 10;
  top: 0px;
  right: 0px;
  color: white;
  text-align: center;
  cursor: pointer;
  padding: 28px 21px 42px;
}
header #hamburger-menu .hamburger-line {
  background: white;
  display: block;
  height: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 25px;
}
header #hamburger-menu .hamburger-line:before {
  content: "";
  position: relative;
  background: white;
  display: block;
  height: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  top: 7px;
}
header #hamburger-menu .hamburger-line:after {
  content: "";
  position: relative;
  background: white;
  display: block;
  height: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  top: 11px;
}
header #logo {
  width: 70%;
  padding: 15px 0;
  margin-right: 0;
  position: relative;
  z-index: 1;
}
header #logo img {
  max-width: 100%;
}
header #main-menu,header #main-menu2 {
  clear: both;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
header #main-menu li,header #main-menu2 li {
  list-style-type: none;
}
header #main-menu li a,header #main-menu2 li a {
  color: white;
  display: block;
  text-align: center;
  font-size: 15px;
  font-size: 1.4rem;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  padding: 7px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-family:'Roboto';
}
header #main-menu li a:hover,header #main-menu2 li a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
}
header #log-box,header #log-box2 {
  display: table;
  margin: 30px auto 40px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
   font-family:'Roboto';
}
header #log-box .login,header #log-box2 .login {
  display: inline-block;
}
header #log-box .login a,header #log-box2 .login a {
  color: white;
  background: #ffa061;
  font-size: 15px;
  font-size: 1.5rem;
  border: 2px solid #ffa061;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 20px;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  display: block;
}
header #log-box .login a:hover,header #log-box2 .login a:hover {
  border-color: white;
  background: transparent;
  text-decoration: none;
}
header #log-box .register,header #log-box2 .register {
  display: inline-block;
  margin-left: 15px;
}
header #log-box .register a,header #log-box2 .register a {
  color: white;
  font-size: 15px;
  font-size: 1.5rem;
  border: 2px solid white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 20px;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  display: block;
}
header #log-box .register a:hover,header #log-box2 .register a:hover{
  border-color: #ffa061;
  background: #ffa061;
  text-decoration: none;
}
header h1 {
  color: #ac3d00;
  text-align: center;
  clear: both;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
header .subtitle {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-size: 2rem;
 font-family:'Roboto';
  text-align: center;
}
header img {
  max-width: 100%;
}
header p {
  color: white;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-family:'Roboto';
  margin-bottom: 20px;
}
header .see-how {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 20px;
}
header .see-how a {
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #f77d24;
  background: white;
  width: 125px;
  display: inline-block;
  font-family:'Roboto';
}
header .see-how a:hover {
  color: #ac3d00;
  text-decoration: none;
  animation: dosirky 0.9s linear infinite;
  -webkit-animation: dosirky 0.9s linear infinite;
  -moz-animation: dosirky 0.9s linear infinite;
}
header .iphone {
  width: 100%;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
header .iphone img {
  max-width: 100%;
  opacity: 0;
}
.login-box .alert {
  margin: 8px;
}
header .login-box {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  max-width: 440px;
  position: relative;
  z-index: 1;
}
header .login-box form {
  padding: 25px;
  padding-bottom: 0;
}
header .login-box form ul {
  padding: 0;
}
header .login-box form ul li {
  list-style-type: none;
  text-align: center;
  margin-bottom: 20px;
}
header .login-box form ul li input[type="text"],
header .login-box form ul li input[type="password"] {
  margin-bottom: 45px;
  border: none;
  border-bottom: 2px solid #eaeaea;
  padding: 8px 15px;
  color: #eaeaea;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999999;
  width: 100%;
  background: url("../img/pass-ico.svg") no-repeat 95% center;
}
header .login-box form ul li input[type="text"] {
  background: url("../img/log-ico.svg") no-repeat 95% center;
}
header .login-box form ul li input[type="submit"] {
  background: #f77d24;
  color: white;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border: 2px solid #f77d24;
  font-family:'Roboto';
  padding: 8px 20px;
  margin: 25px 0 0 0;
  text-transform: uppercase;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
}
header .login-box form ul li input[type="submit"]:hover {
  background: transparent;
  color: #f77d24;
}
header .login-box .lost-pass {
  background: #f2f2f2;
  color: #999999;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
header .login-box .lost-pass a {
  color: #999999;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 15px 0;
  display: block;
}
header .registration {
  color: white;
  font-size: 20px;
  font-size: 2rem;
 font-family:'Roboto';
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
header .registration a {
  background: transparent;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  display: inline-block;
  padding: 8px 20px;
 font-family:'Roboto';
  font-size: 15px;
  font-size: 1.5rem;
  margin: 30px 0;
}
header .registration a:hover {
  background: white;
  color: #f77d24;
  border-color: #f77d24;
  text-decoration: none;
  border: 2px solid white;
}
header .registration-box {
  background: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 15px;
  overflow: hidden;
  max-width: 440px;
  margin: 30px auto;
  position: relative;
  z-index: 1;
}
header .registration-box a {
  color: #f77d24;
}
header .registration-box .registration-box-anotation {
  text-align: center;
  color: black;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 15px;
}
header .registration-box .registration-box-anotation a {
  color: #f77d24;
}
header .registration-box .recive-email {
  background: #f2f2f2;
  text-align: center;
  color: #999999;
  padding: 15px;
  padding-top: 0;
}
header .about-nomargin {
  margin-bottom: 0;
}
header .about-header-buttons {
  display: table;
  margin: 0 auto;
  width: 85%;
}
header .about-header-buttons a {
  background: white;
  color: #f77d24;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 15px 25px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  font-family:'Roboto';
  display: block;
  margin: 10px;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  position: relative;
}
header .about-header-buttons a:hover {
  text-decoration: none;
}
header .about-header-buttons a:hover .chevron {
  animation: doprava 0.9s linear infinite;
  -webkit-animation: doprava 0.9s linear infinite;
  -moz-animation: doprava 0.9s linear infinite;
}
header .about-header-buttons a .chevron {
  content: "";
  background: url("../img/chevron.svg") center bottom no-repeat;
  width: 9px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
form ul {
  padding: 0;
}
#leftregsection,#rightregsection{display:block;width:100%;}
 form ul li {
  list-style-type: none;
  margin-bottom: 20px;
}
form ul li label {
  width: 100%;
  display: block;
  text-transform: uppercase;
}
form ul li input[type="text"],
form ul li input[type="password"] {
  border: 2px solid #eaeaea;
  padding: 8px 15px;
  color: #eaeaea;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999999;
  width: 100%;
}
form ul li input[type="submit"] {
  background: #f77d24;
  color: white;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border: 2px solid #f77d24;
  font-family:'Roboto';
  padding: 15px 60px;
  text-transform: uppercase;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 3px;
}
form ul li input[type="submit"]:hover {
  background: transparent;
  color: #f77d24;
}
form ul li .check-box,
form ul li .radio-box {
  width: 15px;
  height: 15px;
  background: #eaeaea;
  border: 1px solid #cdcdcd;
  position: relative;
  top: 2px;
  margin-right: 5px;
  display: inline-block;
}
form ul li .check-box input,
form ul li .radio-box input {
 opacity:0; display: block;
}
form ul li .check-box:hover,
form ul li .radio-box:hover {
  border-color: #f77d24;
}
form ul li .radio-box {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  width: 16px;
  height: 16px;
}
form ul li .check {
  background: url("../img/checkbox.svg") center center no-repeat #f77d24;
  border-color: #f77d24;
}
form ul li .radiocheck {
  background: url("../img/radiobox.svg") center center no-repeat #eaeaea;
  border-color: #f77d24;
}
form ul li .half-size {
  width: 50% !important;
}
form .reg-bottom {
  background: #f2f2f2;
  padding-top: 20px;
  margin: 0;
  color: #999999;
}
form .reg-bottom li {
  padding: 0 15px;
  margin-bottom: 10px;
}
form .reg-bottom li:last-child {
  text-align: center;
  margin-bottom: 0;
  border-top: 1px solid #e4e4e4;
  padding: 40px;
}
form .form-box {
  padding: 15px;
}
form .form-box h2 {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'gothambold1';
  color: black;
}
form .form-box .check-box {
  width: 15px;
  height: 15px;
  background: #eaeaea;
  border: 1px solid #cdcdcd;
  position: relative;
  top: 2px;
  margin-right: 5px;
  display: inline-block;
}
form .form-box .check-box input {
  display: none;
}
form .form-box .check-box:hover {
  border-color: #f77d24;
}
form .form-box .check {
  background: url("../img/checkbox.svg") center center no-repeat #f77d24;
  border-color: #f77d24;
}.customdatatable select,
form .form-box select {
  border: 2px solid #eaeaea;
  width: 100%;
  padding: 10px 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../img/select-arrow.svg") 98% center no-repeat;
}
.customdatatable select{
	 padding: 7px 15px;
}
.profile_companycontainer .customdatatable select
{
	width:300px;
	background-position:95%;
	
  
}
.customdatatable select,form .form-box select:focus {
  outline: none;
}
form .form-box textarea {
  border: 2px solid #eaeaea;
  min-height: 250px;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  color: #999999;
  padding: 15px;
}
.white-content {
  position: relative;
  padding: 15px;
}
.white-content h2 {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  font-family:'Roboto';
}
.white-content .small-logo {
  display: table;
  margin: 20px auto;
}
.white-content .anotation {
  color: #f77d24;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
 font-family:'Roboto';
}
.white-content .dark {
  color: #444444;
  font-size: 17px;
  font-size: 1.7rem;
}
.white-content .offer-box {
  text-align: center;
  margin: 20px 0;
}
.white-content .offer-box img {
  max-width: 100%;
}
.white-content .offer-box span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #f77d24;
  display: block;
  text-transform: uppercase;
  margin: 10px 0;
}
.white-content .offer-box h3 {
 font-family:'Roboto';
  font-size: 45px;
  font-size: 4.5rem;
  color: #262626;
}
.white-content .offer-box p {
  color: #999999;
  font-size: 17px;
  font-size: 1.7rem;
}
.white-content .content-box {
  background: white;
  padding: 25px 15px;
  margin: 10px 0;
}
.white-content .content-box h3 {
  font-size: 23px;
  font-size: 2.3rem;
  color: #262626;
  text-align: center;
  margin: 0;
}
.white-content .content-box .content-img {
  width: 75%;
  margin: 40px auto;
  text-align: center;
}
.white-content .content-box .content-img img {
  max-width: 100%;
}
.white-content .content-box p {
  color: #999999;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 25px;
  min-height: 100px;
}
.white-content .content-box p a {
  color: #f77d24;
}
.white-content .content-box .core-team-head h3 {
   font-family:'Roboto';
  font-size: 17px;
  font-size: 1.7rem;
}
.white-content .content-box .core-team-head .function {
  font-size: 17px;
  font-size: 1.7rem;
  color: #f77d24;
  font-family:'Roboto';
  text-align: center;
}
.white-content .content-box .core-team-head ul {
  padding: 0;
}
.white-content .content-box .core-team-head ul li {
  list-style-type: none;
  margin: 10px;
  text-align: center;
}
.white-content .content-box .core-team-head ul li:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #f77d24;
  margin: 0px auto;
  margin-top: 10px;
}
.white-content .more-product {
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: white;
  background: #f77d24;
  width: 300px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 20px;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  margin: 0px auto;
  border: 2px solid #f77d24;
  font-family:'Roboto';
}
.white-content .more-product:hover {
  color: #f77d24;
  text-decoration: none;
  background: white;
}
.white-content .faq-link {
  color: #f77d24;
  font-size: 23px;
  font-size: 2.3rem;
  text-align: center;
  display: table;
  margin: 0px auto;
  margin-bottom: 80px;
}
.white-content table tr {
  border-bottom: 1px solid #e0e0e0;
}
.white-content table tr td {
  padding: 10px;
  vertical-align: top;
}
.white-content table tr td:first-child {
  font-family:'Roboto';
}
.white-content table tr:last-child {
  border: 0;
}
.white-content .contact-form ul {
  padding: 0;
  margin: 0;
}
.white-content .contact-form ul li {
  list-style-type: none;
  margin-bottom: 20px;
}
.white-content .contact-form ul li label {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.white-content .contact-form ul li input[type="text"] {
  border: 2px solid #eaeaea;
  width: 100%;
  padding: 10px 15px;
}
.white-content .contact-form textarea {
  width: 100%;
  border: 2px solid #eaeaea;
  padding: 10px 15px;
  min-height: 110px;
  color: #999;
}
.white-content .contact-form p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #999999;
  margin: 35px auto 0;
  display: table;
}
.white-content .contact-form input[type="submit"] {
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  background: #f77d24;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  padding: 15px 25px;
  font-family:'Roboto';
  position: relative;
  display: block;
  margin: 20px auto;
  border: 2px solid #f77d24;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  display: table;
}
.white-content .contact-form input[type="submit"]:hover {
  text-decoration: none;
  background: white;
  color: #f77d24;
}
.triangle:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -10px;
  background: white;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  left: 50%;
  margin-left: -5px;
}
.grey-content {
  background: #e9e9e9;
  padding: 30px;
}
.grey-content h2 {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  font-family:'Roboto';
}
.grey-content .small-logo {
  display: table;
  margin: 20px auto;
}
.grey-content .anotation {
  color: #898989;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
 font-family:'Roboto';
}
.grey-content .content-box {
  background: white;
  padding: 25px 15px;
  margin: 10px 0;
}
.grey-content .content-box h3 {
  
  font-size: 23px;
  font-size: 2.3rem;
  color: #262626;
  text-align: center;
  margin: 0;
}
.grey-content .content-box .content-img {
  width: 75%;
  margin: 30px auto;
  overflow: hidden;
  text-align:center;
}
.grey-content .content-box .content-img img {
  max-width: 100%;
}
.grey-content .content-box p {
  color: #999999;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin: 25px 0;
  min-height: 80px;
}
.grey-content .content-box .learn-more {
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: white;
  background: #f77d24;
  width: 155px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 20px;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  margin: 0px auto;
  border: 2px solid #f77d24;
   font-family:'Roboto';
}
.grey-content .content-box .learn-more:hover {
  color: #f77d24;
  background: white;
  text-decoration: none;
}
.grey-content table tr {
  border-bottom: 1px solid #e0e0e0;
}
.grey-content table tr td {
  padding: 10px;
  vertical-align: top;
}
.grey-content table tr td:first-child {
   font-family:'Roboto';
}
.grey-content table tr:last-child {
  border: 0;
}
.grey-content .center-text {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.grey-content .center-text a {
  color: #f77d24;
}
.grey-content .social-buttons {
  display: table;
  margin: 0 auto;
}
.grey-content .social-buttons .social-button {
  float: left;
  margin: 35px 10px 20px;
}
#product .product-img {
  text-align: center;
}
#pricing-boxes .pricing-box {
  text-align: center;
  color: #262626;
}
#pricing-boxes .pricing-box .pricing-box-head {
  padding: 20px;
  background: #f77d24;
}
#pricing-boxes .pricing-box .pricing-box-head h2 {
   font-family:'Roboto';
  font-size: 20px;
  font-size: 2rem;
  margin: 15px 0;
}
#pricing-boxes .pricing-box .pricing-box-head .price {
  font-family:'Roboto';
  font-size: 40px;
  font-size: 4rem;
}
#pricing-boxes .pricing-box .pricing-box-head .interval {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
#pricing-boxes .pricing-box .pricing-box-head .interval sup {
  color: white;
}
#pricing-boxes .pricing-box .pricing-box-head a {
  padding: 10px 20px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  color: #f77d24;
  background: white;
  width: 155px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 20px;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  margin: 10px auto;
  border: 2px solid white;
   font-family:'Roboto';
}
#pricing-boxes .pricing-box .pricing-box-head a:hover {
  color: white;
  text-decoration: none;
  background: #f77d24;
}
#pricing-boxes .pricing-box .pricing-box-content {
  padding-top: 20px;
}
#pricing-boxes .pricing-box .pricing-box-content ul {
  margin: 0;
  padding: 0;
}
#pricing-boxes .pricing-box .pricing-box-content ul li {
  list-style-type: none;
  padding: 12px 0;
  border-bottom: 1px solid #efefef;
  font-size: 14px;
  font-size: 1.4rem;
}
#pricing-boxes .pricing-box .pricing-box-content ul li sup {
  color: #f77d24;
}
#pricing-boxes .pricing-box .pricing-box-content ul li .get-started {
  padding: 10px 20px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  color: white;
  background: #f77d24;
  width: 155px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 20px;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  margin: 10px auto;
  border: 2px solid #f77d24;
  font-family:'Roboto';
}
#pricing-boxes .pricing-box .pricing-box-content ul li .get-started:hover {
  color: #f77d24;
  text-decoration: none;
  background: white;
}
#pricing-boxes .pricing-box .pricing-box-content ul li:last-child {
  border: none;
}
#pricing-boxes .pricing-box:first-child {
  display: none;
}
#pricing-boxes .pricing-box:first-child .pricing-box-content ul li {
  text-align: left;
   font-family:'Roboto';
}
#pricing-boxes .pricing-white {
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
#pricing-boxes .pricing-white .pricing-box-head {
  background: white;
}
#pricing-boxes .pricing-white .pricing-box-head .interval sup {
  color: #f77d24 !important;
}
#pricing-boxes .pricing-white .pricing-box-head a {
  background: #f77d24;
  border: 2px solid #f77d24;
  color: white;
}
#pricing-boxes .pricing-white .pricing-box-head a:hover {
  background: white;
  color: #f77d24;
}
#pricing-boxes .pricing-white a {
  background: #f77d24;
  color: white;
}
#pricing-boxes #pricing-sub-text {
  margin-top: 40px;
  padding: 0 15px;
}
#pricing-boxes #pricing-sub-text ul {
  padding: 0;
}
#pricing-boxes #pricing-sub-text ul li {
  list-style-type: none;
  font-size: 13px;
  font-size: 1.3rem;
  color: #999999;
}
#pricing-boxes #pricing-sub-text ul li sup {
  color: #f77d24;
}
#pricing-info {
  background: #f6f6f6;
  padding: 40px;
}
#pricing-info .pricing-info-box {
  text-align: center;
}
#pricing-info .pricing-info-box ul li {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px;
}
#pricing-info .pricing-info-box:first-child {
  font-family:'Roboto';
  font-size: 20px;
  font-size: 2rem;
  color: #f77d24;
}
#pricing-subinfo {
  background: #f6f6f6;
  padding: 25px;
  border-top: 1px solid #dedede;
  text-align: center;
}
#pricing-subinfo .sub-info-3 {
  font-family:'Roboto';
  font-size: 20px;
  font-size: 2rem;
  color: #444444;
}
#pricing-subinfo .sub-info-9 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #999999;
  line-height: 30px;
}
#pricing-subinfo .sub-info-9 a {
  padding: 5px 20px;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  background: #444444;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border: 2px solid #444444;
  margin: 15px auto;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  display: table;
  font-family:'Roboto';
}
#pricing-subinfo .sub-info-9 a:hover {
  background: transparent;
  color: #444444;
  text-decoration: none;
}
#product {
  padding: 15px;
}
#product .container {
  display: flex;
  flex-wrap: wrap;
}
#product .container > div {
  margin: 30px 0;
}
#product .product-img img {
  max-width: 100%;
}
#product .product-text h2 {
font-family:'Roboto';
  font-size: 45px;
  font-size: 4.5rem;
  margin: 0;
}
#product .product-text h2 .coming-soon {
  background: #f77d24;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
  padding: 2px 5px;
  top: -2em;
}
#product .product-text .sub-title {
  font-size: 20px;
  font-size: 2rem;
  margin: 20px 0;
}
#product .product-text p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #999999;
}
#product .product-buttons {
  width: 100%;
  padding: 0;
}
#product .product-buttons a {
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  background: #f77d24;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  padding: 15px 25px;
 font-family:'Roboto';
  position: relative;
  display: block;
  margin: 20px 0;
}
#product .product-buttons a .chevron-orange {
  content: "";
  background: url("../img/chevron-orange.svg") center bottom no-repeat;
  width: 9px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#product .product-buttons a:hover {
  text-decoration: none;
}
#product .product-buttons a:hover .chevron-orange {
  animation: doprava 0.9s linear infinite;
  -webkit-animation: doprava 0.9s linear infinite;
  -moz-animation: doprava 0.9s linear infinite;
}
#services-cta {
  padding: 20px;
  background: #e9e9e9;
  text-align: center;
}
#services-cta p {
  margin: 0;
}
#services-cta p:nth-child(1) {
 font-family:'Roboto';
  font-size: 22px;
  font-size: 2.2rem;
  color: #444444;
}
#services-cta p:nth-child(2) {
  font-size: 16px;
  font-size: 1.6rem;
  color: #999999;
}
#services-cta p:nth-child(2) a {
  background: #444444;
  color: white;
  text-transform: uppercase;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  padding: 10px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family:'Roboto';
  border: 2px solid #444444;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  margin: 20px auto 0;
  display: table;
}
#services-cta p:nth-child(2) a:hover {
  text-decoration: none;
  background: #e9e9e9;
  color: #444444;
}
#services-cta p:nth-child(2) span {
  line-height: 31px;
}
#get-started .progress-line {
  display: table;
  margin: 0 auto;
  padding: 15px;max-width:300px;
}
 #get-started .progress-line .progress-line-box {
  display: block;
  width: 100%;
  font-size: 17px;
  font-size: 1.7rem;
  color: #b4b4b4;
  text-transform: uppercase;
 font-family:'Roboto';
  padding: 5px 0;
}
#get-started .progress-line .progress-line-box img {
  display: none;
}
#get-started .progress-line .progress-line-box .circle {
  border: 2px solid #b4b4b4;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
}
#get-started .progress-line .active-box {
  color: #f77d24;
}
#get-started .progress-line .active-box .circle {
  color: white;
  background: #f77d24;
  border-color: #f77d24;
}
#get-started .get-started-bottom {
  clear: both;
  padding: 15px;
}
#get-started .get-started-bottom input[type="submit"] {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 30px;
  letter-spacing: normal;
  width: 100%;
}#get-started .progress-line .navprogress{display:none;}
#get-started .next-prev {
  clear: both;
  padding: 15px;
  margin-top: 20px;
}
#get-started .next-prev ul {
  margin: 0;
}
#get-started .next-prev ul li input[type="submit"] {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 30px;
  letter-spacing: normal;
  width: 100%;
}
#get-started .next-prev ul li .prev-button {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 30px;
  letter-spacing: normal;
  width: 100%;
  border: 2px solid #444444;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  color: #444444;
  font-family:'Roboto';
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  display: block;
  text-align: center;
}
#get-started .next-prev ul li .prev-button:hover {
  text-decoration: none;
  background: #444444;
  color: white;
}
#get-started .started2 .started2-box {
  border-bottom: 1px solid #eaeaea;
  padding: 30px 15px;
}
#get-started .started2 .started2-box:last-child {
  border: 0;
}
#get-started .started2 .started2-box .started2-desc {
  float: left;
  width: 50%;
  font-size: 17px;
  font-size: 1.7rem;
   font-family:'Roboto';
  color: black;
  padding-right: 10px;
}
#get-started .started2 .started2-box ul {
  float: left;
  width: 50%;
  margin: 0;
}
#get-started .started2 .started2-box ul li {
  color: #999999;
}
#get-started .started2 .started2-box ul li:last-child {
  margin: 0;
}
#get-started .started2 .summary .started2-desc {
  color: #f77d24 !important;
  line-height: 35px;
}
#get-started .started2 .summary ul li {
  font-size: 25px;
  font-size: 2.5rem;
 font-family:'Roboto';
  color: black;
}
#get-started .started-grey {
  background: #f6f6f6;
  padding: 15px;
}
#get-started .started-grey h2 {
  color: #f77d24;
  font-size: 30px;
  font-size: 3rem;
 font-family:'Roboto';
  margin: 0 0 30px 0;
}
#get-started .started-grey p {
  color: #f77d24;
  font-size: 16px;
  font-size: 1.6rem;
  font-family:'Roboto';
  margin: 0;
}
#get-started .started-grey p .small {
  color: #999999;
  font-size: 12px;
  font-size: 1.2rem;
  font-family:'Roboto';
}
#get-started .started-grey p .l-margin {
  margin-left: 10px;
}
#get-started .started-grey ul {
  margin: 40px 0;
}
#get-started .started-grey ul li {
  color: #444444;
  
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  background: url("../img/list-style.svg") left center no-repeat;
  padding-left: 15px;
}
#get-started .started-grey .small-notice {
  font-size: 12px;
  font-size: 1.2rem;
   font-family:'Roboto';
  color: #444444;
}
#privacy-policy {
  font-size: 15px;
  font-size: 1.5rem;
}
#privacy-policy .policy-left {
  width: 100%;
  float: left;
}
#privacy-policy .policy-left ul {
  padding: 0;
}
#privacy-policy .policy-left ul li {
  border-bottom: 1px solid #eaeaea;
  list-style-type: none;
  padding: 5px;
}
#privacy-policy .policy-left ul li a {
  color: #333333;
  display: block;
  padding: 5px 15px;
  position: relative;
}
#privacy-policy .policy-left ul li a:hover {
  color: #f77d24;
  font-family:'Roboto';
  text-decoration: none;
}
#privacy-policy .policy-left ul li a:hover:after {
  content: "";
  display: block;
  background: url("../img/select-arrow.svg") center right no-repeat;
  width: 15px;
  height: 8px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 0;
}
#privacy-policy .policy-right {
  color: #666666;
  padding: 15px;
}
#privacy-policy .policy-right h2 {
 
  font-size: 20px;
  font-size: 2rem;
  color: #262626;
}
#privacy-policy .policy-right ul li {
  background: url("../img/list-style.svg") no-repeat;
  padding-left: 15px;
  list-style-type: none;
  background-position: 0 10px;
}
.content-pic {
  position: relative;
  text-align: center;
  top: 70px;
  margin-top: -50px;
}
.contact {
  padding-top: 100px;
}
footer {
  background: #262626;
  padding: 40px 0;
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style-type: none;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}
footer ul li a {
  color: #f77d24;
}
footer ul li a:hover {
  color: #f77d24;
}
footer ul li ul {
  padding: 0;
}
footer ul li ul li {
  display: block;
  float: none;
  padding: 0;
}
footer ul li ul li a {
  color: #999999;
  text-transform: none;
}
footer ul li ul li a:hover {
  color: #999999;
}
footer #social #social-buttons {
  margin: 30px auto;
  display: table;
}
footer #social #social-buttons .social-button {
  float: left;
  margin: 5px;
}
footer #social #social-buttons .social-button img {
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
}
footer #social #social-buttons .social-button div:hover {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
}
footer #social .copyright {
  color: #999999;
  clear: right;
  text-align: center;
}
footer #social .copyright a {
  color: #f77d24;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
}
footer #social .copyright a:hover {
  color: #f77d24;
}
@-webkit-keyframes dosirky {
  0% {
    width: 125px;
  }
  50% {
    width: 135px;
  }
  100% {
    width: 125px;
  }
}
@keyframes dosirky {
  0% {
    width: 125px;
  }
  50% {
    width: 135px;
  }
  100% {
    width: 125px;
  }
}
@-webkit-keyframes doprava {
  0% {
    right: 15px;
  }
  50% {
    right: 25px;
  }
  100% {
    right: 15px;
  }
}
@keyframes doprava {
  0% {
    right: 15px;
  }
  50% {
    right: 25px;
  }
  100% {
    right: 15px;
  }
}
@-webkit-keyframes zoomin {
  from {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
  }
}
@keyframes zoomin {
  from {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
  }
}
@media (min-width: 768px) {
  header {
    overflow: hidden;
  }
  header .container {
    position: relative;
  }
  header #logo {
    width: 100%;
    float: none;
    text-align: center;
  }
  header #main-menu,header #main-menu2 {
    margin-top: 30px;
    display: block;
  }
  header #main-menu li,header #main-menu2 li {
    float: left;
    width: 25%;
  }
  header #main-menu li a,header #main-menu2 li a {
    border: none;
  }
  header .h1-main {
    margin-top: 90px;
    margin-bottom: 20px;
  }
  header h1 {
    font-size: 55px;
    font-size: 5.5rem;
    margin-top: 36px;/*40px*/
    margin-bottom: 10px;
  }
  header p {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  header .about-header-buttons {
    width: 40%;
    position: absolute;
    bottom: 50px;
    right: 0;
  }
  header .registration a {
    margin-left: 30px;
  }
  .white-content {
    padding: 50px 0;
  }
  .white-content .flexbox {
    display: flex;
    flex-wrap: wrap;
  }
  .white-content .flexbox .content-box {
    padding: 20px;
  }
  .white-content .contact-form ul li input {
    margin-top: 5px;
  }
  .white-content .contact-form ul li:nth-child(odd) {
    padding-right: 15px;
  }
  .white-content .contact-form ul li:nth-child(even) {
    padding-left: 15px;
  }
  .white-content textarea {
    min-height: 170px;
  }
  .white-content p {
    display: block;
    float: left;
  }
  .white-content input[type="submit"] {
    display: block;
    float: right;
  }
  .grey-content .flexbox {
    display: flex;
    flex-wrap: wrap;
  }
  .grey-content .flexbox .content-box {
    border: 15px solid #e9e9e9;
  }
  #pricing-boxes {
    position: relative;
    padding-bottom: 40px;
  }
  #pricing-boxes .orange-line {
    background: #f77d24;
    height: 291px;
    position: absolute;
    top: 0;
    width: 100%;
  }
  #pricing-boxes .pricing-box .pricing-box-head {
    height: 291px;
  }
  #pricing-boxes .pricing-box .pricing-box-content ul li {
    min-height: 65px;
    padding: 12px 10px;
  }
  #pricing-boxes .pricing-box:first-child {
    display: block;
  }
  #pricing-info .pricing-info-box {
    text-align: left;
  }
  #pricing-subinfo {
    text-align: left;
  }
  #pricing-subinfo .sub-info-9 a {
    margin: 10px 0;
  }
  #product .container > div:nth-child(odd) {
    padding-right: 20px;
  }
  #product .container > div:nth-child(even) {
    padding-left: 20px;
  }
  #product .product-buttons {
    display: table;
    width: 50%;
    margin: 50px auto 0 !important;
    padding: 0 !important;
    width: 75%;
    margin-top: 50px;
  }
  #product .product-buttons a {
    width: 45%;
  }
  #product .product-buttons a:first-child {
    float: left;
  }
  #product .product-buttons a:last-child {
    float: right;
  }
  footer ul {
    float: left;
  }
  footer ul li {
    float: left;
    width: auto;
    text-align: left;
    padding: 10px 20px 10px 0;
  }
  footer ul li a {
    color: #f77d24;
  }
  footer ul li ul {
    float: none;
  }
  footer #social {
    float: right;
  }
  footer #social #social-buttons {
    margin: 10px auto;
  }
  #get-started .form-box {
    float: left;
    width: 50%;
  }
  #get-started .get-started-bottom {
    padding: 15px;
  }
  #get-started .get-started-bottom input[type="submit"] {
    width: auto;
    letter-spacing: 3px;
    display: table;
    margin: 0 auto;
    float: right;
  }
  #get-started .next-prev {
    margin-top: 50px;
  }
  #get-started .next-prev ul li {
    width: 50%;
    float: left;
  }
  #get-started .next-prev ul li input[type="submit"] {
    width: auto;
    letter-spacing: 3px;
    display: table;
    margin: 0 auto;
    float: right;
  }
  #get-started .next-prev ul li .prev-button {
    float: left;
    width: auto;
    display: inline;
  }
  #get-started .started2 {
    float: left;
    width: 50%;
    padding: 40px;
  }
  #privacy-policy .policy-left {
    width: 30%;
    float: left;
    padding: 50px 0;
  }
  #privacy-policy .policy-right {
    width: 65%;
    float: right;
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  header .para {
    display: block;
  }
  header .para-4,
  header .para-5,
  header .para-6 {
    right: 0;
  }
  header .para-1 {
    top: 132px;
  }
  header .para-2 {
    top: 347px;
  }
  header .para-3 {
    top: 540px;
  }
  header .para-4 {
    top: 180px;
  }
  header .para-5 {
    top: 390px;
  }
  header .para-6 {
    top: 560px;
  }
  header #logo {
    float: left;
    width: auto;
    margin-right: 30px;
  }
  header #main-menu,header #main-menu2 {
    float: left;
    clear: none;
    margin-top: 23px;
  }
  header #main-menu li,header #main-menu2 li {
    width: auto;
  }
  header #main-menu li a,header #main-menu2 li a {
    padding: 7px 15px;
  }
  header #main-menu li a:hover,header #main-menu2 li a:hover {
    color: #ac3d00;
    background: none;
  }
  header #log-box,header #log-box2 {
    float: right;
    margin-top: 14px;
  }
  header .about-header-buttons {
    width: 30%;
    bottom: 87px;
    right: 60px;
  }
  #product .product-buttons {
    width: 60%;
  }
  footer ul li {
    padding: 10px 80px 10px 0;
  }
  #get-started .progress-line {
    padding: 50px 0;
 max-width:100%; }
  #get-started .progress-line .progress-line-box {
    margin: 0 5px;
    display: inline-block;
    width: auto;
  }
  #get-started .progress-line .progress-line-box img {
    display: inline-block;
    margin-top: -4px;
  }
  #get-started .get-started-bottom li {
    float: left;
    width: 50%;
  }
  #get-started .get-started-bottom li:nth-child(2) {
    clear: left;
  }
  #get-started .get-started-bottom li:last-child {
    float: right;
    margin-top: -25px;
  }
  #services-cta {
    text-align: left;
  }
  #services-cta p:nth-child(1) {
    float: left;
    /*font-family: 'gothambold1';*/ font-family:'Roboto';
    font-size: 22px;
    font-size: 2.2rem;
    color: #444444;
  }
  #services-cta p:nth-child(2) {
    float: left;
    font-size: 16px;
    font-size: 1.6rem;
    color: #999999;
  }
  #services-cta p:nth-child(2) a {
    margin: 0 0 0 20px;
    display: inline;
  }
  #privacy-policy .policy-left {
    width: 20%;
  }
  #privacy-policy .policy-right {
    width: 75%;
  }
}
@media (min-width: 1300px) {
  header #main-menu,header #main-menu2 {
    margin-left: 0px;
  }
  header #main-menu li a,header #main-menu2 li a {
    padding: 7px 20px;
  }
  header .about-header-buttons {
    width: 25%;
    bottom: 127px;
    right: 150px;
  }
  header .registration-box {
    max-width: 780px;
  }
  header .registration-box .registration-box-anotation {
    padding: 40px;
  }
  header .registration-box form ul li label {
    float: left;
    width: 25%;
    line-height: 39px;
  }
 header .registration-box form ul li input[type="text"],
  header .registration-box form ul li input[type="password"] {
    float: right;
    width: 60%;
  }
 header .registration-box form ul li:after {
    content: "";
    display: block;
    clear: both;
  }
  header .registration-box form ul:first-child {
    padding-top: 20px;
  }
  header .registration-box form .form-box {
    padding: 40px;
    padding-bottom: 0;
    padding-top: 20px;
  }
  header .registration-box form .form-box ul li {
    padding: 0;
  }
  .white-content .content-box .content-img {
    width: 50%;
  }
  .grey-content .content-box .content-img {
    width: 50%;
  }
  #pricing-boxes {
    position: relative;
    padding-bottom: 40px;
  }
  #leftregsection,#rightregsection{display:inline-block;width:50%;}
  #pricing-boxes .pricing-box .pricing-box-content ul li {
    height: auto;
    padding: 12px 0px;
  }
  #product .product-buttons {
    width: 50%;
  }
  #pricing-subinfo .sub-info-9 a {
    display: inline;
    padding: 10px 20px;
    margin-left: 20px;
  }
  #services-cta p:nth-child(2) {
    float: right;
  }
  form .reg-bottom li {
    padding: 0 40px;
  }
}