/* @override 
	http://qldirish.nichestudio.org/wp-content/themes/qldirish/css/site.css?ver=3.4.2
	http://qldirish.nichestudio.org/wp-content/themes/qldirish/css/site.css?ver=3.5
	http://www.queenslandirish.com/wp-content/themes/qldirish/css/site.css?ver=3.5 */

/*! 
 * Default Site Css v1.0
 *
 * Copyright 2012 Niche Studio
 */
@font-face {
    font-family: 'CardoRegular';
    src: url('../font/Cardo104s-webfont.eot');
    src: url('../font/Cardo104s-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Cardo104s-webfont.woff') format('woff'),
         url('../font/Cardo104s-webfont.ttf') format('truetype'),
         url('../font/Cardo104s-webfont.svg#CardoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}

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

}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.alignleft {
	float: left;
}
/* Specific constants */
/* header */
header {
  padding: 40px 0 0 0;
}
.main-box {
  padding: 20px 0;
}
#head-box {
  position: relative;
  overflow: hidden;
  padding: 0px 0 19px 0;
  height: 420px;
  background: #000;
  border-bottom: 0px solid #eeeeee;
}
#head-box .container {
  position: relative;
  z-index: 5;
}
.main-body {
  padding: 40px 0;
}
.navbar .nav > .current-menu-item > a,
.navbar .nav > .current-menu-item > a:hover,
.navbar .nav > .current-menu-item > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #333;
  text-shadow: 1px 1px 1px #000000;
}
.navbar .nav > .menu-item > a:hover,
.navbar .nav > .menu-item > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #333;
  text-shadow: 1px 1px 3px #000000;
}

.navbar .nav > .menu-item > a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-family: 'CardoRegular', serif;
	text-transform: uppercase;
	font-weight: bold;
}

