/* ******************************************************************* */
/* ******************************************************************* */
/* MAIN MENU CUSTOMIZATION */
/* ******************************************************************* */
/* ******************************************************************* */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,800');

/* body position fix */
/*body { position: relative; }*/
body {
	font-family: 'Open Sans', sans-serif;	
}

li.mobile-language { display: none; }

.source_txt { font-size: 12px!important; }

.visible-xs {
	display: none;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.fixed-top {
	margin-top: 3%;
}
.xl_b {
	font-weight: 800!important;
}

.txt_white_shadow {
    text-shadow: 2px 2px 3px  #FFF;
}
.txt_black_shadow {
    text-shadow: 2px 2px 3px  #000;
}

.down_shadow {
	-webkit-box-shadow: 0px 14px 5px -6px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 14px 5px -6px rgba(0,0,0,0.5);
	box-shadow: 0px 14px 5px -6px rgba(0,0,0,0.5);	
}

.custom-popover {
	box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}

/* ******************************************************************* */
/* ******************************************************************* */
/* Arctic Nutrition Finland brand top */
/* ******************************************************************* */
/* ******************************************************************* */

#brand-anf {
	display: block;
	max-width: 260px;
	float: left;
	margin: 0px 0px 0px 30px;
}
#brand-anf img {
	width: 100%;
	max-width: 240px;
}

#brand-anf a { border: none;}

.brand_logo_mobile{ display: none;}
@media (max-width: 990px){
	.brand_logo {display: none; }
	.brand_logo_mobile { display: block; }
}
@media (max-width: 480px){
	#brand-anf { margin: 0; }
	#brand-anf img {		
		max-width: 200px;
	}
}

/* ******************************************************************* */
/* ******************************************************************* */
/* NAVIGATION */
/* ******************************************************************* */
/* ******************************************************************* */

.navbar-dark .navbar-nav .nav-link {
	color:rgba(255, 255, 255, 1);
}

