/*import*/
@import url("font-awesome.min.css");
@import url(http://fonts.googleapis.com/css?family=Playball);
/*defaults*/
h1, h2, h3, h4, h5, h6, body, p {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}
p {
	font-size: 15px;
	color: #222;
}
strong {
    font-weight: 400;
}
p.lead {
	margin-bottom: 2em;
}
h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	letter-spacing: 2px;
}
h1 {
	font-size:25px;
	margin-top: 55px;
}
h1.page-heading {
	font-size:23px;
	margin-top: 30px;
	letter-spacing: 2px;
	margin-bottom:40px;
	color: #444;
}
h2.page-heading-portfolio {
	font-size:21px;
	margin-top: 30px;
	letter-spacing: 2px;
	color: #444;
    margin-left:0px;
}
h2.page-heading {
	font-size:21px;
	margin-top: 30px;
	letter-spacing: 2px;
	margin-bottozm:40px;
	color: #444;
}
h2 {
	font-size: 21px;
	margin-top: 1em;
	margin-bottom: 1em;
}
h3 {
	font-size: 21px;
    color: #444;
    text-transform: uppercase;
}
h3.contact-heading {
    font-size: 16px;
	color: #20245b;
	margin-top: 3em;
}
.services-h3 {
 	font-size: 19px;
	color: #20245b; 
    text-transform:uppercase;
}
h4 {
	font-size: 19px;
	color: #20245b;
	margin-bottom: 2em;
    text-transform:lowercase;
}
h4.sitemap {
  margin-bottom: 10px;
    margin-left: 20px;
}
p.sitemap {
  margin-left: 20px;  
}
h5 {
	font-size: 14px;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #20245b;
}
a, a:visited {
	color: #20245b;
}
a:hover, a:focus {
	color: #20245b;
}

.tap {
 font-size:12px;   
}
.dash {
	background: none repeat scroll 0 0 #20245b;
	display: block;
	height: 2px;
	margin: 30px auto 45px;
	width: 50px;
}
.dash-2 {
	background: none repeat scroll 0 0 #fff;
	display: block;
	height: 2px;
	margin: 30px auto 45px;
	width: 50px;
}
.top-bar-blue {
 color:#fff;  
    float:right;
    text-transform:uppercase; 
    font-size:20px;
    padding-left:8px;
}
.top-bar-blue:hover {
    text-decoration:underline; 
}
.top-bar-blue:focus {
    color:#fff; 
}

.top-bar-section li a:hover {
	text-decoration:underline;
}
.top-bar .toggle-topbar.menu-icon a {
margin-top:10px;	
}
#outerImageContainer {
    max-width: 90%;
    overflow: hidden;
    height: auto !important;
    font-size:0!important;
}

#imageDataContainer {
    max-width: 90%;
    overflow: hidden;
}

#lightboxImage {
    max-width: 100%;
}
/*buttons*/
.button, button, input[type="submit"], a#catshopbuy:link, a#catshopbuy:visited  {
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	background: none;
	letter-spacing: 2px;
	border: 2px solid #20245b;
	color: #20245b;
}
.button.secondary, button.secondary {
	background: none;
}
button:hover, .button:hover, .button.secondary:hover, button.secondary:hover, button:focus, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background: rgba(102,102,102,0.25);
	color: #011760;
	border-color: #011760;
}
input[type="submit"] {
    padding: 15px 20px;
}
/*pricing tables*/
.pricing-table {
	border: 2px solid #D5A35E;
	margin-bottom: 30px;
}
.pricing-table .title {
	background: #D5A35E;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Roboto", sans-serif;
	color: #fff;
	font-size: 21px;
	padding: 30px 15px;
}
.pricing-table .title a {
	color: #fff;
}
.pricing-table .price {
	background: none;
	font-family: "Roboto", sans-serif;
}
.pricing-table .price p.small {
	margin-bottom: 10px;
}
/*side-nav*/
.side-nav li {
	margin-bottom: 0;
}
.side-nav li a:not(.button) {
	color: #2c2c2c;
	padding: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.024);
	font-family: "Roboto", sans-serif;
}
.side-nav li.side-nav-title a:not(.button) {
	color: #011760;
    font-weight: 500;
}
.side-nav li a:hover:not(.button), .side-nav li a:focus:not(.button) {
	color: #011760;
	bazckground: #ccc;
}
/*header*/
#warning        {
	display:inline-block; 
	width:100%; 
	margin-top:100px; 
	margin-left:50px;
	padding:4px; 
	color: #000;
	}
