* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
	font-family: 'Lato', sans-serif;
	margin: 0px auto;
    padding: 0px;
    max-width: 1600px;
}

img {
	border: 0px;
	max-width: 100%;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {  
	opacity: 1;
}

a {
	text-decoration: none;
}

.pull-right {
	text-align: right;
}

.red {
	color: #FF0000;
}

.clear {
	clear: both;
}

header {
	background-color: #00529b;
	max-width: 1600px;
	width: 100%;
	margin: 0px auto;
	height: 66px;
}

header .logo {
	float: left;
	height: 66px;
}

.nav {
  	width: 100%;
}

.nav img {
  	height: 26px;
  	float: left;
  	margin-right: 10px;
}

@media (max-width: 500px) {
	.nav img {
	  	height: 30px;
	}
}

.nav span {
	color: #ffe615;
}

.nav span img {
	height: 30px;
}

.nav a {
  	float: left;
  	color: #ffffff;
  	text-align: center;
  	padding: 22px 20px;
  	text-decoration: none;
  	font-family: 'Lato', sans-serif;
  	font-size: 18px;
  	letter-spacing: 1px;
}

.nav .icon {
  	display: none;
  	font-size: 20px;
  	font-weight: bold
  	padding-top: -10px;
}

.dropdown {
  	float: left;
  	overflow: hidden;
}

.dropdown .dropbtn {
  	font-family: 'Lato', sans-serif;
  	font-size: 18px; 
  	border: none;
  	outline: none;
  	color: #ffffff;
  	padding: 22px 20px;
  	letter-spacing: 1px;
  	background: transparent;
}

.dropdown .dropbtn span {
	font-size: 12px;
	color: #ffffff;
}

.dropdown-content {
  	display: none;
  	position: absolute;
  	background-color: #ffffff;
 	min-width: 160px;
 	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 	z-index: 1;
  	border-top: 10px solid #ffe615;
 	border-bottom: 10px solid #ffe615;
 	border-radius: 10px;
 	top: 66px;
}

.dropdown-content a {
	font-family: 'Lato', sans-serif;
  	font-size: 16px; 
	float: none;
  	color: #00529b;
  	padding: 12px;
  	height: auto;
  	text-decoration: none;
  	display: block;
  	text-align: left;
  	border-bottom: 1px dotted #00529b;
}

.dropdown-content a:hover {
  	background-color: #00529b;
  	color: #ffffff;
}

.dropdown:hover .dropdown-content {
  	display: block;
}

@media screen and (max-width: 1400px) {
  	.nav a, .dropdown .dropbtn {
    	display: none;
  	}
  	
  	.nav a.icon {
    	float: right;
    	display: block;
  	}

  	.nav .responsive {
  		display: none;
  		position: absolute;
  		z-index:100; 
  		background: #00529b;
  		top: 66px;
  		left: 0px;
  		width: 100%;
  	}
  
	.nav .responsive .icon {
    	position: absolute;
    	right: 0;
    	top: 0;
  	}
  	
  	.nav .responsive a {
    	float: none;
    	display: block;
    	text-align: left;
    	z-index:100;
  	}
  	
  	.nav .responsive .dropdown {
  		float: none;
  	}
  	
  	.nav .responsive .dropdown-content {
  		position: relative;  
  		margin: 0px 20px;
  		top:0px;
  		max-width: 300px;
 	 }
  
  	.nav .responsive .dropdown .dropbtn {
    	display: block;
    	width: 100%;
    	text-align: left;
    	z-index:100;
  	}
  	
}

.banner {
	background: #e4e8f3; /**url(graphics/bk.jpg); **/
	text-align: center; 
	/** background-size:100% auto; **/ 
	/**padding: 20px 25%;**/
	line-height: 0px;
	position: relative;
}

.banner img {
	line-height: 0px;
}

.banner .img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.banner .img1 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

@media screen and (max-width: 1000px) {
	.banner {
		/**padding: 20px 10%;**/
	}
}

@media screen and (max-width: 600px) {
	.banner {
		padding: 0%;
	}
}

.banner .video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  border: 5px solid #ffffff;
}

