/* Site-wide color scheme */
/**********************************\
 * Fraction.less Main Stylesheet  *
 *                                *
 * Author:  Bill Patrianakos      *
 * Site:  	billpatrianakos.me    *
 * License: BSD                   *
 \**********************************/
/* Site-wide color scheme */
/*:::: SITE COLORS ::::*/
/* BACKGROUND GRADIENT MIXINS */
/* LESS Mixins */

/* CSS "reset" */
/******************************************************\
 * Custom Build of 'normalize.css' originally by      *
 * Necolas - http://github.com/necolas/normalize.css  *
 *                                                    *
 * Modified for use in Fraction.less. See original    *
 * for normalize.css documentation.                   *
 \******************************************************/
/*:::: DEFAULT COLOR SETTINGS ::::*/
/*:::: HTML5 DISPLAY DEFINITIONS ::::*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
/*:::: BASE ::::*/
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
body, button, input, select, textarea {
	font-family: 'Lato', sans-serif;
}
/*:::: LINKS ::::*/
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
/*:::: TYPOGRAPHY ::::*/
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
mark {
	background: #ffff00;
	color: #000000;
}
pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/*:::: LISTS ::::*/
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
/*:::: EMBEDDED CONTENT ::::*/
img {
	border: 0;
	/* 1 */

	-ms-interpolation-mode: bicubic;
	/* 2 */

}
svg:not(:root) {
	overflow: hidden;
}
/*:::: FIGURES ::::*/
figure {
	margin: 0;
}
/*:::: FORMS ::::*/
form {
	margin: 0;
}
fieldset {
	border: none;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	/* 1 */

	*margin-left: -7px;
	/* 2 */

}
button, input, select, textarea {
	font-size: 100%;
	/* 1 */

	margin: 0;
	/* 2 */

	vertical-align: baseline;
	/* 3 */

	*vertical-align: middle;
	/* 3 */

}
button, input {
	line-height: normal;
	/* 1 */

}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	/* 1 */

	-webkit-appearance: button;
	/* 2 */

	*overflow: visible;
	/* 3 */

}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	/* 1 */

	padding: 0;
	/* 2 */

}
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */

	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */

	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	/* 1 */

	vertical-align: top;
	/* 2 */

}
/*:::: TABLES ::::*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*:::: TEXT SELECTION COLORS ::::*/
::selection, ::-moz-selection {
	color: white;
	background: #98bf0c;
}
img::selection, img::-moz-selection {
	background: transparent;
}
body {
	-webkit-tap-highlight-color: #98bf0c;
}
/* Grid Framework */
/****************************************\
 * Fraction.less Responsive grid 		*
 *							 	  		*
 * Author: 	Bill Patrianakos 	  		*
 * Site:	billpatrianakos.me 	  		*
 * License: BSD					  		*
 \****************************************/
/*:::: CONTAINERS ::::*/
.container {
	padding-left: 20px;
	padding-right: 20px;
}
.row {
	width: 100%;
	max-width: 1140px;
	min-width: 755px;
	margin: 0 auto;
	overflow: hidden;
}
/*:::: COLUMNS ::::*/
.one, .two, .three, .four, .five, .six, .seven, .eight, .nine, .ten, .eleven {
	margin-right: 3.8%;
	float: left;
	min-height: 1px;
}
.specialthree {
	margin-right: 1.8%;
	float: left;
	min-height: 1px;
}

.row .one {
	width: 4.85%;
}
.row .two {
	width: 13.45%;
}
.row .three {
	width: 22.05%;
}
.row .specialthree {
	width: 18.05%;
}
.row .four {
	width: 30.75%;
}
.row .five {
	width: 39.45%;
}
.row .six {
	width: 48%;
}
.row .seven {
	width: 56.75%;
}
.row .eight {
	width: 65.4%;
}
.row .nine {
	width: 74.05%;
}
.row .ten {
	width: 82.7%;
}
.row .eleven {
	width: 91.35%;
}
.row .twelve {
	width: 100%;
	float: left;
}

