/***********************
*  Site Specific CSS   *
************************/

/* @imports
--------------*/
@import url("http://cdn.myld.com.au/1/css/fontawesome/4.0.3/css/font-awesome.css");
@import url('http://cdn.myld.com.au/1/js/plugins/smartCaptcha/smartCaptcha-v1.0.min.css');
@import url('http://cdn.myld.com.au/1/js/plugins/Faq/faq.min.css');
@import url('http://cdn.myld.com.au/1/js/fancybox2/jquery.fancybox.css');
@import url('http://cdn.myld.com.au/1/js/fancybox2/helpers/jquery.fancybox-thumbs.css');
@import url('http://cdn.myld.com.au/1/js/plugins/PhotoSwipe/photoswipe.min.css');

/* @font-faces
--------------*/
@font-face{
   font-family: 'Arvo';
   src:   url(http://cdn.myld.com.au/1/fonts/Arvo/arvo-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Arvo/arvo-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Arvo/arvo-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Arvo/arvo-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Arvo/arvo-regular-webfont.svg#arvoregular) format('svg');
   font-weight:400;
   font-style:normal;
}

@font-face{
   font-family: 'Arvo';
   src:   url(http://cdn.myld.com.au/1/fonts/Arvo/arvo-bold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Arvo/arvo-bold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Arvo/arvo-bold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Arvo/arvo-bold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Arvo/arvo-bold-webfont.svg#arvobold) format('svg');
   font-weight:700;
   font-style:normal;
}

@font-face{
   font-family: 'Raleway';
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-light-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-light-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-light-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-light-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-light-webfont.svg#ralewaylight) format('svg');
   font-weight:300;
   font-style:normal;
}

@font-face{
   font-family: 'Raleway';
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.svg#ralewayregular) format('svg');
   font-weight:400;
   font-style:normal;
}

@font-face{
   font-family: 'Raleway';
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.svg#ralewaybold) format('svg');
   font-weight:700;
   font-style:normal;
}

/* @general styles
-----------------*/
::selection {
  background:#e6a304;
	color:#fff;
}

a {
	color:#e6a304;
	text-decoration:none;
}

a:hover {
	color:inherit;
	text-decoration:none;
}

body:before {
	content:url(http://cdn.myld.com.au/2/992/integral-glass_d765ba0903.png) url(http://cdn.myld.com.au/2/992/integral-glass_2de2816a82.png);
	display:none;
}

body {
	background:url(http://cdn.myld.com.au/2/991/integral-glass_20561ff4a9.jpg) repeat;
	color:#1a1a1a;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	line-height:normal;
}

.negMargin {
	margin-left:-15px;
	margin-right:-15px;
}

.sidePadded {
	padding-left:15px;
	padding-right:15px;
}

#header {
	position:relative;
	width:auto;
	left:auto;
	top:auto;
	margin-left:-15px;
	margin-right:-15px;
	padding-top:15px;
	padding-bottom:15px;
	background:rgba(0,0,0,0.64);
	z-index:1;
}

#headerRight {
	display:none;
	padding-top:35px;
}

#headerRight a {
	color:#e6a304;
	font-family: 'Arvo';
	font-weight:700;
	font-style:normal;
	font-size:25px;
	line-height:25px;
  background: -webkit-linear-gradient(#d79700, #ffb300);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#headerRight a:hover {
  background: -webkit-linear-gradient(#1b1c78, #29289f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#headerRight a span {
	font-weight:400;
}

#menu {
	margin-top:15px;
}

.navbar {
	min-height:0;
	margin-bottom:0;
}

.navbar .nav {
	margin:0;
}

.navbar .nav>li {
	float:left;
}

.navbar-nav>li>a {
	color:#fff;
	font-family: 'Arvo';
	font-weight:400;
	font-style:normal;
	font-size:16px;
	line-height:23px;
	letter-spacing:0.08em;
	padding:0;
	position:relative;
	display:block;
	white-space:nowrap;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav>li>a:hover, .nav>li>a:focus, .nav>li.active>a {
	background:transparent;
	color:#e6a304;
}

.nav>li.active>a {
	font-weight:700;
}

.navbar-nav>li>a:after {
	opacity:0;
	content:"";
	position:absolute;
	width:4px;
	height:4px;
	bottom:-2px;
	left:50%;
	margin-left:-2px;
	pointer-events:none;
	background:#e6a304;
	border-radius:999px;
	-webkit-border-radius:999px;
	-moz-border-radius:999px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav>li>a:hover:after, .nav>li>a:focus:after, .nav>li.active>a:after {
	opacity:1;
}

body#contact-us #slider {
	display:none;
}

.carousel .item {
    width: 100%; /*slider width*/
    max-height: 855px; /*slider height*/
}
.carousel .item img {
    width: 100%; /*img width*/
}

.carousel-control {
	width:20px;
	height:43px;
	top:auto;
	bottom:7px;
	opacity:1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.carousel-control.left {
	left:10px;
	background:url(http://cdn.myld.com.au/2/992/integral-glass_62f22be9a1.png) no-repeat;
}

.carousel-control.right {
	right:10px;
	background:url(http://cdn.myld.com.au/2/992/integral-glass_70f877e2d3.png) no-repeat;
}

.carousel-control.left:hover {
	background-image:url(http://cdn.myld.com.au/2/992/integral-glass_d765ba0903.png);
}

.carousel-control.right:hover {
	background-image:url(http://cdn.myld.com.au/2/992/integral-glass_2de2816a82.png);
}

#slogan {
	color:#404040;
	font-family: 'Raleway';
	font-weight:300;
	font-style:normal;
	font-size:26px;
	text-transform:uppercase;
	line-height:normal;
	background:rgba(255,255,255,0.73);
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	padding:14px 0;
}

#mainBox {
	background:#fff;
	border-left:solid 1px #cbcbcb;
	border-right:solid 1px #cbcbcb;
	padding-bottom:80px;
}

body#home #mainBox {
	padding-bottom:110px;
}

body#contact-us #cta {
	display:none;
}

#cta a {
	display:block;
	color:#fff;
	font-family: 'Arvo';
	font-weight:400;
	font-style:normal;
	font-size:18px;
	text-transform:uppercase;
	text-shadow: 0px 1px 1px rgba(31, 31, 31, 0.75);
	line-height:28px;
	background:url(http://cdn.myld.com.au/2/992/integral-glass_75076eff67.png) top center no-repeat;
	padding:18px 8px 17px 8px;
	letter-spacing:-0.02em;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#cta a:hover {
	color:#1b1c79;
}

#intro {
	padding-top:45px;
	color:#404040;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:16px;
	line-height:normal;
}

#intro h1 {
	color:#1b1c79;
	font-family: 'Arvo';
	font-weight:400;
	font-style:normal;
	font-size:17px;
	line-height:normal;
	margin:0 0 25px 0;
}

#intro p {
	margin-bottom:30px;
}

#ctas {
	position:relative;
	margin-top:20px;
	padding-top:40px;
}

