body {
    font-family: 'Nunito', sans-serif;
    background: #fff;
}
a {
	color: #45489A;
}
#start-page {
	background-image: url('../img/start-bg.jpg');
	background-position: center center;
	background-size: cover; 
	min-height: 100vh;
    position: relative;
	padding: 80px 0;
}
#start-page .start-box {
	background-color: #fff;
    padding: 60px 40px 30px 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
	z-index: 10;
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	min-width: 40%;
	text-align: center;
}
.start-logo {
	display: inline-block;
}
#start-page .start-box h1 {
	margin-bottom: 30px;
	font-size: 2rem;
}
#start-page .start-box .start-divider {
	border-bottom: 1px solid #cfe0e4;
    position: relative;
	margin: 50px 0;
}
#start-page .start-box .start-btn-other {
	display: block;
    padding: 10px 20px;
    border: 2px solid #9dbcc2;
    color: #9dbcc2;
    font-weight: 700;
    letter-spacing: 0.5px;
	margin-bottom: 30px;
}
#start-page .start-box .start-btn-other:hover {
	text-decoration: none;
	background-color: #9dbcc2;
	color: #fff;
}
#start-page .start-box .start-divider span {
	display: inline-block;
    position: absolute;
    line-height: 20px;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 0 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    color: #9dbcc2;
}
img#flower-right {
	max-width: 100%;
    height: auto;
	position: absolute;
	right: 0;
    top: 20%;
}
img#flower-left {
	max-width: 100%;
    height: auto;
	position: absolute;
	left: 0;
    bottom: 0;
}
img#flower-right-2 {
	max-width: 100%;
    height: auto;
	position: absolute;
	right: 0;
    top: 30%;
}
img#flower-left-2 {
	max-width: 100%;
    height: auto;
	position: absolute;
	left: 0;
    top: 15%;
}
.navbar {
    padding: 15px 0;
    background: #ffffff !important;
    border-bottom: 1px solid #cfe0e4;
}
.navbar-brand, .start-logo {
    font-family: 'Roboto Slab', cursive;
    font-size: 60px;
    line-height: 1;
    color: #1e3056 !important;
    margin-bottom: -10px;
	position: relative;
}
.navbar-brand img, .start-logo img {
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
}
.navbar .nav-item {
    padding: 0;
    margin: 0;
}
.navbar .nav-item .nav-link {
    padding: 0;
    margin: 0 0 0 45px;
    font-size: 15px;
    color: #45489A;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}
.navbar .nav-item .nav-link:hover {
    color: #9dbcc2;
}
.navbar .btn-1 {
    background: linear-gradient(to right, #507bf5 0%,#04c3e1 100%);
    box-shadow: 1px 1px 30px 0 rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0);
    text-decoration: none;
    color: #ffffff;
    border-radius: 65px;
    padding: 10px 45px;
    font-size: 15px;
    font-weight: 600;
    margin-left: 45px;
    transition: all 0.2s ease-in;
}
.navbar .btn-1:hover {
    background: transparent;
    border: 1px solid #507bf5;
    box-shadow: 1px 1px 30px 0 rgba(0,0,0,0);
    color: #575265;

}
.slider {
    background-color: rgb(238, 246, 249);
	padding-top: 70px;
    height: 100vh;
	position: relative;
}
.slider .content {
    margin-top: 0px;
	position: relative;
}
.slider #thema-img {
    position: absolute;
	bottom: 5%;
	right: 0;
	z-index: 5;
}
.slider #thema-img-2 {
    position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}
.slider .content h1 {
    font-size: 42px;
    font-weight: 400;
    color: #1e3056;
    line-height: 60px;
    margin: 0;
    padding: 0;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
}
.slider .content p {
    font-size: 18px;
    font-weight: 400;
    color: #45489A;
    line-height: 26px;
    padding: 0;
    margin: 10px 0 30px;
}
.slider .content .left {
	background-color: #fff;
    padding: 40px 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    text-align: center;
	z-index: 10;
    position: relative;
}
.slider .content .left input, .slider .content .left .ui.dropdown {
	width: 75% !important;
	text-align: center;
}
.slider .content .left .btn-1 {
    background: linear-gradient(to right, #507bf5 0%,#04c3e1 100%);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    text-decoration: none;
    color: #ffffff;
    border-radius: 65px;
    padding: 10px 25px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
	transition: background 1s;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.slider .content .left .btn-1:hover {
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.35);
}
.slider .content .left .btn-2 {
    background: #45489A;
    border: 1px solid #45489A;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    padding: 10px 45px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
}
.theme-img {
	text-align: right !important;
}
.login-box {
	background-color: #fff;
    padding: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
	z-index: 10;
    position: relative;
}
.features {
    background: url("../img/bg/feature-bg.png") top center no-repeat;
    background-size: cover;
    padding: 120px 0;
}
.features .heading {
    font-size: 30px;
    color: #3b566e;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0;
}
.line {
    background: #45489A;
    height: 2px;
    width: 50px;
    display: inline-block;
}
.features .box {
    background: #ffffff;
    box-shadow: 1px 1px 25px 0 rgba(0,0,0,0.05);
    border-radius: 15px;
    padding: 60px 30px;
    transition: all .4s ease-in-out;
}
.features .box:hover {
    transform: translateY(-15px);
    box-shadow: 1px 1px 25px 0 rgba(0,0,0,0.09);
}
.features .box h3 {
    font-size: 20px;
    color: #3b566e;
    font-weight: 600;
    margin: 25px 0 15px;
    padding: 0;
}
.features .box p {
    font-size: 15px;
    font-weight: 400;
    color: #919aaf;
    line-height: 26px;
    margin: 0;
    padding: 0;
}

.project {
    padding: 120px 0;
}
.project .right h2 {
    font-size: 1.7rem;
    color: #3b566e;
    font-weight: 600;
    line-height: 32px;
}
.project .right p {
    font-size: 16px;
    font-weight: 400;
    color: #788196;
    line-height: 26px;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0;
}
.btn-1 {
    background: linear-gradient(to right, #507bf5 0%,#04c3e1 100%);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    text-decoration: none;
    color: #ffffff;
    border-radius: 65px;
    padding: 10px 25px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
	transition: background 1s;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.btn-1:hover {
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.35);
	text-decoration: none;
	color: #ffffff;
}
.btn-2, input[type=submit] {
    background: #45489A;
    border: 1px solid #45489A;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    padding: 10px 45px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
	cursor: pointer;
}
.btn-2:hover, input[type=submit]:hover {
	box-shadow: 0 10px 25px 0 rgba(210,150,111,0.5);
	text-decoration: none;
	color: #fff;
}
.btn-3 {
    background: #d05252;
    border: 1px solid #d05252;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
}
.btn-3:hover {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	text-decoration: none;
	color: #fff;
}
a.extra-login-link {
	color: #45489A;
	text-decoration: none;
	margin-left: 20px;
}
a.extra-login-link:hover {
	color: #1e3056;
}
.bg-filler {
	background-position: bottom center;
	background-size: cover;
}
.footer {
    padding: 60px 0;
    position: relative;
    background-color: rgb(238, 246, 249);
	color: #818491;
	border-top: 1px solid #cfe0e4;
}
.footer h4 {
	color: #121f38;
	margin: 0;
}
.footer .line {
	width: 80px;
}
.footer p {
    font-size: 15px;
    font-weight: 500;
    color: #45489A;
    margin: 20px 0 0;
}
.footer .sub-slogan {
	font-size: 18px;
    margin: 30px 0;
}
.footer ul {
	margin: 0;
    padding: 0;
    list-style: none;
}
.footer ul li {
	color: #818491;
    padding: 10px 0;
    border-bottom: 1px solid rgb(207, 224, 228);
}
.footer ul li:last-child {
	border-bottom: none;
}
.footer ul li a {
	color: #45489A;
}
.footer ul li a:hover {
	color: #45489A;
	text-decoration: none;
}
.footer-bottom {
	color: #818491;
    background-color: #ffffff;
    padding: 20px 0;
    border-top: 1px solid #cfe0e4;
}
.footer-bottom ul.credits-list {
    margin: 0;
    padding: 0;
}
.footer-bottom ul.credits-list li {
    margin: 0;
    padding: 0;
    padding-right: 7px;
    margin-right: 4px;
    border-right: 1px solid #b9b9b9;
    line-height: 14px;
    list-style: none;
    display: inline-block;
}
.footer-bottom ul.credits-list li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.footer-bottom ul.credits-list li a {
    color: #818491;;
	text-decoration: none;
}
.footer-bottom ul.credits-list li a:hover {
    color: #45489A;
	text-decoration: none;
}
ul.socials {
	margin-top: 40px;
}
ul.socials a:hover {
	text-decoration: none;
}
ul.socials li {
	display: inline-block;
    width: 48px;
    padding: 0;
	margin: 5px;
    height: 48px;
    background: #45489A;
	list-style: none;
	border-bottom: none;
}
ul.socials li:hover {
	border-radius: 5px;
	text-decoration: none;
}
ul.socials li div {
	display: inline-block;
    width: 44px;
    height: 44px;
    margin: 2px;
    line-height: 46px;
    background-color: #eef6f9;
}
ul.socials li:hover div {
	background-color: transparent;
	text-decoration: none;
}
ul.socials li div i {
	color: #45489A;
    font-size: 32px;
    line-height: 29px;
    margin: 7px 0;
}
ul.socials li:hover div i {
	color: #fff;
    background: #fff;
    -webkit-background-clip: text;
	text-decoration: none;
}
.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff; 
}
.se-pre-con #favolis-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -110px;
	margin-top: -35px;
}
#start-list {
	width: 100%;
}
.ui.form .field>label {
	color: #45489A;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1em;
}
.ui.form input:not([type]), .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=email], .ui.form input[type=file], .ui.form input[type=number], .ui.form input[type=password], .ui.form input[type=search], .ui.form input[type=tel], .ui.form input[type=text], .ui.form input[type=time], .ui.form input[type=url] {
    border: 1px solid rgb(195, 209, 222);
	color: rgb(30, 48, 86);
}
.ui.selection.dropdown {
    border: 1px solid rgb(195, 209, 222);
	color: rgb(30, 48, 86);
}
.ui.selection.dropdown:hover, .ui.form input:hover {
    border: 1px solid rgb(195, 209, 222);
}
.dash_box .ui.selection.dropdown {
	min-width: 0px;
	width: 100%;
}
.ui.default.dropdown:not(.button)>.text, .ui.dropdown:not(.button)>.default.text, .ui.form input::placeholder, .ui.form textarea::placeholder {
    color: rgb(128, 151, 165);
}
#start-stat {
	text-align: center;
    font-size: 1.2rem;
    line-height: 2.2em;
	color: #608398;
}
#start-stat #span-01 {
	font-size: 1.5rem;
	font-weight: 600;
}
#start-stat #span-02 {
	color: #04c3e1;
}
.logo-text {
	display: inline;
    font-weight: 400;
    color: #1e3056 !important;
    font-size: 3rem;
    font-family: 'Roboto Slab', cursive;
}
.logo-text #fel {
	color: #07c0e2;
	margin-left: 1px;
}
ul.benefits-list {
	margin: 0;
    padding: 0;
    list-style: none;
}
ul.benefits-list li {
	padding: 15px 0 15px 55px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #788196;
    line-height: 30px;
    display: inline-block;
    width: 47%;
    background-color: #fbfcff;
    margin: 0 2% 2% 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    border: 1px solid #e4eaf5;
}
ul.benefits-list img {
	height: 30px;
    position: absolute;
    left: 15px;
    top: 15px;
}

