/**
 * responsive.cascade.css is for styles that will cascade and uses
 * min-width only media queries.
 *
 * All the other responsive stylesheets use a stacking method (by
 * default that is, you can change the media queries in theme settings),
 * however this uses a waterfall method so we can leverage the cascade
 * and inheritance for all browsers that support media queries, regardless
 * of screen size.
 *
 * NOTE: this file will NOT load by default, you need to enable it
 * in theme settings under "Global Settings".
 *
 * Usage: you must set the breakpoints manually.
 */

/* Really small screens and up
@media only screen and (min-width:220px) {
}
 */

/* Smartphones and up
@media only screen and (min-width:320px) {
}
 */

/* Tablets and up
@media only screen and (min-width:768px) {
}
 */

/* Desktops/laptops and up
@media only screen and (min-width:1025px) {
}
 */
/* Table of Contents
==================================================
    #Base 960 Grid    
    #Tablet (Portrait)
    #Mobile (Portrait) 
    #Mobile (Landscape)
    #Clearing */
    
 .full-width {width:960px; height:auto; overflow:hidden}
  #teaser.normal {width: 960px;}

.one_half { width: 48%; }
.one_third { width: 33.33%; }
.two_thirds { width: 66.67%; }
.one_fourth { width: 25%; }
.three_fourths { width: 75%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 79.2%; }
.one_sixth { width: 13.33%; }
.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_thirds,
.three_fourths,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  position: relative;
	margin-right: 0;
	margin-bottom: 20px;
	float: left;
}

.last {margin-right:0 !important;}

.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

.span1,
.one.column,
.one.columns {
  width: 40px;
}

.two.columns {
  width: 100px;
}

.three.columns {
  width: 160px;
}

.four.columns {
  width: 220px;
}

.five.columns {
  width: 280px;
}

.six.columns {
  width: 340px;
}

.seven.columns {
  width: 400px;
}

.eight.columns {
  width: 460px;
}

.nine.columns {
  width: 520px;
}

.ten.columns {
  width: 580px;
}

.eleven.columns {
  width: 640px;
}

.twelve.columns {
  width: 700px;
}

.thirteen.columns {
  width: 760px;
}

.fourteen.columns {
  width: 820px;
}

.fifteen.columns {
  width: 880px;
}

.sixteen.columns {
  width: 940px;
}

.one-third.column {
  width: 300px;
}

.two-thirds.column {
  width: 620px;
}

.one-third.column.alpha,
.one-third.column.omega {
  width: 310px;
}

.two-thirds.column.alpha,
.two-thirds.column.omega {
  width: 630px;
}

.column, .columns {
  float: left;
  display: inline;
  margin-left: 5px;
  margin-right: 10px;
}
.column.alpha, .columns.alpha {
  margin-left: 0;
}
.column.omega, .columns.omega {
  margin-right: 0;
}

.offset-by-half {
  padding-left: 30px;
}

.offset1, .offset-by-one {
  padding-left: 60px;
}

.offset2, .offset-by-two {
  padding-left: 120px;
}

.offset3, .offset-by-three {
  padding-left: 180px;
}

.offset4, .offset-by-four {
  padding-left: 240px;
}

.offset5, .offset-by-five {
  padding-left: 300px;
}

.offset6, .offset-by-six {
  padding-left: 360px;
}

.offset7, .offset-by-seven {
  padding-left: 420px;
}

.offset8, .offset-by-eight {
  padding-left: 480px;
}

.offset9, .offset-by-nine {
  padding-left: 540px;
}

.offset10, .offset-by-ten {
  padding-left: 600px;
}

.offset11, .offset-by-eleven {
  padding-left: 660px;
}

.offset12, .offset-by-twelve {
  padding-left: 720px;
}

.offset13, .offset-by-thirteen {
  padding-left: 780px;
}

.offset14, .offset-by-fourteen {
  padding-left: 840px;
}

.offset15, .offset-by-fifteen {
  padding-left: 900px;
}

