body{
	padding:0px;
	margin: 0px;
	background-color: #e6e7f0;
	font-family: 'Rubik', sans-serif;
}
a {
	text-decoration : none;
	color: inherit;
}

.page {
	margin: 0 auto;
	width: 1260px;
	background-color: #FFF;
}
#top{
	position : relative;
	background: #57c097;
	top: -120px;
	height: 350px;
	width: 100%;
	transform: skewY(-5deg);
	display: table;
	margin: 0 auto;
}
#top::after{
	content:"";
	position : absolute;
	bottom: -1px;
	z-index: 1; 
	border-top: 105px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 510px solid #f4f5f9;
	transform: none;
	transform: translateZ(1em);
}
#box_top {
	width: 1060px;
	position: inherit;
	transform: skewY(5deg);
	margin: 120px auto 0;
}
#logo{
	width: 150px;
	height: 32px;    
	background-image: url("../assets/logo.png");
	background-size: 150px 32px;
	background-repeat: no-repeat;
	float: left;
	margin: 30px 0 0 0;
}

#container {
	overflow: auto;
}

ul#navi{
	float: right;
	margin-top:35px;
	font-family: 'Roboto', sans-serif;
}
ul#navi li {
  display: inline;
  margin: 0 0 0 25px !important;
  font-size: 15px;
  font-weight: bold;
}
ul#navi li a{
  color: #FFF;
  text-decoration: none;
}
ul#navi li a.active{
	border-bottom: 2px solid #FFF;
	padding-bottom: 9px;
}

ul#navi li a.highlight{
  color: #57c097;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #FFF;
  padding: 9px 15px;
  border-radius: 5px;
}

#eye_catcher_title {
	font-family: 'Rubik', sans-serif;
	font-size: 38px;
	color: #FFF;
	text-align: center;
	font-weight: 400;
	padding: 130px 0 0 0;
}

#eye_catcher_text {
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	padding: 21px 0 30px 0;
	font-weight: 400;
	line-height: 36px;
}

#eye_catcher_button {
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	font-weight: 400;
	background-color: #6de2b4;
	padding: 11px 25px;
	display: table;
	border-radius: 5px;
	margin: 0 auto;
}

#wakesys_text {
	width: 930px;
	position: relative;
	margin: 0 auto;
	height: 950px;
}

#box_wakesys_text {
	position : absolute;
}

.text_title {
	font-family: 'Rubik', sans-serif;
	font-size: 35px;
	color: #57c097;
	text-align: left;
	font-weight: 400;	
	margin: 50px 0 50px 0;
}

.text_subtitle {
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	margin-top: 20px;
	font-weight: 500;
	color: #9499a9;
	text-align: center;
	margin-bottom: 50px;
}

.text_text {
	text-align: justify;
	line-height: 2;
	color:#484848;
	font-size: 16px;
}

#wakesys_details {
	width: 930px;
	position: relative;
	margin: 0 auto;
	height: 550px;
}

#box_wakesys_details {
	position : absolute;
}

#box_wakesys_details div:first-child {

}
#wakesys_details_for_the_users {
	float:left; 
	width:510px;
}

#wakesys_details_smartphone_picture {
	width: 205px;
	height: 414px;    
	background-image: url("../assets/smartphone-device.png");
	background-size: 205px 414px;
	background-repeat: no-repeat;
	float: left;
}

#wakesys_details_smartphone_screenshot {
	width: 179px;
    height: 316px;
    background-image: url(../assets/iphone_screenshot.png);
    background-size: 179px 316px;
    background-repeat: no-repeat;
    position: absolute;
    margin: 50px 0 0 522px;
}
#wakesys_details_circle {
	height: 80px;
	width: 80px;
	border-radius: 40px;
	box-shadow: 0px 2px 8px 2px rgba(216, 216, 216, 0.63);
	margin: 5px;
	position: relative;
	float: left;
	background-color: #FFF;
}
#wakesys_details_owner_picture {
	width: 26px;
	height: 45px;    
	background-image: url("../assets/owner-icon.svg");
	background-size: 26px 45px;
	background-repeat: no-repeat;
	position: absolute;
	top: 16px;
	left: 27px;
}
#wakesys_details_staff_picture {
	width: 45px;
	height: 45px;    
	background-image: url("../assets/staff-icon.svg");
	background-size: 45px 45px;
	background-repeat: no-repeat;
	position: absolute;
	top: 16px;
	left: 18px;
}
#wakesys_details_customers_picture {
	width: 48px;
	height: 45px;    
	background-image: url("../assets/customer-icon.svg");
	background-size: 48px 45px;
	background-repeat: no-repeat;
	position: absolute;
	top: 16px;
	left: 20px;
}
#wakesys_details_title{
	font-family: 'Rubik', sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	color: #515151;
	font-weight: 100;
	margin: 17px 35px 12px 35px;
}
#wakesys_details_text {
	font-family: 'Rubik', sans-serif;
	font-size: 17px;
	color: #9499a9;
	font-weight: 400;
	margin: 0px 0px 0px 35px;
}
i {
	border: solid #4c73bb;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
}
#arrow_right {
	transform: rotate(-45deg);
	margin: 5px 0px 0px 15px;
	position: absolute;
}
#wakesys_details_flags {
	float:left; 
	width:210px;
}