.nav-buffer {
	padding: 45px;
}
.user-content {
    padding: 80px 0;
}
.user-content.colored {
    background-color: rgb(238, 246, 249);
	padding-top: 40px;
	padding-bottom: 40px;
}
.user-content.list-cover {
    background-color: rgb(238, 246, 249);
	background-position: center center;
	background-size: cover;
	position: relative;
	padding-bottom: 40px;
}
.user-content.list-cover h1 {
    margin: 0 !important;
	padding: 0 250px;
}
.user-content.border-bottom {
    border-bottom: 1px solid #cfe0e4 !important;
}
#list-avatar, #uploaded_list_image {
	width: 225px;
    height: 225px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
	background-color: #fff;
    position: absolute;
    bottom: -150px;
    left: 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
#uploaded_list_image {
	height: 100px;
	width: 100px;
	bottom: 0px;
}
.cover-tag {
	display: inline-block;
    margin-top: 30px;
    background-color: #6499a0;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.list-description {
	padding-left: 250px;
}
.list-description p {
	margin-bottom: 10px;
}
.relative {
	position: relative;
}
.fa-divider {
	line-height: 46px;
    font-size: 18px;
    margin: 0 5px;
    font-weight: 600;
    color: #ce8665;
}
#head-devider {
	padding-bottom: 10px;
    border-bottom: 4px double #e4eaf5;
}
.content-devider {
	margin-top: 20px;
    border-bottom: 1px double #e4eaf5;
}
.profile-divider {
	margin-top: 20px;
    border-bottom: 1px solid #cfe0e4;
}
#pop-up-new-list h3, #pop-up-new-gift h3, #pop-up-view-gift h3 {
	font-size: 1.3rem;
    color: #45489A;
	margin-bottom: 0;
	text-transform: uppercase;
    letter-spacing: 1.5px;

}
p.input-info {
	font-size: 13px;
    margin-top: 20px;
    color: #8198a6;
}
.ui.checkbox input:checked~.box:before, .ui.checkbox input:checked~label:before {
    border-color: rgb(79, 93, 122) !important;
}
.ui.radio.checkbox input:checked~.box:after, .ui.radio.checkbox input:checked~label:after {
    background-color: rgb(210, 150, 111) !important;
}
ul.list-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-block;
}
ul.list-menu a {
	text-decoration: none;
}
ul.list-menu a:hover {
	text-decoration: none;
}
ul.list-menu li {
	display: inline-block;
    padding: 0;
	text-align: center;
    /** background: linear-gradient(to right, #507bf5 0%,#04c3e1 100%); **/
	width: 44px;
	height: 44px;
	background: #6d8b9e;
	border-radius: 4px;
	margin: 0px 3px;
}
ul.list-menu li.active {
	background: #45489A;
}
ul.list-menu a:first-child li {
	margin-left: 0;
}
ul.list-menu a:last-child li {
	margin-right: 0;
}
ul.list-menu li:hover {
	
}
ul.list-menu li div {
	display: inline-block;
    margin: 2px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #eef6f9;
	border-radius: 2px;
}
ul.list-menu li.active div {
	background-color: #eef6f9;
}
ul.list-menu li:hover div {
	background-color: transparent;
}
ul.list-menu li div i {	
	color: #6d8b9e;
	font-size: 18px;
	margin: 0px;
	line-height: 41px;
}
ul.list-menu li.active div i {
	color: #45489A;
}
ul.list-menu li:hover div i {
	color: #fff;
}
#list-menu-info-box {
	position: relative;
	margin-top: 15px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #cfe0e4;
    text-align: center;
    color: #45489A;
	display: none;
}
#list-menu-info-box {
	position: absolute;
	right: 15px;
	bottom: -61px;
	z-index: 10;
}
#list-menu-info-arrow {
	position: absolute;
    top: -12px;
	left: 8px;
    width: 30px;
	height: 12px;
	background-image: url('../img/list-menu-arrow.png');
}
.head-bar {
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
    border: 1px solid #e4eaf5;
    font-size: 1.2rem;
    line-height: 22px;
    /* font-weight: 600; */
    background-color: #fff;
    color: #3b566e;
    padding: 2px;
	overflow: hidden;
}
.head-bar .head-bar-first {
	display: inline-block;
	padding: 10px 15px;
	background-color: #f1f7ff;
	position: relative;
}
.head-bar .head-bar-first::after {
	content: '';
	position: absolute;
	right: -21px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 0 21px 21px;
	border-color: transparent transparent transparent #f1f7ff;
}
.head-bar .head-bar-second {
	display: inline-block;
	padding: 10px;
	padding-left: 28px;
}
.user-content h3, .user-content h1 {
	margin: 0;
	margin-top: 20px;
	line-height: 46px;
	color: #3b566e;
	font-size: 1.6rem;
}
.user-content .list-head h3 {
	font-size: 1.4rem;
}
.user-content h3.caps, .user-content h1.caps {
	font-weight: 600;
    letter-spacing: 3px;
}
.list-item {
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
    border: 1px solid #cfe0e47d;
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 5px;
    border-radius: 5px;
}
.list-item:hover {
    box-shadow: 0 0 20px rgba(86, 123, 146, 0.15);
}
.list-item-thumb {
	display: inline-block;
    width: 65px;
	height: 60px;
    float: left;
	text-align: center;
}
.list-item-thumb img {
	max-width: 60px;
    max-height: 60px;
	height: auto;
	vertical-align: middle;
}
.list-item-thumb > span {
	display: inline-block;
	vertical-align: middle;
	height:100%;
}
.list-item-thumb.round-corners img {
	border-radius: 5px;
}
.list-item-info {
	display: inline-block;
    float: left;
    width: calc(100% - 195px);
    padding: 0 20px 0 35px;
}
.list-item-info .list-item-title {
	line-height: 24px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #45489A;
}
.list-item-info ul .list-item-price {
	line-height: 22px;
    margin-top: 4px;
    margin-right: 10px;
    float: left;
    display: inline-block;
	padding: 5px 10px;
    border-radius: 5px;
    background-color: #f0f3f9;
	color: #45489A;
    font-weight: 700;
    font-size: 14px;
}
.list-item-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.list-item-info ul li {
	color: #7d7d7d;
}
.list-item-info ul li span {
	color: #45489A;
	font-weight: 600;
}
.list-item-info ul .list-item-shop {
	line-height: 22px;
    margin-top: 4px;
    margin-right: 10px;
    float: left;
    display: inline-block;
	padding: 5px 10px;
    border-radius: 5px;
    background-color: #f0f3f9;
	color: #678ca2;
    font-weight: 700;
    font-size: 14px;
}
.list-item-info ul .list-item-prior {
	line-height: 22px;
    margin-top: 4px;
    margin-right: 10px;
    float: left;
    display: inline-block;
	padding: 5px 10px;
    border-radius: 5px;
    background-color: #f0f3f9;
	color: #45489A;
    font-weight: 700;
    font-size: 14px;
}
.list-item-info .list-item-checked {
	display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
	color: #45489A;
}
.list-item-info .list-item-checked i {
	color: #59bf77;
	margin-right: 5px;
}
.list-item-info .list-item-checked .checked-name {
	color: #213358;
    font-weight: 600;
}
.list-item-info .list-item-checked .checked-note {
	position: relative;
    margin-top: 20px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e4eaf5;
    text-align: center;
    color: #45489A;
}
.list-item-info .list-item-checked .checked-note .checked-note-arrow {
	position: absolute;
    top: -12px;
    left: 25%;
    margin-left: -15px;
    width: 30px;
    height: 12px;
    background-image: url(../img/gift-note-arrow.png);
}
.list-item-options {
	display: inline-block;
    float: left;
    width: 130px;
	min-height: 60px;
    padding-left: 20px;
	border-left: 1px solid #eee;
}
.list-item-options .list-item-btn {
	width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    letter-spacing: 0.5px;
	display: inline-block;
}
.list-item-options .list-item-btn:hover {
	text-decoration: none;
}
.list-item-options .list-item-btn.clr-green {
	background-color: green;
}
.list-item-options .list-item-btn.clr-blue {
	background-color: blue;
}
.list-item-options .list-item-btn.clr-red {
	background-color: #d05252;
}
.list-item-options .list-item-btn.clr-red:hover {
	background-color: #bf3f3f;
}
.list-item-options .list-item-btn.clr-gold {
	background-color: #45489A;
	margin-bottom: 5px;
}
.list-item-options .list-item-btn.clr-gold:hover {
	background-color: #45489A;
}
.lists-item {
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
    border: 1px solid #cfe0e47d;
    background-color: #fff;
    padding: 20px;
    padding-top: 45%;
    overflow: hidden;
	margin-top: 70px;
    border-radius: 5px;
    position: relative;
    overflow: visible;
}
.lists-item:hover {
    box-shadow: 0 0 20px rgba(86, 123, 146, 0.15);
}
.lists-item-info .lists-item-title {
	line-height: 24px;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 600;
    color: #45489A;
	text-align: center;
}
.lists-item-thumb {
	width: 50%;
    padding-top: calc(50% - 10px);
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-25%);
    border-radius: 50%;
    border: 5px solid #e7f0f2;
}
.lists-item-info ul .lists-item-price {
	line-height: 22px;
    margin-top: 4px;
    margin-right: 10px;
    float: left;
    display: inline-block;
    border: 2px solid rgb(85, 151, 177);
    padding: 0 5px;
    border-radius: 4px;
    color: rgb(85, 151, 177);
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
}
.lists-item-info ul {
	list-style: none;
    padding: 0;
    margin: 10px 0 15px 0;
    display: inline-block;
}
.lists-item-info ul .lists-item-shop {
	line-height: 22px;
    margin-top: 4px;
    margin-right: 10px;
    float: left;
    display: inline-block;
    border: 2px solid rgb(85, 177, 97);
    padding: 0 5px;
    border-radius: 4px;
    color: rgb(85, 177, 97);
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
}
.lists-item-options {
	display: block;
	border-top: 1px solid #eee;
	padding-top: 20px;
}
.lists-item-options .lists-item-btn {
	width: 100%;
    padding: 6px 10px;
    font-size: 15px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    letter-spacing: 0.5px;
}
.lists-item-options .lists-item-btn.clr-gold {
	background-color: #45489A;
	margin-bottom: 5px;
	display: block;
	color: #fff;
}
.lists-item-options .lists-item-btn.clr-gold:hover {
	background-color: #45489A;
	color: #fff;
	text-decoration: none;
}
input, button, textarea, select {
    -webkit-transform: translate3d(0,0,0);
	-webkit-opacity:1;
}

