/*@import 'http://www.loughshorehotel.com/templates/design61_version3/css/reset.css';*/


body, html {
    padding: 0px;
    margin: 0px auto;
    font-size: 12px;
    font-family: 'Open Sans',Arial;
    line-height: 20px;
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100%;
    /*	min-width: 1024px; */
    color: #dcdcdc;
}




/* HOMEPAGE SLIDER */


#hp_slider {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    overflow: hidden;
    background-color: transparent;
    background-position: top center;
    background-repeat: no-repeat;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    background-attachment: fixed;
}

    #hp_slider .hp_slider-img {
        background-position: top center;
        background-repeat: no-repeat;
        background-color: transparent;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        position: absolute;
    }


.autoresize {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}



/* BACKGROUND SLIDER */


#bg_slider {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: transparent;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    #bg_slider .bg_slider-img {
        background-position: top center;
        background-repeat: no-repeat;
        background-color: transparent;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        position: fixed;
    }




/* PAGE HOLDERS */

#wrapper {
    width: 100%;
}

#home #top_panel_holder {
    width: 100%;
    height: 45px;
    background: #000000;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#top_panel_holder {
    width: 100%;
    height: 45px;
    background: #000000;
    position: relative;
    margin: auto;
    z-index: 999;
}


#top_panel {
    width: 990px;
    height: 256px;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: transparent;
    top: 0px;
    z-index: 11;
    text-align: center;
    margin: 0px auto;
}

#logo {
    position: relative;
    text-align: center;
    font-size: 28px;
    padding: 10px 40px;
    float: left;
}

#logo {
    padding-left: 40 px;
    padding-top: 10px;
    float: left;
}




/* MENU */

#home #menu_left {
    width: auto;
    height: 43px;
    float: left;
    text-align: right;
    text-transform: uppercase;
    padding-left: 25px;
}

#menu_left {
    width: auto;
    height: 43px;
    float: left;
    text-align: right;
    text-transform: uppercase;
    padding-left: 0px;
    /*padding-left: 25px;*/
}


.menu {
    position: relative;
}

    .menu ul li a {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 43px;
    }

    .menu a {
        color: #fff;
        white-space: nowrap;
    }

    .menu ul {
        list-style-type: none;
    }

    .menu li {
        float: left;
        position: relative;
        text-align: center;
    }

    .menu ul li ul {
        display: none;
        position: absolute;
        top: 43px;
        left: 0px;
        z-index: 12;
        background-image: url('http://www.loughshorehotel.com/templates/design61_version2/images/submenu_bg.png');
        background-repeat: no-repeat;
        background-position: bottom left;
        padding: 0px;
    }

    .menu ul li li {
        text-align: left;
        line-height: 30px;
        font-size: 14px;
        padding: 0px;
        margin: 0px;
        background-image: url('http://www.loughshorehotel.com/templates/design61_version2/images/submenu_sep.png');
        background-repeat: no-repeat;
        background-position: bottom center;
        float: none;
    }

    .menu ul ul li:last-child {
        background-image: none;
    }

    .menu ul ul li a {
        line-height: 32px;
    }

    .menu li:hover > ul {
        display: block;
        /*	border: 1px solid #373737;	*/
    }

    /* 3RD LEVEL */
    .menu ul ul ul {
        display: none;
    }

    .menu ul ul li:hover ul {
        display: block;
        position: absolute;
        top: 0px;
        left: 100%;
    }



/* BASIC STYLINGS */


.colorizer, thead {
    color: #ebc992;
}

.vspace {
    clear: left;
    width: 100%;
    height: 40px;
}

.hidden {
    display: none;
}

a {
    color: #dcdcdc;
}

    a:hover, .menu .current {
        color: #999;
    }



h1, h2 {
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    color: #b5b5b5;
    margin-bottom: 30px;
    text-transform: uppercase;
}

h3 {
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #b5b5b5;
}

h4 {
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    color: #b5b5b5;
}

h5 {
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: #b5b5b5;
}

h6 {
    font-size: 11px;
    text-align: left;
    color: #b5b5b5;
}


.justify {
    text-align: justify;
}

#hidden {
    display: none;
}