/* Footer */
#bottom {
  padding: 0px 0 0px 0;
  background: #000000 url('../images/footer-bg.jpg') repeat-x 0 76px;
 /*  height: 215px; */
}
.social-row .container .span4:first-child{
	margin-left: 0px;
}
footer {
  padding: 10px 0;
  background: #000000 url('../images/footer-bottom-bg.jpg') repeat 0 0;
  height: 42px;
}
footer p.pull-left,
footer p.pull-right {
  margin: 0;
  padding: 7px 0;
}
#menu-footer-menu {
  margin: 0;
}
/* Gallery */
.carousel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  min-height: 349px;
  margin: 0;
}
.img-carousel {
  min-width: 1200px;
}
.content-slide {
  height: 420px;
}
.carousel img.slides {
  width: 100%;
  height: auto;
  min-height: 420px;
}
/* Gallery Dot Pagination */
.carousel-nav {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  z-index: 500;
  background-color: #252525;
}
.carousel-nav ul {
  display: inline-block;
  margin: 0 auto;
  float: none;
}
.carousel-nav li,
.carousel-nav li a {
  display: inline-block;
  margin-top: 7px;
  width: 35px;
  height: 20px;
  font-size: 85px;
  line-height: 20px;
  text-shadow: #050505 2px -2px 2px;
  text-align: center;
  text-decoration: none;
  color: #181818;
  text-shadow: -2.5px -2.5px 5px #050505;
}
.carousel-nav li a.active {
  color: #F37321;
}
.carousel-nav li a:hover {
  color: #F37321;
}
.carousel-nav li a:before, .carousel-nav li a:after {
    content: attr(title);
    color: rgba(255,255,255,1);
    position: absolute;
    padding:90px;
    letter-spacing:-4px;
}
.carousel-nav li a:before {
    top: 5px;
    left: 5px;
    opacity:.52;
}
.carousel-nav li a:after {
    top: 10px;
    left: 10px;
    opacity:.52;
}
/* Responsive Overrides */
@media (min-width: 768px) and (max-width: 979px) {
  header {
    padding-top: 0;
  }
  #site-nav {
    margin-bottom: 0;
  }
  #head-box {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  header {
    padding-top: 0;
  }
  #site-nav {
    margin-bottom: 0;
  }
  #head-box,
  #bottom,
  footer {
    margin-left: -20px;
    margin-right: -20px;
  }
  #head-box article,
  #bottom .container-fluid,
  footer .container {
    padding: 0 20px;
  }
}
/* Home */
.home-row {
  padding: 0 0 30px 0;
}
/* Widgets */
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
}
.widget_recent_entries li {
  padding: 0 0 5px 0;
}
.widget_recent_entries time {
  padding: 0;
}
/* Misc Elements */
span.red {
  color: #9d261d;
}
time {
  display: block;
  padding: 0 0 1em 0;
}
.addthis_counter {
  display: inline-block !important;
}
#paginate {
  padding: 20px 0;
}
#featured-events .span3{
	text-align: center;
}
.event-item{
	/* height: 420px; */
	height: 450px;
	display: block;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 0 0 10px;
}
.event-item li{ 
	list-style-type: none;
	display: inline-block;
}
.event-item li a{
	text-decoration: underline;
	font-size: 16px;
	padding: 3px;
}
.event-item ul{
	margin: 0px !important;
}
#em_widget-2 a, .event-item a{
	color: #ffffff;
	font-size: 20px;
}
#em_widget-2, .event-item{
	color: #808080;
	font-size: 16px;
}
.events h2, .tax-event-categories h2{
	color: #808080;
	font-size: 30px;
}
.category-list .pull-left{
	
}
.categories-list{
	margin: 5px 0 15px;
}
#em_widget-2 a#more-info, .event-item a#more-info{
	/*color: #333333; */
}
#em_widget-2 p#price, p#price{
	font-size: 20px;
	font-family: 'CardoBold';
	margin-top: 5px;
}
#em_widget-2 .btn, .event-item .btn{
	font-size: 15px !important;
}
/*span3 event-item */
#em_widget-2 li:first-child{
	margin-left: 0px !important;
}
#em_widget-2 li{
	padding-bottom: 40px;
	display: block;
	overflow: hidden;
	text-align: center;
	/*margin: 0 0 0px 2.12766%;*/
}
#em_widget-2 li li{ 
	list-style-type: none;
}
#em_widget-2 li ul{
	margin: 0px !important;
}
#em_widget-2 .widget-title{
	color: #808080;
	font-size:50px;
	text-align: center;
}
ul.event-categories li a{
	color: #cccccc;
	font-size: 14px;
}
a.image-border img{
	/* width: 270px;*/
}
a.image-border{
	max-height: 260px;
	border: 4px solid #ffffff;
	display: block;
	overflow: hidden;
}
.category-list ul li{
	list-style-type: none;
	display: inline-block;
	margin: 0 10px;
}
.em-categories-list{
	margin: 0px;
}
#latest-news{
	display: inline-block;
	text-align: left;
}
.home-news-header{
	padding: 30px 0px;
	text-align: center;
	background-color: #252525;
	width:100%;
	margin-top: 20px;
}

.home-news-header h1{
	margin-bottom: 30px;
	
}

.home-news-header h1 a{
	font-size: 35px;
	color: #fff;
	text-transform: uppercase;
	
}

.home-news-header h1{
	color: #fff;
	text-transform: uppercase;
}

.home #top-widgets h1 a{
	margin-bottom: 40px;
	display: inline-block;
	font-size: 35px;
	color: #fff;
	text-transform: uppercase;
}

.home #top-widgets{
	text-align: center;
}

#top-widgets .whatonheading{
	display: inline;
}

.home #top-widgets .whatonheading h1{
	display: inline-block;
	
}

#top-widgets .whatonheading span a{
	color: #51a351;
	text-transform: capitalize;
	font-size: 15px;
}

#top-widgets .whatonheading span{
	float: right;
	padding-top: 20px;
}

#top-widgets .whatonheading span a:hover{
	color: #fff;
}


