/*!*********************************************************************
*
*               /           _/_
*     ___  _   /_   _.  .   /
*    /  / / ) /\/  / / / ) /
*   /__/_(_/_/  \_(_/_/ /_/
*     /
*   //     Made with Love and Coffee by GoKart Labs, LLC
*  (/      
*    
* ANDREW ZIMMERN
* VERSION: 1.0
* DATE: MARCH 26 2014
************************************************************************/
/***********************************************************************/
/* IMPORT STYLESHEETS
/***********************************************************************/
/*--[ HTML5 Boilerplate RESET ]--------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*--[ HTML5 Boilerplate MINIMAL BASE STYLES ]--------------------------------------------------------------------------------*/
table {
  font-size: inherit;
  font: 100%; }

select, input, textarea {
  font: 99% sans-serif; }

pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

body, select, input, textarea {
  color: #444; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-rendering: optimizeLegibility; }

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

a:hover, a:active {
  outline: none; }

a {
  color: #607890; }

a:hover {
  color: #036; }

strong, th {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller; }

pre {
  padding: 15px;
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

label, input[type=button], input[type=submit], button {
  cursor: pointer; }

::-moz-selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none; }

a:link {
  -webkit-tap-highlight-color: #FF5E99; }

html {
  overflow-y: scroll; }

button {
  width: auto;
  overflow: visible; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

/*
 *
 * Base Typography 
 *
 */
body {
  font: 13px/1.231 sans-serif;
  *font-size: small; }

select, input, textarea, button {
  font: 99% sans-serif; }

pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/*
 *
 * Base Styles 
 *
 */
body, select, input, textarea {
  color: #444;
  /* font-family: Georgia, serif;  */ }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

/* always force a scrollbar in non-IE */
html {
  overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none; }

a, a:active, a:visited {
  color: #607890; }

a:hover {
  color: #036; }

ul, ol {
  margin-left: 1.8em; }

ol {
  list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li {
  margin: 0; }

small {
  font-size: 85%; }

strong, th {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller; }

pre {
  padding: 15px;
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

textarea {
  overflow: auto; }

/* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend {
  margin-left: -7px; }

/* thnx ivannikolic! */
/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button {
  cursor: pointer; }

/* webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* colors for form validity */
input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red; }

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd; }

/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none; }

/*  j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #FF5E99; }

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
  width: auto;
  overflow: visible; }

/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/*
 *
 * Nonsemantic Base Styles 
 *
 */
/* for image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/************************************************************************/
/* MAIN STYLES
/************************************************************************/
header,
footer,
article,
section,
hgroup,
nav,
figure {
  display: block; }

figure {
  margin: 0;
  padding: 0; }

input[type=text], input[type=password], input[type=file], textarea {
  -webkit-appearance: none; }

* {
  font-size: 100.01%; }

html {
  font-size: 62.5%; }

body {
  margin: 0;
  color: #333;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  font: 1.2em/1.25em 'Oswald', sans-serif;
  background: #ddd6cc url(../img/bg-body.jpg) no-repeat 50% 0;
  background-attachment: fixed; }

h2 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: normal; }

img {
  border-style: none;
  vertical-align: top; }

a {
  color: #6c6864;
  cursor: pointer;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

input,
textarea,
select {
  color: #000;
  vertical-align: middle;
  font: 100% Arial, Helvetica, sans-serif; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

#footer .footer-nav:after,
#header .holder:after,
#header .frame:after,
#footer .holder:after,
.nav-holder:after,
#header nav:after,
#main:after,
.article:after,
.info:after,
#wrapper:after,
#header:after {
  content: '';
  display: block;
  clear: both; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.textcenter {
  text-align: center; }

.textright {
  text-align: right; }

.textleft {
  text-align: left; }

hr {
  clear: both; }

/* wrapper */
#wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto; }

/* header */
#header {
  width: 100%;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  min-width: 320px; }

/* header holder */
#header .holder {
  background: #fff;
  padding: 6px 0;
  position: relative;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4); }

#header .frame {
  width: 100%; }

.form-holder {
  float: right;
  padding: 0 0 0 11px;
  background: url(../img/sprite01.gif) no-repeat -11px -97px;
  overflow: hidden; }

.active-header .form-holder {
  margin: 0; }

.logo-holder {
  background: #222222 url(../img/sprite01.gif) no-repeat 100% -335px;
  padding: 9px 18px 0 0;
  float: left; }

.logo {
  float: left;
  width: 305px;
  height: 73px;
  margin: 0 7px 10px 0;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/logo.gif) no-repeat; }

.logo a {
  height: 100%;
  display: block; }

/* navigation */
#header nav {
  font-size: 1.75em;
  line-height: 1.238em;
  height: 92px;
  overflow: hidden; }

.nav-back {
  display: none;
  margin-left: -18px; }

.nav-holder {
  overflow: hidden;
  padding: 0 11px 0 0;
  background: url(../img/sprite01.gif) no-repeat 100% -237px; }

.nav-frame {
  overflow: hidden;
  padding: 0 0 0 11px;
  background: url(../img/sprite01.gif) no-repeat -11px 0; }

#nav {
  overflow: hidden;
  margin: 0;
  padding: 31px 0 33px 33px;
  height: 27px;
  list-style: none;
  text-transform: uppercase;
  background: url(../img/bg-yellow.jpg); }

#nav li {
  float: left;
  padding: 0 20px 0; }

.drop ul a,
#nav a {
  float: left;
  padding: 0 2px;
  color: #212121; }

.drop ul a span,
#nav a span {
  float: left;
  text-decoration: none;
  border-bottom: 2px solid #d6a806;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1); }

.drop ul a:hover,
.drop ul a.on,
#nav a.active span,
#nav a:hover span {
  text-decoration: none;
  border-bottom: 2px solid #d6a806;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3); }

#nav a span:active {
  top: 1px;
  position: relative; }

/* search-form */
.search-form {
  float: left;
  width: 9999px;
  position: relative;
  margin: 0 -9999px 0 0; }

.cursor {
  margin: 0 0 0 -5px;
  position: absolute;
  top: 0;
  left: 9px;
  width: 1px;
  height: 24px; }

.cursor span {
  display: block;
  width: 1px;
  height: 24px !important;
  padding: 0 !Important;
  background: #fff;
  position: static !important; }

.onFocus .cursor {
  left: -9999px; }

.search-form .link:hover {
  text-decoration: none;
  top: 0; }

.search-form .link span {
  float: left;
  padding: 0 16px 2px 4px;
  background: url(../img/bg-decor.gif) no-repeat 0 26px; }

/* open search-form */
.open .search-form {
  margin: 0; }

.open .form-holder {
  width: auto; }

.open .nav-holder {
  float: left;
  padding: 0 !important;
  background: none !important; }

.open .search-form .link span {
  display: none; }

.search-form .opener {
  width: 30px;
  height: 34px;
  position: absolute;
  top: 50%;
  margin: -16px 0 0;
  left: 20px;
  overflow: hidden;
  text-indent: 9999px;
  background: url(../img/icos.gif) no-repeat 0 -130px; }

.active-header .search-form .opener {
  background-position: 0 -180px; }

.search-form .text {
  overflow: hidden;
  display: block;
  padding: 0 0 4px 15px;
  background: url(../img/bg-decor.gif) repeat-x 0 100%;
  position: relative; }

.search-form .text input {
  float: left;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  color: #fbc400;
  background: none;
  position: relative;
  z-index: 5;
  outline: none;
  font: 22px/26px 'Nothing You Could Do', cursive; }

