@charset "UTF-8";
/* CSS Document */
/*
Theme Name: 	Travelling Ahead
Theme URI: 		http://www.burningredstudio.co.uk
Version: 		1.0
Author: 		Burning Red
Author URI: 	http://www.burningredstudio.co.uk
*/
@font-face {
  font-family: 'Delicious Bold';
  src: url("fonts/delicious-bold-webfont.eot");
  src: url("fonts/delicious-bold-webfont.eot#iefix") format("embedded-opentype"), url("fonts/delicious-bold-webfont.woff") format("woff"), url("fonts/delicious-bold-webfont.ttf") format("truetype"), url("fonts/delicious-bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Delicious';
  src: url("fonts/delicious-roman-webfont.eot");
  src: url("http://www.travellingahead.org.uk/wp-content/themes/travellingahead/fonts/delicious-roman-webfont#iefix") format("embedded-opentype"), url("fonts/delicious-roman-webfont.woff") format("woff"), url("fonts/delicious-roman-webfont.ttf") format("truetype"), url("fonts/delicious-roman-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
/* 
$orange: #ff5000;

$orange-hover: #ff9000;

$green: #4dc429;

$green-hover: #5EEF32;

$blue: #1F9FEF;

$grey: #585756;
*/
/* line 112, scss/style.scss */
body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #333333;
  background: #e8f4ff;
  line-height: 1.2em;
}

/* line 119, scss/style.scss */
a {
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  color: #29c47d;
  text-decoration: none;
}

/* line 124, scss/style.scss */
a:hover {
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  color: #1ee98c;
  text-decoration: underline;
}

/* line 131, scss/style.scss */
h1 {
  line-height: 140%;
  font-size: 1.8em;
  font-family: "Delicious Bold", Verdana, Geneva, sans-serif;
}

/* line 132, scss/style.scss */
h2 {
  line-height: 100%;
  margin: 0 0 1em 0;
  font-size: 2em;
  font-family: "Delicious Bold", Verdana, Geneva, sans-serif;
}

/* line 133, scss/style.scss */
h3 {
  line-height: 130%;
  margin: 0 0 1em 0;
  font-size: 1.4em;
  font-family: "Delicious Bold", Verdana, Geneva, sans-serif;
}

/* line 134, scss/style.scss */
h4 {
  line-height: 125%;
  margin: 0 0 1em 0;
  font-size: 1.2em;
  font-family: "Delicious Bold", Verdana, Geneva, sans-serif;
}

/* line 135, scss/style.scss */
h5 {
  line-height: 120%;
  margin: 0 0 1em 0;
  font-size: 1.15em;
  font-family: "Delicious Bold", Verdana, Geneva, sans-serif;
}

/* line 136, scss/style.scss */
h6 {
  line-height: 115%;
  margin: 0 0 1em 0;
  font-size: 1.1em;
  font-family: "Delicious Bold", Verdana, Geneva, sans-serif;
}

/* line 138, scss/style.scss */
.subheader {
  color: #777;
}

/* line 139, scss/style.scss */
.normal {
  font-weight: normal;
}

/* line 140, scss/style.scss */
.bolder {
  font-weight: bolder;
}

/* line 142, scss/style.scss */
p {
  margin: 0em 0 1em 0;
  line-height: 1.5em;
  font-size: 1em;
}

/* line 148, scss/style.scss */
p img {
  margin: 0;
}

/* line 152, scss/style.scss */
em {
  font-style: italic;
}

/* line 153, scss/style.scss */
strong {
  font-weight: bold;
}

/* line 154, scss/style.scss */
small {
  font-size: 80%;
}

/* line 156, scss/style.scss */
li {
  font-size: 0.9em;
}

/* line 160, scss/style.scss */
iframe {
  max-width: 100%;
}

/*	Blockquotes  */
/* line 165, scss/style.scss */
blockquote, blockquote p {
  font-size: 1em;
  color: #000;
  font-style: italic;
  margin: 0;
}

/* line 167, scss/style.scss */
blockquote {
  margin: 10px 0px 10px 0px;
  padding: 2em 5% 2em 5%;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  text-align: center;
  background-image: url(http://www.travellingahead.org.uk/wp-content/themes/travellingahead/images/quote.png);
  background-repeat: no-repeat;
  background-position: 0% 30px;
  font-size: 1em;
}

/* line 179, scss/style.scss */
blockquote cite {
  display: block;
  font-size: 1em;
  color: #709000;
}

/* line 180, scss/style.scss */
blockquote cite:before {
  content: "\2014 \0020";
}

/* line 181, scss/style.scss */
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #709000;
}

/* line 183, scss/style.scss */
hr {
  border-width: 1px;
  clear: both;
  margin: 50px 25%;
  height: 0;
  border-color: #ccc;
  background-color: transparent;
}

/* line 187, scss/style.scss */
.text_left {
  text-align: left;
}

/* line 191, scss/style.scss */
.text_right {
  text-align: right;
}

/* line 195, scss/style.scss */
.text_center {
  text-align: center;
}

/* Lists */
/* line 201, scss/style.scss */
ul, ol {
  margin-bottom: 20px;
}

/* line 202, scss/style.scss */
ul {
  list-style: none outside;
}

/* line 203, scss/style.scss */
ol {
  list-style: decimal;
}

/* line 204, scss/style.scss */
ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px;
}

/* line 205, scss/style.scss */
ul.square {
  list-style: square outside;
}

/* line 206, scss/style.scss */
ul.circle {
  list-style: circle outside;
}

/* line 207, scss/style.scss */
ul.disc {
  list-style: disc outside;
}

/* line 209, scss/style.scss */
ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px;
}

