html {
	margin: 0 auto;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	font-family:'Nunito Sans', Arial;
	color: #212121;
    font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	background: #fff;
}
	
a {
	color: #000000;
	text-decoration: none;
	outline: 0px;
}

b, strong {
    font-weight: 600
}
a:hover {
	color: #999;
}
a img {
	border: 0px;
}

p { margin: 0 0 15px; }

p.big {
    font-size:19px;
    line-height: 28px;
}
p.bold {
    font-weight: bold;
}
h1 {
	color: #000;
	font-family: 'Nunito Sans', Arial, Tahoma;
	font-size: 35px;
	font-weight: 800;
	line-height: 25px;
	margin: 0 0 30px 0;
	padding: 0;
}

h2 {
	color: #000;
	font-family: 'Nunito Sans', Arial, Tahoma;
	font-size: 35px;
	font-weight: 400;
	line-height: 40px;
	margin: 0 0 20px 0;
	padding: 0;
}

body.index h2 {
    font-size: 40px;
    margin: 0 0 35px 0;
}

h3 {
	color: #000000;
	font-family: 'Nunito Sans', Arial, Tahoma;
	font-size: 30px;
	font-weight: 400;
	line-height: 31px;
	margin: 0 0 18px 0;
	padding: 0 0 0;
}


h4 {
	color: #000000;
	font-family: 'Nunito Sans', Arial, Tahoma;
	font-size: 19px;
	font-weight: 400;
	line-height: 20px;
	margin: 20px 0 15px 0;
	padding: 0;
}

h5 {
	color: #000000;
	font-family: 'Nunito Sans', Arial, Tahoma;
	font-size: 19px;
	font-weight: 400;
	line-height: 25px;
	margin: 0 0 12px 0;
	padding: 0;
}

.titleBox {
    width:100%;
    margin-bottom:25px;
}

.titleBox h2 {
	margin: 0 0 10px 0;
    text-align: center;
    font-size: 50px;
    line-height: 1.1;
    color: #000000;
}

.simpleList ul {
    margin:0;
    padding:0;
    overflow: hidden
}

.simpleList ul li {
    background: url(img/dot.png) no-repeat 0 10px;
    list-style: none;
    margin-bottom: 15px;
    width: 98%;
    padding:0 0 0 25px;
}

.centerRow {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 25px;
}
.more {
    color:#183884;
    font-size:16px;
    background:#f8c300;
    display:block;
    margin:45px 0 0;
    text-transform: uppercase;
    line-height: 21px;
    float:left;
    font-weight: bold;
    padding:12px 30px 12px;
}
.centerRow .more {
    float: none;
    width: 190px;
    text-align: center;
    margin: 20px auto 0;
}
.more:hover {
	background:#183884;
    color: #f8c300;
}

.more.backLink {
    margin-top:40px
}

.more.small {
    float: right;
    background: #215ea3;
    padding: 7px 12px;
    font-size: 13px;
    margin-bottom: 30px;
    margin-top: 0;
}

.more.small:hover {
    background: #259e42;
}

header {
    display: block;
    float: left;
	position:relative;
    height: 155px;
    position: fixed;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 101;
}

body.index header {
    background: url(img/topBg.png) repeat-x;
}

body.subpage header {
    background: #fff;
}

header.smaller {
    height: 60px;
    background: #fff;
	-moz-box-shadow: 0 0 20px RGB(0,0,0,0.3);
	-webkit-box-shadow: 0 0 20px RGB(0,0,0,0.3);
	box-shadow: 0 0 20px RGB(0,0,0,0.3);
}

#topRow {
    height: 100%;
}

#topRow .container {
    position: relative;
}

#mainLink {
    position: absolute;
    top: 45px;
    left: 50px;
	background-image:url('img/mainLogo.png');
    background-size: contain;
    width: 203px;
	height:145px;
	transition: all 0.3s ease-in-out 0s;
	z-index: 100;
}

body.subpage #mainLink {
	background-image:url('img/mainLogoSub.png');
    top: 20px;
    height: 115px;
    width: 161px
}

header.smaller #mainLink {
    top:8px;
    background-size: contain;
    height: 47px;
    width: 66px;
}

a.fadeLink {
	transition: all 0.25s ease-in-out; 
	 -webkit-transition: all 0.25s ease-in-out; 
	 -moz-transition: all 0.25s ease-in-out; 
	 -moz-opacity: 1.0; opacity: 1.0; filter: alpha(opacity=100);
}

