/*****************************
 Box Sizing | Check IE
*****************************/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*****************************
 Selection
*****************************/

::selection {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}
::-moz-selection {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}
::-webkit-selection {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
} 

/***************************** 
 Body
*****************************/

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 175%;
    color: #555;
}

/*****************************
 Hyperlinks
*****************************/

a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}
a:hover,
a:active {
    color: #888888;
    text-decoration: none;
    transition: all ease 0.3s;
}
a img {
    border: 0px;
}
a.button {
    padding: 10px 30px;
    color: #fff;
    display: inline-block;
}
a.button.purple {
    background: #8D2A90;
}
a.button.blue {
    background: #11478e;
}
a.button:hover {
    background: #53565A;
}
/*****************************
 Paragraph and Headings
*****************************/

p {
    margin: 0px 0px 15px 0px;
}
.home h1,
.contact h1,
.blog h1,
.blog-page h1 {
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #53565A;
    line-height: 100%;
    text-align: center;
    position: relative;
    top: 0;
    text-shadow: none;
    text-transform: none;
    width: auto;
}
h1 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    position: absolute;
    top: 228px;
    width: 1200px;
    text-align: center;
}

h2 {
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #8D2A90;
    margin: 0px 0px 15px 0px;
    line-height: 100%;
}
h3 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #8D2A90;
    margin: 0px 0px 15px 0px;
    line-height: 150%;
}
h4 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #666666;
    margin: 0px 0px 15px 0px;
    line-height: 130%;
    text-align: center;
}
h4 strong,
h4 a {
    color: #8D2A90;
}
h5 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #ffffff;
    margin: 0px 0px 15px 0px;
    line-height: 100%;
    padding: 10px;
    background: #bbb;
}
h6 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #ffffff;
    margin: 0px 0px 15px 0px;
    line-height: 100%;
    padding: 10px;
    background: #7C5DA8;
}

/*****************************
 List Styling
*****************************/

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

/* Definition Lists */

