html, body, #container
{
   width: 100%;
   height: 100%;
}
body
{
   font-weight: normal;
   font-size: 19px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#PageHeader1
{
   background-clip: padding-box;
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
}
#PageHeader1.scroll-up
{
   top: -72px !important;
}
#Extension4
{
   top: 0;
   left: 0;
   position: relative;
   display: block;
   width: 55px;
   height: 55px;
   background-color: transparent;
   border-radius: 50%;
   z-index: 20;
}
#Extension4 .icon
{
   width: 48px;
   height: 48px;
   background-color: #0000CD;
   border: 0px solid #424242;
   color: #FFFFFF;
   border-radius: 50%;
   position: absolute;
   text-align: center;
   line-height: 48px;
   top: 3px;
   left: 3px;
   z-index: 19;
}
#Extension4 .icon:hover
{
   background-color: #87CEEB;
   border-color: #A9A9A9;
   color: #000000;
}
#Extension4 .icon1
{
   -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0ms;
   transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0ms;
}
#Extension4 .icon2
{
   -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 200ms;
   transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 200ms;
}
#Extension4 .icon3
{
   -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 400ms;
   transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 400ms;
}
#Extension4 .icon4
{
   -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 600ms;
   transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 600ms;
}
#Extension4 .icon5
{
   -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 800ms;
   transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 800ms;
}
#Extension4 .icon6
{
   -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 1000ms;
   transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 1000ms;
}
#Extension4 .icon7
{
   -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 1200ms;
   transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 1200ms;
}
#Extension4 .icon8
{
   -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 1400ms;
   transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 1400ms;
}
#Extension4 .icon1.open
{
   -webkit-transform: translate(70px, 0px);
   transform: translate(70px, 0px);
}
#Extension4 .icon2.open
{
   -webkit-transform: translate(136px, 0px);
   transform: translate(136px, 0px);
}
#Extension4 .icon3.open
{
   -webkit-transform: translate(203px, 0px);
   transform: translate(203px, 0px);
}
#Extension4 .icon4.open
{
   -webkit-transform: translate(270px, 0px);
   transform: translate(270px, 0px);
}
#Extension4 .icon5.open
{
   -webkit-transform: translate(336px, 0px);
   transform: translate(336px, 0px);
}
#Extension4 .icon6.open
{
   -webkit-transform: translate(403px, 0px);
   transform: translate(403px, 0px);
}
#Extension4 .icon7.open
{
   -webkit-transform: translate(470px, 0px);
   transform: translate(470px, 0px);
}
#Extension4 .icon8.open
{
   -webkit-transform: translate(536px, 0px);
   transform: translate(536px, 0px);
}
#Extension4 .gooeymenu-icon
{
   font-size: 32px;
   line-height: 53px;
   width: 32px;
}
#Extension4 .button-icon
{
   font-size: 16px;
   line-height: 48px;
   width: 16px;
}
#Extension4-button
{
   cursor: pointer;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 21;
;
   height: 27px;
}
#Extension4-button:before
{
   content: "";
   width: 55px;
   height: 55px;
   background-color: #0000CD;
   border-radius: 50%;
   position: absolute;
   top: 0;
   left: 0;
}
#Extension4-button:hover:before
{
   background-color: #FF0000;
}
#Extension4-button:before
{
   transition: transform 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550), width 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550), height 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
