body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
   overflow-x: hidden;
}
#upStickyLayer
{
   background-color: #966E51;
   background-image: none;
   border-radius: 0px;
   opacity: 0.77;
}
#wb_upIcon
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
}
#wb_upIcon a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#upIcon
{
   height: 24px;
   width: 24px;
}
#upIcon i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 23px;
}
#wb_upIcon:hover #upIcon i
{
   color: #8B4513;
}
#Layer1
{
   background-color: #966E51;
   background-image: none;
   border-radius: 0px;
   opacity: 0.77;
}
#wb_Icon1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
}
#wb_Icon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#Icon1
{
   height: 24px;
   width: 24px;
}
#Icon1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 23px;
}
#wb_Icon1:hover #Icon1 i
{
   color: #000000;
}
#portfolioRollOverText1 .image
{
   display: block;
   position: relative;
}
#portfolioRollOverText1 .caption 
{
   box-sizing: border-box;
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   left: 0;
   top: 0;
   padding: 10px 10px 10px 10px;
   text-align: center;
   display: flex;
   flex-direction: column;
   justify-content: center;
   width: 100%;
   height: 100%;
   align-items: center;
   background-color: rgba(0,0,0,0.60);
   opacity: 0;
   transition: all 500ms linear;
}
#portfolioRollOverText1 .title
{
   position: relative;
   text-align: center;
   padding: 0;
   font-family: Calibri;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   color: #FFFFFF;
   opacity: 0;
   transform: translateY(-250%);
   transition: all 500ms linear;
}
#portfolioRollOverText1 .description
{
   position: relative;
   margin: 0;
   padding: 0;
   text-align: center;
   font-family: Calibri;
   font-weight: normal;
   font-size: 19px;
   font-style: italic;
   color: #FFFFFF;
   opacity: 0;
   transform: scale(0);
   transition: all 500ms linear;
}
#portfolioRollOverText1 .link
{
   display: inline-block;
   z-index: 1;
   color: #FFFFFF;
   font-family: Calibri;
   font-weight: normal;
   font-size: 19px;
   font-style: italic;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: center;
   text-decoration: underline;
   opacity: 0;
   transform: translateY(250%);
   transition: all 500ms linear;
}
#portfolioRollOverText1:hover .caption
{
   opacity: 1;
   transition-delay: 0ms;
}
#portfolioRollOverText1:hover .title
{
   opacity: 1;
   transform: translateY(0%);
}
#portfolioRollOverText1:hover .description
{
   opacity: 1;
   transform: scale(1);
}
#portfolioRollOverText1:hover .link
{
   opacity: 1;
   transform: translateY(0%);
}
#portfolioRollOverText1 .caption::before
{
   position: absolute;
   transform: scale(0, 1);
   transform-origin: 0 0;
   top: 50px;
   bottom: 50px;
   right: 25px;
   left: 25px;
   border-top: 1px solid rgba(255,255,255,0.80);
   border-bottom: 1px solid rgba(255,255,255,0.80);
   content: "";
   opacity: 0;
   transition: all 1000ms linear;
}
#portfolioRollOverText1 .caption::after
{
   position: absolute;
   content: "";
   opacity: 0;
   transform: scale(1, 0);
   transform-origin: 100% 0;
   right: 50px;
   left: 50px;
   top: 25px;
   bottom: 25px;
   border-left: 1px solid rgba(255,255,255,0.80);
   border-right: 1px solid rgba(255,255,255,0.80);
   transition: all 1000ms linear;
}
#portfolioRollOverText1:hover > .caption::after
{
   opacity: 1;
   transform: scale(1);
}
#portfolioRollOverText1:hover > .caption::before
{
   transform: scale(1);
   opacity: 1;
}
#portfolioRollOverText1 .image
{
   left: 0;
   top: 0;
   width: 100%;
   height: auto;
}
#portfolioRollOverText1
{
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
}
#RollOverText1 .image
{
   display: block;
   position: relative;
}
#RollOverText1 .caption 
{
   box-sizing: border-box;
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   left: 0;
   top: 0;
   padding: 10px 10px 10px 10px;
   text-align: center;
   display: flex;
   flex-direction: column;
   justify-content: center;
   width: 100%;
   height: 100%;
   align-items: center;
   background-color: rgba(0,0,0,0.60);
   opacity: 0;
   transition: all 500ms linear;
}
#RollOverText1 .title
{
   position: relative;
   text-align: center;
   padding: 0;
   font-family: Calibri;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   color: #FFFFFF;
   opacity: 0;
   transform: translateY(-250%);
   transition: all 500ms linear;
}
#RollOverText1 .description
{
   position: relative;
   margin: 0;
   padding: 0;
   text-align: center;
   font-family: Calibri;
   font-weight: normal;
   font-size: 19px;
   font-style: italic;
   color: #FFFFFF;
   opacity: 0;
   transform: scale(0);
   transition: all 500ms linear;
}
#RollOverText1 .link
{
   display: inline-block;
   z-index: 1;
   color: #FFFFFF;
   font-family: Calibri;
   font-weight: normal;
   font-size: 19px;
   font-style: italic;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: center;
   text-decoration: underline;
   opacity: 0;
   transform: translateY(250%);
   transition: all 500ms linear;
}
#RollOverText1:hover .caption
{
   opacity: 1;
   transition-delay: 0ms;
}
#RollOverText1:hover .title
{
   opacity: 1;
   transform: translateY(0%);
}
#RollOverText1:hover .description
{
   opacity: 1;
   transform: scale(1);
}
#RollOverText1:hover .link
{
   opacity: 1;
   transform: translateY(0%);
}
#RollOverText1 .caption::before
{
   position: absolute;
   transform: scale(0, 1);
   transform-origin: 0 0;
   top: 50px;
   bottom: 50px;
   right: 25px;
   left: 25px;
   border-top: 1px solid rgba(255,255,255,0.80);
   border-bottom: 1px solid rgba(255,255,255,0.80);
   content: "";
   opacity: 0;
   transition: all 1000ms linear;
}
#RollOverText1 .caption::after
{
   position: absolute;
   content: "";
   opacity: 0;
   transform: scale(1, 0);
   transform-origin: 100% 0;
   right: 50px;
   left: 50px;
   top: 25px;
   bottom: 25px;
   border-left: 1px solid rgba(255,255,255,0.80);
   border-right: 1px solid rgba(255,255,255,0.80);
   transition: all 1000ms linear;
}
#RollOverText1:hover > .caption::after
{
   opacity: 1;
   transform: scale(1);
}
#RollOverText1:hover > .caption::before
{
   transform: scale(1);
   opacity: 1;
}
#RollOverText1 .image
{
   left: 0;
   top: 0;
   width: 100%;
   height: auto;
}
#RollOverText1
{
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
}
#RollOverText2 .image
{
   display: block;
   position: relative;
}
#RollOverText2 .caption 
{
   box-sizing: border-box;
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   left: 0;
   top: 0;
   padding: 10px 10px 10px 10px;
   text-align: center;
   display: flex;
   flex-direction: column;
   justify-content: center;
   width: 100%;
   height: 100%;
   align-items: center;
   background-color: rgba(0,0,0,0.60);
   opacity: 0;
   transition: all 500ms linear;
}
#RollOverText2 .title
{
   position: relative;
   text-align: center;
   padding: 0;
   font-family: Calibri;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   color: #FFFFFF;
   opacity: 0;
   transform: translateY(-250%);
   transition: all 500ms linear;
}
#RollOverText2 .description
{
   position: relative;
   margin: 0;
   padding: 0;
   text-align: center;
   font-family: Calibri;
   font-weight: normal;
   font-size: 19px;
   font-style: italic;
   color: #FFFFFF;
   opacity: 0;
   transform: scale(0);
   transition: all 500ms linear;
}
#RollOverText2 .link
{
   display: inline-block;
   z-index: 1;
   color: #FFFFFF;
   font-family: Calibri;
   font-weight: normal;
   font-size: 19px;
   font-style: italic;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: center;
   text-decoration: underline;
   opacity: 0;
   transform: translateY(250%);
   transition: all 500ms linear;
}
#RollOverText2:hover .caption
{
   opacity: 1;
   transition-delay: 0ms;
}
#RollOverText2:hover .title
{
   opacity: 1;
   transform: translateY(0%);
}
#RollOverText2:hover .description
{
   opacity: 1;
   transform: scale(1);
}
#RollOverText2:hover .link
{
   opacity: 1;
   transform: translateY(0%);
}
#RollOverText2 .caption::before
{
   position: absolute;
   transform: scale(0, 1);
   transform-origin: 0 0;
   top: 50px;
   bottom: 50px;
   right: 25px;
   left: 25px;
   border-top: 1px solid rgba(255,255,255,0.80);
   border-bottom: 1px solid rgba(255,255,255,0.80);
   content: "";
   opacity: 0;
   transition: all 1000ms linear;
}
#RollOverText2 .caption::after
{
   position: absolute;
   content: "";
   opacity: 0;
   transform: scale(1, 0);
   transform-origin: 100% 0;
   right: 50px;
   left: 50px;
   top: 25px;
   bottom: 25px;
   border-left: 1px solid rgba(255,255,255,0.80);
   border-right: 1px solid rgba(255,255,255,0.80);
   transition: all 1000ms linear;
}
#RollOverText2:hover > .caption::after
{
   opacity: 1;
   transform: scale(1);
}
#RollOverText2:hover > .caption::before
{
   transform: scale(1);
   opacity: 1;
}
#RollOverText2 .image
{
   left: 0;
   top: 0;
   width: 100%;
   height: auto;
}
#RollOverText2
{
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 100px 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2, #LayoutGrid1 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2, #LayoutGrid1 > .row > .col-3
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#LayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid1 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 58.33333333%;
   text-align: left;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2, #LayoutGrid1 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Carousel1
{
   background-color: #FBFBFB;
   background-image: none;
   border: 3px solid #8B0000;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#wb_Carousel1
{
   box-sizing: border-box;
width: 100%;   height: 397px;
}
#Carousel1
{
   position: relative;
   margin: 0;
   line-height: 1;
   height: 100%;
   box-sizing: border-box;
}
#Carousel1 .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#Carousel1 .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#Carousel1 .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transition: transform 500ms ease-in-out;
   height: 100%;
   text-align: left;
}
#Carousel1 .carousel-item-next:not(.carousel-item-start), #Carousel1 .active.carousel-item-end
{
   transform: translateX(100%);
}
#Carousel1 .carousel-item-prev:not(.carousel-item-end), #Carousel1 .active.carousel-item-start
{
   transform: translateX(-100%);
}
#Carousel1 .carousel-item-inner
{
   padding: 0;
}
#Carousel1 .carousel-inner > .carousel-item > img, #Carousel1 .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#Carousel1 .carousel-inner > .active, #Carousel1 .carousel-inner > .carousel-item-next, #Carousel1 .carousel-inner > .carousel-item-prev
{
   display: block;
}
#Carousel1 .carousel-inner > .carousel-item-next, #Carousel1 .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#Carousel1 .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -90px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#Carousel1 .carousel-indicators li
{
   display: block;
   float: left;
   margin: 12px 12px 12px 12px;
   width: 11px;
   height: 11px;
   cursor: pointer;
   text-indent: -999px;
   border-radius: 50%;
   background-color: rgba(255,255,255,1.00);
   border: 1px solid rgba(0,0,0,1.00);
}
#Carousel1 .carousel-indicators .active
{
   background-color: rgba(0,0,0,1.00);
}
#Carousel1 .carousel-control
{
   display: flex;
   position: absolute;
   align-items: center;
   justify-content: center;
   left: 0;
   top: 0;
   bottom: 0;
   width: 4%;
   text-align: center;
   opacity: 0.5;
   transition: opacity 0.3s ease;
   cursor: pointer;
   z-index: 7776;
}
#Carousel1 .carousel-control.carousel-item-end
{
   left: auto;
   right: 0;
}
#Carousel1 .carousel-control .carousel-control-prev-icon, #Carousel1 .carousel-control .carousel-control-next-icon
{
   display: inline-block;
   position: absolute;
   width: 32px;
   height: 32px;
   z-index: 5;
}
#Carousel1 .carousel-control:hover
{
   text-decoration: none;
   outline: 0;
   opacity: 1;
}
.sr-only
{
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0px, 0px, 0px, 0px);
   border: 0;
}
#Carousel1 .frame
{
   width: 293px;
   display: inline-block;
   float: left;
   height: 397px;
}
#Carousel1 .carousel-control-next, #Carousel1 .carousel-control-prev
{
   cursor: pointer;
   text-align: center;
   opacity: 0.5;
   transition: opacity 0.3s ease;
}
#Carousel1 .carousel-control-next-icon, #Carousel1 .carousel-control-prev-icon
{
   display: inline-block;
   width: 32px;
   height: 32px;
   background: transparent no-repeat center center;
   background-size: 100% 100%;
}
#Carousel1 .carousel-control-next:hover, #Carousel1 .carousel-control-prev:hover
{
   text-decoration: none;
   outline: 0;
   opacity: 1;
}
#Carousel1 .carousel-control-prev-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%20128%20128%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M100%2026%20L62%2064%20L100%20102%20C101%20103%2c%20101%20104%2c%20101%20106%20C101%20107%2c%20101%20108%2c%20100%20109%20L88%20121%20C87%20122%2c%2086%20122%2c%2085%20122%20C84%20122%2c%2083%20122%2c%2082%20121%20L29%2068%20C28%2067%2c%2027%2066%2c%2027%2064%20C27%2063%2c%2028%2062%2c%2029%2061%20L82%208%20C83%207%2c%2084%207%2c%2085%207%20C86%207%2c%2087%207%2c%2088%208%20L100%2020%20C101%2021%2c%20101%2022%2c%20101%2023%20C101%2024%2c%20101%2026%2c%20100%2026%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#Carousel1 .carousel-control-next-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%20128%20128%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M99%2068%20L46%20121%20C45%20122%2c%2044%20122%2c%2043%20122%20C42%20122%2c%2041%20122%2c%2040%20121%20L28%20109%20C27%20108%2c%2027%20107%2c%2027%20106%20C27%20104%2c%2027%20103%2c%2028%20102%20L66%2064%20L28%2026%20C27%2026%2c%2027%2024%2c%2027%2023%20C27%2022%2c%2027%2021%2c%2028%2020%20L40%208%20C41%207%2c%2042%207%2c%2043%207%20C44%207%2c%2045%207%2c%2046%208%20L99%2061%20C100%2062%2c%20101%2063%2c%20101%2064%20C101%2066%2c%20100%2067%2c%2099%2068%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#RollOverText4 .image
{
   display: block;
   position: relative;
}
#RollOverText4 .caption 
{
   box-sizing: border-box;
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   left: 0;
   top: 0;
   padding: 10px 10px 10px 10px;
   text-align: center;
   display: flex;
   flex-direction: column;
   justify-content: center;
   width: 100%;
   height: 100%;
   align-items: center;
   background-color: rgba(0,0,0,0.60);
   opacity: 0;
   transition: all 500ms linear;
}
#RollOverText4 .title
{
   position: relative;
   text-align: center;
   padding: 0;
   font-family: Calibri;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   color: #FFFFFF;
   opacity: 0;
   transform: translateY(-250%);
   transition: all 500ms linear;
}
#RollOverText4 .description
{
   position: relative;
   margin: 0;
   padding: 0;
   text-align: center;
   font-family: Calibri;
   font-weight: normal;
   font-size: 19px;
   font-style: italic;
   color: #FFFFFF;
   opacity: 0;
   transform: scale(0);
   transition: all 500ms linear;
}
#RollOverText4 .link
{
   display: inline-block;
   z-index: 1;
   color: #FFFFFF;
   font-family: Calibri;
   font-weight: normal;
   font-size: 19px;
   font-style: italic;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: center;
   text-decoration: underline;
   opacity: 0;
   transform: translateY(250%);
   transition: all 500ms linear;
}
#RollOverText4:hover .caption
{
   opacity: 1;
   transition-delay: 0ms;
}
#RollOverText4:hover .title
{
   opacity: 1;
   transform: translateY(0%);
}
#RollOverText4:hover .description
{
   opacity: 1;
   transform: scale(1);
}
#RollOverText4:hover .link
{
   opacity: 1;
   transform: translateY(0%);
}
#RollOverText4 .caption::before
{
   position: absolute;
   transform: scale(0, 1);
   transform-origin: 0 0;
   top: 50px;
   bottom: 50px;
   right: 25px;
   left: 25px;
   border-top: 1px solid rgba(255,255,255,0.80);
   border-bottom: 1px solid rgba(255,255,255,0.80);
   content: "";
   opacity: 0;
   transition: all 1000ms linear;
}
#RollOverText4 .caption::after
{
   position: absolute;
   content: "";
   opacity: 0;
   transform: scale(1, 0);
   transform-origin: 100% 0;
   right: 50px;
   left: 50px;
   top: 25px;
   bottom: 25px;
   border-left: 1px solid rgba(255,255,255,0.80);
   border-right: 1px solid rgba(255,255,255,0.80);
   transition: all 1000ms linear;
}
#RollOverText4:hover > .caption::after
{
   opacity: 1;
   transform: scale(1);
}
#RollOverText4:hover > .caption::before
{
   transform: scale(1);
   opacity: 1;
}
#RollOverText4 .image
{
   left: 0;
   top: 0;
   width: 100%;
   height: auto;
}
#RollOverText4
{
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
}
#RollOverText3 .image
{
   display: block;
   position: relative;
}
#RollOverText3 .caption 
{
   box-sizing: border-box;
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   left: 0;
   top: 0;
   padding: 10px 10px 10px 10px;
   text-align: center;
   display: flex;
   flex-direction: column;
   justify-content: center;
   width: 100%;
   height: 100%;
   align-items: center;
   background-color: rgba(0,0,0,0.60);
   opacity: 0;
   transition: all 500ms linear;
}
#RollOverText3 .title
{
   position: relative;
   text-align: center;
   padding: 0;
   font-family: Calibri;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   color: #FFFFFF;
   opacity: 0;
   transform: translateY(-250%);
   transition: all 500ms linear;
}
#RollOverText3 .description
{
   position: relative;
   margin: 0;
   padding: 0;
   text-align: center;
   font-family: Calibri;
   font-weight: normal;
   font-size: 19px;
   font-style: italic;
   color: #FFFFFF;
   opacity: 0;
   transform: scale(0);
   transition: all 500ms linear;
}
#RollOverText3 .link
{
   display: inline-block;
   z-index: 1;
   color: #FFFFFF;
   font-family: Calibri;
   font-weight: normal;
   font-size: 19px;
   font-style: italic;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: center;
   text-decoration: underline;
   opacity: 0;
   transform: translateY(250%);
   transition: all 500ms linear;
}
#RollOverText3:hover .caption
{
   opacity: 1;
   transition-delay: 0ms;
}
#RollOverText3:hover .title
{
   opacity: 1;
   transform: translateY(0%);
}
#RollOverText3:hover .description
{
   opacity: 1;
   transform: scale(1);
}
#RollOverText3:hover .link
{
   opacity: 1;
   transform: translateY(0%);
}
#RollOverText3 .caption::before
{
   position: absolute;
   transform: scale(0, 1);
   transform-origin: 0 0;
   top: 50px;
   bottom: 50px;
   right: 25px;
   left: 25px;
   border-top: 1px solid rgba(255,255,255,0.80);
   border-bottom: 1px solid rgba(255,255,255,0.80);
   content: "";
   opacity: 0;
   transition: all 1000ms linear;
}
#RollOverText3 .caption::after
{
   position: absolute;
   content: "";
   opacity: 0;
   transform: scale(1, 0);
   transform-origin: 100% 0;
   right: 50px;
   left: 50px;
   top: 25px;
   bottom: 25px;
   border-left: 1px solid rgba(255,255,255,0.80);
   border-right: 1px solid rgba(255,255,255,0.80);
   transition: all 1000ms linear;
}
#RollOverText3:hover > .caption::after
{
   opacity: 1;
   transform: scale(1);
}
#RollOverText3:hover > .caption::before
{
   transform: scale(1);
   opacity: 1;
}
#RollOverText3 .image
{
   left: 0;
   top: 0;
   width: 100%;
   height: auto;
}
#RollOverText3
{
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
}