#warning p       { 
	width:600px;
}
#warning h4       { 
	width:600px;
	color:#222;
}
header {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 1000;
}
.contain-to-grid, .top-bar, .top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button), .contain-to-grid, .top-bar, .top-bar-section li:not(.has-form) a:not(.button), .top-bar.expanded .title-area {
	background: none repeat scroll 0 0 #fff;
}
.top-bar-section ul {
	float:right;
}
.top-bar-section ul li {
	padding-right:35px;
	padding-top:12px;
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
	color: #011760;
	background: none;
}
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
	background: none repeat scroll 0 0 #011760;
}
.top-bar-section ul li > a {
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 300;
	border:1px solid #fff;
}
.top-bar-section ul ul li > a {
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
}
.top-bar-section .dropdown li:not(.has-form) a:not(.button), .top-bar-section .dropdown li.active:not(.has-form) > li a:not(.has-form) a:not(.button) {
	background: none repeat scroll 0 0 #011760; color: #fff; border:1px solid #fff;
}
.top-bar-section .dropdown li.active:not(.has-form) a:not(.button), .top-bar-section .dropdown li.active:not(.has-form) .dropdown li.active:not(.has-form) a:not(.button) {
	background: none repeat scroll 0 0 #011760; border:1px solid #fff;
}
.top-bar-section .dropdown li:hover:not(.has-form) > a:not(.button) {
	text-transform: uppercase; color: #011760; 
}
.top-bar .name img {
	marzgin-left: 0.9375em;
    margin-top:15px;
}
.top-bar-section .has-dropdown li > a {
	font-size: 15px;
	font-weight: 300;
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
	color: rgba(255, 255, 255, 0.4);
}
.top-bar-section ul {
margin-top:46px;	
}
.contain-to-grid {
	padzding: 35px 0 0px;
	height:125px;
}
.utility-nav {
	background-color: #20245b;
	border-bottom: 8px solid #ccc;
	margin: 0;
	padding: 20px 0;
}
.utility-nav ul, .utility-nav ul li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.utility-nav li {
	float: left;
}
.utility-nav li span {
	margin-right: 5px;
}
.utility-nav li a {
	font-size: 13px;
	margin-right: 20px;
}
.utility-nav a {
	color:#fff;
	font-size:15px;
    margin-right: 21px;
}
.shopping-cart {
	color: #FFFFFF;
	font-size: 13px;
}
a.cartSummaryLink {
	color: #D5A35E;
}
.utility-nav .uty0, .utility-nav .uty1 {
	display: none;
}
table.cartSummaryTable {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	margin: 2px 0 0 20px;
}
td.cartSummaryItem {
	color: #FFFFFF;
	font-size: 13px;
	padding: 3px 0;
}
/*search*/
.search-container {
	display: none;
	padding: 30px 0 0;
	background: #fff;
}
.search-icon span {
	color: #FFFFFF;
	padding: 0px 0 0 9px;
	margin-left: 5px;
	cursor: pointer;
}
.search-container input[type="text"] {
	background: none;
	border: 1px solid #011760;
	height: auto;
	padding: 15px 10px;
	color: #222;
}
/*slider*/
.orbit-container .orbit-slides-container img {
	width: 100%;
}
.orbit-container .orbit-slides-container > li .orbit-caption {
	top: 28%;
	text-align: center;
	background: none;
}
.orbit-caption h4 {
  text-align: center;
  font-size: 25px;  
}
.orbit-caption a {
    color:#fff;
}
.orbit-container .orbit-slides-container > li .orbit-caption h2, .orbit-container .orbit-slides-container > li .orbit-caption h2 {
	color: #fff;
	font-weight: 100;
}
.orbit-container .orbit-slides-container > li .orbit-caption h2 {
	font-size: 50px;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin-bottom: 5px;
	padzding-bottom: 10px;
    text-transform: uppercase;
    font-family: "Roboto", Sans-Serif;
    letter-spacing:6px;
}
.orbit-container .orbit-slides-container > li .orbit-caption h3 {
	font-size: 25px;
    color: #fff;
    text-transform: none;
    font-family: "Roboto", Sans-Serif;
}
.orbit-container .orbit-prev, .orbit-container .orbit-next {
	border: 2px solid #fff;
	width: 60px;
}
.orbit-container .orbit-prev > span {
	margin-right: -4px;
	right: 50%;
}
.orbit-container .orbit-prev {
	left: 10%;
}
.orbit-container .orbit-next {
	right: 10%;
}
/*services*/
section.services {
	text-align: center;
	padding: 40px 0;
	background: #fff;
}
section.services-bg {
	text-align: center;
	padding: 20px 0;
	backgrouznd: #f6f6f0;
}
section.services-bg p, h4 {
	text-align: left;
}
section.services h4 {
	text-align: left;
	color: #20245b;	
}
section.services a:hover, a:focus {
	color: #222;	
}
section.services-2 {
	text-align: center;
	padding-top: 60px;
	padding-bottom:50px;
	background: #999;
}
section.services-2 p, h4 {
	text-align: left;
	color: #fff;	
}
section.services-2 h4 {
	color: #20245b;	
}
section.services-2 a {
	text-align: left;
	color: #fff;
}
section.services-2 a:hover, a:focus {
	color: #011760;	
}
section.services-2 h3 {
	color: #fff;
}
section.services-bg h5 {
	text-align: left;
color: #011760;
}