/*:::: MIXINS ::::*/
.sixcentered {
	width: 48%;
	margin-left: auto !important;
	margin-right: auto !important;
}
.centered-text {
	text-align: center;
}
/*:::: FLOATS ::::*/
.left {
	float: left;
}
.right {
	float: right;
}
/* Last div in a row can't mess up our nice grid */
.last {
	margin-right: 0px;
}
/*:::: RESPONSIVE IMAGES ::::*/
img, object, embed {
	max-width: 100%;
}
img {
	height: auto;
}
/* !! MEDIA QUERIES ARE AT THE BOTTOM OF 'style.less' - LEAVE THEM THERE FOR GOOD REASON !! *//* Typography */
/*:::: TYPOGRAPHY ::::*/
h1:first-child, h2:first-child, h3:first-child, h4:first-child {
	margin-top: 0;
}
h2, h3, h4, h6 {
	position: relative;
	font-weight: bold;
	color: #172a35;
	-o-text-shadow: 0 1px 1px #f7f7f7;
	-moz-text-shadow: 0 1px 1px #f7f7f7;
	-ms-text-shadow: 0 1px 1px #f7f7f7;
	-khtml-text-shadow: 0 1px 1px #f7f7f7;
	-webkit-text-shadow: 0 1px 1px #f7f7f7;
	text-shadow: 0 1px 1px #f7f7f7;
}
h1, h2, h3, h4 {
	margin-top: 18px;
}
h3, h4, h5, h6 {
	line-height: 18px;
}
h1, h2 {
	line-height: 36px;
	margin-bottom: 18px;
}
p, pre, address, li, label {
	font-size: 13px;
	line-height: 18px;
	position: relative;
	top: 5px;
	-o-text-shadow: 0 1px 1px #f7f7f7;
	-moz-text-shadow: 0 1px 1px #f7f7f7;
	-ms-text-shadow: 0 1px 1px #f7f7f7;
	-khtml-text-shadow: 0 1px 1px #f7f7f7;
	-webkit-text-shadow: 0 1px 1px #f7f7f7;
	text-shadow: 0 1px 1px #f7f7f7;
}
h6 {
	font-size: 13px;
	top: 5px;
}
h5 {
	position: relative;
	font-size: 15px;
	top: 4px;
}
h4 {
	font-size: 18px;
	top: 2px;
}
h3 {
	font-size: 20px;
	top: 1px;
}
h2 {
	font-size: 32px;
	top: 8px;
	font-weight: 300;
}
h1 {
	position: relative;
	font-size: 36px;
	top: 5px;
}
a, a:visited {
	color: #f7f7f7;
	-o-text-shadow: 0 1px 1px #272727;
	-moz-text-shadow: 0 1px 1px #272727;
	-ms-text-shadow: 0 1px 1px #272727;
	-khtml-text-shadow: 0 1px 1px #272727;
	-webkit-text-shadow: 0 1px 1px #272727;
	text-shadow: 0 1px 1px #272727;
}
a:focus, a:hover {
	color: #272727;
	-o-text-shadow: 0 1px 1px #272727;
	-moz-text-shadow: 0 1px 1px #272727;
	-ms-text-shadow: 0 1px 1px #272727;
	-khtml-text-shadow: 0 1px 1px #272727;
	-webkit-text-shadow: 0 1px 1px #272727;
	text-shadow: 0 1px 1px #272727;
}

body .onlineaddlink {
	color: #272727;
	text-decoration: none;
	text-shadow: none;
}

body #blijfwit {
	color: #fff;
	text-decoration: none;
}

.secondary p {
	font-size: 14px;
	line-height: 20px;
}
/*:::: BUTTONS ::::*/
/* For styling links as buttons */
.link-button, .link-button:visited {
	padding: 6px 10px;
	color: #272727;
	-o-box-shadow: inset 0 1px 0 #f7f7f7;
	-moz-box-shadow: inset 0 1px 0 #f7f7f7;
	-ms-box-shadow: inset 0 1px 0 #f7f7f7;
	-khtml-box-shadow: inset 0 1px 0 #f7f7f7;
	-webkit-box-shadow: inset 0 1px 0 #f7f7f7;
	box-shadow: inset 0 1px 0 #f7f7f7;
	/* Gives your button a "shiny"/"candy" effect */

	-o-text-shadow: 0 -1px 1px #272727;
	-moz-text-shadow: 0 -1px 1px #272727;
	-ms-text-shadow: 0 -1px 1px #272727;
	-khtml-text-shadow: 0 -1px 1px #272727;
	-webkit-text-shadow: 0 -1px 1px #272727;
	text-shadow: 0 -1px 1px #272727;
	border: 1px solid #272727;
	/* Color should be set to the darkest shade of your button gradient for best effect */

	white-space: nowrap;
}
.link-button:hover {
	color: #f7f7f7;
	-o-box-shadow: inset 0 1px 0 #f7f7f7;
	-moz-box-shadow: inset 0 1px 0 #f7f7f7;
	-ms-box-shadow: inset 0 1px 0 #f7f7f7;
	-khtml-box-shadow: inset 0 1px 0 #f7f7f7;
	-webkit-box-shadow: inset 0 1px 0 #f7f7f7;
	box-shadow: inset 0 1px 0 #f7f7f7;
	/* Same rules apply as above for appearance of hovered buttons */

	border: 1px solid #272727;
}
/*:::: FORMS ::::*/
/* TEXT AREAS - normal, focus, hover */
/* TEXT INPUTS - normal, focus, active, hover */
/* CHECK BOXES - normal, focus, active, hover */
/* SUBMIT & REGULAR BUTTONS - normal, focus, active, hover */
/**************************************\
 |* THE REST OF YOUR STYLES BELOW HERE *|
 \**************************************/

