* CSS Document */


body.NOMENUSCRIPT .nav-primary-mobile li a .icon-plus
{
    display:none;
}

body.NOMENUSCRIPT .nav-primary-mobile li a .icon-minus
{
    display:none;
}


.sort
{
    z-index:100;
}

/* styles related to footer-highlighting - START*/
@media only screen and (min-width: 1025px)
{
    .nav-footer .h-list a:hover
    {
        padding-bottom:4px;
    }
}
/* styles related to footer-highlighting - END*/

/* styles related to about-us third nav subitems icon - START*/
.third-nav .icon-caret-up {
	display:none
}
.third-nav .icon-caret-down {
	display:inline-block
}
.third-nav .on .icon-caret-up {
	display:inline-block;
}
.third-nav .on .icon-caret-down {
	display:none;
}
/* styles related to about-us third nav subitems icon - END*/

.btn:focus
{
    /*to solve a defect*/
    color: inherit;
    text-decoration: none;
}

@media only screen and (min-width: 1025px)
{
    /*main menu keyboard navigation*/
    .nav-primary li a:focus, .nav-primary li a:focus span
    {
        color: rgb(255, 255, 255);
        text-decoration: none;
    }
    .nav-primary li a:focus span, .nav-primary li.current a span
    {
        border-bottom: 4px solid rgb(223, 102, 59);
        display: block;
        padding-bottom: 7px;
    }
}


/* resolution for images getting truncated in mobile resolution - START */
@media only screen and (max-width: 1200px)
{
    .figure img
    {
        width: 100%;
    }

    /*.table-fluid td
    {
        padding-left: 2%;
    }

    .table-fluid img
    {
        width: 100%;
    }*/
}
/* resolution for images getting truncated in mobile resolution - END */

/*second level of navigation mobile main menu*/
.sub-nav li.on .icon-plus
{
    display: none !important;
}
.sub-nav li .icon-plus
{
    display: inline-block !important;
}
.sub-nav li.on .icon-minus
{
    display: inline-block !important;
    padding-right: 4px;
}
.sub-nav li .icon-minus
{
    /*display: none !important;*/
    display:none !important;
}

/*@media only screen and (min-width: 1025px)
{
    .video.promo-box:hover h2
    {
        left: 15px;
    }
}*/


/* sharepoint siteaction styles -START */
.authoringRegion
{
    background-color: #FFFFFF;
    color: #333333;
}
.authoringRegion a
{
    color: gray;
}
.authoringRegion table
{
    margin-bottom: 2px !important;
}

.sharepointLogin
{
    position: absolute;
    right: 100px;
    z-index: 15;
}


.sharepointLogin div
{
    color: #333;
}

.console
{
    clear: both;
}
.siteActionMenu
{
    position: absolute;
    right: 1px;
    z-index: 15;
}
/* sharepoint siteaction styles - END */

/*RadEditor - START*/
.ms-formfieldcontainer table
{
    margin-bottom: 2px !important;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0px !important;
    border: 0px solid #ddd !important;
}
.ms-formfieldcontainer table thead, .ms-formfieldcontainer table tfoot
{
    background: #f5f5f5;
}
.ms-formfieldcontainer table thead tr th, .ms-formfieldcontainer table tfoot tr th, .ms-formfieldcontainer table tbody tr td, .ms-formfieldcontainer table tr td, .ms-formfieldcontainer table tfoot tr td
{
    font-size: 14px;
    line-height: 0px;
    text-align: inherit !important;
}
.ms-formfieldcontainer table thead tr th, .ms-formfieldcontainer table tfoot tr td
{
    padding: 0px;
    font-size: 14px;
    font-weight: normal !important;
    color: #222;
}
.ms-formfieldcontainer table thead tr th:first-child, .ms-formfieldcontainer table tfoot tr td:first-child
{
    border-left: none;
}
.ms-formfieldcontainer table thead tr th:last-child, .ms-formfieldcontainer table tfoot tr td:last-child
{
    border-right: none;
}
.ms-formfieldcontainer table tbody tr.even, .ms-formfieldcontainer table tbody tr.alt
{
    background: #f9f9f9;
}
.ms-formfieldcontainer table tbody tr:nth-child(even), .ms-formfieldcontainer tr.even
{
    background: #f3f3f3;
}
.ms-formfieldcontainer table tbody tr td
{
    color: #333;
    padding: 0px;
    vertical-align: inherit !important;
    border: none;
}
/*RadEditor - END*/



/*Management Profile style change - START */
/*.col-md-6 ul.portfolio
{
    display: inline-block;
}*/

ul.portfolio
{
    display: inline;
}
/*Management Profile style change - END */

/*change for video rendering*/
/*#mediaplayer-container01_wrapper
{
    padding-top: 100%;
}*/

