/*!
 * Bootstrap v2.1.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

@import url(http://fonts.googleapis.com/css?family=Wire+One);

.divBanner .clearfix {
  *zoom: 1;
}
.divBanner .clearfix:before,
.divBanner .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.divBanner .clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel {
  position: relative;
	height:100%;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100% !important;
  position: relative !important;	
	padding:0;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
	display:inline;	
  /*display: block;*/
  line-height: 1;
}
  
/* Frames for the images
 * ============================ */
.ts-img-frame-1 {
  border: 3px solid white;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
     -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
          box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
}

.ts-img-frame-2 {

}

/* Frames for the text
 * ============================== */

.ts-text-frame-1 {
  border: 1px solid white;

  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.ts-text-frame-2 {
  border: 1px solid #101010;

  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
          box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.ts-text-frame-3 {
  border: 1px solid #bbb;
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, .8);
     -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, .8);
          box-shadow: 0 1px 3px rgba(34, 25, 25, .8);

}

.ts-text-frame-4  {

  border: 3px solid white;
  -webkit-border-radius: 3px;
     -moz-box-shadow: 3px;
          box-shadow: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.ts-text-frame-5 {
  border: 3px solid #498af2;

  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 0 1px #3079ed
                    , 0 1px 3px rgba(0, 0, 0, .3);
     -moz-box-shadow: 0 0 0 1px #3079ed
                    , 0 1px 3px rgba(0, 0, 0, .3);
          box-shadow: 0 0 0 1px #3079ed
                    , 0 1px 3px rgba(0, 0, 0, .3);
}

.ts-text-frame-6 {
  border: 3px solid #db4b39;

  /*-webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  */
  -webkit-box-shadow: 0 0 0 1px #c13828
                    , 0 1px 3px rgba(0, 0, 0, .3);
     -moz-box-shadow: 0 0 0 1px #c13828
                    , 0 1px 3px rgba(0, 0, 0, .3);
          box-shadow: 0 0 0 1px #c13828
                    , 0 1px 3px rgba(0, 0, 0, .3);
}

.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  
  position: absolute;
  /*left: 0;*/
  /*right: 0;*/
  
  /*bottom: 0;*/
  padding: 10px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);

  /* ADDITIONAL
   * ---------------- */
   text-align: left;
}
.carousel-caption h4,
.carousel-caption p {
  line-height: 15px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
  font-size: 14px;
  color: #d1e6f0;
}
.carousel-caption p {
  margin-bottom: 0;
  font-size: 13px;
}
.carousel-container iframe{
	width:100%;
	max-width:100%;
	height:100%;
}

/*slider type*/
div.ts_img_left h4{
	margin:0 0 10px;
}
div.ts_img_left div.ts_img,div.ts_img_right div.ts_img{
	width:54%;
	height:100%;
	position:relative;
	text-align:center;
}
div.ts_img_left div.ts_img{
	float:left;
}
div.ts_img_right div.ts_img{
	float:right;
}
div.ts_img_left img,div.ts_img_right img{
	width:75%;
	height:75%;
	border:1px #000000 solid;
	position:absolute;
	top:50%;
	height:10em; 
	margin-top:-5em;
}
/**/

.ts_sld_scroller{
	height:62px;
	width:100%;
	overflow:hidden;
	position:absolute;
	z-index:1;

}
.ts_sld_scroller li{
/*	max-width:100px;*/
	max-height:62px;
}
.ts_sld_scroller img{
	display:block;
	border:1px solid #666 ;
	margin:0;
}
div.ts_scr_left{
	left:0;	
}
div.ts_scr_left ,div.ts_scr_right,div.ts_scr_top{
	top:0;
}
div.ts_scr_right{
	right:0;
}
.ts_sld_scroller ul{
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
/*	overflow:hidden;*/
}
div.ts_scr_bottom{
	bottom:0;
}
div.ts_scr_top ul li,div.ts_scr_bottom ul li{
	float:left;
}
div.ts_scr_bottom ul li img,div.ts_scr_top ul li img{
	display:block;
}
.ts_sld_clear{
	clear:both;
	margin-bottom:3%;
}
.ts_border{
	display:block;
	width:100%;
	height:100%;
	
}
/*
* TsSlider jQuery Plugin
* 
* Copyright 2012 DesignShock
*
*
*
*



/* ARROWS SECTION 
 -------------------------- */

