.rt-icon {
    border: 2px solid;
    border-radius: 100%;
    display: inline-block;
    font-size: 2em;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
}


div.cc_banner-wrapper > div.cc_banner{
	opacity: 0.9;
}

div.cc_banner-wrapper > div.cc_banner > a.cc_btn_accept_all{
	color: #fff;
	background-color: #195169;
}

div.feedback {
	position: fixed;
	top: 35%;
	text-align: left;
	z-index: 200;
}

div.feedback>a {
	outline: none;
}

/* Add this attribute to the element that needs a tooltip */
[data-tooltip]{
	position: relative;
	z-index: 2;
	cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
	position: absolute;
	bottom: 16px;
	left: 16%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}

span.user:before, span.shopping-cart:before {
	top: 25px;
	bottom: 0px;
	color: #000;
	background-color: hsla(0, 0%, 96%, 0.9);
	background-color: #fff;
	height: 15px;
}

span.user:before {
	width: 59px;
}

span.shopping-cart:before {
	width: 100px;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after{
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.cartItems {
	background-color: #fff;
	color: #000;
	border-radius: 11px;
	padding: 2px;
	font-size: 0.6em;
	text-align: center;
	height: 18px;
	padding-top: 0px;
	position: absolute;
	top: 17px;
	left: 17px;
	width: 16px;
}

.cartItems > span {
	position: relative;
	top: -2px;
}
@-moz-document url-prefix() {
	.cartItems > span {
		position: relative;
		top: -3px;
	}
}

@media screen and (max-width: 767px) {
	span.user:before, span.shopping-cart:before {
		left: 100px;
		background-color: #000;
		background-color: hsla(0, 0%, 20%, 0.9);
		color: #fff;
	}
}
@media screen and (max-width: 400px) {
	div.feedback { display: none; }
}

.layout-mode-responsive .gf-menu-device-container .gf-menu > li:first-child {
background: url(../images/menu/tree-node.png) no-repeat !important;
}
 
.layout-mode-responsive .gf-menu-device-container .gf-menu > li:first-child:before {
content:"";
display: block;
position: absolute;
left: 0;
top: -2px;
z-index: 10;
width: 25px;
height: 22px;
background: url(../images/menu/tree-node-first.png) no-repeat #eeefee !important;
}

.gf-menu .item [class^="fa-user"]::before, .gf-menu .item [class*=" fa-user"]::before {
	margin-right:5px;
}

.gf-menu .item [class^="fa-shopping-cart"]::before, .gf-menu .item [class*=" fa-shopping-cart"]::before {
	margin-left: -2px;
    margin-right: 5px;
}


/* Portofolio Grids */
ul.sprocket-grids-b-container.sprocket-grids-b-columns-3 > li {
	float:left;
	max-height: 500.418px;
}

/* LanguageSwitcher set & Menu Adjustment */
.langswitcher-fix {
	display: none;
}
.langswitcher-fix ul{
	list-style-type: none;
}

/* Media Queries for LanguageSwitcher */
@media only screen and (max-width: 320px) {
	div.rt-grid-2.rt-omega {
		display: none;
	}
}
@media only screen and (max-width: 425px) and (min-width: 321px) {
	div.rt-grid-2.rt-omega {
		display: none;
	}
}

@media only screen and (min-width:776px) {
	.mobile-language {
		display:none !important;
	}
}

@media only screen and (max-width:776px) {
	.lang-block.menuindex0 {
		display:none !important;
	}
}

@media only screen and (max-width: 768px) and (min-width: 361px)  {
	.menu-block {
		margin-right: -35px !important;
	}
	.langswitcher-fix {
		margin: 10px 0 0 !important;
	}
}

@media screen and (max-width: 800px) and (min-width: 769px) {
	.menu-block {
		margin-right: -35px !important;
	}
	.langswitcher-fix {
		margin: 10px 0 0 !important;
	}
}
@media screen and (max-width: 1024px) and (min-width: 801px) {
	.menu-block {
		margin-right: -50px !important;
	}
	.langswitcher-fix {
		margin: 10px 18px 0px !important;
	}
}

div#cboxLoadedContent {
    height: 100% !important;
}