﻿body 
{
    background-color:#CCCCCC;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif; 
    color: #333;
}
p 
{
    margin: 0px;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0px 8px 0px;
}
h1
{
    margin: 10px 0px;
    font-size: 22px;
    font-weight: bold;
    color: #CA0205;
    font-style: normal;
    text-transform: none;
    text-align: left;
    vertical-align: top;
    text-decoration: none;
}
h2
{
    margin: 10px 0px;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    color: #CA0205;
    font-weight: bold;
}
h2 a
{
    text-decoration: none;
    color: #CA0205;
}
h3
{
    margin: 0px 0px 6px 0px;
    font-size: 15px;
    text-align: left;
    text-decoration: none;
    color: #CA0205;
    font-weight: bold;
}
h3 a
{
    text-decoration: none;
    color: #CA0205;
}
img
{
    border: 0px;
}
.responsive-wrapper 
{
    background-color: #fff;
}
.FitWrapper
{
    padding: 0 17px;
}
.Header
{
    font-size: 20px;
    text-align: left;
    text-decoration: none;
    color: #CA0205;
    font-weight: bold;
    margin: 10px 16px;
}
.NewLogo.HeaderLogo 
{
    text-align: center;
    padding: 8px 40px 2px 40px;
    background-color: #FFB800;
    margin-bottom: 5px;
}
.NewLogo.HeaderLogo img
{
    max-width: 344px;
    width: 100%;
}
.SectionName
{
    font-size: 22px;
    text-align: left;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    width: 956px;
    margin: 10px auto;    
}
.SectionSeparator, hr
{
    height: 1px;
    background-color: #ff0000;
    margin: 5px auto 5px auto;
    width: 100%;
    max-width: 960px;
    border: 0px;
    border-collapse: collapse;
}
.Clear 
{
    clear: both;
}
.HalfLineSpacer
{
    height: 7px;
}
.SingleLineSpacer
{
    height: 14px;
}
.DoubleLineSpacer
{
    height: 28px;
}
.Alpha60 
{
    background: rgb(255, 255, 255) transparent;
    background: rgba(255, 255, 255, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#77FFFFFF, endColorstr=#77FFFFFF);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#77FFFFFF, endColorstr=#77FFFFFF)";
}

#JumboView 
{
    position: absolute;
    z-index: 10;
    display: none;
    margin-left: auto;
    border: 8px solid #aaaaaa;
    -moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari, Chrome */
    border-radius: 15px; /* CSS3 */
    background-color: #ffffff;
}
#JumboView .MainSquare
{
    padding: 20px;
}
#JumboView .CloseLink 
{
    cursor: pointer;
    padding: 5px 10px;
    margin-bottom: 5px;
}
.MainWrapper 
{
    width: 990px;
    margin: 0px auto;
    padding: 0px;
    background-color:#FFFFFF;
}
.HeaderLogoLink
{
    height:200px;
    background-color:Black;
}
.HeaderLogoLink img
{
    margin:auto;
}
.LinkButton
{
    background-color: #AA0000;
    border: 0px solid #DD0000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    padding: 0px 9px;
    display: inline-block;
}
.LinkButtonTransparent
{
    background-color: #AA0000;
    border: 0px solid #DD0000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    padding: 0px 9px;
    display: inline-block;
}
.LinkButton:hover
{
    text-decoration: none;
    background-color: #CC0000;
    color: #FFFFFF;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.ShortPadding
{
    padding: 2px;
}
.ShortPadding:hover
{
    text-decoration: none;
}
.MainWrapper form 
{
    border: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.MainNoteTitle a 
{
    font-size: 22px;
    font-weight: bold;
    color: #CA0205;
    font-style: normal;
    text-transform: none;
    text-align: left;
    vertical-align: top;
    height: 35px;
    text-decoration: none;
}
.MainNoteImage img
{
    max-width: 956px;
    width: 100%;
}
.MainNoteCaption
{
    font-size: 12px;
    text-align: justify;
    font-weight: normal;
    line-height: 20px;
    color: #444;
    padding: 10px 0;
}

.MainNoteDescription
{
    font-size: 14px;
    text-align: justify;
    vertical-align: top;
    font-weight: normal;
    text-decoration: none;
    line-height: 20px;
    height: 120px;
    overflow: hidden;
}
.MainNotePlace
{
    font-weight: bold;
}
.MainNoteReadMore
{
    text-align: right;
}
.MainNoteReadMore .LinkButton
{
    font-size:14px;
    padding: 4px 8px;
    margin-top: 4px;
}
.HeadLine > div 
{
    padding: 0 10px;
    font-size: 12px;
}
.HeadLine .Motto
{
    text-align: left;
}
.HeadLine .Establishment
{
    text-align: center;
}
.HeadLine .Date
{
    text-align: right;
}

.MainMenu 
{
    padding: 0px;
    width: 960px;
    margin: 0px auto ;
    background-color: #990000;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari, Chrome */
    border-radius: 6px; /* CSS3 */
}
.MainMenu ul 
{
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0px 10px;
    float: left;
}
.MainMenu  ul li
{
    z-index: 9;
    display: inline-block;
    float: left;
}
.MainMenu ul li a
{
    font-size: 14px;
    color: #ffffff;
    padding: 7px 15px;
    display: block;
    text-decoration: none;
}
.MainMenu ul li a:hover 
{
    background-color: #CC0000;
}
.MainMenu .Level2
{
    display:none;
    position: absolute;
    z-index: 9;
    background-color: #BB0000;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari, Chrome */
    border-radius: 6px; /* CSS3 */
}
.MainMenu .Level2 li
{
    float: none;
    display:block;
    margin: 5px 0px;
    border-bottom: 1px solid #990000;
}
.MainMenu .Level2 li a:hover
{
    background-color: #DD0000;
}
.MainMenu .Level1
{
    float: left;
}
.MainMenu .Level1Right
{
    float: right;
    margin-right:10px;
}

.GalleryImage
{
    width: 956px;
    height: 670px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}
.GalleryImage .AnimationBox
{
    width: 9560px;
    height: 670px;
    margin: 0px auto;
    position: relative;
    display: block;
}
.GalleryImage .AnimationBoxSlot
{
    position: absolute;
    width: 956px;
    height: 670px;
}
.GalleryImage .PictureShowBox
{
    position: absolute;
    width: 956px;
    height: 670px;
    top: 0px;
    display: none;
}
.GalleryImage .PictureShow
{
    width: 956px;
    height: 670px;
    top: 0px;
    position: relative;
}
.GalleryImage .PictureShow .Picture
{
    position: absolute;
    top: 0px;
    z-index: 1;
}
.GalleryImage .PictureShow .Title
{
    position: absolute;
    top: 0px;
    z-index: 2;
}
.GalleryImage .Arrow
{
    position: absolute;
    top: 240px;
    z-index: 3;
    width: 120px;
    height: 120px;
    display: block;
    cursor: pointer;
}
.GalleryImage .LeftArrow
{
    left: 0px;
    background: url(../Images/LeftArrow.png) center;
    background-position: -10px 0;
}
.GalleryImage .RightArrow
{
    right: 0px;
    background: url(../Images/RightArrow.png) center;
    background-position: 10px 0;
}
.GalleryImage .ClickToZoom
{
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    z-index: 3;
    top: 5px;
    right: 5px;
    color: #777777;
    padding: 3px 8px;
}
.GalleryImage .ClickToZoom .ZoomSquare 
{
    width: 60px;
    height: 60px;
    float: left;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    border-radius: 4px; /* CSS3 */
    cursor: pointer;
}
.GalleryImage .ClickToZoom .Zoom125
{
    background: url(../Images/ZoomImage125.png) center no-repeat;
}
.GalleryImage .ClickToZoom .Zoom150
{
    background: url(../Images/ZoomImage150.png) center no-repeat;
}
.GalleryImage .ClickToZoom .Zoom175
{
    background: url(../Images/ZoomImage175.png) center no-repeat;
}
.GalleryImage .ClickToZoom .ZoomSquare:hover
{
    opacity: 0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
    background-color: #fff;
}
.GalleryImage .PictureShow .Description
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
    font-size: 14px;
    line-height: 18px;
    padding: 10px;
    color: #222222;
    background-color: #e8e8e8;
}
.GalleryImage .PictureShow .JumboImageURL
{
    display: none;
}
.GalleryImage .PictureShow .LargeImageURL
{
    display: none;
}
.GalleryImage .PictureShow .SocialSharer
{
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 3;
}
.GalleryImage .PictureShow .SocialSharer .ShareButton 
{
    float: left;
    margin-right: 2px;
}

.GalleryThumbs 
{
    width:956px;
    margin: 0px auto;
}
.GalleryThumbs .ThumbsBox
{
    width:960px;
}
.GalleryThumbs .Thumb
{
    float: left;
    cursor: pointer;
    margin-right: 2px;
    margin-top: 2px;
}

.Headlines 
{
    /** Here we're accounting for the padding added in HeadlineBox margin **/
    padding: 0 13px;
}
.Headlines .HeadlineColumn
{
    padding: 0px;
}
.Headlines .HeadlineBox 
{
    margin: 4px;
    padding: 8px;
    height: 610px;
    overflow: hidden;
    position: relative;
}
@media (min-width: 480px) { 
    .Headlines .HeadlineBox
    {
        height: 910px;
    }
}
.Headlines .HeadlineTitle h2 
{
    margin-bottom: 10px;
}
.Headlines .HeadlineTitle h2 
{
    margin: 0;
}
.Headlines .Image 
{
    text-align:center;
}
.Headlines .Image img
{
    width: 100%;
    max-width: 200px;
}
@media (min-width: 480px)  
{
    .Headlines .Image img
    {
        max-width: 295px;
    }
}
.Headlines .Caption
{
    font-size: 13px;
    line-height: 20px;
    color: #333;
    text-align: justify;
    font-weight: normal;
    margin-top: 5px;
}
.Headlines .Abstract
{
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
    margin-top: 10px;
}

.Headlines .ReadMoreLink
{
    width: 100%;
    text-align: center;
    bottom: 0px;
    font-size: 12px;
    line-height: 20px; 
    position: absolute;
    padding: 5px;
    background-color: #fff;
    margin: 0;
}
@media (min-width: 768px) { 
    .Headlines .ReadMoreLink
    {
        width: auto;
        right: 0px;
        text-align: right;
        background-color: #fff;
        padding-top: 1px;
    }
}
.RoundedBox
{
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    border-radius: 10px; /* CSS3 */
    background-color: #f0f0f0;
}
.RoundedBox5px
{
    border: 1px solid #dddddd;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    border-radius: 5px; /* CSS3 */
}
.Quote .DoubleQuote
{
    font-size: 140px;
    line-height: 140px;
    text-align: right;
    height: 60px;
    overflow: hidden;
    color: #cccccc;
}
.Quote .Content
{
    padding: 14px 50px 14px 40px;
    font-size: 16px;
}
.Quote .Content .QuoteText
{
    color: #444444;
    font-size: 18px;
}
.Quote .Content .QuoteAuthor
{
    font-size: 16px;
    padding-top: 10px;
    font-weight: bold;
    color: #666666;
    text-align: right;
}

.MoreNews .MoreNewsItem
{
    height: 150px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.MoreNews .NewsImage img
{
    margin-right: 10px;
}
.MoreNews .NewsImage
{
    float:left;
}
.MoreNews .NewsContent .NewsAbstract
{
    height: 96px;
    overflow: hidden;
    font-size: 13px;
    line-height: 16px;
    text-align:justify;
}
.MoreNews .NewsMoreButton
{
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    margin-top: 4px;
    padding: 0 0 4px 4px;
    background-color: #fff;
}
@media (min-width: 768px) { 
    .MoreNews .LeftColumn
    {
        padding-right: 8px;
    }
    .MoreNews .LeftColumn .NewsMoreButton 
    {
        padding-right: 8px;
    }
    .MoreNews .RightColumn
    {
        padding-left: 8px;
    }
}

.ArtFairs
{
    margin: 0px auto;
    overflow: hidden;
    width: 956px;
    height: 180px;
    position: relative;
}
.ArtFairs .ArtFairsScroll
{
    height: 180px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.ArtFairs .Playback
{
    position: absolute;
    bottom: 2px;
    right: 2px;
    z-index: 2;
}

.PhotoGalleries
{
    margin: 0px auto;
    overflow: hidden;
    width: 956px;
}
.PhotoGalleries .PhotoGalleryItem
{
    width: 235px;
    margin: 2px;
    padding: 0px;
    float: left;
}
.PhotoGalleries .Thumbnail
{
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.PhotoGalleries a.Thumbnail:hover,
.PhotoGalleries a.Thumbnail:focus,
.PhotoGalleries a.Thumbnail.active {
  border-color: #CA0205;
}

.PhotoGalleries .Thumbnail .Link
{
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    color: #CA0205;
    font-weight: bold;
}
.PhotoGalleries .PhotoGalleryItem .Title
{
    padding: 10px;
    color: #333;
    font-size: 16px;
    text-decoration: none;
}
.PhotoGalleries .PhotoGalleryItem .Title a
{
    color: #333;
    font-size: 16px;
    text-decoration: none;
    width: 100%;
}


.ContentBlock
{
    width: 956px;
    margin: 0px auto;
}

.Flashback
{
}

.Flashback .Image img
{
    width: 100%;    
    max-width: 956px;
}

.Flashback .Description
{
    font-size: 14px;
    line-height: 20px;
    color: #444444;
    padding-top: 5px;
    text-align: justify;
}

.Tours
{
    width: 956px;
    margin: 0px auto;
}
.VRWayLogo
{
    float: right;
}

.NewsDescription
{
    font-size: 14px;
    text-align: justify;
    vertical-align: top;
    font-weight: normal;
    text-decoration: none;
    line-height: 20px;
}

.Footer
{
    font-size: 12px;
    color: #444444;
    padding: 5px 20px;
}
.Footer .Credits
{
    font-size: 12px;
}
.Footer .Founder
{
    margin: 0px auto;
    text-align: center;
}
.Footer .Founder a
{
    font-size: 12px;
    color: #444444;
    text-decoration: none;
}
.Footer .Productions
{
}
.Footer .Productions .Button
{
    float: left;
    padding: 4px;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari, Chrome */
    border-radius: 6px; /* CSS3 */
    background-color: #f0f0f0;
    margin: 2px 5px 3px 5px;
}
.Footer .Productions .Title
{
    margin-right: 10px;
}



/** Bootstrap rendered for columns ms  **/
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px; }

@media (min-width: 480px) and (max-width: 768px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left; }

  .col-ms-1 {
    width: 8.33333%; }

  .col-ms-2 {
    width: 16.66667%; }

  .col-ms-3 {
    width: 25%; }

  .col-ms-4 {
    width: 33.33333%; }

  .col-ms-5 {
    width: 41.66667%; }

  .col-ms-6 {
    width: 50%; }

  .col-ms-7 {
    width: 58.33333%; }

  .col-ms-8 {
    width: 66.66667%; }

  .col-ms-9 {
    width: 75%; }

  .col-ms-10 {
    width: 83.33333%; }

  .col-ms-11 {
    width: 91.66667%; }

  .col-ms-12 {
    width: 100%; }

  .col-ms-push-1 {
    left: 8.33333%; }

  .col-ms-push-2 {
    left: 16.66667%; }

  .col-ms-push-3 {
    left: 25%; }

  .col-ms-push-4 {
    left: 33.33333%; }

  .col-ms-push-5 {
    left: 41.66667%; }

  .col-ms-push-6 {
    left: 50%; }

  .col-ms-push-7 {
    left: 58.33333%; }

  .col-ms-push-8 {
    left: 66.66667%; }

  .col-ms-push-9 {
    left: 75%; }

  .col-ms-push-10 {
    left: 83.33333%; }

  .col-ms-push-11 {
    left: 91.66667%; }

  .col-ms-pull-1 {
    right: 8.33333%; }

  .col-ms-pull-2 {
    right: 16.66667%; }

  .col-ms-pull-3 {
    right: 25%; }

  .col-ms-pull-4 {
    right: 33.33333%; }

  .col-ms-pull-5 {
    right: 41.66667%; }

  .col-ms-pull-6 {
    right: 50%; }

  .col-ms-pull-7 {
    right: 58.33333%; }

  .col-ms-pull-8 {
    right: 66.66667%; }

  .col-ms-pull-9 {
    right: 75%; }

  .col-ms-pull-10 {
    right: 83.33333%; }

  .col-ms-pull-11 {
    right: 91.66667%; }

  .col-ms-offset-1 {
    margin-left: 8.33333%; }

  .col-ms-offset-2 {
    margin-left: 16.66667%; }

  .col-ms-offset-3 {
    margin-left: 25%; }

  .col-ms-offset-4 {
    margin-left: 33.33333%; }

  .col-ms-offset-5 {
    margin-left: 41.66667%; }

  .col-ms-offset-6 {
    margin-left: 50%; }

  .col-ms-offset-7 {
    margin-left: 58.33333%; }

  .col-ms-offset-8 {
    margin-left: 66.66667%; }

  .col-ms-offset-9 {
    margin-left: 75%; }

  .col-ms-offset-10 {
    margin-left: 83.33333%; }

  .col-ms-offset-11 {
    margin-left: 91.66667%; } }
    
@media (min-width: 480px) and (max-width: 768px) {
  .container {
    max-width: 748px; } }