@font-face {
    font-family: 'metropolis';
    src: url('../css/fonts/metropolis_1920-webfont.eot');
    src: url('../css/fonts/metropolis_1920-webfont-.eot#iefix') format('embedded-opentype'),
         url('../css/fonts/metropolis_1920-webfont.woff') format('woff'),
         url('../css/fonts/metropolis_1920-webfont.ttf') format('truetype'),
         url('../css/fonts/metropolis_1920-webfont.svg#metropolis_1920regular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'scifly';
    src: url('../css/fonts/scifly-sans-webfont.eot');
    src: url('../css/fonts/scifly-sans-webfont-.eot#iefix') format('embedded-opentype'),
         url('../css/fonts/scifly-sans-webfont.woff') format('woff'),
         url('../css/fonts/scifly-sans-webfont.ttf') format('truetype'),
         url('../css/fonts/scifly-sans-webfont.svg#sciflysans') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*


golden yellow:
#ffc700

deep yellow: (secondary yellow, for variation if needed).
#c9a113

bright blue:
#90b8c4

deep grey:
#454445



Beer Novice: A59C95 
Beer Lover: 8EB7C4 
Beer Geek: A8A545 
Foodie: FFC907 
Regional: 9C4042 
Pint of Origin: 414141 



*/

/** General Styles **/

h1,h2,h3,h4,h5,h6, .brand2 {font-family: 'scifly', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; font-weight:normal; text-transform:uppercase;}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span { color: #FFF; }


h1, .brand {font-family: 'metropolis', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; font-weight: normal;}




a {color:#000	; text-decoration:underline;}
body.invert a {color:#FFF	; text-decoration:underline;}
a.btn { text-decoration: none;}
a:hover, body.invert .dropdown-menu a {color:#404040; text-decoration:none;}
.alt-row { color: #FFF; }
.alt-row a { color: #FFFFFF; text-decoration: underline; }
.alt-row a:hover { color: #FFF; text-decoration: none;  }

body {
	font-family: 'Lato', sans-serif;
	background: #ffc700 url("../img/woodBg.png") repeat 0 0;
	color: #404040;
}

.modal {
	color: #404040;
}

/** Forms **/

input, button, select, textarea {font-family: 'Lato', sans-serif;}

input.search-query {border:0; height:24px; box-shadow:none; border-radius:50px; }
input.search-query[type=text]:focus {border:none; box-shadow:none;}
.form-search .input-append .search-query {border-bottom-left-radius:50px; border-top-left-radius:50px;}

textarea {border-radius:20px; border:0; width:97%; padding-left:15px; box-shadow:none; resize: none;}
textarea:focus {box-shadow:none;}


/** social icons **/

ul.social {margin:0 0 30px 0;}
ul.social li {display:inline-block;}
ul.social li a {width: 36px; height: 36px; display: block; margin: 0 2px;}

.facebook {background: transparent url("../img/social.png") no-repeat 0 0;}
.facebook:hover {background-position: 0 -37px;}
.twitter {background: transparent url("../img/social.png") no-repeat -46px 0;}
.twitter:hover {background-position: -46px -37px;}
.googleplus {background: transparent url("../img/social.png") no-repeat -92px 0;}
.googleplus:hover {background-position: -92px -37px;}
.linkedin {background: transparent url("../img/social.png") no-repeat -138px 0;}
.linkedin:hover {background-position: -138px -37px;}
.pinterest {background: transparent url("../img/social.png") no-repeat -184px 0;}
.pinterest:hover {background-position: -184px -37px;}
.instagramicon {background: transparent url("../img/social.png") no-repeat -230px 0;}
.instagramicon:hover {background-position: -230px -37px;}

/** custom Headers **/

h2 {background:transparent url("../img/hdr2-line-bg.png") repeat-x 0 50%; text-align:center; padding: 0; text-transform: uppercase; font-size:18px; line-height:35px; color:#454445; white-space:nowrap; margin:32px 0 40px 0;}
h2 span.lft {background: #ffc700 url("../img/hdr2-bg-left.png") no-repeat 0 79%; width:15px; height:33px; display:inline-block;}
h2 span.rt {background:#ffc700 url("../img/hdr2-bg-right.png") no-repeat 0 79%; width:15px; height:33px; display:inline-block;}
h2 span.mid {background: #ffc700 url("../img/hdr2-bg-mid.png") repeat 0 0; padding:0 8px; display:inline-block; height:33px;}



.alt-row h2 {background-color:transparent; color: #FFF; }
.alt-row h2 span.lft {background-color: #454445; }
.alt-row h2 span.rt {background-color:#454445;}
.alt-row h2 span.mid {background-color: #454445; }


/** trick - fill spans in headers  **/
.lft:before, .rt:before {content: "\00a0";}

/** custom buttons */


.btn-green { text-transform: uppercase;	color: #fff; background: transparent; box-shadow: none; border-radius: 50px; border: 2px solid #3a3a3a; font-weight: 900; text-shadow:none; }
.btn-green:active {box-shadow:none; border:2px solid #fff; background:transparent; color:#404040; }
.btn-green:hover {border:2px solid #fff; background:transparent; color:#404040; }

.red-btn {background: transparent url("../img/btn-red-bg.png") repeat-x; height:32px; border:0; border-radius:50px; line-height:32px; padding:0 18px; color:#fff; text-transform:uppercase; font-weight:900; text-shadow:none; box-shadow:none;}
.red-btn:hover {background: transparent url("../img/btn-red-hov-bg.png") repeat-x; color:#fff;}
.red-btn:active {background: transparent url("../img/btn-red-hov-bg.png") repeat-x; color:#fff; border:0; text-shadow:none; box-shadow:none; }

.alt-row .red-btn:hover {background: #fff; color:#404040; border:0; text-shadow:none; box-shadow:none; color:#404040; }
.alt-row .red-btn:active {background: #fff; color:#404040; border:0; text-shadow:none; box-shadow:none; }

a.twitterBtn {width:102px; height:32px; line-height:32px; border:0; text-shadow:none; background:transparent url("../img/twitter-btn-bg.png") no-repeat -1px -34px; box-shadow:none; margin:0; padding:0 0 0 48px; text-align:left; color:#fff; text-transform:uppercase; font-weight:900;   -moz-transition: none; -webkit-transition: none; -o-transition: color 0 ease-in; transition: none; margin-bottom:20px; }
a.twitterBtn:active {width:148px; height:32px; line-height:32px; border:0; text-shadow:none; background:transparent url("../img/twitter-btn-bg.png") no-repeat -1px -34px; box-shadow:none; margin:0; padding:0 18px; color:#fff; text-transform:uppercase; font-weight:900;   -moz-transition: none; -webkit-transition: none; -o-transition: color 0 ease-in; transition: none; margin-bottom:10px; }
a.twitterBtn:hover {background-position: -1px -1px; background-color: transparent; color:#404040;  -moz-transition: none; -webkit-transition: none; -o-transition: color 0 ease-in; transition: none;}


/** main menu **/

.navbar-inner { border: none; background: url("../img/darken.png") repeat-x; box-shadow: none; line-height: 50px; filter:none; }
.navbar a.brand {color: #3a3a3a; text-decoration: none; text-shadow: none; text-transform: uppercase; font-size: 28px; padding: 0 0 0 10px; background: none; margin-left:0; font-weight:900; white-space:nowrap;}
.navbar a.brand.active {background: transparent url("../img/tip-active-menu.png") no-repeat 68% bottom; box-shadow: none; color:#fff;}
.navbar a.brand:hover {color:#fff;}
.navbar a.brand img {margin-right:10px;}

.navbar .nav {margin:0;}
.navbar-static-top {}
.navbar .nav li {line-height: 50px;}
.navbar .navbar-inner .nav li.dropdown.open a {color:#fff; background: transparent url("../img/tip-dropdown.png") no-repeat center bottom;}
.navbar .navbar-inner .nav li.dropdown:hover a {color:#fff; background: transparent url("../img/tip-dropdown.png") no-repeat center bottom;}
.navbar .navbar-inner .container .nav li.dropdown ul.dropdown-menu {border:none; text-align:center; border-radius:20px; box-shadow:none; margin:0; }
.navbar .navbar-inner .container .nav li.dropdown ul.dropdown-menu a {color:#404040; padding:5px 3px; text-decoration: none;}
.navbar .navbar-inner .container .nav li.dropdown ul.dropdown-menu a:hover {color:#999; }
.navbar .navbar-inner .container .nav li.dropdown li.active > a {background: none;}
.navbar .pull-right > li > .dropdown-menu::after, .navbar .nav > li > .dropdown-menu.pull-right::after  {border:none;}
.navbar .pull-right > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu.pull-right::before {border:none;}
.navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right {left:-36px; right:auto;}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {box-shadow:none;}
.navbar .navbar-inner .container .nav li a {padding: 0 10px; font-size: 14px; color: #3a3a3a; text-shadow: none; font-weight: 900; text-transform: uppercase;}
.navbar .navbar-inner .container .nav li.active > a {background: transparent url("../img/tip-active-menu.png") no-repeat center bottom; box-shadow:none; color:#fff;}
.navbar .nav li.dropdown > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle {color: #3a3a3a;}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {background:transparent; color:#fff; }
.navbar .navbar-inner .container .nav li a:hover {color: #fff;}
.navbar .nav-collapse.collapse {background: url("../img/darken.png") repeat 0 0; border-radius: 0 0 5px 5px; text-align:left; }
.navbar .nav-collapse.collapse li a:hover { background: transparent; filter:none;}
.navbar .nav-collapse .nav.pull-right {padding-bottom:10px;}
.navbar .btn-navbar {background: transparent; padding: 0; box-shadow: none; border: none; text-shadow: none; text-transform: uppercase; line-height: 50px; margin: 0; color: #3a3a3a; font-weight:900;}
.navbar .btn-navbar:hover {background: transparent; color: #fff;}
.navbar .btn-navbar .caret {margin: 24px 0 0 5px; border-top:4px solid #3a3a3a;}
.navbar .btn-navbar:hover .caret {border-top:4px solid #fff;}
.navbar-inner > .container {margin-bottom:0;}

ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;
}

/** Style Images with borders **/

.thumbnail.corner { box-shadow:none; border:5px solid #d7d4c7; padding:0; position:relative; display:inline-block; box-shadow:none;}
.thumbnail.corner:hover {border-color: #d7d4c7; box-shadow:none;} /* jquery + less opacity + background new + add class and remove class */
.thumbnail span.topCorner {width:25px; height:25px; background: transparent url("../img/pt-corner-tp.png") no-repeat top center; position:absolute; left:-6px; top:-6px; z-index: 5;}
.thumbnail span.bottomCorner {width:25px; height:25px; background: transparent url("../img/pt-corner-bt.png") no-repeat top center; position:absolute; right:-6px; bottom:-6px; z-index: 5;}

a.thumbnail { box-shadow:none; border:5px solid #d7d4c7; padding:0; position:relative; display:inline-block; box-shadow:none;} /* inline-block to fit border */
a.thumbnail:hover {border-color: #404040; box-shadow:none;}

.ch_hover {background: #404040 url("../img/hover-arrow-bg.png") no-repeat 48% 50% !important;}

div.nolink { box-shadow:none; border:5px solid #d7d4c7; padding:0; position:relative; display:inline-block; box-shadow:none; position:relative;}

/** sliders **/

.smallSlider {min-height:200px;}

.smallSlider div.item {}
.smallSlider .box {background:#3a3a3a; border-radius:14px; padding:10px; height:auto; margin:25px 10px 0 10px; text-align:center; font-size:18px; line-height:25px; position:relative;}
.smallSlider .box span.tip {display:block; width:20px; height:10px; background: transparent url("../img/tip-small-slider.png") no-repeat top center; position:absolute; top:-10px; right:48%;}
.smallSlider .aut1 {top:-68px; bottom:auto; background:transparent; text-align:center; font-size:16px; text-transform: uppercase; font-weight:900; color:#fff; padding-left:60px; padding-right:60px;}
.smallSlider .aut1 span {display:block; font-size:12px; padding:5px 0; font-weight:normal; text-transform: none;}
.carousel-control {top:15px; width:52px; height:52px; border:none; border-radius:0; opacity:1;}
.carousel-control.left {background: transparent url("../img/slider-small-sprite.png") -1px -55px;}
.carousel-control.right {background: transparent url("../img/slider-small-sprite.png") -55px -55px;}
.carousel-control.left:hover {background: transparent url("../img/slider-small-sprite.png") -1px 0;}
.carousel-control.right:hover {background: transparent url("../img/slider-small-sprite.png") -55px 0;}

.slider {}
.slider .carousel-control  {top:22px; }
.slider .carousel-control.left {background: transparent url("../img/slider-small-sprite.png") -110px -1px; left:5px;}
.slider .carousel-control.right {background: transparent url("../img/slider-small-sprite.png") -165px -2px; right:5px;}
.slider .carousel-control.left:hover {background-position:-271px -55px;}
.slider .carousel-control.right:hover {background-position:-219px -55px;}

.slider .controlContainer {border-radius:50px; margin:0 20px 20px 20px; position:absolute; bottom:2px; top:auto; width:96%; height:58px;}
.slider .carousel-caption{ z-index:2; background:none; bottom:20px; margin:0 95px;}
.slider .carousel-caption span.title {display:block; font-size:20px; text-transform: uppercase; font-weight:900;}
.slider .carousel-caption a span.title {color:#404040;}
.slider .carousel-caption span.description {display:block; padding-top:3px;}
.slider .carousel-caption a.red-btn {font-size:20px; float:right; margin-top:5px;}
.slider .carousel-caption .w1 {width:70%;}
.slider .carousel-caption .w2 {width:30%;}

#slider5 {}

.fullSlider {position:relative;}
.fullSlider .nivo-directionNav { height:100px; width:350px; position:absolute; left:50%; bottom:10px; }
.fullSlider .nivo-directionNav a.nivo-prevNav {width:52px; height:52px; background: transparent url("../img/slider-small-sprite.png") no-repeat -111px -55px; text-indent:-9999px;}
.fullSlider .nivo-directionNav a.nivo-nextNav {width:52px; height:52px; background: transparent url("../img/slider-small-sprite.png") no-repeat -165px -55px; text-indent:-9999px;}
.fullSlider .nivo-directionNav a.nivo-prevNav:hover {background-position:-272px -55px;}
.fullSlider .nivo-directionNav a.nivo-nextNav:hover {background-position:-219px -55px;}


.fullSlider h1 {display:inline-block; background: transparent url("../img/logoBig.png") no-repeat 0 0; padding: 15px 10px 10px 150px; min-height: 120px; text-transform: uppercase; font-weight: 900; font-size:50px; line-height:50px; }
.fullSlider .nivo-caption { top:0; bottom:auto; background:transparent; left:50%; }
.fullSlider .nivo-controlNav {background:#fff; border-radius:20px; padding:0 5px; min-width:100px; display:block; position:absolute; bottom:22px; left:50%; z-index: 99; }
.fullSlider .nivo-controlNav a.nivo-control {width:20px; height:30px; background:transparent url("../img/dot1-bg.png") no-repeat 50% 50%; display:inline-block; text-indent: -9999px;}
.fullSlider .nivo-controlNav a.nivo-control.active {background:transparent url("../img/dot2-bg.png") no-repeat 50% 50%;}


.logosSlider {text-align:center; margin-top:30px;}
.logosSlider .carousel .item > img {display:inline-block;}

.logosSlider .carousel-control.left {background: transparent url("../img/slider-small-sprite.png") -1px 0; left:0;}
.logosSlider .carousel-control.right {background: transparent url("../img/slider-small-sprite.png") -55px 0; right:0;}
.logosSlider .carousel-control.left:hover {background: transparent url("../img/slider-small-sprite.png") -1px -55px;}
.logosSlider .carousel-control.right:hover {background: transparent url("../img/slider-small-sprite.png") -55px -55px;}
.logosSlider .carousel-control {top:40px;}
.logosSlider .box {margin:0 55px;}




/** styles for specific rows **/

.alt-row {	background: #454445 url("../img/woodBg.png") repeat 0 0; padding: 15px 0 30px 0; }
.container {margin-bottom:40px;}
.alt-row .container {margin-bottom:0;}


#titleRow {padding: 0; margin-top:30px; border: none; }
#titleRow h1 {background:transparent url("../img/hdr-line-bg.png") repeat-x 0 50%; text-align:center; padding: 0; text-transform: uppercase; font-size:50px; line-height:50px; white-space:nowrap;}
#titleRow h1 span.lft {background:transparent url("../img/hdr-line2-bg.png") no-repeat 2px 50%; width:49px; height:50px; display:inline-block;}
#titleRow h1 span.rt {background:transparent url("../img/hdr-line2-bg.png") no-repeat -2px 50%; width:49px; height:50px; display:inline-block;}
#titleRow h1 span.mid {background: #ffc700 url("../img/woodBg.png") repeat 0 0; padding:0 8px; display:inline-block; height:50px;}

.workTogether {margin:40px 0;}
.workTogether .box {background:#fff; border-radius:50px; padding:13px 0 10px 0; margin:0;}
.workTogether p {font-size:20px; text-transform: uppercase; font-weight:900; padding-top:6px; margin-bottom:9px; text-align:right;}
.workTogether a.btn.red-btn {font-size:20px; text-align:left; margin-left:20px;}
.workTogether .container {margin-bottom:0;}

#contactUsRow {color: #fff; padding-top:30px; }
#contactUsRow a {color: #FFC700; text-decoration: none; }
#contactUsRow a:hover {color: #DAD9DA; text-decoration: none; }
#contactUsRow h4 { text-transform: uppercase; margin:0 0 10px 0;}
#contactUsRow address strong {color: #3a3a3a; text-transform: uppercase; font-weight: 700;}
#contactUsRow p {margin:0 0 10px 0;}
#contactUsRow a.red-btn {margin-bottom:15px;}
#contactUsRow ul { list-style: none; margin: 0; }
#contactUsRow h4 { margin: 15px 0 5px 0;}
#newsletter .newsletterSubmit {background: transparent url("../img/newsletter-submit-bg.png") no-repeat top center; width: 57px; height: 32px; border: 0; text-shadow:none; box-shadow:none;}
#newsletter .newsletterSubmit:active {  border:0; text-shadow:none; box-shadow:none; }


#footText {padding: 15px 0; }
#footText a.toTop {background: transparent url("../img/logo-red.png") no-repeat 0 -3px; width:133px; height:33px; display:block; color:transparent; padding-left:44px; font-weight:900; font-size:16px; line-height:33px;}
#footText a.toTop:hover {background-position: 0 -42px; color:#FFF;}
#footText p {font-size:12px; color:#000;}
#footText .container {margin-bottom:0;}

/** PAGE 1 - index **/


#sloganRow {padding: 29px 0 5px 0;}
#sloganRow h1 {background: transparent url("../img/logoBig.png") no-repeat 0 0; padding: 15px 10px 10px 150px; min-height: 120px; text-transform: uppercase; font-weight: 900; font-size:50px; line-height:50px; }

#sliderRow {margin: 0 0 60px 0;}

#whatWeDoRow {}
#whatWeDoRow img {max-width: none;}
#whatWeDoRow p {margin-bottom:12px;}
#whatWeDoRow h3 {margin-bottom:0; margin-top:13px; line-height:37px;}
#whatWeDoRow .moveMe {padding-left:20px; margin-bottom:10px;}

#recentWorksRow {}
#recentWorksRow .thumbnails li {text-align:center;}
#recentWorksRow h3 {text-transform: uppercase; text-align: center; font-size:16px; line-height:30px; margin:0;}
#recentWorksRow h3 a {color:#404040;}
#recentWorksRow h3 a:hover {color:#404040;}
#recentWorksRow p {text-align: center; font-size: 12px; line-height:17px;}


#aboutUsRow {}
#aboutUsRow p {font-size: 16px; line-height:24px;}
#aboutUsRow .box p {font-size:18px; line-height:25px; font-style:italic;}

#stayTunedRow {}

#stayTunedRow .postShowcase {}
#stayTunedRow .postShowcase h3 {text-transform: uppercase; color: #404040; font-size: 20px;  line-height: 20px; margin: 0 0 10px 0;}
#stayTunedRow .postShowcase h3 a{color: #404040; }
#stayTunedRow .postShowcase h3 a:hover {color:#FFF;}

#stayTunedRow .postShowcase p {margin: 0}
#stayTunedRow p.summary  {margin: 0; color: #5F584A; font-size:12px;}
#stayTunedRow p.summary a {color: #404040; font-size: 12px;}
#stayTunedRow p.summary a:hover {color:#FFF;}
#stayTunedRow .newsData {}
#stayTunedRow .newsData .datetime a {color: #5F584A; font-size: 12px;}
#stayTunedRow .newsData .tweet .datetime a:hover {color: #C9C9C9;}
#stayTunedRow .newsData .tweet {margin: 0 0 15px 0;}
#stayTunedRow .newsData .tweet a:hover {color:#FFF;}
#stayTunedRow .newsData p {margin: 0; font-size:14px;}
#stayTunedRow .newsData p.datetime {color: #5F584A; font-size: 12px;}


/** PAGE 3 - About **/

#aboutUsRow2 {}
#aboutUsRow2 h3 {font-size:20px; margin-bottom:0; }
#aboutUsRow2 p {font-size: 16px; line-height:24px;}
#aboutUsRow2 h3 + p {font-size:14px; line-height:20px;}

#ourClients h2 {margin-bottom:0;}

#ourStatistics { padding: 25px 0 10px 0; }
#ourStatistics .project span {font-size:60px;  font-weight:900; margin-top:10px; display:block; line-height:60px;}
#ourStatistics .project p {}

#meetTheTeam { }
#meetTheTeam .person h3 {margin:0; font-size:20px; line-height:23px;}
#meetTheTeam .person span {display:block; color:#5F584A; }
#meetTheTeam .person a {word-break:break-all;}
#meetTheTeam .person a:hover {color:#FFF;}

/** PAGE 4 - Services **/


#servicesText {margin-bottom:40px;}
#servicesText h3 {font-style:italic; font-weight:400; font-size:30px; line-height:35px; margin:0 0 30px 0; text-transform: none;}

#whatWeDoRow2 {text-align:center;}
#whatWeDoRow2 h2 {margin: 0 0 30px 0;}
#whatWeDoRow2 h3, h4 {text-transform: uppercase; margin-bottom:2px;}
#whatWeDoRow2 p {margin-bottom:20px;}
#whatWeDoRow2 .description {background:#3a3a3a; border-radius:14px; padding: 5px 10px; margin: 10px 5px 5px 5px;}


/** PAGE 5 - Work **/

.filterMenu {}
.filterMenu ul {background: transparent url("../img/filter-menu-bg1.png") repeat-x 0 50%; list-style:none; text-align:center; margin:3px 0;}
.filterMenu ul li {display:inline-block; margin:3px 0;}
.filterMenu ul li a {color:#404040; font-size:18px; text-decoration:none; margin:0; font-weight:900; text-transform: uppercase; line-height:33px;}
.filterMenu ul li a span.lft {background: #ffc700 url("../img/filter-menu-bg-lft.png") no-repeat 90% 0; height:33px; width:26px; display:inline-block;}
.filterMenu ul li a span.mid {background: #ffc700 url("../img/filter-menu-bg-mid.png") repeat-x 0 0;  height:33px; display:inline-block; padding:0 5px;}
.filterMenu ul li a span.rt {background: #ffc700 url("../img/filter-menu-bg-rt.png") no-repeat 0 0; height:33px; width:26px; display:inline-block;}
.filterMenu ul li a:hover, .filterMenu ul li.active a { color:#FFF; }


.eventList {text-align:center; margin: 0;}
.eventList h3 {text-transform: uppercase; text-align: center; font-size:16px; margin: 0 15px; line-height: 18px; padding: 7px 0; margin-bottom: 5px;}
.eventList h3 a {color:#404040; text-decoration: none;}
.alt-row .eventList h3 a {color:#FFF; text-decoration: none;}
.eventList h3 a:hover {color:#FFC32B;}
.eventList p {text-align: center; font-size: 12px !important; line-height:17px !important;}
.eventList .thumbnails > li {margin-bottom:50px;}
/**  PAGE 6 - Project Work **/

.projectNavig h2 {background: transparent url("../img/proj-nav-bg2.png") repeat-x 0 50%; color: #fff; font-weight: 900; font-size: 18px; color: #FFF; margin:10px 0 35px 0; }
.projectNavig h2 a.lft {background: transparent url("../img/proj-nav-lft-bg.png") no-repeat 0 -37px; display:inline-block; width:74px; height:33px;}
.projectNavig h2 a.lft:hover {background-position: 0 0;}
.projectNavig h2 span.mid {background: transparent url("../img/proj-nav-bg1.png") repeat-x 0 0; height:33px; display:inline-block;}
.projectNavig h2 a.rt {background: transparent url("../img/proj-nav-rt-bg.png") no-repeat 0 -37px; display:inline-block; width:74px; height:33px;}
.projectNavig h2 a.rt:hover {background-position:0 0;}
.projectNavig .container {margin-bottom:0;}

.singleProject {margin:0 5px;}
.singleProject span {color:#5F584A;}
.singleProject span strong {font-size:20px; color:#404040; text-transform: uppercase; font-weight:900; padding-top:3px; display:block;}
.singleProject p {font-size:16px; line-height:24px;}
.singleProject .projDescription {padding-left:20px;}
.singleProject .container {margin-bottom:0;}

/** PAGE 7 - Blog **/

#ourBlog {}
.blogPost {margin-bottom:50px; padding:0;}
.blogPost a:hover {color:#FFF;}

.blogPost h5 {background:#ffc700 url("../img/hdr2-line-bg.png") repeat-x 0 50%; text-align:center; padding: 0; text-transform: uppercase; font-size:18px; line-height:33px; color:#FFF; white-space:nowrap; margin-bottom:40px;}

.blogPost h5 span.lft {background:#ffc700 url("../img/hdr2-bg-left.png") no-repeat 0 79%; width:15px; height:33px; display:inline-block;}
.blogPost h5 span.rt {background:#ffc700 url("../img/hdr2-bg-right.png") no-repeat 0 79%; width:15px; height:33px; display:inline-block;}
.blogPost h5 span.mid {background: #ffc700 url("../img/hdr2-bg-mid.png") repeat 0 0; padding:0 8px; display:inline-block; height:33px;}

.blogPost h3 {text-transform: uppercase; color: #454445; font-size: 24px;  line-height: 26px; margin: 15px 0 5px 0; text-align:center; background:none; white-space:normal;}
.blogPost h3 + p {font-size:16px; line-height:24px;}
.blogPost p.summary  {color: #5F584A; text-align:center; margin:10px 0 0 0;}
span.dividers {color:#d7d4c7;}
.blogPost p.summary a {}
.blogPost ul.thumbnails {margin:0;}
.blogPost ul.thumbnails li {width:100%; text-align:center; margin:0; padding:0}


.blogSidebar {padding-left:20px;}
.blogSidebar a:hover {color:#FFF;}
.blogSidebar h4 {margin-bottom:5px;}
.blogSidebar h5 {margin-bottom:5px;}


.blogSidebar h4 {color:#FFF; font-size:20px; margin-bottom:10px;}
.blogSidebar ul.categories {}
.blogSidebar ul.categories li {padding:3px 0;}
.blogSidebar ul.categories li a {text-transform: uppercase; font-weight:900; display:inline-block; width:65%;}
.blogSidebar ul.categories li span{display:inline-block; width:30%; color:#000; text-align:right; font-weight:900;}

.blogSidebar ul.months {}
.blogSidebar ul.months li {padding:3px 0;}
.blogSidebar ul.months li a {text-transform: uppercase; font-weight:900; padding-left:5%; padding-right:5%; }

/** pager **/

.pager {margin:70px 0 25px 0;}
.pager ul li {display:inline-block;}

.pager ul li.previous a {float:none; display:block; background: transparent url("../img/prev-arrow-ac-bg.png") no-repeat 10% 5px; padding:1px 20px 1px 50px; border-radius:50px; width:auto; margin-right:10px;}
.pager ul li.previous a:hover {background-position:10% -58px;}
.pager ul li.next a {float:none; display:block; background: transparent url("../img/next-arrow-ac-bg.png") no-repeat 90% 5px; padding:1px 50px 1px 20px; border-radius:50px;  width:auto; margin-left:10px;}
.pager ul li.next a:hover {background-position:90% -58px;}

.pager ul li.previous span {float:none; display:block; background: transparent url("../img/prev-arrow-bg.png") no-repeat 10% 50%; padding:1px 20px 1px 50px; border:2px solid #d7d4c7; border-radius:50px; width:auto; color:#5F584A; margin-right:10px;}
.pager ul li.next span {float:none; display:block; background: transparent url("../img/next-arrow-bg.png") no-repeat 90% 50%; padding:1px 50px 1px 20px; border:2px solid #d7d4c7; border-radius:50px; width:auto; color:#5F584A; margin-left:10px;}

.pager ul li a, .pager ul li span {width:26px; height:26px; padding:1px; line-height:26px; border-radius:50px; display:inline-block; font-weight:900; color:#404040; background:transparent; border:2px solid #fff; text-transform: uppercase; margin:2px;}
.pager ul li.active a {border-color:#3a3a3a; color:#FFF;}
.pager ul li a:hover {border-color:#3a3a3a; color:#FFF; background-color:transparent;}

/* tabs style : recent/popular on 07blog.html */

.tabs1 .tab-content {border:4px solid #fff; border-radius:5px; padding:10px; border-top-left-radius:0;}
.tabs1 .nav-tabs {margin:0; border:none; position:absolute; margin-top:-36px;}
.tabs1 .nav-tabs > .active > a, .nav-tabs > .active > a:hover { background: #ffc700 url("../img/woodBg.png") repeat 0 0; border: 4px solid white; border-bottom: 0; font-weight:900; text-transform: uppercase; border-radius:5px; border-bottom-right-radius:0; border-bottom-left-radius: 0;}
.tabs1 .nav-tabs > li > a {text-transform: uppercase; font-weight:900; border:0; background:none;}
.tabs1 .tab-pane span {display:block; padding:5px 0; color:#5F584A; font-size:12px;}
.tabs1 .nav-tabs > li {padding-top:4px;}
.tabs1 .nav-tabs > li.active {padding-top:0;}



/* accordion style : on 07blog.html */

.acc1 {margin-bottom:40px;}
.acc1 a.accordion-toggle, .acc1 a.accordion-toggle.collapsed  {font-weight:900; text-transform: uppercase; background: transparent url("../img/acc-plus.png") no-repeat 0 50%; padding:10px 30px 10px 30px; border:none; color:#404040;}
.acc1 a.accordion-toggle:hover {color:#404040;}
.acc1 a.accordion-toggle.active {background: transparent url("../img/acc-minus.png") no-repeat 0 50%; color:#404040;}
.acc1 .accordion-heading {border:0; }
.acc1 .accordion-group {border:0; border-bottom:3px solid #fff; border-radius:0;}
.acc1 .accordion-inner {border:0; padding: 0 0 15px 30px;}
.acc1 .collapse {overflow: hidden !important;} /** IE fix **/


/** PAGE 8 - Blog Single Post **/

.singlePost {margin-bottom:50px; padding:0;}
.singlePost a:hover {color:#FFF;}
.singlePost h5 {background:transparent url("../img/hdr2-line-bg.png") repeat-x 0 50%; text-align:center; padding: 0; text-transform: uppercase; font-size:18px; line-height:33px; color:#FFF; white-space:nowrap; margin-bottom:40px;}

.singlePost h5 span.lft {background:transparent url("../img/hdr2-bg-left.png") no-repeat 3px 79%; width:18px; height:33px; display:inline-block;}
.singlePost h5 span.rt {background:transparent url("../img/hdr2-bg-right.png") no-repeat -3px 79%; width:18px; height:33px; display:inline-block;}
.singlePost h5 span.mid {background: transparent url("../img/hdr2-bg-mid.png") repeat 0 0; padding:0 8px; display:inline-block; height:33px;}

.singlePost ul.thumbnails {margin:0;}
.singlePost ul.thumbnails li {width:100%; text-align:center; background:none; padding:0; margin:0; padding:0;}

.singlePost h2 {font-size:24px; text-align:center; text-transform: uppercase; background:none; color:#404040; margin:10px 0 5px 0; white-space:normal;}
.singlePost h3 {font-size:20px; text-align:center; text-transform: uppercase; margin:15px 0 0 0;}
.singlePost h4 {font-size:16px; text-align:center; text-transform: uppercase; margin:20px 0 5px 0;}
.singlePost blockquote p {border:4px solid #fff; border-right:none; border-left:none; font-size:22px; font-style:italic; padding:10px 20px; font-weight:400; line-height:27px; margin:10px 20px; text-align:center;}
.singlePost blockquote {border:0;}
.singlePost ul {margin:10px 0;}
.singlePost ul li {background: transparent url("../img/list-dot.png") no-repeat 0 50%; padding-left:15px; list-style:none; margin:3px 50px; font-size:16px; line-height:24px;}
.singlePost p.summary {color: #5F584A; text-align:center; margin:5px 0 35px 0; font-size:14px;}
.singlePost p {font-size:16px; line-height: 24px;}

.socialNumbers { border-radius: 50px; margin: 30px 0; padding: 10px 0 8px 0; text-align: center; }
.socialNumbers ul {margin:0;}
.socialNumbers ul li {display:inline-block; margin:2px 20px;}
.socialNumbers ul li span {width:72px; height:34px; background: transparent url("../img/cloud-bg.png") no-repeat top center; display:inline-block; line-height:33px; text-align:center; margin-left:5px;}
.socialNumbers ul li a.btn {margin-bottom:3px; white-space: nowrap;}
.socialNumbers ul li a.btn:hover {background: transparent url("../img/btn-red-bg.png") repeat-x; color:#fff;}

.comments h5 {background:transparent url("../img/hdr2-line-bg.png") repeat-x 0 50%; text-align:center; padding: 0; text-transform: uppercase; font-size:18px; line-height:33px; color:#FFF; white-space:nowrap; margin-bottom:40px;}
.comments h5 span.lft {background:transparent url("../img/hdr2-bg-left.png") no-repeat 3px 79%; width:18px; height:33px; display:inline-block;}
.comments h5 span.rt {background:transparent url("../img/hdr2-bg-right.png") no-repeat -3px 79%; width:18px; height:33px; display:inline-block;}
.comments h5 span.mid {background: transparent url("../img/hdr2-bg-mid.png") repeat 0 0; padding:0 8px; display:inline-block; height:33px;}

.comments {margin:15px 0;}
.comments a:hover {color:#FFF;}
.comments ul ol {margin-left:13%;}
.comments ul li {display:inline-block;}
.comments .comment-content .comment-author span {color:#404040; font-weight:900; font-size:20px; text-transform: uppercase; display:block; padding:0 0 10px 80px;}
.comments .comment-content p {padding-left:80px; margin-bottom:5px;}
.comments .comment-content {width:100%; margin-bottom:30px;}
.comments .comment-content img {float:left; margin:0 5px 5px 0;}
.comments .comment-content p.summary {color: #5F584A; font-size:12px;}

.leaveComment {margin:20px 0 50px 0;}
.leaveComment h5 {background:transparent url("../img/hdr2-line-bg.png") repeat-x 0 50%; text-align:center; padding: 0; text-transform: uppercase; font-size:18px; line-height:33px; color:#FFF; white-space:nowrap; margin-bottom:40px;}
.leaveComment h5 span.lft {background:transparent url("../img/hdr2-bg-left.png") no-repeat 3px 79%; width:18px; height:33px; display:inline-block;}
.leaveComment h5 span.rt {background:transparent url("../img/hdr2-bg-right.png") no-repeat -3px 79%; width:18px; height:33px; display:inline-block;}
.leaveComment h5 span.mid {background: transparent url("../img/hdr2-bg-mid.png") repeat 0 0; padding:0 8px; display:inline-block; height:33px;}
.leaveComment input {width:92%;}
.leaveComment .half {width:48%; margin-bottom:20px;}
.leaveComment .btn {margin-top:20px;}
.leaveComment .btn:hover {background: #fff; color:#404040; border:0; text-shadow:none; box-shadow:none; color:#404040; }
.leaveComment .btn:active {background: #fff; color:#404040; border:0; text-shadow:none; box-shadow:none; }


/** PAGE 9 Contact us **/
#contactInfo {margin-bottom:40px;}
#contactInfo address {font-size:20px; font-weight:900; line-height:20px; text-transform: uppercase; margin-left:20px;}
#contactInfo address span {color:#5F584A; font-size:14px; font-weight:normal; display:inline-block; padding-bottom:2px; text-transform: none;}
#contactInfo a:hover {color:#FFF;}

#request h2 {margin-bottom:40px;}
#request input.search-query {margin:0 0 12px 0; width:90%;}
#request input.search-query.error {background: #fff url("../img/error-input-bg.png") no-repeat 96% 50%; border:3px solid #404040; width:88%; }

#request textarea {width:97%;}
#request textarea.error {border: 3px solid #404040}
#request .btn {margin-top:20px;}




/** Specifics **/ 
body.invert a.badge, a.badge, a.btn, body.invert a.btn {
	text-decoration: none;
}

dd {margin-left: 0;}

body.home .filterbox h3 {
	display: none;
}
.filterbox h3, .filterbox h4 {
	color: #FFF; 
}
body.Poo {
	background: #B1BBBD url("../img/content/poo-bg.jpg") top center no-repeat; 
	background-size: 100% auto; 
}


.well.well-white {
		
	/*background-color: #ffffff;*/
/*background-color: #ffffff;*/
background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.90)), to(rgba(255, 255, 255, 1.00)));
background-image: -webkit-linear-gradient(left top, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 1.00));
background-image: -moz-linear-gradient(left top, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 1.00));
background-image: -o-linear-gradient(left top, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 1.00));
background-image: -ms-linear-gradient(left top, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 1.00));
background-image: linear-gradient(left top, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 1.00));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#ffffff', EndColorStr='#ffffff');

	border: 1px solid #FFF; 
	color: #404040;
	text-shadow: none; 
	
}

.well-white a, .well-white a:link, .well-white a:visited {
	color: #404040;
}
.well-white a.badge {
	color: #FFF;
	text-decoration: none;	
}

.hero-unit h1 {
	margin-bottom: 30px;
}


.hero-unit {
	background-color: #ffffff;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(238, 238, 238)));
background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(238, 238, 238));
background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(238, 238, 238));
background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(238, 238, 238));
background-image: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(238, 238, 238));
background-image: linear-gradient(top, rgb(255, 255, 255), rgb(238, 238, 238));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#eeeeee');

}

body.Poo h3 {
	font-size: 20px; 
	margin: 0;
	line-height: 22px;
}

body.Poo h3 a, 
body.Poo h4 a {
	text-decoration: none;
}
body.Poo .badge {
	display: none; 
}
.dotted {
	border-bottom: 2px dotted #404040; 
}
.home h1  {
	margin: 30px 0;
}
.home .alt-row h1 {
	border: none;	
}



.event-summary {
	font-size: 0.8em; 
	
}
.event-summary dl, .event-summary p{
	margin: 0;
}


#map_canvas hr {
	display: none;
}

div.event table {
	width: 100%;
	margin: 10px 10px 10px 0;
	font-size: 11px;
	
	line-height: 12px;
}
div.event p {
	margin: 0 5px;
}
.event p.dates {

	padding: 10px 0;
	margin: 10px 0;
	font-size: 1.1em; 
	border-top: double #EEE;
	border-bottom: double #EEE;
	
}
.eventdetails dd {
	float: left; 
}
.eventdetails dt {
	float: left; 
	clear: left;
	margin-right: 5px; 
}

.blogPost {
  width: 500px;
  margin: 10px;
  float: left;
}

.well {
	background: url("../img/darken.png");
	border-color: #404040;
	color: #FFF; 
}
.home .well {
	border: none; 
	background: none; 
	padding: 0;
	margin: 0;
}
.table th, .table td{
	border-top: 1px solid #333
}

hr {
	border: none; 
	height: 1px; 
	background: url("../img/darken.png");
}

/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
	margin-bottom: 5px;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

a.stream {
	line-height: 16px; display: block; text-decoration: none; border-radius: 12px; margin-bottom: 10px; 
	padding: 15px 15px 15px 15px;
	text-shadow: 0 0 4px #999;
	text-decoration: none;
}
a.stream:hover {

}

.lead .label {
	font-size: 18px;
}
.label {
	font-weight: normal;
	text-decoration: none !important; 	
}
.filter {
	margin-right: 20px;
}


.dates li a {
	float: left;
	color: #FFF;
	text-decoration: none; 
	display: block;
	width: 20px;
	height: 22px; 
	margin: 0 3px 2px 0;
	padding: 8px 10px 10px 10px;
	text-align: center;
	line-height: 10px;	
	-webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-background-clip: padding-box; background-clip: padding-box;
  background: #000;
}
.dates li a span {
	font-size: 7px;
	text-transform: uppercase;
}
/* Dates */
ul.dates li:nth-child(1) a {
background:#000;
}
ul.dates li:nth-child(2) a {
background:#797979;
}
ul.dates li:nth-child(3) a {
background:#C7A129;
}
ul.dates li:nth-child(4) a {
background:#F5C62D;
}
ul.dates li:nth-child(5) a {
background:#F8DB6D;
}
ul.dates li:nth-child(6) a {
background:#BECECE;
}
ul.dates li:nth-child(7) a {
background:#91B8C3;
}
ul.dates li:nth-child(8) a {
background:#6C8991;
}
ul.dates li:nth-child(9) a {
background:#727491;
}
ul.dates li:nth-child(10) a {
background:#000;
}


.types li a {
	list-style: none;
	  background: #000;
	  color: #FFF;
	text-decoration: none; 
	display: block;
	text-transform: uppercase;
	text-align: center;
	padding: 3px 10px;
	margin: 0 20px 3px 0;
	
	 -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-background-clip: padding-box; background-clip: padding-box;
  font-size: 12px;
  
  

font-family: 'scifly', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
line-height: 15px;
font-size: 14px;  
}
/* Types */
ul.types li:nth-child(1) a {
background:#FFC244;
}
ul.types li:nth-child(2) a {
background:#323433;
}
ul.types li:nth-child(3) a {
background:#938E82;
}
ul.types li:nth-child(4) a {
background:#44AD95;
}
ul.types li:nth-child(5) a {
background:#4BBCD4;
}
ul.types li:nth-child(6) a {
background:#B1BBBD;
}
ul.types li:nth-child(7) a {
background:#813A42;
}
ul.types li:nth-child(8) a {
background:#91B8C3;
}
ul.types li:nth-child(9) a {
background:#323433;
}

.prices li a {
	list-style: none;
	background: #000;
	color: #ffc700;
	text-decoration: none; 
	display: block;
	text-transform: uppercase;
	text-align: center;
	padding: 3px 10px;
	margin: 0 3px 3px 0;
	
	 -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-background-clip: padding-box; background-clip: padding-box;
  font-size: 12px;
  width: 35%;
  float: left; 

font-family: 'scifly', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
line-height: 15px;
font-size: 14px;  
}
.prices li a span {
	color: #FFF; 
	font-size: 10px;  
}
/* Prices */
ul.prices li:nth-child(1) a {
background:#87B8C3;
}
ul.prices li:nth-child(2) a {
background:#CFA033;
}
ul.prices li:nth-child(3) a {
background:#585858;
}
ul.prices li:nth-child(4) a {
background:#000000;
}



ul.filter li.active a {
	background: #FFF;
	color: #000;
}

/* Quicksand */
ul.filterMenu  {
	margin: 0 0 10px 5px;
	list-style: none; 
	text-align: left; 
}
ul.filterMenu li {
	display: inline;
	margin-left: 5px; 
}


body.invert .navbar a.brand, body.invert .navbar .navbar-inner .container .nav li a, body.invert .navbar .btn-navbar {
	color: #FFF; 
}


body.invert #map_canvas a {
	color: #000;
	margin-bottom: 10px;
}

a.adtype2 {
	display: block;
	margin-bottom: 20px;
	
}


/** media queries, adjustments **/
@media (max-width: 1200px) {
	.fullSlider .nivo-caption {left:61%;}
	.brand span {
		display: none; 
	}
}


@media (min-width: 768px) and (max-width: 979px) {
.brand span {
		display: inline; 
	}
	.navbar .navbar-inner .container .nav li.dropdown a {
		background:none;
	}

	.navbar .navbar-inner .container .nav li.dropdown ul.dropdown-menu {
		text-align:left;
		margin-left:25px;
	}
	.navbar .navbar-inner .container .nav li.dropdown ul.dropdown-menu a  {

		color:#3a3a3a;
	}
	.navbar .navbar-inner .container .nav li.dropdown ul.dropdown-menu a:hover {
		color:#fff;
	}
	.navbar .navbar-inner .container .nav li.active a {
		background:none;
		color:#fff;
	}
	.navbar .nav li {line-height:30px;}

	.navbar .navbar-inner .container .nav li a {margin:5px 20px;}

	.slider .carousel-caption .w1 {width:100%; color:#404040;}
	.slider .carousel-caption .w1 .description {display:none;}
	.slider .carousel-caption .w2 {display:none;}
	.slider .carousel-caption {bottom:27px;}
	.slider .carousel-caption span.title {text-align:center;}
	.slider .carousel-caption a span.title {color:#404040;}

	.blogPost a.thumbnail.corner {display:block;}
	.singlePost a.thumbnail.corner {display:block;}
	.fullSlider .nivo-caption {left:68%;}
	#whatWeDoRow .moveMe {padding:0;}
    #whatWeDoRow .span1 {width:100%;}
	#whatWeDoRow h3 {margin-top:3px;}

}


@media (max-width: 767px) {

	.container {text-align:center; padding:0 20px;}
	body {padding-left:0; padding-right:0;}

	input.search-query {min-height: 32px;}
	#request textarea {width:90%;}



	.navbar .navbar-inner .container .nav li.dropdown a {
		background:none;

	}

	.navbar .navbar-inner .container .nav li.dropdown ul.dropdown-menu {
		margin-left:25px;
		text-align:left;
	}
	.navbar .navbar-inner .container .nav li.dropdown ul.dropdown-menu a  {
		color:#3a3a3a;
	}
	.navbar .navbar-inner .container .nav li.dropdown ul.dropdown-menu a:hover {
		color:#fff;
	}
	.navbar .navbar-inner .container .nav li.active a {
		background:none;
		color:#fff;
	}
	.navbar .nav li {line-height:30px;}

	.navbar .navbar-inner .container .nav li a {margin:5px 20px;}


	.workTogether p {text-align:center; padding:0 10px;}
	.workTogether a.btn.red-btn {margin-left:0;}
	.workTogether .box {border-radius:20px;}

	.slider .carousel-caption {display:none;}
	.slider .controlContainer {background: transparent; height:100%; width:100%; margin:0;}
	.slider .carousel-control {top:50%; margin-top:-25px;}

	.filterMenu ul {background:none;}
	.blogPost {padding-right:0; padding-left:0;}
	.singlePost {padding-right:0; padding-left:0;}

	.blogPost a.thumbnail.corner {display:block;}
	.singlePost a.thumbnail.corner {display:block;}
	.fullSlider .nivo-caption {margin-left:-50% !important; left:50%;}

    #titleRow h1 {background:none; font-size:30px; border: none; }
	#titleRow h1 span.lft, #titleRow h1 span.rt {background:none; width:0;}
	#whatWeDoRow .moveMe {padding:0 0 30px 0;}

	.fullSlider h1 {
		font-size:33px;
		line-height:33px;
	}

	.blogSidebar {padding:0;}
	.blogSidebar ul.categories li span {text-align:center;}

	.filterMenu ul li a span.lft, .filterMenu ul li a span.mid, .filterMenu ul li a span.rt {background:#ffc700;}

	.singleProject .projDescription {padding-left:0;}

	#contactInfo address {margin-left:0;}

	#ourStatistics .project .span2 {padding-bottom:30px;}
	#ourStatistics .project span {margin-top:0;}
	#ourStatistics p {text-align:center;}
    .person p {margin-top:20px; margin-bottom:30px;}
    #contactUsRow p {text-align:center;}
	#getInTouch {margin-top:20px;}
    p {text-align:left;}

    .smallSlider {margin-top:30px;}
    .smallSlider p {text-align:center;}
	#stayTunedRow .newsData .tweet {margin:30px 0;}
	a.twitterBtn {margin:0 0 40px 0;}
	#whatWeDoRow2 .description {margin-bottom:20px;}
	.projectNavig h2 {background:none;}
	.projectNavig h2 span.mid {background:none;}
	.projectNavig h2 a.lft, .projectNavig h2 a.rt {display:none;}


}

@media (max-width: 480px) {

	.container {text-align:center;}

	.smallSlider .box {
		margin-top:15px;
	}
	.slider .description {
		display:none;
	}

	#sloganRow {
		padding-top:5px;
	}
	#sloganRow h1 {
		font-size:33px;
		line-height:33px;
		padding:0;
		background:none;
		min-height:auto;

	}

	.fullSlider .nivo-caption {
		display:none !important;
	}

	.blogSidebar ul.categories li span {text-align:center;}

	.filterMenu ul li a span.lft, .filterMenu ul li a span.mid, .filterMenu ul li a span.rt {background:#ffc700;}

	.singleProject .projDescription {padding-left:0;}
}



@-moz-document url-prefix() {
  h1, .brand,h2,h3,h4,h5,h6, .brand2 {
    font-weight: normal;
  }
}
/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=ffffff&bgTextureHeader=23_fine_grain.png&bgImgOpacityHeader=15&borderColorHeader=d4d1bf&fcHeader=453821&iconColorHeader=b83400&bgColorContent=eceadf&bgTextureContent=23_fine_grain.png&bgImgOpacityContent=10&borderColorContent=d9d6c4&fcContent=1f1f1f&iconColorContent=222222&bgColorDefault=f8f7f6&bgTextureDefault=23_fine_grain.png&bgImgOpacityDefault=10&borderColorDefault=cbc7bd&fcDefault=654b24&iconColorDefault=b83400&bgColorHover=654b24&bgTextureHover=23_fine_grain.png&bgImgOpacityHover=65&borderColorHover=654b24&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=eceadf&bgTextureActive=23_fine_grain.png&bgImgOpacityActive=15&borderColorActive=d9d6c4&fcActive=140f06&iconColorActive=8c291d&bgColorHighlight=f7f3de&bgTextureHighlight=23_fine_grain.png&bgImgOpacityHighlight=15&borderColorHighlight=b2a266&fcHighlight=3a3427&iconColorHighlight=3572ac&bgColorError=b83400&bgTextureError=23_fine_grain.png&bgImgOpacityError=68&borderColorError=681818&fcError=ffffff&iconColorError=fbdb93&bgColorOverlay=6e4f1c&bgTextureOverlay=16_diagonal_maze.png&bgImgOpacityOverlay=20&opacityOverlay=60&bgColorShadow=000000&bgTextureShadow=16_diagonal_maze.png&bgImgOpacityShadow=40&opacityShadow=60&thicknessShadow=5px&offsetTopShadow=0&offsetLeftShadow=-10px&cornerRadiusShadow=18px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #d9d6c4; background: #eceadf url("http://2013.goodbeerweek.com.au/cache/images/ui-bg_fine-grain_10_eceadf_60x60.png") 50% 50% repeat; color: #1f1f1f; }
.ui-widget-content a { color: #1f1f1f; }
.ui-widget-header { border: 1px solid #d4d1bf; background: #ffffff url("http://2013.goodbeerweek.com.au/cache/images/ui-bg_fine-grain_15_ffffff_60x60.png") 50% 50% repeat; color: #453821; font-weight: bold; }
.ui-widget-header a { color: #453821; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cbc7bd; background: #f8f7f6 url("http://2013.goodbeerweek.com.au/cache/images/ui-bg_fine-grain_10_f8f7f6_60x60.png") 50% 50% repeat; font-weight: bold; color: #654b24; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #654b24; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #654b24; background: #654b24 url("http://2013.goodbeerweek.com.au/cache/images/ui-bg_fine-grain_65_654b24_60x60.png") 50% 50% repeat; font-weight: bold; color: #ffffff; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #d9d6c4; background: #eceadf url("http://2013.goodbeerweek.com.au/cache/images/ui-bg_fine-grain_15_eceadf_60x60.png") 50% 50% repeat; font-weight: bold; color: #140f06; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #140f06; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #b2a266; background: #f7f3de url("http://2013.goodbeerweek.com.au/cache/images/ui-bg_fine-grain_15_f7f3de_60x60.png") 50% 50% repeat; color: #3a3427; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #3a3427; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #681818; background: #b83400 url("http://2013.goodbeerweek.com.au/cache/images/ui-bg_fine-grain_68_b83400_60x60.png") 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url("http://2013.goodbeerweek.com.au/cache/images/ui-icons_222222_256x240.png"); }
.ui-widget-content .ui-icon {background-image: url("http://2013.goodbeerweek.com.au/cache/images/ui-icons_222222_256x240.png"); }
.ui-widget-header .ui-icon {background-image: url("http://2013.goodbeerweek.com.au/cache/images/ui-icons_b83400_256x240.png"); }
.ui-state-default .ui-icon { background-image: url("http://2013.goodbeerweek.com.au/cache/images/ui-icons_b83400_256x240.png"); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url("http://2013.goodbeerweek.com.au/cache/images/ui-icons_ffffff_256x240.png"); }
.ui-state-active .ui-icon {background-image: url("http://2013.goodbeerweek.com.au/cache/images/ui-icons_8c291d_256x240.png"); }
.ui-state-highlight .ui-icon {background-image: url("http://2013.goodbeerweek.com.au/cache/images/ui-icons_3572ac_256x240.png"); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url("http://2013.goodbeerweek.com.au/cache/images/ui-icons_fbdb93_256x240.png"); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; border-top-left-radius: 6px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -khtml-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -khtml-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; -khtml-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }

/* Overlays */
.ui-widget-overlay { background: #6e4f1c url("http://2013.goodbeerweek.com.au/cache/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png") 50% 50% repeat; opacity: .60;filter:Alpha(Opacity=60); }
.ui-widget-shadow { margin: 0 0 0 -10px; padding: 5px; background: #000000 url("http://2013.goodbeerweek.com.au/cache/images/ui-bg_diagonal-maze_40_000000_10x10.png") 50% 50% repeat; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 18px; -khtml-border-radius: 18px; -webkit-border-radius: 18px; border-radius: 18px; }/*!
 * jQuery UI Resizable 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*!
 * jQuery UI Selectable 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*!
 * jQuery UI Accordion 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*!
 * jQuery UI Autocomplete 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.23
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*!
 * jQuery UI Button 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*!
 * jQuery UI Slider 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*!
 * jQuery UI Tabs 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*!
 * jQuery UI Datepicker 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*!
 * jQuery UI Progressbar 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