#top-widgets span{
	float: right;
	padding-top: 10px;
}

html.safari #site-nav.navbar .nav > .menu-item > a{
	letter-spacing: -1px;
}

.news-item a{
	color: #808080;
}
.news-item h4,
body.home .news-item span{
	font-size: 21px;
}

body.home .news-item span{
	margin: 10px 0px;
	display: inline-block;
}
.news-item h4 a, .news-item time,
.news-item p,
.news-item span{
	color: #ffffff;
}

body.contact .news-item{
	margin-left: 0px;
}


.phone-number{
	display: none !important;
}
li#menu-item-154, li#menu-item-155{
	float: right;
}
li#menu-item-154 a{
	color: #51a351 !important;
}
li#menu-item-154.current-menu-item,
li#menu-item-154.current-page-item{
	margin-right: 9px;
}
li#menu-item-154 a:hover,
li#menu-item-154 a:active,
li#menu-item-154 a.active,
li#menu-item-154 a.disabled,
li#menu-item-154 a[disabled],
li#menu-item-154.current-menu-item,
li#menu-item-154.current-page-item
{
	background-color:#333;
}
li#menu-item-155 a{
	font-family: 'CardoRegular', serif;
	font-size: 13px;
	height: 16px;
	padding: 4px 10px;
	margin: 8px 10px 0 0;
	  color: #ffffff;
	  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	  background-color: #336633;
	  background-image: -moz-linear-gradient(top, #51a351, #336633);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#336633), to(#51a351));
	  background-image: -webkit-linear-gradient(top, #51a351, #336633);
	  background-image: -o-linear-gradient(top, #51a351, #336633);
	  background-image: linear-gradient(to bottom, #51a351, #336633);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	  border-color: #51a351 #51a351 #387038;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	  *background-color: #336633;
	  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
	  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
}
li#menu-item-155 a:hover,
li#menu-item-155 a:active,
li#menu-item-155 a.active,
li#menu-item-155 a.disabled,
li#menu-item-155 a[disabled]{
  color: #ffffff;
  background-color: #336633;
  *background-color: #336633;
}
li#menu-item-155 a:active,
li#menu-item-155 a.active {
  background-color: #c67605 \9;
}

body{
	background: #000 url('../images/background-pattern.png') repeat;
}
.social-row{
	background-color: #252525;
	margin: 0px;
}
.social-row h2{
	color: #477D34;
}

.rss, .fb, .twit{
	margin: 15px 5% 0 0;
	width: 110px;
}
body .rss{
	margin: 15px 0px 0 0;
}
.rss i, .fb i, .twit i{
	float: left;
	margin-top: 3px;
}
.rss, .fb, .twit{
	font-size: 17px;
}
#irish-colours{
	width: 100%;
	height: 4px;
	background: #fff;
	margin-top: 12px;
}

#irish-colours #green{
	background-color: #477D34;
	width: 30%;
	height: 4px;
}
#irish-colours #orange{
	background-color: #F37321;
	width: 30%;
	height: 4px;
}
#bottom h3{
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 30px;
}
.top-colours{
	margin: 0 !important;
}
#text-5{
	/* width: 280px; */
}
#text-5 .btn-grey{
	height: 20px;
}
#text-5 .btn-warning{
	
}
#text-5 .btn{
	/*height: 15px;
	font-size: 12px; */
	margin-right: 8px;
}

