/*--------------- WEBFONT --------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:900|Roboto:400,700');


/*--------------- NORMALIZE --------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { 
  margin: 0; 
  font-size: 13px; 
  line-height: 1.231; 
  padding: 0 !important; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, button, input, select, textarea { font-family: Verdana, Geneva, sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }



abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/*--------------- PRIMARY STYLES --------------*/

body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: 'Roboto', sans-serif;
}

body h2 {
	color: #FF6600;
}

body h3 {
	color: #0072A1;
	line-height: 28px;
}

body h4 {
	color: #287CB0;
}

body a:hover, body a:focus {
	color: #505050;
	text-decoration:none;
}



/*--------------- PARALLAX HEADER --------------*/

#container {
  max-width: 100%;
  overflow: hidden;
}

#header {
    background: url("../img/header-bg.jpg") no-repeat scroll center top transparent;
}

.parallax-viewport {
    position: relative;     /* relative, absolute, fixed */
    overflow: hidden;
    width: 1920px;
    height: 342px;
}

.parallax-layer {
    position: absolute;
    height: 342px;
    width: 1920px;
    padding-left: 105px;
  /*  margin-left: -960px;
    left: 50%; */
}

.logo .pssm-logo {
    display: block;
    left: 50%;
    margin-left: -195px;
    max-width: 325px;
    position: absolute;
    margin-top: 145px;
    
}

.logo .title-sponsor {
  display: block;
  left: 50%;
  margin-left: 120px;
  margin-top: 251px;
  max-width: 325px;
  position: absolute;
}

.logo .sponsor-label {
  display: block;
  color: #f3f3f3;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  opacity: .75;
}

.logo .title-sponsor img {
  width: 100px;
}

.parallax-layer.logo h5 {
  color: #FFFFFF;
  margin: 0;
  font-size:11px;
  text-align:center;
}

img.parallax-mountains {
	margin-top: 12px;
}

img.parallax-buildings {
	margin-top: 8px;
}

img.parallax-clouds-l {
	margin-bottom: 50px;
	margin-top: 10px;
}

.helper-cloud a {
    height: 140px;
    overflow: hidden;
    position: absolute;
    background: url(../img/cloud-r.png) no-repeat 0 0 transparent;
    display:block;
    text-decoration: none;
}

#helper-vibes a {
    left: 68%;
    margin-top: 50px;
    z-index: 2;
    width: 200px;
}

#waldorf-cloud a {
    z-index: 3;
    left: 59%;
    margin-top: 30px;
    width: 200px;
}

#waldorf-cloud h3 {
  line-height: 20px;
  margin: 36px 0 -10px -57px;
  text-align: center;
}

.helper-cloud a:hover {
	background-position: 0 -207px;
	text-decoration: none;
}

.helper-cloud img {
  max-width: 90px;
    margin-left: 29px;
    margin-top: 11px;
}

/*-- SHUTTLE --*/

.shuttle-van a {
    height: 117px;
    overflow: hidden;
    position: absolute;
    background: url(../img/shuttle.png) no-repeat 0px 8px transparent;
    display: block;
    text-decoration: none;
    background-size: 100%;
}

#slc-van a {
    left: 23%;
    margin-top: 240px;
    z-index: 2;
    width: 250px;
}

.shuttle-van a:hover {
	background-position: 0 -110px;
	text-decoration: none;
}

.shuttle-van h3 {
	color: #2c0854;
  margin: 49px 0 0px 40px;
  font-size: 16px;
}

.shuttle-van h5 {
	display:none;
	color: #ffffff;
	margin-left: 100px;
	margin-top: -7px;
}

.shuttle-van a:hover h3 {
    color: #1b2047;
}

.shuttle-van a:hover h5 {
    display:block;
}


/*--------------- MOBILE HEADER ------------*/
#mobile-header{
	display: none;
}

#mobile-header > img{
	width: 100%;
}



/*--------------- INFO BANNER --------------*/

.info-banner {
   text-align: center; 
}

#info-wrapper {
	 background: url("../img/info-bg.jpg") repeat scroll 0 0 transparent;
	 -webkit-box-shadow:  0px -2px 7px 0px rgba(34, 34, 34, .3); 
     box-shadow:  0px -2px 7px 0px rgba(34, 34, 34, .3);
	 
}

.info-banner h4 {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    margin: 4px 0 0;
   /* text-shadow: 0px 1px 2px #2A5910;
    filter: dropshadow(color=#2A5910, offx=1, offy=2); */
}

/*--------------- MAIN MENU --------------*/

#header .navbar {
	margin-bottom: 0;
}

#header #menu-wrapper {
	padding: 0;
	text-align: center;
}