.image {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
    background-color: #000;
    padding: 1px;
    border: 2px solid #333;
}


blockquote {
    width: 90%;
    float: left;
    padding: 0px;
    margin: 0px;
    padding: 0px;
    padding-left: 40px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    background-image: url('http://www.loughshorehotel.com/templates/design61_version2/images/quote.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

#page-content blockquote p {
    margin: 0px;
    margin-bottom: 15px;
}

blockquote.align_right, blockquote.align_left {
    width: 190px;
}

#page-content .alignright, .align_right {
    float: right;
}

#page-content .alignleft, .align_left {
    float: left;
}

.dropcap {
    font-size: 38px;
    font-weight: bold;
    float: left;
    margin-top: 10px;
    margin-right: 6px;
}

code {
    line-height: 20px;
    width: 570px;
    border: 1px solid #ccc;
    float: left;
    background-image: url('http://www.loughshorehotel.com/templates/design61_version2/images/code_bg.gif');
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
    margin-top: 15px;
}

pre {
    line-height: 20px;
    width: 606px;
    border: 1px solid #ccc;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-right: 40px;
    margin-top: 20px;
}


/* TABLE */

/* CONTENT PANEL */

#content_panel {
    width: 100%;
    min-height: 180px;
    position: relative;
    bottom: -500px;
    left: 0px;
    z-index: 13;
    text-align: center;
    padding-top: 20px;
}

#content {
    width: 980px;
    margin: 0px auto;
    text-align: left;
}



/* PAGE PANEL */

#home #page {
    /*background: none repeat scroll 0 0 #000000;*/
    width: 100%;
    margin: 0px auto;
    position: fixed;
    z-index: 1;
    bottom: 0px;
    /*	background-image: url("http://www.loughshorehotel.com/templates/design61_version3/images/TRANS.png"); */
    background-repeat: repeat;
}

#inside #page, #bookonline #page {
    width: 1200px;
    margin: 0px auto;
    position: absolute;
    z-index: 10;
    top: 200px;
    left: 50%;
    margin-left: -600px;
}

#page-top {
    width: 1200px;
    height: 99px;
    background-repeat: no-repeat;
    background-position: top center;
    float: left;
    clear: left;
    position: relative;
    z-index: 10;
}


#page-middle {
    width: 1200px;
    /*	background-image: url('http://www.loughshorehotel.com/templates/design61_version2/images/page-bg.png');*/
    background-repeat: repeat-y;
    background-position: top center;
    float: left;
    clear: left;
    position: relative;
    z-index: 10;
}

#page-content {
    width: 900px;
    /*	background-image: url('http://www.loughshorehotel.com/templates/design61_version2/images/page-middle.jpg');*/
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0px auto;
    position: relative;
    text-align: left;
}

#bookonline #page-content {
    padding-top: 30px;
}

#page-bottom {
    width: 1200px;
    height: 92px;
    /*	background-image: url('http://www.loughshorehotel.com/templates/design61_version2/images/page-bottom.png');*/
    background-repeat: no-repeat;
    background-position: top center;
    float: left;
    clear: left;
    position: relative;
    z-index: 10;
}

#inside #left {
    float: left;
    width: 65%;
    /*	min-height: 700px; */
    margin-top: 40px;
    margin-left: 10px;
}



#inside #sidebar {
    float: left;
    width: 30%;
    margin-left: 20px;
    /*	width: 257px; 
	min-height: 700px;*/
    /*	margin-left: 40px;
	padding-left: 40px; 
	background-image: url('http://www.loughshorehotel.com/templates/design61_version2/images/sidebar_separator.png');*/
    background-repeat: no-repeat;
    background-position: top left;
    margin-top: 40px;
}

.clear {
    clear: both;
}



/* FOOTER */

#home #footer {
    background-color: #000000;
    clear: left;
    float: left;
    height: 40px;
    margin-top: 10px;
    width: 100%;
}

.footer_column {
    float: left;
    width: 195px;
    margin-right: 40px;
}



/* COLUMNS */


#page-content #left .col-one_half {
    float: left;
    width: 261px;
    margin-right: 40px;
}

