

@import url(lib/css/reset.css);

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
	background: #CD9F46;
	color: #fff;
}

:focus {
	outline-color: #CD9F46;
}

html {
	background: #fff;
	font-size: 10px;
	font-family: sans-serif;
}

body {
	color: #403f3f;
	line-height: 2em;
	padding-top: 153px;
	position: relative;
	font-family: Arial, sans-serif;
	font-size: 1.3em;
}

body.admin-bar {
	padding-top: 170px;
}

body.home {
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	color: #8d8d8d;
	font-weight: 300;
	margin-bottom: 1.5rem;
}

h1 { font-size: 3rem; }
h2 { font-size: 2.6rem; }
h3 { font-size: 2.4rem; }
h4,
h5,
h6 { font-size: 2rem; }

h2 span,
h3 span {
	text-transform: uppercase;
	color: #CD9F46;
	font-weight: bold;
}

a:link,
a:visited { color: #403f3f; }
a:hover { text-decoration: none; }

i, em { font-style: italic; }
b, strong { font-weight: bold; }

video, iframe { width: 100%; height: 100%; max-width: 100%; min-height: 350px; }
.wp-video, .wp-video iframe {width: 100% !important;}
.sidebar iframe[src*=realself] { min-height: 225px; }

p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

/* Notify Modals */

html .modal-dialog {
	margin-top: 170px;
}

body .modal-header {
	background: #CD9F46;
}

h4.modal-title {
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
}

body .modal-body {
	font-size: 1.3em;
}

.modal .btn-primary {
	background: #666;
	border-color: #ccc;
}

.modal .btn-primary:hover, .modal .btn-primary:focus, .modal .btn-primary:active, .modal .btn-primary.active {
	background: #000;
}

.small {
	transition: all 0.5s ease;
}

/* End Notify */

.alignleft {
	float: left;
	margin: .5em 1em 1em 0;
}

.alignright {
	float: right;
	margin: .5em 0 1em 1.4em;
}

.aligncenter {
	display: block;
	margin: 1em auto;
}

.feature-wrapper {
	position: relative;
	height: 200px;
	float: right;
	z-index: 100;
	margin-left: 2em;
	min-width: 100px;
}

.single .feature-wrapper {
	margin-top: 1em;
}

.feature-wrapper img {
	z-index: 10;
	position: relative;
	right: 0;
	bottom: 0;
}

.feature-wrapper .fee-edit-thumbnail img {
	position: inherit;
}


a.button {
	border-radius: 3px;
	font-size: 1.6em;
	padding: 1.1rem 1rem;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 1em;
}

a.button.purple {
	border: 2px solid #fff;
	background: #CD9F46;
	color: #fff;
}

.button.purple:hover {
	background: #8d8d8d;
	-webkit-box-shadow: 0 7px 6px -6px #333;
	   -moz-box-shadow: 0 7px 6px -6px #333;
	        box-shadow: 0 7px 6px -6px #333;
}

a.button.white {
	border: 2px solid #CD9F46;
	color: #CD9F46;
}

a.button.white:hover {
	border: 2px solid #fff;
	background: #CD9F46;
	color: #fff;
	-webkit-box-shadow: 0 7px 6px -6px #CD9F46;
	   -moz-box-shadow: 0 7px 6px -6px #CD9F46;
	        box-shadow: 0 7px 6px -6px #CD9F46;
}

aside#consult-form {
	display: none;
}

#cboxLoadedContent aside#consult-form {
	display: block;
}

.left-col {
	float: left;
	max-width: 60%;
}

.left-col-products {
	float: left;
	max-width: 100%;
}

.right-col {
	float: right;
	max-width: 40%;
}

.wrapper:after {
	content: '';
	height: 0;
	display: block;
	clear: both;
}

.wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9899;
	background: #000;
}

#header header {
	padding-top: 16px;
	padding-bottom: 10px;
}

#header header.small {
	padding: 0;
}

.admin-bar #header {
	top: 30px;
}

.logo {
	float: left;
	width: 320px;
	height: 63px;
	margin-right: 50px;
	background: transparent url('../images/main-logo.png') 0 0 no-repeat;
	background-size: auto 63px;
	transition: all 0.5s ease;
	text-indent: -500px;
	overflow: hidden;
}

.logo a {
	display: block;
	height: 36px;
}

.small .logo {
	height: 60px;
	background-size: auto 50px;
	background-position: 0px 10px;
}

.contact {
	font-size: 1em;
	line-height: 1em;
	float: right;
	width: 100%;
	max-width: 300px;
	padding: 30px 0;
	transition: all 0.5s ease;
	text-align: center;
}