#header .navbar .nav {
	float:none;
}

#header .navbar-inner {
	border-radius: 0;
	border: 1px solid #eaeaea;
  border-bottom: none;
	-webkit-box-shadow: 0 -1px 2px 2px rgba(0, 0, 0, 0.27);
	box-shadow: 0 -1px 2px 2px rgba(0, 0, 0, 0.27);
}

#header .navbar .nav > li {
	float: none;
	display:inline-block;
	margin: 5px 1.5% 0px;
/*  padding-bottom: 3px;*/
}

#header .navbar ul > li > a {
    font-size: 15px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

#header .navbar .navbar-inner > ul > li > a {
    transition: all 0.1s;
    border-bottom: solid 2px #f1f1f1;
}

#header .navbar-inner > ul > li:first-child{
	margin-left: 0px;
}


#header .navbar-inner > ul > li:last-child{
	margin-right: 0px;
}



#header .navbar .nav li.dropdown > .dropdown-toggle .caret {
    margin-top: 8px;
	margin-left: 6px;
}

#header .navbar .nav li.dropdown > .dropdown-toggle:hover .caret {
  	border-bottom-color: #0072A1;
    border-top-color: #0072A1;
}

.dropdown-toggle > span {
    margin-right: 2px;
}

#header .navbar .nav > .active > a, #header .navbar .nav > .active > a:hover, #header .navbar .nav > .active > a:focus, #header .navbar .nav > li > a:hover {
	background: none;
	box-shadow:none;
	color: #0072A1;
	border-bottom: solid 2px #0072A1;
  transition: all 0.1s;
}



#header .navbar .dropdown-menu > li > a {
        font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #777777;
}


#header .navbar .dropdown-menu > li > a:hover,
#header .navbar .dropdown-menu > li > a:focus,
#header .navbar .dropdown-submenu:hover > a,
#header .navbar .dropdown-submenu:focus > a {
		background: none;
	color: #0072A1;
}

#header .navbar .dropdown-menu > .active > a, #header .navbar .dropdown-menu > .active > a:hover, #header .navbar .dropdown-menu > .active > a:focus {
	background: none;
	color: #555;
}

.btn-navbar {
  width: 100%;
}

.main-menu-btn {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 150px;
}

.main-menu .icon-bar {
	background-position: -263px -1px;
}

/*--------------- FEATURE --------------*/

.featured {
    margin: 0 auto;
    max-width: 1160px;
}

#featured-wrapper {
	 -webkit-box-shadow: 0 0 4px 1px #ccc inset;
    box-shadow: 0 0 4px 1px #ccc inset;
}

/*--------------- HOST LOGOS --------------*/

#host-logos > h4 {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    margin: 6px 0 0;
}

#host-logos {
    margin: 0 0 7px 25px;
}


/*--------------- LOGO SCROLL --------------*/

#logo-scroll {  
float:left;   
width:100%;   
overflow: hidden;  
background: none;  
/*border-left: 2px solid #CCCCCC;
border-right: 2px solid #CCCCCC; */
-webkit-box-shadow: 0 0 10px 0 #CCCCCC inset;
-moz-box-shadow: 0 0 10px 0 #CCCCCC inset;
-o-box-shadow: 0 0 10px 0 #CCCCCC inset;
box-shadow: 0 0 10px 0 #CCCCCC inset;
position:relative;
}  

#logo-scroll > h4 {
    color: rgba(51,51,51,.4);
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    top: 3px;
    z-index: 2;
}
  
#logo-ul {  
position:relative;  
left:-210px;  
list-style-type: none;   
margin: 0px;  
padding: 0px;  
width:9999px;   
padding-bottom:10px;  
padding-top: 13px;
height: 95px;
}  
  
#logo-ul li{  
float: left;  
width:130px; 
padding:0px;  
height:75px;  
background: none;  
margin: 20px 5px 5px;
text-align: center;
}  

#logo-ul li.narrow-logo {  
float: left;  
width:100px; 
padding:0px;  
height:75px;  
background: none;  
margin: 20px 5px 5px;
text-align: center;
}  

#logo-ul li#hpca-logo {  
float: left;  
width:85px; 
padding:0px;  
height:75px;  
background: none;  
margin: 20px 0px 5px 15px;
}  
  
#logo-ul li img {  
margin-bottom:-4px;  
cursor: hand;  
border:0px;  
}  


.sidebar{
	float:right;
  border-left: 1px solid #eaeaea;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}


/*--------------- MARKETS ANNOUNCEMENT --------------*/ 

#markets-wrapper {
  background: url("../img/light-fabric.jpg") repeat scroll 0 0 #f8f8f8;
  padding: 40px 10px;
}

