/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-01-09, 11:33:56
    Author     : PK
*/

.responsive-slider.flexslider .slide-title a {
   background: url(../images/tlo_menu1.png)  #57738c center repeat-x;
   background-color: #57738c;
   top:68%;   
}

.responsive-slider.flexslider .slide-title a:hover {
   background: url(../images/tlo_menu1.png)  #57738c center repeat-x;
}

.flex-control-nav{
  background:#222;
  background:rgba(0,0,0,.3);
  bottom:0px;
  padding: .5em 1em;

}

.responsive-slider.flexslider ol{
  list-style-type: square !important;
}

.responsive-slider.flexslider .flex-control-nav{
     width:96% !important;
     bottom: 0% !important;
     padding-bottom:10px;
     right:0px !important;
     padding-right:4%;
     text-align:right;
     color:transparent;
     /*background: -moz-gradient(linear,left top,left bottom,color-stop(0%,#034891),color-stop(92%,#043C78),color-stop(92%,#043C78),color-stop(93%,#043C78),color-stop(93%,#0D94E5),color-stop(100%,#0D94E5), .4) #043C78;
     background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#034891),color-stop(92%,#043C78),color-stop(92%,#043C78),color-stop(93%,#043C78),color-stop(93%,#0D94E5),color-stop(100%,#0D94E5), .4 ) #043C78;
     */
} 

.responsive-slider.flexslider .flex-control-nav li a {
    font-size:0px;
}

@media all and (max-width: 360px) {       
    .responsive-slider.flexslider .flex-control-nav{
      padding:2px;
      top:4%;
      background:none;
    }
    
    .responsive-slider.flexslider .slide-title a{
      padding:0px;
    }

}