.contact a {
	font-size: 2em;
	color: #f4f4f4;
	font-weight: bold;
	text-decoration: none;
}

.contact a.request-consult {
	font-size: 1em;
	color: #CD9F46;
}

.contact p {
	margin-bottom: 0;
}

/* Navigation Styles */

nav.main {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	clear: both;
	background: #515151;
	-webkit-box-shadow: 0 7px 6px -6px #333;
	   -moz-box-shadow: 0 7px 6px -6px #333;
	        box-shadow: 0 7px 6px -6px #333;
}

nav.main .menu-main-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#menu-main {
	background: #333;
}

#menu-main li {
	text-align: left;
}

#menu-main > li {
	float: left;
	padding: 0;
	margin: 0;
	width: 12%;
	text-align: center;
	border-right: 1px solid #515151;
}

#menu-main > li:last-child {
	border-right: 0;
}

#menu-main > li a {
	display: block;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	color: #d2d2d2;
	background: #333;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1em;
}

#menu-main > li:hover > a,
#menu-main li.current-menu-item > a,
#menu-main > li.current-menu-ancestor > a {
	color: #fff;
	background: #CD9F46;
}

.menu-main-container:after {
	content: '';
	height: 0;
	display: block;
	clear: both;
}

/* ===== First Level ===== */		

#menu-main li {
	position:relative;
}

#menu-main li a {
	display:block;
	text-decoration:none;
}
#menu-main li:hover a {
	position:relative;
}
#menu-main ul,
#menu-main li:hover ul ul,
#menu-main li:hover ul ul ul {
	position: absolute;
	display: none;
}

#menu-main li:hover ul,
#menu-main ul li:hover ul,
#menu-main ul ul li:hover ul {
	display:block;
	top:0px;
	left: 100%;
}

/* ===== Second and Third Level ===== */

#menu-main li:hover ul {
	display:block;
	position:absolute;
	left:0;
	top:100%;
	width: 230px;
}
#menu-main ul li a,
#menu-main ul.sub-menu li:only-child li a {
	width: 300px;
	background: rgba( 40, 40, 40, .9);
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	color: #fff;
	height: 47px;
}

#menu-main ul li a:hover,
#menu-main ul.sub-menu li:only-child li a:hover {
	background: rgba(0, 0, 0, .9);
	transition: background 0.4s ease-out;
}



/* Contact Form Styling */

#home-sidebar-contact p {
	line-height: 1.4em;
	margin: 1em 0 2em;
}

aside input,
aside textarea,
aside select {
	width: 100%;
	border: 1px solid #6b6b6b;
	background: #fff;
	color: #878787;
	padding: .9em;
	margin-bottom: 3px;
}

aside select,
.content form select {
	height: 40px;
	margin-top: 3px;
	border-radius: 0;
	line-height: 34px;
	padding-top: 10px;
}

.content form ul li {
	background: none;
}

.content form li input,
.content form li select,
.content form li textarea {
	width: 90%;
	border: 1px solid #6b6b6b;
	background: #fff;
	color: #878787;
	padding: .9em;
	margin-bottom: 3px;
}

aside input[type="checkbox"],
.content form input[type="checkbox"] {
	max-width: 25px;
	clear: both;
	margin-bottom: 2em;
}

aside input[type="submit"],
aside input[type="reset"],
.content form input[type="submit"],
.content form input[type="reset"]  {
	max-width: 49%;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
}

aside input[type="submit"],
.content form input[type="submit"] { background: #CD9F46; }

aside input[type="reset"],
.content form input[type="reset"] { background: #9c9b9b; }

#txtCaptcha {
	width: 106px;
	height: 30px;
	float: left;
	margin-right: 5px;
}

form li input.imgCaptcha {
	border: 1px solid #6b6b6b;
	height: 30px;
}

form li input.btnCaptcha {
	max-width: 32px;
	background: none;
	border: 0;
	font-size: 2em;
	padding: 0;
	margin: 0;
	float: right;
}

.captcha-wrap {
	overflow: hidden;
}

.content form .imgCaptcha,
.content form .btnCaptcha {
	float: left;
}

#consult-form h2 {
	font-size: 2em;
}

/* Home Page Styling */

/* Slider */

#slider-wrapper {
	background: url('../images/slide-bg.jpg') center top no-repeat;
	background-size: 100% 100%;
	height: 546px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#request-consult {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#request-consult .wrapper {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

#request-consult a {
	width: 231px;
	height: 42px;
	position: absolute;
	right: 0;
	bottom: 0;
}

/* Marquee */

#marquee-bar {
	background: #1f1f1f;
}

