/*fancySelect.css*/
div.fancy-select{color:#46565D;font-size:13px;position:relative;}
div.fancy-select.disabled{opacity:0.5;}
div.fancy-select select:focus + div.trigger.open{box-shadow:none;}
div.fancy-select div.trigger{background:#fff;border:1px solid #ccc;border-radius:4px;cursor:pointer;height:33px;line-height:33px;moz-transition:all 240ms ease-out;ms-transition:all 240ms ease-out;o-transition:all 240ms ease-out;padding:0 57px 0 8px;position:relative;text-overflow:ellipsis;transition:all 240ms ease-out;webkit-transition:all 240ms ease-out;white-space:nowrap;}
div.fancy-select div.trigger:after{color:#666;content:">";font-family:calibri;font-size:14.5px;font-weight:300;opacity:.8;position:absolute;right:9px;top:0px;transform:rotate(90deg);}
div.fancy-select div.trigger.open{background:#F6F6F6;box-shadow:none;}
div.fancy-select div.trigger.open:after{transform:rotate(-90deg);}
div.fancy-select ul.options{background:#fff;border:1px solid #ccc;border-radius:0 0 4px 4px;color:#8b8b8b;left:0;list-style:none;margin:0;max-height:200px;min-width:99.5%;moz-transition:opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;ms-transition:opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;opacity:0;o-transition:opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;overflow:auto;position:absolute;top:30px;transition:opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;visibility:hidden;webkit-transition:opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;z-index:11099;}
div.fancy-select ul.options.open{moz-transition:opacity 300ms ease-out, top 300ms ease-out;ms-transition:opacity 300ms ease-out, top 300ms ease-out;opacity:1;o-transition:opacity 300ms ease-out, top 300ms ease-out;top:33px;transition:opacity 300ms ease-out, top 300ms ease-out;visibility:visible;webkit-transition:opacity 300ms ease-out, top 300ms ease-out;}
div.fancy-select ul.options.overflowing{bottom:34px !important;moz-transition:opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;ms-transition:opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;o-transition:opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;top:auto;transition:opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;webkit-transition:opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;}
div.fancy-select ul.options.overflowing.open{bottom:50px;moz-transition:opacity 300ms ease-out, bottom 300ms ease-out;ms-transition:opacity 300ms ease-out, bottom 300ms ease-out;o-transition:opacity 300ms ease-out, bottom 300ms ease-out;top:auto;transition:opacity 300ms ease-out, bottom 300ms ease-out;webkit-transition:opacity 300ms ease-out, bottom 300ms ease-out;}
div.fancy-select ul.options li{cursor:pointer;moz-transition:all 150ms ease-out;ms-transition:all 150ms ease-out;o-transition:all 150ms ease-out;padding:5px 12px;transition:all 150ms ease-out;webkit-transition:all 150ms ease-out;white-space:nowrap;}
div.fancy-select ul.options li.selected{background:#f0f0f0;color:#ff6600 !important;}
div.fancy-select ul.options li:hover{color:#333;}


/*jquery.custom-scrollbar.css*/
.scrollable{position:relative;}
.scrollable:focus{outline:0;}
.scrollable .viewport{overflow:hidden;position:relative;}
.scrollable .viewport .overview{position:absolute;}
.scrollable .scroll-bar{display:none;}
.scrollable .scroll-bar.vertical{background:#ccc;height:100%;position:absolute;right:0px;}
.scrollable .scroll-bar.horizontal{position:relative;width:100%;}
.scrollable .scroll-bar .thumb{position:absolute;}
.scrollable .scroll-bar.vertical .thumb{left:0px;min-height:10px;width:3px;}
.scrollable .scroll-bar.horizontal .thumb{height:100%;left:0;min-width:10px;}
.not-selectable{khtml-user-select:none;moz-user-select:none;ms-user-select:none;user-select:none;webkit-touch-callout:none;webkit-user-select:none;}
.scrollable.default-skin{padding-bottom:9px;padding-right:10px;}
.scrollable.default-skin .scroll-bar.vertical{width:3px;}
.scrollable.default-skin .scroll-bar.horizontal{height:6px;}
.scrollable.default-skin .scroll-bar .thumb{background-color:#ff6600;border-radius:4px;cursor:pointer;moz-border-radius:4px;webkit-border-radius:4px;}
.scrollable.default-skin .scroll-bar:hover .thumb, .scrollable.default-skin .scroll-bar:active .thumb{opacity:0.8;}
.scrollable.gray-skin{padding-right:17px;}
.scrollable.gray-skin .scroll-bar{background-color:#d3d3d3;border:1px solid gray;}
.scrollable.gray-skin .scroll-bar .thumb{background-color:gray;}
.scrollable.gray-skin .scroll-bar:hover .thumb{background-color:black;}
.scrollable.gray-skin .scroll-bar.vertical{width:10px;}
.scrollable.gray-skin .scroll-bar.horizontal{height:10px;margin-top:2px;}
.scrollable.modern-skin{padding-right:17px;}
.scrollable.modern-skin .scroll-bar{border:1px solid gray;border-radius:4px;box-shadow:inset 0 0 5px #888;moz-border-radius:4px;moz-box-shadow:inset 0 0 5px #888;webkit-border-radius:4px;webkit-box-shadow:inset 0 0 5px #888;}
.scrollable.modern-skin .scroll-bar .thumb{background-color:#95aabf;border:1px solid #536984;border-radius:4px;moz-border-radius:4px;webkit-border-radius:4px;}
.scrollable.modern-skin .scroll-bar.vertical .thumb{background:linear-gradient(to right, #95aabf 0%, #547092 100%);background:-moz-linear-gradient(left, #95aabf 0%, #547092 100%);background:-ms-linear-gradient(left, #95aabf 0%, #547092 100%);background:-o-linear-gradient(left, #95aabf 0%, #547092 100%);background:-webkit-gradient(linear, left top, right top, color-stop(0%, #95aabf), color-stop(100%, #547092));background:-webkit-linear-gradient(left, #95aabf 0%, #547092 100%);ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )";width:8px;}
.scrollable.modern-skin .scroll-bar.horizontal .thumb{background-image:linear-gradient(#95aabf, #547092);background-image:-moz-linear-gradient(#95aabf, #547092);background-image:-ms-linear-gradient(#95aabf, #547092);background-image:-o-linear-gradient(#95aabf, #547092);background-image:-webkit-linear-gradient(#95aabf, #547092);height:8px;ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )";}
.scrollable.modern-skin .scroll-bar.vertical{width:10px;}
.scrollable.modern-skin .scroll-bar.horizontal{height:10px;margin-top:2px;}


/*masterslider.css*/
/**
 *  Master Slider
 * 	Core css file
 */

.master-slider{moz-transform:translate3d(0 , 0 , 0);position:relative;visibility:hidden;}
.master-slider a{o-transition:none;transition:none;webkit-transition:none;}
.master-slider, .master-slider *{box-sizing:content-box;moz-box-sizing:content-box;webkit-box-sizing:content-box;}
.master-slider.before-init{}
.master-slider.ms-fullheight{height:100%;}
.ms-layout-partialview .ms-view{background-color:transparent;overflow:visible;}
.ms-layout-partialview .ms-container{overflow:hidden;}
.master-slider img, .ms-slide-bgvideocont video{max-width:none;}
.ms-ie img{border:none;}
.ms-ie8 *{filter:inherit;opacity:inherit;}
.ms-ie7{zoom:1;}
.ms-moz .ms-slide-bgcont>img{transform:translateX(0px);}
.ms-loading-container{position:absolute;top:0;width:100%;}
.ms-slide-auto-height{display:table;}
.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading{background:url(loading-2.gif) no-repeat center white;border-radius:60px;box-shadow:0px 0px 3px rgba(0,0,0,0.2);height:36px;left:50%;margin:-18px;opacity:0.9;position:absolute;top:50%;width:36px;}
.ms-no-swipe, .ms-def-cursor{cursor:auto !important;}
.ms-view{margin:0px auto;moz-perspective:2000px;ms-perspective:2000px;overflow:hidden;perspective:2000px;position:relative;webkit-perspective:2000px;}
.ms-container{border:1px solid #ccc;border-radius:4px;margin-bottom:20px !important;}
.ms-view .ms-slide-container{position:relative;}
.ms-slide{height:100%;ms-transform:translateZ(0px);o-transform:translateZ(0px);position:absolute;transform:translateZ(0px);webkit-transform:translateZ(0px);}
.ms-wk .ms-slide{transform-style:preserve-3d;webkit-transform-style:preserve-3d;}
.ms-slide.selected{}
.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont{overflow:hidden;position:absolute;width:100%;}
.ms-slide .ms-slide-link{display:block;height:100%;position:absolute;top:0;width:100%;z-index:110;}
.ms-ie .ms-slide-link {
	background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR??AA7") 0 0 repeat;
}
.ms-slide .ms-slide-bgvideocont{height:100%;z-index:105;}
.ms-wk .ms-slide .ms-slide-bgvideocont,
.ms-wk .ms-slide-bgvideocont>video{transform:translateZ(0.3px);webkit-transform:translateZ(0.3px);}
.ms-slide .ms-slide-bgvideo{position:absolute;top:0px;}
.ms-inner-controls-cont, .ms-container{margin:0 auto;position:relative;}
.ms-slide .ms-slide-bgcont img , .ms-container , .ms-inner-controls-cont{moz-user-select:none;ms-user-select:none;user-select:none;webkit-user-select:none;}
.ms-slide .ms-layer, .ms-fixed-layers .ms-layer{pointer-events:auto;position:absolute;}
.ms-slide .ms-slide-layers,
.ms-fixed-layers{height:100%;overflow:hidden;pointer-events:none;position:absolute;top:0px;width:100%;z-index:109;}
.ms-slide .ms-slide-video{background:black;border:none;margin:0;padding:0;position:absolute;top:0;z-index:111;}
.ms-parallax-layer{position:absolute;top:0;width:100%;}
.ms-scroll-parallax-cont{height:100%;position:absolute;top:0;width:100%;}
.ms-wk .ms-scroll-parallax-cont{transform:translateZ(0.4px);webkit-transform:translateZ(0.4px);}
.ms-action-layer{cursor:pointer;}
.ms-btn-container{position:absolute;}
.ms-btn{color:black;cursor:pointer;display:inline-block;padding:8px 15px;position:relative;text-decoration:none;white-space:nowrap;}
.ms-default-btn{background:#0074A2;border-radius:5px;color:#FFF;}
.ms-default-btn:hover{background-color:#0098D5;}
.ms-default-btn:active{top:1px;}
.ms-btn-s{font-size:80%;line-height:0;padding:14px 17px;}
.ms-btn-m{padding:12px 40px;}
.ms-btn-n{font-size:95%;padding:8px 25px;}
.ms-btn-l{font-size:120%;padding:17px 50px;}
.ms-btn-box{}
.ms-btn-round{border-radius:5px;}
.ms-btn-circle{border-radius:100px;}
.ms-btn-outline-box{}
.ms-btn-outline-round{border-radius:5px;}
.ms-btn-outline-circle{border-radius:100px;}
.ms-layer.video-box{background:black;}
.ms-layer.video-box iframe{border:none;margin:0;padding:0;position:absolute;z-index:111;}
.ms-slide .ms-slide-vpbtn , .ms-slide .ms-video-btn{cursor:pointer;position:absolute;z-index:112;}
.ms-slide .ms-slide-vcbtn{cursor:pointer;position:absolute;z-index:113;}
.ms-slide-vcbtn-mobile{background-color:black;bottom:0;color:white;cursor:pointer;height:28px;left:0;position:relative;text-align:center;width:100%;z-index:113;}
.ms-slide-vcbtn-mobile .ms-vcbtn-txt{background:url(video-close-btn.png) no-repeat 0px 3px;color:#DBDBDB;display:inline-block;font-family:sans-serif;font-size:0.75em;height:15px;margin-top:7px;padding-left:15px;text-transform:uppercase;}
.ms-wk .ms-slide .ms-slide-vcbtn,
.ms-wk .ms-slide .ms-slide-layers,
.ms-wk .ms-slide .ms-slide-vpbtn,
.ms-wk .ms-slide .ms-slide-video,
.ms-wk .ms-slide-link{transform:translateZ(0.44px);webkit-transform:translateZ(0.44px);}
.ms-video-img{height:100%;left:0;position:absolute;top:0;width:100%;}
.ms-mask-frame{float:left;overflow:hidden;position:absolute;}
.ms-thumb-list{overflow:hidden;position:absolute;}
.ms-thumb-list.ms-dir-h{margin:0 auto;width:88%;}
.ms-thumb-list.ms-dir-v{height:100%;top:0;}
.ms-thumbs-cont{position:relative;}
.ms-thumb-frame img{height:auto;width:100%;}
.ms-thumb-frame{cursor:pointer;float:left;moz-transition:opacity 300ms;ms-transition:opacity 300ms;o-transition:opacity 300ms;overflow:hidden;transition:opacity 300ms;webkit-transition:opacity 300ms;}
.ms-thumb-frame-selected{opacity:1;}
.ms-tabs .ms-thumb-frame{background-color:#F6f6f6;border:solid 1px white;border-width:0 1px 1px 0;color:#222;moz-transition:all 300ms ease-out;ms-transition:all 300ms ease-out;opacity:1;o-transition:all 300ms ease-out;overflow:visible;position:relative;text-shadow:0 1px 1px white;transition:all 300ms ease-out;webkit-transition:all 300ms ease-out;}
.ms-tabs.ms-dir-h .ms-thumb-frame{margin-top:12px;}
.ms-tabs.ms-dir-v .ms-thumb-frame{margin-left:12px;}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame{margin-left:0px;}
.ms-tabs.ms-dir-h.ms-align-top{z-index:140;}
.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame{margin-top:-12px;}
.ms-tabs .ms-thumb{padding:20px 20px;}
.ms-tabs .ms-thumb-frame-selected{background:#EDEDED;opacity:1;}
.ms-tabs .ms-thumb-frame .ms-thumb-ol{moz-transition:all 300ms ease-out;ms-transition:all 300ms ease-out;opacity:0;o-transition:all 300ms ease-out;position:absolute;transition:all 300ms ease-out;webkit-transition:all 300ms ease-out;}
.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol{border-bottom:solid 12px #F6f6f6;border-left:solid 12px transparent;border-right:solid 12px transparent;left:50%;margin-left:-12px;top:0px;}
.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol{border-bottom-color:#EDEDED;opacity:1;top:-12px;}
.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol{border-bottom:0px;border-top:solid 12px #F6f6f6;bottom:0px;top:auto;}
.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol{border-top-color:#EDEDED;bottom:-12px;opacity:1;}
.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol{border-bottom:solid 12px transparent;border-right:solid 12px #EDEDED;border-top:solid 12px transparent;left:0;margin-top:-12px;top:50%;}
.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol{border-right-color:#EDEDED;left:-12px;opacity:1;}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol{border-left:solid 12px #EDEDED;border-right:0;left:auto;right:0;}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol{border-left-color:#EDEDED;opacity:1;right:-12px;}
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd{background:rgba(128, 128, 128, 0.5);color:white;cursor:pointer;height:100%;left:0;position:absolute;text-align:center;width:20px;}
.ms-thumb-list.ms-dir-h .ms-thumblist-bwd{left:auto;right:0;}
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after{border:solid rgba(0, 0, 0, 0);border-right-color:#FFF;border-width:5px 5px 5px 0px;content:close-quote;display:block;height:1px;position:relative;top:43%;width:6px;}
.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after{border-left-color:#FFF;border-width:5px 0px 5px 5px;left:7px;}
.ms-thumb-list.ms-dir-v .ms-thumblist-fwd, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd{background:rgba(128, 128, 128, 0.5);color:white;cursor:pointer;height:20px;position:absolute;text-align:center;top:0;width:100%;}
.ms-thumb-list.ms-dir-v .ms-thumblist-bwd{bottom:0;top:auto;}
.ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after{border:solid rgba(0, 0, 0, 0);border-bottom-color:#FFF;border-width:0px 5px 5px 5px;content:close-quote;display:block;height:1px;left:43%;position:relative;top:5px;width:0;}
.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after{border-top-color:#FFF;border-width:5px 5px 0px 5px;top:7px;}
.ms-bullet{cursor:pointer;float:left;}
.ms-bullets.ms-dir-h{bottom:20px;position:absolute;right:50%;width:100px;}
.ms-bullets.ms-dir-v{position:absolute;top:50%;}
.ms-bullets.ms-dir-v .ms-bullet{float:none;}
.ms-bullets.ms-dir-h .ms-bullets-count{position:relative;right:-50%;}
.ms-sbar{position:absolute;}
.ms-sbar.ms-dir-h{left:10px;right:10px;top:5px;}
.ms-sbar.ms-dir-v{bottom:10px;right:5px;top:10px;}
.ms-sbar .ms-bar{background:#333;border-radius:4px;height:4px;}
.ms-sbar.ms-dir-v .ms-bar{width:4px;}
.ms-sbar .ms-bar{moz-transition:opacity 300ms;ms-transition:opacity 300ms;o-transition:opacity 300ms;position:relative;transition:opacity 300ms;webkit-transition:opacity 300ms;}
.ms-timerbar{bottom:0px;position:absolute;width:100%;}
.ms-ctimer{cursor:pointer;left:30px;position:absolute;top:30px;}
.ms-ctimer-bullet{}
.ms-time-bar{moz-transition:width 120ms linear;ms-transition:width 120ms linear;o-transition:width 120ms linear;transition:width 120ms linear;webkit-transition:width 120ms linear;}
.ms-ie7 .ms-tooltip-arrow{height:0px;}
.ms-slide-info{position:absolute;}
.ms-slide-info.ms-dir-v{top:0;}
.ms-slide-info.ms-dir-h{width:100%;}
@keyframes point-anim{0%{moz-transform:scale(0.5);ms-transform:scale(0.5);opacity:1;o-transform:scale(0.5);transform:scale(0.5);webkit-transform:scale(0.5);}
    100%{moz-transform:scale(1.5);ms-transform:scale(1.5);opacity:0;o-transform:scale(1.5);transform:scale(0.5);webkit-transform:scale(0.5);}
}
@-webkit-keyframes point-anim{0%{opacity:1;webkit-transform:scale(0.5);}
    100%{opacity:0;webkit-transform:scale(1.5);}
}
.ms-android .ms-tooltip-point .ms-point-border{animation:none;moz-animation:none;o-animation:none;webkit-animation:none;}


/*ms-lightbox.css*/
.ms-lightbox-template{margin:0 auto;max-width:750px;}
.ms-lightbox-template .ms-lightbox-btn{bottom:20px;position:absolute;right:20px;}
.ms-lightbox-template .ms-lightbox{display:block;height:52px;margin:-42px;text-indent:9999px;width:55px;}


/*owl.carousel.css*/
.owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both;webkit-animation-duration:1000ms;webkit-animation-fill-mode:both;}
.owl-carousel .owl-animated-in{z-index:0;}
.owl-carousel .owl-animated-out{z-index:1;}
.owl-carousel .fadeOut{animation-name:fadeOut;webkit-animation-name:fadeOut;}
@-webkit-keyframes fadeOut{0%{opacity:1;}
    100%{opacity:0;}
}
@keyframes fadeOut{0%{opacity:1;}
    100%{opacity:0;}
}
.owl-height{moz-transition:height 500ms ease-in-out;ms-transition:height 500ms ease-in-out;o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;webkit-transition:height 500ms ease-in-out;}
.owl-carousel{display:none;position:relative;webkit-tap-highlight-color:transparent;width:100%;z-index:1;}
.owl-carousel .owl-stage{ms-touch-action:pan-Y;position:relative;}
.owl-carousel .owl-stage:after{clear:both;content:".";display:block;height:0;line-height:0;visibility:hidden;}
.owl-carousel .owl-stage-outer{overflow:hidden;position:relative;webkit-transform:translate3d(0px, 0px, 0px);}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot{cursor:hand;cursor:pointer;khtml-user-select:none;moz-user-select:none;ms-user-select:none;user-select:none;webkit-user-select:none;}
.owl-carousel.owl-loaded{display:block;}
.owl-carousel.owl-loading{display:block;opacity:0;}
.owl-carousel.owl-hidden{opacity:0;}
.owl-carousel .owl-refresh .owl-item{display:none;}
.owl-carousel .owl-item{float:left;min-height:1px;moz-user-select:none;ms-user-select:none;position:relative;user-select:none;webkit-backface-visibility:hidden;webkit-tap-highlight-color:transparent;webkit-touch-callout:none;webkit-user-select:none;}
.owl-carousel .owl-item img{webkit-transform-style:preserve-3d;}
.owl-carousel.owl-text-select-on .owl-item{moz-user-select:auto;ms-user-select:auto;user-select:auto;webkit-user-select:auto;}
.owl-carousel .owl-grab{cursor:grab;cursor:move;cursor:-ms-grab;cursor:-o-grab;cursor:-webkit-grab;}
.owl-carousel.owl-rtl{direction:rtl;}
.owl-carousel.owl-rtl .owl-item{float:right;}
.no-js .owl-carousel{display:block;}
.owl-carousel .owl-item .owl-lazy{moz-transition:opacity 400ms ease;ms-transition:opacity 400ms ease;opacity:0;o-transition:opacity 400ms ease;transition:opacity 400ms ease;webkit-transition:opacity 400ms ease;}
.owl-carousel .owl-item img{transform-style:preserve-3d;}
.owl-carousel .owl-video-wrapper{background:#000;height:100%;position:relative;}
.owl-carousel .owl-video-play-icon{background:url("owl.video.play.png") no-repeat;cursor:pointer;height:80px;left:50%;margin-left:-40px;margin-top:-40px;moz-transition:scale 100ms ease;ms-transition:scale 100ms ease;o-transition:scale 100ms ease;position:absolute;top:50%;transition:scale 100ms ease;webkit-backface-visibility:hidden;webkit-transition:scale 100ms ease;width:80px;z-index:1;}
.owl-carousel .owl-video-play-icon:hover{moz-transition:scale(1.3, 1.3);ms-transition:scale(1.3, 1.3);o-transition:scale(1.3, 1.3);transition:scale(1.3, 1.3);webkit-transition:scale(1.3, 1.3);}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon{display:none;}
.owl-carousel .owl-video-tn{background-position:center center;background-repeat:no-repeat;background-size:contain;height:100%;moz-background-size:contain;moz-transition:opacity 400ms ease;ms-transition:opacity 400ms ease;o-background-size:contain;opacity:0;o-transition:opacity 400ms ease;transition:opacity 400ms ease;webkit-background-size:contain;webkit-transition:opacity 400ms ease;}
.owl-carousel .owl-video-frame{position:relative;z-index:1;}


/*prettyPhoto.css*/
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	/* ----------------------------------
		Default Theme
	----------------------------------- */

	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(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat; } /* Top left corner */
	div.pp_default .pp_top .pp_middle { background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x; } /* Top pattern/color */
	div.pp_default .pp_top .pp_right { background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat; } /* Top right corner */

	div.pp_default .pp_content .ppt { color: #f8f8f8; }
	div.pp_default .pp_content_container .pp_left { background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y; padding-left: 13px; }
	div.pp_default .pp_content_container .pp_right { background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y; padding-right: 13px; }
	div.pp_default .pp_content { background-color: #fff; } /* Content background */
	div.pp_default .pp_next:hover { background: url(../images/prettyPhoto/default/sprite_next.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.pp_default .pp_previous:hover { background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.pp_default .pp_expand { background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */
	div.pp_default .pp_expand:hover { background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */
	div.pp_default .pp_contract { background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
	div.pp_default .pp_contract:hover { background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
	div.pp_default .pp_close { width: 30px; height: 30px; background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat; cursor: pointer; } /* Close button */
	div.pp_default #pp_full_res .pp_inline { color: #000; }
	div.pp_default .pp_gallery ul li a { background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8; border:1px solid #aaa; }
	div.pp_default .pp_gallery ul li a:hover,
	div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }
	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(../images/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 .pp_details { position: relative; }
	div.pp_default a.pp_arrow_previous,
	div.pp_default a.pp_arrow_next { background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
	div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */
	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; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }

	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: bold; line-height: 14px; margin: 5px 50px 5px 0; }

	div.pp_default .pp_bottom .pp_left { background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat; } /* Bottom left corner */
	div.pp_default .pp_bottom .pp_middle { background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x; } /* Bottom pattern/color */
	div.pp_default .pp_bottom .pp_right { background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat; } /* Bottom right corner */

	div.pp_default .pp_loaderIcon { background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat; } /* Loader icon */


	/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */


	div.light_rounded .pp_top .pp_left { background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */

	div.light_rounded .pp_content .ppt { color: #000; }
	div.light_rounded .pp_content_container .pp_left,
	div.light_rounded .pp_content_container .pp_right { background: #fff; }
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_rounded .pp_details { position: relative; }
	div.light_rounded .pp_description { margin-right: 85px; }
	div.light_rounded #pp_full_res .pp_inline { color: #000; }
	div.light_rounded .pp_gallery a.pp_arrow_previous,
	div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_rounded .pp_nav .pp_play { background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_rounded .pp_nav .pp_pause { background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.light_rounded .pp_arrow_previous { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */

	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */

	div.dark_rounded .pp_top .pp_left { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */

	div.dark_rounded .pp_content_container .pp_left { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
	div.dark_rounded .pp_content_container .pp_right { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
	div.dark_rounded .pp_content { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .pp_details { position: relative; }
	div.dark_rounded .pp_description { margin-right: 85px; }
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #fff; }
	div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
	div.dark_rounded .pp_gallery a.pp_arrow_previous,
	div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_rounded .pp_nav .pp_play { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_rounded .pp_nav .pp_pause { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.dark_rounded .pp_arrow_previous { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */


	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */

	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 .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat; } /* Loader icon */

	div.dark_square .pp_expand { background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_expand:hover { background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_contract { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_contract:hover { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_square .pp_details { position: relative; }
	div.dark_square .pp_description { margin: 0 85px 0 0; }
	div.dark_square #pp_full_res .pp_inline { color: #fff; }
	div.dark_square .pp_gallery a.pp_arrow_previous,
	div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_square .pp_nav { clear: none; }
	div.dark_square .pp_nav .pp_play { background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_square .pp_nav .pp_pause { background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.dark_square .pp_arrow_previous { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_square .pp_arrow_next { background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_square .pp_next:hover { background: url(../images/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_square .pp_previous:hover { background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */

	div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content { background: #fff; }

	div.light_square .pp_content .ppt { color: #000; }
	div.light_square .pp_expand { background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_expand:hover { background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_contract { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_contract:hover { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_square .pp_details { position: relative; }
	div.light_square .pp_description { margin-right: 85px; }
	div.light_square #pp_full_res .pp_inline { color: #000; }
	div.light_square .pp_gallery a.pp_arrow_previous,
	div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_square .pp_nav .pp_play { background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_square .pp_nav .pp_pause { background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.light_square .pp_arrow_previous { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_arrow_next { background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_square .pp_next:hover { background: url(../images/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous:hover { background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */

	div.light_square .pp_loaderIcon { background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */


	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */

	div.facebook .pp_top .pp_left { background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */

	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #fff; } /* Content background */
	div.facebook .pp_expand { background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.facebook .pp_close { width: 22px; height: 22px; background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook .pp_details { position: relative; }
	div.facebook .pp_description { margin: 0 37px 0 0; }
	div.facebook #pp_full_res .pp_inline { color: #000; }
	div.facebook .pp_loaderIcon { background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */

	div.facebook .pp_arrow_previous { background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
	div.facebook .pp_arrow_next { background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
		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(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
	div.facebook .pp_nav .pp_pause { background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }

	div.facebook .pp_next:hover { background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */

	div.facebook .pp_bottom .pp_left { background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

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:11110000;}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:1111110000;}
.pp_top{height:20px;position:relative;}
* html .pp_top{padding:0 20px;}
.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}
.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}
* html .pp_top .pp_middle{left:0;position:static;}
.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}
.pp_content{height:40px;min-width:40px;}
* html .pp_content{width:40px;}
.pp_fade{display:none;}
.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 0;}
.pp_description{display:none;margin:0;}
.pp_social{float:left;margin:0;}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px;}
.pp_social .twitter{float:left;}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0;}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap;}
.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;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap;}
.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden;}
.pp_gallery ul a:hover,
.pp_gallery li.selected a{border-color:#fff;}
.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(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px;}
.pp_gallery li.default a img{display:none;}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next{margin-top:7px !important;}
a.pp_next{background:url(../images/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(../images/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{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0;}
.pp_bottom{height:20px;position:relative;}
* html .pp_bottom{padding:0 20px;}
.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}
.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}
* html .pp_bottom .pp_middle{left:0;position:static;}
.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px;}
#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 0;}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999;}
