/* This is topbox1 */

@font-face {
  font-family: 'FontAwesome';
  src: url('../files/icons/fontawesome-webfont.eot?v=3.0.1');
  src: url('../files/icons/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('../files/icons/fontawesome-webfont.woff?v=3.0.1') format('woff'),
    url('../files/icons/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;

  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

.icon-remove:before		{ content: "\f021"; }
.icon-chevron-left:before		{ content: "\f022"; }
.icon-chevron-right:before		{ content: "\f023"; }

#topBoxTriggerstacks_in_0 {
	cursor: pointer;
}

#shade1 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade1.topBoxShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade1.topBoxShadeSolid {
	background: #000000;
}

/* Vertical gradient fill */
#shade1.topBoxShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade1 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade1.topBoxShadeTLDiagonal {
background: #333333;
background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: linear-gradient(135deg,  #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade1.topBoxShadeBLDiagonal {
background: #333333;
background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
background: linear-gradient(45deg, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade1.topBoxShadeRadial {
background: #333333;
background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade1.topBoxShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade1.topBoxShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

%[if edit]%

#topBoxTriggerstacks_in_0:hover,
.topbox:hover {
	cursor: pointer !important;
}

#topBox1 {
	display: none;
	margin: 0 auto;
	position: fixed;
	
	max-width: 800px;
	
	text-align: center;
	z-index: 999;
	
	overflow: auto;
}

#topBox1, 
#topBox1::before, 
#topBox1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#topBoxContentstacks_in_0 {
	position: relative;
	z-index: 99999;
	text-align: left;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
	padding: px;
}

/* Responsive behavior */
#topBoxContentstacks_in_0 img {
	max-width: 100%;
	max-height: auto;
	width: auto;
	height: auto;
}

#topBoxContentstacks_in_0 .topBoxVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#topBoxContentstacks_in_0 .topBoxVideo iframe,
#topBoxContentstacks_in_0 .topBoxVideo object,
#topBoxContentstacks_in_0 .topBoxVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Buttons */

/* Close Button */



#topBoxClose1 {
	display: none;
	position: fixed;
	top: -70px;
	right: -70px;
	z-index: 1001;
	cursor: pointer;
	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	
	width: 140px;
	height: 140px;
	margin-top: 0px;
	font-weight: 100;
	line-height: 70px;
	color: #FFFFFF;
	text-align: center;
	background: #222222;
	border: 3px solid #FFFFFF;
	-webkit-border-radius: 123px;
	-moz-border-radius: 123px;
	border-radius: 123px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

#topBoxClose1 [class^="icon-"] {
	color: #FFFFFF;
}

#topBoxClose1:hover {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.99;
	filter: alpha(opacity=99);	
	
}

#topBoxClose1 .topBoxCloseInner,
#topBoxClose1 a.topBoxButtonLink {
	position: absolute;
	bottom: 10px;
	left: 8px;
	width: 70px;
	height: 70px;
	display: block;
}



/* Previous Button */



/* Next Button */



/* @end */

/* @group Global stuff */

.topBoxActive1 #topBoxClose1,
.topBoxActive1 #topBoxNext1,
.topBoxActive1 #topBoxPrev1 {
	display: block;
}


.topBoxIE {
	display: none;
}

/* @end */

/* @group Responsive stuff */

@media screen and (max-width: 580px) {
	#topBoxTriggerstacks_in_0,
	#shade1,
	#topBoxClose1,
	#topBoxNext1,
	#topBoxPrev1 {
		display: none !important;
	}
	
	#topBox1 {
		display: block !important;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
	}
}

/* @end */



#stacks_in_62 {
	font-size: 146%;
}

#stacks_in_57 .stacks_left {
	float:left;
	width:32%;
}

#stacks_in_57 .stacks_right {
	float:right;
	width:32%;
}

#stacks_in_57 .stacks_middle {
	position:relative;
	margin:0 auto;
	width:32%;
}/* This is topbox2 */

