/* basic reset */
body,* { margin: 0; padding: 0; }
button::-moz-focus-inner { border: 0; padding: 0; }
p, h1, h2, h3, h4, h5, h6, ul, ol { margin: 1em auto 1em auto; line-height: 1.25em; }
input, textarea, select { font-family: inherit;	outline-width: 0; }
ul,ol { padding-left: 20px; }
li { margin: 5px auto 5px auto; }
a img { border: none; }
/* basic classes */
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.clear { clear: both; }

@font-face {
    font-family: 'pacifico';
    src: url('../fonts/pacifico-regular.woff2') format('woff2'),
         url('../fonts/pacifico-regular.woff') format('woff'),
         url('../fonts/pacifico-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/robotocondensed-regular.woff2') format('woff2'),
         url('../fonts/robotocondensed-regular.woff') format('woff'),
         url('../fonts/robotocondensed-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'roboto',sans-serif;
	font-size: 16px;
	background: #4e2b18;
}
input, textarea, select, button {
	font-family: 'roboto', sans-serif;
}

h1, h2, h3, h4 {
	font-family: 'pacifico', sans-serif;
	font-weight: normal;
}
.font {
	font-family: 'pacifico', sans-serif;
}

a {
	color: #4e2b18;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.color a,
.color { color: #e3004f; }
.color-alt a,
.color-alt { color: #4e2b18; }

#main img {
	max-width: 100%;
	height: auto;
}

img.full-size {
	width: 100%;
	height: auto;
}

.border-photo {
	display: block;
	border: 1px solid #e6e8eb;
	border-image: url('./img/mask_food_big.png')
		123 58 126 66 / 40px 20px / 40px 20px stretch;
	margin: 0;
	padding: 0;
	outline: 0;
}
.border-photo img {
	display: block;
}

/*** buttons ***/
.btn {
    position: relative;
    display: inline-block;
    height: 32px;
    padding: 0 20px 0 46px;
    font-size: 18px;
    line-height: 32px;
	background: #b3b22a;
    color: #fff;
    border: none;
    cursor: pointer;
    outline: none;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.btn:hover {
	color: #ccc;
	text-decoration: none;
}
.btn-basic {
	padding: 0 20px;
	text-transform: uppercase;
}
.btn-lg {
	height: 52px;
	padding: 0 25px 0 62px;
	font-size: 22px;
	line-height: 52px;
	margin-left: 8px;
}
.btn-lgx {
	font-size: 28px;
	line-height: 52px;
	text-transform: uppercase;
	height: 52px;
	padding: 0 28px 0 70px;
}

.btn-icon-right {
	padding: 0 50px 0 20px;
}

.btn .circle-icon {
	position: absolute;
	z-index: 6;
	top: -7px;
	left: -6px;
	display: block;
	background-color: inherit;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 3px;
	height: 40px;
	width: 40px;
	border-radius: 80px;
	overflow: hidden;
}
.btn-lg .circle-icon {
	top: -8px;
	left: -12px;
	padding: 5px;
	height: 58px;
	width: 58px;
}
.btn-lgx .circle-icon {
	top: -8px;
	left: -12px;
	padding: 6px;
	height: 64px;
	width: 64px;
}
.btn-icon-right .circle-icon {
	left: auto;
	right: -6px;
}
.btn .circle-icon .fa,
.btn .circle-icon .inner {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 26px;
	line-height: 36px;
	text-align: center;
	height: 100%;
	width: 100%;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 80px;
}
.btn:hover .circle-icon .fa,
.btn:hover .circle-icon .inner {
	border-color: #ccc;
}
.btn-lg .circle-icon .fa {
	font-size: 36px;
	line-height: 54px;
	height: 58px;
}
.btn-lg .circle-icon .fa-sm {
	font-size: 28px;
}
.btn-lg .circle-icon .inner {
	font-size: 38px;
	line-height: 58px;
}
.btn-lgx .circle-icon .fa,
.btn-lgx .circle-icon .inner {
	font-size: 42px;
	line-height: 64px;
}


.btn-pink {
	background-image: url('./img/btn_pink.png');
}
.btn-green {
	color: #fff;
	background-image: url('./img/mask_btn.png');
	background-color: #b3b22a;
}
.btn-green:hover {
	color: #4e2b18;
	text-decoration: none;
}
.btn-white {
	border: 2px solid #fff;
	border-radius: 3px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	padding: 0;
}
.btn-white:hover,
.btn-orange:hover {
	text-decoration: none;
	color: #ccc;
	outline: none;
	border-color: #ccc;
}
.btn-orange {
	color: #fff;
	background-image: url('./img/mask_btn.png');
	background-color: #e3004f;
	background-size: 100% 100%;
}

.btn-green .circle-icon {
	background-image: url('./icon/icon_detail.png');
}

.title {
	background: url('./img/line.png') 0 0 repeat;
	font-size: 38px;
	font-weight: normal;
	line-height: 63px;
	padding: 0 0 2px 15px;
	margin: 0 0 18px -15px;
}

.page-padding,
.contain-padding {
	padding: 0 10px;
}

#logo {
	position: relative;
	display: inline-block;
	top: 10px;
}
#logo img {
	display: block;
	width: 110px;
	height: auto;
	outline: none;
}
#logo-usti {
	position: absolute;
	display: inline-block;
	margin: 10px 0 0 15px;
	bottom: -72px;
	right: 100px;
	width: 120px;
}
#logo-usti img {
	display: block;
	width: 100%;
}
#header {
	position: relative;
	min-height: 150px;
	padding-bottom: 14px;
}
#header-menu-line ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#header-menu {
	display: none;
	position: absolute;
	top: 85px;
	right: 0; /* 170px */
	font-family: 'pacifico', sans-serif;
	background: url('./img/top_line.png') -220px center no-repeat;
	height: 62px;
	width: 100%;
	box-sizing: border-box;
}
#header-menu li {
	display: inline-block;
	padding: 0;
	margin: 0 20px 0 0;
}
#header-menu a {
	position: relative;
	display: block;
	background: url('./img/top_menu.png') top left no-repeat;
	height: 29px;
	line-height: 30px;
	font-size: 20px;
	padding: 2px 0 0 46px;
	text-decoration: none;
}
#header-menu .active a {
	background-position: bottom left;
	color: #b3b22a;
}
#header-menu a::after {
	display: block;
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('./icon/icon_top_menu.png') 0 50px no-repeat;
	height: 32px;
	width: 34px;
}
#menu-item-1 a::after { background-position: -57px -2px; }
#menu-item-37 a::after { background-position: -90px -2px; }
#menu-item-4 a::after { background-position: -125px -2px; }
#menu-item-3 a::after { background-position: -234px 0px; }
#menu-item-32 a::after { background-position: -154px -2px; }

#header-menu-mobile {
	position: relative;
	float: right;
	top: 25px;
	right: 0;
	z-index: 15;
}
#header-menu-mobile .fa {
	display: block;
	font-size: 50px;
	line-height: 70px;
	text-align: center;
	width: 80px;
	height: 70px;
	background: #b3b22a;
	border-radius: 6px;
	cursor: pointer;
}

#header-menu-mobile ul {
	display: none;
	position: absolute;
	top: 70px;
	right: 0;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	background: #b3b22a;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border-radius: 6px 0 6px 6px;
}
#header-menu-mobile li {
	display: block;
	margin: 0;
	position: relative;
	font-size: 20px;
	text-transform: uppercase;
}
#header-menu-mobile li a {
	display: block;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	border: none;
	width: auto;
	min-width: 300px;
	height: auto;
	padding: 8px 20px 8px 20px;
	color: #4e2b18;
}
#header-menu-mobile ul ul {
	display: block;
	position: relative;
	top: auto;
}
#header-menu-mobile ul ul:before {
	display: none;
}
#header-menu-mobile li a:focus,
#header-menu-mobile li a:hover {
	color: #fff;
	background: #4e2b18;
}
#header-menu-mobile li.active > a {
	color: #fff;
}
#header-menu-mobile.nojs:hover ul {
	display: block;
}
#header-menu-mobile:hover .fa {
	border-radius: 6px 6px 0 0;
}