ul.side-user-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	margin-left: 30px;
}
ul.side-user-menu li.side-user-menu-heading {
    padding: 0px;
}
ul.side-user-menu li {
    text-align: left;
    padding: 7px 20px;
	position: relative;
}
ul.side-user-menu li i {
	font-weight: 600;
    position: absolute;
    top: 11px;
    left: 0px;
    color: #c7cfde;
}
ul.side-user-menu li a {
	color: #45489A;
    text-decoration: none;
}
ul.side-user-menu li.side-user-menu-heading a {
	display: block;
    text-align: center;
    background-color: #45489A;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
	cursor: pointer;
}
ul.side-user-menu li a:hover {
	color: #3b566e;
    text-decoration: none;
}
ul.side-user-menu li.side-user-menu-heading a:hover {
	background-color: #45489A;
	color: #fff;
}
ul.side-user-menu li:hover i {
	color: #3b566e;
}
ul.side-user-menu li.active a {
	color: #45489A;
}
ul.side-user-menu li.active i {
	color: #45489A;
}
ul.side-user-menu li.side-user-menu-heading strong {
	display: block;
    margin-top: 20px;
    margin-bottom: 5px;
}
#pop-up-new-list, #pop-up-new-gift, #pop-up-edit-gift, #pop-up-view-gift {
	background-color: #fdfdfd !important;
	padding: 30px 0;
    width: 100%;
    position: fixed;
    top: 0;
	bottom: 0;
	overflow-y:auto;
	display: none;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	z-index: 9999;
	-webkit-overflow-scrolling: touch;
}
.pop-up-title {
	position: relative;
}
.pop-up-title h2 {
	margin: 0;
	line-height: 46px;
	color: #3b4b6d;
}
.pop-up-title #close-new-list, .pop-up-title #close-new-gift, .pop-up-title #close-edit-gift, .pop-up-title #close-view-gift {
	position: absolute;
	top: 0;
	right: 15px;
}
input.approved {
	border: 1px solid rgb(130, 212, 119) !important;
    background-color: #e6fbe5 !important;
    color: #2c8012 !important;
}
input.denied {
	border: 1px solid rgb(212, 119, 119) !important;
    background-color: #fbe5e5 !important;
    color: #801212 !important;
}
label.approved {
	position: relative !important;
	display: inline-block !important;
}
label.approved::after {
	content: "\f058" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit !important;
    position: absolute !important;
    right: -30px !important;
    top: 0 !important;
    color: #70c565 !important;
    font-size: 22px !important;
    line-height: 22px !important;
}
.ui.radio.available label span {
	border: 1px solid rgb(130, 212, 119) !important;
    background-color: #e6fbe5 !important;
    color: #2c8012 !important;
    padding: 5px 10px;
    border-radius: .28571429rem;
}
.ui.radio.occupied label span {
	border: 1px solid rgb(212, 119, 119) !important;
    background-color: #fbe5e5 !important;
    color: #801212 !important;
    padding: 5px 10px;
    border-radius: .28571429rem;
}
.ui.radio.checkbox.occupied .box:before, .ui.radio.checkbox.occupied label:before, .ui.radio.checkbox.occupied .box:after, .ui.radio.checkbox.occupied label:after {
    display: none !important;
}
.ui.form textarea {
	border: 1px solid rgb(195, 209, 222);
    color: rgb(30, 48, 86);
}
#suggestions-desktop {
	display: none;
	background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    position: relative;
    min-height: 200px;
    border: 1px solid #c3d1de;
    border-radius: 10px;
}
#suggestions-desktop:before {
	content:url('../img/suggestion-box-arrow.png');
	position: absolute;
	top: 38px;
	left: -20px;
}
#suggestions-desktop .suggestion-item, .search-results .suggestion-item {
	padding: 15px 0;
    border-bottom: 1px solid #e4eaf5;
}
#suggestions-desktop .suggestion-item:last-of-type, .search-results .suggestion-item:last-of-type {
	border-bottom: none;
}
#suggestions-desktop .suggestion-item img, .search-results .suggestion-item img {
	max-width: 100%;
	max-height: 120px;
}
#suggestions-desktop .suggestion-item h4, .search-results .suggestion-item h4 {
	color: #45489A;
    font-size: 18px;
    line-height: 28px;
}
#suggestions-desktop .suggestion-item ul, .search-results .suggestion-item ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
#suggestions-desktop .suggestion-item ul .suggestion-price, .search-results .suggestion-item ul .suggestion-price {
    line-height: 22px;
    margin-top: 4px;
    margin-right: 10px;
    float: left;
    display: inline-block;
    border: 2px solid rgb(100, 153, 160);
    padding: 0 5px;
    border-radius: 4px;
    color: rgb(100, 153, 160);
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
}
#suggestions-desktop .suggestion-item ul .suggestion-shop, .search-results .suggestion-item ul .suggestion-shop {
    line-height: 22px;
    margin-top: 4px;
    margin-right: 10px;
    float: left;
    display: inline-block;
    border: 2px solid rgb(86, 123, 146);
    padding: 0 5px;
    border-radius: 4px;
    color: rgb(86, 123, 146);
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
}
@media (max-width: 767px)
{
	#suggestions-desktop {
		display: none !important;
	}
}
.suggestion-options {
	display: block;
}
.suggestion-options .suggestion-btn {
    width: auto;
    padding: 5px 15px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    letter-spacing: 0.5px;
    display: inline-block;
}
.suggestion-options .suggestion-btn.clr-blue {
    background-color: #65b2ce;
}
.suggestion-options .suggestion-btn.clr-blue:hover {
    background-color: #5498b1;
}
.suggestion-options .suggestion-btn.clr-green {
    background-color: #59bf77;
    margin-right: 5px;
}
#suggestions-mobile .suggestion-options .suggestion-btn.clr-green {
	margin-left: 15px;
}
.suggestion-options .suggestion-btn.clr-green:hover {
    background-color: #4da768;
}
#suggestions-mobile {
	display: none;
	background-color: #fff;
    padding: 10px 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    position: relative;
    min-height: 200px;
    border: 1px solid #c3d1de;
    border-radius: 10px;
	margin-bottom: 30px;
}
#suggestions-mobile:before {
	content:url('../img/suggestion-box-arrow-2.png');
	position: absolute;
	top: -20px;
	left: 20px;
}
#suggestions-mobile .suggestion-item {
	padding: 15px 0;
    border-bottom: 1px solid #e4eaf5;
}
#suggestions-mobile .suggestion-item:last-of-type {
	border-bottom: none;
}
#suggestions-mobile .suggestion-item img {
	width: 25%;
	float: left;
}
#suggestions-mobile .suggestion-item div.suggestion-details {
	width: 75%;
    float: left;
    padding-left: 15px;
}
#suggestions-mobile .suggestion-item h4 {
	color: #45489A;
    font-size: 16px;
    line-height: 24px;
}
#suggestions-mobile .suggestion-item ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
#suggestions-mobile .suggestion-item ul .suggestion-price {
    line-height: 22px;
    margin-top: 4px;
    margin-right: 10px;
    float: left;
    display: inline-block;
    border: 2px solid rgb(100, 153, 160);
    padding: 0 5px;
    border-radius: 4px;
    color: rgb(100, 153, 160);
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
}
#suggestions-mobile .suggestion-item ul .suggestion-shop {
    line-height: 22px;
    margin-top: 4px;
    margin-right: 10px;
    float: left;
    display: inline-block;
    border: 2px solid rgb(86, 123, 146);
    padding: 0 5px;
    border-radius: 4px;
    color: rgb(86, 123, 146);
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
}
@media (min-width: 768px)
{
	#suggestions-mobile {
		display: none !important;
	}
}
.find-box {
	border: 1px solid #e4eaf5;
    padding: 30px 40px 40px 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    margin-top: 20px;
	position: relative;
	margin-bottom: 140px;
}
.find-box:after {
	content:url('../img/find-list-arrow.png');
	position: absolute;
    bottom: -135px; 
    left: 50%;
    margin-left: -60px;
}
.find-box h4 {
	color: #45489A;
    margin-bottom: 20px;
	font-size: 1.2rem;
	line-height: 1.8;
}
.find-list-placeholder {
	text-align: center;
    font-family: 'Roboto Slab', cursive;
    font-size: 2.8rem;
    color: #1e3056;
}
.find-list-results {
	display: none;
	margin-top: 20px;
}
.info-box {
	background-color: #fcf6f3;
	height: 100%;
	padding: 30px 40px;
	color: #7d7d7d;
}
.info-box.blue {
	background-color: #eef6f9;
}
.info-box.white {
	background-color: #fff;
	padding-top: 0;
}
.info-box h2 {
	margin: 0;
	line-height: 46px;
	color: #3b566e;
	font-size: 1.3rem;
	text-transform: uppercase;
    letter-spacing: 2px;
}
.info-img {
	height: 100%;
	min-height: 300px;
	width: 100%;
	background-position: center center;
	background-size: cover;
}
.info-box ul {
	margin: 0;
	padding: 0;
}
.info-box ul li {
	list-style: none;
	padding: 5px 0 5px 24px;
	position: relative;
	line-height: 24px;
}
.info-box ul li i {
	position: absolute;
	top: 5px;
	left: 0;
	line-height: 24px;
}
.info-box ul.gold li i {
	color: #d79879;
}
.info-box ul.blue li i {
	color: #45489A;
}