/* line 211, scss/style.scss */
ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px;
}

/* line 212, scss/style.scss */
li {
  line-height: 24px;
}

/* line 213, scss/style.scss */
ul.large li {
  line-height: 24px;
}

/* line 214, scss/style.scss */
li p {
  line-height: 24px;
}

/* line 216, scss/style.scss */
.orange {
  color: #ff2a00;
}

/* line 220, scss/style.scss */
.green {
  color: #29c47d;
}

/* Slider */
/* line 228, scss/style.scss */
#slider {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

/* line 235, scss/style.scss */
#slider .slides {
  margin-bottom: 0;
  height: 500px;
  height: 75vh;
}

/* line 241, scss/style.scss */
#slider .slides li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  height: 500px;
  height: 75vh;
  background-position: 50% 50%;
}

/* line 251, scss/style.scss */
#slider .row {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 728px;
  padding-top: 230px;
  padding-top: 30vh;
}

/* line 259, scss/style.scss */
#slider .row .Left {
  float: left;
  width: 45%;
  margin-left: 5%;
}

/* line 265, scss/style.scss */
#slider .row .Right {
  float: right;
  width: 45%;
  padding-left: 50%;
  margin-right: 5%;
}

/* line 272, scss/style.scss */
#slider .row .Center {
  padding: 0 20%;
  text-align: center;
  width: 60%;
}

/* line 278, scss/style.scss */
#slider .row .Full {
  padding: 0 10%;
  width: 80%;
}

/* line 284, scss/style.scss */
#slider .Light h2 {
  font-size: 3em;
  line-height: 1em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  color: white;
  text-shadow: 0px 0px 20px #000;
}

/* line 293, scss/style.scss */
#slider .Light h3 {
  font-size: 2em;
  line-height: 100%;
  margin-bottom: 0;
  text-transform: uppercase;
  color: white;
  text-shadow: 0px 0px 20px #000;
}

/* line 302, scss/style.scss */
#slider .Light p a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: white;
  padding: 10px 5%;
  background-color: #ff2a00;
  text-shadow: none;
}

/* line 310, scss/style.scss */
#slider .Light a:hover {
  color: white;
  background-color: #ff5533;
}

/* line 315, scss/style.scss */
#slider .Light p {
  font-size: 1.6em;
  line-height: 1.5em;
  margin-bottom: 20px;
  color: white;
  text-shadow: 0px 0px 20px #000;
}

/* line 323, scss/style.scss */
#slider .Dark h2 {
  font-size: 3em;
  line-height: 1em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  color: #000;
}

/* line 331, scss/style.scss */
#slider .Dark h3 {
  font-size: 2em;
  line-height: 100%;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #000;
}

/* line 339, scss/style.scss */
#slider .Dark p {
  font-size: 1.6em;
  line-height: 1.5em;
  margin-bottom: 20px;
  color: #000;
}

/* line 347, scss/style.scss */
#slider .Dark p a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: white;
  padding: 5px 5%;
  background-color: #ff2a00;
  text-shadow: none;
}

/* line 355, scss/style.scss */
#slider .Dark a:hover {
  color: white;
  background-color: #ff5533;
}

/* line 360, scss/style.scss */
.flexslider {
  position: relative;
}

/* line 363, scss/style.scss */
.flexslider ol {
  display: none;
}

/* line 366, scss/style.scss */
.flexslider .flex-direction-nav {
  position: absolute;
  text-indent: -10000px;
  top: 0;
  width: 100%;
}

/* line 372, scss/style.scss */
.flexslider .flex-direction-nav .flex-prev {
  background-image: url("../FamilyPoint_ENG/images/arrow-left.png");
  background-position: 10px 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 50px;
  left: 10px;
  opacity: 0.5;
  position: absolute;
  top: 230px;
  top: 35vh;
  width: 30px;
  padding: 15px!important;
  z-index: 10;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 388, scss/style.scss */
.flexslider .flex-direction-nav .flex-prev:hover {
  opacity: 1;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 392, scss/style.scss */
.flexslider .flex-direction-nav .flex-next {
  background-image: url("../FamilyPoint_ENG/images/arrow-right.png");
  background-position: 10px 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 50px;
  right: 10px;
  opacity: 0.5;
  position: absolute;
  top: 230px;
  top: 35vh;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  width: 30px;
  padding: 15px!important;
  z-index: 10;
}

/* line 408, scss/style.scss */
.flexslider .flex-direction-nav .flex-next:hover {
  opacity: 1;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* Header */
/* line 416, scss/style.scss */
#mob_head {
  display: none;
}

/* line 420, scss/style.scss */
#header {
  background-color: #29c47d;
  color: white;
  position: fixed;
  top: 0;
  z-index: 10000;
}

/* line 428, scss/style.scss */
#header .one_third {
  margin-bottom: 0;
}