#main {
	min-height: 300px;
}
#page {
	position: relative;
	background-color: #fff;
	color: #4e2b18;
	min-width: 400px;
	max-width: 1240px;
	margin: 0 auto;
}
#footer {
	background: #b3b22a;
	color: #fff;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-top: 20px;
}
.footer-column {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin-right: 3%;
}
#footer-contact p {
	margin: 1em 0;
	font-size: 0.9em;
}
#footer-contact i {
	opacity: 0;
}
.footer-menu ul {
	font-size: 18px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-title,
.footer-menu li {
	margin: 0 0 1em 0;
}
.footer-title,
.footer-menu > ul > li > a {
	color: #e3004f;
	font-size: 18px;
	font-family: 'pacifico', sans-serif;
}
.footer-menu ul ul {
	padding: 0 0 0 30px;
}

.footer-menu ul ul a {
	font-weight: bold;
}
#footer-copy {
	font-size: 0.9em;
}
#footer-form {
	width: 60%;
}
#footer-form textarea,
#footer-form input {
	color: #000;
	background: #fff;
	border: none;
	box-shadow: inset 1px 2px 5px #999;
	box-sizing: border-box;
	line-height: 18px;
	font-size: 14px;
	width: 100%;
	padding: 5px 10px;
}
#footer-form .btn {
	padding: 0 20px;
	text-transform: uppercase;
}
#foooter-social {
	float: right;
	text-align: center;
	width: 30%;
	margin: 0;
}
#icon-facebook {
	display: inline-block;
	background: url('./icon/social_fb.png') center center no-repeat;
	width: 44px;
	height: 42px;
}

#user-actions {
	position: relative;
	z-index: 20;
	box-sizing: border-box;
	text-align: center;
}

.user-action {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 32px;
	min-width: 160px;
	background-color: #b3b22a;
	padding: 0;
	text-align: left;
	border: none;
	border-bottom: 1px solid #b3b22a;
	border-image: url('./img/border_btn_green.png')
		0 0 10 0 / 0 0 10px 0/ 0 0 10px 0 round;
}
.user-action a {
	display: block;
}
.user-action a:hover {
	color: #fff;
	text-decoration: none;
}
.user-action-link {
	padding: 3px 10px 3px 10px;
}
.user-action-link .fa {
	font-size: 32px;
}
.user-action .circle-custom {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 32px;
	margin: 0 10px 0 5px;
	vertical-align: middle;
}
.user-action .circle-custom span {
	display: block;
	background: url('./icon/icon_user.png') 0 0 no-repeat;
	height: 100%;
	width: 100%;
}
.user-action .circle-custom img {
	display: block;
	height: 100%;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 3px;
	height: 28px;
}
.user-action a:hover .circle-custom span {
	background-position: 0 bottom;
}
.user-action-list {
	display: none;
	position: absolute;
	z-index: 5;
	top: 40px;
	left: 0;
	width: 100%;
	background: #b3b22a;
	border-bottom: 1px solid #b3b22a;
	border-image: url('./img/border_btn_green.png')
		0 0 10 0 / 0 0 10px 0/ 0 0 10px 0 round;
}
.user-action-list ul {
	list-style: none;
	padding: 2px 5px 10px 20px;
	margin: 0;
	overflow: hidden;
}
.user-action-list a {
	display: block;
	text-decoration: none;
}
.user-action.nojs:hover .user-action-list {
	display: block;
	padding-top: 5px;
}

#box-login .user-action-list,
#box-login {
	background-color: #4e2b18;
	border-bottom: 1px solid #4e2b18;
	border-image-source: url('./img/border_btn_brown.png');
}
#box-login .user-action-list:after,
#box-login:after {
	background-position: 0 -10px;
}
#box-login a {
	color: #fff;
}
#box-login a:hover {
	color: #ccc;
}
#box-login a:hover .circle-custom img {
	border-color: #ccc;
}
#box-login .circle-custom {
	background-position: bottom right;
	width: 28px;
}


#breadcrumb {
	display: block;
	position: absolute;
	top: -22px;
	right: 0;
	text-align: right;
}

#profile-bar {
	text-align: center;
	margin: -18px 0 18px 0;
}
#profile-bar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#profile-bar li {
	display: inline-block;
	line-height: 32px;
	margin: 0;
	padding: 0;
}
#profile-bar a {
	position: relative;
	display: inline-block;
	color: #fff;
	background: #4e2b18;
	padding: 3px 10px 2px 10px;
	border-bottom: 1px solid #4e2b18;
	border-image: url('./img/border_btn_brown.png')
		0 0 10 0 / 0 0 10px 0/ 0 0 10px 0 round;
}
#profile-bar a:hover {
	color: #ccc;
	text-decoration: none;
}
#profile-bar .active a {
	color: #4e2b18;
	background-color: #b3b22a;
	border-bottom: 1px solid #b3b22a;
	border-image-source: url('./img/border_btn_green.png');
}
#profile-bar .active a::after {
	background-position: top left;
}

.pagination {
	text-align: center;
}
.pagination a {
    color: #b3b22a;
    vertical-align: middle;
}
.pagination a.active {
	color: #4e2b18;
}

/*** carousel ***/
#page-carousel {
	position: relative;
	z-index: 2;
	top: 0;
	left: 0;
	height: 320px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
#carousel-images {
	display: none;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	font-size: 0;
}
#page-carousel #carousel-mask-left,
#page-carousel #carousel-mask-right {
	position: absolute;
	top: 0;
	z-index: 25;
	background: #000;
	opacity: 0.5;
	margin: auto;
	width: auto;
	height: 100%;
}
#page-carousel #carousel-mask-left { left: 0; }
#page-carousel #carousel-mask-right { right: 0; }

.carousel-image {
	position: relative;
	display: inline-block;
	width: 1040px;
	height: 100%;
}
.carousel-link {
	display: block;
	position: absolute;
	z-index: 12;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.carousel-image .carousel-table {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.carousel-image .carousel-text {
	display: table-cell;
	margin: 0;
	padding: 15px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	overflow: none;
}
.carousel-image .carousel-text p {
	margin: 0;
}
.carousel-text.top, .carousel-text.bottom {
	width: 960px;
	left: 0;
}
.carousel-text.top, .carousel-text.top-left, .carousel-text.top-right {
	display: block;
	position: absolute;
	top: 0;
}
.carousel-text.bottom, .carousel-text.bottom-left, .carousel-text.bottom-right {
	display: block;
	position: absolute;
	bottom: 0;
}
.carousel-text.left, .carousel-text.top-left, .carousel-text.bottom-left {
	left: 0;
	float: none;
	text-align: left;
}
.carousel-text.right, .carousel-text.top-right, .carousel-text.bottom-right {
	right: 0;
	float: none;
	text-align: right;
}
#page-carousel img {
	margin: 0;
	padding: 0;
	border: none;
}

/*** custom per page ***/
#home-left {
	margin-top: -24px;
	float: left;
	display: none;
}
#home-right {
	margin-top: -10px;
	font-size: 1.1em;
}
#home-right h1 {
	padding: 15px 0 0 0;
	margin: 5px 0;
}
#home-right h2 {
	text-align: center;
	margin: 5px 0;
}
.block-img {
	background: url('./img/image_text.png') center center no-repeat;
	min-height: 246px;
}
.block-img-text {
	box-sizing:border-box;
	max-width: 480px;
	margin: auto;
	padding: 0 0 0 30px;
}
.block-lines {
	background: url('./img/line.png') 0 0 repeat;
}
.block-lines h2,
.block-lines p {
	margin: 17px auto;
}
.block-lines p {
	line-height: 1.3em;
}

