@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "animate.css";
@import "touchTouch.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
/*========================================================
										Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*color of content*/
/*color of border*/
/*========================================================
										Typography
=========================================================*/
/*color of input fields in contact form*/
/*========================================================
										Main layout styles
=========================================================*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
	min-width: 300px;
	background: #535555;
	color: #999999;
	font: 14px/20px Arial, sans-serif;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  float: left;
}
h1 img {
  max-width: inherit;
}
h2 {
  font: 300 40px/40px 'Open Sans', Arial, sans-serif;
  color: #535555;
  margin-top: 38px;
  text-transform: uppercase;
}
h3 {
  font: 300 20px/25px 'Open Sans', Arial, sans-serif;
  color: #535555;
  margin-top: 44px;
  text-transform: uppercase;
}
h3.v2 {
  color: #1EA12D;
  margin-top: 39px;
}
h4 {
	font: 300 20px/25px 'Open Sans', Arial, sans-serif;
	color: #363f45;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 16px;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: #535555;
  padding: 70px 0 69px;
  position: relative;
  z-index: 100;
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 43px;
  float: right;
}
.sf-menu {
  float: right;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 57px 0 0;
}
.sf-menu > li:last-child,
.sf-menu > li#last-li {
  margin: 0;
}
.sf-menu > li > a {
	display: inline-block;
	padding: 0px;
	text-transform: uppercase;
	color: #ffffff;
	background: #535555;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 27px;
	line-height: 45px;
	font-weight: 600;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #1EA12D;
  background: #535555;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: 10px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  /*border-style: solid;
				border-width: 3px 3px 0 3px;
				border-color: #333 transparent transparent transparent;*/
}
.sf-menu > li > a strong {
  width: 0%;
  height: 6px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 92px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background: #fa9183;*/
  opacity: 0;
  display: none;
  /* css triangle =============================================*/
}
.sf-menu > li > a strong:before {
  content: "";
  /*display: block;
					width: 0; 
					height: 0; 
					border-left: 7px solid transparent;
					border-right: 7px solid transparent;
					border-bottom: 7px solid #fa9183; 
					position: absolute;
					top: -5px;
					left: 50%;
					margin-left: -3px;*/
}
.sf-menu > li.current > a {
  color: #1EA12D;
  background: #535555;
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #1EA12D;
  background: #535555;
}
.sf-menu > li.sfHover > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles - submenu
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 42px;
  left: -65px;
  background: #1EA12D;
  padding: 25px 10px 10px;
  /*width: 235px;*/
  width: 187px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul.submenu:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #1EA12D;
  position: absolute;
  top: -7px;
  left: 83px;
}
.sf-menu ul li {
  position: relative;
  text-align: center;
  line-height: 30px;
}
.sf-menu ul li a {
  font: 18px/22px 'Open Sans', Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
}
.sf-menu ul li a:hover {
  color: #000000;
}
.sf-menu ul li a.sf-with-ul:after {
  /*content: '';*/
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #000;
  right: -4px;
  bottom: 1px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu ul li.sfHover > a {
  color: #000000;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -22px;
  left: 100%;
  margin-left: 20px;
  background: #414343;
  /*padding: 10px 10px;*/
  z-index: 4;
  /* css triangle =============================================*/
}
.sf-menu ul ul:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #414343;
  position: absolute;
  top: 25px;
  left: -7px;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #ffffff;
}
.sf-menu ul ul li a:hover {
  color: #1EA12D;
}
@media only screen and (max-width: 1199px) {
  .sf-menu > li {
    margin: 0 45px 0 0;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li {
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  nav {
    float: none;
    margin-top: 10px;
  }
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 2px solid #1EA12D;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
	background: #535555;
	padding: 10px 0 2px;
	z-index: 999;
}
.isStuck h1,
.isStuck h1 img {
  height: 50px;
}
.isStuck nav {
  margin-top: 14px;
}
/*.isStuck .sf-menu > li > a {line-height: 50px;}*/
.isStuck .sf-menu ul.submenu {
  top: 50px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										USEFUL styles
=========================================================*/
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
a:hover {
  color: #1EA12D;
  text-decoration: none;
}
a.link1 {
  color: #000;
}
a.link1:hover {
  color: #eb6654;
}
a.link2 {
  color: #5e9c54;
}
a.link2:hover {
  color: #000;
}
.logo_link {
  display: inline-block;
  margin-top: 53px;
}
.logo_link img {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  opacity: 1;
}
.logo_link:hover img {
  opacity: 0.7;
}
.txt1 {
  font: 300 50px/50px 'Open Sans', Arial, sans-serif;
  color: #535555;
  margin-top: 96px;
  text-transform: uppercase;
}
.txt2 {
  font: 300 20px/20px 'Open Sans', Arial, sans-serif;
  color: #c3c3c3;
  margin-top: 30px;
  text-transform: uppercase;
}
.txt3 {
  font: 14px/23px Arial, sans-serif;
  color: #dddcdc;
  margin-top: 10px;
}
.txt4 {
  font: 300 30px/30px 'Open Sans', Arial, sans-serif;
  margin-top: 30px;
  text-transform: uppercase;
}
.color1 {
  color: #5e9c54;
}
.color2 {
  color: #1EA12D;
}
.color3 {
  color: #f5d899;
}
.color4 {
  color: #ee7d61;
}
.color5 {
  color: #fff;
}
.txt-box-1 {
	border-left: 20px solid #1EA12D;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 0px 16px 18px;
	margin-top: 5px;
	margin-bottom: -4px;
}
.bg1 {
  background: #1EA12D;
}
.bg2 {
  background: #ee7d61;
}
.bg4 {
  background: #f5d899;
}
.bg3 {
  background: #5e9c54;
}
.box,
.box2 {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fz15 {
  font-size: 15px;
}
.circle {
  overflow: hidden;
  border-radius: 1000px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.txt_upp {
  text-transform: uppercase;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.txt_cntr {
  text-align: center;
}
.txt_ital {
  font-style: italic;
}
.txt_line_through {
  text-decoration: line-through;
}
.pos_rel {
  position: relative;
}
.txt_und {
  text-decoration: underline;
}
.lh23 {
  line-height: 23px;
}
.padTop1 {
  padding-top: 10px;
}
.padBot1 {
  padding-bottom: 84px;
}
.padLeft1 {
  padding-left: 10px;
}
.padRight1 {
  padding-right: 10px;
}
.mar1 {
  margin: 0 7px;
}
.marTop0 {
  margin-top: 0px !important;
}
.marTop1 {
  margin-top: 40px;
}
.marTop2 {
  margin-top: 84px;
}
.marTop3 {
  margin-top: 12px;
}
.marTop4 {
  margin-top: 83px;
}
.marTop5 {
  margin-top: 39px;
}
.marTop6 {
  margin-top: 43px;
  margin-bottom: -5px;
}
.marTop7 {
  margin-top: 43px;
}
.marTop8 {
  margin-top: 23px;
}
.marTop9 {
  margin-top: 20px;
}
.marTop10 {
  margin-top: 24px;
}
.marTop11 {
  margin-top: 54px !important;
}
.marTop12 {
  margin-top: 45px;
}
.marTop13 {
  margin-top: 42px;
}
.marTop14 {
  margin-top: 14px;
}
.marTop15 {
  margin-top: 89px;
}
.marTop16 {
  margin-top: 37px;
}
.hline {
  width: 100%;
  height: 1px;
  background: #bebebe;
  margin-top: 30px;
  margin-bottom: 0px;
}
p {
  margin-top: 7px;
}
img {
	margin-bottom: 0px;
	height: auto;
}
.img_border {
  border: 1px solid #efefef;
  background: #f8f8f8;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.img1 {
  margin-top: 45px;
  float: left;
  margin-right: 29px;
}
.img2 {
  margin-top: 45px;
}
blockquote {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 29px;
  overflow: hidden;
  max-width: 900px;
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
blockquote:before,
blockquote:after {
  position: absolute;
  display: inline-block;
  content: '“';
  font: 300 60px/60px 'Open Sans', Arial, sans-serif;
  color: #fff;
  left: 10px;
  top: 95px;
}
blockquote:after {
  left: auto;
  right: 10px;
}
blockquote p {
  margin-top: 0;
}
.icon1 i {
  line-height: inherit;
}
.icon1 {
	background: #FFF;
	width: 71px;
	height: 71px;
	line-height: 71px;
	text-align: left;
	color: #fff;
	font-size: 25px;
	border-radius: 500px;
	display: inline-block;
	margin-top: 25px;
}
.icon2 {
  line-height: 61px;
  text-align: center;
  color: #fff;
  font-size: 60px;
  margin-top: 5px;
}
.icon3 i {
  line-height: inherit;
}
.icon3 {
  width: 71px;
  height: 71px;
  line-height: 71px;
  text-align: center;
  color: #fff;
  font-size: 36px;
  border-radius: 500px;
  display: inline-block;
  margin-top: 25px;
  float: left;
  margin-right: 29px;
}
.icon3.v2 {
  margin-right: 22px;
}
.icon4.v2 {
  margin-left: 0;
}
.icon4 {
  color: #5e9c54;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 11px;
  margin-right: 6px;
}
.num_section {
  font: 300 52px/52px 'Open Sans', Arial, sans-serif;
  float: left;
  color: #fa9183;
  width: 52px;
  display: block;
  margin-top: -10px;
}
.date_section {
  position: relative;
  width: 100%;
  max-width: 100px;
  background-color: #5e9c54;
  float: left;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  padding: 22px 0 42px;
}
.day {
  font: 55px/60px 'Open Sans', Arial, sans-serif;
  margin-top: 8px;
  display: block;
}
.month {
  font: 30px/30px 'Open Sans', Arial, sans-serif;
  margin-top: 3px;
  display: block;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 34px;
}
.listWithMarker li {
  display: block;
  padding-left: 26px;
  margin-bottom: 0;
  padding-bottom: 6px;
  position: relative;
}
.listWithMarker li:before {
  position: absolute;
  content: '\f101';
  font: normal normal 14px/20px 'FontAwesome';
  color: #a2a2a2;
  top: -1px;
  left: 0;
}
.listWithMarker li a {
  color: #a2a2a2;
  text-decoration: none;
  font: 14px/20px "Roboto", Arial, sans-serif;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #1EA12D;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 65px;
  padding: 19px 30px;
  text-decoration: none;
  font: 15px/20px "Open Sans", Arial, sans-serif;
  color: #fff;
  background: #535555;
  text-transform: uppercase;
}
.more_btn:hover {
  color: #000;
  background: #1EA12D;
}
.more_btn.v2 {
  background: #1EA12D;
  margin-top: 56px;
}
.more_btn.v2:hover {
  background: #000;
  color: #1EA12D;
}
.more_btn2 {
  display: inline-block;
  margin-top: 28px;
  text-decoration: none;
  font: 300 10px/18px "Open Sans", Arial, sans-serif;
  color: #6a6c76;
  text-transform: uppercase;
}
.more_btn2:hover {
  color: #1EA12D;
}
/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(../images/magnifier2.png) 50% 50% no-repeat;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
a.magnifier2:hover .zoom {
  opacity: 1;
}
a.magnifier2 .zoom {
  opacity: 0;
}
/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
.soc_icons {
  position: relative;
  display: block;
  margin-top: 23px;
  white-space: nowrap;
  text-align: left;
  float: right;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-left: 7px;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  width: 48px;
  height: 48px;
  display: inline-block;
  color: #fff;
  background: #404141;
  text-align: center;
  border-radius: 500px;
}
.soc_icons i {
  font: normal normal 25px/48px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #fff;
  text-decoration: none;
  background: #1EA12D;
}
/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0 0 0 0;
  background: #fff;
  overflow: hidden;
}
.content_pages {
  /*margin-top: -24px;*/
}
.box-1 {
  color: #fff;
  background: url('../images/bg1.jpg') 0 50%;
  text-align: center;
  padding: 2px 0 65px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-1.v2 {
  padding: 46px 0 92px 0;
  background: url('../images/bg2.jpg') 0 50%;
}
.box-1.v3 {
  padding: 46px 0 92px 0;
  background: url('../images/bg3.jpg') 0 50%;
}
.box-0 {
	position: relative;
	width: 100%;
	margin-top: 15px;
	padding: 40px 0 91px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
.box-2 {
	position: relative;
	width: 100%;
	margin-top: 91px;
	padding: 40px 0 91px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f1f1f1;
}
.box-3 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 0px 0 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f5f5;
  overflow: hidden;
  text-align: center;
}
.box-4 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 0px 0 91px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f1f1f1;
}
.vert_line {
  position: relative;
}
.vert_line:before {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 10000px;
  right: 0px;
  top: -70px;
  background: #fff;
  z-index: 1000;
}
.small-box-1 {
  position: relative;
  width: 100%;
  padding: 0px 0 52px 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 50px;
  overflow: hidden;
}
.small-box-1.v2 {
  text-align: center;
  padding: 26px 0 37px;
}
.small-box-2 {
  position: relative;
  width: 100%;
  padding: 0px 15px 55px 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0px;
  overflow: hidden;
  background: #fff;
}
.small-box-2.v2 {
  background: #f1f1f1;
}
.small-box-2.v3 {
  background: #f1f1f1;
  padding-bottom: 45px;
}
.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
/**** start Map API ****/
.content_map {
	margin-top: 0px;
	position: relative;
	height: 480px;
	z-index: 999999;
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
/**** end Map API ****/
/**** start Map ****/
.map {
  margin-top: 15px;
  overflow: hidden;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 321px;
  max-width: 100%;
}
.img_border.map {
  max-width: 535px;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 12px;
  display: block;
}
.address1 dt {
  margin-bottom: 1px;
}
.address1 dd span {
  min-width: 84px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 52px 0 50px;
  color: #969a9a;
  overflow: hidden;
  background: #535555;
}
#footer h1 {
  position: relative;
  z-index: 100;
  margin-top: 13px;
  margin-right: 31px;
}
#footer h1 a {
  overflow: hidden;
  display: block;
}
.txt_priv {
  margin-top: 35px;
  /*min-width: 280px;*/
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #777;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #748324;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  figure a,
  figure a img {
    width: 100%;
  }
  .vert_line:before {
    display: none;
  }
  .icon3,
  .icon3.v2 {
    float: none;
    margin-right: 0;
    margin-bottom: -20px;
  }
  .logo_link {
    width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }
  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }
  h2 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
  }
  .img1 {
    float: none;
    margin-right: 0;
    margin-bottom: -20px;
    width: 100%;
  }
  #owl .owl-prev,
  #owl .owl-next {
    top: auto !important;
    bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  img.no_resize,
  h1 img {
    width: auto;
  }
  .map figure iframe {
    height: 300px;
  }
  blockquote:before,
  blockquote:after {
    display: none;
  }
  #footer h1 {
    float: none;
    margin-right: 0;
  }
  .txt_priv {
    margin-top: 10px;
  }
  figure a {
    width: 100%;
  }
  #header h1 {
    float: none;
  }
  .txt1 {
    font: 300 30px/32px 'Open Sans', Arial, sans-serif;
  }
  blockquote {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    width: 100%;
  }
  h1 img {
    width: 100%;
  }
  .date_section {
    width: 100%;
    max-width: 100%;
    padding: 2px 0 10px;
    float: none;
    margin-right: 0;
  }
}
/*Core variables and mixins*/
