@charset "utf-8";
/* CSS Document */
/* HTML tag styling */
body {
	font-family: ubuntu, Arial, Helvetica, sans-serif;
  background-color: #fff;
}
.row-fluid {background-color: #fff;}
nav {
	text-transform: uppercase;
   background-color: #fff;
}

/* header styling */
header {
	background-color: #fff;
}
.mod-languages {
	text-align: right;
	padding: 4em 1em 0 0;
}
.search {
	margin: 2em 1em 0 0;
	float: right;
}
/*logo , GD*/
.span4 {padding-left: 20px;}
/* navbar coloring, copied from bootstrap.css */

.icon-arrow-up {
    background-position: -288px -120px;
 display: none;
} 
/* GD */


.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #CF2234;
  background-image: -moz-linear-gradient(top, #000, #000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#000));
  background-image: -webkit-linear-gradient(top, #000, #000);
  background-image: -o-linear-gradient(top, #000, #000);
  background-image: linear-gradient(to bottom, #000, #000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#ff59c0e1', GradientType=0);
  border: 0px solid #d4d4d4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065);
}
/* nav bar text styling */
.navbar .nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #fff;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #fff;
  background-color: #cf2234;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


/* this is the code for dropdown menus, taken from Protostar */
nav .nav-child {
	position: absolute;
	top: 95%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #000;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
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;
	white-space: nowrap;
}
nav .nav > li {
	position: relative;
}
nav .nav > li:hover > .nav-child,
nav .nav > li > a:focus + .nav-child {
	display: block;
}
nav .nav-child:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #00738b;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
nav .nav-child:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #00738b;
	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: #000;
	background-color: #fff ; /* transparent*/
}
/* main content styling */
.item-page, .blog, .category-list, .blog-featured, .contact-category, #xmap, .categories-list, .login {
	padding: 0 3.5em;
	min-height: 450px;
	margin-bottom: 3em;	
}
.login {
	margin-bottom: 0;
	min-height: auto;
}
.img-circle, .img-polaroid, .img-rounded {
	margin: 0 0 1em 1em;
}
/* hide filter box on contact list */
.contact-category .inputbox {
	display: none;
}
/* testimonal styling */
.custom {
	padding-top: 5em;
}
.custom blockquote {
	background-color: #dbf1f8;
	padding: 2px 2px 2px 7px;
	border-left: 5px solid #59c0e1;	
}
/* breathing room on the right column */
div.span3 .moduletable {
	padding-right: 1em;
}
/* breadcrumb styling */
.breadcrumb {
	background-color: #fff;
	padding-left: 2.2em;
}
/* primary button styling */
.btn-primary {
  background-color: #abo12e;/*2293b9*/
  background-image: -moz-linear-gradient(top, #abo12e, #1e82a4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2293b9), to(#1e82a4));
  background-image: -webkit-linear-gradient(top, #abo12e, #1e82a4);
  background-image: -o-linear-gradient(top, #abo12e, #1e82a4);
  background-image: linear-gradient(to bottom, #abo12e, #1e82a4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2293b9', endColorstr='#ff1e82a4', GradientType=0);
  border-color: #1e82a4 #1e82a4 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #1e82a4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #cf2234;
  *background-color: #cf2234;
}
/* footer styling */
footer {
	background-color: #59c0e1;
}
footer .span9 {
	padding: 4em 0 0 3em;
}
footer p {
	padding-left: 0.75em;
}
footer .nav-pills a {
	color: #fff;
}
footer .nav-pills a:hover {
	color: #59c0e1;
}
/* styling for the button for navigation for tablets/phones */
.navbar .btn-navbar {
  background-color: #1e82a4;
  background-image: -moz-linear-gradient(top, #00738b, #1e82a4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00738b), to(#1e82a4));
  background-image: -webkit-linear-gradient(top, #00738b, #1e82a4);
  background-image: -o-linear-gradient(top, #00738b, #1e82a4);
  background-image: linear-gradient(to bottom, #00738b, #1e82a4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00738b', endColorstr='#ff1e82a4', GradientType=0);
  border-color: #1e82a4 #1e82a4 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #1e82a4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #59c0e1;
  background-color: #cf2234; /*1e82a4*/
  *background-color: #cf2234;
}
@media (max-width: 979px)  {
	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;
	background-color: transparent;
	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;
}
nav ul.nav-child a {
	font-size: 16px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
	background-color: transparent;	
}
nav .nav-child:before,
nav .nav-child:after {
	display: none;
}
}
@media (max-width: 767px) {
	body header {
		background-color: #fff;
		text-align: center;
	}
	header img {
		margin-left: 3em;	
	}
	.mod-languages {
		text-align: center;
		padding: 0;
	}
	.mod-languages img {
		margin: 0;
	}
	.search {
		margin-top: 1em;
		float: none;
	}
	.item-page, .blog, .category-list, .blog-featured, .contact-category, #xmap, .categories-list, .login {
	padding: 0;
	min-height: auto;
	margin-bottom: 1em;	
}
	footer .span9,
	footer .span3 {
		padding: 1em 0 0 0;
		text-align: center;
	}
	footer img.pull-right {
		float: none;
	}
	footer ul.nav {
		width: 15em;
		margin: 0 auto;
	}
	.custom {
	padding-top: 1em;
}
div.span3 .moduletable {
	padding-right: 0em;
}
	
}



	
	














