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

/* @imports
--------------*/
@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/CustomScrollbar/v3.0.2/jquery.mCustomScrollbar.min.css');

/* @font-faces
--------------*/
@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:#1ab20f;
  color:#fff;
}

a {
	color:#1ab20f;
	text-decoration:none;
}

a:hover {
	color:inherit;
	text-decoration:none;
}

body:before {
	content:url(http://cdn.myld.com.au/2/1565/greg-luke-optometrist-medioptics_5281570487.png);
	display:none;
}

body {
	background:#fff;
	color:#000;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	line-height:normal;
}

.negMargin {
	margin-left:-15px;
	margin-right:-15px;
}

#header {
	position:relative;
	width:auto;
	left:auto;
	top:auto;
	margin-left:-15px;
	margin-right:-15px;
	padding-top:15px;
	padding-bottom:15px;
	z-index:1;
	background:rgba(255,255,255,0.9);
}

#headerRight {
	display:none;
}

#headerContact address {
	margin-bottom:10px;
	padding-left:32px;
	line-height:26px;
	min-height:26px;
}

.headerPhone {
	background:url(http://cdn.myld.com.au/2/1565/greg-luke-optometrist-medioptics_9e26a71e31.png) left center no-repeat;
}

.headerMail {
	background:url(http://cdn.myld.com.au/2/1565/greg-luke-optometrist-medioptics_464a9b3cad.png) left center no-repeat;
}

.headerAddress {
	line-height:16px !important;
	margin-bottom:0 !important;
	background:url(http://cdn.myld.com.au/2/1565/greg-luke-optometrist-medioptics_24cfd8f6ac.png) left center no-repeat;
}

#headerContact a {
	color:#000;
	-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;
}

#headerContact a:hover {
	color:#1ab20f;
}

#menu {
	display:none;
	margin-top:5px;
	padding-left:100px;
	padding-right:100px;
}

.navbar {
	min-height:0;
	margin-bottom:0;
}

.navbar .nav {
	margin:0;
}

.navbar .nav>li {
	float:left;
}

.navbar-nav>li>a {
	color:#000;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:20px;
	line-height:normal;
	padding:25px 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:#1ab20f;
}

.navbar-nav>li>a:after {
	opacity:0;
	content:"";
	position:absolute;
	width:4px;
	height:4px;
	left:50%;
	margin-left:-2px;
	bottom:15px;
	background:#1ab20f;
	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;
}

#slider {
	height:865px;
}

body#contact #slider {
	display:none;
}

#paginations {
	position:absolute;
	width:100%;
	height:7px;
	bottom:-15px;
	display:inline-block;
}

#paginations ul {
	text-align:center;
	margin:0;
	padding:0;
}

.pagination {
	width:7px;
	height:7px;
	background:#bbb;
	border-radius:999px;
	-webkit-border-radius:999px;
	-moz-border-radius:999px;
	margin:0 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;
}

.pagination.active {
	background:#1ab20f;
}

#intro {
	padding-top:50px;
}

#intro h1 {
	color:#1ab20f;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:40px;
	line-height:normal;
	padding-bottom:20px;
	background:url(http://cdn.myld.com.au/2/1565/greg-luke-optometrist-medioptics_e62713d80d.jpg) center bottom no-repeat;
	margin:0 0 20px 0;
}

#intro p {
	margin-bottom:15px;
}

#content {
	margin-top:50px;
	margin-bottom:40px;
}

#contentInner {
	padding:40px 15px;
	background:#f5f5f5;
}

.contentBox {
	margin-bottom:50px;
}

.contentBox:last-child {
	margin-bottom:0;
}

.contentBox h2 {
	color:#1ab20f;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:20px;
	line-height:normal;
	margin:0 0 15px 0;
}

.contentBox h3 {
	color:#1ab20f;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:16px;
	line-height:normal;
	margin:15px 0 5px 0;
}

.contentBox p,
.contentBox ul {
	margin-bottom:15px;
}

.contentImage {
	margin-top:15px;
}

.contentImage img {
	display:inline-block;
}

#ctaBtn a {
	display:block;
	color:#fff;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:17px;
	line-height:normal;
	padding:15px;
	background:#1ab20f;
	border:solid 1px #1ab20f;
	-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;
}

#ctaBtn a:hover {
	background:#fff;
	color:#1ab20f;
}

#tabImage {
	height:300px;
}

.brandBox {
	text-align:center;
}

.brandBox img {
	display:inline-block;
	vertical-align:middle;
	margin:15px;
	max-height:70px;
}

#homeThumbs {
	margin-top:50px;
	padding-top:30px;
	background:url(http://cdn.myld.com.au/2/1565/greg-luke-optometrist-medioptics_8451632473.jpg) center top no-repeat;
	background-size:cover;
}

#cta {
	margin-bottom:50px;
}

#cta a {
	display:inline-block;
	color:#1ab20f;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:20px;
	line-height:normal;
	padding:20px 15px;
	background:#fff;
	border:solid 1px #fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-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:#fff;
	background:#1ab20f;
}

.ht {
	margin-bottom:50px;
}

.ht:last-child {
	margin-bottom:0;
}