@font-face {
  font-family: 'FontAwesome';
  src: url('../files/icons/fontawesome-webfont.eot?v=3.0.1');
  src: url('../files/icons/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('../files/icons/fontawesome-webfont.woff?v=3.0.1') format('woff'),
    url('../files/icons/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;

  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

.icon-remove:before		{ content: "\f021"; }
.icon-chevron-left:before		{ content: "\f022"; }
.icon-chevron-right:before		{ content: "\f023"; }

#topBoxTriggerstacks_in_51 {
	cursor: pointer;
}

#shade2 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade2.topBoxShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade2.topBoxShadeSolid {
	background: #000000;
}

/* Vertical gradient fill */
#shade2.topBoxShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade2 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade2.topBoxShadeTLDiagonal {
background: #333333;
background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: linear-gradient(135deg,  #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade2.topBoxShadeBLDiagonal {
background: #333333;
background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
background: linear-gradient(45deg, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade2.topBoxShadeRadial {
background: #333333;
background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade2.topBoxShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade2.topBoxShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

%[if edit]%

#topBoxTriggerstacks_in_51:hover,
.topbox:hover {
	cursor: pointer !important;
}

#topBox2 {
	display: none;
	margin: 0 auto;
	position: fixed;
	
	max-width: 800px;
	
	text-align: center;
	z-index: 999;
	
	overflow: auto;
}

#topBox2, 
#topBox2::before, 
#topBox2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#topBoxContentstacks_in_51 {
	position: relative;
	z-index: 99999;
	text-align: left;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
	padding: px;
}

/* Responsive behavior */
#topBoxContentstacks_in_51 img {
	max-width: 100%;
	max-height: auto;
	width: auto;
	height: auto;
}

#topBoxContentstacks_in_51 .topBoxVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#topBoxContentstacks_in_51 .topBoxVideo iframe,
#topBoxContentstacks_in_51 .topBoxVideo object,
#topBoxContentstacks_in_51 .topBoxVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Buttons */

/* Close Button */



#topBoxClose2 {
	display: none;
	position: fixed;
	top: -70px;
	right: -70px;
	z-index: 1001;
	cursor: pointer;
	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	
	width: 140px;
	height: 140px;
	margin-top: 0px;
	font-weight: 100;
	line-height: 70px;
	color: #FFFFFF;
	text-align: center;
	background: #222222;
	border: 3px solid #FFFFFF;
	-webkit-border-radius: 123px;
	-moz-border-radius: 123px;
	border-radius: 123px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

#topBoxClose2 [class^="icon-"] {
	color: #FFFFFF;
}

#topBoxClose2:hover {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.99;
	filter: alpha(opacity=99);	
	
}

#topBoxClose2 .topBoxCloseInner,
#topBoxClose2 a.topBoxButtonLink {
	position: absolute;
	bottom: 10px;
	left: 8px;
	width: 70px;
	height: 70px;
	display: block;
}



/* Previous Button */



/* Next Button */



/* @end */

/* @group Global stuff */

.topBoxActive2 #topBoxClose2,
.topBoxActive2 #topBoxNext2,
.topBoxActive2 #topBoxPrev2 {
	display: block;
}


.topBoxIE {
	display: none;
}

/* @end */

/* @group Responsive stuff */

@media screen and (max-width: 580px) {
	#topBoxTriggerstacks_in_51,
	#shade2,
	#topBoxClose2,
	#topBoxNext2,
	#topBoxPrev2 {
		display: none !important;
	}
	
	#topBox2 {
		display: block !important;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
	}
}

/* @end */



#stacks_in_10 {
	border: solid rgba(86, 112, 150, 1.00);
	border-width:  2px;
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
	margin: 10px 0px 10px 0px;
	padding:  5px;
}

/* This is topbox3 */

