/* ==========================================================================
   Shawnee State University Main styles
   Version: 1.0.4
   ========================================================================== */

/* ===========================
 modal popup with cookie
============================ */
   
/* Fullscreen overlay for modal background */
#active-popup {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

/* Modal container */
#popup-container {
  width: 45%;
  border-radius:20px;
  height: auto;
  margin: 0 auto;
  margin-top: 5%;
  position: fixed;
  left: 28%;
  padding:40px;
  z-index: 99999999;
  top: 0;
  display: none;
  background: #fff;
}

.modal-content {
  position: relative;
  text-align: center;
      border-radius: 0px;
}

#popup-window h3{
 color:#2a3e78;
}
     
#popup-window { position: relative; }


/* Close button */
#popup-container a.close {
  position: relative;
  float: right;
  top: -15px;
  right: -7px;
    opacity:1;

  z-index: 99;
  font-weight: bold;
  font-size: 46px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 2px 5px 2px 6px;
  line-height: 1em;
  text-align: center;
  cursor: pointer;
  color:#222;
}   
/* ===========================
 alert top
============================ */
 
.alert.alert-top {
	padding:0px;
	margin-top:0px;
	border-radius:0px;
      margin-bottom:0;
      background: #7EA5CB;
    color:#fff;	
    border: 0px;
	font-weight:600;
}
.alert-top .close {
	color:#fff;	
    font-size: 41px;
    font-weight: 700;
    opacity: .4;
}


/*===========================
 Top Bar
============================ */

.top-bar {
   	background:#2a3e78;
	color:#fff;
    transition: all .2s ease-in-out;
}
.top-bar ul,
ol {
    margin-bottom: 0px;
    padding: 0px;
}
.top-bar .contact-details p {
    display: inline-block;
    margin: 0px 0px 0px 20px;
}
.top-bar img {
    margin-right: 5px;
}
.top-bar a {
    color: #cecece;
	transition: all ease-in-out 0.2s;
}
.top-bar a:hover {
    color: #ffff;
	text-decoration:none;
}
.top-bar .contact-details p:first-child {
    margin-left: 0px;
}

/* The good box model
-------------------------------------------------------------- */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

.row:before, .row:after, .clear:before, .clear:after, .grid:before, .grid:after { content:""; display:table; }
.row:after, .clear:after, .grid:after { clear: both; }
.row, .clear, .grid { zoom: 1; }
.row .row { width: auto; max-width: none; }

html {
	overflow-x: hidden;
}

html, html a {
	-webkit-font-smoothing: antialiased;
}

body {
	font: 16px/1.5 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #555;
}

a {
	text-decoration: none;
	color: #2e6399;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: bold;
	line-height: 1.1;
}

h1, .h1 { font-size: 3.00em; letter-spacing: -0.05em; }
h2, .h2 { font-size: 2.25em; letter-spacing: -0.05em; }
h3, .h3 { font-size: 1.50em; }
h4, .h4 { font-size: 1.25em; }

h1+h1, h1+h2, h1+h3, h1+h4, h1+h5, h1+h6 {
	margin-top: 1em;
}

h2 + h3 {margin-top: 1.5em;}



p {
	line-height: 1.5;
	margin-bottom: 1em;
}

p+h1, p+h2, p+h3, p+h4, p+h5, p+h6, p+p,
ul+h1, ul+h2, ul+h3, ul+h4, ul+h5, ul+h6,
ol+h1, ol+h2, ol+h3, ol+h4, ol+h5, ol+h6 {
	margin-top: 1.5em;
}

.btn-primary,button,
input[type=button],
input[type=reset],
input[type=submit],
.button a, a.button {
	background: #EAA241;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.2);
    text-decoration: none !important;
    display: inline-block;
    padding: 1em 1.2em;
    border: 0;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    font-weight: bold;
}
.btn-primary,
button:disabled, input:disabled, textarea:disabled {
	opacity: 0.6;
}
.btn-primary,
.button a:hover {
	opacity: 1;
	background: #EAA241;

}
.btn-primary,
.button a:active {
	position:relative;
	top:1px;
}

input,
textarea {
	padding: 0.8em 1em!important;
	border: 1px solid #ddd!important;
	background: #fff!important;
}

form span {
	display: block;
}

form.ldpforms label {
	display: block;
}

form div {
	margin: 1em 0;
}

fieldset {
	border: 1px solid #ddd;
	margin: 1em;
	margin: 1em 0;
	padding: 1em;
}

legend {
	padding: 0.8em 1em;
	border: 1px solid #ddd;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	margin-bottom: 1em;
}

figure {
	margin: 1em 0;
}

.alert {
	padding: 1em;
	margin: 1em 0;
	background: #eee;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
}

.alert-warning {
	background: #FFC74E;
}

.alert-error {
	background: #FF4A4A;
}

.alert-success {
	background: #ABC178;
}

.alert-info {
	background: #7ea4cc;
}

.small{
	font-size: .8em;
}

blockquote, aside {
	padding: 1.5em;
	margin: 1.5em 0;
	border: 1px solid #ddd;
	background-color: rgba(0,0,0,0.05);
}

aside.link, p.intro.link {
	background-color: rgba(0,0,0,0.02);
	border: 1px solid #ccc;
	font-weight: bold;
	font-size: 1.25em;
}

blockquote :first-child {
	margin-top: 0;
}

table {
	border-collapse: collapse;
	margin-bottom: 2em;
	width: 100%;
}

td, th {
	padding: 0.5em 1em;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}

th {
	background-color: #ddd;
}

table caption {
	padding: 0.5em 1em;
	background: #ddd;
}


tfoot td {
	background-color: #ddd;
}

@media (max-width: 767px) {

	table {
		font-size: 0.875em;
	}

	td, th {
		padding: 0.25em 0.5em;
	}

}

dt, dd {
	margin: 0;
	line-height: 1.5;
}

