#fathers-daycontainer {
	width: 100%;
	position: relative;
}
.fathers-dayheader {
	margin-bottom: 10px;
	width: 100%;
}
#fathers-daycontainer p {
	font-family: Century Gothic;
}
#fathers-daycontainer .fathers-dayintro {
	display: block;
	text-align: center;
	color: #14257B;
	font-size: 14px;
	border: 1px dotted #ccc;
	padding: 20px;
}
#fathers-daycontainer .fathers-daylist {
	list-style: none;
	padding: 0px 0px 30px;
	margin: 5px 0px;
	width: 100%;
	overflow: hidden;
}
#fathers-daycontainer .fathers-daylist li {
	float: left;
	width: 25%;
	margin: 0px;
	margin-bottom: 6px;
	display: block;
	padding: 0px;
	text-align: center;
}
#fathers-daycontainer .fathers-daylist li a {
	display: block;
	text-decoration: none;
	font-size: 95%;
	font-family: Century Gothic;
	color: #666;
	padding: 5px 7px 5px 7px;
	margin: 0px;
	background: #fff;
	position: relative;
	z-index: 4;
	-webkit-transition: background .1s;
	transition: background .1s;
}
.offerlinksplash {
	width: 35%;
	height: auto;
	border: 1px solid #000;
	position: absolute;
	top: -2px;
	right: 0px;
	z-index: 1;
}
#fathers-daycontainer .fathers-daylist li a span {
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #16548D;
	padding: 0px;
	margin: 4px 0px;
}
#fathers-daycontainer .fathers-daylist li a:hover {
	background: #fcf4f7;
	-webkit-transition: background 0.8s;
	transition: background 0.8s;
}
#fathers-daycontainer .fathers-daylist li a:hover span {
	color: #58421e;
	-webkit-transition: color 0.8s;
	transition: color 0.8s;
}
#fathers-daycontainer .fathers-dayimage {
	position: relative;
	display: block;
	margin: 5px auto 0px auto;
	padding: 0px;
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
}
#fathers-daycontainer .fathers-daylist li a:hover .fathers-dayimage {
	outline: 2px solid #16548D;
	-webkit-transition: outline 0.8s;
	transition: outline 0.8s;
}
#aboutdad {
	padding: 10px;
}
#aboutdad h4 {
	font-size: 18px;
	font-weight: bold;
	color: #16548D;
	font-family: Century Gothic;
	text-align: center;
	border-top: 1px solid #EBE6E6;
	padding-top: 10px;
}
#aboutdad p {
	font-size: 15px;
	font-style: italic;
	margin-bottom: 30px;
	text-align: justify;
}
#aboutdad p span {
	color: #666;
	font-weight: bold;
}
#aboutdad p a {
	text-decoration: none;
	color: #227aa2;
}
.dadimage {
	float: right;
	width: 30%;
	margin: 20px;
}
#mobile-menu {
	display: none;
}

/*.nav-container-smartphone{ display:none\0/ !important; }*/

/* -------------------------------------------------- */
/*	Media Queries
/* -------------------------------------------------- */


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 919px) {
#fathers-daycontainer {
	width: 100%;
}
#fathers-daycontainer .fathers-dayintro {
	text-align: justify;
	width: 76%;
	top: 186px;
	left: 73px;
	font-size: 11px;
}
.fathers-dayheader {
	margin-bottom: 10px;
}
#fathers-daycontainer .fathers-daylist {
	width: 100%;
}
#fathers-daycontainer .fathers-daytext {
	display: block;
	clear: both;
	width: 90%;
	margin: 10px auto 0px auto;
}
#fathers-daycontainer .fathers-daylist li {
	width: 33%;
	margin-bottom: 2px;
}
#fathers-daycontainer .fathers-daylist li a span {
	font-size: 13px;
}
#fathers-daycontainer .fathers-dayimage {
	width: 89%;
	height: auto;
}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
#fathers-daycontainer {
	width: 100%;
}
#fathers-daycontainer .fathers-daylist {
	width: 100%;
}
#fathers-daycontainer .fathers-dayintro {
	text-align: justify;
	width: 76%;
	top: 145px;
	left: 50px;
	font-size: 11px;
}
.fathers-dayheader {
	margin-bottom: 10px;
}
#fathers-daycontainer .fathers-daytext {
	display: block;
	clear: both;
	width: 90%;
	margin: 10px auto 0px auto;
}
#fathers-daycontainer .fathers-daylist li {
	float: left;
	width: 50%;
	height: 280px;
	margin-bottom: 2px;
}
#fathers-daycontainer .fathers-dayimage {
	width: 89%;
	height: auto;
}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
#fathers-daycontainer {
	width: 100%;
}
#fathers-daycontainer #content {
	display: none;
}
#fathers-daycontainer .fathers-daylist {
	width: 100%;
}
#fathers-daycontainer .fathers-daylist li {
	width: 50%;
	height: auto;
    min-height: 217px;
	margin-bottom: 2px;
}
#fathers-daycontainer .fathers-daylist li a {
	font-size: 10px;
	padding: 2px;
}
#fathers-daycontainer .fathers-daylist li a span {
	font-size: 13px;
}
#fathers-daycontainer .fathers-dayimage {
	width: 89%;
}
}