dl {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    display: inline-block;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
dl dt {
    clear: left;
    float: left;
    width: 18%;
    margin: 0px;
    padding: 2%;
    border-top: 1px solid #dddddd;
    font-weight: normal;     
    font-family: 'Open Sans', sans-serif;
    color: #333333;
}
dl dd {
    float: left;
    width: 74%;
    margin: 0px;
    padding: 2%;
    border-top: 1px solid #dddddd;
}

/*****************************
 Other HTML elements
*****************************/


/* Bold */

strong,
b {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

/* Italic */

em,
i {
    font-style: italic;
}

/* Horizontal Rule */

hr {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #dddddd;
    background: none;
    height: 0px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
.hide {
    display: none;
}
.clearfloat.hide { 
    display: none!important;
}

/*****************************
 Header
*****************************/
#top-bar {
    height: 4px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1ba6df+0,8d2a90+100 */
    background: #1ba6df; /* Old browsers */
    background: -moz-linear-gradient(left,  #1ba6df 0%, #8d2a90 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #1ba6df 0%,#8d2a90 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #1ba6df 0%,#8d2a90 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba6df', endColorstr='#8d2a90',GradientType=1 ); /* IE6-9 */
}
.header-row {
    width: 100%;
    display: block;
    margin: 0;
    background: #fff;
}
/*
.header-row:after {
    background: inherit;
    content: "";
    height: 10%;
    left: 0;
    position: absolute;
    right: 0;
    top: 20px;
    transform: skewY(-1deg);
    transform-origin: 100% 50% 0;
    z-index: -1;
}
*/
#header {
    width: 1200px;
    margin: 0px auto;
    padding: 22px 0px 22px 0px;
    background: none;
    position: relative;
}

/* Logo */

.logo {
    margin: 0px;
    height: auto;
    width: 185px;
    text-align: left;
}
.logo img {
    width: 100%;
}
.logo a {
    display: inline-block;
}

/* Featured Image */

.featured-image {
    position: relative;
    width: 100%;
    text-align: center;
}
.featured-image span {
    background: rgba(255, 255, 255, 0.5);
    background: #f8f8f8;
    bottom: 0;
    color: #333333;
    display: block;
    font-size: 18px;
    font-weight: normal;     
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

/*****************************
 Site Structure & Content
*****************************/
.whitebkg {
    width: 100%;
    background: #fff;
}
#wrapper {
    width: 1200px;
    margin: 0px auto;
    padding: 0px;
    background: transparent;
}

/* Page Headings */

.heading {
    width: 100%;
    background: none;
    padding: 40px 0 20px 0;
    margin: 0px;
    display: inline-block;
}
.home .heading {
    padding: 80px 0px 25px;
	display: none;
}
.heading h1 {
    margin: 0 0 10px 0;
}

/* Breadcrumbs */

.breadcrumb {
    padding: 0px 0px 13px 0px;
    margin: -13px 0 0;
    background: none;
    color: #bbbbbb;
    font-size: 11px;
    line-height: 100%;
}
.breadcrumb a {
    color: #bbbbbb;
}
.breadcrumb a:hover,
.breadcrumb a:active {
    color: #333333;
}
.content {
    width: 100%;
    padding: 0px 0px 30px 0px;
    margin: 0px;
/*    min-height: 500px;*/
}
.home .content {
    padding-bottom: 0px;
    margin-bottom: 30px;
}
.contact .content {
    min-height: 0px;
}
.sidebar_left + .sidebar + .content-middle,
.sidebar_left + .content-middle {
    margin-left: 300px;
}
.sidebar + .content-middle {
    margin-right: 300px;
}
.sidebar_left,
.sidebar {
    background: none;
    width: 300px;
    margin: 0px;
}
.sidebar {
    float: right;
    padding: 30px 30px 30px 0;
}
.sidebar_left {
    float: left;
    padding: 30px 0 30px 30px;
}
.content_bottom {
    padding: 0px 0px;
}

/* Widgets */

.sidebar h2 {
    line-height: 100%;
}
.sidebar .widget {
    display: block;
}
.sidebar .widget + .widget {
    margin: 15px 0px 0px 0px;
}
.widget-title {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;     
    font-family: 'Open Sans', sans-serif;
    color: #444444; 
    margin: 0px 0px 15px 0px;
    line-height: 175%;
}

/*****************************
 Call To Action
*****************************/

.call-to-action {
    position: absolute;
    width: auto;
    margin: 0px;
    padding: 0px;
    right: 0px;
    top: 50px;
    text-align: left;
}
.call-to-action a {
    color: #8D2A90;
    font-weight: 600;
}
.call-to-action div {
    margin: 0px;
}
.call-to-action div > span {
    padding: 0px;
    margin: 0px 5px 0px 0px;
    background: none;
    color: #333333;
    font-weight: normal;     
    font-family: 'Open Sans', sans-serif;
    display: none;
}

/* .call-to-action .contact-name {
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;     font-family: 'Open Sans', sans-serif;
    margin: 30px 0px 15px 0px;
} */

.call-to-action .contact-phone .fa,
.call-to-action .contact-email .fa {
    font-size: 20px;
    margin-right: 4px;
    line-height: 100%;
    min-width: 20px;
    vertical-align: top;
}
.call-to-action .contact-phone {
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    margin: 0px 0px;
    padding: 5px 0px;
    font-family: 'Open Sans', sans-serif;
    color: #8D2A90;
}
.call-to-action .contact-email {
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
    padding: 5px 0px;
    display: none;
}
.call-to-action .contact-social {
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    margin: 0px;
    display: none;
}
.call-to-action .contact-social .fa {
    font-size: 21px;
    line-height: 100%;
}
.call-to-action .contact-social a {
    margin-right: 10px;
    display: inline-block; 
    position: relative;
}
.call-to-action .contact-social a:hover > .title,
#recaptcha_widget .captchaImgs-contain .captchaImgs a:hover > .title {
    display: block;
    visibility: visible;
}
.call-to-action .contact-social a .title,
#recaptcha_widget .captchaImgs-contain .captchaImgs a .title {
    position: absolute;
    font-size: 10px;
    line-height: 10px;
    color: #ffffff;
    text-align: center;
    padding: 3px;
    background: #333333;
    top: -23px;
    left: 11px;
    margin-left: -28px;
    width: 50px;
    display: none;
    visibility: hidden;
}
#recaptcha_widget .captchaImgs-contain .captchaImgs a .title {
    left: 8px;
}
#recaptcha_widget .captchaImgs-contain .captchaImgs .recaptcha_get a .title {
    top: -53px;
}
#recaptcha_widget .captchaImgs-contain .captchaImgs .recaptcha_only_if_image a .title,
#recaptcha_widget .captchaImgs-contain .captchaImgs .recaptcha_only_if_audio a .title {
    top: -43px;
}

/* Arrow */

.call-to-action .contact-social a .title:after,
.call-to-action .contact-social a .title:before,
#recaptcha_widget .captchaImgs-contain .captchaImgs a .title:after,
#recaptcha_widget .captchaImgs-contain .captchaImgs a .title:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.call-to-action .contact-social a .title:after,
#recaptcha_widget .captchaImgs-contain .captchaImgs a .title:after {
    border-color: rgba(51, 51, 51, 0);
    border-top-color: #333333;
    border-width: 3px;
    left: 50%;
    margin-left: -3px;
}
.call-to-action .contact-social a .title:before,
#recaptcha_widget .captchaImgs-contain .captchaImgs a .title:before {
    border-color: rgba(51, 51, 51, 0);
    border-top-color: #333333;
    border-width: 3px;
    left: 50%;
    margin-left: -3px;
}

/*****************************
 Navigation Bar
*****************************/