#marquee-bar.slick-slider {
	overflow: hidden;
}

#marquee-bar .slick-list {
	max-width: 1408px;
	margin: 0 auto;
}

#marquee-bar .slick-list {
	overflow: visible;
}

#marquee-bar .slick-list .slick-slide {
	z-index: 20;
}

#marquee-bar .slick-list .slick-slide:hover {
	z-index: 21;
}

.slick-list img {
	border-right: 1px solid #fff;
}

#marquee-bar .slick-next { right: 0; }
#marquee-bar .slick-prev { left: 0; }
#marquee-bar.slick-slider { margin-bottom: 0; }


/* Home Intro */

#home-intro {
	width: 100%;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	box-shadow: 0px 0px 10px #666;
	padding: 3em 0;

	background: #c6c6c6;
	background: -moz-linear-gradient(top,  #c6c6c6 0%, #ffffff 50%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(50%,#ffffff), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #c6c6c6 0%,#ffffff 50%,#dddddd 100%);
	background: -o-linear-gradient(top,  #c6c6c6 0%,#ffffff 50%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #c6c6c6 0%,#ffffff 50%,#dddddd 100%);
	background: linear-gradient(to bottom,  #c6c6c6 0%,#ffffff 50%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#dddddd',GradientType=0 );
}

.ie #home-intro {
	filter: none;
}

#home-intro .right-col {
	width: 35%;
}

#home-intro h2 {
	color: #000;
}

/* Home Slider */

.slider {
	max-width: 1200px;
	margin: 0 auto;
}

.slide {
	opacity: 0;
}

.slider li[class*="_on"] {
	opacity: 1 !important;
}

/* Home Three Col Area */

#home-three-col {
	padding: 3em 0;
}

.one-third {
	width: 50%;
	float: left;
	padding: 0 2em;
}

.one-third blockquote {
	margin-bottom: 1em;
}

.one-third blockquote cite {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #CD9F46;
	margin-right: 2em;
}

.one-third blockquote:last-child {
	border-top: 1px solid #ccc;
	padding-top: 2em;
}

.latest-news {
	background: url('../images/latest-news-bg.png') 0 0 no-repeat;
	background-size: 100%;
}

.latest-news header {
	float: left;
	width: 52px;
	padding: 3px 0;
	border-radius: 4px;
	background: #d2d2d2;
	color: #686868;
	text-align: center;
	line-height: 1.7rem;
	margin-top: .8rem;
}

.latest-news header {
	font-size: 1.1rem;
}

.latest-news header strong {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
}

.latest-news p {
	margin-bottom: 3rem;
	margin-left: 6rem;
	line-height: 2rem;
}

.latest-news p.excerpt-title {
	padding-top: .5rem;
	margin-bottom: 0;
}

p.excerpt-title a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.latest-news article {
	clear: both;
}











/*

section { clear: both; position: relative; overflow: hidden;}

.programList {list-style: none; padding: 0; overflow: hidden;}


.programList li {float: left; width: 33%; text-align: center; font-size: 14px; font-weight: 400; position: relative; overflow: hidden; padding-bottom: 100%; margin-bottom: -100%; }


.programList li .img {position: relative;}



.programList li .img span.play {position: absolute; display: block; width: 76px; top: 50%; left: 50%; margin-left: -38px; margin-top: -37px; height: 75px; background: url(../images/play.png) no-repeat;}

.programList li:nth-child(4n+1) {clear: both;}




.programList li:nth-child(4n) {border-right: none;}



.programList li h4 {font-size: 18px; margin-top: 0;}



@media (min-width: 768px){





.programList li:hover .img span {display: block;}

}


.program {width: 100%;}
.program h4, .amenity h4 {margin-top: 30%;}

*/













/* General Page Styling */

#page-banner {
	height: 333px;
	width: 100%;
	background: url('../images/page-banner.jpg') center top no-repeat;
}

#page-banner .wrapper {
	max-width: 1000px;
	height: 333px;
	overflow: hidden;
	position: relative;
}

.content {
	width: 100%;
	max-width: 850px;
	float: left;
	padding-top: 3em;
	padding-right: 4em;
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	margin-bottom: 2.5rem;
	line-height: 1.2em;
}

.content h2 {
	color: #333;
	font-weight: bold;
}

.content h3 a {
	text-decoration: none;
	border-bottom: 2px dotted #666;
}

.content h3 a:hover {
	border-bottom: 2px solid #CD9F46;
	transition: all 0.5s ease
}

.content p,
.content ul,
.content ol {
	font-size: 1.4rem;
	margin-bottom: 2em;
}

