/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size:14px;
    line-height:24px;
	background:#131313;
	color:#e9e9e9;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #e39725;
    text-shadow: none;
	color:#fff;
}

::selection {
    background: #e39725;
    text-shadow: none;
	color:#fff;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/*
 * Custom Fonts
 */

@font-face {
    font-family: 'texgyreadventorbold';
    src: url('../fonts/texgyreadventor-bold-webfont.eot');
    src: url('../fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'texgyreadventorregular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */




/* ==========================================================================
   Header
   ========================================================================== */
header {width:100%;background:#000000;box-shadow:0 0 20px #000;position:relative;z-index:999;}

	/* header.headerhome {position:fixed;top:0;box-shadow:0 0 20px #000;z-index:9999;} */

	header .spanwrap {padding:10px 0;}

	#logo { float:left; }
	#logo img {width:220px;}

	.menuwrap { }

	/* main menu */
	nav {
		float:left;
		font-family:'texgyreadventorbold', Century Gothic;
		font-size:12px;
		text-transform:uppercase;
		line-height:18px;
		padding:20px 0;
		}
		nav ul {padding:0;margin:0;}
		nav ul li {float:left;width:84px;text-align:right;padding:0 5px;}
		nav ul li a {display:block;color:#fff;}
		nav ul li a:hover {color:#e49525;}

	.menu-promo { }


/* ==========================================================================
   Home - Slider
   ========================================================================== */
#slider {
	}
	.slider1 {background:url(../img/sample1.jpg) center center no-repeat;background-size:cover;}

	.tagline {
        text-align:center; 
        margin: 80px 0; 
    }
	.tagline h1 {
		/* font-family:'texgyreadventorregular', Century Gothic; */
		font-size:3.6em;
		line-height: 1.2em;
		font-weight:200;
		padding:0;
		margin: 0 5%;
		}


/* ==========================================================================
   Content Area
   ========================================================================== */
.contentwrap {min-height:500px;}
.contentwrap .spanwrap {padding:40px 0;}

/* PAGE HEADER ========================= */
	.pageheader h1 {
		padding:0;margin:0;
		display:block;
		font-size:18px;
		font-family:'texgyreadventorbold', Century Gothic;
		text-transform:uppercase;
		line-height:20px;
		font-weight:normal;
		}


/* SERVICES============================= */
#tabs > ul {padding:0;margin:0;display:table;width:100%;border-spacing:1px;}
	#tabs > ul li {margin-right:1px;display:table-cell;text-align:center;font-family:'texgyreadventorbold', Century Gothic;}
	#tabs > ul li a {display:block;padding:10px 20px;background:#232323;color:#fff;}
	#tabs > ul li a:hover {background:#2b2b2b;color:#e39725;}
	#tabs > ul li.current-menu-item a {background:#e39725;color:#131313;}
	#tabs > ul li.current-menu-item a { position: relative; background: #e39725; }
	#tabs > ul li.current-menu-item a:after { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(227, 151, 37, 0); border-top-color: #e39725; border-width: 6px; margin-left: -6px; }

	.post-img-tab {
		width:100%;
		height:240px;
		margin-bottom:30px;
		overflow:hidden;
		}

	.ui-tabs-panel li {margin:10px 0;}

	.tab-post-title {
		padding:30px 0;margin:0 0 30px 0;
		font-family:'texgyreadventorbold', Century Gothic;
		line-height:40px;
		font-size:32px;
		font-weight:400;
		color:#e39725;
		border-bottom:1px solid #2b2b2b;
		}

#tabs .ui-tabs-panel {padding:30px 0;border-bottom:1px solid #2b2b2b;}

.pricing-table {width:100%;}
	.pricing-table thead {
		border-bottom:1px solid #2b2b2b;
		font-family:'texgyreadventorregular', Century Gothic;
		font-size:10px;
		text-transform:uppercase;
		text-align:center;
		font-weight:normal;
		letter-spacing:1px;
		line-height:14px;
		}
	.pricing-table thead th:first-child {text-align:left;}
	.pricing-table thead th {padding:5px 10px;color:#e39725;}

	.pricing-table tbody tr {border-bottom:1px solid #2b2b2b;-webkit-transition-duration:.25s;-moz-transition-duration:.25s;}
	.pricing-table tbody tr:hover {background:#232323;color:#e39725;}
	.pricing-table tbody td {padding:10px;text-align:center;}
	.pricing-table tbody td:first-child {text-align:left;}


/* FORMS =============================== */
.formlabel-list {}
.formlabel-item {background:#232323;-webkit-transition-duration:.25s;-moz-transition-duration:.25s;}
	.formlabel-item:hover {box-shadow:0 0 0 10px #232323;}
	.formlabel-item-wrap {text-align:center;}
	.formlabel-item h2 {
		padding:40px 0;margin:0;
		font-weight:300;
		font-size:18px;
		}
	.formlabel-item a {
		display:block;
		background:#e39725;
		color:#131313;
		padding:5px 0;
		font-family:'texgyreadventorbold', Century Gothic;
		text-transform:uppercase;
		font-size:12px;
		}


/* BOOKING fORM ========================= */
.bookingcourierform {}
	.bookingcourierform section {padding:20px 0;border-top:1px solid #2b2b2b;}
	.bookingcourierform section h4 {font-family:'texgyreadventorbold', Century Gothic;font-weight:normal;font-size:16px;line-height:22px;color:#e39725;}

	.bladexchangeregform fieldset,
	.bookingcourierform fieldset {padding:10px 0;display:table;}
	.bladexchangeregform label,
	.bookingcourierform label {
		display:table-cell;
		width:220px;
		text-align:right;
		padding-right:20px;
		font-family:'texgyreadventorbold', Century Gothic;
		text-transform:uppercase;
		font-size:12px;
		cursor:pointer;
		}
	.bladexchangeregform .inputwrap,
	.bookingcourierform .inputwrap {display:table-cell;width:700px;}
	.bladexchangeregform .inputwrap p,
	.bookingcourierform .inputwrap p {padding:0;margin:0;line-height:30px;}
	.bladexchangeregform .cbfield,
	.bookingcourierform .cbfield {margin-right:10px;}
	.bladexchangeregform .textfield2,
	.bookingcourierform .textfield2 {
		width:680px;
		background:#232323;
		padding:10px;
		border:0;
		color:#fff;
		font-family:'Open Sans';
		font-weight:300;
		}
		.bladexchangeregform .textfield2:focus,
		.bookingcourierform .textfield2:focus {background:#2b2b2b;color:#e39725;}

	.bladexchangeregform .textfield2.quarter,
	.bookingcourierform .textfield2.quarter {width:200px;}
	.bladexchangeregform .textfield2.half,
	.bookingcourierform .textfield2.half{width:360px;}

	.bladexchangeregform  .inputfloat p,
	.bookingcourierform .inputfloat p {display:inline;padding-right:20px;}

	.bladexchangeregform  .btn-wrapper,
	.bookingcourierform .btn-wrapper {border-top:1px solid #2b2b2b;}



.membershipplan {width:100%;text-align:center;}

	.membershipplan tbody tr:first-child td:first-child,
	.membershipplan tr th:first-child {border:0;background:none;}
	.membershipplan tr th {
		padding:13px 15px 15px;
		border:1px solid #2B2B2B;
		font-family:'texgyreadventorbold', Century Gothic;
		font-weight:400;
		text-transform:uppercase;
		font-size:16px;
		background:#E39725;
		color:#131313;
		}

	.membershipplan tbody tr:first-child td {vertical-align:top;}
	.membershipplan tbody tr:first-child td ul {text-align:left;}

	.membershipplan tbody tr:nth-child(even) {background:#1a1a1a;}

	.mem-trigger {font-size:11px;text-transform:uppercase;font-weight:700;color:#E39725;cursor:pointer;}
	.membershipplan tr td:first-child {width:200px;text-align:right;font-size:11px;text-transform:uppercase;font-weight:700;color:#E39725;cursor:pointer;}
	.membershipplan tr td:first-child a {font-weight:700;cursor:pointer;}
	.membershipplan tr td:first-child p {text-transform:none;font-weight:300;font-size:13px;line-height:18px;color:#fff;}
	.membershipplan tr td {padding:10px 15px;border:1px solid #2B2B2B;width:38%;}

	.membershipplan tr.mem-tablebreak {background:#E39725!important;}
	.membershipplan tr.mem-tablebreak1 {background:#c62b34!important;} /*.membershipplan tr.mem-tablebreak1 td {color:#fff!important;}*/
	.membershipplan tr.mem-tablebreak2 {background:#238ac7!important;} /*.membershipplan tr.mem-tablebreak1 td {color:#fff!important;}*/
	.membershipplan tr.mem-tablebreak td {
		text-transform:none;
		font-size:16px;
		text-align:left;
		color:#131313;
		font-family:'Open Sans';
		font-weight:300;
		}
	.membershipplan tr.mem-tablebreak td span {text-transform:uppercase;font-family:'texgyreadventorbold', Century Gothic;font-weight:400!important;}

	.membershipplan tr td span {font-weight:700;}
	.membershipplan tr td small {display:block;}

	.membershipplan tr td.mem-price {font-weight:700;}
	
	.membershipplan tr td .mem-trigger {display:block;}



#bookingform {
	position:absolute;
	top:119px;
	right:0;
	bottom:75px;
	left:0;
	z-index:0;
	}
	.splashwrap {position:relative;width:100%;height:100%;}

	.splashcontent {
		position:absolute;
		width:380px;
		left:50%;
		margin-left:-190px;
		top:50%;
		text-align:center;
		}
	.splashcontent h3 {
		padding:0;margin:0;
		font-family:'texgyreadventorbold', Century Gothic;
		font-weight:400;
		text-transform:uppercase;
		font-size:30px;
		}
	.splashcontent h5 {
		color:#E39725;
		font-family:'Open Sans';
		font-weight:300;
		font-size:20px;
		padding:30px 0 20px;
		margin:0;
		}
	.splashcontent_option a {
		display:inline-block;
		background:#E39725;
		color:#131313;
		padding:6px 15px;
		width:50px;
		margin:0 10px;
		line-height:18px;
		font-size:11px;
		text-transform:uppercase;
		font-weight:700;
		cursor:pointer;
		}


/* SIDEBAR ============================= */
#sidebar {}


/* sidebar - products */
.widget-productpage {padding:10px 0;}
.widget-productpage-header {
	background:#e39725;
	color:#131313;
	font-size:14px;
	text-transform:uppercase;
	font-family:'texgyreadventorbold', Century Gothic;
	line-height:20px;
	font-weight:normal;
	padding:8px 10px;
	margin:0 0 1px 0;
	}

	/* CART WIDGET */
	.cart-items {
		background:#238ac7;
		color:#fff;
		text-align:center;
		padding:10px;
		}
		.cart-items p {
			font-size:16px;
			text-transform:uppercase;
			font-family:'texgyreadventorbold', Century Gothic;
			line-height:20px;
			font-weight:normal;
			margin:0;padding:0;
			}
	.cart_message{
		margin:1px 0 0 0;
		background:#116193;
		padding:20px;
		font-size:12px;
		text-align:center;
		line-height:16px!important;
		}
	.cart-action {
		display:table!important;
		table-layout:fixed;
		margin:1px 0 0 0;
		padding:0;
		background:#232323;
		width:100%;
		}
		.cart-action li {
			display:table-cell!important;
			width:100%;
			text-align:center;
			}
		.cart-action li a {
			display:block!important;
			padding:5px!important;
			text-transform:uppercase;
			color:#fff;
			font-size:11px;
			background:#232323;
			}
		.cart-action li a:hover {background:#2b2b2b;color:#238ac7!important;}

	/* UL */
	.widget-productpage ul {padding:0;margin:0;}
	.widget-productpage ul li {display:block;margin-bottom:1px;}
	.widget-productpage ul li a {
		color:#fff;
		display:block;
		padding:10px;
		background:#232323;
		}
		.widget-productpage ul li:hover a {background:#2B2B2B;color:#e39725;}

	/* FOR PRODUCT TAGS */
	#product_tag_wrap {display:block;}
	#product_tag_wrap a {
		font-size:14px!important;
		display:block;
		margin-bottom:1px;
		color:#fff;
		padding:10px;
		background:#232323;
		}

	/* HIDE HEADER OF CART WIDGERT */
	.sidebar-product > .widget-productpage:first-child  {padding-top:0;}
	.sidebar-product > .widget-productpage:first-child > h4 {display:none;}



/* PRODUCTS ============================ */
.product-contentarea{background:;}

	/* .product-img {width:220px;height:200px;background:#fff;border-radius:3px;-webkit-border-radius:3px;position:relative;} */
	.product-img {height:200px;background:#fff;border-radius:3px;-webkit-border-radius:3px;position:relative;
        margin-bottom: 10px;
    }
	.product-img a {display:block;position:absolute;top:10px;right:10px;bottom:10px;left:10px;}


.product-single-view {padding-top:0!important;}

	.product-single-view h1.product-title {
		padding:0 0 30px 0;margin:0 0 20px 0;
		font-family:'texgyreadventorbold', Century Gothic;
		line-height:40px;
		font-size:36px;
		font-weight:400;
		line-height:50px;
		border-bottom:1px solid #2b2b2b;
		}

	.product-description {border-top:1px solid #2b2b2b;margin-top:20px;}

	.wpsc_product_price {}
	.wpsc-product-price {font-size:24px;font-weight:300;color:#e39725;}
	.wpsc_product_price .product-price-detailed {
		padding-bottom:20px;
		font-weight:normal;
		font-family:'texgyreadventorregular', Century Gothic;
		}
		.wpsc_product_price .product-price-detailed p {line-height:30px!important;}

	.wpsc_product_price p {padding:0;margin:0;line-height:22px;}



	.wpsc_category_details img {max-width:100%;}


.product-catselect {border-bottom:1px solid #238ac7;margin:0;padding:0;}
	.product-catselect > ul  {padding:0;margin:0;float:left;}
	.product-catselect > ul > li {
		position:relative;display:block;background:#238ac7;padding:10px 20px;margin:0;cursor:pointer;line-height:16px;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		}
	.product-catselect > ul > li > p {padding:0;margin:0;font-size:12px;text-transform:uppercase;font-family:'texgyreadventorbold', Century Gothic;color:#fff;}

	.product-catselect > ul > li:hover > ul.child {visibility:visible;opacity:100;}
	.product-catselect > ul > li > ul.child {
		position:absolute;
		visibility:hidden;
		opacity:0;
		background:#238ac7;
		transition:all .1s;
		-webkit-transition:all .1s;
		padding:0;margin:0;
		left:0;
		top:36px;
		width:220px;
		border-top:1px solid #067ac0;
		padding-bottom:10px;
		-webkit-border-bottom-right-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomright: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
		z-index:999;
		}

		ul.child li {display:block;font-size:12px;text-transform:uppercase;font-family:'texgyreadventorbold', Century Gothic;color:#fff;border-bottom:1px solid #067ac0;}
		ul.child li a {display:block;padding:10px 20px;color:#fff;}
		ul.child li a:hover {background:#067ac0;}

.viewoption {margin-bottom:20px;}
	.viewoption ul {margin:0;padding:0;}
	.viewoption ul li {display:block;float:left;margin:0 5px;line-height:16px;font-size:11px;text-transform:uppercase;font-family:'texgyreadventorbold', Century Gothic;color:#696969;}
	.viewoption ul li a {display:block;height:16px;width:16px;background-size:16px 16px!important;opacity:.36;filter:alpha(opacity=36);}
	.viewoption ul li.viewopt-grid a {background:url(../img/icon-view-grid.png) center center no-repeat;}
	.viewoption ul li.viewopt-list a {background:url(../img/icon-view-list.png) center center no-repeat;}

	.viewoption ul li.active a,
	.viewoption ul li a:hover {opacity:1;filter:alpha(opacity=100);}


.product-list {border-top:1px solid #2b2b2b;}
.product-item {border-bottom:1px solid #2b2b2b;padding:20px 0;}

	.product-details h1 {
		font-family:'texgyreadventorbold', Century Gothic;
		padding:0;margin:0;
		line-height:30px;
		font-size:22px;
		font-weight:normal;
		margin-top:-5px;
		margin-bottom:10px;
		} 	.product-details h1 a {color:#e39725;}
			.product-details h1 a:hover {color:#e39725;}

	.product-details article a.read-more {font-size:10px;text-transform:uppercase;font-family:'texgyreadventorbold', Century Gothic;color:#238ac7;}

	.product-opts {display:block;margin-top:30px;}
	.product-opts ul {padding:0;margin:0;display:block;position:relative;}
	.product-opts ul li {background:#238ac7;color:#fff;display:block;float:left;padding:5px 20px;border-radius:3px;-webkit-border-radius:3px;}

		.product-opts ul li.product-price {font-size:18px;font-family:'texgyreadventorregular', Century Gothic;line-height:20px;margin-right:1px;}

		.product-opts ul li:last-child a {font-size:11px;text-transform:uppercase;font-family:'texgyreadventorbold', Century Gothic;color:#fff;line-height:20px;}
		.product-opts ul li.product-action input {
			font-size:11px;
			text-transform:uppercase;
			font-family:'texgyreadventorbold', Century Gothic;
			color:#fff;
			line-height:20px;
			background:none;
			border:0;
			height:20px;
			}
		.product-opts .wpsc_loading_animation {font-size:11px;}

	.product-action-quantity {background:none!important;margin-right:10px;padding:5px 0!important;}
	.product-action-quantity legend {float:left;line-height:20px;font-size:11px;text-transform:uppercase;font-family:'texgyreadventorbold', Century Gothic;}
	.product-action-quantity div {float:left;margin-left:10px;background:orange;padding:5px;background:#232323;height:22px;margin-top:-5px;border-radius:3px;-webkit-border-radius:3px;}
	.product-action-quantity div input {border:0;padding:0;background:none;height:20px;font-size:11px;text-transform:uppercase;font-family:'texgyreadventorbold', Century Gothic;text-align:center;color:#fff;width:20px;}

	.product-pagenavi {padding:20px 0;}


/* CHECKOUT ============================ */
.checkout_cart {
	width:100%;
	}

	.checkout_cart thead th {
		border-bottom:1px solid #2b2b2b;
		font-family:'texgyreadventorregular', Century Gothic;
		font-size:10px;
		text-transform:uppercase;
		text-align:center;
		font-weight:normal;
		letter-spacing:1px;
		line-height:14px;
		}
	.checkout_cart thead th {padding:5px 10px;color:#e39725;text-align:left;}

	.checkout_cart tbody tr {border-bottom:1px solid #2b2b2b;-webkit-transition-duration:.25s;-moz-transition-duration:.25s;}
	.checkout_cart tbody tr td {padding:10px;}

	.checkout_cart tbody tr:hover {background:#232323;}
	.checkout_cart tbody tr td.wpsc_product_image {height:31px;width:31px;}
	.checkout_cart tbody tr td.wpsc_product_name a {font-weight:700;color:#fff;}
	.checkout_cart tbody tr:hover,
	.checkout_cart tbody tr:hover  td.wpsc_product_name a {color:#e39725;}

	.checkout_cart tbody tr td.wpsc_product_remove {text-align:right;}

	.checkout_cart tbody tr td input[type="submit"] {
		background:#238AC7;
		border:0;
		color:#FFFFFF;
		font-size:10px;
		height:20px;
		line-height:20px;
		text-transform:uppercase;
		height:24px;
		border-radius:3px;
		-webkit-border-radius:3px;
		}
	.checkout_cart tbody tr td input[type="text"] {
		background:#232323;
		height:24px;
		width:40px;
		text-align:center;
		color:#fff;
		border:0;
		border-radius:3px;
		-webkit-border-radius:3px;
		}




/* CONTACT US ========================== */
.contactus-logo {
    height: 100px;
	background:url(../img/logo.png) top center no-repeat;
	background-size:contain;
	}
.contactus-form {}
	.contactus-form h1 {text-transform:uppercase;font-family:'texgyreadventorbold', Century Gothic;color:#fff;font-size:30px;padding:0;margin:0;line-height:34px;font-weight:normal;}

	.contactus-form fieldset {
		padding:15px 0 5px 0;
		border-bottom:1px solid #2b2b2b;
		}

		.contactus-form fieldset .contact-textfield {
			font-family: 'Open Sans', sans-serif;
			font-weight:400;
			color:#696969;
			font-size:13px;
			padding:5px 0;margin:0;
			height:20px;
			background:none;
			border:0;
			display:block;
			color:#fff;
			}

		.contactus-form fieldset textarea {
			background:none;
			border:0;
			width:100%;
			padding:5px 0;
			resize:none;
			font-family:'Open Sans';
			font-size:13px!important;
			line-height:20px;
			color:#fff;
			}

		.contactus-form fieldset .contact-submit {
			width:60px;
			height:50px;
			background:url(../img/sendbtn.png) center center no-repeat transparent;
			background-size:cover;
			border:0;
			}


		.contactus-form ul {padding:20px 0;margin:0;}
		.contactus-form ul li {
			display:block;
			padding:0 0 0 24px;
			line-height:32px;
			background-size:16px 16px!important;
			}
			.contactus-form ul li.contact-address {background:url(../img/icon-marker.png) no-repeat left center;}
			.contactus-form ul li.contact-phone {background:url(../img/icon-tel2.png) no-repeat left center;}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {width:100%;background:url(../img/footer.png) no-repeat #000000;background-position:right center;}

	/* footer.footerhome {position:fixed;bottom:0;box-shadow:0 0 20px #000;z-index:9999;} */

	footer .footerwrap {padding: 15px 0;}

	.footerinfo {
		float:left;
		font-family:'texgyreadventorbold', Century Gothic;
		font-size:10px;
		text-transform:uppercase;
		line-height:16px;
		color:#7b7b7b;
		}
		.footerinfo p {padding:0;margin:0;}
		.footerinfo p:first-child a {color:#fff;}

		.footerinfo ul {margin:0;padding:0;}
		.footerinfo ul li {float:left;display:block;}
		.footerinfo ul li a {display:block; padding:0 10px 0 0; color:#7b7b7b;}
		.footerinfo ul li a:hover {color:#fff;}

		.footerinfo ul li:first-child a {padding-left:0!important;}

	.bookmarks {float:right;}

		.bookmarks ul {padding:4px 0;margin:0;}
		.bookmarks ul li {float:left;margin:0 5px;display:block;padding:0;height:24px;}
		.bookmarks ul li a {float:left;width:24px;height:24px;background-size:24px 24px!important;}
		.bookmarks ul li span {font-family:'texgyreadventorbold', Century Gothic;display:inline;float:right;line-height:24px;margin-left:10px;text-transform:uppercase;}

		.bookmarks ul li:first-child {margin-left:0;}
		.bookmarks ul li:last-child {margin-right:0;}

		.bookmarks ul li.icon-twitter a {background:url(../img/icon-twitter.png) center center no-repeat;}
		.bookmarks ul li.icon-fb a {background:url(../img/icon-fb.png) center center no-repeat;}
		.bookmarks ul li.icon-tel a {background:url(../img/icon-tel.png) center center no-repeat;}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.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
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;

   }

   a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    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;
    }
}