#page-content #left .col-one_half_last {
    float: left;
    width: 261px;
    margin-right: 0px;
}

#page-content .col-one_half {
    float: left;
    width: 430px;
    margin-right: 40px;
}

#page-content .col-one_half_last {
    float: left;
    width: 430px;
    margin-right: 0px;
}

#content .col-one_half {
    float: left;
    width: 450px;
    margin-right: 40px;
}

#content .col-one_half_last {
    float: left;
    width: 450px;
    margin-right: 0px;
}



#page-content #left .col-one_third {
    float: left;
    width: 160px;
    margin-right: 40px;
}

#page-content #left .col-one_third_last {
    float: left;
    width: 160px;
    margin-right: 0px;
}

#page-content .col-one_third {
    float: left;
    width: 273px;
    margin-right: 40px;
}

#page-content .col-one_third_last {
    float: left;
    width: 273px;
    margin-right: 0px;
}

#content .col-one_third {
    float: left;
    width: 300px;
    margin-right: 40px;
}

#content .col-one_third_last {
    float: left;
    width: 300px;
    margin-right: 0px;
}



.last, #left .last {
    margin-right: 0px;
}



/* IMAGE PRELOADER */

.preloader {
    background: url('http://www.loughshorehotel.com/templates/design61_version2/images/preloader.gif') center center no-repeat #000;
    display: inline-block;
}



/* TABS */

#tabs {
    float: left;
    clear: left;
    width: 98%;
}

.ui-tabs {
    position: relative;
}
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    .ui-tabs .ui-tabs-nav {
        margin: 0;
        width: 100%;
        float: left;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        margin-bottom: 15px;
    }

.widget-area .ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    margin: 0px;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap;
    width: 33%;
    text-align: center;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    margin: 0px;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap;
}

    .ui-tabs .ui-tabs-nav li a {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 35px;
        text-decoration: none;
        font-size: 11px;
        text-align: center;
    }

    .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
        margin: 0px;
        padding: 0px;
        border-top: 3px solid #666;
    }

        .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
            cursor: text;
            line-height: 30px;
        }

    .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
        cursor: pointer;
    }
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 0px;
    background: none;
}

.ui-tabs .ui-tabs-hide {
    display: none !important;
}

.ui-tabs .ui-widget-content {
    float: left;
}


/******************ADDED RULES******************/

.translationWebsite {
    padding-top: 12px;
    float: right;
    padding-right: 15px;
    position: absolute;
    right: 0px;
}

.translationWebsite {
    padding-top: 12px;
    float: right;
}

#content td {
    padding: 5px;
}


.accommodationSearch {
    background-repeat: repeat;
    width: 392px;
}



#sidebar h2 {
    margin-bottom: 10px;
}



.bg_slider-img, #bg_slider img {
    background-size: cover;
    background-attachment: fixed;
}



#home .post {
    clear: none;
    padding-bottom: 5px !important;
    padding-right: 10px;
    float: left;
}

.navMenu {
    margin: 0;
    border: 0;
    outline: 0;
    /*	font-size: 100%; */
    font-size: 14px;
    vertical-align: baseline;
    background: transparent;
}

a img {
    border: 0;
}

.menu a, #sidebar a, #footer a {
    text-decoration: none !important;
}

.photo a, .gallery a {
    text-decoration: none !important;
}



/*** ESSENTIAL STYLES ***/
.navMenu, .navMenu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navMenu {
    line-height: 2.0;
}

    .navMenu ul {
        position: absolute;
        top: 43px;
        width: 11em; /* left offset of submenus need to match (see below) */
    }

        .navMenu ul li {
            width: 100%;
        }

    .navMenu li:hover {
        visibility: inherit; /* fixes IE7 'sticky bug' */
    }

    .navMenu li {
        float: left;
        position: relative;
    }

    .navMenu a {
        display: block;
        position: relative;
    }


    .navMenu li:hover ul,
    .navMenu li ul {
        left: 0;
        top: 43px; /* match top ul list item height */
        z-index: 99;
    }

ul.navMenu li:hover li ul,
ul.navMenu li.sfHover li ul {
    top: -999em;
}

