/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
  #Site Styles
  #Page Styles
  #Media Queries
  #Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

  .slider_description{
    display:none;
  }
  #slider-wrapper{
    height: 400px;
  }
  .jcarousel-item img{
    width: 100%;
    height: auto;
  }
  .jcarousel-container{
    margin: 0;
  }
  #navigation select{
    display: block;
  }
  #navigation .block{
    display:none;
  }
  
  #footer{
    background: none;
  }
  #slider-prev,#slider-prev:hover{
    background: url("../images/left_arr_small.png") no-repeat scroll 0 0 transparent;
    height: 48px;
    left: 0;
    width: 48px;
    z-index: 20;
  }
  #slider .slider-nav a:hover{
    background-position: 0 -48px;
  }
  #slider-next,#slider-next:hover{
    background: url("../images/right_arr_small.png") no-repeat scroll 0 0 transparent;
    height: 48px;
    right: 0;
    width: 48px;
    z-index: 20;
  }
  .jcarousel-prev{
    left: 20px;
  }
  .jcarousel-next{
    right: 20px;
  }
  
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .slider_description{
    display:none;
  }
  #slider-wrapper{
    height: 400px;
  }
  .jcarousel-item img{
    width: 100%;
    height: auto;
  }
  .jcarousel-container{
    margin: 0;
  }
  #navigation .block{
    display:none;
  }
  #navigation select{
    display: block;
  }
  #footer{
    background: none;
  }
  ul.social-icons{
    margin-left: 0;
  }
  #header .block.block-search{
    float: left;
  }
  #vivo-slider{
    height: 550px;
  }
  #vivo-slider .slide{
    height: 550px;
  }
  #vivo-slider .columns.last{
    position: relative;
  }
  .slider-caption-wrapper{
    position: absolute;
    background: #000;
    background: rgba(0,0,0,0.7);
    top: -120px;
  }
   .slide h3{
    font-size: 18px;
     margin-bottom:5px;
    line-height: 100%;
    
  }
  .slide p{
    font-size: 12px;
    padding-right: 0;
  }
  #slider-prev,#slider-prev:hover{
    background: url("../images/left_arr_small.png") no-repeat scroll 0 0 transparent;
    height: 48px;
    left: -48px;
    width: 48px;
    z-index: 20;
  }
  #slider .slider-nav a:hover{
    background-position: 0 -48px;
  }
  #slider-next,#slider-next:hover{
    background: url("../images/right_arr_small.png") no-repeat scroll 0 0 transparent;
    height: 48px;
    right: -48px;
    width: 48px;
    z-index: 20;
  }
  #slider{
    background: none;
  }
  .jcarousel-prev{
    left: 20px;
  }
  .jcarousel-next{
    right: 20px;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider_description{
    display:none;
  }
  #slider-wrapper{
    height: 400px;
  }
  .jcarousel-item img{
    width: 100%;
    height: auto;
  }
  .jcarousel-container{
    margin: 0;
  }
  .footer-block-copyright p{
    text-align: left;
  }
  #navigation .block{
    display:none;
  }
  #navigation select{
    display: block;
  }
  #footer{
    background: none;
  }
  ul.social-icons{
    margin-left: 0;
  }
  #header .block.block-search{
    float: left;
  }
  #slider-wrapper{
    height: 400px;
    overflow: hidden;
  }
  #vivo-slider{
    height: 550px;
  }
  #vivo-slider .slide{
    height: 550px;
  }
  #vivo-slider .columns.last{
    position: relative;
  }
  .slider-caption-wrapper{
    position: absolute;
    background: #000;
    background: rgba(0,0,0,0.7);
    top: -120px;
  }
  .slide h3{
    font-size: 18px;
    margin-bottom:5px;
    line-height: 100%;
    
  }
  .slide p{
    font-size: 12px;
    padding-right: 0;
  }
  #slider-prev,#slider-prev:hover{
    background: url("../images/left_arr_small.png") no-repeat scroll 0 0 transparent;
    height: 48px;
    left: -48px;
    width: 48px;
    z-index: 20;
  }
  #slider .slider-nav a:hover{
    background-position: 0 -48px;
  }
  #slider-next,#slider-next:hover{
    background: url("../images/right_arr_small.png") no-repeat scroll 0 0 transparent;
    height: 48px;
    right: -48px;
    width: 48px;
    z-index: 20;
  }
  #slider{
    background: none;
  }
  
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

  .slider_description{
    display:none;
  }
  #slider-wrapper{
    height: 400px;
  }
  #navigation .block{
    display:none;
  }
  ul.social-icons{
    margin-left: 0;
  }
  #header .block.block-search{
    float: left;
  }
  .footer-block-copyright p{
    text-align: left;
  }
  #navigation select{
    display: block;
  }
  #footer{
    background: none;
  }
  #slider-wrapper{
    height: auto;
    overflow: hidden;
  }
  #vivo-slider{
    height: 550px;
  }
  #vivo-slider .slide{
    height: 550px;
  }
  #vivo-slider .columns.last{
    position: relative;
  }
  .slider-caption-wrapper{
    position: absolute;
    background: #000;
    background: rgba(0,0,0,0.7);
    top: -120px;
  }
  .slide h3{
    font-size: 18px;
     margin-bottom:5px;
    line-height: 100%;
    
  }
  .slide p{
    font-size: 12px;
    padding-right: 0;
  }
  #slider-prev,#slider-prev:hover{
    background: url("../images/left_arr_small.png") no-repeat scroll 0 0 transparent;
    height: 48px;
    left: 100px;
    width: 48px;
    bottom:10px;
    top: auto;
    z-index: 20;
  }
  #slider .slider-nav a:hover{
    background-position: 0 -48px;
  }
  #slider-next,#slider-next:hover{
    background: url("../images/right_arr_small.png") no-repeat scroll 0 0 transparent;
    height: 48px;
    right: 100px;
    width: 48px;
    bottom: 10px;
    top: auto;
    z-index: 20;
  }
  #slider{
    background: none;
  }
}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
    Just create a "fonts" folder at the root,
    copy your FontName into code below and remove
    comment brackets */

/*	@font-face {
      font-family: 'FontName';
      src: url('../fonts/FontName.eot');
      src: url('../fonts/FontName.eot?iefix') format('eot'),
           url('../fonts/FontName.woff') format('woff'),
           url('../fonts/FontName.ttf') format('truetype'),
           url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
      font-weight: normal;
      font-style: normal; }
*/