.search-form .text .placeholder {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
  color: #fbc400;
  font: 22px/26px 'Nothing You Could Do', cursive; }

#header .search-form .block {
  padding: 30px 10px 28px 50px;
  overflow: hidden;
  background: #222; }

#header .active-header .search-form .block {
  background: #222222 url(../img/sprite01.gif) no-repeat 100% -335px; }

#header .open .search-form .block {
  width: auto;
  padding: 30px 22px 27px 33px;
  background: #222222 url(../img/sprite01.gif) no-repeat 100% 100%; }

.search-form .submit {
  float: right;
  width: 127px;
  height: 92px;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/bg-submit.gif) no-repeat; }

.search-form .submit:hover {
  cursor: pointer; }

.open #nav,
.drop {
  display: none; }

.mobileDevice .drop {
  display: block;
  top: 95px; }

.open .search-form .text,
.open .drop-holder {
  display: block; }

.drop-holder {
  position: absolute;
  left: 330px;
  top: 6px;
  text-align: center;
  text-transform: uppercase;
  background: url(../img/bg-yellow.jpg); }

#footer .drop-holder {
  float: left;
  position: static; }

.drop-section {
  float: left;
  padding: 0 0 0 11px;
  background: url(../img/sprite01.gif) no-repeat -11px 0; }

.drop-frame {
  padding: 32px 16px 34px 9px;
  float: left;
  background: url(../img/sprite01.gif) no-repeat 100% -237px; }

.open .search-form .submit {
  float: right; }

.drop-holder:hover .drop {
  display: block; }

.drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 189px;
  padding: 8px;
  background: #fff;
  margin: -10px 0 0 -103px;
  text-align: left;
  z-index: 200 !important;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4); }

.drop:after {
  position: absolute;
  content: '';
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 8px;
  height: 0;
  width: 0;
  bottom: 100%;
  left: 50%;
  margin: 0 0 0 -8px; }

.drop ul {
  margin: 0;
  padding: 15px 20px 0;
  list-style: none;
  overflow: hidden;
  letter-spacing: -1px;
  -webkit-border-radius: 7px 7px 0 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 7px;
  border-radius: 7px 7px 0 7px;
  background: url(../img/bg-yellow.jpg); }

.drop li {
  float: left;
  width: 100%;
  padding: 0 0 22px; }

.drop ul a {
  float: none;
  display: block;
  overflow: hidden; }

.drop ul a:hover, #drop ul li a.on {
  margin: 0;
  border: 0; }

.drop .link {
  display: block;
  overflow: hidden;
  padding: 12px 20px;
  background: #000;
  color: #fdc500;
  -webkit-border-radius: 0px 8px 0px 0px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-radius: 0px 8px 0px 0px; }

.drop .link span {
  display: block;
  overflow: hidden;
  padding: 0 25px 0 0;
  background: url(../img/icos.gif) no-repeat 100% -305px; }

/* main */
#main {
  width: 100%;
  width: 1200px;
  padding: 0 0 40px;
  margin: 0 auto;
  top: 152px;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

#main.sponsored {
  top: 132px; }

#single #main {
  overflow: visible; }

/* ad */
.ad {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: -23px 0 19px;
  position: relative; }

.ad-right,
.ad-left {
  position: absolute;
  top: 520px; }

.ad-left {
  left: -140px; }

.ad-right {
  right: -154px; }

.columns-holder {
  float: left;
  width: 580px; }

.columns-frame {
  width: 100%; }

.column {
  float: left;
  width: 280px;
  margin: 0 0 0 20px; }

.column:first-child {
  margin: 0; }