figure {
	margin: 0;
}

hr {
	border: none;
	height: 1px;
	background-color: #ddd;
	background-color: rgba(0,0,0,0.1);
	margin: 3em 0;
	clear: both;
}


/* basic menu code 1.0
-------------------------------------------------------------- */
.dropmenu {
	position: relative;
	z-index: 100;
}

.dropmenu li {
	float: left;
	list-style: none;
	position: relative;
}

.dropmenu li a {
	text-decoration: none;
	color: #2566A6;
	display: block;
	padding: .6em;
}

.dropmenu li ul {
	display: none;
	width: 20em;
	position: absolute;
	left: 0; top: 100%;
	z-index: 999;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	border: 1px solid #eee;
	margin-left: 0px;
}

.dropmenu li ul li {
	float: none;
}

.dropmenu li ul li + li a {
	border-top: 1px solid #eee;
}

.dropmenu li ul li ul {
	left: 100%; top: 0;
}

.dropmenu li:hover {
	background: #eee;
}

.dropmenu li:hover > ul {
	display: block;
}

.dropmenu li.dir > a:after {
	content: " +";
	color: #fff;
}

.dropmenu:after {
	content: "";
	display: table;
	clear: both;
}



/* Search Form
-------------------------------------------------------------- */
#searchform {
	background: #333;
	overflow: hidden;
	position: relative;
	margin:0;
	padding: 0;
}

#searchform form{
	margin:0;
	padding: 0;
}

#searchform label {
	margin:0;
	padding: 0;
	line-height: 0;
	display: none;
}
#searchform input{
	margin:0;
	padding: 0;
	font-size: 0.9em;
	outline: none;
}

#searchform input[type=text] {
	padding: 0 1em; margin: 0;
	border: 0;
	width: 100%;
	background: transparent;
	color: #AAA;
	height: 40px;
}

/*#searchform ::-webkit-input-placeholder, #searchform input:-moz-placeholder {}*/
#searchform input[type=submit] {
	margin: 0px;
	position: absolute;
	top: 0; right: 0;
	text-indent: -999em;
	cursor: pointer;
	width: 30px; height: 100%;
	border: none;
	font-size: 0.9em;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-image: url(../images/search.png);
}

#searchform button {
	margin: 0px;
}



/* Basic Structure and color
-------------------------------------------------------------- */
body {
	background: #fff;
}

#top {
	background: #111;
}

#header {
	background: #fff;

}

#page {
	background: #f8f8f8;
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
}

.home #page {
	background: none;
	box-shadow: none;
}

#intro {
	color: #999;
}

#action {
	background: #7EA5CB;
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.2);
}

#audience {
	background: #222;
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.2);
}

#highlights {
	background: #eee;
}

#footer {
	background: #222;
	color: #ccc;
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.5);
}

#bottom {
	background: #111;
}



/* sub structures
-------------------------------------------------------------- */

.post-header {
	/*box-shadow: inset 0 0 5em rgba(0,255,0,0.2);*/
}

.post-header + .post-header, .post-header + .post-header .container {
	padding-top: 0;
}

.post-footer {
	padding: 2em 0;
	background: #ececec;
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
}

.post-footer.alt {
	background: transparent;
}

.home #announcements {
	background: #375572 url(../images/dot.png) 3px 3px;
	color: #7EA5CB;
}

.container {
	padding: .5em 0;
}

.post .container {
	padding: .5em 0 4em;
}



/* breadcrumbs
-------------------------------------------------------------- */

#breadcrumb {
	padding: 0;
}

#breadcrumb .container {
	padding: .5em 0;
}

#breadcrumb ul {
    list-style: none;
    font-size: 0.75em;
	margin: 0 -0.5em;
}

#breadcrumb ul li {
    float: left;
}

#breadcrumb ul li a {
	display: block;
	border-right: 1px solid #ccc;
}

#breadcrumb ul li a, #breadcrumb ul li.last {
    padding: 0.25em 0.5em;
}

#breadcrumb ul li span {
    color: #363636;
}

@media (max-width:767px) {

	#breadcrumb {
		/* display: none; */
	}

}



/* Rows
-------------------------------------------------------------- */

.row + .row, .row-fluid + .row-fluid {
	padding-top: 2em;
}

.row.top-line{
	margin-top: 30px;
	border-top: 1px solid #ddd;
}

.row.top-line + .row.top-line {
	margin-top: 0px;
	border-top: 1px solid #ddd;
}



/* Grid
-------------------------------------------------------------- */

.grid {
	margin: -1em 0;
}

.grid .item {
	padding: 1em 0;
	overflow: hidden;
}

@media (min-width:600px) {

	.grid {
		margin: -2em;
	}

	.grid .item {
		padding: 2em;
		width: 50%;
		float: left;
	}

}/* end @media */

@media (min-width:600px) and (max-width:979px) {

	.grid .item:nth-child(2n+1) {
		clear: left;
	}

}/* end @media */

@media (min-width: 980px) {

	.grid.two {
		margin: -2em -3em;
	}

	.grid.two .item {
		padding: 2em 3em;
	}

	.grid.three .item {
		width: 33.333%;
	}

	.grid.four .item {
		width: 25%;
	}

	.grid.five .item {
		width: 20%;
	}

	.grid.two .item:nth-child(2n+1),
	.grid.three .item:nth-child(3n+1),
	.grid.four .item:nth-child(4n+1),
	.grid.five .item:nth-child(5n+1) {
		clear: left;
	}

}/* end @media */




/* Columns
-------------------------------------------------------------- */

@media (min-width: 768px) {

	.threecol {
		padding: 2em 0;
	}

	.threecol .span4 + .span4 {
		border-left: 1px solid #ddd;
		padding-left: 2em;
	}

}/* end @media */

@media (min-width: 768px) and (max-width: 979px) {

	.threecol {
		font-size: .85em;
	}

}/* end @media */