#smartphone_flags {
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	box-shadow: 0px 2px 8px 2px rgba(216, 216, 216, 0.63);
	margin: 52px 0px 10px -5px;
	padding: 25px;
	display: inline-block;
}

#smartphone_flags:first-child{
	color:#57c097;
}
#smartphone_flags:last-child{
	color:#4c73bb;
	margin-top:10px;
}

#references_separator{
	position: relative;
	height: 0px;
	width: 1260px;
	transform: skewY(-5deg);
	display: table;
	margin: -75px auto 0 auto;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 1px solid #ced2df;
	border-left: 0px solid transparent;
	border-style: solid;
	border-width: 1px;
}
#references_separator::before{
	content:"";
	position : absolute;
	bottom: 0px;
	z-index: 1; 
	border-top: 105px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 510px solid #4c73bb;
	transform: none;
	transform: translateZ(1em);
}

#references {
	margin-top:100px;
	width: 100%;
	height:900px;
}

#box_references {
	width: 1260px;
	position : absolute;
}

#for_the_owner{
	position : relative;
	background: #f4f5f9;
	height: 930px;
	width: 100%;
	transform: skewY(-5deg);
	display: table;
	margin: 0 auto;
}
#for_the_owner::after{
	content: "";
	position: absolute;
	bottom: -105px;
	z-index: 1;
	border-bottom: 105px solid transparent;
	border-top: 0px solid transparent;
	border-right: 510px solid #4c73bb;
	transform: none;
	transform: translateZ(1em);
	margin-left: 750px;
}
#box_for_the_owner {
	top: -60px; 
	width: 1060px;
	position : absolute;
	transform: skewY(5deg);
	margin-left:100px;
}

#wakesys_category_circle {
	height: 80px;
	width: 80px;
	border-radius: 40px;
	box-shadow: 0px 2px 8px 2px rgba(216, 216, 216, 0.63);
	position: relative;
	background-color: #FFF;
	margin: 20px auto 0 auto;
}
#wakesys_category_title {
	margin: 0px auto;
	display: table;
	font-family: 'Rubik', sans-serif;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 400;
	color: #4e5056;
	margin-top: 50px;
}

#owner_list {
	float: left;
	width: 427px;
	margin: 155px 0 0 90px;
	display: table;
	font-family: 'Rubik', sans-serif;
	font-size: 19px;
	font-weight: 500;
	color:#4e5056;
}

#owner_list ul {
	list-style-type: none;
}

#owner_list ul li {
	padding-bottom: 30px;
}

#list_arrow_container {
	border: solid #4c73bb;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
}

.checkmark {
	display:inline-block;
	width: 25px;
	height:25px;
	transform: rotate(45deg);
	margin-right: 10px;
}

.checkmark_circle {
	position: absolute;
	width:30px;
	height:30px;
	background-color: #4c73bb;
	border-radius:15px;
	left:0;
	top:0;
}
.checkmark_circle.blue {
	background-color: #4c73bb;
}
.checkmark_circle.green {
	background-color: #57c097;
}

.checkmark_stem {
	position: absolute;
	width: 3px;
	height: 9px;
	background-color: #fff;
	left: 15px;
	top: 10px;
}

.checkmark_kick {
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #fff;
	left: 12px;
	top: 16px;
}

#owner_pictures {
	float:left;
}

.browser {
	display: block;
	width: 540px;
	height: 315px;
	background: url(../assets/browser-window.svg);
	background-size: 540px 444px;
	margin-top: 284px;
	position: absolute;
	margin-left: 91px;
}

.admin_browser_screenshot {
	display: block;
	width: 501px;
	height: 251px;
	background: url(../assets/admin_screenshot.png);
	background-size: 501px 251px;
	margin-top: 347px;
	position: absolute;
	margin-left: 111px;
}