@media screen and (max-width: 600px) {
	.banner .video {
	  border: 0px;
	}
}

.banner .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.services {
	margin:30px auto 40px;
	max-width:1600px;
	width:100%;
}

.home-product {
	width:49%; display: inline-block; vertical-align: top; padding: 20px; margin: 0px auto;
}

@media (max-width: 800px) {
	.home-product {
		width:100%; display: block; vertical-align: top; padding: 20px; margin: 0px auto;
	}
}

.services-box {
	padding:0px 0px 20px 0px;
	display: inline-block;
	width: 29%;
	margin:0px 2%;
}

@media (max-width: 800px) {
	.services-box {
		width: 96%;
		margin:0px 2% 30px;
	}
}

.services-title {
	font-family: 'Montserrat', sans-serif;
	color: #00529b; 
	font-size:1.6em; 
	font-weight:700;
	text-align:center; 
	margin:50px 0px 20px;
}

.services-title img {
	height:30px;
}

.services-sub{
	text-align: center;
}

.services-subtitle {
	font-family: 'Montserrat', sans-serif;
	text-align:center; 
	font-weight:700;
	display: inline-block;
	padding: 5px 30px;
	background: #ffe615; 
	border:1px solid #ffffff; 
	margin: 0px 10px;
}

@media (max-width: 600px) {
	.services-sub {
		display: none;
	}
}

.services-subtitle a{
	color:  #00529b; 
	text-decoration: none;
}

.services-subtitle:hover {
	border:1px solid #00529b; 
	color:  #00529b; 
	background: #ffe615; 
	padding:5px 30px;
	text-decoration:none;
}

.services-subtitle img {
	height:30px;
	float: left;
}

.services-subtitle div {
	padding:8px 0px 0px 10px;
	float: left;
}

.services-content {
	padding:10px 20px;
	font-size: 1em;
}

.services .services-btn a{
	font-size:.9em;
	background-color:#ffffff;
	margin:10px 10px;
	padding:3px 10px;
	color: #999999;
	text-align:center;
	width: 120px;
}

.services .services-btn a:hover {
	color:#00529b;
	font-size:1em;
	transition:all 0.3s ease;
}
 
.tool {
	background-color: #00529b;
}


.tool1 {
	color: #ffffff; 
	background-color: #00529b; 
	border-top: 2px dashed #ffffff;   
	border-bottom: 2px dashed #ffffff;
	padding:20px; 
	float: left;
	width: 50%;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:1.2em;
	text-align: center;
	height: 120px;
}

.tool1 input {
	border:0px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	height:40px;
	padding: 5px 10px;
	max-width: 300px;
	width: 100%;
	margin: 0px 0px 5px 10px;
}

.tool1 button {
	border:0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #ffe615; 
	color: #00529b; 
	font-weight:700;
	height:40px;
	margin:8px 0px 0px -10px;
	padding: 5px 20px;
	font-size:.7em;
	cursor: pointer;
}

.tool1 .text {
	font-size:0.6em;
	font-weight:200;
	font-style: italic;
	width: 100%;
	text-align: center;
}

.tool1 button:hover {
	color: #272727; 
}

.tool2 {
	text-align: center;
	height: 120px;
	color: #00529b; 
	background-color: #ffe615; 
	padding:10px 10px;  
	border-top: 2px dashed #ffffff; 
	border-bottom: 2px dashed #ffffff;
	box-shadow: -5px 0px 3px -3px #000000;
	overflow: hidden;
	float: left;
	width: 50%;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:1.1em;
}

.tool2 img {
	width:100px; 
	margin:0px 20px;
	float: left;
}

.tool2 .right {
	float: left;
	text-align: left;
	padding-top: 20px;
}

.tool2 select {
	border:0px;
	width:100%;
	max-width: 200px;
	border-radius: 10px;
	height:40px;
	padding: 5px 10px;
	margin-left: 10px;
}