#ctas:before {
	content:"";
	position:absolute;
	width:190px;
	height:1px;
	top:0;
	left:50%;
	margin-left:-95px;
	pointer-events:none;
	background:#d5d5d5;
}

.ctas {
	display:inline-block;
	color:#404040;
	font-family: 'Arvo';
	font-weight:400;
	font-style:normal;
	font-size:19px;
	letter-spacing:-0.02em;
	line-height:21px;
	padding-left:25px;
	padding-right:25px;
}

.ctas a {
	position:relative;
	display:inline-block;
	color:#fff;
	font-family: 'Arvo';
	font-weight:400;
	font-style:normal;
	font-size:19px;
	text-transform:capitalize;
	text-shadow: 0px 1px 1px rgba(31, 31, 31, 0.54);
	line-height:22px;
	letter-spacing:0;
	padding:14px 42px 14px 10px;
	margin-bottom:20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.18) inset; 
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.18) inset; 
	-moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.18) inset; 
	background: rgb(255,181,4); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjUwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWEzMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,181,4,1) 0%, rgba(229,163,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,181,4,1)), color-stop(100%,rgba(229,163,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,181,4,1) 0%,rgba(229,163,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,181,4,1) 0%,rgba(229,163,4,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,181,4,1) 0%,rgba(229,163,4,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,181,4,1) 0%,rgba(229,163,4,1) 100%); /* W3C */
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.ctas a:hover {
	color:#1b1c79;
}