body {
	background: url(../img/reclame-broodzakken-background.png) repeat-x #e0dedf;
}

header {
	background: url(../img/reclame-broodzakken-bgheader.png) repeat-x;
	height: 450px;
}

nav#mainnav {
	background: url(../img/reclame-broodzakken-bgmenu.png) repeat-x;
	height: 40px;
}

#bakker {
	margin-top: -50px;
}

#main-container {
	margin-top: 25px;
	margin-bottom: 25px;
}

.logo {
	margin-top: 20px;
	margin-left: -100px;
}

.headtxt {
	color: #172934;
	margin-top: 80px;
}

.headtxt h1 {
	line-height: 1.15;
}

.headtxt p {
	top: -19px;
	text-shadow: none;
}

.headtxt h5 {
	font-size: 16px;
	top: -10px;
	line-height: 1.35;
	margin-bottom: 0;
	padding-bottom: 5px;
}

.contactgeg p {
	color: white;
	text-decoration: none;
	font-size: 16px;
	color: #F7F7F7;
	-o-text-shadow: none;
	-moz-text-shadow: none;
	-ms-text-shadow: none;
	-khtml-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
}

.contactgeg a {
	color: white;
	text-decoration: none;
}

.mailicon {
	margin-top: 0;
}
.phoneicon {
	margin-top: 37px;
}
.homeicon {
	margin-top: 36px;
}

.contactlink {
	margin-top: 2px;
}

.gegevens {
	margin-left: 10px;
	margin-top: 4px;
}

/*:::: NAVIGATION ::::*/

.navitem {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 12px;
	padding-bottom: 0px;
	float: left;
	height: 40px;
	transition: 0.4s;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	-o-transition: 0.4;
}
.navitem.selected, .navitem:hover {
	float: left;
	background: url(../img/reclame-broodzakken-bgmenuitem_selected.png) no-repeat top center;
	color: white;
}

nav#mainnav a {
	font-family: Verdana;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #98BF0C;
	font-size: 16px;
	transition: 0.4s;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	-o-transition: 0.4;
}

nav#mainnav a:hover {
	color: white;
}
/*:::: SUBMENU ::::*/

#submenu {
	background: url(../img/reclame-broodzakken-submenu_bg.png) repeat-x;
	height: 80px !important;
}

.subitem {
	text-align: center;
	padding-top: 10px;
	font-size: 15px;
}

.subitem a {
	text-decoration: none;
	transition: 0.4s;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	-o-transition: 0.4;
}

/*:::: FOOTER ::::*/

footer {
	background: url(../img/reclame-broodzakken-bgfooter.jpg) repeat-x;
	height: 115px;
}

#footercontact {
	font-size: 13px;
	color: white;
	font-style: italic;
	line-height: 16px;
	padding-top: 10px;
}

#footercontact h4 {
	color: #98BF0C;
}

#footerlink img {
	float: right;
	padding-top: 17px;
}

#footerlink a {
	float: right;
	font-size: 13px;
	color: white;
	font-style: italic;
	text-decoration: none;
	padding-top: 85px;
}

#footerlink a:hover {
	color: #98BF0C;
}

.logofooter {
	padding-top: 25px;
	padding-bottom: 15px;
	float: left;
}

.footcontact {
	float: left;
	padding-top: 34px;
	padding-bottom: 15px;
	margin-left: 45px;
}