/* line 432, scss/style.scss */
#header div {
  margin: 0 auto;
}

/* line 436, scss/style.scss */
#header .main_icon img {
  width: 18%;
  margin: 15px 0;
}

/* line 442, scss/style.scss */
#header .logo {
  margin: 5px 0;
}

/* line 446, scss/style.scss */
#header .logo h1 {
  width: 90%;
  max-width: 410px;
  min-width: 315px;
  margin: 0 auto;
}

/* line 454, scss/style.scss */
#header .menu {
  width: 30%;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 25px;
  display: none;
}

/* line 462, scss/style.scss */
#header .menu img {
  width: 25%;
  float: right;
}

/* line 467, scss/style.scss */
#header .social {
  width: 100%;
  margin-top: 20px;
}

/* line 472, scss/style.scss */
#header .social .icon {
  width: 18%;
  margin-right: -1%;
  z-index: 1;
  position: relative;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 480, scss/style.scss */
#header .social .icon:hover {
  z-index: 2;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 486, scss/style.scss */
#header .social .icon img {
  background-color: #ff2a00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  border: 2px solid #29c47d;
  z-index: 1;
}

/* line 494, scss/style.scss */
#header .social .icon img:hover {
  background-color: #ff5533;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  border: 2px solid white;
  z-index: 2;
}

/* line 501, scss/style.scss */
#menu {
  background-color: #ff2a00;
  position: fixed;
  top: -20px;
  z-index: 100;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  opacity: 0;
  border-bottom: 1px solid white;
}

/* line 511, scss/style.scss */
#menu ul li {
  display: inline;
  float: left;
  padding-right: 1%;
  margin-right: 1%;
  border-right: 1px solid white;
}

/* line 519, scss/style.scss */
#menu ul li:last-child {
  border-right: 0px solid white;
}

/* line 524, scss/style.scss */
#menu ul li a {
  color: white;
  font-size: 1.1em;
}

/* line 529, scss/style.scss */
.active#menu {
  position: fixed;
  top: 85px;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  opacity: 1;
}

/* line 536, scss/style.scss */
.sub_row {
  margin-bottom: 0;
  border-top: 1px solid #ff5533;
  padding: 10px 0;
}

/* line 542, scss/style.scss */
.sub_row div {
  margin-bottom: 0;
}

/* line 546, scss/style.scss */
.sub_row ul {
  margin-bottom: 0;
}

/* line 550, scss/style.scss */
#menu .sub_row ul li {
  margin-bottom: 0;
  float: right;
  border-right: 0px solid white;
  border-left: 1px solid white;
  padding-right: 0;
  margin-right: 0;
  padding-left: 2%;
  margin-left: 2%;
}

/* line 561, scss/style.scss */
#menu .sub_row ul li:last-child {
  margin-bottom: 0;
  float: right;
  border-right: 0px solid white;
  border-left: 0px solid white;
  padding-right: 0;
  margin-right: 0;
  padding-left: 2%;
  margin-left: 2%;
}

/* line 573, scss/style.scss */
.sub_row p {
  font-family: "Delicious Bold", Verdana, Geneva, sans-serif;
  font-size: 1.2em;
  margin-bottom: 0px;
}

/* Home Page */
/* line 582, scss/style.scss */
.pagepad {
  margin-top: 40px;
}

/* line 586, scss/style.scss */
#page_body .three_fourths ul li {
  list-style-type: circle;
  margin-left: 30px;
}

/* line 591, scss/style.scss */
#page_body .two_thirds ul li {
  list-style-type: circle;
  margin-left: 30px;
}

/* line 597, scss/style.scss */
.title_star {
  width: 10%;
  margin: 0 45% 20px 45%;
}

/* line 602, scss/style.scss */
#home_page h2 {
  text-align: center;
  position: relative;
}

/* line 607, scss/style.scss */
#home_page h2:after {
  position: absolute;
  bottom: -20px;
  width: 15%;
  height: 1px;
  content: '';
  border-bottom: 1px solid #29c47d;
  left: 42.5%;
}

/* line 617, scss/style.scss */
.center_wrap {
  width: 70%;
  margin: 0 15%;
}

/* line 622, scss/style.scss */
.center_wrap iframe {
  width: 100%;
}

/* line 626, scss/style.scss */
#home_page .orange {
  color: white;
  background-color: #ff2a00;
  min-height: 240px;
}

/* line 632, scss/style.scss */
#home_page .grey {
  background-color: #333333;
  color: white;
  min-height: 240px;
}

