/* Copyright © 2012 WebMaestro. All rights reserved. */
/* loader */
div#loader{
    position: relative;
    z-index: 9;
    margin: auto;
    top: 90px;
    width: 50px;
    height: 50px;
    background: url('../img/loader.gif') no-repeat center center;
}
div#blockSlideShow{
    position: relative;
    display: table;
    width: 100%;
    height: 240px;
    margin: auto;
    padding: 20px 0px 10px 0px;
    
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%);
    border-bottom: 1px solid #d6d6d6;
    overflow: hidden;
}
div#blockSlideShowWM{
    position: relative;
    display: table;
    width: 980px;
    height: 240px;
    margin: auto;
    padding: 0;
    overflow-x: hidden;
}
div#blockSlideShowWM > div#blockSlides{
    position: relative;
    width: 100%;
    height: 215px;
/*    border-bottom: 1px solid red;*/
}
div#blockSlideShowWM > div#blockSlides > div{
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
}
div#blockSlideShowWM > ul{
    position: relative;
    display: block;
    z-index: 5;
    width: 980px;
    height: 20px;
    padding: 0;
    margin: auto;
    text-align: left;
    vertical-align: middle;
    list-style: none;
}
div#blockSlideShowWM > ul li{
    display: inline-block;
    margin: 6px 6px 0px 0px;
    padding: 0;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    background: url('../img/iconRoundBtn.png') no-repeat -18px 0px;
    cursor: pointer;
}
div#blockSlideShowWM > ul li.activePoint{
    background: url('../img/iconRoundBtn.png') no-repeat 0px 0px;    
}

/*  */
div#blockSlides > div figure{
    position: relative;
    width: 100%;
    height: 100%;
}
div#blockSlides > div figure figcaption{
    position: relative;
    float: left;
    width: 650px;
    height: 100%;
}
div#blockSlides > div figure figcaption h2{
    margin: 0px 0px 10px 0px;
    color: #059;
    /*text-shadow: 1px 1px 0px rgb(199, 199, 199);*/
}
div#blockSlides > div figure figcaption h2 a{
    font: 24px Arial, Tahoma, Verdana, sans-serif;
    color: #333;
    text-decoration: none;    
}
div#blockSlides > div figure figcaption h2 a:hover{
    text-decoration: underline;
}
div#blockSlides > div figure figcaption a.linkReadMore{
    display: block;
    margin: 10px 0px 0px 0px;
    width: 100px;
    text-decoration: none;
}
div#blockSlides > div figure figcaption a.linkReadMore span{
    text-decoration: underline;
}
div#blockSlides > div figure figcaption a.linkReadMore span:hover{
    text-decoration: none;
}
div#blockSlides > div figure.slideAvast figcaption h2 span{
    font: 36px "Segoe UI", Arial, Tahoma, Verdana, sans-serif;
    color: #e67300;    
}
div#blockSlides > div figure > img{
    float: right;
    max-width: 300px;
    max-height: 200px;
    border: 1px solid #fff;
    padding: 3px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 6px rgb(160, 160, 160);
    margin: 5px 5px 0px 0px;
}