ul.navMenu li li:hover ul,
ul.navMenu li li.sfHover ul {
    left: 12.09em; /* match ul width */
    top: -0.1em;
}

ul.navMenu li li:hover li ul,
ul.navMenu li li.sfHover li ul {
    top: -999em;
}

ul.navMenu li li li:hover ul,
ul.navMenu li li li.sfHover ul {
    left: 11em; /* match ul width */
    top: 0;
}

/*** DEMO SKIN ***/
.navMenu {
    float: left;
    margin-bottom: 1em;
}


    .navMenu a, .navMenu a:visited { /* visited pseudo selector so IE6 applies text colour*/
    }


li.package .bookNowButton {
    background-color: #0F0F0F !important;
    background-image: url("http://www.loughshorehotel.com/templates/design61_version3/images/button-gradient.png");
    background-position: center top;
    background-repeat: no-repeat !important;
    border-bottom: 1px solid #2F2F2F !important;
    border-left: 1px solid #2F2F2F !important;
    border-radius: 3px 3px 3px 3px !important;
    border-right: 1px solid #2F2F2F !important;
    border-top: 0px solid #2F2F2F !important;
    ;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
    text-align: center;
    width: 70px;
}


.photo, .gallery {
    width: 200px;
}

#content img {
    background-color: #EFEFEF;
    border: 1px solid #DDDDDD;
    margin: 10px;
    padding: 5px;
}

.background {
    background-color: #000000;
    background-image: url("http://www.loughshorehotel.com/templates/design61_version2/images/content_panel-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 180px;
    padding-top: 40px;
}

#bookonline #bg_slider {
    background-size: cover !important;
    position: fixed;
}

.contactDetails-box {
    background-image: none;
    width: 100% !important;
    position: absolute;
    top: 44px;
    color: #fff;
    font-weight: bold;
    height: auto;
}

.contactDetails {
    background-image: none;
    background-repeat: repeat;
    font-weight: bold;
    color: #DCDCDC;
    width: 440px;
    margin: auto;
    padding-left: 40px;
    padding-right: 20px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    font-size: 14px;
}


.contactDetails-box .topRow {
    display: table;
    background-repeat: repeat;
    width: 100%;
}

.header-background {
    background-color: rgba(0, 0, 0, 0.50);
}

.contactDetails-box .bottomRow {
    width: 100%;
}

.bookonline-boxV2 {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    height: auto;
    width: 70%;
}

.main-navigation {
    max-width: 1200px !important;
    display: none;
}

.semi-transparent .booking-row {
    background: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}


/* TAKEN FROM CUSTOM CSS */


.menu ul li ul {
    width: auto;
}

#slideout1 {
    top: 0px;
}

#slideout2 {
    top: 50px;
}

#slideout3 {
    top: 100px;
}

#slideout4 {
    top: 150px;
}

#slideout5 {
    top: 200px;
}

#slideout6 {
    top: 250px;
}

#slideout7 {
    top: 300px;
}

#slideout1, #slideout2, #slideout3, #slideout4, #slideout5, #slideout6, #slideout7 {
    background: #000;
    position: absolute;
    width: 300px;
    height: 40px;
    left: -280px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    z-index: 2;
}

#slideout7 {
    background: #6C70D3;
}

.clickme {
    cursor: pointer;
    float: right;
    height: 50px;
    width: 45px;
    padding-top: 3px;
}

.slidecontent {
    float: left;
}

li.package .packageImage {
    display: block;
    visibility: visible;
}

.packageTypes h2 {
    padding-top: 0px;
    padding-left: 40px;
}

@media only screen and (max-width: 1368px) {
    #copyright .badgeBox {
        left: 20%;
    }
}

#page-content {
    padding-top: 0px;
}

.checkinDay, .checkoutDay {
    margin-top: 3px;
}

#checkoutWrapper th {
    color: #ccc !important;
}

.horizontal .searchButtonCell {
    margin-bottom: 2px !important;
}



.middleContent div[style] {
    width: auto !important;
}



.horizontal .searchCell input[type=text] {
    width: 95px !important;
}

