
/*Small devices (tablets, 768px and up) */
/*@media (min-width: 768px) {}*/
/* Medium devices (desktops, 992px and up) */
/*@media (min-width: 992px) {}*/
/* Large devices (large desktops, 1200px and up) */
/*@media (min-width: 1200px) {}*/

/*bg*/
#bg {
	/*background-image: url('/media/images/bg.jpg');*/
	/*background-repeat: no-repeat;*/
	/*background-position: top center;*/
	/*background-size: cover;*/
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 680px;
	overflow: hidden;
}
#bg img {
	width: 100%;
}
.container {
	position: relative;
	/*z-index: 2;*/
}

/*header*/
/*menu*/
#menu {
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#menu .navbar {
	margin-bottom: 0px;
}
.navbar-custom {
	background-color: #FFF;
	font-weight: bold;
}
.navbar-custom .nav.navbar-nav > li {
	border-right: 1px solid #E7E7E7;
}
.navbar-custom .nav.navbar-nav > li:first-child {
	border-left: 1px solid #E7E7E7;
}
.navbar-custom .dropdown-menu > li > a {
	text-transform: uppercase;
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 17px;
	padding-right: 17px;
	border-bottom: thin dotted #059A97;
}

@media (min-width: 768px) {
	.navbar-collapse {
	padding: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	}
	.navbar-custom .nav > li > a {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/*hero*/
/*content*/
#content {
	/*min-height: 700px;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#content h1 {
	color: #000;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
}
#content h1 small {
	display: block;
	color: #008381;
	font-size: 16px;
	margin-top: 6px;
	font-weight: bold;
}
#content h2 {
	color: #008381;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
}
#content h3 {
	color: #008381;
	text-transform: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 18px;
	line-height: 24px;
}
#content h4 {
	color: #17AB44;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 16px;
	text-transform: none;
}
#content h5 {
	color: #000000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
}
#content h6 {
	color: #008348;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
}
#content a {
	color: #008381;
	text-decoration: underline;
}
#content a:hover {
	color: #76b354;
}
#content .btn-danger {
	color: #FFF;
	text-decoration: none;
}
#content .btn-danger:hover {
	color: #fff;
}

#content .well {
	border-color: #CACACA;
	background-color: #FFF;
	/*background-color: transparent;*/
	/*background-image: url("/media/images/main-well-bg.png");*/
	/*background-repeat: no-repeat;*/
	/*background-attachment: scroll;*/
	border-bottom-width: thin;
}
#main2 #content .well {
	/*background-color: transparent;*/
	/*background-image: url("/media/images/main2-well-bg.png");*/
	/*border-bottom: 6px solid #4ab54b;*/

	/*background-repeat: no-repeat;*/
	/*background-attachment: scroll;*/
}
@media (min-width: 768px) {
	#content .well {
		padding-left: 28px;
		padding-right: 26px;
	}
	#main2 #content .well {
		padding-left: 48px;
		padding-right: 46px;
	}
}
@media (min-width: 768px) {
	#content .left .pad {
		padding: 0px 20px 0px 0px;
	}
	#content .right .pad {
		padding: 0px 0px 0px 20px;
	}
}

.thumbnail.thumbnail-custom {
	/*background-color: transparent;*/
	/*border: none;*/
	padding: 0px;
}
.thumbnail.thumbnail-custom img {
	width: 100%;
}
.thumbnail.thumbnail-custom > span {
	position: absolute;
	margin-top: 6%;
	margin-right: 6%;
	margin-left: 4%;
	margin-bottom: 3%;
	color: #000;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}
a.thumbnail-custom:hover,
a.thumbnail-custom:focus,
a.thumbnail-custom.active {
	border-color: #008381;
}
.thumbnail.thumbnail-custom .subdued {
	font-weight: normal;
	/*line-height: 18px;*/
	line-height: normal;
	font-size: 12px;
	display: inline;
	vertical-align: top;
}
.thumbnail.thumbnail-custom .emphasis {
	vertical-align: top;
	font-weight: bold;
	font-size: 44px;
	color: #008381;
	/*line-height: 40px;*/
	line-height: normal;
	display: inline;
	position: relative;
	top: -8px;
}
.thumbnail.thumbnail-custom .extra {
	font-weight: normal;
	/*line-height: 18px;*/
	line-height: normal;
	font-size: 12px;
	display: inline;
	vertical-align: top;
}

.thumbnail.thumbnail-custom .book {
	font-weight: bold;
	/*line-height: 18px;*/
	line-height: normal;
	font-size: 12px;
	display: inline;
	vertical-align: top;
	text-transform: uppercase;
	color: #E98C00;
}
#content ul {
	/*list-style: inside none disc;*/
    padding-left: 14px;
}

/*footer*/
#footerBg {
	/*padding: 0px 20px;*/

	background: #EDF0F0; /* Old browsers */
	background: -moz-linear-gradient(top, #EDF0F0 0%, #FFFFFF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EDF0F0), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #EDF0F0 0%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #EDF0F0 0%,#FFFFFF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #EDF0F0 0%,#FFFFFF 100%); /* IE10+ */
	background: linear-gradient(to bottom, #EDF0F0 0%,#FFFFFF 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDF0F0', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
}
#footer {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 22px;
}
#footer .pad {
	margin: 0px 11px 30px 11px;
}
#footer h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	color: #008381;
}
#footer a {
	color: #000;
}

/*footer2*/
#footer2Bg {
	border-top: 2px solid #008381;
}
#footer2 {
	padding: 15px 10px 5px 10px;
	font-size: 11px;
}

.btn-danger {
	background-color: #ff8125;
	border-color: #ff8125;
	color: #fff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
	background-color: #008381;
	border-color: #008381;
}
.btn-custom1 {
	color: #FFF;
	border-color: #b8261d;
	background-color: #b8261d;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}
.btn-custom1:hover {
	color: #b8261d;
	border-color: #e6e6e6;
}