/* sponsor-block */
.sponsor-block {
  width: 100%;
  overflow: hidden;
  padding: 13px 10px 0;
  margin: 0 -10px 0;
  border-top: 1px solid #e9e6e5; }

.sponsor-block span {
  float: left; }

.sponsor-block a {
  float: right; }

.box .box-shadow {
  width: 100%;
  height: 13px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -13px;
  background: url(../img/box-corner.png) center right no-repeat transparent;
  z-index: 5; }

.box .info {
  width: 100%;
  overflow: hidden;
  padding-bottom: 1px; }

.box .info h2 {
  margin-bottom: 2px; }

.box .info .more {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0; }

.box .info .more.sponsored {
  margin: 20px 0 10px 0; }

.box .info address {
  color: #c0b8b3;
  font-style: normal;
  font-size: 1.363em;
  line-height: 1.2em;
  margin: 0 0 20px; }

/* promo */
.promo {
  width: 260px;
  margin: 0; }

.promo p {
  display: block;
  padding: 0 0 10px;
  color: #c5c5c5;
  text-align: center; }

.promo img {
  margin: 0;
  display: block;
  vertical-align: baseline;
  width: 100%; }

.promo .btn {
  display: block;
  overflow: hidden;
  padding: 1px 1px 4px;
  margin: 10px 10px 0 10px;
  color: #fff;
  background: #6d071f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
  font: 22px/26px Arial, Helvetica, sans-serif; }

.promo .btn span {
  display: block;
  overflow: hidden;
  padding: 8px;
  border: 1px solid #bf0e39;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #bd0d32;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkMGQzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ODBhMjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #bd0d32 0%, #980a29 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bd0d32), color-stop(100%, #980a29));
  background: -webkit-linear-gradient(top, #bd0d32 0%, #980a29 100%);
  background: -o-linear-gradient(top, #bd0d32 0%, #980a29 100%);
  background: -ms-linear-gradient(top, #bd0d32 0%, #980a29 100%);
  background: linear-gradient(top, #bd0d32 0%, #980a29 100%); }

.promo .btn strong {
  color: #ed1a3b;
  padding-right: 5px; }

.promo .btn:hover {
  text-decoration: none; }

/* preview */
.preview {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px; }

.preview img {
  display: block;
  vertical-align: baseline;
  width: 100%; }

.box .about {
  width: 100%;
  overflow: hidden;
  padding: 9px 10px 0;
  margin: 0 -10px;
  color: #c0b8b3;
  border-top: 1px solid #e9e6e5; }

.box .about .time {
  float: right;
  padding: 3px 0 0; }

.box .about .link {
  float: left;
  font-size: 1.363em;
  line-height: 1.2em;
  padding: 0 0 0 27px;
  background: url(../img/ico-6.gif) no-repeat 4px 50%; }

.box .about .link span {
  padding: 0 16px 0 0;
  background: url(../img/icos.gif) no-repeat 100% -70px; }

/* gallery-holder */
.gallery-holder {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0; }

.gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 100%; }

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

.marquee_link {
  display: block;
  margin: 0 0 11px; }

.marquee_link:hover {
  top: 0; }

.marquee_link img {
  display: block; }

/* section */
.section {
  width: 100%;
  height: 92;
  overflow: hidden;
  font-size: 1.909em;
  line-height: 1.1428em;
  text-transform: uppercase; }

.section .link {
  float: right;
  color: #212121;
  height: 92px;
  padding: 0 0 0 11px;
  background: url(../img/sprite01.gif) no-repeat -11px 0;
  -webkit-border-radius: 0px 8px 0px 0px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-radius: 0px 8px 0px 0px; }

.section .link strong {
  display: block;
  font-weight: normal;
  padding: 33px 23px 38px 16px;
  background: url(../img/bg-yellow.jpg); }

.section .link strong span {
  display: block;
  padding: 0 20px 0 0;
  background: url(../img/icos.gif) no-repeat 100% 10px; }

.section .text {
  color: #fff;
  text-align: center;
  display: block;
  height: 92px;
  overflow: hidden;
  padding: 0 22px;
  -webkit-border-radius: 7px 0 0 0;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-radius: 7px 0 0 0;
  background: #222222 url(../img/sprite01.gif) no-repeat 100% -335px; }

.section .text .height {
  height: 92px;
  display: inline-block;
  vertical-align: middle; }

.section .text .text-info {
  display: inline-block;
  vertical-align: middle; }

.section .link:hover {
  top: 0; }

/************************************************************************/
/* CONTAINER STYLES
/************************************************************************/
.container {
  float: left;
  width: 100%; }

.wrap {
  display: block;
  /*overflow:hidden;*/
  background: #fff;
  margin: 0 300px 20px 0;
  /*padding:10px 27px 21px 27px;*/ }

.top_banner_wrapper {
  margin: 0 10px 20px;
  height: auto;
  border: 10px solid white;
  -webkit-box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.4); }

#single .top_banner_wrapper {
  margin: 0 0 30px; }

.top_banner_wrapper a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden; }

.top_banner {
  width: 100%;
  display: block; }

/************************************************************************/
/* ASIDE STYLES
/************************************************************************/
.aside {
  float: right;
  width: 280px;
  margin: 0 0 0 -280px; }

.aside .box {
  margin: 0 0 20px; }

.aside .box:hover {
  padding: 10px;
  margin: 0 0 20px; }

/************************************************************************/
/* 404 PAGESTYLES
/************************************************************************/
.widgets404 {
  padding: 40px 0;
  margin: 0 20%; }

.widgets404 .widget_archive {
  float: right; }

/************************************************************************/
/* IMG HOLDER STYLES
/************************************************************************/
figure.img-holder {
  overflow: hidden;
  margin: 0 -27px 0 -27px; }

/************************************************************************/
/* VIDEO STYLES
/************************************************************************/
.video {
  margin: -10px -27px 8px -40px; }

.video img {
  /*vertical-align:baseline;
  display:block;
  width:100%;*/ }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

figure.img-holder img {
  vertical-align: baseline;
  display: block;
  width: 100%; }

/************************************************************************/
/* GOOGLE MAP STYLES
/************************************************************************/
#map_canvas {
  float: right;
  height: 120px;
  width: 120px;
  margin: -10px 0px 5px 35px;
  border: 1px solid #cccccc; }

/************************************************************************/
/* INTRO STYLES
/************************************************************************/
.intro {
  margin: 0 0 0 -30px;
  padding: 0 0 25px 34px;
  overflow: hidden; }

.intro .title {
  overflow: hidden;
  margin: 0 0 0 -20px; }

.intro .date {
  font-style: normal; }

.intro .alignleft {
  margin: 0 5px 0 0; }

.intro .alignright {
  margin: 0 0 0 35px;
  border: 1px solid #ccc; }

.intro h1 {
  margin: 0 0 5px;
  color: #c59600;
  font-size: 2.9166em;
  line-height: 1.0857em;
  font-weight: normal; }

.intro .location {
  margin: 0;
  color: #666;
  font-size: 1.25em;
  line-height: 1.2em; }

.intro .location dt {
  float: left;
  padding: 0 5px 0 0; }

.intro .location dd {
  margin: 0; }

/************************************************************************/
/* PANEL STYLES
/************************************************************************/
.panel {
  overflow: hidden;
  padding: 7px 13px;
  background: #f3f3f3;
  border: solid #ccc;
  border-width: 1px 0;
  margin: 0 -27px 0 -27px; }

.panel .fblike, .panel iframe, .googleplus {
  float: left; }

/************************************************************************/
/* SECTOR STYLES
/************************************************************************/
.sector {
  color: #000;
  overflow: hidden;
  margin: 0 -27px 0 -27px;
  padding: 14px 23px 15px 18px;
  border-bottom: 1px solid #ccc; }

.sponsor-slogan {
  float: right;
  margin: 0 0 0 20px;
  font: 2.0833em/1.12em Arial, Helvetica, sans-serif; }

.sector dl {
  color: #333;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  float: left; }

.sector dt {
  float: left;
  padding: 6px 20px 0 0; }

.sector dd {
  margin: 0;
  float: left; }

/************************************************************************/
/* ARTICLE STYLES
/************************************************************************/
.article {
  width: 100%;
  color: #666;
  padding: 20px 0 0;
  font: 1.4166em/1.294em 'Dosis', sans-serif; }

.container .img-holder {
  overflow: hidden;
  position: relative;
  margin: -10px -27px 8px -27px; }

.container .img-holder img {
  width: 100%;
  display: block;
  vertical-align: baseline; }

.container .img-holder .text {
  position: absolute;
  top: 30px;
  left: 37px;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5); }

.container .img-holder .text.tagline_dark {
  color: #333; }

.article p {
  margin: 15px 0; }

.article ul, .article ol {
  margin: 15px 0 15px 26px; }

.article h1 {
  color: #967964;
  padding: 15px 0 0;
  margin: 0 0 10px;
  font: 48px/1.2em 'Oswald', sans-serif; }

.article h2 {
  color: #666;
  padding: 15px 0 0;
  margin: 0 0 10px;
  font: 36px/1.2em 'Oswald', sans-serif; }

.article h3 {
  color: #666;
  padding: 15px 0 0;
  margin: 0 0 10px;
  font: 30px/1.2em 'Oswald', sans-serif; }

.article h4 {
  color: #666;
  padding: 15px 0 0;
  margin: 0 0 10px;
  font: 24px/1.2em 'Oswald', sans-serif; }

.article h5 {
  color: #666;
  padding: 15px 0 0;
  margin: 0 0 10px;
  font: 18px/1.2em 'Oswald', sans-serif; }

.article h6 {
  color: #666;
  padding: 15px 0 0;
  margin: 0 0 10px;
  font: 14px/1.2em 'Oswald', sans-serif; }

.article figure {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 40px; }

.article figure img {
  margin: 0 0 14px;
  border: 1px solid #ccc; }

.article figcaption {
  display: block;
  overflow: hidden;
  font-size: 0.824em;
  line-height: 1.286em;
  text-align: center; }

.article blockquote {
  margin: 0;
  color: #666;
  overflow: hidden;
  padding: 14px 75px 34px 55px;
  font: 1.529em/1.192em 'Oswald', sans-serif;
  background: url(../img/bg-quotes-2.gif) no-repeat 39px 11px; }

.article .quote {
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 31px;
  background: url(../img/bg-quotes-2.gif) no-repeat 100% 100%; }

.article blockquote q {
  quotes: none; }

.article blockquote q:before {
  content: ''; }

.article blockquote q:after {
  content: ''; }

.article .btn {
  padding: 14px 21px 13px;
  display: inline-block;
  vertical-align: top;
  color: #fdc400;
  margin: 0 0 35px;
  background: #000;
  font: 21px/25px 'Oswald', sans-serif;
  -webkit-border-radius: 0 8px 0 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-radius: 0 8px 0 0; }

.article a:link, .article a:visited {
  color: #333;
  text-decoration: underline; }

.article a:hover, .article a:active {
  color: #c59600; }

.article .btn span {
  float: left;
  padding: 0 30px 0 0;
  background: url(../img/icos.gif) no-repeat 100% -306px; }

.article .btn:hover {
  text-decoration: none; }

/************************************************************************/
/* PLUGIN STYLES
/************************************************************************/
.plugin-section {
  border-top: 1px solid #ccc;
  overflow: hidden;
  padding: 26px 20px 0;
  margin: 0 -27px 0 -40px; }

/************************************************************************/
/* RECIPE STYLES
/************************************************************************/
.recipe_ingredients {
  float: right;
  width: 40%;
  margin: 12px 0 40px 40px;
  padding-bottom: 15px;
  border-bottom: 10px solid #f5f5f5; }

.recipe_ingredients ul {
  margin-left: 20px; }

.recipe_ingredients ul li {
  padding: 5px 0; }

.recipe_ingredients img {
  width: 100%;
  margin: 0 0 -15px; }

/************************************************************************/
/* FACEBOOK COMMENT STYLES
/************************************************************************/
.fbcomments {
  clear: both; }

.fbcomments p {
  display: none; }

.fb-comments, .fb-comments iframe[style], .fb-comments span {
  width: 100% !important; }

/************************************************************************/
/* TWO COLUMNS STYLES
/************************************************************************/
.two-columns {
  width: 100%;
  overflow: hidden;
  margin: 0 0 7px; }

.two-columns .column {
  float: right;
  width: 46.5%;
  margin: 0; }

.two-columns .column:first-child {
  float: left; }

/************************************************************************/
/* FOOTER STYLES
/************************************************************************/
#footer {
  position: fixed;
  z-index: 200;
  width: 100%;
  color: #fff;
  left: 0;
  bottom: 0;
  padding: 6px 0 0;
  background: #fff;
  min-width: 320px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4); }
  #footer .az-canteen-nav a {
    padding-left: 20px;
    background: url(../img/icon-az-canteen.png) center left no-repeat transparent; }

#footer .holder {
  height: 1%;
  background: #222;
  padding: 7px 0 7px 5px; }

#footer ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/************************************************************************/
/* SOCIAL NETWORKS STYLES
/************************************************************************/


.instagram-img img{
	
	width: 23%;
	padding-right: 2%;
	padding-bottom: 11px;
	float: left;
}


.instagram-clearfloat{
	
	clear: both;
	
}

.social-spacer{
	
	height: 15px;
	
}


.twitter-content iframe{
	margin-top:-43px !important;
}

.twitter-content{
	overflow:hidden;
	height:335px;
}


#footer .social-networks {
  padding-right: 7px;
  float: left; }

.social-networks li {
  float: left;
  padding: 0 4px 0 0; }

.social-networks a {
  float: left;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/bg-social-networks.gif) no-repeat; }

.social-networks a.rss{
  background:url(../img/bg-rss.png) no-repeat;}
  
.social-networks a.instagram{
  background:url(../img/bg-instagram.png) no-repeat;}

.social-networks .facebook {
  background-position: -28px 0; }

.social-networks .posterous {
  background-position: -57px 0; }

.social-networks .tumblr {
  background-position: -85px 0; }

.social-networks .opensky {
  background-position: -114px 0; }

.social-networks .youtube {
  background-position: -143px 0; }

.social-networks .googleplus {
  background-position: -172px 0; }

.social-networks a:hover {
  top: 0;
  background-position: 0 -29px; }

.social-networks .facebook:hover {
  background-position: -28px -29px; }

.social-networks .posterous:hover {
  background-position: -57px -29px; }

.social-networks .tumblr:hover {
  background-position: -85px -29px; }

.social-networks .opensky:hover {
  background-position: -114px -29px; }

.social-networks .youtube:hover {
  background-position: -143px -29px; }

.social-networks .googleplus:hover {
  background-position: -172px -29px; }

.copy {
  float: left;
  padding: 2px 0 0; }

.copy a {
  color: #fff; }

#footer nav {
  float: right;
  margin: -7px 0;
  padding: 0 0 0 22px;
  background: url(../img/sprite01.gif) no-repeat 0 -194px; }

.article a.print-recipe:link, .article a.print-recipe:visited {
  font-size: 14px;
  float: right;
  padding-left: 36px;
  background: url(../img/icon-printer.gif) left center no-repeat; }

.print-logo {
  display: none; }

/************************************************************************/
/* FOOTER NAV STYLES
/************************************************************************/
#footer .footer-nav {
  height: 1%;
  padding: 9px 7px 11px 0;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  background: url(../img/bg-yellow.jpg); }

.footer-nav li {
  float: left;
  padding: 0 0 0 29px; }

.footer-nav li:first-child {
  padding-left: 20px; }

.footer-nav a {
  color: #212121; }

#footer .drop-holder {
  text-align: center;
  width: 171px;
  display: none;
  padding: 11px 0 12px;
  color: #212121; }

#footer .drop {
  top: auto;
  bottom: 100%;
  width: 130px;
  margin: 0 0 -3px -73px;
  text-align: center;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -1px -1px 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4); }

#footer .drop ul {
  padding-top: 15px;
  letter-spacing: normal;
  -webkit-border-radius: 7px 0 7px 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-radius: 7px 0 7px 7px; }

#footer .drop li a {
  padding: 0;
  display: inline;
  background: none;
  padding-bottom: 18px; }

