/*  LOGOS for VISITNC FAMILY SITES 
==============================================================
All family sites refer to logos hosted on VisitNC.com in this directory.
This makes updating logos across all sites quicker and more accurate. */

.family-global-icon-logo {
	display: block;
	background-image: url('//www.visitnc.com/files/img/_logos/web_nc_icon_4c_logo.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-indent: -10000em;
}
.family-global-logo {
	display: block;
	background-image: url('//www.visitnc.com/files/img/_logos/web_nc_lock_up_4c.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-indent: -10000em;
}
.family-global-black-logo {
	display: block;
	background-image: url('//www.visitnc.com/files/img/_logos/web_nc_lock_up_blk.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-indent: -10000em;
}
.family-global-rev-logo {
	display: block;
	background-image: url('//www.visitnc.com/files/img/_logos/web_nc_lock_up_rev.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-indent: -10000em;
}
.family-global-tagline-logo {
	display: block;
	background-image: url('//www.visitnc.com/files/img/_logos/web_nothing_compares_nc_lt_blue.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-indent: -10000em;
}
.family-global-tagline-rev-logo {
	display: block;
	background-image: url('//www.visitnc.com/files/img/_logos/web_nothing_compares_nc_lt_blue-rev.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-indent: -10000em;
}
.annualreport-footer-logo {
	width: 125px;
	height: 86px;
	position: absolute;
	left: 20px;
	top: 20px;
} 
.sports-footer-logo {
	width: 125px;
	height: 86px;
}
.filmnc-footer-logo {
	display: inline-block;
	width: 120px;
	height: 83px;
	margin: 2em auto 2em auto !important;
	background-position: center; /* IE fix */
}
.retirenc-footer-logo {
	display: inline-block;
	width: 120px;
	height: 83px;
	margin: 0 auto 1em auto;
	background-position: center; /* IE fix */
}
.ncbeermonth-sidebar-logo {
	display: block;
	width: 150px;
	height: 103px;
	margin: 1em auto .5em auto;
	background-position: center; /* IE fix */
	opacity: 0.5;
}
.partners-header-logo {
	position: absolute;
	top: -10px;
	left: 3%;
	width:  85px;
	height:  65px;
	display: block;
	margin: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.24);
}
.partners-header-logo div {
	position: absolute;
	width: 65px;
	height: 45px;
	top: 10px;
	left: 10px;
}
.vacationbig-header-logo {
	margin: 1em 0 1em 2em;
	width: 85px;
	height: 59px;
}
.partners-footer-logo {
	display: block;
	margin: 1em auto;
	width: 250px;
	height: 56px;
}
.consumer-header-logo, .media-header-logo, .international-header-logo {
	display: block;
	margin: 2em auto;
	width: 97px;
	height: 67px;
}
.api-header-logo {
	display: inline-block;
	width: 97px;
	height: 67px;
	float: right;
	margin-top: 1em;
}
html.tablet .consumer-header-logo {
	display: inline-block;
	width: 58px;
	height: 40px;
	margin: 0 auto 0 -30px;
	position: absolute;
	bottom: 14px;
}
.sportsnc-footer-logo {
	display: inline-block;
	margin: 0;
	width: 97px;
	height: 67px;
	float: left;
}
.sportsnc-footer-tagline {
	display: inline-block;
	margin: 0;
	width: 150px;
	height: 34px;
	float: left;
}
.consumer-footer-logo, .vacationbig-footer-logo, .media-footer-logo, .international-footer-logo  {
	display: block;
	margin: 1em auto;
	width: 300px;
	height: 67px;
}
#page_load  .vacationbig-header-logo {
	width: 80%;
	margin: 0 auto 0 auto;
	padding-bottom: 55.23656%;
}
.events-footer-logo {
	display: block;
	margin: .25em auto;
	width: 72px;
	height: 50px;
}
#ignore-offsite {
	background: none !important;
}
	
@media only screen and (max-width: 568px) {
	.partners-header-logo {
		left: 50%;
		margin-left: -43px;
	}
}
@media only screen and (min-width: 960px) {

	.media-header-logo {
		margin:  0 0 0 0;
		position: absolute;
		left: 5%;
		top: 1em;
	}
	html.tablet .consumer-header-logo {
	bottom: 20px;
	}
}