/* line 638, scss/style.scss */
#home_page .blue {
  background-color: #1f9fef;
  color: white;
  min-height: 240px;
}

/* line 644, scss/style.scss */
#home_page .green {
  color: white;
  background-color: #29c47d;
  min-height: 240px;
}

/* line 650, scss/style.scss */
#home_page .one_third .btn {
  background-color: #ff2a00;
  margin: 0 5%;
  width: 80%;
  padding: 10px 5%;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/* line 659, scss/style.scss */
#home_page .one_third.orange .btn {
  background-color: #29c47d;
}

/* line 663, scss/style.scss */
#home_page .one_third .btn p {
  margin: 0;
}

/* line 667, scss/style.scss */
#home_page .one_third .btn a {
  color: white;
}

/* line 671, scss/style.scss */
#home_page .one_third .cta_area .btn {
  background-color: white;
}

/* line 675, scss/style.scss */
#home_page .one_third .cta_area .btn a {
  color: #29c47d;
}

/* line 681, scss/style.scss */
.pad_wrap {
  padding: 10px;
  min-height: 420px;
}

/* line 686, scss/style.scss */
.pad_wrap h3 {
  position: relative;
}

/* line 690, scss/style.scss */
.pad_wrap h3:after {
  position: absolute;
  bottom: -10px;
  width: 15%;
  height: 1px;
  content: '';
  border-bottom: 1px solid white;
  left: 0;
}

/* line 700, scss/style.scss */
h3.pad_wrap:after {
  position: absolute;
  top: 50px;
  width: 15%;
  height: 1px;
  content: '';
  border-bottom: 1px solid white;
  left: 10px;
}

/* line 710, scss/style.scss */
.pad_wrap .news_title {
  margin: 5px 0;
}

/* line 714, scss/style.scss */
.pad_wrap .news_title h3 {
  margin-bottom: 0px;
}

/* line 719, scss/style.scss */
.pad_wrap .news_date {
  margin: 12px 0 5px 0;
  font-size: 0.7em;
}

/* line 724, scss/style.scss */
.pad_wrap .news_excerpt {
  margin: 0 0 5px 0;
}

/* line 728, scss/style.scss */
.pad_wrap .news_excerpt p {
  font-size: 0.9em;
}

/* line 732, scss/style.scss */
.pad_wrap div {
  margin-bottom: 10px;
}

/* line 736, scss/style.scss */
.pad_wrap div.clear {
  margin-bottom: 0px;
}

/* line 740, scss/style.scss */
.pad_wrap .featured_image {
  height: 140px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 747, scss/style.scss */
.blog_home .one_third:last-child {
  margin-right: 0;
}

/* line 751, scss/style.scss */
.blog_home .one_third a.blog_link {
  color: white;
  font-weight: bold;
  font-size: 1.2em;
}

/* line 757, scss/style.scss */
.facebook a {
  color: white;
  text-decoration: underline!important;
  font-weight: bold;
}

/* line 763, scss/style.scss */
.one_sixth a.blog_link:after {
  content: ">";
  background-color: white;
  color: #ff2a00;
  margin-left: 4%;
  padding: 6px 11px 6px 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* line 772, scss/style.scss */
.cta_area .post h3:after {
  border-bottom: 0px;
}

/* line 776, scss/style.scss */
.cta_area h3.title {
  text-transform: uppercase;
}

/* line 780, scss/style.scss */
.cta_area .news_loop .news_img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* line 784, scss/style.scss */
.cta_area .news_loop .three_fourths h3 {
  margin-bottom: 5px;
}

/* line 788, scss/style.scss */
.cta_area .news_loop .three_fourths h3:after {
  bottom: -5px;
}

/* line 792, scss/style.scss */
.cta_area .news_loop a {
  color: white;
}

/* line 796, scss/style.scss */
.cta_area .news_loop a:hover {
  color: #ff5533;
}

/* line 800, scss/style.scss */
.cta_area .foot_gal .one_fourth {
  float: left;
  width: 20%;
  margin: 0;
}

/* Page Header*/
/* line 812, scss/style.scss */
#page_header {
  background-color: #29c47d;
  padding-top: 135px;
  color: white;
}

/* line 818, scss/style.scss */
#page_header h2 {
  color: white;
  text-align: center;
  margin: 50px 0;
}

/* line 825, scss/style.scss */
#photo_header {
  background-color: #29c47d;
  padding-top: 185px;
  color: white;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 834, scss/style.scss */
#photo_header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 845, scss/style.scss */
#photo_header h2 {
  color: white;
  text-align: center;
  margin: 100px 0;
}

/* line 851, scss/style.scss */
.page-parent #photo_header {
  padding-top: 185px;
}

/* line 855, scss/style.scss */
.page-parent #page_header {
  padding-top: 205px;
}

/* line 859, scss/style.scss */
#blog #page_header {
  padding-top: 135px;
}

/* line 863, scss/style.scss */
#gallery #page_header {
  padding-top: 135px;
}

/* line 867, scss/style.scss */
#news-events #page_header {
  padding-top: 205px;
}

