@charset "utf-8";
html {
	overflow-y: scroll;
}
body {
	background-color: #FFFFFF;
	font-family: 'Comfortaa', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
}
body.homepage{
	height:auto;
}
img {
	max-width: 100%;
}
#top {
	background: none repeat scroll 0 0 #444444;
	color: #ddd;
	font-size: 14px;
	margin-bottom: 16px;
	padding-bottom: 6px;
	padding-top: 6px;
}
#top .container .separator {
	border-left: 1px solid #CCCCCC;
	display: inline-block;
	height: 10px;
	margin: 0 20px;
	width: 1px;
}
#navigation {
	border-bottom: 2px solid #504c45;
	margin-bottom: 0px;
}
#main .main-box {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 0px solid #E5E5E5;/* border 1, if you have front component*/
	margin-bottom: 20px;
	padding: 10px;
}
#breadcrumbs .moduletable {
	border: 0;
	padding: 0;
}
#fullwidth {
	overflow: hidden;
}
#fullwidth .moduletable {
	border: 0;
	padding: 0;
}
.black .moduletable {
	background: none repeat scroll 0 0 #222222;
	border-color: #222222;
	color: #AAAAAA;
}
.moduletable {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E5E5E5;
	margin-bottom: 20px;
	padding: 10px;
}
#brand {
	float: left;
	padding-left: 15px;
	padding-top: 5px;
}
.page-header {
	margin: 10px 0 20px;
}
.hasTooltip {
	display: inline !important;
}
.noMainbody {
	display: none !important
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius: 3px;
	color: #555555;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 9px;
	padding: 4px 6px;
	vertical-align: middle;
}
label {
	display: block;
	margin-bottom: 5px;
}
label, input, button, select, textarea {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	font-family: arial;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
	cursor: pointer;
}
#pop-print {
	float: right;
	margin: 10px;
}
.btn,
#submit {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #ff9600;
	border: none;
	border-radius: 4px;
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0;
	padding: 8px 14px;
	text-align: center;
	vertical-align: middle;
	white-space: unset;
}
.btn:hover,
#submit:hover{
	color:#fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(126, 69, 2, 0.9);
	-moz-box-shadow:    0px 0px 15px 0px rgba(126, 69, 2, 0.9);
	box-shadow:         0px 0px 15px 0px rgba(126, 69, 2, 0.9);
	/* For Safari 3.1 to 6.0 */
    -webkit-transition-property: -webkit-box-shadow;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    /* Standard syntax */
    transition-property: box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
}
html, body {
	height: 100%;/* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by its height */
	margin: 0 auto -240px;
	/* Pad bottom by footer height */
	padding: 0 0 240px;
}
/* Set the fixed height of the footer here */
#footer {
	background-image: url(../images/bg_footer.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 80px;
	height: 240px;
	color: #242424;
	font-size: 18px;
	margin-top: -70px;
	position: relative;
}
.homepage #footer {
	margin-top: -00px;
}
.homepage #main{
	display:none;
}
#prefooter .container {
	padding-left: 10px;
	padding-right: 10px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #242424;
	/* For Safari 3.1 to 6.0 */
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-delay: 0s;
    /* Standard syntax */
    transition-property: color;
    transition-duration: 0.5s;
    transition-delay: 0s;
}
/* LAYOUT */
/* Floats */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.ie7 .group {
	zoom: 1;
}
/* JOOMLA */
.form-horizontal .control-label {
	text-align: inherit;
}
.cols-1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}
.cols-2 .column-1 {
	float: left;
	width: 46%;
}
.cols-2 .column-2 {
	float: right;
	margin: 0;
	width: 46%;
}
.items-row {
	margin-bottom: 10px !important;
	overflow: hidden;
}
.blog-more {
	padding: 10px 5px;
}
.chrono_credits {
	display: none;
}
.article-info, .readmore {
	text-align: right;
}
.article-info-term {
	display: none;
}
.navbar-toggle {
	margin-top: 10px;
	color: #ffffff;
	width: 130px;
	margin-right: 0;
}
.menutoggler{
	float:right;	
}
.navbar-collapse {
	font-size: 20px;
}
.navbar-collapse .navbar-nav > li > span > a {
    line-height: 40px;
}
.navbar-inverse .navbar-nav > li > span >  a {
    color: #fff;
	text-decoration:none;
}
.navbar-inverse .navbar-nav > li > span >  a:hover,
.navbar-inverse .navbar-nav > li.active > span >  a {
    color: #ff9600;
}
.navbar-nav > li > span >  a {
    padding-bottom: 0px;
    padding-top: 0px;
	padding-left: 10px;
    padding-right: 10px;
}
.nav > li > span > a {
    display: block;
    position: relative;
}.navbar-header {
	margin-right: 25px;
}
#navigation {
	background-color: #000;
}
.navbar {
	margin-top: 5px;
	margin-bottom: 5px;
}
.navbar-inverse {
	border:none;
	background-color:transparent;
}
.carousel .item {
	width: 100%; /*slider width*/
	max-height: 520px; /*slider height*/
}
.carousel .item img {
	width: 100%; /*img width*/
}
/*add some makeup*/
#logosubheader{
	color: #ff9600;
    float: left;
    font-size: 30px;
    line-height: 47px;
    margin-left: 10px;
    padding-top: 0px;
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0px, rgba(0, 0, 0, 0) 100%);
}
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 1) 100%);
}
.carousel .carousel-control {
	border: none;
	font-size: 120px;
    line-height: 100%;
}
.carousel-caption{
	background-color: rgba(0, 0, 0, 0.75);
}
#brand {
	margin-bottom: 5px;
}
.social a {
	margin: 0 10px;
}
/* bottom menu */
#bottommenu {
	background-image: url(../images/bg_mainmenu.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 285px;
}
#bottommenu ul {
	margin: 0 auto;
	max-width:715px;
}
#bottommenu ul li {
	display: inline-block;
	margin: 0px;
}
#bottommenu ul li a {
	color: #fff;
	text-decoration: none;
}
#bottommenu ul li a:hover {
	color: #000;
	text-decoration: none;
}
#bottommenu ul li {
	margin: 15px;
	border-radius: 50%;
	width: 100%;
	position: relative;
	border: 2px solid #fff;
	max-width: 110px;
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}
#bottommenu ul li:before {
	content: "";
	display: block;
	padding-top: 100%;
}
#bottommenu ul li span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
}
#bottommenu ul li span a {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
}
#bottommenu ul li.item-101 {
	background-color: #bb853d;
}
#bottommenu ul li.item-121 {
	background-color: #7e4502;
}
#bottommenu ul li.item-123 {
	background-color: #571111;
}
#bottommenu ul li.item-122 {
	background-color: #523915;
}
#bottommenu ul li.item-109 {
	background-color: #42380c;
}
#bottommenu ul li.hover_me {
	background-color: #fff!important;
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}
.panel-title h3 {
    margin-bottom: 5px;
    margin-top: 5px;
	font-size: 16px;
}
.dl-horizontal dt 
{
    white-space: normal;
}
a{
	color:#ff9600;
}
a:hover{
	color:#242424;
	/* For Safari 3.1 to 6.0 */
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-delay: 0s;
    /* Standard syntax */
    transition-property: color;
    transition-duration: 0.5s;
    transition-delay: 0s;
}
.thumbnail{
	text-align:center;
}
.modern .img-responsive, .thumbnail a > img, .modern .thumbnail > img {
    display: inline;
}
/* Media Queries */
/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
}
/* Landscape phones and down */
@media (max-width: 480px) {
	.item-image img.img-circle,
	.item-image img.img-rounded{
		max-width:100%;
		margin-bottom:20px;
		float:none;
	}
	.pull-left {
		float: none!important;
	}
	.carousel .carousel-control {
		font-size: 100px;
	}
	.carousel-caption {
		bottom: 0px;
		padding-bottom: 0;
		padding-top: 0;
	}
}
/* menu fix*/
@media (max-width: 730px) {
	#bottommenu ul li {
		margin: 5px;
		max-width: 85px;
	}
	#bottommenu ul li span a {
		font-size: 13px;
		height: 13px;
		line-height: 13px;
	}
	#bottommenu ul {
		max-width: 480px;
	}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.item-image img.img-circle,
	.item-image img.img-rounded{
		max-width:100%;
		margin-right:20px;
		margin-bottom:20px;
	}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 628px) {
	#logosubheader{
		padding-top: 10px;
	}
	.thumbnail a{
		margin:10px;
	}
}
@media (min-width: 768px) and (max-width: 990px) {
	.navbar-collapse {
		font-size: 15px;
	}
	.item-image img.img-circle,
	.item-image img.img-rounded{
		max-width:150px;
		margin-right:20px;
		margin-bottom:20px;
	}
	.carousel .carousel-control {
		line-height: 200%;
	}	
	.navbar-nav > li > span > a {
		padding: 0 5px;
	}
}
/* medium desktop */
@media (min-width: 990px) {
	#prefooter .container {
		padding-left: 50px;
		padding-right: 50px;
	}
	.item-image img.img-circle,
	.item-image img.img-rounded{
		max-width:100px;
		margin-right:20px;
		margin-bottom:20px;
	}
}
@media (min-width: 990px) and (max-width: 1200px) {
	.h2, h2 {
		font-size: 27px;
	}
	.carousel .carousel-control {
		line-height: 200%;
	}
	.navbar-nav > li > span > a {
		padding: 0 6px;
	}
}
	
/* Large desktop */
@media (min-width: 1200px) {
	#prefooter .container {
		padding-left: 100px;
		padding-right: 100px;
	}
	.carousel .carousel-control {
		line-height: 300%;
	}
	.navbar-nav > li > span > a {
		padding: 0 16px;
	}
}