.news-article h2 time {
	color: #b3b22a;
}
.news-article {
	padding-bottom: 20px;
	background: url('./img/line_brown.png') bottom center no-repeat;
}
.news-article:last-of-type {
	background: none;
}

.mask-img {
	position: relative;
}
.mask-img:after {
	content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url('./img/mask_food.png') 0 0 no-repeat;
    width: 172px;
    height: 183px;
    pointer-events: none;
}

#home-process {
	position: relative;
	padding-bottom: 40px;
	margin-bottom: -10px;
	font-family: 'pacifico';
	font-size: 18px;
	text-align: center;
}
#home-process > * {
	display: block;
	margin: 10px auto;
	padding: 0;
}
#home-process > a,
#home-process > span {
	background-image: url('./img/image_proces.png');
	background-repeat: no-repeat;
}
#process-item-1 { background-position: 0 -18px; width: 129px; height: 120px; }
#process-item-2 { background-position: -308px 0; width: 129px; height: 120px; border-radius: 0 0 70px 0; }
#process-item-3 { background-position: -568px -25px; width: 138px; height: 120px; }
#process-item-4 { background-position: -818px -29px; width: 100px; height: 58px; }

#process-arrow-1 { display: none; background-position: -138px -37px; width: 152px; height: 38px; z-index: 5; }
#process-arrow-2 { display: none; background-position: -409px -99px; width: 148px; height: 47px; z-index: 5; }
#process-arrow-3 { display: none; background-position: -720px -46px; width: 88px; height: 24px; z-index: 5; }


/*** product list ***/
.panel-product-list h2 {
	background: #b3b22a url('./img/mask_btn.png') center center no-repeat;
	background-size: 100% 100%;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	margin: 0 -5px 0 -10px;
	padding: 10px 20px 10px 30px;
}
.panel-product-list ul {
	position: relative;
	list-style: none;
	font-size: 18px;
	margin: 0 0 30px 0;
	padding: 5px 40px 5px 40px;
	border-left: 3px solid #b3b22a;
	border-right: 3px solid #b3b22a;
}
.panel-product-list ul:after {
	display: block;
	content: ' ';
	position: absolute;
	bottom: 2px;
	left: -3px;
	right: -3px;
	height: 14px;
	border-bottom: 3px solid #b3b22a;
	border-image: url('./img/bottom_snacks.png')
			0 17 14 17 / 0 17px 14px 17px/ 0 0px 14px 0px round;
}
.panel-product-list a {
	display: block;
	color: #4e2b18;
	outline: none;
}
.panel-product-list a:hover {
	color: #ccc;
	text-decoration: none;
}
.panel-product-list li.active a {
	color: #e3004f;
}
#box-boarder-panel {
	display: none;
	text-align: center;
}

#product-list article {
    display: table;
    width: 100%;
    margin: 10px 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccecf7;
}
.product-list-preview {
    display: table-cell;
    width: 10%;
    vertical-align: middle;
}
.product-list-description {
    display: table-cell;
    vertical-align: top;
    padding: 14px 0 10px 25px;
}
.product-list-description h1 {
	font-size: 20px;
	line-height: 24px;
	margin: 5px 0 5px 0;
}
.product-list-description .product-list-info {
	color: #b3b22a;
	margin: 0;
}

.product-list-image-box {
    display: table;
    position: relative;
    width: 172px;
    height: 183px;
    margin: auto;
}
.product-list-image {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	padding: 22px 11px 14px 12px;
}
.product-list-image img {
    display: block;
    width: 100%;
    margin: auto;
}
.product-list-mask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url('./img/mask_food.png') 0 0 no-repeat;
    width: 172px;
    height: 183px;
    pointer-events: none;
}

/*** product detail ***/
#product-detail-top {
	position: relative;
}
#product-boxes {
	text-align: center;
	margin-top: -5px;
}
.product-box {
	display: inline-block;
	color: #4e2b18;
	vertical-align: top;
	text-align: center;
	width: 140px;
}
.product-box span {
	display: block;
	font-size: 14px;
}
.product-box p {
	position: relative;
	background: #fff;
	font-size: 18px;
	line-height: 20px;
	padding: 10px 5px 10px 30px;
	margin: 3px 0 0 0;
	height: 20px;
	border: 2px solid #4e2b18;
	border-bottom-width: 4px;
	border-right-width: 4px;
	border-radius: 4px;
}
#product-box-price {
	margin-left: 40px;
}

#product-box-price p:before {
	content: ' ';
	position: absolute;
	top: 0px;
	left: 5px;
	background: url('./icon/ico_price.png') center center no-repeat;
	width: 40px;
	height: 40px;
}
#product-box-weight p:before {
	content: ' ';
	position: absolute;
	top: 1px;
	left: 5px;
	background: url('./icon/ico_baleni.png') center center no-repeat;
	width: 40px;
	height: 40px;
}

.product-block {
	width: 100%;
}
.product-cell-left {
	vertical-align: top;
	padding: 0 0 20px 0;
}
.product-cell-right {
	position: relative;
	vertical-align: top;
	text-align: center;
	padding: 0;
}

.product-col {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 0 1% 0 0;
}
#product-image {
	margin: 30px 14px;
}
#product-image img {
	display: block;
	width: 100%;
}

.product-pack p {
	color: #000;
	margin-top: 0;
}

.table-nutrition {
	position: relative;
	border-collapse: collapse;
	margin: 0 auto;
	min-width: 60%;
}
.table-nutrition tr {
	border-top: 1px solid #b3b22a;
}
.table-nutrition tr:last-of-type {
	border-bottom: 1px solid #b3b22a;
}

.table-nutrition th,
.table-nutrition td {
	width: 50%;
	padding: 5px 20px;
}
.table-nutrition tr :first-child {
	border-right: 1px solid #b3b22a;
	text-align: right;
}
.table-nutrition tr :last-child {
	text-align: left;
}
.table-nutrition:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 10%;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
.table-nutrition:after {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 10%;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.product-tab h2,
.product-block h2,
.product-block h3 {
	margin: 0 0 5px 0;
}
.product-traits {
	position: absolute;
	top: 5px;
	right: 10px;
	list-style: none;
	text-align: right;
	max-height: 320px;
	margin: 0;
	padding: 0;
}
.product-traits li {
	display: block;
	margin: 0 0 10px 0;
}
.product-traits li:nth-child(n + 3) {
	display: inline-block;
	margin: 0 0 0 10px;
}

#product-btn-back {
	position: relative;
	display: inline-block;
	color: #fff;
	background: #e3004f;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	text-transform: uppercase;
	height: 40px;
	width: 111px;
	padding: 0;
	outline: none;
	border-bottom: 1px solid #e3004f;
	border-image: url('./img/border_btn_pink.png')
		0 0 10 0 / 0 0 10px 0/ 0 0 10px 0 round;
}
#product-btn-back .fa {
	line-height: 40px;
	vertical-align: top;
}
#product-btn-back:hover {
	text-decoration: none;
	color: #4e2b18;
}