.horizontal .searchCell .country, .horizontal .searchCell .city, .horizontal .searchCell .county, .horizontal .searchCell .hotel, .horizontal .searchCell .town {
    width: 100px !important;
}

.upcoming-events-box img, .latest-news-box img {
    display: none;
}

@media (max-width:1320px) {
    #menu_left ul {
        float: left !important;
    }
}

@media (max-width:1140px) {
    #inside .pack1 {
        display: none;
    }
}

@media (max-width:1195px) {
    /*#logo
    {
        display:table;
        margin:auto;  
        float: none !important;
    }
    
    #page-top
    {
        margin-top:40px;
    }
        
    .bookonline-boxV2
    {
      float: left;
        position: relative;
        z-index: 1;
       padding:0px;
       height:auto;
      width:100% !important;
      left:0px;
     top:0px !important;
    }
    
    .translationWebsite
    {
       top:40px;
    }*/
    /*  
    .semi-transparent .booking-row 
    {
     background: none;
     background-image: url("http://www.loughshorehotel.com/templates/design61_version3/images/TRANS.png");
    }

    .contactDetails 
    {
        top:0px !important;
        margin:auto;
    }
 */
    /*.pack1 
    {
        top: 190px !important;
    }*/
}

@media (max-width:1050px) {

    .pack1 {
        top: 230px !important;
    }

    #logo {
        display: table;
        margin: auto;
        float: none !important;
    }

    #page-top {
        margin-top: 40px;
    }

    .bookonline-boxV2 {
        float: left;
        position: relative;
        z-index: 1;
        padding: 0px;
        height: auto;
        width: 100% !important;
        left: 0px;
        top: 0px !important;
    }

    .translationWebsite {
        top: 40px;
    }


    .main-navigation {
        display: block !important;
    }

    .menu {
        display: none !important;
    }
}

@media (max-width:850px) {
    #inside #left {
        width: 90%;
        margin-top: 40px;
        margin-left: 25px;
    }



    #inside #sidebar {
        width: 90%;
        margin-top: 40px;
        margin-left: 25px;
    }
}

@media (max-width:991px) {
    .pack1 {
        top: 280px !important;
    }

    .pageFooter {
        position: absolute !important;
        bottom: 0px !important;
        right: 0px !important;
    }

    /*/  .specialoffers-box
    {
        display:none;
    }
        */
    .popup-box {
        display: none;
    }
}

@media (min-width:768px) {
    .toggle-search {
        display: none !important;
    }
}

@media (max-width:767px) {
    .pack1 {
        top: 360px !important;
        display: none !important;
    }

    .menu, .toggle-search, .default-search {
        display: none;
    }

    .innerpage .default-search {
        display: none !important;
    }

    #page-top {
        margin-top: 0px;
        height: 0px;
    }

    .latest-news-box, .upcoming-events-box, .pageFooter {
        display: none !important;
    }

    #toggle-search-button {
        display: block !important;
    }
}

@media (max-width:610px) {
    .contactDetails {
        width: auto;
    }
}

@media (max-width:510px) {
    .translationWebsite {
        display: none;
    }

    .contactDetails {
        display: none;
    }

    #footer #accubookSite {
        float: left !important;
    }

    .badgeBox {
        display: none;
    }
}

@media (max-width:420px) {
    #logo {
        padding-left: 0px;
        padding-right: 0px;
    }

        #logo img {
            max-width: 370px;
        }
}

@media (max-width:375px) {
    #logo img {
        max-width: 350px;
    }
}

@media (max-width:320px) {
    #logo img {
        max-width: 300px;
    }
}
/*   #inside .bookonline-box, #bookonline .bookonline-box
    {
    float: right;
    position: relative;
    padding:5px;
    right:110px;
    }
    
     #inside .bookonline-box {bottom: 390px;} 
     #bookonline .bookonline-box{bottom: 150px;}*/

.bottomContent li.package {
    background: #690000;
    float: left;
    width: 220px;
    margin-left: 25px;
    padding: 8px;
    height: 110px;
    position: relative;
}

.bottomContent .package a {
    font-weight: bold;
    text-decoration: none !important;
    color: #fff !important;
}

.bottomContent .viewAllPackages {
    display: none;
}

