@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
body{
	background-color: #ffff /*{background-colour}*/;
	color: #333 /*{font-colour}*/;
	background-image: none /*{background-image}*/;
	background-repeat: repeat /*{background-repeat}*/;
	font-family: 'Roboto', Verdana, sans-serif /*{font-family}*/;
}


#mybanner img {
   width: 100%;
   height: auto;
}

img {
	width:100%;
	/* height:100%; */
}
/*.container{
	background: #fff;
	margin: 50px auto;
	padding: 20px;
	background-color: #fff;
}*/
a, a:hover {
	color: #0099cc /*{link-colour}*/;
	text-decoration: none;
}
h1,h2{
	color: #000 /*{header-colour}*/;
}
.muted {
	color: #999 /*{muted-colour}*/;
}
hr {
	border: 1px solid;
	border-color: #ccc /*{line-colour}*/;
	margin: 10px 0;
}
.center {
	text-align: center;
}
p{
	font-size:14px;
	line-height:24px;
}
h1{
	font-size:40px;
	padding: 0;
	line-height: 50px;
}
h2{
	font-size:30px;
	margin:15px 0;
	line-height: 40px;
}
h3.muted {
	font-style: italic;
	font-size: 22px;
}
li {
	line-height: 24px;
}
.info {
	line-height: 24px;
}
.well {
	margin-top: 20px;
}
.categories {
	margin: 10px;
	color: #000 /*{well-text-colour}*/;
	border: 1px solid;
	border-color: #ccc /*{thumb-border-colour}*/;
	padding: 0;
}
.categories .header {
	font-size: 20px;
	line-height: 40px;
	background-color: #e7e7e7 /*{well-header-colour}*/;
	color: #333 /*{well-header-text-colour}*/;
	padding: 10px 20px;
	margin: 0;
}
.categories li {
	list-style: none;
	padding: 10px 20px;
	border-bottom: 1px solid;
	border-color: #ccc /*{well-border-colour}*/;
	background-color: #fff /*{well-colour}*/;
	margin:0;
}
.categories li a {
	color: #000 /*{well-text-colour}*/;
	padding: 0;
}
.categories li:last-child {
	border-bottom:none;
}
.well {
	padding:10px;
}
.btn {
	-webkit-border-radius: 0;
	border-radius: 0;
}
.container-upsell > h4 {
	margin-top: 0;
}
.thumbnails > li:last-child > .thumbnail {
	margin-bottom:0;
}
#main-image .main-image > a {
	display:block;
}
#main-image img {
	float:none;
	margin:0 auto;
	display:block;
}

/*Contents*/
.panel-default {
	-webkit-border-radius: 0;
	border-radius: 0;
}
.panel-default .panel-heading {
	background-color: #3ca156 !important;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.panel-default .panel-heading .panel-title {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}
.panel-default ul {
	padding: 0;
}
.panel-default ul li {
	list-style: none;
	margin-bottom: 8px;
	line-height: 1em;
	margin-left: 10px;
}
.panel-default ul li a {
	font-size: 12px;
	color: #000;
	line-height: 1em;
}
.panel-default ul li a:before {
	font-family: 'FontAwesome';
	content: '\f138';
	margin:0 5px 0 -9px;
	color: #000;
}
.content-header-wrapper {
	margin-bottom: 1.5em;
}
.content-header-wrapper h1 {
	color: #333333;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: center;
}
.content-header-wrapper h3 {
	margin: 0;
}
.title-wrapper {
	border-bottom: 1px solid #3ca156 ;
	padding-bottom: 15px;
	margin-bottom: 1.5em;
}
.title-wrapper h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 20px;
	color: #3ca156 ;
	margin: 0;
	line-height: 1em;
}
.title-wrapper h2:before {
	font-family: 'FontAwesome';
	content: '\f0ab';
	margin:0 5px 0 0px;
	color: #000;
}
.nav-tabs>li>a {
	-webkit-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 18px;
	color: #3f633f;
}
.nav-tabs>li>a:before {
	font-family: 'FontAwesome';
	content: '\f105';
	margin:0 5px 0 0px;
	color: #e1e1e1;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #fff;
	background-color: #0f2651;
}
.tab-content {
	padding: 1.5em 0;
}

