/* Typography */
@font-face {
	font-family: 'Yanone Kaffeesatz';
	font-style: normal;
	font-weight: 400;
	src: local('Yanone Kaffeesatz'), local('Yanone Kaffeesatz'), url('./YanoneKaffeesatz/YanoneKaffeesatzRegular.eot') format('embedded-opentype'), url('./YanoneKaffeesatz/YanoneKaffeesatzRegular.woff') format('woff'), url('./YanoneKaffeesatz/YanoneKaffeesatzRegular.ttf') format('truetype');
}
@media (min-width: 768px){
	.container {
		width: 100%;
	}
}
@media (min-width: 992px){
	.container{
		width: 970px;
	}
}
@media (min-width:1200px){
	.container{
		width: 970px;
	}
}
html, body{
	-webkit-font-smoothing: antialiased;
	font-size: 100%;
	height: 100%;
	width: 100%;
}
body{
	overflow-x: hidden;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
li{
	display: inline;
}
a, a:hover, a:active, a:visited, a:focus{
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 14px;
	outline: none;
}
h1, h2, h3, h4{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
	color: rgb(11,50,64);
}
h1{
	font-size: 48px;
}
h2{
	font-size: 36px;
}
h3{
	font-size: 25px;
}
h4{
	font-size: 18px;
}
p{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: rgb(11,50,64);
}
.text-center{
	text-align: center;
}
.text-center img{
	margin: 0 auto;
}
.text-right{
	text-align: right;
}
.text-strong{
	font-weight: 600;
}
.clear{
	clear: both;
	padding: 0 !important;
	margin: 0 !important;
}
.padding-40{
	padding: 40px 0;
}
.orange-color{
	color: rgb(255,143,21);
}
.orange-hr{
	margin: 0 auto;
	border-bottom: rgb(255,143,21) 2px solid;
}
.dinamic-text-source{
	display: none;
}
/* Setka */
#setka{
	position: fixed;
	opacity: 0.2;
	height: 100%;
	width: 100%;
	z-index: 99999;
}
#setka div{
	height: 100%;
}
#setka .col-sm-1{
	border-right: red 1px solid;
}
#setka .col-sm-1:first-of-type{
	border-left: red 1px solid;
}
/* Top menu */
#top-menu{
	position: fixed;
	height: 72px;
	width: 100%;
	background: rgba(11,50,64,0);
	z-index: 9;
}
#top-menu.section-blog{
	background: rgb(11,50,64);
}
.top-menu-margin{
	height: 72px;
	width: 100%;
}
#logo{
	margin: 18px 0 0;
}
#menu-bar > ul{
	margin: 0 0 0 20px;
}
#menu-bar > ul > li{
	float: left;
	position: relative;
}
#menu-bar > ul > li > a{
	color: rgb(255,255,255);
	display: block;
	float: left;
	padding: 26px 20px 24px;
	font-size: 14px;
	font-weight: 600;
	border-top: 3px solid rgba(255,143,21,0);
}
#menu-bar > ul > li > a > span{
	opacity: 0.7;
}
#menu-bar > ul > li > a:hover, #menu-bar > ul > li > a.popup-in-test{
	border-top: 3px solid rgba(255,143,21,1);
}
#menu-bar > ul > li > a:hover > span, #menu-bar > ul > li > a.popup-in-test > span{
	opacity: 1;
}
#service-bar > ul > li{
	float: right;
	position: relative;
}
#service-bar > ul > li > a{
	color: rgb(255,255,255);
	font-size: 18px;
	display: block;
	float: right;
	border-top: 3px solid rgba(255,143,21,0);
}
#service-bar > ul > li > a > span{
	opacity: 0.7;
}
#service-bar > ul > li > a.language-select{
	font-size: 14px;
	font-weight: 600;
	padding: 24px 15px 22px;
}
#service-bar > ul > li > a.language-select:hover{
	border-top: 3px solid rgba(255,143,21,1);
}
#service-bar > ul > li > a.language-select:hover > span{
	opacity: 1;
}
#service-bar > ul > li > a.sign-in{
	color: rgb(255,255,255);
	background: rgb(255,143,40);
	font-size: 14px;
	padding: 8px 15px;
	margin: 18px 0 0 10px;
	border-radius: 20px;
	font-weight: 600;
}
#service-bar > ul > li > a.sign-in:hover{
	background: rgb(255,174,85);
}
/* Pop-up window */
.popup-window h3{
	color: rgb(173,182,189);
	margin-top: 0;
}
.popup-window{
	position: fixed;
	top: 82px;
	left: 0;
	width: 100%;
	z-index: 8;
	display: none;
}
.popup-window > .container{
	background: rgb(255,255,255);
	padding: 20px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(50,50,50,0.3);
	-moz-box-shadow: 0px 2px 2px 0px rgba(50,50,50,0.3);
	box-shadow: 0px 2px 2px 0px rgba(50,50,50,0.3);
	border: 1px solid rgba(50,50,50,0.3);
}
.popup-window a:hover{
	color: rgb(63,204,255);
}
.top-popup-menu-toparrow{
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 10px solid rgba(50,50,50,0.3);
	position: absolute;
	top: 72px;
	left: 0;
	display: none;
}
.top-popup-menu-toparrow-bg{
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 10px solid rgb(255,255,255);
	position: absolute;
	top: 1px;
	left: -9px;
}
.popup-in > span{
	opacity: 1 !important;
}
/* Language popup */
#language-popup a{
	font-weight: 600;
	color: rgb(11,50,64);
}
#language-popup a:hover{
	color: rgb(255,143,21);
}
#language-popup span{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: rgb(255,143,21);
}
/* Sign-in popup */
#sign-in-popup.popup-window{
	padding: 0;
}
#sign-in-popup .col-sign-in{
	border-right: rgb(241,243,244) 2px solid;
}
#sign-in-popup .checkbox label{
	font-size: 14px;
}
#sign-in-popup input.form-control, #modal-password-recovery input.form-control{
	font-size: 14px;
	padding: 10px 12px;
	height: 40px;
}
#sign-in-popup .checkbox input[type="checkbox"]{
	margin-top: 6px;
}
#sign-in-popup button.sign-in, #modal-password-recovery button.sign-in{
	color: rgb(255,255,255);
	background: rgb(255,143,40);
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 8px 15px;
	border-radius: 20px;
	border: 0;
	font-weight: 600;
	outline: none;
}
#sign-in-popup button.sign-in:hover, #modal-password-recovery button.sign-in:hover{
	background: rgb(255,174,85);
}
#sign-in-popup a.sign-in-facebook{
	color: rgb(255,255,255);
	background: rgb(58,126,208);
	font-size: 14px;
	padding: 8px 45px;
	margin: -4px 0 0;
	border-radius: 20px;
	font-weight: 600;
}
#sign-in-popup a.sign-in-facebook:hover{
	background: rgb(80,150,234);
}
#sign-in-popup a.sign-in-facebook > span{
	position: absolute;
	margin: 0 -25px;
}
#sign-in-popup p{
	font-size: 14px;
}
#sign-in-popup p > a{
	color: rgb(66,139,202);
}
#modal-password-recovery .modal-footer{
	border-top: none;
	padding-top: 0;
}
#modal-password-recovery .modal-footer > a{
	color: rgb(66,139,202);
	display: inline-block;
	margin: 0 20px;
}
/* Products popup */
#products-popup p{
	line-height: 20px;
}
#products-popup span{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: rgb(63,204,255);
}
#products-popup img{
	margin-top: 40px;
}
/* Xoliday home section */
#xoliday-home{
	background: url(../img/for-hoteliers-slider.png) no-repeat center 0;
	text-align: center;
}
#xoliday-home #bgvid{
	position: absolute;
	width: 1920px;
	top: 0;
	left: 0;
	z-index: -1;
}
#xoliday-home h1{
	margin: 110px 0 0;
	padding: 20px 0 30px;
	color: rgb(255,255,255);
	text-align: left;
}
#xoliday-home p{
	color: rgb(255,255,255);
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
#xoliday-home p.contact-us{
	margin: 70px 0 60px;
	text-align: center;
}
#xoliday-home p.contact-us > a{
	font-size: 16px;
	color: rgb(255,255,255);
	padding: 10px 85px;
	border: rgb(255,143,21) 2px solid;
	border-radius: 25px;
}
#xoliday-home p.contact-us > a:hover{
	background: rgb(255,143,21);
}
#xoliday-home a.chevron-down{
	font-size: 22px;
	color: rgb(107,107,111);
}
/* Xoliday why section */
#xoliday-why{
	background-color: rgb(255,255,255);
	padding-top: 40px;
}
#xoliday-why h2{
	margin-bottom: 20px;
}
#xoliday-why .orange-hr{
	width: 11em;
}
#xoliday-why .why-table{
	margin-top: 30px;
	margin-bottom: 40px;
}
#xoliday-why .why-table > div{
	padding: 20px 10px;
}
#xoliday-why .why-table h3{
	margin: 15px 0;
}
#xoliday-why .why-table p{
	font-size: 14px;
	line-height: 24px;
}
/* Xoliday for hoteliers section */
#xoliday-for-hoteliers{
	background-color: rgb(11,50,64);
}
#xoliday-for-hoteliers h2{
	margin: 0;
	color: rgb(255,255,255);
}
#xoliday-for-hoteliers h1{
	margin: 0 0 40px;
	color: rgb(255,255,255);
}
#xoliday-for-hoteliers .for-hoteliers-row{
	padding: 0;
}
#xoliday-for-hoteliers .for-hoteliers-cell-label{
	position: absolute;
	margin-top: -150px;
	margin-left: 30px;
	width: 80%;
}
#xoliday-for-hoteliers .for-hoteliers-cell-label-line-left, #xoliday-for-hoteliers .for-hoteliers-cell-label-line-right{
	width: 50%;
	margin: 15px 0;
}
#xoliday-for-hoteliers .for-hoteliers-cell-label-line-left{
	border-bottom: rgb(145,0,254) 2px solid;
}
#xoliday-for-hoteliers .for-hoteliers-cell-label-line-right{
	border-bottom: rgb(0,255,255) 2px solid;
}
#xoliday-for-hoteliers .for-hoteliers-cell-label > a{
	color: rgb(255,255,255);
	text-decoration: underline;
	font-weight: 600;
}
#xoliday-for-hoteliers .for-hoteliers-cell-left{
	float: left;
}
#xoliday-for-hoteliers .for-hoteliers-cell-right{
	float: right;
}
/* XOliday about section */
#xoliday-about{
	padding: 40px 0;
}
#xoliday-about h2{
	margin-bottom: 20px;
}
#xoliday-about .orange-hr{
	width: 5em;
}
#xoliday-about .about-text{
	margin: 40px 0;
	padding: 0;
}
#xoliday-about .about-text p{
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	text-align: justify;
	text-indent: 3em;
}
/* Xoliday about section */
#xoliday-contacts{
	background: url(../img/xoliday-contact.png) no-repeat center 0;
}
#xoliday-contacts h2{
	margin: 0 0 20px;
	color: rgb(255,255,255);
}
#xoliday-contacts h4{
	color: rgb(255,255,255);
	margin: 20px 0 40px;
}
#xoliday-contacts .orange-hr{
	width: 8em;
}
#xoliday-contacts .contacts-cell-left{
	padding: 0 5px 0 0;
}
#xoliday-contacts .contacts-cell-right{
	padding: 0 0 0 5px;
}
#xoliday-contacts li{
	display: block;
	margin-top: 16px;
	color: rgb(255,255,255);
	font-size: 14px;
}
#xoliday-contacts li > a{
	color: rgb(255,255,255);
	font-size: 14px;
}
#xoliday-contacts li > img{
	display: inline;
	margin-right: 0.5em;
}
#xoliday-contacts input, #xoliday-contacts textarea, #xoliday-contacts #map-layer{
	font-size: 16px;
	margin-bottom: 15px;
}
#xoliday-contacts input{
	height: 4em;
}
#xoliday-contacts textarea, #xoliday-contacts #map-layer{
	width: 100%;
	height: 12em;
	border-radius: 3px;
}
#xoliday-contacts #map-layer{
	height: 18em;
}
#xoliday-contacts button[type=submit]{
	font-size: 16px;
	color: rgb(255,255,255);
	padding: 10px 85px;
	border: rgb(255,143,21) 2px solid;
	border-radius: 25px;
	background: rgba(255,143,21,0);
}
#xoliday-contacts button[type=submit]:hover{
	background: rgba(255,143,21,1);
}
/* Xotelier home section */
#xotelier-home{
	background: url(../img/xotelier-slider.png) no-repeat center 0;
