﻿@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?p1jaj6');
    src:    url('fonts/icomoon.eot?p1jaj6#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?p1jaj6') format('truetype'),
        url('fonts/icomoon.woff?p1jaj6') format('woff'),
        url('fonts/icomoon.svg?p1jaj6#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'live';
    src:    url('fonts/live.eot?cg89jb');
    src:    url('fonts/live.eot?cg89jb#iefix') format('embedded-opentype'),
        url('fonts/live.ttf?cg89jb') format('truetype'),
        url('fonts/live.woff?cg89jb') format('woff'),
        url('fonts/live.svg?cg89jb#live') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"], #hArrivals:after, #hWeather:after, span.navArrow
 {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
    content: "\e900";
}
.icon-wave:before {
    content: "\e901";
}
.icon-email5:before {
    content: "\e801";
}
.icon-tw:before {
    content: "\e609";
}
.icon-fb:before {
    content: "\e60a";
}
.icon-mag-search:before {
    content: "\e605";
}
.icon-boat:before {
    content: "\e600";
}
.icon-lions:before {
    content: "\e902";
}
.icon-weather:before {
    content: "\e903";
}
.icon-cross:before {
    content: "\e905";
}
.icon-menu:before {
    content: "\e904";
}
.icon-icon-arrow-down-b:before {
    content: "\e906";
}
.icon-icon-arrow-up-b:before {
    content: "\e907";
}
.icon-feed:before, .liveicon:before {
    content: "\e91d";
    font-family: 'live' !important;
}

body
{
    font-family:'Helvetica', Arial, sans-serif;
    font-size:12px;
    background:#fff;   
    padding-top:104px;
}

h2
{
    font-size:3.6em;
    color:#222;
    margin-bottom:75px;
}

h3
{
    font-size:2em;
    color:#222;
    margin-bottom:25px;
}


header
{
    padding: 22px 25px;
    height: 104px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #efefef;
    z-index: 5;
    box-sizing: border-box;
    width: 100%;
    transition:background-color 0.5s ease;
}

    header.open
    {
        background:#182B40;
    }

header #logo
{
    max-width:296px;
    max-height:60px;
}

nav#MainMenu {
    position: fixed;
    top: 102px;
    left: 0;
    z-index: 10;
    background: #182B40;
    text-align: center;
    width: 100%;
    height: calc(100% - 102px);
    padding:30px 0;
    display:none;
    overflow-y:auto;   
    box-sizing:border-box; 
}

    nav#MainMenu.open
    {

    }
    .navArrow
    {
        display:none;
    }
    nav#MainMenu > ul > li > a, nav#MainMenu > ul > li > span
    {
        color: #fff;
        font-size: 2.8em;
        text-decoration: none;
        font-weight: bold;
        margin: 20px 0;
        display: inline-block;
    }
        nav#MainMenu > ul > li > ul > li 
        {
            display:inline-block;
            vertical-align:top;
            padding:15px;
            margin-bottom:15px;
        }
        nav#MainMenu > ul > li.last > ul > li.last
        {
            margin-bottom:0;
        }
        nav#MainMenu > ul > li > ul > li > a, nav#MainMenu > ul > li > ul > li > span {
            color:#9AAABD;
            font-size:1.6em;
            font-weight:bold;
            text-decoration:none;
        }
            nav#MainMenu > ul > li > ul > li > a:hover
            {
                color:#fff;
            }

        nav input[name=q]
        {
            background:#111B27;
            color:#fff;
            padding:12px 20px;
            box-sizing:border-box;
            min-width:309px;
            font-size:1.6em;
            border:0px;
            margin:40px 0;
        }
            nav input[name=q]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
                color: #fff;
            }
            nav input[name=q]::-moz-placeholder { /* Firefox 19+ */
                color: #fff;
            }
            nav input[name=q]:-ms-input-placeholder { /* IE 10+ */
                color: #fff;
            }
            nav input[name=q]:-moz-placeholder { /* Firefox 18- */
                color: #fff;
            }

        nav#MainMenu .socialMedia
        {            
            margin:20px auto;
            display: block;
            float: none;
        }