a:hover.fadeLink {
	-moz-opacity: 0.7; opacity: 0.7; filter: alpha(opacity=70);
}

.zoomLink {
	transition: all 0.25s ease-in-out; 
	 -webkit-transition: all 0.25s ease-in-out; 
	 -moz-transition: all 0.25s ease-in-out; 
}

.zoomLink:hover {
	transform: scale(1.07);
}

.socialBox {
    position: absolute;
    top:62px;
    right:25px;
    transition: all 0.3s ease-in-out 0s;
}

header.smaller .socialBox {
    top:9px;
}

.socialBox a {
    color: #000;
    margin-left: 10px;
    display: inline;
    float: right;
    border-radius: 100%;
    background: #fff;
    transition: all 0.3s ease 0s;
    padding: 5px 0;
    font-size: 20px;
    width: 37px;
    overflow: hidden;
    text-align: center;
}
.socialBox a em {
    color: #000;
    width: 30px;
}

.socialBox a:hover {
    color: #fff;
    background: #000;
}
.socialBox a:hover em {
    color: #fff;
}

body.subpage .socialBox a {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

body.subpage .socialBox a em {
    color: #fff;
}

body.subpage .socialBox a:hover {
    color: #000;
    border: 1px solid #000;
    background: #fff;
}

body.subpage .socialBox a:hover em {
    color: #000;
}


#mainMenu {
    z-index: 100;
    position:absolute;
    top: 65px;
    right: 140px;
    transition: all 0.3s ease 0s;
}

header.smaller #mainMenu {
    top: 15px
}

#mainMenu ul {
    padding: 0;
    margin: 0;
}

#mainMenu ul {
	padding: 0;
	margin: 0;
}

#mainMenu li {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding:0;
}

#mainMenu li:last-child {
	border-right:none;
}

#mainMenu li a {
	font-size: 20px;
	color: #fff;
    line-height: 1;
	font-family: 'Nunito Sans', Arial;
	float: left;
    text-shadow: 0 1px 0 RGB(0,0,0,0.5);
    font-weight: 400;
	transition: padding 0.4s ease 0s;
	font-weight: 400;
    text-transform: uppercase;
	padding: 7px 20px 8px;
	margin: 0;
}

#mainMenu li:hover a.menuTop {
	color: #fdf5be;
	cursor:pointer;
}

body.subpage #mainMenu li a {
    color: #000;
    text-shadow: none;
}

body.subpage #mainMenu li:hover a {
    color: #888;
    text-shadow: none;
}

#mainMenu li a.current {
	color: #d2a347 !important;
}

