/* Webfonts initialize */

@font-face {
    font-family: 'OpenSansLight';
    src: url('wf/open-sans/OpenSans-Light-webfont.eot');
    src: url('wf/open-sans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('wf/open-sans/OpenSans-Light-webfont.woff') format('woff'),
    url('wf/open-sans/OpenSans-Light-webfont.ttf') format('truetype'),
    url('wf/open-sans/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('wf/open-sans/OpenSans-Regular-webfont.eot');
    src: url('wf/open-sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('wf/open-sans/OpenSans-Regular-webfont.woff') format('woff'),
    url('wf/open-sans/OpenSans-Regular-webfont.ttf') format('truetype'),
    url('wf/open-sans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('wf/open-sans/OpenSans-Italic-webfont.eot');
    src: url('wf/open-sans/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('wf/open-sans/OpenSans-Italic-webfont.woff') format('woff'),
    url('wf/open-sans/OpenSans-Italic-webfont.ttf') format('truetype'),
    url('wf/open-sans/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('wf/open-sans/OpenSans-Bold-webfont.eot');
    src: url('wf/open-sans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('wf/open-sans/OpenSans-Bold-webfont.woff') format('woff'),
    url('wf/open-sans/OpenSans-Bold-webfont.ttf') format('truetype'),
    url('wf/open-sans/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family:'DiscoRegular';
    src: url('wf/disco/disco.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family: 'DiscoRegular';
    src: url('wf/disco/DISCO___-webfont.eot');
    src: url('wf/disco/DISCO___-webfont.eot?#iefix') format('embedded-opentype'),
    url('wf/disco/DISCO___-webfont.woff') format('woff'),
    url('wf/disco/DISCO___-webfont.ttf') format('truetype'),
    url('wf/disco/DISCO___-webfont.svg#discoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OstrichRegular';
    src: url('wf/ostrich/ostrich-regular.eot');
    src: url('wf/ostrich/ostrich-regular.eot?#iefix') format('embedded-opentype'),
    url('wf/ostrich/ostrich-regular.woff') format('woff'),
    url('wf/ostrich/ostrich-regular.ttf') format('truetype'),
    url('wf/ostrich/ostrich-regular.svg#ostrich_sansmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;} audio,canvas,video{display:inline-block;} audio:not([controls]){display:none;height:0;} [hidden],template{display:none;} html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;} a{background:transparent;} a:focus{outline:thin dotted;} a:active,a:hover{outline:0;} h1{font-size:2em;margin:.67em 0;} abbr[title]{border-bottom:1px dotted;} b,strong{font-weight:bold;} dfn{font-style:italic;} hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;} mark{background:#ff0;color:#000;} code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;} pre{white-space:pre-wrap;} q{quotes:\201C \201D \2018 \2019;} small{font-size:80%;} sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;} sup{top:-.5em;} sub{bottom:-.25em;} img{border:0;} svg:not(:root){overflow:hidden;} fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em;} button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;} button,input{line-height:normal;} button,select{text-transform:none;} button,html input[type=button],/* 1 */ input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;} button[disabled],html input[disabled]{cursor:default;} input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;} input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;} input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;} textarea{overflow:auto;vertical-align:top;} table{border-collapse:collapse;border-spacing:0;} body,figure{margin:0;} legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}

/* Jitendra Bohara Official Website. Designed By Auris Studio */

:root {
    --background: #ffe73a;
    --forground: #272727;
}

*:before, *.after {
    display:table;
}

body {
    background: #ffe73a;
    color: #272727;
    font-family: 'OpenSansRegular';
    overflow-y:scroll;
    min-width:960px;
}

h1, h2, h3, h4, h5, h6 {
    font-family:'OstrichRegular';
    margin:0;
    font-weight:normal;
    color: #212121;
}

h1 {
    font-size:60px;
    line-height:78px;
}

h2 {
    font-size:54px;
    line-height:150px;
}

h3 {
    font-size:48px;
    line-height:70px;
}

h4 {
    font-size:28px;
    line-height:52px;
}

h5 {
    font-family: 'OpenSansRegular';
    font-size:20px;
    line-height:28px;
}

h6 {
    font-family: 'OpenSansBold';
    font-size:16px;
    line-height:24px;
}

p {
    margin:0;
    margin-bottom:30px;
}

ul li, ol li {
    margin-bottom:5px;
}

a {
    color:#ffe73a;
    border-bottom:hidden 1px #ffe73a;
    text-decoration:none;
    -moz-transition:all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
    -webkit-transition:all 0.2s ease-in;
    transition:all 0.2s ease-in;
}

a:hover {
    color:#fff;
    border-bottom-style:dotted;
    -moz-transition:all 0.2s ease-out;
    -o-transition:all 0.2s ease-out;
    -webkit-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
}

img {
    width:100%;
}

hr {
    margin:40px 0;
    border-style:hidden;
    border-bottom: solid 1px #f3dc3a;
}

form {

}

fieldset {
    margin:30px 0;
    padding:30px 0;
    border:none;
    border-bottom:solid 1px #333;
}

legend {
    display:block;
    font-size:22px;
    border-bottom:dotted 1px #75BB3E;
    color:#75BB3E;
    width:100%;
}

label {
    display:block;
    margin:10px 0;
}

label.checkbox input, label.radio input {
    margin-right:10px;
}

input[type=text], select, textarea {
    display:block;
    margin:0;
    margin-bottom:20px;
    padding:5px;
    width:100%;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background: #ffe73a;
    color:#2f2f2f;
    border: solid 2px #ffee77;
    border-radius:5px;
    outline:none;
    font-size:18px;
}

input[type=text]:focus, select:focus, textarea:focus {
    border-color:#fff;
    color:#2f2f2f;
}

input[type=checkbox], input[type=radio] {
    margin-left:10px;
}

.error {
    border:solid 1px #900;
    color:#F33;
    margin:5px 0;
    padding:10px 15px;
    text-align:center;
}

::-webkit-input-placeholder {
    padding-top:5px;
    color:#333;
    font-size:14px;
    text-align:right;
}

:-moz-placeholder {
    padding-top:5px;
    color:#333;
    font-size:14px;
    text-align:right;
}

::-moz-placeholder {
    padding-top:5px;
    color:#333;
    font-size:14px;
    text-align:right;
}

:-ms-input-placeholder {
    padding-top:5px;
    color:#333;
    font-size:14px;
    text-align:right;
}

/* Page Structure Properties */

#main {
    min-height:500px;
}

.container {
    margin:0 auto;
    width:940px;
}

.row {
    margin-left:-15px;
    margin-right:-15px;
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}

.row:before, .row:after {
    display:table;
    content:' ';
}

.row:after {
    clear:both;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    position:relative;
    float:left;
    padding:0 15px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}

.col-1 {
    width:8.33333333333333333%;
}

.col-2 {
    width:16.666666666666666667%;
}

.col-3 {
    width:25%;
}

.col-4 {
    width:33.333333333333333%;
}

.col-5 {
    width:41.66666666666666667%;
}

.col-6 {
    width:50%;
}

.col-7 {
    width:58.33333333333333333%;
}

.col-8 {
    width:66.666666666666666667%;
}

.col-9 {
    width:75%;
}

.col-10 {
    width:83.3333333333333333333%;
}

.col-11 {
    width:91.66666666666666666667%;
}

.col-12 {
    width:100%;
}

.offset-1 {
    margin-left:8.33333333333333333%;
}

.offset-2 {
    margin-left:16.666666666666666667%;
}

.offset-3 {
    margin-left:25%;
}

.offset-4 {
    margin-left:33.333333333333333%;
}

.offset-5 {
    margin-left:41.66666666666666667%;
}

.offset-6 {
    margin-left:50%;
}

.offset-7 {
    margin-left:58.33333333333333333%;
}

.offset-8 {
    margin-left:66.666666666666666667%;
}

.offset-9 {
    margin-left:75%;
}

.offset-10 {
    margin-left:83.3333333333333333333%;
}

.offset-11 {
    margin-left:91.66666666666666666667%;
}

.offset-12 {
    margin-left:100%;
}

.showreel {
    padding: 4em 0;
    background-color: #000;
    color: var(--background);

}

.showreel .showreel__container {

}

.showreel .showreel__heading {
    color: var(--background);
}

/* Page Header */

header.page {
    position:relative;
    height:200px;
    background:#ffe73a;
    text-align:center;
}

header.page h1 {
    padding-top:35px;
    color:#f3ab1b;
    font-family:'DiscoRegular';
    font-size:44px;
}

header.page img {
    margin-top:30px;
    width:auto;
}

/* Page Specific Banners */

.page-banner {
}

.page-banner .bg {
    position: relative;
    height:630px;
    background-position:top center;
    background-color:#000;
    background-repeat:no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.page-banner .bg .title {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -300px;
    padding: 20px;
    width: 600px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color:#ffe73a;
}

.page-banner .bg .title h1 {
    font-size:72px;
    color: #000;
    text-align: center;
}

#portfolio_page .bg {
    background-image:url('../img/portfolio-banner-2019.jpg');
}

/* Primary Navigation Properties */

nav.primary {
    position:absolute;
    bottom:0;
    width:100%;
    height:50px;
    background:#dac417;
}

nav.primary ul {
    display:inline-block;
    margin:0;
    padding:0;
    list-style:none;
}

nav.primary ul li {
    float:left;
    margin:0;
}

nav.primary ul li a {
    display:block;
    padding:10px 15px;
    font-family:'OpenSansLight';
    font-size:22px;
    text-transform:uppercase;
    color:#fff;
    border:none;
}

nav.primary ul li a:hover {
    color:#141411;
}

nav.primary ul li.active a {
    background:#ffe73a;
    color:#141411;
}

nav.nav-fixed-top {
    position:fixed;
    top:0;
    bottom:auto;
    z-index:9000;
}

/* Footer Properties */

footer {
    margin-top:50px;
    min-height:70px;
    background:#090909;
}

nav.footer {
    float:left;

}

nav.footer ul {
    position:relative;
    float:left;
    margin:0;
    padding:0;
    list-style:none;
}

nav.footer ul li {
    margin:0;
    float:left;
}

nav.footer ul li:after {
    position:absolute;
    top:22px;
    color:#333;
    content:' | ';
}

nav.footer ul li:first-child:after {
    display:none;
}

nav.footer ul li a {
    display:block;
    padding:25px 15px;
    color:#666;
    border:none;
    font-size:14px;
}

nav.footer ul li a:hover {
    color:#00c1ae;
}

p.footer {
    float:right;
    margin:0;
    padding:23px 0;
    width:500px;
    font-size:12px;
    color:#444;
    text-align:right;
}

p.footer .auris-link {
    border: none;
    outline: none;
}

p.footer .auris-link img {
    display: inline-block;
    width: auto;
    height: 24px;
    vertical-align: middle;
    border: none;
    outline: none;
}

/* Homepage Showcase */

.showcase {

}

.showcase .block {
    position:relative;
    height:800px;
    background-position:top center;
    background-size:auto;
    background-color:#000;
    background-attachment:fixed;
    background-repeat:no-repeat;
}

.showcase .block .info-box {
    position:absolute;
    bottom:100px;
    left:50%;
    margin-left: -300px;
    background-color:#ffe73a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.showcase .block .info-box a.round-btn {
    display:block;
    position:absolute;
    left:50%;
    bottom:-80px;
    margin-left: -20px;
    padding:20px;
    height:40px;
    width:40px;
    background-color:#fff;
    color:#000;
    font-size:32px;
    border:none;
    text-align:center;
}

.showcase .block .info-box a.round-btn:hover {
    background:#fff;
}

.showcase .block .info-box p {
    font-family:'OpenSansLight';
    font-size:22px;
}

.showcase .block .info-box h3 {
    font-size:66px;
}

.showcase .block .info-box .box {
    padding:30px 40px;
    width:600px;
    text-align: center;
    background:none;
    border-radius:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* First Homepage Showcase Properties */
#homepage_image_1 {
    background-image: url('../img/hero-banner.jpg');
    background-size: cover;
}

/* Second Homepage Showcase Properties */
#homepage_image_2 {
    background-image: url('../img/homepage_image_2.jpg');
}

#homepage_image_2 .info-box {
    top:350px;
    left:40%;
    right:0;
}

#homepage_image_2 .info-box h3 {
    line-height: 56px;
    font-size: 50px;
}

#homepage_image_2 .info-box .box {
    float:left;
}

#homepage_image_2 .info-box a.round-btn {
    right:auto;
    left:0;
}

/* Third Homepage Showcase Properties */
#homepage_image_3 {
    background-image: url('../img/homepage_image_3.jpg');
    background-position:20% right;
}

#homepage_image_3 .info-box {
    top:200px;
    left:0;
    right:65%;
}

.preloader {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#ffe73a;
    color:#141411;
    z-index:99999;
}

.preloader .content {
    height:200px;
    width:200px;
    margin:20% auto;
    text-align:center;
    font-size:24px;
}

.preloader .content img {
    width:auto;
    position:relative;
    -webkit-backface-visibility: hidden;
}

/* Homepage Buttons */

.homepage-buttons {
    margin:100px 0;
    margin-bottom:100px;
}

.homepage-buttons .button {
    display:table;
    margin:auto;
    width:80%;
    text-align:center;
    border-bottom:solid 20px #009084;
}

.homepage-buttons .button a {
    display:block;
    padding-top:40px;
    height:160px;
    font-size:54px;
    font-family:'OstrichRegular';
    color:#fff;
    background:#00c1ae;
    border:none;
    vertical-align:middle;
}

.homepage-buttons .button a:hover {
    background:#009084;
}

.homepage-buttons .alt .button {
    border-bottom-color:#dcdcdc;
}

.homepage-buttons .alt .button a {
    color:#141411;
    background:#fff;
}

.homepage-buttons .alt .button a:hover {
    background:#dcdcdc;
}

/* Portfolio */

.portfolio {

}

.portfolio .box {
    background:none;
    border-radius:0;

}

.portfolio .latest-video {
    margin-bottom:60px;
}

.portfolio .latest-video .video {
    padding:0;
    background: #fff;
    height: 368px;
    text-align:center;
}

.portfolio .latest-video .video img {
    width:auto;
    height:100%;
}

.portfolio .latest-video .details {
    background: #ffffff;
    height:360px;
}

.portfolio .featured-work .spaced img {
    position:relative;
    -webkit-backface-visibility: hidden;
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    filter:grayscale(100%);
    -webkit-transition:all 0.2s ease-out;
    -moz-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
}

.portfolio .featured-work .spaced img:hover {
    -webkit-filter:grayscale(0%);
    -moz-filter:grayscale(0%);
    filter:grayscale(0%);
    -webkit-transition:all 0.2s ease-out;
    -moz-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
}

.portfolio .images:hover .box a {
    opacity:0.3;
}

.portfolio .images:hover .box a:hover {
    opacity:1;
    border:solid 1px #fff;
    -moz-transform:		scale(1.1,1.1);
    -webkit-transform:	scale(1.1,1.1);
    -ms-transform:		scale(1.1,1.1);
    -o-transform:		scale(1.1,1.1);
    transform:			scale(1.1,1.1);
}

.portfolio .images .box {
    margin-bottom:30px;
}

.portfolio .images .box a {
    display:block;
    border: solid 1px #fff;
}

.portfolio .images .box img {
    display:block;
    margin:0;
    padding:0;
    -webkit-filter:grayscale(50%);
    -moz-filter:grayscale(50%);
    filter:grayscale(50%);
}

.portfolio .images .box img:hover {
    -webkit-filter:none;
    -moz-filter:none;
    filter:none;
}

.portfolio .videos .box {
    position:relative;
    margin-bottom:20px;
}

.portfolio .videos .box .play-button {
    position:absolute;
    top:20px;
    right:30px;

    width:140px;
    height:70px;

    visibility:hidden;
    opacity:0;
    background:url('../img/video-play.png') no-repeat center top;
    z-index:10;
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    transition:all 0.2s ease-in;
}

.portfolio .videos .box a:hover .play-button {
    opacity:1;
    visibility:visible;
    -webkit-transition:all 0.2s ease-out;
    -moz-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
}

.portfolio .videos .box a img {
    display:block;
    -webkit-filter:grayscale(70%);
    -moz-filter:grayscale(70%);
    filter:grayscale(70%);
    -webkit-transition:all 0.2s ease-out;
    -moz-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
}

.portfolio .videos .box a:hover img {
    -webkit-filter:none;
    -moz-filter:none;
    filter:none;
    -webkit-transform:scale(1.1,1.1) translateX(10px) rotate(2deg);
    -moz-transform:scale(1.1,1.1) translateX(10px);
    transform:scale(1.1,1.1) translateX(10px);

    -webkit-transition:-webkit-filter 0.2s ease-in, -webkit-transform 4s linear;
    -moz-transition:all 0.2s ease-in, -moz-transform 4s linear;
    transition:all 0.2s ease-in, transform 4s linear;
}

.portfolio .videos h5 {
    margin-top:10px;
}

.portfolio .videos .box a {
    display:block;
    border:none;
    overflow:hidden;
}

/* .box */

.box {
    background:#dac417;
    border-radius:10px;
}

.padded {
    padding:20px;
}

/* Button Settings */

a.btn, input[type=submit], input[type=reset], button {
    display:inline-block;
    margin:10px;
    padding:10px 20px;
    border-radius:3px;
    background:#00c1ae;
    -moz-box-shadow:0 3px #009084;
    -webkit-box-shadow:0 3px #009084;
    box-shadow:0 3px #009084;
    color:#fff;
    color:#fff;
    border:none;
    -moz-transition:all 0.2s ease-in;
    -webkit-transition:all 0.2s ease-in;
    transition:all 0.2s ease-in;
}

a.btn:hover, input[type=submit]:hover, input[type=reset]:hover, button:hover {
    background:#009084;
    color:#fff;
    -moz-transition:all 0.2s ease-out;
    -webkit-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
}

a.btn-large {
    font-size:20px;
    padding:16px 22px;
}

/* Helpful Classes */

.hide {
    display:none;
}

.centered {
    text-align:center;
}

.spaced {
    margin-bottom:20px;
}

.pull-left {
    float:left;
}

.pull-right {
    float:right;
}

img.thumbnail {
    width:auto;
    margin:20px;
    margin-top:0;
}

img.pull-left {
    margin-left:0;
}

img.pull-right {
    margin-right:0;
}

ul.plain, ol.plain {
    margin:0;
    margin-top:20px;
    padding:0;
    list-style:none;
}

ul.plain li, ol.plain li {
    margin-bottom:10px;
}

ul.inline, ol.inline {
    display:inline-block;
}

ul.inline li, ol.inline li {
    margin-right:20px;
    float:left;
}

.social a {
    border:none;
}

.social:hover a {
    opacity:0.4;
}

.social a:hover {
    opacity:1;
}

/* prettyPhoto Properties */

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../img/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../img/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../img/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../img/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../img/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../img/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../img/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../img/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../img/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../img/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../img/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../img/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}