/* css */

.home_slide .item_content img
{
  width: auto !important;
  border: none;
  box-shadow: none;
}

.home_slide 
{
  padding:0 220px 0 20px;
  background:url(images/homeslide_clipboard.png) right 0px no-repeat;
  height:300px;
}

.flexslider
{
  box-shadow:none !important;
  padding: 0px 0px 10px !important;
  margin:0 !important;
}
.flex-control-nav {bottom:-10px !important;}
.flex-direction-nav .flex-prev {left:-15px !important;}
.flex-direction-nav .flex-next {right:-15px !important;}

.col_1,.col_2
{
  float:left;
  width:640px;
  /*float: none;
  margin: 510px 0 0;
  margin-top: 500px;
  padding: 0;*/
  
}
.col_2
{
  width:300px; 
}

.col_1_row_1
{
  
  margin-bottom: 20px;
}

.row_col_1,.row_col_2,.row_col_3
{
  position:relative;
  z-index:999;
  
  min-height:150px;
  padding-top:10px;
  float: left;
  padding: 10px;
  position: relative;
  width: 60%;
  
}

.row_col_2,.row_col_3
{
  background:url(images/top_separator.png) left top no-repeat;
  width:15%;
}

.row_col_3
{
  padding-left:20px;
  margin-right:0px;
  width:23%;
}


#header
{
  background:none;
}

#home_slide_show
{
  background:#fff;
  border:1px solid #ccc;
  box-shadow:0 3px 20px rgba(0, 0, 0, 0.9);
  padding:20px;
  
}

body 
{
  /*background:url(images/body_home.jpg) top center repeat-x;*/
}

.galleria-layer h2
{
  
  font-size:22px;
}

.galleria-layer .item_content
{
  /*color:#fff;*/
}

.galleria-layer .item
{
  /* padding: 230px 355px 0 40px;
  height: 220px;
  width: 310px;*/
}

.galleria-layer .slide_content
{
  /*
  padding-left:40px;
  padding-top:20px;
  padding-right:40px;
  padding-bottom:12px;
  background:rgba(0,0,0,.5);
  text-shadow:0px 0px 0px #000;*/
}

.galleria-layer .slide_content.slide_text_top
{
  margin:0px;
}
.galleria-layer .slide_content.slide_text_right
{
  margin-left:450px;
}

.galleria-layer .slide_content.slide_text_bottom
{
  bottom: 0;
  position: absolute;
  width: 100%;
}

.galleria-layer .slide_content.slide_text_left
{
  margin-right:450px;
}

.galleria-layer .slide_content.slide_text_none
{
  display:none;
}




.galleria-layer .item a, .galleria-layer .item a:visited, .galleria-layer .item a:hover
{
  color:#6CB9D2;
}

.galleria-layer .item a:hover
{
  color:#87D4EE;
}



.galleria-thumbnails-container 
{
  background: none repeat scroll 0 0 transparent;
  bottom: 35px !important;
  height: 20px !important;
  left: 0 !important;
  padding: 0 35px;
  right: 0 !important;
}


.galleria-counter
{
  display:none !important; 
}


.galleria-thumbnails .galleria-image 
{
  margin: 0 !important;
}

.galleria-thumbnails .galleria-image 
{
  background: none !important;
  border:none !important;
  
  border-radius: 10px !important;
  height: 20px !important;
  line-height: 20px !important;
  margin: 0 5px 0 0 !important;
  text-align: center !important;
  width: 20px !important;
  color:#333;
}

.galleria-thumbnails .galleria-image.active
{
  background:#0B2837 !important;
  background:rgba(0,0,0,.2) !important;
}





@media (max-width:940px),(max-device-width:940px)
  {
  #header_quotes_home {padding:20px 15px 0 570px;}
  /*.col_1_row_1{background:url(images/body_home.png) center bottom repeat-x;}*/
}

@media (max-width: 850px),(max-device-width: 850px)
  {
  
  #top
  {
    /*background-position: center 35px !important;
    background-size: 100% auto !important;*/
  }
  #header_quotes_home {
    background: rgba(255, 255, 255, 0.89);
    color: #000;
    margin-top: 40%;
    padding: 20px;
  }
  #col_1,#col_2
  {
    float:none;
    background:#999;
    width:100%;
    padding:30px 20px 20px 20px;
  }
  #top,#bottom {padding-bottom:0px;/*hides background image*/}
  
  #header{}
  
  #slide_show_display_slide_show
  {
    /*height:300px;*/
  }
  
  #header .navbar
  {
    position:absolute;
    z-index:1000;/*due to overlapping header logo and slideshow */ 
  }
  
}


@media (max-width:767px),(max-device-width:767px)
  {

  
  .home_slide 
  {
    padding:10px;
    background:none;
    height:auto;
  }
  
  .flexslider
  {
    padding: 0px 0px 20px !important;
  }
  
  .flex-direction-nav .flex-prev 
  ,.flex-direction-nav .flex-next  { opacity: .5 !important;}
 
  .flex-direction-nav a {height:30px!important;}
  .flex-direction-nav a:before {font-size: 30px!important;}
    
  

  
  
}
@media (max-width:640px),(max-device-width:640px)
  {
  .col_1,.col_2
  {
    float:none;
    width:auto;
    
  }
  .col_1_row_1
  {
    padding-top: 30px;
  }
  #header 
  {
    
  }
}


@media (max-width:480px),(max-device-width:480px)
  {
  #top
  {
    
  }
  .row_col_1
  {
    float:none;clear:both;width:auto;
  }
  .row_col_2,.row_col_3
  {
    width:45%;
  }
  
  #header 
  {
    
  }
  #header_quotes_home {
    
    margin-top: 50%;
  }
}

