@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------
Website Design & Coding by JPG Design
Website: http://www.jpgdesign.co.za
Email: jp@jpgdesign.co.za
Tel: +27 21 558 9590 | Cell: +27 73 683 7028
Graphic Design, Branding of Promotional Gifts
and Clothing, Website Design
----------------------------------------------*/

/* ----------------------------------------------------------------- Reset ------------------------------------------------------------- */

*, html, body, div, span, applet, object, iframe,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
del, dfn, em, font, img, ins, kbd, q, s, samp,  
small, strike, strong, sub, sup, tt, var,  
b, u, i, center,  
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
     margin: 0;  
     padding: 0;  
     border: 0;  
     outline: 0;  
     font-size: 100%;
     vertical-align: baseline baseline;  
     background: transparent;
	 font-family: 'Open Sans', sans-serif;
	 /*font-family: 'Amatic SC', arial, sans-serif, helvetica;*/
 } 

body {  
     line-height: 1;  
 }  

ol, ul {  
     list-style: none;  
}  

blockquote, q {  
     quotes: none;  
 }  

blockquote:before, blockquote:after, q:before, q:after {  
     content: '';  
 }
   
/* remember to define focus styles! */  
:focus {  
     outline: 0;  
}  
   
/* tables still need 'cellspacing="0"' in the markup */  
 table {  
     border-collapse: collapse;  
     border-spacing: 0;  
}

.clr {
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
}

.container img {
	max-width: 100%;
	width: 100%;
}

/* ----------------------------------------------------------------- Typography ------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Amatic SC', arial, sans-serif, helvetica;
}

h1 {
	text-align: center;
	font-size: 44px;
	letter-spacing: 10px;
	color: #FFF;
	text-shadow: 0px 2px 4px #000000
}

h2 {
	font-size: 42px;
	color: #a18c61;
	margin: 0px 0px 30px 0px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

h5 {
}

h6 {
}

p {
	font-size: 16px;
	color: #a18c61;
	line-height: 24px;
	font-weight: 100;
	margin: 0px 0px 30px 0px;
}

p a:link, p a:visited {
	color: #70b402;
	text-decoration: none;
}

p a:hover, p a:active {
	color: #000000;
	text-decoration: none;
}

p.phone {
	padding-left: 45px;
	margin: 16px 0 10px 0px;
	background: url(../images/icons/phone.png) no-repeat 20px 6px;
}

p.fax {
	padding-left: 45px;
	margin: 16px 0 10px 0px;
	background: url(../images/icons/fax.png) no-repeat 20px 5px;
}

p.email {
	padding-left: 45px;
	margin: 16px 0 10px 0px;
	background: url(../images/icons/email.png) no-repeat 20px 5px;
}

p.skype {
	padding-left: 45px;
	margin: 16px 0 10px 0px;
	background: url(../images/icons/skype.png) no-repeat 20px 6px;
}

p.address {
	padding-left: 45px;
	margin: 16px 0 10px 0px;
	background: url(../images/icons/address.png) no-repeat 20px 3px;
}

.list-container {
	background: #84D401;
	padding: 10px 10px;
	margin: 0px 10px 40px 10px;
	border-bottom: 8px #74BC01 solid;
	border-top: 8px #74BC01 solid;
	width: 75%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.fa-ul {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	font-weight: 100;
	margin: 0px 0px 0px 0px;
}

.fa-ul a:link, .fa-ul a:visited {
	color: #FFFFFF;
	text-decoration: none;
	/*font-weight: 500;*/
}

.fa-ul a:hover, .fa-ul a:active {
	color: #666;
}

.fa-pagelines {
	color: #FFFFFF;
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}

.list-group-item {
	position: relative;
  	display: block;
  	padding: 10px 15px;
  	margin-bottom: -1px;
  	background-color: #ffffff;
  	border: 1px solid #84D401;
}

.list-group-item:first-child {
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
  	border-top-left-radius: 10px;
}