.tool2 .text {
	font-size:0.8em;
	font-weight:200;
	font-style: italic;
	width: 100%;
	text-align: left;
	margin-top:10px;
	color: #000000;
}

.tool2 .text a{
	color: #000000;
}

.tool2 .text a:hover{
	color: #ff0000;
}

@media (max-width: 1160px) {
	.tool1, .tool2 {
		width: 100%;
		float: none;
		height: auto;
		text-align: left;
	}
	
	.tool1 .text {
		text-align: left;
	}
}  

@media (max-width: 575px) {
	.tool1, .tool2 {
		text-align: center;
	}
	
	.tool1 input {
		display: block;
		max-width: 100%;
		border-radius: 10px;
		margin: 10px 0px 5px 0px;
	}
	
	.tool1 button {
		display: block;
		border-radius: 10px;
		margin: 20px auto;
	}
	
	.tool1 .text {
		text-align: center;
	}
	
	.tool2 img {
		width:100px; 
		margin:0px auto;
		float: none;
	}
	
	.tool2 .right {
		float: none;
		text-align: center;
		padding-top: 10px;
	}
		
	.tool2 .text {
		text-align: center;
		margin-top:10px;
	}
}

@media (max-width: 430px) {
	.tool2 select {
		margin: 10px 0px 0px 0px;
	}
}

.news {
	max-width: 1600px;
	padding:20px; 
	border-top:1px dashed #c0c0c0; 
	border-bottom:1px dashed #c0c0c0;
	margin:20px auto 0px;
	background: url(graphics/news1.png) no-repeat top right;
}

.news a{
	color: #000000;
	font-weight: bold;
}

.news a:hover {
	color: #000000;
	font-weight: bold;
}

.news-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size:1.4em; 
	color: #00529b;
}

.news-title img {
	height:30px;
}

.news-box {
	margin:20px 0px 0px;
}

.news-box img {
	padding: 2px;
	border: 1px solid #c0c0c0;
}

.news .btn {
	font-size:.9em;
	background-color:#00529b;
	border: 1px solid #00529b;
	margin:10px 0px;
	padding:3px 10px;
	color: #ffffff;
	text-align:right;
}

.news .btn:hover {
	background-color:#ffffff;
	color: #00529b;
	font-size:1em;
	border:1px solid #00529b;	
}

.box {
	width: 29%;
	display: inline-block;
	vertical-align:top;
	margin: 30px 2%; 
}

@media (max-width: 800px) {
	.box {
		width: 96%;
		margin: 30px 2%; 
	}
}

.box a{
	color: #272727; 
	text-decoration:none;
}

.box3 {
	color: #272727; 
	text-align:center; 
	margin: 30px 0px 0px; 
	padding:20px;
	border:1px solid #c0c0c0;
	line-height:24px;
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box3:hover {
	border:1px solid #00529b;
	box-shadow: 0 4px 8px 0 #00529b;
	text-decoration:none;
}

.box3-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size:1.4em; 
	margin-bottom:10px;
	color:#00529b;
}

.box3-title img {
	height:30px;
}

.box3-img {
	border:1px solid #c0c0c0;
	padding:1px;
	margin:0px auto 10px;
	width: inherit;
	max-height:300px;
	text-align:center;
}

.box3-product-title {
	font-weight: 700;
	font-size:1.2em; 
	margin-bottom:10px;
	color:#222222;
}

.box3-product-price {
	font-size:1em; 
	margin:10px 0px 0px 0px;
	color:#c0c0c0;
	text-align:right;
}

.box3-product-button {
	border:0px;
	background-color: #00529b;
	padding:10px 15px;
	font-size:18px;
	color: #ffffff;
	box-shadow: 0 4px 8px 0 #00529b;
	margin:0px 0px 20px;
	display:inline-block;
	cursor: pointer;
}

.page {
	margin:50px 10%;
}

.page1 {
	margin:0px auto 20px;
	width: 100%;
}