/* Page Types
-------------------------------------------------------------- */



/* Generic styles
-------------------------------------------------------------- */

.callout{
	padding: 2em;
	background: #375572;
	margin-bottom: 2em;
	color: #7fbfff;
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.callout a, .callout h4 {
	color: #fff;
}

.callout p + h4 {
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255,255,255,0.3);
	padding-top: 1.0em;
	margin-top: 1.0em;
}

.callout p {
	margin-top: 0.5em;
}

.sidebar {
	border-color: #ddd;
	border-color: rgba(0,0,0,0.1);
	border-style: solid;
	border-width: 0 0 0 1px;
	padding: 0 0 0 2em;
	font-size: 0.875em;
}

.sidebar.pull-left {
	border-width: 0 1px 0 0;
	padding: 0 2em 0 0;
}

.sidebar blockquote {
	padding: 1em 0;
	border-width: 1px 0;
	background-color: transparent;
}

@media (max-width: 767px) {
	

	#popup-container {
    width: 90%;
	left:5%;

}
	.sidebar {
		border-left: none;
		padding-left: 0;
	}
}/* end @media */

.urgent{
	padding: 2em;
	background: #aa0000;
	color: #fff;
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
}



/* Profiles Index
-------------------------------------------------------------- */

.profiles {
	padding-bottom: 4em;
}

.no-images .profile article {
	padding: 1em 0;
	margin: -1em 0;
	border-top: 1px solid #ddd;
}

.profile figure {
	width: 100%;
	background: #eee;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
}

.profile figure img {
	box-shadow: none;
}

@media (min-width:600px) {

	.no-images .profile article {
		padding: 1em 1.5em;
		margin: 0 -1em;
		border: 1px solid #ddd;
		background-color: rgba(0,0,0,0.05);
	}

}/* end @media */

@media (min-width: 768px) {

	.profile figure.no-image {
		padding: 50% 0;
	}

}/* end @media */

@media (max-width: 767px) {

	.profile figure {
		width: 30%;
		margin-right: 1em;
		float: left;
	}

	.profile figure.no-image {
		padding: 15% 0;
	}

	.profile article {
		overflow: hidden;
	}

	.profile .entry-title {
		margin-top: 0;
	}

}/* end @media */



/* Profile Template
-------------------------------------------------------------- */

.profile-tmpl .section-content ul {
	list-style: none;
	margin: 1em 0;
}

.profile-tmpl .section-content li {
	padding: 0.5em 0;
	border-top: 1px solid #ddd;
}

.profile-tmpl .section-content li p {
	margin: 0;
}

.profile-tmpl .section-content li :first-child {
	margin-top: 0;
}

@media (min-width: 768px) {

	.profile-tmpl .section-content {
	}

	.profile-tmpl .section-content [class*="row"] {
		margin: 0 -30px;
		width: auto;
	}

	.profile-tmpl .section-content .aside {
		width: 30%;
		float: right;
		padding: 0 30px;
	}

	.profile-tmpl .section-content .article {
		overflow: hidden;
		padding: 0 30px;
	}

}



/* Calendar
-------------------------------------------------------------- */

.calendar {
	margin-bottom: 3em;
}

.calendar .month {
	padding: 0.5em 1em;
	margin-bottom: 1em;
	background: #555;
	color: #fff;
}

.calendar .grid .item {
	margin: 1em 0;
	border-left: 1px solid #ccc;
	min-height: 150px;
}

.calendar .grid .item:nth-child(4n+1) {
	border-left: none;
}

.calendar .grid .item h5 {
	color: #2566A6;
}

.calendar .grid .item p {
	font-size: 0.8em;
}

@media (max-width: 599px) {

	.calendar .grid .item {
		border-left: none;
		border-bottom: 1px solid #CCC;
	}

	.calendar .month {
		margin: 1em 0 0;
	}

}

@media (min-width:600px) and (max-width:979px) {

	.calendar .grid .item:nth-child(2n+1) {
		border-left: none;
	}

}/* end @media */



/* archive
-------------------------------------------------------------- */

.archive {
	margin-bottom: 3em;
}

.archive .row-fluid {
	margin-top: 2em;
	border-top: 1px solid #ccc;
	padding-top: 2em;
}



/* top
-------------------------------------------------------------- */

/* power-menu */

#top {}

#top .container {
	padding-top: 0em;
	padding-bottom: 0em;
}

#top .container .row{
	padding-top: 0px;
	padding-bottom: 0px;
}

#power-menu {
	padding-top: 0px; padding-bottom: 0px;
	margin-top: 0px; margin-bottom: 0px;
}

#power-menu li {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	border: none;
	padding: 0 10px;
}

#power-menu li:first-child {
	padding-left: 0;
}

#power-menu a {
	color: #7EA5CB;
	display: inline-block;
	line-height: 40px;
	padding: 0 0.5em;
}

#power-menu a:hover {
	text-decoration: underline;
}

/* search */

#search {}
#search input{}

/* toggles */
#toggles {
	background: #000;
}

#toggles h5 {
	margin: 0;
	color: #fff;
	line-height: 40px;
	padding: 0 1em;
}

#apply-btn a{ color: #7EA5CB;}
#global-btn, #search-btn {display: none;}


/* Header
-------------------------------------------------------------- */

#header .container .row{
	padding-top: 35px;
	padding-bottom: 15px;
}

/* logo */
#logo {
	width: 220px;
	height: 65px;
}


#logo a {
	display: block;
	width: 220px; height: 65px;
	background:  url(../images/logo-web-clc.png) no-repeat left center;
	text-indent: -999em;
}

/* global menu */
#global-menu {
	font-size: 16px;
	margin-top: 12px;
}



/* intro
-------------------------------------------------------------- */

#intro {}

#intro .container{
	margin-top: 85px;
	margin-bottom: 0px;
	padding: 0;
}

#intro .container .row{}

