/*
Theme Name: Barnacles
Theme URI: http://matrixinternet.ie/
Author: Iñaki Castellet Hernández / Matrix Internet
Author URI: http://matrixinternet.ie/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
 
 @font-face {
font-family: 'Arfmoochikncheez';
font-style: normal;
font-weight: normal;
src: local('Arfmoochikncheez'), url('arfmoochikncheez.woff') format('woff');
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'Muli', Helvetica, sans-serif;
}

body {
	color: #fff;
	line-height: 1.5;
	margin: 0;
	background-color:#001F17;
}

a {
	color: #556C11;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	text-decoration:underline;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Arfmoochikncheez;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: none;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */


.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background-color: #001F17;
	margin: 0 auto;
	max-width: 1540px;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: fixed;
	/*position:absolute;*/
	z-index:998;
	max-height:106px;
	background-color:#001F17;
	max-width:1540px;
	width:100%;
	margin:0 auto;
	top:0;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	padding: 12px;
	text-decoration: none;
	width: 25%;
	display:inline-block;
	position:relative;
	top:-15px;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px 'Muli', Helvetica, sans-serif;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: table-cell;
	position: relative;
}

.nav-menu li a {
	color: #FFF;
	display: block;
	font-size: 18px;
	line-height: 1;
	padding: 10px 15px;
	text-decoration: none;
	text-transform:uppercase;
	font-family: Arfmoochikncheez;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #556c11;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #556c11;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #fff;
	background-color: #556c11;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	width: 40%;
	display: inline-block;
	color: #FFF;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 0px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 1540px;
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
	text-decoration:none;
}

.entry-title a:hover {
	color: #ea9629;text-decoration:none;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content a,
.comment-content a {
	color: #0581C1;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #C3D021;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px 'Muli', Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px 'Muli', Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #0581C1;
}

.navigation a:hover {
	color: #C3D021;
	text-decoration: none;
}

.paging-navigation {
	background-color: #001F17;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 1540px;
	width: 100%;
	padding:0 50px;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: normal;
	font-family: Arfmoochikncheez;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #0581c1;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #C3D021;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
	display:none;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px 'Muli', Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #32501d;
	text-align:center;
}

.archive-title,
.archive-meta {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px 'Muli', Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #001F17;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px 'Muli', Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px 'Muli', Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	font: 300 italic 20px 'Muli', Helvetica, sans-serif;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: #001f17;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding:30px 0 30px 30px;
	float:left;
	width:100%;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}


/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 'Muli', Helvetica, sans-serif;
		margin: 0;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #db572f;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}


/*Iñaki*/

#comments{
	display:none;
}

/*Header*/

#menu-header-menu{
	display:table;
	margin: 33px auto 0;
}

#social{
	width:34%;
	display:inline-block;
	text-align:right;
	float:right;
	margin-top:22px;
}

.dublinhostel, .galwayhostel{
	z-index:998;
	position:absolute;
	top:164px;
}

.dublinhostel{
	left:0px;
}

.galwayhostel{
	right:0px;
}

#sticky.stick {
  position: fixed;
  top: 106px;
  border-radius: 0 0 0.5em 0.5em;
}

#sticky-anchor {
    position: absolute;
    top: 440px;
}

#sticky > img{
	width:100%;
}



/*End Header*/


/*Footer*/

#social_feeds{
	background-image:url('http://www.barnacles.ie/wp-content/uploads/2014/09/social_background.jpg');
	background-repeat:no-repeat;
}

.footer_left, .footer_right{
	width:50%;
	float:left;
}

.footer_menu{
	margin-top:0px;
	text-align:left;
}

#menu-footer-menu li{
	display:inline-block;
	margin-right:10px;
}

#menu-footer-menu li a{
	color: #a9b820;
	text-decoration:none;
	font-size:18px;
}

#menu-footer-menu li a:hover{
	text-decoration:underline;
}

.contact_footer{
	text-align:left;
	padding: 15px 40px;
}

.contact_footer a{
	color: #a9b820;
	text-decoration:none;
}

.contact_footer a:hover{
	text-decoration:underline;
}

.contact_left, .contact_right{
	line-height:16px;
	float: left;
    width: 33%;
}

.newsletter_footer{
	position:relative;
}

.speaking{
	float: left;
    position: relative;
    text-align: left;
    width: auto%;
}

.realtext{
	color: #c3d020;
    font-family: Arfmoochikncheez;
    font-size: 34px;
    left: 10px;
    position: absolute;
    top: 5px;
    z-index: 99998;
}

.girlright{
	position:absolute;
	right: 0;
    top: -19px;
}

.social_footer{
	float:left;
	margin:25px 40px;
}

.newsletter_footer > p{
	float: left;
    font-size: 18px;
    margin-left: 15px;
    text-align: left;
    width: 70%;
	margin:10px 0 5px;
}

.emailfooter{
	color: #fff;
    float: left;
    font-family: Arfmoochikncheez;
    font-size: 24px;
    margin-left: 10px;
    text-align: left;
    width: 29%;
}

#mc_embed_signup{
	background:none repeat scroll 0 0 transparent !;
}

#mc_embed_signup input.email{
	background-color: #162e28 !important;
	color: #FFF !important;
	border: 0px !important;
	float: left !important;
    text-indent: 5px !important;
    width: 23% !important;
	min-width: 0px !important;
	padding:auto !important;
	margin: auto !important;
}

#mc_embed_signup input.button{
	float: left !important;
    margin: 0 10px 10px !important;
    width: 35px !important;
	min-width: 0px !important;
	min-height: 35px !important;
	border-radius: 0px !important;
}

#mc_embed_signup .button{
	background-color: #c3d021 !important;
	color: #001F17 !important;
}

#mc_embed_signup .button{
	clear:none !important;
}

.wall-outer .dcsns-toolbar .filter .link-all{
	height:28px;
}

.wall-outer .dcsns-toolbar{
	padding:10px 0;
}

/*End Footer*/

/*Homepage*/


.slider_realtext_left{
	bottom: -90px;
    color: #fff;
    font-family: Arfmoochikncheez;
    font-size: 40px;
    left: 235px;
    line-height: 34px;
    position: absolute;
	width:auto;
}

.slider_realtext_right{
	bottom: -60px;
    color: #fff;
    font-family: Arfmoochikncheez;
    font-size: 33px;
    right: 285px;
    line-height: 34px;
    position: absolute;
	width:auto;
}

.small{
	font-size:20px;
}

.number{
	font-family: 'Muli';
}

.black{
	color:#000;
}

.book_engine{
	background-color: #124134;
	z-index:998;
	width:100%;
}

.usps{
	background-color: #0580c0;
	font-size:25px;
	float:left;
	padding:10px 30px 0;
}

.blue{
	color:#99dcfe;
}

.white{
	color: #FFF;
}

.usps ul li{
	display: inline;
    list-style-type: none;
    padding: 0 25px;
    text-align: center;
}

.usps center ul {
    margin-top: 0;
}

video#bgvid {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url('http://www.barnacles.ie/wp-content/uploads/2014/09/video.png') no-repeat;
	background-size: cover;
}

.testimonials{
	background-image:url('http://www.barnacles.ie/wp-content/uploads/2014/09/testimonials.jpg');
	background-repeat:no-repeat;
	float:left;
	min-height:637px;
	margin-bottom: -69px;
}

.testimonial{
	color: #001f17;
    float: left;
    font-size: 19px;
    line-height: 20px;
    margin-top: 225px;
    width: 18%;
	margin-right:20px;
}

.testimonial.one{
	margin-left: 300px;
}

.readmore{
	float: right;
    margin-right: 40px;
}

.special_offers{
	background-color:#32501d;
	width:100%;
	float:left;
}

.special.one, .special.two, .special.three{
	min-height:702px;
	width: 32.3%;
	float:left;
	background-color:#32501d;
	position:relative;
}

/*Speech Bubbles*/

