/*
 * photoswipe.css
 * Copyright (c) %%year%% by Code Computerlove (http://www.codecomputerlove.com)
 * Licensed under the MIT license
 *
 * Default styles for PhotoSwipe
 * Avoid any position or dimension based styles
 * where possible, unless specified already here.
 * The gallery automatically works out gallery item
 * positions etc.
 */
body {
    -ms-touch-action: none;
}
.ps-document-overlay{
top:0px !important;
}

body.ps-active,body.ps-building,div.ps-active,div.ps-building,body.displayBlock {
    background: #000;
    overflow: hidden;
}

body.ps-active *,div.ps-active * {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
/*    display: none;*/
}

.displayBlock {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    display: block !important;
}

.displayNone {
    display: none !important;
}

body.ps-active :focus,div.ps-active :focus {
    outline: 0;
}

/* Document overlay */
div.ps-document-overlay {
}

/* UILayer */
div.ps-uilayer {
    cursor: pointer;
    opacity: 0;
}

/* Zoom/pan/rotate layer */
div.ps-zoom-pan-rotate {
    background: #000;
    cursor: crosshair !important;
}

div.ps-zoom-pan-rotate img {
    -webkit-box-shadow: none;
    box-shadow: none;
}

div.ps-zoom-pan-rotate * {
    display: block;
}

/* Carousel */
div.ps-carousel-item-loading {
    background: url(loader.gif) no-repeat center center;
}

div.ps-carousel-item-error {
    background: url(error.gif) no-repeat center center;
}

/* Caption */
div.ps-caption {
    background: #000;
    background: 0;
    background: 0 color-stop(100%,#000101));
    border-bottom: 1px solid #42403f;
    color: #fff;
    font-size: 13px;
    font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
    text-align: center;
}

div.ps-caption * {
    display: inline;
}

div.ps-caption-bottom {
    border-top: 1px solid #42403f;
    border-bottom: none;
    min-height: 44px;
}

div.ps-caption-content {
    padding: 40px;
    display: block;
}

/* Toolbar */
div.ps-toolbar {
    width: 100%;
    margin: 0 auto;
/*box-shadow:0 1px 0 #FFFFFF inset, 0 1px 5px rgba(0, 0, 0, 0.2);border:1px solid #aeaeae;*/
    background-color: #000;
/* Old browsers */
    text-align: center;
    height: 50px;
    display: block !important;
    table-layout: fixed;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0 2px 13px 2px #2b2b2b;
    box-shadow: 0 2px 13px 2px #2b2b2b;
    padding-bottom: 10px;
    z-index: 0;
}

div.ps-toolbar * {
    display: block;
}

div.ps-toolbar-top {
    border-bottom: 1px solid #42403f;
    border-top: none;
}

div.ps-toolbar-close,div.ps-toolbar-previous,div.ps-toolbar-next,div.ps-toolbar-play,div.ps-toolbar-home,div.ps-toolbar-coverpage,div.ps-toolbar-thumbs,div.ps-toolbar-share,div.ps-toolbar-multimedia,div.ps-toolbar-twopageview,div.ps-toolbar-bookmark,div.ps-toolbar-singlepageview,div.ps-toolbar-toc,div.ps-toolbar-subscribe {
    cursor: pointer;
}

div.ps-toolbar ul {
    margin: 0;
    padding-top: 10px;
}

div.ps-toolbar ul li {
    float: left;
}

div.ps-toolbar div div.ps-toolbar-content {
    width: 85px;
    height: 50px;
    margin: 0 auto;
    background-image: url(../images/toolbar_icons.png);
    background-repeat: no-repeat;
}

div.topmenuleft {
    float: left;
}

div.topmenuright {
    float: right;
}

div.topmenuleft ul,div.topmenuright ul {
    margin: 0;
    padding-left: 0;
}

div.topmenuright ul {
    padding-right: 10px;
}

div.topmenuright ul li {
    list-style-type: none;
}

div.ps-toolbar-home div.ps-toolbar-content {
    background-position: 25px 0;
}

div.ps-toolbar-coverpage div.ps-toolbar-content {
    background-position: -44px 0;
}

div.ps-toolbar-twopageview div.ps-toolbar-content {
    background-position: -120px 0;
}

.ps-toolbar-clipshare div.ps-toolbar-content {
    background-position: -1134px 0;
    width: 112px !important;
    margin-top: 1px !important;
}

.ps-toolbar-clipshare > .ps-toolbar-content {
    background-position: -1139px 0;
    cursor: pointer;
}

div.ps-toolbar-share div.ps-toolbar-content {
    background-position: -200px 0;
}

div.ps-toolbar-multimedia div.ps-toolbar-content {
    background-position: -283px 0;
    margin-right: 15px !important;
}

div.ps-toolbar-bookmark div.ps-toolbar-content {
    background-position: -376px 0;
}

div.ps-toolbar-singlepageview div.ps-toolbar-content {
    background-position: -480px 0;
}

div.ps-toolbar-toc div.ps-toolbar-content {
    background-position: -560px 0;
}

div.ps-toolbar-subscribe div.ps-toolbar-content {
    background-position: -635px 0;
}

div.ps-toolbar-previous {
    display: none;
}

div.ps-toolbar-next {
    display: none;
}

div.ps-toolbar-next-disabled div.ps-toolbar-content {
    display: none;
}

div.ps-toolbar-play {
    display: none;
}

body.ps-active #tocscroller,div.ps-active #tocscroller {
    display: block;
    z-index: 0;
}

