/* ---------------------------------------------------------------------- */
/*	Theme
/* ---------------------------------------------------------------------- */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

::selection {
    background-color: #a62434;
    color: #FFF;
}

h1, .h1, h2, .h2 { 
	font-weight:300;
}

h3, .h3 {
    font-size: 24px;
}

h3.text-white small, .h3.text-white small { color: #FFF; font-size: 75%; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	font-family: 'Open Sans', sans-serif;
	letter-spacing:1px;
}

h6, .h6 {
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:1px;
}

a {
    color: #333;
    text-decoration: none
}

a:hover, a:focus {
    color: #671620;
    text-decoration:none;
	outline:none;
}

.form-dark .form-control {
    color: #555;
    background-color: #2D2D2D;
    background-image: none;
    border: 1px solid #2D2D2D;
}

.btn {
	padding-left:20px;
	padding-right:20px;
	margin-bottom: 20px;
    font-size: 13px;
	line-height:28px;
	letter-spacing: 2px;
	font-weight:bold;
	text-transform:uppercase;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.btn-block { padding-left:0; padding-right:0; }

.input-group .btn {
	padding-left:10px;
	padding-right:10px;
	min-width: 100px;
}

.btn-danger, .btn-danger:visited {
    color: #fff;
    background-color: #a62434;
    border-color: #a62434
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: #a62434;
    background-color: #FFF;
    border-color: #FFF;
}

.btn-primary, .btn-primary:visited {
    color: #a62434;
    background-color: transparent;
    border-color: #a62434;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #FFF;
    background-color: #a62434;
    border-color: #a62434;
}

.btn-default, .btn-default:visited {
    color: #111;
    background-color: transparent;
    border-color: #111;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #FFF;
    background-color: #111;
    border-color: #111;
}


.btn-dark, .btn-dark:visited {
    color: #FFF;
    background-color: #111;
    border-color: #111;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active {
    color: #FFF;
    background-color: #444;
    border-color: #444;
}

.btn-light, .btn-light:visited {
    color: #FFF;
	background-color: transparent;
	border-color: #FFF;
}

.btn-light:focus, .btn-light:hover, .btn-light:active, .btn-light.active {
    color: #1f1f1f;
    background-color: #FFF;
    border-color: #FFF;
}

.btn-white, .btn-white:visited {
    color: #a62434;
	background-color: #FFF;
	border-color: #FFF;
}

.btn-white:focus, .btn-white:hover, .btn-white:active, .btn-white.active {
    color: #FFF;
    background-color: #a62434;
    border-color: #FFF;
}

.btn-link { margin: 0; padding: 0; }

hr.lg {
    margin-top: 46px;
    margin-bottom: 46px;
    border: 0;
    border-top: 1px solid #eee;
}

hr.lg.grey {
    border-top: 1px solid #CCC;
}

hr.grey {
    border-top: 1px solid #CCC;
}

hr.darkgrey {
    border-top: 1px solid #666;
}

hr.xs {
	width:80px;
	margin-left:0;
	border-top: 1px solid #1f1f1f;
	display: inline-block;
}

hr.xs.white {
	border-top: 1px solid #FFF;
}

hr.xsc {
	width:80px;
	border-top: 1px solid #1f1f1f;
}

hr.xsc.white {
	border-top: 1px solid #FFF;
}

.hr-divider {
    position: relative;
    width: 100%;
    margin: 30px 0;
    text-align: center;
}
.hr-divider:before {
    position: absolute;
    top: 50%;
    left: 0;   
    display: block;
    content: " ";
    width: 100%;
    height: 1px;
    background: #EEE;
}
.hr-divider span {
    position: relative;
    z-index: 10;
    display: inline-block;
    line-height: 1;
    padding: 0 19px;
	background-color:#FFF;
}

.close.white { color: #FFF; opacity: 0.8; }

.text-serif { font-family: 'EB Garamond', serif; }

.text-lightgrey { color:#CCC; }
.text-black { color:#111; }
.text-white { color:#FFF; }
.text-big { font-size:1.4em; line-height:1.4em; }
.text-small { font-size:87%; }
.tsw { text-shadow: 0px 0px 2px #FFFFFF; }

.bg-lightgrey { background-color:#F9F9F9; }
.bg-newlightgrey { background-color:#ECECEC; }
.bg-white { background-color:#FFF; }
.bg-white-opacity { background-color:rgba(255,255,255,0.1); }
.bg-black { background-color:#111; }
.bg-black-opacity { background-color:rgba(0,0,0,0.1); }
.bg-grey { background-color:#B8B1B2; }
.bg-grey-opacity { background-color:rgba(184,177,178,0.6); }
.bg-red { background-color:#A42637; }
.bg-black-gradient-opacity { 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+30,000000+60,000000+100&1+0,0+30,0+60,0.9+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}
.bg-black-gradient-01-opacity { 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0.3+100 */
	background: -moz-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#4d000000',GradientType=1 ); /* IE6-9 */
}
.bg-black-gradient-01-opacity.dx { 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0.3+100 */
	background: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#cc000000',GradientType=1 ); /* IE6-9 */
}
.bg-black-gradient-02-opacity { 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+0,0.05+100 */
	background: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.04) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.04) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.04) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#0d000000',GradientType=1 ); /* IE6-9 */
}

.bg-white-gradient-01-opacity { 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+20,ffffff+80,ffffff+100&0.89+0,0+20,0+80,0.9+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0.69) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 80%, rgba(255,255,255,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.69) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0) 80%,rgba(255,255,255,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.69) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0) 80%,rgba(255,255,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3ffffff', endColorstr='#e6ffffff',GradientType=0 ); /* IE6-9 */
}

.mb90 { margin-bottom:90px; }
.mb100 { margin-bottom:100px; }
.mt-50 { margin-top:-60px; }

.pb160 { padding-bottom:160px; }
.pb120 { padding-bottom:120px; }
.pl90 { padding-left:90px; }

.ls6 { letter-spacing:6px; }
.ls8 { letter-spacing:8px; }

section { position:relative; }

section.xs { padding-top:10px; padding-bottom:10px; }
section.sm { padding-top:15px; padding-bottom:15px; }
section.md { padding-top:30px; padding-bottom:30px; }
section.lg { padding-top:60px; padding-bottom:60px; }
section.bg { padding:15px; }

.nav-inline > li {
    float:none;
    display:inline-block;
}

.pointer { cursor:pointer; }

.label-big {
	font-size: 1em;
	line-height: 20px;
	letter-spacing: 0;
	text-transform: none ;
	color: #555;
}

.label-big.text-uppercase { text-transform:uppercase; }

#check_list .checkbox-validate { margin-bottom:5px; }

.alert.alert-cookies a { color: #FFF; }

.menu-page i { display: none; }

.form-horizontal .control-label.text-left { text-align: left; }


/* ---------------------------------------------------------------------- */
/*	Header
/* ---------------------------------------------------------------------- */

#header-wrap { position:relative; }

#header {
	z-index:20;
	position:fixed;
	top:0;
	width:100%;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

#header .menu-wrap {
	background-color: #a62434;
}

#header .menu {
	margin-bottom:0;
}

#header .menu > li {
    display: inline-block;
    padding: 0 10px;	
	font-weight:700;
	font-size:15px;
	line-height:30px;
	color: #FFF;
}

#header .menu > li a {
    color: #FFF;
    text-decoration: none;
	text-transform:uppercase;
	padding:0 2px;
	line-height:60px;
	display:block;
	position: relative;
}

#header .menu > li a:hover, #header .menu > li a:focus {
    color: #111;
    text-decoration: none;
}

#header .menu.menu-language > li {
	 padding: 0;
}

#header .menu > li:first-child, #header .menu.menu-primary > li:nth-child(2) { padding-left:0; }
#header .menu > li:last-child { padding-right:0; }

#header .btn {
	padding:20px 20px;
	line-height:20px;
	border:0;
}

#header .btn.btn-cart {
	
}

