@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 ------------------------------------------------------------- */

@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}

*, 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;
	 -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
}

body {  
     line-height: 1;  
	 height: 100% !important;
	 margin:0;
	 background: url(../images/squares.png) repeat;
	 overflow-y:hidden;
 }  

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;
}

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

.img-normal-size {
	width: auto;
}

.center-it {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}


.pad20 {
	padding-bottom: 20px;
}

.pad30 {
	padding-bottom: 30px;
}

.pad40 {
	padding-bottom: 40px;
}

.pad50 {
	padding-bottom: 50px;
}

.pad60 {
	padding-bottom: 60px;
}

.pad70 {
	padding-bottom: 70px;
}

.pad80 {
	padding-bottom: 80px;
}

.pad90 {
	padding-bottom: 90px;
}

.pad100 {
	padding-bottom: 100px;
}

.mar110 {
	margin-bottom: 110px !important;
}

.mar20 {
	margin-bottom: 20px !important;
}

.mar30 {
	margin-bottom: 30px !important;
}

.mar40 {
	margin-bottom: 40px !important;
}

.mar50 {
	margin-bottom: 50px !important;
}

.mar60 {
	margin-bottom: 60px !important;
}

.mar70 {
	margin-bottom: 70px !important;
}

.mar80 {
	margin-bottom: 80px !important;
}

.mar90 {
	margin-bottom: 90px !important;
}

.mar100 {
	margin-bottom: 100px !important;
}

.mar110 {
	margin-bottom: 110px !important;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}


.cd-top {
  display: inline-block;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .8;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

#mediaplayer {
	width:274px;
	height:19px;
	margin: 10px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
}

/*
==============================================
floating
==============================================
*/

.bouncing-container {
	width: 100%;
}