.menu-row {
    width: 100%;
    display: block;
    margin: 0;
    background: none;
}
#menu {
    background: none;
    width: 100%;
}

/* Level 1 */


#menu #top {
    background: transparent;
    line-height: 100%;
    margin: 0px auto;
    padding: 0px;
    width: 747px;
    z-index: 99;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -330px;
    top: 41px;
    text-align: right;
}
#menu #top li {
/*    float: left;*/
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 9;
    display: inline-block;
}


/* Top Level Link Styling */

#menu #top li a {
    color: #073674;
    display: block;
    font-weight: 600;
    margin: 0px;
    padding: 20px 17px 20px 17px;
    font-size: 13px;
    line-height: 100%;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 3px solid transparent;
}
#menu #top li a:hover,
#menu #top li a:active,
#menu #top li.current a,
#menu #top li:hover > a {
    background: transparent;
    color: #8D2A90;
    border-color: #8D2A90;
}

/* Level 2 */

#menu #top li:hover > ul {
    display: block;
}
#menu #top ul {
    background: #ffffff;
    border: 1px solid #dddddd;
    display: none;
    left: 0;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 50px;
    width: 185px;
    z-index: 9999;
}
#menu #top ul li {
    float: none; 
    margin: 0px;
    padding: 0px;
    z-index: 99;
    display: block;
    text-align: left;
}

/* Second Level Link Styling and Onwards */

#menu #top li > ul li a {
    background: none;
    color: #53565A;
    font-weight: normal;
    padding: 9px 9px 9px 9px;
    font-size: 11px;
    line-height: 100%;
    border: 0px;
}
#menu #top li > ul li a:hover {
    background: #8D2A90 !important;
    color: #FFFFFF !important;
}

/* Level 3 */

#menu #top ul ul {
    left: 181px;
    top: 0px;
    z-index: 99;
}

/* Menu Clearfloat */

#menu #top:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#menu #top {
    display: block;
}
* html #menu #top {
    height: 1%;
}
*+html #menu #top {
    height: 1%;
}
/*#menu #top li:last-child a{
    background-color: #8D2A90;
    color: #ffffff;
}*/


/*****************************
 Form Elements
*****************************/

input[type="text"],
textarea,
select {
    margin: 0px;
    background: #ffffff;
    border: 1px solid #dddddd;
    width: 168px;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    border-radius: 0px;
}

.sidebar input[type="text"],
.sidebar textarea,
.sidebar select {
    padding: 8px 10px;
}
label {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}

/*****************************
 Contact Form
*****************************/

.contact-form {
    width: 100%;
    display: inline-block;
}
.required {
    color: #ff0000;
    font-size: 12px;
}
.form-element {
    width: 100%;
    margin: 0px 0px 10px 0px;
    display: inline-block;
}
.form-element:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Contact Form Elements */

.form-element label { 
    float: left;
    margin: 11px 0px 0px 0px;
}
.form-element input[type="text"] {
    float: right;
}
.form-element textarea {
    width: 100%;
    line-height: 150%;
    height: 200px;
    max-width: 100%;
    *width: 278px;
}

.sidebar .form-element textarea {
    height: 80px;
}

/* Footer Form */
.contact-form.footer {
    width: 1200px;
    display: block;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}
.contact-form.footer h2 {
    color: #fff;
}
.contact-form.footer p {
    margin-bottom: 25px;
    color: #fff;
    font-size: 15px;
}
.form-left {
    width: 40%;
    float: left;
    margin-right: 1%;
}
.form-middle {
    width: 53%;
    float: left;
}
.form-right {
    width: 5%;
    float: right;
    margin-left: 1%;
}
.contact-form.footer input[type="text"],
.contact-form.footer select {
    padding: 20px 15px;
    border: 1px solid #fff;
    height: 60px;
}
.contact-form.footer textarea {
    padding: 15px;
    height: 200px;
    border: 1px solid #fff;
}
.contact-form.footer input[type="submit"] {
    border: 0px;
    height: 100%;
    width: 100%;
    height: 200px;
    text-transform: uppercase;
    background: #8D2A90;
}
.contact-form.footer input[type="submit"]:hover {
    background: #712674;
}
/* Submit Button */
#bookingForm input[type="submit"] {
    cursor: pointer;
    width: auto;
    background: #8D2A90;
    color: #ffffff;
    font-size: 14px;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    border: 0px;
    margin-top: 20px;
    width: 100%;
}
.sidebar #bookingForm input[type="submit"] { 
    margin-top: 0px;
}
input[type="submit"] {
    cursor: pointer;
    width: 100%;
    background: #8D2A90;
    color: #ffffff;
    font-size: 14px;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    border: 0px;
}
input[type="submit"]:hover {
    background: #000000;
    color: #ffffff;
    transition: all ease 0.3s;
}
/* Submit Elements */
.confirm {
  background: #8D2A90;
  border: 0px;
  clear: both;
  color: #fff;
  display: block;
  font-size: 13px;
  margin: 10px 0 0;
  padding: 20px;
  text-align: center;
}
.page12 .confirm {
    background: #073674;
}
.error {
    color: #F45555;
    font-size: 12px;
    background: #FFD1D1;
    border: 1px solid #F8ACAC;
    padding: 10px;
    display: block;
    clear: both;
    text-align: center;
    margin: 10px 0;
}