div.headerBox, a.headerBox {
    font-size: 1.2em;
    float: right;
    padding: 10px;
    margin-left: 20px;
    padding: 14px 13px;
    color: #fff;
    border-radius: 3px;
    width: 125px;
    font-weight: bold;
    text-transform: uppercase;
    position:relative;    
    transition:all 0.2s;
    text-decoration:none;
    height:28px;
}
    #hArrivals
    {
        background:#469FAD;
        border:2px solid #469FAD;
        cursor:pointer;
    }
        #hArrivals:hover
        {
            color:#469FAD;
            background:#fff;
        }
        #hArrivals:after, #hWeather:after
        {
            content: "\e600";
            position: absolute;
            top: 12px;
            right: 7px;
            font-size: 2.1em;   
        }
    #hWeather
    {
        background:#88ABC2;
        border:2px solid #88ABC2;
        cursor:pointer;
    }
        #hWeather:hover
        {
            color:#88ABC2;
            background:#fff;
        }
        #hWeather:after
        {
            content: "\e903";
            top:14px;
        }
    
    #hMenu
    {
        background:#2761AB;
        position:relative;
        padding-left:45px;
        width:93px;   
        border: 2px solid #2761AB;     
        transition:all 0.2s;
        cursor:pointer;
    }
        #hMenu:hover
        {
            color:#2761AB;
            background:#fff;
        }
        #hMenu span.burger
        {            
            line-height:2em;
            user-select:none;
        }
            #hMenu span.burger:before
            {
                content:'≡';
                font-size: 2.8em;
                line-height:1em;
                margin-right: 10px;
                position: absolute;
                top: 8px;
                left: 12px;
                cursor:pointer;
                user-select:none;
                font-family:Arial;
                text-align:center;
            }
                #hMenu span.burger.open:before
                {
                    content:'×';
                }
                #hMenu span.burger:hover:before
                {
                    /*text-shadow:0 0 5px #fff;*/
                }


        #hMenu a.icon-mag-search
        {
            font-size: 1.6em;
            margin-left: 20px;
            padding-left: 10px;
            border-left: 1px solid #4679B7;
            position: absolute;
            top: 16px;
            right: 11px;
        }
            #hMenu a.icon-mag-search:hover {
                /*text-shadow: 0px 0 5px #fff;*/
            }
        a#aLogin
        {
            color: #fff;
            text-decoration: none;
            display: inline-block;
            padding: 7px 0;
        }
        #HeaderSocialMedia
        {
            float:right;
            margin-top:7px;
        }
#slideshow
{
    z-index:2;
    position:relative;
}
#slideshow img
{
    width:100%;
}

.socialMedia
    {
        width:210px;
        float:right;
        text-align:center;
    }
        .socialMedia a, #HeaderSocialMedia a {
            font-size: 3.8em;
            margin: 0 7px;
            position:relative;
            transition:all 0.2s;
            text-decoration:none;
        }
            .socialMedia a:before, #HeaderSocialMedia a:before
            {
                z-index:1;
                position:relative;
            }
            .socialMedia a:after, #HeaderSocialMedia a:after
            {
                content:'';
                position:absolute;
                background:#fff;
                width:38px;
                height:38px;
                left:50%;
                margin-left:-19px;
                top:50%;
                margin-top:-19px;
                border-radius:30px;
                z-index:0;
            }
            .socialMedia a.icon-fb, #HeaderSocialMedia a.icon-fb
            {
                color:#405C9E;
            }
                .socialMedia a.icon-fb:hover, #HeaderSocialMedia a.icon-fb:hover
                {
                    color:#fff;            
                    text-shadow:0 0 5px #405C9E;         
                }
                    .socialMedia a.icon-fb:hover:after, #HeaderSocialMedia a.icon-fb:hover:after
                    {
                        background:#405C9E;
                    }
            .socialMedia a.icon-tw, #HeaderSocialMedia a.icon-tw
            {
                color:#58BBEB;
            }
                .socialMedia a.icon-tw:hover, #HeaderSocialMedia a.icon-tw:hover
                {
                    color:#fff;      
                    text-shadow:0 0 5px #58BBEB;           
                }
                    .socialMedia a.icon-tw:hover:after, #HeaderSocialMedia a.icon-tw:hover:after
                    {
                        background:#58BBEB;
                    }
            .socialMedia a.icon-instagram, #HeaderSocialMedia a.icon-instagram
            {
                color:#977154;
            }
                .socialMedia a.icon-instagram:hover, #HeaderSocialMedia a.icon-instagram:hover
                {
                    color:#fff;          
                    text-shadow:0 0 5px #977154;             
                }
                    .socialMedia a.icon-instagram:hover:after,#HeaderSocialMedia a.icon-instagram:hover:after
                    {
                        background:#977154;
                    }

