@charset "UTF-8";
/* CSS Document */


@media (min-width: 1200px) {}

html {
	/*border-bottom: 4px solid #28C7A9;*/
}

Body {
	max-width:85.7142857em;
	margin:0 auto;
	font-family: 'Open Sans', sans-serif;
}

.navbar-default {
	/*background-color:#fff;*/
	/*border-color: #F3F3F3;*/
	/*max-width:1200px;*/
	margin: 0 auto;
	border: none;
	background-color: rgba(255,255,255,.9);
}

.navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active a:hover, .navbar-default .navbar-nav .active a:focus {
	color: #555;
	background-color: #F3F3F3;
}

.navbar-brand {
	font-size: 20px;
	/*font-style:italic;*/
	font-weight: lighter;
	color: #555;
	padding: 16px 15px;
}

.navbar-brand img {
	width: 250px;
	height: 40px;
}

.nav.navbar-nav.navbar-right {
	font-size: 12px;
	color: #333;
}

.navbar-nav li a {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top:19px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.navbar-nav .divider {
	margin-top: 2em;
}

.dropdown-menu {
	font-size: 12px;
}

.dropdown-menu li a {
	color:#555;
}

/*.navbar a:hover, .navbar a:active {
	border:1px solid #F3F3F3;
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}*/

.carousel {
	max-width: 950px;
	margin: 0 auto;
	margin-top:6em;
	margin-bottom:3em;
}

.carousel-inner .item img, .carousel-inner .item a img {
	width:100%;
	max-width:950px;
	margin:0 auto;
}

.carousel-control.left {
	background-image:none;
}

.carousel-control.right {
	background-image:none;
}

.carousel-caption {
	left: 54%;
   	top: 54%; 
   	margin-left: -150px;
   	margin-top: -150px;
	padding-top: 50px;
	height: 200px;
	width: 200px;
	text-shadow: none;
	background: rgb(0, 0, 0) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.2);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	border:2px solid #fff;
}

.carousel-caption h3 {
	font-weight:300;
	font-size:32px;
	margin-bottom:0;
}

.carousel-caption p {
	font-style:italic;
	/*font-family:Georgia,serif;*/
	font-size:13px;
}

a:hover .carousel-caption {
	background: rgb(0, 0, 0) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.3);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	border:2px solid #fff;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-ms-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out;
	transition: background 400ms ease-in-out;
}

.glyphicon-chevron-right:before {
	display:none;
}

.glyphicon-chevron-left:before {
	display:none;
}

hr {
	margin-top: 3em;
	margin-bottom: 3em;
}

hr {
    padding: 0;
    border: none;
    border: 1px dotted #f0f0f0;
    color: #f0f0f0;
    text-align: center;
}

hr:after {
    content: "§";
    display: inline-block;
    position: relative; 
    top: -0.7em;  
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

#content {
	margin-top:6em;
	max-width:1200px;
	margin-bottom:1em;
	/*padding-right:10px;*/
}

aside {
	margin-top:10em;
	float:left;
	width:28%;
	max-width:320px;
	position:fixed;
}

aside h1 {
	text-align:center;
	margin-bottom:1em;
	color:#666;
	font-weight: lighter;
	text-transform:capitalize;
	font-size:32px;
}

aside p {
	text-align:center;
	margin-bottom:2em;
	max-width:60em;
	margin: 0 auto;
	line-height:1.8;
	color:#999;
	font-style:italic;
	font-family:Georgia,serif;
	font-size:12px;
	padding-bottom:1em;
	padding:0 0 16px 10px;
}

#about {
	margin:0 auto;
	margin-top:10em;
	max-width:520px;
	padding:0 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -260px 0 0 -250px;
	text-align: center;
}

#about img {
	width: 200px;
}

#about h1 {
	text-align:center;
	margin-bottom:1em;
	color:#666;
	font-weight: lighter;
	text-transform:capitalize;
}

#about p {
	text-align:center;
	margin-bottom:2em;
	max-width:60em;
	margin: 0 auto;
	line-height:1.8;
	color:#999;
	font-style:italic;
	font-family:Georgia,serif;
	font-size:12px;
	padding-bottom:1em;
	padding:0 0 0 10px;
}