@font-face {
  font-family: 'FontAwesome';
  src: url('../files/icons/fontawesome-webfont.eot?v=3.0.1');
  src: url('../files/icons/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('../files/icons/fontawesome-webfont.woff?v=3.0.1') format('woff'),
    url('../files/icons/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;

  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

.icon-remove:before		{ content: "\f021"; }
.icon-chevron-left:before		{ content: "\f022"; }
.icon-chevron-right:before		{ content: "\f023"; }

#topBoxTriggerstacks_in_54 {
	cursor: pointer;
}

#shade3 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade3.topBoxShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade3.topBoxShadeSolid {
	background: #000000;
}

/* Vertical gradient fill */
#shade3.topBoxShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade3 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade3.topBoxShadeTLDiagonal {
background: #333333;
background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: linear-gradient(135deg,  #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade3.topBoxShadeBLDiagonal {
background: #333333;
background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
background: linear-gradient(45deg, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade3.topBoxShadeRadial {
background: #333333;
background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade3.topBoxShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade3.topBoxShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

%[if edit]%

#topBoxTriggerstacks_in_54:hover,
.topbox:hover {
	cursor: pointer !important;
}

#topBox3 {
	display: none;
	margin: 0 auto;
	position: fixed;
	
	max-width: 800px;
	
	text-align: center;
	z-index: 999;
	
	overflow: auto;
}

#topBox3, 
#topBox3::before, 
#topBox3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#topBoxContentstacks_in_54 {
	position: relative;
	z-index: 99999;
	text-align: left;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
	padding: px;
}

/* Responsive behavior */
#topBoxContentstacks_in_54 img {
	max-width: 100%;
	max-height: auto;
	width: auto;
	height: auto;
}

#topBoxContentstacks_in_54 .topBoxVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#topBoxContentstacks_in_54 .topBoxVideo iframe,
#topBoxContentstacks_in_54 .topBoxVideo object,
#topBoxContentstacks_in_54 .topBoxVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Buttons */

/* Close Button */



#topBoxClose3 {
	display: none;
	position: fixed;
	top: -70px;
	right: -70px;
	z-index: 1001;
	cursor: pointer;
	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	
	width: 140px;
	height: 140px;
	margin-top: 0px;
	font-weight: 100;
	line-height: 70px;
	color: #FFFFFF;
	text-align: center;
	background: #222222;
	border: 3px solid #FFFFFF;
	-webkit-border-radius: 123px;
	-moz-border-radius: 123px;
	border-radius: 123px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

#topBoxClose3 [class^="icon-"] {
	color: #FFFFFF;
}

#topBoxClose3:hover {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.99;
	filter: alpha(opacity=99);	
	
}

#topBoxClose3 .topBoxCloseInner,
#topBoxClose3 a.topBoxButtonLink {
	position: absolute;
	bottom: 10px;
	left: 8px;
	width: 70px;
	height: 70px;
	display: block;
}



/* Previous Button */



/* Next Button */



/* @end */

/* @group Global stuff */

.topBoxActive3 #topBoxClose3,
.topBoxActive3 #topBoxNext3,
.topBoxActive3 #topBoxPrev3 {
	display: block;
}


.topBoxIE {
	display: none;
}

/* @end */

/* @group Responsive stuff */

@media screen and (max-width: 580px) {
	#topBoxTriggerstacks_in_54,
	#shade3,
	#topBoxClose3,
	#topBoxNext3,
	#topBoxPrev3 {
		display: none !important;
	}
	
	#topBox3 {
		display: block !important;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
	}
}

/* @end */



#stacks_in_40 {
	border: solid rgba(86, 112, 150, 1.00);
	border-width:  2px;
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
	margin: 10px 0px 10px 0px;
	padding:  5px;
}

/* This is topbox1 */