@media only screen and (min-width: 1600px) {
	
 .full-width {width:1600px; height:auto; overflow:hidden}
  #teaser.normal {width: 1600px;}

	
  .container {
    position: relative;
    width: 1600px;
    margin: 0 auto;
    padding: 0;
  }

  .span1,
  .one.column,
  .one.columns {
    width: 80px;
  }

  .two.columns {
    width: 180px;
  }

  .three.columns {
    width: 280px;
  }

  .four.columns {
    width: 380px;
  }

  .five.columns {
    width: 480px;
  }

  .six.columns {
    width: 580px;
  }

  .seven.columns {
    width: 680px;
  }

  .eight.columns {
    width: 780px;
  }

  .nine.columns {
    width: 880px;
  }

  .ten.columns {
    width: 980px;
  }

  .eleven.columns {
    width: 1080px;
  }

  .twelve.columns {
    width: 1180px;
  }

  .thirteen.columns {
    width: 1280px;
  }

  .fourteen.columns {
    width: 1380px;
  }

  .fifteen.columns {
    width: 1480px;
  }

  .sixteen.columns {
    width: 1580px;
  }

  .one-third.column {
    width: 513.33333px;
  }

  .two-thirds.column {
    width: 1046.66667px;
  }

  .one-third.column.alpha,
  .one-third.column.omega {
    width: 523.33333px;
  }

  .two-thirds.column.alpha,
  .two-thirds.column.omega {
    width: 1056.66667px;
  }

  .column, .columns {
    float: left;
    display: inline;
    margin-left: 5px;
    margin-right: 10px;
  }
  .column.alpha, .columns.alpha {
    margin-left: 0;
  }
  .column.omega, .columns.omega {
    margin-right: 0;
  }

  .offset-by-half {
    padding-left: 50px;
  }

  .offset1, .offset-by-one {
    padding-left: 100px;
  }

  .offset2, .offset-by-two {
    padding-left: 200px;
  }

  .offset3, .offset-by-three {
    padding-left: 300px;
  }

  .offset4, .offset-by-four {
    padding-left: 400px;
  }

  .offset5, .offset-by-five {
    padding-left: 500px;
  }

  .offset6, .offset-by-six {
    padding-left: 600px;
  }

  .offset7, .offset-by-seven {
    padding-left: 700px;
  }

  .offset8, .offset-by-eight {
    padding-left: 800px;
  }

  .offset9, .offset-by-nine {
    padding-left: 900px;
  }

  .offset10, .offset-by-ten {
    padding-left: 1000px;
  }

  .offset11, .offset-by-eleven {
    padding-left: 1100px;
  }

  .offset12, .offset-by-twelve {
    padding-left: 1200px;
  }

  .offset13, .offset-by-thirteen {
    padding-left: 1300px;
  }

  .offset14, .offset-by-fourteen {
    padding-left: 1400px;
  }

  .offset15, .offset-by-fifteen {
    padding-left: 1500px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	
 .full-width {width:100%; height:auto; overflow:hidden}
  #teaser.normal {width: 1200px;}


  .container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }

  .span1,
  .one.column,
  .one.columns {
    width: 55px;
  }

  .two.columns {
    width: 130px;
  }

  .three.columns {
    width: 205px;
  }

  .four.columns {
    width: 280px;
  }

  .five.columns {
    width: 355px;
  }

  .six.columns {
    width: 430px;
  }

  .seven.columns {
    width: 505px;
  }

  .eight.columns {
    width: 580px;
  }

  .nine.columns {
    width: 655px;
  }

  .ten.columns {
    width: 730px;
  }

  .eleven.columns {
    width: 805px;
  }

  .twelve.columns {
    width: 880px;
  }

  .thirteen.columns {
    width: 955px;
  }

  .fourteen.columns {
    width: 1030px;
  }

  .fifteen.columns {
    width: 1105px;
  }

  .sixteen.columns {
    width: 1180px;
  }

  .one-third.column {
    width: 380px;
  }

  .two-thirds.column {
    width: 780px;
  }

  .one-third.column.alpha,
  .one-third.column.omega {
    width: 390px;
  }

  .two-thirds.column.alpha,
  .two-thirds.column.omega {
    width: 790px;
  }

  .column, .columns {
    float: left;
    display: inline;
    margin-left: 5px;
    margin-right: 10px;
  }
  .column.alpha, .columns.alpha {
    margin-left: 0;
  }
  .column.omega, .columns.omega {
    margin-right: 0;
  }

  .offset-by-half {
    padding-left: 37.5px;
  }

  .offset1, .offset-by-one {
    padding-left: 75px;
  }

  .offset2, .offset-by-two {
    padding-left: 150px;
  }

  .offset3, .offset-by-three {
    padding-left: 225px;
  }

  .offset4, .offset-by-four {
    padding-left: 300px;
  }

  .offset5, .offset-by-five {
    padding-left: 375px;
  }

  .offset6, .offset-by-six {
    padding-left: 450px;
  }

  .offset7, .offset-by-seven {
    padding-left: 525px;
  }

  .offset8, .offset-by-eight {
    padding-left: 600px;
  }

  .offset9, .offset-by-nine {
    padding-left: 675px;
  }

  .offset10, .offset-by-ten {
    padding-left: 750px;
  }

  .offset11, .offset-by-eleven {
    padding-left: 825px;
  }

  .offset12, .offset-by-twelve {
    padding-left: 900px;
  }

  .offset13, .offset-by-thirteen {
    padding-left: 975px;
  }

  .offset14, .offset-by-fourteen {
    padding-left: 1050px;
  }

  .offset15, .offset-by-fifteen {
    padding-left: 1125px;
  }
}