.services-col {
	text-align: left;
}
.services-col h4 {
	margin-bottom: 1em;
}
.services-col p {
	line-height: 1.75em;
	margin-bottom: 20px;
	text-align: left;
}
.service-detail-item {
	margin-bottom: 20px;
}
.service-image {
	max-height:200px;
	overflow:hidden;	
}
.service-details {
	margin-bottom: 10px;
	padding: 20px 0 0px;
}
.service-details h5 {
	margin-bottom: 20px;
}
.service-details h4 {
	margin-bottom: 20px;
	color: #20245b;
}
.service-details p {
	font-family: "Roboto", Sans-Serif;
}
.service-details ul li {
	font-family: "Roboto", Sans-Serif;
    font-size: 14px;
    color:#555;
    font-weight:normal;
}
.service-details-2 {
	padding: 20px 0 0px;
}
.service-details-2 p {
	font-family: "Roboto", Sans-Serif;
}
.service-details-2 h4 {
	margin-bottom: 20px;
	color: #011760;
}
/*service-areas*/
section.service-areas {
	background: #fff;
	text-align: center;
    padding-bottom:50px;
}
section.service-areas h3 {
	margin-top:50px;
    margin-bottom:20px;
	font-size:21px;
	font-family: "Roboto", Sans-Serif;
	text-transform:uppercase;
}
/*about*/
section.services-about {
	text-align: center;
	padding: 40px 30px 0 0;
	background: #999;
}
section.services-about h3 {
	color:#fff;
	font-weigzht:400;
	margin-bottom:50px;
	font-family: "Roboto", Sans-Serif;
	text-transform:none;
	font-size: 21px;
    text-transform: uppercase;
}
section.services-about p {
	color:#fff;
}
section.services-testimonials {
	text-align: center;
	padding: 40px 0px 30px 0;
	background: #999;
}
section.services-testimonials p {
	color:#fff;
}
section.services-testimonials h3 {
	color:#fff;
	margin-bottom:50px;
	font-family: "Roboto", Sans-Serif;
	text-transform:none;
	font-size: 21px;
    text-transform: uppercase;
}
section.home-testimonials {
	text-align: center;
	padding: 65px 0px 60px 0;
	background: #20245b;
}
section.home-testimonials p {
	color:#fff;
}
	section.home-testimonials .dash {
	background: #fff;
	margin:25px auto;
}
section.home-testimonials a {
	color:#fff;
}
section.home-testimonials h3 {
	color:#fff;
	font-family: "Roboto", Sans-Serif;
	text-transform:none;
	font-size: 21px;
    text-transform: uppercase;
}
section.home-testimonials marquee {
 text-align:center;   
}
section.home-testimonials marquee a {
 text-decoration: underline;  
}
section.home-testimonials marquee p.sign {
 text-decoration: underline;  
}
section.home-testimonials .button.secondary {
	border-color: #fff;
	color: #fff;
	margin-top:50px;
}
h4.about-grey-box {
	color:#20245b;
}
section.about {
	padding: 50px 0 0;
	background: #20245b;
	text-align: center;
}
section.contact {
	background: #fff;
	padding: 30px 0;
}
section.about h3, section.about p {
	color: #fff;
}
section.about h3 {
	margin-top:40px;
	font-size:21px;
	font-family: "Roboto", Sans-Serif;
	text-transform:uppercase;
}	
section.contact h3, section.contact p {
	color: #333;
}
section.contact .dash {
	background: #D5A35E;
	
}
.webform-employment {
 font-size:17px;
    border:none;
}
.webform-employment td {
 margin:0px;
}
section.about .dash {
	background: #fff;
	margin:25px auto;
}
section.about p {
	color: #fff;
	text-align: center;
	font-size: 28px;
	border:none;
	padding-top: 0;
}
section.about .button.secondary {
	border-color: #fff;
	color: #fff;
	margin-bottom:6em;
}
#g-page {
 margin-bottom:50px;   
}
a.testimonial-link {
 text-decoration: underline;   
}
.team-pictures {
	margin: 6px 0 -90px;
	overflow: hidden;
}
.team-pictures img.img-overhang {
	margin-top: -140px;
}
.team-item {
	position: relative;
	overflow: visible;
	margin: 0 30px 30px 0;
	float: left;
}
.team-item-hover {
	background: none repeat scroll 0 0 #666;
	height:65px;
	position: absolute;
	opacity: 0.9;
	text-align: center;
	width: 100%;
	padding-top: 7px;
	top: 1000%;
}
.team-item:nth-child(2n+2) {
	margin-right: 0;
}
.team-item:hover > .team-item-hover {
	bottom: 0;
	top: auto;
}
.team-item-hover h5, .team-item-hover h6 {
	color: #fff;
	margin: 0;
}
.team-item-hover h5 {
	margin-top: 7px;
}
.team-item-hover h6, .team-item-large h6 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 12px;
	font-style: italic;
}
.team-item-large {
	text-align: center;
}
.team-item-large h5, .team-item-large h6 {
	margin: 0;
}
.team-details {
	padding: 20px 0;
	border-bottom: 2px solid #011760;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
form label {
	text-align: left;
	margin: 0 0 10px;
}
form br {
	
	display:none;}	
form label input, form label textarea, .contact form input[type="submit"] {
	margin: 5px 0!important;
}
.value-item {
	margin-bottom: 30px;
}
.coming-soon {
	background: url("/_assets/img/coming-soon-blog.png") no-repeat;
	background-position: center;
	 background-color:#999;
	 width:100%;
	height:300px;
	margin-top:100px;
}
/*work*/
section.work {
	text-align: center;
	padding: 30px 0 0;
	overflow: hidden;
	clear:both;
	margin-top: 20px;
}
section.work-detail {
	padding: 40px 0;
}
.work-detail ul.categories {
	margin: 0;
}
.work-detail h1 {
	font-size: 32px;
}
.work-detail .button {
	margin: 10px 0;
}
.work-detail h2 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 14px;
	letter-spacing: 0;
	text-transform: none;
	font-style: italic;
}
.work-detail ul.categories li {
	display: inline-block;
	list-style: none;
	padding: 5px 10px;
	margin: 0 5px 5px 0;
	font-size: 12px;
	background: #F6F6F0;
}
#filters ul, #filters ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#filters ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 45px!important;
}
#filters ul li button {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #ccc;
	padding: 10px 17px;
	color: #ababab;
	font-weight: 500;
}
#filters ul li button.is-checked, #filters ul li button:hover, #filters ul li button:focus {
	border-color: #011760;
	color: #011760;
}
#filters ul li:last-child {
	margin-right: 0;
}
.work-item {
	float: left;
	height: 440px;
	overflow: hidden;
	position: relative;
	
}
.work-item img {
	width: 100%;
	position: relative;
	height: 360px;
}
.work-item-hover a {
	background: url("images/crosshair.png") no-repeat scroll center center rgba(20, 20, 20, 0.65);
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 1;
	left: 0;
	transition-duration: 0.5s;
	height: 100%;
}
.work-item:hover > .work-item-hover a {
	top: 0;
	transition-duration: 0.5s;
}
.work-item-details {
	padding: 20px 0;
	position: relative;
	z-index: 2;
}
.work-item:hover > .work-item-details h5, .work-item:hover > .work-item-details h6 {
	color: #fff;
}
.work-item h5 {
	margin-bottom: 0;
}
.work-item h6 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin: 0;
	font-size: 12px;
	font-style: italic;
}
section.thumbs a {
	width: 108px;
	overflow: hidden;
	margin: 15px 10px 15px 0;
	display: inline-block;
}
section.thumbs a:last-child {
	margin-right: 0;
}
section.thumbs a >img {
}
section.thumbs a.active > img {
	opacity: 0.5;
}
.h2-contact {
margin-top: 10px;
color:#333;	
}