#markets-wrapper .markets {
  max-width: 1080px;
  margin: 0 auto;
}

#markets-wrapper h2 {
  text-align: center;
  color: #222222;
  max-width: 900px;
  margin: 10px auto 40px;
}

@media only screen and (max-width: 767px) {

  #markets-wrapper h2 {
    font-size: 20px;
    line-height: 1.2;
    max-width: 85%;
    text-align: left;
    margin: 5px 0px 40px;
    padding-left: 20px;
  }

}

#markets-wrapper .market-details {
  background: white;
  padding: 10px 20px;
  min-height: 230px;
  border-radius: 4px;
  margin-bottom: 30px;
  border: 1px solid #eaeaea;
  box-shadow: 0px 2px 10px 1px rgb(0 0 0 / 3%);
}

@media only screen and (max-width: 767px) {

  #markets-wrapper .market-details {
    margin-bottom: 15px;
    min-height: auto;
    padding-bottom: 20px;
  }

}

.market-details h4 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.market-details p {
  font-weight: bold;
}

.market-details .new-label {
  font-size: 13px;
  font-weight: normal;
  color: #777777;
  margin-bottom: 0px;
}

.market-details .asterisk {
  font-size: 14px;
  color: #666666;
  margin-top: -7px;
  font-weight: normal;
}

.market-features {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  
  .market-features {
    padding-left: 20px;
    padding-right: 20px;
  }

}

.market-features h4, .apply h4 {
  color: #333333;
}

#markets-wrapper .health-safety {
  border-left: 1px solid #cccccc;
  padding: 10px 20px 20px;
  margin-top: 10px
}

@media only screen and (max-width: 767px) {

  #markets-wrapper .health-safety {
    border-left: 0 none;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 0;
    max-width: 90%;
  }

}

.health-safety img {
  width: 24px;
  margin-top: 14px;
}

@media only screen and (max-width: 767px) {
  
  .apply {
    padding-left: 20px;
    padding-right: 20px;
  }

}



/*--------------- WEEKLY HOME PAGE --------------*/ 


/* REMOVE FOR MEDIA SPONSOR TITLE TO SHOW */

#home .leading-2 {
  display: none;
}

/* -------------------------- */

#home .items-leading h2 {
    text-align: center;
    color: #37C4F6;
}

#home .leading-1 h2 {
    font-size: 45px;
}

#home .leading-2 h2 {
  color: #999999;
  font-size: 17px;
  line-height: 21px;
  margin: 18px 0 0;
}

#home .leading-1 > p:first-of-type {
  color: #999999;
  font-size: 17px;
  line-height: 21px;
  margin: 0;
  font-weight:bold;
}

#home .leading-2 {
	text-align:center;
}

#home .column-1 h3 {
  color: #BFF239;
}

#home .column-2 h3 {
  color: #00bffe;
}

#home .column-3 h3 {
  color: #fd4f16;
}

.sponsored-by {
	text-align:center;
}

/* #home article {
  background: none repeat scroll 0 0 transparent;
  box-shadow: none;
} */

#home .column-1, #home .column-2, #home .column-3 {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 0 2px 1px #EAEAEA;
  padding: 0 10px;
}

#home #main-content {
	background-position: right 66%;
}

/* Updated styles for 2014 home page */

#home .article h3:first-of-type {
	font-size: 18px;
}

#home .article div > h2 {
	font-size: 24px;
	  line-height: 1.2;
	  margin: 20px -20px 8px -20px;
	  border-top: 4px solid #f9f9f9;
	  padding: 12px 2px 0 22px;
}

#home .article h2:nth-of-type(2n) {
  color: #287CB0;
}

#home .article h2 span {
	display: block;
	font-size: 14px;
	color: #777777;
	margin-top: 0px;
}

#home .article p, #home .article ul li {
	font-size: 18px;
	  line-height: 1.4;
}

/*--------------- SPONSOR PAGE --------------*/

.logo-row {
  margin-bottom: 30px;
}

.row-fluid.logo-row .span4, .row-fluid.logo-row .span3 {
  position: relative;
  min-height: 100px;
} 

.logo-row .span4 img, .logo-row .span3 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo-divider {
  width: 100%;
  height: 1px;
  background: #eaeaea;
  margin: 40px 0px;
}

.logo-row, .logo-divider {
    text-align: center;
}

article .logo-row img, article .logo-divider img {
    border: 0 none;
    box-shadow: none;
    margin: 0;
    padding: 8px;
}

/*--------------- SIDEBAR --------------*/

aside > div:first-child {
    margin-top: 20px;
	margin-bottom: 12px;
}