.basic-tabs {
	list-style: none;
	font-family: 'pacifico', sans-serif;
	width: 100%;
	margin: 0 0 0 -4px;
	padding: 10px 0 0 0;
}
.basic-tabs li {
	display: inline-block;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
}
.basic-tabs a {
	display: block;
	background: #b3b22a url('./img/mask_btn.png') center center no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 26px;
	line-height: 40px;
	padding: 5px 20px 5px 20px;
	margin: 0 20px 0 0;
	outline: none;
}

.basic-tabs a:active,
.basic-tabs .active a {
	background-color: #4e2b18;
}
.basic-tabs a:hover {
	text-decoration: none;
	color: #e3004f;
}
.basic-tabs li:last-of-type a {
	margin-right: 0;
}
#product-tabs {
	display: none;
}
#product-tabs-pages {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
}

.product-tab-li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.product-tab-li li {
	margin: 8px 0;
}
.product-tab-li a {
	display: block;
	color: #4e2b18;
	line-height: 22px;
	cursor: pointer;
}
.product-tab-li a:hover + p {
	max-height: 800px;
}
.product-tab-li a i {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	background: #e3004f;
	font-size: 11px;
	line-height: 22px;
	font-style: normal;
	text-align: center;
	height: 22px;
	width: 22px;
	margin-right: 10px;
	border-radius: 12px;
}
.product-tab-li p {
	font-size: 12px;
	margin: 0 0 0 32px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.8s linear;
}
.product-tab {
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 120px;
}
.product-tab.active,
.product-tab:target {
	display: block;
}

#product-promo-list {
	background: #f08a16;
	color: #fff;
	margin-top: 30px;
	text-align: center;
}
#product-promo-list > h1 {
	font-size: 30px;
	line-height: 40px;
	text-align: left;
	margin: 0 0 10px 20px;
}
.product-promo {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	background: url('./img/mask_food_orange.png') center center no-repeat;
	width: 242px;
	height: 271px;
	padding: 15px 35px;
	margin: 10px 5px;
}
.product-promo img {
	width: 100%;
}
.product-promo-info {
	position: absolute;
	left: 50px;
	bottom: 30px;
}
.product-promo h1,
.product-similar-preview h3 {
	font-size: 28px;
	line-height: 30px;
	margin: 0;
}
.product-promo h1 small,
.product-similar-preview h3 small {
	font-size: 21px;
}
.product-promo p {
	font-family: 'patrick';
	font-size: 22px;
	margin: 0;
}
.product-similar-table {
	display: table;
	width: 100%;
}
.product-similar-preview {
	display: table-cell;
	vertical-align: middle;
}
.product-similar-preview h3 {
	font-size: 1.3em;
	line-height: 1.4em;
}
.product-similar-preview .product-list-info {
	margin: 0;
}
.product-similar-preview .product-promo-info {
	opacity: 0;
	max-height: 0;
	font-size: 0.8em;
	left: 0;
	bottom: 0;
	background: #fff;
	box-sizing: border-box;
	width: 147px;
	margin: 0 11px 15px 13px;
	padding: 4px;
	overflow: hidden;
	transition: 0.3s all linear;
}
.product-similar-preview .product-list-image:hover+.product-promo-info {
	opacity: 1;
	max-height: 100%;
}

/*** registration ***/
#profile-img-preview {
	width: 246px;
	height: 246px;
	margin: 60px auto 40px auto;
}
#profile-img-preview .fa {
	display: block;
	font-size: 180px;
	line-height: 246px;
	text-align: center;
}

/*** boarders ***/
.boarder-contain {
	vertical-align: top;
	margin: 40px auto 40px auto;
	max-width: 500px;
}
.boarder-box {
	position: relative;
	text-align: left;
	border-radius: 4px;
	min-height: 157px;
}
.boarder-box h2 {
	margin: 0;
}
.boarder-box-orders {
	/*position: absolute;
	bottom: 20px;
	right: 20px;
	width: 195px;
	text-align: right;*/
}
.boarder-description {
	position: relative;
	z-index: 5;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	height: 100%;
	width: calc(100% - 186px);
	padding: 20px 20px 15px 20px;
	margin: 0;
	border: 4px solid #4e2b18;
	border-bottom: none;
}
.boarder-description:after {
	position: absolute;
	content: ' ';
	left: -4px;
	right: -4px;
	bottom: 1px;
	width: auto;
	border-bottom: 4px solid #4e2b18;
	border-image: url('./img/bottom_boarder.png')
			0 25 19 25 / 0 25px 19px 25px/ 0 0px 19px 0px round;
}
.boarder-description p {
	width: 100%;
	margin: 5px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.boarder-box .border-photo {
	display: inline-block;
	margin: 7px 11px;
	border: 1px solid #e6e8eb;
	border-image: url('./img/mask_food_big.png')
		123 58 126 66 / 20px 10px / 20px 10px stretch;
}
.boarder-box .border-photo .fa,
.boarder-box .border-photo img {
	display: block;
	width: 156px;
	height: 156px;
	line-height: 156px;
	font-size: 130px;
	text-align: center;
	box-sizing: content-box;
}
.boarder-box-actions {
	position: absolute;
	z-index: 6;
	top: -19px;
	right: 18px;
}
.boarder-box-action {
	display: inline-block;
	background: #e3004f;
	border-radius: 4px;
	color: #fff;
	font-size: 26px;
	line-height: 38px;
	text-align: center;
	height: 38px;
	width: 38px;
	margin: 0 3px;
	outline: none;
}
.boarder-box-action-delete {
	background-color: #4e2b18;
}
.boarder-box-action:hover {
	color: #ccc;
	transform: scale(1.1);
}

/*** calendar ***/
#box-boarder-calendar {
	position: absolute;
	top: 16px;
	right: -5px;
}

#calendar-title {
	text-align: center;
	margin: 0 0 20px 0;
}
#calendar-title a {
	vertical-align: top;
	color: #4e2b18;
	font-size: 70px;
	line-height: 60px;
	transition: color 0.2s;
	max-width: 16%;
}
#calendar-title a:hover {
	color: #e3004f;
	text-decoration: none;
}
#calendar-title h2 {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	background: #4e2b18;
	font-size: 30px;
	font-weight: normal;
	line-height: 40px;
	width: 65%;
	margin: 0;
	padding: 10px;
	border-radius: 6px;
}
#calendar-title strong {
	font-weight: normal;
	white-space: nowrap;
}
.calendar-contain {
	box-sizing: border-box;
	border: 3px solid #4e2b18;
	border-radius: 6px;
	min-height: 96px;
	margin: 8px auto;
	width: 100%;
	font-size: 0;
}
.calendar-date {
	vertical-align: top;
	color: #4e2b18;
	font-size: 21px;
	border-bottom: 3px solid #4e2b18;
	padding: 10px 20px;
}
.calendar-date strong {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	text-transform: uppercase;
}
.calendar-box {
	position: relative;
	vertical-align: top;
	box-sizing: border-box;
	min-height: 50px;
}
.calendar-box p {
	margin: 5px 0;
}
.calendar-box-line {
	vertical-align: middle;
	font-size: 22px;
	padding: 10px 20px;
}

.calendar-box-holiday {
	text-transform: uppercase;
	font-size: 22px;
	line-height: 24px;
}
.calendar-box-holiday small {
	color: #777;
	font-size: 17px;
	text-transform: none;
}

.calendar-box-order {
	font-size: 30px;
	line-height: 96px;
	text-transform: uppercase;
	text-decoration: none;
}
.calendar-order-left {
	position: relative;
	display: block;
	box-sizing: border-box;
	vertical-align: top;
	background: #4e2b18;
	color: #fff;
	border-radius: 0 0 2px 2px;
	padding: 0 0 0 30px;
}
.calendar-order-right {
	display: none;
	vertical-align: top;
	color: #e3004f;
	font-size: 24px;
	text-align: center;
	width: 22%;
}
.calendar-box-order:hover .calendar-order-left {
	color: #e3004f;
}
.calendar-box-order i {
	position: absolute;
	top: -2px;
	right: 30px;
	font-size: 106px;
	line-height: 96px;
}