.list-group-item:last-child {
  	margin-bottom: 0;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.list-group-item > .badge {
  	float: right;
}

.list-group-item > .badge + .badge {
  	margin-right: 5px;
}

a.list-group-item {
  	color: #555555;
}

a.list-group-item .list-group-item-heading {
  	color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  	text-decoration: none;
  	background-color: #84D401;
	color: #FFFFFF;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  	z-index: 2;
  	color: #ffffff;
  	background-color: #f5e3da;
  	border-color: #1d9d74;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  	color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  	color: #9aecd2;
}

blockquote {
	padding: 20px 10px 20px 20px;
	margin: 0px 30px 30px 30px;
	background: #84D401;
	border-left: 8px #74BC01 solid;
	border-right: 8px #74BC01 solid;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	font-weight: 100;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

/* Social Icons ================================
================================================ */



ul.social-icons li{
	list-style-type: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	background: #999;
	color: #FFF;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

ul.social-icons li a, ul.social-icons li a {
	color: #FFF;
	font-size: 24px;
}

ul.social-icons li.facebook  {
	padding: 12px 14px 5px 13px;
	background: #84D401;
	color: #FFF;
	margin-right: -1px;
}

ul.social-icons li.facebook:hover  {
	background: #3B5998;
	/*opacity: 0.8;*/
}

ul.social-icons li.twitter {
	padding: 12px 9px 5px 9px;
	background: #84D401;
}

ul.social-icons li.twitter:hover {
	background: #4066FF;
	/*opacity: 0.8;*/
}

ul.social-icons li.skype  {
	padding: 12px 10px 5px 10px;
	background: #84D401;
	color: #FFF;
}

ul.social-icons li.skype:hover  {
	background: #00AFF0;
	/*opacity: 0.8;*/
}



/* =========== End Social Icons =========================
====================================================== */


/* --------------------------------------------------------------- Navigation ----------------------------------------------------------- */

.selectnav {
	display: none;
	cursor: pointer;
	width: 100%;
	padding: 8px;
	height: 37px;
	float: left;
	font-size: 14px;
	margin: 15px 0;
}

#menu {
	font-family: 'Amatic SC', arial, sans-serif, helvetica;
	width: 100% !important;
	background: #000;
	font-weight: 100;
	border-bottom: 1px #84D401 solid;
}

#navi {
	/*border: 1px solid #ccc;
	border-width: 0px 0px 1px 0px;*/
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	z-index: 999999;
	text-transform: uppercase !important;
}

#navi li{
	position:relative;
	display:inline;
	background-color: #000000;
	border: 1px thin #FFFFFF;
	border-right-color: #EEEEEE;
	border-right-width: 1px;
	border-right-style: solid;
	margin-right: 5px;
	/*padding: 0px;
	list-style: none;
	padding-bottom: 3px;*/
}

#navi li+li+li+li {
	border-right-color: #FFFFFF;
	border-right-width: 0px;
	border-right-style: solid;
}

#navi a{
	font-family: 'Amatic SC', arial, sans-serif, helvetica;
	font-size: 28px;
	letter-spacing: 3px;
	display:inline-block;
	padding:10px;
}

#navi ul{
	position:absolute;
	left:-9999px;
	margin:0;
	padding:0;
	text-align:left;
}

#navi ul li{
	display:block;
	z-index: 999999;
}

#navi li:hover ul{
	left:0;
}

#navi li:hover a{
	text-decoration:none;
	color: #CCC;
}

#navi li:hover ul a{
	text-decoration:none;
	background:none;
}

#navi li:hover ul a:hover{
	text-decoration:none;
	color: #999;
}

#navi ul a{
	white-space:nowrap;
	display:block;
	border-bottom:1px solid #84D401;
	border-left: 1px solid #84D401;
	border-right: 1px solid #84D401;
}

#navi a {
	color:#FFFFFF;
	text-decoration:none;
}

#navi a:hover{
	text-decoration:underline;
}

.tinynav {
	display: none;
}

/* ------------------------------------------------------------------ Contact Forms -------------------------------------------------------------- */

#contact-form {
	margin: 10px 10px 10px 10px;
}

.field textarea {
	max-width: 97%;
	min-width: 97%;
	height: 180px;
	margin: 5px 0 15px 0;
	border: 1px solid #CCC;
	padding: 5px;
}

.field input {
	max-width: 97%;
	min-width: 97%;
	margin-bottom: 15px;
	border: 1px solid #CCC;
	padding: 5px;
}

.field input#button {
	width: 240px;
}

