



#stickit {

	

     background: #278b8f  ; 

}

#stickit a.home {

	color: #fff;

	background: #666;

}

#stickit .navigation a:hover,

#stickit .lvl-1 .submenu:hover a.expand-lvl-2,

#stickit .lvl-2 .submenu:hover a.expand-lvl-3 {

	color: #fff;

	background: #333;

}

#stickit .navigation a:hover,

#stickit .lvl-1 .submenu:hover a.expand-lvl-2,

#stickit .lvl-2 .submenu:hover a.expand-lvl-3 {

	color: #fff;

	background: #333;

}

#stickit .lvl-0:hover .main-item, #stickit .main-item:hover {

	color: #ccc;

}

#stickit span.stickit-tip {

	background: #666;

}

#stickit span.stickit-tip:before {

	border-top: 6px solid #666;

}

#stickit .title.large {

	color: #fff;

}

#stickit .social a {

	color: #fff;

}

#stickit p a {

	color: #fff;
	max-width: 196px;

}
.small-text {
    max-width: 162px !important;
}

#stickit p span.quote {

	border-left: solid 6px #333;

}

#stickit .overlay > div a.icon {

	background: #fff;

	color: #333;

}

#stickit label.hide-lb {

	color: #333;

	background: #666;

}

#stickit label.show-lb {

		background: #666;

	color: #fff;

}

#stickit label.hide-lb:hover,

#stickit label.show-lb:hover {

	background: #999;

}

#stickit .multi-col a:hover {

	background: #bbb;

}

#stickit .title.multi {

	border-left: solid 6px #bbb;

}

#stickit .tab-labels label:hover,

#stickit input#t-1:checked ~ .tab-labels label.lb-1,

#stickit input#t-2:checked ~ .tab-labels label.lb-2,

#stickit input#t-3:checked ~ .tab-labels label.lb-3,

#stickit input#t-4:checked ~ .tab-labels label.lb-4,

#stickit input#t-5:checked ~ .tab-labels label.lb-5 {

	background: #333;

}

#stickit .map-wrap .b-title {

	color: #333;

}

#stickit .table.first {

	background: #bbb;

}

#stickit .bar span {

	background: #bbb;

}

#stickit input.send {

	background: #333;

}



/* Media queries */



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

	#stickit label.show-lb {

		color: #fff;

		background: #666;

	}

	#stickit label.hide-lb {

		background: #278b8f;

		color: #fff;

	}

}