.calendar-box-reserved-info {
	box-sizing: border-box;
	vertical-align: top;
	font-size: 18px;

	padding: 0 25px 0 25px;
	border-top: 3px solid #4e2b18;
}
.calendar-box .calendar-box-reserved-info:first-of-type {
	border-top: none;
}
.calendar-history .calendar-box-reserved-info {
	border-right: 0;
}

.calendar-box-reserved-count {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 48px;
}
.calendar-box-reserved-info .count {
	display: block;
	text-align: center;
	line-height: 32px;
	color: #b3b22a;
	height: 32px;
	width: 32px;
	border: 2px solid #b3b22a;
	border-radius: 30px;
	overflow: hidden;
}
.calendar-box-reserved-detail {
	display: table-cell;
	vertical-align: middle;
	height: 78px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.calendar-box-reserved-detail h3 {
	margin: 10px 0 8px 0;
}

.calendar-box-reserved-remove {
	display: block;
	border-top: 3px solid #4e2b18;
	vertical-align: top;
	color: #777;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	line-height: 78px;

}
.calendar-box-reserved-remove .fa {
	color: #ff0200;
	vertical-align: top;
	width: 50px;
	line-height: 74px;
	transition: transform 0.3s;
}
.calendar-box-reserved-remove:hover {
	text-decoration: none;
}

.calendar-box .calendar-box-reserved-remove:first-of-type,
.calendar-box .calendar-box-reserved-info:first-of-type {
	padding-top: 0;
}
.calendar-box .calendar-box-reserved-remove:last-of-type,
.calendar-box .calendar-box-reserved-info:last-of-type {
	padding-bottom: 0;
}

.calendar-box-plus {
	position: absolute;
	top: -70px;
	right: 20px;
	color: #b3b22a;
	font-size: 60px;
	line-height: 60px;
	transition: transform 0.3s;
}
.calendar-box-preparing {
	position: absolute;
	top: -80px;
	right: 20px;
	color: #777;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}
.calendar-box-preparing .fa {
	display: block;
	color: #b3b22a;
	font-size: 50px;
}
.calendar-box-preparing:hover {
	text-decoration: none;
}

#calendar-robo .calendar-box-plus {
	top: -48px;
	right: 10px;
	font-size: 40px;
	line-height: 40px;
}

/*** food window ***/
#food-background {
	display: block;
}
#food-dialog {
	width: 100%;
	max-width: 860px;
}
#food-dialog a:hover {
	text-decoration: none;
}
#food-dialog form {
	background: #fff;
	color: #4e2b18;
	border: 3px solid #4e2b18;
	border-radius: 6px;
}
#food-dialog-close {
	position: absolute;
	top: 15px;
	right: 17px;
	color: #b3b22a;
	font-size: 50px;
}
#food-dialog-close:hover {
	color: #d7d485;
}
#food-dialog-top {
	padding: 20px 70px 20px 15px;
}
#food-dialog-tabcontent {
	position: relative;
	background: #4e2b18;
	padding: 15px;
	border-radius: 0 0 2px 2px;
}
#food-dialog h1 {
	display: inline-block;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 20px;
	margin: 0 15px 0 0;
}
#food-dialog h2 {
	display: inline-block;
	font-family: 'pacifico', sans-serif;
	font-size: 28px;
	line-height: 44px;
	white-space: nowrap;
	text-transform: uppercase;
	margin: 0;
}

#food-dialog .food-contain {
	display: block;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	color: #4e2b18;
	border: 3px solid #4e2b18;
	font-size: 0;
	border-radius: 6px;
	margin: 8px 0;
}
#food-dialog .food-contain-col {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	min-height: 95px;
}
#food-dialog .food-dialog-tab {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	transition: max-height 0.4s;
}

#food-dialog-tabs {
	font-family: 'roboto', sans-serif;
	padding-left: 0;
	margin-bottom: -24px;
}
#food-dialog-tabs a {
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	padding: 5px 20px;
	margin-right: 5px;
}

#food-dialog .food-dialog-tab.active,
#food-dialog .food-dialog-tab:target {
	max-height: 9000px;
}
#food-dialog .food-info {
	display: block;
	padding: 5px 5px 5px 15px;
	border-bottom: 3px solid #4e2b18;
	font-size: 16px;
}
#food-dialog .food-info img {
	float: left;
	height: 85px;
	max-width: 100px;
}
#food-dialog .food-info h3 {
	font-size: 24px;
	margin: 15px 10px 0 115px;
}
#food-dialog .food-info h3.title-small {
	font-size: 18px;
}
#food-dialog .product-list-info {
	margin: 10px auto 10px 115px;
}
#food-dialog .food-box-order,
#food-dialog .food-box-detail {
	vertical-align: middle;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 5px 10px 5px;
	width: 50%;
}
#food-dialog .food-box-detail {
	color: #b3b22a;
	border-right: 3px solid #4e2b18;
}
#food-dialog .food-box-order {
	color: #e3004f;
}
#food-dialog .food-box-detail i,
#food-dialog .food-box-order i {
	display: block;
	font-size: 40px;
	margin: 0 auto 5px auto;
	transition: transform 0.3s;
}
.calendar-box-reserved-remove:hover i,
.calendar-box-plus:hover,
.calendar-box .calendar-list-detail:hover i,
#food-dialog .food-box-detail:hover i,
#food-dialog .food-box-order:hover i {
	transform: scale(1.2);
}
.calendar-box .calendar-list-detail i {
	color: #777;
	transition: transform 0.3s;
}

#snack-background {
	display: block;
}
#snack-dialog {
	width: 100%;
	max-width: 900px;
}
#snack-dialog-content {
	background: #fff;
	padding: 80px 20px 20px 20px;
	border-radius: 6px;
}
#snack-dialog-close {
	position: absolute;
	top: 10px;
	right: 12px;
	font-size: 50px;
	color: #b3b22a;
}
#snack-dialog-close:hover {
	color: #d7d485;
	text-decoration: none;
}
#snack-dialog-content #product-detail-top {
	padding-top: 0;
}
#snack-dialog-content .page-padding {
	padding: 0;
}
#snack-order {
	text-transform: uppercase;
	padding: 0 35px 0 35px;
}

#ajax-info {
	display: block;
}
#ajax-info-dialog {
	width: 460px;
	min-width: 390px;
	top: 20%;
}
#ajax-info-content {
	background: #e3004f;
	color: #fff;
	padding: 30px 45px 30px 45px;
	border-radius: 6px;
}

/*** credits ***/
#credits-top {
	font-size: 0;
	padding: 20px 0 50px 0;
}

#credits-top .credits-cols {
	display: block;
	width: auto;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: bottom;
}
#credits-top .credits-cols:nth-child(2) {
	padding-bottom: 10px;
}
#credits-total {
	display: inline-block;
	color: #afaa0c;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
#credits-total p {
	position: relative;
	color: #fff;
	background: #afaa0c;
	font-size: 40px;
	line-height: 40px;
	border-radius: 12px;
	min-width: 240px;
	margin: 8px 0 0 0;
	padding: 15px 40px 15px 20px;
}
#credits-total .icon {
	display: block;
	position: absolute;
	top: 14px;
	right: 15px;
	background: url('./icon/ico_credit-total.png') center center no-repeat;
	width: 51px;
	height: 42px;
}
#credits-btn .circle-icon {
	background-image: url('./icon/ico_recharge.png');
}

