/*

Theme Name: St Nicholas Fields
Theme URI: http://www.stnicksfields.org.uk/
Author: Castlegate IT
Author URI: http://www.castlegateit.co.uk/
Version: 1.0

*/

/* -----------------------------
Base
----------------------------- */

html, body {
	padding: 0;
	margin: 0;
	font-family: 'Oxygen', arial, sans-serif;
	color: #272727;
}

li {
	margin: 8px 0;
}

figure {
    margin: 0;
}

/* -----------------------------
Links
----------------------------- */

a {
	text-decoration: none;
	font-weight: 700;
	color: #8e9924;
}

a:hover {
	color: #272727;
}

a img {
	border: 0;
}

.dark-link {
	color: #272727;
}

.dark-link:hover {
	color: #8e9924;
}

/* -----------------------------
Typography
----------------------------- */

h1 {
	display: block;
	width: 150px;
	height: 114px;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}

h1 a {
	position: absolute;
	top: 0;
	left: 0;
	background: url('images/logo.jpg');
	display: block;
	width: 150px;
	height: 114px;
}

h2 {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0;
}

p {
	line-height: 24px;
	font-size: 1em;
	font-style: normal;
}

/* -----------------------------
Input
----------------------------- */

input[type="text"] {
	width: 96%;
	padding: 2%;
}

input[type="submit"] {
	width: 96%;
	background: #a2ad37;
	padding: 2%;
	border: 0;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	font-size: 0.9em;
}

input[type="submit"]:hover {
	background: #272727;
}

/* -----------------------------
Common
----------------------------- */

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
}

.responsive-wrap {
	width: 94%;
	margin: 0 auto;
}

.sprite {
	display: block;
	background: url('images/sprite.png');
}

.bold {
	font-weight: 700;
}

.page-numbers {
	background: #272727;
    padding: 0.25em 0.75em;
	display: inline-block;
	color: #fff;
	margin: 0.5em 0.25em 0.5em 0;
}

.page-numbers.current,
.page-numbers:hover {
	background: #a2ad37;
    color: #fff;
}