.homeThumb {
	overflow:hidden;
	position:relative;
}

.htImage {
	position:relative;
	height:460px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

#htImage1 {
	background-image:url(http://cdn.myld.com.au/2/1565/greg-luke-optometrist-medioptics_9f5f923251.jpg);
}

#htImage2 {
	background-image:url(http://cdn.myld.com.au/2/1565/greg-luke-optometrist-medioptics_e7a4352767.jpg);
}

#htImage3 {
	background-image:url(http://cdn.myld.com.au/2/1565/greg-luke-optometrist-medioptics_b42cdbfd2b.jpg);
}

#htImage4 {
	background-image:url(http://cdn.myld.com.au/2/1565/greg-luke-optometrist-medioptics_f83d59cda9.jpg);
}

.htText {
	position:absolute;
	width:100%;
	left:0;
	padding:20px 15px 35px;
	background:rgba(255,255,255,0.8);
	color:#000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#homeThumbs a:hover .htText {
	bottom:0 !important;
}

.htText h3 {
	color:#1ab20f;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:20px;
	line-height:normal;
	margin:0 0 20px 0;
}

.htText br {
	display:none;
}

#footer1 {
	padding-top:30px;
	padding-bottom:30px;
	background:#19a40f;
	color:#fff;
	line-height:18px;
}

#footer1 h3 {
	color:#fff;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	line-height:normal;
	margin:0 0 10px 0;
}

#footerContact address {
	line-height:normal;
	margin-bottom:10px;
}

#footerContact address:last-child {
	margin-bottom:0;
}

#footerContact 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;
}

#footerContact a:hover {
	opacity:0.6;
}

#footerHours {
	line-height:24px;
}

#footer2 {
	padding-top:15px;
	padding-bottom:10px;
	background:#1ab20f;
}

#copyright {
	color:#fff;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:normal;
	margin-top:4px;
}

#footerBrand {
	margin-left:20px;
}

#map-canvas {
	height:200px;
}

.btn {
	background:#1ab20f;
	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:#1ab20f;
	background:#fff;
}

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;
}

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;
}

#schema, .schema-address {
	display:none;
}

p:last-child,
p.last {
	margin-bottom:0 !important;
}

.besideMe {
	display:inline-block;
}

#page-not-found #error {
	padding-top:100px;
	padding-bottom:100px;
}

#scroller {
	margin-bottom:50px;
}

#scroll-nav {
	margin:0;
	padding:0;
	list-style-type:none;
}

#scroll-nav li {
	margin-bottom:35px;
}

#scroll-nav li:last-child {
	margin-bottom:0;
}

#scroll-nav li a {
	display:block;
	color:#737373;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:20px;
	line-height:normal;
	text-decoration:none !important;
	padding-right:15px;
	background:url(http://cdn.myld.com.au/2/1565/greg-luke-optometrist-medioptics_a01f41b45b.png) right center no-repeat;
	-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;
}

#scroll-nav li a:hover, #scroll-nav li.active a {
	color:#1ab20f;
	background-image:url(http://cdn.myld.com.au/2/1565/greg-luke-optometrist-medioptics_5281570487.png);
}

#scrollable {
	height:660px;
	margin-top:30px;
}

body#products-brands #scrollable {
	height:545px;
}

.contentScroll {
	margin-bottom:30px;
}

#scrollable .contentScroll:last-child {
	padding-bottom:450px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color:#1ab20f;
}

.italics {
	font-style:italic;
}

#mobileCTA {
	padding-top:15px;
	padding-bottom:15px;
	background:#1ab20f;
}

#mobileCTA a {
	color:#000;
	display:inline-block;
	padding-left:30px;
	font-weight:700;
	font-size:15px;
	background:url(http://cdn.myld.com.au/2/1565/greg-luke-optometrist-medioptics_9e26a71e31.png) left center no-repeat;
	min-height:26px;
	line-height:26px;
}

/* @media queries
-----------------*/
@media (min-width: 1200px) {
	.htText {
		padding-left:30px;
		padding-right:30px;
	}
}

@media (min-width: 992px) {
	#map-canvas {
		height:865px;
	}
	
	#headerRight,
	#menu,
	.htText br {
		display:block;
	}
	
	#logo {
		padding-top:5px;
	}
	
	#cta a,
	#contentInner,
	#ctaBtn a {
		padding-left:30px;
		padding-right:30px;
	}

	#header {
		position:absolute;
		width:100%;
		left:0;
		top:0;
		margin-left:0;
		margin-right:0;
		padding-top:20px;
		padding-bottom:0;
	}
	
	#homeThumbs {
		margin-bottom:165px;
	}
	
	.ht {
		margin-bottom:-88px !important;;
	}
	
	#scrollable {
		margin-top:0;
	}
	
	#mobileCTA {
		display:none;
	}
}

@media (max-width: 991px) {
	.htText {
		bottom:0 !important;
	}
}

@media (min-width: 768px) {
	.contentImage {
		margin-top: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;
	}
	
	.ht:nth-child(3) {
		margin-bottom:0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {...}

/* 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) {...}

/* iPads (portrait) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {...}

/* iPhone */
@media only screen  
and (max-device-width : 568px) {...}