/*advance search for mobile*/
.advanced-wrapper
{
    background: rgba(0, 0, 0, 0.5);
}

/*setting minimum height for menu*/
.menu-contr
{
    min-height: 310px;
}

/*background image position*/
.bg-slide-wrapper
{
    top: 0px;
    left: 0px;
}

/* main menu hyper links*/
h2.head a
{
    color: inherit;
    text-decoration: none;
}


/* Changes in css made by development team */


@media only screen and (min-width: 769px)
{
    #IdBgImage
    {
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -999;
    }
}


/* Breadcrumb styles - START */
.breadcrumb li a
{
    margin-left: .8em;
    margin-right: 0;
}

.breadcrumb li a.first
{
    margin-left: 0;
}
/* Breadcrumb styles - END */

/*
remove background icon-search
*/
/*.icon-search
{
    background-image: none !important;
}*/

.search-wrap a
{
    border: 0;
    background: rgba(255, 255, 255, 0.4);
    float: right;
    display: inline-block;
    padding: 6px 10px;
    border-left: 1px solid rgb(158, 167, 174);
    color: rgb(119, 119, 119);
    cursor: pointer;
}
.search-wrap a:hover
{
    background: rgb(241, 93, 45);
    border-left: 1px solid rgb(169, 72, 40);
    color: rgb(255, 255, 255);
}

.btn.submit-mobile-search
{
    padding: 6px .5em;
}

.half-width
{
    width: 50%;
    padding: 0;
    margin: 0 0 15px;
    float: left;
}

.half-width h4
{
    width: 100%;
    margin-left: 15px;
}

.extra-assets
{
    display: none;
    clear: both;
}

.select-option label
{
    margin-right: 10px;
}

#recaptcha_widget
{
    width: 50%;
    padding: 10px;
    background: url('/sitecollectionimages/responsive/recaptcha_bg.png') repeat;
    font-family: sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #e7e7e7;
    margin-bottom: 15px;
}
#recaptcha_widget a
{
    color: #fff;
    text-decoration: none;
}
#recaptcha_image
{
    width: 100% !important;
    background: #fff;
    float: left;
    height: auto !important;
}
#recaptcha_image img
{
    margin: 0 auto;
    width: 100% !important;
    height: 100%;
    height: auto !important;
}
#recaptcha_response_field
{
    padding: 5px 10px;
    margin: 10px 0;
    background: #d5d5d5;
    border: none;
}
#recaptcha_image #recaptcha_audio_play_again
{
    text-align: center;
    color: #333 !important;
    padding-top: 5px;
}
#recaptcha_image a#recaptcha_audio_download
{
    color: #333 !important;
    font-weight: bold;
    margin: 0;
    display: block;
}
.recaptcha-btn-wrap div
{
    display: inline;
}

@media all and (max-width: 320px) and (min-width: 200px)
{
    #recaptcha_widget
    {
        width: 240px;
    }
    #recaptcha_image
    {
        width: 100% !important;
        height: auto !important;
        background: #fff;
        float: left;
    }
}

/*background image */
/*MKTG Lead stories*/

@media all and (min-width: 1025px)
{
#IdBgImage.search-page-bg {background:#e3ecf1 url(/SiteCollectionImages/responsive/bg/genome-project.jpg) no-repeat center top!important; background-attachment:fixed!important;background-size:cover!important;}
}








/*Tablet*/
@media all and (max-width: 1024px) and (min-width: 769px)
{
    body
    {
        width: 100% !important;
        min-width: inherit; /*background:#7c7c7c url(/sitecollectionimages/responsive/bg/bg-tablet.jpg) no-repeat fixed center top;*/
        -webkit-background-size: none !important;
        -moz-background-size: none !important;
        -o-background-size: none !important;
        background-size: none !important;
    }
#IdBgImage.search-page-bg {background:#e3ecf1 url(/SiteCollectionImages/responsive/bg/tablet/genome-project-tablet.jpg) no-repeat fixed center top!important; background-attachment:fixed!important; -webkit-background-attachment:fixed!important;}
}