.content-container {
	margin-bottom: 30px;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 8px;
}
.content-container h4 {
	color: #3d5280;
    font-size: 1.5rem;
    border-bottom: 1px dashed #cfe0e4;
    padding-bottom: 20px;
}
ul.share-on {
	margin: 0;
	padding: 0;
	position: relative;
}
ul.share-on li {
	list-style: none;
	display: inline-block;
	margin-left: 10px;
}
ul.share-on li:first-child {
	margin-left: 0;
}
ul.share-on li a {
	border: 2px solid #000;
	color: #000;
	padding: 0;
	padding-right: 10px;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
}
ul.share-on li a i {
	margin-right: 10px;
	width: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    float: left;
    background-color: #000;
    color: #fff;
    font-size: 22px;
}
ul.share-on li a span {
	line-height: 36px;
    display: inline-block;
    float: left;
    font-weight: 600;
}
ul.share-on li a.share-btn-facebook {
	color: #3b5998;
	border-color: #3b5998;
}
ul.share-on li a.share-btn-facebook i {
	background-color: #3b5998;
}
ul.share-on li a.share-btn-facebook:hover {
	background-color: #3b5998;
	color: #fff;
}
ul.share-on li a.share-btn-messenger {
	color: #0099FF;
	border-color: #0099FF;
}
ul.share-on li a.share-btn-messenger i {
	background-color: #0099FF;
}
ul.share-on li a.share-btn-messenger:hover {
	background-color: #0099FF;
	color: #fff;
}
ul.share-on li a.share-btn-instagram {
	color: #803b98;
	border-color: #803b98;
}
ul.share-on li a.share-btn-instagram i {
	background-color: #803b98;
}
ul.share-on li a.share-btn-instagram:hover {
	background-color: #803b98;
	color: #fff;
}
ul.share-on li a.share-btn-whatsapp {
	color: #3b9845;
	border-color: #3b9845;
}
ul.share-on li a.share-btn-whatsapp i {
	background-color: #3b9845;
}
ul.share-on li a.share-btn-whatsapp:hover {
	background-color: #3b9845;
	color: #fff;
}

.navbar-toggler {
    border: none !important;
    border-radius: 0 !important;
}

@keyframes topBar_open {
  0% { transform: translateY(0px) rotate(0deg) ; width: 30px; }
  10% {transform: translateY(-8px) rotate(0deg); width: 30px; }
  50% {transform: translateY(8px) rotate(45deg); width: 42px; }
  75% {transform: translateY(-5px) rotate(45deg); width: 42px; }
  100% {transform: translateY(0px) rotate(45deg); width: 42px; }
}

@keyframes bottomBar_open {
  0% { transform: translateY(0px) rotate(0deg) ; width: 30px; }
  10% { transform: translateY(-8px) rotate(0deg) ; width: 30px; }
  60% {transform: translateY(0px) rotate(-45deg); width: 42px; }
  75% {transform: translateY(-8px) rotate(-45deg); width: 42px; }
  100% {transform: translateY(-10px) rotate(-45deg); width: 42px; }
}

@keyframes menuLabel_open {
  0% { transform: translate(-50%,0px); opacity: 1; }
  25% {transform: translate(-50%,-18px); }
  45% {transform: translate(-50%,44px); opacity: 1; }
  48% {transform: translate(-50%,50px); opacity: 0; }
  100% {transform: translate(-50%,30px); opacity: 0; }
}

@keyframes topBar_close {
  0% {transform: translateY(0px) rotate(45deg); width: 42px; }
  35% {transform: translateY(-5px) rotate(-4deg); width: 30px; }
  53% {transform: translateY(8px) rotate(3deg); width: 30px; }
  70% {transform: translateY(-8px) rotate(0deg); width: 30px; }
  100% { transform: translateY(-0px) rotate(0deg) ; width: 30px; }
}

