/* General */

body, html {
	color: #666;
	font-family: 'Droid Sans', sans-serif;
	padding: 0;
	margin: 0;
}

p {
	margin-bottom: 20px;
}

h1, h2, h3 {
	font-size: 24px;
	font-weight: normal;
	color: #3478be;
}

a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.page-header {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/* Header */
.top {
	position: absolute;
	width: 100%;
}

.grey {
	background-color: #ccc;
	min-width: 50%;
	min-height: 208px;
	float: left;
}

.blue {
	background-color: #3478be;
	min-width: 50%;
	float: left;
	min-height: 187px;
}

.header {
	background-image: url(../images/bg_head.png);
    background-position: center bottom;
	background-repeat:no-repeat;
	z-index: 2;
	position: relative;
	color: #fff;
	padding-bottom: 22px;
}

.header p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 24px;
	padding: 25px 60px 25px;
	margin-bottom: 0px;
}

/* Navigation */

.brand { 
	float: left;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-inner {
	border: none;
	background: #ffffff;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	filter:none;
}


.nav-tabs > li, .nav-pills > li {
	list-style: none;
}

.nav-pills > li > a {
	padding-top: 13px;
	padding-bottom: 13px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.nav-pills > li > a:hover {
	background-color: #3478be;
	color: #fff;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
	background-color: #3478be;
	text-shadow: none;
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
	color: #ffffff;
	background-color: #3478be;
	border-color: #999999;
}

.nav-tabs > li > a, .nav-pills > li > a {
	padding-right: 14px;
	padding-left: 14px;
	margin: 20px;
}

.nav-pills .dropdown-menu {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.dropdown-menu > li  {
	list-style: none;
}

.dropdown-menu {
	margin: 5px 0 0 -203px;
	box-shadow: none;
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	white-space: nowrap;
		padding: 10px 20px;
		margin:0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	color: #666;
	background-color: #ddd;
	background-image: none;
	filter: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #666;
	background-color: #ddd;
	background-image: none;
	filter: none;
}


/* Main */
.main {
	padding: 20px 30px 0;
	margin: -42px 0 20px;
}

.tag-head {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	text-align: center;
}

.tag-sub {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 28px;
	text-align: center;
}

span {
	color: #3478be;
}

.tag-button {
	text-align: center;
	margin-top: 30px;
}

ul li {
	list-style-image:url(../images/li.png);
	padding: 5px 0;
}

.menu.sidemenu li a {
	color: #999!important;
	display: block;
}

.menu.sidemenu li a:hover {
	color: #3478be!important;
}

.sidemenu {
	margin-bottom: 30px;
}

.menu.sidemenu li {
	border-bottom: 1px solid #eee;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.menu.sidemenu li:hover {
	border-bottom: 1px solid #ccc;
}

/* Login */
.add-on {
	display: none!important;
}

#modlgn-username {
	width: 100%;
	margin-bottom: 15px;
}

#modlgn-passwd {
	width: 100%;
}

.input-prepend.input-append {
	width: 95%;
}

.unstyled li {
	list-style: none;
}

/* Contact */
.contact h3 {
	display: none;
}

.contact-address.dl-horizontal {
	display: none;
}

.form-actions {
	border: none;
	background: transparent;
}

legend {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	border-bottom: 0;
}

.form-horizontal .control-label {
	text-align: left;
	width: 100%;
}

.form-horizontal .controls {
	margin-left: 0px;
}

#jform_contact_name {
	width: 50%;
}

#jform_contact_email {
	width: 50%;
}

#jform_contact_emailmsg {
	width: 50%;
}

#jform_contact_message {
	width: 70%;
}

#contact-form label:hover {display: visible!important;}
#contact-form label {display:visible!important;}
/* Footer */
.footer-top {
	border-top: 1px solid #eee;
	padding: 0 30px 10px;
	color: #999;
}

.footer-top h3 {
	color: #999;
}

.social img {
	background-color: #999;
	padding: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social img.facebook:hover {
	background: #3b5998;
}

.social img.youtube:hover {
	background: #C33;
}

.social img.twitter:hover {
	background: #3CF;
}

.nav.menu {
	margin-left: 20px;
}

.menu.submenu li {
	border-bottom: 1px solid #eee;
}

.menu.submenu li:hover {
	border-bottom: 1px solid #ccc;
}

.menu.submenu li a {
	color: #999!important;
	display: block;
}

.menu.submenu li a:hover {
	color: #3478be!important;
}

.account button {
	float: right;
	margin-top: -25px;
}

.moduletable.account li {
	display: none;
}


.footer {
	background-color: #3478be;
	color: #fff;
	padding: 10px 30px 0;
}

.footer a {
	font-size: 12px;
	color: #b3d3f3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer a:hover {
	color: #fff;
	text-decoration: none;
}

.creator {
	font-size: 12px;
	color: #b3d3f3;
}

@media (max-width: 1200px) { 

.brand img {
	width: 330px;
}



}

@media (min-width: 979px) { 
.slider {height: 300px; overflow:hidden;}

.menu.nav-pills {
	float:right;
}

.nav-pills {
	margin: 43px 0;
}

}
@media (max-width: 979px) { 
.slider {max-height: 200px; overflow:hidden;}

.header .container {
	width: 100%;
	margin: 0;
}

.header p {
	display: none!important;
}

.header {
	padding-bottom: 35px;
}

.nav-tabs > li, .nav-pills > li {
	float: none;
}

.nav-pills > li > a {
	display:block;
}

ul li {
 padding: 0px 0;
}

ul, ol {
	margin: 0 0 10px 0px;
}


.grey {
	min-height: 100%;
}

.blue {
	min-height: 100%;
}

#modlgn-username {
	width: 95%;
	margin-bottom: 15px;
}

#modlgn-passwd {
	width: 95%;
}

.account button {
	margin-right: 7px;
}

@media (max-width: 480px) {

.tag-head {
font-size: 20px;
}

.tag-sub {
font-size: 18px;
}

}