.green { background: #a2ad36; }
.orange { background: #f18b21; }
.red { background: #e73e51; }
.blue { background: #0085af; }

.responsive-break {
	display: block;
}

hr {
    clear:both;
}

/* -----------------------------
Top Navigation
----------------------------- */

.top {
	background: #a2ad36;
	padding: 16px 0;
}

.social-media .sprite {
	height: 29px;
	width: 30px;
	float: left;
	margin-right: 10px;
}

.facebook { background-position: 0 0; }
.facebook:hover { background-position: 0 -29px; }
.twitter { background-position: -36px 0; }
.twitter:hover { background-position: -36px -29px; }
.flickr { background-position: -72px 0; }
.flickr:hover { background-position: -72px -29px; }
.blog { background-position: -108px 0; }
.blog:hover { background-position: -108px -29px; }

.nav {
	background: #a2ad36;
}

.top ul {
	margin: 0;
	padding: 0;
	float: right;
	width: 100%;
}

.top ul li {
	float: block;
	list-style: none;
	margin: 0;
	padding: 4px;
	width: 100%;
}

.top ul li:first-child {
	border-top: 1px solid #929c2c;
	padding-top: 10px;
	margin-top: 10px;
}

.nav a {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
 }

.nav a:hover {
  color: #272727;
}

#menu {
	display: block;
	text-align: center;
	line-height: 0;
	position: absolute;
	right: 3%;
	top: 15px;
	height: 29px;
	width: 29px;
	background-position: 0 -61px;
}

#menu:hover {
	background-position: 0 -90px;
}

.nav.js {
  display: none;
}

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

.header {
	margin: 2% auto;
}

h1 {
	margin: 0 auto;
}

.strap-line {
	width: 100%;
	text-align: center;
}

.strap-line p {
	font-family: 'Oswald', sans-serif;
	font-size: 1.4em;
}

.green-text {
	color: #a3ae37;
}

.search-bar input[type="text"] {
	padding: 0.5em;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #c8c8c8;
}

/* -----------------------------
Section Links
----------------------------- */

.section-links {
	width: 100%;
	text-align: center;
	margin-bottom: 2.4%;
}

.section-links a {
	width: 50%;
	float: left;
	color: #ffffff;
	padding: 14px 0;
	letter-spacing: 1px;
    position: relative;
}

.tooltip{
    display:none;
}

/* -----------------------------
Breadcrumb
----------------------------- */

.breadcrumb {
	background: #e5e4e4;
	padding: 16px 0;
	margin-bottom: 1.6em;
}

.breadcrumb p {
	margin: 0;
}

/* -----------------------------
Home Page
----------------------------- */

/* Carousel */

.carousel {
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
}

.carousel-slide {
    display: block;
	width: 100%;
	overflow: hidden;
	height: 190px;
    overflow: hidden;
	position: relative;
	z-index: 1;
}

.carousel-slide-text {
   background: rgb(241, 139, 33);
   background: rgba(241, 139, 33, 0.8);
   position: absolute;
   z-index: 2;
   color: #ffffff;
   padding: 1.2% 1% 1.2% 0;
   width: 100%;
   bottom: 0;
}

.carousel-slide-image {
    height: 10000px;
    line-height: 10000px;
    position: absolute;
    top: -5000px;
    margin-top: 95px;
    width: 100%;
}

.carousel-slide-image img {
    display: inline;
    vertical-align: middle;
	width: 100%;
}

.slide-text-wrap {
	width: 98%;
	float: right;
}

.slide-title {
	font-family: 'Oswald', sans-serif;
	font-size: 1.4em;
	letter-spacing: 2px;
	margin: 0.2em 0;
	padding: 0;
}

.slide-body {
	font-size: 1.0em;
	line-height: 22px;
	margin: 0.4em 0;
	padding: 0;
}

.slide-pagination-wrap {
	position: relative;
	z-index: 999;
	bottom: -6px;
    width: 100%;
}

.slide-pagination {
    margin: 0 auto;
    max-width: 960px;
}

.slide-pagination a {
	background: #272727;
	display: inline-block;
	color: #ffffff;
	border: 3px solid #ffffff;
	padding: 0.5em 0.8em;
	margin-right: 0.5em;
}

.slide-pagination .cycle-pager-active {
	background: #a2ad36;
}

/* Event slider */

.home-events-link {
    float:right;
}

.banner {
    height: 250px;
    overflow: hidden;
    padding-top: 2px;
    position: relative;
    clear:both;
}

.event {
	width: 300px;
	height: 250px;
	display: block;
	float: left;
	background: #000000;
	overflow: hidden;
	margin-right: 1em;
}

.event-photo {
	height: 55%;
	overflow: hidden;
	position: relative;
}

.event-date {
    background: #0085af;
	position: absolute;
	font-family: 'Oswald', sans-serif;
	border: 3px solid #ffffff;
	font-size: 2.4em;
	width: 70px;
	text-align: center;
	padding: 8px 0;
	right: 10px;
	top: 10px;
	text-transform: uppercase;
}

.event-date.green { background: #a2ad36; }
.event-date.orange { background: #f18b21; }
.event-date.red { background: #e73e51; }

.month {
	font-size: 0.55em;
	letter-spacing: 0;
	display: block;
	margin-top: 0.3em;
}

.event-text {
	padding: 0 8px;
}

.event-text p {
	font-size: 1em;
	line-height: 22px;
}

.event img {
	width: 100%;
}

.event h2, .event p {
	color: #ffffff;
	margin: 0;
}

.slide-arrow {
    height: 40px;
	width: 40px;
    position: absolute;
    top: 96px;
    width: 42px;
    z-index: 999;
}

.slide-arrow-left {
    left: 0;
	background-position: -143px 0;
}

.slide-arrow-right {
    right: 0;
	background-position: -187px 0;
}


/* Tip of the week */

.tip-of-the-week {
	border-top: 1px dotted #272727;
	padding-top: 10px;
	margin-top: 28px;
	text-align: center;
}

.tip-title {
	background-position: -34px -88px;
	width: 206px;
	height: 32px;
	margin: 0 auto;
}

/* -----------------------------
Footer
----------------------------- */

.footer {
	border-top: 1px dotted #272727;
	margin: 28px auto;
	padding-top: 20px;
}

.footer-item {
	margin-bottom: 20px;
}

.footer-title {
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em;
	letter-spacing: 1px;
	margin-top: 0;
}

.footer-post {
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

.footer-post p,
.footer-post a {
	margin: 0;
	padding: 0;
}

.twitter-icon {
	background-position: -38px -61px;
	width: 28px;
	height: 24px;
	float: left;
}

.tweet-date {
	color: #979696;
	font-style: italic;
}

.twitter-link {
	background: #ededed;
	padding: 8px 0;
	font-weight: 400;
	color: #272727;
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
	width: 100%;
	display: block;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.twitter-link:hover {
	background: #ebe9e9;
}

/* Thanks */

.thanks-item {
    display: block;
    float: left;
    margin: 0 4% 4% 0;
    width: 46%;
}

.thanks-item img {
    display: block;
    width: 100%;
}

/* Green footer links bar */

.footer-links {
	background: #a2ad37;
	width: 100%;
	padding: 20px 0;
}

.footer-links a,
.footer-links p {
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-weight: 400;
}

.footer-links a {
	margin-right: 1em;
}

.footer-links a:hover {
	color: #272727;
}

/* -----------------------------
Sidebar
----------------------------- */

/* Widget Common */

.widget {
    margin-bottom: 1em;
}

.widget-title {
	background: #a2ad37;
	padding: 1em 4%;
}

.widget-title.green { background: #a2ad36; }
.widget-title.orange { background: #f18b21; }
.widget-title.red { background: #e73e51; }
.widget-title.blue { background: #0085af; }

.widget-title p {
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 1.3em;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}

.donate-image {
    display: block;
    position: relative;
}

.donate-image > img {
    width: 100%;
}

.donate-image .overlay {
    display: block;
    margin-top: -45px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.donate-image .overlay img {
    max-width: 100%;
}

/* Subnav + Categories */

.subnav {
	border-bottom: 1px dotted #272727;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.subnav a {
	font-weight: 400;
	color: #272727;
}

.subnav a:hover {
	color: #8e9924;
}

.subnav ul {
	margin: 0;
	padding: 0;
}

.subnav ul li {
	list-style: none;
	margin: 12px 0;
	background: url('images/sidenav-arrow.png') 10px 7px no-repeat transparent;
	padding-left: 26px;
}

.subnav ul ul {
	margin-left: 40px;
}

.subnav ul ul li {
	list-style: outside;
	background: none;
	padding-left: 0;
}

.categories {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* Downloads */

.download {
	padding: 1em 0;
	border-bottom: 1px dotted #272727;
}

.download:last-child {
	border-bottom: 0;
}

.download a {
	color: #272727;
    display: block;
	font-size: 1em;
    min-height: 35px;
    padding-right: 40px;
    position: relative;
}

.download a:hover {
	color: #a2ad37;
}

.download a:after {
    background: url(images/sprite.png) -143px -43px;
    content: "";
    height: 35px;
    width: 35px;
    position: absolute;
    top: 0;
    right: 0;
}

/* Links */

.link {
	padding: 1em 0 0 0;
}

.link p {
	margin: 0;
	font-size: 0.9em;
}

/* -----------------------------
Inner Page
----------------------------- */

.alignleft,
.alignright,
.aligncenter,
.wp-caption {
    color: #979696;
    display: block;
    font-size: 0.875em;
    font-weight: normal;
    height: auto;
    margin: 1em auto;
    max-width: 100%;
    width: auto;
}

.wp-caption img {
    border: 0.5em solid #e5e4e4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.wp-caption-text {
    color: inherit;
    margin: 0.5em 0;
    text-align: center;
}

.featured {
    color: #979696;
    font-size: 0.875em;
    font-weight: normal;
}

.featured img {
    border: 0.5em solid #e5e4e4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
}

.featured .caption {
    color: inherit;
    margin: 0.5em 0;
    text-align: center;
}

.gallery {
    padding: 0.5em;
    padding: 2% 2% 0 2%;
	background: #e5e4e4;
}

.gallery a {
    float: left;
    display: block;
    position: relative;
    width: 49%;
    margin-bottom: 2%;
    margin-right: 2%;
}

.gallery a:nth-of-type(2n) {
    margin-right: 0;
}

.gallery img {
    display: block;
	width: 100%;
}

.gallery .caption {
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 0.5em;
    width: 100%;
    position: absolute;
    bottom: 0;
}

/* -----------------------------
Events Listing Page
----------------------------- */

.em-search {
	background: #e5e4e4;
	padding: 0.5em;
    position: relative;
    overflow: hidden;
    margin-bottom: 1em;
}

.em-search .em-search-field {
    display: block;
    margin-bottom: 0.5em;
}

.em-search input[type="text"] {
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
	font: inherit;
    padding: 0.5em;
    width: 100%;
}

.em-search button {
    background: #a2ad36;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: inherit;
    padding: 0.5em 0;
    width: 5em;
}

.em-calendar {
    margin: 0.5em 0 1em 0;
    width: 100%;
}

.em-calendar .month_name {
    color: #a2ad37;
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.single-event {
	position: relative;
	border-bottom: 1px solid #d3d3d3;
	padding: 1em 0;
}

.single-event .event-date {
    border: 0;
    float: right;
    margin: 0 0 0.5em 0.5em;
    position: static;
}

.single-event .event-featured {
    display: none;
}

.single-event .event-date p {
	margin: 0.1em 0;
	color: #ffffff;
}

.single-event .event-title {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
}

.single-event .event-details p {
    margin: 0.25em 0;
}

.event-time {
	color: #545454;
	font-style: italic;
}

.meta {
    color: #979696;
    font-size: 14px;
}

/* -----------------------------
Event Page
----------------------------- */

.map-wrap {
	background: #e5e4e4;
    clear: both;
    margin: 1em 0;
	padding: 0.5em;
}

.location-events {
    margin: 2em 0 0 0;
}

/* Google Maps */

.map {
    border: 0.5em solid #e5e4e4;
    height: 240px;
}

/* Repeating Content */

.group {
    margin: 1em 0;
}

.group .section {
    margin: 1em 0;
}

.group .section + .section:before {
    border-top: 1px solid #e5e4e4;
    content: "";
    display: block;
    margin: 1em 0;
}

.group img {
    border: 0.5em solid #e5e4e4;
    float: right;
    margin: 0 0 0.5em 0.5em;
    width: 33.333%;
}

/* Forms */

#commentform,
.standard-form,
.stnicks-contactform {
    margin: 2em 0;
}

#commentform label,
.label-text,
.stnicks-contactform .text-label {
    display: block;
    margin: 0.5em 0;
}

#commentform input[type="text"],
#commentform textarea,
.input-text,
.stnicks-contactform .text-input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0.25em solid #e5e4e4;
    box-sizing: border-box;
    font: inherit;
    padding: 0.5em !important;
    width: 100% !important;
}

#commentform textarea,
textarea.input-text,
.stnicks-contactform textarea.text-input {
    height: 10em;
}

#commentform .g-recaptcha,
.stnicks-contactform .g-recaptcha {
    margin: 15px 0;
}

#commentform input[type="submit"],
.input-button,
.stnicks-contactform .button-input {
    background: #a2ad36;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: inherit;
    padding: 0.5em 1em;
}

#commentform input[type="submit"] {
    width: auto;
}

.error {
    color: #e73e51;
    font-style: italic;
}

/* Booking */

body .em-booking {
    margin: 2em 0;
}

body .em-booking table {
    margin: 1em 0;
    width: 100%;
}

body .em-booking table td,
body .em-booking table th {
    padding: 0 0 0.5em 0;
    text-align: left;
}

body .em-booking table select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.25em solid #e5e4e4;
    font: inherit;
    padding: 0.25em;
    width: 100%;
}

body .em-booking br {
    display: none;
}

body .em-booking-form-details {
    float: none;
    padding: 0;
    width: auto;
}

body .em-booking-form-details label {
    display: block;
    float: none;
    margin: 0.5em 0;
    width: auto;
}

body .em-booking-form-details input.input,
body .em-booking-form-details textarea.input,
body .em-booking-form-details select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.25em solid #e5e4e4;
    font: inherit;
    padding: 0.5em;
    width: 100%;
}

body .em-booking-form-details textarea.input {
    height: 10em;
}

body .em-booking-submit {
    background: #a2ad36;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: inherit;
    font-weight: normal;
    padding: 0.5em 1em;
}

body .em-booking-submit:hover {
    background: #a2ad37;
}

body #dbem-bookings-table {
    width: 100%;
}

body #dbem-bookings-table td,
body #dbem-bookings-table th {
    padding: 0 0 0.5em 0;
    text-align: left;
}

/* -----------------------------
Media Screens
----------------------------- */

@media screen and (min-width : 420px) {

.responsive-break {
	display: inline;
}

.gallery a {
	width: 32%;
}

.gallery a:nth-of-type(2n) {
    margin-right: 2%;
}

.gallery a:nth-of-type(3n) {
    margin-right: 0;
}

.featured {
    float: right;
    margin: 0 0 1em 2em;
    max-width: 40%;
}

.featured-event {
    margin-top: 1em;
}

}

@media screen and (min-width : 540px) {
.carousel-slide {
	height: 350px;
}

.carousel-slide-text {
   top: auto;
   bottom: 5em;
   width: 95%;
}

.carousel-slide-image {
    margin-top: 175px;
}

.slide-title {
	font-size: 1.8em;
}

.slide-body {
	line-height: 26px;
	font-size: 1.1em;
}

.slide-pagination-wrap {
	position: absolute;
	z-index: 999;
	bottom: 20px;
    width: 100%;
}

.single-event .event-date {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0.5em;
}

.single-event .event-details {
    margin-left: 85px;
}

.single-event .event-featured {
    border: 0.5em solid #e5e4e4;
    display: block;
    float: right;
    margin: 0 0 0.5em 1em;
    width: 35%;
}

.em-search .em-search-main {
    display: block;
    padding-right: 5em;
}

.em-search .em-search-field {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding-right: 0.5em;
    width: 50%;
}

.em-search button {
    position: absolute;
    right: 0.5em;
    top: 0.5em;
}

.group img {
    margin: 0 0 1em 1em;
}

}

@media screen and (min-width : 800px) {

/* Common */

input[type="text"] {
	width: 98%;
	padding: 1%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.content-wrap {
	width: 65%;
	float: left;
}

.sidebar {
	width: 30%;
	float: right;
}

/* Nav */

.top {
	height: 50px;
	padding: 0;
}

.top .social-media .sprite {
	margin-top: 10px;
}

.top ul {
  width: auto;
}

.top ul li {
  float: left;
  width: auto;
  margin: 0 16px 0 0;
  border: 0;
  padding: 0;
}

.top ul li:first-child  {
  border: 0;
  padding: 0;
  margin-top: 0;
}

.top ul li:last-child {
  margin: 0;
}

.top li a {
	height: 50px;
	line-height: 50px;
}

#menu {
  display: none;
}

.nav.js {
  display: block;
}

.nav .active {
	background: url('images/nav-arrow.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 100%;
}

/* Header */

.header {
	margin: 0.4em auto 1% auto;
}

.logo-wrap {
	float: left;
}

.strap-line {
	width: auto;
	text-align: left;
	margin: 74px 0 0 60px;
	float: left;
}

.strap-line p {
	margin: 0;
}

.search-bar {
	float: right;
	width: 200px;
	margin-top: 60px;
}

.search-bar input {
	width: 90%;
}

    .section-links a:hover .tooltip{
        display: block;
    }

/* Tooltip on navigation*/
.tooltip{
    display: none;
    font-size: 0.75em;
    margin: 20px 5px;
    padding: 8px;
    position: absolute;
    z-index: 1000;
    top: 45px;
}
.tooltip:after{
    border-color: transparent transparent #007bff;
    border-style: solid;
    border-width: 0 15px 15px;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    right: 44%;
    top: -15px;
    width: 0;
}
a:nth-child(1) .tooltip:after{
    border-color: transparent transparent #a2ad36;
}
a:nth-child(2) .tooltip:after{
    border-color: transparent transparent #f18b21;
}
a:nth-child(3) .tooltip:after{
    border-color: transparent transparent #e73e51;
}
a:nth-child(4) .tooltip:after{
    border-color: transparent transparent #0085af;
}

/* Home */

.section-links {
	margin-bottom: 1.8%;
}

.section-links a {
	width: 25%;
	margin-top: -4px;
}

.carousel-slide {
	height: 450px;
}

.carousel-slide-text {
   width: 69%;
   bottom: 4em;
}

.carousel-slide-image {
    margin-top: 225px;
}

.slide-text-wrap {
	width: 96%;
}

.slide-pagination a {
	padding: 0.1em 0.5em;
}

/* Footer */

.footer-item {
	width: 23%;
	float: left;
	margin-right: 2%;
	margin-bottom: 0;
}

.footer-title {
	margin-top: 0;
}

.footer-links a {
	margin-right: 0;
	margin-left: 1em;
}

/* Single Event */

.event-search input[type="text"] {
	width: 37%;
	float: left;
	margin-right: 3%;
}

.event-search input[type="submit"] {
	width: 14%;
	float: right;
	line-height: 33px;
	padding: 0 2%;
}

/* Map */

.map {
    height: 320px;
}

/* Images */

.alignleft {
    float: left;
    margin: 1em 1em 1em 0;
    max-width: 50%;
}

.alignright {
    float: right;
    margin: 1em 0 1em 1em;
    max-width: 50%;
}

}

@media screen and (min-width : 960px) {

/* Common */

.responsive-wrap {
	width: 960px;
}

.section-links {
	background: #e5e4e4;
	width: 100%;
	margin-bottom: 0;
}

/* Home */

.carousel-slide-text {
   width: 49%;
}

.slide-text-wrap {
	width: 49%;
}

.event {
	margin-right: 30px;
}

.slide-arrow-left {
    left: 0;
	background-position: -143px 0;
}

.slide-arrow-right {
    right: 0;
	background-position: -187px 0;
}

/* Map */

.map {
    height: 480px;
}

/* Tooltop */
/*.tooltip{
    display: block;
    font-size: 0.75em;
    margin: 20px 5px;
    padding: 5px;
    position: absolute;
    z-index: 1000;
    background-color:
}
.tooltip:after{
    height: 0;
    border-style: solid;
    border-width: 0 100px 100px 100px;
    border-color: transparent transparent #007bff transparent;
}*/

}

/** Comments */

.commentlist {
    margin: 2rem 0;
    padding: 0;
}

.commentlist > li {
    list-style: none;
}