@media only screen and (max-width: 1199px) {
  #menu-bar {padding: 0 20px;}
  .container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .one.column,
  .one.columns, .span1,
  .two.columns, .span2,
  .three.columns, .span3,
  .four.columns, .span4,
  .five.columns, .span5,
  .six.columns, .span6,
  .seven.columns, .span7,
  .eight.columns, .span8,
  .nine.columns, .span9,
  .ten.columns, .span10,
  .eleven.columns, .span11,
  .twelve.columns, .span12,
  .thirteen.columns, .span13,
  .fourteen.columns, .span14,
  .fifteen.columns, .span15,
  .sixteen.columns, .span16,
  .one-third.column,
  .two-thirds.column,
  .col,
  .one-third.column.alpha,
  .one-third.column.omega,
  .two-thirds.column.alpha,
  .two-thirds.column.omega {
    width: 98%;
  }

  .one_half,
  .one_third,
  .two_thirds,
  .three_fourths,
  .one_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth,
  .five_sixth {
    width: 100% !important;
  }

  .column, .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
  }
  .column.alpha, .columns.alpha {
    margin-left: 0;
  }
  .column.omega, .columns.omega {
    margin-right: 0;
  }

  .container .offset-by-one, .container .offset1,
  .container .offset-by-two, .container .offset2,
  .container .offset-by-three, .container .offset3,
  .container .offset-by-four, .container .offset4,
  .container .offset-by-five, .container .offset5,
  .container .offset-by-six, .container .offset6,
  .container .offset-by-seven, .container .offset7,
  .container .offset-by-eight, .container .offset8,
  .container .offset-by-nine, .container .offset9,
  .container .offset-by-ten, .container .offset10,
  .container .offset-by-eleven, .container .offset11,
  .container .offset-by-twelve, .container .offset12,
  .container .offset-by-thirteen, .container .offset13,
  .container .offset-by-fourteen, .container .offset14,
  .container .offset-by-fifteen, .container .offset15 {
    padding-left: 0;
  }
  .panels-flexible-front .panels-flexible-region-inside {
	padding-right: 0em;
    padding-left: 0em;
  }
}

.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}