.triangle-isosceles {
  position:relative;
  padding:15px;
  margin:1em 0 3em;
  background:#d50041; /* default background for browsers without gradient support */
  /* css3 */
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#d50041), to(#d50041));
  background:-moz-linear-gradient(#d50041, #d50041);
  background:-o-linear-gradient(#d50041, #d50041);
  background:linear-gradient(#d50041, #d50041);
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

.triangle-isosceles.left {
  margin-left:50px;
  background:#d50041;
}

/* creates triangle */
.triangle-isosceles:after {
  content:"";
  position:absolute;
  bottom:-15px; /* value = - border-top-width - border-bottom-width */
  left:50px; /* controls horizontal position */
  border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#d50041 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}


.triangle-isosceles.left:after {
  top:16px; /* controls vertical position */
  left:-50px; /* value = - border-left-width - border-right-width */
  bottom:auto;
  border-width:0 50px 17px 0;
  border-color:transparent #d50041;
}

.triangle-isosceles.right:after {
  top:16px; /* controls vertical position */
  left:293px; /*250px value = - border-left-width - border-right-width */
  bottom:auto;
  border-width:0px 0 21px 41px;
  border-color:transparent #d50041;
}

.special_offers .triangle-isosceles.right:after{
	left:229px;
	border-width:23px 0 0px 41px;
	top:60px;
}

.special_offers .triangle-isosceles.left:after{
	border-width: 23px 50px 0 0;
    top: 60px;
}



/*Speech Bubbles*/

.special.one{
	background-image:url('http://www.barnacles.ie/wp-content/uploads/2014/09/special-1.jpg');
	background-repeat:no-repeat;
}

.special.two{
	background-image:url('http://www.barnacles.ie/wp-content/uploads/2014/09/special-2.jpg');
	background-repeat:no-repeat;
}

.special.three{
	background-image:url('http://www.barnacles.ie/wp-content/uploads/2014/09/special-3.jpg');
	background-repeat:no-repeat;
	width:35.4%;
}

.special_bottom{
	color: #fff;
    font-family: Arfmoochikncheez;
    font-size: 48px;
	text-transform:uppercase;
	padding:15px;
	text-align:center;
	clear:both;
}

.wall-outer .dcsns-toolbar{
	display: none !important;
}

.special_bottom a{
	background-color: #be1838;
	padding:10px;
	color: #fff;
    font-family: Arfmoochikncheez;
    font-size: 48px;
	text-transform:uppercase;
	text-decoration:none;
}

.special_bottom a:hover{
	text-decoration:underline;
	color: #FFF;
}

.special_bottom{
	margin-left: 55px;
}

.special_bubble{
	color: #fff;
    font-family: Arfmoochikncheez;
    font-size: 27px;
    text-transform: uppercase;
}

.special_realtext_left{
	top:110px;
    left: 80px;
    line-height: 34px;
    position: absolute;
	width:auto;
}

.special_realtext_right{
	line-height: 34px;
    position: absolute;
    right: 152px;
    top: 110px;
    width: auto;
}
.galle{
	background-color:#E2E2E2;
}

.offertext{
	bottom: 290px;
    color: #fff;
    font-size: 21px;
    line-height: 20px;
    position: absolute;
    right: 20px;
	text-align:right;
    
}

.offertext .readmore{
	float:none;
	margin:0px;
}

.rightext{
	text-align: left;
	left:120px;
}

.lastemail{
	cursor:pointer;
}

.polina{ 
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight:100; 
  background: rgba(0,0,0,0.3);
  color: white;
  padding: 2rem;
  width: 33%;
  margin:2rem;
  float: right;
  font-size: 1.2rem;
  position:absolute;
}

.polina h1 {
  font-size: 2rem;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: .3rem;
}
.polina a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background:rgba(0,0,0,0.5);
  padding: .5rem;
  transition: .6s background; 
}
.polina a:hover{
  background:rgba(0,0,0,0.9);
}

.usps ul{
	text-align:center;
}

#mobile_menu { display: none; }

/*End Homepage*/

/*Blog*/

.book_engine_blog{
	position:fixed;
	top:100px;
	z-index:100;
	width:100%;
	max-width:1540px;
	margin:0 auto;
}

.chosen-container.chosen-container-single.chosen-container-single-nosearch{
	display:none;
}


/*End of Blog*/

/*Single Blog Post*/

.single .entry-thumbnail, .single .attachment-post-thumbnail, .archive .entry-thumbnail, .archive .attachment-post-thumbnail, .tag .entry-thumbnail, .tag .attachment-post-thumbnail, .author .entry-thumbnail, .author .attachment-post-thumbnail{
	float:left;
	width:30%;
	margin: 0px 40px 10px 0;
}

.entry-maintext{
	width:100%;
}

.maintext_blog{
	margin:45px 0;
	width:60%;
	float:left;
}

.single .entry-title, .single .entry-meta, .archive .entry-title, .archive .entry-meta, .tag .entry-title, .tag .entry-meta, .author .entry-title, .author .entry-meta{
	clear:none;
}

.single .entry-title, .archive .entry-title, .tag .entry-title, .author .entry-title{
	color: #C3D021;
}

.single .entry-content, .archive .entry-content, .tag .entry-content, .author .entry-content{
	padding:60px 50px;
}

.archive .comments-link, .tag .comments-link, .author .comments-link{
	display:none;
}

/*End Single Blog Post*/

/*Contact Us*/

.contacttext h1{
	text-align:center;
	color: #556C11;
}

.contacttext h2{
	color: #FFF;
	text-align:center;
}

.contacttext h3 {
    font-size: 20px;
    line-height: 22px;
    word-spacing: 1px;
}

.section{
	margin-top: 50px;
	text-align:center;
}

.list-icon-items.no-margins{
	margin-top:-100px;
}

.list-icon-items.no-margins > li {
	margin: 2.75em 0 0;
}

.list-icon-items > li {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.grid-3 {
	width: 190px;
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16{
	position:relative;
}

.list-icon-items a {
	border: medium none;
	display: block;
}

.pseudo-link {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	transition: all 275ms ease 0s;
}

.ss-icon, [class^="ss-"]:before, [class*=" ss-"]:before {
	-moz-font-feature-settings: "liga", "dlig";
	display: inline-block;
	font-style: normal;
	text-decoration: none;
	text-rendering: optimizelegibility;
	vertical-align: middle;
	white-space: nowrap;
}

.ss-icon.ss-social, .ss-icon.ss-standard, .ss-social[class^="ss-"], .ss-standard[class^="ss-"], .ss-social[class*=" ss-"], .ss-standard[class*=" ss-"] {
	font-weight: normal;
}

.circ.large {
	font-size: 60px;
	height: 120px;
	line-height: 127px;
	width: 120px;
	word-spacing: 1px;
}

.circ.tertiary.first {
	background-color: #e69700;
}

.circ.tertiary.second {
	background-color: #9aa430;
}

.circ.tertiary.third {
	background-color: #3c9d37;
}

.circ.tertiary.fourth {
	background-color: #1d4182;
}

.secondary.omega a i.circ.large.tertiary.fifht {
	background-color: #0392ca;
}

i.circ.large.tertiary.first i.circ.pulse{
	border:1px solid #e69700;
}

i.circ.large.tertiary.second i.circ.pulse{
	border:1px solid #9aa430;
}

i.circ.large.tertiary.third i.circ.pulse{
	border:1px solid #3c9d37;
}

i.circ.large.tertiary.fourth i.circ.pulse{
	border:1px solid #1d4182;
}

.secondary.omega a i.circ.large.tertiary.fifht i.circ.pulse{
	border:1px solid #0392ca;
}

.list-icon-items:first-child, .margin-top-standard:first-child, .circ:first-child {
	margin-top: 0;
}

.list-icon-items i {
	position: relative;
}

.ss-icon, [class^="ss-"]:before, [class*=" ss-"]:before {
	-moz-font-feature-settings: "liga", "dlig";
	display: inline-block;
	font-style: normal;
	text-decoration: none;
	text-rendering: optimizelegibility;
	vertical-align: middle;
	white-space: nowrap;
}

.circ{
	 border-radius: 1000px;
	box-sizing: border-box;
	color: #fff;
	max-width: 100%;
	text-align: center;
}

h1.secondary, .h1.secondary, h2.secondary, .h2.secondary, h3.secondary, .h3.secondary, h4.secondary, .h4.secondary, h5.secondary, .h5.secondary, h6.secondary, .h6.secondary {
	color: #fff;
}

.margin-top-standard, .circ {
	margin-top: 1em;
}

.secondary {
	font-size: 18px;
	line-height: 20px;
	word-spacing: 1px;
	font-family:muli;
}

.list-icon-items a .pseudo-link {
	word-break: break-all;
	word-wrap: break-word;
}

.pseudo-link {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	transition: all 275ms ease 0s;
}

.list-icon-items a:hover .button, .list-icon-items a:focus .button, .list-icon-items a:active .button {
	background-color: #16a6b6;
}

.list-icon-items a:hover .pulse, .list-icon-items a:focus .pulse, .list-icon-items a:active .pulse {
	opacity: 1;
	transform: scale(1.15);
	transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
}

.list-icon-items .pulse {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition-duration: 275ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.53, -0.67, 0.73, 0.74);
	width: 100%;
}

.map-lower {
    background-color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
    text-align: left;
	color: #FFF;
}

.map-lower > li {
    box-sizing: border-box;
    padding: 50px;
}
.grid-9 {
    width: 50%;
	float:left;
}

.map-lower ul {
    margin-top: 1.5em;
}

.directions > li:before {
    color: #ee6557;
    content: "\f041";
    font-family: FontAwesome;
    padding-right: 20px;
    vertical-align: middle;
}

.grid-5 {
    width: 40%;
	float:left;
}



.responsive-tabs .responsive-tabs__panel{
	background:none repeat scroll 0 0 #001f17 !important;
}


.contactop{
	min-height:220px;
	background-image: url('http://www.barnacles.ie/wp-content/uploads/2014/09/topcontact.jpg');
	background-repeat:no-repeat;
	background-size:100% auto;
	position:relative;
	margin-top:-40px;
}

.contactop .slider_realtext_left {
	bottom:-65px;
	left:452px;
}



.contactop .slider_realtext_left.ballrolling{
	left:740px;
	bottom:50px;	
}

.contactop h2{
	font-family:muli;
	font-size:20px;
}

.contactmap{
	position:relative;
}

.findus_contact{
	position:absolute;
	right:0px;
	top:25px;
}

.contact_address{
	background-color: #135cbf;
	color: #FFF;
	font-size:20px;
	margin-top:-6px;
	text-align:center;
	padding:15px;
}

.contact_directions{
	background-color:#134c99;
	float:left;
	padding:20px;
	min-height:260px;
	width: 100%;
}

.contact_directions.specials{
	background-color:#114F0B;
}

.contact_directions.specials center div.space{
	background:none repeat scroll 0 0 #114F0B;
}

.contact_directions center .features_left{
	width:50%;
}

.contact_directions center .circle{
	width:15px;
	height:15px;
}

.the_hostel > img{
	width:100%;
}

.the_hostel{
	float:left;
	margin-top:-55px;
	margin-bottom:-20px;
}

ul.list-icon-items.clearfix.no-margins li.grid-3.secondary a{
	cursor:pointer;
}

/*Contact Tabs*/

.responsive-tabs .responsive-tabs__panel{
	background:none repeat scroll 0 0 #114f0b !important;
}

.responsive-tabs ul.responsive-tabs__list{
	margin:0 !important;
}

.responsive-tabs .responsive-tabs__panel{
	border:0 !important;
}

.responsive-tabs .responsive-tabs__list__item{
	background: none repeat scroll 0 0 #083004 !important;
	color: #FFF !important;
	border: 0px !important;
	font-family:Arfmoochikncheez !important;
	font-size:36px !important;
	width:49% !important;
}

.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover{
	background: none repeat scroll 0 0 #114f0b !important;
	color: #FFF !important;
	border: 0px !important;
	font-family:Arfmoochikncheez !important;
	font-size:36px !important;
	text-transform:uppercase !important;
	width:49% !important;
}

.responsive-tabs .responsive-tabs__panel{
	padding: 0px !important;
}


.page-id-17.page-template.page-template-contactus-php div#page.hfeed.site div#main.site-main div#primary.content-area div#content.site-content article#post-17.post-17.page.type-page.status-publish.hentry div.entry-content div.responsive-tabs-wrapper div.responsive-tabs.responsive-tabs--enabled ul.responsive-tabs__list li#tablist1-tab1.responsive-tabs__list__item{
	color:#FF5375 !important;
}

/*End Contact Tabs/*

.topcircles{
	background-color:#114f0b;
}



/*End of contact us*/

.galleryh1{
	width:48%; float:left; text-align:center
}

#fancybox-title-over{
display:none !important;
}

/*Dublin Landing*/

.slider_realtext_dub{
	position:absolute;
	top:150px;
	font-family: muli;
	font-size:30px;
}

.slider_realtext_dub p{
	margin:2px 0;
}

.dubnumber{
	font-weight:bold;
}

.red{
	background-color: #d50041;
	padding:15px;
}

.orange{
	background-color:#ec4e10;
	padding:15px;
}

.yellow{
	background-color:#eb8a00;
	padding:15px;
}

.yellow_pale{
	background-color:#ffa12e;
	padding:15px;
}

.directions{
	height:800px;
	position:relative;
}

.bus_directions{
	position:absolute;
	z-index:99990;
	bottom:20px;
	right:0px;
}

.arrow_directions{
	position:absolute;
	z-index:99990;
	top:20px;
	right:0px;
}

.dublin_features{
	background-image: url('http://www.barnacles.ie/wp-content/uploads/2014/09/dublin_features_bg.jpg');
	background-repeat:no-repeat;
	background-size: 100% auto;
	min-height:740px;
	position:relative;
	background-color:#556c11;
}

.dublin_features .triangle-isosceles.left:after{
	border-width: 5px 0 51px 35px;
	top:79px;
	left:20px;
}

.circle {
	border-radius: 50%;
	width: 20px;
	height: 20px; 
	background: #D50041;
	display:inline-block;
	margin: 5px 10px 0px;
	float:left;
}

.space {
	border-radius: 50%;
	width: 20px;
	height: 20px; 
	background: #134C99;
	display:inline-block;
	margin: 5px 10px 0px;
	float:left;
}

.features_text{
	position:absolute;
	top:85px;
	font-size:20px;
}

.features_left{
	text-align:right;
	float:left;
	width:48%;
}

.features_right{
	text-align:left;
	float:left;
}

.best_located{
	min-height:344px;
	background-image: url('http://www.barnacles.ie/wp-content/uploads/2014/09/bestlocated_bg.png');
	background-repeat:no-repeat;
	background-size:100% auto;
	margin-top:-5px;
	z-index:998;
	position:relative;
}

.star{
	width:15%;
	float:left;
}

.besttext{
	float:left;
	width:28%;
	margin: 35px 15px;
	text-align: justify;
	font-size:18px;
	color:#000;
}

.sleep_main{
	min-height:410px;
	background-image: url('http://www.barnacles.ie/wp-content/uploads/2014/09/sleep_bg.png');
	background-repeat:no-repeat;
	background-size:100% auto;
	margin-top:-5px;
	z-index:999;
	position:relative;
}

.sleep{
	width:15%;
	float:right;
	text-align:right;
	margin-top:25px;
}

.sleeptext{
	float:left;
	width:40%;
	margin: 35px 15px;
	text-align: justify;
	font-size:18px;
	color:#fff;
	position:absolute;
	left:580px;
}

.latest_blog{
	min-height:417px;
	background-image: url('http://www.barnacles.ie/wp-content/uploads/2014/09/latest_blog_bg.png');
	background-repeat:no-repeat;
	background-size:100% auto;
	margin-top:-80px;
	z-index:999;
	position:relative;
	color:#001f17;
	font-size:17px;
}

.latest_blog ul{
	margin:15px 0px;
	padding:0px;
}

.latest_blog h3{
	color:#001f17;
	font-size:19px;
	font-weight:bold;
}

.blog_latest, .translate, .get_ready{
	float:left;
	width:22%;
	margin-top:70px;
}

.blog_latest{
	margin-left:300px;	
}

.translate .readmore{
	margin-top:14px;
}


/*End Dublin Landing*/

/*Galway Landing*/

.slider_image{
	position:relative;
}

.slider_realtext_dub.galway{
	right:0;
}

.dublin_features.galway{
	background-image: url('http://www.barnacles.ie/wp-content/uploads/2014/10/galway_features_bg.jpg')
}
.best_located.galway{
	background-image:url('http://www.barnacles.ie/wp-content/uploads/2014/10/bestlocated_bg_galway.png');
	position:relative;
}

.best_located.galway .star_div{
	position:absolute;
	right:0;
}

.best_located.galway .star{
	width:100%;
}

.best_located.galway .besttext{
	left:460px;
	position:absolute;
	width:50%;
}

.sleep_main.galway{
	background-image: url('http://www.barnacles.ie/wp-content/uploads/2014/10/sleep_bg_galway.png');
}

.sleep_main.galway .sleeptext{
	left:240px;
}

.latest_blog.galway{
	background-image: url('http://www.barnacles.ie/wp-content/uploads/2014/10/latest_blog_bg_galway.png');
}

.latest_blog.galway{
	min-height:394px;
}

.directions{
	z-index:993;
}

.best_located, .sleep_main, .latest_blog, .directions, .galle {
	z-index:993;
}

/*End Galway Landing*/

.error404 .site-header, .error404 .book_engine_blog, .error404 #social_feeds, .error404 .site-footer{
	display:none;
}

.error404 h2{
	font-size:72px;
	text-align:center;
}

.green{
	color:#c3d021;
}

.error404 p{
	text-align:center;
}

.backhome{
	text-align:center;
	width:auto;
}

.backhome a{
	font-size:24px;
	color: #001f17;
	font-family:Arfmoochikncheez;
	background-color:#c7d13f;
	padding:10px;
}

.error404 .guy{
	position:absolute;
	left:0px;
}

.error404 .slider_realtext_left{
	bottom:-190px;
}

/*Normal Subpage*/

.subpage{
	min-height: 372px;
	position:relative;
	margin-bottom:-25px;
}

.subpage.one{
	background-color:#648c17;
	background-image: url('http://www.barnacles.ie/wp-content/uploads/2014/10/subpage_top_bg.png');
}

.subpage.two{
		background-color:#175c8c;
	background-image: url('http://www.barnacles.ie/wp-content/uploads/2014/10/subpage_top_bg.png');
}

.subpage.three{
	background-color:#e28000;
	background-image: url('http://www.barnacles.ie/wp-content/uploads/2014/10/subpage_top_bg.png');

}

.subpage.four{
	background-color:#1f854c;
	background-image: url('http://www.barnacles.ie/wp-content/uploads/2014/10/subpage_top_bg.png');
	
}

.subpage_content{
	background-color:#FFF;
}

.box.one, .box.four{
	margin-left:25px;
}

.box.three, .box.six{
	margin-right:25px;
}

.box.two, .box.four{
	margin:25px 25px;
}

.box{
	display:inline-block;
	width:30.65%;
	margin:25px auto;
	/*vertical-align:top;*/
}

.box h4{
	font-size:24px;
	color:#424242;
	font-family: "Muli",Helvetica,sans-serif;
	text-align:left;
}

.box p{
	font-size:18px;
	color:#424242;
	text-align:left;
}

.subpage_content .maincontent{
	font-size:18px;
	color:#424242;
	text-align:left;
	margin:10px 25px;
}

.subpage_content h5{
	font-size:24px;
	color:#424242;
	font-family: "Muli",Helvetica,sans-serif;
	text-align:left;
	margin: 25px 25px 40px;
}

.latest_blog.subpage{
	min-height:460px;
	margin-bottom:-60px;
}

.latest_blog.subpage.one{
	background-image: url('http://www.barnacles.ie/wp-content/uploads/2014/10/subpage_bottom_bg1.png');
	background-color:#23729F;
}

.latest_blog.subpage.two{
	background-image: url('http://www.barnacles.ie/wp-content/uploads/2014/10/subpage_bottom_bg3.png');
	background-color: #D50041;
}

.latest_blog.subpage.three{
	background-image: url('http://www.barnacles.ie/wp-content/uploads/2014/10/subpage_bottom_bg4.png');
	background-color: #7836B6;
}

.latest_blog.subpage.four{
	background-image: url('http://www.barnacles.ie/wp-content/uploads/2014/10/subpage_bottom_bg5.png');
	background-color: #c9b12b;
}

.galle.subpage{
	position:relative;
	background-color:transparent;
	margin-bottom:0px;
}

.subpage .special_realtext_left{
	left:160px;
	top:70px;
}

.subpage_top_text{
	position:absolute;
	left:355px;
	top:40px;
	width:50%;
}

.subpage_top_text ul{
	padding:0px;
}

.subpage_top_text ul p{
	margin:0px;
}

.latest_blog.subpage .special_realtext_left{
	top:110px;
}

.special_offers_subpage{
	width:50%;
	position:absolute;
	left:430px;
	top:75px;
}

.special_offer_1, .special_offer_2, .special_offer_3, .special_offer_4{
	font-weight:bold;
	font-size:22px;
	color:#FFF;
	float:left;
	width:45%;
}

.special_offers_subpage_text{
	float:left;
	width:70%;
}

.special_offer_1, .special_offer_3{
	margin:0 10px;
}

.special_offer_3{
	clear:left;
}

.blog_categories{
	float:left;
}

.blog_categories h5{
	margin:0px;
	color:#FFF;
	font-family: "Muli",Helvetica,sans-serif;
}

.blog_categories ul li{
	font-size:16px;
	color: #fff;
	line-height:17.5px;
}

.special_offers_subpage_text .special_offer_1 p, .special_offers_subpage_text .special_offer_2 p, .special_offers_subpage_text .special_offer_3 p, .special_offers_subpage_text .special_offer_4 p{
	display:flex;
}

.specialsubpage{
	float:left;
	margin-left:45px;
}

/*End Normal Subpage*/

/*Booking Engine*/

.inner_booking{
	background-color:#c3d021;
	width:100%;
}

#top-search-form{
	display:inline-block;
	position:relative;
	top:-3px;
}
#top-search-form input,#top-search-form button,#top-search-form select, #top-search-form textarea{
	border-radius: 3px;
	padding: 0 5px;
	border: 0 none;
	height:40px;
	position:relative;
	top: -3px;
	font-family: 'Muli', Helvetica, sans-serif;
	color: #001f17;
	font-size:24px;
}

