/***********************
*  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/fancybox/jquery.fancybox-1.3.4.min.css');
@import url('http://cdn.myld.com.au/1/js/plugins/PhotoSwipe/photoswipe.min.css');

/* @font-faces
--------------*/
@font-face{
   font-family: 'Source Sans Pro';
   src:   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-light-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-light-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-light-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-light-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-light-webfont.svg#source_sans_prolight) format('svg');
   font-weight:300;
   font-style:normal;
}

@font-face{
   font-family: 'Source Sans Pro';
   src:   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-regular-webfont.svg#source_sans_proregular) format('svg');
   font-weight:400;
   font-style:normal;
}

@font-face{
   font-family: 'Source Sans Pro';
   src:   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-semibold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-semibold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-semibold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-semibold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold) format('svg');
   font-weight:600;
   font-style:normal;
}

@font-face{
   font-family: 'Source Sans Pro';
   src:   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-bold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-bold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-bold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-bold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-bold-webfont.svg#source_sans_probold) format('svg');
   font-weight:700;
   font-style:normal;
}

/* @general styles
-----------------*/
::selection {
  background:#3dace0;
	color:#fff;
}

a {
	color:#3dace0;
	text-decoration:none;
}

a:hover {
	color:inherit;
	text-decoration:none;
}

body:before {
    content: url(http://cdn.myld.com.au/2/713/bluewater-pharmacy_0dedc83bad.png) url(http://cdn.myld.com.au/2/712/bluewater-pharmacy_2fc6c20799.png) url(http://cdn.myld.com.au/2/712/bluewater-pharmacy_a5d613cf78.png) url(http://cdn.myld.com.au/2/712/bluewater-pharmacy_174d75230b.png);
    display:none;
}

body {
	background:url(http://cdn.myld.com.au/2/712/bluewater-pharmacy_a10b6b31f3.jpg) repeat;
	color:#1a1a1a;
	font-family: 'Source Sans Pro';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	line-height:18px;
}

.negMargin {
	margin-left:-15px;
	margin-right:-15px;
}

#header {
	position:relative;
	background:#eaeaea;
	box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.1);
	z-index:1;
}

#headerBg {
	display:none;
	position:absolute;
	width:50%;
	height:100%;
	top:0;
	right:0;
	padding-left:470px;
}

.safari #headerBg {
	padding-left:469px;
}

.safari .mac #headerBg {
	padding-left:470px;
}

#headerBg div {
	position:relative;
	width:100%;
	height:100%;
	background:#203da8;
}

#headerBg div:after {
	content:"";
	position:absolute;
	width:100%;
	height:10px;
	right:0;
	bottom:-10px;
	pointer-events:none;
	background:#203da8;
}

#logo {
	margin-left:0;
	margin-bottom:10px;
}

#menu {
	display:none;
}

.navbar {
	min-height:0;
	margin-bottom:0;
}

.navbar .nav {
	margin:0;
	padding:0;
}

.navbar .nav>li {
	float:left;
}

.navbar-nav>li>a {
	color:#1a1a1a;
	font-family: 'Source Sans Pro';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	white-space:nowrap;
	line-height:normal;
	padding:33px 3px 33px;
	position:relative;
	display:block;
	-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;
}

.navbar-nav>li:last-child>a {
	margin-right:-1px;
}

.ie9 .navbar-nav>li>a {
	font-size:13px;
	padding-bottom:34px;
}

.nav>li>a:hover, .nav>li>a:focus, .nav>li.active>a {
	background:#203da8;
	color:#eaeaea;
}

.navbar-nav>li>a:after {
	content:"";
	position:absolute;
	width:5px;
	height:5px;
	bottom:19px;
	left:50%;
	margin-left:-3px;
	pointer-events:none;
	opacity:0;
	background:url(http://cdn.myld.com.au/2/712/bluewater-pharmacy_c2a6360307.png) 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;
}

.navbar-nav>li>a:hover:after,
.navbar-nav>li.active>a:after {
	opacity:1;
}

.dropdown-menu {
	padding:5px 0;
	margin:0;
	background-color:#203da8;
	border:none;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

.dropdown-menu>li>a {
	padding:5px 15px;
	color:#eaeaea;
	font-size:13px;
}

.dropdown-menu>li>a:hover {
	background:#eaeaea;
	color:#1a1a1a;
}

#sliderWrap {
	display:none;
	background:#203da8;
}

body#about-us #sliderWrap,
body#contact-us #sliderWrap {
	display:none;
}