body {
  /* These styles don't have to be on body,
     they could be on an element that wraps around
     the left-flyout-nav and the content. 
     This is to prevent a problem on Chrome that
     leaves the width of the container with the 
     added width of the flyout nav even after it's been
     hidden. */
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

.layout-left-flyout {
  height: 100%;
  position: fixed;
  visibility: hidden;
  z-index: 0;
  -moz-transition: visibility 0 linear 0.2s;
  -o-transition: visibility 0 linear 0.2s;
  -webkit-transition: visibility 0 linear;
  -webkit-transition-delay: 0.2s;
  transition: visibility 0 linear 0.2s;
  background: #000;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.layout-left-flyout.isCbFlyNavActive {
  visibility: visible;
  z-index: 1;
  -moz-transition: z-index 0 linear 0.2s;
  -o-transition: z-index 0 linear 0.2s;
  -webkit-transition: z-index 0 linear;
  -webkit-transition-delay: 0.2s;
  transition: z-index 0 linear 0.2s;
}

.cbFlyNav-wrap {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 270px;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.cbFlyNav-wrap > nav {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: -moz-transform 0 ease-in-out;
  -o-transition: -o-transform 0 ease-in-out;
  -webkit-transition: -webkit-transform 0 ease-in-out;
  transition: transform 0 ease-in-out;
  /*    height: 100%;
      overflow-y: auto;
      overflow-x: hidden;*/
}

.nav-collapse {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.layout-right-content {
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;

  z-index: 1;
  /* NOTE! Put container bg here so you don't
     get any clipping when the content is 
     transitioning. Any tips on alternate 
     solutions are welcome.
  */
  background: #fff;
  /*background: #E72534;*/
}

.layout-right-content.isCbFlyNavActive {
  -moz-transform: translate3d(270px, 0, 0);
  -webkit-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0);
  min-width: 320px;
}

.icon-cbmore {
    box-shadow: 1px -1px 0 0 #fff inset;
    content: "";
    float: right;
    margin-top: 4.5px;
    padding: 4.5px;
    transform: rotate(225deg);
}

.nav-flyout-navmask, .nav-flyout-contentmask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-flyout-contentmask {
  z-index: 1;
}

.nav-flyout-navmask {
  right: 180px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
/* Menu Toggle */
.btn-navbar {
	display: block;
    height: 32px;
    padding: 6px 0;
    position: absolute;
    width: 60px;
    z-index: 1;
}

.btn-navbar-navtoggle {
    left: 0;
    top: 1px;
	background: #000;
}

.btn-navbar .icon-bar {
  display: block;
  width: 28px;
  height: 4px;
  background-color: #fff;
  margin: 7px auto 0 auto;
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
}
@media screen and (min-width: 767px) {
  .btn-navbar {
    display: none;
  }
}
/* Navbar Styles */
.navbar {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .navbar .nav-collapse {
    display: none;
  }
  #mainMenu { left:0; right:auto }
}
@media screen and (min-width: 321px) {
  .navbar {
    height: auto;
    position: relative;
    width: auto;
	transition: all 0.3s ease 0s;
    padding: 0;
  }
}
/* Mobile First Nav */
.the-nav ul.nav-flyout {
  display: block;
  margin-bottom: 15px;
  float: none;
  padding:10px 0 0 0;
  height: 100%;
}
.the-nav ul.nav-flyout > li {
  float: none;
  display: block;
  width: 270px;
}
.the-nav ul.nav-flyout li a {
  color: #FFF !important;
  display: block;
  text-decoration: none;
  width:auto;
  font-size:17px;
  padding: 11px 15px;
  text-transform: uppercase;
  margin-right: 0;
}
.the-nav ul.nav-flyout li ul li a {
    float: left;
	padding:0 !important;
    font-size: 17px !important;
    font-weight: normal !important;
    width: 155px !important;
}
.the-nav ul.nav-flyout li a:hover {
  color:#e68022;
}
.the-nav ul.nav-flyout .dropdown {
  position: static;
}
.the-nav ul.nav-flyout .dropdown .subnav {
  float: none;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  padding:10px 0 0 0 !important;
  left: auto;
  width: 0;
  min-width: 0;
  margin: 0;
  list-style: none;
  z-index: 1000;
  background: #444;
  transition: width .2s ease-in-out;
}
.the-nav ul.nav-flyout .dropdown .subnav a {
  color:#fff !important
}
.the-nav ul.nav-flyout .dropdown .subnav > li {
  width: 180px;
  padding:6px 0 6px 15px;
  border-bottom: 1px dashed #999;
}
.the-nav ul.nav-flyout .dropdown .subnav.is-subnav-visible {
  width: 180px;
  padding-top: 30px;
  padding-left:0;
  
}
.the-nav.is-inactive ul.nav-flyout > li > a {
  opacity: .2;
   
}
.the-nav.is-inactive ul.nav-flyout > li.is-active > a {
  opacity: 1;
  color:
 
}

/* Large Screen Styles*/
@media screen and (min-width: 321px) {
 
  .the-nav {
    display: table;   /* Allow the centering to work */
	margin: 0;
  }

  .the-nav .nav {
    display: block;
  }

  .the-nav .nav-pill:after {
    content: "";
    display: table;
    clear: both;
  }

  .the-nav > .nav {
    margin: 0;
    line-height: normal;
  }
/* Active State */
  .the-nav > .nav > li:hover > a {
    color: #303030;
  }

  .the-nav > .nav > li:hover .subnav {

  }

  .the-nav > .nav > li:hover .caret {
    border-top-color: #303030;
    border-bottom-color: #303030;
  }

  /* Subnav */
    .nav > li > .subnav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        margin: 0;
        background: #000;
    }

    .nav li ul.subnav {
        padding: 5px 0 11px 15px !important;
        width: 220px;

    }

    .nav li ul.subnav.long {
        padding: 5px 0 11px 15px !important;
        width: 295px;
    }

    .nav li .subnav li {
        margin: 0 !important;
        display: block !important;
        float: left;
        border-right: none !important;
        border-bottom: 1px solid #111;
        width: 100%;
    }

    .nav li .subnav li:last-child {
        border-bottom: none;
    }

    .nav li.dropdown .subnav li a {
        color: #fff !important;
        display: block !important;
        font-size: 17px !important;
        line-height: 25px !important;
        width: 295px;
        font-weight: normal !important;
        text-transform: none !important;
        border-right: none !important;
        padding: 7px 0px 7px 0 !important;
        -moz-transition: all, 0.2s;
        -o-transition: all, 0.2s;
        -webkit-transition: all, 0.2s;
        transition: all, 0.2s;
    }

    .nav li.dropdown .subnav.long li a {
        width: 290px;
    }

    .nav li .subnav li:hover a {
        color: #fff68d !important;
    }

}

.wrapper {
	width:100%;
	float:left;
}

.wrapper.padding {
	padding:120px 0 75px;
}

.wrapper.grey {
    background: #e8e8e8;
}

body.subpage .wrapper.padding, .paddingSub {
	padding: 50px 0 25px;
    margin-bottom: 25px;
    background-size: cover;
    border-bottom: 1px solid #eee;
}

.wrapper.paddingBottom {
	padding:0 0 75px 0;
}

#contentWrapper {
	margin-top:155px;
	background:#f5f5f5;
	padding:21px 0 16px;
}

#contentWrapper h1 {
	margin:0;
	font-weight:800;
	color:#000;
	font-size:35px;
    text-align: right;
	line-height:38px;
    padding-bottom: 6px;
    float:left;
}