.book_a_room{
	display:inline-block;
	font-size:42px;
	color: #001f17;
	font-family:Arfmoochikncheez;
	padding-left:12px;
	margin-right:55px;
}

#top-search-form label{
	font-size:36px;
	color: #001f17;
	font-family:Arfmoochikncheez;
	margin-left:50px;
}

.searchform{
	font-size:36px !important;
	color: #FFF !important;
	font-family:Arfmoochikncheez !important;
	background-color: #001f17;
	padding: 0 5px;
	border: 0 none;
	border-radius: 3px;
	position:relative;
	top:3px !important;
	margin-left:50px;
}

.searchform:hover{
	color: #fff;
	background-color: #D50041;
}

.ui-datepicker-trigger{
	margin-top:-4px;
	margin-left:6px;
	position:relative;
	top: -3px;
	cursor:pointer;
}


.book_date, .book_nights, .book_city, .book_search{
	display: inline-block;
}



/*End Booking Engine*/


/*Map non scrollable*/

.iframe_scroll {
   background:transparent; 
   position:relative; 
   width:100%;
   float:left;
}

.iframe_scroll_contact {
   background:transparent; 
   position:relative; 
   width:100%;
   height:450px; /* your iframe height */
   top:450px;  /* your iframe height */
   margin-top:-450px;  /* your iframe height */
   float:left;
}