.field:focus {border: 1px solid #ddd;}

.field label {
	margin: 0px 0px 10px 0px;
}

.field label span {color:#ea1c1c;}

.field .validation-error, 
.field .validation-error:focus {
	border:1px solid #f2c4c2;
	background: #ffeceb;
}

.loading {
	background:url(../images/loader.gif) no-repeat 1px; 
	height:28px; 
	width:28px; 
	float: left;
	margin: 5px 0 0 10px;
	display: none;
}

.success-message .notification {margin-bottom: 20px;}
.success-message {display:none;}

.form-spacer {margin-top: 20px;}


/* ------------------------------------------------------------------ Buttons -------------------------------------------------------------- */

.button,
input[type="button"] {
	padding: 9px 12px;
	display: inline-block;
	border: 0px;
	font-weight: bold;
	cursor: pointer;
	width: auto;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	margin: 10px;
}

input[type="button"] {float: right;}

.button.medium {padding: 11px 17px; font-size: 14px;}

.button.gray {color: #fff;background: #444;}
.button.gray:hover {background:#72b626;}

.button.light {color:#fff; background:#aaa;}
.button.light:hover {background:#72b626;}

.button.color {color:#fff; background:#72b626;}
.button.color:hover {background:#aaa;}

.button.yellow.small {
	float: none;
	width: 100px;
	height: 10px;
	font-size: 12px;
	color:#333; 
	background:#f7c835;
	margin: auto;
	text-align: center;
	margin: 20px 40px 10px 0px;
	border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 3px 6px 6px 6px;
}

.button.yellow.small:hover {
	background:#999; 
	color: #FFF;
}

/* --------------------------------------------------------------- Google Map ----------------------------------------------------------- */

#googlemaps {
	height: 300px;
	border: 1px solid #666;
	margin: 10px;
}

/*#google-map {
	position: relative;
	padding: 0px;
	padding-bottom: 110%;
	height: 0;
	overflow: hidden;
}*/


/* ----------------------------------------------------------------- Content ------------------------------------------------------------- */

.top-contact-container {
	width: 100%;
}

.welcome, .phone-numbers-top {
	font-size: 14px;
	color: #7d7d7d;
	padding: 5px 0px;
}

.welcome span, .phone-numbers-top span {
	font-weight: 600;
}

.phone-numbers-top {
	text-align: right;
}

.logo {
	max-width: 400px !important;
	height: 67px !important;
	margin: 6px 0px 0px 0px;
	overflow: hidden;
}

.stripes {
	width: 100%;
	height: auto;
	background: url(../images/nav-bg.jpg) repeat;
	padding: 5px 0px 0px 0px;
	margin: auto;
	text-align: center;
}

.stripes2 {
	width: 100%;
	height: 55px;
	background: url(../images/nav-bg.jpg) repeat;
	padding: 5px 0px 0px 0px;
	margin: auto;
	text-align: center;
}

.beads {
	width: 100%;
	background: url(../images/beads.jpg) repeat-x;
	height: 57px;
}

.header-image-container {
	background: url(../images/top-header-image.jpg) top center no-repeat;
	position: relative;
	width: 100% !important;
	max-width: 100% !important;
	height: 203px;
}

.header-image-container-overlay {
 	background-image: url(../images/bg_overlay/13.png); /* Repeating pattern over BG Image */
	background-attachment: fixed;
	background-repeat: repeat;
 	width: 100% !important;
 	height: 100% !important;
 	position:absolute;
 	top:0;
	left:0;
}

.flag img {
	max-width: 49px !important;
	max-height: 32px !important;
	padding: 2px 10px 0px 10px;
}

.fullwidthbanner-container {
	width: 100%;
}

.fullwidthbanner-container img {
	width: 100% !important;
	min-height: 100px !important;
}

.page-header-container {
	width: 100%;
	background: url(../images/header-bg.jpg) repeat-x;
	padding: 14px 0px 16px 0px;
	margin: 0px 0px 0px 0px;
}

.page-header {
	font-family: 'Amatic SC', arial, sans-serif, helvetica;
	text-align: center;
	font-size: 44px;
	font-weight: bold;
	letter-spacing: 10px;
	color: #FFF;
	text-shadow: 0px 2px 4px #000000
}

.menu-container {
	width: 100%;
	background: #000;
	margin: 0px 0px 30px 0px;
}

.hessian-container {
	width: 100%;
	/*height: 220px;*/
	background: url(../images/bg-hessian.jpg) repeat;
	padding: 16px 0px 16px 0px;
}

.hessian-container img {
	border: 5px #FFF solid;
	opacity: 0.8;
}

.bottom-spacer {
	width: 100%;
	height: 25px;
	clear: both;
}

.bottom-banner-container {
	width: 100%;
}

.bottom-banner-container {
	background: url(../images/bottom-image-banner.jpg) top center no-repeat;
	position: relative;
	width: 100% !important;
	max-width: 100% !important;
	height: 390px;
}

.content-overlay {
 	background-image: url(../images/bg_overlay/12.png); /* Repeating pattern over BG Image */
	background-attachment: fixed;
	background-repeat: repeat;
 	width: 100% !important;
 	height: 100% !important;
 	position:absolute;
 	top:0;
	left:0;
}

.footer-container {
	width: 100%;
	height: 100% auto;
	background: #a18c61;
}

.copyright-container {
	float: left;
	padding: 30px 0px 0px 0px;
}

.copyright-container p {
	font-size: 14px;
	color: #FFF;
}

.copyright-container p a:link, .copyright-container p a:visited {
	color: #bddd04;
	text-decoration: none;
}

.copyright-container p a:hover, .copyright-container p a:active {
	color:#000000;
	text-decoration: none;
}

.social-container {
	float: right;
	padding: 32px 0px 0px 0px;
}


/* -------------------------------------------------------------- Social Media ---------------------------------------------------------- */

#social_side {
	position:relative;
	float:left;
}

#social_side .contents {
	position:absolute;
	float:left;
	top:300px;
	z-index:2000;
}

#social_side a {
	background-repeat: no-repeat;
	display:block;
	width:54px;
	height:66px;
	text-indent:-99999px;
}

#social_side a:hover {
	background-position:right top;
}

#social_side a.facebook {
	background-image: url(../images/social_fb.png);
}

#social_side a.pinterest {
	background-image: url(../images/social_pinterest.png);
}