@font-face {
  font-family: 'FontAwesome';
  src: url('../files/icons/fontawesome-webfont.eot?v=3.0.1');
  src: url('../files/icons/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('../files/icons/fontawesome-webfont.woff?v=3.0.1') format('woff'),
    url('../files/icons/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;

  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

.icon-remove:before		{ content: "\f021"; }
.icon-chevron-left:before		{ content: "\f022"; }
.icon-chevron-right:before		{ content: "\f023"; }

#topBoxTriggerstacks_in_48 {
	cursor: pointer;
}

#shade1 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade1.topBoxShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade1.topBoxShadeSolid {
	background: #000000;
}

/* Vertical gradient fill */
#shade1.topBoxShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade1 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade1.topBoxShadeTLDiagonal {
background: #333333;
background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: linear-gradient(135deg,  #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade1.topBoxShadeBLDiagonal {
background: #333333;
background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
background: linear-gradient(45deg, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade1.topBoxShadeRadial {
background: #333333;
background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade1.topBoxShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade1.topBoxShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

%[if edit]%

#topBoxTriggerstacks_in_48:hover,
.topbox:hover {
	cursor: pointer !important;
}

#topBox1 {
	display: none;
	margin: 0 auto;
	position: fixed;
	
	max-width: 800px;
	
	text-align: center;
	z-index: 999;
	
	overflow: auto;
}

#topBox1, 
#topBox1::before, 
#topBox1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#topBoxContentstacks_in_48 {
	position: relative;
	z-index: 99999;
	text-align: left;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
	padding: px;
}

/* Responsive behavior */
#topBoxContentstacks_in_48 img {
	max-width: 100%;
	max-height: auto;
	width: auto;
	height: auto;
}

#topBoxContentstacks_in_48 .topBoxVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#topBoxContentstacks_in_48 .topBoxVideo iframe,
#topBoxContentstacks_in_48 .topBoxVideo object,
#topBoxContentstacks_in_48 .topBoxVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Buttons */

/* Close Button */



#topBoxClose1 {
	display: none;
	position: fixed;
	top: -70px;
	right: -70px;
	z-index: 1001;
	cursor: pointer;
	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	
	width: 140px;
	height: 140px;
	margin-top: 0px;
	font-weight: 100;
	line-height: 70px;
	color: #FFFFFF;
	text-align: center;
	background: #222222;
	border: 3px solid #FFFFFF;
	-webkit-border-radius: 123px;
	-moz-border-radius: 123px;
	border-radius: 123px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

#topBoxClose1 [class^="icon-"] {
	color: #FFFFFF;
}

#topBoxClose1:hover {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.99;
	filter: alpha(opacity=99);	
	
}

#topBoxClose1 .topBoxCloseInner,
#topBoxClose1 a.topBoxButtonLink {
	position: absolute;
	bottom: 10px;
	left: 8px;
	width: 70px;
	height: 70px;
	display: block;
}



/* Previous Button */



/* Next Button */



/* @end */

/* @group Global stuff */

.topBoxActive1 #topBoxClose1,
.topBoxActive1 #topBoxNext1,
.topBoxActive1 #topBoxPrev1 {
	display: block;
}


.topBoxIE {
	display: none;
}

/* @end */

/* @group Responsive stuff */

@media screen and (max-width: 580px) {
	#topBoxTriggerstacks_in_48,
	#shade1,
	#topBoxClose1,
	#topBoxNext1,
	#topBoxPrev1 {
		display: none !important;
	}
	
	#topBox1 {
		display: block !important;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
	}
}

/* @end */



#stacks_in_8 {
	border: solid rgba(86, 112, 150, 1.00);
	border-width:  2px;
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
	margin: 10px 0px 10px 0px;
	padding:  5px;
}

  #stacks_in_650{visibility:hidden}

#stacks_in_652 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_654 {
	margin:  10px;
}

#stacks_in_655 {
	word-spacing: -2px;
	font-size: 90%;
}
  #stacks_in_542{visibility:hidden}

#stacks_in_546 {
	background-color: rgba(55, 89, 132, 1.00);
	margin: 0px 0px 20px 0px;
}
#stacks_in_548 .sirecowrapper {
display: block;
padding-top: 0% !important;
padding-bottom: 0% !important;


height:auto;


/*Custom CSS;*/
}

#stacks_in_548 .sirecowrapper a {/*Custom CSS;*/}
#stacks_in_548 .sirecowrapper a:hover {/*Custom CSS;*/}

#stacks_in_548 .sirecocontainer {
display: block;
max-width: 1060px; 
margin-left: auto;
margin-right:auto;
/*Custom CSS;*/
}

#stacks_in_548 .sirecocontainer img {

	padding: 0px 0px 0px 0px;
}


#stacks_in_548 .sirecobefit {
margin-left: -10px;
margin-right: -10px;
}

#stacks_in_548 .sirecospacer {
margin-left: 10px;
margin-right: 10px;
}