.accordion-mid{
	background-color: #fff;
	padding: 25px;
	border: 1px solid #ccc;
	overflow-x: hidden;
}
.tab-pane{
	background-color: #fff;
	padding: 3px;
	border: 1px solid #ccc;
}
.tab-content{
	background-color: #fff;
	padding: 11px 15px 17px;
}
ul.nav-tabs{
	margin-right: 0px !important;
	border: 0px !important;
}
ul.nav-tabs li{
	display: block;
	background-color: #fff;
	margin: 0px 25px 15px 45px;
	padding: 5px;
}
ul.nav-tabs li.active{
	margin: 0px 0 15px 45px;
	border-right: 25px solid white;
}
ul.nav-tabs li.active a{
	border: 0px;
}
ul.nav-tabs li.active a:hover{
	border: 0px;
}
ul.nav-tabs li a{
	margin: 0px !important;
	background-color: #dedee3;
	padding: 20px 10px 20px 10px;
	display: block;
	border-radius: 0px !important;
	-webkit-border-radius: 0px 0px 0px 0px !important;
	border: 0px;
	color: #242424;
	text-align: left;
	font: 17px/18px 'CardoBold';
	text-transform: uppercase;
}
.page-template-lefttab-page-php ul.nav-tabs > li > a:hover{
	background-color: #ffffff;
	text-decoration: none;
}
.accordion-mid img{
	border: 5px solid #fff;
	box-shadow: -1px -1px 7px #222;
}

accordion-mid h4{
	
}
.accordion-mid p{
	font-size: 16px;
	line-height: 23px;
}
aside#text-6{
	height: 100px;
}
.navbar-inverse .span4 img.pull-left{
	margin-top: -9px;
}
.irish-footer{
	background: transparent url('../images/box-tranparent.png') no-repeat left top;
	min-height: 233px;
	width: 200px;
	text-align: center !important;
	position: relative;
	bottom: 00px;
	right: 00px;
}

aside#text-6 texwidget{
	text-align: center;
}
aside#text-6 img{
	margin: 35px 0 15px 0;
}
aside#text-6 a.btn-green, .home a.btn-green{
	padding: 8px 20px 8px 20px;
	font-size: 16px;
	margin-top: 17px;
}
body.page-template-default article,
.page-template-contact-page-php article,
.category-news article,
body.tag article.category-news,
body.tag h1.tag-title,
.single-attachment article {
	background-color: white;
	padding: 40px 50px 10px 50px;
	margin: 0;
}
body.page-template-default article h2 a, .page-template-contact-page-php article h2 a, .category-news article h2 a{
	/* color: #666; */
}

.category-news article h2 a{
	padding-right: 5px;
}

body.page-template-default article a:hover, .page-template-contact-page-php article a:hover, .category-news article a:hover{
/* 	text-decoration: underline; */
}
body.about .container article{
	background-color: white !important;
	padding: 50px !important;
	color: #666666;
}
body.page-id-10 article, body.page-id-11 article, body.page-id-12 article, body.page-id-13 article, body.page-id-14 article, body.page-id-15 article, body.page-id-16 article, body.page-id-17 article, body.page-id-18 article, body.page-id-19 article, body.page-id-20 article{
	background: none!important;
	padding: 0px!important;
}
body.page-id-10 article, body.page-id-11 article, body.page-id-12 article, body.page-id-13 article, body.page-id-14 article, body.page-id-15 article, body.page-id-16 article, body.page-id-17 article, body.page-id-18 article, body.page-id-19 article, body.page-id-20 article{
	color: #808080;
}
.category-news .span4.visible-desktop.visible-tablet{
	background-color: white;
}
.category-news .span4.visible-desktop.visible-tablet aside{

}
.contact h3, .contact h2, .contact .span4, .single-attachment h2 {
	color: #fff;
}
#head-box .container article{
	background: transparent url('../images/main-slider-bg.png') no-repeat center top !important;
	text-align: center;
	padding: 150px 0 0 0 !important;
	height: 411px;
	width: 460px !important;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
#head-box .container article.events-header{
	background: none !important;
}
#head-box .container article h2{
	font-size: 40px;
	color: #F37321;
}
#head-box .container .row{
	text-align: center;
	width: 100%;
}
#head-box .container article p{
	color: #ffffff;
	size: 14px;
	padding: 0 20px;
	text-align: center !important;
}
#head-box article.events-header{
	background: none;
	padding-top: 0px !important;
}
div#body-section h3{
	margin-left: 9px;
	padding-top: 20px;
}
.single-event aside#recent-posts-4, .single-event .visible-desktop{
	display: none;
}
#body-section{
	color: #ffffff;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	min-height: 0px !important;
}