/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
}
#xotelier-home h1{
	color: rgb(255,255,255);
	padding: 20px 0;
	margin-top: 100px;
	font-size: 36px;
}
#xotelier-home p{
	color: rgb(255,255,255);
	font-weight: 600;
}
#xotelier-home p.contact-us{
	margin: 60px 0;
}
#xotelier-home p.contact-us > a{
	font-size: 16px;
	color: rgb(255,255,255);
	padding: 10px 45px;
	border: rgb(63,204,255) 2px solid;
	border-radius: 25px;
}
#xotelier-home p.contact-us > a:hover{
	background: rgb(63,204,255);
}
/* Xotelier logotips section */
#xotelier-logos{
	background: rgb(247,247,247);
}
#xotelier-logos ul{
	margin: 10px 0;
}
#xotelier-logos ul > li{
	display: inline-block;
	vertical-align: top;
}
/* Xotelier about section */
#xotelier-about .container{
	padding: 20px 0;
}
#xotelier-about h2{
	margin-bottom: 50px;
}
#xotelier-about p{
	text-align: justify;
	text-indent: 3em;
}
/* Xotelier reasons section */
#xotelier-reasons{
	background: url(../img/key-reasons.png) no-repeat center 0;
/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
}
#xotelier-reasons .container{
	padding: 0 0 60px;
}
#xotelier-reasons .row{
	margin-bottom: 10px;
}
#xotelier-reasons h2{
	color: rgb(255,255,255);
	padding: 25px 0;
}
#xotelier-reasons h3{
	color: rgb(255,255,255);
	padding: 0 25px;
}
/* Contact-Us home section */
#contacts-home{
	padding: 70px 0;
	background: url(../img/contacts-slider.png) no-repeat center 0;
