@import url('http://web.archive.org/web/20190122184706cs_/https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('http://web.archive.org/web/20190122184706cs_/https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import url('http://web.archive.org/web/20190122184706cs_/https://fonts.googleapis.com/css?family=Courgette');
html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}


body {
	font-family: 'Roboto', sans-serif;position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
}
h3 {
	font-size: 34px;
}
.m-r-5 {
	margin-right: 5px;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
.navbar-brand img {
	/*width: 200px;*/
	height: auto;
	float: left;
/*height: 190px;*/
    width: 100px;
}
.navbar-toggle .icon-bar {
	background-color: #484343 !important;
}
.navbar-new {
	box-shadow: 0 5px 10px -9px #969292;
	min-height: 105px;
}
ul.joining {
	float: right;
	padding: 0;
}
ul.joining li {
	float: left;
	list-style: none;
	padding-right: 20px;
}
ul.joining li a {
	color: #333;
}
ul.joining li a:hover {
	color: #143f91;
	text-decoration: none;
}
.navbar-nav>li>a {
	padding: 40px 30px;
	font-size: 15px;
	border-bottom: 4px solid #fff;
	margin-bottom: -1px;
	font-family: 'Oswald', sans-serif;
	color: #aca9a9;
}
.navbar-nav>li>a:hover {
	background: none;
	color: #000;
    border-bottom: 4px solid #d69b1e;
}
.navbar-nav>li>a.active {
	background: none;
	color: #000;
    border-bottom: 4px solid #d69b1e;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav .open>a:visited {
	background-color: #fff !important;
	border-color: none;
}
.navbar-nav {
	float: right;
}
a:focus {
	outline: 0;
	outline-offset: 0;
}
.navbar-new a {
	background: none !important;
}
.first-outlet {
	/*background: #e4f9f6;*/
	border-radius: 10px;
	border: 2px solid #d69b1e;
	padding:19px 10px;
	color: #fff;
	background: #ef008d;
	font-size: 13px;
}
.outlet-bg {
    background: #d69b1e;
}
.second-outlet {
    border: 4px solid #d69b1e;
    padding: 19px 10px;
    border-radius: 10px;
    color: #fff;
    background: #000;
    font-size: 13px;
	min-height: 143px;
}
.third-outlet {
    border: 2px solid #ef008d;
    padding: 19px 10px;
    border-radius: 10px;
    color: #fff;
    background: #ef008d;
}
.ph-contact {
	display: block;
	margin-top: 10px;
}
/*panel tab*/
/*Panel tabs*/
.panel-tabs {
	position: relative;
	bottom: 6px;
	clear: both;
	border-bottom: 1px solid transparent;
}
.panel-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.panel-tabs > li > a {
	margin-right: 2px;
	margin-top: 4px;
	line-height: .85;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	color: #ffffff;
}
.panel-tabs > li > a:hover {
	border-color: transparent;
	color: #ffffff;
	background-color: transparent;
}
.panel-tabs > li.active > a, .panel-tabs > li.active > a:hover, .panel-tabs > li.active > a:focus {
	color: #fff;
	cursor: default;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: rgba(255,255,255, .23);
	border-bottom-color: transparent;
}
.panel-primary>.panel-heading {
	color: #fff;
	    background-color: #000000;
    border-color: #000000;
	height: 44px;
}
.panel-primary {
	border-color: #000000;
}
.panel {
	border-radius: 10px;
	overflow: hidden;
}
.order-text {
	font-family: 'Courgette', cursive;
	text-align: center;
	color: #d69b1e;
}
.tokies-text {
	font-family: 'Courgette', cursive;
	text-align: right;
	font-size: 40px;
	line-height: 48px;
	color: #d69b1e;
}
/*panel tab*/
/*radio button*/
.radio {
	padding-left: 20px;
}
.radio label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}
.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}
.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 11px;
	height: 11px;
	left: 3px;
	top: 3px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
	opacity: 0;
}
.radio input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: none;
	outline-offset: 0;
}
.radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
	cursor: not-allowed;
}
.radio.radio-inline {
	margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
	background-color: #143f91;
}
.radio-primary input[type="radio"]:checked + label::before {
	border-color: #143f91;
}
.radio-primary input[type="radio"]:checked + label::after {
	background-color: #143f91;
}
.radio-danger input[type="radio"] + label::after {
	background-color: #143f91;
}
.radio-danger input[type="radio"]:checked + label::before {
	border-color: #143f91;
}
.radio-danger input[type="radio"]:checked + label::after {
	background-color: #143f91;
}
.radio-info input[type="radio"] + label::after {
	background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
	border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
	background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
	background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
	border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
	background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
	background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
	border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
	background-color: #5cb85c;
}
/*radio button*/
.panel-body {
	padding: 15px;/*margin: 0 15px;*/
}
.outlet .radio {
	display: inline-block;
	margin-right: 20px;
}
.order {
	position: relative;
	margin-top: 10px;
}
.order button {
	position: absolute;
	right: 5px;
	top: 5px;
	border: 0;
	padding: 5px 15px;
	background: #000000;
	color: #fff;
}
.order button:hover {
	background:#00000099;
	color: #fff;
}
.order input {
	width: 100%;
	padding: 3px 10px;
	height: 40px;
}
:focus {
	outline: 0 !important;
	outline-offset: 0;
}
.panel-tabs li a {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	margin: 0;
}
.icon-img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50px);
        bottom: 80px;
}
.app-img {
    margin: 0 40px 0 10px;
    display: inline-block;
}
.app-img img {
	width: 150px;
}
.social-text {
	display: inline-block;
	vertical-align: middle;
}
.social-icons {
	display: inline-block;
	margin: 0 40px;
}
.social-icons li {
	display: inline-block;
	margin: 0 5px;
}
.social-icons ul {
	padding: 0;
}
.centerize-text {
	/*text-align: center;*/
	/*margin-top: 40px;*//*box-shadow:0 -5px 10px -8px #969292*/
	position: relative;
}
.navbar-brand {
	padding: 5px 15px;
}
.social-icons a {
	display: block;
}
.social-icons img {
	vertical-align: top;
	margin: -20px 0 0 0;
}
/*.social-icons a:hover {
	box-shadow: 0px 10px 10px #bfbcbc;
	border-radius: 50%;
}*/
.copyright-text {
	position: absolute;
	right: 0;
	bottom:20px;
	font-size: 12px;
	color: #afafaf;
}
.top-bar {
	position: relative;
}
.cart {
	position: absolute;
	top: 30px;
	right: 0;
	display:none;
}
.cart a {
	font-size: 20px;
	color: #333;
}
.count {
	position: absolute;
	top: -15px;
	right: -11px;
	background: #143f91;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.type {
	float: left;
	font-size: 16px;
	text-transform: capitalize;
	font-family: 'Oswald', sans-serif;
}
.joining li a {
	text-decoration: none;
}
.joining li a .glyphicon {
	margin-right: 3px;
}
.md-sectiontext {
    font-size: 15px;
    line-height: 26px;
    color: #767677;
    text-align: center;
}
.tokies-heading {
	font-family: 'Courgette', cursive;
	text-align: center;
	font-size: 34px;
	line-height: 46px;
	color: #d69b1e;
	margin: 35px 0;
}
.md-section {
	margin-bottom: 30px;
	max-width: 800px;
	margin: 0 auto;

}
.contact-section {
	width: 49%;
	display: inline-block;
	padding: 20px;
	border-right: 1px solid #e2e1e1;
	text-align: center;
	color: #807777;
}
.contact-section:last-child {
	border: 0;
}
img.gal-img {
	width: 100%;
}
.mb-20 {
	margin-bottom: 20px;
}
.gal h5 {
	margin-top: 0;
	font-size: 15px;
	color: #000000;
	line-height: 22px;
}
/*.gal .icon-img {
	margin: 5px auto 0;
}*/
.container.gal {
	color: #807777;
}
.md-sectiontext2 {
	font-size: 24px;
	line-height: 30px;
	color: #143f91;
	font-family: 'Courgette', cursive;
}
.followers {
	text-align: center;
}
.call-tokies {
	font-size: 16px;
	line-height: 22px;
	margin: 5px;
	display: none;
}
.follow-text {
	font-size: 24px;
	font-family: 'Courgette', cursive;
	line-height: 30px;
	margin-top: 15px;
}
.followers .icon-img {
	margin: 5px auto 0;
}
footer {
	position:absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-bottom: 20px;
	background:#fff;
}
.social-icons i {
	padding: 0px 5px;
	font-size: 22px !IMPORTANT;
	color: #333;
}
.social-icons a:hover i {
	color: #143f91;
}
.box {
	width: 300px;
	/* float: right; */
	border: 1px solid #ececec;
	padding: 20px;
	position: absolute;
	right: 18px;
	top: 30px;
	background: #fff;
	z-index: 99;
	display: none;
	box-shadow: 0 3px 9px #d6e0df;
	border-top: 5px solid #143f91;
}
.signbuttonsar {
	background: #dad7d7;
	border: 0;
	border-radius: 0;
	color: #333;
	padding: 6px 20px 7px;
	box-shadow: none;
	float: right;
}
.signbuttonsar:hover {
	background: #143f91;
	color: #fff;
}
.btn-primary:active:focus, .btn-primary:active:hover {
	background: #143f91;
}
.box:before {
	content: '';
	position: absolute;
	top: -13px;
	right: 17px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #143f91;
}
.joinus-dropdown {
	position: relative;
}
.box .form-control {
	padding: 6px 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #f1efef;
	box-shadow: none;
	border-radius: 0;
}
.social-icons.social-iconsnew i{ font-size:48px !important;} 
.social-iconsnew{ margin:20px auto 0;}