#Search, #Social
{
    background:#E5E8ED;
    padding:60px 0;
}
    #Search h3
    {
        text-align:center;
    }
    #Search input
    {
        margin: 0 auto;
        width: 100%;
        max-width: 325px;
        display: block;
        border: 1px solid #fff;
        border-radius: 3px;
        padding: 10px 25px;
        font-size: 1.4em;   
        color: #8191A6;     
    }    
        #Search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
          color: #8191A6;
        }
        #Search input::-moz-placeholder { /* Firefox 19+ */
          color: #8191A6;
        }
        #Search input:-ms-input-placeholder { /* IE 10+ */
          color: #8191A6;
        }
        #Search input:-moz-placeholder { /* Firefox 18- */
          color: #8191A6;
        }

a.Button
{
    width:210px;
    margin:0 auto;
    display:block;
    text-align:center;
    text-transform:uppercase;
    margin-top:75px;
    padding: 17px 19px;
    color:#777;
    border: 2px solid #A5A6A7;
    border-radius:10px;
    text-decoration:none;
    font-weight:bold;
    font-size:1.3em;
    transition:all 0.3s ease;
}
    a.Button:hover
    {
        background:#88ABC2;
        color:#fff;
        border:2px solid #88ABC2;
    }
    
.inner
{
    width:100%;
    max-width:950px;
    margin:0 auto;
}
    .newsLetter
    {
        width:360px;
        float:left;
        text-align:center;
    }
        .newsLetter input
        {
            padding: 11px 20px;
            border: 0px;
            box-sizing:border-box;
            border-radius: 3px;
            font-size: 1.4em;
            /* background-color: white; */
            width: 100%;      
            display:inline-block;
            vertical-align:top;      
        }    
            .inner .newsLetter input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #8191A6;
            }
            .inner .newsLetter input::-moz-placeholder { /* Firefox 19+ */
                color: #8191A6;
            }
            .inner .newsLetter input:-ms-input-placeholder { /* IE 10+ */
                color: #8191A6;
            }
            .inner .newsLetter input:-moz-placeholder { /* Firefox 18- */
                color: #8191A6;
            }




div#headingContainer {
    background: #E5E9EE;
    padding: 60px 0;
    margin-bottom:38px;
}
    div#headingContainer > h1, div#headingContainer > ul, #centerContainer
    {
        width:100%;
        max-width:1217px;
        margin:0 auto;
        display:block;
    }
    
    div#headingContainer > h1
    {
        font-size: 3.6em;
        color:#222;
        margin-bottom:30px;
        line-height: 33px;
    }
    div#headingContainer > ul a, div#headingContainer > ul span
    {
        color:#A7AFB7;
        text-decoration:none;
        font-weight:bold;
    }
        div#headingContainer > ul a:hover
        {
            color:#222;
        }
        div#headingContainer > ul li
        {
            display:inline-block;
            margin-right:10px;
            font-size:1.4em;
        }
            div#headingContainer > ul li:before
            {
                content:'-';
                margin-right: 5px;
                font-size: 1.2em;
                color: #A8AFB7;
            }
                div#headingContainer > ul li.first:before
                {
                    content:'';
                    margin-left:0;
                    display:none;
                }