/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
}
#contacts-home h2{
	color: rgb(255,255,255);
	padding: 15px 0;
}
#contacts-home p{
	color: rgb(255,255,255);
	font-weight: 600;
}
/* Contact-Us send section */
#contacts-send .container{
	padding: 20px 0 40px;
}
#contacts-send label{
	margin-top: 15px;
	color: rgb(106,120,132);
}
#contacts-send .header-row img{
	margin-top: 17px;
}
#contacts-send a{
	font-size: 18px;
	color: rgb(63,204,255);
}
#contacts-send i.required{
	color: rgb(242,75,75);
	vertical-align: super;
	font-size: 60%;
}
#contacts-send input, #contacts-send select{
	font-size: 16px;
	height: 3em;
}
#contacts-send textarea{
	font-size: 16px;
	padding: 10px 20px;
	margin-bottom: 20px;
}
#contacts-send div.contact-us > button{
	font-size: 16px;
	font-weight: 600;
	color: rgb(63,204,255);
	padding: 10px 45px;
	margin: 20px 0 0;
	border: rgb(63,204,255) 2px solid;
	border-radius: 25px;
	background: rgb(255,255,255);
	outline: none;
}
#contacts-send div.contact-us > button:hover, #contacts-send div.contact-us > button:active{
	color: rgb(255,255,255);
	background: rgb(63,204,255);
}
/* Contact-Us contacts section */
#contacts-contacts{
	background: url(../img/contacts-banner.png) no-repeat center 0;