#credits-list {
	padding: 20px 0;
}
#credits-list h2 {
	font-size: 38px;
	font-weight: normal;
	margin: 10px 0;
}

/*** table ***/
.table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 3px solid #b3b22a;
}
.table th {
	background: #b3b22a;
	color: #fff;
	font-size: 18px;
	padding: 12px;
}
.table th:first-of-type {
	border-radius: 16px 0 0 16px;
}
.table th:last-of-type {
	border-radius: 0 16px 16px 0;
}
.table td {
	font-size: 14px;
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
}
.table .hidden {
	display: none;
}
.table .row-group td {
	border-top: 1px solid #ddd;
	border-bottom: none;
}
.table .row-ingroup td {
	border-bottom: none;
}
.table tr.row-group.row-first td {
	border-top: none;
}

/*** forms ***/
.input-special {
	display: none;
}
.form-center {
	text-align: center;
}
.form-center form {
	text-align: left;
	margin: auto;
}

.form-group {
	margin: 7px 0;
}
.form-group label {
	display: block;
}
.row-check label {
	width: auto;
}
.form-svaca label {
	box-sizing: border-box;
}
.form-svaca select,
.form-svaca input {
	border: 2px solid #4e2b18;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: inset 4px 4px 4px 0 #bbb;
	font-size: 18px;
	line-height: 24px;
	padding: 6px 12px;
	height: 40px;
}
.form-svaca select {
	padding: 6px 7px;
}
.form-svaca option {
	padding: 6px 12px;
	margin: 0;
}
.form-svaca fieldset {
	border: none;
}
.form-svaca input:focus + .input-group-addon,
.form-svaca input:focus,
.form-svaca select:focus {
	border-color: #e3004f;
}
.form-svaca .required label::after {
   content: " *";
}
.form-file-button {
	border: 2px solid #4e2b18;
	background: #4e2b18;
	color: #fff;
	border-radius: 4px;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	padding: 6px 12px;
	cursor: pointer;
	height: 40px;
}
.form-file-button:focus,
.form-file-button:hover {
	color: #ccc;
}
form .form-file-button input {
	display: none;
}

#form-button-edit {
	margin: 10px 0;
}

.input-group .input-group-addon {
	font-family: inherit;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	background: #b3b22a;
	border: 2px solid #4e2b18;
	border-radius: 12px;
	padding: 5px 8px 5px 8px;
	margin: auto 0 auto 0;
}
.input-group>:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.input-group>:not(:last-child) {
	border-right: none;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.form-col {
	display: block;
	text-align: right;
}

.form-col .form-file-button,
.form-col select,
.form-col input {
	width: 100%;
}

/* Base for label styling */
.form-svaca [type="checkbox"]:not(:checked),
.form-svaca [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.form-svaca [type="checkbox"]:not(:checked) + label,
.form-svaca [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
.form-svaca [type="checkbox"]:not(:checked) + label:before,
.form-svaca [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: -4px;
	background: #fff;
	width: 24px;
	height: 24px;
	border: 2px solid #4e2b18;
	border-radius: 2px;
	box-shadow: inset 2px 2px 5px 0 #bbb;
}
/* checked mark aspect */
.form-svaca [type="checkbox"]:not(:checked) + label:after,
.form-svaca [type="checkbox"]:checked + label:after {
	font-family: 'FontAwesome';
	content: "";
	position: absolute;
	top: -9px;
	left: 2px;
	font-size: 34px;
	line-height: 1;
	color: #e3004f;
	transition: all .2s;
}
.form-svaca [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.form-svaca [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
/* accessibility */
.form-svaca [type="checkbox"]:checked:focus + label:before,
.form-svaca [type="checkbox"]:not(:checked):focus + label:before {
	border: 2px solid #e3004f;
}

/* Base for label styling */
.form-svaca [type="radio"]:not(:checked),
.form-svaca [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
.form-svaca [type="radio"]:not(:checked) + label,
.form-svaca [type="radio"]:checked + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
.form-svaca [type="radio"]:not(:checked) + label:before,
.form-svaca [type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: -4px;
	background: #fff;
	width: 24px;
	height: 24px;
	border: 2px solid #4e2b18;
	border-radius: 15px;
	box-shadow: inset 2px 2px 3px 0 #bbb;
}
/* checked mark aspect */
.form-svaca [type="radio"]:not(:checked) + label:after,
.form-svaca [type="radio"]:checked + label:after {
	font-family: 'FontAwesome';
	content: "";
	position: absolute;
	top: 1px;
	left: 6px;
	font-size: 19px;
	line-height: 1;
	color: #e3004f;
	transition: all .2s;
}
.form-svaca [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.form-svaca [type="radio"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
/* accessibility */
.form-svaca [type="radio"]:checked:focus + label:before,
.form-svaca [type="radio"]:not(:checked):focus + label:before {
	border: 2px solid #e3004f;
}

.form-svaca .slider {
	position: relative;
	display: block;
	background: #fff;
	box-shadow: none;
	border: none;
	width: auto;
	vertical-align: middle;
	border-radius: 20px;
	box-shadow: inset -4px -4px 8px rgba(0, 0, 0, 0.25);
	background: #e3004f;
	border: none;
	height: 20px;
	margin: 0 50px;
	padding: 0;
}
.form-svaca .slider .min,
.form-svaca .slider .max {
	position: absolute;
	top: 0;
	color: #e3004f;
	font-size: 24px;
	font-family: 'patrick';
}
.form-svaca .slider .min {
	left: -50px;
}
.form-svaca .slider .max {
	right: -50px;
}
.form-svaca .slider .current {
	position: absolute;
	top: -5px;
	display: block;
	border-radius: 15px;
	box-shadow: inset -2px -2px 4px rgba(0, 0, 0, 0.25);
	background: #999;
	border: none;
	height: 30px;
	width: 30px;
	vertical-align: middle;
	text-align: center;
}
#form-errors {
	background: #f0ddc7;
	padding: 20px;
	border: 2px solid #e3004f;
	border-radius: 12px;
	margin: 10px 0 20px 0;
}
.alert {
	padding: 0 20px;
	color: #000;
	background: #eee;
	border: 2px solid #e3004f;
	border-radius: 4px;
	margin: 10px 0 10px 0;
}
.alert-info {
	border: 2px solid #b3b22a;
}

/*** login window ***/
#login-background {
	display: block;
}
#login-dialog {
	width: 390px;
	min-width: 390px;
	top: 20%;
}
#login-dialog a {
	color: #fff;
}
#login-legend {
	margin: auto;
	padding: 20px 0 20px 0;
	font-family: 'pacifico';
	font-size: 32px;
	text-align: center;
}
#login-legend img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#login-dialog form {
	background: #4e2b18;
	color: #fff;
	padding: 20px 45px 30px 45px;
	border-radius: 4px;
}
#login-dialog fieldset {
	border: none;
}
#login-dialog legend {
	text-transform: uppercase;
}
#login-dialog p {
	margin: 10px 0 10px 0;
}
#login-dialog .login-input {
	position: relative;
	height: 46px;
	clear: both;
}
#login-dialog .fa {
	position: absolute;
	top: 0;
	color: #aaa;
	height: 32px;
	width: 34px;
	font-size: 28px;
	line-height: 32px;
	padding: 7px 5px;
}
#login-dialog input {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	width: 100%;
	height: 46px;
	padding: 7px 5px 7px 55px;
	border: none;
	border-radius: 4px;
	font-size: 20px;
	line-height: 32px;
	line-height: 32px;
	text-align: left;
}
#login-dialog small {
	font-size: 11px;
}
#login-dialog button {
	position: relative;
	float: right;
	vertical-align: top;
	box-sizing: border-box;
	width: 100%;;
	height: 46px;
	padding: 7px 35px 7px 5px;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
	border: none;
	border-radius: 4px;
	color: #fff;
	background: #e3004f;
	cursor: pointer;
	outline: none;
}
#login-dialog button .fa {
	color: #fff;
}