/*cta*/
section.cta {
	padding: 60px 0 0;
	background: #fff;
	text-align: center;
}
section.cta .button.secondary {
	border-color: #20245b;
	color: #20245b;
	margin-bottom: 3em;
	width: 100%;
    font-size:21px;
}
.photogalleryTable {
	border:none;
	margin-top:70px;
	margin-bottom:40px;
	margin-left:-8px;
    float:left;
}
#imageDetails {
    font-size:13px;
    font-family: "Roboto", Sans-Serif; 
}
#imageData #numberDisplay {
    margin-top: 10px; 
}
/*footer*/
footer {
	background: #20245b;
	padding: 50px 0 60px;
}
footer a {
	color: #fff;
}
footer a:hover{
	color: #ccc;
}
footer a:focus{
	color: #fff;
}
footer a:visited{
	color: #fff;
}
footer h4 {
	color: #fff;
	margin-bottom:1em;
	font-family: "Roboto", Sans-Serif;
	text-transform:none;
	font-size: 25px;
}
footer p, footer div.copy {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
footer div.copy {
	mazrgin: 0 0px 15px 15px;
	margin-top:55px;
}

footer div.copy a:hover {
	color:#ccc;
}
footer .vcard {
	border: medium none;
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 0;
	widtzh:300px;
}
footer .dcard {
	border: medium none;
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 0;
	widtzh:300px;
}
footer h4.dcard-heading {
	margin-top: 54px;
    margin-bottom: 10px; 
}
footer ul.dcard {
	list-style-type: none;
}
.address {
   margin-right:15px; 
}
.footer-nav-links {
	color: #fff;
	font-size: 12px;
	line-height: 24px;
}
.footer-nav-links a:hover {
	color: #ccc;
}
footer .vcard .fa {
	margin-right: 5px;
}
.blog-heading {
 margin-bottom:10px;  
    margin-top:30px;
}
.social-icons a {
	font-size: 28px;
	margin: 0 15px 15px 0;
	color:#fff;
}
.social-icons a:hover {
	color:#ccc;
}
.j-icon {
  margin-left: 15px;   
}
/*map*/
section.map, section.map iframe {
	height: 250px;
}
section.map {
	overflow: hidden;
}
/*main*/
section.main {
	padding: 40px 0;
}
/*breadcrumbs*/
section.breadcrumb-container {
	background: none repeat scroll 0 0 #ccc;
	padding: 36px 0 10px;
}
.breadcrumbs {
	background: none;
	border: none;
	padding: 0;
}
.breadcrumbs > * a {
	color: #222;
}
.breadcrumbs > li.active a {
	color: #011760;
}
.breadcrumbs > *:before {
	content: "|";
}
/*page-title*/
section.page-title {
	padding: 5px 0;
}
section.page-title h1 {
	color: #fff;
	font-size:1.5em;
	padding-top: 5px;
}
/*review web form*/
.reviewwebform {
 margin-left: -20px;
    padding: 0px;
}
/*module defaults*/
.booking-list {
    border-bottom: 1px solid #eeeeee;
    margin: 0 0 9px;
    padding: 10px 0 15px;
}
.side-panel ul {
    margin: 0 0 30px;
    padding: 0;
}
.side-panel ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #dddddd;
    list-style: none outside none;
    margin: 0 0 1px;
    padding: 5px 0;
}
.blog-post h2.post-title {
      margin: 0 0 20px;
    padding: 0 0 20px;
}
.blog-details {
    display: block;
    float: left;
    width: 100%;
}
.blog-post .post-details {
    margin-top: 10px;
}
.blog-details div {
    border-radius: 3px;
    color: #666666;
    float: left;
    font-size: 13px;
    margin-bottom: 10px;
    margin-right: 20px;
    padding: 15px 0;
}
.blog-details div i {
    margin-right: 5px;
}
.post-body p {
font-size:16px;   
}
.blog-aside {
    margin-bottom: 30px;
}
.blog-container p.description {
 font-size:16px;  
}
.BlogTagCloud a {
    background: none repeat scroll 0 0 #f8f8f8;
    border-radius: 3px;
    color: #333333;
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 5px;
	font-size:13px;
}
.productItem .image, .productItemLast .image {
    margin-bottom: 15px;
}
.productList, .productList ul, .catalogueList {
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0 !important;
}
.productList li, .catalogueList li {
    display: inline;
    list-style-type: none;
}
.productList ul li {
    display: block;
}
li.price {
    font-size: 1.3em;
    margin: 0 0 10px;
}
.catalogueList .catalogueItemNotFound {
    display: none;
}
.form-row {
    border-bottom: 1px solid #ededed;
    overflow: hidden;
    padding: 15px 0;
}
legend {
    font-weight: bold;
}
.info-section {
    float: left;
    width: 30%;
}
.info-section p {
    padding-right: 15px;
}
.form-section {
    float: left;
    width: 70%;
}
.form-detail {
    float: left;
    width: 250px;
}
.form-detail p {
    font-size: 12px;
}
.form-data {
    float: right;
    width: 450px;
}
#payment-form .form-detail {
    width: 255px;
}
#payment-form .form-data {
    width: 570px;
}
#payment-form label {
    width: auto;
}
#payment-form input.cat_textbox, #payment-form input.cat_listbox {
    margin-right: 20px;
    width: 92%;
}
#payment-form input.cat_textbox {
    border: 1px solid #999999;
    padding: 3px;
}
#payment-form select.cat_dropdown {
    margin-right: 20px;
    width: 258px;
}
input.cat_textbox.sm {
    width: 70px !important;
}
#payment-form input.short, #payment-form input.short, #payment-form select.short {
    width: 110px;
}
#payment-form input.purchase-amount {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #222222;
    display: inline;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: 53px;
}
#purchase-total {
    background: none repeat scroll 0 0 #fafafa;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    margin-bottom: 20px;
    padding: 10px;
}
.purchase-amount {
    box-shadow: none !important;
    float: none !important;
}
#purchase-total span {
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
}
.cartrow {
    border: medium none;
    font-size: 13px;
    margin-left: 0 !important;
    text-transform: uppercase;
}
.cartlabel {
    float: left;
    font-weight: bold;
    padding-bottom: 3px;
    padding-top: 3px;
}
.cart-item {
    color: #333333;
    float: left;
    font-size: 13px;
    width: 10%;
}
.productitemcell {
    border-bottom: 1px solid #eeeeee;
    height: 115px;
    line-height: 20px;
    overflow: hidden;
    padding: 15px 0 0;
}
.product-image img {
    border: 1px solid #eeeeee;
    max-width: 100px;
}
.product-emove a:link, .product-emove a:visited {
    background: url("images/cart-emove.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    font-size: 0;
    height: 27px;
    line-height: 0;
    text-indent: -9999px;
    width: 25px;
}
.product-emove a:hover, .product-emove a:active {
    opacity: 0.8;
}
.cldetails {
    width: 46%;
}
.clprice, .cltax, .clcost, .clemove {
    width: 10%;
}
#catCartDetails .product-image {
    width: 13%;
}
.product-title {
    width: 33%;
}
.clqty, .product-qty {
    width: 14%;
}
.product-qty input.cartInputText {
    width: 60%;
}
.cart-opt {
    margin: 0;
    overflow: hidden;
    padding: 10px 0;
}
.cart-opt p {
    margin: 0 0 3px;
}
#cart-footer hr {
    margin: 3px 0;
}
#opt-total-container {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    overflow: hidden;
    padding: 20px;
}
.opt-total-data .productitemcell {
    border: medium none;
    height: auto;
    padding: 0;
}
.opt-total-data {
    display: block;
    margin-bottom: 5px;
    text-align: right;
}
.opt-total-data h3 {
    margin: 0;
}
select.shippingDropDown {
    width: 95%;
	height:auto;
}
.productitemcell {
    height: 135px;
}
input#DiscountCode, input#GiftVoucher {
    display: inline;
    max-width: 280px;
    width: 165px;
	height:50px;
}
a#catshopbuy:link, a#catshopbuy:visited {
    display: block;
    font-size: 15px;
    padding: 1em;
    text-align: center;
	text-shadow:none;
	font-size:21px;

}