/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
}
#contacts-contacts .container{
	padding: 40px 0;
}
#contacts-contacts .header-message{
	margin: 20px 0 0;
}
#contacts-contacts h2{
	color: rgb(255,255,255);
}
#contacts-contacts .contact{
	margin: 40px 0;
}
#contacts-contacts .contact > div{
	background: rgb(255,255,255);
	border-radius: 5px;
	padding: 1px 0 25px;
}
#contacts-contacts .contact > div > h3{
	padding: 0 0 15px;
}
#contacts-contacts .contact > div > p{
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
}
#contacts-contacts .contact > div > p.address{
	text-align: left;
	width: 80%;
	margin: 0 auto;
}
#contacts-contacts .social > li > a{
	margin: 0 5px;
}
#contacts-contacts .social > li > a:hover{
	opacity: 0.8;
}
#contacts-contacts .social > li > a > img{
	display: inline;
}
/* Success message */
.success-message, .recovery-message{
	position: fixed;
	width: 50%;
	top: 30%;
	left: 25%;
	z-index: 9999;
	display: none;
}
.success-message h3, .success-message p, .recovery-message h3, .recovery-message p{
/*	color: rgb(255,255,255);*/
}
.alert h2{
	color: inherit;
}
/* Brand app home section */
#brand-app-home{
	background: url(../img/brand-app-slider.png) no-repeat center 0;