body.ps-active #tocscroller *,div.ps-active #tocscroller * {
    display: block;
}

#tocscroller .label {
    font-size: 11px;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
}

#tocscroller {
    position: absolute;
    bottom: 0;
    width: 100%;
/*height:170px;*/
    padding: 0;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#tocscroller .jTscrollerContainer {
    position: absolute;
    background: #000;
}

#tocscroller .jTscroller {
    position: relative;
    height: 100%;
    margin: 0;
    left: 0;
    top: 0;
    display: inline-block;
    display: inline;
}

#tocscroller .jTscrollerNextButton,.jThumbnailScroller .jTscrollerPrevButton {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

#tocscroller .jTscrollerNextButton {
    background: #000 url(nextArrow.png) center center;
}

#tocscroller .jTscrollerPrevButton {
    background: #000 url(prevArrow.png) center center;
}

#tocscroller .jTscrollerNextButton:hover,#tocscroller .jTscrollerPrevButton:hover {
    background-color: #d56916;
    opacity: 1;
}

#tocscroller .jTscroller a {
    display: block;
    float: left;
    border: 5px solid #ddd;
    margin: 6px 10px 6px 0;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

#tocscroller .jTscroller a:hover {
    border-color: #fff;
}

#tocscroller .jTscroller a:first-child {
    margin-left: 10px;
}

#tocscroller .jTscroller a img {
    border: none;
/*width:54px;height:72px*/
}

#tocscroller .jTscroller a img:hover {
    cursor: pointer;
}

#tocscroller .jTscroller a {
    opacity: 1;
}

#tocscroller a:hover {
    opacity: 0.9;
}

#tocscroller .jTscrollerNextButton {
    margin: -20px 10px 0;
    right: 0;
    top: 50%;
}

#tocscroller .jTscrollerPrevButton {
    margin: -20px 10px 0;
    left: 0;
    top: 50%;
}

#sharewin {
    width: 450px;
    height: 270px;
    background: #000;
    opacity: 0.99;
    -webkit-box-shadow: 0 2px 13px 2px #333;
    box-shadow: 0 2px 13px 2px #333;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: none;
    padding: 20px;
    z-index: 9999;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 100px;
	float:left;
}

#sharewin {
    
	width: 570px;
}

#sharewin .sharewintitle {
    color: #fff;
    font-size: 20px;
}

#sharewin textarea {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    height: 60px;
}

#sharewin .shareclose{
    width: 50px;
    height: 50px;
    display: block;
    background: url(icons.png) 10px 10px;
    position: absolute;
    top: -10px;
    right: 5px;
    cursor: pointer;
}

.videoplayerclose{
    width: 50px;
    height: 50px;
    display: block;
    background: url(icons.png) 10px 10px;
    position: absolute;
    top: -20px;
    right: -5px;
    cursor: pointer;
    z-index: 9999;
}