.bottomContent .specialoffers-box {
    /*float:left;
    padding-left:20px;
    width:1800px;*/
    margin-top: 20px;
}

#home .upcoming-events-box {
    float: left;
}

.contentDetails h2 {
    margin-bottom: 0px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.bottomContent .event {
    border-bottom: none;
    width: 220px;
}



#home #copyright {
    padding-top: 5px;
}

.content-box {
    top: 120px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 150%;
    margin: 0 auto;
    padding: 7px 7px 7px 10px;
    position: absolute;
    left: 20px;
    text-align: left;
    width: 400px;
    z-index: 2;
}



    .content-box h3 {
        color: #fff;
        padding-left: 10px;
    }

.contentDetails {
    padding: 15px;
    background: url("http://www.loughshorehotel.com/templates/design61_version3/images/TRANS2.png") repeat scroll 0 0;
    margin-top: 0px;
    width: 500px;
    padding-top: 0px;
    float: left;
}



#home .mainContentArea {
    float: left;
    overflow-y: scroll;
    background-color: #690000;
    height: 250px;
    padding-left: 15px;
    display: none;
}


.contentDetails h2 {
    margin-bottom: 10px;
}

#home .latest-news-box h2, .upcoming-events-box h2, #sidebar h2 {
    color: #fff;
    margin-bottom: 3px;
    text-align: center;
    background-color: #690000;
    padding-bottom: 8px;
    padding-top: 8px;
}

#home .latest-news-box, #home .upcoming-events-box {
    float: right;
    width: 100%;
    padding-bottom: 5px;
    height: 25px;
    overflow: hidden;
}

#home .latest-news-box {
    padding-left: 20px;
    padding-bottom: 0px;
}

ul.events {
    padding-left: 20px;
}

li.package span {
    color: yellow;
}



#copyright .badgeBox {
    bottom: 0;
    float: left;
    height: 25px;
    left: 20%;
    position: relative;
}

.upcoming-events-box, .latest-news-box {
    display: block;
}

li.package .packageImage {
    margin-right: 7px;
}

#checkoutWrapper {
    margin: auto;
}

.horizontal .accommodationSearch {
    position: relative;
    width: auto;
}

.pageFooter {
    float: right;
    width: auto;
    padding-right: 15px;
}

.bookonline-boxV2 h2 {
    padding-left: 5px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.BottomPage {
    font-size: 11px !important;
}

#home .event .eventTitle {
    float: right;
    width: auto;
}

#home .dateSeperator {
    display: none !important;
}

#home .upcoming-events-box h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 20px;
}

.latest-news-box h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 20px;
}

#home .upcoming-events-box, #home .latest-news-box {
    background: #000;
}

#home .event {
    float: left;
    clear: none;
    margin-top: 0px !important;
    border-bottom: none !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    border-left: solid 1px #999;
    padding-left: 5px;
    padding-right: 10px;
}

#home .events {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    width: auto;
    left: 150px;
}

#home .latest-news-box .post {
    display: block;
    border-left: solid 1px #999;
    padding-left: 5px;
}

#home .upcoming-events-box h4 {
    padding-left: 20px;
}

.logo {
    float: left;
}

#home .event .fromDate {
    padding-top: 0px !important;
}


#home .postTitle {
    width: 200px;
}

.topContent { /*width :980px;*/
    margin: auto;
}

.middleContent { /*width:980px;*/
    margin: auto;
}

#home .publishDate {
    float: left;
    margin-left: 0px;
}

#home .dateInfo {
    float: left;
}

#home li.event > div {
    float: left !important;
}

#home .upcoming-events-box h4, #home .latest-news-box h4 {
    float: left;
    height: 0;
    width: auto;
}

#home .latest-news-box > div {
    position: relative !important;
    left: 100px;
}

.packageTypes {
    left: 50px;
    position: fixed;
}

.pack1 {
    top: 130px;
}

.pack2 {
    top: 190px;
}

.pack3 {
    top: 250px;
}

.pack4 {
    top: 310px;
}

.packageTypes h2 {
    font-weight: bold;
}