/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
}
#brand-app-home h1{
	color: rgb(255,255,255);
	padding: 20px 0;
	margin-top: 100px;
	font-size: 36px;
}
#brand-app-home p{
	color: rgb(255,255,255);
	font-weight: 600;
}
#brand-app-home p.contact-us{
	margin: 60px 0;
}
#brand-app-home p.contact-us > a{
	font-size: 16px;
	color: rgb(255,255,255);
	padding: 10px 45px;
	border: rgb(63,204,255) 2px solid;
	border-radius: 25px;
}
#brand-app-home p.contact-us > a:hover{
	background: rgb(63,204,255);
}
/* Brand app about section */
#brand-app-about h3{
	color: rgb(63,204,255);
	font-size: 24px;
	line-height: 24px;
}
#brand-app-about .about-table{
	margin: 40px 0 0;
}
#brand-app-about .about-table > div{
	padding: 20px 30px;
}
#brand-app-about .about-table p{
	font-size: 14px;
	line-height: 24px;
}
/* Brand app features section */
#brand-app-features{
	background: url(../img/brand-app-features.png) no-repeat center 0;
/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
}
#brand-app-features h2, #brand-app-features h3, #brand-app-features p{
	color: rgb(255,255,255);
}
#brand-app-features ul > li{
	display: list-item;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: rgb(255,255,255);
	line-height: 24px;
	margin: 0 0 15px;
	padding-left: 2em;
	text-indent: -2em;
}
#brand-app-features ul > li > i{
	display: inline;
	font-size: 1.5em;
	margin-right: 0.25em;
	color: rgb(63,204,255);
	vertical-align: sub;
}
#brand-app-features ul > li.no-marker{
	text-indent: 0;
}
/* Brand app backend section */
#brand-app-backend .solutions-item p{
	padding: 0 20px 20px;
}
/* Staff home section */
#staff-home{
	background: url(../img/staff-slider.png) no-repeat center 0;
/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
}
#staff-home h1{
	color: rgb(255,255,255);
	padding: 20px 0;
	margin-top: 100px;
	font-size: 36px;
}
#staff-home p{
	color: rgb(255,255,255);
	font-weight: 600;
}
#staff-home p.contact-us{
	margin: 60px 0 30px;
}
#staff-home p.contact-us > a{
	font-size: 16px;
	color: rgb(255,255,255);
	padding: 10px 45px;
	border: rgb(63,204,255) 2px solid;
	border-radius: 25px;
}
#staff-home p.contact-us > a:hover{
	background: rgb(63,204,255);
}
/* Staff about section */
#staff-about p{
	text-align: justify;
	text-indent: 3em;
}
#staff-about img{
	margin: 20px 0 0;
}
#staff-about ul{
	margin-top: 20%;
}
#staff-about ul > li{
	display: list-item;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: rgb(106,120,132);
	line-height: 24px;
	margin: 0 0 15px;
	padding-left: 1.1em;
	text-indent: -1.5em;
}
#staff-about ul > li > i{
	display: inline;
	font-size: 1.1em;
	margin-right: 0.35em;
	color: rgb(63,204,255);
}
#staff-about ul > li.no-marker{
	text-indent: 0;
}
/* Admin panel home section */
#admin-panel-home{
	background: url(../img/admin-panel-slider.png) no-repeat center 0;