.rfid_braclet {
	display: block;
	width: 110px;
	height: 65px;
	background: url(../assets/rfid-icon.svg);
	background-size: 110px 65px;
	position: absolute;
	margin-top: 250px;
}

.database {
	display: block;
	width: 85px;
	height: 150px;
	background: url(../assets/database-icon.svg);
	background-size: 85px 150px;
	position: absolute;
	margin-top: 387px;
	margin-left: 49px;
}

.computer {
	display: block;
	width: 175px;
	height: 190px;
	background: url(../assets/laptop-illustration.svg);
	background-size: 175px 190px;
	position: absolute;
	margin-top: 632px;
	margin-left: 42px;
}

.stats {
	display: block;
	width: 390px;
	height: 230px;
	background: url(../assets/statisics-illustration.svg);
	background-size: 390px 230px;
	position: absolute;
	margin-top: 332px;
	margin-left: 260px;
}

.rfid_line {
	width: 70px;
	height: 140px;
	border-right: 1px solid #adb3c5;
	border-bottom: 1px solid #adb3c5;
	margin-top: 140px;
	margin-left: 62px;
	position: absolute;
}

.rfid_ball {
	background-color: #4e5056;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin-top: 136px;
	margin-left: 130px;
	position: absolute;
}

.rfid_text {
	position: absolute;
	margin-top: 115px;
	margin-left: 114px;
	color: #4e5056;
	text-transform: capitalize;
	font-weight: 500;
}

.blue_line {
	position: absolute;
	border-left: 3px dashed #6dc2ed;
	border-left-style: dashed;
}
.vertical {
	width: 40px;
	height: 40px;
	margin-top: 227px;
	margin-left: 54px;
}

.owner_left {
	width: 97px;
	height: 235px;
	transform: rotate(60deg);
	margin-top: 210px;
	margin-left: -71px;
}

.owner_right {
	width: 97px;
	height: 235px;
	transform: rotate(-60deg);
	margin-top: 242px;
	margin-left: -71px;
}

.owner_left_bottom {
	width: 220px;
	height: 220px;
	transform: rotate(60deg);
	margin-top: 565px;
	margin-left: -83px;
}

.owner_right_bottom {
	width: 190px;
	height: 190px;
	transform: rotate(-60deg);
	margin-top: 505px;
	margin-left: -87px;
}


#for_the_staff{
	position: relative;
	height: 445px;
	width: 100%;
	transform: skewY(-5deg);
	display: table;
	margin: 0 auto;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 1px solid #ced2df;
	border-left: 0px solid transparent;
	border-style: solid;
	border-width: 1px;
}
#for_the_staff::after{
	content:"";
	position : absolute;
	bottom: 0px;
	z-index: 1; 
	border-top: 105px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 510px solid #ffb700;
	transform: none;
	transform: translateZ(1em);
}
#box_for_the_staff {
	width: 100%;
	position: absolute;
	transform: skewY(5deg);
	margin: 155px auto 0 auto;
}
.button_get_in_touch {
	font-family: 'Rubik', sans-serif;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 400;
	color: #FFF;
	margin: 0px auto 160px;
	display: table;
	padding: 30px 90px;
	border-radius: 5px;
}

.button_get_in_touch#blue {
	background-color: #4c73bb;
}

.button_get_in_touch#green {
	background-color: #57c097;
}

#for_the_staff_details{
	position: relative;
	height: 1159px;
	width: 1260px;
	transform: skewY(-5deg);
	display: table;
	margin: 0 auto;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 1px solid #ced2df;
	border-left: 0px solid transparent;
	border-style: solid;
	border-width: 1px;
}

#box_for_the_staff_details {
	width: 1160px;
	position: initial;
	transform: skewY(5deg);
	margin: 155px auto 0 auto;
}
#box_for_the_staff_details_images {
	float:left; 
	width:520px;
	height: 500px;
	margin-top: 100px;
}

.staff_computer {
	display: block;
	width: 248px;
	height: 233px;
	background: url(../assets/screen-illustration.svg);
	background-size: 248px 233px;
	position: absolute;
	margin-top: -310px;
	margin-left: 0px;
}
.overview_customer_text {
	position: absolute;
	margin-top: 0px;
	margin-left: 114px;
	color: #4e5056;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
}
.eye {
	display: block;
	width: 40px;
	height: 27px;
	background: url(../assets/eye-icon.svg);
	background-size: 40px 27px;
	position: absolute;
	margin-top: 55px;
	margin-left: 152px;
}
.staff_browser {
	width: 400px;
	height: 300px;
	background: url(../assets/browser-window.svg);
	background-size: 400px 300px;
	margin-top: 150px;
	margin-left: -40px;
	position: absolute;
}
.staff_screenshot {
	width: 366px;
	height: 250px;
	background: url(../assets/staff_screenshot.png);
	background-size: 367px 250px;
	margin-top: 186px;
	margin-left: -22px;
	position: absolute;
}