#intro .hero {}

#intro .hero img{
	margin:0;
	padding: 0;
}

#intro .section {
	margin-left: 0;
	margin-bottom: 20px;
}

#intro .title {
	color: #EAA241;
	background: #375572;
	background: rgba(55,85,114,0.8);
	padding: 1em;
	position: relative;
	left: -4em; top: -2em;
	margin-top: 0;
	margin-bottom: -2em;
	line-height: 1.05em;
}

#intro .title strong {
	color: #fff;
}

#intro .title:after {
	content: "";
	display: block;
	width: 0; height: 0;
	position: absolute;
	right: 0; bottom: 0;
	border-color: rgba(0,0,0,0.2) white;
	border-style: solid;
	border-width: 0.8em 0.8em 0 0;
}

#intro .article {
	padding: 2em 0 0 2em;
	margin-right: 0;
}


@media (min-width: 768px) and (max-width: 979px) {

	#intro {}

	#intro .container {}

	#intro .container .row {
		margin-top: 0px
	}

	#intro .hero {}

	#intro .section {}

	#intro .title {
		font-size: 2.25em;
		margin-right: -3em;
	}

	#intro .article {
		font-size: 0.8em;
	}

}/* end @media */

@media (max-width:767px) {

	#intro {
		background-color: #375472;
	}

	#intro .container {
		padding: 0;
		margin: 0;
	}

	#intro .hero {}

	#intro .hero img {}

	#intro .title {
		position: static;
		margin: 0;
		padding: 32px 32px 0;
	}

	#intro .title:after {
		display: none;
	}

	#intro .article {
		padding: 32px;
		margin: 0;
		color: #7EA5CB;
	}

	#intro .section {
		margin: 0;
		padding: 0;
	}

	#intro .article p {}

}/* end @media */



.intro {
	font-size: 1.25em;
}

.intro strong {
	color: #2e6399;
	font-size: 1.25em;
}



/* page-title
-------------------------------------------------------------- */

#page-title [class*="span"] {
	color: #069;
}

@media (min-width: 768px) {

	#page-title [class*="span"] {
		font-size: 1.25em;
	}

}

#page-intro :last-child {
	margin-bottom: 0;
}



/* Action!
-------------------------------------------------------------- */
#action {
	text-align: center;
	color: #fff;
}

#action .container {
	padding: 4em 0;
}

#action .span4 {
	background: url(../images/icon.schedule.png) no-repeat center top;
	padding: 60px 0px 0px 0px;
}

#action #infantsblock {
	background: url(../images/icons/infants.png) no-repeat center top;
	padding: 60px 0px 0px 0px;
}

#action #toddlersblock {
	background: url(../images/icons/toddlers.png) no-repeat center top;
	padding: 60px 0px 0px 0px;
}

#action #preschoolblock {
	background: url(../images/icons/preschool.png) no-repeat center top;
	padding: 60px 0px 0px 0px;
}

#action #schoolageblock {
	background: url(../images/icons/schoolage.png) no-repeat center top;
	padding: 60px 0px 0px 0px;
}

#action .span4 + .span4 {
	border-left: 1px solid rgba(0,0,0,0.2);
}

#action h3 {
	font-weight: normal;
	color: #375572;
}

#action p {
	font-weight: normal;
	padding: 0 1em;
}

@media (max-width:767px) {

	#action {
		text-align: left;
		padding-top: 0;

	}

	#action .span4 {
		margin: 0;
		padding: 1em 1em 1em 6em;
		background-position: 20px 20px;
	}

	#action .span4 + .span4 {
		border-left: none;
		border-top: 1px solid rgba(0,0,0,0.2);
	}

	#action .container {
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0;
	}

	#action h3 {
		font-size: 1.4em;
	}

	#action p{
		padding: 0;
		font-size: 0.8em;
	}

}

/* audience
-------------------------------------------------------------- */
#audience {}

#audience .container {
	padding: 0;
	border-right: 1px solid #444;
}

#audience .container .row-fluid {
	padding: 0;
}

#audience .container .row-fluid + .row-fluid {
	border-top: 1px solid #444;
}

#audience a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	color: #EAA241;
	padding: 1.2em 0em;
}

#audience a:hover {
	text-decoration: underline;
}

#audience .span4 {
	border-left: 1px solid #444;
}

@media (max-width: 767px) {

	#audience .container {
		border: none;
		margin: 0px;
	}

	#audience .span4 {
		border: none;
		margin: 0px;
	}

	#audience .span4 + .span4 {
		border-top: 1px solid #444;
	}

}



/* MISC
-------------------------------------------------------------- */

.vcard p {
	margin: 0;
}

#global-menu.show, #search.show, #more.show {
	display: block;
}

.post img[src*=".jpg"] {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.post table, .post-footer table {
	width: 100%;
}

table.small {
	font-size: 75%;
}

table.fixed {
	table-layout: fixed;
}

.gallery img {
	width: 100%;
	height: auto;
}

.gallery p, .gallery li {
	font-size: 0.8em;
}



/* academic tables
-------------------------------------------------------------- */

.academics td.course, .academics td.hours {
	width: 20%;
}

.academics td.hours {
	width: 10%;
}

.academics tbody th {
	width: 20%;
	background: transparent;
}

.academics tbody th + td + td {
	width: 10%;
}



/* widgets
-------------------------------------------------------------- */

.widget {
	margin-bottom: 3em;
}

.widget strong{
	color: #2566a6;
}

.widget .title {
	margin-top: 30px;
}

.widget .menu {
	list-style: none;
	margin-left: 0;
}

.widget .menu li.no-link, .widget .no-link li {
	padding: 0.75em 0;
}

.widget .menu a {
	padding: 0.75em 0;
}

.widget .menu a:hover{
	text-decoration: none;
	background: #eee;
	padding-left: 10px;
}

#footer .widget .menu a {
	color: #555;
}