#slider {
	position:relative;
	height:400px;
	margin-bottom:-40px;
}

#slider:after,
#mapContainer:after {
	content:"";
	position:absolute; 
	z-index:-2;
	width:100%;
	height:82px;
	left:0;
	bottom:-82px;
	background:url(http://cdn.myld.com.au/2/713/bluewater-pharmacy_9f024e5cc1.png) center top no-repeat;
	background-size:100% 100%;
	display:block;
	pointer-events:none;
}

#cta {
	position:absolute;
	width:315px;
	bottom:0;
	right:-15px;
	padding:30px 30px 24px;
	background:url(http://cdn.myld.com.au/2/712/bluewater-pharmacy_0c8f087e7b.png) center top no-repeat;
	background-size:100% 100%;
	color:#fff;
	font-family: 'Source Sans Pro';
	font-weight:400;
	font-style:normal;
	font-size:22px;
	line-height:normal;
}

body#about-us #cta {
	display:none;
}

#cta .bold {
	font-weight:700;
}

#cta .font20 {
	font-size:20px;
}

#cta .ctaButton {
	display:inline-block;
	color:#fff;
	font-family: 'Source Sans Pro';
	font-weight:700;
	font-style:normal;
	font-size:35px;
	padding-left:75px;
	margin-top:12px;
	margin-bottom:14px;
	background:url(http://cdn.myld.com.au/2/713/bluewater-pharmacy_9d1ffafe0d.png) left 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;
}

#cta .ctaButton:hover {
	opacity:0.6;
}

#main {
	padding-top:40px;
	padding-bottom:40px;
}

body#about-us #main,
body#contact-us #main {
	padding-top:90px;
}

#intro {
	color:#203da8;
	font-family: 'Source Sans Pro';
	font-weight:400;
	font-style:normal;
	font-size:16px;
	line-height:20px;
}

#intro h1 {
	color:#203da8;
	font-family: 'Source Sans Pro';
	font-weight:700;
	font-style:normal;
	font-size:35px;
	line-height:normal;
	margin:0 0 6px 0;
}

#intro p:last-child {
	margin-bottom:0;
}

#content {
	margin-top:60px;
}

.contentBox {
	margin-bottom:60px;
}

.contentRow:last-child .col-md-6:last-child .contentBox {
	margin-bottom:0;
}

.contentBox h2 {
	color:#3dace0;
	font-family: 'Source Sans Pro';
	font-weight:400;
	font-style:normal;
	font-size:23px;
	line-height:normal;
	margin:-5px 0 14px 0;
}

.contentImage:before {
	opacity:0;
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url(http://cdn.myld.com.au/2/713/bluewater-pharmacy_65e88ec77d.png) no-repeat;
	background-size:100% 100%;
	-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;
}

.contentImage:hover:before {
	opacity:1;
}

.contentImage {
	position:relative;
	max-width:255px;
	margin:0 auto 20px;
}

.logos {
	display:inline-block;
	max-width:160px;
	margin:10px;
	vertical-align:middle;
}

.logos a img {
	opacity:1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-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;
}

.logos a:hover img {
	opacity:0.7;
}

#welcome {
	color:#3b3b3b;
	font-family: 'Source Sans Pro';
	font-weight:400;
	font-style:normal;
	font-size:16px;
	line-height:20px;
}

#welcome h1 {
	color:#203da8;
	font-family: 'Source Sans Pro';
	font-weight:700;
	font-style:normal;
	font-size:35px;
	line-height:normal;
	margin:0 0 20px 0;
}

#welcome h1 span {
	display:inline;
	color:#0083de;
	font-family: 'Source Sans Pro';
	font-weight:400;
	font-style:normal;
	font-size:35px;
	line-height:normal;
	margin-left:0;
}

#homeSpecials {
	background:url(http://cdn.myld.com.au/2/713/bluewater-pharmacy_e9919baeeb.png) center top no-repeat;
	background-size:100% 100%;
	margin-top:30px;
}

#homeSpecialsTitle {
	background:rgba(0,177,255,0.5);
	padding:7px 15px;
}

#homeSpecialsTitle h3 {
	display:inline-block;
	color:#fff;
	font-family: 'Source Sans Pro';
	font-weight:700;
	font-style:normal;
	font-size:20px;
	line-height:normal;
	margin:0 0 0 0;
}

