/* @group General */

body {background: #fff;}
h1 {color: #ccc; font-weight: bold;}
h2{ color: #fb673f;
	font-size: 23px;
	margin: 0 0 15px;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;}
h3{
	font-family: 'Ubuntu';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	color: #373737;
	margin: 0 0 15px;
}
h4{
	font-family: 'Ubuntu';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	color: #121212;
	margin: 0 0 15px;
}
p{
	font-size: 15px;
	color: #373737;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	margin: 0 0 15px;
}
.fullwidth-margin10{
	width: 100%;
	margin: 0 0 15px;
}
.orange-disc{
	list-style: none;
	padding:0;
    margin:0 0 15px;
}
.orange-disc li { 
    padding-left: 1em; 
    text-indent: -.7em;
    font-size: 15px;
	color: #373737;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
}

.orange-disc li:before {
    content: "• ";
    color: #fb673f; /* or whatever color you prefer */
}
textarea{
	height: 110px;
}
::-webkit-input-placeholder {
   color: #373737;
}
:-moz-placeholder { /* Firefox 18- */
   color: #373737;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #373737;  
}
:-ms-input-placeholder {  
   color: #373737;  
}
.fullwidth {
    width: 100%;
}
.orange{
	color: #fb673f !important;}
.green{
	color: #344c4f !important;
}	
.blue{
	color: #314e93 !important;}
span.error, small.error{
	background: #fb673f;
}
/* @end */
/* @group Page Header */


.home-icon{
	background: url(/Images/general/home-icon.png);
}
.phone-icon{
	background: url(/Images/general/phone-icon.png);
}	
#pageheader {
	padding: 40px 0 0;
	background: url(/Images/general/header-bg-img.png) #f3f0e1;
    background-repeat: repeat-x;}
.logo-container {
    margin: 0 0 25px;}
#pageheader .loginrequest {
	font-weight: bold;
	font-style: italic;
	color: white;}
.nav-container{
	background: #344c4f;}
.top-bar{ 
	height: auto;}	
.top-bar-section ul {
    display: block;
    text-align: center;
}	
.top-bar,.top-bar-section ul li,.top-bar-section li:not(.has-form) a:not(.button),.top-bar-section ul li:hover:not(.has-form) > a,.top-bar-section li.active:not(.has-form) a:not(.button),.top-bar-section li.active:not(.has-form) a:hover:not(.button),.top-bar-section li:not(.has-form) a:hover:not(.button){
	background: none;}
.top-bar-section ul li{
	padding: 10px 0;
	display: inline-block;
    float: none;
}
.top-bar-section ul li a{
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1.5 !important;
	border-right: 1px solid #3a676c;
}
.top-bar-section ul li:last-child a{
	border-right: none;}

.top-bar-section .dropdown{
	padding: 4px 0;
}
.top-bar-section .dropdown li{
	padding: 4px 0;
}
.top-bar-section .has-dropdown > a::after{
	display: none;
}
.top-bar-section .has-dropdown > a {
    padding-right: 0.9375rem !important;
}
.top-bar ul.dropdown {
    text-align: left;
}
.contact-details{
	margin-top: 15px;
    text-align: right;
	margin-left: 0;
	list-style: none;
}
.contact-details li{
	color: #3d6465;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-size: 19px;
	display: inline-block;
	vertical-align: middle;}
.contact-details li span{
	background-position: left top;
    background-repeat: no-repeat;
    display: inline;
    line-height: 22px;
    padding-left: 30px;
	margin-left: 15px;}
.pagecontent main > h2 {
     margin-top: -8px;
}

@media only screen and (min-width: 40.063em) {
.top-bar ul.dropdown {
    padding: 8px 0;
}	
.top-bar-section .dropdown li{
	padding: 0;
}
.top-bar-section .dropdown,.top-bar-section .dropdown li,.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button){
	background: #b8ccb9;
	border: none;
	color: #344c4f;
	font-size: 12px;
    text-transform: inherit;
    line-height: 30px !important;
}	
.top-bar-section .dropdown li:hover:not(.has-form):not(.active) > a:not(.button),.top-bar-section .dropdown li.active:not(.has-form) a:not(.button),.top-bar-section .dropdown li.active:not(.has-form) a:hover:not(.button),.top-bar-section .dropdown li.active:not(.has-form) a:hover:not(.button){
	color: #f3f0e1;
	background: #1a2729;
	font-size: 12px;
	text-transform: inherit;
	border: none;
	line-height: 30px !important;
}
.top-bar-section .dropdown li.active:not(.has-form) a:not(.button){
	font-weight: 600;
}
.top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown{
	top: 42px;
}
.top-bar-section .dropdown:before{
	content: '';
    position: absolute;
	top: -8px;
	left: 35px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 8px solid #b8ccb9;
}

}


@media only screen and (max-width: 64.000em) {
#pageheader{
	background: #f3f0e1;
	padding: 20px 0 0;
}	
.contact-details{
	margin-top: 0;
}
.top-bar-section ul li a{
	font-size: 12px;
	padding: 0 7px !important;
}
.contact-details li{
	font-size: 14px;
}
.home-icon,.phone-icon{
	background-size: 16px auto;
	padding-left: 24px;
}
}
@media only screen and (max-width:40.063em) {
.top-bar-section ul {
	text-align: left;
}	
.contact-details{
	text-align: center;
}
.contact-details > li {
    font-size: 12px;
    margin-right: 15px;
}
.home-icon, .phone-icon {
    background-size: 14px auto;
    margin-left: 0 !important;
    padding-left: 24px !important;
}
.logo-container{
	text-align: center;
}
.nav-container{
	padding: 5px 0;
}
.top-bar.expanded .title-area{
	background: #344c4f;
}
.top-bar .title-area{
	text-align: center;
}
.top-bar .toggle-topbar {
    position: static;
    margin-top: 0 !important;
    display: inline-block;
}
.top-bar .toggle-topbar a{
	text-transform: none;
	font-family: 'Open Sans';
  	font-style: normal;
  	font-weight: 400;
  	background: url(/Images/general/toggle-menu-bg.png);
  	background-position: left center;
  	background-repeat: no-repeat;
    padding-right: 0 !important;
    font-size: 22px;
    height: 32px !important;
    line-height: 32px !important;
    padding-left: 45px !important;
    background-size: 34px auto;
}
.top-bar.expanded .toggle-topbar a {
    color: #fff;
}
.top-bar .toggle-topbar.menu-icon a span::after{
	display: none !important;
}
.top-bar .top-bar-section ul {
    display: none;
    margin: 20px 0 25px;
}
.top-bar.expanded .top-bar-section ul {
    display: block;
}
.top-bar-section ul li{
	display: block;
	padding: 4px 0 !important;
	max-width: 420px;
	margin: 0 auto;
}
.top-bar-section ul li a {
    background: #1e2a2b none repeat scroll 0 0 !important;
    font-size: 16px;
    padding: 10px 15px !important;
    border: none;
	line-height: 1;
}
.top-bar-section .has-dropdown > a::after{
	display: block;
}
.row {
    max-width: 540px;
}
.title.back.js-generated a {
    background: #fb673f !important;
}

}
@media only screen and (max-width:320px) {
.top-bar .toggle-topbar a {
    font-size: 22px;
    height: 32px !important;
    line-height: 32px !important;
    padding-left: 45px !important;
    background-size: 34px auto;
}
}

/* @end */
/* @group Page Content */

#pagecontent {
	background: #fff;}
.row.pagecontent {
    padding: 40px 0;
}	
.home-banner li > img{
	width: 100%;
}
.orbit-timer,.orbit-slide-number{
	display: none;
}
.home-banner .orbit-prev,.home-banner .orbit-next{
	display: none;
}
.home-banner{
	padding-bottom: 35px;
	background: #344c4f;
}
.orbit-bullets-container {
    bottom: 15%;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.home-banner .orbit-caption{
	background: none !important;
	bottom: inherit !important;
    top: 20%;
}
.home-banner .orbit-caption img {
    display: block;
    margin: 0 auto 10px;
}
.green-box{
	padding: 15px 10px 20px;
	display: inline-block;
	background-color:  #658865;
}
.green-box h2{
	color: #fff;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-size: 62px;
	text-transform: uppercase;
	margin: 0 0 10px;
	line-height: 1;
	padding: 0 45px;
	background-image: url(/Images/home/slider/star_white.png),url(/Images/home/slider/star_white.png);
	background-position: left 10px center, right 10px center;
	background-repeat: no-repeat;
}
.green-box span{
	color: #fff;
	display: inline-block;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 1;
	padding: 0 45px;
	background-image: url(/Images/home/slider/dash_white.png),url(/Images/home/slider/dash_white.png);
	background-position: left 10px center, right 10px center;
	background-repeat: no-repeat;
}
.home-banner .orbit-bullets li{
	background: rgba(255,255,255,.5) !important;
	height: 1rem;
	width: 1rem;
}
.orbit-bullets li.active{
	background: rgba(255,255,255,1) !important;
}
.selection-container {
    margin-top: -5%;
    z-index: 11;
    position: relative;
}
.sel-box {
    margin: 0 0 15px;
    position: relative;
}
.sel-box h3 {
    background: #232f31;
    bottom: 0;
    color: #ffffff;
    display: block;
    font-family: "Ubuntu";
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.testimonial-section{
	background: url(/Images/home/testimonial-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
    background-size: cover;
	background-position: center center;
	padding: 25px 0 10px;
}
.testimonial-section li div{
	background: url(/Images/home/testimonial-quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 35px;
	text-align: left;
	max-width: 85%;
	margin: 0 auto;
}
.testimonial-section li div p{
	color: #fff;
}
.test-author{
	font-size: 16px;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 700;
	display: block;
}
.author-country{
	font-family: "Open Sans";
	font-weight: 600;
	color: #658865;
	font-style: italic;
	display: block;
}
.testimonial-section .orbit-bullets-container{
	display: none;
}
.testimonial-section .orbit-container .orbit-prev,.testimonial-section .orbit-container .orbit-next{
	height: auto;
}
.testimonial-section .orbit-container .orbit-prev:hover,.testimonial-section .orbit-container .orbit-next:hover{
	background: none;
}
.testimonial-section .orbit-container .orbit-prev > span,.testimonial-section .orbit-container .orbit-next > span{
	background: url(/Images/home/test-nav.png);
	text-indent: -9999px;
	background-repeat: no-repeat;
	height: 22px;
	width: 13px;
	background-position: left 0 center;
	border: none;
	position: static;
	margin: 0;
}
.testimonial-section .orbit-container .orbit-next > span{
	background-position: right center;
}
h2.pagetitle{
	text-transform: uppercase;
}
.call-jim,.tips {
    margin: 0 0 20px;
}
.gallery-page-container img {
    margin: 0 0 20px;
}
.gallery-list-container li {
    padding: 3px;
}
.gallery-list-container .clearing-thumbs {
    margin-right: 0;
}
.gallery-page-container {
    margin: 0 0 30px;
}
aside .side-nav {
    background: #2a2a2a;
    padding: 0;
    margin: 0 0 25px; 
}
aside .side-nav li{
	margin: 0;
}
aside .side-nav li a:not(.button) {
    color: #989898;
    font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}
aside .side-nav li.active > a:first-child:not(.button){
	background: #fb673f;
	color: #ffffff;
	font-weight: 700;
}
aside .side-nav li a:hover:not(.button), .side-nav li a:focus:not(.button){
	color: #fff;
}
aside .send-us-msg {
    background: #f5f5f5;
    padding: 20px 18px;
}
input[type="text"], input[type="email"], textarea{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow: none;
	padding: 
}
aside .send-us-msg input[type="submit"]{
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	background: #344c50;
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	margin:  0 0 10px;
}
.send-us-msg h2{
	margin: 0 0 5px;
	color: #344c50;
}
.contactform{
	padding: 20px 20px;
	background: #f5f5f5;
}
.contactform input[type="submit"]{
	text-transform: uppercase;
	background: #344c50;
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	margin:  0 0 10px;
}
.contact-info-sidebar {
    list-style: none;
    margin: 10px 0 0;
}
.contact-info-sidebar li{
    color: #344c4f;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 7px;
    padding-left: 30px;
    position: relative;
}
.contact-info-sidebar li .fa{
	left: 0;
    position: absolute;
    top: 5px;
}
#contact-map {
    display: block;
    max-width: 100%;
    margin: 10px 0 30px;
}
.shop-main #secondary {
    overflow: hidden;
    margin: 0 0 30px;
}
.shop-main .side-nav {
    padding: 0;
}
.shop-main .side-nav li {
	float: left;
	margin: 0;
}
.shop-main .side-nav li a{
	background: #f5f5f5;
	font-family: "Ubuntu" !important;
	font-size: 14px;
	padding: 10px 30px;
	color: #939393;
	font-weight: 500 !important;
}
.shop-main .side-nav li.active a{
	background: #fb673f;
	color: #ffffff !important;
}
.shop-main .side-nav li:first-child a{
	border-radius: 5px 0 0 5px;
}
.shop-main .side-nav li:last-child a{
	border-radius:0 5px 5px 0; 
}
.productList.productSmall{
	margin: 0;
	list-style: none;
}
.productSmall li{
	float: left;
	width: 33.3333%;
	padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin: 0 0 30px;
}
.productList .image img {
    border: 1px solid rgba(0, 0, 0, 0.19);
    margin: 0 0 15px;
    width: 621px;
}
.productList li h5 {
	font-family: "Ubuntu";
    border-top: 4px solid #344c4f;
    color: #292a2a;
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 10px;
    padding: 10px 0 0;
}
h3.price{
	font-family: "Ubuntu";
	font-size: 20px;
	color: #373737;
	font-weight: 500;
	margin: 0 0 20px;
}
.call-for-details a{
	font-family: "Ubuntu";
	text-transform: uppercase;
	color: #fff;
	background: #f15c37;
	font-weight: 500;
	display: inline-block;
	padding: 10px 20px;
}
.shop-main .side-nav li a:hover:not(.button), .side-nav li a:focus:not(.button),.shop-main .side-nav li a:focus:not(.button){
	color: #344c4f;
}


@media only screen and (max-width: 1600px) {
.testimonial-section{
	background-size: auto 100%;
}
}
@media only screen and (max-width: 64.000em) {
.selection-container {
    margin-top: 30px;}
.home-banner .orbit-caption img {
    width: 80px;
}    
.green-box h2{
	font-size: 28px;
}
.green-box span{
	font-size: 12px;
}
.home-banner .orbit-caption{
	top: 10%;
}
.orbit-bullets-container{
	bottom: 0;
}
.orbit-bullets{
	margin: 0 auto 10px;
}
.productSmall li{
	width: 50%;
}

/*Responsive gallery popup*/
#outerImageContainer {
    height: auto !important;
    max-width: 90% !important;
    overflow: hidden !important;
    font-size: inherit !important;
}
#imageDataContainer {
    height: auto !important;
    max-width: 90% !important;
    overflow: hidden !important;
}
#imageData #imageDetails {
    width: 28%;
}
#prevBLink, #nextBLink {
    width: 58px;
}
}
@media only screen and (max-width:40.063em) {
.home-banner .orbit-caption img{
	display: none;
}	
.sel-box img {
    width: 100%;
}
.pagecontent aside h2.blue {
    background: #314e93 none repeat scroll 0 0 !important;
    color: #fff !important;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    margin: 0 -0.9375rem 30px;
    display: block;
}
.testimonial-section li div{
	padding: 20px 0 10px;
	width: 100%;
}
.test-author,.author-country{
	text-align: center;
	font-size: 14px;
}
.testimonial-section .orbit-prev, .testimonial-section .orbit-next {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
    display: inline-block;
    margin: 5px;
    padding: 6px 12px;
    position: static;
    width: auto;
}
.facebook_sidebar {
    text-align: center;
}
.call-jim,.tips {
    text-align: center;
}
.orbit-container .orbit-slides-container {
    min-height: 180px;
}
.orbit-container .orbit-slides-container img{
	min-height: 180px;
}
.testimonial-section .orbit-container .orbit-prev, .testimonial-section .orbit-container .orbit-next{
	display: inline-block !important;
}
.green-box span {
    padding: 0;
    background: none;
}

}
@media only screen and (max-width:320px) {
.home-banner .orbit-caption {
    /*display: none;*/
}
.productSmall li{
	width: 100%;
}
.green-box h2 {
    font-size: 24px;
    background-size: 18px auto;
    background-position: left 5px top 3px, right 5px top 3px;
}
.green-box span {
	font-size: 10px;
}
}