/* Errors */

.formError.inline {
    display: block!important;
}
.formError.inline .formErrorContent {
    margin-top: 1px;
    padding: 5px 3%;
    width: 94%;
}

/*****************************
 Photo Gallery
*****************************/

.gallery-container {}
.gallery-text {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.overview_thumbnail_all {
    float: left;
    padding: 0 15px 0 0;
}

/* Photo Gallery Thumbnails */

.thumbnail-all {
    margin: 15px;
    background: none;
    height: auto;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}
.thumbnail-all:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
.thumbnail {
    margin: 0px;
    width: auto;
    height: auto;
    background: none;
    overflow: hidden;
}
.image-title {
    margin: 10px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    text-align: center;
}
.image-title a {
    width: auto;
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Open Sans', sans-serif;
    background: #dddddd;
    color: #333333;
    padding: 5px;
}
.image-title a:hover {
    color: #ffffff;
    background: #777777;
}
.image-description {
    margin: 0px;
    padding: 0px;
    background: none;
    width: 100%;
    color: #999999;
    font-size: 11px;
}
.thumbnail img {
    margin: auto;
    display: block;
    min-width: 160px;
}
.thumbnail img:hover {
    margin: auto;
    display: block;
}

/*****************************
 Overview
*****************************/


/* .content.overview ul > li{
    list-style: none;
} */

.content.overview ul li {
    margin-bottom: 7px;
    margin-top: 4px;
}
.content.overview ul ul li ul {
    list-style-type: square !important;
}

/*****************************
 Blog
*****************************/


/* Blog Page */
.blog-page .content_bottom {
    width: 1200px;
    margin: 0 auto;
}
.blog-container {
    padding: 0px;
    margin: 0px 0px 30px 0px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    /* -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); */
}
.blog-image {
    width: 200px;
    height: 200px;
    padding: 0px;
    margin: 0px;
    float: left;
}
.blog-image a {
    display: block;
}
.blog-content.image-left {
    margin: 0px 0px 0px 200px;
    padding: 30px;
}
.blog-title {
    padding: 0px;
    margin: 0px;
    background: none;
    color: #aaaaaa;
    position: relative;
}
.blog-title a {
     color: #073674; 
    font-weight: 600;     
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

/* .blog-title a:hover,
.blog-title a:active {
    color: #777777;
} */

.blog-social {
    /*width: 300px;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: right;*/
    margin: 15px 0px 0px 0px;
}
.blog-body {
    padding: 0px;
    margin: 10px 0px 0px 0px;
    background: none;
}
.blog-social .gplus {
    width: 70px;
    float: left;
}
.blog-social .fb {
    width: 85px;
    float: left;
}
.blog-social .twitter {
    width: 80px;
    float: left;
}

/* Latest Posts - Home */

#home-blog .blog-container {
    width: 156px;
    float: left;
}
#home-blog div.blog-container + div.blog-container {
    margin: 0px 0px 30px 30px;
}
#home-blog .blog-image {
    width: 156px;
    height: 156px;
    float: none;
}
#home-blog .blog-image img {
    width: 156px;
    height: 156px;
}
#home-blog .blog-image a {
    display: block;
}
#home-blog .blog-content {
    margin: 10px 0px 0px 0px;
}
#home-blog .blog-title {
    text-align: center;
    width: 136px;
}
#home-blog .blog-title a {
    display: block;
}
#home-blog .blog-all {
    display: block;
    clear: both;
}
#home-blog .blog-all a {
    display: inline-block;
    padding: 10px;
    margin: 0px;
    background: #333333;
    color: #ffffff;
}
#home-blog .blog-all a:hover,
#home-blog .blog-all a:active {
    background: #000000;
}

/* Latest Posts - Module */

.blog-post {
    width: 100%;
    margin: 0px 0px 10px 0px;
}
.blog-post .img {
    width: 60px;
    float: left;
}
.blog-post .titleimg {
    margin: 0px 0px 0px 70px;
}
.blog-post .date {
    display: block;
    width: 100%;
    color: #aaaaaa;
    font-size: 10px;
}

/* Archive Page */