#header .icon-cart { height:14px; }


#header-bottom .menu {
	margin-bottom:0;
}

#header-bottom .menu > li {
    display: inline-block;
    padding: 0 20px;	
	line-height:30px;
	letter-spacing:6px;
	color: #888;
}

#header-bottom .menu > li a {
    color: #888;
    text-decoration: none;
	text-transform:uppercase;
	padding:15px 5px;
	line-height:30px;
	display:block;
	position: relative;
}

#header-bottom .menu > li a:hover, #header-bottom .menu > li a:focus {
    color: #888;
    text-decoration: none;
	opacity:0.6;
}

#header-wrap.room #header-bottom .menu > li:first-child a {
	color:#a62434;	
}

#header-bottom .menu.menu-social > li {
	 padding: 0;
	 font-size:14px;
}

#header-bottom .menu > li:first-child { padding-left:0; }
#header-bottom .menu > li:last-child { padding-right:0; }


#header-shop .menu {
	margin-bottom:0;
}

#header-shop .menu > li {
    display: inline-block;
    padding: 0 10px;	
	font-weight:700;
	font-size:15px;
	line-height:30px;
	color: #FFF;
}

#header-shop .menu > li a {
    color: #FFF;
    text-decoration: none;
	text-transform:uppercase;
	padding:0 5px;
	line-height:60px;
	display:block;
	position: relative;
}