/*Map non scrollable ends*/

/*Special Offers - Category*/
.special_offers_blog_book{
	padding:0px 50px 20px;
}

.special_offers_blog_book.group{
	padding:0px 25px 35px;
}

a.special_offers_button{
	background-color: #0581C1;
    color: #fff;
    font-family: Arfmoochikncheez;
    font-size: 32px;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
	border-radius:5px;
	cursor:pointer;
}

a.special_offers_button:hover{
	background-color: #be1838;
    text-decoration: none;
	color:#FFF;
}

/*Special Offers - Category ends*/

.subpage_content h4{
    color: #424242;
    font-family: "Muli",Helvetica,sans-serif;
    font-size: 24px;
    text-align: left;
}

.subpage_content h1{
    color: #424242;
    font-family: "Muli",Helvetica,sans-serif;
}


.contactop.friends{
	margin-bottom:-26px;
	margin-top:-5px;
}

.subpage_content.friends .box{
	vertical-align:top;
}

/*Translation Pages*/

.translationlinks{
	min-height: 205px;
    padding: 0 50px;
}

.text_left {
    float: left;
    width: 63%;
    margin-right: 25px;
}

/*Translation Pages Ends*/

/*Gallery*/

.ngg-album-compact h4{
	font-size:26px !important;
}

