/*! 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-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 1.4;
}
html, body{
	height:100%;
}
/*
 * 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: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * 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;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.container {
	width:960px;
	margin:0 auto;
}

.messagebar {
	margin: 0;
	text-align: center;
	padding: 5px 0;
	background: black;
	color: white; 
}

.messagebar p {margin: 0; padding: 0;}

.access-container {
	background: url('../img/proBg.jpg') #999 no-repeat center center;
	background-size:cover;
	width:100%;
	height: 100%;
	box-shadow: 0px 0px 10px #CCC;
	-webkit-box-shadow: 0px 0px 10px #CCC;
	-moz-box-shadow: 0px 0px 10px #CCC;
	-o-box-shadow: 0px 0px 10px #CCC;
	text-align:center;
	position: relative;
}

.accessContact {
	display: block;
	position: relative;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	top: 7px;
	font-family: arial;
	letter-spacing: .5px;
}

.login-box {
	display:inline-block;
	width: 308px;
	height: 333px;
	padding: 36px;
	background:#FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: 0px 0px 15px #888;
	-webkit-box-shadow: 0px 0px 15px #888;
	-moz-box-shadow: 0px 0px 15px #888;
	-o-box-shadow: 0px 0px 15px #888;
	border:5px solid #000;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0px;
	left: 0;
	right: 0;
}
.login-box form {
	/* padding-top:40px; */
}

.login-box form label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#AAA;
}

.login-box form p {
	text-transform:uppercase;
	font-size:1.1em;
	font-weight: bold;
	color: #222;
	margin:0 0 5px 0;
}

.login-box form input[type="text"] {
	font-size:0.8em;
	width:100%;
	padding:10px 0;
	text-align:center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #CCC;
	margin:3px 0;
}


.login-box form input[type="submit"], .addCart, .goCart  {
	background:#454545;
}
.login-box form input[type="submit"], .addCart, .goCart, .continueShopping  {
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-indent:0;
	border:1px solid #e0e0e0;
	display:inline-block;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #333333;
	margin-top:15px;
	text-transform:uppercase;
}
.addCart:hover, .goCart:hover, .login-box form input[type="submit"]:hover {
	background:#656565;
}
.continueShopping:hover {
	background:#777;
}
.addCart:active, .goCart:active, .login-box form input[type="submit"]:active {
	position:relative;
	top:1px;
}

.cartLink {
	background: url('../img/carticn.png');
	width: 32px;
	height: 32px;
	display: inline-block;
	position: relative;
	top: 10px;
	right: 3px;
}

.cartLink:hover {
	background-position:32px 0px;
}

.addCart, .goCart {
	width:100%;
	background:#d83a51;
	text-shadow:1px 1px 0px #999;
}


.continueShopping {
	background:#999;
	width:100%;
	text-shadow:1px 1px 0px #999;
}

.under-access {
	/*position: absolute;*/
	background: #cacccb;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	bottom: 0;
}

.under-access img {
	display:inline-block;
	margin:10px 20px 0;
	width:140px;
}

header {
	border-bottom:1px solid #DDD;
	margin-bottom: -4px;
	height: 106px;
}

header img {
	float:left;
	position: relative;
	top: 4px;
	left: -23px;
	height: 100px;
}

header a {
	color:#000;
	font-size:0.8em;
}

header .cart-link {
	float:right;
	margin-top: 0;
	margin-bottom: 8px;
}

header .cart-link span {
	text-decoration:none;
	font-size:0.8em;
}