/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
}
#admin-panel-home h1{
	color: rgb(255,255,255);
	padding: 20px 0;
	margin-top: 100px;
	font-size: 36px;
}
#admin-panel-home p{
	color: rgb(255,255,255);
	font-weight: 600;
}
#admin-panel-home p.contact-us{
	margin: 60px 0 100px;
}
#admin-panel-home p.contact-us > a{
	font-size: 16px;
	color: rgb(255,255,255);
	padding: 10px 45px;
	border: rgb(63,204,255) 2px solid;
	border-radius: 25px;
}
#admin-panel-home p.contact-us > a:hover{
	background: rgb(63,204,255);
}
/* Admin panel about section */
#admin-panel-about p{
	text-align: justify;
	text-indent: 3em;
}
/* Admin panel key functions section */
#admin-panel-key-functions h2{
	padding: 0 0 20px;
}
#admin-panel-key-functions .odd{
	background: rgb(247,247,247);
}
#admin-panel-key-functions p{
	text-align: justify;
	font-size: 14px;
	line-height: 24px;
}
#admin-panel-key-functions img{
	margin: 20px auto;
}
#admin-panel-key-functions .kf1{
	margin-top: 20%;
}
#admin-panel-key-functions .kf2{
	margin-top: 25%;
}
#admin-panel-key-functions .kf3{
	padding: 60px 0;
}
/* Admin panel features section */
#admin-panel-features{
	background: url(../img/admin-panel-features.png) no-repeat center 0;
/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
}
#admin-panel-features .row{
	margin-bottom: 10px;
}
#admin-panel-features h2{
	color: rgb(255,255,255);
	padding: 10px 0;
}
#admin-panel-features h3{
	color: rgb(255,255,255);
	padding: 0 25px;
}
/* In room home section */
#in-room-home{
	background: url(../img/in-room-slider.png) no-repeat center 0;
/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
}
#in-room-home h1{
	color: rgb(255,255,255);
	padding: 20px 0;
	margin-top: 100px;
	font-size: 36px;
}
#in-room-home p{
	color: rgb(255,255,255);
	font-weight: 600;
}
#in-room-home p.contact-us{
	margin: 60px 0 100px;
}
#in-room-home p.contact-us > a{
	font-size: 16px;
	color: rgb(255,255,255);
	padding: 10px 45px;
	border: rgb(63,204,255) 2px solid;
	border-radius: 25px;
}
#in-room-home p.contact-us > a:hover{
	background: rgb(63,204,255);
}
/* In room how it works section */
#in-room-how-it-works h3{
	color: rgb(63,204,255);
	font-size: 22px;
}
#in-room-how-it-works ul{
	margin: 0 0 20px;
}
#in-room-how-it-works ul > li{
	display: inline-block;
	vertical-align: top;
}
/* In room functions section */
#in-room-functions .odd{
	background: rgb(247,247,247);
}
#in-room-functions p{
	text-align: justify;
	font-size: 14px;
	line-height: 24px;
}
#in-room-functions img{
	margin: 20px auto;
}
#in-room-functions ul > li{
	display: list-item;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: rgb(106,120,132);
	margin: 0 0 5px;
	padding-left: 0.8em;
	text-indent: -0.8em;
}
#in-room-functions .kf1{
	margin-top: 10%;
}
#in-room-functions .kf2{
	margin-top: 15%;
}
#in-room-functions .kf3{
	margin-top: 25%;
}
#in-room-functions .kf4{
	margin-top: 15%;
}
#in-room-functions .kf5{
	margin-top: 10%;
}
#in-room-functions .kf6{
	margin-top: 10%;
}
/* In room features section */
#in-room-features{
	background: url(../img/in-room-features.png) no-repeat center 0;