.month {
    margin-bottom: 13px;
}
.month .blogPost.lastMonth {
    border: none;
    margin-right: 0;
    padding-right: 0;
}
.month .blogPost {
    border-right: 1px solid #dddddd;
    float: left;
    margin-right: 30px;
    padding-right: 30px;
    width: 285px;
    text-align: center;
}
.month .blog-title {
    margin: 0 0 20px;
    padding: 0px;
}
.month .blog-title a {
    font-size: 12px;
    font-weight: normal;
}
#filter {
    background: #F7F7F7;
    margin: 0 0 20px;
    padding: 10px;
}
#filter #yr {
    float: left;
}
#filter #search {
    float: right;
    padding: 8px;
    width: 200px;
}
#filter #yr select {
    min-width: 115px;
    padding: 7px;
    width: auto;
}
#filter #yr input[type=submit] {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    display: block;
    float: right;
    font-weight: normal;     
    font-family: 'Open Sans', sans-serif;
    height: 32px;
    margin-left: 10px;
    padding: 4px 0;
    text-align: center;
    width: 50px;
}

/*****************************
 Footer
*****************************/

.footer-row {
    width: 100%;
    display: block;
    margin: 0;
    background: #53565a;
    position: relative;
}
/*
.footer-row:before {
    background: inherit;
    content: "";
    height: 20%;
    left: 0;
    position: absolute;
    right: 0;
    top: -0.5px;
    transform: skewY(0.8deg);
    transform-origin: 100% 50% 0;
    z-index: -1;
}
*/
#footer {
    margin: 0px auto;
    width: 1200px;
    font-size: 11px;
    color: #fff;
    padding: 60px 0px;
    vertical-align: top;
}
.footer-mywork {
    margin: 0px auto;
    width: 1200px;
    font-size: 10px;
    line-height: 10px;
    background: transparent;
    color: #ffffff;
    color: #ffffff;
    padding: 10px 30px;
    text-align: right;
    display: none;
}
.footer-mywork span.left {
    float: left;
    display: none;
}
#footer h3 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

/* Footer Links */

#footer a {
    color: #ffffff;
}
#footer a:hover,
#footer a:active {
    text-decoration: underline;
}
.footer-mywork a {
    color: #ffffff;
}
.footer-mywork a:hover,
.footer-mywork a:active {
    text-decoration: underline;
}

/*****************************
 Standard Footer Sitemap
*****************************/

.mini_sitemap {
    width: 100%;
	font-size: 20px;
}
.mini_sitemap ul.top,
.mini_sitemap ul#unassigned {
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}
.mini_sitemap ul#unassigned {
    margin-top: 18px;
}
/* Level 1 */

.mini_sitemap ul.top li {
    width: 136px;
    margin: 0px 0px 10px 0px;
    padding: 0px 10px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;     
    font-family: 'Open Sans', sans-serif;
}
.mini_sitemap ul.top > li > a {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #222222;
    display: block;
}

/* IE 7 Hack */

.mini_sitemap ul.top > li {
    zoom: 1;
    *display: inline;
    _height: 100%;
}

/* Level 2 */

.mini_sitemap ul.top ul {
    width: 100%;
    padding-left: 0;
}
.mini_sitemap ul.top ul li {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    display: block;
    font-size: 10px;
    line-height: 10px;
    font-weight: normal;
}

/* Level 3 */

.mini_sitemap ul.top ul ul {
    width: auto;
    margin: 10px 0px 0px 10px;
    display: block;
}
.mini_sitemap ul.top ul ul li {}

/* Level 4 */

.mini_sitemap ul.top ul ul {}
.mini_sitemap ul.top ul ul li {}

/*****************************
 Custom Footer
*****************************/

.footer-custom {
    margin: 0px;
}
.footer-custom div {
    vertical-align: top;
}

/* IE 7 Hack */

.footer-custom > div {
    zoom: 1;
    *display: inline;
    _height: 100%;
}

/*Font Awesome*/

.footer-custom .fa {
    font-size: 15px;
    line-height: 100%;
    margin-right: 10px;
    min-width: 15px;
}
.footer-custom .fa.fa-mobile {
    font-size: 21px;
}

/*Force Height for address marker*/

.footer-custom .fa.fa-map-marker {
    min-height: 50px;
    float: left;
    margin-top: 5px;
    *display: inline;
}

/* About */

.footer-about {
    width: 30%;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.footer-about a{
    font-weight: 500;
}
.footer-about h3 {
    display: none;
}

/* Sitemap */

.footer-custom .mini_sitemap {
    width: 38%;
    display: inline-block;
    margin: 0% 8% 0% 0%;
    *zoom: 1;
    *display: inline;
}
.footer-custom .mini_sitemap ul.top ul,
.footer-custom .mini_sitemap ul#unassigned ul {
    display: none;
    /* Hide all level 2 footer nav items */
}
.footer-custom .mini_sitemap ul.top li,
.footer-custom .mini_sitemap ul#unassigned li {
    width: auto;
    margin: 7px 0px;
    padding: 0px 14px;
    display: inline-block;
    font-size: 11px;
    line-height: 11px;
    font-weight: normal;
    *line-height: 14px;
    *margin-bottom: 0;
    *zoom: 1;
    *display: inline;
}
.footer-custom .mini_sitemap ul.top li:first-child {
    padding-left: 0px;
}
.footer-custom .mini_sitemap ul.top li + li {
    border-left: 1px solid #656565;
}
.footer-custom .mini_sitemap ul.top > li > a,
.footer-custom .mini_sitemap ul#unassigned > li > a {
    margin: 0px;
    padding: 0px;
    border-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
}
.footer-custom .mini_sitemap ul.top.custom {
    margin-top: 8px;
}