@keyframes bottomBar_close {
  0% {transform: translateY(-8px) rotate(-45deg); width: 42px; }
  35% {transform: translateY(-18px) rotate(6deg); width: 30px; }
  53% {transform: translateY(0px) rotate(-3deg); width: 30px; }
  68% { transform: translateY(-7px) rotate(0deg) ; width: 30px; }
  100% { transform: translateY(0px) rotate(0deg) ; width: 30px; }
}

@keyframes menuLabel_close {
  0% {transform: translate(-50%,30px); opacity: 0; }
  5% {transform: translate(-50%,25px); opacity: 1; }
  25% {transform: translate(-50%,-30px); opacity: 1; }
  37% {transform: translate(-50%,-22px); opacity: 1; }
  45% {transform: translate(-50%,-22px); opacity: 1; }
  58% {transform: translate(-50%,8px) rotate(-10deg); opacity: 1; }
  83% {transform: translate(-50%,-6px) rotate(0deg); opacity: 1; }
  100% { transform: translate(-50%,0px); opacity: 1; }
}

.search-placeholder:after {
	content:url('../img/find-list-arrow.png');
	position: absolute;
    top: 0px; 
    left: 50%;
    margin-left: -60px;
}
.search-placeholder {
	text-align: center;
    font-family: 'Roboto Slab', cursive;
    font-size: 2.8rem;
    color: #1e3056;
	position: relative;
	padding-top: 100px;
}

#menu-btn {
  position: relative;
  margin: 0;
  text-align: center;
  width: 30px;
  height: 35px;
  opacity: 1;
}
#menu-btn:before, #menu-btn:after {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #45489A;
    display: block;
    position: absolute;
    border-radius: 20px;
 }
  
#menu-btn:before {
	top: 0;
	left: 0;
	transform-origin: left center;
 }
  
#menu-btn:after {
    right: 0;
    top: 10px;
    transform-origin: right center;
}
  
#menu-btn .text {
    color: #45489A;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
	transform: translateX(-50%);
    font-size: 12px;
    letter-spacing: 1.2px;
    font-weight: 900;
	text-align: center;
}
  
#menu-btn:hover {
    cursor: pointer;
}
  
#menu-btn.open:before {
    animation: topBar_open 1s ease-in-out;
    animation-fill-mode: forwards;
}
    
#menu-btn.open:after {
    animation: bottomBar_open 1s ease-in-out;
    animation-fill-mode: forwards;
}
    
#menu-btn.open .text {
    animation: menuLabel_open 1s ease-in;
    animation-fill-mode: forwards;
}
  
#menu-btn.close:before {
    animation: topBar_close 1s ease-in-out;
    animation-fill-mode: forwards;
}
    
#menu-btn.close:after {
    animation: bottomBar_close 1s ease-in-out;
    animation-fill-mode: forwards;
}
    
#menu-btn.close .text {
    animation: menuLabel_close 1s ease-in;
    animation-fill-mode: forwards;
}
.smaller-input {
	width: 75% !important;
}    
.pass-hidden {
	display: none;
}

.gift-img {
	border: 1px solid #e4eaf5;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 20px;
	border-radius: 5px;
}
.gift-img img {
	max-width: 100%;
}
.gift-title {
	line-height: 24px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #45489A;
}
.gift-price {
	color: #45489A;
    overflow: hidden;
    display: block;
    border-top: 1px solid #e4eaf5;
    border-bottom: 1px solid #e4eaf5;
    padding: 10px 0;
}
.gift-price span.labeltje {
	line-height: 31px;
}
.gift-price span.boxed {
	padding: 5px 10px;
    border-radius: 5px;
    background-color: #f0f3f9;
	color: #45489A;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
}
.gift-prior {
	margin-bottom: 20px;
    color: #45489A;
	overflow: hidden;
    display: block;
	border-bottom: 1px solid #e4eaf5;
    padding: 10px 0;
}
.gift-prior span.labeltje {
	line-height: 31px;
}
.gift-prior span.boxed {
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #f0f3f9;
	color: #45489A;
	font-weight: 600;
	font-size: 14px;
    display: inline-block;
}
.gift-note-title {
	font-weight: 600;
    color: #5b9595;
	margin-top: 20px;
}
.gift-note-content {
	position: relative;
    margin-top: 20px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e4eaf5;
    text-align: center;
    color: #45489A;
}
.gift-note-content .gift-note-arrow {
	position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 12px;
    background-image: url(../img/gift-note-arrow.png);
}
.buy-online-info {
	color: #45489A;
}
.buy-box {
	padding: 20px;
	margin-top: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e4eaf5;
	display: block;
	overflow: hidden;
}
.buy-box .buy-info {
	display: block;
	overflow: hidden;
    width: 100%;
    padding: 0;
}
.buy-box .buy-info .buy-info-title {
	line-height: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #5da3bf;
}
.buy-box .buy-info .buy-info-price span {
	padding: 5px 10px;
    border-radius: 5px;
	background-color: #e6f5e4;
    color: #268e47;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
}
.buy-box .buy-available {
    color: #45489A;
	line-height: 31px;
}
.buy-box .buy-available span.available {
	color: #268e47;
    font-weight: bold;
}
.buy-box .buy-available span.buy-shop {
	font-weight: bold;
}
.buy-box .buy-cta {
    padding-top: 20px;
    border-top: 1px solid #eee;
	text-align: center;
}
.buy-box .buy-cta .buy-cta-btn {
	text-align: center;
    background-color: #29ab61;
    color: #fff;
    padding: 5px 20px;
    font-size: 15px;
    border-radius: 5px;
    font-weight: bold;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    display: inline-block;
	text-decoration: none;
}
.buy-box .buy-cta .buy-cta-btn:hover {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    text-decoration: none;
}
.buy-box .buy-cta .buy-cta-btn i {
	margin-left: 5px;
    font-weight: 600;
}
.checkoff-info {
	padding-left: 1.85714em;
    color: #919eba;
}
.checkoff-info span {
	color: #697ba2;
    font-weight: 600;
}
.checkoff-info a {
	color: #268e47;
    font-weight: 600;
}
.checkoff .ui.form .field>label {
    color: #5da3bf;
}