/*--------------- SOCIAL BUTTONS --------------*/

.social-links {
    text-align: center;
}

.social-links img {
    width: 60px;
    height: auto;
}

/*.social-icon {
  height: 50px;
  width: 50px;
  display: inline-block;
}*/

/*.show-search-button {
	display:inline-block;
	height: 40px;
	width: 40px;
	text-indent: -9999em;
	background: url(../img/social-icons.png) no-repeat 0 0 transparent;
	cursor:pointer;
}*/

/*--------------- FACEBOOK MODULE --------------*/

#pssm-fb-box iframe.fb_ltr {
  	border: medium none !important;
  	width: 280px !important;
   	height: 339px !important;
   	margin: -1px;
}

.likebox-wrapper {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 1px 1px 1px 1px;
  height: 350px;
  margin-left: -5px;
  margin-bottom: 15px;
  overflow: hidden;
  width: 229px;
}

/*--------------- SEARCH MODULE --------------*/

.moduletable .search {
	border: 1px solid #f1f1f1;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.moduletable .search .button, #searchForm .button {
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    padding: 3px 11px 3px 11px;
    font-size: 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow:0 4px 4px -3px #CCCCCC;
    box-shadow:0 4px 4px -3px #CCCCCC;
    border: 1px solid #8DBC0F;
	background: #c6f93e; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2ZjkzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGJjMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #c6f93e 0%, #8dbc0f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6f93e), color-stop(100%,#8dbc0f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c6f93e 0%,#8dbc0f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c6f93e 0%,#8dbc0f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c6f93e 0%,#8dbc0f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c6f93e 0%,#8dbc0f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6f93e', endColorstr='#8dbc0f',GradientType=0 ); /* IE6-8 */
}

.moduletable .search .button:hover {
	color: #4f7103;
}

#mod-search-searchword {
    color: #888;
    width: 187px;
    max-width: 84%;
    border-radius: 4px;
    margin-bottom: 7px;
}

#searchForm .button {
    margin-top: 10px;
}

/*--------------- SEARCH RESULTS --------------*/

.search-header {
  color: #0072A1;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin: 8px 0 0;
}

.searchintro {
  color: #999999;
  	font-size: 11px;
   margin: -5px 0 10px;
}

.phrases legend {
    color: #666666;
    font-size: 15px;
    line-height: 17px;
  	font-family: 'Roboto', sans-serif;
  	margin: 0 0 7px;
}

.phrases .phrases-box input {
  display: inline-block;
  height: 10px;
  margin: 1px 4px 2px 0;
  width: 10px;
}

.phrases-box {
  float: left;
  margin: 0 27px 0 0;
  width: 115px;
}

.ordering-box {
  display: block;
  float: left;
  width: 225px;
}

.form-limit {
	float:right;
  text-align: right;
  margin: 15px 0;
}

.form-limit select.inputbox {
  height: 22px;
  padding: 0;
  width: 65px;
  margin: 2px 0;
}

.counter {
  color: #999999;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  margin: 0;
  min-width: 200px;
  padding: 0;
}

.search-results-header {
	margin: 0;
}

#searchForm {
  border-bottom: 1px solid #EAEAEA;
  margin: 5px 0 12px;
}

.form-limit > label {
  display: inline;
}

.result-title {
  font-size: 16px;
}

.result-created {
  color: #CCCCCC;
  font-size: 11px;
  padding: 2px 4px;
  text-align: right;
}

.search-result-wrapper:nth-child(2n+1) {
  background: none repeat scroll 0 0 #f6f6f6;
}

.search-result-wrapper {
  padding: 1px 9px;
    margin: 10px 0;
}

/* HOME PAGE */


.horizontal-list li {
	border: 1px solid #008bc3;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0 1px 2px 1px #cccccc;
	-moz-box-shadow: 0 1px 2px 1px #cccccc;
	-o-box-shadow: 0 1px 2px 1px #cccccc;
	box-shadow: 0 1px 2px 1px #cccccc;
	color: #FFFFFF;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 700;
	margin: 0 1px;
	padding: 3px 6px;
	background: #37c4f6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3YzRmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMDlmZDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #37c4f6 0%, #109fd1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#37c4f6), color-stop(100%,#109fd1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #37c4f6 0%,#109fd1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #37c4f6 0%,#109fd1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #37c4f6 0%,#109fd1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #37c4f6 0%,#109fd1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37c4f6', endColorstr='#109fd1',GradientType=0 ); /* IE6-8 */
}

.horizontal-list li:hover {
		-webkit-box-shadow: 0 1px 3px 0 #999999;
	-moz-box-shadow: 0 1px 3px 0 #999999;
	-o-box-shadow: 0 1px 3px 0 #999999;
	box-shadow: 0 1px 3px 0 #999999;
}