/* line 871, scss/style.scss */
#news #page_header {
  padding-top: 215px;
}

/* line 875, scss/style.scss */
#events #page_header {
  padding-top: 215px;
}

/* line 879, scss/style.scss */
#history-culture #page_header {
  padding-top: 195px;
}

/* line 883, scss/style.scss */
#rights-advice #page_header {
  padding-top: 195px;
}

/* line 887, scss/style.scss */
#young-peoples-projects #page_header {
  padding-top: 195px;
}

/* line 891, scss/style.scss */
#forums-main #page_header {
  padding-top: 195px;
}

/* line 895, scss/style.scss */
.single-fame #page_header {
  padding-top: 195px;
}

/* Loop */
/* line 901, scss/style.scss */
#loop_body .featured_image {
  height: 200px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  background-color: #29c47d;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 912, scss/style.scss */
#loop_body .featured_image:hover {
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 916, scss/style.scss */
#loop_body .featured_image img {
  position: absolute;
  width: 170%;
  max-width: 170%;
  left: -35%;
  opacity: 0.8;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 925, scss/style.scss */
#loop_body .featured_image:hover img {
  opacity: 1;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 930, scss/style.scss */
.one_fourth.gallery:nth-child(4n+0) {
  margin-right: 0;
}

/* line 934, scss/style.scss */
.one_fourth.gallery:nth-child(4n+1) {
  clear: both;
}

/* line 939, scss/style.scss */
.featured_image {
  height: 150px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 946, scss/style.scss */
#loop_body .featured_image.no_featured_image {
  background-color: #29c47d;
  background-image: url("images/star.png");
  background-repeat: repeat;
  background-size: 30%;
}

/* line 953, scss/style.scss */
.one_fifth a.blog_link:after {
  content: ">";
  background-color: #ff2a00;
  color: white;
  margin-left: 4%;
  padding: 10px 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* line 962, scss/style.scss */
#loop_body .news_post {
  margin-bottom: 20px;
}

/* line 966, scss/style.scss */
#loop_body .news_title {
  margin-bottom: 0;
}

/* line 970, scss/style.scss */
#loop_body .news_date {
  margin-bottom: 0;
}

/* line 974, scss/style.scss */
#loop_body .news_ex {
  margin-bottom: 0;
}

/* line 978, scss/style.scss */
#loop_body .news_link {
  margin: 20px 0 0 0;
}

/* Gallery */
/* line 990, scss/style.scss */
.gal_main_image {
  position: relative;
  margin-bottom: 20px;
}

/* line 995, scss/style.scss */
.gal_main_image img {
  width: 100%;
}

/* line 1000, scss/style.scss */
.gal_main_image a.prev {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 130px;
  display: block;
  color: white;
  font-size: 4em;
  text-shadow: 0px 0px 30px #212121;
}

/* line 1012, scss/style.scss */
.gal_main_image a.next {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 140px;
  display: block;
  color: white;
  font-size: 4em;
  text-align: right;
  text-shadow: 0px 0px 30px #212121;
}

/* line 1025, scss/style.scss */
.gal_main_image a .previous_post {
  display: block;
  top: 200px;
  width: 120px;
  left: 10px;
  position: absolute;
}

/* line 1033, scss/style.scss */
.gal_main_image a .next_post {
  display: block;
  top: 200px;
  width: 120px;
  right: 10px;
  position: absolute;
}

/* line 1042, scss/style.scss */
.single_gal_loop:nth-child(5n+4) {
  margin-right: 0;
}

/* line 1046, scss/style.scss */
.single_gal_loop:nth-child(5n+5) {
  clear: both;
}

