@import url('https://fonts.googleapis.com/css?family=Sofia+Sans');

body, html {
	/*color: #fff;*/
	color: black;
	/*font-family: "Roboto", Serif, sans-serif;*/
	font-family: "ACMontserratRegularFont,arial";
	margin: 0;
	padding: 0;
	background-color: transparent;
}

body {
	font-size: 1.2em;
	/*background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://wallpapercave.com/uwp/uwp676203.png) center no-repeat fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

.text-box {
	/*background-color: rgba(230, 126, 34, 0.8);*/
	background-color: #FDC500;
	border-radius: 20px;
	/*margin: 2em auto;*/
	margin: 0.5em auto;
	padding: 20px;
	width: 90%;
}

marquee {
/*     font-style: italic; */
/*     font-weight: bold; */
    color: #bf6516;
    font-size: 0.8em;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 2.8em;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	word-spacing: 5px;
	line-height: 1em;
	font-weight: bold;
}

p {
	display: block;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
	font-size: 1.0em;
	line-height: 1.2em;
}

hr {
	width: 70%;
	margin: 10px auto;
}

.container {
	/* background-color: rgba(22, 160, 133, 0.7); */
	/*background-color: #04AA6D;*/
	background-color: white;
	border-radius: 20px;
	margin: auto;
	width: 90%;
	padding: 1em;
}

.disp-mobile {
		display: none;
	}

#survey-form {
	margin: 0 auto;
	width: 100%;
	padding: 10px;
}

.labels {
	display: inline-block;
	text-align: right;
	width: 40%;
	vertical-align: top;
	margin-top: 20px;
}

.input-tab {
	display: inline-block;
	text-align: left;
	width: 50%;
	margin-left: 10px;
}

.input-field {
	display: inline-block;
	width: 100%;
	padding: 5px;
	margin: 18px 0 0 10px;
	border: 1px solid #e67e22;
	border-radius: 4px;
	font-family: inherit;
	font-size: 15px;
	font-weight: bold;
}

.hidden-border {
	display: inline-block;
	width: 80px;
	padding: 5px;
	margin: 18px 0 0 10px;
	background-color: #eee;
	border: 1px solid #e67e22;
	border-radius: 4px;
	font-family: inherit;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}

::-webkit-input-placeholder {
	font-style: italic;
	font-weight: 300;
}

input {
	margin: 7px;
}

li {
	font-size: 0.8em;
}

#dropdown {
	width: 100%;
	padding: 5px;
	margin: 20px 0 10px 10px;
	border: 1px solid #e67e22;
	border-radius: 3px;
	font-family: inherit;
	font-size: 15px;
}

.btn {
	width: 100%;
	text-align: center;
	margin: 20px;
}

button {
	background-color: #e67e22;
	border-radius: 4px;
	color: white;
	font-size: 1em;
	font-weight: bold;
	font-family: inherit;
	padding: 10px 15px;
	border: 1px solid;
	cursor:pointer;
}

button:hover {
	background-color: #bf6516;
}

button:disabled {
	color: #666;
	cursor: not-allowed;
}

footer {
	text-align: center;
	font-size: 17px;
	margin: 20px;
}

footer a {
	color: #f39c12;
	position: relative;
	text-decoration: none;
	font-weight: bold;
}

footer a:hover {
	color: #f1c40f;
	text-decoration: underline;
}

footer p {
	margin: 0;
	font-size: 17px;
	text-align: center;
}

.footer-div {
	margin-bottom: 10px;
}

.contact {
	text-align: center;
}



.button__text {
  font: bold 20px "Quicksand", san-serif;
  color: #ffffff;
  transition: all 0.2s;
}

.button--loading .button__text {
  visibility: hidden;
  opacity: 0;
}

.button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}


@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}





@media only screen and (max-width: 600px) {
	body {
		/*background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://wallpapercave.com/uwp/uwp676203.png) center no-repeat fixed;*/
		background-size: cover;
	}
	h1 {
		font-size: 2em;
	}
	.labels {
		width: 100%;
		text-align: left;
		font-size: 0.8em;
	}
	
	.rb_labels{
	font-size: 0.8em;
	}
	
	.input-tab {
		width: 100%;
		float: left;
		margin-left: -10px;
	}
	.input-field {
		width: 100%;
	}
	select {
		width: 100%;
	}
	button {
		margin-top: 20px;
	}
	.btn {
		width: 100%;
		margin: auto;
		font-size: 0.8em;
	}
	.hide-mobile {
		display: none;
	}
	.disp-mobile {
		display: block;
	}	
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


div.gallery {
	border: 1px solid #ccc;
}

div.gallery:hover {
	border: 1px solid #777;
}

div.gallery img {
	width: 100%;
	height: auto;
}

div.desc {
	padding: 15px;
	text-align: center;
}

* {
	box-sizing: border-box;
}

.responsive {
	padding: 0 6px;
	float: left;
	width: 24.99999%;
}

@media only screen and (max-width: 700px) {
	.responsive {
		width: 49.99999%;
		margin: 6px 0;
	}
}

@media only screen and (max-width: 500px) {
	.responsive {
		width: 100%;
	}
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/* Table Styles*/
.my_account_orders {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 600px;
	width: 100%;
/* 	margin-left: 155px; */
}

.my_account_orders th {
	text-align: left;
}

.grandtotal {
	font-weight: bolder;
}


tr {
	border-bottom: 1px solid #ccc;
}

th, td {
	padding: 6px;
}

@media only screen and (max-width: 600px) {
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr {
		display: block;
	}
	.my_account_orders {
		margin-left: 0px;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.gt_hidden {
	 display: none;
    }
	
	tr {
		/*border: 1px solid #ccc;*/
		margin-bottom: 5px;
	}
	td {
		/* Behave  like a "row" */
		border: none;
		/*border-bottom: 1px solid #eee; */
		position: relative;
		padding-left: 50%;
	}
	td:last-child {
		border-width: 0;
	}
	td:before {
		content: attr(data-title);
		color: #ccc;
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: -10px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
}