#catCartDetails fieldset, #catCartDetails table {
    border: medium none;
    padding: 1.25em 0;
}
table tr.even, table tr.alt, table tr:nth-of-type(2n) {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
table.webform, table.reporting {
    border: medium none;
}
.reveal-modal {
    text-align: center;
}
.faq-question {
    position: relative;
}
.faq-question a {
    background: none repeat scroll 0 0 #20245b;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 3px;
    padding: 14px 18px;
    text-decoration: none;
    text-transform: uppercase;
}
.faq-details {
    border: 1px solid #cccccc;
    margin: -4px 0 10px;
    padding: 15px;
}
.faq-question:first-child > div.faq-details {
    display: block;
}
.faq-question a:hover {
    background: none repeat scroll 0 0 #999;
    transition-duration: 0.2s;
}
ul.join-us {
 font-size: 14px;   
}
/*media queries*/
/*************media queries**************/
@media only screen and (min-width: 0) and (max-width: 640px) {
.utility-nav a {
	color:#fff;
	font-size:14px;
    margin-right: 15px;
}  
.top-bar .name img {
	display: inline-block;
	font-size: 18px;
	height:57px;
    margin-top: 1px;
    margin-left:-10px;
} 
    /*main*/
section.main {
	padding: 15px 0;
}
.contain-to-grid {
	padding: 17px 0 0px;
	height:100px;
}
.top-bar .toggle-topbar.menu-icon a {
	font-size: 18px; 
        margin-top:0px;
    }
.top-bar-section ul li {
	padding-left:13px;
	padding-top:8px;
}
.menu-icon a {
    font-size: 20px;
        margin-right:15px;
    }
.dash {
	margin: 20px auto 28px;
	width: 35px;
}
.orbit-container .orbit-prev {
	left: 5%;
}
.orbit-container .orbit-next {
	right: 5%;
}
    .orbit-next {
	display: none;
} 
.orbit-prev {
	display: none;
}
.orbit-container .orbit-slides-container > li .orbit-caption {
	display: none;
}
section.about {
	margin-bottom: 0;
}
.team-pictures {
	margin: 0;
}
.team-item, .team-item img{
	width:100%;
}
.team-pictures img.img-overhang {
	margin-top: -78px;
}
section.about blockquote {
	font-size: 19px;
}
#filters ul li {
	width: 100%;
	margin-bottom: 0 !important;
}
#filters ul li button {
	width: 100%;
}
.blog-group {
margin-bottom:20px;   
    }