.Extension4-open #Extension4-button:before
{
   transition-duration: 500ms;
}
#Extension4-icon
{
   cursor: pointer;
   top: 0px;
   left: 11px;
   margin: 0;
   padding: 0 !important;
   position: relative;
   z-index: 3;
}
#Extension4-icon .line
{
   width: 32px;
   height: 6px;
   background: #FFFFFF;
   display: block;
   margin: 6px auto;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
#Extension4-icon .line:first-child
{
   margin-top: 11px;
}
.Extension4-open #Extension4-icon .line:nth-child(1)
{
   transform: translateY(12px) rotate(45deg);
}
.Extension4-open #Extension4-icon .line:nth-child(2)
{
   opacity: 0;
}
.Extension4-open #Extension4-icon .line:nth-child(3)
{
   transform: translateY(-12px) rotate(-45deg);
}
#Extension5
{
   background-color: rgba(66,66,66,0.78);
   font-family: "Arial";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   padding: 0;
}
#Extension5 ul
{
   list-style: none;
   padding: 0;
}
#Extension5 li 
{
   position: relative;
}
#Extension5 li a 
{
   display: block;
   position: relative;
   padding: 10px 20px 10px 20px;
   color: #FFFFFF;
   outline: none;
   text-decoration: none;
}
#Extension5 li a:hover 
{
   color: #000000;
   background-color: #A9A9A9;
}
#Extension5 .sub-menu
{
   padding-top: 0;
   padding-left: 20px;
   display: none;
}
#Extension5 .item-has-children > a 
{
   position: relative;
}
#Extension5 .item-has-children > a::after 
{
   background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2211%22%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M8%205.5L1.9%2011%20.1%209.4l4.3-3.8L.1%201.8%202%20.1l6%205.4%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center;
   background-size: 8px 11px;
   bottom: auto;
   content: "";
   display: block;
   height: 11px;
   position: absolute;
   right: 1em;
   top: 50%;
   width: 8px;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   -webkit-transition-property: -webkit-transform;
   transition-property: transform;
   -webkit-transition-duration: 0.2s;
   transition-duration: 0.2s;
}
#Extension5 .item-has-children > a.submenu-open::after 
{
   -webkit-transform: translateY(-50%) rotate(90deg);
   transform: translateY(-50%) rotate(90deg);
}
#Extension5
{
   box-shadow: -6px 0px 6px rgba(0,0,0,0.17);
   padding-left: 25px;
   left: auto !important;
   right: -300px !important;
   position: fixed !important;
   text-align: left;
   transition: all 200ms linear;
   top: 0 !important;
   height: 100% !important;
   width: 300px !important;
   z-index: 9999;
}
#Extension5 .panel-icon
{
   color: #FFFFFF;
   font-size: 13px;
   margin-right: 10px;
   width: 13px;
}
#Extension5 a:hover .panel-icon
{
   color: #000000;
}
#Extension5:hover, #Extension5:focus 
{
   transform: translate3d(-300px, 0, 0);
}
#Extension5 .title 
{
   color: #FFFFFF;
   position: absolute;
   top: 50%;
   transform: translateY(-50%) rotate(270deg);
   left: -16px;
   font-weight: 800;
   font-size: 19px;
}
#Extension5 .social
{
   padding: 10px 20px 10px 20px;
}
#Extension5 .social:after 
{
   content: "";
   display: table;
   clear: both;
}
#Extension5 .social a
{
   float: left;
   padding: 6px;
   text-align: center;
   background-color: #FFFFFF;
   margin-right: .5em;
   border-radius: 4px;
}
#Extension5 .social-icon
{
   color: #424242;
   font-size: 21px;
   width: 21px;
}
#Extension5 .social a:hover,
#Extension5 .social a:hover .social-icon
{
   background-color: #A9A9A9;
   color: #FFFFFF;
}
#Extension5_markup
{
   display: none;
}
#RollOver1
{
   border: 0px solid transparent;
   border-radius: 0px;
   margin: 0;
}
#RollOver1 a
{
   display: block;
   position: relative;
   height: 100%;
   width: 100%;
}
#RollOver1 a img
{
   position: absolute;
   z-index: 1;
   border-width: 0;
}
#RollOver1 span
{
   display: block;
   height: 100%;
   width: 100%;
   position: absolute;
   z-index: 2;
}
#RollOver1 .hover
{
   visibility: hidden;
}
#RollOver1:hover .hover
{
   visibility: visible;
}
#RollOver1:hover span
{
   visibility: hidden;
}
#RollOver1 img
{
   border-width: 0;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#RollOver1:hover
{
   opacity: 0.65;
   transition: opacity 1000ms linear 10ms;
}
#wb_FIRST_LAYOUT
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: url('images/Backgraund2018.jpg');
   background-repeat: round;
   background-position: left top;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#FIRST_LAYOUT
{
   box-sizing: border-box;
   height: 100vh;
   padding: 80px 0 15px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 700px;
}
#FIRST_LAYOUT > .row
{
   margin-right: 0;
   margin-left: 0;
}
#FIRST_LAYOUT > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#FIRST_LAYOUT > .row > .col-1
{
   float: left;
}
#FIRST_LAYOUT > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#FIRST_LAYOUT:before,
#FIRST_LAYOUT:after,
#FIRST_LAYOUT .row:before,
#FIRST_LAYOUT .row:after
{
   display: table;
   content: " ";
}
#FIRST_LAYOUT:after,
#FIRST_LAYOUT .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#FIRST_LAYOUT > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_Text8 
{
   background-color: #87CEEB;
   background-image: none;
   border: 2px solid #F5F5F5;
   border-radius: 5px;
   padding: 10px 0 10px 0;
   margin: 0;
   opacity: 0.85;
   text-align: center;
}
#wb_Text8 div
{
   text-align: center;
}
#wb_Text8
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_FotoRAM
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #87CEEB;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   opacity: 0.85;
   margin: 0;
}
#FotoRAM
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#FotoRAM > .row
{
   margin-right: 0;
   margin-left: 0;
}
#FotoRAM > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#FotoRAM > .row > .col-1
{
   float: left;
}
#FotoRAM > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#FotoRAM:before,
#FotoRAM:after,
#FotoRAM .row:before,
#FotoRAM .row:after
{
   display: table;
   content: " ";
}
#FotoRAM:after,
#FotoRAM .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#FotoRAM > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_FOOTER
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#FOOTER
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#FOOTER > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#FOOTER > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#FOOTER > .row > .col-1
{
   float: left;
}
#FOOTER > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#FOOTER:before,
#FOOTER:after,
#FOOTER .row:before,
#FOOTER .row:after
{
   display: table;
   content: " ";
}
#FOOTER:after,
#FOOTER .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#FOOTER > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text1 div
{
   text-align: center;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#YouTube1
{
   box-sizing: border-box;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border: 0px solid #000000;
   border-radius: 0px;
}
#wb_YouTube1
{
   display: block;
   position: relative;
   margin: 0;
   height: 0;
   overflow: hidden;
   box-sizing: border-box;
   padding-bottom: 75%;
   padding-left: 0;
   padding-right: 0;
   padding-top: 0;
}
#wb_LayoutGrid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #87CEEB;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   opacity: 0.80;
   margin: 0;
}
#LayoutGrid6
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid6 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid6 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid6 > .row > .col-1
{
   float: left;
}
#LayoutGrid6 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid6:before,
#LayoutGrid6:after,
#LayoutGrid6 .row:before,
#LayoutGrid6 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid6:after,
#LayoutGrid6 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid6 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Extension1{
   margin: 0 0 10px 0 ;
}
#wb_Extension2{
   margin: 0 0 10px 10px;
}
#wb_Extension3{
   margin: 0 0 10px 10px;
}
#wb_Extension6{
   margin: 0 0 10px 10px;
}
#wb_Extension7{
   margin: 0 0 10px 10px;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #87CEEB;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   opacity: 0.80;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   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
{
   float: none;
   width: 100% !important;
}
}
#RollOver1
{
   position: absolute;
   left: 636px;
   top: 9px;
   width: 55px;
   height: 55px;
   overflow: hidden;
   z-index: 1;
}
#PageHeader1_Container
{
   width: 700px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#PageHeader1
{
   position: fixed;
   text-align: center;
   left: 0;
   top: 0;
   right: 0;
   height: 72px;
   z-index: 7777;
}
#wb_Extension1
{
   display: inline-block;
   position: relative;
   width: 120px;
   height: 34px;
   z-index: 3;
}
#wb_Extension2
{
   display: inline-block;
   position: relative;
   width: 120px;
   height: 34px;
   z-index: 4;
}
#wb_Extension3
{
   display: inline-block;
   position: relative;
   width: 120px;
   height: 34px;
   z-index: 5;
}
#wb_Extension4
{
   position: absolute;
   left: 0px;
   top: 9px;
   width: 580px;
   height: 55px;
   z-index: 0;
}
#wb_Extension6
{
   display: inline-block;
   position: relative;
   width: 120px;
   height: 34px;
   z-index: 6;
}
#wb_Extension7
{
   display: inline-block;
   position: relative;
   width: 120px;
   height: 34px;
   z-index: 7;
}
#wb_YouTube1
{
   display: block;
   width: 100%;
   z-index: 2;
}
@media only screen and (max-width: 1024px)
{
#PageHeader1
{
   top: 0px;
   height: 72px;
   visibility: visible;
}
#PageHeader1_Container
{
   width: 480px;
}
#wb_Extension4
{
   left: 0px;
   top: 9px;
   width: 580px;
   height: 55px;
   visibility: hidden;
   display: none;
}
#Extension5
{
   left: 500px;
   top: 9px;
   width: 25px;
   height: 36px;
   visibility: visible;
   display: inline;
}
#Extension5
{
   font-size: 13px;
}
#Extension5 .panel-icon
{
   font-size: 13px;
   width: 13px;
}
#Extension5 .title 
{
   font-size: 19px;
}
#RollOver1
{
   left: 40px;
   top: 0px;
   width: 55px;
   height: 55px;
   visibility: visible;
   display: inline;
}
#wb_FIRST_LAYOUT
{
   visibility: visible;
   display: table;
}
#wb_FIRST_LAYOUT
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#FIRST_LAYOUT
{
   height: auto;
   padding: 80px 30px 15px 30px;
}
#FIRST_LAYOUT .row
{
   margin-right: -30px;
   margin-left: -30px;
}
#FIRST_LAYOUT > .row > .col-1
{
   padding-right: 30px;
   padding-left: 30px;
}
#FIRST_LAYOUT > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_FotoRAM
{
   visibility: visible;
   display: table;
}
#wb_FotoRAM
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#FotoRAM
{
   height: auto;
   padding: 0;
}
#FotoRAM .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#FotoRAM > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#FotoRAM > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_FOOTER
{
   visibility: visible;
   display: table;
}
#wb_FOOTER
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#FOOTER
{
   height: auto;
   padding: 0 15px 0 15px;
}
#FOOTER .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#FOOTER > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#FOOTER > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   margin: 0;
   padding: 0;
}
#wb_YouTube1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid6 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid6 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid6 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Extension1
{
   width: 120px;
   height: 34px;
   visibility: visible;
   display: inline-block;
}
#wb_Extension2
{
   width: 120px;
   height: 34px;
   visibility: visible;
   display: inline-block;
}
#wb_Extension3
{
   width: 120px;
   height: 34px;
   visibility: visible;
   display: inline-block;
}
#wb_Extension6
{
   width: 120px;
   height: 34px;
   visibility: visible;
   display: inline-block;
}
#wb_Extension7
{
   width: 120px;
   height: 34px;
   visibility: visible;
   display: inline-block;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
}
.Extension1
{
   -moz-border-radius: 12px;
   -webkit-border-radius: 12px;
   -o-border-radius: 12px;
   -ms-border-radius: 12px;
   border-radius: 12px;
   color: #0000FF;
   cursor: pointer;
   font-family: Arial;
   font-size: 13px;
   font-weight: bold;
   font-style: normal;
   height: 44px;
   outline: 0;
   position: absolute;
   text-decoration: none;
   -webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   -ms-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;
   width: 120px;
}
.Extension1_glass
{
   background: -moz-linear-gradient(top, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   background: -webkit-linear-gradient(top, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   background: -o-linear-gradient(top, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   background: -ms-linear-gradient(top, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   background: linear-gradient(to bottom, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   border-color: rgba(0, 0, 0, 0.6);
   border-style: solid;
   border-width: 1px;
   box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4) inset, 0 2px 6px rgba(0, 0, 0, 0.5), 0 10px rgba(0, 0, 0, 0.05) inset;
}
.Extension1_background
{
   background-color: rgba(120,200,255,0.25);
}
.Extension1:hover.Extension1_background
{
   border-color: rgba(120,200,255,0.40);
   box-shadow: 0 1px 0 0 rgba(120,200,255,0.44) inset, 0 2px 6px rgba(0, 0, 0, 0.5), 0 10px rgba(0, 0, 0, 0.05) inset, 0 0 5px 2px rgba(120,200,255,0.79), 0 0 10px 2px rgba(120,200,255,0.79) inset;
   color: rgba(255,255,255,1.00);
}
.Extension1:active.Extension1_background
{
   background: -moz-radial-gradient(center, ellipse cover, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   background: -webkit-radial-gradient(center, ellipse cover, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   background: -o-radial-gradient(center, ellipse cover, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   background: -ms-radial-gradient(center, ellipse cover, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   background: radial-gradient(ellipse at center, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   border-color: rgba(120,200,255,0.61) !important;
   border-style: solid;
   border-width: 1px;
   box-shadow: 0 1px 0 0 rgba(120,200,255,0.44) inset, 0 10px 0 0 rgba(120,200,255,0.51) inset, 0 0 5px 2px rgba(120,200,255,0.79), 0 0 10px 2px rgba(120,200,255,0.79) inset !important;
   color: rgba(255,255,255,1.00);
}
.Extension2
{
   -moz-border-radius: 12px;
   -webkit-border-radius: 12px;
   -o-border-radius: 12px;
   -ms-border-radius: 12px;
   border-radius: 12px;
   color: #0000FF;
   cursor: pointer;
   font-family: Arial;
   font-size: 13px;
   font-weight: bold;
   font-style: normal;
   height: 44px;
   outline: 0;
   position: absolute;
   text-decoration: none;
   -webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   -ms-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;
   width: 120px;
}
.Extension2_glass
{
   background: -moz-linear-gradient(top, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   background: -webkit-linear-gradient(top, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   background: -o-linear-gradient(top, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   background: -ms-linear-gradient(top, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   background: linear-gradient(to bottom, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   border-color: rgba(0, 0, 0, 0.6);
   border-style: solid;
   border-width: 1px;
   box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4) inset, 0 2px 6px rgba(0, 0, 0, 0.5), 0 10px rgba(0, 0, 0, 0.05) inset;
}
.Extension2_background
{
   background-color: rgba(120,200,255,0.25);
}
.Extension2:hover.Extension2_background
{
   border-color: rgba(120,200,255,0.40);
   box-shadow: 0 1px 0 0 rgba(120,200,255,0.44) inset, 0 2px 6px rgba(0, 0, 0, 0.5), 0 10px rgba(0, 0, 0, 0.05) inset, 0 0 5px 2px rgba(120,200,255,0.79), 0 0 10px 2px rgba(120,200,255,0.79) inset;
   color: rgba(255,255,255,1.00);
}
.Extension2:active.Extension2_background
{
   background: -moz-radial-gradient(center, ellipse cover, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   background: -webkit-radial-gradient(center, ellipse cover, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   background: -o-radial-gradient(center, ellipse cover, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   background: -ms-radial-gradient(center, ellipse cover, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   background: radial-gradient(ellipse at center, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   border-color: rgba(120,200,255,0.61) !important;
   border-style: solid;
   border-width: 1px;
   box-shadow: 0 1px 0 0 rgba(120,200,255,0.44) inset, 0 10px 0 0 rgba(120,200,255,0.51) inset, 0 0 5px 2px rgba(120,200,255,0.79), 0 0 10px 2px rgba(120,200,255,0.79) inset !important;
   color: rgba(255,255,255,1.00);
}
.Extension3
{
   -moz-border-radius: 12px;
   -webkit-border-radius: 12px;
   -o-border-radius: 12px;
   -ms-border-radius: 12px;
   border-radius: 12px;
   color: #0000FF;
   cursor: pointer;
   font-family: Arial;
   font-size: 13px;
   font-weight: bold;
   font-style: normal;
   height: 44px;
   outline: 0;
   position: absolute;
   text-decoration: none;
   -webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   -ms-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;
   width: 120px;
}
.Extension3_glass
{
   background: -moz-linear-gradient(top, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   background: -webkit-linear-gradient(top, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   background: -o-linear-gradient(top, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   background: -ms-linear-gradient(top, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   background: linear-gradient(to bottom, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   border-color: rgba(0, 0, 0, 0.6);
   border-style: solid;
   border-width: 1px;
   box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4) inset, 0 2px 6px rgba(0, 0, 0, 0.5), 0 10px rgba(0, 0, 0, 0.05) inset;
}
.Extension3_background
{
   background-color: rgba(120,200,255,0.25);
}
.Extension3:hover.Extension3_background
{
   border-color: rgba(120,200,255,0.40);
   box-shadow: 0 1px 0 0 rgba(120,200,255,0.44) inset, 0 2px 6px rgba(0, 0, 0, 0.5), 0 10px rgba(0, 0, 0, 0.05) inset, 0 0 5px 2px rgba(120,200,255,0.79), 0 0 10px 2px rgba(120,200,255,0.79) inset;
   color: rgba(255,255,255,1.00);
}
.Extension3:active.Extension3_background
{
   background: -moz-radial-gradient(center, ellipse cover, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   background: -webkit-radial-gradient(center, ellipse cover, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   background: -o-radial-gradient(center, ellipse cover, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   background: -ms-radial-gradient(center, ellipse cover, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   background: radial-gradient(ellipse at center, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   border-color: rgba(120,200,255,0.61) !important;
   border-style: solid;
   border-width: 1px;
   box-shadow: 0 1px 0 0 rgba(120,200,255,0.44) inset, 0 10px 0 0 rgba(120,200,255,0.51) inset, 0 0 5px 2px rgba(120,200,255,0.79), 0 0 10px 2px rgba(120,200,255,0.79) inset !important;
   color: rgba(255,255,255,1.00);
}
.Extension6
{
   -moz-border-radius: 12px;
   -webkit-border-radius: 12px;
   -o-border-radius: 12px;
   -ms-border-radius: 12px;
   border-radius: 12px;
   color: #0000FF;
   cursor: pointer;
   font-family: Arial;
   font-size: 13px;
   font-weight: bold;
   font-style: normal;
   height: 44px;
   outline: 0;
   position: absolute;
   text-decoration: none;
   -webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   -ms-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;
   width: 120px;
}
.Extension6_glass
{
   background: -moz-linear-gradient(top, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   background: -webkit-linear-gradient(top, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   background: -o-linear-gradient(top, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   background: -ms-linear-gradient(top, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   background: linear-gradient(to bottom, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   border-color: rgba(0, 0, 0, 0.6);
   border-style: solid;
   border-width: 1px;
   box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4) inset, 0 2px 6px rgba(0, 0, 0, 0.5), 0 10px rgba(0, 0, 0, 0.05) inset;
}
.Extension6_background
{
   background-color: rgba(120,200,255,0.25);
}
.Extension6:hover.Extension6_background
{
   border-color: rgba(120,200,255,0.40);
   box-shadow: 0 1px 0 0 rgba(120,200,255,0.44) inset, 0 2px 6px rgba(0, 0, 0, 0.5), 0 10px rgba(0, 0, 0, 0.05) inset, 0 0 5px 2px rgba(120,200,255,0.79), 0 0 10px 2px rgba(120,200,255,0.79) inset;
   color: rgba(255,255,255,1.00);
}
.Extension6:active.Extension6_background
{
   background: -moz-radial-gradient(center, ellipse cover, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   background: -webkit-radial-gradient(center, ellipse cover, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   background: -o-radial-gradient(center, ellipse cover, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   background: -ms-radial-gradient(center, ellipse cover, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   background: radial-gradient(ellipse at center, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   border-color: rgba(120,200,255,0.61) !important;
   border-style: solid;
   border-width: 1px;
   box-shadow: 0 1px 0 0 rgba(120,200,255,0.44) inset, 0 10px 0 0 rgba(120,200,255,0.51) inset, 0 0 5px 2px rgba(120,200,255,0.79), 0 0 10px 2px rgba(120,200,255,0.79) inset !important;
   color: rgba(255,255,255,1.00);
}
.Extension7
{
   -moz-border-radius: 12px;
   -webkit-border-radius: 12px;
   -o-border-radius: 12px;
   -ms-border-radius: 12px;
   border-radius: 12px;
   color: #0000FF;
   cursor: pointer;
   font-family: Arial;
   font-size: 13px;
   font-weight: bold;
   font-style: normal;
   height: 44px;
   outline: 0;
   position: absolute;
   text-decoration: none;
   -webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   -ms-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;
   width: 120px;
}
.Extension7_glass
{
   background: -moz-linear-gradient(top, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   background: -webkit-linear-gradient(top, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   background: -o-linear-gradient(top, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   background: -ms-linear-gradient(top, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   background: linear-gradient(to bottom, rgba(101,101,101,0.3) 0%, rgba(181,181,181,0.3) 2%, rgba(181,181,181,0.3) 5%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0.3) 47%, rgba(181,181,181,0.3) 88%, rgba(81,81,81,0.3) 92%, rgba(0,0,0,0.3) 97%, rgba(0,0,0,0.3) 100%);
   border-color: rgba(0, 0, 0, 0.6);
   border-style: solid;
   border-width: 1px;
   box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4) inset, 0 2px 6px rgba(0, 0, 0, 0.5), 0 10px rgba(0, 0, 0, 0.05) inset;
}
.Extension7_background
{
   background-color: rgba(120,200,255,0.25);
}
.Extension7:hover.Extension7_background
{
   border-color: rgba(120,200,255,0.40);
   box-shadow: 0 1px 0 0 rgba(120,200,255,0.44) inset, 0 2px 6px rgba(0, 0, 0, 0.5), 0 10px rgba(0, 0, 0, 0.05) inset, 0 0 5px 2px rgba(120,200,255,0.79), 0 0 10px 2px rgba(120,200,255,0.79) inset;
   color: rgba(255,255,255,1.00);
}
.Extension7:active.Extension7_background
{
   background: -moz-radial-gradient(center, ellipse cover, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   background: -webkit-radial-gradient(center, ellipse cover, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   background: -o-radial-gradient(center, ellipse cover, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   background: -ms-radial-gradient(center, ellipse cover, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   background: radial-gradient(ellipse at center, rgba(120,200,255,1.00) 0%, rgba(120,200,255,0.00) 100%);
   border-color: rgba(120,200,255,0.61) !important;
   border-style: solid;
   border-width: 1px;
   box-shadow: 0 1px 0 0 rgba(120,200,255,0.44) inset, 0 10px 0 0 rgba(120,200,255,0.51) inset, 0 0 5px 2px rgba(120,200,255,0.79), 0 0 10px 2px rgba(120,200,255,0.79) inset !important;
   color: rgba(255,255,255,1.00);
}