#footer .drop:after {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 8px;
  height: 0;
  width: 0;
  bottom: auto;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -8px; }

/************************************************************************/
/* ISOTOPE STYLES
/************************************************************************/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

/**** Isotope styles ****/
/* required for containers to inherit vertical size from window */
html,
body {
  height: 100%; }

#box_container {
  width: 1200px;
  padding: 0 0 60px;
  margin: 0 auto 20px auto;
  overflow: hidden; }

.box {
  width: 260px;
  height: auto;
  margin: 10px;
  float: left;
  color: #222;
  padding: 10px;
  background: #fff;
  position: relative;
  font-size: 0.916em;
  line-height: 1.272em;
  -webkit-box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.4); }

.box.special:after {
  display: none; }

.box:hover {
  cursor: pointer;
  padding: 15px;
  margin: 5px; }

.box:hover .box-shadow {
  /*display: none;*/ }

.box * {
  /*position: absolute;
  margin: 0;*/ }

.box:hover h2 {
  color: #c59600; }

.box:active:after {
  display: none; }

.box .title {
  width: 100%;
  overflow: hidden;
  margin: 0 0 6px;
  min-height: 24px;
  color: #6c6864; }

.box blockquote {
  margin: 0;
  color: #c0b8b3; }

.box blockquote {
  padding: 7px 0 0 20px;
  background: url(../img/bg-quotes.gif) no-repeat -1px 5px; }

.box blockquote q {
  font-size: 1.818em;
  line-height: 1.2em;
  quotes: none;
  display: block;
  margin: 0 0 20px;
  padding: 0 20px 0 0;
  background: url(../img/bg-quotes.gif) no-repeat 100% 100%;
  color: #6c6864; }

.box blockquote q:before {
  content: ''; }

.box blockquote q:after {
  content: ''; }

.box blockquote cite {
  overflow: hidden;
  display: block;
  font-size: 1.363em;
  line-height: 1.2em;
  font-style: normal;
  margin: 0 0 0 -20px;
  padding-bottom: 1px; }

.box blockquote cite .time {
  float: right;
  font-size: 0.733em;
  line-height: 1.272em;
  font-style: normal;
  padding: 2px 0 0; }

.box blockquote cite .link {
  float: left;
  padding: 0 0 0 26px;
  background: url(../img/ico-twitter.gif) no-repeat 0 4px; }

.box blockquote q a {
  color: #c0b8b3; }

.box blockquote q a:hover {
  color: #c59600; }

.box.instagram a.instagram_link {
  display: block; }

.box.instagram a.instagram_link img {
  display: block;
  width: 100%; }

.box.instagram .instagram_info {
  border-top: 1px solid #E9E6E5;
  margin: 10px -10px 0;
  padding: 10px 10px 0; }

.box.instagram .instagram_info img {
  padding: 0 8px 0 0; }

.box.instagram .link {
  font-size: 15px;
  line-height: 17px; }

.box blockquote cite .link span, .box.instagram .link span {
  padding: 0 20px 0 0;
  background: url(../img/icos.gif) no-repeat 100% -72px;
  color: #6c6864; }

.box .title .alignleft {
  margin: 0 5px 0 0; }

.box .title .date {
  float: right;
  padding: 4px 0 0;
  font-style: normal; }

.box .title .text {
  float: left;
  padding: 4px 0 0;
  text-transform: uppercase; }

.box .text .featured {
  color: #c59600; }

.box .img-holder {
  width: 100%;
  overflow: hidden;
  margin: 0 0 9px;
  position: relative; }

.box .img-holder img {
  width: 100%;
  display: block;
  vertical-align: baseline; }

.box .img-holder .play {
  position: absolute;
  right: 9px;
  bottom: 9px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/btn-play.png) no-repeat; }

.box .img-holder .play:hover {
  top: auto; }

.box h2 {
  color: #967964;
  font-size: 1.909em;
  line-height: 1.1428em;
  margin: 0 0 19px;
  letter-spacing: -1px;
  text-transform: uppercase; }

.box h3 {
  font-size: 30px;
  line-height: 34px;
  margin: 0 0 25px; }

.box .more {
  color: #6c6864;
  padding: 0 21px 0 0;
  background: url(../img/icos.gif) no-repeat 100% -75px; }

.box .more:hover, .box .link:hover, .box .info .more:hover, a.btn:hover {
  top: 1px;
  position: relative; }

.box .social-networks {
  margin: 0;
  padding: 0 0 0 18px;
  list-style: none;
  font-size: 1.909em;
  line-height: 1.1428em; }

.box .social-networks li {
  margin: 0 0 13px;
  overflow: hidden;
  float: none; }

.box .social-networks a {
  color: #333;
  float: left;
  width: auto;
  height: auto;
  text-indent: 0;
  padding: 4px 0 5px 46px;
  background: url(../img/bg-social-networks.gif) no-repeat 0 -68px; }

.box .social-networks a:hover {
  background-position: 0 -68px; }
  
.box .social-networks .twitter,
.box .social-networks .twitter:hover {
  background-position: -300px -68px; }

.box .social-networks .pinterest,
.box .social-networks .pinterest:hover {
  background-position: -600px -68px; }

.box .social-networks .instagram,  
.box .social-networks .instagram:hover {
  background: url(../img/mobile-social-instagram.png) no-repeat 0; }

.box .social-networks .opensky,
.box .social-networks .opensky:hover {
  background-position: -900px -68px; }

.box .social-networks .trippy,
.box .social-networks .trippy:hover {
  background-position: -1200px -68px; }

.box .social-networks .youtube,
.box .social-networks .youtube:hover {
  background-position: -1500px -68px; }

.box .social-networks .googleplus,
.box .social-networks .googleplus:hover {
  background-position: -1800px -68px; }
  
.box .social-networks .rss,  
.box .social-networks .rss:hover {
  background: url(../img/mobile-social-rss.png) no-repeat 0; }

/************************************************************************/
/* MARQUEE STYLES
/************************************************************************/
.marquee_box {
  width: 560px; }

.variable-sizes .box.width2 {
  width: 230px; }

.variable-sizes .box.height2 {
  height: 230px; }

.variable-sizes .box.width2.height2 {
  font-size: 2.0em; }

.box.large,
.variable-sizes .box.large,
.variable-sizes .box.large.width2.height2 {
  font-size: 3.0em;
  width: 350px;
  height: 350px;
  z-index: 100; }

.clickable .box:hover {
  cursor: pointer; }

.clickable .box:hover h3 {
  text-shadow: 0 0 10px white, 0 0 10px white; }

.clickable .box:hover h2 {
  color: white; }

/************************************************************************/
/* STRUCTURE STYLES
/************************************************************************/
#page {
  display: block; }

#primary {
  float: left;
  margin: 0 -240px 0 0;
  width: 100%; }

#content {
  margin: 0 280px 0 0; }

#main .widget-area {
  float: right;
  overflow: hidden;
  width: 220px; }

#colophon {
  clear: both;
  display: block;
  width: 100%; }

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
  margin: 0; }

/* Alignment */
.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/************************************************************************/
/* HEADER STYLES
/************************************************************************/
#site-title {
  font-size: 2em;
  font-weight: bold;
  margin: .67em 0; }