footer .dcard {
	margin-bottom: 20px;
}
.footer-nav-links {
	margin-bottom: 20px;
}
footer h4.dcard-heading {
	margin-top: 5px; 
}
footer h4 {
	margin-bottom: 1em;
}
footer div.copy, footer .vcard {
	margin-bottom: 30px;
}
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
    .utility-nav a {
	color:#fff;
	font-size:12px;
    margin-right: 0px;
}
    .top-bar .name img {
	font-size: 18px;
	height:80px;
}
.contain-to-grid {
	paddzing: 10px 0 0px;
	height:100px;
}
.top-bar-section ul li {
	padding-right:10px;
	padding-top:0px;
}
.top-bar-section ul li > a {
        font-size:12px;
    }
.l-icon {
       clear:both;
        padding-top:10px;
    }
.t-icon { padding-top:10px;
        
    }
.dash {
	margin: 20px auto 28px;
	width: 35px;
}
.orbit-container .orbit-prev {
	left: 5%;
}
.orbit-container .orbit-next {
	right: 5%;
}
.orbit-container .orbit-slides-container > li .orbit-caption {
	top: 20%;
}
.orbit-container .orbit-slides-container > li .orbit-caption h2 {
	font-size: 28px;
}
.orbit-caption h3 {
    font-size: 16px; 
    }