#stacks_in_548 .sireco:first-of-type {
float: left;

											/*3columnspecial*/





}
#stacks_in_548 .sireco {



											/*3columnspecial*/





	width: 20%;






	display: block; 
	float: left; clear: none;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#stacks_in_548 .sireco:last-of-type {
float: right; clear: right;

											/*3columnspecial*/




}

#stacks_in_548 .sireco_bottomslice {
	text-align: center;
	padding: 5%;
	/*Custom CSS;*/
}


@media handheld, only screen and (max-width: 680px) {
#stacks_in_548 .sirecobefit {
margin-left: 10px;
margin-right: 10px;
}
#stacks_in_548 .sireco {
	width: 100%;
	padding: 25px;
				
}
#stacks_in_548 .sireco:first-of-type {
	width: 100%;
	padding: 25px; 
				
/*Custom CSS;*/
}
#stacks_in_548 .sireco:last-of-type { 
	width: 100%;
	padding: 25px; 
				
	/*Custom CSS;*/
}

#stacks_in_548 .sireco:nth-of-type(2n) {
 
}

#stacks_in_548 .sirecocontainer {

}

#stacks_in_548 .sirecowrapper {



height:auto !important;


/*Custom CSS;*/
}

#stacks_in_548 .sireco_bottomslice {
	/*Custom CSS;*/
}

}



#stacks_in_548 {
	background-color: rgba(238, 192, 132, 1.00);
	margin: 30px 30px 30px 30px;
	padding: 20px 20px 20px 20px;
}

#stacks_in_555 {
	font-size: 80%;
}

#stacks_in_562 {
	font-size: 80%;
}

#stacks_in_569 {
	font-size: 80%;
}

#stacks_in_576 {
	font-size: 80%;
}

#stacks_in_583 {
	font-size: 80%;
}
#stacks_in_584 .sirecowrapper {
display: block;
padding-top: 0% !important;
padding-bottom: 0% !important;


height:auto;


/*Custom CSS;*/
}

#stacks_in_584 .sirecowrapper a {/*Custom CSS;*/}
#stacks_in_584 .sirecowrapper a:hover {/*Custom CSS;*/}

#stacks_in_584 .sirecocontainer {
display: block;
max-width: 1200px; 
margin-left: auto;
margin-right:auto;
/*Custom CSS;*/
}

#stacks_in_584 .sirecocontainer img {

	padding: 0px 0px 0px 0px;
}


#stacks_in_584 .sirecobefit {
margin-left: -10px;
margin-right: -10px;
}

#stacks_in_584 .sirecospacer {
margin-left: 10px;
margin-right: 10px;
}

#stacks_in_584 .sireco:first-of-type {
float: left;

											/*3columnspecial*/





}
#stacks_in_584 .sireco {



											/*3columnspecial*/



	width: 25%;








	display: block; 
	float: left; clear: none;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#stacks_in_584 .sireco:last-of-type {
float: right; clear: right;

											/*3columnspecial*/




}

#stacks_in_584 .sireco_bottomslice {
	text-align: center;
	padding: 5%;
	/*Custom CSS;*/
}


@media handheld, only screen and (max-width: 680px) {
#stacks_in_584 .sirecobefit {
margin-left: 10px;
margin-right: 10px;
}
#stacks_in_584 .sireco {
	width: 100%;
	padding: 25px;
				
}
#stacks_in_584 .sireco:first-of-type {
	width: 100%;
	padding: 25px; 
				
/*Custom CSS;*/
}
#stacks_in_584 .sireco:last-of-type { 
	width: 100%;
	padding: 25px; 
				
	/*Custom CSS;*/
}

#stacks_in_584 .sireco:nth-of-type(2n) {
 
}

#stacks_in_584 .sirecocontainer {

}

#stacks_in_584 .sirecowrapper {



height:auto !important;


/*Custom CSS;*/
}

#stacks_in_584 .sireco_bottomslice {
	/*Custom CSS;*/
}

}



#stacks_in_584 {
	background-color: rgba(55, 89, 132, 1.00);
	margin: 10px 0px 10px 0px;
	padding:  20px;
}

#stacks_in_586 {
	margin: 0px 0px 27px 0px;
}