div#internalNav {
    margin-bottom: 37px;  
}
    div#internalNav ul
    {
        list-style:none;
    }
            div#internalNav ul li
            {
                display:inline-block;
                vertical-align:top;
            }


#internalNav a, #internalNav span
{
    margin-left:25px;
    color:#8191A6;
    font-weight:bold;
    font-size:1.4em;
    text-decoration:none;
    line-height:2em;
}
#internalNav span, #internalNav a:hover
{
    color:#88ABC2;
    text-decoration:underline;
}
    
#internalNav span#first
{
    margin-left:0;
    font-size:1em;
    text-decoration:none;
    float:left;
}
#internalNav span#first span, #internalNav span#first a {
    text-transform: uppercase;
    color: #212121;
    font-weight: bold;
    font-size: 1.4em;
    border-right: 2px solid #212121;
    padding-right: 25px;    
    margin-left:0;
}

#centerContainer h2, #centerContainer h4, #centerContainer h5, #centerContainer h6
{
    font-size:2.2em;
    margin-bottom:30px;
}

#centerContainer > #content > h3 {
    font-size:1.6em;
    color:#469FAD;
}

#centerContainer h4
{
    font-size:1.9em;
}
#centerContainer h5
{
    font-size:1.8em;
}
#centerContainer h6
{
    font-size:1.7em;
}

    #centerContainer #slideshow
    {
        margin-bottom:50px;
    }
    #centerContainer > #content
    {
        width:750px;
        display:inline-block;
        vertical-align:top;
        padding-bottom:20px;
    }
        #centerContainer > #content p, #centerContainer > #content ol, #centerContainer > #content ul, #centerContainer > #content table
        {
            font-size:1.4em;
            color:#646464;
            line-height:1.6em;
            margin-bottom:30px;
        }
        #centerContainer > #content ol
        {
            list-style: decimal;
            margin-left:30px;
        }
        #centerContainer > #content ul
        {
            list-style:disc;
            margin-left:25px;
        }
            #centerContainer > #content ul > li > ul
            {
                font-size:1em;
            }
            
        #centerContainer > #content a
        {
            color:#88ABC2;
            text-decoration:none;
        }
            #centerContainer > #content a:hover
            {
                text-decoration:underline;
            }
        #centerContainer > #content hr
        {
            margin:30px 0;
        }
        
        #centerContainer > #content table td
        {
            border:1px solid #ccc;
            padding:15px;
        }
        

    #centerContainer > #rightColumn
    {
        display:inline-block;
        vertical-align:top;
        width:390px;        
        margin-left:77px;
        padding-bottom:50px;
    }

    #centerContainer > #rightColumn.fixed
    {
        position:fixed;
    }

        #centerContainer .rightBox
        {
            border:1px solid #E9EBF0;    
            padding:30px;
            display:block;
            margin-bottom:40px;
        }
            #centerContainer .rightBox a, .rightBox span.sectionAnchor
            {
                display:block;
                color:#88ABC2;
                margin-top:20px;
                text-decoration:none;
                font-size:1.4em;
                cursor:pointer;
            }
                #centerContainer .rightBox a:first-child, .rightBox span.sectionAnchor:first-child {
                    margin-top:0px;
                }
                #centerContainer .rightBox a:hover, .rightBox span.sectionAnchor:hover
                {
                    text-decoration:underline;
                }                     
                
    #content #anchorList
    {
        display:none;
    }           

/*Arrival and departures styles*/