section.about {
	margin-bottom: 0;
}
section.about blockquote {

    font-size: 24px;
}
.team-pictures {
	margin:50px 0 30px;
}
.team-item {
	width:45%;	
}
.team-pictures img.img-overhang {
	margin-top: -125px;
}
#filters ul li {
	margin-bottom: 15px!important;
}
.service-detail-item {
	height:430px;	
}
footer h4 {
	margin-bottom: 1em;
}
}
@media only screen and (min-width: 769px) and (max-width: 1279px) {
	.dash {
	margin: 20px auto 28px;
	width: 35px;
}
    .utility-nav a {
	color:#fff;
	font-size:14px;
    margin-right: 0px;
}
    .top-bar-section ul li {
	padding-right:15px;
	padding-top:10px;
}
.top-bar-section ul li > a {
       font-size:14px; 
    }
.l-icon {
      clear:both; 
      padding-top:10px;
    }  
.t-icon {
      padding-top:10px;
    }
.a-icon {
      padding-top:10px;  
    }
.orbit-container .orbit-prev {
	left: 5%;
}
.orbit-container .orbit-next {
	right: 5%;
}
.orbit-container .orbit-slides-container > li .orbit-caption h2 {
	font-size: 38px;
}
    .orbit-caption h3 {
	font-size: 36px;
}
    .orbit-container .orbit-slides-container > li .orbit-caption {
	top: 24%;
}
.team-pictures {
	margin: 0 0 30px;
}
.team-item {
	width:45%;	
}
}