.share-add-contact {
	/* background-color: #fdfdfd; */
    border: 1px solid #e4eaf5;
    padding: 20px 40px 10px 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    margin-top: 20px;
    position: relative;
    margin-bottom: 40px;
}
.share-add-contact .btn-2 {
	margin-top: 41px;
	padding-left: 20px;
	padding-right: 20px;
}
.share-contacts {
	margin-bottom: 60px;
}
.share-contacts-header {
	border-bottom: 1px solid #cfe0e4;
    color: #697ba2;
    font-weight: 600;
    padding-bottom: 5px;
}
.share-contacts-header label {
	color: #697ba2 !important;
}
.share-contacts-result {
	border-bottom: 1px solid #e4eaf5;
    padding: 8px 0;
    line-height: 30px;
    color: #45489A;
}
.share-contacts-results .share-contacts-result:last-child {
	border-bottom: 1px solid #cfe0e4;
}
.share-contacts-result label {
	color: #45489A !important;
}
.share-contacts-options {
	margin-top: 20px;
}
.share-contacts-options i {
	color: #45489A;
    line-height: 45px;
    float: left;
    margin: 0 20px 0px 10px;
}
.share-contacts-selected {
	line-height: 22px;
    margin-top: 4px;
    margin-right: 10px;
    float: left;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 5px;
    background-color: #f0f3f9;
    color: #45489A;
    font-weight: 600;
    font-size: 16px;
}
.share-delete-btn {
	line-height: 22px;
    margin-top: 4px;
    float: left;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 5px;
    background-color: #d26f6f;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
	text-decoration: none;
}
.share-delete-btn:hover {
	color: #fff;
	text-decoration: none;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.clear {
	clear: both;
}
.share-contacts-options h4 {
	color: #38965a;
    font-size: 1.2rem;
	font-weight: 600;
	border-bottom: none;
	padding-bottom: 0;
}
.share-contacts-options p {
	color: #8097a5;
}
.share-contacts-options .btn-2 {
	background-color: #38965a;
	border-color: #38965a;
}
.share-contacts-options .invitation-box {
	position: relative;
    margin-top: 20px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e4eaf5;
    color: #45489A;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.share-contacts-options .invitation-box .invitation-arrow {
	position: absolute;
    top: -12px;
    left: 30px;
    width: 30px;
    height: 12px;
    background-image: url(../img/gift-note-arrow.png);
}
.share-zero-contacts {
	overflow: hidden;
    padding: 20px 0;
}
.share-zero-contacts .share-contacts-selected {
	float: none;
	background-color: #f1f1f1;
    color: #888;
}
.qr-container {
	padding: 10px;
    border: 1px solid #e4eaf5;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.qr-container img {
	max-width: 100%;
}
.qr-download {
	display: block;
    background-color: #38965a;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    margin: 10px 0 30px 0;
    border-radius: 5px;
}
.qr-download:hover {
	text-decoration: none;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	color: #fff;
}
.copy-link {
	margin-top: 48px;
    display: block;
    line-height: 42px;
    background-color: #f0f3f9;
    color: #678caa;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
}
.copy-link:hover {
	text-decoration: none;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
label.bigger {
	font-size: 1.2rem !important;
    color: #45489A !important;
}
.ui.toggle.checkbox input~.box:after, .ui.toggle.checkbox input~label:after, .ui.toggle.checkbox .box:before, .ui.toggle.checkbox label:before {
    border: 1px solid #c3d1de;
}
.ui.toggle.checkbox input:checked~.box:before, .ui.toggle.checkbox input:checked~label:before, .ui.toggle.checkbox input:focus:checked~.box:before, .ui.toggle.checkbox input:focus:checked~label:before {
    background-color: #569281 !important;
	border-color: #407566 !important;
}
.ui.toggle.checkbox input:focus~.box:before, .ui.toggle.checkbox input:focus~label:before, .ui.toggle.checkbox .box:hover::before, .ui.toggle.checkbox label:hover::before {
	background-color: none !important;
	background: rgba(0,0,0,.05) !important;
	border: 1px solid #c3d1de !important;
}
.ui.toggle.checkbox .box:before, .ui.toggle.checkbox label:before, .ui.toggle.checkbox .box:after, .ui.toggle.checkbox label:after {
	top: 5px;
}

.invited {
	color: #39ad4e;
}
.not-invited {
	color: #d64b4b;
}
.share-contacts-no-selected {
	display: inline-block;
	line-height: 38px;
	margin-top: 4px;
	margin-left: 5px;
	font-size: 14px;
	color: #8097a5;
}
.share-contacts-has-selected {
	display: inline-block;
}
.share-contacts-no-selected.hidden, .share-contacts-has-selected.hidden, #send-invite.hidden {
	display: none;
}
.ui.checkbox label {
	cursor: pointer;
}

.score-circle {
	width: 100px;
    height: 100px;
    line-height: 86px;
    border: 8px double #45489A;
    display: inline-block;
    font-size: 36px;
    border-radius: 50%;
    color: #45489A;
    font-weight: 600;
    letter-spacing: -1px;
}
.score-stars {
	margin-top: 20px;
    margin-bottom: 20px;
    color: #45489A;
    font-size: 20px;
}
.score-text {
	font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #45489A;
}
.score-btn {
	margin-top: 20px;
    display: inline-block;
    background-color: #45489A;
	color: #fff;
    padding: 5px 15px;
    font-weight: 600;
	border-radius: 5px;
}
.score-btn:hover {
	text-decoration: none;
	color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.testimonial {
	text-align: center;
	padding: 0 15px;
	padding-top: 20px;
}
.testimonial .testimonial-balloon {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #e4eaf5;
	border-radius: 10px;
	margin-bottom: 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	color: #45489A;
}
.testimonial .testimonial-balloon .testimonial-stars {
	color: #45489A;
	margin-top: 10px;
}
.testimonial .testimonial-info {
	
}
.testimonial .testimonial-info h5 {
	
}
.slick-prev:before, .slick-next:before {
    content: "";
    display: none;
}
.occassion-box {
	background-color: #eef6f9;
    padding: 15px 20px;
    text-align: center;
    color: #45489A;
    font-weight: 600;
    margin-bottom: 30px;
	font-size: 18px;
	display: block;
}
.occassion-box:hover {
	background-color: #eef6f9;
    color: #45489A;
    text-decoration: none;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.popup-open {
	overflow: hidden !important;
	height: auto !important;
	padding-right: 17px;
}

.error_msg {
	font-size: 14px;
	color: #a84141;
	margin-top: 10px;
	display: block;
}
.error_msg a {
	color: #a84141;
	text-decoration: underline;
}
.error_msg a:hover {
	color: #7b2020;
}

.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: block;
}
.upload-btn-wrapper .btn {
	border: 2px dashed #c3d1de;
	color: #91a3b0;
	background-color: white;
	border-radius: 8px;
	font-size: 13px;
	cursor: pointer;
	height: 100px;
	width: 100%;
}
.upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	cursor: pointer;
}
.uploading_image img {
	max-width: 100px;
	max-height: 100px;
	height: auto;
	vertical-align: middle;
}

textarea.denied {
    border: 1px solid rgb(212, 119, 119) !important;
    background-color: #fbe5e5 !important;
    color: #801212 !important;
}

.list-description {
	min-height: 50px;
}

.star-box {
	line-height: 22px;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #f0f3f9;
	color: #45489A;
	font-weight: 700;
	font-size: 14px;
}
.star-box i {
	cursor: pointer;
}
.star-status {
	display: inline-block;
	margin-left: 10px;
	color: #697ba2;
}
.star-box.rating-variant {
	font-size: 20px;
    padding: 10px 20px;
}

.dashboard.user-content .list-head h3 {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 1.8rem;
}
.dashboard.user-content .list-head h3 + p {
	color: #45489A;
	font-style: italic;
	font-weight: 300;
}
.dash_box {
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.05);
	padding: 30px 20px 20px;
	margin-bottom: 30px;
	border: 1px solid #dbe9ec;
}
.dash_box .title {
	color: #121f38;
	font-size: 17px;
	line-height: 26px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: center;
	margin-bottom: 10px;
}
.dash_box .lists {
	font-weight: 400;
	color: #45489A;
	text-align: center;
	font-size: 2rem;
	line-height: 1em;
	vertical-align: middle;
	font-family: serif;
	position: relative;
}
.dash_box .lists:after {
	content: '';
	display: block;
	height: 1px;
	width: 70%;
	margin: 15px auto 25px;
	background-color: #45489A;
}
.dash_box .lists span {
	font-weight: 300;
	font-size: 1.2rem;
	font-style: italic;
	margin-left: 10px;
	position: relative;
	top: -8px;
}
.dash_box ul {
	margin: 0px;
	padding: 0px;
}
.dash_box ul li {
	list-style-type: none;
	font-size: 14px;
	font-weight: 300;
	color: #828595;
	line-height: 26px;
}
.dash_box ul li span {
	float: right;
}
.dash_box.table {
	padding: 15px;
	font-size: 14px;
	font-weight: 300;
	color: #828595;
	line-height: 26px;
}
.dash_box.table strong {
	color: #595d72;
}
.dash_box.menu {
	padding: 0px;
	position: relative;
}
.dash_box.menu ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #eee;
	clear: both;
	overflow: hidden;
}
.dash_box.menu ul li {
	float: left;
}
.dash_box.menu ul li a {
	display: inline-block;
	padding: 12px 20px;
	border-right: 1px solid #eee;
}
.dash_box.menu ul li a:hover {
	text-decoration: none;
	background: #fafafa;
}
.dash_box.menu ul.secondary_menu {
	border-bottom: 0px;
	background: #f9f9f9;
}
.dash_box.menu ul.secondary_menu li a {
	border-right: 1px solid #e6e6e6;
}
.dash_box.menu ul.secondary_menu li a:hover {
	background: #f2f2f2;
}
.dash_box.menu .save_form {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	background: #629256;
	color: #fff;
	padding: 10px 20px;
	font-size: 13px;
}
.dash_box.menu .save_form:hover {
	text-decoration: none;
	opacity: 0.9;
}
.dash_box.version_box {
	margin-bottom: 10px;
	padding: 10px 15px;
	font-size: 13px;
	cursor: pointer;
}
.dash_box.version_box .badge {
	font-size: 13px;
	text-transform: uppercase;
	padding: 8px 10px 5px;
	margin-bottom: 5px;
}
.dash_box.version_box.version_inactive {
	background: #f9f9f9;
}
.version_content {
	display: none;
}


.dash_cols {
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.05);
	margin-bottom: 30px;
}
.dash_cols > .row {
	margin: 0px;
}
.dash_cols > .row > div {
	padding: 0px;
}
.dash_cols .dash_col {
	padding: 25px 40px;
	color: #656565;
}
.dash_cols .dash_col h3 {
	margin-top: 0px;
	font-size: 36px;
	color: #656565;
}
.dash_cols .dash_col strong {
	color: #656565;
}
.dash_cols .dash_col p {
	margin-bottom: 0px !important;
	font-size: 75%;
}

.small_nav {
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	float: right;
	list-style: none;
	font-size: 0;
}
.small_nav li {
	display: inline-block;
	list-style-type: none;
	margin: 0px 1px;
}
.small_nav li a {
	padding: 4px 12px;
	display: inline-block;
	color: #fff;
	background: #45489A;
	text-transform: uppercase;
	font-size: 12px;
}
.small_nav li.active a {
	background: #45489A;
	color: #fff;
}
.small_nav li.green a {
	background: #629256;
	color: #fff;
}
.small_nav li.red a {
	background: #925656;
	color: #fff;
}