#contentWrapper h1 p {
	margin:0;
}

.fluid-wrapper {
    height: 0;
    padding-bottom:21%;
    position: relative;
}

.fluid-wrapper iframe {
    border: medium none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/****** SLIDER *******/

.slider-container ul {
    margin:0;
    padding: 0;
}

.tp-bannertimer {
    display: none !important
}

.captionWrapper {
    max-width:670px; 
    font-family: "Nunito Sans";
    font-size:47px; 
    line-height:1.1; 
    color:#fff; 
    margin:0; 
    text-align: left; 
    padding-left: 40px;
    text-shadow: 0 2px 0 #000; 
    font-weight: 400; 
    text-transform: none 

}

.captionWrapper span {
    font-weight: 800;
    font-size: 60px;
    padding-left: 40px;
    
}


/****** END OF SLIDER *******/



/****** CONTENT GRID CSS *******/

.container {
    width: 1250px;
    margin: auto;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0 0 3% 4%;
}

body.index .container .col { margin-bottom:0 }

body.index .container .col.teamIntro  { margin-bottom:30px }

.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
	margin:0 0 3% 0;
}

.span_11_of_12 {
  	width: 91.33%;
}
.span_10_of_12 {
  	width: 82.66%;
}

.span_9_of_12 {
  	width: 74%;
}

.span_8_of_12 {
  	width: 65.33%;
}

.span_7_of_12 {
  	width: 56.66%;
}

.span_6_of_12 {
  	width: 48%;
}

.span_5_of_12 {
  	width: 39.33%;
}

.span_4_of_12 {
  	width: 30.66%;
}

.span_3_of_12 {
  	width: 22%;
}

.span_2_of_12 {
  	width: 13.33%;
}

.span_1_of_12 {
  	width: 4.666%;
}
.first {
	margin-left:0;
}
.last {
	margin-right:0;
}

.padding {
	padding:45px 0 10px;
}

.col.right { float:right }

.col.pull-right { text-align:right }

.col img { max-width:100%; height:auto }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	margin-bottom:25px;
	margin-top:25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	
	left: 0;
	width: 100%;
	height: 100%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 767px) {
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
}

/****** END OF CONTENT GRID CSS *******/

	
.feature.map iframe  {
    width:100%;
    border:0;
    filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);    
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
 }

#content {
	margin-bottom:25px;
}


body.subpage #gallery {
	overflow:hidden;
	width:100%;
}

#gallery .miniatureWrapper {
	display:inline;
	float:left;
	margin-right:1px;
	margin-bottom:1px;
	position:relative
}

#gallery .miniatureWrapper span {
	position:absolute;
	bottom:0; left:0;
	background:#877762;
	color:#fff;
	padding:5px 10px
} 
#gallery .miniatureWrapper a img {
	display:block;
	float:left;
}

#contactBox { float:left; width:460px }

#formBox { float:right; width:100%; margin-top:30px; }

.scrollup { width:40px; height:40px; text-indent:-9999px;  position:fixed; bottom:35px; right:40px; display:none; background: url('img/icon_top.png') no-repeat; }	

body.subpage .container img { max-width:100%; height:auto; }


