div#container
{
   width: 1250px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #D2691E;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#Layer1
{
   background-color: transparent;
   background-image: url('images/slike08.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   border-radius: 0px;
}
#wb_Image1
{
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Shape3
{
   border-width: 0;
   vertical-align: top;
}
#Shape2
{
   border-width: 0;
   vertical-align: top;
}
#Shape1
{
   border-width: 0;
   vertical-align: top;
}
#wb_Extension1
{
   height: auto !important;
}
#Extension1
{
   background: rgba(0,0,0,0.87);
   border-radius: 50%;
   color: #1FD6DC;
   font-family: "Arial";
   font-size: 13px;
   height: 0 !important;
   padding-top: 100%;
   position: relative;
   text-align: center;
   width: 100%;
}
#Extension1, #Extension1 *
{
   box-sizing: border-box;
}
#Extension1 .wrapper
{
   border-radius: 50%;
   height: 100%;
   left: 0;
   overflow: hidden;
   position: absolute;
   top: 0;
   width: 100%;
}
#Extension1 .player
{
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   height: 68%;
   justify-content: center;
   left: 16%;
   position: absolute;
   top: 16%;
   width: 68%;
   -webkit-transition: all linear 500ms;
   transition: all linear 500ms;
}
#Extension1 .info
{
   border: 1px solid #666666;
   border-radius: 4px;
   margin: 0px auto;
   padding: 10px;
   text-align: center;
   user-select: none;
   width: 100%;
}
#Extension1 .title 
{
   font-weight: bold;
}
#Extension1 .playlist-toggle
{
   bottom: 8%;
   color: #FEFEFE;
   cursor: pointer;
   height: 24px;
   left: 50%;
   position: absolute;
   top: auto;
   transform: translateX(-50%);
   width: 24px;
}
#Extension1 .controls 
{
   cursor: pointer;
   display: inline-block;
   margin: 20px auto;
}
#Extension1 .controls .play,
#Extension1 .controls .pause,
#Extension1 .controls .prev,
#Extension1 .controls .next 
{
   color: #FEFEFE;
   display: inline-block;
   float: left;
   height: 24px;
   margin: 0 6px 0 6px;
   text-align: center;
   width: 24px;
}
#Extension1 .controls .play:hover,
#Extension1 .controls .pause:hover,
#Extension1 .controls .prev:hover,
#Extension1 .controls .next:hover,
#Extension1 .playlist-toggle:hover
{
   color: #7F7F7F;
}
#Extension1 .controls .pause
{
   display: none;
}
#Extension1 .tracker
{
   cursor: pointer;
   height: 6px;
   margin-bottom: 27px;
}
#Extension1 .ui-widget.ui-widget-content 
{
   border: 0;
}
#Extension1 .ui-corner-all
{
   border-radius: 0;
}
#Extension1 .ui-slider .ui-slider-handle 
{
   display: block;
   height: 10px;
   opacity: 0;
   width: 10px;
   -webkit-transition: all ease-in-out .3s;
   transition: all ease-in-out .3s;
}
#Extension1 .tracker .ui-slider-range
{
   background: #03D4A8;
   background: linear-gradient(to right, #03D4A8 0%, #005CBF 100%);
   height: 100%;
   top: 0;
   -webkit-transition: all ease-in-out .3s;
   transition: all ease-in-out .3s;
}
#Extension1 .playlist
{
   display: flex;
   flex-direction: column;
   justify-content: center;
   height: 68%;
   left: 16%;
   position: absolute;
   -webkit-transition: all linear 500ms;
   transition: all linear 500ms;
   transform: translateX(-200%);
   top: 16%;
   width: 68%;
   z-index: 1;
}
#Extension1 .wrapper.list-visible .player
{
   transform: translateX(200%);
}
#Extension1 .wrapper.list-visible .playlist
{
   transform: translateX(0%);
}
#Extension1 .playlist ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
}
#Extension1 .playlist ul li
{
   color: #EEEEEE;
   cursor: pointer;
   margin-bottom: 4px;
   padding: 6px 12px 6px 12px;
   -webkit-transition: all ease-in-out .2s;
   transition: all ease-in-out .2s;
}
#Extension1 .playlist ul li:hover
{
   background-color: #EEEEEE;
   color: #000000;
}
#Extension1 .playlist ul li.active
{
   background-color: #EEEEEE;
   color: #000000;
}
#Extension1 .ui-state-default,
#Extension1 .ui-widget-content .ui-state-default,
#Extension1 .ui-widget-header .ui-state-default,
#Extension1 .ui-button
{
   border: 0;
}
#Extension1 .ui-widget-content
{
   background: #666666;
}
#Extension1 svg
{
   fill: currentColor;
   height: 100%;
   position: relative;
   width: 100%;
}
#Extension1::before,
#Extension1::after 
{
   animation: Extension1-glow 20s linear infinite;
   border-radius: 50%;
   background: linear-gradient(45deg, #CCFFFF, #0099FF, #0099CC, #0066CC, #000080, #008080, #00CC99, #00CCCC, #00FFFF);
   background-size: 400%;
   content: "";
   height: calc(100% + 4px);
   left: -2px;
   position: absolute;
   top: -2px;
   width: calc(100% + 4px);
   z-index: -1;
}
#Extension1::after
{
   filter: blur(25px);
}
#Extension1:not(.playing)::before,
#Extension1:not(.playing)::after 
{
   animation-play-state: paused;
}
@keyframes Extension1-glow
{
   0% { background-position: 0 0; }
   50% { background-position: 400% 0; }
   100% { background-position: 0 0; }
}
#PhotoGallery1
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
}
#PhotoGallery1 .thumbnails
{
   margin: 0;
}
#PhotoGallery1 .thumbnail
{
   position: relative;
   min-height: 1px;
   box-sizing: border-box;
   float: left;
   padding: 3px 3px 3px 3px;
   width: 100%;
   text-align: center;
   vertical-align: top;
}
#PhotoGallery1 .thumbnail img
{
   border: 0px solid #DEE2E6;
   display: block;
   width: 100%;
   height: auto;
   max-width: 100%;
   box-sizing: border-box;
   border-radius: 0px;
}
#PhotoGallery1 .clearfix:before,
#PhotoGallery1 .clearfix:after,
#PhotoGallery1 .thumbnails:before,
#PhotoGallery1 .thumbnails:after
{
   display: table;
   content: " ";
}
#PhotoGallery1 .clearfix:after,
#PhotoGallery1 .thumbnails:after
{
   clear: both;
}
#PhotoGallery1 .visible-col3
{
   display: none;
}
#Label1
{
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #212529;
   font-family: Tahoma;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: left;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Label1:focus
{
   outline: 0;
}
#Label2
{
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #212529;
   font-family: Tahoma;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: left;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Label2:focus
{
   outline: 0;
}
#wb_Image3
{
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Image2
{
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_CssMenu1
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0;
   text-align: left;
}
#wb_CssMenu1 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
    font-size: 0;
}
#wb_CssMenu1 li
{
   display: inline-block;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 33.33%;
}
#wb_CssMenu1 a
{
   display: block;
   color: #FFFFFF;
   border: 0px solid #0D6EFD;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: center;
   vertical-align: middle;
}
#wb_CssMenu1 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 35px;
   padding: 0 5px 0px 5px;
   line-height: 35px;
}
#wb_CssMenu1 li:hover a, #wb_CssMenu1 a:hover
{
   color: #808080;
   border: 0px solid #0A58CA;
   background-color: transparent;
   background-image: none;
}
#wb_CssMenu1 li.firstmain
{
   padding-left: 0px;
}
#wb_CssMenu1 li.lastmain
{
   padding-right: 0px;
}
#wb_CssMenu1 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#CssMenu1 li i
{
   font-size: 16px;
   margin-right: 4px;
   width: 18px;
}
#wb_Shape1
{
   position: absolute;
   left: 0px;
   top: 280px;
   width: 1250px;
   height: 700px;
   z-index: 6;
}
#wb_CssMenu1
{
   position: absolute;
   left: 0px;
   top: 240px;
   width: 311px;
   height: 35px;
   z-index: 2;
}
#wb_Shape2
{
   position: absolute;
   left: 0px;
   top: 280px;
   width: 720px;
   height: 700px;
   visibility: hidden;
   z-index: 5;
}
#wb_Shape3
{
   position: absolute;
   left: 0px;
   top: 280px;
   width: 320px;
   height: 700px;
   visibility: hidden;
   z-index: 4;
}
#wb_Image1
{
   position: absolute;
   left: 10px;
   top: 25px;
   width: 48px;
   height: 48px;
   z-index: 0;
}
#wb_Image2
{
   position: absolute;
   left: 64px;
   top: 32px;
   width: 224px;
   height: 35px;
   z-index: 1;
}
#wb_Image3
{
   position: absolute;
   left: 974px;
   top: 205px;
   width: 276px;
   height: 70px;
   z-index: 11;
}
#wb_PhotoGallery1
{
   position: absolute;
   left: 0px;
   top: 573px;
   width: 716px;
   height: 411px;
   z-index: 8;
}
#wb_Extension1
{
   position: absolute;
   left: 56px;
   top: 307px;
   width: 208px;
   height: 211px;
   z-index: 7;
}
#Shape1
{
   width: 1250px;
   height: 700px;
}
#Shape2
{
   width: 720px;
   height: 700px;
}
#Shape3
{
   width: 320px;
   height: 700px;
}
#Layer1
{
   position: absolute;
   text-align: left;
   left: 0px;
   top: 0px;
   width: 1250px;
   height: 275px;
   z-index: 3;
}
#Label2
{
   position: absolute;
   left: 0px;
   top: 280px;
   width: 77px;
   height: 25px;
   line-height: 25px;
   z-index: 10;
}
#Label1
{
   position: absolute;
   left: 0px;
   top: 540px;
   width: 60px;
   height: 25px;
   line-height: 25px;
   z-index: 9;
}
@media only screen and (min-width: 720px) and (max-width: 1249px)
{
div#container
{
   width: 720px;
}
body
{
   background-color: #D2691E;
   background-image: none;
}
#Layer1
{
   left: 0px;
   top: 0px;
   width: 720px;
   height: 275px;
   visibility: visible;
   display: block;
}
#wb_Image1
{
   left: 10px;
   top: 25px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Shape3
{
   left: 0px;
   top: 280px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#wb_Shape2
{
   left: 0px;
   top: 280px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_Shape1
{
   left: 0px;
   top: 280px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#wb_Extension1
{
   left: 56px;
   top: 307px;
   width: 208px;
   height: 211px;
   visibility: visible;
   display: inline;
}
#Extension1
{
   font-size: 13px;
}
#Extension1 .info
{
   padding: 10px;
}
#Extension1 .playlist-toggle
{
   height: 24px;
   width: 24px;
}
#Extension1 .controls 
{
   margin: 20px auto;
}
#Extension1 .controls .play,
#Extension1 .controls .pause,
#Extension1 .controls .prev,
#Extension1 .controls .next 
{
   height: 24px;
   margin: 0 6px 0 6px;
   width: 24px;
}
#Extension1 .tracker
{
   height: 6px;
   margin-bottom: 27px;
}
#Extension1 .playlist ul li
{
   padding: 6px 12px 6px 12px;
}
#wb_PhotoGallery1
{
   left: 0px;
   top: 573px;
   width: 720px;
   height: 414px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#PhotoGallery1 .thumbnail
{
   width: 100%;
}
#PhotoGallery1 .visible-col3
{
   display: none;
}
#Label1
{
   left: 0px;
   top: 540px;
   width: 60px;
   height: 25px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label1
{
   line-height: 25px;
}
#Label2
{
   left: 0px;
   top: 280px;
   width: 77px;
   height: 25px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label2
{
   line-height: 25px;
}
#wb_Image3
{
   left: 542px;
   top: 230px;
   width: 178px;
   height: 45px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Image2
{
   left: 64px;
   top: 32px;
   width: 224px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_CssMenu1
{
   left: 0px;
   top: 240px;
   visibility: visible;
   display: block;
   margin: 0;
   text-align: left;
}
#wb_CssMenu1 li
{
   width: 33.33%;
}
#wb_CssMenu1 a
{
   color: #FFFFFF;
   border: 0px solid #0D6EFD;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: center;
}
#wb_CssMenu1 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 35px;
   padding: 0 5px 0px 5px;
   line-height: 35px;
}
#wb_CssMenu1 li:hover a, #wb_CssMenu1 a:hover
{
   color: #808080;
   border: 0px solid #0A58CA;
   background-color: transparent;
   background-image: none;
}
#wb_CssMenu1 li
{
   padding: 0px 0px 0px 0px;
}
}
@media only screen and (max-width: 719px)
{
div#container
{
   width: 320px;
}
body
{
   background-color: #D2691E;
   background-image: none;
}
#Layer1
{
   left: 0px;
   top: 0px;
   width: 320px;
   height: 275px;
   visibility: visible;
   display: block;
}
#wb_Image1
{
   left: 10px;
   top: 25px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Shape3
{
   left: 0px;
   top: 280px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_Shape2
{
   left: 0px;
   top: 280px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#wb_Shape1
{
   left: 0px;
   top: 280px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#wb_Extension1
{
   left: 70px;
   top: 303px;
   width: 180px;
   height: 180px;
   visibility: visible;
   display: inline;
}
#Extension1
{
   font-size: 13px;
}
#Extension1 .info
{
   padding: 10px;
}
#Extension1 .playlist-toggle
{
   height: 24px;
   width: 24px;
}
#Extension1 .controls 
{
   margin: 20px auto;
}
#Extension1 .controls .play,
#Extension1 .controls .pause,
#Extension1 .controls .prev,
#Extension1 .controls .next 
{
   height: 24px;
   margin: 0 6px 0 6px;
   width: 24px;
}
#Extension1 .tracker
{
   height: 6px;
   margin-bottom: 27px;
}
#Extension1 .playlist ul li
{
   padding: 6px 12px 6px 12px;
}
#wb_PhotoGallery1
{
   left: 0px;
   top: 573px;
   width: 320px;
   height: 189px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#PhotoGallery1 .thumbnail
{
   width: 100%;
}
#PhotoGallery1 .visible-col3
{
   display: none;
}
#Label1
{
   left: 0px;
   top: 540px;
   width: 60px;
   height: 25px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label1
{
   line-height: 25px;
}
#Label2
{
   left: 0px;
   top: 280px;
   width: 76px;
   height: 25px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label2
{
   line-height: 25px;
}
#wb_Image3
{
   left: 350px;
   top: 190px;
   width: 276px;
   height: 70px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_Image2
{
   left: 64px;
   top: 32px;
   width: 224px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_CssMenu1
{
   left: 0px;
   top: 240px;
   visibility: visible;
   display: block;
   margin: 0;
   text-align: left;
}
#wb_CssMenu1 li
{
   width: 33.33%;
}
#wb_CssMenu1 a
{
   color: #FFFFFF;
   border: 0px solid #0D6EFD;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: center;
}
#wb_CssMenu1 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 35px;
   padding: 0 5px 0px 5px;
   line-height: 35px;
}
#wb_CssMenu1 li:hover a, #wb_CssMenu1 a:hover
{
   color: #808080;
   border: 0px solid #0A58CA;
   background-color: transparent;
   background-image: none;
}
#wb_CssMenu1 li
{
   padding: 0px 0px 0px 0px;
}
}
