@media screen {

	html {
		height: 100%;
	}
	body {
		height: auto;
	}

	header {
		position: fixed;
		top: 72px;
		left: 25px;		
		width: 280px;
		z-index: 199;
	}
	header h1 {
		display: none;
	}
	header a {
		display: block;		
		margin: 0;
		padding: 0;
	}
	header .main_logo a {	
		width: 135px;		
	}
	header .property_logo{
		display: none;
	}
	.flynn_group header .property_logo{
		display: block;
		position: absolute;
	}
	header .property_logo a {	
		width: 74px;		
	}
	.flynn_group header .property_logo.ennis{
		top: 0px;
		right: 10px
	}
	.flynn_group header .property_logo.kilkenny{
		top: 85px;
		right: 35px
	}
	.flynn_group header .property_logo.cork{
		top: 155px;
		right: 105px
	}
	.flynn_group header .property_logo.dungarvan{
		top: 175px;
		right: 195px
	}

	nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 38px;
		z-index: 10000;
	}
	nav.navbottom a{
		font-size: 11px;
	}
	nav.navbottom li.signup a > span {		
		margin: 0 5px;
		font: 1.8em bold;
		display: inline-block;
		height: 20px;
		position: relative;
		top: 4px;
		width: 20px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;	
	}
	nav.navbottom li.signup a > span >span{
		position: absolute;
		top: -1px;
		right: 5px;
	}
	
	nav.navbottom li.signup{
		padding: 0px 10px 8px 10px;
	}
	nav.navbottom li.signup img{
		float: left;
		margin-top: 11px;
	}
	#slidecaption {
		font-size: 22px;
		color: #FFF;		
		text-align: right;
	}

	#main {
		position: fixed;
		top: 38px;
		bottom: 42px;
		left: 0;
		z-index: 200;
	}

	.ie #main {
	}

	.ym-wrapper {
		max-width: 990px;
		margin: 0 auto;
	}

	#main > .ym-wrapper.content {
		position: absolute;
		width: 390px;
		top: 0;
		bottom: 0;
		left: 0;
		padding: 0;
		
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}
	#main > .ym-wrapper.content.hide {
		left: -390px;
		overflow: hidden;
		//padding: 80px 0 30px 0;
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}
		
	#main > .ym-wrapper.content .content_top{
		text-align: center;
	}
	#main > .ym-wrapper.content .content_top .close_btn{
		position: absolute;
		cursor: pointer;
		top: 15px;
		right: 30px;
	}
	#main > .ym-wrapper.content .content_top a img{
		padding-top: 15px;
	}
	#main > .ym-wrapper.content .content_top .title h1{
		font-size: 24px;
		padding: 29px 0 19px 0;
	}
	
	#main > .ym-wrapper.content p:first-child{
		margin-top: 0;
	}
	.ie #main > .ym-wrapper.content {
	}
	
	#main > .ym-wrapper.content .ym-wbox {
		height: 350px;
		padding: 20px 30px 20px 30px;
		border-top: 1px solid #ccc;
		border-bottom: 2px solid #000;
	}

	.showhide {
		position: fixed;
		bottom: auto;
		top: 250px;
		left: 30px;
		z-index: 12000;
		max-width: none;
		margin-left: 0;
	}
	body.flynn_group .showhide {
		bottom: 100px;
		top: auto;
		left: 50%;
		z-index: 12000;
		max-width: none;
		margin-left: -68.5px;
	}
	.showhide .ym-wbox {
		padding: 0;
		text-align: center;
		white-space: nowrap;
	}
	
	.showhide .ym-wbox > a {
		font-size: 100%;
		padding: 4px 30px;
		text-transform: uppercase;
	}
	.showhide a {
		display: block;
		height: 28px;
		line-height: 28px;
	}
	.quickbook .hotel {
		display: block;
	}
	.quickbooklinks {
		font-size:115%;
		list-style-type: none;
		margin: 0 0 5px 0;
		padding: 0;
		text-align: left;
		margin-top: -10px;
	}

	.quickbooklinks li{
		margin:0 10px;
	}
	.quickbooklinks a {
		display:block;
		padding: 0px 0 0px 0px;	
		text-transform: uppercase;
		font-size: 9px;
		
	}
	.quickbooklinks span {
		
		float:right;
		font-size: 180%;
		height: 12px;
		margin: 0 0px 0 10px;
		padding: 0 2px 10px 5px;
		text-decoration: none !important;
		width: 16px;
	}	
	.quickbookheader {		
		margin-bottom: 0px;		
	}
	.flynn_group .quickbookheader{
		margin-bottom: 10px;
	}
	.quickbook .date {
		display: inline-block;
		*display: inline;
		zoom: 1;
	}
	.quickbook .date input#datepicker {
		cursor:pointer;
	}
	.quickbookcontent .ym-button {
		text-transform:uppercase;
		width: 192px;
		text-align: center;
		line-height: 28px;
	}
	.quickbook .date .ui-datepicker-trigger {
		/* display: none; */
		position: absolute;
		left: 90px;
		top: 23px;
	}
	
	html[data-useragent*='MSIE 8.0'] .quickbook .date .ui-datepicker-trigger, 
	html[data-useragent*='MSIE 9.0'] .quickbook .date .ui-datepicker-trigger,
	html[data-useragent*='MSIE 10.0'] .quickbook .date .ui-datepicker-trigger, 
	.ie11 .quickbook .date .ui-datepicker-trigger{
		top: 27px;
	}
	
	.ie .quickbook .date .ui-datepicker-trigger {
		position: fixed;
		left: auto;
		right: 150px;
		top: 182px;
	}
	.ie.ie8 .quickbook .date .ui-datepicker-trigger {	
		top: 184px;
	}
	
	.ie .flynn_dungarvan .quickbook .date .ui-datepicker-trigger,
	.ie .flynn_cork .quickbook .date .ui-datepicker-trigger,
	.ie .flynn_kilkenny .quickbook .date .ui-datepicker-trigger ,
	.ie .flynn_ennis .quickbook .date .ui-datepicker-trigger  {
		position: fixed;
		left: auto;
		right: 150px;
		top: 147px;
	}
	.ie.ie8 .flynn_dungarvan .quickbook .date .ui-datepicker-trigger,
	.ie.ie8 .flynn_cork .quickbook .date .ui-datepicker-trigger,
	.ie.ie8 .flynn_kilkenny .quickbook .date .ui-datepicker-trigger ,
	.ie.ie8 .flynn_ennis .quickbook .date .ui-datepicker-trigger {	
		top: 147px;
	}
	.quickbook {
		margin:0 auto;
		text-align:left;
		border-radius: 10px;
	}

	.rates {
		position: fixed;
		bottom: -42px;
		left: 50%;
		margin-left: -477px;
		height: 114px;
		z-index: 12002;
		-webkit-transition: bottom 1s ease-in-out;
		-moz-transition: bottom 1s ease-in-out;
		-ms-transition: bottom 1s ease-in-out;
		-o-transition: bottom 1s ease-in-out;
		transition: bottom 1s ease-in-out;
	}	
	.rates:hover, .rates{/*cancelling hover animation*/
		bottom: 34px;
	}	
	.rates .ym-wbox > div {
		width: 242px;
		height: 105px;
		float: left;
		border: 1px solid rgb(241, 179, 17);
		margin: 0;
		overflow: hidden;
	}
	.rates .ym-wbox > div a img{
		margin-top: 29px;
	}
	.rates .ym-wbox > div span {
		font-size: 90%;
	}
	.rates .ym-wbox > div .text{
		position: absolute;
		width: 242px;
		z-index: 1;
	}	
	.rates .ym-wbox div .grad_img{
		background: rgba(0,0,0,0.2);
		height: 74px;
		width: 242px;	
		position: absolute;
		top: 32px;
		left: 0px;
	}
	.rates .ym-wbox div:nth-child(2) .grad_img{
		left: 244px;
	}
	.rates .ym-wbox div:nth-child(3) .grad_img{
		left: 488px;
	}
	.rates .ym-wbox div:nth-child(4) .grad_img{
		left: 732px;
	}
	.rates .ym-wbox > div .text > a{		
		display: block;
	}
	.rates .ym-wbox > div .text > a.line1{
		line-height: 29px;
		padding-left: 10px;
		text-transform: uppercase;
	}
	.rates .ym-wbox > div .text > a.line2,
	.rates .ym-wbox > div .text > a.line3,
	.rates .ym-wbox > div .text > a.line3.cta{		
		text-align: center;
		max-width: 120px;
		margin-left: 117px;
		margin-top: 5px;
		margin-right: 5px;
		text-transform: uppercase;
	}	
	.rates .ym-wbox > div .text > a.line3 {
		text-transform: inherit;
	}
	.rates .ym-wbox > div .text > a.line3.cta {	 
		margin-left: 127px;
		margin-right: 15px;
		padding: 3px 0;
		border: 1px solid;   
	}
	
	.social_links {
		position: fixed;
		bottom: 50px;
		right: 20px;
		height: 30px;
		width: 150px;
		z-index: 300;
	}

	footer {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		height: 43px;
		z-index: 12003;
	}
	footer .ym-wrapper{
		max-width: 9900px;
	}
	footer .ym-wbox {
		padding: 0;
		line-height: 43px;
		vertical-align: middle;
	}
	footer .address, footer .address > div {
		display: inline-block;
		float: left;
	}
	footer .address{
		padding-left: 1.5em;
	}
	footer .address > div.logo_image a{
		vertical-align: -webkit-baseline-middle;
	}
	footer .address > div.logo_image{
		margin: 0 20px 0 0;
	}
	footer .address > div.logo_text{
		width: 80px;
		height: 42px;
		line-height: 10px;
		text-align: center;
		text-transform: uppercase;
		margin: 0 0px;
		padding-top: 5px;
	}
	footer .address > div.logo_text a span.text1{
		font-size: 10px;
	}
	footer .address > div.logo_text a span.text2{
		font-size: 9px;
	}
	footer .address > div.logo_text a span.text3{
		font-size: 8px;
	}
	nav.navbottom {
		position: relative;
		display: inline-block;
		float: right;
		top: auto;
		left: auto;
		right: auto;
	}

	nav.navbottom li.fb, nav.navbottom li.twitter{
		padding: 0px 10px 8px 16px;
	}
	nav.navbottom li.signup{
		margin-left: 15px;
	}
	#supersized, #supersized li, #supersized img {
		margin: 0;
	}
	#slidecaption {
		position: fixed;
		right: 0;
		min-width: 390px;
		padding: 10px;
		min-height: 10px;
		line-height: 10px;
		z-index: -1;
		margin: 0; 
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		font-size: 16px;
		bottom: 190px;
	}

	h1 {
		margin-top: 0;
	}

	.gallery_simple li {
		width: 120px;
		height: 90px;
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: top;
		margin: 5px;
		zoom: 1;
		*display: inline;
	}
	.gallery_simple img {
		max-width: 120px;
		max-height: 90px;
		width: 120px;
		height: 90px;
	}

	.ui-datepicker {
		z-index: 12000 !important;
	}

	.page_layout_complete_sitemap .content_platform ul > li{
		width: 200px;
		float: left;
	}	
	.page_layout_complete_sitemap .content_platform li {
		list-style-type: none;
	}	
	
	/*pos css from designer start*/
	#main .content {
		font-size: 12px;
	}
	#datepicker {
		margin-right: 8px;
	}
	footer .address > div.logo_image {
		margin: 4px 20px 0 0;
	}
	nav {		
		letter-spacing: 0.5px;
	}
	nav li {
		font-size: 15px;
	}
	nav .firstlevel > li li a {
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	nav li {
	line-height: 20px;
	}
	nav .firstlevel ul{
		top: 36px;
	}
	.template_platform .ym-wrapper.content_platform li a {
		font-size: 15px;
		line-height: 35px;
	}
	.template_platform .ym-wrapper.content_platform ul li ul li a {
		font-size: 12px;
		line-height: 25px;
	}
	.showhide .ym-wbox > a {
		font-size: 100%;
		padding: 4px 30px;
	}
	span.dot {
    	font-size: 50px;
    	position: relative;
    	top: 8px;
	}
	footer .address > div.logo_text a span.text1 {
		font-size: 8.5px;
	}
	footer .address > div.logo_text a span.text2 {
		font-size: 8.5px;
	}
	footer .address > div.logo_text a span.text3 {
		font-size: 7.5px;
	}
	footer .address > div.logo_text {
		padding-top: 3px;
	}
	nav.navbottom a {
    	line-height: 45px;
	}
	nav.navbottom li {
		font-size: 12px;
		letter-spacing: 0px;
	}
	nav.navbottom a {
		padding: 1px 8px 8px 0;
	}
	nav.navbottom a[id="share"] {
		
	}
	.quickbookheader {
		font-size: 18px;
	}
	.title_platform h1 {
		float: left;
		padding-top: 20px;		
		font-size: 30px;
	}
	.offer_div .desc .offer_title {
		font-size: 19px;
	}
	.offer_div .desc .offer_desc {
		font-size: 13px;
	}
	/*pos css from designer end*/
	.content_sub_2 iframe{
		min-height: 400px;
		min-width: 100%;
	}
	.mob_quickbook{
		display: none;
		padding: 20px 0;
		text-align: center;
		font-size: 22px;
	}
	.offer_data{
		display: none;
	}	
	.template_standard.page_layout_simple_html_page .offer_data{
		display: block;
	}
	.offer_data{		
		position: absolute;
		top: 350px;
		text-align: center;
		max-width: 248px;
		right: 23px;
	}
	.descdata{
		padding: 5px 30px;
	}
	.urldata a{
		display: block;
		line-height: 28px;
		height: 28px;		
	}
	.titledata{
		padding-top: 5px;
		font-size: 20px;
	}
	.titledata, .descdata{
		cursor: pointer;
	}
	.gallery_book{
		display: none;
	}
	.banner_container{
	    position: absolute;
    	top: 320px;
    	right: 40px;
    	display: none;
    }
    .standard_master .banner_container
    {
    	display: block;
    }
    .flynn_group.standard_master .banner_container,
	.flynn_dungarvan.standard_master .banner_container,
	.flynn_cork.standard_master .banner_container,
	.flynn_kilkenny.standard_master .banner_container,
	.flynn_ennis.standard_master .banner_container,
	.flynn_imperial0.standard_master .banner_container
	{
		display: none;
	}
    .banner_container a.banner
    {
    	display: block;
        position: relative;
        width: 250px;
    	height: 182px;
    }
    .banner_container a.banner .banner_text
    {
    	margin-left: 80px;
    	border: 0px dotted;    
    	margin-right: 15px;
    	text-align: center;
    }
    .banner_container a.banner .banner_text span
    {
    	display: block;
    	text-transform: uppercase;
    	margin: 0 auto;
    }
    span#banner_title{
    	font-size: 15px;
    	padding-top: 25px;
    	max-width: 80px;
    	min-height: 40px;
    }
    span#banner_desc{    	
    	font-size: 12px;
    	padding: 5px 0 0px 0;    
    	max-width: 120px; 
    	min-height: 60px;  	
    }
    span#banner_price{
      	font-size: 14px;
    }
    .mobile-show
    {
    	display: none;
    }
    /*floating slider css start*/
    .slider-wrapper{	
	    width: 280px;
	    position: fixed;
	    right: 5px;
	    top: 330px;	
	}
	.flynn_oldground .slider-wrapper{		    
	    top: 380px;	
	}
	.flynn_newpark .slider-wrapper{		    
	    top: 430px;	
	}
	.flynn_imperial .slider-wrapper{		    
	    top: 390px;	
	}
	.flynn_dungarvan .slider-wrapper{		    
	    top: 420px;	
	}
	ul.slider-rates
	{
		margin: 0;
	}
	ul.slider-rates li
	{
		background: #A37746;
		border-radius: 5px;
    	border: 5px solid #3F3F42;
    	height: 129px;
	}
	.text_section
	{
		margin-left: 113px;
		text-align: center;
		font-size: 13px;
		line-height: 16px;
		text-shadow: 1px 1px #000;
	}
	.bx-wrapper .bx-pager{
		display: none;
	}
	span.under_text{
		display: block;
		font-size: 12px;
	}
	span.under_text._title {
	    font-size: 15px;
	    padding: 3px 15px;
	    border-bottom: 2px solid #3F3F42;
	}
	span.under_text._desc {
    	padding: 2px 10px;
    	line-height: 12px;
    	word-wrap: break-word;
	}
	span.under_text._cta {
	    background: #3F4045;
	    display: table;
	    padding: 4px 10px;
	    margin: 0 auto;
	    font-size: 15px;
		box-shadow: 2px 2px 3px rgba(68,68,68,0.8);
	}
	span.under_text._cta.nocta{
		display: none;
	}
	span.under_text._price {
  	  	font-size: 14px;
  	  	padding-bottom: 3px;
	}
	/*floating slider css end*/
	.a2a_dd img{
		/* width: 15px; */
	}
}

