/* ----------------------------------------------------------------
  Google Fonts Import
----------------------------------------------------------------- */
.header {
	padding: 16px 0 12px;
}
.header-fixed {
	width: 100%;
	background: #fff;
	text-align: center;
	z-index: 100;
	position: fixed;
	height: 66px;
	box-shadow: 0px 1px 3px #818181;
}

.header img {
	vertical-align: middle;
}
.header .atlogo {
	float: left;
	width: 95px;
	height: auto;
}

.fb-share-button,
.tw-share-button {
	display: inline-block !important ;
	vertical-align: top;
}
.top-nav {
	float: right;
	margin-right: 30px
}
.top-nav li {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	width: 145px;
	height: 38px;
	text-align: center;
	font-size: 12px;
	line-height: 1.1;
	border-bottom: 3px solid;	
}
.top-nav li a {
	color: #424242;
	display: block;
	height: 35px;
	padding-top: 5px;
	position: relative;
	border-right: 1px solid #f4f4f4;
	white-space: nowrap;
}
.top-nav li:nth-child(1) a,
.top-nav li:nth-child(4) a { padding-top: 10px}

.top-nav li a:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 49.5%;
	width: 4px;
	height: 2px;
	display: inline-block;
	padding: 3px;
	background: rgba(255, 255, 255, 0.5);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.top-nav li:nth-child(1) { border-bottom-color: #FF5722}
.top-nav li:nth-child(2) { border-bottom-color: #FFEB3B}
.top-nav li:nth-child(3) { border-bottom-color: #4CAF50}
.top-nav li:nth-child(4) { border-bottom-color: #03A9F4}

.top-nav li a:hover {
	text-decoration: none;
	color: #1877F2 !important;
}
.breadcrumb {
	font-size: 11px;
	margin-top: 13px;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb a {
	color: #424242;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.header .but-share {
	width: 235px;
}
@media (min-width: 1024px) {
.but-share {
	display: block;
	text-align: center;
	padding-top: 0;	
}
.fb-share-button,.tw-share-button {
	background: none;
	padding: 2px;
	display: inline-block !important;
	border-radius: 2px;
}
.tw-share-button {
	vertical-align: top;
	height: 32px;
	margin-left: 5px;
}
}

@media (max-width: 768px) {
	.top-nav {
			margin-right: 20px;
		}
}
/*@media (min-width: 568px) and (max-width: 767px){	
.top-nav {
		margin: 0 auto;
		padding-top: 5px;
		width: 100%;
	}
	.top-nav ul {
		display: table;
		width: 100%
	}
	.top-nav ul li {
		width: 50%;
	}
}*/
@media (max-width: 767px){	
	.header {
		padding: 20px 0px 0px;
	}
	.header img {
		width: 100% !important;
	}	

	.header .atlogo {
		margin-left: 15px
	}
	.header .but-share {
		margin-right: 10px;
		height: 33px;
		width: auto;
	}
.breadcrumb {
	padding: 0 10px;
}

}
@media (min-width: 640px) and (max-width: 768px){
	.top-nav {
	width: auto;
	overflow-y:hidden;
	overflow-x:auto;
	clear: both;
	margin-right: 0;
	float: none;
	}
	.top-nav ul {
		width: 100%;
		margin: 0;
		display: table;
	}
}
@media (max-width: 568px){
	.top-nav {
	width: auto;
	overflow-y:hidden;
	overflow-x:auto;
	clear: both;
	margin-right: 0;
	float: none;
	}
	.top-nav ul {
		min-width: 470px;
		margin: 5px 0 0 0;
		display: table;
	}		
	.top-nav li {
		width: auto;
	}
	.top-nav li a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 12px;
	}
}

/*Fix Safari mobile*/
@media not all and (min-resolution:.001dpcm) and (max-width: 560px) { @supports (-webkit-appearance:none) and (stroke-color:transparent) {
 .campaign-price .label {
		font-size: 12px;
		line-height: 21px;
		height: 20px;
		padding-top: 0;
	}
 } }


@media (max-width: 360px) {}