footer a {
	color: white;
	text-decoration: none;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

footer a:hover {
	color: #98bf0c;
	text-decoration: none;
}

/*:::: INFOPAGE ::::*/

.inforow {
	margin-top: 50px;
}

.infotitle {
	float: left;
}

.infotxt {
	float: left;
	margin-top: -5px;
}

.iconpic {
	margin-right: 15px;
	margin-bottem: 5px;
}

.eyecatcherrow {
	background: #98BF0C;
	margin-top: 35px;
	margin-bottom: 35px;
	height: 375px;
	/*border-top-right-radius: 8px;
	 border-bottom-right-radius: 8px;
	 */
	margin-left: 130px;
}

.eyecatchpic {
	padding-top: 9px;
}

.eyecatchtitle {
	top: 20px;
	margin-bottom: 20px;
}

.eyecatchtitle a
{ text-decoration: none;
color:inherit;}

.eyecatcherrow p {
	text-shadow: none;
}

.eyecatchtxt {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.85;
}

.whyadver {
	margin-left: 25px;
}

/*:::: AANBOD ::::*/

.rowaanbod {
	margin-top: 10px;
}

.aanbod {
	/*border-top: 1px solid #2f424e ;
	 border-bottom: 2px solid #2f424e ;*/
	padding-top: 10px;
}

.aanbod img {
	margin-left: 20px;
}

.aanbod h3 {
}

.aanbod p {
	color: #3D3D35;
	top: -3px;
}

.aanbod a {
	color: #3D3D35;
	text-decoration: none;
}

/*:::: PRODUCTPAGE ::::*/

.imgproduct {
	margin-top: 12px;
	margin-left: 115px;
}

.productinfotxt {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin-top: -5px;
}

.productinfolist {
	padding-top: 25px;
	padding-left: 10px;
}

.productinfolist img {
	float: left;
}

.productinfolist h4 {
	color: #edebeb;
	float: left;
	padding-left: 20px;
	-o-text-shadow: 0 1px 1px #36647e;
	-moz-text-shadow: 0 1px 1px #36647e;
	-ms-text-shadow: 0 1px 1px #36647e;
	-khtml-text-shadow: 0 1px 1px #36647e;
	-webkit-text-shadow: 0 1px 1px #f36647e;
	text-shadow: 0 1px 1px #36647e;
}

.productinfolisttxt {
	float: left;
	top: -10px;
	width: 75%;
	padding-left: 90px;
	padding-bottom: 20px;
	color: white;
	-o-text-shadow: 0 1px 1px #36647e;
	-moz-text-shadow: 0 1px 1px #36647e;
	-ms-text-shadow: 0 1px 1px #36647e;
	-khtml-text-shadow: 0 1px 1px #36647e;
	-webkit-text-shadow: 0 1px 1px #f36647e;
	text-shadow: 0 1px 1px #36647e;
}

.werktiptitles {
	margin: 0;
	padding: 0;
}

.werktiptxt {
	margin-top: 5px;
}

.producttip {
}

.producttoprow {
	margin-top: 30px;
}

.producttitle {
	font-size: 30px;
}

.specialrow {
	border-radius: 8px;
	background: #152A35;
	margin-top: 40px;
	margin-bottom: 20px;
}

.werkcontainer {
	width: 50%;
	float: left;
	margin-top: 25px;
}

.tipcontainer {
	width: 50%;
	float: left;
	margin-top: 25px;
}

.werkrow {
	padding-bottom: 25px;
	width: 100%;
	overflow: hidden;
}

.werkrow .two {
	width: 30.15%;
}

.werkrow .three {
	width: 44.15%;
}

.tiprow {
	padding-bottom: 25px;
	width: 100%;
	overflow: hidden;
}

.tiprow .two {
	width: 30.15%;
}

.tiprow .four {
	width: 61.55%;
}

/*:::: JEBAKKERPAGE ::::*/
.panel {
	background: #F2F2F2;
	border: solid 1px #E6E6E6;
	margin: 0 0 22px 0;
	padding: 10px;
}

.jebakkerintro {
	margin-top: 65px;
}

.jebakkerpic {
	margin-top: 10px;
	margin-left: 40px;
}

.jebakkerrow {
	margin-top: 30px;
}

.jebakkervak {
	margin-top: 30px;
	border-radius: 8px;
	background: #152A35;
}

.jebakkervak h4 {
	color: #EDEBEB;
	float: left;
	padding-top: 15px;
	padding-left: 35px;
	-o-text-shadow: 0 1px 1px #36647e;
	-moz-text-shadow: 0 1px 1px #36647e;
	-ms-text-shadow: 0 1px 1px #36647e;
	-khtml-text-shadow: 0 1px 1px #36647e;
	-webkit-text-shadow: 0 1px 1px #f36647e;
	text-shadow: 0 1px 1px #36647E;
}

.jebakkertxt {
	float: left;
	top: -10px;
	width: 85%;
	padding-left: 35px;
	padding-bottom: 20px;
	color: white;
	-o-text-shadow: 0 1px 1px #36647e;
	-moz-text-shadow: 0 1px 1px #36647e;
	-ms-text-shadow: 0 1px 1px #36647e;
	-khtml-text-shadow: 0 1px 1px #36647e;
	-webkit-text-shadow: 0 1px 1px #f36647e;
	text-shadow: 0 1px 1px #36647E;
}

.jebakkerprijs {
	font-size: 15px;
	color: #98bf0c;
	font-weight: 600;
}

/*:::: CONTACTPAGE ::::*/

.productinfotxt {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	margin-top: -5px;
}

#contactform label {
	font-family: 'Lato', sans-serif;
	width: 100px;
	color: #4c5c66;
	font-size: 13px;
	float: left;
	padding-left: 10px;
}