.ctas a:before {
	content:"";
	position:absolute;
	width:12px;
	height:12px;
	right:18px;
	top:50%;
	margin-top:-6px;
	pointer-events:none;
	background:url(http://cdn.myld.com.au/2/991/integral-glass_4dd39bb5c3.png) no-repeat;
}

.ctas a:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	pointer-events:none;
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#ctas2 {
	margin-top:30px;
}

#ctas2 a {
	padding:14px 80px;
}

#content {
	margin-top:100px;
}

.contentBox {
	margin-bottom:30px;
}

.cotnentBox:last-child {
	margin-bottom:0;
}

.contentBox h2 {
	color:#1b1c79;
	font-family: 'Arvo';
	font-weight:400;
	font-style:normal;
	font-size:16px;
	line-height:normal;
	margin:0 0 16px 0;
}

.contentBox p {
	margin-bottom:20px;
}

.contentImage {
	margin-bottom:10px;
}

.contentImage img {
	display:inline-block;
}

.contentText {
	padding-right:15px;
	padding-left:15px;
}

#homeThumbs {
	margin-top:60px;
}

#pageTitle h2 {
	color:#1b1c79;
	font-family: 'Arvo';
	font-weight:400;
	font-style:normal;
	font-size:21px;
	text-transform:uppercase;
	letter-spacing:-0.02em;
	line-height:21px;
	padding-bottom:5px;
	margin-bottom:35px;
	border-bottom:solid 2px #1b1c79;
}

body#home #pageTitle h2 {
	margin-bottom:10px;
}

.homeThumb {
	position:relative;
	overflow:hidden;
}

.htText {
	position:relative;
	width:auto;
	left:auto;
	top:auto;
	color:#404040;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:17px;
	line-height:normal;
	padding:25px 15px;
	background:rgba(255,255,255,0.81);
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

#homeThumbs a:hover .htText {
	top:0;
}

.htText h3 {
	color:#1b1c79;
	font-family: 'Arvo';
	font-weight:400;
	font-style:normal;
	font-size:20px;
	line-height:normal;
	margin:0 0 20px 0;
}

.homeThumb h4 {
	display:none;
	color:#1b1c79;
	font-family: 'Arvo';
	font-weight:400;
	font-style:normal;
	font-size:17px;
	line-height:22px;
	margin:0 0 0 0;
	padding:15px;
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	background:rgba(255,255,255,0.81);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#homeThumbs a:hover .homeThumb h4 {
	bottom:-52px;
}

.footer {
	background:rgba(230,130,4,0.39);
	color:#1a1a1a;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	line-height:normal;
}

.footer h3 {
	color:#1a1a1a;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:17px;
	line-height:30px;
	margin:0 0 12px 0;
}

.footer a {
	color:#fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.footer a:hover {
	color:#1a1a1a;
}

#footerInner {
	background:#e6a304;
	border-left:solid 1px #ccb682;
	border-right:solid 1px #ccb682;
}

#footer1 {
	position:relative;
	padding-top:20px;
	padding-bottom:35px;
}

#footer-map {
	position:absolute;
	width:450px;
	height:100%;
	right:0;
	top:0;
}

#footerContact address {
	margin-bottom:24px;
	padding-left:26px;
	line-height:23px;
}

#footerContact address:last-child {
	margin-bottom:0;
}

.footerPhone {
	background:url(http://cdn.myld.com.au/2/991/integral-glass_b2a1e57159.png) left center no-repeat;
}

.footerAddress {
	background:url(http://cdn.myld.com.au/2/991/integral-glass_6958bc6790.png) left 3px no-repeat;
}

.footerMail {
	background:url(http://cdn.myld.com.au/2/991/integral-glass_d97422a502.png) left center no-repeat;
}

#footerContact a {
	color:#1a1a1a;
}

#footerContact a:hover {
	color:#fff;
}

#footer2 {
	padding-top:8px;
	padding-bottom:15px;
	background:#d19300;
}

#footerSocial {
	vertical-align:middle;
}