.yellow_line {
	position: absolute;
	border-left: 3px dashed #ffd046;
	border-left-style: dashed;
}
.staff_vertical {
	width: 400px;
	height: 250px;
	margin-top: 110px;
	margin-left: 169px;
}

.staff_left {
	width: 97px;
	height: 175px;
	transform: rotate(60deg);
	margin-top: 355px;
	margin-left: 69px;
}

.staff_right {
	width: 50px;
	height: 50px;
	transform: rotate(-60deg);
	margin-top: 411px;
	margin-left: 27px;
}

.staff_right_bottom {
	width: 97px;
	height: 163px;
	transform: rotate(-60deg);
	margin-top: 561px;
	margin-left: -53px;
}

.staff_rfid_braclet {
	display: block;
	width: 110px;
	height: 65px;
	background: url(../assets/rfid-icon.svg);
	background-size: 110px 65px;
	position: absolute;
	margin-top: 455px;
	margin-left: 26px;
}

.staff_rfid_line {
	width: 107px;
	height: 120px;
	border-left: 1px solid #abb1c3;
	border-bottom: 1px solid #abb1c3;
	margin-top: 510px;
	margin-left: 96px;
	position: absolute;
}

.staff_rfid_ball {
	background-color: #abb1c3;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin-top: 510px;
	margin-left: 94px;
	position: absolute;
}

.staff_rfid_text {
	position: absolute;
	margin-top: 505px;
	margin-left: 114px;
	color: #4e5056;
	text-transform: capitalize;
	font-weight: 500;
}

.staff_rider {
	display: block;
	width: 217px;
	height: 89px;
	background: url(../assets/customer-illustration.png);
	background-size: 217px 89px;
	position: absolute;
	margin-top: 585px;
	margin-left: 204px;
}

#box_for_the_staff_details_content {
	float:left; 
	width:540px;
}

.for_the_staff_details_list {
	border: 1px solid #cacedc;
	padding: 30px;
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #4e5056;
	width: 390px;
	margin: -1px 0 0 85px;
	transition: all 1s ease;
}
.for_the_staff_details_list:first-child {
	margin-top:80px;
}
.for_the_staff_details_list:last-child {
	
}

.for_the_staff_details_list.active {
 margin:15px 0;
 width: 560px;
 border: 1px solid #cacedc;
 box-shadow: 0px 0px 20px 1px rgba(216,216,216,1);
}

.for_the_staff_details_list.active ul li {
	font-size: 15px;
	text-transform: initial;
	font-weight: 300;
	padding: 10px;
}

.for_the_staff_details_list.inactive ul{
	display:none;

}
.for_the_staff_details_list_title {
	cursor: pointer;
}

#for_your_customers{
	position : relative;
	background: #f4f5f9;
	height: 930px;
	width: 1260px;
	transform: skewY(-5deg);
	display: table;
	margin: 0 auto;
}
#for_your_customers::after{
	content: "";
	position: absolute;
	bottom: -105px;
	z-index: 1;
	border-bottom: 105px solid transparent;
	border-top: 0px solid transparent;
	border-right: 490px solid #57c097;
	transform: translateZ(1em);
	right: 0px;
}
#box_for_your_customers {
	width: 1260px;
	position: initial;
	transform: skewY(5deg);
	margin: -60px auto 0 auto;
}

#customer_list {
	float: left;
	width: 650px;
	margin: 155px 0 0px 120px;
	display: table;
	font-family: 'Rubik', sans-serif;
	font-size: 19px;
	font-weight: 500;
	color:#4e5056;
}

#customer_list ul {
	list-style-type: none;
}

#customer_list ul li {
	padding-bottom: 35px;
}

#customer_images {
	float: left;
	width: 490px;
	height: 550px;
	margin-top: 155px;
}
.customer_browser {
	display: block;
	width: 440px;
	height: 444px;
	background: url(../assets/browser-window.svg);
	background-size: 540px 444px;
	margin-left: 50px;
	position: absolute;
}

.customer_browser_screenshot {
	display: block;
	width: 420px;
	height: 347px;
	background: url(../assets/browser_screenshot.png);
	background-size: 440px 345px;
	margin-left: 69px;
	position: absolute;
	margin-top: 63px;
}