.prev-suggestion {
	background-color: #efefef;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    padding: 6px 0 5px 0;
    color: #666;
	margin-bottom: 0px;
	cursor: pointer;
}
.next-suggestion {
	background-color: #efefef;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    padding: 6px 0 5px 0;
    color: #666;
	margin-top: 0px;
	cursor: pointer;
}
.prev-suggestion:hover, .next-suggestion:hover {
	background-color: #ecf6f8;
    color: #95aeb9;
}

.thin_gaps {
	margin-left: -5px;
	margin-right: -5px;
}
.thin_gaps > div {
	padding-left: 5px;
	padding-right: 5px;
}
.select-fullwidth .ui.selection {
	width: 100%;
	min-width: 0px;
}

@media (max-width: 1600px) {
	img#flower-right, img#flower-left, img#flower-right-2, img#flower-left-2 {
		display: none;
	}
}
@media (max-width: 1280px) {
	.slider #thema-img {
		right: 0%;
	}
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 992px) {
	.slider {
		min-height: 850px;
	}
}
@media (max-width: 991.98px) {
    /* Navbar */
    .navbar {
        padding: 15px 20px;
    }
    .navbar .nav-item .nav-link {
        margin: 20px 0 10px;
    }
    .navbar .btn-1 {
        margin: 20px 0;
        display: inline-block;
    }
	
	#logo {
		max-height: 50px;
		max-width: 100%;
	}
	.nav-buffer {
		padding: 45px;
	}
	.head-bar {
		box-shadow: 0 0 20px rgba(0,0,0,0.05);
		border: 1px solid #e4eaf5;
		font-size: 1rem;
		line-height: 22px;
		font-weight: 600;
		background-color: #fff;
		color: #3b566e;
		padding: 2px;
		overflow: hidden;
	}
	.head-bar .head-bar-first {
		display: inline-block;
		padding: 6px 15px;
		background-color: #f1f7ff;
		position: relative;
	}
	.head-bar .head-bar-first::after {
		content: '';
		position: absolute;
		right: -17px;
		top: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 17px 0 17px 17px;
		border-color: transparent transparent transparent #f1f7ff;
	}
	.head-bar .head-bar-second {
		display: inline-block;
		padding: 6px 10px;
		padding-left: 28px;
	}
	ul.list-menu li {
		display: inline-block;
		padding: 0;
		margin: 0;
		text-align: center;
		background: #45489A;
	}
	ul.list-menu li div {
		display: inline-block;
		margin: 2px;
		background-color: #eef6f9;
	}
	ul.list-menu li div i {
		color: #45489A;
	}
	.fa-divider {
		line-height: 40px;
		font-size: 18px;
	}
	.user-content h3, .user-content h1 {
		margin: 0;
		margin-top: 20px;
		line-height: 40px;
		font-size: 1.4rem;
	}
	.list-item {
		
	}
	.list-item:last-child {
		margin-bottom: 40px;
	}
	.list-item-info {
		width: calc(100% - 65px);
		padding: 0 0 0 20px;
	}
	.list-item-info .list-item-title {
		line-height: 20px;
		font-size: 16px;
	}
	.list-item-info ul .list-item-price {
		line-height: 20px;
		margin-top: 5px;
		margin-right: 5px;
	}
	.list-item-info ul .list-item-shop {
		line-height: 20px;
		margin-top: 5px;
		margin-right: 5px;
	}
	.list-item-info ul .list-item-prior {
		line-height: 20px;
		margin-top: 5px;
		margin-right: 5px;
	}
	.list-item-options {
		width: 100%;
		height: auto;
		padding-left: 0;
		padding-top: 15px;
		margin-top: 15px;
		border-left: none;
		border-top: 1px solid #eee;
	}
	.footer h4 {
		margin: 0;
		font-size: 1.2rem;
	}

    /* Slider */
    .slider {
        height: auto;
        padding: 120px 0;
    }
    .slider .content .left h1 {
        font-size: 35px;
    }
    .slider .content .left p {
        font-size: 15px;
    }
	.pop-up-title #close-new-list, .pop-up-title #close-new-gift, .pop-up-title #close-view-gift {
		right: 15px;
	}
	.share-add-contact {
		text-align: center;
	}
	.share-add-contact .col-md-4 {
		width: 100% !important;
		max-width: 100% !important;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
	}
	.share-add-contact input[type="text"] {
		text-align: center;
	}
	.share-add-contact .btn-2 {
		margin-top: 10px;
	}
}

@media (max-width: 991.98px) and (min-width: 767.98px) {

	.no-padding-ipad {
		padding: 0;
	}
	ul.side-user-menu li {
		border-bottom: 1px solid #e4eaf5;
		text-align: left;
		padding: 10px 0px 10px 10px;
		position: relative;
		font-size: 0.9rem;
	}
	ul.side-user-menu li i {
		font-weight: 600;
		position: absolute;
		top: 14px;
		left: 0px;
		color: #c7cfde;
		display: none;
	}
	.list-item {
		padding-bottom: 15px;
	}
	.list-item-options {
		text-align: center;
	}
	.list-item-options .list-item-btn {
		width: auto;
		display: inline-block;
		padding: 4px 15px;
	}
	.pop-up-title h2 {
		margin: 0;
		line-height: 36px;
	}
	.slider #thema-img {
		position: absolute;
		bottom: 0;
		right: 5%;
	}
	.user-content.list-cover h1 {
		padding: 0;
	}
	#list-avatar {
		bottom: -200px;
	}
}

@media (min-width: 769px) {
	.extra-padding-right {
		padding-right: 40px !important;
	}
}

@media (min-width: 769px) {
	.pull-md-4 {
		right: 33.333333%;
	}
	.push-md-8 { 
		left: 66.666667%;
	}
	.pull-md-3 {
		right: 25%;
	}
	.push-md-9 {
		left: 75%;
	}
}