#footerIcons {
	margin-left:40px;
	vertical-align:middle;
}

.logos {
	display:inline-block;
	vertical-align:middle;
	padding-right:10px;
}

.logos:last-child {
	padding-right:0;
}

.logos img {
	display:inline-block;
}

#footerRight {
	padding-top:8px;
}

#copyright {
	color:#fff;
	font-family: 'Raleway';
	font-weight:300;
	font-style:normal;
	font-size:13px;
	letter-spacing:0.06em;
	line-height:normal;
}

#footerLS {
	margin-left:30px;
}

#footerBrand {
	margin-left:18px;
}

#map-canvas {
	height:200px;
}

ul, ol {
	margin:0 0 10px -18px;
}

dt, dd, ul li, ol li {
	line-height:inherit;
}

dd {
	margin-left:0;
	margin-bottom:10px;
}

.break {
	word-break:break-all;
}

label, input, button, select, textarea {
	font-family:inherit !important;
	font-size:inherit !important;
	font-weight:inherit !important;
	line-height:inherit !important;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	background:#f2f2f2 !important;
	border:1px solid #d9d9d9;
}

.btn {
	background:#e6a304;
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border:1px solid #d9d9d9;
	color:#fff;
	box-shadow:none;
	text-shadow:none !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn:hover {
	color:#e6a304;
	background:#fff;
}

#schema, .schema-address {
	display:none;
}

p:last-child,
p.last {
	margin-bottom:0 !important;
}

.besideMe {
	display:inline-block;
}

a.fancybox.thumbnail {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.fancybox.thumbnail:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	border-color:#ddd;
}

.firefox .isotope,
.firefox .item {
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}

#filters {
	margin:0;
	padding:0;
	list-style-type:none;
}

#filters li {
	margin:10px;
	max-width:255px;
	display:inline-block;
	background:#fff;
	border:solid 1px #ccc;
	padding:4px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	cursor:pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#filters li:hover {
	border-color:#e6a304;
	opacity:0.8;
}

#filters li span {
	display:block;
	color:#1a1a1a;
	font-family: 'Arvo';
	font-weight:400;
	font-style:normal;
	font-size:18px;
	text-transform:uppercase;
	line-height:normal;
	padding:15px 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#filters li:hover span {
	color:#e6a304;
}

.backtomain {
	cursor:pointer;
	display:inline-block;
	color:#fff;
	font-family: 'Arvo';
	font-weight:400;
	font-style:normal;
	font-size:20px;
	padding:10px 25px;
	background:#e6a304;
	margin-bottom:30px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.backtomain:hover {
	color:#1b1c79;
}

.showMe {
	display:block;
}

.hideMe {
	display:none;
}

.faq-number {
	line-height:23px;
	background:#e6a304;
}

blockquote {
	border-color:#e6a304;
}

#virtual {
	width:auto;
	height:350px;
	margin-bottom:20px;
}

.virtualColor {
	cursor:pointer;
	display:inline-block;
	width:52px;
	height:52px;
	margin:3px;
}

