﻿/* Custom Stylesheet
 *
 * Copyright, SyTech.Inc.
*/

hr.band {
	width:100%;
	height:1px;
	/*background-color:orange;*/
}

i.smallX {
  font-size: 1.5rem;
}

/* font */
h1 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.14rem 0 0.912rem 0;
  color:rgba(156,44,45,0.8);	
}

h2 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem 0;
  color:rgba(42,67,88,1);	
}

h3 {
  font-size: 1.2rem;
  line-height: 110%;
  margin: 0.5rem 0 0.4rem 0;
  color:rgba(42,67,88,1);	
}

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.14rem 0 0.912rem 0;
  color:rgba(156,44,45,0.8);	
}

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem 0;
  color:rgba(42,67,88,1);	
}

h6 {
  font-size: 1.2rem;
  line-height: 110%;
  margin: 0.5rem 0 0.4rem 0;
  color:rgba(42,67,88,1);	
}

.select-dropdown li span {
   color: #888; /* no need for !important :) */
}

/* material icons */
nav .material-icons {
	color: rgba(0, 0, 0, 1);
}

.container .row {
	margin-top:0px;
	margin-bottom:0px;
}


/* cards */
.card {
	border:1px;
	border-style :solid;
}
.card .card-content {
  	padding: 10px;
	background-color: rgba(160, 160, 160, 0.2);
}

.card .card-action {
 	padding-top: 0;
 	padding-bottom: 0;
	background-color: rgba(160, 160, 160, 0.4);
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
	color: #0000ff;
  	text-transform: none;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
  	color: #0000ff;
  	text-decoration: underline;
}

/* navigation */
.btn.menu {
  	height: 28px;
  	line-height: 28px;
	width: 80px;
 	border-radius: 6px;	
	text-transform:none;
	padding: 0;
	margin: 5px;
}

.btn.home {
  	height: 32px;
  	line-height: 32px;
	width: 240px;
 	border-radius: 6px;	
	text-transform:none;
	margin: 5px;
}

nav {
  background-color: #ffffff;	
}
nav .brand-logo {
	margin-top:6px;
}

nav a.phone {
    padding-left: 40px;
    padding-right: 15px;
}

.dropdown-button {
	font-size: 1.1rem;
	color: #000000;
}

.dropdown-content li {
  min-height: 30px;
  line-height: 1.1rem;
}

.dropdown-content li > a, .dropdown-content li > span {
  font-size: 14px;
  color: #000000;
  display: block;
  line-height: 16px;
  padding: 10px 10px;
}
.side-nav a {
  	height: 32px;
  	line-height: 32px;
  	padding: 0 32px;
}

#side-item {
	padding-left:50px;		
}


/* google translate */

#google_translate_element{
	right: 10px;
	position: inherit;
	font-size: 1rem;
}
#floater {
    position: fixed;
    top:68px; /* was 68 */
    right: 0;
    height: 40px;
    width: 50px;
} 

div#google_translate_element div.goog-te-gadget-simple{background-color: #ff9800;}
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span{color:black}
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span:hover{color:red}

.goog-te-banner-frame.skiptranslate { display: none !important;} 
body { top: 0px !important; }


/* modal dialog */
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.close {
	background: #606060;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }


/* carousel and slider */
.slick-slide {
	margin: 0px 20px;
}


.carousel .carousel-item {
  	width: auto;
  	height: auto;
}
.carousel .indicators .indicator-item {
  	background-color: rgba(128, 128, 128, 0.5);
}

/* table */
td, th {
  	padding: 5px 5px;	
}
.th1, .td1 {
  text-align: center;
	background-color:rgba(219,229,241,1);
}
.th2, .td2 {
  text-align: center;
	background-color:rgba(184,204,228,1);
}
.th3, .td3 {
  text-align: center;
	background-color:rgba(234,241,221,1);
}
.th4, .td4 {
  text-align: center;
	background-color:rgba(214,227,188,1);
}
.th5, .td5 {
  text-align: center;
	background-color:rgba(246,240,205,1);
}
.th6, .td6 {
  text-align: center;
	background-color:rgba(246,246,170,1);
}
.th7, .td7 {
  text-align: center;
	background-color:rgba(242,219,219,1);
}

section
{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ah1 { 
  color:rgba(156,44,45,0.8);	
}

.alink { 
	color:blue;
}
.alink:hover {
	color:red;
 	text-decoration: underline; 
}

.blink { 
	color: grey;
	font-weight:normal;
}
.blink:hover {
	color:red;
 	text-decoration: underline; 
}

footer h5 {
	font-size: 1.1rem;
	color: #ffffff;
}
footer a {
	font-size: 0.9rem;
	color: #ffffff;
}

.hline {
	margin:0 20px 10px 20px;
  	height: 1px;
  	overflow: hidden;
  	background-color: #e0e0e0;
}

.fancybox-skin {
 	background-color: #eeeeee !important; /* or whatever */
}

.imgsmall{
	border:1px solid grey;
	height:300px;
}

.collapsible-body {
	padding:1rem;
}