.horizontal-list a {
	color: #fff;
}

.horizontal-list a:hover {
	color: #0074a2;
}

.horizontal-list a:visited {
	color: #ffffff;
}

/* FEATURED IMAGE */

.featured-image > img {
	border: 4px solid #F1F1F1;
	box-shadow: 0 1px 2px 2px #CCCCCC;
	display: block;
	margin-bottom: 17px;
}

/* ARTICLE IMAGES */

.item-page img, .blog img {
    border: 4px solid #F1F1F1;
    -webkit-box-shadow: 1px 1px 3px 2px #E0E0E0;
    -moz-box-shadow: 1px 1px 3px 2px #E0E0E0;
    -o-box-shadow: 1px 1px 3px 2px #E0E0E0;
    box-shadow: 1px 1px 3px 2px #E0E0E0;
    margin: 8px 2px;
}

/*--------------- MAIN CONTENT AREA --------------*/

#main-wrapper {
	background: url("../img/light-fabric.jpg") repeat scroll 0 0 #f8f8f8;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
}

#main {
    margin: 0 auto;
    max-width: 1060px;
    background-color: white;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.08);
    margin-top: 30px;
    margin-bottom: 30px;
}

#main-content {
     background: url("../img/paisley-right.png") no-repeat scroll right 22px transparent; 
    padding-right: 80px;
}

article {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0 40px;
}

article hgroup h2 {
	color: #0072A1;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 28px;
}

.article {
	position:relative;
}

/*.item-page {
    min-height: 205px;
}*/

a.apply-button {
    border: 1px solid #FF945C;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 1px 1px 2px 0 #999999;
    -moz-box-shadow: 1px 1px 2px 0 #999999;
    -o-box-shadow: 1px 1px 2px 0 #999999;
    box-shadow: 1px 1px 2px 0 #999999;
    color: #ffffff;
    margin: 5px 0;
    padding: 2px 10px 4px;
    text-decoration: none;

}

body a.apply-button:hover, body a.apply-button:active {
	text-decoration:none;
	color: #c85100;
    -webkit-box-shadow: 1px 0px 1px 0 #999999;
    -moz-box-shadow: 1px 0px 1px 0 #999999;
    -o-box-shadow: 1px 0px 1px 0 #999999;
    box-shadow: 1px 0px 1px 0 #999999;
}

body a.apply-button:visited {
	color: #ffffff;
}

.apply-wrapper {
	text-align: center;
	margin: 25px 0;
}

/*DONATE BUTTON */

a.donate-button {
    border: 1px solid #007286;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 1px 1px 2px 0 #999999;
    -moz-box-shadow: 1px 1px 2px 0 #999999;
    -o-box-shadow: 1px 1px 2px 0 #999999;
    box-shadow: 1px 1px 2px 0 #999999;
    color: #ffffff;
    margin: 5px 0;
    padding: 2px 10px 4px;
    text-decoration: none;

}

a.donate-button:hover, a.apply-button:visited, a.apply-button:active {
	text-decoration:none;
	color: #c9c9c9;
    -webkit-box-shadow: 1px 0px 1px 0 #999999;
    -moz-box-shadow: 1px 0px 1px 0 #999999;
    -o-box-shadow: 1px 0px 1px 0 #999999;
    box-shadow: 1px 0px 1px 0 #999999;
}

.donate-widget {
	/* border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA; */
    margin: 10px 0;
    padding: 0;
    text-align: center;
}

/* VOLUNTEER WIDGET */

#volunteer-widget {
	margin: 10px 0;
	padding: 3px 5px;
	text-align: center;
}

/* NEWSLETTER WIDGET */

