@import url(//fonts.googleapis.com/css?family=Josefin+Sans:400,700,600,300);
/* general colors */
/* header less settings */
/* site name less settings */
/* tag line less settings */
/* menu less settings */
/* footer less settings */
/* Home Banner Less Settings */
/* Header Text Less Settings */
/* Header Description Less Settings */
/* overrides */
body {
  font-family: "Josefin Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #222222;
}
body.main {
  background: #222222 url(//cdn-west.sqhk.co/frostfruits/2013/7/635107980050836605/Orchard71x5325.jpg) no-repeat center center fixed;
  background-size: cover;
}
input,
button,
select,
textarea {
  font-family: "Josefin Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
}
p {
  font-size: 1.2em;
}
iframe {
  border: none;
}
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
  margin-bottom: 1.5em;
}
/* navigation */
.nav,
.nav-pills {
  margin-left: auto;
  margin-right: auto;
}
.nav {
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar .nav,
.navbar .nav > li {
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */

  *zoom: 1;
  /* hasLayout ie7 trigger */

}
.navbar-inner {
  text-align: center;
}
.navbar,
.navbar > .navbar-inner,
.navbar > .navbar-inner > .container {
  background-color: transparent;
  background-image: none;
  border: none;
}
.navbar .nav > li > a {
  font-size: 1em;
  font-weight: 300;
  text-shadow: none;
  color: #000000;
}
.navbar .nav > li > a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar .nav > li.active > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar .nav > li.active > a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar > .sub-nav {
  border-top: 1px solid #666666;
  margin-top: -0.75em;
  padding-top: 0.5em;
}
.navbar > .sub-nav > li {
  display: inline;
}
.navbar > .sub-nav > li > a {
  color: #ffffff;
  padding: 1em 1em;
  font-size: 0.9em;
  font-weight: 100;
}
.navbar > .sub-nav > li.selected > a {
  color: #ce8222;
}
/* page header */
header {
  text-align: center;
  padding-top: 4em;
  background-color: transparent;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}
header .logo {
  max-width: 120px;
  height: auto;
  display: inline-block;
}
.navbar,
.navbar > .navbar-inner,
.navbar > .navbar-inner > .container {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-inverse .nav > li > a {
  font-size: 1.5em;
  font-weight: 400;
  background-color: #ffffff;
  color: #222;
}
.navbar-inverse .nav > li > a:hover {
  color: #111111;
  background-color: #ffffff;
}
.navbar-inverse .nav > li.active > a {
  font-weight: 500;
  background-color: #ffffff;
  color: #AAA;
}
.navbar-inverse .nav > li.active > a:hover {
  color: #222222;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-inverse .nav {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
header .navbar {
  background: url(//cdn-west.sqhk.co/5176fbb91563b50dec418dee/HeaderLine.png) repeat-x;
}
/* main page navigation */
body.main header {
  padding-top: 6em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ffffff;
}
body.main .nav > li > a {
  font-size: 1.5em;
  font-weight: 400;
  color: #000000;
  border-radius: 0px;
  margin-right: 0px;
  padding: auto auto;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}
body.main .nav > li > a:hover {
  color: #cccccc;
  background-color: transparent;
}
body.main .nav > li.active > a {
  font-weight: 500;
  background-color: transparent;
  color: #222;
}
body.main .nav > li.active > a:hover {
  color: #000000;
}
body.main header .navbar {
  background-image: none;
}
/* header styles */
a.title {
  font-family: "Josefin Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 3em;
  color: #222;
  float: left;
  margin-top: 0.35em;
}
/* body styles */
body.main > .main-body > .container {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1em;
  margin-top: 5em;
  text-align: center;
}
/* menu styles */
.menu > .container {
  background-color: #000;
  color: #ffffff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 2em 2em;
  text-align: center;
}
.menu > .container h1,
.menu > .container h2,
.menu > .container h3,
.menu > .container h4,
.menu > .container h5,
.menu > .container h6 {
  color: #ffffff;
  text-transform: uppercase;
}
.menu > .container h1 {
  border-bottom: 1px solid #ffffff;
}
.menu > .container h2 {
  margin-top: 1.5em;
}
.menu > .container ul {
  margin-left: 0;
  list-style: none;
  font-size: 1.3em;
}
.menu > .container li {
  margin-bottom: 0.5em;
}
/* footer styles */
footer {
  border-top: 1px solid #000;
  font-size: 0.9em;
  font-weight: 100;
  padding: 1em 1em;
  margin-top: 2em;
  text-align: center;
}
footer .container {
  padding-top: 2em;
}
body.main > footer {
  margin-top: 5em;
  color: #ffffff;
  border: none;
}
/* social media icons */
.socialmedia {
  text-align: center;
}
[class^="socialmedia-"],
[class*=" socialmedia-"] {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 0.25em;
  background: url(//cdn-west.sqhk.co/5176fbb91563b50dec418dee/SocialMediaSprite.png) no-repeat 0 0;
}
.socialmedia-facebook {
  background-position: -789px -7px;
}
.socialmedia-tumblr {
  background-position: -831px -7px;
}
.socialmedia-instagram {
  background-position: -916px -7px;
}
.socialmedia-googleplus {
  background-position: -959px -7px;
}
.socialmedia-youtube {
  background-position: -1002px -7px;
}
.socialmedia-twitter {
  background-position: -1044px -7px;
}
.socialmedia-linkedin {
  background-position: -1087px -7px;
}
.socialmedia-vimeo {
  background-position: -1129px -7px;
}
.socialmedia-facebook:hover {
  background-position: -405px -7px;
}
.socialmedia-tumblr:hover {
  background-position: -448px -7px;
}
.socialmedia-instagram:hover {
  background-position: -532px -7px;
}
.socialmedia-googleplus:hover {
  background-position: -575px -7px;
}
.socialmedia-youtube:hover {
  background-position: -618px -7px;
}
.socialmedia-twitter:hover {
  background-position: -660px -7px;
}
.socialmedia-linkedin:hover {
  background-position: -703px -7px;
}
.socialmedia-vimeo:hover {
  background-position: -745px -7px;
}
.socialmedia-facebook-inverse {
  background-position: -21px -7px;
}
.socialmedia-tumblr-inverse {
  background-position: -64px -7px;
}
.socialmedia-instagram-inverse {
  background-position: -149px -7px;
}
.socialmedia-googleplus-inverse {
  background-position: -192px -7px;
}
.socialmedia-youtube-inverse {
  background-position: -235px -7px;
}
.socialmedia-twitter-inverse {
  background-position: -277px -7px;
}
.socialmedia-linkedin-inverse {
  background-position: -319px -7px;
}
.socialmedia-vimeo-inverse {
  background-position: -362px -7px;
}
.socialmedia-facebook-inverse:hover {
  background-position: -405px -7px;
}
.socialmedia-tumblr-inverse:hover {
  background-position: -448px -7px;
}
.socialmedia-instagram-inverse:hover {
  background-position: -532px -7px;
}
.socialmedia-googleplus-inverse:hover {
  background-position: -575px -7px;
}
.socialmedia-youtube-inverse:hover {
  background-position: -618px -7px;
}
.socialmedia-twitter-inverse:hover {
  background-position: -660px -7px;
}
.socialmedia-linkedin-inverse:hover {
  background-position: -703px -7px;
}
.socialmedia-vimeo-inverse:hover {
  background-position: -745px -7px;
}
.socialmedia-icon-last {
  padding-right: 0;
}
/* homepage style */
.video > iframe {
  width: 100%;
  height: 40em;
  margin-bottom: 1em;
}
/* twitter format */
ul.tweet_list {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
ul.tweet_list li {
  margin-bottom: 0.5em;
}
ul.tweet_list a {
  color: #999;
}
/* form elements */
label.error {
  color: #FF0000;
}
.logo {
  color: #222222;
  background: transparent;
  margin-top: auto;
  padding: 0em;
  font-size: auto;
  line-height: 1em;
  letter-spacing: 0em;
  font-style: none;
  font-family: "Josefin Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.tagline {
  color: #222222;
  background: transparent;
  margin-top: 0;
  padding: 0;
  font-size: auto;
  line-height: auto;
  letter-spacing: auto;
  font-style: none;
  font-family: "Josefin Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* media queries */
@media (min-width: 1200px) {
  
}
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (min-width: 768px) {
  
}
@media (max-width: 767px) {
  
}
@media (max-width: 480px) {
  
}
@media (max-width: 979px) {
  .navbar .nav > li {
    display: block;
  }
  .navbar .nav {
    width: 100%;
  }
  body > .container {
    margin-top: 2em;
  }
  body > header {
    padding-top: 20px;
  }
  body.main > header {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.main > .main-body > .container {
    margin-top: 2em;
  }
  body.main > footer {
    margin-top: 0;
  }
  .navbar-inverse .nav {
    border-left: none;
    border-right: none;
  }
  .navbar-inverse .navbar-inner {
    background-color: #000;
    color: #ffffff;
  }
  .navbar-inverse .nav > li > a {
    background-color: #000;
    color: #ffffff;
  }
  .navbar-inverse .nav > li > a:hover {
    color: #CCC;
  }
  .navbar-inverse .nav > li.active > a {
    background-color: rgba(255, 255, 255, 0.3);
    color: #AAA;
  }
  .navbar-inverse .nav > li.active > a:hover {
    color: #666;
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 1200px) {
  
}
#blog{
	margin-top: 0px;
}
#blog .header{
	margin-left: 0;
	margin-bottom: 0px;
	margin-top: 30px;
}
#blog .section_header input[type="text"]{
	float: right;
	margin-top: 9px;
	background:#fff no-repeat 5px;
	padding-left: 28px;
	width: 18%;
	border-radius: 5px;
}
#blog .post_row{
	margin-left: 0;
	margin-bottom: 0px;
	height: 375px;

}
#blog .text{
  max-height:250px;
  overflow:hidden;
}
#blog .lastpost_row{
	margin-bottom: 0;
}
#blog .post_row .post{
	background: #fff;
	margin-left: 0;
	margin-right: 20px;
  border:1px solid black;
	border-radius: 4px;
	box-shadow: none;
  	max-height:500px;

}
#blog .post_row .last{
	margin-right: 0;
}
#blog .post_row .post .img{
	position: relative;

}
#blog .post_row .post .img .date{
	background: #E8554E;
	position: absolute;
	padding: 2px 5px;
	top: 0;
	left: 11px;
}
#blog .post_row .post .img .date p{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin:0;
    overflow:hidden;
}
#blog .post_row .post .img img {
	min-height: 186px;
}
#blog .post_row .post .text{
	margin: 18px auto 0;
    width: 83%;
}
#blog .post_row .post .text h5 {
	margin: 0 0 8px 0;
	font-size: 20px;
	line-height: 23px;
}
#blog .post_row .post .text h5 a {
	color:#999;
}
#blog .post_row .post .text span.date{
	color: #9F9F9F;
	display: block;
	margin-bottom: 12px;
	font-style:italic;
	font-size: 13px;
}
#blog .post_row .post .text p{
	margin: 0;
	line-height: 21px;
	font-size: 14px;
}
#blog .post_row .post .author_box{
	margin: 12px auto 20px;
	border-top: 1px solid #EDEDED;
	overflow: hidden;
	text-align: left;
	width: 85%;
	padding-top: 12px;
}
#blog .post_row .post .author_box  h6{
	margin: 0 0 3px 0;	
	font-size: 13px;
	line-height: 15px;
	font-style: italic;
	font-weight: normal;
	color: #B2B2B2;
}
#blog .post_row .post .author_box p{
	color: #B2B2B2;
	font-style: italic;
	font-size: 13px;
	line-height: 14px;
	margin: 0;
}
#blog .post_row .post .author_box img{
	float: right;
}
#blog .autohor-box a{
  color:#636466; 
}
#blog .post_row .post a.plus_wrapper{
	width: 99%;
	text-align: center;
	background: #fff;
	display: none;
	border-radius: 0px 0px 4px 4px;
	padding: 6px 0px 2px;
	margin: 0 auto 1px;
}
#blog .post_row .post a.plus_wrapper span{
	color: #;
	font-size: 30px;
  text-decoration:none;
	font-weight: bold;
}
/*#blog .post_row .post a.plus_wrapper,
#blog .post_row .post a.plus_wrapper span{
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;	
}*/
#blog .post_row .post:hover a.plus_wrapper{
	display: block;
}
/*#blog .post_row .post a.plus_wrapper:hover{
	background: #636466;
}
#blog .post_row .post a.plus_wrapper:hover span{
	color: #fff;
}*/
#blog .post_row .post:hover{
	box-shadow: none;
}
#blog .post_row .post:hover .text h5 a{
	color: #000;
  text-decoration:none;
}
/*pagination*/
#blog .pagination {
	margin: 35px auto 0;
	width: 26%;
}