aside hr {
	margin:2em 0;
	visibility: hidden;
}

#content {
	float:right;
	width:70%;
}

#content img {
	width:100%;
	height:auto;
	padding-bottom:1em;
}

#content p {
	text-align:center;
	max-width:60em;
	margin: 0 auto;
	line-height:1.8;
	color:#999;
	font-style:italic;
	font-family:Georgia,serif;
	font-size:12px;
	padding-bottom:2em;
}

#categoryPage hr {
	clear:both;
	margin-top: 0;
}

#info {
	text-align:center;
	padding: 0 1em;
}

#info h1 {
	margin-bottom: 1em;
	color:#666;
	font-weight: lighter;
	text-transform:capitalize;
}

#info p {
	text-align:center;
	max-width:60em;
	margin: 0 auto;
	line-height:1.8;
	color:#999;
	font-style:italic;
	font-family:Georgia,serif;
	font-size:12px;
	padding-bottom:1em;
}

#info ul {
	list-style-type: none;
	padding:1.5em 0 0 0;
}

#info li {
	display:inline;
}

#info li h2 {
	color:#666;
	padding-top:35px;
	font-weight: lighter;
}

#info a:link,
#info a:visited {
	text-decoration:none;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	border:1px solid #666;
}

#info a:hover,
#info a:active {
	text-decoration:none;
	background: rgb(250,250,250);
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	border:1px solid #666;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-ms-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out;
	transition: background 400ms ease-in-out;
}

.categoryButton {
	display:inline-block;
	margin: 1em;
	width:150px;
	height:150px;
}

footer {
	text-align:center;
	margin:3em 0;
}

footer h3 {
	margin-bottom:.5em;
	color:#666;
	font-weight: lighter;
	text-transform:capitalize;
	font-size:1.42857143em;
}

footer p {
	text-align:center;
	max-width:60em;
	margin: 0 auto;
	line-height:2.2;
	color:#999;
	font-size:12px;
	font-weight:300;
}

footer a:link, footer a:visited {
	padding:4px 6px;
	background-color:#fff;
	color:#999;
}

footer a:hover, footer a:active {
	border:1px solid #F3F3F3;
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background 600ms ease-in-out;
	-moz-transition: background 600ms ease-in-out;
	-ms-transition: background 600ms ease-in-out;
	-o-transition: background 600ms ease-in-out;
	transition: background 600ms ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
#content {
	padding-right:10px;
}
	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

.carousel {
	margin-top: 5.2em;
}

.carousel-caption {
	left: 55%;
   	top: 58%; 
   	margin-left: -150px;
   	margin-top: -150px;
}
	
#content {
	margin-top:5.2em;
	width:100%;
	padding-right:0;
	margin-bottom:1em;
}

#content img {
	width:100%;
	height:auto;
	padding-bottom:1em;
}

#content p {
	text-align:center;
	margin: 0 auto;
	line-height:1.8;
	color:#999;
	font-style:italic;
	font-family:Georgia,serif;
	font-size:12px;
	padding-bottom:2em;
}
	
aside {
	margin-top:0;
	width:100%;
	position: inherit;
	max-width:991px;
	margin-bottom:2em;
}

aside h1 {
	text-align:center;
	margin-bottom:1em;
	color:#666;
	font-weight: lighter;
	text-transform:capitalize;
}

aside p {
	text-align:center;
	margin-bottom:2em;
	max-width:60em;
	margin: 0 auto;
	line-height:1.8;
	color:#999;
	font-style:italic;
	font-family:Georgia,serif;
	font-size:12px;
	padding-bottom:1em;
	padding:0 0 16px 10px;
}

aside hr {
	visibility:visible;
}

#info h1 {
	font-size:2em;
}

#about {
	margin:0 auto;
	margin-top:10em;
	max-width:520px;
	padding:0 10px;
	position: absolute;
	left: 50%;
	top: 8em;
	margin: 0 0 0 -250px;
	text-align: center;
}
	
}