.join-button {
    border: 1px solid #007286;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 1px 1px 2px 0 #999999;
    -moz-box-shadow: 1px 1px 2px 0 #999999;
    -o-box-shadow: 1px 1px 2px 0 #999999;
    box-shadow: 1px 1px 2px 0 #999999;
    color: #ffffff;
    margin: 5px 0 0px;
    padding: 2px 10px 4px;
    text-decoration: none;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.join-button:hover, .apply-button:visited, .apply-button:active {
	text-decoration:none;
	color: #c9c9c9;
    -webkit-box-shadow: 1px 0px 1px 0 #999999;
    -moz-box-shadow: 1px 0px 1px 0 #999999;
    -o-box-shadow: 1px 0px 1px 0 #999999;
    box-shadow: 1px 0px 1px 0 #999999;
}


.newsletter-signup img {
	margin-top: -23px;
}

/* TWITTER WIDGET */

.moduletable > h3 {
	font-size: 20px;
	text-align:center;
}

.TDB-tweet {
    background: none;
    border-top: 1px solid #F1F1F1;
    color: #666666;
    margin: 12px 4px;
    padding: 7px 5px 2px;
}

.TDB-tweet:first-child {
    border-top: none;
}

.TDB-tweet:before {
	background: url("../img/social-icons.png") no-repeat scroll -120px 0 transparent;
	content: "";
	display: block;
	float: left;
	height: 40px;
	width: 40px;
}

.TDB-tweet:hover:before {
	background-position: -120px -40px;
}

.TDB-tweet-text {
	padding-left: 40px;
	text-align:right;
}

.TDB-footer-follow-link {
	text-align:center;
	margin: 20px 0;
}

.TDB-footer-follow-link a {
    border: 1px solid #0072A1;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 1px 1px 2px 0 #999999;
    -moz-box-shadow: 1px 1px 2px 0 #999999;
    -o-box-shadow: 1px 1px 2px 0 #999999;
    box-shadow: 1px 1px 2px 0 #999999;
    color: #ffffff;
    margin: 5px 0;
    padding: 2px 10px 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
	background: #37c4f6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3YzRmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMDlmZDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #37c4f6 0%, #109fd1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#37c4f6), color-stop(100%,#109fd1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #37c4f6 0%,#109fd1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #37c4f6 0%,#109fd1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #37c4f6 0%,#109fd1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #37c4f6 0%,#109fd1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37c4f6', endColorstr='#109fd1',GradientType=0 ); /* IE6-8 */

}

.TDB-footer-follow-link a:hover, .TDB-footer-follow-link a:visited, .TDB-footer-follow-link a:active {
	text-decoration:none;
	color: #006d91;
    -webkit-box-shadow: 1px 0px 1px 0 #999999;
    -moz-box-shadow: 1px 0px 1px 0 #999999;
    -o-box-shadow: 1px 0px 1px 0 #999999;
    box-shadow: 1px 0px 1px 0 #999999;
}

/* PHOTO GALLERIES */


.photo-year {
    display: block;
    font-size: 28px;
    font-weight: bold;
}

.photo-year-thumb {
  text-align: center;
}

.photo-year-thumb:hover {
  -webkit-box-shadow: 1px 1px 2px 1px #E0E0DF;
  -moz-box-shadow: 1px 1px 2px 1px #E0E0DF;
  -o-box-shadow: 1px 1px 2px 1px #E0E0DF;
  box-shadow:1px 1px 2px 1px #E0E0DF;
}

.photo-gallery {
    margin: 0;
    text-align:center;
}

.photo-gallery img {
    margin: 10px;
    max-width: 130px;
    max-height: 130px;
}

.photo-gallery img:hover {
	box-shadow: 0 0 2px 1px #74dcff;
}

.photo-gallery > li {
    display: inline;
    list-style: none outside none;
} 

/* VIDEO LIGHTBOX */

.video-box-wrapper {
  display: inline;
}

.lightbox {
	cursor: pointer;
}

.lightbox:hover {
	box-shadow: 1px 1px 1px 1px #eaeaea;
}

.backdrop {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000;
	opacity: .0;
	filter:alpha(opacity=0);
	z-index:50;
	display:none;
}
 
 
.box {
	position:fixed;
	top:20%;
	/*left:30%;*/
	width:auto;
	height:auto;
	max-width: 100%;
	background:#ffffff;
	z-index:51;
	padding:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:0px 0px 7px 2px #444444;
	-webkit-box-shadow:0px 0px 7px 2px #444444;
	box-shadow:0px 0px 7px 2px #444444;
	display:none;
	border: 2px solid #f1f1f1;
	background: #00bdf7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwMGJkZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiMwMDk5Y2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #00bdf7 30%, #0099cc 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#00bdf7), color-stop(99%,#0099cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00bdf7 30%,#0099cc 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00bdf7 30%,#0099cc 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00bdf7 30%,#0099cc 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #00bdf7 30%,#0099cc 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bdf7', endColorstr='#0099cc',GradientType=0 ); /* IE6-8 */
}

.box > iframe {
  padding: 26px 12px 26px 26px;
}
 
.close {
	float:right;
	margin-right:6px;
	cursor:pointer;
}

.video-thumb {
  display: inline-block;
  margin:  10px ;
  max-width: 197px;
}

.video-thumb > p {
  color: #999999;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
}

/*--------------- SHOP --------------*/

.business.business--show-border {
  border: 0 none;
  border-radius: 3px;
}

/*--------------- FORMS --------------*/

form input, form textarea, form .uneditable-input {
    width: 70%;
}

.jform_subscribe > label, #jform_sendcopy-lbl, #jform_agreement-lbl {
    float: left;
    padding: 0 7px 0 0;
    clear:both;
}