.customer_smartphone {
	width: 205px;
	height: 414px;
	background-image: url(../assets/smartphone-device.png);
	background-size: 205px 414px;
	background-repeat: no-repeat;
	float: left;
	position: absolute;
	margin-top: 120px;
}

.customer_smartphone_screenshot {
	width: 178px;
	height: 315px;
	background-image: url(../assets/smartphone_screenshot.png);
	background-size: 178px 315px;
	background-repeat: no-repeat;
	float: left;
	position: absolute;
	margin-top: 170px;
	margin-left: 12px;
}

#get_in_touch{
	position : relative;
	height: 585px;
	width: 100%;
	display: table;
	margin: 0 auto;
}

#box_get_in_touch {
	width: 835px;
	position: inherit;
	margin-left: 215px;
	margin: 220px auto 0 auto;
}

#box_get_in_touch_text {
	float:left
}
#box_get_in_touch_button {
	float:left;
	margin-left:25px;
}

.get_in_toch_title {
	font-family: 'Rubik', sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 100;
	color: #4e5056;
}

.get_in_toch_text {
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	margin-top: 20px;
	font-weight: 500;
	color: #9499a9;
}

#footer{
	position : relative;
	background: #f4f5f9;
	height: 235px;
	width: 1260px;
	margin: 0 auto;
}
#footer::before{
	content: '';
	position: absolute;
	left: 0;
	top: -33px;
	width: 100%;
	height: 90px;
	background: #f4f5f9;
	transform: skewY(-5deg);
}
#footer::after{
	content: "";
	position: absolute;
	top: -105px;
	z-index: 1;
	border-top: 105px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 510px solid #e6e7f0;
	transform: translateZ(1em);
	transform: skewY(-5deg);
	margin-left: 0px;
}
#box_footer {
	position: absolute;
	margin: 55px 301px;
	z-index: 2;
}

#footer div#sub_pages {
	font-family: 'Rubik', sans-serif;
	color:#abb1c3;
	float:left;
	width:140px;
}

#footer div#contact {
	font-family: 'Rubik', sans-serif;
	color:#abb1c3;
	float:left;
	width:210px;
}

#footer div#title {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	color: #959aaa;
}

#footer ul {
	list-style-type: none;
	padding: 0;
}
#footer ul li {
	padding-bottom:10px;
	font-size: 13px;
}

#contact div {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 14px;
}
#contact div span#phone {
	font-weight: 100;
	margin-left: 10px;	
}
#contact div span#mail {
	font-weight: 100;
	margin-left: 28px;
}

#footer-logo{
	width: 128px;
	height: 26px;    
	background-image: url("../assets/logo-color.png");
	background-size: 128px 26px;
	background-repeat: no-repeat;
	margin: 25px 0 0 51px;
}
.fancybox-bg {
	background-color: rgba(95, 95, 95, 0.75) !important;
}

.modal-container {
  max-width: 775px;
  padding: 0;
  margin: 0;
  border-radius: .3em;
  box-shadow: 0 0.1em 0.4em rgba(0,0,0,.3);
}
.fancybox-slide>* {
	padding: 100px !important;
}
.fancybox-close-small:after {
	top: 18px !important;
	right: 20px !important;
	font: 40px 'Rubik', sans-serif !important;
	font-weight: 100 !important;
	width: 45px !important;
	height: 45px !important;
	border-radius: 5px !important;
}
#contact_page {
	width: 525px;
	display: inline-block;
	overflow: visible;
}

#contact_title {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #4e5056;
	margin-bottom: 25px;
}
.input_container {
	margin-top: 15px;
	width: 255px;
	float: left;
}
.input_container.left{

}
.input_container.right{
	padding-left: 15px;
}
.input_title{
	padding-bottom: 5px;
}
.input_title label{
	color: #505258;
	font-size: 12px;
}
.input_container input {
	width: 225px;
	background-color: #f4f5f9;
	border: 0px;
	font-size: 16px;
	padding: 15px;
	color: #4e5056;
	border-radius: 2px;
}
.input_container textarea {
	width: 495px;
	background-color: #f4f5f9;
	border: 0px;
	font-size: 16px;
	padding: 15px;
	color: #4e5056;
	border-radius: 2px;
}
#contact_button {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	font-weight: 400;
	background-color: #4a90e2;
	padding: 11px 25px;
	display: table;
	border-radius: 5px;
	border: 0px;
	margin-top:45px;
	cursor: pointer;
}
input.has-error,
textarea.has-error {
	background-color: #ffb700;
}
input:disabled,
textarea:disabled {
	color:#c8c8c8;
}