.exvideoplaceholder{
	background: url('../images/external_video_placeholder.png') no-repeat;
	width:180px;height:120px;display:block;cursor: pointer;
}


#alertWin {
    width: 450px;
    height: 100px;
    background: #000;
    opacity: 0.9;
    -webkit-box-shadow: 0 2px 13px 2px #333;
    box-shadow: 0 2px 13px 2px #333;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: block;
    padding: 20px;
    z-index: 9999;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 100px;
    display: none;
}

#alertWin * {
    display: block;
}

#alertWin .alertMsg {
    color: #fff;
    font-size: 20px;
    width: 100%;
    text-align: center;
    line-height: 100px;
}

#alertWin .alertclose {
    width: 50px;
    height: 50px;
    display: block;
    background: url(icons.png) 10px 10px;
    position: absolute;
    top: -10px;
    right: 5px;
    cursor: pointer;
}

.st_facebook_large,.st_twitter_large,.st_linkedin_large,.st_email_large,.st_sharethis_large {
    width: 50px;
    float: left;
}

#videoGallery {
    width: 600px;
    height: 420px;
    background: #909090;
    display: block;
    z-index: 9999;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 100px;
    display: none;
}

#videoGallery * {
    display: block;
}

#videoGallery .videoTitle {
    font-size: 50px;
    background: url(../images/video_title_bg.png) repeat-x;
    text-align: center;
}

#videoGallery .videoPlayer {
    padding-top: 36px;
    float: left;
    width: 185px;
}

#videoGallery .videoPlayList ul {
    margin: 10px 0 0 15px;
    padding: 0;
}

#videoGallery .videoPlayList {
    height: 350px;
    overflow: auto;
}

#videoGallery .videoPlayList ul li {
    display: block;
    width: 500px;
    float: left;
    height: 145px;
    background: url(../images/multimedia_screen_bg.png) no-repeat;
    padding: 20px 20px 0;
}

#videoGallery .videodesc {
    font-size: 14px;
    font-family: Arial;
    letter-spacing: 1px;
    color: #333;
    padding-left: 20px;
    width: 300px;
}

#videoGallery .videolibox {
    background: #fff;
    height: 132px;
}

#videoGallery .videoclose {
    width: 50px;
    height: 50px;
    display: block;
    background: url(icons.png) 10px 10px;
    position: absolute;
    top: -10px;
    right: 5px;
    cursor: pointer;
}

#activityType3 .videoclose {
    width: 50px;
    height: 50px;
    display: block;
    background: url(icons.png) 10px 10px;
    position: absolute;
    top: -10px;
    right: 5px;
    cursor: pointer;
}

#videoGallery .watchVideoBtn {
    background: url(../images/watch_video_btn.png) no-repeat left top;
    width: 132px;
    height: 41px;
    display: block;
}

#videoGallery .videoliboxInnerLeft .watchVideoBtnPause {
    background: url(../images/watch_video_pause_btn.jpg) no-repeat left top;
}

#videoGallery h3 {
    font-family: Arial;
    color: #000;
    font-size: 25px;
    margin: 5px 0 0 20px;
}

#videoGallery .videoDetails {
    float: left;
    width: 350px;
}

#videoGallery .vjs-time-divider {
    display: none;
}

#videoGallery .videolibox {
    background: #fff;
    height: 132px;
    float: left;
    width: 100%;
}

#videoGallery .videoliboxInnerLeft {
    float: left;
    width: 315px;
}

#videoGallery .videoliboxInnerRight {
    float: right;
    width: 180px;
    margin: 3px 3px 0 0;
}

#tocscroller {
    z-index: 999;
}

#canImg textarea {
    border: 2px solid #fff;
    resize: none;
    background:none;
    color:#fff;
}

#canImg label {
    font-size: 12px;
    color: #FFF;
    font-weight: 700;
}

#canImg {
    min-width: 155px;
/*min-height: 250px;*/
    overflow: hidden;
}

.twitter-share-button111 {
/*    background:url(../images/twitter_32.png)!important; */
    background-repeat: none !important;
    float: left;
    width: 33px;
    text-align: center;
    height: 32px;
}