.ts-carousel-control
{
	position: absolute;
 	top: 40%;
 	background: rgba(200, 200, 200, .7);
}

.ts-carousel-control:hover
{
	text-decoration: none;
}


/* ARROW 1
 ===================  */

.ts-arrow-1
{	
 	width: 3%;
 	height: 14%;
	background: #00567e;
	opacity: .7;
 	text-align: center;
 	font-size: 46px;
 	color: #57685C;
 	text-shadow: 0 1px 1px #f8f8f8;
 	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
 	   -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
 			box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    border-radius: 18px 18px;
}

.ts-arrow-1:hover
{
	opacity: .95;
	text-decoration: none;
}

.ts-arrow-1-left
{
 	left: 0%;
 	margin-left: 10px;
}

.ts-arrow-1-right
{
 	right: 0%;
 	margin-right: 10px;
}


div[class*="ts-border-"]{
	padding: 2%;
	margin: 0 auto 5%;
	width:90%;
}
a[class*="ts-arrow-"]{
	z-index:105;
}

/* Carousel Items
 * ------------------------------- */

.carousel-inner
{
}

.item img
{
	width: 100%;
/*	height: 95%;*/
	margin:0;
}	

/* Carousel Custom - the new class for the carousel
 * --------------------------------- */

.carousel-custom
{
	position: absolute;
	top: 40%;
}


/* FONT RELATED - FONT INSIDE ARROWS
 ---------------------------- */

p.arrow-inside
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 45%;
	left: 50%;
	line-height: inherit;
	color: #ffffff;

}

/* 
 * jQuery RefineSlide plugin v0.3
 * Copyright 2012, Alex Dunphy
 * MIT License (http://www.opensource.org/licenses/mit-license.php)
 *
 * Base styles
 */

.rs-wrap:after,
.rs-slider:after,
.rs-thumbwrap:after,
.rs-arrows:after,
.rs-caption:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    line-height: 0;
    visibility: hidden;
}

/* ===[ Slider ]=== */
.rs-slider{
	overflow:visible;
	margin:0;
}
.rs-wrap {
    position: relative;
    max-width: 100%;
		width:100% !important;
}

.rs-slide-bg { *zoom: 1 }

.rs-slider > li > a { display: block }

.rs-slider > li {
    list-style: none;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0 -100% 0 0;
    padding: 0;
    float: left;
    position: relative;
		line-height:none;
}

    .rs-slider > li > a {
        padding: 0;
        background: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .rs-slider > li img {
/*        display: block;*/
        max-width: 100%;
        max-height: 100%;
        -ms-interpolation-mode: bicubic;
				margin:0;
    }

/* ===[ Thumbnails ]=== */

.rs-thumb-wrap { *zoom: 1 }

    .rs-thumb-wrap > a {
        display: block;
        float: left;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .rs-thumb-wrap > a > img {
            max-width: 100%;
            max-height: 100%;
            display: block;
            -ms-interpolation-mode: bicubic;
        }

.rs-thumbwrap > a:first-child { margin-left: 0!important }

/* ===[ Arrows ]=== */

.rs-arrows .rs-next,
.rs-arrows .rs-prev { z-index: 1 }

.rs-arrows:hover .rs-next,
.rs-arrows:hover .rs-prev { z-index: 2 }

/* ===[ Captions ]=== */

.rs-caption {
    position: absolute;
    max-height: 100%;
    overflow: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
}

.rs-caption.rs-top-left {
    top: 0;
    bottom: auto;
}

.rs-caption.rs-top-right {
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
}

.rs-caption.rs-bottom-left {
    bottom: 0;
    left: 0;
}

.rs-caption.rs-bottom-right {
    right: 0;
    left: auto;
    border-bottom: none;
    border-right: none;
}

.rs-caption.rs-top {
    top: 0;
    bottom: auto;
    width: 100%!important;
}

.rs-caption.rs-bottom { width: 100%!important }

.rs-caption.rs-left {
    top: 0;
    height: 100%;
}

.rs-caption.rs-right {
    top: 0;
    left: auto;
    right: 0;
    height: 100%;
}

/* ===[ Grid ]=== */

.rs-grid {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: none;
}

.rs-gridlet {
    position: absolute;
    opacity: 1;
}

@media screen and (max-width: 480px) { 
	.rs-caption { opacity: 0!important }
}