@media only screen and (max-width: 767px) {

.navbar-toggle {
	margin-top: 19px;
}

.nav.navbar-nav.navbar-right {
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-bottom: 0;
	font-weight: 600;
}

.nav>li {
	position: relative;
	display: block;
	border-bottom: 1px solid #dbdbdb;
}


.navbar-nav li a {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.navbar-nav {
	margin: 0;
}

.navbar-collapse {
    max-height:100%;
}

li.divider {
	display: none;
}

.carousel {
	margin-top:5.2em;
}
	
.carousel-caption {
	display:none;
	position:inherit;
	left: 65%;
   	top: 80%; 
   	margin-left: -150px;
   	margin-top: -150px;
	padding-top: 20px;
	height: 150px;
	width: 150px;
	color:#333;
	background: rgb(0, 0, 0) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#content {
	margin-top:5.2em;
	width:100%;
	padding-right:0;
	margin-bottom:1em;
}

#content img {
	width:100%;
	height:auto;
	padding-bottom:1em;
}

#content p {
	text-align:center;
	margin: 0 auto;
	line-height:1.8;
	color:#999;
	font-style:italic;
	font-family:Georgia,serif;
	font-size:12px;
	padding-bottom:2em;
}
	
aside {
	margin-top:0;
	width:100%;
	position: inherit;
	max-width:991px;
	margin-bottom:2em;
}

aside h1 {
	text-align:center;
	margin-bottom:1em;
	color:#666;
	font-weight: lighter;
	text-transform:capitalize;
}

aside p {
	text-align:center;
	margin-bottom:2em;
	max-width:60em;
	margin: 0 auto;
	line-height:1.8;
	color:#999;
	font-style:italic;
	font-family:Georgia,serif;
	font-size:12px;
	padding-bottom:1em;
	padding:0 0 16px 10px;
}

aside hr {
	visibility:visible;
}

#info h1 {
	font-size:2em;
}

#info li h2 {
	color:#666;
	padding-top:19px;
	font-weight: lighter;
	font-size:18px;
}

.categoryButton {
	display:inline-block;
	margin: 1em;
	width:100px;
	height:100px;
}

#about {
	margin:0 auto;
	margin-top:10em;
	max-width:520px;
	padding:0 10px;
	position: absolute;
	left: 50%;
	top: 8em;
	margin: 0 0 0 -250px;
	text-align: center;
}
	
}

@media only screen and (max-width: 480px) {
	
.navbar-brand {
	padding: 20px 10px;
}

.navbar-brand img {
	width:200px;
	height:32px;
}
	
.navbar-toggle {
	margin-top: 19px;
}

.nav.navbar-nav.navbar-right {
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-bottom: 0;
	font-weight: 600;
}

.nav>li {
	position: relative;
	display: block;
	border-bottom: 1px solid #dbdbdb;
}


.navbar-nav li a {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.navbar-nav {
	margin: 0;
}

li.divider {
	display: none;
}

.carousel {
	margin-top:5.2em;
	margin-bottom:3em;
}
	
#content {
	margin-top:5.2em;
	width:100%;
	padding-right:0;
	margin-bottom:1em;
}

#content img {
	width:100%;
	height:auto;
	padding-bottom:1em;
}

#content p {
	text-align:center;
	margin: 0 auto;
	line-height:1.8;
	color:#999;
	font-style:italic;
	font-family:Georgia,serif;
	font-size:12px;
	padding-bottom:2em;
}
	
aside {
	margin-top:0;
	width:100%;
	position: inherit;
	max-width:991px;
	margin-bottom:2em;
}

aside h1 {
	text-align:center;
	margin-bottom:1em;
	color:#666;
	font-weight: lighter;
	text-transform:capitalize;
}

aside p {
	text-align:center;
	margin-bottom:2em;
	max-width:60em;
	margin: 0 auto;
	line-height:1.8;
	color:#999;
	font-style:italic;
	font-family:Georgia,serif;
	font-size:12px;
	padding-bottom:1em;
	padding:0 0 16px 10px;
}

aside hr {
	visibility:visible;
}

#about {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0;
	margin-top: 8em;
}

#info h1 {
	font-size:22px;
	margin-top:0;}

#info li h2 {
	color:#666;
	padding-top:8px;
	font-weight: lighter;
	font-size:12px;
}

.categoryButton {
	display:inline-block;
	margin: .3em;
	width:70px;
	height:70px;
}
	
}