#header-shop .menu > li a:hover, #header-shop .menu > li a:focus {
    color: #111;
    text-decoration: none;
}

#header-shop .menu.menu-language > li {
	 padding: 0;
}

#header-shop .menu > li:first-child { padding-left:0; }
#header-shop .menu > li:last-child { padding-right:0; }



.primary-nav-wrap {
	background-color:#771b25;
}

.primary-nav-trigger .menu-icon {
	background-color: #FFF;
}

.primary-nav-trigger .menu-icon::before, .primary-nav-trigger .menu-icon:after {
	background-color: #FFF;
}

.primary-nav-trigger .menu-icon.is-clicked::before, .primary-nav-trigger .menu-icon.is-clicked::after {
	background-color: #FFF;
}

body.navigation-is-open .primary-nav {
	transform: translate3D(0,0,0);
	opacity:1;
}

.primary-logo {
	z-index:11;
	position:fixed;
	top:0;
	padding:0 15px;
	width:100%;
	text-align:left;	
}

.primary-logo img { height:40px; padding-bottom:5px; }



.primary-nav {
	z-index: 12;
	padding: 60px 15px;
	transform: translate3D(0,-100%,0);
	transition:opacity 0.4s;
	opacity:0;
	background: rgba(0, 0, 0, 0.9);
	text-transform:uppercase;
	font-weight:300;
	font-size:24px;
}

.primary-nav  a {
    color: #FFF;
}

.primary-nav  a:hover, .primary-nav a:focus {
    color: #888;
}

.primary-nav .menu-social {
	font-size:14px;
}


.primary-nav-trigger {
  position: absolute;
  top:0;
  bottom:0;
  z-index: 13;
  width: 100%;
  display:block;
  right:0;
}


/* ---------------------------------------------------------------------- */
/*	Main
/* ---------------------------------------------------------------------- */


.box-form-children { font-size: 11px; display: inline-block; padding-left: 10px; }

#header-wrap .ls-banner .fullheight { min-height: calc(100vh - 60px); }
#header-wrap .ls-banner { margin-top:60px; }
#header-wrap .lSAction > a { top:auto; margin:0; bottom:270px; right:60px; }

.box-home { padding:60px 15px; }
.box-page { padding:30px 15px; }