.social-icons i.ar-facebook{ color:#2a388f;font-size: 44px !IMPORTANT;}
.social-icons i.ar-twitter{ color:#27aae1;}
.social-icons i.ar-linkedin{ color:#1b75bc;}
.social-icons i.ar-youtube{ color:#ec1c23;font-size: 44px !IMPORTANT;} 
.fancybox-button--play{ display:none !important;}
.fancybox-button--fullscreen{ display:none !important;}
.fancybox-button--thumbs{ display:none !important;}
.fancybox-button--share{ display:none !important;}
.md-section-location {
    display: block;
    text-align: center;
}
.contact-section-location {
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    padding: 0 30px;
    border-right: 1px solid #ddd;
    width: 33%;
}
.contact-section-location:nth-child(4){
	border:0;
}
.contact-section-location h4{
	color: #000000;
	font-size: 20px;
	line-height: 30px;
}
.contact-section-location:last-child{
	border:0;
}
/*responsive*/
@media only screen and (min-width :1200px) {
.navbar.navbar-inverse {
	display: none;
}

/*.icon-img {
	padding-bottom:130px;
}*/

}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
.icon-img {
	width: 35%;
}
.second-outlet {
	padding: 8px;
}
.first-outlet {
	padding: 8px;
}
.second-outlet span, .first-outlet span {
	font-size: 10px;
}
.panel-tabs li a{ font-size: 12px; }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
.navbar-nav>li>a {
	padding: 40px 20px;
}
.type {
	display: none;
}
/*.first-outlet {
	border-radius: 10px;
	border: 2px solid #c5e6e2;
	padding: 10px;
	color: #827d7d;
	margin-bottom: 5px;
}*/
.second-outlet {
	padding: 10px;
}
.icon-img {
	width: 35%;
}
.centerize-text {
	padding-bottom: 50px;
}
.copyright-text {
	position: absolute;
	left: 50%;
	bottom: 0;
	font-size: 12px;
	color: #afafaf;
	text-align: center;
	width: 100%;
	transform: translate(-50%, -50%);
}
.tokies-text {
	font-family: 'Courgette', cursive;
	text-align: left;
	font-size: 35px;
	line-height: 43px;
	color: #ccc;
}
ul.nav.panel-tabs a {
    padding: 1rem;
}
.app-img {
    margin: 1rem auto;
    display: block;
    text-align: center;
}
.icon-img{ bottom: 150px; }
.ParentGal {
    width: 49.7%;
    margin: 0 auto 2rem;
    display: inline-block;
}
.gal h5 {
    margin-top: 3rem;
    font-size: 24px;
}
.md-section{
	padding-bottom: 10rem;
}
.order button{ padding: 5px 10px; }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
.navbar-toggle {
	margin-top: 24px;
	margin-right:0;
}
ul.navbar-nav {
	float: none;
	width: 100%;
	padding: 0;
	margin: 15px auto;
}
.navbar-nav>li>a {
	padding: 10px 0;
	font-size: 18px;
}
.cart {
	right: 10px;
}
.col-sm-4 h3 {
	display: none;
}
.col-sm-4 h3.order-text {
	display: block;
	clear: both;
	margin: 20px 0;
	float: left;
	width: 100%;
}
.first-outlet {
	padding: 15px 10px;
}
.second-outlet {
	padding: 15px 10px;
}
.tokies-text {
	font-family: 'Courgette', cursive;
	text-align: center;
	font-size: 32px;
	line-height: 38px;
	color: #ccc;
}
.icon-img {
	text-align: center;
	margin: 10px auto 0;
	display: block;
	opacity: .1;
	width: 75%;
}
.app-img img {
	width: 120px;
}
.social-text {
	display: none;
}
.app-img {
	margin: 0 10px;
}
.social-icons {
	margin: 0 10px;
}
.centerize-text {
	padding-bottom: 50px;
}
.copyright-text {
	position: absolute;
	left: 50%;
	bottom: 15px;
	font-size: 12px;
	color: #afafaf;
	text-align: center;
	width: 100%;
	transform: translate(-50%, -50%);
}
footer{ position:inherit; margin: 40px 0 0;}
body{ padding-bottom:0;}
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
.navbar-toggle {
	margin-top: 24px;
	margin-right: 32px;
}
ul.navbar-nav {
	float: none;
	width: 100%;
	padding: 0;
	margin: 15px auto;
}
.navbar-nav>li>a {
	padding: 10px 0;
	font-size: 18px;
}
.cart {
	right: 10px;
}
.col-sm-4 h3 {
	display: none;
}
.col-sm-4 h3.order-text {
	display: block;
	clear: both;
	margin: 20px 0;
	float: left;
	width: 100%;
}
.first-outlet {
	padding: 15px 10px;
}
.second-outlet {
	padding: 15px 10px;
}
.tokies-text {
	font-family: 'Courgette', cursive;
	text-align: center;
	font-size: 32px;
	line-height: 38px;
	color: #ccc;
}
.icon-img {
	text-align: center;
	margin: 10px auto 0;
	display: block;
	opacity: .1;
	width: 75%;
}
.app-img img {
	width: 120px;
}
.social-text {
	display: none;
}
.app-img {
	margin: 0 10px;
}
.social-icons {
	margin: 0 10px;
}
.centerize-text {
	padding-bottom: 50px;
	text-align: center;
}
.copyright-text {
	position: absolute;
	left: 50%;
	bottom: 15px;
	font-size: 12px;
	color: #afafaf;
	text-align: center;
	width: 100%;
	transform: translate(-50%, -50%);
}
footer{ position:inherit; margin: 40px 0 0;}
body{ padding-bottom:0;}
}
@media only screen and (min-width : 360px) and (max-width:380px) {
}
@media only screen and (max-width : 479px) {
.navbar-toggle {
	margin-top: 24px;
	margin-right: 0;
}
ul.navbar-nav {
	float: none;
	width: 100%;
	padding: 0;
	margin: 15px auto;
}
.navbar-nav>li>a {
	padding: 10px 0;
	font-size: 18px;
}
.cart {
	right: 10px;
	display: none;
}
.col-sm-4 h3 {
	display: none;
}
.col-sm-4 h3.order-text {
	display: block;
	clear: both;
	margin: 20px 0;
	float: left;
	width: 100%;
}
.first-outlet {
	padding: 15px 10px;
}
.second-outlet {
	padding: 15px 10px;
}
.tokies-text {
	font-family: 'Courgette', cursive;
	text-align: center;
	font-size: 32px;
	line-height: 38px;
	color: #ccc;
}
.icon-img {
	text-align: center;
	margin: 10px auto 0;
	display: block;
	opacity: .1;
	width: 75%;
	display: none;
}
.app-img img {
	width: 120px;
}
.social-text {
	display: none;
}
.app-img {
    margin: 0 auto 1rem;
    text-align: center;
    display: block;
}
.social-icons {
	margin: 0 5px;
}
.centerize-text {
	padding-bottom: 50px;
}
.copyright-text {
	position: absolute;
	left: 50%;
	bottom: 15px;
	font-size: 12px;
	color: #afafaf;
	text-align: center;
	width: 100%;
	transform: translate(-50%, -50%);
}
.tokies-heading {
	font-family: 'Courgette', cursive;
	text-align: center;
	font-size: 30px;
	line-height: 46px;
	color: #8e8585;
	margin: 25px 0;
}
.md-sectiontext {
	font-size: 14px;
	line-height: 20px;
	color: #928e8e;
}
img.gal-img {
	width: 100%;
	margin-bottom: 20px;
}
.contact-section {
	width: 100%;
	display: inline-block;
	padding: 20px;
	border-bottom: 1px solid #e2e1e1;
	text-align: center;
	color: #807777;
	border-right: 0;
}
.md-sectiontext2 {
	font-size: 18px;
	line-height: 22px;
}
.follow-text {
	font-size: 18px;
	font-family: 'Courgette', cursive;
	line-height: 22px;
	margin-top: 10px;
}
.social-icons ul {
	margin-top: 15px;
}
.first-outlet {
	padding: 15px 5px;
	font-size: 12px;
}
.second-outlet {
	padding: 15px 5px;
	font-size: 12px;
}
.box {
    width: 280px;}
.navbar-brand img{
	width: 70px;
}
.navbar-new{
	min-height: 77px;
}
footer{ position:inherit; margin: 40px 0 0;}
body{ padding-bottom:0;}
.contact-section-location {
    padding: 0 15px;
    border-right: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
}

/*
     FILE ARCHIVED ON 18:47:06 Jan 22, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:01:41 Jan 18, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  PetaboxLoader3.resolve: 285.139 (2)
  captures_list: 89.859
  exclusion.robots.policy: 0.177
  esindex: 0.012
  exclusion.robots: 0.192
  LoadShardBlock: 68.473 (3)
  load_resource: 500.746
  RedisCDXSource: 2.602
  PetaboxLoader3.datanode: 197.888 (5)
  CDXLines.iter: 14.826 (3)
*/