/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
}
#in-room-features h2, #in-room-features h3, #in-room-features p{
	color: rgb(255,255,255);
}
#in-room-features ul > li{
	display: list-item;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: rgb(255,255,255);
	line-height: 24px;
	margin: 0 0 15px;
	padding-left: 2em;
	text-indent: -2em;
}
#in-room-features ul > li > i{
	display: inline;
	font-size: 1.5em;
	margin-right: 0.25em;
	color: rgb(63,204,255);
	vertical-align: sub;
}
#in-room-features ul > li.no-marker{
	text-indent: 0;
}
/* Brand app backend section */
#in-room-backend .solutions-item p{
	padding: 0 20px 20px;
}
/* Blog list section */
#blog-list{
	padding: 20px 0 0;
}
#blog-list li.blog-list-item div.item-mainpic > img{
	margin: 0 auto;
}
#blog-list li.blog-list-item > div.item-title{
	margin-top: 10px;
}
#blog-list li.blog-list-item > div.item-title > a{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: rgb(255,143,40);
	font-size: 32px;
}
#blog-list li.blog-list-item > p{
	color: black;
	font-size: 14px;
	text-align: justify;
}
#blog-list li.blog-list-item div.item-footer{
	margin: 0 0 70px;
}
#blog-list li.blog-list-item div.item-footer > a{
	color: rgb(255,143,40);
	font-size: 18px;
	font-weight: 600;
}
#blog-list li.blog-list-item div.item-footer > span{
	margin: 0 0 0 50px;
}
/* Blog post section */
#blog-item-top{
	position: relative;
}
#blog-item-top .blog-item-top-image{
	z-index: 1;
}
#blog-item-top .blog-item-top-layer{
	position: absolute;
	z-index: 2;
	background: black;
	opacity: 0.4;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
#blog-item-top .blog-item-top-title{
	position: absolute;
	z-index: 3;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
#blog-item-top h1{
	color: white;
	text-align: center;
}
#blog-item-post{
	padding: 30px 0;
}
#blog-item-post p{
	color: black;
	font-size: 14px;
	text-align: justify;
}
#blog-item-post .social-share{
	margin: 0 0 20px;
}
/* Footer */
#footer{
	background: rgb(11,50,64);
	padding: 10px 20px 0;
}
#footer h3{
	color: rgb(255,255,255);
}
#footer h4{
	color: rgb(143,156,168);
	margin: 16px 0 8px;
}
#footer ul > li{
	line-height: 30px;
	display: block;
}
#footer ul > li > ul{
	margin-left: 1em;
}
#footer .social > li:last-of-type{
	margin: 0;
}
#footer a{
	color: rgb(255,255,255);
}
#footer a:hover{
/*	color: rgb(63,204,255);*/
}
#footer .copyright{
	color: rgb(143,156,168);
	font-size: 14px;
	margin: 20px 0 10px;
}
#footer .social{
	margin: 10px 0 10px;
}
#footer .social > li{
	display: inline;
	margin: 0 16px 0 0;
}
#footer .social > li > a > img{
	display: inline;
}
#footer .social > li > a:hover{
	opacity: 0.8;
}
/* Banner */
#banner{
	padding: 20px 0;
}
/* Old solutions */
.solutions-table{
display: table;
width: 83%;
margin: 20px auto 40px;
}
.solutions-row{
display: table-row;
}
.solutions-cell{
display: table-cell;
width: 49%;
padding: 0 10px;
position: relative;
}
.solutions-cell{
display: table-cell;
width: 49%;
}
.solutions-cell-spacing{
display: table-cell;
width: 2%;
}
.solutions-item{
border: rgb(235,238,240) 2px solid;
border-radius: 4px;
height: 100%;
padding: 0 0 40px;
}
.solutions-item:hover{
border: rgb(63,204,255) 2px solid;
}
.solutions-item img{
width: 100%;
}
.solutions-item h3{
font-size: 24px;
color: rgb(123,138,151);
}
.solutions-item:hover h3{
color: rgb(63,204,255);
}
.solutions-item p{
font-size: 14px;
color: rgb(123,138,151);
line-height: 24px;
padding: 0 80px 20px;
}
.solutions-item a{
font-size: 14px;
color: rgb(123,138,151);
border: rgb(235,238,240) 2px solid;
border-radius: 20px;
padding: 10px 30px;
font-weight: 600;
position: absolute;
bottom: 15px;
}
.solutions-item a:hover{
background: rgb(63,204,255);
border: rgb(63,204,255) 2px solid;
color: rgb(255,255,255);
}