a.img_hover span {
    background-color: #2299CC;
    background-image: url("http://www.loughshorehotel.com/templates/design61_version3/images/enlarge.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
}


#bookonline #left {
    float: none;
    margin: auto;
    max-width: 600px;
}

.copy {
    float: left;
    left: 20px;
    position: relative;
}

.accommodationSearch {
    padding-bottom: 5px;
}

#home li.package .bookNowButton {
    bottom: 3px;
    position: absolute;
    right: 0;
}




.horizontal .searchCell input[type="text"] {
    width: 95px !important;
}


.horizontal .searchButtonCell {
    left: -50px;
    position: relative;
    top: 20px;
}


.horizontal .accommodationSearch {
    padding-left: 40px;
}

.searchRow .promoRow {
    width: 120px !important;
}

/* accomodation search v2 */

#ui-datepicker-div {
    z-index: 20 !important;
}

.datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
    padding: 0 !important;
    font-size: 13px !important;
}

.datepicker.dropdown-menu thead {
    color: Black;
}

.datepicker.dropdown-menu {
    min-width: 200px !important;
}

/*#menu_left
{
	width:100% !important;
	padding-left:0px !important;
}*/

.menu ul .firstcurrent a {
    padding-left: 0px;
}

.menu ul .last a {
    padding-right: 0px;
}

#menu_left ul {
    margin: auto;
    max-width: 1030px;
    float: none;
}

    #menu_left ul a {
        padding-left: 10px;
    }

    #menu_left ul li ul {
        width: auto !important;
    }

div[id^='page-'], #page {
    width: 100% !important;
    float: none !important;
}

#page {
    left: 0px !important;
    margin-left: 0px !important;
}

#page-content {
    /*  min-width: 500px;*/
    max-width: 900px;
}

/* search toggle */

#toggle-search-button {
    position: absolute;
    right: 0px;
    top: 13px;
    z-index: 20001;
    display: none;
}

    #toggle-search-button em {
        font-size: 20px;
        color: #fff;
        font-style: normal;
        /*  margin:13px 20px 12px 30px;*/
        width: 70px;
        height: 45px;
        text-align: center;
        vertical-align: middle;
    }

.topbar-search {
    display: none;
    position: fixed;
    background-color: black;
    top: 45px !important;
}

#footer #copyright {
    float: left;
    width: 100%;
}

#footer #accubookSite {
    float: right;
}

.touchcarousel-images li {
    display: inline;
}

.bottomContent {
    background-color: none;
}

    .bottomContent li.touchcarouselcontent {
        height: auto;
        width: auto;
        padding: 0px;
        margin-right: 25px;
    }

.toggle-topbar {
    width: 65px;
}

.innerpage #logo {
    float: none;
    display: inherit;
    margin: auto;
}

.innerpage .bookonline-boxV2 {
    display: block;
    width: 900px;
    margin: auto;
}

#inside .pack1, #bookonline .pack1 {
    top: 260px;
}

#inside .translationWebsite, #bookonline .translationWebsite {
    float: left;
    display: block;
    position: relative;
}

#inside #menu_left, #bookonline #menu_left {
    width: 910px;
    margin: auto;
    display: inline;
    float: none;
}

.menu a:hover {
    color: #999;
}

.productList li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#checkoutWrapper select, #checkoutWrapper textarea, #checkoutWrapper input,
#page-content select, #page-content textarea, #page-content input {
    color: black;
}

#home .post {
    background: none;
}

.booking-row .acc-icon-calendar:after {
    top: -4px !important;
    right: 30px !important;
}

a {
    outline: 0 !important;
}

.specialoffers-box .package .packageName {
    margin-right: 0px;
}

/* MobileQuicklinks design72 specific tweaks */

#MobileQuickLinkWrapper #quickCalendar .dateSearchWrapper .datepickerWrapper.selectCheckout .datepickerContainer 
{
    transform: translateY(-264px);
    -webkit-transform: translateY(-264px);
}

/* menu not fixed on mobile on bookonline page */

#bookonline .main-navigation
{
    position:inherit !important;
}

#checkoutWrapper select.expdateyear, #checkoutWrapper select.expdatemonth {
    display: inline-block;
    width:auto;
}