.em-booking-form-details{
	width: 100%;
	margin-top: 0px;
}
.em-booking-form-details p{
	display: inline-block;
	float: left;
	clear: none;
	height: 70px;
	margin-right: 30px;
}
.em-booking-form-details p label, .em-booking-form-details p input{
	float: left;
	clear: left;
}
.em-booking-form-details p label{
	width: 100%;
}
.em-booking-form-details .input-last_name{
	border-right: 1px solid #ccc;
	padding-right: 15px;
	margin-right: 15px;
}
.em-booking-form-details p.input-field-member_number{
	float: left;
	position: relative;
	margin-right: 0px;
}
.em-booking-form-details h6{
	width: 270px;
	position: absolute;
	display: block;
	top: 245px;
	left: 603px;
	margin-right: 0px;
}
.em-booking-form-details .input-field-captcha{
	float: left;
	clear: both;
	height: 15px;	
	width: 90%;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 25px;
}
.em-booking-gateway-form{	
	width: 100%;
	float: left;
	clear: both;
}
.em-booking-buttons{
	float: left;
}
table.em-tickets{
	width: 100%;
}
table.em-tickets th{
	text-align: left;
	height: 30px;
	border-top: 0px solid #333;
}
table.em-tickets tr{
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
table.em-tickets td, table.em-tickets th{
	width: 108px;
	padding-left: 10px;
	vertical-align: middle;
}
.em-booking-form .recaptchatable #recaptcha_response_field{
	position: static !important;
}
.input-field-terms label{
	/*display: none; */
}
span.input-group{
	margin: 20px !important;
}
p.ticket-desc{
	width: 20%;
	display: none;
}
p.em-tickets-spaces{
	width: 100%;
	float: left;
}
.em-booking-form-details h4{
	float: left;
	width: 100%;
}
.ticket-price{
	height: 50px !important;
}
.ticket-price strong{
	font-size: 22px;
}
p.input-checkboxes{
	margin: 10px 0 0 0;
	clear: both !important;
}
p.input-checkboxes span.input-group{
	margin: 0px 0 0 20px !important; 
	float: left;
	width: 00px;
}
p.input-checkboxes label{
	margin: 0 20px 0 0px;
	float: right;
	width: auto;
}
.em-gateway-buttons, .em-booking-buttons{
	float: left;
	width: 100%;
}
.single-event .popular-posts{
	display: none;
}
.em-gateway-button input{

} /*
div .em-booking-buttons{
	background: transparent url('../images/paypalbutton-2.png') no-repeat left top;
	width: 140px;
	height: 80px;
}
div .em-booking-buttons input{
	color: transparent;
	background: none;
} */

#other-title{
	position: relative;
	top: -27px;
	left: 320px;
}
#your-title{
	margin: 0px 0 0 0px;
	width: auto;
}
form.wpcf7-form h2{
	margin-bottom: 30px;
}
span.associate-membership span.wpcf7-list-item{
	float: left;
	clear: both;
}
.wpcf7-list-item{
	margin-right: 5px !important;
}
.opt-out{
	margin-top: 10px;
	clear: both;
	float: left;
}
span.concent {
	display: block;
}
span.concent input{
	float: left;
}
span.concent span.wpcf7-list-item-label{
	display: block;
	float: left;
	width: 95%;
	margin-left: 5px;
}
.i-hereby{
	margin-left: 37px !important;
}
aside.widget_recent_entries, .popular-posts{
	background-color: #ffffff;
	padding: 20px;
}
.single-format-standard article{
	background-color: #ffffff;
	padding: 20px;
}
.wpcf7-not-valid-tip{
	color: #ef6f6f;
}
.no-shadow{
	box-shadow: none !important;
}
.single-event #head-section, .single-event #body-section{
	background-color: #ffffff;
	padding: 20px 30px;
	color: #333333;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 20px;
}
.single-event #head-section img{
	border: 5px solid #fff;
	box-shadow: -1px -1px 7px #222;
	max-height: 350px;
}