/* line 1052, scss/style.scss */
.home_gal {
  float: left;
  width: 25%;
  opacity: 0.8;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 1059, scss/style.scss */
.home_gal:hover {
  opacity: 1;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* sidebar */
/* line 1066, scss/style.scss */
.sidebar .widget {
  border-bottom: 1px solid #333333;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* line 1072, scss/style.scss */
.sidebar .widget:last-child {
  border-bottom: 0px solid #333333;
}

/* line 1076, scss/style.scss */
.sidebar h2 {
  font-size: 1.5em;
  line-height: 130%;
  /*margin-bottom:10px;*/
}

/* line 1082, scss/style.scss */
.sidebar form label {
  display: block;
  margin-bottom: 10px;
}

/* line 1087, scss/style.scss */
.sidebar form input {
  display: block;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  padding: 10px 3%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  width: 94%;
  margin-bottom: 10px;
}

/* line 1100, scss/style.scss */
.sidebar form input:focus {
  border-top: 0px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 0px solid #333333;
  border-right: 0px solid #333333;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  outline: none;
}

/* line 1111, scss/style.scss */
.sidebar form input[type=submit] {
  display: block;
  width: 40%;
  background-color: #29c47d;
  border: 0;
  color: white;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 1120, scss/style.scss */
.sidebar form input[type=submit]:hover {
  background-color: #1ee98c;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 1125, scss/style.scss */
.sidebar a {
  color: #29c47d;
}

/* line 1129, scss/style.scss */
.sidebar a:hover {
  color: #1ee98c;
}

/* Forums */
/* line 1135, scss/style.scss */
.feat_for {
  height: 200px;
  background-repeat: repeat;
  background-color: #29c47d;
  display: block;
  position: relative;
  opacity: 1;
  margin-bottom: 20px;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 1146, scss/style.scss */
.feat_for:hover {
  opacity: 0.8;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 1151, scss/style.scss */
.feat_for.cover {
  background-size: cover;
}

/* line 1155, scss/style.scss */
.nat_loop .one_fourth:nth-child(4n+0) {
  margin-right: 0;
}

/* line 1159, scss/style.scss */
.reg_loop .one_fourth:nth-child(4n+0) {
  margin-right: 0;
}

/* Contact */
/* line 1166, scss/style.scss */
.wpcf7-form input {
  display: block;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  padding: 10px 3%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  width: 80%;
  margin: 10px 0;
}

/* line 1179, scss/style.scss */
.wpcf7-form input:focus {
  border-top: 0px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 0px solid #333333;
  border-right: 0px solid #333333;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  outline: none;
}

/* line 1189, scss/style.scss */
.wpcf7-form textarea {
  display: block;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  padding: 10px 3%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  width: 80%;
  margin: 10px 0;
}

/* line 1203, scss/style.scss */
.wpcf7-form input[type=submit] {
  display: block;
  width: 40%;
  background-color: #29c47d;
  border: 0;
  color: white;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 1212, scss/style.scss */
.wpcf7-form input[type=submit]:hover {
  background-color: #1ee98c;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* Forum */
/* line 1219, scss/style.scss */
.video_bottom iframe {
  width: 100%;
}

/* Comments */
/* line 1225, scss/style.scss */
#comments {
  background-color: #ff2a00;
  color: white;
  padding: 10px 2%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

/* line 1232, scss/style.scss */
#comments label {
  clear: both;
  float: left;
  margin-bottom: 10px;
}

/* line 1238, scss/style.scss */
#comments textarea {
  clear: both;
  float: left;
  margin-bottom: 10px;
}

/* line 1244, scss/style.scss */
#comments input {
  clear: both;
  float: left;
  margin-bottom: 10px;
  color: white;
}

/* line 1252, scss/style.scss */
#comments .form-submit {
  clear: both;
}

/* line 1256, scss/style.scss */
#comments a {
  color: white;
  text-decoration: underline;
}

/* line 1261, scss/style.scss */
#comments input[type=submit] {
  display: block;
  width: 40%;
  background-color: #29c47d;
  border: 0;
  color: white;
  padding: 10px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 1272, scss/style.scss */
#comments input[type=submit]:hover {
  background-color: #1ee98c;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 1277, scss/style.scss */
#comments textarea {
  display: block;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  padding: 10px 3%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  width: 80%;
  margin: 10px 0;
}

/* line 1290, scss/style.scss */
#comments input {
  display: block;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  padding: 10px 3%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  width: 80%;
  margin: 10px 0;
}

/* line 1304, scss/style.scss */
#comments ol {
  margin: 0;
}

/* line 1308, scss/style.scss */
#comments ol li {
  margin-bottom: 10px;
}

/* line 1312, scss/style.scss */
#comments ol li img {
  float: left;
  width: 10%;
  margin-right: 4%;
}

/* Footer */
/* line 1320, scss/style.scss */
#footer {
  background-color: #212121;
  color: white;
  border-top: 3px solid #29c47d;
  margin-bottom: 0;
  padding-top: 30px;
}

/* line 1331, scss/style.scss */
#footer .social .icon {
  width: 12%;
  margin-right: 3%;
}

/* line 1336, scss/style.scss */
#footer .social .icon img {
  background-color: #ff2a00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  border: 2px solid #212121;
}

/* line 1343, scss/style.scss */
#footer .social .icon img:hover {
  background-color: #ff5533;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  border: 2px solid white;
}

/* line 1349, scss/style.scss */
#footer .one_third {
  font-size: 0.9em;
}

/* line 1353, scss/style.scss */
#footer .mailing input {
  display: block;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  padding: 10px 3%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  width: 80%;
  margin: 10px 0;
}

/* line 1366, scss/style.scss */
#footer .mailing input:focus {
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  outline: none;
}

/* line 1372, scss/style.scss */
#footer .mailing button {
  display: block;
  width: 34%;
  background-color: #29c47d;
  border: 0;
  color: white;
  font-size: 1.2em;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 1384, scss/style.scss */
#footer .mailing button:hover {
  background-color: #1ee98c;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 1389, scss/style.scss */
#footer .bottom {
  margin: 20px 0 0 0;
}

/* Search */
/* line 1396, scss/style.scss */
#searchform label {
  display: none;
}

/* line 1400, scss/style.scss */
#searchform input {
  border: 0;
  background-color: white;
  padding: 9px 5%;
  width: 60%;
  float: left;
  border: 1px solid #333333;
}

