/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */
#map {
webkit-filter: grayscale(100%);
filter: grayscale(100%);
}


/* Helper Class
 ========================================================================== */
.no-space {
	margin:0 !important;
}
/* Module Headline-Center 
 ========================================================================== */
.headline-border h3 {
	text-align:center;
	padding-bottom:20px;
	margin:0 auto;
	display:table;
	font-size:300%;
	line-height:120%;
}
.headline-border h3:after {
    display:block;
    clear:both;
    content : "";
    position: relative;
    left    : 0;
    bottom  : 0;
    max-width:250px;
    height  : 40px;
    width   : 70%;  /* or 100px */
	background:none;
    margin:0 auto;
    padding:4px 0px;
	margin-bottom:30px;

}
/* Smaller Headlines for top-b - for demo only 
 ========================================================================== */
.jp-demo h3 {font-size:18px;}

/* Main Outer Background 
 ========================================================================== */
.main-outer {
	width:100%;
}
/* jQuery Timer
 ========================================================================== */
.counter {
    font-size: 40px;
    font-weight: 700;
    margin: 20px auto;
}
.ico-timer {
	padding:0;
	display: block;
	font-family: FontAwesome;
	font-size: 400%;
	margin-top: 10px;
	text-align:center;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	text-align:center;
	opacity:0.5
}
.ico-timer:hover {
	opacity:1
}
/* Headerbar Slider Styles
 ========================================================================== */
.sprocket-features-desc,
.sprocket-features-desc {color:#000; font-size:1em !important}
.sprocket-fullslideshow-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}
/* Style for smaller Screen then 768
 ========================================================================== */
@media screen and (max-width: 960px) {
	body {padding:0 !important}
	.sprocket-features-desc {font-size:100% !important}
	h1,h2,h3,h4,h5,h6 {font-size:150% !important;line-height:110% !important}
}

/* Logo 
 ========================================================================== */
.logo {
	float:left;
}
.logo p {
	margin:0!important;
}
.tm-logo:hover {text-decoration:none !important}
/* Mainmenu 
 ========================================================================== */
.menu-inner {
	float:right;
}
.tm-navbar, .tm-headerbar {
	margin:0!important;
	padding:0!important;
}

.img-shadow {
	-moz-box-shadow: 5px 5px #47a9a6;
	-webkit-box-shadow: 5px 5px #47a9a6;
	box-shadow: 5px 5px #47a9a6;
	
}
.shadow {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}
.shadow-img {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}
/* Logo for mobile view */
.tm-logo-small {
    display: inline-block;
}
/* Mosaic Overlay Image effect */

img.sprocket-mosaic-image { 
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	transition: transform 0.5s ease;
}
img.sprocket-mosaic-image:hover { 
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
.uk-panel-shadow {
	-webkit-box-shadow: 5px #dddddd;
	box-shadow:0 0 5px #dddddd;
	-moz-box-shadow:5px #dddddd;
}
.uk-panel-box-shadow{
    background-image: -moz-linear-gradient(center top , #f9f9f9, #fff)!important;
    border: 4px solid #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 85px 80px 0 #fff, 0 12px 8px -5px rgba(0, 0, 0, 0.4);
}

/*Center the Footer Menu
 ------------------------------------------------*/
.uk-subnav {
    display: inline-flex!important
}
.tm-footer .uk-subnav {
    display: inline-flex!important
}
.tm-footer {padding:20px 0}


/* Modern Font Face
----------------------------------------------------------------------------------------------------*/
span.ico {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding:10%;
	display: block;
	font-family: FontAwesome;
	font-size: 60px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto 12px;
	width: 100px;
	text-align:center;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
}
span.ico:hover {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.text-shadow {
	text-shadow: 1px 1px 1px #000;
}

/* HR Styles
----------------------------------------------------------------------------------------------------*/
hr.style0{
	border-top: 1px solid #fff;
	margin:50px 0
}
hr.style1{
	border-top: 1px solid #8c8b8b;
}


hr.style2 {
	border-top: 3px double #8c8b8b;
}

hr.style3 {
	border-top: 1px dashed #8c8b8b;
}

hr.style4 {
	border-top: 1px dotted #8c8b8b;
}

hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}


hr.style6 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

hr.style7 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}


hr.style8 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
hr.style8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}

hr.style9 {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}

hr.style10 {
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
}


hr.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}


hr.style14 {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}


hr.style15 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}
hr.style15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
}

hr.style16 {
  border-top: 1px dashed #8c8b8b;
}
hr.style16:after {
  content: '\002702';
  display: inline-block;
  position: relative;
  top: -12px;
  left: 40px;
  padding: 0 3px;
  background: #f0f0f0;
  color: #8c8b8b;
  font-size: 18px;
}


hr.style17 {
	border-top: 1px solid #8c8b8b;
	text-align: center;
}
hr.style17:after {
	content: 'ยง';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}


hr.style18 {
  height: 30px;
  border-style: solid;
  border-color: #8c8b8b;
  border-width: 1px 0 0 0;
  border-radius: 20px;
}
hr.style18:before {
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: #8c8b8b;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}

hr.style19 {
	border: 0;
	height: 1px;
	margin:10px 0;
	background-color:none;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
}

hr.style20 {
	padding: 0;
	border: none;
	border-top: medium double #ededed;
	color: #ddd;
	text-align: center;
	margin:40px 0;
}
hr.style20:after {
	content: "v";
	display: inline-block;
	position: relative;
	top: -0.7em;
	font-size: 1.5em;
	padding: 0 0.25em;
	background: white;
 }

hr.style21 {
	padding: 5px 0;
	border:none;
	border-bottom: solid 3px pink;
	font-weight: bold;
	position: relative;
	margin-bottom: 8px;
	width:200px;
	margin:0 auto;
	margin-bottom:50px;
	margin-top:30px;
}

hr.style21:after {
	content: '';
	border-bottom: solid 3px blue;
	width: 100px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right:0;
	margin:0 auto;
}