@media (max-width: 768px) {
	a.extra-login-link {
		display: block;
		margin-left: 0;
		margin-top: 25px;
	}
	ul.share-on li {
		list-style: none;
		display: block;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.share-contacts .col-sm-7.xs-7 {
		-ms-flex: 0 0 75% !important;;
		flex: 0 0 75% !important;;
		max-width: 75% !important;;
	}
	.share-contacts .col-sm-5.xs-5 {
		-ms-flex: 0 0 25% !important;;
		flex: 0 0 25% !important;;
		max-width: 25% !important;;
	}
	.share-contacts .col-sm-8.xs-8 {
		-ms-flex: 0 0 66.6666% !important;;
		flex: 0 0 66.6666% !important;;
		max-width: 66.6666% !important;;
	}
	.share-contacts .col-sm-4.xs-4 {
		-ms-flex: 0 0 33.3333% !important;;
		flex: 0 0 33.3333% !important;;
		max-width: 33.3333% !important;;
	}
	.hide-mobile {
		display: none;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {
    .navbar {
        padding: 15px 20px;
    }
    .navbar .nav-item .nav-link {
        margin: 20px 0 10px;
    }
    .navbar .btn-1 {
        margin: 20px 0;
        display: inline-block;
    }
	.navbar-nav {
		margin-top: 20px;
	}
	img#flower-right, img#flower-left, img#flower-right-2, img#flower-left-2 {
		display: none;
	}
	.slider #thema-img {
		display: none;
	}
	
	.user-content {
		padding: 40px 0;
	}
	
	.footer h4, .score-circle {
		margin-top: 40px;
	}
	.footer-bottom {
		text-align: center;
	}
	.footer-bottom ul.credits-list li {
		width: 100%;
		padding-right: 0;
		margin-right: 0;
		padding-top: 7px;
		margin-top: 7px;
		border-right: none;
		border-top: 1px solid #cfe0e4;
		line-height: 18px;
		text-align: center;
	}
	
	.center-mobile {
		text-align: center !important;
	}
	.how-to-img {
		margin-bottom: 30px;
		max-width: 60%;
	}
	.info-box.white {
		padding-bottom: 0;
	}
	ul.list-menu {
		margin-top: 20px;
	}
	ul.list-menu li {
		display: inline-block;
		padding: 0;
		margin: 0px;
		text-align: center;
		background: #45489A;
	}
	ul.list-menu li div {
		display: inline-block;
		margin: 2px;
		background-color: #eef6f9;
	}
	ul.list-menu li div i {
		color: #45489A;
	}
	
	.list-item {
		padding: 15px;
	}
	.list-item:last-child {
		margin-bottom: 40px;
	}
	.list-item-info {
		width: calc(100% - 65px);
		padding: 0 0 0 20px;
	}
	.list-item-info .list-item-title {
		line-height: 24px;
		font-size: 18px;
	}
	.list-item-info ul .list-item-price {
		line-height: 20px;
		margin-top: 5px;
		margin-right: 5px;
	}
	.list-item-info ul .list-item-shop {
		line-height: 20px;
		margin-top: 5px;
		margin-right: 5px;
	}
	.list-item-info ul .list-item-prior {
		line-height: 20px;
		margin-top: 5px;
		margin-right: 5px;
	}
	.list-item-options {
		width: 100%;
		height: auto;
		padding-left: 0;
		padding-top: 15px;
		margin-top: 15px;
		border-left: none;
		border-top: 1px solid #eee;
	}
    .slider {
        height: auto;
        padding: 150px 0 50px 0;
    }
    .slider .content {
        text-align: center;
    }
    .slider .content .left {
        margin-bottom: 40px;
    }
	ul.side-user-menu {
		margin-left: 0px;
	}

    /* Some Project */
    .project .right {
        margin-top: 40px;
    }

    /* Some Benefits */
    .benefits {
        padding: 120px 0 80px;
    }
    .benefits .box {
        margin-bottom: 40px;
    }

    .project-2 .left {
        margin-bottom: 40px;
    }
	
	.user-content.list-cover {
		background-color: rgb(238, 246, 249);
		background-position: center center;
		background-size: cover;
		position: relative;
		padding-bottom: 130px;
	}
	.user-content.list-cover h1 {
		margin: 0 !important;
		padding: 0;
		font-size: 30px;
	}
	#list-avatar {
		width: 200px;
		height: 200px;
		border: 5px solid #ffffff;
		border-radius: 50%;
		background-position: center center;
		background-size: cover;
		position: absolute;
		bottom: -230px;
		left: 50%;
		margin-left: -100px;
		box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	}
	.list-description {
		padding-left: 0;
		padding-top: 90px;
		text-align: center;
	}
	.list-description p {
		margin-bottom: 10px;
	}
	.login-box {
		margin-left: 15px;
		margin-right: 15px;
	}
	.mt-0-mobile {
		margin-top: 0 !important;
	}
	.user-content.colored {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.smaller-input {
		width: 100% !important;
	}   
	#pop-up-new-list h3, #pop-up-new-gift h3, #pop-up-view-gift h3 {
		text-align: center;
	}
	.copy-link {
		margin-top: 0px;
	}
	.uploading_image {
		text-align: center;
		padding-top: 20px;
		overflow: hidden;
		height: 140px;
	}
	.uploading_image #uploaded_list_image {
		display: inline-block;
		top: 20px;
		left: 50%;
		transform: translateX(-50px);
	}
	.share-email-area {
		color: #969696;
	}
	.invited, .not-invited {
	}
	.theme-img {
		text-align: center !important;
		margin-top: 50px;
	}
	.info-box h2 {
		line-height: 32px;
		font-size: 1.2rem;
	}
	
	.small_nav {
		float: none;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	.dash_box {
		margin-bottom: 15px;
	}
	.dash_cols .dash_col {
		text-align: center;
	}
}
@media (max-width: 576px) {
	.share-contacts .col-sm-7.xs-7 {
		-ms-flex: 0 0 58.333333% !important;;
		flex: 0 0 58.333333% !important;;
		max-width: 58.333333% !important;;
	}
	.share-contacts .col-sm-5.xs-5 {
		-ms-flex: 0 0 41.666667% !important;;
		flex: 0 0 41.666667% !important;;
		max-width: 41.666667% !important;;
	}
	.share-contacts .col-sm-8.xs-8 {
		-ms-flex: 0 0 60% !important;;
		flex: 0 0 60% !important;;
		max-width: 60% !important;;
	}
	.share-contacts .col-sm-4.xs-4 {
		-ms-flex: 0 0 40% !important;;
		flex: 0 0 40% !important;;
		max-width: 40% !important;;
	}
	.share-email-area {
		font-size: 14px;
		color: #969696;
	}
	.invited, .not-invited {
		font-size: 14px;
	}
	.info-box.white h2, .info-box.white p {
		text-align: center;
	}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .navbar {
        padding: 15px 20px;
    }
    .navbar .nav-item .nav-link {
        margin: 20px 0 10px;
    }
    .navbar .btn-1 {
        margin: 20px 0;
        display: inline-block;
    }
	#logo {
		height: 45px;
	}
	
	.head-bar {
		text-align: center;
	}
	.head-bar .head-bar-first {
		display: none;
	}
	.head-bar .head-bar-second {
		font-size: 1.1rem;
		padding: 10px;
		padding-left: 10px;
		font-weight: 600;
		letter-spacing: 0.2px;
	}
	.user-content h3, .user-content h1 {
		line-height: 40px;
		font-size: 1.2rem;
	}
	.user-content .list-head h3 span, .user-content .list-head h3 i {
		display: none;
	}
	.user-content .list-head h3 {
		font-size: 1.2rem;
	}
	.user-content h3.caps, .user-content h1.caps {
		letter-spacing: 1px;
	}

    .slider {
        height: auto;
        padding: 140px 15px 50px 15px;
    }
    .slider .content {
        text-align: center;
    }
    .slider .content .left {
        margin-bottom: 40px;
    }
	.slider .content .left h1 {
		font-size: 28px;
		line-height: 36px;
	}
	.slider .content .left p {
	    padding: 0 10%;
	}
	#start-list {
		width: 100%;
	}
	#start-stat {
	    padding: 0;
	}
	.slider .content h1 {
		font-size: 36px;
		line-height: 48px;
	}
    .project .right {
        margin-top: 40px;
    }

    .project-2 .left {
        margin-bottom: 40px;
    }
	.pop-up-title h2 {
		margin: 0;
		line-height: 30px;
		font-size: 1.4rem;
		font-weight: 600;
		margin-right: 80px;
	}
	.pop-up-title #close-new-list, .pop-up-title #close-new-gift, .pop-up-title #close-view-gift {
		padding: 2px 8px;
	}
	.gift-prior .col-md-4, .gift-price .col-md-4 {
		width: 35% !important;
	}
	.gift-prior .col-md-8, .gift-price .col-md-8 {
		width: 65% !important;
	}
	.share-contacts-options p {
		font-size: 15px;
	}
	.share-contacts-options h4 {
		line-height: 1.4;
		margin-bottom: 10px;
	}
	#start-page {
		padding-top: 2%;
		padding-bottom: 2%;
	}
	#start-page .start-box {
		width: 95%;
		padding: 40px 30px 30px 30px;
	}
	#start-page .start-box .btn-2 {
		padding: 10px 20px;
	}
	#start-page .start-box .start-btn-other {
		margin-bottom: 10px;
	}
	#start-page .start-box h1 {
		font-size: 1.5rem;
		line-height: 1.5;
	}
}
@media (max-width: 420px) {
	.slider .content .left input, .slider .content .left .ui.dropdown {
		width: 100% !important;
	}
	#pop-up-new-list h3, #pop-up-new-gift h3, #pop-up-view-gift h3 {
		font-size: 1.2rem;
	}
}
@media (max-width: 410px) {
	.ui.labeled.input {
		max-width: 125px;
	}
}

@media (max-width: 383.98px) {
    .slider {
		padding: 110px 5px 50px 5px;
	}
	.slider .content .left .btn-1 {
        margin-bottom: 20px;
    }
    .slider .content .left .btn-2 {
        margin-right: 0;
    }
	.navbar-brand {
		font-size: 48px;
	}
	.nav-buffer {
		padding: 40px;
	}
	.navbar-brand img {
		position: absolute;
		right: -30px;
		top: 0;
		width: 30px;
	}
	.info-box {
		padding: 30px 20px;
	}
	.login-box {
		margin-left: 0;
		margin-right: 0;
	}
	.user-content.list-cover h1 {
		font-size: 25px;
	}
}
@media (max-width: 365px) {
	.share-contacts-no-selected {
		line-height: 24px !important;
		padding-top: 10px;
	}
	.slider .content .left .btn-2, .btn-2, input[type=submit] {
		padding: 10px 25px;
		width: 100%;
		text-align: center;
	}
	#start-page {
		padding-top: 1%;
		padding-bottom: 1%;
	}
	#start-page .start-box {
		width: 98%;
		padding: 30px 20px 20px 20px;
	}
	#start-page .start-box .start-divider {
		margin: 40px 0;
	}
}

.pb-0 {
	padding-bottom: 0 !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.pb-60 {
	padding-bottom: 60px !important;
}
.pb-80 {
	padding-bottom: 80px !important;
}
.pb-100 {
	padding-bottom: 100px !important;
}
.pb-120 {
	padding-bottom: 120px !important;
}
.pb-140 {
	padding-bottom: 140px !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pt-60 {
	padding-top: 60px !important;
}
.pt-80 {
	padding-top: 80px !important;
}
.pt-100 {
	padding-top: 100px;
}
.pl-0 {
	padding-left: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mt-80 {
	margin-top: 80px !important;
}
.mt-100 {
	margin-top: 100px !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-05 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}


@media (max-width: 991px)
{
	.navbar .nav-item .nav-link {
		padding: 0px 25px;
		font-size: 18px;
	}
}