/* Contact */

.footer-contact {
    width: 23%;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.footer-contact div {
    margin: 0px;
    padding: 5px 0px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: left center;
}

/* .footer-contact div + div {
    margin: 10px 0px 0px 0px;
} */

.footer-contact div > span.label {
    margin: 0px 5px 0px 0px;
    display: none;
}

/*****************************
 pagination
*****************************/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager {
    list-style: none outside none;
    margin: 20px 0;
    padding-left: 0;
    text-align: center;
    float: right;
}
.pager:before,
.pager:after {
    content: " ";
    display: table;
}
.pager:after {
    clear: both;
}
.pager:before,
.pager:after {
    content: " ";
    display: table;
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 15px 15px 15px 15px;
    display: inline-block;
    padding: 5px 14px;
}
.pager li > a:hover,
.pager li > a:focus {
    background-color: #EEEEEE;
    text-decoration: none;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    background-color: #FFFFFF;
    color: #999999;
    cursor: not-allowed;
}

/*****************************
 Captcha 
*****************************/

#recaptcha_widget {
    width: 100%;
}
#recaptcha_widget #recaptcha_image[style],
#recaptcha_widget #recaptcha_image img[style] {
    width: 100% !important;
    height: auto !important;
}
#recaptcha_widget #recaptcha_image a#recaptcha_audio_play_again,
#recaptcha_widget #recaptcha_image a#recaptcha_audio_download {
    padding: 10px 10px 10px 40px;
    width: auto;
    display: block;
    color: #666666;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 10px center;
}
#recaptcha_widget #recaptcha_image a#recaptcha_audio_play_again {
    background-image: url(/files/captcha/captcha-audio-light.png);
}
#recaptcha_widget #recaptcha_image a#recaptcha_audio_download {
    background-image: url(/files/captcha/captcha-download-light.png);
}
#recaptcha_widget #recaptcha_image a#recaptcha_audio_play_again:hover,
#recaptcha_widget #recaptcha_image a#recaptcha_audio_download:hover {
    background-color: #333333;
    color: #ffffff;
}
#recaptcha_widget #recaptcha_image {
    margin: 0px 0px 10px 0px;
}
#recaptcha_widget span.recaptcha_only_if_image,
#recaptcha_widget span.recaptcha_only_if_audio {
    margin: 0px 0px 10px 0px;
    width: 100%;
    display: inline-block;
}
#recaptcha_widget input#recaptcha_response_field {
    margin: 0px 0px 10px 0px;
    width: 228px;
    display: inline-block;
}
#recaptcha_widget .captchaImgs-contain {
    width: 100%;
    display: inline-block;
    margin: 0px 0px 10px 0px;
}
#recaptcha_widget .captchaImgs-contain span {
    width: 170px;
    float: left;
    line-height: 15px;
}
#recaptcha_widget .captchaImgs-contain .captchaImgs {
    width: 80px;
    float: right;
}
#recaptcha_widget .captchaImgs-contain .captchaImgs div + div {
    margin: 0px 0px 0px 10px;
}
#recaptcha_widget .recaptcha_get,
#recaptcha_widget .recaptcha_only_if_image,
#recaptcha_widget .recaptcha_only_if_audio,
#recaptcha_widget .recaptcha_help {
    width: 20px;
    height: 15px;
    float: left;
}
#recaptcha_widget .recaptcha_get a,
#recaptcha_widget .recaptcha_only_if_image a,
#recaptcha_widget .recaptcha_only_if_audio a,
#recaptcha_widget .recaptcha_help a {
    width: 20px;
    height: 15px;
    display: block;
    position: relative;
}

/*****************************
 Tables 
*****************************/


/* table {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: 0px;
    border-right: 0px;
}
tr {
    margin: 0px;
    padding: 0px;
}
th {
    margin: 0px;
    padding: 5px;
    background: #009FE3;
    color: #ffffff;
    font-weight: normal;     font-family: 'Open Sans', sans-serif;
    text-align: center;
    text-shadow: 1px 1px 1px #1879c6;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
td {
    margin: 0px;
    padding: 2px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}*/


/*****************************
 404 Page
*****************************/


/* Google Search */