#stacks_in_589 {
	font-size: 79%;
}

#stacks_in_591 {
	margin: 0px 0px 30px 0px;
}

#stacks_in_594 {
	font-size: 79%;
}

#stacks_in_596 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_599 {
	font-size: 80%;
}

#stacks_in_601 {
	margin: 0px 0px 8px 0px;
}

#stacks_in_604 {
	font-size: 79%;
}

#stacks_in_605 {
	background-color: rgba(55, 89, 132, 1.00);
	margin: 20px 0px 30px 0px;
}

#stacks_in_607 {
	background-color: rgba(238, 192, 132, 1.00);
	margin: 30px 30px 30px 30px;
	padding:  20px;
}
#stacks_in_611 .sirecowrapper {
display: block;
padding-top: 0% !important;
padding-bottom: 0% !important;


height:auto;


/*Custom CSS;*/
}

#stacks_in_611 .sirecowrapper a {/*Custom CSS;*/}
#stacks_in_611 .sirecowrapper a:hover {/*Custom CSS;*/}

#stacks_in_611 .sirecocontainer {
display: block;
max-width: 1200px; 
margin-left: auto;
margin-right:auto;
/*Custom CSS;*/
}

#stacks_in_611 .sirecocontainer img {

	padding: 0px 0px 0px 0px;
}


#stacks_in_611 .sirecobefit {
margin-left: -10px;
margin-right: -10px;
}

#stacks_in_611 .sirecospacer {
margin-left: 10px;
margin-right: 10px;
}

#stacks_in_611 .sireco:first-of-type {
float: left;

											/*3columnspecial*/





}
#stacks_in_611 .sireco {



											/*3columnspecial*/



	width: 25%;








	display: block; 
	float: left; clear: none;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#stacks_in_611 .sireco:last-of-type {
float: right; clear: right;

											/*3columnspecial*/




}

#stacks_in_611 .sireco_bottomslice {
	text-align: center;
	padding: 5%;
	/*Custom CSS;*/
}


@media handheld, only screen and (max-width: 680px) {
#stacks_in_611 .sirecobefit {
margin-left: 10px;
margin-right: 10px;
}
#stacks_in_611 .sireco {
	width: 100%;
	padding: 25px;
				
}
#stacks_in_611 .sireco:first-of-type {
	width: 100%;
	padding: 25px; 
				
/*Custom CSS;*/
}
#stacks_in_611 .sireco:last-of-type { 
	width: 100%;
	padding: 25px; 
				
	/*Custom CSS;*/
}

#stacks_in_611 .sireco:nth-of-type(2n) {
 
}

#stacks_in_611 .sirecocontainer {

}

#stacks_in_611 .sirecowrapper {



height:auto !important;


/*Custom CSS;*/
}

#stacks_in_611 .sireco_bottomslice {
	/*Custom CSS;*/
}

}



#stacks_in_611 {
	background-color: rgba(55, 89, 132, 1.00);
	padding:  20px;
}

#stacks_in_615 {
	margin: 0px 0px 27px 0px;
}

#stacks_in_618 {
	font-size: 80%;
}

#stacks_in_625 {
	font-size: 80%;
}

#stacks_in_632 {
	font-size: 80%;
}

#stacks_in_636 {
	margin: 0px 0px 8px 0px;
}

#stacks_in_639 {
	font-size: 80%;
}


/* Start doobox Chauffeur css */

.stacks_in_640wrapper{
width: 60px;
margin: 0 auto;

display : none;

opacity:0.7;
}

.stacks_in_640bulter{
cursor: pointer;
border: 1px solid #8B6F40;
background: #9F8354;
width: 60px;
height: 60px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #283F61;
text-align: center;
line-height: 60px;
margin: 5px;
z-index: 1000001;
background: #9F8354;
}


.stacks_in_640bulter i {
	display: block;
	margin: 0 auto 0 auto;
	font-size: 20px;
	line-height: 58px; 
	vertical-align: middle;
}


.stacks_in_640bulter:hover{
color: #142B4D;
background: #AE9263; /* Old browsers */
}

/* end doobox Chauffeur css */