#site-description {
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 1em; }

/************************************************************************/
/* MENU STYLES
/************************************************************************/
#access {
  background: #eee;
  display: block;
  float: left;
  margin: 0 auto 1em;
  width: 100%; }

#access ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

#access li {
  float: left;
  position: relative; }

#access a {
  display: block;
  line-height: 2em;
  padding: 0 1em;
  text-decoration: none; }

#access ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  position: absolute;
  top: 2em;
  left: 0;
  z-index: 99999; }

#access ul ul ul {
  left: 100%;
  top: 0; }

#access ul ul a {
  background: #333;
  color: #fff;
  line-height: 1em;
  padding: .5em .5em .5em 1em;
  width: 10em;
  height: auto; }

#access li:hover > a,
#access ul ul :hover > a {
  background: #333;
  color: #fff; }

#access ul ul a:hover {
  background: #000; }

#access ul li:hover > ul {
  display: block; }

/************************************************************************/
/* SINGLE PAGE STYLES
/************************************************************************/
.inner_wrap {
  padding: 10px 27px 21px 27px;
  -webkit-box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.4); }

/************************************************************************/
/* CONTENT STYLES
/************************************************************************/
#content nav {
  display: block;
  overflow: hidden; }

#content nav .nav-previous {
  float: left;
  width: 50%; }

#content nav .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

#content #nav-above {
  display: none; }

.paged #content #nav-above,
.single #content #nav-above {
  display: block; }

#nav-below {
  margin: 1em 0 0; }

.page-link {
  margin: 0 0 1em; }

/************************************************************************/
/* IMAGE STYLES
/************************************************************************/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */ }

img.alignleft {
  margin-right: 1em; }

img.alignright {
  margin-left: 1em; }

.wp-caption {
  padding: .5em;
  text-align: center; }

.wp-caption img {
  margin: .25em; }

.wp-caption .wp-caption-text {
  margin: .5em; }

/* Forms - Class for labelling required form items */
.required {
  color: #cc0033; }

/************************************************************************/
/* COMMENT STYLES
/************************************************************************/
article.comment {
  display: block; }

#respond input[type=text] {
  float: left;
  margin: 0 1em 0 0;
  width: 60%; }

#respond .comment-form-comment label {
  display: none; }

#respond textarea {
  margin: 0 1em 1em 0;
  float: left;
  width: 80%; }

#respond .form-allowed-tags {
  clear: both;
  width: 80%; }

#respond .form-allowed-tags code {
  display: block; }

/************************************************************************/
/* FOOTER STYLES
/************************************************************************/
#colophon {
  padding: 1em 0 0; }