#contactform input {
	width: 315px;
	height: 25px;
	background: white;
	border: 1px solid #f9f9f9;
	border-radius: 6px;
	float: left;
	padding-left: 10px;
}

#contactform textarea {
	width: 400px;
	height: 200px;
	background: white;
	border: 1px solid #f9f9f9;
	border-radius: 6px;
	float: left;
	padding-left: 10px;
}

.inputcontainers {
	height: 30px;
}

#contactformleft p {
	margin-bottom: 10px;
}

#contactformright {
}

#submit input {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	background-color: #2f424e;
	cursor: pointer;
	color: white;
	width: 120px;
	height: 40px;
	margin-left: 109px;
	margin-top: 10px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s
}
#submit label {
	margin-top: 15px;
	width: 280px;
}
#submit label.error {
	color: Red;
}
#submit label.success {
	color: Green;
}

#submit input:hover {
	background-color: #98bf0c;
	color: white;
}
/*:::: PLUGINS ::::*/

.thumbnail-item {
	/* position relative so that we can use position absolute for the tooltip */
	position: relative;
	float: left;
	margin: 0px 5px;
}

.thumbnail-item a {
	display: block;
}
.tooltip {
	/* by default, hide it */
	display: none;
	/* allow us to move the tooltip */
	position: absolute;
	/* align the image properly */
	padding: 8px 0 0 8px;
}

.tooltip span.overlay {
	/* the png image, need ie6 hack though */
	background: url(images/reclame-broodzakken-overlay.png) no-repeat;
	/* put this overlay on the top of the tooltip image */
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 350px;
	height: 200px;
}

/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*:::: HELPER CLASSES ::::*/
/*
 * Define your styles first. Add media queries below these helpers.
 */
/* For image replacement */
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.ir br {
	display: none;
}
/* Hidden from browsers and screen readers */
.hidden {
	display: none !important;
	visibility: hidden;
}
/*  Hidden visibly but available to screenreaders. Same as .hidden but good for accessibility */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Extends .visually hidden to allow element to be focusable when using the keyboard */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/* Hide visually and from screenreaders, but maintain layout. Think of it as having an element match the background - looks hidden but affects other elements. Cannot be highlighted */
.invisible {
	visibility: hidden;
}
/* Contain floats: h5bp.com/q This is a godsend in many cases */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
/*:::: MEDIA QUERIES ::::*/
/* Smaller screens */
@media only screen and (max-width: 1023px) {
	body {
		font-size: 0.8em;
		line-height: 1.5em;
	}

}
/* Mobile */
@media handheld, only screen and (max-width: 767px) {
	body {
		font-size: 16px;
		-webkit-text-size-adjust: none;
	}
	.row, body, .container {
		width: 100%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.row .one, .row .two, .row .three, .row .four, .row .five, .row .six, .row .seven, .row .eight, .row .nine, .row .ten, .row .eleven, .row .twelve {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.headtxt {
		display: none;
	}
}
/* Extra queries just in case... */
/*@media handheld, only screen and (max-width: 767px) {

 body {

 }

 }*/
/* Hi-Res images for iPhone4 */
/*@media only screen and (-webkit-min-device-pixel-ratio: 2) {

 /*	.logo {
 background: url(logo2x.jpg) no-repeat;
 background-size: 212px 303px;
 }*/
/*}*/
/* Print styles */
@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	/* Black prints faster: h5bp.com/s */
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	/* Don't show links for images, or javascript/internal links */
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	/* h5bp.com/t */
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}

.bluebox {
	background-color: #192B36;
	color: #98BF0C;
	position: relative;
	top: -56px;
	left: 7px;
	height: 355px;
	padding-top: 20px;
	padding-left: 15px;
	width: 208px !important;
}
.bluebox h3 {
	color: #98BF0C;
	-webkit-box-shadow: 0px !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	line-height: 25px;
}

/*social icons*/
#social {
	float: right;
	margin-top: 20px;
}

#social li {
	float: left;
	margin-left: 10px;
	list-style: none;
}

#social img {
	max-width: 50px;
	opacity: 0.5;
}

#social img:hover {
	opacity: 1;
}

#staywhite
{
	color:white;
	text-decoration: none;
}
#staywhite:hover
{
	color:white;
}