.viewmore {
	float:right;
	display:inline-block;
	color:#fff;
	font-family: 'Source Sans Pro';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	line-height:normal;
	padding-left:11px;
	margin-top:3px;
	background:url(http://cdn.myld.com.au/2/713/bluewater-pharmacy_32d81ef70b.png) left 4px 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;
}

.viewmore:hover {
	color:#fff;
	opacity:0.7;
}

#homeSpecialsText {
	padding:15px;
	color:#fff;
	font-family: 'Source Sans Pro';
	font-weight:600;
	font-style:normal;
	font-size:16px;
	line-height:normal;
}

#homeSpecialsText ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#homeSpecialsText li {
	padding-left:22px;
	background:url(http://cdn.myld.com.au/2/713/bluewater-pharmacy_776105c424.png) left 5px no-repeat;
}

#homeThumbs {
	margin-top:60px;
}

.ht {
	margin-bottom:30px;
}

.ht:last-child {
	margin-bottom:0;
}

.homeThumb {
	position:relative;
	background:url(http://cdn.myld.com.au/2/713/bluewater-pharmacy_dca4823dd6.png) center center no-repeat;
	background-size:100% 100%;
	padding:20px 30px 0;
	margin-left:auto;
	margin-right:auto;
	width:280px;
	height:280px;
	color:#373737;
	font-family: 'Source Sans Pro';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:normal;
	-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 {
	background:url(http://cdn.myld.com.au/2/713/bluewater-pharmacy_0dedc83bad.png) center center no-repeat;
	background-size:100% 100%;
	color:#f7f7f7;
}

.htImage {
	min-height:83px;
	margin-bottom:12px;
	-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;
}

.ht:first-child .htImage {
	background:url(http://cdn.myld.com.au/2/712/bluewater-pharmacy_59da7a68c2.png) center center no-repeat;
}

.ht:first-child a:hover .htImage {
	background:url(http://cdn.myld.com.au/2/712/bluewater-pharmacy_2fc6c20799.png) center center no-repeat;
}

.ht:nth-child(2) .htImage {
	background:url(http://cdn.myld.com.au/2/712/bluewater-pharmacy_25647b1ddd.png) center center no-repeat;
}

.ht:nth-child(2) a:hover .htImage {
	background:url(http://cdn.myld.com.au/2/712/bluewater-pharmacy_a5d613cf78.png) center center no-repeat;
}

.ht:last-child .htImage {
	background:url(http://cdn.myld.com.au/2/712/bluewater-pharmacy_54b1889046.png) center center no-repeat;
}

.ht:last-child a:hover .htImage {
	background:url(http://cdn.myld.com.au/2/712/bluewater-pharmacy_174d75230b.png) center center no-repeat;
}

.homeThumb h3 {
	color:#203da8;
	font-family: 'Source Sans Pro';
	font-weight:700;
	font-style:normal;
	font-size:28px;
	line-height:28px;
	margin:0 0 5px 0;
	-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 h3 {
	color:#f7f7f7;
}

.findoutmore {
	position:absolute;
	width:100%;
	bottom:15px;
	left:0;
	display:block;
	color:#203da8;
	font-family: 'Source Sans Pro';
	font-weight:600;
	font-style:normal;
	font-size:15px;
	text-transform:capitalize;
	line-height:normal;
	-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 .findoutmore {
	color:#f6f6f6;
}

#footer-map {
	height:200px;
}

body#about-us #footer-map,
body#contact-us #footer-map {
	display:none;
}

#footer2 {
	padding-top:60px;
	padding-bottom:60px;
	background:#203da8;
	color:#f8f8f8;
	font-family: 'Source Sans Pro';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	line-height:18px;
}

#synopsis {
	color:#f6f6f6;
	line-height:normal;
}

#footerHours {
	letter-spacing:-0.015em;
}

#footerHours address {
	padding-left:27px;
	margin-bottom:14px;
}

#footerHours address:last-child {
	margin-bottom:0;
}

#footerHours address i {
	float:left;
	margin-left:-27px;
	line-height:20px;
}

#footerHours .semibold {
	font-weight:600;
}

#footerHours .italic {
	font-style:italic;
}

#footerHours a {
	color:#f8f8f8;
}

#footerHours a:hover {
	color:#00b1ff;
}

