.not-logged-in .tab-menu-account a {
  text-transform: uppercase;
  text-align: center;
}

.not-logged-in .tabs-menu li a {
	min-width: auto;
}


.not-logged-in .tabs-right ul > li:nth-last-child(2) {
  right: -0.5em;
}
.not-logged-in .tabs-right ul > li:nth-last-child(3) {
  right: -1em;
}
.not-logged-in .tabs-right ul > li:nth-last-child(4) {
  right: -1.5em;
}
.not-logged-in .tabs-right ul > li:nth-last-child(5) {
  right: -2em;
}
.not-logged-in .tabs-right ul > li:nth-last-child(6) {
  right: -2.5em;
}
.not-logged-in .tabs-right ul > li:nth-last-child(7) {
  right: -3em;
}
.not-logged-in .tabs-right ul > li:nth-last-child(8) {
  right: -3.5em;
}
.not-logged-in .tabs-right ul > li:nth-last-child(9) {
  right: -4em;
}
.not-logged-in .tabs-right ul > li:nth-last-child(10) {
  right: -4.5em;
}

@media (min-width: 1600px) {
	.tabs-menu.tabs-right a,
	.tabs-menu.tabs-left a	{
		font-size: 0.8em;
	}
}

@media (max-width: 1280px) {
	.not-logged-in .onmobile {
		display: block;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(2) {
	  right: -0.5em;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(3) {
	  right: -1em;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(6) {
	  right: -1.5em;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(9) {
	  right: -2em;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(10) {
	  right: -2.5em;
	}
	
	

	.not-logged-in .tabs-right > ul > li:nth-last-child(4) {
	  display: none;
	}
	.not-logged-in .tabs-right > ul > li:nth-last-child(5) {
	  display: none;
	}
	.not-logged-in .tabs-right > ul > li:nth-last-child(7) {
	  display: none;
	}
	.not-logged-in .tabs-right > ul > li:nth-last-child(8) {
	  display: none;
	}
	
	

}

@media (max-width: 1230px) {
	.not-logged-in .tab-menu-account2 {
		display: block;
		right: -3em;
	}
}

@media (max-width: 1056px) {
	.not-logged-in .tabs-menu li a {
	  padding-right: 1.5em;
	}
}

@media (max-width: 991px) {
	/*
	.not-logged-in .tabs-right ul > li:nth-last-child(2) {
		right: 0;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(3) {
	  right: -0.5em;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(4) {
	  right: -1em;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(5) {
	  right: -1.5em;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(6) {
	  right: -2em;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(7) {
	  right: -2.5em;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(8) {
	  right: -3em;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(9) {
	  right: -3.5em;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(10) {
	  right: -4em;
	}
	*/
}

@media (max-width: 810px) {
	.not-logged-in .tabs-menu li a {
	  padding-right: 1.2em;
	}
}

@media (max-width: 767px) {
	.not-logged-in .tabs-right ul > li:nth-last-child(2) {
	  right: -0.5em;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(3) {
	  right: -1em;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(10) {
	  right: -1.5em;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(11) {
	  right: -2em;
	}
}

@media (max-width: 520px) {
	.not-logged-in .tabs-right > ul > li:nth-last-child(2) {
		display: none;
	}
	.not-logged-in .tabs-right > ul > li:nth-last-child(10) {
		display: none;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(3) {
	  right: -0.5em;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(11) {
	  right: -1em;
	}
}

.not-logged-in #user_login_pc {
  margin-left: 1em;
}

.not-logged-in #user_login_apple, 
.not-logged-in #user_login_pc {
  margin-top: 0;
}

.not-logged-in #user_login_apple img, 
.not-logged-in #user_login_pc img {
  height: 2em;
  margin-top: 0;
}

@media (max-width: 690px) {
	.not-logged-in #user_login_apple, 
	.not-logged-in #user_login_pc {
		display: none;
	}
}

/*
=========================================================
	CHAT WIDGET
=========================================================
*/

.custom-live-chat {
	display: table;
	position: fixed;
	z-index: 1100;
	bottom: 0;
	left: 0;
	font-size: 15px;
	width: 100%;
	padding: 1em;
	max-width: 26em;
}
.custom-live-chat.right {
	right: 0;
	left: auto;
	width: auto;
}
.custom-live-chat.goup {
	bottom: 7em;
}
.clc-button {
	display: block;
	cursor: pointer;
}
.clc-button:hover {
	text-decoration: none;
}
.clc-greet {
	font-size: 1.4em;
	text-decoration: none;
	position: absolute;
	bottom: 3em;
	width: 15em;
	line-height: 1.3em;
	color: #222;
	left: 0;
}
.custom-live-chat.right .clc-greet {
	right: 0;
	left: auto;
	text-align: right;
}
.clc-greet p {
	background-color: #fff;
	padding: 0.4em 1em;
	border-radius: 0.5em;
	position: relative;
}
.clc-greet p::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 0.6em solid transparent;
	border-right: 0.6em solid transparent;
	border-top: 0.6em solid #fff;
	bottom: -0.5em;
	left: 0.8em;
}
.clc-great-close {
	position: absolute;
	font-family: "Arial";
	display: table;
	right: 0.2em;
	top: 0.2em;
	color: #999;
	z-index: 100;
	font-size: 0.8em;
	line-height: 0.95em;
	padding: 0.1em;
	border-radius: 2em;
	border: 1px solid #999;
	text-align: center;
	width: 1.4em;
	height: 1.4em;
}
.custom-live-chat.right .clc-great-close {
	left: 0.2em;
	right: auto;
}
.custom-live-chat.right .clc-greet p::after {
	right: 0.8em;
	left: auto;
}
.clc-btnimg {
	position: relative;
}
.clc-btnstartchat {
	display: table;
	text-align: center;
	margin: auto;
	margin-top: auto;
	margin-bottom: auto;
	background-color: #fd5002;
	padding: 0.5em 1em;
	font-size: 0.9em;
	border-radius: 0.5em;
	margin-top: 0.3em;
	color: #fff;
	margin-bottom: 0.3em;
	line-height: 1em;
}
.clc-photo {
	position: absolute;
	width: 4em;
	border-radius: 2em;
	z-index: 10;
}
.custom-live-chat.right .clc-photo {
	right: 0;
	left: auto;
}
.clc-icon {
	height: 2.67em;
	border-radius: 0.67em;
	margin-left: 3.33em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
}
.custom-live-chat.right .clc-icon {
	margin-right: 3.4em;
	margin-left: auto;
}

.clc-iframe {
	max-height: 40em;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	padding: 1em;
	max-width: 25em;
	height: 0;
	width: 0;
	opacity: 0;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.custom-live-chat.right .clc-iframe {
	left: auto;
	right: 0;
}
.clc-iframe.show {
	height: 100%;
	width: 100%;
	opacity: 1;
}

.clc-iframe iframe {
	height: 100%;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
}

.clc-minimize {
	font-family: "Arial";
	font-size: 0.8em;
	cursor: pointer;
	float: right;
	position: absolute;
	top: 0;
	right: 2em;
	background-color: #fff;
	line-height: 0.8em;
	padding: 0.22em 0.4em;
	color: #000;
	border-radius: 3px 3px 0 0;
}

.clc-notes {
	font-family: "Arial";
	font-size: 0.8em;
	padding-left: 5em;
	position: absolute;
	bottom: 0.5em;
	left: 0;
	margin-left: 1em;
	text-shadow: 1px 1px 4px #000;
	z-index: 100;
}

.custom-live-chat.right .clc-notes {
	margin-left: auto;
	left: auto;
	right: 0;
	margin-right: 1em;
	padding-left: 0;
	padding-right: 5em;
	text-align: right;
	width: 100%;
}

.clc-greet p, 
.custom-live-chat .clc-icon {
	-webkit-box-shadow: 0 0 .8em rgba(0, 0, 0, .45);
			box-shadow: 0 0 .8em rgba(0, 0, 0, .45);
}

@media (max-width: 991px) {
	.clc-btnimg {
		font-size: 0.8em;
	}
	.clc-notes {
		padding-left: 2em;
	}
	.custom-live-chat.right .clc-notes {
		padding-right: 2em;
	}
}
@media (max-width: 767px) {
	.clc-btnimg {
		font-size: 0.7em;
	}
	.clc-notes {
		padding-left: 0.5em;
		bottom: 0.3em;
	}
	.custom-live-chat.right .clc-notes {
		padding-right: 0.5em;
	}
}
@media (max-width: 480px) {
	.clc-btnimg {
		font-size: 0.6em;
	}
	.custom-live-chat.right .clc-notes {
		padding-right: 0.5em;
	}
}

/*
=========================================================
	SOCIAL BUTTON
=========================================================
*/

.social-button-home {
	background: linear-gradient(to bottom,  #8239d1 0%,#346dd4 100%);
	position: fixed;
	width: 52px;
	min-height: 10px;
	top: 50%;
	left: 0;
	z-index: 999;
	border-radius: 0 7px 7px 0;
	
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);

	-webkit-box-shadow: -1px 2px 3px #000;
	   -moz-box-shadow: -1px 2px 3px #000;
		-ms-box-shadow: -1px 2px 3px #000;
		 -o-box-shadow: -1px 2px 3px #000;
			box-shadow: -1px 2px 3px #000;
}

.social-button-home::before {
	content: "";	
	background: #d50855;	
	position: absolute;
	width: 3px;
	height: 100%;
	bottom: 0;
	left: 0;	
}

.social-button-home .img-responsive {
	display: block;
    max-width: 100%;
    height: auto;	
}

.social-button-home ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-button-home ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
	padding: 5px 7px;	
}

.social-button-home ul > li:last-child {
    border-bottom: 0;
}

img.img-social {
	display: block;
	
    -webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
		 -o-transition: .3s ease-in-out;
			transition: .3s ease-in-out;	
}

img.img-social:hover {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
		 -o-transform: scale(1.1);
			transform: scale(1.1);
}

.social-button-home a,
.social-button-home a:hover,
.social-button-home a:active,
.social-button-home a:focus {
	text-decoration: none;
}

@media (max-width: 767px){
	.social-button-home {
		width: 40px;
	}
}

/*
=========================================================
	FLOATING QR CODE DOWNLOAD
=========================================================
*/

.floating-content {
	position: fixed;
	right: -224px;
	top: 50%;
	display: inline-block;
	z-index: 999;
	border-radius: 7px 0 0 7px;
	
	-webkit-box-shadow: 0 2px 3px -1px #000;
	   -moz-box-shadow: 0 2px 3px -1px #000;
			box-shadow: 0 2px 3px -1px #000;
	
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
			
    -webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
			transition: .5s ease-in-out;
}

.floating-content .img-responsive {
	display: block;
    max-width: 100%;
    height: auto;	
}

.floating-content:hover {
	right: 0;
}

.floating-content:hover .bottom-icon {
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
			transform: rotate(-180deg);
}

.floating-content > div {
	float: left;
	position: relative;
	min-height: 196px;
}

.head-floating-content {
	background: linear-gradient(to bottom,  #8239d1 0%,#346dd4 100%);
	padding: 10px;
	padding-top: 15px;
	border-radius: 7px 0 0 7px;
	border-right: 3px solid #d50855;
	width: 44px;
	cursor: pointer;
	font-size: 19px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.head-floating-content .title {
	width: 21px;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	white-space: nowrap;
	
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
			transform: rotate(180deg);
}

.head-floating-content .bottom-icon {
    -webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
			transition: .5s ease-in-out;
}

.body-floating-content {
	background: linear-gradient(to bottom, #346dd4 0%,#04989c 100%);
	min-width: 224px;
	padding: 10px;
	text-align: center;
	color: #fff;
}

.body-floating-content .body-title {
	background-color: transparent;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}

.floating-content .body-floating-content .body-content a {
	display: table;
	margin: auto;
}

.floating-content .body-floating-content .body-content img {
	width: 110px;
	margin: auto;
	border-radius: 7px;
	border: 3px solid #8239d1;
	
    -webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
			transition: .3s ease-in-out;
}

.floating-content .body-floating-content .body-content img:hover {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
			transform: scale(1.1);
}

@media (max-width: 480px){
	.floating-content {
		right: -184px;
	}

	.floating-content > div {
		min-height: 178px;
	}	
	
	.head-floating-content {
		width: 41px;
		font-size: 16px;
		line-height: 16px;
	}
	
	.head-floating-content .title {
		width: 18px;
	}
	
	.head-floating-content .bottom-icon {
		margin-top: 5px;
	}
	
	.body-floating-content {
		min-width: 184px;
	}
	
	.body-floating-content .body-title {
		font-size: 14px;
		line-height: 14px;
	}
	
	.floating-content .body-floating-content .body-content img {
		width: 100px;
	}
}