/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }lo
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; font-weight: 300;}
hr { display: block; height: 1px; border: 0; border-top: 1px solid #E0E0E0; margin: 1.2em 0; padding: 0; width:100%; clear:both; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; height:100%;} 
select, input, textarea, button { font:0.8em sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #444; color:#fff; text-shadow: none; }
::selection { background:#444; color:#fff; text-shadow: none; }
.content a:link { -webkit-tap-highlight-color:  none;}

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #646464; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #96c800;/*lime*/ text-decoration: none;}
a:hover { color: #96c800; }

/* ------------------- BASICS --------------------- */
body {
	background: #FFF;
	font: 1em Arial, sans-serif;
	color: #646464;
	font-weight: 400;
    margin: 0 auto;
    /*max-width: 1900px;*/
    width: 100%;
}
header,
footer,
.content,
.content-wrapper {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.header-wrapper,
.footer-wrapper {
	width:100%;
	overflow: hidden;
}
.footer-wrapper {
	background-color: #f2f2f2;
	padding: 26px 0;
}
p {
    font-weight: 100;
    line-height: 1.2em;
    margin-bottom: 24px;
}
img {
	max-width: 100%;
}
h1 {
    color: #407dc8;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 3.15em;
    font-weight: 700;
    line-height: 0.88em;
    margin: 0 0 21px;
    text-transform: uppercase;
}
h2, h3 {
    color: #407dc8;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    margin: 15px 0;
     text-transform: uppercase;
}
h2 {
    font-size: 1.9em;
    line-height: 1em;
    margin-bottom: 25px;
}
h3 {
    font-size: 1.14em;
}
table {
    background: none repeat scroll 0 0 #F0F0F0;
    border: 12px solid #F0F0F0;
}
table tr {
    border-bottom: 1px solid #D8D8D8;
}
table td {
    padding: 10px 0;
}
span.impact,
span.lilac {
	color: #407DC8;
}
.more a,
a.arrows,
a.arrow,
.arrow a {
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 500;
	font-size: 1.05em;
	background: url("../../Images/Base/more.png") left center no-repeat;
	padding-left: 15px;
}
a.arrow2 {
	background: url("../../Images/Base/more.png") left no-repeat;
	padding-left: 15px;
}
p.arrow + p.arrow {
	margin-bottom: 0;
}
p.arrow + p.arrow:befor {
	margin-bottom: 0;
}
.content ul.arrow li,
.content ul.arrow2 li {
	background-image: none;
	padding: 0;
	margin: 0;
}
.content ul.arrow li a,
.content ul.arrow2 li a {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 500;
	font-size: 1.05em;
	background: url("../../Images/Base/more.png") left center no-repeat;
	padding-left: 15px;
}
.content ul.arrow li a {
	text-transform: uppercase;
}
/* ------------------- HEADER --------------------- */
.branding {
	overflow: hidden;
	margin-bottom: 12px;
	position: relative;
	width:100%;
}
.branding h1 {
    float: left;
    width: auto;
}
.site-logo {
	background: url("../../Images/Base/logo-events-hospitality-qm.png") no-repeat left bottom;
	background-size: 283px;
	display: block;
	text-indent: -2000px;
	width: 283px;
	height: 80px;
	float: left;	
	margin-top: 24px;
}
.mobileNav {
	display: none;
}
.support {
	width: 47%;
	float: right;
	text-align: right;
	margin-top: 22px;
}
.search, .phone, .live-chat, .calendar {
	float: left;
	display: inline;
}
.search {
	float: right;	
	border: 1px solid #d1d1d1;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 0 0 0 5px;
	margin: -4px 0 10px 0;
}
.search label {
	display: none;	
}
.search input {
	border:none !important;
}
.search input #q {
        width: 150px;
}
.search .searchSubmit {
	background-color: white;
	background: url("../../Images/Base/sprite.png");
	background-size: 44px;
	background-position: 0 -347px; 
	width: 22px; 
	height: 15px;
	text-indent: -2000px;
}
.support div.lpchat-container[style] {
	width: 150px !important;
}
.support div.lpchat-button[style] {
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 1.14em !important;
	padding: 2px 0 2px 11px !important;
}
.support img[style]{
	top: 6px !important;
	margin-left: -8px !important;
}
.support div[style]{
    font-family: "Roboto Condensed",sans-serif !important;
    font-size: 1.04em !important;
    padding: 1px 0 1px 11px !important;
}
.support .phone {
    margin-right: 12px;
    height: 100%;
     display: inline-block;
     position: relative;
     padding-right:30px;
     margin-top:-10px;
}
.support .phone a, .support .live-chat a, .support .calendar a {
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 1.14em;
    font-weight: 700;
    height: 26px;
    line-height: 0.7em;
    padding: 0 0 16px;
    text-transform: uppercase;
    vertical-align: top;
}
.support .phone a {
    color: #407dc8;
    margin-top:10px;
    display: inline-block;
    padding: 0;
    position: relative;
}
.support .phone .icon {
    background-image: url("../../Images/Base/sprite.png");
    background-position: 0 -274px;
    display: inline-block;
    height: 23px;
    right: 0;
    top:6px;
    margin-left:11px;
    overflow: hidden;
    text-align: left;
    text-indent: -2000px;
    width: 21px;
    position: absolute;
}
.support .live-chat .icon {
    background-image: url("../../Images/Base/sprite.png");
    background-position: 0 0;
    background-size: 44px auto;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: -3px 0 0 11px;
    overflow: hidden;
    text-align: left;
    text-indent: -2000px;
    width: 21px;
}
.support .calendar {
    margin-right: 12px;
    height: 100%;
     display: inline-block;
     position: relative;
     padding-right:30px;
     margin-top:-10px;
}
.support .calendar a {
    color: #407dc8;
    margin-top:10px;
    display: inline-block;
    padding: 0;
    position: relative;
}
.support .calendar .icon {
    background-image: url("../../Images/Base/sprite.png");
    background-position: 0 -301px;
    display: inline-block;
    height: 24px;
    right: 0;
    top:5px;
    margin-left:11px;
    overflow: hidden;
    text-align: left;
    text-indent: -2000px;
    width: 24px;
    position: absolute;
}
.border {
	border-top: 1px solid #D8D8D8;
	width:100%;
	clear: both;
}
/* ------------------- NAVIGATION --------------------- */
nav {
    clear: left;
    float: left;
    margin: 0 0 -1px;
}
nav ul {
    margin: 0 auto;
    position: relative;
    text-transform: uppercase;
}
nav li {
    display: inline-block;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 1.06em;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1em;
    margin-right: 21px;
    padding: 22px 0 22px;
    position: relative;
}
.primary li .currentbranch0  {
    color: #96C800;
    text-decoration: none;
}
.primary li .currentbranch0 a{
    color: #96C800;
    text-decoration: none;
}
.primary .currentbranch0 {
    display: inline-block;
    position: relative;
    background: transparent;
    text-align: center;
}
.primary .currentbranch0:after {
    content: '';
    display: block;  
    position: absolute;
    left:50%;
    margin-left:-22px;
    top: 180%;
    width: 0;
    height: 0;
    border-top: 22px solid #fff;
    border-right: 22px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 22px solid transparent;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.primary .currentbranch0:before {
    content: '';
    display: block;  
    position: absolute;
    top: 170%;
    left:50%;
    margin-left:-22px;
    width: 0;
    height: 0;
    border-top: 22px solid #d8d8d8;
    border-right: 22px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 22px solid transparent;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.primary li a {
    color: #407dc8;
    display: block;
    width: 100%;
}
.primary li a:hover {
    color: #96C800;
}
/* ---------------------------------------- */
.branding .mobile-icon {
    background: url("../../Images/Base/sprite.png");
	background-position: 0 -209px;
	background-size: 44px;
	width: 22px; 
	height: 18px; 
	text-indent: -2000px;
	display: none;
}
.social {
	float: right;	
	text-align: right;	
	position: absolute;
	bottom: 18px;
	right: 0;
	width: auto;
}
.social .media {
	display: inline-block;
	left: 0;
	overflow: hidden;
	text-align: left;
	text-indent: -2000px;
	background-size: 44px;
}
.twitter {
	background: url("../../Images/Base/sprite.png");
	background-position: 0 -411px; 
	width: 22px; 
	height: 19px;
	margin-right: 16px;
}
.google-plus {
	background: url("../../Images/Base/sprite.png");
	background-position: 0 -139px; 
	width: 22px; 
	height: 22px;
	margin-right: 10px;
	margin-bottom: -3px;
}
.facebook {
	background: url("../../Images/Base/sprite.png");
	background-position: 0 -70px; 
	width: 19px; 
	height: 19px;
	margin-right: 0;
}
.social .live-chat {
	background: url("../../Images/Base/sprite.png");
	background-position: 0 0; 
	background-size:22px;
	margin-right: 16px;
	width: 21px; 
	height: 20px;
	display: none;
}
.social .phone {
	background-image: url("../../Images/Base/sprite.png");
	background-position: 0 -274px;
	margin-right: 16px;
	width: 21px; 
	height: 23px;
	display: none;
}
/* ---------------------------------------- */

.header-wrapper.sticky {
    position: fixed; 
    display: block;
}
.sticky {
	border-bottom: none;
	top: 0;
    background:#FFF;
    width:100%;
    z-index:2000;
    box-shadow: 0 0 24px #BBB;
}
.sticky .branding{
	margin-bottom: 0;
}
.sticky .branding h1 {
    margin: 0;
}
.sticky .site-logo {
    background: url("../../Images/Base/logo-small.png") no-repeat left top;
    background-size: 50px;
	height: 15px;
	line-height: 0;
	margin: 15px 55px 15px 0;
	padding: 0;
	width: 50px;
}
.sticky .media{
	margin-right: 14px;
}
.sticky .social,
.sticky .support .phone,
.sticky .support .live-chat,
.sticky .support .calendar {
	display: none;
}
.sticky .support {
	margin-top:15px;
	width: auto;
}
.sticky .primary{
	clear: none;
    float: left;
    display: block !important;
}
.sticky .currentbranch0:after,
.sticky .currentbranch0:before {
    display: none;
}
.sticky nav li {
	padding: 13px 0;
}
.sticy .primary li .currentbranch0 {
	background-image: none;
}
.sticky .border{
	display: none;
}
/* ---------------------------------------- */
.subnav-toggle {
	display: none;
	width: 100%;
	border-top: #e0e0e0 solid 1px;
	border-bottom: #e0e0e0 solid 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.subnav-toggle a {
    //background: url("../../Images/Base/sprite.png") no-repeat 0 -209px #FFF;
    background: #FFF;
    padding: 10px 0 12px;
    //color: #407dc8;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.14em;
    font-weight: 700;
    letter-spacing: 0.04em;
	text-transform: uppercase;
	display: block;
}
.secondary {
    float: left;
    margin: 0 0 30px;
    padding: 0;
}
.secondary li {
    border-bottom: 1px solid #E0E0E0;
    color: #96C800;
    float: none;
    margin: 0;
    padding: 12px 0 15px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.secondary li ul {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.secondary li li ul {
    border-top: medium none;
}
.secondary li li {
    border-bottom: medium none;
    color: #407dc8;
    font-family: 'Arial',sans-serif;
    font-size: 0.9em;
    font-weight: 100;
    letter-spacing: 0;
    padding: 6px 0;
    text-transform: none;
}
.secondary li li:first-child {
    border-top: 1px solid #E0E0E0;
    margin-top: 15px;
    padding-top: 15px;
}
.secondary li li .currentbranch0  {
    color: #407dc8;
}
.secondary li li li {
    padding: 2px 0 2px 21px;
}
.secondary li a {
    color: #407dc8;
    display: block;
    width: 100%;
}
.secondary li li a {
    color: #646464;
}
.secondary li li li a {
    color: #999999;
}
.secondary li a:hover {
    color: #96C800;
}
.section-home {
    display: none;
}
.arrow-down {
    float: right;
    position: relative;
    right: 12px;
    top: 4px;
} 
.arrow-down:after, 
.arrow-down:before { 
    top: 100%; 
    left: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: 
    absolute; 
    pointer-events: none; 
} 
.arrow-down:after { 
    border-color: rgba(255, 255, 255, 0); 
    border-top-color: #FFF; 
    border-width: 5px; 
    margin-left: -5px; 
} 
.arrow-down:before { 
    border-color: rgba(224, 224, 224, 0); 
    border-top-color: #cdcdcd; 
    border-width: 7px; 
    margin-left: -7px; 
}
.secondary .currentbranch0 a + .arrow-down {
    position: absolute;
    top:16px;
}
.secondary .currentbranch1,
.secondary .currentbranch1 a {
    color: #96c800;
}
/* ---------------------------------------- */
.content section {
    float: right;
    margin: 0 0 21px 30px;
    width: 77%;
}
section header {
	padding: 0 0 44px 0;
	border-bottom: 1px solid #E0E0E0;
	margin: 9px 0 18px;
}
.intro {
    color: #407dc8;
    font-weight: 500;
    font-size: 1.2em;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 46px;
}
aside {
	width: 270px;
	float: right;
	margin: 0 0 20px 30px;
}
aside .more,
aside .arrow {
	text-align: right;
	font-size: 0.82em;
	margin-bottom: 19px;
}
aside h2 {
	font-size: 1.33em;
}
.aside-block {
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 21px;
}
.main-content {
    width:570px;
    padding-bottom: 15px;
    float:left;
}
.content section ul {
   list-style: none;
   margin: 0 0 12px 0;
   font-weight: 300;
}
.content section ul li {
   padding-left: 16px;
   background: url("../../Images/Base/li.png") left 7px no-repeat;
   margin-bottom: 12px;
}
.newsList {
    border-bottom: 1px solid #E0E0E0;
    float: left;
    margin-bottom: 30px;
    padding-bottom: 10px;
    width: 100%;
}
.newsList:first-child{
    border-top: 1px solid #E0E0E0;
}
.newsList img {
    float: right;
    width: 170px;
    margin: 0 0 18px 30px;
}
.newsList .titlelink {
    text-transform: uppercase;
    font-size:1.14em;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    display: block;
}
.item {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
    overflow: hidden;
}
.item img {
    float: left;
    margin: 0 30px 20px 0;
    width: 270px;
}
.small {
    font-size: 0.9em;
}
.inline {
    float: right;
    margin: 6px 0 32px 30px;
    width: 270px;
}
.last {
	margin-right: 0 !important;
}
/* ---------------------------------------- */
#accordion {
	border-top: 1px solid #E0E0E0;
	margin: 30px 0;
}
#accordion h3 {
	border-bottom: 1px solid #E0E0E0;
    margin: 0;
    line-height: 1em;
    padding: 15px 10px 17px 0;
    text-transform: uppercase;
}
#accordion .ui-accordion-content {
	padding: 10px 0;
	border-bottom: 1px solid #E0E0E0;
}
#accordion .ui-accordion-header {
	cursor: pointer;
}
.ui-icon {
	float: right;
    position: relative;
    right: 12px;
    top: 8px;
} 
.ui-icon:after, 
.ui-icon:before { 
	top: 100%; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: 
	absolute; 
	pointer-events: none; 
} 
.ui-icon:after { 
	border-color: rgba(255, 255, 255, 0); 
	border-top-color: #FFF; 
	border-width: 5px; 
	margin-left: -5px; 
} 
.ui-icon:before { 
	border-color: rgba(224, 224, 224, 0); 
	border-top-color: #E0E0E0; 
	border-width: 7px; 
	margin-left: -7px; 
}
.ui-icon.ui-icon-triangle-1-s:after, 
.ui-icon.ui-icon-triangle-1-s:before { 
	bottom: 80%;
	top:0;
} 
.ui-icon.ui-icon-triangle-1-s:after{
	border-color: rgba(255, 255, 255, 0); 
	border-bottom-color: #FFF;
	border-top-color: none;
	border-width: 9px; 
	margin-left: -9px; 	
	margin-top: -10px;
}
.ui-icon.ui-icon-triangle-1-s:before{
	border-color: rgba(224, 224, 224, 0); 
	border-bottom-color: #E0E0E0;
	border-top-color:none;
	border-width: 7px; 
	margin-left: -7px; 
	margin-top: -10px;
}
/* ---------------------------------------- */
body {
     transition:all .5s linear; 
    -o-transition:all .5s linear; 
    -moz-transition:all .5s linear; 
    -webkit-transition:all .5s linear;
}
/* ---------------------------------------- */
blockquote {
	position: relative;
	margin: 15px 0;
}
blockquote p{
	color: #407DC8;
	font-size: 2.35em;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
    quotes: """ """ "'" "'";
    margin: 0;
    line-height: 0.9em;
    position: relative;
    text-indent: 40px;
}

blockquote p:before {
	color: #407DC8;
    content: '\201C';
    font-size: 2.95em;
    line-height: 0.05em;
	vertical-align: -0.5em;
	font-family: 'Arial', sans-serif;
	font-weight: 500;
	position: absolute;
	left: -43px;
	top:45px;
}

blockquote p:after {
    color: #407DC8;
    content: '\201D';
    font-size: 2.95em;
    vertical-align: -0.49em;
    font-family: 'Arial', sans-serif;
	font-weight: 500;
	margin-left: 5px;
}
blockquote cite {
	color: #407DC8;
    font-size: 1.04em;
    	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
}

aside blockquote p {
	font-size: 1.9em;
	text-indent: 32px;
}
aside blockquote p:before {
	top:36px;
	left: -34px;
}
aside blockquote cite {
	font-size: 1.01em;
}
/* ---------------------------------------- */
.featured.col-wrapper{
	width: 100%;
	overflow: hidden;
	padding: 0;
	border-top:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
	margin-top: 20px;
}
.featured .twocol {
	float: left;
	width: 570px;
	margin: 18px 30px 6px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.featured h2,
.featured blockquote {
	margin-top: 0;
}
.featured .twocol.last {
	margin-right: 0;
}	
.featured p.arrow {
	margin-top: 0;
}

/* ---------------------------------------- */

.col-wrapper {
	margin: 24px 0;
	padding: 21px 0 0;
	width: 100%;	
	overflow: hidden;
	clear:both;
}
.services.col-wrapper {
	margin-bottom: 125px;
	padding:0;
}
.buttons.col-wrapper {
	margin-top: 82px;
	border-bottom: 1px solid #E0E0E0;
}
.content .col-wrapper {
	border-top:1px solid #e0e0e0;
	padding-top:21px;
}
/* ---------------------------------------- */
.twocol{
	margin: 0 30px 21px 0;
	padding: 0;
	float: left;
	width: 420px;
}
.content .twocol {
	border-bottom: 1px solid #E0E0E0;
}
.content .col-wrapper.buttons {
	margin-bottom: 1px solid #E0E0E0;
}
.content .buttons .twocol {
	position: relative;
	height: auto;
	padding-bottom: 0;
	border-bottom: none !important;
}
.content .buttons .overlay {
	position: absolute;
	padding: 20px;
	top:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.content .buttons img {
	max-width: 100%;
}
.content .buttons h2 {
	padding:0;
	margin: 0 0 20px;
	width: 50%;
}
.content .buttons .accommodation h2{
	color: #FFF;
	width: 45%;
}
.content .buttons p.arrow {
	bottom: auto;
	float: none;
	position: relative;
}
.location-wrapper {
	position: relative;
}
.no-cssgradients .location-wrapper .overlay{
	background: url(../images/theme/bg-t-d.png) top repeat-x;	
}
.location-wrapper .overlay{
	position: absolute;
	line-height: 1.2em;
	padding: 18px 18px 28px;
	width: 420px;
	top:0;
	font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */
-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/** delete **/
.location-wrapper .overlay.blue {
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-8 */
}
.location-wrapper .overlay a {
	color: #FFF;
	font-size: 2.41em;
	font-weight: 700;
	line-height: 1em;
}
.content .twocol {
	position: relative;
	height: 430px;
}
.content .twocol .arrow{
	position: absolute;
	float: left;
	width: auto;
	bottom: 0;
	left: 0;
}
.twocol > p {
	margin-top:21px;
}
.content .twocol {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom:21px;
    height: 470px;
}
.tube {
	float: right;
	color: #aeaeae;
	width: auto;
}
.content .twocol .tube {
	position: absolute;
	bottom:0;
	right:0;
	width:auto;
}
.tube span {
	background: url("../../Images/Base/sprite.png");
	background-position: 0 -474px; 
	background-size: 44px;
	display: block;
	width: 19px; 
	height: 16px;
    margin: 2px 11px 0 0;
    text-indent: -2000px;
    float: left;
}
/* ----------------------------------------- */
.threecol {
	float: left;
	width: 270px; /*  373/1170 */
	margin-right: 30px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.content .threecol {
    border-bottom: 1px solid #E0E0E0;
    height:380px;
    margin-bottom: 21px;
    position: relative;
}
.content .qm-accommodation .threecol {
    height: 500px;
}
.content .qm-accommodation .threecol .tube {
    position: absolute;
    bottom:0;
    right:0;
    width:auto;
}
.content .three,
.content .six,
.content .col-3,
.content .col-6 {
    margin-right: 0;
}

.services .threecol {
	background-color: #F0F0F0;
	margin-right: 26px; 
	height: 266px;
	width: 372px;
	padding: 0 19px;
}

.services .threecol.dark {
	background-color: #407DC8;
}

.services .threecol.second {
	background: url("../../Images/Base/homepage-rates.jpg") no-repeat center bottom #F2F2F2;
	background-width: 100%;
	background-size: 100%;
}

.services .threecol.last {
	margin-right: 0;
	background: url("../../Images/Base/homepage-chat.jpg") no-repeat center bottom #F2F2F2; 
	background-width:100%;
	background-size: 100%;
}

.services .threecol.dark p,
.services .threecol.dark h2 a,
.services .threecol.dark h2 {
	color: #FFF;	
}

.services .threecol h2 {
	margin: 15px 0;
}

.threecol h2 a {
	color: #407DC8;
}
.link-overlay {
	position: absolute;	
	z-index:100;
}
.heading-feature.threecol {
    float: left;
    margin: 0 30px 21px 0;
    width: 270px;
    border-bottom: none;
    height: auto !important;
}
.heading-feature.threecol h2 {
margin-top: 0;
}
.content .threecol .arrow,
.content .twocol .arrow {
	float: left;
	width: auto;
	bottom: 0;
	position: absolute;	
}
/* --------------- Reviews ------------------------- */
.content section ul.reviews-wrapper {
    width: 100%;
    overflow: hidden;
}
.content section ul.reviews-wrapper li {
    background-image: none;
    padding: 0;
    border-bottom: 1px solid #E0E0E0;
}
.content section ul.reviews-wrapper li:nth-child(2n){
    margin-right: 0;
}
.content ul.reviews-wrapper em {
    display: block;
    margin-top:21px;
    margin-bottom: 49px;
    text-transform: uppercase;
    font-weight: 700;
    color: #407DC8;
}
/* --------------- Gallery ------------------------- */
.content section ul.gallery {
    overflow: hidden;
    width: 103%;
}
.content section ul.gallery li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    margin-right: 12px;
    padding: 0;
}
.content section ul.gallery img {
    border: medium none;
}
/* --------------- News ------------------------- */
.content .AutoIndexSlot {
	width:100%;
}
.content img.box {
    width: auto;
}
.capacity {
    bottom: 0;
    color: #AEAEAE;
    position: absolute;
    right: 0;
    width: auto;
}
.capacity span {
    background: url("../../Images/Base/sprite.png") no-repeat  -20px -474px ;
    display: block;
    float: left;
    height: 16px;
    margin: 2px 11px 0 0;
    text-indent: -2000px;
    width: 19px;
}
/* --------------- TABLE ------------------------- */
.room-capacity {
    width: 100%;
    margin: 21px 0;
}
.room-capacity.with-limit {
    max-width: 715px;
}
.room-capacity tr.information, .room-capacity tr.headers {
    border-bottom: medium none;
}
.room-capacity td {
    text-align: center;
}
.room-capacity .room, .room-capacity .room-type {
    border-bottom: medium none;
    color: #407dc8;
    text-align: left;
    width: 120px;
}
.room-capacity .room-type {
    text-align: center;
}
.room-capacity .headers .room,
.room-capacity .room-type {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif; 
    font-size: 1.07em;
}
.room-capacity .room-details {
    color: #939393;
    font-weight: 100;
    height: 36px;
    vertical-align: middle;
}
.room-capacity .light {
    color: #D1D1D1;
}
.room-capacity .hover, .room-capacity .hover .light, .room-capacity .room-details.hover {
    color: #407dc8 !important;
}
.room-capacity .icons span {
    display: block;
    height: 33px;
    text-indent: -4000px;
    width: 36px;
}
.room-capacity .type-1 {
    background: url("../../Images/Base/rt-board-room.png") no-repeat scroll center 0 transparent;
    height: 31px;
    width: 36px;
}
.room-capacity .type-2 {
    background: url("../../Images/Base/rt-classroom.png") no-repeat scroll center 0 transparent;
    height: 31px;
    width: 36px;
}
.room-capacity .type-3 {
    background: url("../../Images/Base/rt-cabaret.png") no-repeat scroll center 0 transparent;
    height: 31px;
    width: 36px;
}
.room-capacity .type-4 {
    background: url("../../Images/Base/rt-ushape.png") no-repeat scroll center 0 transparent;
    height: 31px;
    width: 36px;
}
.room-capacity .type-5 {
    background: url("../../Images/Base/rt-theatre.png") no-repeat scroll center 0 transparent;
    height: 31px;
    width: 36px;
}
.room-capacity .type-6 {
    background: url("../../Images/Base/rt-reception.png") no-repeat scroll center 0 transparent;
    height: 31px;
    width: 36px;
}
.room-capacity .type-7 {
    background: url("../../Images/Base/rt-exam.png") no-repeat scroll center 0 transparent;
    height: 31px;
    width: 36px;
}
.room-capacity .type-8 {
    background: url("../../Images/Base/rt-dinner.png") no-repeat scroll center 0 transparent;
    height: 31px;
    width: 36px;
}
.search-results table {
	background-color: #FFF;
	border: none;
}
.search-results .gsc-control-wrapper-cse {
	margin: 0;
	padding: 0;
}
/* --------------- HIGHLIGHT -------------------- */
.highlight {
    background: #F0F0F0;
    padding: 12px 24px;
    margin-bottom: 12px;
}
/* --------------- FORM ------------------------- */
#contact-us {
	background: #F2F2F2;
	padding: 20px;
}
#contact-us li {
	background-image: none;
	padding: 0 0 28px 0;
}
#enquiry-form label {
	clear: left;
	display: block;
	float: left;
	width: 20%;
}
#enquiry-form label.error {
	width:100%;
}
#enquiry-form input,
#enquiry-form textarea {
    border: 1px solid #E0E0E0;
    padding: 6px;
}
#enquiry-form textarea {
	width:72%;
}
#enquiry-form .submit {
    background: #407dc8;
    color: #FFFFFF;
    line-height: 0;
    padding: 6px;
    border-color: #407dc8;
    text-transform: uppercase;
    height: 32px;
}
/* --------------- Cookie Notice ------------------------- */
#cookieNotice {
	position: fixed;
	bottom: 0;
	padding: 15px 2%;
	background-color: #407dc8;
	width: 96%;
	color: #fff;
	z-index:2000;
}
#cookieNotice h2 {
	margin-top: 0;
	color: #fff;
}
#cookieNotice p {
	margin: 0;
}
#cookieNotice a {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}
#cookieNotice a.cookieButton {
	background-color: #fff;
	padding: 0 15px;
	float: right;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	color: #96C800;
	text-decoration: none;
	font-weight: normal;
}
.scshide {
	display: none!important;
}
/* --------------- FOOTER ------------------------- */
footer ul {
    margin-left: 0;
}
.footer-nav {
    clear: both;
    list-style: none outside none;
    overflow: hidden;
    width: 100%;
}
.footer-nav li {
    float: left;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 1.02em;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
    width: 210px;
    margin-right:30px;
}
.footer-nav li.contact-us {
	margin-right: 0;
}
.footer-nav li.sitemap {
	display: none;
}
.footer-nav li ul {
    margin-top: 10px;
}
.footer-nav li li {
    float: none;
    font-family: 'Arial',sans-serif;
    font-size: 0.9em;
    font-weight: 100;
    letter-spacing: 0;
    list-style: none outside none;
    margin: 0 0 12px;
    text-transform: none;
    width: 100%;
}
.footer-nav a {
    color: #646464;
}
.footer-details {
    margin-top: 16px;
    overflow: hidden;
    width: 100%;
}
.copyright {
    color: #ABABAB;
    float: left;
    margin-top: 28px;
    width: 50%;
}
.footer-logo {
    float: right;
}
.qm-logo {
    background: url("../../Images/Base/qm-logo.png") no-repeat scroll center top transparent;
    display: block;
    height: 46px;
    text-indent: -2000px;
    width: 171px;
}
#cookieNotice{
    background: #407dc8;
}
.cookieButton {

}
/* -------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-resolution: 240dpi) {
.twitter,
.google-plus,
.facebook,
.search .searchSubmit,
.social .live-chat,
.support .live-chat .icon,
.tube span,
.branding .mobile-icon,
.subnav-toggle .mobile-icon {
    background-image: url(../../Images/Base/sprite@2x.png);
  }
}


@media only screen and (min-width: 1230px) {
	.live-chat {
		margin-top: -10px;
	}
	.secondary {
		width:270px;
	}
	.content section {
		width: 870px;
	}
}
@media only screen and (max-width: 1230px) {
	header, footer, .content, .content-wrapper{
		max-width: 1080px;
	}
	.secondary,
	aside {
		width:240px;
	}
	.content section {
		width:780px;
	}
	.main-content {
    	width:510px;
	}
	.content .twocol,
	.location-wrapper .overlay {
		width: 375px;
	}
	.content .twocol {
	    height:450px;
	}
	.content .threecol { 
		width: 240px;
	}
	.search, .phone, .live-chat, .calendar {
		clear: both;
		float: right;
	}
	.support .phone,
	.support .calendar {
		margin: 6px 0 0;
	}
	.support .live-chat {
		margin-right: -11px;
	}
	.featured .twocol {
	    width: 510px;
	}
	.services .threecol {
		width: 332px;
	}
	.services .threecol h2 {
		font-size: 1.65em;
	}
	.gallery img {
    	width: 253px;
	}
	.footer-nav li {
		 width: 240px;
	}
	
}
@media only screen and (max-width: 1100px) {
	header, footer, .content, .content-wrapper{
		max-width: 960px;
	}
	.main-content {
    	width:450px;
	}
	.featured .twocol {
	    width: 450px;
	}
	.services .threecol {
	    width: 292px;
	}
	.secondary,
	aside {
		width: 210px;
	}
	.content section {
		width: 690px;
	}
	.content .twocol,
	.location-wrapper .overlay {
		width: 330px;
	}
	.content .threecol {
		width: 210px;
	}
	.gallery img {
    	width: 222px;
    	max-width: none;
	}
	.footer-nav li {
		 width: 210px;
	}
}
@media only screen and (max-width: 990px) {
	header, footer, .content, .content-wrapper{
		max-width: 840px;
	}
	.sticky .search {
	    display: none;
	}
	.secondary,
	aside {
		width:180px;
	}
	.content section {
		width:600px;
	}
	.conent .twocol {
		width: 285px;
	}
	.featured .twocol {
	    width: 390px;
	}
	.services .threecol {
	    width: 252px;
	    height: 290px;
	}
	.content .threecol {
		width: 285px;
		height: 400px;
	}
	.content .two,
	.content .four,
	.content .six,
    .content .col-2,
    .content .col-4,
    .content .col-6 {
	    margin-right:0;
	   }
	.content .three,
    .content .col-3 {
	    margin-right: 30px;
	}
	.content .twocol,
	.location-wrapper .overlay  {
    	width: 285px;
	}
	.main-content {
	    float: none;
	    max-width: none;
	    width: 100%
	}
	.content aside {
	    float: none;
	    margin-left: 0;
	    width: 100%;
	    border-top: 1px solid  #E0E0E0;
	    padding-top: 21px;
	}
	.aside-block {
		float: left;
		width: 285px;
		margin-right:30px;
	}
	.aside-block + .aside-block {
		margin-right: 0;
	}
	.gallery img {
    	width: 192px;
    	max-width: none;
	}
	.footer-nav li {
		 width: 180px;
	}
	
}
@media only screen and (max-width: 870px) {
	header, footer, .content, .content-wrapper{
		max-width: 750px;
	}
	.featured .twocol {
	    width: 330px;
	}
	.services .threecol {
	   width: 222px;
	   height: 310px;
	}
	.secondary,
	aside {
		width:180px;
	}
	.content section {
		width:510px;
	}
	.content .threecol,
	.content .twocol,
	.location-wrapper .overlay,
	aside .aside-block {
		width: 240px;
	}
	.content .threecol.middle {
		margin-right:0;
	}
	.content .twocol {
		height: 400px;
	}
	.content .twocol .tube {
	       bottom: 52px;
	       float: none;
	       left: 0;
	       margin: 0;
	       position: absolute;
	}
	.overlay a {
	    font-size: 1.9em;
	}
	.location-wrapper .overlay {
	    padding-top: 12px;
	}
	.gallery img {
    	width: 162px;
	}
	.footer-nav li {
		 width: 180px;
	}
}
@media only screen and (min-width: 769px){
	.social .media.facebook {
	    margin-right: 0;
	}
	.off {
		display: block !important;
	}
}
@media only screen and (max-width: 768px) {
	header, footer, .content, .content-wrapper{
		max-width: 100%;
	}
	header, footer, .container {
		padding: 0 15px;	
	}
	.content section{
		width:100%;
	}
	section header {
		margin-top: 15px;
	}
	.branding {
	    overflow: auto;
	    position: inherit;
	    margin-bottom: 0;
	}
	.home .branding {
		border-bottom: 1px solid #e0e0e0;
		margin-bottom: 15px;
	}
	.branding h1 {
	    width: 100%;
	    float: none;
	    margin-top: 44px;
	    border-top: 1px solid #e0e0e0;
	    overflow: hidden;
	}
	#mobileMenu {
		display: none;
	}
	nav li {
		font-size: 1.14em;
	}
	.border {
		display: none;
	}
	.main-content {
		max-width: none;
		float: none;
		width:100%;
	}
	aside {
	    width: 100%;
	    float: none;
	    margin-top: 15px;
	}
	.off {
    	display: none;
	}
	.support .phone, .support .live-chat, .support .calendar {
		display: none;
	}
	.site-logo {
		margin: 45px 0 15px;
		padding:0;
		width: 100%;
	}
	.branding .mobile-icon, .social {
		top: 13px;	
		position: absolute;
	}
	.branding .mobile-icon {
		display: block;
		float: left;
		padding: 0 3px;
	}
	.social .live-chat {
		background-size: 44px auto;
		display: inline-block;
		float: none;
	}
	.social {
		display: block;
		float: right;
		height: 20px;
		margin-top: 0;
		margin-right:2px;
		text-align: right;
		width:auto;
	}
	.facebook {
	    margin-right: 15px;
	}
	.footer-nav li {
		width: 25%;
		margin-right: 0;
	}
	.footer-logo,
	.copyright{
		clear: both;
    	float: none;
    	margin: 0 auto;
    	text-align: center;
    	width: 75%;
	}
	.qm-logo{
		background-image: center center;
		margin: 0 auto 25px;
	}
	/* ---------------------------------------- */
	.facebook {
	    margin-right: 15px;
	}
	.mobileNav {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 10px 0;
    }
    .support {
		background: #FFF;
    	position: absolute;
		z-index: 2000;
		width:90%;
		text-align: left;
		top:37px;
    }
    .search{
		float: left;
		width: 100%
	}
    .search .searchSubmit {
		float: right;
    }
    .primary{
    	background: #FFF;
    	position: absolute;
    	top: 95px;
    	z-index: 2000;
    	margin-left:-15px;
		padding-bottom: 10px;
    }
    .primary li {
    	border-bottom: 1px solid #DADADA;
    	width:90%;
    }
    .primary .currentbranch0:after,
    .primary .currentbranch0:before {
        display: none;
    }
	/* ---------------------------------------- */
	.header-wrapper.open header,
	.header-wrapper.open .support,
	.header-wrapper.open .primary {
		background: #407DC8;
	}
	.header-wrapper.open .branding h1 {
		border-top-color: #5a8fd0;
	}
	.header-wrapper.open .search {
		background: #FFF;
		padding: 3px 0 3px 5px;
	}
	.header-wrapper.open .searchSubmit {
		margin-top: 2px;
	}
	.header-wrapper.open .primary {
		height: 100%;
		width: 100%;
		margin-left: -15px;
		margin-right: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header-wrapper.open .primary ul {
	    margin: 0 15px;
	}
	.header-wrapper.open .primary li {
		margin:0;
		padding:0;
		border-bottom-color: #5a8fd0;
		width: 100%;
	}
	.header-wrapper.open .primary li a {
        color: #FFF;
	    padding: 13px 0 16px;
	}
    .header-wrapper.open .primary li .currentbranch0 {
        color: #FFF;
        padding: 13px 0 16px;
    }
    .header-wrapper.open .primary li span.currentbranch0 a {
        padding: 0;
    }
	.header-wrapper.open .primary li:first-child {
		border-top: 1px solid #5a8fd0;
	}
	.header-wrapper.open .mobile-icon {
		background-position: 22px -209px;
	}
	.header-wrapper.open .google-plus{
		background-position: 22px -139px; 
	}
	.header-wrapper.open .twitter{
		background-position: 22px -411px; 
	}
	.header-wrapper.open .facebook {
		background-position: 22px -70px; 
	}
	/* ---------------------------------------- */
	
	.subnav-toggle {
		display: block;
	}
	.secondary {
		background: #407DC8;
    	height: 100%;
    	width: 100%;
    	margin-top: -1px;
	}
	.secondary li {
		border-bottom-color: #5a8fd0;
		padding: 15px 0 15px 10px;
	}
	.secondary li a {
		color: #FFF;
	}
	.secondary li ul {
	    border-top: none;
	    background: #336cb3;
	    margin: 15px 0 -15px -10px;
	}
	.secondary li li {
		margin-left: 10px;
		color: #FFF;
	}
	.secondary li li:first-child{
		border-top: none;
		margin-top: 0;
	}
	.secondary li li a {
		color: #FFF;
		font-weight: 300;
	}
	.secondary li li li a {
		color: #b4a3bf;
	}
    .secondary .arrow-down:after {
        border-color: #407dc8 rgba(224, 224, 224, 0) rgba(224, 224, 224, 0)
    }
    .secondary .arrow-down:before {
        border-color: #5A8FD0 rgba(224, 224, 224, 0) rgba(224, 224, 224, 0)
    }
	.section-home {
		display: block;
	}
	.subnav-toggle .mobile-icon {
		background: url("../../Images/Base/sprite.png");
		background-position: 0 -227px;
		background-size: 44px;
		width: 22px; 
		height: 19px; 
		text-indent: -2000px;
		float:left;
		margin: 4px 12px 0 0;
	}
	/* ---------------------------------------- */
	.featured .twocol {
	    width: 346px;
	}
	.featured .twocol.last {
    	padding-bottom: 40px;
	}
	.services .threecol {
		width: 228.66px;
		height: 310px;
	}
	.services .threecol h2 {
		font-size: 1.65em;
	}
	.services .threecol.dark {
	}
	.services .threecol.last,
	.services .threecol.second {
		background-color: #F0F0F0;
	}
	/* ---------------------------------------- */
	.content h1 {
		font-size: 2.28em;
	}
	.content h2 {
		font-size: 1.65em;
	}
	.content .threecol {
		width: 226px;
	}
	.content .two,
	.content .three,
	.content .four,
    .content .col-2,
    .content .col-3,
    .content .col-4  {
	    margin-right: 30px;
	   }
	.content .three,
	.content .six,
    .content .col-3,
    .content .col-6 {
	    margin-right: 0;
	}
	.content .twocol,
	.location-wrapper .overlay,
	aside .aside-block {
		width: 354px;
	}
	.twocol .arrow {
		margin-bottom: 15px;	
	}
	.content .twocol .tube {
	    float: right;
	    right:0;
	    left:auto;
	    bottom:15px;
	}
	.content img {
		width: 100%;
	}
	aside .aside-block {
	    border-bottom: none;
	}
	.heading-feature.threecol {
	    width: 226px;
	    height: auto;
	}
	aside blockquote p {
		font-size: 1.9em;
		text-indent: 32px;
	}
	aside blockquote p:before {
		top:36px;
		left:-36px;
	}
	.gallery img {
		width: 238px;
		max-width: none;
	}
}
@media only screen and (min-device-width : 600px) and (orientation :portrait){
	.site-logo {
		background: url("../../Images/Base/logo@2x.png") no-repeat left bottom;
		background-size: 283px;
	}
}
@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :landscape) {
	body {
		font-size:.7em
	}
    .site-logo {
        background: url("../../Images/Base/logo@2x.png") no-repeat left bottom;
        background-size: 283px;
    }
    .primary .currentbranch0:after {
        top: 210%;
    }
    .primary .currentbranch0:before {
        top: 200%;
    }
	blockquote p {
		text-indent: 30px;
	}
	blockquote p:before {
		top: 32px;
		left: -30px;
	}
	aside blockquote p {
		text-indent: 26px;
	}
	aside blockquote p:before {
		top:25px;
		left:-26px;
	}
	
}
@media only screen and (max-width: 767px) {
    .open .site-logo {
        background: none;
    }
	.featured.col-wrapper {
	   margin-bottom: 0;
	}
	.services.col-wrapper {
		margin-top: 15px;
		padding: 0;
	}
   	.services .threecol {
       	height: 255px;
   	}
   	.services .threecol.dark {
   		height: 266px;
       	width: 100%;
       	margin-bottom: 15px;
   	}
   	.services .threecol.second {
       	width: 49%;
       	margin-right: 2%;
   	}
    .services .threecol.last {
       	width: 49%;
   	}
    .content img {
       	width: 100%;
   	}
    .content .item img {
	width: auto;
	}
    .content .threecol {
	    width: 290px;
	    margin-right: 30px;
	}
    .content .two,
    .content .four,
    .content .six,
    .content .col-2,
    .content .col-4,
    .content .col-6  {
		margin-right: 0;
    }
    .content .three,
    .content .five,
    .content .col-3,
    .content .col-5  {
		margin-right: 30px;
    }
   	.content .twocol {
		width: 48%;
		margin-right: 4%;
		height: 450px;
	}
	.content .twocol .tube {
		bottom: 26px;
	    left: 0;
	    margin-bottom: 18px;
	    position: absolute;
	    right: auto;
	}
	.location-wrapper .overlay {
		width:100%;
	}
   	.featured .twocol {
    	width: 100%;
    	margin:15px 0 0;
   	}
   .featured .twocol.last {
       padding-top: 15px;
	    border-top: 1px solid #E0E0E0;
	}
   .gallery li {
		width: 31%;
   	}
   .gallery img {
    	width: 100%;
	}
	aside .aside-block {
		width: 48%;
		margin-right: 4%;
	}
	aside .aside-block + aside .aside-block {
		margin-right: 0;
	}

}
@media only screen and (max-width: 652px) {
    .content .threecol {
		width: 49%;
		margin-right: 2%;
    }
    .content .two,
    .content .four,
    .content .six,
    .content .col-2,
    .content .col-4,
    .content .col-6  {
		margin-right: 0;
    }
    .content .three,
    .content .five,
    .content .col-3,
    .content .col-6 {
		margin-right: 2%
    }
}
@media only screen and (max-device-width: 600px) {
	.site-logo {
		background: url("../../Images/Base/logo-mobile.png") no-repeat left bottom;
		background-size: 217px;
	}
}
@media only screen and (max-width: 555px) {
	.gallery li {
		width: 47%;
   	}
}
@media only screen and (max-width: 480px) {
    section header {
    	padding-bottom: 7px;
    }
    .branding h1 {
    	margin-bottom: 0;
    }
    .home h2 {
    	font-size: 1.78em;
    }
   	.content h1 {
    	font-size: 1.9em;
	}
	.content h2 {
    	font-size: 1.4em;
	}
    .services .threecol.second,
    .services .threecol.last {
		width: 100%;
		float: none;
		margin-bottom: 21px;
		height: 266px;
    }
    .content .twocol,
    .heading-feature.threecol {
    	width: 100%;
    	float: none;
    	margin-right: 0
    }
    .content .twocol .tube {
		bottom: 0;
		left: auto;
		position: absolute;
		right: 0;
		margin-bottom: 15px;
	}
	.content .threecol,
    .content .qm-accommodation .threecol {
		width: 100%;
		margin-right: 0%;
		height:auto;
	}
    .content .threecol .arrow {
        position: relative;
    }
    .newsList img {
	    display: block;
	    float: none;
	    margin: 0 0 12px;
	}
	.gallery li {
		width: 46%;
   	}
   	.inline {
   		width:100%;
   		float: none;
   		margin: 18px 0;
   	}
   	aside .aside-block {
		width: 100%;
		margin-right: 0;
		border-bottom: #e0e0e0 solid 1px;
	}
	.footer-nav li {
		width:45%;
		margin-right: 9%;
	}
	.footer-nav li.location,
	.footer-nav li.gallery {
		margin-right:0;
	}
}
@media only screen and (max-width: 350px) {
	.site-logo {
		background-size: 217px;
		height: 61px;
	}
	.content section ul.gallery, 
	.gallery li,
	.content .col-wrapper {
		width: 100%;
   	}
	
   	.featured.col-wrapper {
       margin-bottom: 0;
       padding: 0;
	}
	.featured blockquote {
	    width:95%;
	    }
	.location-wrapper .overlay a {
	    font-size:1.9em;
	}
	.content .col-wrapper,
	.content .twocol-wrapper {
		padding-top: 15px;
	}
	.content .twocol,
	.content .threecol,
	.heading-feature.threecol {
	    float: none;
		padding-bottom: 0;
		margin-bottom: 15px;
		width:100%;
	}
	.content .twocol {
		height: 400px;
	}
	.twocol .tube,
	.twocol .capacity {
		float: right;
	}
	.tube span {
	    margin-right: 5px;
	}
	table {
	    border-width: 5px;
	}
   	.room-capacity {
	    margin: 21px -15px;
	}
	.room-capacity .type-2,
	.room-capacity .icons .type-2 span {
		width: 27px;
	}
	.room-capacity .type-4,
	.room-capacity .icons .type-4 span {
		width: 32px;
	}
	.room-capacity .type-6,
	.room-capacity .icons .type-6 span {
		width: 31px;
	}
	#enquiry-form label {
		width: 50%;
		float:none;
	}
	#enquiry-form input {
		width:55%;
	}
	aside,
	aside .aside-block {
	    width: 100%;
	    margin:0;
	}
	aside .aside-block {
		border-bottom: 1px solid #E0E0E0;
	}
	aside .arrow {
		margin-bottom: 15px;
	}
	aside img {
	    width: 100%;
	}
}


@media print {
	* {
		background:transparent!important;
		color:#000!important;
		text-shadow:none!important;
		filter:none!important;
		-ms-filter:none!important
	}

	a,a:visited {
		text-decoration:underline
	}

	a[href]:after {
		content:" (" attr(href) ")"
	}

	abbr[title]:after {
		content:" (" attr(title) ")"
	}

	.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
		content:""
	}

	blockquote,pre {
		border:1px solid #999;
		page-break-inside:avoid
	}

	thead {
		display:table-header-group
	}

	img,tr {
		page-break-inside:avoid
	}

	img {
		max-width:100%!important
	}

	@page {
		margin:.5cm
	}

	h2,h3,p {
		orphans:3;
		widows:3
	}

	h2,h3 {
		page-break-after:avoid
	}
}