.jform_agreement {
	margin: 5px 0;
}

.qlform dt {
	margin: 10px 0 0 10px;
} 

.rules-reg {
	margin: -19px 0 0 10px;
}

.submit-button {
    border: 1px solid #FF945C;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 1px 1px 2px 0 #999999;
    -moz-box-shadow: 1px 1px 2px 0 #999999;
    -o-box-shadow: 1px 1px 2px 0 #999999;
    box-shadow: 1px 1px 2px 0 #999999;
    color: #ffffff;
    margin: 5px 0;
    padding: 2px 10px 4px;
    text-decoration: none;
    font-size: 18px;

}

.submit-button:hover, .submit-button:visited, .submit-button:active {
	text-decoration:none;
	color: #f1f1f1;
    -webkit-box-shadow: 1px 0px 1px 0 #999999;
    -moz-box-shadow: 1px 0px 1px 0 #999999;
    -o-box-shadow: 1px 0px 1px 0 #999999;
    box-shadow: 1px 0px 1px 0 #999999;
}

.qlform input[type="radio"], .qlform input[type="checkbox"] {
    line-height: normal;
    margin: 0;
}

.captcha {
	width: 100px;
}

.apply-disclaimer {
	margin: 10px 0 5px 10px;
}

.apply-disclaimer p:first-child {
	font-weight: bold;
}

dd.jform_resume {
	display:none;
}

dt.jform_resume label {
	font-weight:bold;
}

#mod_qlform_96 .apply-disclaimer {
	display:none;
}

/* CONTACTS PAGE */

.contacts .item-title {
	font-weight:bold;
  padding-left: 15px;
  padding-right: 10px;
}

.contacts tr td {
  padding-top: 10px;
}

.contacts tr.odd {
	background: #f5f5f5;
}

.contacts .position {
  font-size: 12px;
  display: block;
  color: #666666;
  font-weight: normal;
}

.contacts .item-email {
  padding-left: 15px;
  padding-right: 10px;
}

.contacts .item-email > a {
	font-size: 12px;
}

.contacts .item-phone {
  padding-left: 15px;
	padding-right: 15px;
}

.office-address {
    float: left;
    margin: 10px 41px 0 0;
}

.mailing-address {
    padding: 10px;
}

/* TABLE STYLES */

.pricing-table tr:nth-child(2n) {
	background: #f1f1f1;
}

/* FAQ */

.faq-answer {
	background: none repeat scroll 0 0 #F8F8F8;
	border-radius: 2px 2px 2px 2px;
	padding: 5px 11px;
}

/* GRADIENTS */

.gradient-orange {
	background: #ff8c3f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmOGMzZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmNjYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #ff8c3f 1%, #ff6600 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ff8c3f), color-stop(99%,#ff6600)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff8c3f 1%,#ff6600 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff8c3f 1%,#ff6600 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff8c3f 1%,#ff6600 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff8c3f 1%,#ff6600 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c3f', endColorstr='#ff6600',GradientType=0 ); /* IE6-8 */
}

.gradient-green {
	background: #c6f93e; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2ZjkzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGJjMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #c6f93e 0%, #8dbc0f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6f93e), color-stop(100%,#8dbc0f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c6f93e 0%,#8dbc0f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c6f93e 0%,#8dbc0f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c6f93e 0%,#8dbc0f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c6f93e 0%,#8dbc0f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6f93e', endColorstr='#8dbc0f',GradientType=0 ); /* IE6-8 */
}

.gradient-blue {
	background: #007286; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #00AFC5 0%, #007286 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #00AFC5 0%,#007286 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00AFC5 0%,#007286 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00AFC5 0%,#007286 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00AFC5 0%,#007286 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AFC5', endColorstr='#007286',GradientType=0 ); /* IE6-8 */
}


/*--------------- FOOTER --------------*/

#footer-wrapper {
	max-width: 960px;
	margin: 0 auto;
	min-height: 100px;
	/* background: url(../img/paisley-roots.png) no-repeat scroll left top transparent; */
	position: relative;
}

footer {
    background: #3C2A2A;
    -webkit-box-shadow: 0 0 4px 1px #000000 inset;
    box-shadow: 0 0 4px 1px #000000 inset;
}

.footer-module {
    text-align: right;
}

/*--------------- FOOTER MENU --------------*/

.footer-module .menu li {
    display: inline-block;
}


.footer-module .menu li a {
    border-left: 1px solid #553C3C;
    color: #FFFFFF;
    font-size: 16px;
    padding: 0 9px;
    font-family: 'Roboto', sans-serif;
}