/* line 1409, scss/style.scss */
#searchform input[type=submit] {
  width: 22%;
  float: left;
  margin-left: 3%;
  background-color: #ff2a00;
  color: white;
  font-weight: bold;
  padding: 9px 5%;
  border: 1px solid #ff2a00;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* line 1421, scss/style.scss */
#searchform input[type=submit]:hover {
  background-color: #29c47d;
  color: white;
  border: 1px solid #29c47d;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* CUE THE MOBILE STUFF */
@media only screen and (max-width: 767px) {
  /* line 1433, scss/style.scss */
  #slider .row {
    margin: 0;
    max-width: 500px;
    min-width: 300px;
    padding-top: 30px;
  }

  /* line 1440, scss/style.scss */
  #slider .row .Left {
    width: 80%;
    padding: 0 10%;
    float: none;
    text-align: center;
  }

  /* line 1448, scss/style.scss */
  #slider .row .Right {
    width: 80%;
    padding: 0 10%;
    float: none;
    text-align: center;
  }

  /* line 1456, scss/style.scss */
  #slider .row .Center {
    width: 80%;
    padding: 0 10%;
    float: none;
    text-align: center;
  }

  /* line 1463, scss/style.scss */
  #slider .row .Full {
    width: 80%;
    padding: 0 10%;
    float: none;
    text-align: center;
  }

  /* line 1471, scss/style.scss */
  #slider {
    margin-bottom: 20px;
    margin-top: 0px;
  }

  /* line 1476, scss/style.scss */
  #slider .slides {
    height: auto;
  }

  /* line 1480, scss/style.scss */
  #slider .slides li {
    height: auto;
  }

  /* line 1484, scss/style.scss */
  #slider .Light p {
    font-size: 1.2em;
  }

  /* line 1488, scss/style.scss */
  #slider .Dark p {
    font-size: 1.2em;
  }

  /* line 1493, scss/style.scss */
  .flexslider .flex-direction-nav .flex-next {
    right: -10px;
  }

  /* line 1497, scss/style.scss */
  .flexslider .flex-direction-nav .flex-prev {
    left: 0;
  }

  /* line 1501, scss/style.scss */
  .flex-direction-nav {
    display: none;
  }

  /* line 1505, scss/style.scss */
  #header {
    position: relative;
    margin-bottom: 0;
    z-index: 9999;
  }

  /* line 1511, scss/style.scss */
  #mob_head {
    display: block;
    background-color: #29c47d;
    color: white;
    position: fixed;
    top: -130px;
    z-index: 10000;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;
  }

  /* line 1521, scss/style.scss */
  #mob_head.show {
    top: 0px;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;
  }

  /* line 1527, scss/style.scss */
  #mob_head .row {
    margin-bottom: 0;
  }

  /* line 1531, scss/style.scss */
  #mob_head .home_icon {
    float: left;
    width: 13%;
    max-width: 50px;
    padding: 7px 0;
  }

  /* line 1538, scss/style.scss */
  #mob_head .social .icon {
    width: 23%;
    margin-right: 10%;
    float: left;
    max-width: 34px;
  }

  /* line 1545, scss/style.scss */
  #mob_head .social .icon img {
    background-color: #ff2a00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;
    border: 2px solid #29c47d;
  }

  /* line 1552, scss/style.scss */
  #mob_head .social .icon img:hover {
    background-color: #ff5533;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;
    border: 2px solid white;
  }

  /* line 1558, scss/style.scss */
  #mob_head .social {
    float: right;
    width: 40%;
    padding-top: 10px;
  }

  /* line 1564, scss/style.scss */
  #mob_head .menu_butt {
    width: 20%;
    float: right;
    padding-top: 3px;
    max-width: 34px;
    cursor: pointer;
  }

  /* line 1572, scss/style.scss */
  #mob_head h2 {
    float: left;
    width: 30%;
    font-size: 0.9em;
    margin: 10px 0;
    color: #333333;
  }

  /* line 1580, scss/style.scss */
  #mob_head .sub_menu {
    float: right;
    width: 70%;
    margin: 6px 0;
  }

  /* line 1586, scss/style.scss */
  #mob_head .sub_menu a {
    color: white;
    margin-left: 10px;
    font-size: 0.8em;
  }

  /* line 1592, scss/style.scss */
  #mob_head ul {
    margin-bottom: 0;
  }

  /* line 1596, scss/style.scss */
  #mob_head ul li {
    display: inline;
    float: right;
    margin-bottom: 0;
  }

  /* line 1602, scss/style.scss */
  #header .row {
    margin-bottom: 10px;
  }

  /* line 1606, scss/style.scss */
  #header .one_third .logo {
    margin: 5px auto 10px auto;
    width: 70%;
    max-width: 252px;
  }

  /* line 1612, scss/style.scss */
  #header .menu {
    display: block;
    float: right;
    margin-top: 8px;
    width: 20%;
    max-width: 75px;
  }

  /* line 1620, scss/style.scss */
  #header .one_third {
    width: 100%;
  }

  /* line 1624, scss/style.scss */
  #header .social {
    float: left;
    margin-top: 0px;
    width: 40%;
    max-width: 145px;
  }

  /* line 1631, scss/style.scss */
  #header .social .icon {
    float: left;
    margin-right: 10%;
  }

  /* line 1636, scss/style.scss */
  #header .main_icon {
    width: 8%;
    float: left;
  }

  /* line 1641, scss/style.scss */
  #header .logo h1 {
    width: 70%;
    max-width: 300px;
    min-width: 185px;
    float: left;
    padding-left: 5%;
  }

  /* line 1649, scss/style.scss */
  #header .nav {
    clear: both;
    margin-top: 10px;
  }

  /* line 1654, scss/style.scss */
  #header .main_icon img {
    width: 100%;
  }

  /* line 1658, scss/style.scss */
  #news-events #page_header {
    padding-top: 0px;
  }

  /* line 1662, scss/style.scss */
  #blog #page_header {
    padding-top: 0px;
  }

  /* line 1666, scss/style.scss */
  .page-parent #photo_header {
    padding-top: 0px;
  }

  /* line 1670, scss/style.scss */
  .page-parent #page_header {
    padding-top: 0px;
  }

  /* line 1674, scss/style.scss */
  #page_header {
    padding-top: 0px;
  }

  /* line 1678, scss/style.scss */
  #gallery #page_header {
    padding-top: 0px;
  }

  /* line 1682, scss/style.scss */
  #history-culture #page_header {
    padding-top: 0px;
  }

  /* line 1686, scss/style.scss */
  #rights-advice #page_header {
    padding-top: 0px;
  }

  /* line 1690, scss/style.scss */
  #young-peoples-projects #page_header {
    padding-top: 0px;
  }

  /* line 1694, scss/style.scss */
  #forums-main #page_header {
    padding-top: 0px;
  }

  /* line 1698, scss/style.scss */
  .single-fame #page_header {
    padding-top: 0px;
  }

  /* line 1702, scss/style.scss */
  #news #page_header {
    padding-top: 0px;
  }

  /* line 1706, scss/style.scss */
  #events #page_header {
    padding-top: 0px;
  }

  /* line 1710, scss/style.scss */
  #menu {
    opacity: 1;
    width: 100%;
    height: 100%;
    display: block;
    top: 90px;
    padding-top: 20px;
    overflow: scroll;
  }

  /* line 1720, scss/style.scss */
  .active#menu {
    opacity: 0;
    top: -600px;
  }

  /* line 1725, scss/style.scss */
  #menu ul li {
    display: block;
    float: none;
    border-right: 0;
  }

  /* line 1731, scss/style.scss */
  #menu ul li a {
    display: block;
    width: 100%;
    padding: 0 0 5px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #fff;
  }

  /* line 1739, scss/style.scss */
  #menu .container {
    max-width: 90%;
    min-width: 90%;
    overflow: scroll;
    padding-bottom: 100px;
  }

  /* line 1746, scss/style.scss */
  #menu .sub_row {
    display: none;
  }

  /* line 1750, scss/style.scss */
  #page_header h2 {
    margin: 30px 0;
    font-size: 2em;
  }

  /* line 1755, scss/style.scss */
  #photo_header h2 {
    margin: 50px 0;
  }

  /* line 1759, scss/style.scss */
  .news_loop .one_fourth {
    float: left;
    width: 22%;
  }

  /* line 1764, scss/style.scss */
  .news_loop .three_fourths {
    float: left;
    width: 74%;
  }

  /* line 1769, scss/style.scss */
  .blog_home .one_third {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
  }

  /* line 1774, scss/style.scss */
  .gal_main_image a.prev {
    display: none;
  }

  /* line 1778, scss/style.scss */
  .gal_main_image a.next {
    display: none;
  }

  /* line 1782, scss/style.scss */
  time {
    font-size: 0.8em!important;
    color: #666!important;
    font-style: italic!important;
  }

  /* line 1783, scss/style.scss */
  .pubdate {
    font-size: 0.8em!important;
    color: #666!important;
    font-style: italic!important;
  }

  /* line 1785, scss/style.scss */
  hr {
    margin: 30px 15% 20px 15%;
  }

  /* line 1789, scss/style.scss */
  .single_gal_loop {
    width: 20%;
    float: left;
    margin: 10px 2.5%;
  }

  /* line 1795, scss/style.scss */
  .single_gal_loop h3 {
    font-size: 1em;
  }

  /* line 1799, scss/style.scss */
  .sidebar {
    border-top: 2px solid #29c47d;
    padding-top: 20px;
  }

  /* line 1804, scss/style.scss */
  .foot_gal .one_fourth {
    float: left;
    width: 21%;
  }

  /* line 1809, scss/style.scss */
  #footer .social {
    border-right: 0;
  }

  /* line 1813, scss/style.scss */
  #footer .social .icon {
    float: left;
    width: 21%;
  }
}