.headerRowContainer
{
    width:100%;
    background:#F2F4F6;   
    overflow:hidden;
}
    .headerRowContainer .headerRow, .recordContainer .recordRow
    {
        max-width:1217px;
        margin:0 auto;
        display:block;
    }
        .headerRowContainer .headerRow span, .recordContainer .recordRow span
        {
            display:inline-block;
            vertical-align:top;
        }
        .headerRowContainer .headerRow span:first-child, .recordContainer .recordRow span:first-child
        {
            width:35%
        }
        .headerRowContainer .headerRow span:nth-child(2), .recordContainer .recordRow span:nth-child(2)
        {
            width:32%;
        }
        .headerRowContainer .headerRow span:nth-child(3),.recordContainer .recordRow span:nth-child(3)
        {
            width:18%;
        }
        .headerRowContainer .headerRow span:last-child, .recordContainer .recordRow span:last-child
        {
            width:15%;
        }
        
div#ArrivalsDepartures {
    border-top: 1px solid #E6eaef;

}
.recordContainer
{
    border-bottom: 1px solid #E6eaef;
}
.recordRow
{
    padding: 25px 0;    
    font-size: 2em;
}
    .recordContainer .recordRow span:first-child
    {
        font-weight:bold;        
        position:relative;
        padding-left:40px;
        box-sizing:border-box;
    }
        .recordContainer .recordRow > span:first-child:before
        {
            /* use !important to prevent issues with browser extensions that change fonts */
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;

            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
           content: "\e600"; 
           position:absolute;
           left:0px;
           top:-3px;
           color:#E5E9EE;
           font-size:1.2em;
        }

    .recordContainer .recordRow span.liveicon {
        font-size: 0.6em;
        display: inline-block;
        vertical-align: middle;
        color: #88abc2;
        height: 17px;
        margin-top: 6px;
        position:absolute;
        cursor:pointer;
        padding-left: 10px;
        width: 30px;
    }
        .recordContainer .recordRow span.liveicon:hover {
            color: #2761ab;
        }
.headerRow
{
    font-size:1.6em;
    color:#777;
    font-weight:bold;
    text-transform:uppercase;    
    padding:15px 0;
}


#footerSocial .inner h3
{
    color:#fff;
}

#footerSocial .inner .newsLetter input
{
    background:#111B27;
    color:#fff;
}

    #footerSocial .inner .newsLetter input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #fff;
    }
    #footerSocial .inner .newsLetter input::-moz-placeholder { /* Firefox 19+ */
        color: #fff;
    }
    #footerSocial .inner .newsLetter input:-ms-input-placeholder { /* IE 10+ */
        color: #fff;
    }
    #footerSocial .inner .newsLetter input:-moz-placeholder { /* Firefox 18- */
        color: #fff;
    }

    span.icon-email5 {
        font-size: 2.8em;
        color: #8191A6;
        padding-right: 5px;
        margin-left: -48px;
        margin-top: 5px;
        display: inline-block;
        vertical-align: top;
        padding-left:5px;
        cursor:pointer;
    }
    #footerSocial .inner span.icon-email5 
    {
        color:#fff;
    }

    #footerSocial a.Button.newsletterSignup
    {
        color:#A5A6A7;
    }
        #footerSocial a.Button.newsletterSignup:hover
        {
            color:#fff;
        }

#footerLinks, #footerSocial
{
    border-bottom:1px solid #374757;
}