#blog .section_header h3{
  color:#000;
  background:#fff;
  font-size:48px;
  width:400px;
  font-weight:300;
  margin: 0 auto;
  padding-left:30px;
  padding-top:15px;
  padding-bottom:12px;
}

#blog a {color:#ccc;}

#blog a:hover  {color:#000; text-decoration:none;}
/* Responsive
-------------------------------------------------- */

/* Large desktop */
@media (min-width: 1200px) {

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

}
@media (max-width: 979px) {
	
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	#blog .pagination{
		width: 36%;
	}
	#blog .post_row{
		height: 545px;
	}

}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {	
	#blog .post_row{
		height: auto;
		margin-bottom: 0;
	}
	#blog .post_row .post{
		width: 65%;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	#blog .post_row .post .img {
		float: left;
		margin-bottom: 16px;
	}
	#blog .post_row .post .author_box{
		display: none;
	}
	#blog .post_row .post .text {
		overflow: hidden;
		width: 81%;
		margin: 0 auto 20px;
		margin-top: 7px;
	}
	#blog .post_row .post a.plus_wrapper{
		display: inline-block;
		margin: 0;
		width: 100%;
	}
	/*#blog .post_row .post:hover a.plus_wrapper{
		display: inline-block;
		background: #1189D9;
	}
	#blog .post_row .post:hover a.plus_wrapper span{
		color: #fff;
	}*/
	#blog .pagination {
		width: 55%;
	}
}
/* Landscape phones and down */
@media (max-width: 480px) {
	#blog .post_row{
		height: auto;
		margin-bottom: 0px;
	}
	#blog .post_row .post{
		margin: 0 auto 50px;
		width: 72%;
	}
	#blog .post_row .post .img {
		float: none;
		margin: 0;
	}
	#blog .post_row .post .text {
		float: none;
		margin: 24px auto 0;
		width: 86%;
	}
	#blog .post_row .post .author_box {
		margin: 30px auto 15px;
	}
	#blog .post_row .post a.plus_wrapper{
		display: block;
		padding: 10px 0 8px;
	}
	#blog .pagination {
		width: 72%;
	}
}