@charset "utf-8";
/* CSS Document */
/* HTML tag styling */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color: #c7e9f1;
	color: #000;
	line-height: 22px;
}

/* full height columns */
html, body {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
	background: top center url(../images/background_top.png) repeat-x #c7e9f1;
}


/* basic formatting */
a {
    text-decoration: none;
	color: #34a4dc;
}

a:hover {
	text-decoration: underline;
	color: #34a4dc;
}

h1,h2,h3,h4,h5,b,strong {
	color: #8aa426;
}

h1 { font-size: 2em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.17em; }
h5 { font-size: 1em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }


/* setting the maximum width of the page */
header.back .row-fluid,
div.row-fluid.slide,
div.row-fluid.content,
footer.back  {
	max-width: 1080px;
	margin: 0 auto;
}

header.back {
	min-height: 100px;
}

header.back div.row-fluid {
	position: relative;
/*	top: 58px;*/
}

img.logo {
	margin-top: 40px;
	margin-left: 15px;
}

img.fb {
	max-width: 25px;
	margin-top: 12px;
	margin-bottom: 13px;
	border-radius: 5px;
}

div.row-fluid.slide,
div.row-fluid.content {
	background-color: rgba(255, 255, 255, 0.75);
}

div.row-fluid.content {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-bottom: 30px;
}


/* Slider */
.theme-default .nivoSlider {
    margin-bottom: 00px;
    box-shadow: 0px 0px 0px 0px #4A4A4A;
}

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: none repeat scroll 0% 0% #000;
	background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
	opacity: unset;
    overflow: hidden;
    display: none;
    box-sizing: border-box;
}

h1.nivo-title {
	font-size: 1em;
	text-align: right;
}

/* Blog */
.blog {
	margin-top: 10px;
}

.muted {
    color: #000;
    font-size: 0.7em;
    background-color: #34a4dc;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 0px rgba(138, 164, 38, 1);
	clear: both;
}

.page-header {
    padding-bottom: 0px;
    margin: 5px 0px;
    border-bottom: none;
	font-size: 1.5em;
}

.page-header h2 {
	line-height: 30px;
	font-size: 1em;
}

div.pull-left.item-image {
	float: right;
	max-width: 50%;
	margin: 0px 0px 10px 10px;
}

div.pull-left.item-image img {
    border-radius: 10px;
    border: 1px solid #34a4dc;
}

.label-info, .badge-info {
    background-color: #34a4dc !important;
	margin-bottom: 3px;
}

dd {
	display: inline;
}

.btn {
    display: inline-block;
    padding: 7px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
    vertical-align: middle;
    cursor: pointer;
    background-color: #34a4dc;
    background-image: none;
    background-repeat: repeat-x;
    border-width: 0px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 0px 0px rgba(255, 255, 255, 0) inset, 0px 0px 0px rgba(0, 0, 0, 0);
    float: right;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: #bdcb13;
	color: #fff;
}

.icon-chevron-right {
    background-position: -456px -72px;
	display: none;
}

/* Footer */
footer {
	min-height: 80px;
}

footer .span8 {
	font-size: 0.7em;
}

p.chrono_credits {
	text-align: right;
	font-size: 0.7em;
	color: #34a4dc;
}

/* Navigation */
nav {
	text-transform: uppercase;
	background-color: transparent;
}

.navbar {
	margin-bottom: 0;
}

/* Customize the navbar links to be fill the entire space of the .navbar */

.navbar-inner {
    background-image: none;
    border: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
    background-color: rgba(256, 256, 256, 0.75);
}

.navbar .navbar-inner {
    padding: 0;
}

.navbar-inner .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
}

.navbar .nav li {
    display: table-cell;
    width: 1%;
    float: none;
	line-height: inherit;
}

.navbar .nav li a {
	font-weight: normal;
    padding: 10px 10px;
    color: #000;
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    border-left: 0px solid rgba(0, 0, 0, 0);
    border-right: 0px solid rgba(0, 0, 0, 0);
	margin: 0;
    border-radius: 0;
	background: transparent;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #8aa426;
    text-decoration: none;
    background: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0) inset;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    color: #8aa426;
    text-decoration: none;
    background: transparent;
}

.navbar .nav li:first-child a {
	margin-left: 0;
}

.navbar .nav li:last-child a {
	margin-right: 0;
}

/* Drop down menu */

nav .nav-child {
	position: absolute;
	top: 95%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0px;
	margin: 0;
	list-style: none;
	background-color: #34a4dc;
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	width: 100%;
}
nav .nav-child.pull-right {
	right: 0;
	left: auto;
}
nav .nav-child .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
nav .nav-child a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #fff !important;
	white-space: nowrap;
}
nav .nav > li {
	position: relative;
}

nav .nav-child li {
    display: block !important;
    width: 100% !important;
}

nav .nav > li:hover > .nav-child,
nav .nav > li > a:focus + .nav-child {
	display: block;
}

nav .nav-child:before {
	position: absolute;
	top: -7px;
	left: 69px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
nav .nav-child:after {
	position: absolute;
	top: -6px;
	left: 70px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: '';
}

nav .nav-child li > a:hover,
nav .nav-child li > a:focus,
nav .nav-child:hover > a {
	text-decoration: none;
	color: #fff;
	background: #bdcb13;
	display: block !important;
}



/* Styling for tablets and phones */
@media (max-width: 979px)  {
header.back div.row-fluid {
	padding-top: 60px;
	top: 0px;
}

.navbar .nav li {
    display: block;
    float: none;
	width: 100%;
}

nav .nav-child {
	position: static;
	top: auto;
	left: auto;
	z-index: 1000;
	display: block;
	float: none;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	border: 0px solid #ccc;
	border: 0px solid rgba(0,0,0,0.2);
	*border-right-width: 0px;
	*border-bottom-width: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
	box-shadow: 0 0px 0px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}


}

@media (max-width: 767px) {
header.back div.row-fluid {
	top: 0px;
}

img.logo {
    margin-top: 15px;
    margin-left: 0px;
	max-width: 65%;
	max-height: 215px;
	margin-bottom: 15px;
}

header.back div.row-fluid div.span12 {
	text-align: center;
}

html, body {
	background: none;
	background-image: none;
}

div.sigplus-gallery li {
	width: 50%;
	text-align: center;
	padding: 5px;
}
div.sigplus-gallery img {
	max-width: 95%;
}

div.content div.span8,
footer .span8 {
	padding: 0 10px;
}

}