#login-new-regist {
	display: block;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
	height: 32px;
	padding: 7px 5px 7px 5px;
	margin: 0;
	border: 2px solid #fff;
	border-radius: 4px;
}

#login-new-regist:hover,
#login-new-regist:focus,
#login-dialog button:hover,
#login-dialog button:focus {
	background: rgba(0, 0, 0, 0.2);
	text-decoration: none;
}

/*** Gallery Box Classic ***/
.gallery-box-all {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	z-index: 50;
	min-width: 400px;
	width: 100%;
	height: 100%;
}
.gallery-box-black {
	position: fixed;
	top: 0;
	left: 0;
	margin: auto;
	z-index: 55;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.70;
}
.gallery-box {
	position: relative;
	top: 0;
	z-index: 60;
	width: 200px;
	padding: 10px 10px 5px 10px;
	background-color: #fff;
	border: 1px solid #a2a2a2;
	color: #000;
	overflow: visible !important;
}
.gallery-box-image {
	background: #fff url('./img/ajax-loader.gif') center center no-repeat;
	height: 160px;
	width: 100%;
}
.gallery-box-image img {
	position: relative;
	z-index: 62;
}
.gallery-box-title {
	height: 20px;
	margin: 0;
	padding: 5px 0 0 0;
}
.gallery-box a.gallery-box-close,
.gallery-box a.gallery-box-zoom,
.gallery-box a.gallery-box-right,
.gallery-box a.gallery-box-left {
	display: block;
	position: absolute;
	top: 0;
	z-index: 65;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin: 0;
	padding: 0;
	outline: none;
}
.gallery-box a:hover {
	text-decoration: none;
}
.gallery-box a.gallery-box-close {
	right: 0;
	width: 32px;
	height: 32px;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 26px;
	line-height: 32px;
}
.gallery-box a.gallery-box-zoom {
	top: 30px;
	right: 40px;
	width: 80px;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.4);
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAQAAAAm93DmAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQffCB4QCix7G0guAAABtElEQVRIx63VTytEURjH8e8of1aiYakpKaWwoYSUzBuwoOzI0vAeLLwB5QVQYsOSKKvBRt4AG8qfMmU2rHB/FnNocJ3z3Dvz3NW953c+nXvPvc+F6soAU2xwRhnxzi37rNFC6pqmjGKOA9qTY42cVxFFdtjj2p1FiMVkXMf32rYY+zGywIMb2U6yujIiokQudrzgyHUreI6IuPIk+h2ZD2MZphHiKZAbQYhXy/oqTy8XzG0ixFIoNum2wlJCvIRCGwgxagJ3ESLrD50hZNy8GYQo+CIN9AGnRvACgC4/2AbcGcFnADr94AfQZP4AAN784D0wYAQrN1vyg5dAjxGcAKDoD60hxLwJvLG8Ec0I8WDghhHiOBw8IEIsB3OPCDEeBttcJ+n3pvYRESe2h73oyBEvJ8rMWjvitiM3Y8aG3M1+HcZa/56wwyw5WskyyIrb2SgNmec19p8nxCGraUgo8PIHO3Y7KwuZibmWZY4uOnmjRJGjHw02NDf+ordnB2YnBYNkcjBApgG9ZDrQQ6YF/yXTg/+QtYCxZG1gDFkr+IesHfxF1gOsJnuoU1U6UC91LNEN8AlCF9dwPsutsAAAAABJRU5ErkJggg==');
	opacity: 0.3;
	border-radius: 50px;
}
.gallery-box a.gallery-box-zoom:hover {
	opacity: 1;
}
.gallery-box a.gallery-box-right,
.gallery-box a.gallery-box-left {
	height: 100%;
	width: 30%;
}
.gallery-box a.gallery-box-right span,
.gallery-box a.gallery-box-left span { display: none; }
.gallery-box a.gallery-box-left { left: 0; background-position: left center; }
.gallery-box a.gallery-box-left:hover { background-image: url('./img/arrow-left.png'); }
.gallery-box a.gallery-box-right { right: 0; background-position: right center; }
.gallery-box a.gallery-box-right:hover { background-image: url('./img/arrow-right.png'); }


.dialog-window {
	position: relative;
	top: 5%;
	z-index: 60;
	margin: auto;
	overflow: hidden;
}
.notify-window {
	background: #e3004f;
	color: #fff;
	width: auto;
	padding: 5px 20px;
	border: 3px solid #e3004f;
	border-radius: 6px;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.8);
}
.gallery-box-all.notify-box-all {
	position: fixed;
	left: auto;
	top: 25px;
	right: 25px;
	width: auto;
	min-width: auto;
	height: auto;
	cursor: pointer;
}

/*** dialog + polyfill ***/
dialog {
	display: none;
	position: absolute;
	left: 50%;
	right: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #000;
	border: none;
	transition: all 0.2s linear;
}
dialog[open] {
	display: block;
}
dialog + .backdrop {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgba(0,0,0,0.2);
}
._dialog_overlay {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
}
dialog.fixed {
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
}

.modal-dialog {
	border-radius: 6px;
	transform: translate(-50%, 0) scale(0.1);
	opacity: 0.1;
	min-width: 320px;
	max-width: 600px;
}
.modal-dialog.jdialog-show {
	transform: translate(-50%, 0) scale(1);
	opacity: 1;
}
.modal-dialog .close {
	background: none;
    color: #000;
	border: none;
    float: right;
    font-size: 2em;
    font-weight: bold;
    line-height: 0.6em;
    opacity: 0.5;
}
.modal-dialog .close:hover {
	opacity: 0.8;
	cursor: pointer;
}
.modal-header {
	border-radius: 6px 6px 0 0;
	background: #b3b22a;
	padding: 15px 15px 10px 15px;
}
.modal-header h1 {
	color: #fff;
	font-size: 1.2em;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.modal-body {
	padding: 0 15px;
	margin: 15px 0;
}
.modal-body input:not([type="checkbox"]):not([type="radio"]) {
	width: 100%;
}
.modal-footer {
	border-radius: 0 0 6px 6px;
	padding: 8px 15px;
	text-align: right;
	background: #eee;
}

.animate-fade {
	opacity: 0;
	transition: visibility 0s linear 0.4s, opacity 0.4s linear;
}
.animate-fade-show {
	visibility:visible;
	opacity: 1;
	transition-delay: 0s;
}

@media
screen and (max-width: 480px) {
	#header {
		padding-bottom: 24px;
	}
	.dialog-window {
		margin: 0;
		width: 100%;
	}
	#login-dialog {
		width: 100%;
	}

	.block-img-text {
		padding: 0 10px 0 10px;
	}
}

@media
screen and (min-width: 630px) {
	.page-padding,
	.contain-padding {
		padding: 0 30px;
	}

	.form-center form {
		display: inline-block;
		min-width: 70%;
	}

	.product-tab {
		display: none;
	}
	#product-tabs {
		display: block;
	}
	#product-tabs-pages {
		padding: 10px 50px;
		border-top: 2px solid #4e2b18;
	}

	#food-dialog-tabs a {
		padding: 5px 35px;
	}
	#food-dialog-top {
		padding-left: 15px;
	}
	#food-dialog-tabcontent {
		padding: 25px 35px 35px 35px;
	}

	/*** homepage ***/
	#home-right { font-size: 1.3em; }
	#home-process { height: 145px; }
	#home-process > * { position: absolute; }

	#process-item-1 { top: 0; left: 1%; }
	#process-item-2 { top: 0; left: 27%; }
	#process-item-3 { top: 10px; left: 53%; }
	#process-item-4 { top: 30px; left: 80%; }

	#process-text-1 { top: 120px; left: -2%; }
	#process-text-2 { top: 120px; left: 27%; }
	#process-text-3 { top: 120px; left: 53%; }
	#process-text-4 { top: 90px; left: 80%; }

	#process-arrow-1 { display: block; top: 37px; left: 10.7%; }
	#process-arrow-2 { display: block; top: 74px; left: 39.2%; }
	#process-arrow-3 { display: block; top: 46px; left: 69.0%; }
}