.fixedshare {
    position: fixed;
    top: 30px;
    left: 30px;
}

#canImg h3 {
    margin: 5px;
    padding: 2px;
}

.imgBox:hover,#imags img:hover {
    cursor: pointer;
}

.jcrop-keymgr {
    display: none;
}

#moreContainer {    
    width: 185px;
    background-color: #fff;
    top: 62px;
    right: 30px;
    color: #fff;
    padding: 10px 0;
    position: absolute;
    z-index: 9999;
    box-shadow: 0 3px 13px 3px #2b2b2b;
    -webkit-box-shadow: 0 3px 13px 3px #2b2b2b;
    font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
    display: none;    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#moreContainer:after {
   content:"";
   display:block; /* reduce the damage in FF3.0 */
   position:absolute;
   top:-10px;
   left:140px;
   width:0;
   border-width:0 15px 15px;
   border-style:solid;
   border-color:#fff transparent;
}

#moreContainer div {
    display: block !important;
    cursor: pointer;
    float: left;
    clear: both;
    margin-left: 10px;
    width: 100%;
    margin-bottom: 5px;
}

#moreContainer div span {
    background-image: url(../images/more-menu-icons.png);
    background-repeat: no-repeat;
    width: 185px;
    height: 40px;
    display: block !important;
    float: left;
    border-bottom:1px solid #ddd;
    display:block;
    padding-bottom:5px;
}

#more-clipandshare > span {
    background-position: 0px 0px;
    width: 165px !important;
}

#more-subscribe > span {
    background-position: 0px -48px;
    width: 165px !important;
}

#more-pages > span {
    background-position: 0px -94px;
    width: 165px !important;
}

#more-toc > span {
    background-position: 0px -144px;
    width: 165px !important;
}

.ps-toolbar-more > .ps-toolbar-content {
    background-position: -720px 0;
    cursor: pointer;
}

.ps-toolbar-share > .ps-toolbar-content {
    background-position: -720px 0;
    cursor: pointer;
}

#shareContainer {
    width: 160px;
    background-color: #fff;
    top: 62px;
    right: 200px;
    color: #fff;
    padding: 10px 0;
    position: absolute;
    z-index: 9999;
    box-shadow: 0 3px 13px 3px #2b2b2b;
    -webkit-box-shadow: 0 3px 13px 3px #2b2b2b;
    font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
    display: none;    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

}

#shareContainer:after {
   content:"";
   display:block; /* reduce the damage in FF3.0 */
   position:absolute;
   top:-10px;
   left:100px;
   width:0;
   border-width:0 15px 15px;
   border-style:solid;
   border-color:#fff transparent;
}

.sharewhitelayer{background:#fff;padding:10px}

#shareContainer div {
    display: block !important;
    height: 32px;
    cursor: pointer;
    float: left;
    clear: both;
    margin-left: 10px;
    width: 80%;
    margin-bottom: 10px;
}

#shareContainer div span {
    background-repeat: no-repeat;
    width: 140px;
    height: 40px;
    display: block !important;
    float: left;
    border-bottom:1px solid #ddd;
    display:block;
}

#share-fb > span 
{
    background-position: -800px -10px;
 
}

.share-fb-button
{
    background-repeat: none !important;
    float: left;
    width: 33px;
    text-align: center;
    height: 32px;
    background-image: url(../images/fb.png);
}
.active-slider-view {
    cursor: default !important;
}

#moreContainer div._hide {
    display: none !important;
}
/*vertial scrolling issue*/
div.ps-document-overlay { max-height: 100%; }
div.ps-toolbar { margin-top: -1px; }

.ps-zoom-pan-rotate {
    z-index: 999;
}

.ps-zoom-pan-rotate img {
    visibility: visible !important;
    display: block !important;
}

#shareMessage,#shareMessage label,#shareMessage textarea {
    float: left;
    width: 100%;
}

#shareMessage label {
    margin-top: 7px;
}

.load-layer {
    background-color: #000;
    position: relative;
    z-index: 99999;
}

#loadimg {
    top: 50%;
    left: 50%;
    position: relative;
}

#single-page-zoom
{

}

.sharelinkdiv
{
    clear: both;
}