/************************************************************************/
/* MARQUEE STYLES
/************************************************************************/
#marquee {
  height: 420px;
  padding: 57px 0 20px; }

#marquee-container {
  display: block;
  position: relative;
  margin: 0;
  height: 500px;
  overflow: hidden; }

#marquee-container .marquee-slides {
  position: absolute;
  height: 500px;
  margin: 0 0 0 -10px;
  top: 0;
  left: 0;
  list-style-type: none; }

#marquee-container .marquee-slides li {
  float: left;
  margin: 0 10px;
  width: 560px;
  height: 500px;
  position: relative; }

#marquee-container .marquee-slides li img {
  width: 100%; }

#marquee-container #marquee-pagination {
  position: absolute;
  bottom: 110px;
  left: 0;
  display: block;
  /*display: block;
  width:560px;*/
  width: 100%;
  padding: 0;
  margin: 0;
  height: 17px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  line-height: 0;
  z-index: 5; }

.switcher li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 0 0;
  text-align: left; }

* + html .switcher li {
  display: inline; }

.switcher a.marquee-paginator {
  width: 18px;
  height: 17px;
  margin: 0 3px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/bg-switcher.png) no-repeat; }

.switcher .active a,
.switcher a:hover, .switcher a.marquee-active {
  background-position: 100% 0; }

/************************************************************************/
/* SEARCH FORM
/************************************************************************/
.form-holder {
  width: 76px; }

.bg-zoom {
  display: none; }

#header .search-form .block, #header .open .search-form .block {
  height: 35px;
  padding: 30px 22px 27px 50px; }

.aside .box.find_andrew {
  cursor: default; }

/************************************************************************/
/* INFINTE SCROLL STYLES
/************************************************************************/
#infscr-loading {
  background-color: #fff;
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 260px;
  height: 40px;
  padding: 4px 0;
  margin-left: -130px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.4); }

.navigation {
  position: absolute;
  left: -9999px; }

/************************************************************************/
/* MODAL STYLES
/************************************************************************/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: gainsboro;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9998; }

.modal-inner {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 20%;
  margin-top: -306px;
  text-align: center;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  z-index: 9999; }

.instagram-modal {
  position: relative;
  left: 50%;
  margin-left: -397.5px;
  width: 785px;
  height: 600px;
  background-color: #222;
  box-shadow: 0px 0px 10px #222;
  text-align: left; }

.tablet .instagram-modal {
  margin-left: -300px;
  width: 600px; }

.instagram-modal img {
  float: left;
  display: block;
  width: 600px; }

.instagram-modal .instagram-details {
  float: left;
  width: 200px;
  background-color: whitesmoke; }

.instagram-likes-count {
  position: absolute;
  display: block;
  height: 24px;
  padding: 0px 5px 0px 23px;
  top: 5px;
  left: 5px;
  background: url(../img/instagram-heart.png) 5px center no-repeat #222222;
  color: #fff;
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  text-align: right;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }

.close, .close:link, .close:visited {
  position: absolute;
  height: 40px;
  width: auto;
  text-transform: uppercase;
  padding: 0 12px;
  top: -50px;
  right: 0;
  line-height: 36px;
  color: #fff;
  font-family: helvetica, arial, sans-serif;
  font-size: 24px;
  text-align: center;
  background-color: #222;
  z-index: 9997;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px; }

.close:hover {
  color: #f5f5f5;
  text-decoration: underline; }

.instagram-likers {
  padding: 0;
  margin: 0 0 0 600px;
  width: 200px;
  list-style-type: none; }

.tablet .instagram-likers {
  display: none; }

.instagram-likers .instagram-liker {
  float: left;
  width: 40px;
  margin: 5px 0 0 5px;
  background-color: #000; }

.instagram-created-time {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 5px;
  color: #d5d5d5;
  width: 175px;
  text-align: center;
  display: block;
  font-size: 12px; }

.tablet .instagram-created-time {
  display: none; }

.instagram-likers .instagram-liker img {
  height: 40px;
  width: 40px;
  display: block;
  margin: 0; }

.instagram-details {
  display: none; }

.instagram-large {
  float: left;
  width: 600px;
  height: 600px; }

.instagram-caption {
  position: absolute;
  bottom: 40px;
  left: 0px;
  padding: 5px 10px;
  color: #d5d5d5;
  width: 580px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.8); }

/************************************************************************/
/* GALLERY STYLES
/************************************************************************/
.gallery-wrap {
  margin: 1.625em 0;
  width: 100%;
  position: relative;
  clear: both; }

.gallery {
  margin: 0;
  width: 100%;
  background: #f5f5f5;
  z-index: 2; }
  .gallery.gallery-size-gallery-image {
    width: 100%;
    height: 600px;
    overflow: hidden; }

.gallery-item {
  width: 100% !important;
  margin: auto auto !important;
  position: relative;
  float: none !important;
  height: 100%; }
  .gallery-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
  .gallery-item .gallery-caption.wp-caption-text {
    position: absolute;
    top: auto;
    left: 0px;
    padding: 1em;
    background: rgba(0, 0, 0, 0.5) none;
    max-width: 100%;
    bottom: 0px;
    width: 100%;
    color: #fff;
    margin: 0;
    text-align: left;
    box-sizing: border-box; }
    .gallery-item .gallery-caption.wp-caption-text a {
      color: #fff; }
  .gallery-item .gallery-icon {
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block; }
    .gallery-item .gallery-icon img {
      border: 0 none !important;
      padding: 0;
      max-width: 100%; }
  .gallery-item .gallery-caption {
    position: absolute;
    top: 7px;
    left: 7px;
    padding: 1em;
    background: rgba(255, 255, 255, 0.9) none;
    max-width: 260px; }

#slideshow-controller {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 140px;
  margin-top: -70px;
  z-index: 3; }
  #slideshow-controller a {
    position: absolute;
    top: 50%;
    height: 140px;
    z-index: 4;
    vertical-align: middle;
    text-decoration: none;
    margin-top: -70px;
    border-radius: 100% 0 0 100%;
    background: rgba(255, 255, 255, 0.15);
    width: 140px;
    color: #000; }
    #slideshow-controller a:before {
      font-size: 80px;
      color: #333;
      position: absolute;
      top: 50%;
      text-align: center;
      width: 100%;
      margin-top: -10px; }
    #slideshow-controller a:hover, #slideshow-controller a:active, #slideshow-controller a:focus {
      text-decoration: none;
      background: #fff;
      background: rgba(255, 255, 255, 0.75); }
      #slideshow-controller a:hover:before, #slideshow-controller a:active:before, #slideshow-controller a:focus:before {
        color: #000; }
    #slideshow-controller a#jqc-prev {
      left: 0;
      border-radius: 0 100% 100% 0; }
      #slideshow-controller a#jqc-prev:before {
        content: '\2329';
        right: 15%; }
    #slideshow-controller a#jqc-next {
      right: 0; }
      #slideshow-controller a#jqc-next:before {
        content: '\232a';
        left: 15%; }

/************************************************************************/
/* NEWSLETTER TAB
/************************************************************************/
#newsletter-tab{
	background: transparent url(../img/newsletter-bg.png) no-repeat 100%;
	/*padding: 9px 18px 0 0;*/
	float: left;
	position:fixed;
	top:220px;
	left:-292px;
	width:330px;
	height:92px;
	cursor:pointer;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index:100;}
	
