/*
  Bootstrap v1.1
  Variables and mixins to bootstrap any new web development project.
*/
/* Variables
-------------------------------------------------- */
/* Mixins
-------------------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.center-block {
  display: block;
  margin: 0 auto;
}
.container {
  width: 940px;
  margin: 0 auto;
  zoom: 1;
}
.container:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#flexbox .display-box {
  display: -moz-box;
  display: -webkit-box;
  display: box;
}
.content-style-a {
  display: block;
  margin: 20px 0;
  max-width: 100%;
}
/* 
=================================================================
   Media Queries
================================================================= 
*/
/* 480
-------------------------------------------------------------- */
/* 600
-------------------------------------------------------------- */
/* 768
-------------------------------------------------------------- */
.768 .content-style-a {
  float: right;
  margin: 0 0 20px 20px;
  width: 50%;
}
/* 992
-------------------------------------------------------------- */
/* 1382
-------------------------------------------------------------- */
/* retina displays
-------------------------------------------------------------- */
/* 
=================================================================
   Generate Media Queries
================================================================= 
*/
@media only screen and (min-width: 768px) {
  .content-style-a {
    float: right;
    margin: 0 0 20px 20px;
    width: 50%;
  }
}
.ie7 .content-style-a,
.ie8 .content-style-a {
  float: right;
  margin: 0 0 20px 20px;
  width: 50%;
}