.ls-block {
	position:absolute;
	bottom:30px;
	width:100%;
	padding:15px;
	min-height:280px;
	background-image:url('/site/theme/img/ico-letter-q.png');
	background-size:contain;
	background-position:left center;
	background-repeat:no-repeat;
}

.ls-block .h1 { font-size:32px; }
.ls-block .h3 { font-size:21px; }

/*.ls-slider .ls-item .cover { height:100vw; }*/

.menu-page {
	margin-bottom:0;
}

.menu-page > li {
    display: inline-block;
    padding: 0 10px;	
	font-weight:700;
	font-size:15px;
	line-height:1.3em;
	color: #FFF;
}

.menu-page > li a {
    color: #FFF;
    text-decoration: none;
	/*text-transform:uppercase;*/
	padding:15px 5px;
	display:block;
	position: relative;
}

.menu-page.grey > li a { color: #666; }

.menu-page > li a:hover, .menu-page > li a:focus {
    color: #a62434;
    text-decoration: none;
}

.menu-page > li.active a {
    color: #a62434;
}

.menu-page li:first-child a {
	padding-left: 0;
}

.menu-page li:last-child a {
	padding-right: 0;
}

.box-promo { position:absolute; right:0; bottom:0; width:100%; transform:translateX(calc(100% - 74px)); transition: all 500ms ease 0s; cursor:pointer; }
.box-promo.active { transform:translateX(0); transition-delay: 0s; }
.box-promo-header { position:absolute; top:100%; left:0; right:0; transform: rotate(-90deg); transform-origin:top left; }


.box-promo-product {
	margin:0 5px;    
}
.box-promo-product-header {
    font-weight:300;
	font-size:24px;
	line-height:40px;
}

.wine-block {
	position:relative;
	min-height:380px;
	background-image:url('/site/theme/img/ico-letter-q-blur.png');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}

.box-bg-wine { height:700px; }
.box-bg-wine .img-wine { height:700px; }
.box-bg-bottle { position:absolute; bottom:-150px; left:0; right:0; }

.breadcrumb {
    padding: 20px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb > li {
    display: inline-block;
	color: #888;
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #CCC;
}

.breadcrumb > li:last-child a {
    color: #a62434;
}

.sod_menu .sod_select { color:#FFF; border: 1px solid #FFF;  }
.sod_menu .sod_select:before { color:#FFF; }
.sod_menu .sod_select:hover, .sod_menu .sod_select.open, sod_menu. .sod_select.focus {  border-color: #FFF; }

#box-description .col-md-5 > h1, #box-description .col-md-5 > h2, #box-description .col-md-5 > h3, #box-description .col-md-5 > h4, #box-description .col-md-5 > h5, #box-description .col-md-5 > h6 { margin-top:0; }

.collapse-rotate i { transition:transform 0.2s;  } 
.collapse-rotate.collapsed i { transform:rotate(-90deg); } 

label {
	display: inline-block;
	max-width: 100%;
	/* margin-bottom: 5px; */
	/* margin-top: 5px; */
	font-weight: normal;
	font-size: 0.9em;
	line-height: 20px;
	letter-spacing: 0px;
	text-transform: uppercase;
}


/* ---------------------------------------------------------------------- */
/*	Light Gallery + Light Slider
/* ---------------------------------------------------------------------- */

.ls-fullheight { height:100vh; }
.ls-fullheight .wrap-ls-product, .ls-fullheight .lSSlideOuter , .ls-fullheight .lSSlideWrapper, .ls-fullheight .ls-product, .ls-fullheight .ls-item { height:100% !important; }

.lSAction > a {
	width:auto;
	background-image:none;
    height: 60px;
    opacity: 1;
	margin-top: -30px;
	z-index:10;
}



.lSSlideOuter {
	position:relative;
}

.lSSlideOuter .lSPager.lSpg > li {
    padding: 0;
	line-height:50px;
	width: 20px;
	text-align:center;
}

.lSSlideOuter .lSPager.lSpg > li a {
	background-color: #888;
    height: 5px;
    width: 5px;
	line-height:50px;
	vertical-align:middle;
	-webkit-transition: all 0 linear 0s;
    transition: all 0 linear 0s;
	z-index: 10;
}

.lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #888;
}

.lSSlideOuter .lSPager.lSpg > li.active a {
	width: 11px;
    height: 11px;
	background-color: rgba(255, 255, 255, 0);
	border: 2px solid #888;
}

.wrap-ls-product .lSSlideOuter .lSPager.lSpg { position:relative; }
.wrap-ls-product .lSSlideOuter .lSPager.lSpg > li a { background-color: #CCC; }
.wrap-ls-product .lSSlideOuter .lSPager.lSpg > li:hover a { background-color: #CCC; }
.wrap-ls-product .lSSlideOuter .lSPager.lSpg > li.active a { background-color: rgba(255, 255, 255, 0); border: 2px solid #CCC; }



/* ---------------------------------------------------------------------- */
/*	Shop
/* ---------------------------------------------------------------------- */

#block-product { padding:30px 0; }

.shop-categories li:first-child, .shop-categories li:first-child a {
    margin-left: 0;
}

.shop-categories li a {
    margin: 0 18px;
	color:#333;
	font-size: 14px;
	letter-spacing: 0px;
	text-transform:uppercase;
	text-decoration: none;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
	
}

.shop-categories li.active a {
	color: #a62434;
}

.shop-categories li a:hover {
    color: #a62434;
}

.quantity-wrap {
    position: relative;
    width: 100%;
    text-align: center;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
    overflow: hidden;
	padding:0;
	margin-bottom:20px;
}

#cart-list .quantity-wrap {
	border: none;
	width:auto;
	display:inline-block;
}

.quantity-wrap .qty {
    display: inline-block;
    height: 38px;
    width: 40px;
    padding: 0;
    font-size: 14px;
    line-height: 40px;
    color: #555; 
    border: 0 none;
    text-align: center;
    background: none;
}

.quantity-wrap .quantity .qty-minus, .quantity-wrap .quantity .qty-plus {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 40px;
    font-weight: normal;
    color: #888;
    width: 23px;
    height: 38px;
    text-align: center;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.quantity-wrap .quantity .qty-desc {
	float:left;
	font-size:14px;
	line-height:40px;
	color:#555;
	font-weight:bold;
}

.products-list .product-item  { background-color:#F9F9F9; }
.products-list .product-item:nth-child(2n) { background: #EEE; }

.products-list .product-item { padding-bottom:60px; }


/* ---------------------------------------------------------------------- */
/*	Footer
/* ---------------------------------------------------------------------- */

#footer {
	background:#1C1C1C;
	color: #FFF;
}

#footer h4 { line-height:1.5; }

#footer .menu { line-height:1.5; }

#footer .menu > ul > li > a {
	letter-spacing: 1px;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}

#footer a {
    color: #FFF;
}

#footer a:hover, #footer a:focus {
    color: #888;
}


/* ---------------------------------------------------------------------- */
/*	checkbox
/* ---------------------------------------------------------------------- */

.checkbox-styled input[type=checkbox] { display:none; }
.checkbox-styled input[type=checkbox] + label { cursor: pointer; margin: 0; font-weight: normal; display:block; }
.checkbox-styled input[type=checkbox] + label::before { font-family: FontAwesome; content: "\f096"; transition: border 0.15s ease-in-out, color 0.15s ease-in-out; font-size: 16px; margin-right: 5px; float:right; }
.checkbox-styled.checkbox-nolabel input[type=checkbox] + label::before { margin-right: 0; }
.checkbox-styled input[type=checkbox]:checked + label::before { content: "\f14a"; }
.checkbox-styled input[type=checkbox].warning + label::before { border-bottom: solid 1px #D78000 !important; }
.checkbox-styled.checkbox-circle input[type=checkbox] + label::before { font-family: FontAwesome; content: "\f1db"; }
.checkbox-styled.checkbox-circle input[type=checkbox]:checked + label::before { content: "\f058"; }




.ui-widget{background:#FFF;border:1px solid #CCC;border-radius:4px;margin-top:2px;padding:8px;color:#555;}
.ui-widget a, .ui-widget .a{color:#555;}
.ui-widget a:visited, .ui-widget .a:visited{color:#555;}
.ui-widget a.current, .ui-widget a:hover, .ui-widget .a.current, .ui-widget .a:hover{color:#FFF;background-color:#a62434;text-decoration:none;}
.ui-state-default{text-align:center !important;}
.ui-state-active{color:#FFF !important;background-color:#a62434;text-decoration:none;}
.ui-icon{cursor:pointer;}
.ui-datepicker-div{position:relative;}
#ui-datepicker-div:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0, 0, 0, 0.2);position:absolute;top:-7px;left:6px;}
#ui-datepicker-div:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #ffffff;position:absolute;top:-6px;left:7px;}
.ui-datepicker-prev{text-align:center;cursor:pointer;}
.ui-datepicker-next{text-align:center;cursor:pointer;}
.ui-state-disabled{opacity:0.2;}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover{top:2px;}
.ui-datepicker .ui-datepicker-prev-hover{left:2px;}
.ui-datepicker .ui-datepicker-next-hover{right:2px;}
.ui-datepicker-calendar td{border:1px solid #eee;width:30px;}
.ui-datepicker table{margin:0;}
.ui-datepicker-prev:before{font-family:FontAwesome;content:"\f053";line-height:1.8em;}
.ui-datepicker-next:before{font-family:FontAwesome;content:"\f054";line-height:1.8em;}
.ui-widget{background:#FFF;border:1px solid #CCC;border-radius:4px;margin-top:2px;padding:8px;color:#555;}
.ui-widget a, .ui-widget .a{color:#555;}
.ui-widget a:visited, .ui-widget .a:visited{color:#555;}
.ui-widget a.current, .ui-widget a:hover, .ui-widget .a.current, .ui-widget .a:hover{color:#FFF;background-color:#a62434;text-decoration:none;}
.ui-state-default{text-align:center !important;}
.ui-state-active{color:#FFF !important;background-color:#a62434;text-decoration:none;}
.ui-icon{cursor:pointer;}
.ui-datepicker-div{position:relative;}
#ui-datepicker-div:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0, 0, 0, 0.2);position:absolute;top:-7px;left:6px;}
#ui-datepicker-div:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #ffffff;position:absolute;top:-6px;left:7px;}
.ui-datepicker-prev{text-align:center;cursor:pointer;}
.ui-datepicker-next{text-align:center;cursor:pointer;}
.ui-state-disabled{opacity:0.2;}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover{top:2px;}
.ui-datepicker .ui-datepicker-prev-hover{left:2px;}
.ui-datepicker .ui-datepicker-next-hover{right:2px;}
.ui-datepicker-calendar td{border:1px solid #eee;width:30px;}
.ui-datepicker table{margin:0;}
.ui-datepicker-prev:before{font-family:FontAwesome;content:"\f053";line-height:1.8em;}
.ui-datepicker-next:before{font-family:FontAwesome;content:"\f054";line-height:1.8em;}

/* ---------------------------------------------------------------------- */
/*	Divinea
/* ---------------------------------------------------------------------- */


app-divinea>#divinea-wrapper app-homepage#divinea .experience-box.card>div.content.content, app-divinea>#divinea-wrapper app-homepage#divinea .experience-box.card>div.description.content { height: 170px !important; }
app-divinea>#divinea-wrapper app-homepage#divinea .ng-select { width: 100% !important; display: block !important; }
app-experience-box div.content { height: 200px !important; }