.slideshowlink{
	display:none !important;
}

/*Gallery Ends*/

span.wpcf7-not-valid-tip{
	display:none;
}

/*Responsive Layout*/

.mobile_phone{
	display:none;
}

@media screen and (max-width: 1370px) {
	.testimonial{
		width:17%;
	}
	
	.best_located{
		background-color:#1ABFD7;
	}
	
	.sleep_main{
		background-color:#056DC5;
	}
	
	.latest_blog{
		background-color: #A8C828
	}
	
	.best_located.galway{
		background-color:#E98510;
	}
	
	.sleep_main.galway{
		background-color:#40216C;
	}
	
	.latest_blog.galway{
		background-color:#23729F;
	}
	
	.blog_latest, .translate, .get_ready{
		width:20%;
	}
	
	.sleeptext{
		left:410px;
		margin: 18px 15px;
		width:53%;
	}
	
	.dublin_features{
		min-height:700px;
	}
	
	.contactop{
		margin-top:0px;
	}
	
	.dublin_features.galway{
		background-color:#7C8E2B;
	}
	
	.best_located.galway .star{
		float:right;
		width:65%;
	}
	
	.box{
		width:30%;
	}
	
	.special_offers_subpage{
		width:53%;
	}
	
	.galle.subpage{
		background-color: #E2E2E2;
	}
	
	#top-search-form label{
		margin-left:25px;
	}
	
	.usps{
		font-size:22px;
	}
	
	.translate {
    	margin-left: 30px;
   		margin-right: 30px;
	}
	
	.translate .readmore{
		margin-top: -3px;
	}
	
	.get_ready .readmore{
		margin-top:20px;
	}
	
	.latest_blog.galway .blog_latest, .latest_blog.galway .translate, .latest_blog.galway .get_ready{
		margin-top: 5px;
	}
	
	.latest_blog.galway .translate .readmore{
		margin-top:23px;
	}
	
	.latest_blog.galway .get_ready .readmore{
		margin-top: 46px;
	}
	
	.text_right img{
		width:30%;
	}
	
	.testimonials .readmore{
		margin-top:-25px;
	}
	
}


@media screen and (max-width: 1280px) {
	.testimonials{
		margin-bottom:0px;
	}
	
	.special.one .special_bubble{
		font-size:16px;
	}
	
	.special.three{
		background-position:-68px center;
	}
	
	.special_offers_subpage{
		width:56%;
	}
	
	.book_a_room{
		margin-right:0px;
	}
	
	.features_text{
		left:100px;
	}

	.blog_latest, .translate, .get_ready{
		margin-top:15px;
	}

}

@media screen and (max-width: 1250px) {
	.usps{
		font-size: 20px;
    	line-height: 25px;
	}
	
	.special_realtext_left, .special_realtext_right{
		top:75px;
	}
	
	.special_bubble{
		font-size:24px;
	}
	
	.special_offers .triangle-isosceles.right:after{
		left:205px;
	}
	
	.testimonial{
		width:16%;
	}
	
	.speaking .realtext{
		font-size:30px;
	}
	
	.emailfooter{
		width:auto
	}
	
	.site-header{
		max-height:135px;
	}
	
	#social{
		width:32%;
	}
	
	.book_engine_blog{
		top:140px;
	}
	
	.dublinhostel, .galwayhostel{
		top:187px;
	}
	
	.best_located.galway .besttext{
		width:45%;
	}
	
	.special_offers_subpage{
		width:60%;
	}
	
	.special_offers_subpage{
		left:388px;
	}
	
	.latest_blog.subpage{
		margin-bottom:-82px;
	}
	
	.searchform{
		margin-left:15px;
	}
	
	.features_text{
		left:0px;
	}
	
}

@media screen and (max-width: 1125px) {
	.box.two, .box.four{
		margin:20px;
	}
	
	.latest_blog.subpage .special_offers_subpage{
		line-height:20px;
	}
	
	.subpage .special_realtext_left{
		left:110px;
	}
	
	.special_offers_subpage{
		left:330px;
		top: 55px;
	}
	
	.special_offers_subpage{
		width:64%;
	}
	
	.latest_blog.subpage.one{
		margin-bottom:-104px;
	}
	
	#top-search-form input, #top-search-form button, #top-search-form select, #top-search-form textarea{
		font-size: 18px;
	}
	
	.book_a_room{
		font-size:32px;
	}
	
	#top-search-form label{
		font-size:26px;
	}
	
	.searchform{
		font-size:24px;
		position:relative;
		top:0px;
	}
	
	.testimonials{
		margin-bottom:-22px;
	}
	
	.testimonial.four{
		display:none;
	}
	
	.testimonials .readmore{
		margin-top:0px;
	}
}


@media screen and (max-width: 1100px) {
	.slider_realtext_left{
		bottom:-50px;
		font-size:25px;
	}
	
	.slider_realtext_right{
		font-size:25px;
		right:220px;
	}
	
	.triangle-isosceles.right:after{
		left:232px;
	}
	
	.usps{
		font-size:17px;
	}
	
	.special_bubble{
		font-size:19px;
	}
	
	.special.three{
		background-position:-130px;
	}
	
	.special_offers .triangle-isosceles.right:after{
		left:170px;
	}
	
	.offertext{
		font-size:18px;
		right:10px;
	}
	
	.rightext{
		left:25px;
	}
	
	.special_bottom, .special_bottom a{
		font-size:42px;
	}
	
	.speaking img{
		width:70%;
	}
	
	.speaking .realtext{
		font-size:23px;
	}
	
	#mc_embed_signup input.email{
		clear:left;
	}
	
	.site-header .home-link{
		width:30%;
	}
	
	.navbar{
		width:66%;
	}
	
	#social{
		width:100%;
		margin-top:-30px;
	}
	
	.dublinhostel, .galwayhostel{
		width:18%;
	}
	
	.testimonial{
		width:20%;
	}
	
	.polina{
		width:40%;
	}
	
	.contact_left, .contact_right{
		width:40%;
	}
	
	#sticky.stick{
		top:125px;
	}
	
	.dublin_features .special_realtext_left{
		top:30px;
		left:0px;
	}
	
	.best_located{
		min-height:380px;
		font-size:14px;
	}
	
	.sleeptext{
		left:400px;
		font-size:14px;
	}
	
	.contactop .slider_realtext_left{
		left:325px;
		bottom:-35px;
	}
	
	.contactop .slider_realtext_left.ballrolling{
		bottom:45px;
		left:540px;
	}
	
	.contactop{
		min-height:155px;
	}
	
	input, select, textarea{
		width:28%;
		font-size:13px;
		color: #FFF;
	}
	
	.special_offers_subpage{
		width:66%;
	}
	
	.special_offers_subpage{
		left:296px;
	}
	
	.latest_blog.subpage.one{
		margin-bottom:-123px;
	}
	
	.special_offers_subpage_text{
		width: 67%;
	}
	
	.special_offer_1, .special_offer_2, .special_offer_3, .special_offer_4{
		width:38%;
	}
	
	.subpage .special_realtext_left{
		left:145px;
	}
	
	.subpage_top_text{
		width:60%;
	}
	
	.box{
		width:29%;
	}
	
	#top-search-form input, #top-search-form button, #top-search-form select, #top-search-form textarea{
		width:120px;
	}
	
}