#goog-fixurl {
    width: 100%;
    display: inline-block;
    margin: 30px 0px 0px 0px;
    padding: 0px;
}
#goog-wm {
    width: 100%
}
#goog-wm .content {
    margin: 0px;
    padding: 0px;
    width: 100%;
}
#goog-wm .content h3.other-things {
    display: none;
}
#goog-wm .content ul {
    list-style: none;
    text-indent: 0px;
    margin: 0px;
    padding: 0px;
}
#goog-wm .content li.search-goog {
    list-style: none;
    text-indent: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #444444;
    margin: 0px;
    line-height: 100%;
    text-align: center;
}
#goog-wm .content li.search-goog form {
    display: block;
}
#goog-wm .content li.search-goog input {
    margin: 15px auto 0px auto;
    display: block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
#goog-wm .content li.search-goog input#goog-wm-qt {
    border: 1px solid #c6c6c6;
    padding: 9px;
    width: 552px;
    font-size: 14px;
    line-height: 14px;
}
#goog-wm .content li.search-goog input#goog-wm-qt:active,
#goog-wm .content li.search-goog input#goog-wm-qt:focus {
    border: 1px solid #4D90FE;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
#goog-wm .content li.search-goog input#goog-wm-sb {
    width: auto;
    padding: 10px;
    font-size: 11px;
    line-height: 11px;
    border: 1px solid #c6c6c6;
    color: #444444;
    background: #f5f5f5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #f1f1f1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f5f5f5 0%, #f1f1f1 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f1f1f1', GradientType=0);
    /* IE6-9 */
    cursor: pointer;
    font-weight: normal;     
    font-family: 'Open Sans', sans-serif;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
#goog-wm .content li.search-goog input#goog-wm-sb:hover,
#goog-wm .content li.search-goog input#goog-wm-sb:active {
    color: #222222;
    background: #f8f8f8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f1f1f1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f8f8f8 0%, #f1f1f1 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f1f1f1', GradientType=0);
    /* IE6-9 */
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

/* Homepage boxes */
.homebox {
    float: left;
    width: 33%;
    background: transparent;
    text-align: center;
    padding: 0px 25px;
    margin-bottom: 50px;
}
.homebox h3 {
    font-family: 'Open Sans', sans-serif;
}
.homebox img {
    margin-bottom: 20px;
}

/* Parallax Elements */
.parallax-window {
    
}
/* Main */
.parallax-window-welcome {
    min-height: 700px; 
    background: transparent;
    position: relative; 
    margin-bottom: 20px;
}
.hero-caption {
    position: absolute;
    bottom: 20%;
    text-align: center;
    width: 100%;
}
.hero-caption h2 {
    font-size: 40px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.hero-caption h3 {
    font-size: 23px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.hero-caption a {
    padding: 13px 35px;
    background: #8D2A90;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}
.hero-caption a:hover {
    background: #712674;
}
.hero-caption .fa {
    font-size: 20px;
    vertical-align: top;
    margin-left: 5px;
}
/* Contact */
.parallax-window-contact {
/*    min-height: 400px;*/
    background: transparent;
    position: relative;
    padding: 40px 0px 60px 0px;
}

.parallax-window-contact h2 {
    font-family: 'Open Sans', sans-serif;
/*    text-transform: uppercase;*/
    font-size: 38px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
}
.parallax-window-articles,
.parallax-window-book,
.parallax-window-coverage,
.parallax-window-payment,
.parallax-window-services,  
.parallax-window-track,
.parallax-window-generic {
    min-height: 200px; 
    background: transparent;   
}
/* Hide Generic on current pages */
.page6 .parallax-window-generic,
.page7 .parallax-window-generic,
.page8 .parallax-window-generic,
.page9 .parallax-window-generic,
.page10 .parallax-window-generic,
.page11 .parallax-window-generic,
.page12 .parallax-window-generic {
    display: none;
}
.page6 .contact-form-footer,
.page12 .contact-form-footer {
    display: none;
}
/* Booking Form */
#bookingForm {
    width: 100%;
    max-width: 750px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
#bookingForm .form-element {
    width: 100%;
    display: inline-block; 
    margin-right: 1%;
}
.sidebar #bookingForm .form-element {
    display: block;
    margin-right:0;
}
#bookingForm .form-element:last-child {
    width: 100%;
}
#bookingForm .form-element label {
    display: block;
    width: 25%;
    margin-right: 1%;
    margin-bottom: 5px;
}
.sidebar #bookingForm .form-element label {
    width: 55%;
}
#bookingForm .form-element input[type="text"],
#bookingForm .form-element select {
    width: 74%;
    float: right;
}

.sidebar #bookingForm .form-element input[type="text"],
.sidebar #bookingForm .form-element select {
    width: 100%;
    float: none;
}
#bookingForm input[type="checkbox"], 
#bookingForm input[type="radio"] {
    margin: 10px 0 0 10px;
}
/* Custom field styling */
#bookingForm .form-element.shipment,
#bookingForm .form-element.departure,
#bookingForm .form-element.postcode,
#bookingForm .form-element.suburb {
    width: 49%;
    margin-right: 0px;
}
.sidebar #bookingForm .form-element.shipment,
.sidebar #bookingForm .form-element.departure,
.sidebar #bookingForm .form-element.postcode,
.sidebar #bookingForm .form-element.suburb {
    width: 100%;
}