.scrollup { width:40px; height:40px; text-indent:-9999px;  position:fixed; bottom:35px; right:40px; display:none; background: url('img/icon_top.png') no-repeat;}


#formWrapper {
    background: #f5f5f5;
    padding-bottom:25px;
    z-index: 99;
    position: relative
}

ul.arrowList {
    padding-left:10px;
    margin-top:10px !important;
}

ul.arrowList li {
    padding-left:25px;
    list-style: none;
    margin-bottom:19px;
    background: url(img/arrow.png) 0 5px no-repeat;
    font-size:17px;
    line-height: 26px;
}

.simpleTable {
    border:1px solid #ccc;
    width:100%;
    border-collapse: collapse
}

.simpleTable th {
    padding:10px 5px 10px 15px; font-size:17px; text-align:left; font-weight:bold; background-color:#f5f5f5; border:1px solid #ccc; line-height: 23px;
}

.simpleTable td {
    padding:15px 15px 10px 15px; font-size:16px; text-align:left; line-height:21px; border:1px solid #ccc 
}

select {
    width: 100%;
    margin-bottom: 20px;
}

.newsIntro {
    transition: all 0.3s ease 0s;
    background-size: 100% auto;
    margin-bottom: 46px !important;
    overflow: hidden
}

.newsIntro:hover {
    -moz-box-shadow: 0 0 19px #b7b7b7;
    -webkit-box-shadow: 0 0 19px #b7b7b7;
    box-shadow: 0 0 19px #b7b7b7;
    background-size: 103% auto;
}

.newsIntro .inner {
    height: 245px;
    position: relative;
}

.newsIntro.product .inner {
    height: 400px;
}
.newsIntro img {
    width: 100%;
    height: 100%;
}
.newsIntro .inner .newsTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    padding: 14px 0 16px;
    font-size:22px;
    background: RGB(0, 0, 0, 0.6)
}

.bottomBg {
    position: absolute;
    bottom:0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 200px;
    background: url(img/bottomBg.png) repeat-x;
}

#footer {
    position: fixed;
    bottom: 20px;
    left: 0;
    text-align: right;
    z-index: 100;
    color:#fff;
    font-family: 'Nunito Sans';
    font-size: 15px;
}

body.index #footer .container {
    width: auto;
    padding-right: 30px;
}

body.subpage #footer {
    color: #000;
    position: relative;
    bottom: auto;
    padding-bottom: 20px;
    left: auto;
}
#footer a {
    color:#fff;
}

#footer a:hover {
    color:#fff;
    text-decoration: underline
}

body.subpage #footer a {
    color:#000;
}

body.subpage #footer a:hover {
    color:#000;
}

.tp-bullets.simplebullets {
    display: none !important;
    opacity: 0 !important;
}


.faq { padding:0 }

.faq li { padding: 18px 0px; list-style:none }

.faq li.q {
  background: #fff;
  font-size:25px;
  font-family: "Nunito Sans";
  cursor: pointer;
}

.faq li.a {
  background: #f5f5f5;
    padding: 20px 30px;
  display: none;
}

.faq li.a p {
  margin:0
}

.faq li img {
  margin-right: 10px;
    width: 14px;
    height: auto;
  margin-top:2px;
}
.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}



.masonrySub {
    margin: 0.75em 0;
    padding: 0;
    -moz-column-gap: 0.75em;
    -webkit-column-gap: 0.75em;
    column-gap: 0.75em;
}

.masonrySub .item {
    display: inline-block;
    margin: 0 0 0.4em;
    width: 100%;
    position: relative;
    background: #000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.masonrySub .item img {
    display:block;
    max-width: 100%;
    width: 100%;
    transition: all 0.25s ease-in-out; 
	 -webkit-transition: all 0.25s ease-in-out; 
	 -moz-transition: all 0.25s ease-in-out; 
	 -moz-opacity: 1.0; opacity: 1.0; filter: alpha(opacity=100);
}

.masonrySub .item:hover img  {
	 -moz-opacity: 0.8; opacity: 0.8; filter: alpha(opacity=80);
}

@media only screen and (min-width: 300px) {
    .masonrySub  {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 700px) {
    .masonrySub {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 900px) {
    .masonrySub {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1100px) {
    .masonrySub {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}


@media only screen and (min-width: 2000px) {
    .masonrySub .item img {
        height:auto;
        width: 100%;
    }
}

#contentWrapper .masonrySub {
    display: none;
}