#footer .widget .menu a:hover{
	text-decoration: none;
	background: #CCC;
	padding-left: 10px;
}



/* carousel and feature
-------------------------------------------------------------- */
.carousel {
	margin-bottom: 0;
}

.carousel img {
	width: 100%;
	height: auto;
}

.carousel-control {
	top: 50%;
	border: none;
	border-radius: 0;
	font-weight: normal;
	color: #000;
	text-indent: -999em;
	background: #fff url(../images/next.png) no-repeat center;
	box-shadow: 0 0 7px rgba(0,0,0,0.5);
}

.carousel-control.left {
	background-image: url(../images/prev.png);
}


.feature img {
	width: 100%;
	height: auto;
}

.feature, .feature .container {
	padding-bottom: 0.5em;
}


@media (max-width: 979px) {

	.carousel.post-header, .feature.post-header {
		padding: 0;
	}

	.carousel.post-header .container, .feature.post-header .container {
		padding: 0;
		margin: 0;
		width: 100%;
	}

}/* end @media */



/* menu
-------------------------------------------------------------- */
.menu {
	list-style: none;
	/*margin-left: 0;*/
}

.menu li {
	border-top: 1px solid #ddd;
	font-size: 0.85em;
}

.menu li a {
	display: block;
	padding: 0.5em 0;
	color: #999;
}



/* section-menu
-------------------------------------------------------------- */
.section-menu {
	margin-bottom: 1em;
	font-size: 0.8em;
	color: #777;
}

.section-menu a {
	text-decoration: none;
	color: #555;
}

.section-menu ul {
	list-style: none;
	margin-left: 0;
}

.section-menu ul li {
	padding: 0;
	line-height: 1.25;
}

.section-menu li a {
	display: block;
	padding: 0.25em 0;
	color: #777;
}

.page-nav-link {
	display: none;
}

@media (min-width: 768px) {

	.section-menu {
		background: transparent;
		opacity: 0.75;
	}

	.section-menu li a:hover {
		background: #ccc;
		color: #555;
		padding: 0.25em 0.5em;
		margin: 0 -0.5em;
	}

	.section-menu h3, .section-menu h4 {
		margin: 1.25em 0 0.5em 0;
	}

}


@media (max-width: 767px) {

	#target-menu {
		display: block;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-size: 12px;
		font-weight: bold;
		padding: 1em;
		margin: 0;
		background: #ccc;
		color: #fff;
	}

	#page {
		position: relative;
	}

	.home #page {
		padding-top: 0;
	}

	.page-nav-link {
		display: block;
		position: absolute;
		top: 0; left: 0;
		width: 100%;
	}

	.page-nav-link a{
		display: block;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-size: 12px;
		font-weight: bold;
		padding: 1em;
		background: #aaa;
		color: #ddd;
	}

	.page-nav-link a:hover {
		background: #777;
	}

	.section-menu {
		padding-top: 4em;
	}

	.section-menu h3, .section-menu h4 {
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 1em;
		background: #222;
		border-bottom: 1px solid #555;
	}

	.section-menu li > a{
		background: #444;
		color: #ccc;
		padding: 1em;
		border-bottom: 1px solid #555;
	}

	.section-menu li > a:hover{
		background: #222;
		color: #ccc;
		padding: 1em;
		position: static;
	}

}/* end @media */

.section-menu .contact {
	padding: 2em 0;
	margin: 2em 0 0;
	position: relative;
}

.section-menu .contact:before {
	display: block;
	content: "";
	width: 50%;
	border-top: 1px solid #ddd;
	position: absolute;
	top: 0;
	left: 0;
}

.section-menu .contact :first-child {
	margin-top: 0;
}

.section-menu .contact h5, .section-menu .contact p {
	margin: 0.5em 0;
}

/* Section Menu Anchor ----*/
.section-menu #page-menu-target{
	display: block;
	height: 20px;
}



/* section-menu specifics
-------------------------------------------------------------- */

.academics .section-menu .sub ul {
	display: none;
}

.academics #page .section-menu .faculty {
	display: none;
}

/*
.academics.faculty .section-menu .sub.faculty,
.academics.majors .section-menu .sub.majors,
.academics.minors .section-menu .sub.minors {
	display: block;
}
*/


/* section-content
-------------------------------------------------------------- */
.section-content h1,
.section-content h2,
.section-content h3,
.section-content h4 {
	color: #069;
}

.section-content li {
	line-height: 1.5;
	padding: 0.25em 0;
}




/* home post-footer
-------------------------------------------------------------- */
.home .post-footer .button a{
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.4);
	padding: 1em 1.3em;
	font-size: 1em;
	color: #7EA5CB;
}

#news .button a:hover{
	opacity: 1;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6);
}

.home .post-footer h4 a {
	color: #fff;
	display: inline-block;
	font-size: 1.25em;
}



/* post-footer Navigation Element - Used to list a couple of buttons beloew support section */

.post-footer nav {
	text-align: center;
}

.post-footer nav .button {
	display: inline-block;
	margin: 0.5em.75em;
}

.post-footer nav .button a{
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.4);
	padding: 1em 1.3em;
	font-size: 1em;
	color: #555;
	text-shadow: none;
}

#news .button a:hover{
	opacity: 1;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6);
}

.home .post-footer h4 a {
	color: #fff;
	display: inline-block;
	font-size: 1.25em;
}

/* End - post-footer Navigation Element */


/* Footer
-------------------------------------------------------------- */
#footer {
	color: #fff;
	font-size: .9em;
	padding: 2em 0;
}

#footer a {
	color: #fff;
}

#footer .vcard .logo {
	background:  url(../images/logo-white-clc.png) no-repeat;
	text-indent: -999em;
	height: 65px;
	background-size: contain;
}

#footer .title {
	color: #AAA;
	border-bottom: none;
	margin-top: 0px;
}