#footerContact address {
	padding-left:26px;
	margin-bottom:12px;
}

#footerContact address:last-child {
	margin-bottom:0;
}

#footerContact address i {
	float:left;
	margin-left:-26px;
	line-height:20px;
}

#footerContact span {
	display:inline-block;
	width:auto;
	margin-right:0;
}

#footerContact a {
	color:#f8f8f8;
}

#footerContact a:hover {
	color:#00b1ff;
}

#footer3 {
	position:relative;
	padding-top:15px;
	padding-bottom:8px;
	background:#eaeaea;
}

#footer3Bg {
	position:absolute;
	width:50%;
	height:100%;
	left:0;
	top:0;
	padding-right:470px;
}

#footer3Bg div {
	width:100%;
	height:100%;
	background:#203da8;
}

#footerBrand {
	padding-left:65px;
	margin-top:4px;
}
.socialmedia.socialmedia.sm-round.sm-greyscale.x24{float:left; margin-right:5px;}/*------------Added in to modify placement of SM Modules------------*/
.socialmedia.sm-plain.sm-black.x24{margin-right:-10px}/*------------Added in to modify placement of SM Modules------------*/

#copyright {
	color:#000;
	font-family: 'Source Sans Pro';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	line-height:normal;
	margin-top:4px;
}

#mapWrap {
	background:#203da8;
}

#mapContainer {
	position:relative;
	margin-bottom:-40px;
}

#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:#3dace0;
	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:#3dace0;
	background:#fff;
}

#schema, .schema-address {
	display:none;
}

a.fancybox.thumbnail {
	opacity:1;
	filter: alpha(opacity=100);
	-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;
}

/* @media queries
-----------------*/
@media (min-width: 1200px) {
	.container {
		width:1140px;
	}
	
	.navbar-nav>li>a {
		font-size:16px;
		padding:32px 3px 33px;
	}

	.ie9 .navbar-nav>li>a {
		font-size:16px;
		padding-bottom:33px;
	}
	
	.dropdown-menu>li>a {
		font-size:15px;
	}
	
	#headerBg {
		padding-left:555px;
	}
	
	.safari #headerBg {
		padding-left:554px;
	}

	.safari .mac #headerBg {
		padding-left:554px;
	}
	
	#cta {
		right:-30px;
	}
	
	#footerContact span {
		width:52px;
		margin-right:18px;
	}
	
	#footer3Bg {
		padding-right:555px;
	}
	
	.homeThumb {
		width:350px;
		height:350px;
		padding:48px 40px 0;
		font-size:15px;
	}
	
	.htImage {
		margin-bottom:22px;
	}
	
	.homeThumb h3 {
		margin-bottom:20px;
	}
	
	.findoutmore {
		bottom:25px;
	}
}

@media (min-width: 992px) {
	#headerBg,
	#menu,
	#sliderWrap {
		display:block;
	}
	
	#logo {
		margin-left:-30px;
		margin-bottom:-105px;
	}

	#main {
		padding-top:90px;
		padding-bottom:60px;
	}
	
	#welcome h1 span {
		margin-left:75px;
		display:block;
	}
	
	#homeSpecialsText {
		padding:30px;
	}
	
	.ht {
		margin-bottom:0;
	}

	.contentRow:last-child .col-md-6:first-child .contentBox {
		margin-bottom:0;
	}
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/ }

@media (min-width: 768px) {
	#map-canvas {
		height:400px;
	}
	
	#homeSpecials {
		margin-top:0;
	}
	
	.contentImage {
		margin-bottom:0;
	}

	body#about-us #cta {
		display:block;
	}
}

@media (max-width: 767px) {
	.contactInfo {
		margin-top:30px;
	}
}

@media (max-width: 568px) {...}

@media (max-width: 480px) {...}

@media (min-width: 768px) and (max-width: 991px) {
	.homeThumb {
		width:350px;
		height:350px;
		padding:48px 40px 0;
		font-size:15px;
	}
	
	.htImage {
		margin-bottom:22px;
	}
	
	.homeThumb h3 {
		margin-bottom:20px;
	}
	
	.findoutmore {
		bottom:25px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar .nav {
		padding-left:10px;
	}
}

/* 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) {
	#headerBg {
		padding-left:470px !important;
	}
}

/* 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) {...}

input[type="file"] {
  max-width: 225px;
	min-height: 48px;
}