@font-face {
	font-family: 'FuturaCnEB';
	src: url('/css/fonts/futura-condensedextrabold-webfont.eot');
	src: url('/css/fonts/futura-condensedextrabold-webfont.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/futura-condensedextrabold-webfont.woff') format('woff'),
		url('/css/fonts/futura-condensedextrabold-webfont.ttf') format('truetype'),
		url('/css/fonts/futura-condensedextrabold-webfont.svg#futura_condensed_extrabold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'FuturaCnM';
    src: url('/css/fonts/futura-condensed-webfont.eot');
    src: url('/css/fonts/futura-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/futura-condensed-webfont.woff') format('woff'),
         url('/css/fonts/futura-condensed-webfont.ttf') format('truetype'),
         url('/css/fonts/futura-condensed-webfont.svg#futura_condensedmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'SegoeUI';
	src: url('/css/fonts/segoeui.eot');
	src: url('/css/fonts/segoeui.eot?#iefix') format('embedded-opentype'),
		 url('/css/fonts/segoeui.woff') format('woff'),
		 url('/css/fonts/segoeui.ttf') format('truetype'),
		 url('/css/fonts/segoeui.svg#segoeui') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
    float: left;
    width: 100%;
    color: #000;
    font-family: "SegoeUI", Arial, Helvetica, Tahoma, sans-serif;
    font-style: normal;
    font-weight: normal;
    position: relative;
    text-align: left;
    padding: 0;
    margin: 0;
    background: #fa4f19;
}

body.mobiletablet {}

* {
    -webkit-text-size-adjust: none;
}

html {
    font-size: 62.5%;
    width: 100%;
    min-height: 100%;
    overflow-y: scroll;
}

img, object, embed, iframe {
    border: 0px none;
    display: block;
    outline: none;
    margin: 0;
    padding: 0;
}

section, article, nav, aside, footer, menu {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

form {
    margin: 0;
    padding: 0;
}

img.imageright {
    float: right;
    padding: 0 0 15px 20px;
}

img.imageleft {
    float: left;
    padding: 0 20px 15px 0;
}

div.imageleftcaption, div.imagerightcaption {
    float: left;
    margin: 0 15px 15px 0;
    padding: 10px 10px 5px 10px;
    border: 1px solid #454545;
    background: #fff;
    text-align: center;
}

div.imagerightcaption {
    float: right;
    margin: 0 0 15px 15px;
}

a, .afade {
    -o-transition: color 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}

a:link, a:visited {
    outline: none;
    color: #ff4e15;
    text-decoration: none;
}

a:hover, a:active, a.active:visited, a.active:link {
    outline: none;
    color: #000;
    text-decoration: none;
    -o-transition: color 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}

section div, section p.title, section h1.title {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

hr {
    clear: both;
    width: 100%;
    height: 1px;
    color: #000;
    border: 0px none;
    border-bottom: 1px dotted #777777;
    padding: 15px 0 0 0;
    margin: 0 0 15px 0;
    line-height: 1em;
}

input {
    outline: none;
}

input.input, textarea, select, button {
    font-size: 1em;
    line-height: 1em;
    font-family: "SegoeUI", Arial, Helvetica, Tahoma, sans-serif;
    font-style: normal;
    font-weight: normal;
    padding: 2%;
    border: 0 none;
    color: #454545;
    outline: none;
}

select {
    padding: 2px;
}

p {
    padding: 0;
    margin: 0 0 .8em 0;
    font-size: 1.5em;
    line-height: 1.4em;
}

p.intro {
    font-size: 3em;
    line-height: 1.2em;
    font-family: 'FuturaCnM';
}

p.large {
    font-size: 2em;
    font-family: 'FuturaCnM';
}

p.margin {
    clear: left;
    padding-top: 20px;
}

p small {
    font-size: .9em;
}

p.small {
    font-size: 1.1em;
    line-height: 1.3em;
}

ul, ol {
    margin: 0 0 1.2em 0;
    padding: 0 0 0 20px;
}

ol {
    padding: 0 0 0 30px;
}

span.read-more {
    font-weight: bold;
}

ul li, ol li, ul span.read-more, ol span.read-more {
    font-size: 1.5em;
    line-height: 1.4em;
}

li li {
    font-size: 1em;
}

ul li *, ol li * {
    font-size: 1em;
}

h1, h2, h3, h4, section p.title {
    padding: 0;
    color: #000;
    margin: .8em 0 .4em 0;
    display: block;
    font-size: 7em;
    line-height: 1.1em;
    font-family: 'FuturaCnEB';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}

h2.nomargin, h3.nomargin, h4.nomargin {
    margin-top: 0;
}

h2 {
    font-size: 3.3em;
    margin: .8em 0;
}

h3 {
    font-size: 2.2em;
}

h4 {
    font-size: 2.1em;
}

.clear {
    clear: both;
}

.imagelink {
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    text-indent: -8000px;
    font-size: .05em;
    line-height: .05em;
}

.imagelink a {
    float: left;
    display: block;
    text-decoration: none;
}

div.upworkshop {
    position: relative;
    max-width: 1600px;
    min-width: 300px;
    padding: 0 65px;
    text-align: left;
}

div.header {
    position: fixed;
    top: 0;
    left: 0;
    text-align: left;
    z-index: 201;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #fff;
}

header {
    float: left;
    width: 100%;
    padding: 0;
}

header .logo, header ul.phoneemail {
    overflow: hidden;
    position: relative;
    padding: 0 25px 0 65px;
    margin: 25px 0;
    width: 127px;
    float: left;
}

header .logo img {
    float: left;
    width: 100%;
}

header ul.phoneemail {
    float: right;
    width: auto;
    padding: 25px 65px 25px 25px;
    margin: 0;
    list-style-type: none;
}

header ul.phoneemail li {
    font-family: 'FuturaCnEB';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.2em;
    text-align: right;
}

header ul.phoneemail li.tel {
    font-size: 4.3em;
}

header ul.phoneemail li.email {
    font-size: 1.9em;
}

header ul.phoneemail li.addr {
    font-size: 1.2em;
}

nav {
    width: 100%;
    float: left;
    border-top: 6px solid #000;
    border-bottom: 6px solid #000;
    background: #ff4e15;
}

nav ul {
    float: left;
    padding: 25px 0 25px 65px;
    margin: 0;
    list-style-type: none;
}

nav ul li {
    float: left;
    font-size: 1em;
    line-height: 22px;
    font-family: 'FuturaCnEB';
    font-weight: normal;
    font-style: normal;
    padding: 0 20px;
    border-left: 4px solid #fff;
    margin: 0;
}

nav ul li.home {
    padding-left: 0;
    border-left: 0 none;
}

nav ul li a {
    float: left;
    font-size: 2.2em;
    text-transform: uppercase;
    padding: 0;
    margin: 0
}

nav ul li a:link, nav ul li a:visited {
    color: #000;
    text-decoration: none;
}

nav ul li a:hover, nav ul li a:active,
nav ul li a.active:link, nav ul li a.active:visited {
    color: #fff;
    text-decoration: none;
}

nav ul.freequote {
    float: right;
    padding: 0;
    margin: -38px 0;
    border: 9px solid #000;
    border-right: 0 none;
}

nav ul.freequote li {
    line-height: 41px;
    padding: 0;
    border: 0 none;
}

nav ul.freequote li a {
    font-size: 4em;
    float: left;
    white-space: nowrap;
    padding: 15px 70px 15px 20px;
    border: 9px solid #fff;
    border-right: 0 none;
    background: #ff4e15;
    -o-text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    -webkit-text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    -moz-text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 3px rgba(0, 0, 0, .5);
}

nav ul.freequote li a.active:link, nav ul.freequote li a.active:visited {
    color: #000;
    background: #ff4e15;
}

nav ul.freequote li a:hover, nav ul.freequote li a:active,
nav ul.freequote li a.active:hover, nav ul.freequote li a.active:active {
    color: #000;
    border-color: #ff4e15;
    border-right: 0 none;
    background: #fff;
}

article, section, footer, div.van {
    width: 100%;
    float: left;
    overflow: hidden;
}

article {
    margin-top: 277px;
}

section ul.fblike {
    padding: 0;
    list-style-type: none;
    margin: 0;
    position: absolute;
    top: 25px;
    right: 65px;
    width: 90px;
    text-align: right;
}

section ul.fblike li {
    float: left;
    width: 100%;
    min-height: 20px;
}

section ul.fblike li.link {
    font-family: 'FuturaCnM';
    font-size: 1.4em;
    text-transform: uppercase;
    margin: 3px 0 0 0;
    width: 100%;
}

section, div.van {
    text-align: center;
    margin: auto;
    padding: 60px 0;
    border-bottom: 6px solid #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: 0s linear;
    background-repeat: no-repeat;
    transition-property: background-position;
    background-position: 50% 0;
}

section p.title, section h1.title {
    font-size: 8em;
    margin: 0 0 60px 0;
    padding: 0 90px 0 8%;
    line-height: 1.1em;
    background: url(/images/icon.png) no-repeat 0 12px;
    color: #ff4e15;
    -o-text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    -webkit-text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    -moz-text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 3px rgba(0, 0, 0, .5);
}

section.home {
    background-image: url(/images/home.jpg);
    background-color: #f2f1ee;
    background-position: top center;
    background-repeat: repeat-y;
}

section.home div.left {
    float: left;
    width: 38%;
    padding: 0 0 0 8%;
}

section.home div.left p.intro {
    color: #ff4e15;
}

section.home p.title {
    font-size: 15em;
    color: #ff4e15;
    background-position: 0 24px;
}

section.home div.right {
    float: right;
    width: 48%;
}

div.van {
    padding: 0;
    min-height: 400px;
    background-image: url(/images/van.jpg);
    background-color: #000;
}

section.about {
    background-image: url(/images/about.jpg);
    background-color: #ff4e15;
}

section.about div.left {
    float: left;
    width: 60%;
    padding: 0 0 0 8%;
}

section.about p.title {
    color: #000;
}

section.about h2 {
    color: #fff;
}

section.about img {
    width: 25%;
    float: right;
    max-width: 366px;
    height: auto;
}

section.lately {
    background: #e9e6e0;
}

section.lately div.left {
    float: left;
    width: 92%;
    padding: 0 0 0 8%;
}

section.lately div.fb {
    float: left;
    width: 100%;
    padding: 1em 0;
    border-top: 1px dotted #000;
    margin: 1em 0;
}

section.lately div.fbfirst {
    margin-top: 0;
    padding-top: 0;
    border: 0 none;
}

section.lately div.fb h2 {
    margin-top: 0;
}

section.lately div.fb ul.thumbs {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

section.lately div.fb ul.thumbs li {
    float: left;
    width: 25%;
    padding: 0 1em 1em 0;
    box-sizing: border-box;
}

section.lately div.fb ul.thumbs li a {
    float: left;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
}

section.contact {
    color: #fff;
    background: #000;
}

section.contact div.right ul li a:hover, section.contact div.right ul li a:active {
    color: #fff;
}

section.contact div.left {
    float: left;
    width: 38%;
    padding: 0 0 0 8%;
}

section.contact div.right {
    float: right;
    width: 48%;
}

section.contact div.right ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    list-style-type: none;
}

section.contact div.map {
    float: left;
    height: 400px;
    width: 100%;
    font-size: 1em;
    color: #000;
    margin: 0;
}

section.contact p.title {
    background-image: url(/images/icono.png);
}

section.contact h2 {
    font-size: 2.5em;
    color: #e9e6e0;
}

footer {
    text-align: center;
    padding: 30px 0;
}

footer p {
    margin: 0;
    font-family: 'FuturaCnEB';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}

footer p a:link, footer p a:visited {
    color: #000;
}

footer p a:hover, footer p a:active {
    color: #fff;
}

/* ######## Form Stuff ######## */
div.form {
    float: left;
    width: 100%;
}

div.form form {
    float: left;
    width: 100%;
}

div.form div.formgap {
    float: left;
    width: 100%;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dotted #000;
}

div.form p, div.form div.captcha {
    width: 100%;
    float: left;
}

div.form div.captcha {
    margin: 0 0 .8em 0;
}

div.form p small {}

div.form ul li {
    font-size: 1.1em;
}

div.form p.submit {
    font-size: 2.4em;
    margin: 0;
}

div.form p.check input {
    vertical-align: middle;
}

div.form p.submit button.submit {
    float: right;
    background: #ff4e15;
    font-family: 'FuturaCnM';
    border: 0 none;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    padding: 8px;
}

div.form p.submit button.submit:hover {
    background-color: #fff;
    color: #ff4e15;
}

div.form p.field {}

div.form p.field input.input, div.form p.field textarea, div.form p.field select {
    margin: 0.3em 0 0;
    font-size: 1em;
    line-height: 30px;
    width: 96%;
    background: #e9e6e0;
    border: 0 none;
    color: #333;
}

div.form p.field select {
    width: 100%;
    padding: 10px 2px;
}

div.form p.field input.auto {
    width: 70px;
}

div.form p.field textarea {
    height: 6em;
}

div.form p.field input.alert, div.form p.field select.alert, div.form p.field textarea.alert {
    color: #fff;
    background: #ff4e15;
}

div.form p.field select.auto {
    width: auto;
}

div.form span.star {
    color: #ff4e15;
    font-weight: bold;
}

div.form p.field input#verify {
    width: 80px;
}

div.form p.check img {
    width: 100%;
    height: auto;
    display: inline;
    vertical-align: top;
    padding: 6px 0 0 3px;
}

div.form p.field span.small {
    line-height: 1em;
    font-size: .9em;
}

div.status {
    background: #d10000;
    border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 100%;
    margin: 0 0 10px 0;
    float: left;
}

div.statusgreen {
    background: #60b900;
}

div.status p {
    width: 90%;
    float: left;
    padding: 2% 5%;
    margin: 0;
    color: #fff;
    font-weight: bold;
}

div.status div {
    clear: left;
    border-left: 1px solid #d10000;
    border-right: 1px solid #d10000;
    text-align: center;
}

div.status ul {
    text-align: left;
    width: 80%;
    float: left;
    padding: 2% 5% 2% 15%;
    background: #fff;
    color: #d10000;
    margin: 0;
    border-bottom: 1px solid #d10000;
}

div.status p a:link, div.status p a:visited {
    color: #000;
}

div.status p a:hover, div.status p a:active {
    color: #fff;
}

form.loading, div.loading {
    background: url(/images/loading.gif?v4) no-repeat top right;
}

form.loading p.submit {
    background: url(/images/loading.gif?v4) no-repeat bottom left;
}

/* ######## END Form Stuff ######## */

div.headershrink header .logo{padding: 0 8px; margin: 8px 0; width: 45px;}
div.headershrink header ul.phoneemail{padding: 8px;}
div.headershrink header ul.phoneemail li.tel{font-size: 1.6em;}
div.headershrink header ul.phoneemail li.email, header ul.phoneemail li.addr{font-size: 1.1em;}

div.headershrink nav{border-width: 4px;}
div.headershrink nav ul{padding: 10px 0 10px 10px;}
div.headershrink nav ul li{line-height: 16px;padding: 0 7px;border-width: 2px;font-family: 'FuturaCnM';}
div.headershrink nav ul li a{font-size: 1.4em;}
div.headershrink nav ul.freequote{border-width: 4px;margin: -9px 0; padding: 0;}
div.headershrink nav ul.freequote li{line-height: 15px; margin: 0; padding: 0}
div.headershrink nav ul.freequote li a{font-size: 1.6em;padding: 4px;border-width: 4px;}

@media only screen and (max-width: 1150px) {
	section p.title, section h1.title{padding: 0 90px 0 10%;background-size: 60px 59px;}

	section.home div.left{padding: 0 0 0 10%;}
	section.home div.right{width: 45%;}

	section.about div.left{width: 58%;padding: 0 0 0 10%;}

	section.lately div.left{width: 90%;padding: 0 0 0 10%;}

	section.contact div.left{padding: 0 0 0 10%;}
}


@media only screen and (max-width: 950px) {
	section p.title, section h1.title{background-size: 50px 50px;font-size: 6em;line-height: 72px;margin: 0 0 30px 0;}
	section.home p.title{font-size: 13em;line-height: 130px;}

	section{padding: 45px 0;}
	section ul.fblike{top: 15px; right: 45px;}

	article{margin-top: 253px;}

	div.upworkshop{padding: 0 45px;}

	header .logo{padding: 0 20px 0 45px;margin: 20px 0;}
	header ul.phoneemail{padding: 20px 45px 20px 20px;}

	nav ul{padding: 20px 0 20px 45px;}
	nav ul li{line-height: 18px;padding: 0 15px;}
	nav ul li a{font-size: 1.8em;}
	nav ul.freequote li{line-height: 31px;}
	nav ul.freequote li a{font-size: 3em;padding: 15px 20px;}
}

@media only screen and (max-width: 750px) {
	section p.title, section h1.title{background-size: 40px 40px;font-size: 5em;line-height: 62px;margin: 0 0 20px 0;}
	section.home p.title{background-position: 0 12px; font-size: 8em;line-height: 80px;}

	section{padding: 30px 0;}
	section ul.fblike{top: 14px; right: 30px;}

	article{margin-top: 191px;}

	div.upworkshop{padding: 0 30px;}

	header .logo{padding: 0 15px 0 30px; margin: 15px 0; width: 90px;}
	header ul.phoneemail{padding: 15px 30px 15px 15px;}

	nav ul{padding: 15px 0 15px 30px;}
	nav ul.freequote{border-width: 6px;margin: -24px 0;}
	nav ul.freequote li{line-height: 22px;}
	nav ul.freequote li a{font-size: 2.2em;padding: 12px;border-width: 6px;}

	section.lately div.fb ul.thumbs li{width: 33.33%;}
}

@media only screen and (max-width: 650px) {
	p{font-size: 1.4em;}
	p.intro{font-size: 2em;}
	p.large{font-size: 1.6em;}

	h2{font-size: 2.4em;}
	h3{font-size: 1.8em;}
	h4{font-size: 1.6em;}

	section.home div.left{width: 90%;padding: 0 0 5% 10%;}
	section.home div.right{width: 90%;}

	section p.title, section h1.title{background-position: 0 10px;background-size: 30px 30px;font-size: 4em;line-height: 52px;margin: 0 0 20px 0;}
	section.home p.title{font-size: 6em;line-height: 60px;}

	section{padding: 15px 0;}
	section ul.fblike{top: 5px;right: 15px;}
	section ul.fblike li{font-size: 1.3em;}
	section.contact div.left{width: 90%;}
	section.contact div.right{width: 90%; padding: 5% 0 0 10%}

	article{margin-top: 144px;}

	div.upworkshop{padding: 0 15px;}

	header .logo{padding: 0 15px; margin: 8px 0; width: 75px;}
	header ul.phoneemail{padding: 8px 15px;}
	header ul.phoneemail li.tel{font-size: 2.7em;}
	header ul.phoneemail li.email{font-size: 1.2em;}

	nav ul{padding: 10px 0 10px 15px;}
	nav ul li{line-height: 16px;padding: 0 7px;border-width: 2px;font-family: 'FuturaCnM';}
	nav ul li a{font-size: 1.4em;}
	nav ul.freequote{border-width: 4px;margin: -15px 0;}
	nav ul.freequote li{line-height: 17px;}
	nav ul.freequote li a{font-size: 1.6em;padding: 7px;border-width: 4px;}

	nav{border-width: 4px;}

	body.landscape .logo{width: 100px}
	body.landscape .logo img{margin-top: -80px;}
	body.landscape nav ul.freequote{margin: -4px 0;}
	body.landscape article{margin-top: 108px;}
}

@media only screen and (max-width: 480px) {
	section p.title, section h1.title{background-size: 22px 22px;font-size: 3em;line-height: 42px;margin: 0 0 12px 0;}
	section.home p.title{font-size: 4.5em;line-height: 45px;}

	section ul.fblike{top: 0px;right: 10px;}
	section ul.fblike li{font-size: 1.2em;}

	article{margin-top: 111px;}

	div.upworkshop{padding: 0 10px;}

	header .logo{padding: 0 8px; margin: 8px 0; width: 45px;}
	header ul.phoneemail{padding: 8px;}
	header ul.phoneemail li.tel{font-size: 1.6em;}
	header ul.phoneemail li.email, header ul.phoneemail li.addr{font-size: 1.1em;}

	nav ul{padding: 10px 0 10px 10px;}
	nav ul.freequote{border-width: 4px;margin: -9px 0;}
	nav ul.freequote li{line-height: 15px;}
	nav ul.freequote li a{font-size: 1.6em;padding: 4px;}

	section.lately div.fb ul.thumbs li{width: 50%;}
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/images/loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/images/loading.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