.vertical-type-wrap{
	margin-top: 38px;
	margin-left: 282px;
	position: absolute;}
	
.vertical-type{
	-ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
    display:inline-block;
    color:#fff;
    text-transform:uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;}

.newsletter-link{
	z-index:10000;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:22px;
	padding-top:27px;
	display:block;
	width:100%;}

.newsletter-link:hover{
	color:#fff;}
	
.smaller{
	font-size:12px;
	text-transform:capitalize;
	line-height: 3em;}

.hide{
	opacity:0;} 
.leftZero{
	left:0 !important;}

/************************************************************************/
/* MEDIA QUERIES
/************************************************************************/
@media only screen and (max-width: 3000px) {
  #nav li {
    padding: 0 20px 0 7%; } }
@media only screen and (max-width: 2000px) {
  #nav li {
    padding: 0 20px 0 6%; } }
@media only screen and (max-width: 1700px) {
  #nav li {
    padding: 0 20px 0 4%; } }
@media only screen and (max-width: 1500px) {
  #nav li {
    padding: 0 20px 0 2.75%; } }
@media only screen and (max-width: 1400px) {
  #nav li {
    padding: 0 20px 0 2.25%; } }
@media only screen and (max-width: 1300px) {
  .drop-holder {
    left: 300px; }

  .ad-left,
  .ad-right,
  .ad {
    display: none; }

  #nav li {
    padding: 0 20px 0 1%; } }
@media only screen and (max-width: 1280px) {
  #nav li {
    padding: 0 13px 0 0.75%; } }
@media only screen and (max-width: 1269px) {
  .search #main.sponsored {
    width: 900px;
    margin: 0 auto; }

  #box_container {
    width: 900px; } }
@media only screen and (max-width: 1250px) {
  #nav li {
    padding: 0 13px 0 1.25%; } }
@media only screen and (max-width: 1240px) {
  #main {
    width: auto;
    padding: 0px 0px 40px;
    margin: 0; }

  #single #main {
    margin: 0 20px; }

  .plugin-section,
  .article figure {
    display: none; }

  #header nav {
    font-size: 1.65em;
    line-height: 1.438em; } }
@media only screen and (max-width: 1170px) {
  #main {
    width: auto;
    padding: 0px 0px 40px;
    margin: 0; }

  .home #main {
    width: 900px;
    margin: 0 auto; }

  #header nav {
    font-size: 1.45em;
    line-height: 1.838em; } }
@media only screen and (max-width: 1169px) {
  #box_container {
    width: 900px; }

  .search #main.sponsored {
    width: 900px;
    margin: 0 auto; }

  .sponsor-slogan {
    display: none; } }
@media only screen and (max-width: 1115px) {
  .sponsor-slogan {
    display: none; }

  .home #main {
    width: auto; }

  #box_container {
    margin: 0 auto 20px auto; }

  #header nav {
    font-size: 1.45em;
    line-height: 1.838em; }

  #header nav ul {
    padding: 31px 0 33px 0; } }
@media only screen and (max-width: 1030px) {
  .footer-nav li {
    padding-left: 18px; } }
@media only screen and (max-width: 1050px) {
  #header nav {
    font-size: 1.15em;
    line-height: 1.838em; }

  #header nav ul {
    padding: 31px 0 33px 0; } }
@media only screen and (max-width: 950px) {
  .aside,
  .container {
    width: 100%;
    margin: 0;
    float: left; }

  .aside {
    position: relative;
    overflow: visible; }

  .wrap {
    margin: 0 0 20px; }

  .aside-holder {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0; }

  .aside .box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 20px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }

  .aside .aside-box-wrapper {
    width: 50%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }

  .aside .aside-box-wrapper.aside-odd {
    float: left;
    clear: left;
    padding: 0 10px 0 0; }

  .aside .aside-box-wrapper.aside-even {
    float: right;
    clear: right;
    padding: 0 0 0 10px; }

  .aside .box .promo {
    width: 100%; }

  .aside .box:hover {
    margin: 0 20px 20px 0; }

  .aside .box.find_andrew {
    width: 100%;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }

  .aside .box.find_andrew .social-networks li {
    float: left;
    padding: 0 20px 20px 0; }

  * + html .aside .box {
    display: inline; }

  .footer-nav li {
    padding-left: 10px; }

  .footer-nav li:first-child {
    padding-left: 10px; } }
@media only screen and (max-width: 930px) {
  .home #main {
    width: auto; }

  #box_container {
    margin: 0 auto 20px auto; }

  .search-form {
    width: auto; }

  #header nav,
  .drop-holder:hover .drop {
    display: block; }

  .nav-holder {
    float: left;
    overflow: visible; }

  .column-4,
  .column-3 {
    width: 280px;
    margin: 0; }

  .copy {
    display: none; }

  .column-4 {
    float: right; }

  .column-4 .box,
  .column-3 .box {
    margin: 0 0 20px; }

  .column-4 .box:hover,
  .column-3 .box:hover {
    margin: -5px -5px 15px -5px; } }
@media only screen and (max-width: 969px) {
  #box_container {
    width: 600px; }

  .search #main.sponsored {
    width: 600px;
    margin: 0 auto; } }
@media only screen and (max-width: 700px) {
  #box_container {
    width: 600px; }

  .search #main.sponsored {
    width: 600px;
    margin: 0 auto; }

  .search-form .link {
    background-position: 0 -180px; }

  .footer-nav {
    display: none; }

  #footer .drop-holder,
  .active-header .search-form .opener {
    display: block; }

  .gallery.gallery-size-gallery-image {
    height: 600px; } }
@media only screen and (max-width: 699px) {
  .aside .box, .promo {
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }

  .aside-holder {
    width: 100%; } }
@media only screen and (max-width: 600px) {
  .search-form .link span {
    display: none; }

  .home #main {
    width: auto;
    max-width: 560px;
    padding: 0px 20px 40px;
    margin: 0; }

  .search #main {
    padding: 0px 20px 40px; }

  .info .alignright {
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    vertical-align: baseline; }

  #main {
    overflow: visible; }

  #box_container {
    width: 100%;
    overflow: visible; }

  .search #main.sponsored {
    width: auto; }

  .promo {
    width: 100%; }

  .box {
    width: 100%;
    margin: 10px 0;
    overflow: visible;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }

  .box:hover {
    margin: 10px 0;
    padding: 10px; }

  .active-header .search-form .opener {
    background-position: 0 -229px; }

  .columns-holder,
  .column-4,
  .column-3,
  .column {
    width: 100%;
    margin: 0; }

  .column .box {
    float: none;
    width: auto;
    margin: 0 0 20px; }

  .column .box:hover,
  .column-4 .box:hover,
  .column-3 .box:hover {
    margin: -5px -5px 15px -5px; }

  .gallery-wrap {
    margin: 60px 0; }

  .gallery {
    overflow: visible; }
    .gallery.gallery-size-gallery-image {
      height: 500px;
      overflow: visible; }

  .gallery-item .gallery-caption.wp-caption-text {
    font-size: 14px;
    position: static;
    background: #111; }
    .gallery-item .gallery-caption.wp-caption-text h1, .gallery-item .gallery-caption.wp-caption-text h2, .gallery-item .gallery-caption.wp-caption-text h3, .gallery-item .gallery-caption.wp-caption-text h4, .gallery-item .gallery-caption.wp-caption-text h5, .gallery-item .gallery-caption.wp-caption-text h6, .gallery-item .gallery-caption.wp-caption-text p {
      font: 14px/1.2 'Dosis', sans-serif;
      margin: 0;
      padding: 0; }
      .gallery-item .gallery-caption.wp-caption-text h1 a, .gallery-item .gallery-caption.wp-caption-text h2 a, .gallery-item .gallery-caption.wp-caption-text h3 a, .gallery-item .gallery-caption.wp-caption-text h4 a, .gallery-item .gallery-caption.wp-caption-text h5 a, .gallery-item .gallery-caption.wp-caption-text h6 a, .gallery-item .gallery-caption.wp-caption-text p a {
        font: 14px/1.2 'Dosis', sans-serif;
        margin: 0;
        padding: 0; }

  #slideshow-controller {
    height: 120px;
    margin-top: -60px; }
    #slideshow-controller a {
      margin-top: -60px;
      height: 120px;
      background: transparent; }
      #slideshow-controller a:hover, #slideshow-controller a:active, #slideshow-controller a:focus {
        background: transparent; }
      #slideshow-controller a#jqc-prev:before {
        right: 25%; }
      #slideshow-controller a#jqc-next:before {
        left: 25%; } }