#footer .menu {
	list-style: none;
	margin-left: 0px;
}

#footer .menu li {
	border-color: #444;
}

#footer .menu li a:hover{
	text-decoration: none;
	background: #444;
	padding-left: 10px;
}

#footer .disability-notice {
	position: relative;
}

#footer .disability-notice:before {
	display: block;
	content: "";
	width: 30px;
	height: 30px;
	border: 1px solid #444;
	background: url(../images/icon.access.png) no-repeat center;
	background-size: contain;
	float: left;
}

#footer .disability-notice .info {
	padding-top: 0px;
	margin: 0 0 0 42px;
}

#footer #accredited {
	margin-left: 42px;
}

#bottom p.span12, #bottom a {
	font-size: 10px;
	color: #444;
	cursor: default;
	text-align: center;
	max-width: 100%;
}


/* social links
-------------------------------------------------------------- */
#social-links {
	margin-left: 0;
}

#social-links li {
	display: inline-block;
	width: 32px; height: 32px;
	overflow: hidden;
	border: 1px solid #444;
}

#social-links li a {
	background: #fff url(../images/icon.fb.png) no-repeat center;
	text-indent: -999em;
	display: block;
	width: 100%; height: 100%;
}

#social-links li a:hover {
	background-color: #AAA;
}

#social-links #facebook a	{ background-image: url(../images/icon.fb.png); }
#social-links #twitter a	{ background-image: url(../images/icon.twitter.png); }
#social-links #pinterest a	{ background-image: url(../images/icon.pinterest.png); }
#social-links #email a		{ background-image: url(../images/icon.email.png); }




@media (min-width: 1200px) {

	.carousel-inner > .item > img {
		width: 100%;
		display: block;
	}

}/* end @media */



/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

	body{}

	/* Header
	-------------------------------------------------------------- */

	#toggles #apply-btn{
		margin: 0;
		padding: 0;
	}


	/* Header
	-------------------------------------------------------------- */
	#header {}
	#header .container .row{padding-top: 35px; padding-bottom: 10px;}

	/* logo */

	#logo {
		width: 220px; height: 65px;
	}

	#logo a {
		display: block;
		background:  url(../images/logo-web-clc.png) no-repeat left center;
		text-indent: -999em;
	}

	/* global menu */
	#global-menu {width: 100%; margin-top: 0px;}

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	body {
		margin:0;
		padding: 0;
	}

	h1, .h1 { font-size: 2.50em; } /* 40 */
	h2, .h2 { font-size: 2.00em; } /* 32 */
	h3, .h3 { font-size: 1.50em; } /* 24 */
	h4, .h4 { font-size: 1.25em; } /* 20 */

	.container {
		margin: 0 2em;
		padding: 1em 0;
	}


	[class*="span"].pull-left, .row-fluid [class*="span"].pull-left,
	[class*="span"].pull-right, .row-fluid [class*="span"].pull-right {
		float: none;
	}


	/* Header
	-------------------------------------------------------------- */

	#header {
		padding: 15px 0 0 0;
	}

	/* logo */

	#logo {
		width: 220px; height: 65px;
	}

	#logo a {
		display: block;
		background:  url(../images/logo-web-clc.png) no-repeat left center;
		text-indent: -999em;
	}

	#global-menu {}



	/* /Support / highlights
	-------------------------------------------------------------- */
	#highlights{
		padding: 1em 0em;
	}

	/*
	 * Taken from the 650 media query
	 * 2013-1-7
	*/

	body{}

	/* Header
	-------------------------------------------------------------- */
	#top  {}
	#top .container {margin: 0; padding:0;}
	#top .container .row {text-align: center; }
	#header {position: relative;}
	#header .container {margin: 0; padding:0;}
	#header .container .row{
		padding: 0;
	}
	/*#header { padding: 0; position: relative; }
	#header .row {  }*/

	#global-btn, #search-btn {
		display: block;
	}

	/* toggles row */
	#toggles {
		width: 100%;
		float: none;
		overflow: hidden;
	}

	#toggles h5 {
		width: 33%;
		float: left;
		padding: 0;
		text-align: center;
		border-top: 1px solid #444;
	}

	#toggles h5 + h5 {
		border-left: 1px solid #444;
	}

	/* search */
	#search {
		width: 100%;
		float: none;
		display: none; /* hide the search box by default */
	}

	/* power-menu row */
	#power-menu {
		width: 100%;
		text-align: center;
	}

	#power-menu li {
		border: none;
		font-size: 10px;
		text-transform: uppercase;
		display: inline-block;
		padding: 0 10px;
	}

	#power-menu li:first-child {
		padding-left: 0;
	}

	#power-menu a {
		display: block;
		line-height: 3em;
		padding: 0;
	}

	#logo {
		float: none;
		margin: 0;
		position: absolute;
		bottom: 70px; left: 50%;
		margin-left: -110px;
	}

	#logo a {
		background-position: center;
	}



	/* global-menu */
	#global-menu {
		margin: -115px 0 0 0;
		font-size: 14px;
		position: static;
	}

	#global-menu li {
		float: none;
		background: #777;
	}

	#global-menu > li {
		background: #444;
		border-top: 1px solid #555;
	}

	#global-menu ul {
		display: block;
		width: auto;
		position: static;
		box-shadow: none;
	}

	#global-menu a {
		color: #fff;
		text-shadow: 0 0 2px rgba(0,0,0,0.8);
		padding: 0.6em 1em;
	}

	/*
	Terry additions
	Mobile - Navigation
	*/

	#global-menu > li > .parent {
	    background-image: url(../images/downArrow.png);
	    background-repeat: no-repeat;
	    background-position: right;
	}
    #global-menu > li > .parent {
	        background-position: 95% 50%;
    }
    #global-menu li li .parent {
	        background-image: url(../images/downArrow.png);
	        background-repeat: no-repeat;
	        background-position: 95% 50%;
    }
    #global-menu .active {
	        display: block;
    }
	#global-menu li ul {
	    position: absolute;
	    left: -999em;
	}
	#global-menu > li.hover > ul , #global-menu li li.hover ul {
        position: static;
    }





	/* Highlights
	-------------------------------------------------------------- */
	#highlights{}
	#highlights .container {}
	#highlights .container .row { border-top: 1px dotted #bbb; padding-top: 50px; padding-bottom: 30px; }
	#highlights .container .row + .row { border-top: 1px dotted #bbb; }
	#highlights .row section{}
	#highlights .row section img {}
	#highlights .row section article {}
	#highlights .row section article h4 {}

	/* support
	-------------------------------------------------------------- */
	.home .post-footer section {margin-bottom: 60px;}
	.home .post-footer section h4{padding-right: 0px; margin-bottom: 25px;}
	.home .post-footer section p {padding-right: 0px;}


}


