@charset "UTF-8";
/* CSS Document */

@import 'clearfix.css';
@import 'forms.css';
@import 'fonts/fonts.css';

body,td,th {
	font-family: 'Roboto', sans-serif;
	font-size: 1.4em;
	font-weight: 300;
	outline-style: 1em;
	line-height: 1.5em;
	color: #000000;
}
body, html {
	background: #000;
	margin: 0px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
body *, html * {
	box-sizing: border-box;
}
.wrapper {
	width: 100%;
	padding: 0px 0px;
	margin: 0px;
	display: block;
	position: relative;
}
.subwrapper {
	width: 100%;
	max-width: 1280px;
	padding: 0px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.subwrapper.narrow {
	max-width: 1120px;
}
.withpadding {
	padding-top: 60px;
	padding-bottom: 60px;
}
.withpadding_large {
	padding-top: 100px;
	padding-bottom: 100px;
}
.withpadding_small {
	padding-top: 10px;
	padding-bottom: 10px;
}
.withpadding_ontoppage {
	padding-top: 100px;
}
#main {
	width: 100%;
	display: block;
	position: relative;
}
/*-----------------------------------------------------------*/
/*----------------------- HEADER STUFF ----------------------*/
/*-----------------------------------------------------------*/
#main_logo {
	margin: 2em 0;
}
/*-----------------------------------------------------------*/
/*----------------------- FOOTER STUFF ----------------------*/
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*----------------------- FORMAT STUFF ----------------------*/
/*-----------------------------------------------------------*/
/* COLORS */
.colored { color: #4ACCD4; }
.colored_brown { color: #63544A; }

.white { color: #ffffff; }
.lightgray { color: #eeeeee; }
.midlightgray { color: #cccccc; }
.gray { color: #999999; }
.middrakgray { color: #666666; }
.darkgray { color: #333333; }
.black { color: #000000; }

.alert_text { color: #cc0000; }
.ok_text { color: #009900; }

.highlighted_colored {  background: #4ACCD4; }
.highlighted_colored_brown {  background: #63544A; }

.highlighted_white {  background: #ffffff; }
.highlighted_lightgray {  background: #eeeeee; }
.highlighted_midlightgray {  background: #cccccc; }
.highlighted_gray {  background: #999999; }
.highlighted_middarkgray {  background: #66666; }
.highlighted_darkgray {  background: #333333; }
.highlighted_black {  background: #000000; }

/*BORDERS */
.top_bordered { border-top: 0px solid; }
.border_colored { border-color: #4accd4; }
.border_brown { border-color: #63544A; }

/* ALIGN */
.centercontent { text-align: center; }
/*.centercontent ul, 
.centercontent ol { text-align: left };*/
.leftcontent {  text-align: left; }
.rightcontent {  text-align: right; }
.blockcontent { line-height: 0; }

.tobottom { position: absolute; bottom: 0px; }

.centered_box { margin-left: auto; margin-right: auto; }
.nofloat { float: none !important;}

.no_bordered { border: none !important; }

img { border: 0px; max-width: 100%}

p, ul, ol { margin: 1.4em 0; }
p:first-child { margin-top: 0; }
p:first-child, ul:first-childl, ol:first-child  { margin-top: 0; }
p:last-child, ul:last-childl, ol:last-child   { margin-bottom: 0; }

.page_header p {
	font-size: 1.28em;
}

ul { list-style: url(../images/layout/list-bullet.gif); }
ul li, ol li { margin-bottom: 1em; display: list-item; }
/*ul li[class*='col-'], ol li[class*='col-'] { margin-bottom: 1em; display: list-item; }
*/
ol { 
   list-style-type: decimal; 
   list-style-position: outside;
}
ol span {
	position: relative;
	left: 30px;
	color: #666;
}
ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

.pre_styled_text ol {
	list-style: none;
	counter-reset: li-counter;
	list-style-type: decimal !ie; /*IE 7- hack*/
	margin: 0;
    margin-left: 0em;
    padding: 0;
}
.pre_styled_text ol li {
	position: relative;
    padding-top: 3.5em;
}
.pre_styled_text ol li:before {
	position: absolute;
    top: 0px;
	left: 0px;
    width: 3em;
    height: 3em;
	
	font-size: 1em;
    line-height: 3em;
	font-weight: 600;
    text-align: center;
    color: #000000;
	
    border-radius: 50%;
    background-color: #ffdd00;
    content: counter(li-counter);
    counter-increment: li-counter;
}
.pre_styled_text ol.listed_white li:before {
    background-color: #ffffff;
}
.pre_styled_text ol.listed_black li:before {
    color: #ffdd00;
    background-color: #000000;
}


.ondark { font-weight: 200}
.leadtext {
	font-family: 'Kanit', sans-serif;
	font-weight: 300;
	font-size: 2.2em;
	line-height: 1.2em;
}
.small {
	font-size: 12px;
	line-height: 1.2em;
}
strong, b {
	font-weight: 700;
}
.ondark strong, .ondark b {
	font-weight: 600;
}
.loading {
	background: url(../images/layout/ajax-loader.gif) no-repeat left top 30px;
}
.shadowed {
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
}

/*-----------------------------------------------------------*/
/*----------------------- COLS ------------------------------*/
/*-----------------------------------------------------------*/
[class*='col-'] {
	float: left; 
    min-height: 1px; 
    width: 8.33%; 
    /*-- our gutter -- */
    padding: 15px;
	display: block; 
}
.pos_relative {
	position:relative;
}
[class*='col-'].centered_col {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.col-0-5{ width: 4.165%; }
.col-1{ width: 8.33%; }
.col-1-5 { width: 12.45%; }
.col-2{ width: 16.66%; }
.col-2-5 { width: 20.83%; }
.col-3{ width: 25%;    }
.col-4{ width: 33.33%; }
.col-4-5 { width: 37.45%; }
.col-5{ width: 41.66%; }
.col-5-5{ width: 45.83%; }
.col-6{ width: 50%;   }
.col-7{ width: 58.33%; }
.col-8{ width: 66.66%; }
.col-9{ width: 75%;    }
.col-10{ width: 83.33%; }
.col-11{ width: 91.66%; }
.col-12{ width: 100%;   }

.clear_nth-1:nth-child(1n+1),
.clear_nth-2:nth-child(2n+1),
.clear_nth-3:nth-child(3n+1),
.clear_nth-4:nth-child(4n+1),
.clear_nth-5:nth-child(5n+1),
.clear_nth-6:nth-child(6n+1),
.clear_nth-7:nth-child(7n+1),
.clear_nth-8:nth-child(8n+1),
.clear_nth-9:nth-child(9n+1),
.clear_nth-10:nth-child(10n+1),
.clear_nth-11:nth-child(11n+1),
.clear_nth-12:nth-child(12n+1) {
	clear:left;
}

.like_col_padded {
	padding: 15px;
}

.noleft_padding { padding-left: 0px; }
.noright_padding { padding-right: 0px; }
.notop_padding { padding-top: 0px !important; }
.nobottom_padding { padding-bottom: 0px !important;}
.novertical_padding {padding-bottom: 0px; padding-top: 0px;}
.nohorizontal_padding {padding-left: 0px; padding-right: 0px;}
.no_padding { padding: 0px; }

.no_margin { margin: 0; }

.atleft { float: left; }
.atright { float: right; }

.noblock { display: inline-block; }

.pos_relative {
	position:relative;
}
.underlayer_img {
	z-index: -1;
}

/*-----------------------------------------------------------*/
/*----------------------- TEXT STYLES -----------------------*/
/*-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: normal;
}
/* in */
h1 {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	font-size: 5em;
	line-height: 1em;
	text-transform: uppercase;
}
h1.subsection {
	font-size: 3em;
	line-height: 1.2em;
	padding: .4em 0 .4em 2.5em;
	background: no-repeat left center;
	background-size: contain;
}
/* in */
h2 {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	font-size: 3em;
	line-height: 1em;
}
/* in */
h3 {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	font-size: 2em;
	line-height: 1em;
}

/*h3 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	font-size: 1.275em;
	line-height: 1.2em;
}
/* in */
h4 {
	font-family: 'Kanit', sans-serif;
	font-weight: 300;
	font-size: 1.8em;
	line-height: 1.1;
}
/* in */
/*h5 {
	
}
/* in */
/*h6 {

}
*/

/*-----------------------------------------------------------*/
/*----------------------- SELECTORS -------------------------*/
/*-----------------------------------------------------------*/
/* DEFAULT */
a {
	outline: none;
}
a:link,
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover,
a:active,
a.active {
	color: inherit;
	text-decoration: underline;
}
/* EXTRAS */
a.bolder::after {
    display: block;
    content: attr(data-title);
    font-weight: 700;
    height:1px;
    color:transparent;
    overflow:hidden;
    visibility:hidden;
    margin-bottom:-1px;
}
/* COLORED */
a.colored:link,
a.colored:visited {
	color: #ffdd00;
	text-decoration: none;
}
a.colored:hover,
a.colored:active,
a.colored.active {
	color: #ffdd00;
	text-decoration: underline;
}
a.colored:active {
	color: #ffdd00;
}
/* WHITE */
a.white:link,
a.white:visited {
	color: #fff;
	text-decoration: none;
}
a.white:hover,
a.white:active,
a.white.active {
	color: #fff;
	text-decoration: underline;
}
/* BLACK */
a.black:link,
a.black:visited {
	color: #000;
	text-decoration: none;
}
a.black:hover,
a.black:active,
a.black.active {
	color: #000;
	text-decoration: underline;
}
/* GRAY */
a.gray:link,
a.gray:visited {
	color: #999;
	text-decoration: underlined;
}
a.gray:hover,
a.gray:active,
a.gray.active {
	color: #97d60c;
	text-decoration: none;
}
/* WITH IMG ICON */
/*
a.withicon,
a.withicon:link,
a.withicon:visited {
	text-decoration: none;
	background: no-repeat left center;
}
a.withicon:hover,
a.withicon:active,
a.withicon.active {
	text-decoration: none;
	color: #bf344d;
}
a.withicon .fa {
	line-height: 2em;
	margin-right: .6em;
}

/*-------- BUTTONS --------*/
.button {
	cursor: pointer;
	text-transform: capitalize;
	text-align: center;
	line-height: 1em;
	font-size: 1em;
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	padding: .8em 1em;
	margin-top: .8em;
	border: 1px solid #fff;
	background-color: #fff;
	display: inline-block;
}
.button.btn_slim {
	font-weight: inherit;
}
.button.btn_m {
	padding: .5em 3em;
}
.button.btn_xm {
	padding: 1em 2em;
}
.button.btn_xl {
	padding: 1em 3em;
}
.button.btn_xxl {
	padding: 1.5em 2.5em;
}
.button.btn_caps {
	text-transform: uppercase;
}
/*  --- BT COLORED --- */
.button.btn_colored,
.button.btn_colored:link,
.button.btn_colored:visited {
	border: 1px solid #ffdd00;
	background-color: #ffdd00;
	color: #000000;
	text-decoration: none;
}
.button.btn_colored:hover {
	border: 1px solid #000000;
	background-color: #000000;
	color: #ffdd00;
	text-decoration: none;
}
.button.btn_colored:active,
.button.btn_colored.active {
	border: 1px solid #ffdd00;
	background-color: transparent;
}
/*  --- BT BLACK --- */
.button.btn_black,
.button.btn_black:link,
.button.btn_black:visited {
	border: 1px solid #000000;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}
.button.btn_black:hover:enabled {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}
.button.btn_black:active:enabled,
.button.btn_black.active:enabled{
	border: 1px solid #bfa600;
	background-color: #bfa600
}
/*  --- BT UNFILLED --- */
.button.btn_unfilled,
.button.btn_unfilled:link,
.button.btn_unfilled:visited {
	background-color: transparent;
	color: #97d60c;
	text-decoration: none;
}
.button.btn_unfilled:hover {
	border: 1px solid #97d60c;
	background-color: #97d60c;
	text-decoration: none;
}
.button.btn_unfilled:active,
.button.btn_unfilled.active {
	border: 1px solid #666;
	background-color: #666;
}
/*  --- BT COLORED UNFILLED --- */
.button.btn_colored.btn_unfilled,
.button.btn_colored.btn_unfilled:link,
.button.btn_colored.btn_unfilled:visited {
	border: 1px solid #97d60c;
	color: #97d60c;
}
.button.btn_colored.btn_unfilled:hover,
.button.btn_colored.btn_unfilled:active,
.button.btn_colored.btn_unfilled.active {
	background:  #97d60c;
	color: #fff;
}
/*  --- BT COLORED/DARK UNFILLED --- */
.button.btn_colored_dark.btn_unfilled,
.button.btn_colored_dark.btn_unfilled:link,
.button.btn_colored_dark.btn_unfilled:visited {
	border: 1px solid #97d60c;
	color: inherit;
}
.button.btn_colored_dark.btn_unfilled:hover,
.button.btn_colored_dark.btn_unfilled:active,
.button.btn_colored_dark.btn_unfilled.active {
	color: #fff;
}
.button.btn_brown.btn_unfilled,
.button.btn_brown.btn_unfilled:link,
.button.btn_brown.btn_unfilled:visited {
	border: 1px solid #97d60c;
	color: #97d60c;
}
.button.btn_brown.btn_unfilled:hover,
.button.btn_brown.btn_unfilled:active,
.button.btn_brown.btn_unfilled.active {
	background-color: # !important;
	color: #fff;
}

.btn_go_more {
	display: inline-block;
	width: 34px;
	height: 34px;
	padding: 0;
	line-height: 0;
	background: no-repeat url(../images/layout/icn_plus.png);
}
.btn_go_more.btn_go_more_large {
	display: inline-block;
	width: 70px;
	height: 70px;
	padding: 0;
	line-height: 0;
	background: no-repeat url(../images/layout/icn_plus.png);
}
.btn_go_more:link,
.btn_go_more:visited {
	background-position: center top 1px;
}
.btn_go_more:hover,
.btn_go_more:active,
.btn_go_more.active {
	background-position: center bottom 1px;
}
.btn_close {
	display: inline-block;
	width: 34px;
	height: 34px;
	padding: 0;
	line-height: 0;
	background: no-repeat url(../images/layout/icn_close.png);
}
.btn_close:link,
.btn_close:visited {
	background-position: center bottom 1px;
}
.btn_close:hover,
.btn_close:active,
.btn_close.active {
	background-position: center top 1px;
}
.button:disabled {
	opacity: .5;
	cursor: auto;
}
.hover_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	opacity: .8;
}
.hover_overlay_more {
	cursor: pointer;
}
.hover_overlay_more > div {
	display: table;
	width: 100%;
	height: 100%;
}
.hover_overlay_more > div > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.hover_overlayed .hover_overlay {
	height: 0%;
	transition: height 2s;
	-webkit-transition-timing-function: ease-out; /* Safari and Chrome */
    transition-timing-function: ease-out;
	opacity: .0;
}
.hover_overlayed:hover .hover_overlay{
	height: 100%;
	transition: height .4s;
	-webkit-transition-timing-function: ease-out; /* Safari and Chrome */
    transition-timing-function: ease-out;
	opacity: .8;
}
/* ERVICELIST */
.servicelist {
	list-style-position: inside;
	font-size: 1.4em;
	font-weight: 300;
	line-height: .4em;
	margin: 0;
	padding: 0;
}
.servicelist li {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}
.servicelist li:after {
	content: '\0000a0\00b7';
	font-size: 1em;
	line-height: 1.4em;
}
/* CONTACTS */
.contacts {
	font-size: 1em;
	font-weight: 100;
	line-height: 1.4em;
}
.contacts strong {
	font-weight: 400;
}