@media only screen and (max-width: 530px) {
  .recipe_ingredients {
    width: 100%;
    margin-left: 0; }

  .section {
    font-size: 1.4em; }

  .aside .aside-box-wrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }

  .aside .aside-box-wrapper.aside-odd {
    float: left;
    clear: left;
    padding: 0; }

  .aside .aside-box-wrapper.aside-even {
    float: left;
    clear: left;
    padding: 0; }

  .section .text {
    text-align: left; }

  .section .text strong {
    display: block; }

  .aside .box {
    width: 100%;
    float: none;
    margin: 0 0 20px; }

  .aside .box:hover {
    margin: 0px 0px 20px; }

  .info ul,
  .info ol {
    float: none;
    width: auto;
    padding: 0 0 15px 35px; }

  .info ul {
    padding-left: 19px; }

  .two-columns .column {
    float: none;
    width: 100%; }

  .active-header .search-form .opener {
    background-position: 0 -229px; }

  .gallery.gallery-size-gallery-image {
    height: 430px; }

  .gallery-item .gallery-caption.wp-caption-text {
    padding: 0.5em;
    font-size: 12px; }
    .gallery-item .gallery-caption.wp-caption-text a {
      font-size: 12px; } }
@media only screen and (max-width: 470px) {
  #main {
    top: 132px;
    padding: 0px 20px 46px; }

  .home #main {
    top: 120px;
    padding: 0px 20px 46px; }

  #main.sponsored {
    top: 132px; }

  .top_banner_wrapper {
    margin: 0 0 12px; }

  #single #main {
    padding: 0px 0px 46px; }

  .logo-holder {
    width: 60%;
    float: left;
    overflow: hidden;
    padding: 10px 0 9px;
    margin: 0 0 10px;
    background-position: 105% 0px; }

  .panel .pinterestlike iframe {
    width: 70px !important; }

  .panel .fblike, .panel .fblike iframe, .twitter-share-button {
    width: 90px !important; }

  .article blockquote {
    padding: 14px 0 34px 15px;
    background-position: 0 11px; }

  .logo {
    margin: 0 auto;
    float: none;
    width: 100%;
    background-position: -84px 0px;
    /*background: url(../img/logo-mobile.gif) -17px 0px no-repeat transparent;*/ }

  #header .drop {
    position: absolute;
    right: 0;
    left: auto;
    margin: 0; }

  #header .drop ul {
    padding-bottom: 10px; }

  #header .drop ul li {
    padding: 0 0 5px; }

  #header .drop ul li a {
    font-size: 16px; }

  #header .holder {
    padding: 10px 0px 0px 0px; }

  #header nav {
    float: left;
    margin: -92px 0 0; }

  .search-form .opener {
    left: 10px; }

  .form-holder {
    margin: 0 0 0 93px; }

  .container .img-holder .text,
  .nav-holder {
    display: none !important; }

  .search-form {
    float: right;
    width: auto; }

  #footer .drop {
    right: 0;
    left: auto;
    margin: 0 0 -6px; }

  .fbcomments {
    display: none; }

  .active-header .form-holder {
    float: left;
    background-position: 1px -435px;
    padding-bottom: 10px; }

  .search-form .submit {
    width: 80px;
    background: url(../img/bg-submit-mobile.gif) no-repeat; }

  .active-header .search-form {
    width: 60%; }

  .drop:after {
    display: none; }

  .active-header .logo-holder {
    /*display:block !important;*/ }

  #footer .drop-holder {
    width: 125px; }

  .section .link strong {
    padding: 33px 13px 38px 6px; }

  .active-header .search-form .opener {
    background-position: 0 -229px; }

  #header .drop-holder {
    left: 60%;
    top: 10px;
    width: 93px; }

  .aside .box.find_andrew ul li {
    clear: left; }

  .gallery.gallery-size-gallery-image {
    height: 370px; }

  #slideshow-controller a:before {
    font-size: 40px; }
  #slideshow-controller a#jqc-prev:before {
    right: 30%; } }
@media only screen and (max-width: 320px) {
  #main {
    top: 132px;
    padding: 0px 20px 46px; }

  .home #main {
    top: 120px;
    padding: 0px 20px 46px; }

  .logo-holder {
    width: 50%;
    float: left;
    overflow: hidden;
    padding: 10px 0 9px;
    margin: 0 0 10px;
    background-position: 107% 0px; }

  .article blockquote {
    padding: 14px 0 34px 15px;
    background-position: 0 11px; }

  .logo {
    margin: 0 auto;
    float: none;
    width: 100%;
    background-position: -130px 0px;
    background: url(../img/logo-mobile.gif) -17px 0px no-repeat transparent; }

  #header .drop {
    position: absolute;
    right: 0;
    left: auto;
    margin: 0; }

  #header .drop ul {
    padding-bottom: 10px; }

  #header .drop ul li {
    padding: 0 0 3px; }

  #header .drop ul li a {
    font-size: 14px; }

  #header .holder {
    padding: 10px 0px 0px 0px; }

  #header nav {
    float: left;
    margin: -92px 0 0; }

  .container .img-holder .text,
  .nav-holder {
    display: none !important; }

  .search-form {
    float: right;
    width: auto; }

  .search-form .opener {
    left: 10px; }

  .search-form .submit {
    /*width:80px;*/
    background: url(../img/bg-submit-mobile.gif) no-repeat; }

  #footer .drop {
    right: 0;
    left: auto;
    margin: 0 0 -6px; }

  .form-holder {
    margin: 0 0 0 93px; }

  .home .form-holder {
    width: 55px; }

  .active-header .form-holder {
    float: left;
    background-position: 0px -435px;
    padding-bottom: 10px;
    width: auto; }

  .active-header .search-form {
    width: 60%; }

  .drop:after {
    display: none; }

  .active-header .logo-holder {
    /*display:block !important;*/ }

  #footer .drop-holder {
    width: 125px; }

  .section .link strong {
    padding: 33px 13px 38px 6px; }

  .active-header .search-form .opener {
    background-position: 0 -229px; }

  #header .drop-holder {
    left: 50%;
    top: 10px;
    width: 93px; }

  .gallery.gallery-size-gallery-image {
    height: 220px; } }
@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }

  a:after {
    content: " (" attr(href) ")"; }

  abbr:after {
    content: " (" attr(title) ")"; }

  .ir a:after {
    content: ""; }

  /* Don't show links for images */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