.content li {
	background: url('../images/bullet.png') 0 .7rem no-repeat;
	padding: 0 0 0 1rem;
	margin: 1rem 2rem;
}

.content li.case {
	background: none;
}

.content .medium_block a:focus {
	outline: none;
}

.post {
	clear: both;
	overflow: hidden;
	padding: 1em 0 6em;
}

.sidebar {
	width: 100%;
	max-width: 300px;
	float: right;
	overflow: hidden;
	margin-top: -2px;
}

.sidebar:after {
	content: '';
	height: 0;
	clear: both;
}

.content h1,
.page-title {
	font-size: 3.2em;
	padding-bottom: 1.5rem;
	border-bottom: 3px solid #ebeaea;
	margin-bottom: 2.5rem;
	position: relative;
	line-height: 1.2em;
}

.page-title a {
	text-decoration: none;
}

.page-title small {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #666;
	background: #ebeaea;
	font-size: .4em;
	padding: 0 .6em;
}

.page-title:hover small {
	display: inline;
}

/* Custom Callout Styling */

section.callout {
	background-color: #444;
	color: #fff;
	background-image: url('../images/cta-default.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	padding: 2em 3em 3em;
	margin-bottom: 2em;
	box-shadow: 0px 0px 10px #888;
	border: 5px solid #fff;
}

section.callout.breast 	{ background-image: url('../images/cta-breast.jpg'); }
section.callout.body 	{ background-image: url('../images/cta-body.jpg'); }
section.callout.face 	{ background-image: url('../images/cta-face.jpg'); }
section.callout.men 	{ background-image: url('../images/cta-men.jpg'); }

.callout p {
	margin-right: 260px;
}

.callout h3 {
	color: #fff;
	margin-bottom: 1rem;
}

a.callout-btn {
	background: #000;
	color: #fff;
	padding: 1rem 4rem 1rem 1.5rem;
	border-radius: 3px;
	position: relative;
	text-decoration: none;
}

a.callout-btn:after {
	content: '';
	background: url('../images/cta-arrow.jpg') 0 0 no-repeat;
	height: 19px;
	width: 19px;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
}

/* Sidebar Styling */

.sidebar h3 {
	font-size: 2rem;
}

#quick-contact {
	margin: 0 0 3em;
	background: #fff;
	color: #686868;
}

aside input.half {
	width: 49%;
	float: left;
	margin-right: 2px;
}

.sidebar input[type="submit"] {
	background: #CD9F46;
}

.sidebar input[type="reset"] {
	background: #9c9b9b;
	border-radius: 3px;
}

#related {
	margin-bottom: 2em;
}

#related li {
	background: url('../images/bullet.png') .5em 1em no-repeat;
	margin: 0;
	border-bottom: 1px solid #ccc;
	padding: .5em 2em;
}

#related a {
	text-decoration: none;
	display: block;
}

#related li:hover {
	background: #CD9F46;
	transition: background 0.3s ease;
}

#related li:hover a {
	color: #fff;
	transition: all 0.3s ease;
}

/* Footer Styling */

#footer:before {
	content: '';
	display: block;
	width: 100%;
	height: 21px;
	margin-bottom: 2em;
	background: url('../images/footer-top-border.jpg') 0 0 repeat-x;
}

#footer {
	background: url('../images/footer-bg.jpg') center 15em no-repeat;
	background-size: 100%;
	padding-bottom: 2em;
	min-height: 460px;
	text-align: center;
}

#footer header {
	text-align: left;
}

.services-nav {
	padding-left: 1.5em;
	overflow: hidden;
	margin-bottom: 10em;
}

.services-nav li {
	float: left;
	list-style-type: square;
	width: 33%;
	color: #484848;
	font-size: 1.2rem;
}

.services-nav a {
	text-decoration: none;
}

#footer .footer-nav li {
	display: inline-block;
	padding: .5em 1em;
}

/* Unique Gallery Styles */

.gallery-group {
	padding-right: 2em;
}

.gallery-group:nth-child(odd) {
	clear: left;
}

.gallery-group h2 {
	border-bottom: 3px solid #ececec;
	padding-bottom: .5em;
}

.details_head,
.patient-details {
	font-size: 1.4rem;
}

.case-thumb-wrap {
	max-width: 45%;
}

.case-thumb-wrap .photogallery_other_views_small {
	max-width: 49%;
}

#case-list a {
	text-decoration: none;
}

.content li.case:nth-child(2n) {
	background: #f0f0f0;
}

.content li.case:hover {
	-webkit-box-shadow: 0px 25px 10px -20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 25px 10px -20px rgba(0,0,0,0.5);
	box-shadow: 0px 25px 10px -20px rgba(0,0,0,0.5);

	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1);

    transition: transform 0.5s ease;

}