@media
screen and (min-width: 780px) {
	#logo {
		position: absolute;
		top: 5px;
		margin-left: -20px;
	}
	#logo img {
		width: 163px;
	}
	#user-actions {
		width: auto;
		text-align: right;
	}
	#logo-usti {
		position: relative;
		bottom: auto;
		right: auto;
		width: auto;
	}
	#header-menu-mobile {
		top: 5px;
	}

	.page-padding,
	.contain-padding {
		padding: 0 50px;
	}

	#product-boxes {
		text-align: left;
	}
	.product-block {
		display: table;
	}
	.product-cell-left {
		display: table-cell;
		width: 50%;
	}
	.product-cell-right {
		display: table-cell;
		text-align: left;
		width: 50%;
		padding-left: 20px;
	}
	#box-boarder-panel {
		display: block;
	}

	#credits-top .credits-cols {
		display: inline-block;
		width: 50%;
	}

	#food-dialog-tabs a {
		padding: 5px 50px;
	}

	#profile-img-preview { float: right; margin: 35px 14px; }

	#profile-img-preview { width: 27%; }
	#profile-form { width: 65%; margin-top: 20px; }

	.form-group { white-space: nowrap; }
	.form-col-group,
	.form-group label,
	.form-col { display: inline-block; }

	.row-check { margin-left: 25%; }
	.form-group label { width: 25%; }
	.form-col { width: 75%; }

	#food-dialog .food-contain { display: table; }
	#food-dialog .food-contain-col { display: table-cell; }
	#food-dialog .food-info { display: table-cell; border-bottom: 0; border-right: 3px solid #4e2b18; }
	#food-dialog .food-box-detail { width: 134px; }
	#food-dialog .food-box-order { width: 152px; }
}

@media
screen and (min-width: 900px) {
	#home-right {
		font-size: 1.5em;
	}
	#header-menu-mobile {
		display: none;
	}
	#header-menu {
		display: block;
		width: calc(100% - 240px);
	}

	.page-padding,
	.contain-padding {
		padding: 0 70px;
	}

	.footer-column {
		width: 21%;
		margin-right: 3%;
	}
	#footer-form {
		width: 32%;
	}
	#foooter-social {
		width: 16%;
	}

	#profile-bar { position: absolute; bottom: -18px; right: 0; }

	.boarder-contain {
		display: inline-block;
		width: 49.5%;
		max-width: none;
	}
	.boarder-contain:nth-of-type(2n + 1) {
		margin-right: 0.5%;
		margin-left: 0;
	}
	.boarder-contain:nth-of-type(2n) {
		margin-right: 0;
		margin-left: 0.5%;
	}

	#panel-left {
		float: left;
		display: inline-block;
		width: 224px;
		margin-right: -224px;
	}
	#product-list {
		margin-left: 250px;
	}

	#page:after,
	#page:before {
		content: ' ';
		position: absolute;
		top: 0;
		width: 16px;
		height: 100%;
		background: url('./img/border_page_2x.png') 0 0 repeat-y;
		background-size: 32px 27px;
	}
	#page:before {
		left: 0;
	}
	#page:after {
		right: 0;
		background-position: -16px 0;
	}

	.basic-tabs a {
		padding: 5px 55px 5px 55px;
	}

	.calendar-contain { display: table; }
	.calendar-date { display: table-cell; padding: 22px 0 0 25px; border-bottom: 0; border-right: 3px solid #4e2b18; width: 17%; }
	.calendar-box { display: table-cell; width: 83%; height: 96px; overflow: hidden; }
	.calendar-box-line { padding: 0 20px 0 30px; }
	.calendar-order-left { display: inline-block; width: 78%; border-radius: 0; }
	.calendar-order-right { display: inline-block; }
	.calendar-box-preparing { top: 50%; right: 15px; margin-top: -36px; }
	.calendar-box-plus { top: 50%; right: 24%; margin-top: -30px; }
	.calendar-box-reserved-info { display: inline-table; width: 79%; border-top: none; border-right: 3px solid #4e2b18; padding-right: 70px; }
	.calendar-box-reserved-remove { display: inline-block; width: 21%; height: 78px; border-top: none; }

	.calendar-box .calendar-box-reserved-remove:first-of-type,
	.calendar-box .calendar-box-reserved-info:first-of-type {
		padding-top: 9px;
	}
	.calendar-box .calendar-box-reserved-remove:last-of-type,
	.calendar-box .calendar-box-reserved-info:last-of-type {
		padding-bottom: 9px;
	}

	#calendar-robo .calendar-box-plus { top: 50%; right: 24%; font-size: 60px; line-height: 60px; }

	/*** homepage ***/
	#home-process { text-align: left; }

	#process-item-1 { top: 18px; left: 3.5%; }
	#process-item-2 { top: 0; left: 33.1%; }
	#process-item-3 { top: 25px; left: 58.1%; }
	#process-item-4 { top: 29px; left: 82.15%; }

	#process-text-1 { top: 92px; left: 15%; }
	#process-text-2 { top: 25px; left: 46%; }
	#process-text-3 { top: 111px; left: 70.1%; }
	#process-text-4 { top: 90px; left: 85.6%; }

	#process-arrow-1 { display: block; top: 37px; left: 16.7%; }
	#process-arrow-2 { display: block; top: 99px; left: 42.8%; }
	#process-arrow-3 { display: block; top: 46px; left: 72.7%; }
}


@media
screen and (min-width: 1060px) {
	#header-menu {
		padding-left: 60px;
		background-position: left center;
		width: calc(100% - 270px);
	}
	#header-menu:before {
		content: ' ';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background: url('./icon/icon_top_menu.png') 0 0 no-repeat;
		width: 50px;
		height: 30px;
	}
	body {
		background-image: url('./img/background_food.png');
		background-position: top center;
		background-repeat: repeat-y;
	}

	.page-padding,
	.contain-padding {
		padding: 0 100px;
	}
}
@media
screen and (min-width: 1244px) {
	#home-left {
		display: block;
	}
}

@media
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi){
	#box-login .user-action-list,
	#profile-bar a,
	#box-login {
		border-image: url('./img/border_btn_brown_2x.png')
			0 0 21 0 / 0 0 10px 0/ 0 0 10px 0 round;
	}
	#product-btn-back {
		border-image: url('./img/border_btn_pink_2x.png')
			0 0 21 0 / 0 0 10px 0/ 0 0 10px 0 round;
	}
	.user-action,
	.user-action-list,
	#profile-bar .active a {
		border-image: url('./img/border_btn_green_2x.png')
			0 0 21 0 / 0 0 10px 0/ 0 0 10px 0 round;
	}
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fontawesome/fontawesome-webfont.eot?v=4.6.3');src:url('../fontawesome/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../fontawesome/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../fontawesome/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../fontawesome/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../fontawesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}
 .fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}
 .fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}
 .fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"} .fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}
 .fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}
 .fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}
 .fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}
 .fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}
 .fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}
 .fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}
 .fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}
 .fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}
 .fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