#footerLinks #footerLinksInner
{
    width:100%;
    max-width:1217px;
    margin:0 auto;        
}
    #footerLinks #footerLinksInner > ul
    {
        max-width:950px;
        text-align:left;
        display:inline-block;
    }
        #footerLinks #footerLinksInner > ul > li
        {
            display:inline-block;
            vertical-align:top;
            width:260px;
            margin-right:50px;
            margin-bottom:30px;
        }
            #footerLinks #footerLinksInner > ul > li > h5
            {
                color:#fff;
                font-size:2.2em;
                margin-bottom:20px;
            }
                #footerLinks #footerLinksInner > ul > li > ul > li
                {
                    display:block;
                }
                    #footerLinks #footerLinksInner > ul > li > ul > li > a, #footerLinks #footerLinksInner > ul > li > ul > li > span
                    {
                        color:#9AAABD;
                        text-decoration:none;
                        font-size:1.3em;
                        line-height:1.6em;
                    }
                        #footerLinks #footerLinksInner > ul > li > ul > li > a:hover, #footerLinks #footerLinksInner #rightLinks a:hover
                        {
                            color:#fff;
                            text-decoration:underline;
                        }                        
    #footerLinks #footerLinksInner #rightLinks
    {
        float:right;
        width:230px;        
        text-align:left;
    }
        #footerLinks #footerLinksInner #rightLinks > ul
        {
            margin-bottom:30px;            
        }
        #footerLinks #footerLinksInner #rightLinks h3
        {
            margin-bottom:20px;
            color:#fff;
            font-size:2.2em;
        }
            #footerLinks #footerLinksInner #rightLinks a, #footerLinks #footerLinksInner #rightLinks span
            {
                color:#9AAABD;
                text-decoration:none;
                font-size:1.3em;
                line-height:1.6em;
            }

footer, #footerLinks, #footerSocial
{
    background:#182B40;
    padding:75px 0;
    text-align:center;
}
#footerLinks
{
    padding-bottom:45px;
}
footer
{
    padding:55px 0;
}
    
    footer > span
    {
        color: #fff;
        font-size: 5em;
        margin: 0 10px 20px 10px;
        display: inline-block;
        vertical-align: bottom;
    }
        footer > span.icon-wave
        {
            font-size:4em;
        }
    footer > p
    {
        color:#9AAABD;
        margin-bottom:15px;
    }
    footer > ul li
    {
        display:inline-block;
        vertical-align:top;
        padding:0 5px;
        border-left:1px solid #9AAABD;        
    }
        footer > ul li:first-child
        {
            border-left:0px;
        }
        footer > ul li a, footer > ul li span, footer a
        {
            color:#9AAABD;
            text-decoration:none;
        }
            footer > ul li a:hover, footer a:hover
            {
                color:#fff;
                text-decoration:underline;
            }
        footer p#subLink
        {
            display:inline-block;
            margin:15px 0;
        }
        
a.Button.newsletterSignup
{
    margin:20px 0;
    cursor:pointer;
}

#signUpOverlay iframe {
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    box-shadow: 0 0 10px #000;
}

div#trafficContainer, #signUpOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(000,000,000,0.5);
    width: 100%;
    height: 100%;
    text-align: center;
}
    div#trafficContainer #trafficInnerContainer
    {
        position:absolute;
        top:50%;
        bottom:50%;
        left:50%;
        margin-top:-230px;
        margin-left:-390px;
        box-shadow:0 0 15px #000;
    }
span#trafficClose {
    color: #fff;
    background: #27376b;
    padding: 15px 25px;
    position: absolute;
    top: -50px;
    right: 0px;
    font-size: 2em;
    height: 15px;
    line-height: 0.5em;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 0 5px #ccc;
}



/*Form Styles*/
a.formstart
{
    display:none;
}

/*****************~ Start of 'form' product ~*****************/
.icmform {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 1em;
}

.icmform ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.icmform li {
	padding: 0.5em;
	overflow: hidden;
	height: 100%;
}

.icmform fieldset {
	margin: 0;
	padding: 0;
	clear: both;
}

.icmform legend {
	margin: 0 5px;
	color: #000;
	font-weight: bold;
}

.icmform fieldset fieldset {
	background-color: transparent;
	background-image: none;
}

.icmform fieldset fieldset legend {
	font-weight: normal
}

.icmform fieldset.icmhorizontal li {
	float: left;
}

/* Left aligned */
.icmformleft label {
	float: left;
	clear: left;
	width: 10em;
	margin: 0 1em 0 0;
}
.icmformleft fieldset.icmbuttongroup label {
	float: none;
	clear: none;
	width: auto;
}