.caption .price {
	margin-bottom: 0;
	color: #385c9b;
	font-size: 16px;
	font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1199px){
.nav-tabs>li>a {
	font-size: 15px;
}
}
@media (min-width: 768px) and (max-width: 991px){
.nav-tabs>li {
	width: 33.33%;
}
.nav-tabs>li>a {
	font-size: 15px;
}
}
@media (max-width: 767px) {
.nav-tabs>li {
	width: 50%;
}
.nav-tabs>li>a {
	font-size: 14px;
}
}
/*footer*/
.footer-wrapper {
	background-color: #363636;
    padding: 15px;
	margin-bottom: 1em;
    margin-top: 1.5em;
	color: #fff;
}
.footer-wrapper h3 {
	display: block;
	font-size: 15px;
	font-weight: 500;
}
.footer-wrapper img {
	float: right;
	max-width:20%;
}
@media (min-width: 1200px) {
}
@media (min-width: 992px) and (max-width: 1199px){
}
@media (min-width: 768px) and (max-width: 991px){
}
@media (max-width: 767px) {
.footer-wrapper  {
	text-align: center;
}
.footer-wrapper small {
	padding-top: 0;
}
.footer-wrapper img {
	float: none;
	margin: 10px auto 0 auto;
}
}
.sidebar-img {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sidebar-img > li {
	margin-bottom: 15px;
}
.sidebar-img > li img {
	max-width: 100%;
}

.sidebar-img > li {
	margin-bottom: 15px;
}


.nActive-wrapper .nTabs {
	margin-top: 0;
}

.nActive-wrapper .nTabs .tab label {
	border-radius: 0;
	top: 0;
	border-color: transparent;
	text-transform: uppercase;
    font-size: 16px;
	padding: 10px 15px;
    color: #3f633f;
	background: none;
	font-weight: 300;
}

.nActive-wrapper .nTabs .tab label:hover,
.nActive-wrapper .nTabs .tab label:focus {
	text-decoration: none;
    background-color: #d7d821;
}

.nActive-wrapper .nTabs [type=radio]:checked ~ label {
	color: #fff;
    background-color: #3ca156;
}

.nActive-wrapper .nTabs .tab label:before {
    font-family: 'Arial';
    margin: 0 5px 0 0px;
    color: #ffffff;
}

.nActive-wrapper .nTabs .tab .content {
	top: 46px;
}

@media(max-width: 1199px) {
	.nActive-wrapper .nTabs {
		min-height: 504px;
	}
	
	.nActive-wrapper .nTabs .tab .content {
		top: 43px;
	}
	
	.nActive-wrapper .nTabs .tab label {
		font-size: 15px;
	}
}

@media(max-width: 991px) {
	.nActive-wrapper .nTabs .tab label {
		font-size: 12px;
		padding: 10px 8px;
	}
	
	.nActive-wrapper .nTabs .tab .content {
		top: 38px;
	}
}

@media(max-width: 767px) {
	.nActive-wrapper .nTabs .tab label {
		top: auto;
		border: solid 1px transparent;
		background-color: #3ca156;
		border-color: #3f633f;
		color: #fff;
		font-size: 18px;
	}
	
	.nActive-wrapper .nTabs .tab label:hover, 
	.nActive-wrapper .nTabs .tab label:focus {
		text-decoration: none;
		background-color: #3ca156;
		border-color: #3ca156;
	}
	
	.nActive-wrapper .nTabs .tab .content {
		top: auto;
	}
}

.nav ul {
  list-style: none;
  background-color: #333333;
  text-align: center;
  padding: 0;
  margin: 0;
}
.nav li {
  font-family: 'Arial';
  font-size: 0.8em;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #888;
}
 
.nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
}
 
.nav a:hover {
  background-color: #3ca156 ;
}
 
.nav a.active {
  background-color: #fff;
  color: #444;
  cursor: default;
}
 
@media screen and (min-width: 600px) {
  .nav li {
    width: 220px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
 
  /* Option 1 - Display Inline */
  .nav li {
    display: inline-block;
    margin-right: -4px;
  }
 
  /* Options 2 - Float
  .nav li {
    float: left;
  }
  .nav ul {
    overflow: auto;
    width: 600px;
    margin: 0 auto;
  }
  .nav {
    background-color: #444;
  }
  */
}