/*
.product-block {
	width:31.3%;
	margin:1%;
	float:left;
	display:block;
	margin-bottom:10px;
	position:relative;
	background:#000;
}

.product-block.out-of-stock:hover img {
	opacity:1.0;
}

.product-block.out-of-stock:hover .grid-deets {
	color:#000;
}

.stockmessage {
	background:url('../img/transwht.png');
	position:absolute;
	left:0;
	top:0;
	color:#999;
	text-align:center;
	width:100%;
}

.product-info {
	position:relative;
}

.product-block:hover {
	cursor:pointer;
}

.product-block:hover .grid-deets {
	color:#d83a51;
}

.product-block:hover img {
	opacity:0.9;
}

.product-block img {
	width:100%;
	max-width:100%;
}
.product-block {
	text-decoration:none;
}

.product-block p {
	text-transform:uppercase;
	font-size:.8em;
	font-weight:700;
	margin:0;
	height:65px;
	color:#000;
	background:#FFF;
	padding-top:10px;

}
.product-block p span {
	font-weight:400;
	color:#777;
}

.product-image {
	width:100%;
}

.product-image img {
	width:100%;
	max-width:100%;
}

.product-details {
	width: 20%;
	padding: 3%;
	border: 1px solid #DDD;
	background: #f8f8f8;
	position:absolute;
	right:0;
	top:0;
	z-index:100;
}

.product-details input[type="number"] {
	width:30px;
	padding: 3px 0 3px 3px;
	margin-left:5px;
}

.product-details p, .product-details .qty {
	margin:5px 0;
}

.product-details select {
	margin:5px 0;
	width:100%;
}

.productName {
	font-weight:700;
	text-transform:uppercase;
}

.other-products {
	margin-top: 100px;
	padding-top: 20px;
	border-top: 1px solid #DDD;
	text-align:center;
}

.otherTitle {
	font-size:.8em;
	text-transform:uppercase;
}

footer {
	margin-top:30px;
	padding-top:20px;
	text-align:right;
	border-top:1px solid #b8bdc1;
}*/

footer a {
	font-size:.8em;
	color:#000;
	text-decoration:none;
	color:#d83a51;
}

#overlay {
	display:none;
	width:100%;
}

#overlay p {
	font-size: 14px;
	color: #000;
	margin-top: 14px;
	padding:5px 0;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}

.backBtn {
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	padding: 5px 6px;
	background: #EEE;
	color: #555;
}
.backBtn:hover {
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	padding: 5px 6px;
	background: #DDD;
	color: #555;
}

.hideBox {
	position: absolute;
	top: -25px;
	right: 0px;
	font-size: 13px;
	color: #555;
}

.hideBox:hover {
	cursor:pointer;
	color:#d83a51;
}

.hideBox:active {
	top:-24px;
}

.boxNote {
	font-size: 12px;
	color: #AAA;
	text-align: center;
}