@media screen and (max-width: 1000px) {
	
	.usps{
		font-size:16px;
	}
	
	.special_bubble{
		font-size:16px;
	}
	
	.special_offers .triangle-isosceles.right:after{
		left:145px;
	}
	
	.special_bottom, .special_bottom a{
		font-size:36px;
	}
	
	.speaking .realtext{
		font-size:20px;
	}
	
	.dublin_features{
		min-height:535px;
	}
	
	.features_text{
		font-size:14px;
	}
	
	.best_located{
		min-height:260px;
	}
	
	.besttext{
		font-size:14px;
	}
	
	.sleeptext{
		font-size:14px;
	}
	
	.latest_blog{
		font-size:14px;
	}
	
	.blog_latest{
		margin-left:225px;
	}
	
	.best_located.galway .besttext{
		left:360px;
	}
	
	.special_offer_1, .special_offer_2, .special_offer_3, .special_offer_4{
		font-size:16px;
		width:40%;
	}
	
	.special_offers_subpage{
		left:320px;
	}
	
	.special_offers_subpage_text{
		width:57%;
	}
	
	.blog_categories ul li{
		font-size:14px;
		line-height:13.5px;
	}
	
	.latest_blog.subpage.one{
		margin-bottom:-150px;
	}
	
	.red, .orange, .yellow{
		padding:3px;
	}
	
	.slider_realtext_dub{
		font-size:24px;
	}
	
	.galle.subpage{
		min-height:200px;
	}
	
	.book_a_room{
		font-size:26px;
	}
	
	#top-search-form label{
		margin-left:15px;
	}
	
	#top-search-form label{
		font-size:22px;
	}
	
	.searchform{
		font-size:26px !important;
	}
	
	#top-search-form input, #top-search-form button, #top-search-form select, #top-search-form textarea{
		height:25px;
		top:0px;
	}
	
	.ui-datepicker-trigger{
		top:0px;
		width:35px;
	}
	
	
}

@media screen and (max-width: 910px) {	

	.special_offer_1, .special_offer_2, .special_offer_3, .special_offer_4{
		font-size:13px;
	}
	
	.blog_categories ul li{
		font-size:12px;
		line-height:11.5px;
	}
	.latest_blog.subpage.one{
		margin-bottom:-177px;
	}
	
	#top-search-form input, #top-search-form button, #top-search-form select, #top-search-form textarea{
		width:95px;
	}

}

@media screen and (max-width: 890px) {	
	
	.navbar{
		width:69%;
	}
	
	.slider_realtext_left{
		left:160px;
		font-size:20px;
	}
	
	.slider_realtext_right{
		rigth:195px;
		font-size:20px;
	}
	
	.usps{
		font-size:14px;
	}
	
	.special_bubble{
		font-size:16px;
	}
	
	.special_realtext_left{
		left:50px;
	}
	
	.special_offers .triangle-isosceles.right:after{
		left:134px;
	}
	
	.special.three{
		background-position:-200px center;
	}
	
	.offertext{
		bottom:340px;
	}
	
	.special_realtext_left, .special_realtext_right{
		top:50px;
	}
	
	.special_realtext_left{
		left:10px;
	}
	
	.special_realtext_right{
		right:100px;
	}
	
	.special_bottom, .special_bottom a{
		font-size:30px;
	}
	
	.testimonial{
		width:17%;
	}
	
	.polina{
		width:42%;
		font-size:14px;
	}
	
	.testimonial.four{
		display:none;
	}

	.speaking .realtext{
		font-size:18px;
	}
	
	.newsletter_footer > p{
		font-size:13px;
	}
	
	.contact_left, .contact_right{
		width:49%;
	}
	
	.home-link > img{
		width:100%;
	}
	
	.usps ul{
		margin-top:-30px;
	}
	
	.site-header {
		position:absolute;
	}
	
	#sticky.stick, .book_engine_blog{
		position:relative;
	}
	
	.book_engine_blog img{
		width:100%;
	}
	
	.dublinhostel, .galwayhostel{
		position:fixed;
		top:98px;
		z-index:-1;
	}
	
	.book_engine_blog{
		top:140px;
	}
	
	.blog .dublinhostel, .blog .galwayhostel{
		top:166px;
	}
	
	.slider_realtext_dub{
		font-size:15px;
	}
	
	.sleeptext{
		left:280px;
		width:48%;
	}
	
	.contactop{
		min-height:130px;
	}
	
	.contact_directions{
		width:100%;
		min-height:390px;
	}
	
	.contact_directions center .features_left{
		width:100%;
	}
	
	.features_left, .features_right{
		text-align:center;
	}
	
	.features_right{
		float:none;
	}
	
	.contact_directions center .circle{
		display:none;
	}
	
	.best_located.galway .star{
		width:45%;
	}
	
	.sleep_main.galway .sleeptext{
		left:140px;
	}
	
	.features_left{
		text-align:right;
	}
	
	.features_right{
		text-align:left;
	}
	
	.features_text{
		position:relative;
	}
	
	.features_right{
		float:left;
	}
	
	.best_located.galway .besttext{
		left:310px;
	}
		
}

@media screen and (max-width: 855px){
	.latest_blog.subpage .special_offers_subpage{
		line-height:15px;
	}
	
	.subpage_top_text{
		left:300px;
	}
	
	#main_datepicker{
		width:85px;
	}
	
	#top-search-form input, #top-search-form button, #top-search-form select, #top-search-form textarea{
		width:65px;
	}
	
	.searchform{
		width:92px !important;
	}
}

@media screen and (max-width: 800px) {
	.slider_realtext_left, .slider_realtext_right{
		font-size:14px;
		line-height:20px;
	}
	
	.triangle-isosceles.right:after{
		left:150px;
	}
	
	.slider_realtext_left{
		bottom:-28px;
		left:150px;
	}
	
	.slider_realtext_right{
		bottom:-28px;
		right:140px;
	}
	
	.testimonials{
		margin-bottom: -36px;
	}
	
	.polina{
		width:60%;
	}
	
	.speaking .realtext{
		font-size:15px;
	}
	
	.emailfooter{
		font-size:20px;
	}
	
	.contact_left, .contact_right{
		width:100%;
	}
	.contact_left{
		margin-bottom:15px;
	}	
	
	.archive-title, .tag-title, author-title{
		font-size:24px;
	}
	
	.features_text{
		font-size:13px;
		top:17px;
	}
	
	.dublin_features{
		min-height:455px;
	}
	
	.best_located{
		background-position:100px center;
	}
	
	.besttext{
		width:42%;
	}
	
	.sleeptext{
		width:52%;
		left:235px;
	}
	
	.blog_latest, .translate, .get_ready{
		margin-top:0px;
		width:23%;
	}
	
	.blog_latest{
		margin-left:150px;
	}
	
	.contactop .slider_realtext_left{
		bottom:0px;
		left:250px;
	}
	
	.contactop .slider_realtext_left.ballrolling{
		bottom:35px;
		left:410px;
	}
	
	.section{
		margin-top:0px;
	}
	
	.best_located.galway{
		background-position:top center;
	}
	
	.best_located.galway .besttext{
		left:250px;
	}
	
	.box.one, .box.four{
		margin-left:15px;
	}
	
	.box.three, .box.six{
		margin-right:15px;
	}
	
	.latest_blog.subpage .special_realtext_left{
		line-height:10px;
		left:65px;
	}
	
	.latest_blog.subpage .special_realtext_left p.triangle-isosceles.left:after{
		left:-20px;
		border-width:0 30px 17px 0
	}
	
	.special_offers_subpage{
		left:235px;
	}
	
	.special_offers_subpage_text{
		width:59%;
	}
	
	.subpage_content h5{
		margin:25px 25px 40px;
	}
}