.icmformleft fieldset fieldset.icmvertical label,
.icmformleft fieldset fieldset.icmhorizontal label {
	width: 9.3em;
}

.icmformleft fieldset.icmbuttongroup ol {
	padding: 0; 
	margin-left: 10.4em;
	clear: left;
}

.icmformleft fieldset fieldset.icmbuttongroup ol {
	margin-left: 10em;
}

/* Right aligned */
.icmformright label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}

.icmformright fieldset.icmbuttongroup label {
	float: none;
	clear: none;
	width: auto;
}

.icmformright fieldset.icmbuttongroup ol {
	padding: 0; 
	margin-left: 10.4em;
	clear: left;
}

.icmformright fieldset fieldset.icmvertical label, .icmformright fieldset fieldset.icmhorizontal label {
	width: 9.3em;
}

.icmformright fieldset fieldset.icmbuttongroup ol {
	margin-left: 10em;
}

.icmformright fieldset fieldset.icmbuttongroup label {
	width: auto;
}

/* Top aligned */
.icmformtop label {
	display: block;
}

.icmformtop fieldset fieldset legend {
	padding-left: 0.5em;
}

.icmformtop fieldset.icmhorizontal label {
	display: block;
}

.icmformtop fieldset.icmbuttongroup label {
	display: inline;
}

/* Guidance text */
.icmform .icmguidance{
	color: #69c;
}

.icmform .icmguidanceright{
	text-align: right;
}

.icmform .icmguidanceleft{
	text-align: left;
}

.icmform .icmguidancecentre{
	text-align: center;
}

.icmform .icmguidancejustify{
	text-align: justify;
}

/* Input field styling very short styles */
.icmvstext, .icmvspassword, .icmvsselect, .icmvstextarea, .icmvsfile {
	width: 5em;
}

/* Input field styling short styles */
.icmstext, .icmspassword, .icmsselect, .icmstextarea, .icmsfile {
	width: 10em;
}

/* Input field styling default styles */
.icmtext, .icmpassword, .icmselect, .icmtextarea, .icmfile {
	width: 21em;
}

/* Input field styling long styles */
.icmltext, .icmlpassword, .icmlselect, .icmltextarea, .icmlfile {
	width: 33em;
}

.icmform legend strong, .icmform label strong {
	display: block;
	color: #c00;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
}

/*Additional CSS fixes*/
.icmform legend.icmhide {
	padding: 0;
}

.icmform legend.icmhide span, label.icmhide {
	display: none;
}

.icmform dl {
	padding: 0 0.5em;
}

/*Pre-9 Form Styling*/
div.content {
	margin: 2em 0 0 0;
	padding: 1em 0 0 0;
	border-top: 1px solid #e9e9e9;
}

table.formcontents {
	width: 100%;
}

table.formcontents td {
	padding: 0.5em 0;
	text-align: left;
	vertical-align: top;
}

table.formcontents label {
	display: block;
	margin: 0;
	padding: 0.25em 1em;
	text-align: right;
	font-weight: bold;
	color: #666;
}

table.formcontents p {
	line-height: normal;
}

table.formcontents td.underline {
	border-bottom: 1px solid #e9e9e9;
}

div.submitButtons input {
	margin-right: 1em;
}
/*****************~ End of 'form' product ~*****************/

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {	
	border:  0px solid #fff;	
	background: #FAFAFA;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 23px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;	
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background:rgba(138, 144, 161, 0.7);
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -55px;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #707070;
    content: "";
    position: absolute;
    margin: auto;   
}

.bx-wrapper .bx-next {
	right: -55px;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #707070;
    content: "";
    position: absolute;
    margin: auto;   
	
}

#imgContainer .bx-wrapper .bx-prev {
	left: 25px;	
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #fff;
    content: "";
    position: absolute;
    margin: auto;   
}

#imgContainer .bx-wrapper .bx-next {
	right: 25px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #fff;
    content: "";
    position: absolute;
    margin: auto;   
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 0px;
	height: 0px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}