.bouncing {
	animation-name: bouncing;
	-webkit-animation-name: bouncing;

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes bouncing {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(8%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes bouncing {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(8%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}


.imagedropshadow {
	padding: 5px;
	border: solid 1px #EFEFEF;
}
a:hover img.imagedropshadow {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}

/*-------------------------------------------------*/
/* Tooltips
/*-------------------------------------------------*/

.tooltip{
	display: inline;
	position: relative;
}

.tooltip:hover:after{
	background: #0F0;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	bottom: 26px;
	color: #000000;
	content: attr(title);
	left: 20%;
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	width: 220px;
}

.tooltip:hover:before{
	border: solid;
	border-color: #0F0 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 20px;
	content: "";
	left: 50%;
	position: absolute;
	z-index: 99;
}


/*-------------------------------------------------*/
/* Services Container Image Hover
/*-------------------------------------------------*/

.img-hover {
    overflow: hidden;
    position: relative;
    background: #FFFFFF;
	margin-bottom: 20px;
}

.img-hover img {
    float: left;
    opacity: 1;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.anyClass li:hover img,
.services-container:hover img {
    transform: scale(1.2) rotate(5deg);
    -webkit-transform: scale(1.2) rotate(5deg);
    -moz-transform: scale(1.2) rotate(5deg);
    -o-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services-container:hover {
    background: #e74c3c;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services-container:hover:after{
    background: #222;
}



/* ----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------- */


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

h1, h2, h3, h4, h5, h6 {
	text-align: left;
}

h1 {
	font-size: 22px;
	color: #3c3c3c;
	font-weight: 400;
	text-transform: uppercase;
}

h1.line{
	border-bottom:1px solid #3c3c3c;
	padding-bottom:9px;
	position:relative;
	margin:10px 0px 20px 0px;
}

h1.line.white{
	border-bottom:1px solid #FFF;
	padding-bottom:9px;
	position:relative;
	margin:10px 0px 20px 0px;
}

h1.line>span{
	width:auto;
	border-bottom:3px solid #3c3c3c;
	padding-bottom:2px;
}

h1.line.white>span{
	width:auto;
	border-bottom:3px solid #FFF;
	padding-bottom:2px;
}

h2 {
	font-size: 18px;
	color: #3c3c3c;
	font-weight: 200;
}


h3 {
	font-size: 20px;
	font-weight: 100;
	margin: 0px 0px 30px 0px;
	color: #3c3c3c;
}

h3.line {
	border-bottom:1px solid #3c3c3c;
	padding-bottom:6px;
	position:relative;
	margin:10px 0px 20px 0px;
}

h3.line>span {
	width:auto;
	border-bottom:3px solid #3c3c3c;
	padding-bottom:2px;
}

span.light {
	color: #CCC;
}

h4 {
	font-size: 20px;
	font-weight: 100;
	margin: 0px 0px 30px 0px;
	letter-spacing: 1px;
	line-height: 24px;
}

h4 span {
	display: block;
	font-size: 14px;
	font-style: italic;
	margin-top: 5px;
	color: #999;
}

h4 span.q {
	display: block;
	font-size: 10px;
	font-style: italic;
	margin-top: 0px;
	line-height: 10px;
	color: #999;
}

h5 {
}

h6 {
}

p {
	font-weight: 100;
	color: #9a8894;
	font-size: 16px;
	line-height: 28px;
	margin: 0px 0px 36px 0px;
}

p.highlight-grey {
	background-color: #efefef;
	border: 1px solid #CCC;
	color: #333;
	padding: 10px;
	margin: 10px 0;
	font-weight: 200;
}

p.contact-large {
	text-align: center;
	font-size: 32px;
	color: #F00;
}

p a:link, p a:visited {
	color: #3c3c3c;
	text-decoration: none;
	font-weight: 600;
}

p a:hover, p a:active {
	color: #3c3c3c;
	text-decoration: none;
	font-weight: 600;
}


hr {
	border:0;
	margin:30px 0;
	border-top:#ddd 1px solid;
	border-bottom:#fff 1px solid;
}

.right {
	float: right;
}

.left {
	float: left;
}

a[href$='.pdf'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background: url(../images/icons/pdficon.png) center left no-repeat;
}

a[href$='.xls'], a[href$='.csv'], a[href$='.xlt'], a[href$='.xlw'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background: url(../images/icons/excelicon.png) center left no-repeat;
}

a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background: url(../images/icons/wordicon.png) center left no-repeat;
}

a[href$='.zip'], a[href$='.gzip'], a[href$='.rar'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background: url(../images/icons/zipicon.png) center left no-repeat;
}

.contact-details-container {
	padding: 12px 0px 0px 0px;
}

ul.contact-details li {
	list-style-type: none;
	display: inline;
	margin: 0px 12px 0px 0px;
	padding: 22px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 12px;
}

ul.contact-details li a:link, ul.contact-details li a:visited {
	color: #FFFFFF;
	font-weight: 400;
	text-decoration: none;
}

ul.contact-details li a:hover, ul.contact-details li a:active {
	color: #c9c9c9;
	font-weight: 400;
}

.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;
}

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

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

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

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

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

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

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

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: #21275f;
	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;
}


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

ul.social-icons li{
	list-style-type: none;
	display: inline;
	margin: 0px 10px 0px 0px;
}

ul.social-icons li a:link, ul.social-icons li a:link, ul.social-icons li a:visited, ul.social-icons li a:visited {
	color: #FFFFFF;
}

ul.social-icons li a:hover, ul.social-icons li a:active, ul.social-icons li a:hover, ul.social-icons li a:active {
	color: #c9c9c9;
}

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

.content-container ul {
	padding: 0px 0px 30px 0px;
}

ul.r-arrow li {
	font-size: 16px;
	font-weight: 100;
	color: #9a8894;
	line-height: 24px;
	background: url(../images/bullets/gray-arrow-right.png) no-repeat 0px 6px;
	padding-left: 24px;
	margin: 16px 0 10px 24px;
}

ul li ul.r-dot-s li {
	background: url(../images/bullets/list-bullet-s.png) no-repeat 0px 9px;
	margin: 16px 0 0px 24px;
}

ul.r-dot-s li {
	font-size: 16px;
	font-weight: 100;
	color: #9a8894;
	line-height: 24px;
	background: url(../images/bullets/list-bullet-s.png) no-repeat 0px 9px;
	padding-left: 24px;
	margin: 16px 0 10px 24px;
}

ul.r-dot-s li a:link, ul.r-dot-s li a:visited {
	color: #828285;
	text-decoration: none;
}

ul.r-dot-s li a:hover, ul.r-dot-s li a:active {
	color: #21275f;
	text-decoration: underline;
}

ol {
	list-style-type: lower-alpha;
}

ol.r-arrow li {
	font-size: 16px;
	font-weight: 100;
	color: #9a8894;
	line-height: 18px;
	background: url(../images/bullets/gray-arrow-right.png) no-repeat 0px 3px;
	padding-left: 24px;
	margin: 16px 0 10px 24px;
}

ul.dot li {
	font-size: 16px;
	font-weight: 100;
	color: #9a8894;
	line-height: 28px;
	background: url(../images/bullets/list-bullet.png) no-repeat 0px 9px;
	padding-left: 24px;
	margin: 16px 0 10px 24px;
}

ul.r-arrow-dark li {
	font-size: 16px;
	font-weight: 100;
	color: #9a8894;
	line-height: 28px;
	background: url(../images/bullets/bullet.png) no-repeat 0px 9px;
	padding-left: 24px;
	margin: 16px 0 10px 24px;
}

ul.r-arrow li a:link, ul.r-dot li a:link, ul.r-arrow-dark li a:link, ul.r-arrow li a:visited, ul.r-dot li a:visited, ul.r-arrow-dark li a:visited {
	text-decoration: none;
	color: #333;
}

ul.r-arrow li a:hover, ul.r-dot li a:hover, ul.r-arrow-dark li a:hover, ul.r-arrow li a:active, ul.r-dot li a:active, ul.r-arrow-dark li a:active {
	text-decoration: underline;
	color: #666;
}

blockquote {
	font-size: 24px;
	font-weight: 100;
	padding: 10px;
	width: 90%;
	background-color: #ebebeb;
	border-left: #66af45 5px solid;
	margin-left: 50px;
	line-height: 34px;
	color: #9a8894;
	margin-bottom: 30px;
}

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

.tinynav { display: none; }

#navi.selected a {
	color: #e31e25;
	}
	
#navi.selected a:hover {
	color: #3c3c3c;
	}

#navi {
	color: #3c3c3c;
	list-style:none;
	margin-top:66px;
	padding:0;
	text-align:right;
	z-index: 6000;
	text-transform: uppercase !important;
	-webkit-transition: margin .75s;
	-moz-transition: margin .75s;
	-ms-transition: margin .75s;
	-o-transition: margin .75s;
	transition: margin .75s;
}