@media screen and ( min-width: 990px ) and ( max-height: 600px ) {
	header {
		left: 0;
	}
}

@media screen and ( max-width: 990px ) {
	header {
		top: 94px;
	}

	nav.navtop {
		height: 84px;
	}

	#main {
		top: 84px;
	}

	.showhide {
		top: 109px;
	}
	.content_sub_2 iframe{
		min-height: 250px;
		min-width: auto;
		width: 100%;
	}
	.offer_data{
		position: relative;
		top: 0;
		right: 0;
		max-width: 250px;
	}
	.banner_container, .slider-wrapper {
		display:none!important;
	}
}

@media screen and ( max-width: 990px ) {
	
	.showhide , nav.navbottom li.signup img, #main > .ym-wrapper.content .content_top .close_btn, .quickbooklinks, span.dot,
	.rates .ym-wbox div .grad_img, .banner_container{
		display: none;
	}
	
	header {
		position: absolute;
		top: 5px;
		left: 5px;
	}
	

	.ym-wrapper {
		max-width: none;
	}
	.ym-wrapper.offer_data {
		max-width: 248px;
		margin-top: 8px;
	}	

	nav {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		height: auto;
		margin-top: 0px;
	}
	.standard_master nav{
		margin-top: 300px;
	}
	nav.navtop {
		height: auto;
	}	

	#main {
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
	}

	#main > .ym-wrapper.content , #main > .ym-wrapper.content.hide{
		position: relative;
		display: block;
		width: auto;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		margin: 0;
		padding: 2em;
		max-width: none;

		-webkit-transition: all 0 ease 0;
		-moz-transition: all 0 ease 0;
		-ms-transition: all 0 ease 0;
		-o-transition: all 0 ease 0;
		transition: all 0 ease 0;
	}	

	#main > .ym-wrapper.content .ym-wbox{
		height: auto !important;
	}
	.quickbook {
		border-radius: 0px;	
	}
	.quickbook .hotel{
		max-width: 420px;
		margin: 0 auto;
	}
	
	.rates, .rates:hover {
		position: relative;
		bottom: auto;
		left: auto;
		right:auto;
		height: auto;
		z-index: 11000;
		overflow: hidden;
		max-width: 520px;
		margin: 0 auto;
	}
	.rates .ym-wbox > div {
		margin: .5em;
	}

	.social_links {
		position: relative;
		bottom: auto;
		right: auto;
		height: auto;
		width: auto	;
		z-index: 300;
	}

	nav.navbottom {
		position: relative;
		display: block;
		top: auto;
		bottom: auto;
		margin: 0;
		overflow: visible;
		float: none;
	}
	nav.navbottom li{
		float: left;
	}

	footer {
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		overflow: visible;
		height: auto;
		clear: both;
	}
	footer .ym-wbox{
		line-height: 23px;
	}
	footer .address {
		display: block;
	}
	footer .address, footer .address > div{
		float: none;
		text-align: center;
	}

	#supersized {
		position: absolute;
		height: 300px;
		top: 0px;
		bottom: auto;
	}

	#supersized li {
		position: absolute;
		height: 300px;
	}

	#slidecaption {
		position: absolute;
		top: 200px;
		bottom: auto;
		right: 0;
		min-width: 200px;
	}
	nav.navbottom li{
		float: none;
		text-align: center;
	}	
	nav.navbottom li.signup{
		margin-left: 0px;
	}
	nav.navbottom a{
		line-height: 25px;
	}
	nav.navmobile-index {
		width: 90%;
		margin: 5px auto 20px auto;
		width: 100%;
		margin: 0;
		background: #fff;
		padding: 20px 0;
	}
	nav.navmobile-index ul {
		border-radius: 0em;
		overflow: hidden;
		width: 90%;
		margin: 0 auto;
	}
	nav.navmobile-index li {
		padding-left: 0;
		border-bottom-style: solid;
		border-bottom-width: 2px;
		border-bottom-color: #fff;
	}
	nav.navmobile-index li:last-child {
		border-bottom: 0;
	}
	nav.navmobile-index a {
		background-repeat: no-repeat;
		height: 80px;
		line-height: 80px;
		padding: 0;
		padding-left: 100px;
		font-size: 100%;
		text-transform: inherit;
	}	
}
@media screen and ( max-width: 480px ){
	.flynn_group header .property_logo, header .property_logo, .rates,
	footer .address > div.logo_image{
		display: none;
	}
	footer .address
	{
		padding: 0;
	}
	footer .address > div.logo_text
	{
		width: 24%;
	}
	.quickbook{
		display: none;
	}
	.mob_quickbook{
		display: block;
	}
	.ym-wrapper.offer_data {
		margin-bottom: 8px;
	}
	.banner_container {
		display:none!important;
	}
	.mobile-show, nav.navmobile-index li
    {
    	display: block;
    }
    nav.navmobile-index li
    {
    	background: #8D6430;
    }
    .mobile-show, nav.navmobile-index li.promote{
    	background: #3E3E3F;
    }
    footer{
    	padding-bottom: 32px;
    }
    .mobile-buttons {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 25000;
		background: #DBDAD5;
		margin: 0;
	}
	.mobile-buttons-table {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.mobile-buttons-table ul {
		display: table-row;
		width: 100%;
	}
	.mobile-buttons-table li {
		display: table-cell;
		padding: 0;
		line-height: 2.5em;
		border-right-style: solid;
		border-right-width: 1px;
		background: #3E3E3F;
		border-right-color: #8D6430;
	}
	.mobile-buttons-table li:last-child {
		border-right: 0;
	}
	.mobile-buttons-table a {
		display: block;
		padding: 0;
		min-height: 4em;
		line-height: 2em;
		text-align: center;
	}
	.mobile-buttons-table a i {
		vertical-align: -45%;
		color: #8D6430;
	}
}