#virtualColor01 {background:rgb(232, 250, 210);}
#virtualColor02 {background:rgb(255, 255, 255);}
#virtualColor03 {background:rgb(213, 227, 191);}
#virtualColor04 {background:rgb(252, 252, 192);}
#virtualColor05 {background:rgb(222, 199, 131);}
#virtualColor06 {background:rgb(239, 240, 200);}
#virtualColor07 {background:rgb(191, 191, 191);}
#virtualColor08 {background:rgb(162, 199, 86);}
#virtualColor09 {background:rgb(240, 214, 129);}
#virtualColor10 {background:rgb(13, 94, 75);}
#virtualColor11 {background:rgb(152, 214, 15);}
#virtualColor12 {background:rgb(173, 212, 145);}
#virtualColor13 {background:rgb(204, 248, 249);}
#virtualColor14 {background:rgb(169, 192, 78);}
#virtualColor15 {background:rgb(185, 250, 42);}
#virtualColor16 {background:rgb(80, 117, 99);}
#virtualColor17 {background:rgb(102, 67, 197);}
#virtualColor18 {background:rgb(156, 109, 31);}
#virtualColor19 {background:rgb(156, 109, 31);}
#virtualColor20 {background:rgb(135, 94, 48);}
#virtualColor21 {background:rgb(204, 203, 201);}
#virtualColor22 {background:rgb(204, 203, 201);}
#virtualColor23 {background:rgb(93, 110, 92);}
#virtualColor24 {background:rgb(222, 207, 178);}
#virtualColor25 {background:rgb(172, 194, 207);}
#virtualColor26 {background:rgb(194, 86, 11);}
#virtualColor27 {background:rgb(250, 144, 22);}
#virtualColor28 {background:rgb(94, 94, 94);}
#virtualColor29 {background:rgb(140, 130, 121);}
#virtualColor30 {background:rgb(205, 158, 86);}
#virtualColor31 {background:rgb(188, 146, 98);}
#virtualColor32 {background:rgb(177, 12, 29);}
#virtualColor33 {background:rgb(76, 5, 11);}
#virtualColor34 {background:rgb(250, 235, 12);}
#virtualColor35 {background:rgb(212, 15, 182);}
#virtualColor36 {background:rgb(3, 3, 3);}

/* @media queries
-----------------*/
@media (min-width: 1200px) {
	#virtual {
		width:631px;
		height:473px;
	}
	
	.virtualColor {
		width:52px;
		height:52px;
		margin:3px;
	}
}

@media (min-width: 992px) {
	#map-canvas {
		height:600px;
	}

	.sidePadded {
		padding-left:30px;
		padding-right:30px;
	}

	#header {
		position:absolute;
		width:100%;
		left:0;
		top:0;
		margin-left:0;
		margin-right:0;
	}
	
	#headerRight {
		display:block;
	}
	
	.homeThumb h4 {
		display:block;
	}

	.htText {
		position:absolute;
		width:100%;
		left:0;
		top:-100%;
		padding-left:30px;
		padding-right:30px;
	}

	.contentText {
		padding-right:30px;
		padding-left:0;
	}
	
	#vurtual {
		margin-bottom:0;
	}
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/ }

@media (min-width: 768px) {
	#ctas2 {
		margin-top:0;
	}
	
	#cta a {
		display:inline-block;
		font-size:23px;
	}
	
	.contentImage {
		margin-bottom:0;
	}
}

@media (max-width: 767px) {
	.contactInfo {
		margin-top:50px;
	}
}

@media (max-width: 568px) {...}

@media (max-width: 480px) {...}

@media (min-width: 768px) and (max-width: 991px) {
	#map-canvas {
		height:320px;
	}

	.contentText {
		padding-right:15px;
		padding-left:0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-nav>li>a {
		font-size:14px;
	}
	
	#footer-map {
		width:350px;
	}
	
	.logos {
		padding-right:5px;
	}
	
	#footerIcons {
		margin-left:20px;
	}
	
	#footerLS,
	#footerBrand {
		margin-left:5px;
	}
	
	#copyright {
		font-size:12px;
	}
	
	#virtual {
		width:585px;
		height:439px;
	}
	
	.virtualColor {
		width:50px;
		height:46px;
		margin:0;
	}
}

/* Device specific media queries ----------- */
/* Tablets */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {...}

/* iPads (landscape) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.homeThumb h4 {
		display:none;
	}
	
	.htText {
		top:0;
	}
}

/* iPads (portrait) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  #slider, .footer {display:block !important;} 
  #footerIcons {margin-left: 0px;}
  #footer-map {display:none;}
  #footerLS {display:none;}
  #footerSocial {display:none;}
  #footerRight { text-align: center;}
  #copyright {margin-bottom:14px; text-align:center;}
  #footerBrand {margin-left:0px;} 
  }

/* iPhone */
@media only screen  and (max-device-width : 568px) {
  .footer {display:block !important;} 
  #footer-map {display:none;}
  #footerIcons {margin-left: 50px; vertical-align: middle; margin-bottom: 40px;}
  #footerLS {display:none;}
  #footerSocial {display:none;}
  #footerRight { text-align: center;}
  #copyright {margin-bottom:14px; text-align:center;}
  #footerBrand {margin-left:0px;}
}