#navi li{
	position:relative;
	display:inline;
	background-color: #FFF;
	border: 1px thin #CCC;
}

#navi a {
	display:inline-block;
	padding:17px 16px 10px 16px;
}

#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: #e31e25;
}

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

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

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

#navi a {
	color:#3c3c3c;
	text-decoration:none;
	font-size: 14px;
}

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

/* hide sub menu links */
ul.sub-menu {
    display:none;
}

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

.colourbar {
	width: 100%;
	height: 10px;
	background: #964094 url(../images/top-strip-bg.png) repeat-x;
}

.top-menu-container {
	background-color: #65b245;
	height: 45px;
	z-index: 99999999;
}

.header-container {
	height: auto !important;
	z-index: 99999999;
	background-color: #FFF;
	border-bottom: #CCC 1px solid;
}

.logo {
	width: 100%;
  	-webkit-transition: width .75s;
	-moz-transition: width .75s;
	-ms-transition: width .75s;
	-o-transition: width .75s;
	transition: width .75s;
}

.yellow-back {
	background: #ffe001;
}

.red-back {
	background: #e31e25;
}

.green-back {
	background: #66af45;
}

.purple-back {
	background: #954294;
}

.white {
	color: #FFF;
}

.yellow {
	color: #ffe001;
}

.red {
	color: #e31e25;
}

.green {
	color: #66af45;
}

.purple {
	color: #954294;
}

.leader-text span {
	font-weight: 400;
	color: #964094;
}

.leader-text img {
	width: auto;
}

.footer-container {
	background-color: #2c2c2c;
	height: 45px;
}

.footer-container p a:link, .footer-container p a:visited {
	color: #999;
}

.copyright-container {
	text-align: center;
	margin: 8px 0px;
}

.social-container {
	float: right;
	margin: 13px 0px;
}

.social-likes {
	margin: 10px 0px 10px 0px;
}

/* ------------------------------------------------------------- Global Classes ---------------------------------------------------------- */

.btn a{
	float: left;
	display: block;
	width: 125px;
	height: 38px;
	background: url(../images/order_button.jpg) no-repeat 0 0;
	margin: 60px 0px 0px 130px;
	border: 0px;
	z-index: 999;
}

.btn a:hover { 
	background-position: 0px -38px;
}

.btn a span {
	display: none;
}


/* ---------------------------------------------------------- FlexBox ----------------------------------------------------- */

.box {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.box .row {
  border: 1px dotted grey;
}

.box .row.header {
  flex: 0 1 auto;
  /* The above is shorthand for:
  flex-grow: 0,
  flex-shrink: 1,
  flex-basis: auto
  */
}

.box .row.content {
  flex: 1 1 auto;
}

.box .row.footer {
  flex: 0 1 40px;
}