.content .main_top img {
	box-shadow: none;
}

body.blog article.post img {
	float: left;
}

/* Social Media Icon Group */

#social-media {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 1px;
	z-index: 5;
}

aside.sidebar #social-media {
	margin: 3em 0 2em;
	position: relative;
	bottom: auto;
}

#social-media ul {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
}

#social-media li {
	display: inline-block;
}

#social-media li a {
	color: #fff;
	text-decoration: none;
}

/* Responsive Styles */

@media screen and (min-width: 1750px) {

	#footer a.request-consult {
		position: fixed;
		top: 0;
		right: 2rem;
		height: 42px;
		width: 231px;
		display: block;
		background: #000;
		color: #fff;
		font-weight: bold;
		text-indent: 0;
		text-align: center;
		border-radius: 4px;
		font-size: 1.4em;
		line-height: 40px;
		text-decoration: none;

		-webkit-box-shadow: 0px 25px 10px -20px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 25px 10px -20px rgba(0,0,0,0.5);
		box-shadow: 0px 25px 10px -20px rgba(0,0,0,0.5);
		transition: top 0.5s ease;
	}


	#footer a.request-consult.stuck {
		top: 15rem;
	}
}

@media screen and (max-width: 1190px) {
	.content {
		padding-left: 2em;
		max-width: 700px;
	}

	.home #social-media ul {
		margin: 0 5.5em;
	}
}

@media screen and (max-width: 1000px) {

	.slider {
		max-width: 100%;
	}

	#slider-wrapper {
		height: auto;
	}

	.slide {
		max-width: 100%;
	}

	.slide img {
		display: block;
		max-width: 100%;
		height: auto;
	}
}

@media screen and (min-width: 961px) and (max-width: 1010px){

	#menu-main li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 960px) {

	.content,
	.sidebar {
		width: 100%;
		max-width: 100%;
		padding: 1em 2em;
	}
	
}

@media screen and (max-width: 915px) {
	.slick-slide,
	.slick-slide img {
		height: 151px;
	}

	.home #social-media {
		bottom: 0;
	}
	
}

@media screen and (max-width: 840px) {

	#page-banner,
	#page-banner .wrapper {
		height: auto;
	}

	#page-banner img {
		max-width: 100%;
		height: auto;
	}

}

@media screen and (max-width: 768px) {
	.slick-slide,
	.slick-slide img {
		height: 126px;
	}
	.home #social-media {
		display: none;
	}

}

@media screen and (max-width: 680px) {

	.content section.callout {
		background-image: none;
	}

	.callout p {
		margin-right: 0;
	}

	#home-intro .left-col,
	#home-intro .right-col,
	.one-third,
	#footer .left-col,
	#footer .right-col {
		width: 100%;
		max-width: 100%;
		padding: 0 2em;
	}

	.one-third {
		margin-bottom: 2em;
	}

	.latest-news {
		background: none;
	}


	#footer .left-col {
		display: none;
	}

	#footer .right-col {
		margin-bottom: 10em;
	}

}

@media screen and (max-width: 629px) {

	body {
		padding-top: 120px;
	}

	#header header {
		padding-bottom: 0;
	}

	.logo,
	.contact {
		width: 50%;
		max-width: 50%;
		max-height: 45px;
		margin: 0;
		text-align: right;
	}

	.logo {
		line-height: 150px;
		background-size: auto 38px;
	}

	.contact {
		font-size: .6em;
	}

	.contact small {
		display: block;
		margin: -1em 0 -.7em;
	}

	.slick-slide,
	.slick-slide img {
		height: 103px;
	}

	#home-intro img[src*="sato"] {
		max-width: 150px;
		height: auto;
	}

	.logo,
	.small .logo {
		background-size: contain;
		background-position: 0 0;
	}
}

@media screen and (max-width: 550px) {

	body {
		padding-top: 174px;
	}

	.slick-slide,
	.slick-slide img {
		height: 89px;
	}

	.logo,
	.contact {
		width: 100%;
		max-width: 100%;
		text-align: center;
		background-position: center top;
	}

	.logo {
		margin-bottom: 1em;
	}

	.small .logo {
		background-position: center top;
	}

}

@media screen and (max-width: 320px) {

	.slick-slide,
	.slick-slide img {
		height: 51px;
	}

}

/* Landscape specific media queries for high DPI devices (unwieldly, I know) */
@media only screen and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (orientation: landscape) and (-o-min-device-pixel-ratio: 13/10), only screen and (orientation: landscape) and (min-resolution: 120dppx) {

}