.page .left {
	width: 50%;
	float: left; 
	padding: 0px 50px;
	margin: 0px auto;
}

.page .right {
	width: 50%;
	float: left; 
}

.page .column {
	width: 33%;
	float: left; 
}

.page-title {
	color: #00529b;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size:1.4em; 
	margin-bottom:20px;
	border-bottom:1px solid #00529b;
	padding:0px 0px 10px 15px;
}

@media (max-width: 768px) {  
	.page {
		margin:30px 5%;
	}
	
	.page-title {
		font-size:1.4em; 
	}
	
	.page-title img{
		display:block;
	}
	
	.page .left, .page .right  {
		width: 100%;
		float: none; 
	}
	
	.page .column {
		width: 100%;
		float: none; 
	}
}

@media (max-width: 400px) {  
	.page {
		margin:20px 3%;
	}
	
	.box {
		padding:0px;
	}
}

.page-subtitle {
	color: #00529b;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size:1em; 
	margin:30px 0px 10px;
}

.page-content {
	color: #222222;
	line-height:30px;
}

.page-content b{
	color: #00529b;
	line-height:30px;
	font-size:1.2em; 
}

.page-content li{
	margin-left:30px;
}

@media (max-width: 768px) {  
	.page-content li{
		margin-left:5px;
	}
}

.page-content img {
	width:auto;
	max-width:100%;
}

.page-content a{
	color: #00529b;
	text-decoration: underline;
}

.page-content a:hover{
	color: #00529b;
	text-decoration: none;
}

.postcode_box {
	margin-top:20px; 
	border-bottom:1px solid #c0c0c0;
}

.postcode_box1 {
	border-bottom:1px solid #c0c0c0;
}

.postcode_box1:nth-child(2n) {
	background-color: #ededed;
}

.postcode_locality {
	display:inline-block;
	width: 40%; 
	padding:5px;  
}

.postcode_no {
	display:inline-block;
	width: 18%; 
	padding:5px; 
	text-align: center; 
}

@media (max-width: 390px) {  
	.postcode_box {
		display:none;
	}
	
	.postcode_locality {
		display:block;
		width: 100%; 
		padding:0px 5px 2px ; 
	}

	.postcode_no {
		display:block;
		width: 100%; 
		text-align: left; 
		padding:0px 5px 2px ; 
	}
	
	.postcode_no::before {
  		content: "Post Code: ";
  		font-weight:bold;
	}
}

.track_box {
	margin-top:20px; 
	border-bottom:1px solid #c0c0c0;
}

.track_box1 {
	border-bottom:1px solid #c0c0c0;
}

.track_box1:nth-child(2n) {
	background: #ededed;
	border-bottom:1px solid #c0c0c0;
	padding:5px;
}

.track_row1 {
	display:inline-block;
	width: 20%; 
	padding:5px;  
}

.track_row2 {
	display:inline-block;
	width: 20%; 
	padding:5px; 
}

.track_row3 {
	display:inline-block;
	width: 38%; 
	padding:5px; 
}

.track_row4 {
	display:inline-block;
	width: 20%; 
	padding:5px; 
}

@media (max-width: 600px) {  
	.track_box {
		display:none;
	}
	
	.track_row1, .track_row2, .track_row3, .track_row4 {
		display:block;
		width: 100%; 
		padding:0px 5px 2px ; 
	}
	
	.track_row1::before {
  		content: "Date: ";
  		font-weight:bold;
	}
	
	.track_row2::before {
  		content: "Time: ";
  		font-weight:bold;
	}
	
	.track_row3::before {
  		content: "Description: ";
  		font-weight:bold;
	}
	
	.track_row4::before {
  		content: "Location: ";
  		font-weight:bold;
	}
}

.ecom_menu {
	text-align:right;
	background-color: #fcfcfc;
	width:100%;
	max-width:1600px;
	margin:0px auto;
	padding:5px 10px;
	border-bottom:1px solid #c0c0c0;
}

.ecom_menutext {
	display:inline-block;
	font-size:16px;
	color: #00529b;
}