/* High-res Responsive
-------------------------------------------------------------- */

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

	#logo a {
		background-image: url(../images/logo-web-2x.png);
		background-size: contain;
	}

	#footer .vcard .logo {
		background-image: url(../images/logo-white-2x.png);
		background-size: contain;
	}

}/* END breakpoint */



/* page specific stuff
-------------------------------------------------------------- */

/* CIPA */


div.flags img {display: block; background: none; width: 150px; height: 100px;}
div.flags div {float: left; margin-right: 10px; margin-bottom: 20px;}
div.glossary a {padding-right: 6px;}

/* Graduation Plan */

.completion.row-fluid blockquote{margin: 0;}

#page-intro aside ul li {line-height: 1.8;}

.graduation-plan-home .post-footer {
		padding: 0;
        margin-top: -2em;
}

@media (max-width:767px) {

.graduation-plan-home .post-footer {
		padding: 0;
        margin-top: -1em;
}

}/* end @media */

.efforts .post-footer h2, .ohio-workforce-needs .post-footer h2, .related .post-footer h2 {display: none;}
.efforts .post-footer .gallery, .ohio-workforce-needs .post-footer .gallery, .related .post-footer .gallery {margin-top: -4em;}



/* Directory */

		/*** table's tbody section, odd rows style ***/
        table tbody tr:nth-child(odd) {
           background-color: #fafafa;
        }



        /*** table's tbody section, even rows style ***/
        table tbody tr:nth-child(even) {
            background-color: #efefef;
        }

/* KidsVision */
.picleft {
    float:left;
    margin-right: 6px;
    margin-bottom: 6px;
}
.picright {
    float:left;
    margin-left: 6px;
    margin-bottom: 6px;
}

.photo-grid {
    padding: 0.25em;
    overflow: hidden;
    list-style-type: none;
}
.photo-grid li {
    float: left;
    width: 50%;
    padding: 0.25em;
}
.photo-grid img {
    display: block;
}
.photo-grid li:nth-child(odd) {
    clear: left;
}

@media screen and (min-width: 40em) {
    .photo-grid li {
        width: 33.3333333333333333%;
    }
    .photo-grid li:nth-child(3n+1) {
        clear: left;
    }
    .photo-grid li:nth-child(odd) {
        clear: none;
    }
}
@media screen and (min-width: 55em) {
    .photo-grid li {
        width: 25%;
    }
    .photo-grid li:nth-child(4n+1) {
        clear: left;
    }
    .photo-grid li:nth-child(3n+1) {
        clear: none;
    }
}
@media screen and (min-width: 72em) {
    .photo-grid li {
        width: 20%;
    }
    .photo-grid li:nth-child(5n+1) {
        clear: left;
    }
    .photo-grid li:nth-child(4n+1) {
        clear: none;
    }
}
@media screen and (min-width: 90em) {
    .photo-grid li {
        width: 16.666666666%;
    }
    .photo-grid li:nth-child(6n+1) {
        clear: left;
    }
    .photo-grid li:nth-child(5n+1) {
        clear: none;
    }
}

/* KidsVision Custom Styles */
/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
	list-style-type: none;
}
.index-list li {
  position: relative;
  padding-left: 100px;
	margin-left: 10px;
	min-height: 190px;
}
.index-list li:before {
  position: absolute;
  content: counter(li, decimal);
  counter-increment: li;
  width: 75px;
  height: 75px;
  line-height: 75px;
  background: #2566A6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  left: 0;
  top: 0;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index-list li:hover:before {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.index-list li:nth-child(n+4) {
  margin-top: 30px;
}

@media (min-width: 1500px) {
	.unslider-wrap.unslider-carousel>li {
		height: 600px;
	}	
	.unslider-arrow{ 
	   top: 60%;
	   
	}
}

@media (min-width: 991px) and (max-width: 1500px) {
	.unslider-wrap.unslider-carousel>li {
		height: 450px;
	}	
	
}
@media (min-width: 767px) and (max-width: 991px) {
	.unslider-wrap.unslider-carousel>li {
		height: 350px;
	}	
	
	.feature .text {
    left: 50px!important;
    max-width: 80%!important;
    top:50px!important;	
   transform: none!important;
}
}
@media (max-width: 767px) {
	.unslider-wrap.unslider-carousel>li {
		height: 250px;
	}	
	.unslider-arrow{ 
	  display:none!important;  
	}
	.feature .text {
    left: 10px!important;
    max-width: 100%!important;
    top:10px!important;	
   transform: scale(0.8)!important;
}
}
@media (max-width: 991px) {
	
feature .text h2 { 
 font-size:25px;
}
  .index-list li:nth-child(n+1) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .index-list li + li {
    margin-top: 30px;
  }
}
.index-list li.col-md_1:nth-child(12n + 13),
.index-list li.col-md_2:nth-child(6n + 7),
.index-list li.col-md_3:nth-child(4n + 5),
.index-list li.col-md_4:nth-child(3n + 4),
.index-list li.col-md_6:nth-child(2n + 3) {
  clear: left;
}

.staff-detail h3 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
	margin: 10px 0 5px 0;
}
.staff-detail h4 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
	margin: 5px 0 0 0;
}