@media screen and (max-width: 750px) {

	#mobile_menu{
		 display: block;
		 clear: both; 
	}
	
	.navbar, #web_menu{ 
		display: none;
	}
	
	#social{
		margin-top:auto;
		width:60%;
	}
	
	.site-header .home-link{
		top:3px;
		width:37%;
	}
	
	.special_bottom, .special_bottom a{
		font-size:28px;
	}
	
	.testimonial.three{
		display:none;
	}
	
	.testimonial{
		width:24%;
	}
	
	.social_footer{
		margin: 25px 30px;
	}
	
	.blog .dublinhostel, .blog .galwayhostel{
		top:99px;
	}
	
	.contactop h2{
		font-size:13px;
	}
	
	.subpage .special_realtext_left{
		left:50px;
		top:-7px;
		line-height:10px;
	}
	
	.subpage .special_realtext_left p.triangle-isosceles.left:after{
		border-width:0 0 27px 15px;
		left:21px;
		top:35px;
	}
	
	.subpage_top_text{
		left:235px;
		top:13px;
		font-size:15px;
	}
	
	.special_offers_subpage{
		top:10px;
	}
	
	.latest_blog.subpage .special_realtext_left{
		left:-20px;
		top:0px;
		line-height:10px;
	}
	
	.latest_blog.subpage .special_realtext_left p.triangle-isosceles.left:after{
		left:15px;
		border-width: 0 0 27px 15px;
	}
	
	.special_offers_subpage{
		left:160px;
	}
	
	.special_offers_subpage_text{
		width:56%;
	}
	
	#top-search-form input, #top-search-form button, #top-search-form select, #top-search-form textarea{
		width:45px;
	}
	
	a.special_offers_button{
		font-size:34px;
	}
	
}

@media screen and (max-width: 660px) {
	#social{
		width:60%;
		margin-top:20px;
	}
	
	.site-header .home-link{
		width:40%;
		top:auto;
	}
	
	#social img{
		width:12%;
	}
	
	#social .lastemail{
		width:24%;
	}
	
	#mobile_menu{
		margin-top:-25px;
	}
	
	.site-header{
		position:relative;
	}
	
	.slider_realtext_left{
		left:120px;
	}
	
	.triangle-isosceles.right:after{
		left:154px;
	}
	
	.special_realtext_left, .special_realtext_right{
		display:none;
	}
	
	.dublin_features .special_realtext_left{
		display: block;
	}
	
	.offertext{
		top:60px;
		bottom:auto;
	}
	
	.special.three{
		background-position: -270px center;
	}
	
	.special_bottom, .special_bottom a{
		font-size:22px;
	}
	
	.testimonial.two{
		display:none;
	}
	
	.testimonial{
		width:50%;
	}
	
	.polina{
		width:93%;
	}
	
	.footer_right{
		display:none;
	}
	
	.footer_left{
		width:100%;
	}
	
	.contact_left, .contact_right{
		width:50%;
		float:left;
	}
	
	.arrow_directions{
		width:35%;
	}
	
	.besttext{
		font-size:14px;
		margin:7px 15px;
	}
	
	.sleeptext{
		margin:5px 15px;
		left:130px;
		width:60%;
	}
	
	.latest_blog{
		background-image:none;
	}
	
	.blog_latest{
		margin-left:10px;
	}
	
	.blog_latest, .translate, .get_ready{
		width:31%;
	}
	
	.dublin_features .special_realtext_left{
		line-height:15px;
		top:0px;
		left:-40px;
	}
	
	.dublin_features .triangle-isosceles.left:after{
		border-width:5px 0 17px 35px;
		top:53px;
	}
	
	.dublin_features .special_bubble{
		font-size:13px;
	}
	
	.book_engine_blog{
		top:127px;
	}
	
	.contactop .slider_realtext_left{
		line-height:12px;
		bottom:15px;
		left:200px;
	}
	
	.contactop .slider_realtext_left.ballrolling{
		bottom:45px;
		left:353px;
	}
	
	.box.two, .box.four{
		margin:10px;
	}
	
	.box{
		vertical-align: top;
	}
	
	.latest_blog.subpage .special_realtext_left{
		display:inline;
	}
	
	.blog_categories{
		width:30%;
	}
	
	.special_offers_subpage_text{
		width:70%;
	}
	
	.slider_realtext_dub{
		top:75px;
	}
	
		
	.latest_blog.subpage.one{
		margin-bottom:0px;
	}
	
	.special_offers_subpage_text{
		width:100%;
	}
	
	.special_offer_1, .special_offer_2, .special_offer_3, .special_offer_4{
		width:45%;
	}
	
	.blog_categories{
		width:100%;
		margin-top:10px
	}
	
	
	.blog_categories ul li {
		font-size: 12px;
		line-height: 13.5px;
	}
	
	.ui-datepicker-trigger{
		display:none;
	}
	
	.book_a_room{
		font-size:22px;
	}
	
	#top-search-form label{
		font-size:20px;
	}
	
	#sticky-anchor{
		display:none;
	}
	
	.book_a_room{
		float:left;
		width:100%;
		font-size:24px;
		text-align:center;
	}
	
	.book_date, .book_nights, .book_city, .book_search{
		float:left;
		width:50%;
	}
	
	#sticky-anchor{
		display:none;
	}
	
	#top-search-form input, #top-search-form button, #top-search-form select, #top-search-form textarea{
		width:30%;
	}
	
	.searchform{
		width:45% !important;
	}
	
	.text_right img, .text_left{
		width:100%;
	}
	
	.mobile_phone{
		display:inline-block;
	}
	
	.desktop_phone{
		display:none;
	}
	
}

@media screen and (max-width: 590px){
	.best_located.galway .star{
		width:13%;
	}
	
	.best_located.galway, .sleep_main.galway{
		background-image:none;
	}
	
	.best_located.galway .besttext{
		left:-10px;
		width:70%;
		min-height:370px;
	}
	
	.sleep_main.galway .sleeptext{
		left:65px;
	}
	
	.searchform{
		font-size:20px !important;
	}
	#top-search-form label{
		margin-left:5px;
	}
	
	#top-search-form{
		top:0px;
	}
	
	.sleep_main.galway .sleeptext{
		left:25px;
	}
	
	.translate{
		margin:0px;
	}
	
	.readmore{
		margin-top:0px !important;
	}
	
	.directions{
		margin-top:-24px;
	}
}