.ecom_menutext a {
	text-decoration: none;
	color:#00529b;
	padding: 4px 10px;
	display:block;
}

.ecom_menutext a:hover {
	background-color: #00529b;
	color:#FFFF00;
	text-decoration:none;
	padding: 4px 10px;
	display:block;
}

.ecom_search {
	display:inline-block;
}

.ecom_search_field {
	font-size: 16px;
	padding: 3px 5px;
	color: #00529b;
	border: 1px solid #00529b;
	background-color: transparent;
	width: 200px;
}

.ecom_search_field1 {
	font-size: 16px;
	padding: 4px 5px 5px;
	color: #00529b;
	border: 1px solid #00529b;
	background-color: transparent;
	width: 200px;
}

.ecom_search_button {
	padding: 3px 5px;
	margin:0px 10px 0px -5px;
	border: 1px solid #00529b;
	background-color:#00529b;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

@media (max-width: 460px) {  
	.ecom_search {
		display:block;
		margin-bottom:5px;
		text-align:center;
	}
	
	.ecom_menu {
		padding-top:10px;
		text-align:center;
	}
}

.product-title {
	font-weight: 700;
	font-size:1.4em; 
	margin-bottom:10px;
	line-height:30px;
	color:#00529b;
}

.product_field {
	border: 1px solid #c0c0c0;
	padding:5px;
	margin-bottom:10px;
	font-size:14px;
	max-width:130px;
	width:100%;
}

.product-button {
	border:1px solid #00529b;
	background-color: #ffffff;
	color: #00529b;
	padding:10px 15px;
	box-shadow: 0 4px 8px 0 #00529b;
	margin:0px 0px 20px;
	display:inline-block;
	cursor: pointer;
}

.cat {
	border:1px solid #00529b;
	border-radius:5px;
	margin:30px 0px;
}

.cat a{
	text-decoration:none;
	padding:10px;
	display:block;
	color: #222222;
}

.cat a:hover{
	background-color: #00529b;
	text-decoration:none;
	color: #ffffff;
	display:block;
}

.cat-title {
	font-weight:bold;
	margin-bottom:5px;
	font-size:1em;
}

.listing {
	border-bottom:1px dotted #00529b;
	padding:10px;
}

.listing b{
	font-weight:bold;
	margin-bottom:5px;
	font-size:1em;
}

.cart_box_main {
	background-color: #ECECEC;
	border-bottom: 1px solid #c0c0c0;
	padding:5px 20px;
	font-size: 16px;
}

.cart_box {
	border-bottom: 1px solid #c0c0c0;
	padding:20px;
	font-size: 14px;
}

.cart_image {
	max-width:150px;
	overflow:hidden;
	float: left;
}

.cart_image img {
	height: 80px;
	border: 1px solid #c0c0c0;
}

.cart_name {
	float: left;
	max-width:280px;
	margin: 0px 0px 0px 20px;
}

.cart_right {
	float:right;
	padding-top:30px;
}

.cart_right1 {
	float:right;
}

.cart_qty {
	display:inline-block;
	width: 100px;
	text-align: center;
}

.cart_price {
	display:inline-block;
	width: 100px;
	text-align: right;
}

.cart_price span {
	display:none;
}

.cart_del {
	display:inline-block;
	width: 100px;
	text-align: right;
}

.cart_del a{
	color: #222222;
}

.cart_del a:hover{
	color: #0061aa;
}

.cart_stock {
	display:block;
	color: #ff0000;
	text-align: left;
}

.cart_total {
	text-align: right;
	font-size: 17px;
	font-weight:700;
	background-color: #ECECEC;
	border-bottom:1px solid #c0c0c0;
	padding:5px 120px 5px 10px;
	margin-bottom:30px;
}

.cart_field {
	width: 50px;
	border: 1px solid #c0c0c0;
	text-align: center;
	margin-bottom: 3px;
}

.cart_button {
	display:inline-block;
	margin: 10px 0px 0px 10px;
	font-size: 14px;
	font-weight:700;
}

.cart_button a {
	color: #ffffff;
	background-color: #0061aa;
	padding: 10px 15px;
	text-decoration: none;
	display: block;
}

.cart_button a:hover{
	color: #ffffff;
	background-color: #222222;
	padding: 10px 15px;
	text-decoration: none;
	display:block;
}

@media (max-width: 1000px) {  
	.cart_box_main {
		display:none;
	}
	
	.cart_right {
		float:none;
		clear:both;
		text-align:left;
		padding-top:10px;
	}
	
	.cart_price {
		width:auto;
		text-align:left;
	}
	
	.cart_price span {
		display:inline-block;
		padding-right:5px;
	}
	
	.cart_price span:before {
		content: 'Sub Total: ';
	}
	
	.cart_qty {
		width:auto;
		text-align:left;
		margin-right:20px;
	}
	
	.cart_qty:before {
		content: 'Quantity: ';
	}
	
	.cart_stock {
		text-align:left;
	}
	
	.cart_total {
		text-align: left;
		padding:10px 20px;
	}
}

@media (max-width: 550px) {  
	.cart_image {
		float:none;
		text-align:center;
		max-width:100%;
	}
	
	.cart_name {
		float:none;
		text-align:center;
		padding-top:10px;
		max-width:100%;
	}
	
	.cart_right {
		text-align:center;
	}
	
	.cart_qty, .cart_price {
		width:auto;
		margin:5px 10px 5px;
		display:block;
		text-align:center;
	}
	
	.cart_del {
		position:absolute;
		top:0px;
		right:0px;
		background-color: #ECECEC;
		padding:10px 15px;
		width:auto;
		text-align:center;
	}

	.cart_stock {
		text-align: center;
	}
	
	.cart_total {
		text-align: center;
		padding:10px;
	}
	
	.cart_button {
		margin: 10px 0px 0px 10px;
	}
	
	.cart_button a {
		padding: 10px;
	}
	
	.cart_button a:hover{
		padding: 10px;
	}
}

.pay_title {
	font-size: 16px;
}

.pay_title b{
	font-size: 17px;
	color: #0061aa;
}

.pay_title a{
	color: #ff0000;
	margin-left:30px;
	text-decoration: none;
}

.pay_title a:hover{
	text-decoration: underline;
}

@media (max-width: 330px) { 
	.pay_title a{
		display:block;
		margin:0px;
	}
}

.pay_box {
	border-bottom: 1px solid #ECECEC;
	background-color: #ECECEC;
	padding:10px 10px;
	font-size: 16px;
}

.pay_name {
	display: inline-block;
	width: 76%;
}

.pay_qty {
	display: inline-block;
	width: 10%;
	text-align: center;
}

.pay_price {
	display: inline-block;
	width: 10%;
	text-align: right;
}

.pay_shipping {
	display: inline-block;
	width: 86%;
}

@media (max-width: 1000px) { 
	.pay_name {
		width: 56%;
	}
	
	.pay_qty {
		width: 20%;
		text-align: center;
	}

	.pay_price {
		width: 20%;
		text-align: right;
	}
	.pay_shipping {
		width: 76%;
	}
}

.pay_box1 {
	padding:10px 10px;
	border-bottom: 1px solid #c0c0c0;
	font-size: 16px;
}

.pay_box11 {
	padding:10px 10px;
	border: 1px solid #0061aa;
	font-size: 16px;
}

.pay_total {
	clear:both;
	text-align: right;
	font-size: 17px;
	font-weight:700;
	color: #0061aa;
	padding: 10px 5% 10px 10px;	
	margin:40px 0px 30px;
	background-color: #ECECEC;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

@media (max-width: 380px) { 
	.pay_total {
		text-align:center;
	}
	.pay_total span{
		display:block
	}
}

.pay_button {
	margin: 10px 0px 0px 10px;
	padding:10px 15px;
	background-color: #0061aa;
	border:0px;
	font-size: 16px;
	font-weight:700;
	color: #ffffff;
	cursor: pointer;
}

.acc_box {
	border-bottom: 1px solid #ECECEC;
	background-color: #ECECEC;
	padding:5px 10px;
	font-size: 16px;
}

.acc_box1 {
	padding:10px 10px;
	border-bottom: 1px solid #c0c0c0;
	font-size: 16px;
}

.acc_col, .acc_col1, .acc_col2, .acc_col3 {
	display: inline-block;
	width: 24%;
	text-align: center;
}

.acc_col2 span {
	display:none;
}

@media (max-width: 500px) { 
	.acc_box {
		display:none;
	}
	
	.acc_box1:nth-child(n) {
		background-color: #ededed;
	}

	.acc_col, .acc_col1, .acc_col2, .acc_col3 {
		display: block;
		width: 100%;
		text-align: left;
	}
	
	.acc_col::before {
		content: "Invoice No.: ";
		font-weight:700;
	}
	
	.acc_col1::before {
		content: "Date: ";
		font-weight:700;
	}
	
	.acc_col2::before {
		content: "Amount: ";
		font-weight:700;
	}
	
	.acc_col2 span {
		display:inline-block;
	}
	
	.acc_col3::before {
		content: "Click to ";
	}
}

.login_field {
	border: 1px solid #c0c0c0;
	padding:5px;
	margin-bottom:10px;
	font-size:14px;
	max-width:300px;
	width:100%;
}

.login_button {
	color: #ffffff;
	font-size:14px;
	background-color: #0061aa;
	padding: 5px 15px;
	border: 1px solid #0061aa;
}

@media (max-width: 767px) { 
	.login_register {
		margin-top:30px;
	}
}

footer {
	background: url(graphics/footer.png) no-repeat bottom right;
	border-top:2px solid #ffe615;
	padding:20px 5% 0px; 
	background-color: #00529b;
	margin-top:60px;
	width:100%;
	line-height: 24px;
}

footer .columm {
	color: #ffffff; 
	font-size:1em; 
	margin-bottom: 20px; 
	padding:0px 10px;
	width: 33%;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 800px) { 
	footer .columm {
		min-width: 100%;
		display: block;
	}
}

footer .columm .title{
	font-family: 'Montserrat', sans-serif;
	color: #ffe615; 
	font-size:1.2em; 
	font-weight: 700;
}

footer .columm div{
	padding:5px 8px;
	word-wrap:break-word;
}

footer .columm div a{
	color: #ffffff;
	text-decoration:none;
}

footer .columm div a:hover{
	color: #ffe615; 
	text-decoration:underline;
}

footer .columm div span{
	font-family: 'Montserrat', sans-serif;
	font-size:0.8em; 
	font-weight: 700;
	margin-right: 5px;
	line-height:35px;
}

footer .columm div span a{
	background-color: #ffffff;
	color: #00529b;
	padding:5px 5px;
}

footer .columm div span a:hover{
	background-color: #ffe615;
	color: #00529b;
	padding:5px 5px;
	text-decoration:none;
}

footer .columm div img{
	width: 50px;
}

footer .logo{
	min-width: 200px;
}

footer .below-notice{
	border-top:1px dotted #ffe615; 
	padding:10px;
	font-size:0.8em; 
	letter-spacing:1px;
	color: #ffffff;
	text-align:left;
}

footer .below-notice b{
	color: #ffe615; 
}

footer .below{
	padding:10px;
	font-size:0.9em; 
	color: #ffffff;
	text-align:center;
}

footer .below a{
	color: #ffffff;
	text-decoration: none;
}

footer .below a:hover{
	color: #ffe615; 
	text-decoration:underline;
}

#readmore{
	display: none;
}

.btnreadmore{
	padding-top:20px;
	text-align: right;
	text-decoration: underline;
	cursor: pointer;
}

.btnreadmore a{
	color:#ff0000;
	font-style: italic;
}

.btnreadmore a:hover{
	font-style: normal;
}