.single-event #head-section .span3 img{
	display: none;
}

.single-event #head-section .span6{
	width: 100%;
	text-align: center;
}


.wpcf7-mail-sent-ok{
	padding: 20px 40px;
	border: 1px double #ccc;
	color: #468847;
}

/****************************
	-	DECORATIONS	-
****************************/	
.page-template-events-page-php a:link, page-template-events-page-php a:visited {
	text-decoration: none;
}

.page-template-events-page-php a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #51a351;
}

.page-template-events-page-php a:focus { 
    outline: none; 
}

.clear{
	clear:both;
}
h2.error{
	color: #ffffff !important;
	margin-bottom: 400px;
}
.alert-info br{
	display: none;
}
.wpcf7-validation-errors{
	color: #B94A48;
	padding: 20px 40px;
	border: 1px double #ccc;
	width: 380px;
}

.categories-list a{
	color: #333;
}
.archive .thumbnail {
	margin-bottom: 15px;
}
#recaptcha_widget_div{
	float: left;
}

.accordion-heading h2 {
	text-align: left !important;
}

#em-wrapper .category-list {
	padding: 0 0 20px 0;
}

.em-events-search {
	margin: 0;
}

#em_widget-2 ul {
	margin: 0;
}

.accordion-mid .wp-caption {
	width: 186px !important;
	margin-right: 6px;
}

html.ie7 .accordion-mid .wp-caption {
	height: 300px;
}

.accordion-mid .wp-caption:nth-child(3n+1) {
	margin-right: 0;
}
.accordion-mid .wp-caption:nth-child(3n+3) {
	clear: left;
}

@media (max-width: 979px) and (min-width: 768px) {
	#menu-item-155, #menu-item-154{
		float: none !important;
	}
	.accordion-mid .wp-caption,
	.accordion-mid .wp-caption:nth-child(3n+1) {
		margin-right: 30px;
	}
	.accordion-mid .wp-caption:nth-child(3n+2) {
		clear: none;
	}
	.accordion-mid .wp-caption:nth-child(2n+1) {
		margin-right: 0;
	}
	.accordion-mid .wp-caption:nth-child(2n+2) {
		clear: none;
	}
	.accordion-mid .wp-caption:nth-child(3n+3) {
		clear: none;
	}
	
	.nav-collapse, .nav-collapse.collapse,
	.nav-collapse .nav{
		width: 100%;
	}
	
	#text-5 .btn{
		margin-top: 3px;
	}
}

@media (max-width: 767px) {
	.accordion-mid .wp-caption {
		float: none;
		margin: 0 auto;
		display: block;
	}
	.accordion-mid .wp-caption:nth-child(3n+1) {
		margin-right: auto;
	}
	.accordion-mid .wp-caption:nth-child(3n+2) {
		clear: none;
	}
	
	.nav-collapse, .nav-collapse.collapse,
	.nav-collapse .nav{
		width: 100%;
	}
	
	#menu-item-155, #menu-item-154{
		float: none !important;
	}
	
	#menu-item-155{
		width: 75px;
	}
	
	#text-5 .btn{
		margin-top: 3px;
	}
	
	#latest-news {
	text-align: center;
}

@media (max-width: 480px) {
	.em-categories-list{
		margin-bottom: 10px;
	}
	
	#head-box{
		display: none;
	}
}

body .em-categories-list .btn{
	padding: 0px;
	
}
body .em-categories-list .btn a{
	display: block;
	padding: 3px 14px;
	color: #fff;
}
body .em-categories-list .btn a:hover{
	color: #F37321;
	text-decoration: none;
}

/* Dimmi */
.addthis_counter.addthis_pill_style{
	margin-left: 5px;
}

#dimmi-booking-box {
	display: block !important;
}
body li#menu-item-1089 a{
	color: #F37321 !important;
}