.staff-detail {
    min-height:82px;
}

.staff-bio h1 {
    margin: 0px 0 3px 0;
		letter-spacing: 2px;
}

.staff-bio h2 {
    margin: 0px 0 5px 0;
		text-transform: uppercase;
		letter-spacing: 3px;
		color: #aaa;
}

.page-title h2 {
    margin: 0px 0 3px 0;
		letter-spacing: 2px;
}

.section-content h1 {
    margin: 0px 0 3px 0;
		letter-spacing: 2px;
}

.section-content h2 {
    margin: 0px 0 5px 0;
		text-transform: uppercase;
		letter-spacing: 3px;
		color: #aaa;
}


.img-thumbnail{
		display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out
}

.img-responsive{
		display:block;max-width:100%;height:auto;
}
/*________  Opening times table  ________  */

.opening-times th, .opening-times td{
    border: 0px;
	padding: 0.25em 0em;
}
.opening-times tbody tr:nth-child(odd),.opening-times tbody tr:nth-child(even) {background-color:transparent;}

/* no margin */
.no-margin{margin:0px;}

.navbar-inner {
    min-height: 40px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #ffff!important;
    background-image:none;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: 0!important;
}
.navbar .nav>li>a {
    color: #2566A6;
}
.nav>li>a.active {
    background-color: #2566A6;
	color:#fff;
}
.dropdown-menu{border-radius: 0;}

.collapse.in {        
      display: block;       
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }
.dropdown-menu li>a {
    padding: 7px 10px;
    clear: both;
}
.logo-img{
    display: inline;
    float: left;
	margin-left: 20px;
}
#header .container {
     padding: 0em 0;
}
.navbar .nav {
    margin-top: 15px;
	margin-left: 25px;
}

.btn-block+.btn-block {
   margin-top: 0px; 
}
#logo {display:none;}

/* menu calendar */
.fc-grid .fc-day-content {
	clear: both;
	padding: 20px 2px 20px; /* distance between events and day edges */
}
	
.fc-event-inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align:center;
}
.fc-event-title {
    padding: 0 1px;
	font-size: 16px;
}
.fc-event {
	border:0px;
	padding: 5px 0px 5px 0;	
	cursor: default;
}

.fc-inner-day-header{
   text-align:center; 
   font-weight:900;
   padding: 15px 0px 5px 0;
   font-size: 18px;
}
.fc-widget-header {  
	color:#fff;
	padding: 5px!important;
	text-transform:uppercase;
	text-align:center;
	font-weight:900;
    background-color: #006699;
}
.fc td, .fc th {
    border: 0px;
}
.menu_cal table{
	margin-bottom:0px;
}
.menu_cal{border-bottom: 1px solid #cecece;}

.menu_cal:last-child{    
   margin-bottom: 30px!important;
}

.fc-calendar .fc-head {
    background-color: #006699;
}

.fc-widget-header,   
.fc-widget-content {  
	border: 0px ;
}	

.fc-header-left {
	display:none;
}
.text-center{text-align:center;}

.custom-header h2 {
    width: 100%;
    text-align: center;
}

input,.btn {border-radius:0px;}

.feature .text p { 
	padding:0px;
}
.feature .text { 
	left:80px;
   max-width:500px;
	color:#fff;
    display: block;
    position: relative;
    z-index: 9;
  transform: translateY(80%);
}
.unslider-wrap li {background-position:center center;
background-size:cover;}
.overlay {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 650px;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    display: block;
}
.unslider-nav{    z-index: 9;
    position: absolute;
    margin: -30px auto;
left: 50%;}

.unslider-arrow {
    display: block;
    width: 32px;
    height: 32px;
    right: -50px;
	top:50%;
    left: auto;
    margin-top: -16px;
    overflow: hidden;
    background: rgba(0,0,0,.2) no-repeat 50% 50%;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==');
    background-size: 7px 11px;
    border-radius: 32px;
    text-indent: -999em;
    opacity: .6;
    transition: opacity .2s;
}

.unslider .prev {
    left:10px;
    right: auto;
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.feature .btn-slider{
	background: #2A3E78;
	color: #fff;
	border: 0px;
	padding: 10px;
	transition: all ease-in-out 0.2s;
}
.feature .btn-slider:hover{
background:#7da5cb;
}
.feature p { 
   padding: 10px; 
}
.feature h2 span.spacer {
   padding:0 5px;
}

.unslider-arrow{ 
   /* position the navigation dots over the slides */
   position: absolute;
   left: 0;
   right: 0;
   
   z-index: 1000; /* Make sure the dots show over the images */
}
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
}
/************ max width 1199px *************/

@media (max-width: 1199px) {	

	.index-list li:before {display:none;}	

	.index-list li {padding-left: 0px;   min-height: 0px; }
	
	.logo-img {
		float: none;
		text-align: center;
		display: block;
    }  
	
}

/************ max width 767px *************/

@media (max-width: 767px) {	


.top-bar {
   text-align:center;
}
.top-bar .contact-details p {
    font-size: 12px;
	margin:0px;
}

	.index-list .row + .row, .row-fluid + .row-fluid {padding-top: 0em; } 
	  
	ul.index-list {
		padding: 0;
		margin: 0 0 0px 0px!important;
	} 
	.footer-logo{
		max-width:170px;
	}
	.widget {
    text-align: center;
   }
   .opening-times th, .opening-times td {
    text-align: center;
   }
   .menus h3{text-align:center;}
			
}

/************ max width 370px *************/

@media (max-width: 370px){
	.logo-img img {
		max-width: 140px;
	}
}

/************ max width 300px *************/

@media (max-width: 300px){
	.logo-img img {
		max-width: 120px;
	}
}