/*
Skin Name: Nivo Slider Bar Theme
Skin URI: http://nivo.dev7studios.com
Description: The bottom bar skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: false
*/

.theme-bar.slider-wrapper { position: relative; width: 100%; height: 45%; }
.theme-bar .nivoSlider { position: relative; height: 0; background: #fff url(loading.gif) no-repeat 50% 50%; padding-bottom:37.1%; /*add by yishay: height: 0;padding-bottom: 45%;*/    box-shadow: 0 2px 5px 1px #1D5877; }

    /*.theme-bar .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
      width: 100% !important;
  height: 100% !important;
}*/
    .theme-bar .nivoSlider a { border: 0; display: block; }

.nivoSlider a.nivo-imageLink { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border: 0; padding: 0; margin: 0; z-index: 6; display: none; background: white; filter: alpha(opacity=0); opacity: 0; }

.theme-bar .nivo-controlNav { position: absolute; left: 0; bottom: -40px; z-index: 10; width: 100%; height: 30px; text-align: center; padding: 5px 0; opacity: 1; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; display: block; background: #131563; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzMTU2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iIzFkNjI4NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzFkNjI4NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk0JSIgc3RvcC1jb2xvcj0iIzFkNjI4NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzE1NjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #131563 0%, #1d6286 16%, #1d6286 51%, #1d6286 94%, #131563 100%); background: -webkit-linear-gradient(top, #131563 0%,#1d6286 16%,#1d6286 51%,#1d6286 94%,#131563 100%); background: linear-gradient(to bottom, #131563 0%,#1d6286 16%,#1d6286 51%,#1d6286 94%,#131563 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131563', endColorstr='#131563',GradientType=0 ); }
/*.theme-bar:hover .nivo-controlNav { bottom: 0; opacity: 1; }*/
.theme-bar .nivo-controlNav a { display: inline-block; width: 15px; height: 15px; background: #fff; text-indent: -9999px; border: 0; margin: 8px 2px 0 2px; }
    .theme-bar .nivo-controlNav a.active { background: red; border: 3px solid #fff; box-sizing: border-box; }

.theme-bar .nivo-directionNav { position: absolute; width: 100%; bottom: 32%; height: 40px; line-height: 40px; z-index: 900; color: #fff; }

    .theme-bar .nivo-directionNav a { display: block; border: 0; color: #fff; text-transform: uppercase; top: auto; bottom: 10px; z-index: 11; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; line-height: 20px; opacity: 1; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; color: transparent; }
.theme-bar a.nivo-nextNav { right: -55px; background: url(../../../../Images/arrowright.png) no-repeat; bottom: 100%; height: 101px; width: 40px; }
.theme-bar a.nivo-prevNav { left: -55px; background: url(../../../../Images/arrowleft.png) no-repeat; bottom: 100%; height: 101px; width: 40px; }
/*.theme-bar:hover a.nivo-nextNav { right: 15px; opacity: 1; color: transparent; }
.theme-bar:hover a.nivo-prevNav { left: 15px; opacity: 1; }*/


.theme-bar .nivo-caption { font-family: Helvetica, Arial, sans-serif; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }
.theme-bar:hover .nivo-caption { bottom: 41px; }
.theme-bar .nivo-caption a { color: #fff; border-bottom: 1px dotted #fff; }
    .theme-bar .nivo-caption a:hover { color: #fff; }

.theme-bar .nivo-controlNav.nivo-thumbs-enabled { width: 100%; }
    .theme-bar .nivo-controlNav.nivo-thumbs-enabled a { width: auto; height: auto; background: none; margin-bottom: 5px; }
    .theme-bar .nivo-controlNav.nivo-thumbs-enabled img { display: block; width: 120px; height: auto; }