.footer-module .menu li a:hover {
	background:none;
	color: #ff6600;
}

.footer-module .menu li:first-child a {
	border-left: none;
}

.footer-module .menu {
    margin: 10px 0;
}

/*--------------- FOOTER CONTACT --------------*/

.contact-footer p {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 18px;
	margin: 0 8px;
}

/*--------------- FOOTER COPYRIGHT --------------*/

.copyright {
    margin: 0 auto;
    max-width: 960px;
    text-align: center;
}

.copyright p {
    color: #FFFFFF;
    font-size: 11px;
}

.btn.btn-navbar {
  		display: none;
	}


#mobile-navbar{
	display: none;
	height: 0px;
	z-index: 5;
}

/*--------------- HELPER CLASSES --------------*/
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/*--------------- MEDIA QUERIES --------------*/

@media only screen and (max-width: 480px) {
    #header .navbar .nav > li {
        display: block;
    }
    
    #header .navbar .nav > li a {
      border: 0 none;
      font-size: 24px;
      margin: 0;
      padding: 2px;
      text-align: left;
    }


}


@media only screen and (max-width: 500px){
	.info-banner {
		padding-bottom: 10px;
		padding-left: 0px;
		padding-right: 10px;
	}
	.info-banner h4{
		font-size: 12px;	
	}
	.mobile-row-break{
		clear:both;
		display: block;
	}
	.no-mobile{
		display:none;
	}
	#mobile-header{
		display: block;	
	}
	#parallax{
		display: none;	
	}
	.footer-module {
	    text-align: center;
	}
	.contact-footer p{
		font-size: 11px;	
	}
	.copyright p{
		font-size: 8px;	
	}
	
}

@media only screen and (min-width: 500px) and (max-width: 765px) {
	.info-banner {
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.info-banner h4{
		font-size: 14px;	
	}
	.mobile-row-break{
		clear:both;
		display: block;
	}
	.no-mobile{
		display:none;
	}
	#mobile-header{
		display: block;	
	}
	#parallax{
		display: none;	
	}
}

@media only screen and (min-width: 765px) and (max-width: 900px) {
	#footer-wrapper {
		background:none;
	}
	.info-banner h4{
		font-size: 16px;	
	}
	
}

@media only screen and (max-width: 767px) {
	#header .navbar{
		display: none;
	}
	#mobile-navbar{
 		display: block;		
		position: relative;
	}
	.span12{
		min-height: 0px !important;	
	}

  #main {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 790px) {
	#header .navbar ul li a{
		font-size: 12px;
	}
}


@media only screen and (max-width: 980px) {
	#header .navbar .nav > li {
		margin: 5px 0 7px;
	}

  .contacts .item-title, .contacts .item-email, .contacts .item-phone {
    display: block;
  }

  .contacts tr td {
    padding-top: 2px;
  }

  .contacts tr td:first-of-type {
    padding-top: 14px;
  }

  .contacts .position {
    margin-bottom: 0px;
  }

  .contacts .item-phone {
    padding-bottom: 20px;
  }
}




/*--------------- PRINT STYLES --------------*/
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}




#menuToggle
{
  display: block;
  position: relative;
  top: 10px;
  left: 10px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle > ul > li > a > span,
#menuToggle > ul > li > ul > li > a > span{
	background: none;
}

#menuToggle .dropdown-menu > li > a:hover, 
#menuToggle .dropdown-menu > li > a:focus, 
#menuToggle .dropdown-submenu:hover > a, 
#menuToggle .dropdown-submenu:focus > a{
	background: none;
}


#menuToggle .dropdown-submenu > a:after{
	display:none;
}


#menuToggle > span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle > span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle > span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #0096df;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */

#menuToggle .caret{
	display:none;
}

#menuToggle .dropdown-menu{
	border: none;
	background: none;
	float: none;
	position: relative;
	box-shadow: none;

	
}

#menuToggle  .dropdown-submenu > .dropdown-menu{
	border: none;
	background: none;
	float: none;
	position: relative;
	box-shadow: none;
	display: block;
	left: 25px;
	top: 15px;
}

#menuToggle .dropdown-menu > li > a{
	color: #0088cc;
}
#menuToggle .dropdown-menu > li > a:hover{
	background: none;
}


#menuToggle .menu
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  background: #ffffff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menuToggle .menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}


/** Gallery CSS overrides **/
.copyright-block{
	display: none !important;
}

[class^=os-gallery-tabs-main] .os-cat-tab-images .img-block{
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

[class^=os-gallery-tabs-main] .img-block.dimas-effect{
	background: none !important;
}