@media screen and (max-width: 565px) {
	
	.slider_realtext_right{
		right:110px;
	}
	
	.slider_realtext_left{
		left:80px;
	}
	
	.usps ul{
		margin-top:-15px;
	}
	
	.special_bottom, .special_bottom a{
		font-size:18px;
	}
	
	.testimonials{
		display:none;
	}
	
	.polina{
		display:none;
	}
	
	.triangle-isosceles{
		padding:2px;
	}
	
	.slider_realtext_right{
		right:94px;
	}
	
	.triangle-isosceles.right:after{
		left:120px;
	}
	
	.offertext{
		font-size:12px;
	}
	
	.offertext .readmore{
		width:65%;
	}
	.special.three {
    	background-position: -345px center;
	}
	
	.special_bottom{
		margin-left:auto;
	}
	
	.contact_left, .contact_right{
		width:48%;
	}
	
	.dublinhostel, .galwayhostel{
		position:absolute;
		top:105px;
		z-index:-1;
	}
	
	.single .entry-thumbnail, .single .attachment-post-thumbnail, .archive .entry-thumbnail, .archive .attachment-post-thumbnail, .tag .entry-thumbnail, .tag .attachment-post-thumbnail, .author .entry-thumbnail, .author .attachment-post-thumbnail{
		width:100%;
	}
	
	
	.features_text{
		font-size:11px;
	}
	
	.star_div{
		position:absolute;
		width:100%;
	}
	
	.besttext{
		width:75%;
		margin-left:90px;
		margin-top:5px;
		font-size:14px;
	}
	
	.best_located{
		min-height:200px;
		background-image:none;
	}
	
	.sleep_main{
		background-image:none;
	}
	
	.sleeptext{
		left:30px;
		width:70%;
		margin-top:5px;
	}
	
	.latest_blog{
		background-image:none;
		text-align:center;
	}
	
	.blog_latest{
		margin-left:15px;
	}
	
	.blog_latest, .translate, .get_ready{
		width:95%;
		float:none;
	}
	
	.latest_blog .readmore{
		margin-right:0px;
		float:none;
	}
	
	.dublin_features .triangle-isosceles.left:after{
		top:32px;
		border-width: 5px 0 17px 7px;
	}

	.contactop{
		display:none;
	}
	
	.book_engine_blog{
		top:11px;
	}
	
	.responsive-tabs-wrapper{
		margin-top:11px !important;
	}
	
	.subpage_top_text{
		left:175px;
	}
	
	.special_offers_subpage{
		left:90px;
		top:30px;
	}
	
	.circle{
		height:8px;
		width:8px;
	}
	
	.subpage .special_realtext_left p.triangle-isosceles.left:after{
		top:12px;
	}
	
	.latest_blog.subpage .special_offers_subpage .special_offers_subpage_text .readmore{
		width:45%;
	}
	
	.book_a_room{
		float:left;
		width:100%;
		font-size:24px;
		text-align:center;
	}
	
	.book_date, .book_nights, .book_city, .book_search{
		float:left;
		width:50%;
	}
	
	#sticky-anchor{
		display:none;
	}
	
	#top-search-form input, #top-search-form button, #top-search-form select, #top-search-form textarea{
		width:70%;
	}
	
	.besttext{
		width:70%;
		margin-left:50px;
	}
	
	.dublin_features.galway{
		background-image:none;
	}
	
	a.special_offers_button{
		font-size:26px;
	}

}

@media screen and (max-width: 500px) {
	.circle{
		width:10px;
		height:10px;
	}
	
	.dublin_features{
		min-height:330px;
	}
	
	.box{
		width:90%;
	}
	
	.box.one, .box.three, .box.five{
		margin-left:10px;
	}
	
	.box.two, .box.four, .box.six{
		margin:0 10px;
	}
	
	.box.three{
		margin-right:0px;
	}
	
	.subpage_content .maincontent{
		margin: -20px 10px;
	}
	
	.subpage_content h5{
		margin:35px 10px;
	}
	
	#top-search-form label{
		margin-left:0px;
	}
	
	#top-search-form input, #top-search-form button, #top-search-form select, #top-search-form textarea{
		width:61%;
	}
	
	.directions{
		height:180px;
	}
	
	
	
	
}

@media screen and (max-width: 420px) {
	.subpage.top{
		background-position:-90px center;
	}
	
	.subpage_top_text{
		width:80%;
		left:55px;
	}
	
	.subpage .circle{
		display:inline;
	}
	
	.subpage.top{
		background-position:-164px center;
	}
	
	.subpage_top_text{
		left:10px;
		width:95%;
		font-size:14px;
	}
	
	.slider_realtext_dub{
		top:20px;
	}
	
	.slider_realtext_dub{
		font-size:10px;
	}
	
	.special_offers_subpage{
		left:45px;
	}
	
	.special_offer_1, .special_offer_2, .special_offer_3, .special_offer_4{
		width:90%;
		font-size:12px;
		margin:2px;
		margin-bottom:-10px;
	}
	
	.latest_blog.subpage .special_offers_subpage .blog_categories .readmore{
		width:45%;
	}
	
	.blog_categories ul li{
		line-height:12.5px;
	}
		
	
}

@media screen and (max-width: 380px) {
	
	/*.homepage_slider{
		display:none;
	}*/
	
	.slider_realtext_left, .slider_realtext_right{
		font-size: 12px;
    	line-height: 20px;
	}
	
	.small{
		font-size:12px;
	}
	
	.slider_realtext_right{
		right:49px;
		
	}
	
	.triangle-isosceles.right:after{
		border-width:0 0 21px 20px;
		top:4px;
		left:100px;
	}
	
	.slider_realtext_left{
		left:0px;
	}
	
	.triangle-isosceles.left:after{
		border-width: 0 20px 12px 0;
		left:-10px;
	}
		
	.site-header .home-link{
		width:50%;
	}
	
	#social{
		width:49%;
	}
	
	.usps{
		font-size:16px;
	}
	
	.usps ul{
		padding:0px;
		text-align:left;
	}
	
	.usps ul li{
		display:list-item;
	}
	
	.special.one, .special.two, .special.three{
		display:none;
	}
	
	.special_bottom, .special_bottom a{
		font-size:26px;
	}
	
	.galle{
		display:none;
	}
	
	.home .video{
		display:none;
	}
	
	#social_feeds{
		display:none;
	}
	
	.contact_left, .contact_right{
		width:100%;
	}
	
	.social_footer img{
		float: left;
    	width: 15%;
	}
	
	.matrixlogo{
		width:45% !important;
	}
	
	.site-footer{
		padding:10px 0 0 0;
	}
	
	.dublinhostel, .galwayhostel{
		width:33%;
		position:absolute;
		top:98px;
		z-index:-1;
	}
	
	.dublin_features{
		background-image:none;
		min-height:630px;
	}
	
	a.special_offers_button{
		padding:6px;
	}
	
	.features_text{
		font-size:14px;
		top:55px;
		text-align:center;
	}
	
	.features_left{
		width:100%;
		text-align:center;
	}
	
	.features_right{
		width:100%;
		text-align:center;
	}
	
	.circle{
		display:none;
	}
	
	.besttext{
		width:65%;
		margin-top:0px;
	}
	
	.best_located{
		min-height:375px;
	}
	
	.sleep_main{
		min-height:500px;
	}
	
	.latest_blog, .latest_blog.galway{
		min-height:825px;
	}
	
	.arrow_directions{
		top:80px;
	}
	
	.bus_directions{
		display:none;
	}
	
	.triangle-isosceles{
		background:none;
	}
	
	.dublin_features .triangle-isosceles.left:after{
		display:none;
	}
	
	.findus_contact{
		display:none;
	}
	
	.contact_directions{
		font-size:14px;
	}
	
	.the_hostel{
		display:none;
	}
	
	.book_date, .book_nights, .book_city, .book_search{
		width:100%;
	}
	
	#top-search-form input, #top-search-form button, #top-search-form select, #top-search-form textarea{
		width:75%;
		float:right;
		margin-right:5px;
	}
	.searchform{
		width:90% !important;
	}
	
	.get_ready{
		margin-bottom:24px;
	}
	
	.latest_blog.subpage.one div.special_offers_subpage div.special_offers_subpage_text a img.readmore.specialsubpage{
		margin-right:40px;
	}
	
	a.special_offers_button{
		font-size:17px;
	}
	
	div.gridfx-bar{
		display:none;
	}
	
	.inner_booking{
		margin-top:10px;
	}
	
	.site-footer{
		font-size:16px;
	}
	
	.galleryh1 h1{
		font-size:28px !important;
	}
	
	.galleryh1{
		width:100%%; 
		float:none; 
		text-align:center
	}
	
	.faxfooter{
		display:none;
	}
	
}



/*End Responsive Layout*/