#bookingForm .form-element.shipment,
#bookingForm .form-element.postcode {
    float: left;
}
.sidebar #bookingForm .form-element.shipment,
.sidebar #bookingForm .form-element.postcode {
    float: none;
}
#bookingForm .form-element.departure,
#bookingForm .form-element.suburb {
    float: right;
}
.sidebar #bookingForm .form-element.departure,
.sidebar #bookingForm .form-element.suburb {
    float: none;
}

#bookingForm .form-element.shipment label,
#bookingForm .form-element.departure label,
#bookingForm .form-element.items label {
    width: 100%;
}
#bookingForm .form-element.items label {
    min-height: 28px;
    letter-spacing: -0.05em;
}
#bookingForm .form-element.pickup {
    float: left;
    width: 35%;
}
.sidebar #bookingForm .form-element.pickup {
    float: none;
    width: 100%;
}
#bookingForm .form-element.pickuptime {
    float: right;
    width: 49%;
    margin-right: 0px;
}
.sidebar #bookingForm .form-element.pickuptime {
    float: none;
    width: 100%;
}
#bookingForm .form-element.pickup label {
    width: 136px; 
}
#bookingForm .form-element.pickuptime label {
    width: 110px;
}
#bookingForm .form-element.pickuptime input[type="text"] {
    width: 62%;
}
.sidebar #bookingForm .form-element.pickuptime input[type="text"] {
    width: 100%;
}
#bookingForm .form-element.shipment input[type="text"], 
#bookingForm .form-element.departure select,
#bookingForm .form-element.items input[type="text"], 
#bookingForm .form-element.items select {
    width: 100%;
}
#bookingForm .form-element.postcode input[type="text"] {
    width: 47%;
}
.sidebar #bookingForm .form-element.postcode input[type="text"] {
    width: 100%;
}
#bookingForm .form-element.items {
    float: left;
    width: 13.4%;
}
.sidebar #bookingForm .form-element.items {
    float: none;
    width: 100%;
}
#bookingForm .form-element.items.last {
    margin-right: 0px;
}
#bookingForm button#add-item {
    display: inline-block;
    padding: 5px 30px;
    margin: 20px 0px;
    color: #fff;
    border: 0px;
    padding: 15px 30px;
}
.sidebar #bookingForm button#add-item {
    margin: 5px 0px 20px;
}
#bookingForm button.remove-item {
    display: inline-block;
    padding: 5px 30px;
    margin: 20px 0px;
    color: #fff;
    border: 0px;
    padding: 15px 30px;
}
.sidebar #bookingForm button.remove-item {
    margin: 5px 0px;
}
/*
#bookingForm #pickup {
    float: left;
    width: 48%;
}
#bookingForm #delivery {
    float: right;
    width: 48%;
}
#pickup label,
#delivery label {
    width: 41%!important;
}
*/
/* Page specific colours */
#bookingForm h3 {
    color: #073674;
}
.sidebar #bookingForm h3 {
    font-size: 15px;
    margin-top: 25px;
}
.sidebar #bookingForm h3:first-child {
    margin-top:0;
}
.page6 #bookingForm input[type="submit"],
.page6 #bookingForm button#add-item,
.page6 #bookingForm button.remove-item{
    background: #8D2A90;
}
.page6 #bookingForm input[type="submit"]:hover,
.page6 #bookingForm button#add-item:hover,
.page6 #bookingForm button.remove-item:hover {
    background: #751b77;
}
#bookingForm input[type="submit"],
#bookingForm button#add-item,
#bookingForm button.remove-item {
    background: #073674;
}
#bookingForm input[type="submit"]:hover,
#bookingForm button#add-item:hover,
#bookingForm button.remove-item:hover {
    background: #052958;
}
.page6 .content {
    min-height: 0px;
}

/*****************************
 Float Properties
*****************************/

.clearfloat:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfloat {
    display: block;
    clear: both; 
    float: none;
}

/* Hides from IE-mac */

* html .clearfloat {
    height: 1%;
}
*+html .clearfloat {
    height: 1%;
}

.service-partners {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    display: block;
    clear: both;
    border-top: 1px solid #e7e7e7;
    padding-top: 30px;
}
.service-partners .innerdiv {
    max-width: 1010px;
    width: 100%;
    margin: 0px auto;
    display: block;
}
.partnersleft{
    width: 54%;
    display: block;
    float: left;
}
.partnersright {
    width: 46%;
    display: block;
    float: left;
    margin-top: 0px;
}

.content table[height] {
    height: auto !important;
}
@media screen and (min-width: 1200px) {
    ul.top.custom {
        width: 495px;
    }
}