/* ECWID UI TWEAKS */
/*html#ecwid_html body#ecwid_body div.ecwid-minicart {
	background:url(../img/minicart.png) no-repeat 22px 12px !important;
	width: 110px !important;
	height: 62px !important;
	padding: 6px 0px !important;
	top: 14px !important;
	position: relative !important;
}
html#ecwid_html body#ecwid_body div.ecwid-minicart:hover {
	background-position: -123px 12px !important;
}
html#ecwid_html body#ecwid_body div.ecwid-minicart-counter {
	left:85px !important;
	color:#999 !important;
	top:22px !important;
	text-align:left !important;
}
html#ecwid_html body#ecwid_body div.ecwid-minicart-clickArea {
	left: 0px !important;
	width: 110px !important;
	top: -6px !important;
	height: 76px !important;
	background: none !important;
}

html#ecwid_html body#ecwid_body div.ecwid-minicart-caption {
	top:75px !important;
}

html#ecwid_html body#ecwid_body div.ecwid-minicart-label {
	top:79px !important;
}
html#ecwid_html body#ecwid_body div.ecwid-minicart-link {
	top:77px !important;
}

html#ecwid_html body#ecwid_body div.ecwid-minicart-link * {
	color:#d83a51 !important;
	text-decoration: none !important;
}

html#ecwid_html body#ecwid_body div.ecwid-form {
	background-color: #f5f5f5 !important;
}

html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsTable-v2 div.ecwid-productBrowser-productNameLink a, html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsList-v2 div.ecwid-productBrowser-productNameLink a, html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid-v2 div.ecwid-productBrowser-productNameLink a {
	font-family: 'Montserrat', sans-serif !important;
}

html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid-v2 div.ecwid-productBrowser-productNameLink a {
	text-transform: uppercase !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	margin: 0 !important;
	height: auto !important;
	color: #000 !important;
	background: #FFF !important;
	padding-top: 10px !important;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid-v2 div.ecwid-productBrowser-productsGrid-productCostFragment {
	text-align: left !important;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-price {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 400 !important;
	color: #777 !important;
	font-size: 14px !important;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser {
	padding:0 !important;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-categoryPath, html#ecwid_html body#ecwid_body div.ecwid-ProductBrowser-auth-anonim, html#ecwid_html body#ecwid_body div.ecwid-ProductBrowser-auth-logged, html#ecwid_html body#ecwid_body div.ecwid-results-topPanel, html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid-v2 .ecwid-productBrowser-productsGrid-productTopFragment div.ecwid-favorite-view, html#ecwid_html body#ecwid_body div.ecwid-minicart-caption, html#ecwid_html body#ecwid_body div.ecwid-minicart-label, html#ecwid_html body#ecwid_body div.ecwid-minicart-link {
	display: none;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-productsGrid-productMiddleFragment {
	margin: 7px 6px 0px;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-productDragLabel-invisible, html#ecwid_html body#ecwid_body div.ecwid-productBrowser-productDragLabel {
	display: none !important;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-productsGrid-productMiddleFragment {
	margin:7px 10px 0px;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsGrid-v2 div.ecwid-productBrowser-productsGrid-productCostFragment {
	padding:5px 10px 0;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-backgroundedPanelInner div.ecwid-favorite-view {
	display:none !important;
}
html#ecwid_html body#ecwid_body div.ecwid-AddToBagButton-up, html#ecwid_html body#ecwid_body div.ecwid-AddToBagButton-up-hovering, html#ecwid_html body#ecwid_body div.ecwid-AddToBagButton-ie6-up, html#ecwid_html body#ecwid_body div.ecwid-AddToBagButton-ie6-up-hovering, html#ecwid_html body#ecwid_body div.ecwid-AddToBagButton-down, html#ecwid_html body#ecwid_body div.ecwid-AddToBagButton-down-hovering, html#ecwid_html body#ecwid_body div.ecwid-AddToBagButton-ie6-down, html#ecwid_html body#ecwid_body div.ecwid-AddToBagButton-ie6-down-hovering {
	background: transparent url(../img/add_to_bag.png) no-repeat top center !important;
}
html#ecwid_html body#ecwid_body div.ecwid-AddToBagButton, html#ecwid_html body#ecwid_body div.ecwid-AddToBagButton-ie6 {
	height: 38px !important;
}
.ecwid-productBrowser-details-thumbnail img {
	width:100% !important;
	height:auto !important;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-head {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 700;
}
html#ecwid_html body#ecwid_body div.ecwid-ContinueShoppingButton-up, html#ecwid_html body#ecwid_body div.ecwid-ContinueShoppingButton-up-hovering, html#ecwid_html body#ecwid_body div.ecwid-ContinueShoppingButton-ie6-up, html#ecwid_html body#ecwid_body div.ecwid-ContinueShoppingButton-ie6-up-hovering, html#ecwid_html body#ecwid_body div.ecwid-ContinueShoppingButton-down, html#ecwid_html body#ecwid_body div.ecwid-ContinueShoppingButton-down-hovering, html#ecwid_html body#ecwid_body div.ecwid-ContinueShoppingButton-ie6-down, html#ecwid_html body#ecwid_body div.ecwid-ContinueShoppingButton-ie6-down-hovering {
	background: url('../img/continue_shopping.png') !important;
}
html#ecwid_html body#ecwid_body div.ecwid-ContinueShoppingButton, html#ecwid_html body#ecwid_body div.ecwid-ContinueShoppingButton-ie6 {
	height:38px !important;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-details-inTheBag div, html#ecwid_html body#ecwid_body button.gwt-Button, html#ecwid_html body#ecwid_body #wrapper button.gwt-Button, html#ecwid_html body#ecwid_body div.ecwid-Checkout-blockTitle, html#ecwid_html body#ecwid_body table.ecwid-Checkout-blockTitle div.gwt-Label, html#ecwid_html body#ecwid_body table.ecwid-Checkout-blockTitle div.gwt-HTML {
	color:#333 !important;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-details-inTheBag {
	background: url('../img/bag.png') no-repeat !important;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-cart-checkoutButton-up, html#ecwid_html body#ecwid_body div.ecwid-productBrowser-cart-checkoutButton-up-hovering, html#ecwid_html body#ecwid_body div.ecwid-productBrowser-cart-checkoutButton-ie6-up, html#ecwid_html body#ecwid_body div.ecwid-productBrowser-cart-checkoutButton-ie6-up-hovering {
	background: url('../img/checkout.png') no-repeat !important;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-productNameLink a, html#ecwid_html body#ecwid_body div.ecwid-productBrowser-productNameLink a:active, html#ecwid_html body#ecwid_body div.ecwid-productBrowser-productNameLink a:visited {
	font-family: 'Montserrat', sans-serif !important;
	color:#333 !important;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-cart-checkoutButton-down-hovering {
	background: url('../img/checkout.png') no-repeat !important;
}
html#ecwid_html body#ecwid_body button.ecwid-AccentedButton {
	background-color:#d83a51 !important;
	background-image: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	padding: 12px 18px !important;
	height:auto !important;
}
html#ecwid_html body#ecwid_body button.ecwid-AccentedButton span {
	text-transform: uppercase !important;
	font-family: 'Montserrat', sans-serif !important;
}
html#ecwid_html body#ecwid_body div.ecwid-Invoice-cell-title {
	background:#333 !important;
}
html#ecwid_html body#ecwid_body td.ecwid-Invoice-cell, html#ecwid_html body#ecwid_body td.ecwid-Invoice-edgeCell {
	background-color: #FFF !important;
}
html#ecwid_html body#ecwid_body div.ecwid-Checkout-placeOrderButton-up, html#ecwid_html body#ecwid_body div.ecwid-Checkout-placeOrderButton-up-hovering, html#ecwid_html body#ecwid_body div.ecwid-Checkout-placeOrderButton-ie6-up, html#ecwid_html body#ecwid_body div.ecwid-Checkout-placeOrderButton-ie6-down-hovering, html#ecwid_html body#ecwid_body div.ecwid-Checkout-placeOrderButton-down, html#ecwid_html body#ecwid_body div.ecwid-Checkout-placeOrderButton-down-hovering, html#ecwid_html body#ecwid_body div.ecwid-Checkout-placeOrderButton-ie6-down, html#ecwid_html body#ecwid_body div.ecwid-Checkout-placeOrderButton-ie6-down-hovering {
	background: url('../img/place_order.png') no-repeat !important;
}
html#ecwid_html body#ecwid_body div.ecwid-Checkout-placeOrderButton, html#ecwid_html body#ecwid_body div.ecwid-Checkout-placeOrderButton-ie6 {
	height:38px !important;
}
html#ecwid_html body#ecwid_body div.ecwid-Checkout-BreadCrumbs-point-current {
	background: url('../img/checkout_point_current.png') no-repeat !important;
}
html#ecwid_html body#ecwid_body div.ecwid-Checkout-BreadCrumbs-link-current {
	border-bottom: 3px solid #d83a51 !important;
	color:#333 !important;
}
html#ecwid_html body#ecwid_body div.ecwid-Checkout-BreadCrumbs-link-visited {
	color:#333 !important;
}
html#ecwid_html body#ecwid_body div.ecwid-Checkout-BreadCrumbs-point-visited {
	background: url('../img/checkout_point_visited.png') no-repeat !important;
}
html#ecwid_html body#ecwid_body div.ecwid-Checkout-BreadCrumbs-section-visited {
	background: url('../img/checkout_section_visited.gif') repeat-x !important;
}
html#ecwid_html body#ecwid_body .ecwid-responsive div.ecwid-Invoice-share-panel {
	padding: 20px !important;
	border: 1px solid #DDD !important;
	background: #f5f5f5 !important;
}
html#ecwid_html body#ecwid_body div.ecwid-Invoice-share-textPanel-label, html#ecwid_html body#ecwid_body div.ecwid-Invoice-share-panel-right-column, html#ecwid_html body#ecwid_body div.ecwid-Invoice-share-panel-thumbnail, html#ecwid_html body#ecwid_body div.ecwid-Invoice-share-textPanel-product-panel, html#ecwid_html body#ecwid_body select.ecwid-bottomDotted-list, html#ecwid_html body#ecwid_body div.ecwid-Invoice-share-textPanel-product-label, html#ecwid_html body#ecwid_body div.ecwid-Invoice-share-textPanel-list-item-label {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 400 !important;
}
.ecwid-productBrowser-details-descr p span, .ecwid-productBrowser-details-descr p {
	font-size: 14px !important;
	line-height: 20px !important;
}
html#ecwid_html body#ecwid_body div.ecwid-Checkout-ShippingAddress-top {
	background-color: #333 !important;
}
html#ecwid_html body#ecwid_body div.ecwid-pager {
	font-size:16px !important;
	font-family: 'Montserrat', sans-serif !important;
}
html#ecwid_html body#ecwid_body div.ecwid-pager span.ecwid-pager-link-enabled {
	color:#d83a51 !important;
}
html#ecwid_html body#ecwid_body div.ecwid-pager-hasTopSeparator {
	margin-top:40px !important;
	padding-top: 30px !important;
}
html#ecwid_html body#ecwid_body div.ecwid-pager span.ecwid-pager-link-enabled span {
	text-decoration: none !important;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-productsGrid-productTopFragment-inTheBag div.ecwid-productBrowser-productsGrid-inTheBagTick {
	background: url('../img/tick.png') no-repeat !important;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-details-rightPanel div.ecwid-productBrowser-backgroundedPanel {
	padding:10px 20px 20px !important;
}

html#ecwid_html body#ecwid_body div.ecwid-categoriesMenuBar td.gwt-MenuItem-selected span.ecwid-categories-category, html#ecwid_html body#ecwid_body div.ecwid-categoriesMenuBar td.gwt-MenuItem-current span.ecwid-categories-category, html#ecwid_html body#ecwid_body td.ecwid-categories-vertical-table-cell-selected span.ecwid-categories-category, html#ecwid_html body#ecwid_body table.ecwid-categoriesTabBar table.gwt-TabBarItem-selected span.ecwid-categories-category {
	color:#d83a51 !important;
}*/
footer ul {
	list-style-type: none;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	float: right;
}
footer li {
	display: inline-block;
	margin: 10px 12px;
}

html#ecwid_html body#ecwid_body table.ecwid-categoriesTabBar table.gwt-TabBarItem-selected td.tabTopLeft, html#ecwid_html body#ecwid_body table.ecwid-categoriesTabBar table.gwt-TabBarItem-selected td.tabTopRight, html#ecwid_html body#ecwid_body table.ecwid-categoriesTabBar table.gwt-TabBarItem-selected td.tabTopCenter, html#ecwid_html body#ecwid_body table.ecwid-categoriesTabBar table.gwt-TabBarItem-selected td.tabMiddleLeft, html#ecwid_html body#ecwid_body table.ecwid-categoriesTabBar table.gwt-TabBarItem-selected td.tabMiddleRight {
	background: none !important;
}
html#ecwid_html body#ecwid_body table.ecwid-categoriesTabBar table.gwt-TabBarItem-selected, html#ecwid_html body#ecwid_body table.ecwid-categoriesTabBar table.gwt-TabBarItem-selected:focus {
	padding-bottom: 1px;
	border-bottom: 1px solid #cbced1 !important;
}
span.ecwid-categories-category {
	font-size:15px !important;
}
p.copywrite {

	bottom: 0;
	left: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
/* ==========================================================================
   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;
	}
}