/*Mobile*/
@media only screen and (min-width: 200px) and (max-width: 768px)
{
    body.inner, body
    {
        width: 100% !important;
        min-width: inherit; /*background:#0f151f url(/sitecollectionimages/responsive/bg/bg-mobile.jpg) repeat center top;*/
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }
	
.leadstory.careers-home {background: url(/careers/PublishingImages/home/careers-home-mob.jpg) no-repeat scroll center top rgba(0, 0, 0, 0);padding-bottom: 1em;padding-top: 1em;}
.leadstory.careers-us-home {background: url(/careers/PublishingImages/home/careers-us-home-mob.jpg) no-repeat scroll center top rgba(0, 0, 0, 0);padding-bottom: 1em;padding-top: 1em;}
.leadstory.careers-eu-home {background: url(/careers/PublishingImages/home/careers-eu-home-mob.jpg) no-repeat scroll center top rgba(0, 0, 0, 0);padding-bottom: 1em;padding-top: 1em;}	
.search-page-bg  {background:#e3ecf1 url(/SiteCollectionImages/responsive/bg/mobile/genome-project-mobile.jpg) no-repeat scroll center top!important;-webkit-background-size: cover!important; -moz-background-size: cover!important; -o-background-size: cover!important; background-size: cover!important;}
}

/* styles related to sidebar box3 images - START*/
.image3-css {
    background: url("/SiteCollectionImages/responsive/temp/galleryHover.jpg") repeat scroll right 0 / cover rgba(0, 0, 0, 0);    
    min-height: 173px;
}
/* styles related to sidebar box3 images - END*/

/*!
 * Fotorama 4.4.8 | http://fotorama.io/license/
 */
.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__html,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__img,.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__img{margin:-50% 0 0 -50%;width:100%;height:100%}.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__video-play,.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__stage__frame,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__caption,.fotorama__stage:before,.fotorama__stage:after,.fotorama__nav:before,.fotorama__nav:after{-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.fotorama__wrap--video .fotorama__stage__shaft,.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__caption{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-timing-function:cubic-bezier(0.1,0,.25,1);-webkit-transition-duration:0ms;transition-duration:0ms}.fotorama__wrap,.fotorama__no-select,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:0;padding:0}.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__caption__wrap{display:-moz-inline-box;-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__wrap *{-moz-box-sizing:content-box;box-sizing:content-box}.fotorama__caption__wrap{-moz-box-sizing:border-box;box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__nav,.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{-webkit-tap-highlight-color:rgba(0,0,0,0)}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{background:url(/SiteCollectionImages/responsive/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{background:url(/SiteCollectionImages/responsive/fotorama-2x.png) no-repeat;background-size:96px 160px}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}.fotorama{min-width:1px;overflow:hidden}.fotorama>.fotorama__wrap{visibility:visible}.fotorama--hidden-before-ready>*{visibility:hidden}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__stage,.fotorama--fullscreen .fotorama__nav{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__stage,.fotorama__nav{overflow:hidden;position:relative}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:0!important}.fotorama__loaded .fotorama__img,.fotorama__error .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__stage--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__stage--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid}.fotorama__nav__frame.fotorama__active{pointer-events:none;cursor:default}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:6px;height:6px;border:0}.fotorama__dot{border-color:#7f7f7f}.fotorama__active .fotorama__dot{background-color:#7f7f7f}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:-webkit-linear-gradient(top left,rgba(255,255,255,.25),rgba(64,64,64,.1));background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__caption{-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.3s;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__caption{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{display:block;position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:0;background-position:0 0}.fotorama__arr--next{right:0;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:0;right:0;background-position:0 -32px;z-index:20}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;display:none}.fotorama__wrap--css3 .fotorama__video-play{display:block;opacity:0}.fotorama__loaded .fotorama__video-play,.fotorama__error .fotorama__video-play{display:block;opacity:1}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px;opacity:1!important;display:block!important}.fotorama__video-close{width:32px;height:32px;top:0;right:0;display:none;background-position:-64px 0;z-index:20}.fotorama__wrap--no-controls .fotorama__arr,.fotorama__wrap--no-controls .fotorama__fullscreen-icon,.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{display:none;opacity:0}.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__fullscreen-icon,.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{display:block;-webkit-transform:translate3d(32px,-32px,0);-ms-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__arr--prev,.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{display:block;-webkit-transform:translate3d(-48px,0,0);-ms-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__arr--next,.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{display:block;-webkit-transform:translate3d(48px,0,0);-ms-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__wrap--video .fotorama__video-close{display:block}.fotorama__wrap--css3 .fotorama__video-close{display:block;opacity:0;-webkit-transform:translate3d(32px,-32px,0);-ms-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:block;opacity:0;z-index:-1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__video-play,.fotorama__wrap--css3 .fotorama__video-close{-webkit-transition-property:-webkit-transform,opacity;transition-property:transform,opacity;-webkit-transition-duration:.3s;transition-duration:.3s}.fotorama__stage:before,.fotorama__stage:after,.fotorama__nav:before,.fotorama__nav:after{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__stage:before,.fotorama__nav:before{background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),-webkit-radial-gradient(0 50%,farthest-side,rgba(0,0,0,.4),transparent);background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__stage.fotorama__shadows--left:before,.fotorama__nav.fotorama__shadows--left:before{left:0}.fotorama__stage:after,.fotorama__nav:after{background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),-webkit-radial-gradient(100% 50%,farthest-side,rgba(0,0,0,.4),transparent);background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__stage.fotorama__shadows--right:after,.fotorama__nav.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__stage:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after{display:none}
/*Fotorama 4.4.8 END*/