body{
	height: 100%;
	background: #efffff;
	display: block;
	position: relative;
	-webkit-font-feature-settings: "kern", "liga", "pnum";
	-moz-font-feature-settings: "kern", "liga", "pnum";
	-ms-font-feature-settings: "kern", "liga", "pnum";
	font-feature-settings: "kern", "liga", "pnum";
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	font-family: 'Roboto Slab', "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

.rot{
    transform: rotate(-2deg);
	transition: transform 0.7s;
}

.rot:hover{
    transform: rotate(0deg);
}


.pad{
	border: solid #ddd 1px;
	background-color: white; 
	padding: 10px;
	border-radius: 4px;
}


.btn1{
	border-radius: 4px;
	padding: 10px;
	border: solid 1px white;
	cursor: pointer;
	background-color: #009881;
	color: white;
}


.btn1:act {
	border: solid 2px white;
}
.btn1:hover {
	background-color: #00b69a;
}

.right5{margin-right: 5px;}
.right10{margin-right: 10px;}
.right20{margin-right: 20px;}

.dropbox{
	border: dashed #777 3px;
}

hr{
	border-top: solid 1px white;
	padding-top:0x;
	margin-top:0x;
	padding-bottom:0x;
	margin-bottom:0x;
}

.percent80{height: calc(100% - 100px);}
.percent20{height: 100px;}
.percent100{height: 100%;}
.colordark{color: #333;}
.colordark a {
	color: #000;
	font-weight:800;
}

.top30{margin-top: 30px;}
.top20{margin-top: 20px;}
.top10{margin-top: 10px;}
.top5{margin-top: 5px;}
.top4{margin-top: 4px;}
.top0{margin-top: 0px;}

.right30{margin-right: 30px;}
.right20{margin-right: 20px;}
.right10{margin-right: 10px;}
.right{margin-right: 5px;}
.right4{margin-right: 4px;}
.right0{margin-right: 0px;}

.padding30{padding: 30px !important;}
.padding20{padding: 20px !important;}
.padding10{padding: 10px !important;}
.padding5{padding: 5px !important;}

.bottom30{margin-bottom: 30px !important;}
.bottom20{margin-bottom: 20px !important;}
.bottom10{margin-bottom: 10px !important;}
.bottom5{margin-bottom: 5px !important;}

.bg_white{
	background-color: white;
}

.pointer{
	cursor: pointer;
}

.default{
	cursor: default;
}

.clickme{color: #2c8ebb !important;}

.red{color: red !important;}
.blue{color: #2c8ebb !important;}
.green{color: green !important;}
.gray{color: #aaa !important;}
.black{color: black !important;}
.yellow{color: yellow !important;}

.bg_yellow{background-color: yellow !important;}
.bg_green{background-color: #b4ebc5 !important;}



.shadow{
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.3) ;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.3) ;
}
.rounded{
	border-radius: 3px;
}

.email{
	position: absolute;
	bottom: 22%;
	left: 20px;
	font-size:22px;
}
.email a{
	color: white;
}
.phone{
	position: absolute;
	top: 25%;
	left: 45px;
	font-size: 36px;
}
.prompt{
	position: absolute;
	top: 7%;
	left: 15px;
	font-size: 17px;
	line-height: 18px;
}

.footer{
	margin-top: 85px;
	font-size: 11px;
	position: relative;
}

.footer .copyright{
	margin-left: 36px;
	color: #eee;
}

.mainheader{
	position: relative;
	height: 70px;
	width: 100%;
}

.bold{
	font-weight: bold;
}

.gallery-list{
	border-radius: 3px;
}
.gallery-list-item{
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 10px;
}

.gallery-list-item .icon{
	width: 11%;
	margin-top: 2px;
	text-align: center;
	float: left;
}

.gallery-list-item .title{
	width: 80%;
	float: left;
}

.gallery-list-item .title a{
	color: #0d5f4f; 
	font-size: 18px;
}
.gallery-list-item .title a .cnt{
	color: #777;
}

.clear{
	clear: both;
	margin:0;
	padding: 0;
}

path.reos{
	fill: #999 !important;
	cursor:pointer !important;
}


path.reos:hover{
	fill: #aaa !important;
	cursor:pointer !important;
}

path.activereo, path.activereo:hover{
	fill: #00ee00 !important;
}

.fixed{
	background-color: #aaf;
}

.inactive{
	color: #aaa;
}