/* @end */
/* @group Page Footer */

#pagefooter {
	background: #fff;
}
#pagefooter .footerlinks  {
	color: #fff;
	font-family: 'Ubuntu';
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
}
.footerlinks ul{
	margin: 0;
	list-style: none;
}
.footerlinks ul li{
	display: inline-block;
	font-size: 12px;
}
.footerlinks ul li a{
	color: #fff;
}
.top-footer{
	background: #f3f0e1;
	padding: 20px 0;
	font-family: 'Ubuntu';
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
}
.star{
	display: inline-block;
	background: url(/Images/general/star_footer.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 14px;
	width: 16px;
	margin: 0 10px;
	vertical-align: baseline;
}
.middle-footer{
	margin: 34px 0;
}
.rotary-logo {
    margin-top: 20px;
}
.footer_contact_details{
	margin: 20px 0 0;
	list-style: none;
}
.footer_contact_details li{
	color: #3d6465;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-size: 19px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.footer_contact_details li span{
	display: inline-block;
    line-height: 22px;
    padding-left: 30px;
    width: 100%;
	background-repeat: no-repeat;
	background-position: left top;
}
.bottom-footer{
	padding: 10px 0;
	background: #344c4f;
}
.footer-navbar ul{
	margin: 0 0 5px;
	list-style: none;
	text-align: center;
}
.footer-navbar ul ul {
    display: none;
}
.footer-navbar ul li{
	display: inline-block;
}
.footer-navbar ul li a{
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	padding: 0 0.9375rem;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.5 !important;
	border-right: 1px solid #3a676c;
}
.footer-navbar ul li:last-child a{
	border-right: none;
}

@media only screen and (max-width: 64.000em) {
.footer-navbar ul li a {
    font-size: 12px;
    padding: 0 7px !important;
}
.footer_contact_details,.rotary-logo{
	margin: 0;
}
.footer_contact_details li{
	font-size: 14px;
}
.footer_contact_details li span{
	line-height: 18px;
}

}
@media only screen and (max-width:40.063em) {
.footer_contact_details{
	text-align: center;
	margin: 0 0 20px;
}	
.rotary-logo{
	margin: 20px 0 0;
}
.footer_contact_details li {
    display: inline-block;
    font-size: 12px;
    margin-right: 15px;
}	
.footer_contact_details li span {
    line-height: 15px;
    padding-left: 24px;
}
.top-footer{
	padding: 10px 0;
	font-size: 16px;
}
.middle-footer{
	text-align: center;
}
.footer-navbar ul li {
    display: block;
    margin: 0 auto;
    max-width: 420px;
    padding: 4px 0 !important;
}
.footer-navbar ul li a {
    background: #1e2a2b none repeat scroll 0 0 !important;
    border: medium none;
    font-size: 16px;
    line-height: 1;
    padding: 10px 15px !important;
    display: block;
}
.bottom-footer{
	padding: 0;
}
.footer-navbar {
    padding: 20px 0;
}
#pagefooter .footerlinks {
    background: #202424;
    display: block;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    padding: 7px 0; 
}
}

/* @end */