.bg_magenta { background: #ff0099; }
.border_magenta { border: 1px solid #ff0099; }
.txt_magenta { color: #ff0099; }
.txt_magenta:hover { border: 1px solid #ff0099; color: #FF0099;}

.menu_join_short, .menu_order_short { display: none!important; }
.menu_order_short a { color: #a82f2f!important; }
.menu_cart { cursor:pointer; }

.fa-shopping-cart {
	text-align: left;
	vertical-align: middle;
	position: relative;	
}
.shopbadge:after {
	content: attr(data-count);
	position: absolute;
	background: #ff0000;
	height: 2rem;
	top: -1.2rem;
	left: 1.2rem;
	width: 2rem;
	text-align: center;
	line-height: 2rem;
	font-size: 1rem;
	border-radius: 50%;
	color: white;
	border: 1px solid #ff0000;
	font-family: sans-serif;
	font-weight: bold;
}
#top_menu_row_mobile {display: none;}
@media (max-width: 992px) {
	#top_menu_row_mobile {display: inline;}
	#top_menu_row { display: none; }
}

/* ******************************************************************* */
/* ******************************************************************* */
/* container on top of fixed top affix */
/* ******************************************************************* */
/* ******************************************************************* */

.order_mobile { display: none; }
.join_mobile { display: none; }

@media (max-width: 990px){
	.order_mobile {display: block; }
}


/* ******************************************************************* */
/* ******************************************************************* */
/* Shopping cart menu */
/* ******************************************************************* */
/* ******************************************************************* */

#cartMenu {
	z-index: 9999;
	width: 80%;
    max-width: 800px;
}
@media (max-width: 660px) {  
	#cartMenu {
		width: 100%;
		max-width: auto;
		font-size: 12px;
	}
	.dropdown-item { white-space: normal; }
}

.rrpCart .input-group {
	width: 150px;
}
.rrpCart .cart-item img{
	height: 60px!important;
    width: auto;	
}
.rrpCart td {
	vertical-align: middle!important;
}

/* The side navigation menu */
.sidenav {
	height: 100%; 
	width: 0; 
	position: fixed;
	z-index: 9999; 
	top: 0;
	right: 0;
	background-color: #111; 
	overflow-x: hidden; 
	padding: 60px 0 0 0;	
	margin: 0;
	transition: 0.5s;
	box-shadow: -8px 0 10px -6px black;
}
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
  
.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
  
.sidenav h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	color: #FFF;
	text-align: center;
	padding-bottom: 5px;
	margin: 0;
}
.sidenav .fa {
	vertical-align: bottom;
	font-size: 16px;
}

.cart { padding: 0!important;  margin: 0!important; }
.cart ul { padding: 0; margin: 10px;}
.cart .items {
	display: block;
	width: 100%;
	vertical-align: middle;
	padding: 10px 10px 0px 10px;
	border-bottom: 1px solid #fafafa;
	background: #FFF;
	margin: 0;
	color: #000;
}

.cart .items.even { background: #ebebeb; }
.cart .items .infoWrap {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.cart .items .cartSection {
	width: 90%;
	display: block;
	float: left;
	text-align: left;
}
.cart .items .removeWrap {
	width: 8%;
	display: block;
	float: right;
}
.cart .items .cartSection .itemDescription {
	font-size: 0.75em;
	color: #333;
	margin-bottom: 0.5em;
}
.cart .items .cartSection h3 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	margin: 0;
	padding: 0;
	text-align: left;
}
.cart .items .cartSection p {
	display: inline-block;
	font-size: 0.85em;
	color: #777;
}
.cart .items .cartSection p .quantity {
	font-weight: bold;
	color: #333;
}
.cart .items .cartSection.qtyWrap {
	width: 10%;
	text-align: center;
	padding: 0.5em 0;
	float: right;
}
.cart .items .cartSection.qtyWrap:before {
	content: "QTY";
	display: block;
	padding: 0.25em;
	font-size: 0.75em;
}

.cart .items .cartSection .itemImg {
	width: 60px!important;
	float: left;
}
.cart .items .cartSection.qtyWrap p, .cart .items .cartSection.prodTotal p {
	font-weight: bold;
	font-size: 1.25em;
}
.cart .items .cartSection input.qty {
	width: 2em;
	text-align: center;
	font-size: 1em;
	padding: 0.25em;
	margin: 1em 0.5em 0 0;
}
.cart .items .cartSection .itemImg {
	width: 8em;
	display: inline;
	padding-right: 1em;
}
a.remove {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: #333;
	padding: 0.5em;
	font-size: 1em;
	display: block;
	text-align: center;
	line-height: 0.85;
	width: 100%;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
a.remove:hover {
	background: #f30;
}
.repReferralCode {
	border: 1px solid #0071b9;
	background: #0071b9;
	color: #FFF;
	width: 95%;
	display: block;
	padding: 2%;
	margin: 10px;
}
.repReferralCode label {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0.5em;
	letter-spacing: -0.025em;
}
.repReferralCode input {
	width: 100%;
	font-size: 1em;
	padding: 0.5em;
	border: 1px solid #dadada;
}
.repReferralCode input:active, .repReferralCode input:focus {
	outline: 0;
	color: #000;
}
.repReferralCode a.btn {
	float: left;
	width: 15%;
	padding: 0.74em 0;
	border-radius: 0;
	text-align: center;
	color: #0071b9;
	background: #FFF;
}
.repReferralCode a.btn:hover {
	border: 1px solid #CCC;
	background: #CCC;
}

.cart .btn:link, .cart .btn:visited {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.015em;
	font-size: 1em;
	padding: 1em 3em;
	color: #fff;
	background: #82ca9c;
	font-weight: bold;
	border-radius: 50px;
	float: right;
	text-align: right;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.cart .btn:after {
	content: "\276f";
	padding: 0.5em;
	position: relative;
	right: 0;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.cart .btn:hover, .cart .btn:focus, .cart .btn:active {
	background: #f69679;
}
.cart .btn:hover:after, .cart .btn:focus:after, .cart .btn:active:after {
	right: -10px;
}
.repReferralCode .btn {
	font-size: 0.85em;
	padding: 0.5em 2em;
}

.subtotal {
	display: block;
	color: #FFF;
	width: 95%;
	margin: 0 auto;
	border-top: 1px solid #CCC;
}
.subtotal ul { list-style: none; }
.subtotal .totalRow {
	padding: 5px 10px 0px 10px;
	text-align: right;
}
.subtotal .totalRow.final {
	font-size: 1.25em;
	font-weight: bold;
}
.subtotal .totalRow span {
	display: inline-block;
	padding: 0 0 0 1em;
	text-align: right;
}
.subtotal .totalRow .label {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.85em;
	text-transform: uppercase;
	color: #CCC;
}
.subtotal .totalRow .value {
	letter-spacing: -0.025em;
	width: 35%;
}
.btn-cart {
	display: block;
	border-radius: 0;
	background: #525252;
	color: #FFF;
	border: none;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 16px;
	margin: 0px auto;
	width: 95%;
}
.btn-cart:hover { color: #999; }


@media (max-width: 600px) {
	.rrpCart .input-number {
		max-width: 40px;
	}
	.rrpCart table td, .rrpCart table th {
		font-size: 12px;
	}
	.rrpCart .input-group {
		width: 100px;		
	}
}

/* ******************************************************************* */
/* ******************************************************************* */
/* VIDEO BOX */
/* ******************************************************************* */
/* ******************************************************************* */

.boxshadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
	border: 2px solid white;
}	
	
/* ******************************************************************* */
/* ******************************************************************* */
/* Best Quality */
/* ******************************************************************* */
/* ******************************************************************* */

.container-bestquality {
	width: 100%;
	padding: 0;
}
.best_quality{
	padding-top: 10px;
	padding-bottom: 40px;
	clear: both;
	width: 100%;
	margin: 0;
}
.best_quality .svg_stamp {
	width: 200px;
	margin: 60px auto 20px auto;
}
.best_quality .svg_onlybest {
	width: 550px;
	margin: 0 auto 30px auto;
}

.best_quality h1 {
	font-weight: 800;
	font-size: 36px!important; 
	text-transform: uppercase; 
	line-height: 1;
}
.best_quality h3 {
	font-weight: 800;
}
.best_quality h2{
	text-transform: uppercase;
	position:relative;
	overflow:hidden;
	text-align: center;
	margin-top: 40px;
}
.best_quality p {
	width: 98%;
	max-width: 900px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 1.5;		
}

.hr_line {
	display: table;
	width: 90%;
	margin: 50px auto 0px auto;
}
  
.hr-left,
.hr-right {
	display: table-cell;
	width: 30%;
}
 
.line {
	border-bottom: 2px solid #808285;
	margin-bottom: 25px;
}
  
.hr_line img {
	margin: 0px auto;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	height: 60px;
}


.infoboxes {
	width: 90%;
	margin: 40px auto 60px auto;
}
.infoboxes h3 {
	color: #000!important;
	font-size: 18px!important;
	font-weight: 800;
}
.infoboxes p {
	color: #000!important;
	font-size: 16px;
}


@media (max-width: 576px) {   
	.best_quality .svg_stamp {
		width: 150px;
		margin: 60px auto 20px auto;
	}
	.best_quality .svg_onlybest {
		width: 80%;
		margin: 0 auto 30px auto;
	}
	.best_quality p {
		width: auto;
		padding-left: 10%;
		padding-right: 10%;
		font-size: 18px;
	}

}


/* ******************************************************************* */
/* ******************************************************************* */
/* Promo logos */
/* ******************************************************************* */
/* ******************************************************************* */

.promo_logos {
	margin: 50px auto 20px;
	text-align: center;
	height: 100px;
	display: block;
	background: #FFFFFF;
}

.promo_logos img {
	display: inline-block;
	height: 100%;
	margin-right: 20px;
}
.promo_logos:after {
	clear: both;
}
@media (max-width: 768px) {
	.promo_logos { height: 80px; }
	.promo_logos img { margin-right: 20px; }
}
@media (max-width: 576px) {   
	.promo_logos { height: 50px; }
	.promo_logos img { 
		margin-right: 5px; 
	}
}

@media (max-width: 480px) {
	.promo_logos {
		height: auto;
	}
	.promo_logos img {
		height: auto;
		width: 16%;
	}
}

/* ******************************************************************* */
/* ******************************************************************* */
/* CUSTOM FOOTER */
/* ******************************************************************* */
/* ******************************************************************* */

.footer {
	background: #4b4a4b; /* Old browsers */
	background: -moz-linear-gradient(top, #4b4a4b 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #4b4a4b 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #4b4a4b 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4a4b', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	width: 100%;
	margin: 10px auto 0 auto;
	color: #FFF;
}

.footer .row {
	margin: 0px auto 0px auto;
	max-width: 1000px!important;
}
.footer .col-xs-6 {
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.footer .row:first-child { 
	margin-top: 50px;
}
.footer li {
	margin-bottom: 10px;
}
.footer a { 
	color: #FFF; 
}


.footer h5, .container-footer h4 {
	text-transform: uppercase;
	margin-left:5%;
	font-weight: bold;
}
.footer h4 {
	font-size: 18px;
}
.footer h5 { font-size: 12px; }
.footer ul {
	list-style: none;
	margin: 0 0 0 5%;
	padding: 0;
}
.last-h { margin-right: 5%;}
.logo-anf {
	display: block;
	clear: both;
	width: 188px;
	margin: 40px auto 0px auto;
	text-align: center;
}
#socialmedia {
	clear: both;
	margin: 40px auto 40px auto;
	text-align: center;
}
.btn-social {
	font-size: 30px!important;
	height:45px;
	width: 45px;
	background:#FFF;
	color: #000;
	margin: 0px 5px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
}
a.btn-social { color: #000; }
a.btn-social:hover { color: #ca3762; }
.copyright {
	padding-top: 20px;
	text-align: center;
	font-size: 11px;
	color: #666;
}
@media (max-width: 1024px) {
	.container-footer { 
		width: auto;
	}
}
@media (max-width: 768px) {
	.footer .row {
		text-align: center;
		width: 70%;
		margin: 0 auto;
	}
	.footer .col-xs-6 { 
		width: 49%;
		text-align: center;
	}
	.hr-left, .hr-right { width: 20%; }
	
	.infoboxes .col-xs-3 {
		display: inline-block; 
		height: 180px; 
		text-align: center;
	}
}
@media (max-width: 660px) {
}
@media (max-width: 480px) {

	.footer .col-xs-6 { 
		clear: both; 
		display: block;
		float: none; 
		width: 100%!important;
		max-width: 100%!important;
		margin: 20px auto;
		height: initial!important;
	}
	.footer .row:first-child { margin-top: 0px; }
	.footer .col-xs-6 h4 { font-size: 14px; }
	.footer .col-xs-6 li a{
		padding: 10px 20px;
		margin-bottom: 5px;
		display: block;
	}
	.footer .col-xs-6 li a:hover {
		text-decoration: none;
		background: #999;
		border: 1px solid white;
		display: block;
	}
}
	
/* ******************************************************************* */
/* ******************************************************************* */
/* Order products form */
/* ******************************************************************* */
/* ******************************************************************* */
	
.top-buttons {
	display: block;
	z-index: 8000;
	margin: 10px 0px 0px 0px;
	padding: 0;
	width: auto;
}
.btn-orderproducts {
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	height: 30px;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 20px 0px 20px;
	margin: 0;
	text-align: center;
	color: #FFF;
	background: rgba(153,0,0,0.8);	
}
.btn-orderproducts a { color: #FFF!important; text-decoration: none;}
.btn-orderproducts a:hover, .btn-orderproducts a:active { text-decoration: none; color: #ffcc33!important; }

.btn-top-join {
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	height: 30px;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 20px 0px 20px;
	margin: 0;
	text-align: center;
	color: #FFF;
	background: #333;	
}
.btn-top-join a { color: #FFF!important; }
.btn-top-join a:hover, .btn-orderproducts a:active { text-decoration: none; color: #ffcc33!important; }

.starburst {
	font: 4em/1.4 'Lobster', georgia, serif;
	background: #202020;  
	width: 2.5em;
	height: 2.5em;
	text-align: center;
	color: #fff;
}

.starburst,
.starburst span {
	display: flex;
	align-items: center;
	justify-content: center;
}

.starburst span {
	width: 100%;
	height: 100%;
	background: inherit;
	transform: rotate(45deg);
}

.starburst:before,
.starburst:after ,
.starburst span:before,
.starburst span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	z-index: -1;
	transform: rotate(30deg);
}

.starburst:after {
	transform: rotate(-30deg);
}

.starburst span:after {
	transform: rotate(30deg);
}
.starburst span:before {
	transform: rotate(-30deg);
}

.example {
	position: absolute;
	top: 50%;  
	margin-top: -1.25em;
	margin-left: -1.25em;
}

/* ******************************************************************* */
/* ******************************************************************* */
/* iphone/ipad blue phone number styling */
/* ******************************************************************* */
/* ******************************************************************* */

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

@media (max-width: 660px) {   
	.promo_logos { height: 50px; }
	.promo_logos img { 
		margin-right: 5px; 
	}

	.best_quality .svg_stamp {
		width: 150px;
		margin: 60px auto 20px auto;
	}
	.best_quality .svg_onlybest {
		width: 80%;
		margin: 0 auto 30px auto;
	}
	.best_quality p {
		width: auto;
		padding-left: 10%;
		padding-right: 10%;
		font-size: 18px;
	}

	.infoboxes .col-xs-3 {
		width: 96%;
		margin: 10p
		x auto;
	}
}

@media (max-width: 992px) {
	.seven-cols .col-md-1,
	.seven-cols .col-sm-1,
	.seven-cols .col-lg-1 {
		width: 33.3%;
		*width: 33.3%;
	}
  }
  

@media (max-width: 768px) {
	.seven-cols .col-md-1,
	.seven-cols .col-sm-1,
	.seven-cols .col-lg-1  {
	  width: 48%;
	  *width: 48%;
	}
}

/* ******************************************************************* */
/* ******************************************************************* */
/* COUNTRY PICKER */
/* ******************************************************************* */
/* ******************************************************************* */

.box_country {
	display: block;
	width: 90%;
	margin: 20px auto;
	max-width: 600px;
	background: #FFF;
	color: #202020;
	padding-bottom: 20px;
	padding-top: 10px;
}
.box_country img {
	width: 60%;
	margin: 20px auto;
}
.countrylists .col-centered{
	margin-left: 40px;
}
.countrylists .col-centered:first-child {
	margin-left: 0;
}
.countrylists .col-lg-4  {
	padding: 0;
	margin: 0;
}
.countrylists ul {
	margin: 0;
	padding: 0;
}
.countrylists ul li {
	text-align: left;
	list-style: none;
	margin-bottom: 10px;
	font-size: 13px;
}

/* STORIES */

.carousel_recommendations {
	position: relative; 
}
  
@media (max-width: 991.98px) {
	.testimony-29101 .image {
		height: 300px; 
	} 
}
  
.testimony-29101 .text {
	background: #000; 
}
.testimony-29101 .text blockquote {
	position: relative;
	padding-bottom: 50px;
	font-size: 20px; 
}
.testimony-29101 .text blockquote p {
	color: #fff;
	line-height: 1.8; 
}
.testimony-29101 .text blockquote .author {
	font-size: 16px;
	letter-spacing: .1rem;
	position: absolute;
	bottom: 0;
	color: rgba(255, 255, 255, 0.7); 
}
  
@media (max-width: 991.98px) {
	.testimony-29101 .image, .testimony-29101 .text {
		width: 100%;
		display: block !important; 
	} 
}

.slide-one-item {
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1); 
}
@media (max-width: 991.98px) {
	.slide-one-item .owl-nav {
		display: none; 
	} 
}
.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #000; 
}
.slide-one-item .owl-nav .owl-prev span,
.slide-one-item .owl-nav .owl-next span {
	font-size: 30px; 
}
.slide-one-item .owl-nav .owl-prev:hover,
.slide-one-item .owl-nav .owl-next:hover {
	color: #000; 
}
.slide-one-item .owl-nav .owl-prev:active, .slide-one-item .owl-nav .owl-prev:focus,
.slide-one-item .owl-nav .owl-next:active,
.slide-one-item .owl-nav .owl-next:focus {
	outline: none; 
}
.slide-one-item .owl-nav .owl-prev {
	left: 20px; 
}
.slide-one-item .owl-nav .owl-next {
	right: 20px; 
}
.slide-one-item .owl-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index: 2; 
}
.slide-one-item .owl-dots .owl-dot {
	display: inline-block; 
}
.slide-one-item .owl-dots .owl-dot > span {
	-webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
	-o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
	transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
	display: inline-block;
	width: 15px;
	height: 3px;
	background: rgba(0, 0, 0, 0.4);
	margin: 3px; 
}
.slide-one-item .owl-dots .owl-dot.active > span {
	width: 15px;
	background: #000; 
}

.thumbnail {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateY(50%) translateX(-50%);
	-ms-transform: translateY(50%) translateX(-50%);
	transform: translateY(50%) translateX(-50%);
	z-index: 99; 
}
.thumbnail li {
	display: inline-block; 
}
	.thumbnail li a {
		display: block;
		margin: 4px; 
	}
	.thumbnail li a img {
		width: 50px;
		border-radius: 50%;
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
		-webkit-transition: .3s all ease;
		-o-transition: .3s all ease;
		transition: .3s all ease;
		-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2); 
	}
	.thumbnail li.active a img {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
		-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2); 
	}


	.scroll-down {
		-webkit-animation: fade_move_down 2s ease-in-out infinite;
		-moz-animation:    fade_move_down 2s ease-in-out infinite;
		animation:         fade_move_down 2s ease-in-out infinite;
	  }
	  
	  
	  /*animated scroll arrow animation*/
	  @-webkit-keyframes fade_move_down {
		0%   { -webkit-transform:translate(0,-10px); opacity: 0;  }
		50%  { opacity: 1;  }
		100% { -webkit-transform:translate(0,10px); opacity: 0; }
	  }
	  @-moz-keyframes fade_move_down {
		0%   { -moz-transform:translate(0,-10px); opacity: 0;  }
		50%  { opacity: 1;  }
		100% { -moz-transform:translate(0,10px); opacity: 0; }
	  }
	  @keyframes fade_move_down {
		0%   { transform:translate(0,-10px); opacity: 0;  }
		50%  { opacity: 1;  }
		100% { transform:translate(0,10px); opacity: 0; }
	  }


/* RIBBON */

.ribbon {
	position: absolute;
	right: -5px; top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
}
.ribbon span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 100px;
	display: block;
	background: #79A70A;
	background: linear-gradient(#9BC90D 0%, #79A70A 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px; right: -21px;
}
.ribbon span::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #79A70A;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #79A70A;
}
.ribbon span::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #79A70A;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #79A70A;
}

/* ******************************************************************* */
/* ******************************************************************* */
/* Profile link */
/* ******************************************************************* */
/* ******************************************************************* */

.profile_link {
	border-radius: 50%;
	margin: 20px;
	height: 45px;
	width: 45px;
	text-align: center;
	color: #FFF;
}
.profile_link a:link {
	display: block;
	color: #FFF!important;
	height: 45px;
	width: 45px;
	margin: 0;
	padding: 0;
}
.profile_link_info p { font-size: 16px; }